author | andrew <andrew@web> | 2009-02-21 19:29:18 (GMT) |
---|---|---|
committer | Portland State Aerospace Society <psas@psas.pdx.edu> | 2009-02-21 19:29:18 (GMT) |
commit | 32f38a375437f9d80a56363c43774ab5d8bfe2ef (patch) (side-by-side diff) | |
tree | 791192fc0263abbb1f234def49761dcdfd0c4ab2 | |
parent | b48e54c9c327bb821582a0e0dc57136471e5aa72 (diff) | |
download | wiki-32f38a375437f9d80a56363c43774ab5d8bfe2ef.zip wiki-32f38a375437f9d80a56363c43774ab5d8bfe2ef.tar.gz |
Cleaned up admin page a bit.
-rw-r--r-- | AdminHome.mdwn | 70 |
1 files changed, 18 insertions, 52 deletions
diff --git a/AdminHome.mdwn b/AdminHome.mdwn index 9ce5a7b..6ff7c63 100644 --- a/AdminHome.mdwn +++ b/AdminHome.mdwn @@ -2,60 +2,26 @@ Things still to do: -1. remaining wiki conversion [[issues]] -2. spam filtering for admin list and info@ -3. webdav for photos, and for wiki authentication eventually +1. Current [[admin issue list]]. +1. Remaining wiki conversion [[issues]] ## Virtual Hosting Setup Here is virtual host map of the PSAS subdomains: -<table border=1 cellpadding=0 cellspacing=0> - <tr> - <th bgcolor="#99CCCC"><strong> URL </strong></th> - <th bgcolor="#99CCCC"><strong> Gets mapped to the wiki page </strong></th> - </tr> - <tr> - <td><a href="http://psas.pdx.edu">http://psas.pdx.edu</a></td> - <td>[[index]]</td> - </tr> - <tr> - <td><a href="http://admin.psas.pdx.edu">http://admin.psas.pdx.edu</a></td> - <td>[[AdminHome]]</td> - </tr> - <tr> - <td><a href="http://airframe.psas.pdx.edu">http://airframe.psas.pdx.edu</a></td> - <td>[[AirframeTeamHome]]</td> - </tr> - <tr> - <td><a href="http://avionics.psas.pdx.edu">http://avionics.psas.pdx.edu</a></td> - <td>[[AvionicsTeamHome]]</td> - </tr> - <tr> - <td><a href="http://ground.psas.pdx.edu">http://ground.psas.pdx.edu</a></td> - <td>[[GroundTeamHome]]</td> - </tr> - <tr> - <td><a href="http://logistics.psas.pdx.edu">http://logistics.psas.pdx.edu</a></td> - <td>[[LogisticsTeamHome]]</td> - </tr> - <tr> - <td><a href="http://propulsion.psas.pdx.edu">http://propulsion.psas.pdx.edu</a></td> - <td>[[PropulsionTeamHome]]</td> - </tr> - <tr> - <td><a href="http://schedule.psas.pdx.edu">http://schedule.psas.pdx.edu</a></td> - <td>[[Schedule]]</td> - </tr> - <tr> - <td><a href="http://intro.psas.pdx.edu">http://intro.psas.pdx.edu</a></td> - <td>[[Introduction]]</td> - </tr> - <tr> - <td><a href="http://history.psas.pdx.edu">http://history.psas.pdx.edu</a></td> - <td>[[History]]</td> - </tr> -</table> +[[!table data=""" +URL | Gets mapped to the wiki page +<http://psas.pdx.edu> | [[index]] +<http://admin.psas.pdx.edu> | [[AdminHome]] +<http://airframe.psas.pdx.edu> | [[AirframeTeamHome]] +<http://avionics.psas.pdx.edu> | [[AvionicsTeamHome]] +<http://ground.psas.pdx.edu> | [[GroundTeamHome]] +<http://logistics.psas.pdx.edu> | [[LogisticsTeamHome]] +<http://propulsion.psas.pdx.edu> | [[PropulsionTeamHome]] +<http://schedule.psas.pdx.edu> | [[Schedule]] +<http://intro.psas.pdx.edu> | [[Introduction]] +<http://history.psas.pdx.edu> | [[History]] +"""]] ## Website Structure @@ -70,11 +36,11 @@ Main ([[index]]: main navigation, announcements) - Resources - Links, papers, applications, etc. - Contacts - address, email, maps, mailing lists -This site is running Ikiwiki [[!version ]] +This site is running Ikiwiki [[!version ]]. ## Photo Gallery -There's a photo and movie gallery, currently implemented using [Apache::Gallery](http://apachegallery.dk/), at <http://photos.psas.pdx.edu/>. +There's a photo and movie gallery, currently implemented using [Apache::Gallery](<http://apachegallery.dk/), at <<http://photos.psas.pdx.edu/>. ## Authenticating Group Members @@ -87,7 +53,7 @@ User's can set up their own accounts, given a little information. Authentication ## Mailman Superlist psas-all -The [psas-all](http://lists.psas.pdx.edu/mailman/listinfo/psas-all) list is automatically generated as the union of all the addresses on all the other lists that start with the string "psas-", except the [psas-announce](http://lists.psas.pdx.edu/mailman/listinfo/psas-announce) list. This is accomplished with a cron job that runs every hour, located in /etc/cron.d/local: +The [psas-all](<http://lists.psas.pdx.edu/mailman/listinfo/psas-all) list is automatically generated as the union of all the addresses on all the other lists that start with the string "psas-", except the [psas-announce](<http://lists.psas.pdx.edu/mailman/listinfo/psas-announce) list. This is accomplished with a cron job that runs every hour, located in /etc/cron.d/local: 23 * * * * list /usr/local/sbin/gen-psas-all |