Skip to content
This repository was archived by the owner on Jun 21, 2018. It is now read-only.

Commit 3b1e942

Browse files
committed
Bringing back skel/
Not entirely sure why it was deleted...
1 parent 94febc2 commit 3b1e942

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

skel/Mail/new/msg.welcome

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
From: noreply@hashbang.sh
2+
X-Original-To: {username}@hashbang.sh
3+
Delivered-To: {username}@hashbang.sh
4+
MIME-Version: 1.0
5+
From: The Local Bot <noreply@hashbang.sh>
6+
Date: {date}
7+
Subject: Press Enter to open this!
8+
To: {username} <{username}@hashbang.sh>
9+
Content-Type: text/plain
10+
11+
Hey! Welcome to #!
12+
13+
Hashbang (The name of the #! symbol) is a community-run online "hackerspace" based off of the core principle of "Teach. Learn. Make things do." We are a community dedicated to helping, teaching, and providing people with resources for educational and productive services. With this in mind, Hashbang (while being called an online hackerspace) does not support nor does it encourage the engagement of illegal or otherwise disruptive activities that may have a negative impact on the resources of other users.
14+
15+
The name of hashbang is based off of the symbol '#!', found at the start of a shell script. This symbol instructs the operating system what program is required to "do" something with the code. Hashbang runs the same way. We try to instruct our users on the tools and skills required to -do- whatever they want for themselves. Likewise if you want something done, -do- it yourself. Don't know how? Ask. We're here to help new people get used to a Linux/Unix environment and to start them off with making software, learning how the terminal and services work... or perhaps helping talk through a challenging work problem someone faces at a major tech company. We welcome all skill levels and backgrounds.
16+
17+
Software is almost never complete, and there might always be something off. Being a community-run service, hashbang encourages users to find bugs within the software and attempt to fix them. Most of our repositories are stored online on GitHub (https://github.com/hashbang) and are easily accessible. If you have any questions about any of our offerings, or just want to chat, you can switch to the first window (ctrl-B then 1) and talk to a number of other users in real time.
18+
19+
Thank you for taking the time to read this welcome message, and welcome to #!
20+
21+
To find out more try 'man hashbang' on one of the terminal tabs [ <Ctrl-b> c ]
22+
23+
Currently, the ~/Public folder isn't exposed over HTTP by default;
24+
however, users can use the `SimpleHTTPServer.service` systemd unit file (in `~/.config/systemd/user`, modify it to set port) or a `@reboot` crontab entry to run `python3 -m http.server <port>` to provide a webserver exposing it.
25+
26+
This message will self-destruct in 10 seconds.

skel/Public/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Welcome to your #! personal site of things. Edit me!

0 commit comments

Comments
 (0)