diff options
author | ahriman <ahriman@falte.red> | 2019-01-04 21:30:00 +0000 |
---|---|---|
committer | ahriman <ahriman@falte.red> | 2019-01-04 21:30:00 +0000 |
commit | dfe7e00e58af9d21258e6f0175e1441f47ece436 (patch) | |
tree | a69f55b1407f275395716f8b8ba7a9c66ec5663a | |
parent | c238998139f68610a860001d1d09a49896217d34 (diff) | |
download | site-dfe7e00e58af9d21258e6f0175e1441f47ece436.tar.gz |
updated nav links and added news entry about moving content to wiki
-rw-r--r-- | index.html | 15 | ||||
-rw-r--r-- | wiki.php | 2 |
2 files changed, 3 insertions, 14 deletions
diff --git a/index.html b/index.html index 12c8d7d..f8fed8d 100644 --- a/index.html +++ b/index.html @@ -55,23 +55,12 @@ <p>Feel free to contact ahriman via <a href="mailto:ahriman@tilde.institute">ahriman@tilde.institute</a> or on chat in #institute if you need another compiler or shell available, or if you would like your homepage's index changed from index to something else (index.cgi, index.php, etc). I can also provide access to MySQL / MariaDB on a request basis.</p> <div id="news"> <h1>News & Updates</h1> + <em>2019 January 04</em> + <p>I've begun moving some info and pages to the wiki in order to simplify and streamline the main site.</p> <em>2019 January 01</em> <p>So DokuWiki is apparently very buggy and hasn't been playing nice. I'm working on a new wiki to replace it. It will be something DIY that users can contribute to via pull requests at our git repo. More details to come.</p> <em>2018 December 16</em> <p>I got the IRC peering done. tilde.institute is now a node on the larger tildeverse IRC network. Local IRC configs have been updated en masse and the <a href="irc.html">IRC page</a> has been updated to reflect the new info.</p> - <em>2018 December 14</em> - <p>I dun goof'd again on the smtpd.conf syntax. All should be working again. I promise. I really promise this time.</p> - <em>2018 December 14</em> - <p>Apparently I dun goof'd and didn't allow smtp traffic in pf (OpenBSD's firewall). So now mail works as it should.</p> - <em>2018 December 10</em> - <p>New IRC bot in the works! I named it "skoolbot", it lives in #institute. So far it returns the uptime/load, manpages by search term, and lets you toot to the ~institute mastodon account via IRC.</p> - <p>I also hacked together a couple of scripts designed to aggregate both connected users and registered users, every 5 minutes and 1 hour respectively, and stitch together the info <a href="/stats">for a stats page</a>.</p> - <em>2018 December 8</em> - <p>I installed a collaborative world-building game called <code>holodeck</code>! It runs like a MUD, without the combat. You explore and create areas, describing the areas as you go. It uses a central database, allowing all users of tilde.institute to collaborate on a single world.</p> - <em>2018 December 5</em> - <p>Changed up some of the styling on the main site. I also installed a fun game called <code>botany</code> which allows you to grow various plants on the console. Give it a try!</p> - <em>2018 December 3</em> - <p>I just installed DokuWiki so users can record and share cool things to do and cool ways to customize their environment, etc. The link is with the other navigation links.</p> </div> </div> </div> diff --git a/wiki.php b/wiki.php index 7c5ce1a..b7eed31 100644 --- a/wiki.php +++ b/wiki.php @@ -15,7 +15,7 @@ </div> </div> <div id="navigation"> - <a href="http://tilde.institute">News</a> :: <a href="/signup">Sign Up</a> :: <a href="/irc">IRC</a> :: <a href="/coc">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="/wiki">Wiki</a> :: <a href="https://tildegit.org/institute">Git</a> :: <a href="/stats">Stats</a> + <a href="http://tilde.institute">News</a> :: <a href="/signup">Sign Up</a> :: <a href="/coc">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="/wiki">Wiki</a> :: <a href="https://tildegit.org/institute">Git</a> :: <a href="/stats">Stats</a> </div> <div id="content"> <?php |