diff options
author | gbmor <ahriman@falte.red> | 2020-05-14 22:18:09 -0400 |
---|---|---|
committer | gbmor <ahriman@falte.red> | 2020-05-14 22:18:09 -0400 |
commit | 3b71a872fa7d1e41315994d11e09561b0eec0df2 (patch) | |
tree | 1feebae7970d37d9bc0cf184283e03684ddd20e4 /index.php | |
parent | 1b2036544740dac04656cc2c89793e71f791443a (diff) | |
download | site-3b71a872fa7d1e41315994d11e09561b0eec0df2.tar.gz |
added faq page
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/index.php b/index.php index dbe10d9..deb1fd9 100755 --- a/index.php +++ b/index.php @@ -101,7 +101,7 @@ <li><code>tinyscheme 1.41</code></li> <li><code>yasm 1.3.0</code></li> </ul> - <p>Your interactive shell can be changed with the <code>chsh</code> command. Available are:</p> + <p>The interactive shells available are:</p> <ul> <li><code>/bin/ksh (default)</code></li> <li><code>/bin/sh</code></li> @@ -113,10 +113,8 @@ <li><code>/usr/local/bin/tcsh</code></li> <li><code>/usr/local/bin/elvish</code></li> </ul> - <p>Feel free to contact the admins via <a href="mailto:admins@tilde.institute">admins@tilde.institute</a> or - on IRC in <code>#institute</code> if you need another package installed, or if you would like your - homepage's index changed from <code>index.html</code> to something else (<code>index.cgi</code>, - <code>index.php</code>, etc).</p> + <br /> + <br /> </div> <div id="news"> <?php include("newsdata.html"); ?> |