mirror of https://github.com/nealey/woozle.org.git
be a little more descriptive
This commit is contained in:
parent
1fc2574edd
commit
657b7b35dc
|
@ -10,6 +10,14 @@ Title: Home
|
|||
<input type="submit" value="Read Email" />
|
||||
</form>
|
||||
|
||||
<!--
|
||||
ssh fingerprint for woozle.org: 63:ac:b0:e9:ee:9f:a9:4f:55:0a:4a:42:5d:45:47:06
|
||||
-->
|
||||
|
||||
Woozle.org provides shells, email, and web hosting for no cost,
|
||||
without advertisements, and with a focus on security. Accounts are
|
||||
held by folks who know the right person to ask.
|
||||
|
||||
3 Feb: Web Server Change
|
||||
------------------------
|
||||
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
echo 'Title: People'
|
||||
echo
|
||||
echo 'The following people have made public homepages:'
|
||||
echo
|
||||
|
||||
ls /home/*/public_html/index.html | while read fn; do
|
||||
a=${fn#/home/}
|
||||
|
|
Loading…
Reference in New Issue