diff options
155 files changed, 4569 insertions, 805 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..a7516b7f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*~ +.ikiwiki diff --git a/Distrib/CDNotesHome.mdwn b/Distrib/CDNotesHome.mdwn index 424cf785..ec3a2d32 100644 --- a/Distrib/CDNotesHome.mdwn +++ b/Distrib/CDNotesHome.mdwn @@ -17,7 +17,7 @@ What we need is a [[ReleaseHome]] page and to expand the system so that a chrono <table> <tr> <td valign="top" width="50%"> - <p> %SEARCH{"Mediatype.*?value=\"CD\"" scope="text" regex="on" nosearch="on" nototal="on" header="| <strong>Release</strong> | <strong>Date</strong> |" format="| <span style="background:"><font color="">$topic</font></span><a href="http://LOCATION/Topic">?</a> | $formfield(Release Date) |"}% </p> + <p> %SEARCH{"Mediatype.*?value=\"CD\"" scope="text" regex="on" nosearch="on" nototal="on" header="| <strong>Release</strong> | <strong>Date</strong> |" format="| [[Topic]] | $formfield(Release Date) |"}% </p> <p> </p> </td> @@ -26,7 +26,7 @@ What we need is a [[ReleaseHome]] page and to expand the system so that a chrono </p> </td> <td valign="top" width="50%"> - <p> %SEARCH{"Mediatype.*?value=" scope="text" regex="on" nosearch="on" nototal="on" header="| <strong>Release</strong> | <strong>Date</strong> |" format="| <span style="background:"><font color="">$topic</font></span><a href="http://LOCATION/Topic">?</a> | $formfield(<span style="background:"><font color="">Release Date</font></span><a href="http://LOCATION/ReleaseDate">?</a>) |" order="formfield(<span style="background:"><font color="">Release Date</font></span><a href="http://LOCATION/ReleaseDate">?</a>)" }% </p> + <p> %SEARCH{"Mediatype.*?value=" scope="text" regex="on" nosearch="on" nototal="on" header="| <strong>Release</strong> | <strong>Date</strong> |" format="| [[Topic]] | $formfield([[ReleaseDate]]) |" order="formfield([[ReleaseDate]])" }% </p> <p> </p> </td> diff --git a/Distrib/CdCovers/hurd-J2-CD1front.png b/Distrib/CdCovers/hurd-J2-CD1front.png Binary files differnew file mode 100644 index 00000000..867d1d22 --- /dev/null +++ b/Distrib/CdCovers/hurd-J2-CD1front.png diff --git a/Distrib/CdCovers/hurd-J2-CD1front.sxd b/Distrib/CdCovers/hurd-J2-CD1front.sxd Binary files differnew file mode 100644 index 00000000..de289342 --- /dev/null +++ b/Distrib/CdCovers/hurd-J2-CD1front.sxd diff --git a/Distrib/CdCovers/hurd-J2-CD1rear.png b/Distrib/CdCovers/hurd-J2-CD1rear.png Binary files differnew file mode 100644 index 00000000..8cf8c6b2 --- /dev/null +++ b/Distrib/CdCovers/hurd-J2-CD1rear.png diff --git a/Distrib/CdCovers/hurd-J2-CD1rear.sxd b/Distrib/CdCovers/hurd-J2-CD1rear.sxd Binary files differnew file mode 100644 index 00000000..1388a497 --- /dev/null +++ b/Distrib/CdCovers/hurd-J2-CD1rear.sxd diff --git a/Distrib/DebianAfterInstall.mdwn b/Distrib/DebianAfterInstall.mdwn index ac50f4db..b1f14d9a 100644 --- a/Distrib/DebianAfterInstall.mdwn +++ b/Distrib/DebianAfterInstall.mdwn @@ -1,5 +1,5 @@ <div> - <center> [ <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATIONHurd/InstallNotes">?</a> | <span style="background:"><font color="">Get Network Running</font></span><a href="http://LOCATIONHurd/GetNetworkRunning">?</a> | <span style="background:"><font color="">Random Device</font></span><a href="http://LOCATIONHurd/RandomDevice">?</a> | <span style="background:"><font color="">Debian X</font></span><a href="http://LOCATIONHurd/DebianX">?</a> ] </center> + <center> [ [[Hurd/InstallNotes]] | [[Hurd/GetNetworkRunning]] | [[Hurd/RandomDevice]] | [[Hurd/DebianX]] ] </center> </div> %TOC% diff --git a/Distrib/DebianAptOffline/apt.conf.offline b/Distrib/DebianAptOffline/apt.conf.offline new file mode 100644 index 00000000..59aed564 --- /dev/null +++ b/Distrib/DebianAptOffline/apt.conf.offline @@ -0,0 +1,23 @@ + APT + { + /* This is not necessary if the two machines are the same arch, it tells + the remote APT what architecture the Debian machine is */ + Architecture "hurd-i386"; + + Get::Download-Only "true"; + }; + + Dir + { + /* Use the disc for state information and redirect the status file from + the /var/lib/dpkg default */ + State "./var/lib/apt"; + State::status "./var/lib/dpkg/status"; + + // Binary caches will be stored locally + Cache::archives "./var/cache/apt/archives/"; + Cache "./tmp/"; + + // Location of the source list. + Etc "./etc/apt/"; + }; diff --git a/Distrib/DebianPackages.mdwn b/Distrib/DebianPackages.mdwn index dbc5a898..7e09dce0 100644 --- a/Distrib/DebianPackages.mdwn +++ b/Distrib/DebianPackages.mdwn @@ -7,7 +7,7 @@ There are many different systems related to Debian that are related to the effor <dl> <dt><a href="http://bugs.debian.org" target="_top">Bug Tracking System</a></dt> - <dd> also see <span style="background:"><font color="">Bts Filing</font></span><a href="http://LOCATIONDistrib/BtsFiling">?</a>, use a URL like <nop>http://bugs.debian.org/<em>bug-number</em> or <nop>DebianBug:<em>number</em> in a topic using the <span style="background:"><font color="">Inter Wikis</font></span><a href="http://LOCATIONTWiki/InterWikis">?</a> format. </nop></nop></dd> + <dd> also see [[Distrib/BtsFiling]], use a URL like <nop>http://bugs.debian.org/<em>bug-number</em> or <nop>DebianBug:<em>number</em> in a topic using the [[TWiki/InterWikis]] format. </nop></nop></dd> </dl> <dl> diff --git a/Distrib/GnuDistributionRumors.mdwn b/Distrib/GnuDistributionRumors.mdwn index 5ccb1515..c9eff58c 100644 --- a/Distrib/GnuDistributionRumors.mdwn +++ b/Distrib/GnuDistributionRumors.mdwn @@ -6,4 +6,4 @@ I would like to start work on a 'live' distribution. I would like to start on a -- [[Main/CamResu]] - 17 Sept 2003 -<div align="right"> Related Topics: <span style="background:"><font color="">Gnu Debian Relationship</font></span><a href="http://LOCATION/GnuDebianRelationship">?</a></div> +<div align="right"> Related Topics: [[GnuDebianRelationship]]</div> diff --git a/Distrib/InstallNotes.mdwn b/Distrib/InstallNotes.mdwn index e31f5677..418caca1 100644 --- a/Distrib/InstallNotes.mdwn +++ b/Distrib/InstallNotes.mdwn @@ -262,10 +262,10 @@ The license for Neals work is under the [GNU GPL](http://web.walfield.org/papers There are currently issues to be resolved around this matter, as far as I understand at least. Until an agreement can be reached this text, and the unclear status of this topic, will remain. The suggestion is to do something like this: <dl> - <dt><span style="background:"><font color="">Install Guide</font></span><a href="http://LOCATION/InstallGuide">?</a></dt> + <dt>[[InstallGuide]]</dt> <dd> Neals Install Guide in its original form </dd> - <dt><span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a></dt> - <dd> Or <span style="background:"><font color="">Install Guide Errata</font></span><a href="http://LOCATION/InstallGuideErrata">?</a> with all user input and additions </dd> + <dt>[[InstallNotes]]</dt> + <dd> Or [[InstallGuideErrata]] with all user input and additions </dd> </dl> There are several obvious issues with this as I can see diff --git a/Distrib/MediaPressKitDiscuss.mdwn b/Distrib/MediaPressKitDiscuss.mdwn index ce699ebf..e8b1cfff 100644 --- a/Distrib/MediaPressKitDiscuss.mdwn +++ b/Distrib/MediaPressKitDiscuss.mdwn @@ -42,9 +42,9 @@ It's important to identify and work with the existing infrastructures for this t You have proposed two documents that sound on target to me. <dl> - <dt><span style="background:"><font color="">Why Debian?</font></span><a href="http://LOCATION/WhyDebian">?</a></dt> + <dt>[[WhyDebian]]</dt> <dd> A bullet list meant to give a quick answer. </dd> - <dt><span style="background:"><font color="">Debian Product Sheet</font></span><a href="http://LOCATION/DebianProductSheet">?</a></dt> + <dt>[[DebianProductSheet]]</dt> <dd> includes interesting facts </dd> </dl> diff --git a/Distrib/TarballNotesHome.mdwn b/Distrib/TarballNotesHome.mdwn index af1443a1..1f82454c 100644 --- a/Distrib/TarballNotesHome.mdwn +++ b/Distrib/TarballNotesHome.mdwn @@ -13,7 +13,7 @@ _Unoffical_ tarballs were to be found here: <table> <tr> <td valign="top" width="50%"> - <p> %SEARCH{"Mediatype.*?value=\"Tarball"" scope="text" regex="on" nosearch="on" nototal="on" header="| <strong>Release</strong> | <strong>Date</strong> |" format="| <span style="background:"><font color="">$topic</font></span><a href="http://LOCATION/Topic">?</a> | $formfield(<span style="background:"><font color="">Release Date</font></span><a href="http://LOCATION/ReleaseDate">?</a>) |"}% </p> + <p> %SEARCH{"Mediatype.*?value=\"Tarball"" scope="text" regex="on" nosearch="on" nototal="on" header="| <strong>Release</strong> | <strong>Date</strong> |" format="| [[Topic]] | $formfield([[ReleaseDate]]) |"}% </p> <p> </p> </td> @@ -22,7 +22,7 @@ _Unoffical_ tarballs were to be found here: </p> </td> <td valign="top" width="50%"> - <p> %SEARCH{"Mediatype.*?value=" scope="text" regex="on" nosearch="on" nototal="on" header="| <strong>Release</strong> | <strong>Date</strong> |" format="| <span style="background:"><font color="">$topic</font></span><a href="http://LOCATION/Topic">?</a> | $formfield(<span style="background:"><font color="">Release Date</font></span><a href="http://LOCATION/ReleaseDate">?</a>) |" order="formfield(<span style="background:"><font color="">Release Date</font></span><a href="http://LOCATION/ReleaseDate">?</a>)" }% </p> + <p> %SEARCH{"Mediatype.*?value=" scope="text" regex="on" nosearch="on" nototal="on" header="| <strong>Release</strong> | <strong>Date</strong> |" format="| [[Topic]] | $formfield([[ReleaseDate]]) |" order="formfield([[ReleaseDate]])" }% </p> <p> </p> </td> diff --git a/Distrib/TestSuites/logfile.tar.gz b/Distrib/TestSuites/logfile.tar.gz Binary files differnew file mode 100644 index 00000000..1fb5fb29 --- /dev/null +++ b/Distrib/TestSuites/logfile.tar.gz diff --git a/Distrib/TestSuites/results b/Distrib/TestSuites/results new file mode 100644 index 00000000..834ce323 --- /dev/null +++ b/Distrib/TestSuites/results @@ -0,0 +1,1495 @@ +conformance/definitions/time_h/1-1: build: FAILED +conformance/definitions/time_h/10-1: build: FAILED +conformance/definitions/time_h/11-1: build: FAILED +conformance/definitions/time_h/12-1: build: FAILED +conformance/definitions/time_h/13-1: build: FAILED +conformance/definitions/time_h/14-1: build: FAILED +conformance/definitions/time_h/15-1: build: FAILED +conformance/definitions/time_h/16-1: build: FAILED +conformance/definitions/time_h/17-1: build: FAILED +conformance/definitions/time_h/18-1: build: FAILED +conformance/definitions/time_h/19-1: build: FAILED +conformance/definitions/time_h/2-1: build: FAILED +conformance/definitions/time_h/20-1: build: FAILED +conformance/definitions/time_h/21-1: build: FAILED +conformance/definitions/time_h/22-1: build: FAILED +conformance/definitions/time_h/23-1: build: FAILED +conformance/definitions/time_h/24-1: build: FAILED +conformance/definitions/time_h/25-1: build: FAILED +conformance/definitions/time_h/26-1: build: FAILED +conformance/definitions/time_h/27-1: build: FAILED +conformance/definitions/time_h/28-1: build: FAILED +conformance/definitions/time_h/29-1: build: FAILED +conformance/definitions/time_h/3-1: build: FAILED +conformance/definitions/time_h/3-2: build: FAILED +conformance/definitions/time_h/3-3: build: FAILED +conformance/definitions/time_h/3-4: build: FAILED +conformance/definitions/time_h/30-1: build: FAILED +conformance/definitions/time_h/31-1: build: FAILED +conformance/definitions/time_h/32-1: build: FAILED +conformance/definitions/time_h/33-1: build: FAILED +conformance/definitions/time_h/34-1: build: FAILED +conformance/definitions/time_h/35-1: build: FAILED +conformance/definitions/time_h/35-2: build: FAILED +conformance/definitions/time_h/35-3: build: FAILED +conformance/definitions/time_h/4-1: build: FAILED +conformance/definitions/time_h/5-1: build: FAILED +conformance/definitions/time_h/6-1: build: FAILED +conformance/definitions/time_h/6-2: build: FAILED +conformance/definitions/time_h/6-3: build: FAILED +conformance/definitions/time_h/7-1: build: FAILED +conformance/definitions/time_h/7-2: build: FAILED +conformance/definitions/time_h/7-3: build: FAILED +conformance/definitions/time_h/7-4: build: FAILED +conformance/definitions/time_h/7-5: build: FAILED +conformance/definitions/time_h/8-1: build: FAILED +conformance/definitions/time_h/9-1: build: FAILED +conformance/interfaces/asctime/1-1: build: FAILED +conformance/interfaces/clock/1-1: build: FAILED +conformance/interfaces/clock/2-1: build: FAILED +conformance/interfaces/clock_getcpuclockid/1-1: build: FAILED +conformance/interfaces/clock_getres/1-1: build: FAILED +conformance/interfaces/clock_getres/3-1: build: FAILED +conformance/interfaces/clock_getres/5-1: build: FAILED +conformance/interfaces/clock_getres/6-1: build: FAILED +conformance/interfaces/clock_getres/6-2: build: FAILED +conformance/interfaces/clock_gettime/1-1: build: FAILED +conformance/interfaces/clock_gettime/1-2: build: FAILED +conformance/interfaces/clock_gettime/2-1: build: FAILED +conformance/interfaces/clock_gettime/3-1: build: FAILED +conformance/interfaces/clock_gettime/4-1: build: FAILED +conformance/interfaces/clock_gettime/7-1: build: FAILED +conformance/interfaces/clock_gettime/8-1: build: FAILED +conformance/interfaces/clock_gettime/8-2: build: FAILED +conformance/interfaces/clock_nanosleep/1-1: build: FAILED +conformance/interfaces/clock_nanosleep/1-3: build: FAILED +conformance/interfaces/clock_nanosleep/1-4: build: FAILED +conformance/interfaces/clock_nanosleep/1-5: build: FAILED +conformance/interfaces/clock_nanosleep/10-1: build: FAILED +conformance/interfaces/clock_nanosleep/11-1: build: FAILED +conformance/interfaces/clock_nanosleep/13-1: build: FAILED +conformance/interfaces/clock_nanosleep/2-1: build: FAILED +conformance/interfaces/clock_nanosleep/2-2: build: FAILED +conformance/interfaces/clock_nanosleep/2-3: build: FAILED +conformance/interfaces/clock_nanosleep/3-1: build: FAILED +conformance/interfaces/clock_nanosleep/9-1: build: FAILED +conformance/interfaces/clock_settime/1-1: build: FAILED +conformance/interfaces/clock_settime/17-1: build: FAILED +conformance/interfaces/clock_settime/17-2: build: FAILED +conformance/interfaces/clock_settime/19-1: build: FAILED +conformance/interfaces/clock_settime/20-1: build: FAILED +conformance/interfaces/clock_settime/4-1: build: FAILED +conformance/interfaces/clock_settime/4-2: build: FAILED +conformance/interfaces/clock_settime/5-1: build: FAILED +conformance/interfaces/clock_settime/5-2: build: FAILED +conformance/interfaces/clock_settime/6-1: build: FAILED +conformance/interfaces/clock_settime/7-1: build: FAILED +conformance/interfaces/clock_settime/7-2: build: FAILED +conformance/interfaces/clock_settime/8-1: build: FAILED +conformance/interfaces/clock_settime/speculative/4-3: build: FAILED +conformance/interfaces/clock_settime/speculative/4-4: build: FAILED +conformance/interfaces/ctime/1-1: build: FAILED +conformance/interfaces/difftime/1-1: build: FAILED +conformance/interfaces/fsync/4-1: build: FAILED +conformance/interfaces/fsync/5-1: build: FAILED +conformance/interfaces/fsync/7-1: build: FAILED +conformance/interfaces/gmtime/1-1: build: FAILED +conformance/interfaces/gmtime/2-1: build: FAILED +conformance/interfaces/kill/1-1: build: FAILED +conformance/interfaces/kill/1-2: build: FAILED +conformance/interfaces/kill/2-1: build: FAILED +conformance/interfaces/kill/2-2: build: FAILED +conformance/interfaces/kill/3-1: build: FAILED +conformance/interfaces/killpg/1-1: build: FAILED +conformance/interfaces/killpg/1-2: build: FAILED +conformance/interfaces/killpg/2-1: build: FAILED +conformance/interfaces/killpg/4-1: build: FAILED +conformance/interfaces/killpg/5-1: build: FAILED +conformance/interfaces/killpg/6-1: build: FAILED +conformance/interfaces/killpg/8-1: build: FAILED +conformance/interfaces/localtime/1-1: build: FAILED +conformance/interfaces/mktime/1-1: build: FAILED +conformance/interfaces/mlock/10-1: build: FAILED +conformance/interfaces/mlock/12-1: build: FAILED +conformance/interfaces/mlock/5-1: build: FAILED +conformance/interfaces/mlock/8-1: build: FAILED +conformance/interfaces/mlockall/13-1: build: FAILED +conformance/interfaces/mlockall/13-2: build: FAILED +conformance/interfaces/mlockall/14-1: build: FAILED +conformance/interfaces/mlockall/15-1: build: FAILED +conformance/interfaces/mlockall/3-6: build: FAILED +conformance/interfaces/mlockall/3-7: build: FAILED +conformance/interfaces/mlockall/8-1: build: FAILED +conformance/interfaces/mmap/1-1: build: FAILED +conformance/interfaces/mmap/1-2: build: FAILED +conformance/interfaces/mmap/10-1: build: FAILED +conformance/interfaces/mmap/11-1: build: FAILED +conformance/interfaces/mmap/11-2: build: FAILED +conformance/interfaces/mmap/11-3: build: FAILED +conformance/interfaces/mmap/12-1: build: FAILED +conformance/interfaces/mmap/13-1: build: FAILED +conformance/interfaces/mmap/14-1: build: FAILED +conformance/interfaces/mmap/18-1: build: FAILED +conformance/interfaces/mmap/19-1: build: FAILED +conformance/interfaces/mmap/21-1: build: FAILED +conformance/interfaces/mmap/23-1: build: FAILED +conformance/interfaces/mmap/24-1: build: FAILED +conformance/interfaces/mmap/24-2: build: FAILED +conformance/interfaces/mmap/27-1: build: FAILED +conformance/interfaces/mmap/28-1: build: FAILED +conformance/interfaces/mmap/3-1: build: FAILED +conformance/interfaces/mmap/31-1: build: FAILED +conformance/interfaces/mmap/5-1: build: FAILED +conformance/interfaces/mmap/6-1: build: FAILED +conformance/interfaces/mmap/6-2: build: FAILED +conformance/interfaces/mmap/6-3: build: FAILED +conformance/interfaces/mmap/6-4: build: FAILED +conformance/interfaces/mmap/6-5: build: FAILED +conformance/interfaces/mmap/6-6: build: FAILED +conformance/interfaces/mmap/7-1: build: FAILED +conformance/interfaces/mmap/7-2: build: FAILED +conformance/interfaces/mmap/7-3: build: FAILED +conformance/interfaces/mmap/7-4: build: FAILED +conformance/interfaces/mmap/9-1: build: FAILED +conformance/interfaces/mq_close/1-1: build: FAILED +conformance/interfaces/mq_close/2-1: build: FAILED +conformance/interfaces/mq_close/3-1: build: FAILED +conformance/interfaces/mq_close/3-2: build: FAILED +conformance/interfaces/mq_close/4-1: build: FAILED +conformance/interfaces/mq_close/5-1: build: FAILED +conformance/interfaces/mq_getattr/2-1: build: FAILED +conformance/interfaces/mq_getattr/2-2: build: FAILED +conformance/interfaces/mq_getattr/3-1: build: FAILED +conformance/interfaces/mq_getattr/4-1: build: FAILED +conformance/interfaces/mq_getattr/speculative/7-1: build: FAILED +conformance/interfaces/mq_notify/1-1: build: FAILED +conformance/interfaces/mq_notify/2-1: build: FAILED +conformance/interfaces/mq_notify/3-1: build: FAILED +conformance/interfaces/mq_notify/4-1: build: FAILED +conformance/interfaces/mq_notify/5-1: build: FAILED +conformance/interfaces/mq_notify/8-1: build: FAILED +conformance/interfaces/mq_notify/9-1: build: FAILED +conformance/interfaces/mq_open/1-1: build: FAILED +conformance/interfaces/mq_open/10-1: build: FAILED +conformance/interfaces/mq_open/11-1: build: FAILED +conformance/interfaces/mq_open/12-1: build: FAILED +conformance/interfaces/mq_open/13-1: build: FAILED +conformance/interfaces/mq_open/14-1: build: FAILED +conformance/interfaces/mq_open/15-1: build: FAILED +conformance/interfaces/mq_open/16-1: build: FAILED +conformance/interfaces/mq_open/17-1: build: FAILED +conformance/interfaces/mq_open/18-1: build: FAILED +conformance/interfaces/mq_open/19-1: build: FAILED +conformance/interfaces/mq_open/2-1: build: FAILED +conformance/interfaces/mq_open/20-1: build: FAILED +conformance/interfaces/mq_open/21-1: build: FAILED +conformance/interfaces/mq_open/22-1: build: FAILED +conformance/interfaces/mq_open/23-1: build: FAILED +conformance/interfaces/mq_open/24-1: build: FAILED +conformance/interfaces/mq_open/25-1: build: FAILED +conformance/interfaces/mq_open/25-2: build: FAILED +conformance/interfaces/mq_open/27-1: build: FAILED +conformance/interfaces/mq_open/27-2: build: FAILED +conformance/interfaces/mq_open/28-1: build: FAILED +conformance/interfaces/mq_open/29-1: build: FAILED +conformance/interfaces/mq_open/3-1: build: FAILED +conformance/interfaces/mq_open/30-1: build: FAILED +conformance/interfaces/mq_open/4-1: build: FAILED +conformance/interfaces/mq_open/5-1: build: FAILED +conformance/interfaces/mq_open/7-1: build: FAILED +conformance/interfaces/mq_open/7-2: build: FAILED +conformance/interfaces/mq_open/7-3: build: FAILED +conformance/interfaces/mq_open/8-1: build: FAILED +conformance/interfaces/mq_open/8-2: build: FAILED +conformance/interfaces/mq_open/9-1: build: FAILED +conformance/interfaces/mq_open/9-2: build: FAILED +conformance/interfaces/mq_open/speculative/2-2: build: FAILED +conformance/interfaces/mq_open/speculative/2-3: build: FAILED +conformance/interfaces/mq_open/speculative/26-1: build: FAILED +conformance/interfaces/mq_open/speculative/6-1: build: FAILED +conformance/interfaces/mq_receive/1-1: build: FAILED +conformance/interfaces/mq_receive/10-1: build: FAILED +conformance/interfaces/mq_receive/11-1: build: FAILED +conformance/interfaces/mq_receive/11-2: build: FAILED +conformance/interfaces/mq_receive/12-1: build: FAILED +conformance/interfaces/mq_receive/13-1: build: FAILED +conformance/interfaces/mq_receive/2-1: build: FAILED +conformance/interfaces/mq_receive/5-1: build: FAILED +conformance/interfaces/mq_receive/7-1: build: FAILED +conformance/interfaces/mq_receive/8-1: build: FAILED +conformance/interfaces/mq_send/1-1: build: FAILED +conformance/interfaces/mq_send/10-1: build: FAILED +conformance/interfaces/mq_send/11-1: build: FAILED +conformance/interfaces/mq_send/11-2: build: FAILED +conformance/interfaces/mq_send/12-1: build: FAILED +conformance/interfaces/mq_send/13-1: build: FAILED +conformance/interfaces/mq_send/14-1: build: FAILED +conformance/interfaces/mq_send/2-1: build: FAILED +conformance/interfaces/mq_send/3-1: build: FAILED +conformance/interfaces/mq_send/3-2: build: FAILED +conformance/interfaces/mq_send/4-1: build: FAILED +conformance/interfaces/mq_send/4-2: build: FAILED +conformance/interfaces/mq_send/4-3: build: FAILED +conformance/interfaces/mq_send/5-1: build: FAILED +conformance/interfaces/mq_send/5-2: build: FAILED +conformance/interfaces/mq_send/6-1: build: FAILED +conformance/interfaces/mq_send/7-1: build: FAILED +conformance/interfaces/mq_send/8-1: build: FAILED +conformance/interfaces/mq_send/9-1: build: FAILED +conformance/interfaces/mq_setattr/1-1: build: FAILED +conformance/interfaces/mq_setattr/1-2: build: FAILED +conformance/interfaces/mq_setattr/2-1: build: FAILED +conformance/interfaces/mq_setattr/5-1: build: FAILED +conformance/interfaces/mq_timedreceive/1-1: build: FAILED +conformance/interfaces/mq_timedreceive/10-1: build: FAILED +conformance/interfaces/mq_timedreceive/11-1: build: FAILED +conformance/interfaces/mq_timedreceive/13-1: build: FAILED +conformance/interfaces/mq_timedreceive/14-1: build: FAILED +conformance/interfaces/mq_timedreceive/15-1: build: FAILED +conformance/interfaces/mq_timedreceive/17-1: build: FAILED +conformance/interfaces/mq_timedreceive/17-2: build: FAILED +conformance/interfaces/mq_timedreceive/17-3: build: FAILED +conformance/interfaces/mq_timedreceive/18-1: build: FAILED +conformance/interfaces/mq_timedreceive/18-2: build: FAILED +conformance/interfaces/mq_timedreceive/2-1: build: FAILED +conformance/interfaces/mq_timedreceive/5-1: build: FAILED +conformance/interfaces/mq_timedreceive/5-2: build: FAILED +conformance/interfaces/mq_timedreceive/5-3: build: FAILED +conformance/interfaces/mq_timedreceive/7-1: build: FAILED +conformance/interfaces/mq_timedreceive/speculative/10-2: build: FAILED +conformance/interfaces/mq_timedsend/1-1: build: FAILED +conformance/interfaces/mq_timedsend/10-1: build: FAILED +conformance/interfaces/mq_timedsend/11-1: build: FAILED +conformance/interfaces/mq_timedsend/11-2: build: FAILED +conformance/interfaces/mq_timedsend/12-1: build: FAILED +conformance/interfaces/mq_timedsend/13-1: build: FAILED +conformance/interfaces/mq_timedsend/14-1: build: FAILED +conformance/interfaces/mq_timedsend/15-1: build: FAILED +conformance/interfaces/mq_timedsend/16-1: build: FAILED +conformance/interfaces/mq_timedsend/17-1: build: FAILED +conformance/interfaces/mq_timedsend/18-1: build: FAILED +conformance/interfaces/mq_timedsend/19-1: build: FAILED +conformance/interfaces/mq_timedsend/2-1: build: FAILED +conformance/interfaces/mq_timedsend/20-1: build: FAILED +conformance/interfaces/mq_timedsend/3-1: build: FAILED +conformance/interfaces/mq_timedsend/3-2: build: FAILED +conformance/interfaces/mq_timedsend/4-1: build: FAILED +conformance/interfaces/mq_timedsend/4-2: build: FAILED +conformance/interfaces/mq_timedsend/4-3: build: FAILED +conformance/interfaces/mq_timedsend/5-1: build: FAILED +conformance/interfaces/mq_timedsend/5-2: build: FAILED +conformance/interfaces/mq_timedsend/5-3: build: FAILED +conformance/interfaces/mq_timedsend/6-1: build: FAILED +conformance/interfaces/mq_timedsend/7-1: build: FAILED +conformance/interfaces/mq_timedsend/8-1: build: FAILED +conformance/interfaces/mq_timedsend/9-1: build: FAILED +conformance/interfaces/mq_timedsend/speculative/18-2: build: FAILED +conformance/interfaces/mq_unlink/1-1: build: FAILED +conformance/interfaces/mq_unlink/2-1: build: FAILED +conformance/interfaces/mq_unlink/2-2: build: FAILED +conformance/interfaces/mq_unlink/2-3: build: FAILED +conformance/interfaces/mq_unlink/7-1: build: FAILED +conformance/interfaces/munlock/10-1: build: FAILED +conformance/interfaces/munlock/11-1: build: FAILED +conformance/interfaces/munlock/7-1: build: FAILED +conformance/interfaces/munlockall/5-1: build: FAILED +conformance/interfaces/munmap/1-1: build: FAILED +conformance/interfaces/munmap/1-2: build: FAILED +conformance/interfaces/munmap/2-1: build: FAILED +conformance/interfaces/munmap/3-1: build: FAILED +conformance/interfaces/munmap/4-1: build: FAILED +conformance/interfaces/munmap/8-1: build: FAILED +conformance/interfaces/munmap/9-1: build: FAILED +conformance/interfaces/nanosleep/10000-1: build: FAILED +conformance/interfaces/nanosleep/1-1: build: FAILED +conformance/interfaces/nanosleep/1-2: build: FAILED +conformance/interfaces/nanosleep/1-3: build: FAILED +conformance/interfaces/nanosleep/2-1: build: FAILED +conformance/interfaces/nanosleep/3-1: build: FAILED +conformance/interfaces/nanosleep/3-2: build: FAILED +conformance/interfaces/nanosleep/5-1: build: FAILED +conformance/interfaces/nanosleep/5-2: build: FAILED +conformance/interfaces/nanosleep/6-1: build: FAILED +conformance/interfaces/nanosleep/7-1: build: FAILED +conformance/interfaces/nanosleep/7-2: build: FAILED +conformance/interfaces/pthread_atfork/1-1: build: FAILED +conformance/interfaces/pthread_atfork/2-1: build: FAILED +conformance/interfaces/pthread_attr_destroy/1-1: build: FAILED +conformance/interfaces/pthread_attr_destroy/2-1: build: FAILED +conformance/interfaces/pthread_attr_destroy/3-1: build: FAILED +conformance/interfaces/pthread_attr_getdetachstate/1-1: build: FAILED +conformance/interfaces/pthread_attr_getdetachstate/1-2: build: FAILED +conformance/interfaces/pthread_attr_init/1-1: build: FAILED +conformance/interfaces/pthread_attr_init/2-1: build: FAILED +conformance/interfaces/pthread_attr_init/3-1: build: FAILED +conformance/interfaces/pthread_attr_init/4-1: build: FAILED +conformance/interfaces/pthread_attr_setdetachstate/1-1: build: FAILED +conformance/interfaces/pthread_attr_setdetachstate/1-2: build: FAILED +conformance/interfaces/pthread_attr_setdetachstate/2-1: build: FAILED +conformance/interfaces/pthread_attr_setdetachstate/4-1: build: FAILED +conformance/interfaces/pthread_attr_setschedpolicy/1-1: build: FAILED +conformance/interfaces/pthread_barrier_destroy/1-1: build: FAILED +conformance/interfaces/pthread_barrier_destroy/2-1: build: FAILED +conformance/interfaces/pthread_barrier_init/1-1: build: FAILED +conformance/interfaces/pthread_barrier_init/3-1: build: FAILED +conformance/interfaces/pthread_barrier_init/4-1: build: FAILED +conformance/interfaces/pthread_barrier_wait/1-1: build: FAILED +conformance/interfaces/pthread_barrier_wait/2-1: build: FAILED +conformance/interfaces/pthread_barrier_wait/3-1: build: FAILED +conformance/interfaces/pthread_barrier_wait/3-2: build: FAILED +conformance/interfaces/pthread_barrier_wait/6-1: build: FAILED +conformance/interfaces/pthread_barrierattr_destroy/1-1: build: FAILED +conformance/interfaces/pthread_barrierattr_getpshared/1-1: build: FAILED +conformance/interfaces/pthread_barrierattr_getpshared/2-1: build: FAILED +conformance/interfaces/pthread_barrierattr_init/1-1: build: FAILED +conformance/interfaces/pthread_barrierattr_init/2-1: build: FAILED +conformance/interfaces/pthread_barrierattr_setpshared/1-1: build: FAILED +conformance/interfaces/pthread_barrierattr_setpshared/2-1: build: FAILED +conformance/interfaces/pthread_cancel/1-1: build: FAILED +conformance/interfaces/pthread_cancel/1-2: build: FAILED +conformance/interfaces/pthread_cancel/1-3: build: FAILED +conformance/interfaces/pthread_cancel/2-1: build: FAILED +conformance/interfaces/pthread_cancel/4-1: build: FAILED +conformance/interfaces/pthread_cancel/5-1: build: FAILED +conformance/interfaces/pthread_cleanup_pop/1-1: build: FAILED +conformance/interfaces/pthread_cleanup_pop/1-2: build: FAILED +conformance/interfaces/pthread_cleanup_pop/1-3: build: FAILED +conformance/interfaces/pthread_cleanup_push/1-1: build: FAILED +conformance/interfaces/pthread_cleanup_push/1-2: build: FAILED +conformance/interfaces/pthread_cleanup_push/1-3: build: FAILED +conformance/interfaces/pthread_cond_broadcast/1-1: build: FAILED +conformance/interfaces/pthread_cond_broadcast/2-1: build: FAILED +conformance/interfaces/pthread_cond_broadcast/2-2: build: FAILED +conformance/interfaces/pthread_cond_broadcast/4-1: build: FAILED +conformance/interfaces/pthread_cond_destroy/1-1: build: FAILED +conformance/interfaces/pthread_cond_destroy/2-1: build: FAILED +conformance/interfaces/pthread_cond_destroy/3-1: build: FAILED +conformance/interfaces/pthread_cond_init/1-1: build: FAILED +conformance/interfaces/pthread_cond_init/2-1: build: FAILED +conformance/interfaces/pthread_cond_init/3-1: build: FAILED +conformance/interfaces/pthread_cond_signal/1-1: build: FAILED +conformance/interfaces/pthread_cond_signal/2-1: build: FAILED +conformance/interfaces/pthread_cond_signal/2-2: build: FAILED +conformance/interfaces/pthread_cond_signal/4-1: build: FAILED +conformance/interfaces/pthread_cond_timedwait/1-1: build: FAILED +conformance/interfaces/pthread_cond_timedwait/2-1: build: FAILED +conformance/interfaces/pthread_cond_timedwait/2-2: build: FAILED +conformance/interfaces/pthread_cond_timedwait/2-3: build: FAILED +conformance/interfaces/pthread_cond_timedwait/3-1: build: FAILED +conformance/interfaces/pthread_cond_timedwait/4-1: build: FAILED +conformance/interfaces/pthread_cond_wait/1-1: build: FAILED +conformance/interfaces/pthread_cond_wait/2-1: build: FAILED +conformance/interfaces/pthread_cond_wait/3-1: build: FAILED +conformance/interfaces/pthread_condattr_destroy/1-1: build: FAILED +conformance/interfaces/pthread_condattr_destroy/2-1: build: FAILED +conformance/interfaces/pthread_condattr_destroy/3-1: build: FAILED +conformance/interfaces/pthread_condattr_destroy/4-1: build: FAILED +conformance/interfaces/pthread_condattr_getclock/1-1: build: FAILED +conformance/interfaces/pthread_condattr_getclock/1-2: build: FAILED +conformance/interfaces/pthread_condattr_getpshared/1-1: build: FAILED +conformance/interfaces/pthread_condattr_getpshared/1-2: build: FAILED +conformance/interfaces/pthread_condattr_getpshared/2-1: build: FAILED +conformance/interfaces/pthread_condattr_init/1-1: build: FAILED +conformance/interfaces/pthread_condattr_init/3-1: build: FAILED +conformance/interfaces/pthread_condattr_setclock/1-1: build: FAILED +conformance/interfaces/pthread_condattr_setclock/1-2: build: FAILED +conformance/interfaces/pthread_condattr_setclock/1-3: build: FAILED +conformance/interfaces/pthread_condattr_setclock/2-1: build: FAILED +conformance/interfaces/pthread_condattr_setpshared/1-1: build: FAILED +conformance/interfaces/pthread_condattr_setpshared/1-2: build: FAILED +conformance/interfaces/pthread_condattr_setpshared/2-1: build: FAILED +conformance/interfaces/pthread_create/1-1: build: FAILED +conformance/interfaces/pthread_create/1-2: build: FAILED +conformance/interfaces/pthread_create/1-3: build: FAILED +conformance/interfaces/pthread_create/10-1: build: FAILED +conformance/interfaces/pthread_create/12-1: build: FAILED +conformance/interfaces/pthread_create/2-1: build: FAILED +conformance/interfaces/pthread_create/3-1: build: FAILED +conformance/interfaces/pthread_create/4-1: build: FAILED +conformance/interfaces/pthread_create/5-1: build: FAILED +conformance/interfaces/pthread_create/5-2: build: FAILED +conformance/interfaces/pthread_create/8-1: build: FAILED +conformance/interfaces/pthread_detach/1-1: build: FAILED +conformance/interfaces/pthread_detach/2-1: build: FAILED +conformance/interfaces/pthread_detach/3-1: build: FAILED +conformance/interfaces/pthread_detach/4-1: build: FAILED +conformance/interfaces/pthread_detach/4-2: build: FAILED +conformance/interfaces/pthread_equal/1-1: build: FAILED +conformance/interfaces/pthread_equal/1-2: build: FAILED +conformance/interfaces/pthread_exit/1-1: build: FAILED +conformance/interfaces/pthread_exit/2-1: build: FAILED +conformance/interfaces/pthread_getspecific/1-1: build: FAILED +conformance/interfaces/pthread_getspecific/3-1: build: FAILED +conformance/interfaces/pthread_join/1-1: build: FAILED +conformance/interfaces/pthread_join/2-1: build: FAILED +conformance/interfaces/pthread_join/3-1: build: FAILED +conformance/interfaces/pthread_join/5-1: build: FAILED +conformance/interfaces/pthread_join/6-1: build: FAILED +conformance/interfaces/pthread_join/speculative/6-2: build: FAILED +conformance/interfaces/pthread_key_create/1-1: build: FAILED +conformance/interfaces/pthread_key_create/1-2: build: FAILED +conformance/interfaces/pthread_key_create/2-1: build: FAILED +conformance/interfaces/pthread_key_create/3-1: build: FAILED +conformance/interfaces/pthread_key_create/speculative/5-1: build: FAILED +conformance/interfaces/pthread_key_delete/1-1: build: FAILED +conformance/interfaces/pthread_key_delete/1-2: build: FAILED +conformance/interfaces/pthread_key_delete/2-1: build: FAILED +conformance/interfaces/pthread_kill/1-1: build: FAILED +conformance/interfaces/pthread_kill/2-1: build: FAILED +conformance/interfaces/pthread_kill/3-1: build: FAILED +conformance/interfaces/pthread_kill/7-1: build: FAILED +conformance/interfaces/pthread_mutex_destroy/1-1: build: FAILED +conformance/interfaces/pthread_mutex_destroy/2-1: build: FAILED +conformance/interfaces/pthread_mutex_destroy/3-1: build: FAILED +conformance/interfaces/pthread_mutex_destroy/5-1: build: FAILED +conformance/interfaces/pthread_mutex_init/1-1: build: FAILED +conformance/interfaces/pthread_mutex_init/2-1: build: FAILED +conformance/interfaces/pthread_mutex_init/3-1: build: FAILED +conformance/interfaces/pthread_mutex_init/4-1: build: FAILED +conformance/interfaces/pthread_mutex_lock/1-1: build: FAILED +conformance/interfaces/pthread_mutex_lock/2-1: build: FAILED +conformance/interfaces/pthread_mutex_timedlock/1-1: build: FAILED +conformance/interfaces/pthread_mutex_timedlock/4-1: build: FAILED +conformance/interfaces/pthread_mutex_timedlock/5-1: build: FAILED +conformance/interfaces/pthread_mutex_timedlock/5-2: build: FAILED +conformance/interfaces/pthread_mutex_timedlock/5-3: build: FAILED +conformance/interfaces/pthread_mutex_trylock/1-1: build: FAILED +conformance/interfaces/pthread_mutex_trylock/3-1: build: FAILED +conformance/interfaces/pthread_mutex_trylock/4-1: build: FAILED +conformance/interfaces/pthread_mutex_unlock/1-1: build: FAILED +conformance/interfaces/pthread_mutex_unlock/2-1: build: FAILED +conformance/interfaces/pthread_mutex_unlock/3-1: build: FAILED +conformance/interfaces/pthread_mutexattr_destroy/1-1: build: FAILED +conformance/interfaces/pthread_mutexattr_destroy/2-1: build: FAILED +conformance/interfaces/pthread_mutexattr_destroy/3-1: build: FAILED +conformance/interfaces/pthread_mutexattr_destroy/4-1: build: FAILED +conformance/interfaces/pthread_mutexattr_getpshared/1-1: build: FAILED +conformance/interfaces/pthread_mutexattr_getpshared/1-2: build: FAILED +conformance/interfaces/pthread_mutexattr_getpshared/1-3: build: FAILED +conformance/interfaces/pthread_mutexattr_getpshared/3-1: build: FAILED +conformance/interfaces/pthread_mutexattr_gettype/1-1: build: FAILED +conformance/interfaces/pthread_mutexattr_gettype/1-2: build: FAILED +conformance/interfaces/pthread_mutexattr_gettype/1-3: build: FAILED +conformance/interfaces/pthread_mutexattr_gettype/1-4: build: FAILED +conformance/interfaces/pthread_mutexattr_gettype/1-5: build: FAILED +conformance/interfaces/pthread_mutexattr_gettype/speculative/3-1: build: FAILED +conformance/interfaces/pthread_mutexattr_init/1-1: build: FAILED +conformance/interfaces/pthread_mutexattr_init/3-1: build: FAILED +conformance/interfaces/pthread_mutexattr_setpshared/1-1: build: FAILED +conformance/interfaces/pthread_mutexattr_setpshared/1-2: build: FAILED +conformance/interfaces/pthread_mutexattr_setpshared/2-1: build: FAILED +conformance/interfaces/pthread_mutexattr_setpshared/2-2: build: FAILED +conformance/interfaces/pthread_mutexattr_setpshared/3-1: build: FAILED +conformance/interfaces/pthread_mutexattr_setpshared/3-2: build: FAILED +conformance/interfaces/pthread_mutexattr_settype/1-1: build: FAILED +conformance/interfaces/pthread_mutexattr_settype/2-1: build: FAILED +conformance/interfaces/pthread_mutexattr_settype/3-1: build: FAILED +conformance/interfaces/pthread_mutexattr_settype/3-2: build: FAILED +conformance/interfaces/pthread_mutexattr_settype/3-3: build: FAILED +conformance/interfaces/pthread_mutexattr_settype/3-4: build: FAILED +conformance/interfaces/pthread_mutexattr_settype/7-1: build: FAILED +conformance/interfaces/pthread_once/1-1: build: FAILED +conformance/interfaces/pthread_once/3-1: build: FAILED +conformance/interfaces/pthread_once/4-1: build: FAILED +conformance/interfaces/pthread_rwlock_destroy/1-1: build: FAILED +conformance/interfaces/pthread_rwlock_destroy/3-1: build: FAILED +conformance/interfaces/pthread_rwlock_init/1-1: build: FAILED +conformance/interfaces/pthread_rwlock_init/2-1: build: FAILED +conformance/interfaces/pthread_rwlock_init/3-1: build: FAILED +conformance/interfaces/pthread_rwlock_init/6-1: build: FAILED +conformance/interfaces/pthread_rwlock_rdlock/1-1: build: FAILED +conformance/interfaces/pthread_rwlock_rdlock/2-1: build: FAILED +conformance/interfaces/pthread_rwlock_rdlock/2-2: build: FAILED +conformance/interfaces/pthread_rwlock_rdlock/2-3: build: FAILED +conformance/interfaces/pthread_rwlock_rdlock/4-1: build: FAILED +conformance/interfaces/pthread_rwlock_rdlock/5-1: build: FAILED +conformance/interfaces/pthread_rwlock_timedrdlock/1-1: build: FAILED +conformance/interfaces/pthread_rwlock_timedrdlock/2-1: build: FAILED +conformance/interfaces/pthread_rwlock_timedrdlock/5-1: build: FAILED +conformance/interfaces/pthread_rwlock_timedrdlock/6-1: build: FAILED +conformance/interfaces/pthread_rwlock_timedrdlock/6-2: build: FAILED +conformance/interfaces/pthread_rwlock_timedwrlock/1-1: build: FAILED +conformance/interfaces/pthread_rwlock_timedwrlock/2-1: build: FAILED +conformance/interfaces/pthread_rwlock_timedwrlock/5-1: build: FAILED +conformance/interfaces/pthread_rwlock_timedwrlock/6-1: build: FAILED +conformance/interfaces/pthread_rwlock_timedwrlock/6-2: build: FAILED +conformance/interfaces/pthread_rwlock_tryrdlock/1-1: build: FAILED +conformance/interfaces/pthread_rwlock_trywrlock/1-1: build: FAILED +conformance/interfaces/pthread_rwlock_trywrlock/3-1: build: FAILED +conformance/interfaces/pthread_rwlock_unlock/1-1: build: FAILED +conformance/interfaces/pthread_rwlock_unlock/2-1: build: FAILED +conformance/interfaces/pthread_rwlock_unlock/3-1: build: FAILED +conformance/interfaces/pthread_rwlock_unlock/4-1: build: FAILED +conformance/interfaces/pthread_rwlock_unlock/4-2: build: FAILED +conformance/interfaces/pthread_rwlock_wrlock/1-1: build: FAILED +conformance/interfaces/pthread_rwlock_wrlock/2-1: build: FAILED +conformance/interfaces/pthread_rwlock_wrlock/3-1: build: FAILED +conformance/interfaces/pthread_rwlockattr_destroy/1-1: build: FAILED +conformance/interfaces/pthread_rwlockattr_destroy/2-1: build: FAILED +conformance/interfaces/pthread_rwlockattr_getpshared/1-1: build: FAILED +conformance/interfaces/pthread_rwlockattr_getpshared/2-1: build: FAILED +conformance/interfaces/pthread_rwlockattr_getpshared/4-1: build: FAILED +conformance/interfaces/pthread_rwlockattr_init/1-1: build: FAILED +conformance/interfaces/pthread_rwlockattr_init/2-1: build: FAILED +conformance/interfaces/pthread_rwlockattr_setpshared/1-1: build: FAILED +conformance/interfaces/pthread_self/1-1: build: FAILED +conformance/interfaces/pthread_setcancelstate/1-1: build: FAILED +conformance/interfaces/pthread_setcancelstate/1-2: build: FAILED +conformance/interfaces/pthread_setcancelstate/2-1: build: FAILED +conformance/interfaces/pthread_setcancelstate/3-1: build: FAILED +conformance/interfaces/pthread_setcanceltype/1-1: build: FAILED +conformance/interfaces/pthread_setcanceltype/1-2: build: FAILED +conformance/interfaces/pthread_setcanceltype/2-1: build: FAILED +conformance/interfaces/pthread_setspecific/1-1: build: FAILED +conformance/interfaces/pthread_setspecific/1-2: build: FAILED +conformance/interfaces/pthread_sigmask/10-1: build: FAILED +conformance/interfaces/pthread_sigmask/12-1: build: FAILED +conformance/interfaces/pthread_sigmask/14-1: build: FAILED +conformance/interfaces/pthread_sigmask/15-1: build: FAILED +conformance/interfaces/pthread_sigmask/16-1: build: FAILED +conformance/interfaces/pthread_sigmask/4-1: build: FAILED +conformance/interfaces/pthread_sigmask/5-1: build: FAILED +conformance/interfaces/pthread_sigmask/6-1: build: FAILED +conformance/interfaces/pthread_sigmask/7-1: build: FAILED +conformance/interfaces/pthread_sigmask/8-1: build: FAILED +conformance/interfaces/pthread_sigmask/8-2: build: FAILED +conformance/interfaces/pthread_sigmask/8-3: build: FAILED +conformance/interfaces/pthread_sigmask/9-1: build: FAILED +conformance/interfaces/pthread_spin_destroy/1-1: build: FAILED +conformance/interfaces/pthread_spin_destroy/3-1: build: FAILED +conformance/interfaces/pthread_spin_init/1-1: build: FAILED +conformance/interfaces/pthread_spin_init/2-1: build: FAILED +conformance/interfaces/pthread_spin_init/2-2: build: FAILED +conformance/interfaces/pthread_spin_init/4-1: build: FAILED +conformance/interfaces/pthread_spin_lock/1-1: build: FAILED +conformance/interfaces/pthread_spin_lock/1-2: build: FAILED +conformance/interfaces/pthread_spin_lock/3-1: build: FAILED +conformance/interfaces/pthread_spin_lock/3-2: build: FAILED +conformance/interfaces/pthread_spin_trylock/1-1: build: FAILED +conformance/interfaces/pthread_spin_trylock/4-1: build: FAILED +conformance/interfaces/pthread_spin_unlock/1-1: build: FAILED +conformance/interfaces/pthread_spin_unlock/1-2: build: FAILED +conformance/interfaces/pthread_spin_unlock/3-1: build: FAILED +conformance/interfaces/pthread_testcancel/1-1: build: FAILED +conformance/interfaces/pthread_testcancel/2-1: build: FAILED +conformance/interfaces/raise/10000-1: build: FAILED +conformance/interfaces/raise/1-1: build: FAILED +conformance/interfaces/raise/1-2: build: FAILED +conformance/interfaces/raise/2-1: build: FAILED +conformance/interfaces/raise/4-1: build: FAILED +conformance/interfaces/raise/6-1: build: FAILED +conformance/interfaces/raise/7-1: build: FAILED +conformance/interfaces/sched_get_priority_max/1-1: build: FAILED +conformance/interfaces/sched_get_priority_max/1-2: build: FAILED +conformance/interfaces/sched_get_priority_max/1-3: build: FAILED +conformance/interfaces/sched_get_priority_max/1-4: build: FAILED +conformance/interfaces/sched_get_priority_max/2-1: build: FAILED +conformance/interfaces/sched_get_priority_min/1-1: build: FAILED +conformance/interfaces/sched_get_priority_min/1-2: build: FAILED +conformance/interfaces/sched_get_priority_min/1-3: build: FAILED +conformance/interfaces/sched_get_priority_min/1-4: build: FAILED +conformance/interfaces/sched_get_priority_min/2-1: build: FAILED +conformance/interfaces/sched_getparam/1-1: build: FAILED +conformance/interfaces/sched_getparam/2-1: build: FAILED +conformance/interfaces/sched_getparam/3-1: build: FAILED +conformance/interfaces/sched_getparam/4-1: build: FAILED +conformance/interfaces/sched_getparam/6-1: build: FAILED +conformance/interfaces/sched_getparam/speculative/7-1: build: FAILED +conformance/interfaces/sched_getscheduler/1-1: build: FAILED +conformance/interfaces/sched_getscheduler/2-1: build: FAILED +conformance/interfaces/sched_getscheduler/3-1: build: FAILED +conformance/interfaces/sched_getscheduler/4-1: build: FAILED +conformance/interfaces/sched_getscheduler/5-1: build: FAILED +conformance/interfaces/sched_getscheduler/7-1: build: FAILED +conformance/interfaces/sched_rr_get_interval/1-1: build: FAILED +conformance/interfaces/sched_rr_get_interval/2-1: build: FAILED +conformance/interfaces/sched_rr_get_interval/3-1: build: FAILED +conformance/interfaces/sched_rr_get_interval/speculative/5-1: build: FAILED +conformance/interfaces/sched_setparam/1-1: build: FAILED +conformance/interfaces/sched_setparam/10-1: build: FAILED +conformance/interfaces/sched_setparam/12-1: build: FAILED +conformance/interfaces/sched_setparam/13-1: build: FAILED +conformance/interfaces/sched_setparam/14-1: build: FAILED +conformance/interfaces/sched_setparam/15-1: build: FAILED +conformance/interfaces/sched_setparam/16-1: build: FAILED +conformance/interfaces/sched_setparam/17-1: build: FAILED +conformance/interfaces/sched_setparam/18-1: build: FAILED +conformance/interfaces/sched_setparam/19-1: build: FAILED +conformance/interfaces/sched_setparam/2-1: build: FAILED +conformance/interfaces/sched_setparam/2-2: build: FAILED +conformance/interfaces/sched_setparam/20-1: build: FAILED +conformance/interfaces/sched_setparam/21-1: build: FAILED +conformance/interfaces/sched_setparam/21-2: build: FAILED +conformance/interfaces/sched_setparam/22-1: build: FAILED +conformance/interfaces/sched_setparam/23-1: build: FAILED +conformance/interfaces/sched_setparam/23-2: build: FAILED +conformance/interfaces/sched_setparam/23-3: build: FAILED +conformance/interfaces/sched_setparam/23-4: build: FAILED +conformance/interfaces/sched_setparam/23-5: build: FAILED +conformance/interfaces/sched_setparam/23-6: build: FAILED +conformance/interfaces/sched_setparam/23-7: build: FAILED +conformance/interfaces/sched_setparam/25-1: build: FAILED +conformance/interfaces/sched_setparam/25-2: build: FAILED +conformance/interfaces/sched_setparam/25-3: build: FAILED +conformance/interfaces/sched_setparam/25-4: build: FAILED +conformance/interfaces/sched_setparam/26-1: build: FAILED +conformance/interfaces/sched_setparam/27-1: build: FAILED +conformance/interfaces/sched_setparam/3-1: build: FAILED +conformance/interfaces/sched_setparam/5-1: build: FAILED +conformance/interfaces/sched_setparam/6-1: build: FAILED +conformance/interfaces/sched_setparam/7-1: build: FAILED +conformance/interfaces/sched_setparam/8-1: build: FAILED +conformance/interfaces/sched_setparam/9-1: build: FAILED +conformance/interfaces/sched_setscheduler/1-1: build: FAILED +conformance/interfaces/sched_setscheduler/10-1: build: FAILED +conformance/interfaces/sched_setscheduler/11-1: build: FAILED +conformance/interfaces/sched_setscheduler/12-1: build: FAILED +conformance/interfaces/sched_setscheduler/13-1: build: FAILED +conformance/interfaces/sched_setscheduler/14-1: build: FAILED +conformance/interfaces/sched_setscheduler/15-1: build: FAILED +conformance/interfaces/sched_setscheduler/15-2: build: FAILED +conformance/interfaces/sched_setscheduler/16-1: build: FAILED +conformance/interfaces/sched_setscheduler/17-1: build: FAILED +conformance/interfaces/sched_setscheduler/17-2: build: FAILED +conformance/interfaces/sched_setscheduler/17-3: build: FAILED +conformance/interfaces/sched_setscheduler/17-4: build: FAILED +conformance/interfaces/sched_setscheduler/17-5: build: FAILED +conformance/interfaces/sched_setscheduler/17-6: build: FAILED +conformance/interfaces/sched_setscheduler/17-7: build: FAILED +conformance/interfaces/sched_setscheduler/19-1: build: FAILED +conformance/interfaces/sched_setscheduler/19-2: build: FAILED +conformance/interfaces/sched_setscheduler/19-3: build: FAILED +conformance/interfaces/sched_setscheduler/19-4: build: FAILED +conformance/interfaces/sched_setscheduler/19-5: build: FAILED +conformance/interfaces/sched_setscheduler/2-1: build: FAILED +conformance/interfaces/sched_setscheduler/20-1: build: FAILED +conformance/interfaces/sched_setscheduler/21-1: build: FAILED +conformance/interfaces/sched_setscheduler/22-1: build: FAILED +conformance/interfaces/sched_setscheduler/22-2: build: FAILED +conformance/interfaces/sched_setscheduler/4-1: build: FAILED +conformance/interfaces/sched_setscheduler/5-1: build: FAILED +conformance/interfaces/sched_setscheduler/6-1: build: FAILED +conformance/interfaces/sched_setscheduler/7-1: build: FAILED +conformance/interfaces/sched_setscheduler/9-1: build: FAILED +conformance/interfaces/sched_yield/1-1: build: FAILED +conformance/interfaces/sched_yield/2-1: build: FAILED +conformance/interfaces/sem_close/1-1: build: FAILED +conformance/interfaces/sem_close/2-1: build: FAILED +conformance/interfaces/sem_close/3-1: build: FAILED +conformance/interfaces/sem_destroy/1-1: build: FAILED +conformance/interfaces/sem_destroy/2-1: build: FAILED +conformance/interfaces/sem_destroy/3-1: build: FAILED +conformance/interfaces/sem_destroy/4-1: build: FAILED +conformance/interfaces/sem_destroy/4-2: build: FAILED +conformance/interfaces/sem_getvalue/1-1: build: FAILED +conformance/interfaces/sem_getvalue/2-1: build: FAILED +conformance/interfaces/sem_getvalue/4-1: build: FAILED +conformance/interfaces/sem_getvalue/5-1: build: FAILED +conformance/interfaces/sem_init/1-1: build: FAILED +conformance/interfaces/sem_init/2-1: build: FAILED +conformance/interfaces/sem_init/2-2: build: FAILED +conformance/interfaces/sem_init/3-1: build: FAILED +conformance/interfaces/sem_init/5-1: build: FAILED +conformance/interfaces/sem_init/5-2: build: FAILED +conformance/interfaces/sem_init/6-1: build: FAILED +conformance/interfaces/sem_open/1-1: build: FAILED +conformance/interfaces/sem_open/1-2: build: FAILED +conformance/interfaces/sem_open/1-3: build: FAILED +conformance/interfaces/sem_open/1-4: build: FAILED +conformance/interfaces/sem_open/10-1: build: FAILED +conformance/interfaces/sem_open/2-1: build: FAILED +conformance/interfaces/sem_open/2-2: build: FAILED +conformance/interfaces/sem_open/3-1: build: FAILED +conformance/interfaces/sem_open/4-1: build: FAILED +conformance/interfaces/sem_open/5-1: build: FAILED +conformance/interfaces/sem_open/6-1: build: FAILED +conformance/interfaces/sem_post/1-1: build: FAILED +conformance/interfaces/sem_post/1-2: build: FAILED +conformance/interfaces/sem_post/2-1: build: FAILED +conformance/interfaces/sem_post/4-1: build: FAILED +conformance/interfaces/sem_post/5-1: build: FAILED +conformance/interfaces/sem_post/6-1: build: FAILED +conformance/interfaces/sem_post/7-1: build: FAILED +conformance/interfaces/sem_timedwait/1-1: build: FAILED +conformance/interfaces/sem_timedwait/2-1: build: FAILED +conformance/interfaces/sem_timedwait/2-2: build: FAILED +conformance/interfaces/sem_timedwait/3-1: build: FAILED +conformance/interfaces/sem_timedwait/4-1: build: FAILED +conformance/interfaces/sem_timedwait/6-1: build: FAILED +conformance/interfaces/sem_timedwait/6-2: build: FAILED +conformance/interfaces/sem_timedwait/7-1: build: FAILED +conformance/interfaces/sem_timedwait/9-1: build: FAILED +conformance/interfaces/sem_unlink/1-1: build: FAILED +conformance/interfaces/sem_unlink/2-1: build: FAILED +conformance/interfaces/sem_unlink/4-1: build: FAILED +conformance/interfaces/sem_wait/1-1: build: FAILED +conformance/interfaces/sem_wait/1-2: build: FAILED +conformance/interfaces/sem_wait/11-1: build: FAILED +conformance/interfaces/sem_wait/12-1: build: FAILED +conformance/interfaces/sem_wait/2-1: build: FAILED +conformance/interfaces/sem_wait/3-1: build: FAILED +conformance/interfaces/sem_wait/5-1: build: FAILED +conformance/interfaces/sem_wait/7-1: build: FAILED +conformance/interfaces/shm_open/1-1: build: FAILED +conformance/interfaces/shm_open/10-1: build: FAILED +conformance/interfaces/shm_open/11-1: build: FAILED +conformance/interfaces/shm_open/12-1: build: FAILED +conformance/interfaces/shm_open/13-1: build: FAILED +conformance/interfaces/shm_open/14-2: build: FAILED +conformance/interfaces/shm_open/15-1: build: FAILED +conformance/interfaces/shm_open/16-1: build: FAILED +conformance/interfaces/shm_open/17-1: build: FAILED +conformance/interfaces/shm_open/18-1: build: FAILED +conformance/interfaces/shm_open/19-1: build: FAILED +conformance/interfaces/shm_open/2-1: build: FAILED +conformance/interfaces/shm_open/20-1: build: FAILED +conformance/interfaces/shm_open/20-2: build: FAILED +conformance/interfaces/shm_open/20-3: build: FAILED +conformance/interfaces/shm_open/21-1: build: FAILED +conformance/interfaces/shm_open/22-1: build: FAILED +conformance/interfaces/shm_open/23-1: build: FAILED +conformance/interfaces/shm_open/24-1: build: FAILED +conformance/interfaces/shm_open/25-1: build: FAILED +conformance/interfaces/shm_open/26-1: build: FAILED +conformance/interfaces/shm_open/26-2: build: FAILED +conformance/interfaces/shm_open/27-1: build: FAILED +conformance/interfaces/shm_open/28-1: build: FAILED +conformance/interfaces/shm_open/28-2: build: FAILED +conformance/interfaces/shm_open/28-3: build: FAILED +conformance/interfaces/shm_open/29-1: build: FAILED +conformance/interfaces/shm_open/3-1: build: FAILED +conformance/interfaces/shm_open/32-1: build: FAILED +conformance/interfaces/shm_open/33-1: build: FAILED +conformance/interfaces/shm_open/34-1: build: FAILED +conformance/interfaces/shm_open/36-1: build: FAILED +conformance/interfaces/shm_open/37-1: build: FAILED +conformance/interfaces/shm_open/38-1: build: FAILED +conformance/interfaces/shm_open/39-1: build: FAILED +conformance/interfaces/shm_open/39-2: build: FAILED +conformance/interfaces/shm_open/40-1: build: FAILED +conformance/interfaces/shm_open/41-1: build: FAILED +conformance/interfaces/shm_open/42-1: build: FAILED +conformance/interfaces/shm_open/5-1: build: FAILED +conformance/interfaces/shm_open/6-1: build: FAILED +conformance/interfaces/shm_open/7-1: build: FAILED +conformance/interfaces/shm_open/8-1: build: FAILED +conformance/interfaces/shm_open/9-1: build: FAILED +conformance/interfaces/shm_unlink/1-1: build: FAILED +conformance/interfaces/shm_unlink/10-1: build: FAILED +conformance/interfaces/shm_unlink/10-2: build: FAILED +conformance/interfaces/shm_unlink/11-1: build: FAILED +conformance/interfaces/shm_unlink/2-1: build: FAILED +conformance/interfaces/shm_unlink/3-1: build: FAILED +conformance/interfaces/shm_unlink/5-1: build: FAILED +conformance/interfaces/shm_unlink/6-1: build: FAILED +conformance/interfaces/shm_unlink/8-1: build: FAILED +conformance/interfaces/shm_unlink/9-1: build: FAILED +conformance/interfaces/sigaction/3-15: build: FAILED +conformance/interfaces/sigaction/3-16: build: FAILED +conformance/interfaces/sigaction/3-17: build: FAILED +conformance/interfaces/sigaction/3-18: build: FAILED +conformance/interfaces/sigaction/3-19: build: FAILED +conformance/interfaces/sigaction/3-2: build: FAILED +conformance/interfaces/sigaction/3-20: build: FAILED +conformance/interfaces/sigaction/3-21: build: FAILED +conformance/interfaces/sigaction/3-22: build: FAILED +conformance/interfaces/sigaction/3-23: build: FAILED +conformance/interfaces/sigaction/3-24: build: FAILED +conformance/interfaces/sigaction/3-25: build: FAILED +conformance/interfaces/sigaction/3-26: build: FAILED +conformance/interfaces/sigaction/3-3: build: FAILED +conformance/interfaces/sigaction/3-4: build: FAILED +conformance/interfaces/sigaction/3-5: build: FAILED +conformance/interfaces/sigaction/3-6: build: FAILED +conformance/interfaces/sigaction/3-7: build: FAILED +conformance/interfaces/sigaction/3-8: build: FAILED +conformance/interfaces/sigaction/3-9: build: FAILED +conformance/interfaces/sigaction/4-1: build: FAILED +conformance/interfaces/sigaction/4-10: build: FAILED +conformance/interfaces/sigaction/4-100: build: FAILED +conformance/interfaces/sigaction/4-101: build: FAILED +conformance/interfaces/sigaction/4-102: build: FAILED +conformance/interfaces/sigaction/4-103: build: FAILED +conformance/interfaces/sigaction/4-104: build: FAILED +conformance/interfaces/sigaction/4-11: build: FAILED +conformance/interfaces/sigaction/4-12: build: FAILED +conformance/interfaces/sigaction/4-13: build: FAILED +conformance/interfaces/sigaction/4-14: build: FAILED +conformance/interfaces/sigaction/4-15: build: FAILED +conformance/interfaces/sigaction/4-16: build: FAILED +conformance/interfaces/sigaction/4-17: build: FAILED +conformance/interfaces/sigaction/4-18: build: FAILED +conformance/interfaces/sigaction/4-19: build: FAILED +conformance/interfaces/sigaction/4-2: build: FAILED +conformance/interfaces/sigaction/4-20: build: FAILED +conformance/interfaces/sigaction/4-21: build: FAILED +conformance/interfaces/sigaction/4-22: build: FAILED +conformance/interfaces/sigaction/4-23: build: FAILED +conformance/interfaces/sigaction/4-24: build: FAILED +conformance/interfaces/sigaction/4-25: build: FAILED +conformance/interfaces/sigaction/4-26: build: FAILED +conformance/interfaces/sigaction/4-27: build: FAILED +conformance/interfaces/sigaction/4-28: build: FAILED +conformance/interfaces/sigaction/4-29: build: FAILED +conformance/interfaces/sigaction/4-3: build: FAILED +conformance/interfaces/sigaction/4-30: build: FAILED +conformance/interfaces/sigaction/4-31: build: FAILED +conformance/interfaces/sigaction/4-32: build: FAILED +conformance/interfaces/sigaction/4-33: build: FAILED +conformance/interfaces/sigaction/4-34: build: FAILED +conformance/interfaces/sigaction/4-35: build: FAILED +conformance/interfaces/sigaction/4-36: build: FAILED +conformance/interfaces/sigaction/4-37: build: FAILED +conformance/interfaces/sigaction/4-38: build: FAILED +conformance/interfaces/sigaction/4-39: build: FAILED +conformance/interfaces/sigaction/4-4: build: FAILED +conformance/interfaces/sigaction/4-40: build: FAILED +conformance/interfaces/sigaction/4-41: build: FAILED +conformance/interfaces/sigaction/4-42: build: FAILED +conformance/interfaces/sigaction/4-43: build: FAILED +conformance/interfaces/sigaction/4-44: build: FAILED +conformance/interfaces/sigaction/4-45: build: FAILED +conformance/interfaces/sigaction/4-46: build: FAILED +conformance/interfaces/sigaction/4-47: build: FAILED +conformance/interfaces/sigaction/4-48: build: FAILED +conformance/interfaces/sigaction/4-49: build: FAILED +conformance/interfaces/sigaction/4-5: build: FAILED +conformance/interfaces/sigaction/4-50: build: FAILED +conformance/interfaces/sigaction/4-51: build: FAILED +conformance/interfaces/sigaction/4-52: build: FAILED +conformance/interfaces/sigaction/4-53: build: FAILED +conformance/interfaces/sigaction/4-54: build: FAILED +conformance/interfaces/sigaction/4-55: build: FAILED +conformance/interfaces/sigaction/4-56: build: FAILED +conformance/interfaces/sigaction/4-57: build: FAILED +conformance/interfaces/sigaction/4-58: build: FAILED +conformance/interfaces/sigaction/4-59: build: FAILED +conformance/interfaces/sigaction/4-6: build: FAILED +conformance/interfaces/sigaction/4-60: build: FAILED +conformance/interfaces/sigaction/4-61: build: FAILED +conformance/interfaces/sigaction/4-62: build: FAILED +conformance/interfaces/sigaction/4-63: build: FAILED +conformance/interfaces/sigaction/4-64: build: FAILED +conformance/interfaces/sigaction/4-65: build: FAILED +conformance/interfaces/sigaction/4-66: build: FAILED +conformance/interfaces/sigaction/4-67: build: FAILED +conformance/interfaces/sigaction/4-68: build: FAILED +conformance/interfaces/sigaction/4-69: build: FAILED +conformance/interfaces/sigaction/4-7: build: FAILED +conformance/interfaces/sigaction/4-70: build: FAILED +conformance/interfaces/sigaction/4-71: build: FAILED +conformance/interfaces/sigaction/4-72: build: FAILED +conformance/interfaces/sigaction/4-73: build: FAILED +conformance/interfaces/sigaction/4-74: build: FAILED +conformance/interfaces/sigaction/4-75: build: FAILED +conformance/interfaces/sigaction/4-76: build: FAILED +conformance/interfaces/sigaction/4-77: build: FAILED +conformance/interfaces/sigaction/4-78: build: FAILED +conformance/interfaces/sigaction/4-79: build: FAILED +conformance/interfaces/sigaction/4-8: build: FAILED +conformance/interfaces/sigaction/4-80: build: FAILED +conformance/interfaces/sigaction/4-81: build: FAILED +conformance/interfaces/sigaction/4-82: build: FAILED +conformance/interfaces/sigaction/4-83: build: FAILED +conformance/interfaces/sigaction/4-84: build: FAILED +conformance/interfaces/sigaction/4-85: build: FAILED +conformance/interfaces/sigaction/4-86: build: FAILED +conformance/interfaces/sigaction/4-87: build: FAILED +conformance/interfaces/sigaction/4-88: build: FAILED +conformance/interfaces/sigaction/4-89: build: FAILED +conformance/interfaces/sigaction/4-9: build: FAILED +conformance/interfaces/sigaction/4-90: build: FAILED +conformance/interfaces/sigaction/4-91: build: FAILED +conformance/interfaces/sigaction/4-92: build: FAILED +conformance/interfaces/sigaction/4-93: build: FAILED +conformance/interfaces/sigaction/4-94: build: FAILED +conformance/interfaces/sigaction/4-95: build: FAILED +conformance/interfaces/sigaction/4-96: build: FAILED +conformance/interfaces/sigaction/4-97: build: FAILED +conformance/interfaces/sigaction/4-98: build: FAILED +conformance/interfaces/sigaction/4-99: build: FAILED +conformance/interfaces/sigaction/6-1: build: FAILED +conformance/interfaces/sigaction/6-10: build: FAILED +conformance/interfaces/sigaction/6-11: build: FAILED +conformance/interfaces/sigaction/6-12: build: FAILED +conformance/interfaces/sigaction/6-13: build: FAILED +conformance/interfaces/sigaction/6-14: build: FAILED +conformance/interfaces/sigaction/6-15: build: FAILED +conformance/interfaces/sigaction/6-16: build: FAILED +conformance/interfaces/sigaction/6-17: build: FAILED +conformance/interfaces/sigaction/6-18: build: FAILED +conformance/interfaces/sigaction/6-19: build: FAILED +conformance/interfaces/sigaction/6-2: build: FAILED +conformance/interfaces/sigaction/6-20: build: FAILED +conformance/interfaces/sigaction/6-21: build: FAILED +conformance/interfaces/sigaction/6-22: build: FAILED +conformance/interfaces/sigaction/6-23: build: FAILED +conformance/interfaces/sigaction/6-24: build: FAILED +conformance/interfaces/sigaction/6-25: build: FAILED +conformance/interfaces/sigaction/6-26: build: FAILED +conformance/interfaces/sigaction/6-3: build: FAILED +conformance/interfaces/sigaction/6-4: build: FAILED +conformance/interfaces/sigaction/1-1: build: FAILED +conformance/interfaces/sigaction/1-10: build: FAILED +conformance/interfaces/sigaction/1-11: build: FAILED +conformance/interfaces/sigaction/1-12: build: FAILED +conformance/interfaces/sigaction/1-13: build: FAILED +conformance/interfaces/sigaction/1-14: build: FAILED +conformance/interfaces/sigaction/1-15: build: FAILED +conformance/interfaces/sigaction/1-16: build: FAILED +conformance/interfaces/sigaction/1-17: build: FAILED +conformance/interfaces/sigaction/1-18: build: FAILED +conformance/interfaces/sigaction/1-19: build: FAILED +conformance/interfaces/sigaction/1-2: build: FAILED +conformance/interfaces/sigaction/1-20: build: FAILED +conformance/interfaces/sigaction/1-21: build: FAILED +conformance/interfaces/sigaction/1-22: build: FAILED +conformance/interfaces/sigaction/1-23: build: FAILED +conformance/interfaces/sigaction/1-24: build: FAILED +conformance/interfaces/sigaction/1-25: build: FAILED +conformance/interfaces/sigaction/1-26: build: FAILED +conformance/interfaces/sigaction/1-3: build: FAILED +conformance/interfaces/sigaction/1-4: build: FAILED +conformance/interfaces/sigaction/1-5: build: FAILED +conformance/interfaces/sigaction/1-6: build: FAILED +conformance/interfaces/sigaction/1-7: build: FAILED +conformance/interfaces/sigaction/1-8: build: FAILED +conformance/interfaces/sigaction/1-9: build: FAILED +conformance/interfaces/sigaction/10-1: build: FAILED +conformance/interfaces/sigaction/11-1: build: FAILED +conformance/interfaces/sigaction/12-1: build: FAILED +conformance/interfaces/sigaction/12-10: build: FAILED +conformance/interfaces/sigaction/12-11: build: FAILED +conformance/interfaces/sigaction/12-12: build: FAILED +conformance/interfaces/sigaction/12-13: build: FAILED +conformance/interfaces/sigaction/12-14: build: FAILED +conformance/interfaces/sigaction/12-15: build: FAILED +conformance/interfaces/sigaction/12-16: build: FAILED +conformance/interfaces/sigaction/12-17: build: FAILED +conformance/interfaces/sigaction/12-18: build: FAILED +conformance/interfaces/sigaction/12-19: build: FAILED +conformance/interfaces/sigaction/12-2: build: FAILED +conformance/interfaces/sigaction/12-20: build: FAILED +conformance/interfaces/sigaction/12-21: build: FAILED +conformance/interfaces/sigaction/12-22: build: FAILED +conformance/interfaces/sigaction/12-23: build: FAILED +conformance/interfaces/sigaction/12-24: build: FAILED +conformance/interfaces/sigaction/12-25: build: FAILED +conformance/interfaces/sigaction/12-26: build: FAILED +conformance/interfaces/sigaction/12-27: build: FAILED +conformance/interfaces/sigaction/12-28: build: FAILED +conformance/interfaces/sigaction/12-29: build: FAILED +conformance/interfaces/sigaction/12-3: build: FAILED +conformance/interfaces/sigaction/12-30: build: FAILED +conformance/interfaces/sigaction/12-31: build: FAILED +conformance/interfaces/sigaction/12-32: build: FAILED +conformance/interfaces/sigaction/12-33: build: FAILED +conformance/interfaces/sigaction/12-34: build: FAILED +conformance/interfaces/sigaction/12-35: build: FAILED +conformance/interfaces/sigaction/12-36: build: FAILED +conformance/interfaces/sigaction/12-37: build: FAILED +conformance/interfaces/sigaction/12-38: build: FAILED +conformance/interfaces/sigaction/12-39: build: FAILED +conformance/interfaces/sigaction/12-4: build: FAILED +conformance/interfaces/sigaction/12-40: build: FAILED +conformance/interfaces/sigaction/12-41: build: FAILED +conformance/interfaces/sigaction/12-42: build: FAILED +conformance/interfaces/sigaction/12-43: build: FAILED +conformance/interfaces/sigaction/12-44: build: FAILED +conformance/interfaces/sigaction/12-45: build: FAILED +conformance/interfaces/sigaction/12-46: build: FAILED +conformance/interfaces/sigaction/12-47: build: FAILED +conformance/interfaces/sigaction/12-48: build: FAILED +conformance/interfaces/sigaction/12-49: build: FAILED +conformance/interfaces/sigaction/12-5: build: FAILED +conformance/interfaces/sigaction/12-50: build: FAILED +conformance/interfaces/sigaction/12-51: build: FAILED +conformance/interfaces/sigaction/12-52: build: FAILED +conformance/interfaces/sigaction/12-6: build: FAILED +conformance/interfaces/sigaction/12-7: build: FAILED +conformance/interfaces/sigaction/12-8: build: FAILED +conformance/interfaces/sigaction/12-9: build: FAILED +conformance/interfaces/sigaction/13-1: build: FAILED +conformance/interfaces/sigaction/13-10: build: FAILED +conformance/interfaces/sigaction/13-11: build: FAILED +conformance/interfaces/sigaction/13-12: build: FAILED +conformance/interfaces/sigaction/13-13: build: FAILED +conformance/interfaces/sigaction/13-14: build: FAILED +conformance/interfaces/sigaction/13-15: build: FAILED +conformance/interfaces/sigaction/13-16: build: FAILED +conformance/interfaces/sigaction/13-17: build: FAILED +conformance/interfaces/sigaction/13-18: build: FAILED +conformance/interfaces/sigaction/13-19: build: FAILED +conformance/interfaces/sigaction/13-2: build: FAILED +conformance/interfaces/sigaction/13-20: build: FAILED +conformance/interfaces/sigaction/13-21: build: FAILED +conformance/interfaces/sigaction/13-22: build: FAILED +conformance/interfaces/sigaction/13-23: build: FAILED +conformance/interfaces/sigaction/13-24: build: FAILED +conformance/interfaces/sigaction/13-25: build: FAILED +conformance/interfaces/sigaction/13-26: build: FAILED +conformance/interfaces/sigaction/13-3: build: FAILED +conformance/interfaces/sigaction/13-4: build: FAILED +conformance/interfaces/sigaction/13-5: build: FAILED +conformance/interfaces/sigaction/13-6: build: FAILED +conformance/interfaces/sigaction/13-7: build: FAILED +conformance/interfaces/sigaction/13-8: build: FAILED +conformance/interfaces/sigaction/13-9: build: FAILED +conformance/interfaces/sigaction/17-1: build: FAILED +conformance/interfaces/sigaction/6-5: build: FAILED +conformance/interfaces/sigaction/6-6: build: FAILED +conformance/interfaces/sigaction/6-7: build: FAILED +conformance/interfaces/sigaction/6-8: build: FAILED +conformance/interfaces/sigaction/6-9: build: FAILED +conformance/interfaces/sigaction/8-1: build: FAILED +conformance/interfaces/sigaction/8-10: build: FAILED +conformance/interfaces/sigaction/8-11: build: FAILED +conformance/interfaces/sigaction/8-12: build: FAILED +conformance/interfaces/sigaction/8-13: build: FAILED +conformance/interfaces/sigaction/8-14: build: FAILED +conformance/interfaces/sigaction/8-15: build: FAILED +conformance/interfaces/sigaction/8-16: build: FAILED +conformance/interfaces/sigaction/8-17: build: FAILED +conformance/interfaces/sigaction/8-18: build: FAILED +conformance/interfaces/sigaction/8-19: build: FAILED +conformance/interfaces/sigaction/8-2: build: FAILED +conformance/interfaces/sigaction/8-20: build: FAILED +conformance/interfaces/sigaction/8-21: build: FAILED +conformance/interfaces/sigaction/8-22: build: FAILED +conformance/interfaces/sigaction/8-23: build: FAILED +conformance/interfaces/sigaction/8-24: build: FAILED +conformance/interfaces/sigaction/8-25: build: FAILED +conformance/interfaces/sigaction/8-26: build: FAILED +conformance/interfaces/sigaction/8-3: build: FAILED +conformance/interfaces/sigaction/8-4: build: FAILED +conformance/interfaces/sigaction/8-5: build: FAILED +conformance/interfaces/sigaction/8-6: build: FAILED +conformance/interfaces/sigaction/8-7: build: FAILED +conformance/interfaces/sigaction/8-8: build: FAILED +conformance/interfaces/sigaction/8-9: build: FAILED +conformance/interfaces/sigaction/9-1: build: FAILED +conformance/interfaces/sigaction/17-10: build: FAILED +conformance/interfaces/sigaction/17-11: build: FAILED +conformance/interfaces/sigaction/17-12: build: FAILED +conformance/interfaces/sigaction/17-13: build: FAILED +conformance/interfaces/sigaction/17-14: build: FAILED +conformance/interfaces/sigaction/17-15: build: FAILED +conformance/interfaces/sigaction/17-16: build: FAILED +conformance/interfaces/sigaction/17-17: build: FAILED +conformance/interfaces/sigaction/17-18: build: FAILED +conformance/interfaces/sigaction/17-19: build: FAILED +conformance/interfaces/sigaction/17-2: build: FAILED +conformance/interfaces/sigaction/17-20: build: FAILED +conformance/interfaces/sigaction/17-21: build: FAILED +conformance/interfaces/sigaction/17-22: build: FAILED +conformance/interfaces/sigaction/17-23: build: FAILED +conformance/interfaces/sigaction/17-24: build: FAILED +conformance/interfaces/sigaction/17-25: build: FAILED +conformance/interfaces/sigaction/17-26: build: FAILED +conformance/interfaces/sigaction/17-3: build: FAILED +conformance/interfaces/sigaction/17-4: build: FAILED +conformance/interfaces/sigaction/17-5: build: FAILED +conformance/interfaces/sigaction/17-6: build: FAILED +conformance/interfaces/sigaction/17-7: build: FAILED +conformance/interfaces/sigaction/17-8: build: FAILED +conformance/interfaces/sigaction/17-9: build: FAILED +conformance/interfaces/sigaction/2-1: build: FAILED +conformance/interfaces/sigaction/2-10: build: FAILED +conformance/interfaces/sigaction/2-11: build: FAILED +conformance/interfaces/sigaction/2-12: build: FAILED +conformance/interfaces/sigaction/2-13: build: FAILED +conformance/interfaces/sigaction/2-14: build: FAILED +conformance/interfaces/sigaction/2-15: build: FAILED +conformance/interfaces/sigaction/2-16: build: FAILED +conformance/interfaces/sigaction/2-17: build: FAILED +conformance/interfaces/sigaction/2-18: build: FAILED +conformance/interfaces/sigaction/2-19: build: FAILED +conformance/interfaces/sigaction/2-2: build: FAILED +conformance/interfaces/sigaction/2-20: build: FAILED +conformance/interfaces/sigaction/2-21: build: FAILED +conformance/interfaces/sigaction/2-22: build: FAILED +conformance/interfaces/sigaction/2-23: build: FAILED +conformance/interfaces/sigaction/2-24: build: FAILED +conformance/interfaces/sigaction/2-25: build: FAILED +conformance/interfaces/sigaction/2-26: build: FAILED +conformance/interfaces/sigaction/2-3: build: FAILED +conformance/interfaces/sigaction/2-4: build: FAILED +conformance/interfaces/sigaction/2-5: build: FAILED +conformance/interfaces/sigaction/2-6: build: FAILED +conformance/interfaces/sigaction/2-7: build: FAILED +conformance/interfaces/sigaction/2-8: build: FAILED +conformance/interfaces/sigaction/2-9: build: FAILED +conformance/interfaces/sigaction/21-1: build: FAILED +conformance/interfaces/sigaction/22-1: build: FAILED +conformance/interfaces/sigaction/22-10: build: FAILED +conformance/interfaces/sigaction/22-11: build: FAILED +conformance/interfaces/sigaction/22-12: build: FAILED +conformance/interfaces/sigaction/22-13: build: FAILED +conformance/interfaces/sigaction/22-14: build: FAILED +conformance/interfaces/sigaction/22-15: build: FAILED +conformance/interfaces/sigaction/22-16: build: FAILED +conformance/interfaces/sigaction/22-17: build: FAILED +conformance/interfaces/sigaction/22-18: build: FAILED +conformance/interfaces/sigaction/22-19: build: FAILED +conformance/interfaces/sigaction/22-2: build: FAILED +conformance/interfaces/sigaction/22-20: build: FAILED +conformance/interfaces/sigaction/22-21: build: FAILED +conformance/interfaces/sigaction/22-22: build: FAILED +conformance/interfaces/sigaction/22-23: build: FAILED +conformance/interfaces/sigaction/22-24: build: FAILED +conformance/interfaces/sigaction/22-25: build: FAILED +conformance/interfaces/sigaction/22-26: build: FAILED +conformance/interfaces/sigaction/22-3: build: FAILED +conformance/interfaces/sigaction/22-4: build: FAILED +conformance/interfaces/sigaction/22-5: build: FAILED +conformance/interfaces/sigaction/22-6: build: FAILED +conformance/interfaces/sigaction/22-7: build: FAILED +conformance/interfaces/sigaction/22-8: build: FAILED +conformance/interfaces/sigaction/22-9: build: FAILED +conformance/interfaces/sigaction/25-1: build: FAILED +conformance/interfaces/sigaction/25-10: build: FAILED +conformance/interfaces/sigaction/25-11: build: FAILED +conformance/interfaces/sigaction/25-12: build: FAILED +conformance/interfaces/sigaction/25-13: build: FAILED +conformance/interfaces/sigaction/25-14: build: FAILED +conformance/interfaces/sigaction/25-15: build: FAILED +conformance/interfaces/sigaction/25-16: build: FAILED +conformance/interfaces/sigaction/25-17: build: FAILED +conformance/interfaces/sigaction/25-18: build: FAILED +conformance/interfaces/sigaction/25-19: build: FAILED +conformance/interfaces/sigaction/25-2: build: FAILED +conformance/interfaces/sigaction/25-20: build: FAILED +conformance/interfaces/sigaction/25-21: build: FAILED +conformance/interfaces/sigaction/25-22: build: FAILED +conformance/interfaces/sigaction/25-23: build: FAILED +conformance/interfaces/sigaction/25-24: build: FAILED +conformance/interfaces/sigaction/25-25: build: FAILED +conformance/interfaces/sigaction/25-26: build: FAILED +conformance/interfaces/sigaction/25-3: build: FAILED +conformance/interfaces/sigaction/25-4: build: FAILED +conformance/interfaces/sigaction/25-5: build: FAILED +conformance/interfaces/sigaction/25-6: build: FAILED +conformance/interfaces/sigaction/25-7: build: FAILED +conformance/interfaces/sigaction/25-8: build: FAILED +conformance/interfaces/sigaction/25-9: build: FAILED +conformance/interfaces/sigaction/3-1: build: FAILED +conformance/interfaces/sigaction/3-10: build: FAILED +conformance/interfaces/sigaction/3-11: build: FAILED +conformance/interfaces/sigaction/3-12: build: FAILED +conformance/interfaces/sigaction/3-13: build: FAILED +conformance/interfaces/sigaction/3-14: build: FAILED +conformance/interfaces/sigaddset/1-3: build: FAILED +conformance/interfaces/sigaddset/2-1: build: FAILED +conformance/interfaces/sigaddset/1-core-buildonly: build: FAILED +conformance/interfaces/sigaddset/4-core-buildonly: build: FAILED +conformance/interfaces/sigaltstack/1-1: build: FAILED +conformance/interfaces/sigaltstack/10-1: build: FAILED +conformance/interfaces/sigaltstack/11-1: build: FAILED +conformance/interfaces/sigaltstack/12-1: build: FAILED +conformance/interfaces/sigaltstack/2-1: build: FAILED +conformance/interfaces/sigaltstack/3-1: build: FAILED +conformance/interfaces/sigaltstack/5-1: build: FAILED +conformance/interfaces/sigaltstack/6-1: build: FAILED +conformance/interfaces/sigaltstack/7-1: build: FAILED +conformance/interfaces/sigaltstack/8-1: build: FAILED +conformance/interfaces/sigaltstack/9-1: build: FAILED +conformance/interfaces/sigaltstack/9-buildonly: build: FAILED +conformance/interfaces/sigdelset/1-3: build: FAILED +conformance/interfaces/sigdelset/1-4: build: FAILED +conformance/interfaces/sigdelset/2-1: build: FAILED +conformance/interfaces/sigdelset/1-core-buildonly: build: FAILED +conformance/interfaces/sigdelset/4-core-buildonly: build: FAILED +conformance/interfaces/sigemptyset/1-1: build: FAILED +conformance/interfaces/sigemptyset/2-1: build: FAILED +conformance/interfaces/sigfillset/1-1: build: FAILED +conformance/interfaces/sigfillset/2-1: build: FAILED +conformance/interfaces/sighold/1-1: build: FAILED +conformance/interfaces/sighold/2-1: build: FAILED +conformance/interfaces/sighold/3-core-buildonly: build: FAILED +conformance/interfaces/sigignore/1-1: build: FAILED +conformance/interfaces/sigignore/4-1: build: FAILED +conformance/interfaces/sigignore/6-1: build: FAILED +conformance/interfaces/sigignore/5-core-buildonly: build: FAILED +conformance/interfaces/sigignore/6-2: build: FAILED +conformance/interfaces/sigismember/3-1: build: FAILED +conformance/interfaces/sigismember/4-1: build: FAILED +conformance/interfaces/sigismember/5-core-buildonly: build: FAILED +conformance/interfaces/signal/1-1: build: FAILED +conformance/interfaces/signal/2-1: build: FAILED +conformance/interfaces/signal/3-1: build: FAILED +conformance/interfaces/signal/5-1: build: FAILED +conformance/interfaces/signal/6-1: build: FAILED +conformance/interfaces/signal/7-1: build: FAILED +conformance/interfaces/sigpause/1-1: build: FAILED +conformance/interfaces/sigpause/1-2: build: FAILED +conformance/interfaces/sigpause/2-1: build: FAILED +conformance/interfaces/sigpause/3-1: build: FAILED +conformance/interfaces/sigpause/4-1: build: FAILED +conformance/interfaces/sigpending/1-1: build: FAILED +conformance/interfaces/sigpending/1-2: build: FAILED +conformance/interfaces/sigpending/1-3: build: FAILED +conformance/interfaces/sigpending/2-1: build: FAILED +conformance/interfaces/sigprocmask/10-1: build: FAILED +conformance/interfaces/sigprocmask/12-1: build: FAILED +conformance/interfaces/sigprocmask/15-1: build: FAILED +conformance/interfaces/sigprocmask/4-1: build: FAILED +conformance/interfaces/sigprocmask/17-core-buildonly: build: FAILED +conformance/interfaces/sigprocmask/5-1: build: FAILED +conformance/interfaces/sigprocmask/6-1: build: FAILED +conformance/interfaces/sigprocmask/7-1: build: FAILED +conformance/interfaces/sigprocmask/8-1: build: FAILED +conformance/interfaces/sigprocmask/8-2: build: FAILED +conformance/interfaces/sigprocmask/8-3: build: FAILED +conformance/interfaces/sigprocmask/9-1: build: FAILED +conformance/interfaces/sigqueue/1-1: build: FAILED +conformance/interfaces/sigqueue/10-1: build: FAILED +conformance/interfaces/sigqueue/11-1: build: FAILED +conformance/interfaces/sigqueue/12-1: build: FAILED +conformance/interfaces/sigqueue/2-1: build: FAILED +conformance/interfaces/sigqueue/2-2: build: FAILED +conformance/interfaces/sigqueue/3-1: build: FAILED +conformance/interfaces/sigqueue/4-1: build: FAILED +conformance/interfaces/sigqueue/5-1: build: FAILED +conformance/interfaces/sigqueue/6-1: build: FAILED +conformance/interfaces/sigqueue/7-1: build: FAILED +conformance/interfaces/sigqueue/8-1: build: FAILED +conformance/interfaces/sigqueue/9-1: build: FAILED +conformance/interfaces/sigrelse/1-1: build: FAILED +conformance/interfaces/sigrelse/2-1: build: FAILED +conformance/interfaces/sigrelse/3-core-buildonly: build: FAILED +conformance/interfaces/sigset/1-1: build: FAILED +conformance/interfaces/sigset/10-1: build: FAILED +conformance/interfaces/sigset/2-1: build: FAILED +conformance/interfaces/sigset/3-1: build: FAILED +conformance/interfaces/sigset/4-1: build: FAILED +conformance/interfaces/sigset/5-1: build: FAILED +conformance/interfaces/sigset/6-1: build: FAILED +conformance/interfaces/sigset/7-1: build: FAILED +conformance/interfaces/sigset/8-1: build: FAILED +conformance/interfaces/sigset/9-1: build: FAILED +conformance/interfaces/sigsuspend/1-1: build: FAILED +conformance/interfaces/sigsuspend/3-1: build: FAILED +conformance/interfaces/sigsuspend/4-1: build: FAILED +conformance/interfaces/sigsuspend/6-1: build: FAILED +conformance/interfaces/sigtimedwait/1-1: build: FAILED +conformance/interfaces/sigtimedwait/2-1: build: FAILED +conformance/interfaces/sigtimedwait/4-1: build: FAILED +conformance/interfaces/sigtimedwait/5-1: build: FAILED +conformance/interfaces/sigtimedwait/6-1: build: FAILED +conformance/interfaces/sigwait/1-1: build: FAILED +conformance/interfaces/sigwait/2-1: build: FAILED +conformance/interfaces/sigwait/3-1: build: FAILED +conformance/interfaces/sigwait/4-1: build: FAILED +conformance/interfaces/sigwait/8-1: build: FAILED +conformance/interfaces/sigwaitinfo/1-1: build: FAILED +conformance/interfaces/sigwaitinfo/2-1: build: FAILED +conformance/interfaces/sigwaitinfo/3-1: build: FAILED +conformance/interfaces/sigwaitinfo/5-1: build: FAILED +conformance/interfaces/sigwaitinfo/6-1: build: FAILED +conformance/interfaces/sigwaitinfo/7-1: build: FAILED +conformance/interfaces/sigwaitinfo/8-1: build: FAILED +conformance/interfaces/sigwaitinfo/9-1: build: FAILED +conformance/interfaces/strftime/1-1: build: FAILED +conformance/interfaces/strftime/2-1: build: FAILED +conformance/interfaces/strftime/3-1: build: FAILED +conformance/interfaces/time/1-1: build: FAILED +conformance/interfaces/timer_create/1-1: build: FAILED +conformance/interfaces/timer_create/16-1: build: FAILED +conformance/interfaces/timer_create/3-1: build: FAILED +conformance/interfaces/timer_create/7-1: build: FAILED +conformance/interfaces/timer_create/8-1: build: FAILED +conformance/interfaces/timer_create/9-1: build: FAILED +conformance/interfaces/timer_create/speculative/15-1: build: FAILED +conformance/interfaces/timer_create/speculative/2-1: build: FAILED +conformance/interfaces/timer_create/speculative/5-1: build: FAILED +conformance/interfaces/timer_delete/1-1: build: FAILED +conformance/interfaces/timer_delete/1-2: build: FAILED +conformance/interfaces/timer_delete/speculative/5-1: build: FAILED +conformance/interfaces/timer_delete/speculative/5-2: build: FAILED +conformance/interfaces/timer_getoverrun/1-1: build: FAILED +conformance/interfaces/timer_getoverrun/2-1: build: FAILED +conformance/interfaces/timer_getoverrun/2-2: build: FAILED +conformance/interfaces/timer_getoverrun/2-3: build: FAILED +conformance/interfaces/timer_getoverrun/3-1: build: FAILED +conformance/interfaces/timer_getoverrun/speculative/6-1: build: FAILED +conformance/interfaces/timer_getoverrun/speculative/6-2: build: FAILED +conformance/interfaces/timer_getoverrun/speculative/6-3: build: FAILED +conformance/interfaces/timer_gettime/1-1: build: FAILED +conformance/interfaces/timer_gettime/1-2: build: FAILED +conformance/interfaces/timer_gettime/1-3: build: FAILED +conformance/interfaces/timer_gettime/1-4: build: FAILED +conformance/interfaces/timer_gettime/2-1: build: FAILED +conformance/interfaces/timer_gettime/2-2: build: FAILED +conformance/interfaces/timer_gettime/3-1: build: FAILED +conformance/interfaces/timer_gettime/speculative/6-1: build: FAILED +conformance/interfaces/timer_gettime/speculative/6-2: build: FAILED +conformance/interfaces/timer_gettime/speculative/6-3: build: FAILED +conformance/interfaces/timer_settime/1-1: build: FAILED +conformance/interfaces/timer_settime/1-2: build: FAILED +conformance/interfaces/timer_settime/13-1: build: FAILED +conformance/interfaces/timer_settime/2-1: build: FAILED +conformance/interfaces/timer_settime/3-1: build: FAILED +conformance/interfaces/timer_settime/3-2: build: FAILED +conformance/interfaces/timer_settime/3-3: build: FAILED +conformance/interfaces/timer_settime/5-1: build: FAILED +conformance/interfaces/timer_settime/5-2: build: FAILED +conformance/interfaces/timer_settime/5-3: build: FAILED +conformance/interfaces/timer_settime/6-1: build: FAILED +conformance/interfaces/timer_settime/8-1: build: FAILED +conformance/interfaces/timer_settime/8-2: build: FAILED +conformance/interfaces/timer_settime/8-3: build: FAILED +conformance/interfaces/timer_settime/8-4: build: FAILED +conformance/interfaces/timer_settime/9-1: build: FAILED +conformance/interfaces/timer_settime/9-2: build: FAILED +conformance/interfaces/timer_settime/speculative/12-1: build: FAILED +conformance/interfaces/timer_settime/speculative/12-2: build: FAILED +conformance/interfaces/timer_settime/speculative/12-3: build: FAILED +conformance/interfaces/clock/4-1: execution: PASS +conformance/interfaces/clock_getres/2-1: execution: PASS +conformance/interfaces/clock_getres/4-1: execution: PASS +conformance/interfaces/clock_gettime/6-1: execution: PASS +conformance/interfaces/clock_nanosleep/1-2: execution: PASS +conformance/interfaces/clock_nanosleep/15-1: execution: PASS +conformance/interfaces/clock_nanosleep/4-1: execution: PASS +conformance/interfaces/clock_nanosleep/5-1: execution: PASS +conformance/interfaces/clock_nanosleep/6-1: execution: PASS +conformance/interfaces/clock_nanosleep/8-1: execution: PASS +conformance/interfaces/clock_settime/15-1: execution: PASS +conformance/interfaces/clock_settime/16-1: execution: PASS +conformance/interfaces/clock_settime/18-1: execution: PASS +conformance/interfaces/clock_settime/3-1: execution: PASS +conformance/interfaces/difftime/2-1: execution: PASS +conformance/interfaces/mlock/2-1: execution: PASS +conformance/interfaces/mlock/4-1: execution: PASS +conformance/interfaces/mlock/7-1: execution: PASS +conformance/interfaces/mlockall/2-1: execution: PASS +conformance/interfaces/mlockall/7-1: execution: PASS +conformance/interfaces/mlockall/9-1: execution: PASS +conformance/interfaces/mmap/16-1: execution: PASS +conformance/interfaces/mmap/17-1: execution: PASS +conformance/interfaces/mmap/20-1: execution: PASS +conformance/interfaces/mq_getattr/1-1: execution: PASS +conformance/interfaces/mq_getattr/5-1: execution: PASS +conformance/interfaces/mq_getattr/6-1: execution: PASS +conformance/interfaces/mq_notify/6-1: execution: PASS +conformance/interfaces/mq_notify/7-1: execution: PASS +conformance/interfaces/mq_receive/4-1: execution: PASS +conformance/interfaces/mq_receive/9-1: execution: PASS +conformance/interfaces/mq_setattr/3-1: execution: PASS +conformance/interfaces/mq_setattr/4-1: execution: PASS +conformance/interfaces/mq_timedreceive/12-1: execution: PASS +conformance/interfaces/mq_timedreceive/16-1: execution: PASS +conformance/interfaces/mq_timedreceive/4-1: execution: PASS +conformance/interfaces/mq_unlink/3-1: execution: PASS +conformance/interfaces/mq_unlink/4-1: execution: PASS +conformance/interfaces/munlock/2-1: execution: PASS +conformance/interfaces/munlock/9-1: execution: PASS +conformance/interfaces/munlockall/6-1: execution: PASS +conformance/interfaces/munmap/10-1: execution: PASS +conformance/interfaces/munmap/7-1: execution: PASS +conformance/interfaces/nanosleep/4-1: execution: PASS +conformance/interfaces/pthread_atfork/3-1: execution: PASS +conformance/interfaces/pthread_attr_getdetachstate/2-1: execution: PASS +conformance/interfaces/pthread_attr_setdetachstate/3-1: execution: PASS +conformance/interfaces/pthread_barrier_destroy/3-1: execution: PASS +conformance/interfaces/pthread_barrier_init/2-1: execution: PASS +conformance/interfaces/pthread_barrier_wait/4-1: execution: PASS +conformance/interfaces/pthread_barrier_wait/5-1: execution: PASS +conformance/interfaces/pthread_barrierattr_destroy/2-1: execution: PASS +conformance/interfaces/pthread_barrierattr_getpshared/3-1: execution: PASS +conformance/interfaces/pthread_barrierattr_init/3-1: execution: PASS +conformance/interfaces/pthread_barrierattr_setpshared/3-1: execution: PASS +conformance/interfaces/pthread_cleanup_pop/2-1: execution: PASS +conformance/interfaces/pthread_cleanup_push/2-1: execution: PASS +conformance/interfaces/pthread_condattr_getclock/2-1: execution: PASS +conformance/interfaces/pthread_condattr_getpshared/3-1: execution: PASS +conformance/interfaces/pthread_key_delete/3-1: execution: PASS +conformance/interfaces/pthread_mutexattr_getpshared/2-1: execution: PASS +conformance/interfaces/pthread_mutexattr_settype/6-1: execution: PASS +conformance/interfaces/pthread_rwlock_destroy/2-1: execution: PASS +conformance/interfaces/pthread_rwlock_init/4-1: execution: PASS +conformance/interfaces/pthread_rwlock_rdlock/6-1: execution: PASS +conformance/interfaces/pthread_rwlock_timedrdlock/4-1: execution: PASS +conformance/interfaces/pthread_rwlock_timedrdlock/7-1: execution: PASS +conformance/interfaces/pthread_rwlock_timedwrlock/4-1: execution: PASS +conformance/interfaces/pthread_rwlock_timedwrlock/7-1: execution: PASS +conformance/interfaces/pthread_rwlock_tryrdlock/2-1: execution: PASS +conformance/interfaces/pthread_rwlock_tryrdlock/3-1: execution: PASS +conformance/interfaces/pthread_rwlock_trywrlock/2-1: execution: PASS +conformance/interfaces/pthread_rwlockattr_destroy/3-1: execution: PASS +conformance/interfaces/pthread_rwlockattr_getpshared/5-1: execution: PASS +conformance/interfaces/pthread_rwlockattr_init/3-1: execution: PASS +conformance/interfaces/pthread_rwlockattr_setpshared/2-1: execution: PASS +conformance/interfaces/pthread_setspecific/3-1: execution: PASS +conformance/interfaces/pthread_spin_destroy/2-1: execution: PASS +conformance/interfaces/pthread_spin_init/3-1: execution: PASS +conformance/interfaces/pthread_spin_lock/2-1: execution: PASS +conformance/interfaces/pthread_spin_trylock/2-1: execution: PASS +conformance/interfaces/pthread_spin_trylock/3-1: execution: PASS +conformance/interfaces/pthread_spin_unlock/2-1: execution: PASS +conformance/interfaces/sched_get_priority_max/3-1: execution: PASS +conformance/interfaces/sched_get_priority_min/3-1: execution: PASS +conformance/interfaces/sched_getparam/5-1: execution: PASS +conformance/interfaces/sched_getscheduler/6-1: execution: PASS +conformance/interfaces/sched_rr_get_interval/4-1: execution: PASS +conformance/interfaces/sched_setparam/11-1: execution: PASS +conformance/interfaces/sched_setparam/24-1: execution: PASS +conformance/interfaces/sched_setparam/4-1: execution: PASS +conformance/interfaces/sched_setscheduler/18-1: execution: PASS +conformance/interfaces/sched_setscheduler/3-1: execution: PASS +conformance/interfaces/sched_setscheduler/8-1: execution: PASS +conformance/interfaces/sched_yield/3-1: execution: PASS +conformance/interfaces/shm_open/13-2: execution: PASS +conformance/interfaces/shm_open/14-1: execution: PASS +conformance/interfaces/shm_open/30-1: execution: PASS +conformance/interfaces/shm_open/31-1: execution: PASS +conformance/interfaces/shm_open/35-1: execution: PASS +conformance/interfaces/shm_open/4-1: execution: PASS +conformance/interfaces/shm_unlink/4-1: execution: PASS +conformance/interfaces/shm_unlink/7-1: execution: PASS +conformance/interfaces/sigaddset/1-1: execution: FAILED +conformance/interfaces/sigaddset/1-2: execution: FAILED +conformance/interfaces/sigaddset/4-1: execution: FAILED +conformance/interfaces/sigaddset/4-2: execution: FAILED +conformance/interfaces/sigaddset/4-3: execution: FAILED +conformance/interfaces/sigaddset/4-4: execution: FAILED +conformance/interfaces/sigdelset/1-1: execution: FAILED +conformance/interfaces/sigdelset/1-2: execution: FAILED +conformance/interfaces/sigdelset/4-1: execution: FAILED +conformance/interfaces/sigdelset/4-2: execution: FAILED +conformance/interfaces/sigdelset/4-3: execution: FAILED +conformance/interfaces/sigdelset/4-4: execution: FAILED +conformance/interfaces/sighold/3-1: execution: FAILED +conformance/interfaces/sighold/3-2: execution: FAILED +conformance/interfaces/sighold/3-3: execution: FAILED +conformance/interfaces/sighold/3-4: execution: FAILED +conformance/interfaces/sigignore/5-1: execution: FAILED +conformance/interfaces/sigignore/5-2: execution: FAILED +conformance/interfaces/sigignore/5-3: execution: FAILED +conformance/interfaces/sigignore/5-4: execution: FAILED +conformance/interfaces/sigismember/5-1: execution: FAILED +conformance/interfaces/sigismember/5-2: execution: FAILED +conformance/interfaces/sigismember/5-3: execution: FAILED +conformance/interfaces/sigismember/5-4: execution: FAILED +conformance/interfaces/sigprocmask/17-1: execution: FAILED +conformance/interfaces/sigprocmask/17-2: execution: FAILED +conformance/interfaces/sigprocmask/17-3: execution: FAILED +conformance/interfaces/sigprocmask/17-4: execution: FAILED +conformance/interfaces/sigrelse/3-1: execution: FAILED +conformance/interfaces/sigrelse/3-2: execution: FAILED +conformance/interfaces/sigrelse/3-3: execution: FAILED +conformance/interfaces/sigrelse/3-4: execution: FAILED +conformance/interfaces/timer_create/13-1: execution: PASS +conformance/interfaces/timer_create/14-1: execution: PASS +conformance/interfaces/timer_create/4-1: execution: PASS +conformance/interfaces/timer_create/6-1: execution: PASS +conformance/interfaces/timer_delete/2-1: execution: PASS +conformance/interfaces/timer_delete/3-1: execution: PASS +conformance/interfaces/timer_delete/4-1: execution: PASS +conformance/interfaces/timer_getoverrun/4-1: execution: PASS +conformance/interfaces/timer_getoverrun/5-1: execution: PASS +conformance/interfaces/timer_gettime/4-1: execution: PASS +conformance/interfaces/timer_gettime/5-1: execution: PASS +conformance/interfaces/timer_settime/10-1: execution: PASS +conformance/interfaces/timer_settime/11-1: execution: PASS +conformance/interfaces/timer_settime/4-1: execution: PASS diff --git a/Distrib/WebDiscuss.mdwn b/Distrib/WebDiscuss.mdwn index 709e9fa8..d2dc8756 100644 --- a/Distrib/WebDiscuss.mdwn +++ b/Distrib/WebDiscuss.mdwn @@ -6,9 +6,9 @@ Where should all this stuff go? <form action="%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/SearchResult"> <ul> - <li><input name="search" size="32" type="text" /> <input type="submit" value="Search" /> (More options in <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a>) </li> - <li><span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a>: Find out recent modifications to the %WIKITOOLNAME%.%WEB% web. </li> - <li><span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a>: Display all %WIKITOOLNAME%.%WEB% topics in alphabetical order. See also the faster <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a></li> + <li><input name="search" size="32" type="text" /> <input type="submit" value="Search" /> (More options in [[WebSearch]]) </li> + <li>[[WebChanges]]: Find out recent modifications to the %WIKITOOLNAME%.%WEB% web. </li> + <li>[[WebIndex]]: Display all %WIKITOOLNAME%.%WEB% topics in alphabetical order. See also the faster [[WebTopicList]]</li> <li> %NOTIFYTOPIC%: Subscribe to be automatically notified when something changes in the %WIKITOOLNAME%.%WEB% web. </li> <li> %STATISTICSTOPIC%: View access statistics of the %WIKITOOLNAME%.%WEB% web. </li> <li> %WEBPREFSTOPIC%: Preferences of the %WIKITOOLNAME%.%WEB% web. </li> diff --git a/Distrib/WebHome.mdwn b/Distrib/WebHome.mdwn index 30eb9812..a3666bfb 100644 --- a/Distrib/WebHome.mdwn +++ b/Distrib/WebHome.mdwn @@ -17,7 +17,7 @@ This web is about the distribution of software: where and how to get it. <h2><a name="Distributions"> Distributions </a></h2> <p><nop></nop></p> <h3><a name="Debian_nbsp_http_www_debian_org_"> </a> Debian <a href="http://www.debian.org/ports/hurd/" target="_top">GNU/Hurd port</a>: </h3> - <p> Official page about the Debian distribution of the GNU/Hurd system. Some additional notes are at <span style="background:"><font color="">Debian Status</font></span><a href="http://LOCATION/DebianStatus">?</a>. </p> + <p> Official page about the Debian distribution of the GNU/Hurd system. Some additional notes are at [[DebianStatus]]. </p> <ul> <li><a href="http://people.debian.org/~mbanck/talks/hurd_lt2004/html/" target="_top">Presentation "Debian GNU/Hurd" by Michael Banck, <nop>LinuxTag 2004 Karlsruhe</nop></a></li> </ul> @@ -29,24 +29,24 @@ This web is about the distribution of software: where and how to get it. <p> </p> <ul> - <li><span style="background:"><font color="">Debian FAQ</font></span><a href="http://LOCATION/DebianFAQ">?</a></li> + <li>[[DebianFAQ]]</li> </ul> <p> </p> <ul> - <li><span style="background:"><font color="">Debian After Install</font></span><a href="http://LOCATION/DebianAfterInstall">?</a> -- Do this to get networking, new console and X </li> + <li>[[DebianAfterInstall]] -- Do this to get networking, new console and X </li> </ul> <p> </p> <dl> <dt><a href="http://hurd.rustedhalo.net/" target="_top">Gentoo-Hurd</a></dt> - <dd> Unofficial port to Gentoo &amp; the portage system. It was <a href="http://forums.gentoo.org/viewtopic.php?t=41939&postdays=0&postorder=asc&start=0" target="_top">announced</a> March 17, 2003 in the Gentoo forums. There's a #gentoo-irc channel similar to <span style="background:"><font color="">Hurd IRC</font></span><a href="http://LOCATIONHurd/HurdIRC">?</a>. At present (May 2005), there's no activity and Eric Olinger has not the time to maintain this distri. </dd> + <dd> Unofficial port to Gentoo &amp; the portage system. It was <a href="http://forums.gentoo.org/viewtopic.php?t=41939&postdays=0&postorder=asc&start=0" target="_top">announced</a> March 17, 2003 in the Gentoo forums. There's a #gentoo-irc channel similar to [[Hurd/HurdIRC]]. At present (May 2005), there's no activity and Eric Olinger has not the time to maintain this distri. </dd> </dl> <p> </p> <dl> <dt><a href="http://bee.es.gnu.org/" target="_top">Bee GNU/Hurd</a></dt> - <dd> Castellano distribution, pkgsrc package based. <span style="background:"><font color="">Bochs Emulator</font></span><a href="http://LOCATION/BochsEmulator">?</a> image available too. They have their own <a href="http://es.gnu.org/cgi-bin/beewiki.pl?Wiki_Bee_GNU" target="_top">wiki</a> and a <a href="http://bee.es.gnu.org/?p=mail&l=en" target="_top">mail list</a> (no archive). </dd> + <dd> Castellano distribution, pkgsrc package based. [[BochsEmulator]] image available too. They have their own <a href="http://es.gnu.org/cgi-bin/beewiki.pl?Wiki_Bee_GNU" target="_top">wiki</a> and a <a href="http://bee.es.gnu.org/?p=mail&l=en" target="_top">mail list</a> (no archive). </dd> </dl> <p> </p> @@ -57,7 +57,7 @@ This web is about the distribution of software: where and how to get it. <p> </p> <dl> - <dt><span style="background:"><font color="">Gnu OS</font></span><a href="http://LOCATION/GnuOS">?</a></dt> + <dt>[[GnuOS]]</dt> <dd> distribution is in discussion &amp; pre-planning phase </dd> </dl> <p><nop></nop></p> @@ -71,25 +71,25 @@ This web is about the distribution of software: where and how to get it. <p> </p> <dl> - <dt><span style="background:"><font color="">Software Licensing</font></span><a href="http://LOCATION/SoftwareLicensing">?</a></dt> + <dt>[[SoftwareLicensing]]</dt> <dd> The copyright and license information for software that is distributed with the Hurd software is important. Debian has it's DFSG guidelines. Other distributions will need to address these same issues. </dd> </dl> <p> </p> <dl> - <dt><span style="background:"><font color="">Frequently Asked Questions</font></span><a href="http://LOCATION/FrequentlyAskedQuestions">?</a></dt> + <dt>[[FrequentlyAskedQuestions]]</dt> <dd> It's good to read it before asking questions. </dd> </dl> <p> </p> <dl> - <dt><span style="background:"><font color="">Gnu Debian Relationship</font></span><a href="http://LOCATION/GnuDebianRelationship">?</a></dt> + <dt>[[GnuDebianRelationship]]</dt> <dd> How does the GNU/Debian relationship work? </dd> </dl> <p> </p> <dl> - <dt><span style="background:"><font color="">Software Licensing</font></span><a href="http://LOCATION/SoftwareLicensing">?</a></dt> + <dt>[[SoftwareLicensing]]</dt> <dd> The copyright and license information for software that is distributed with the Hurd software is important. Debian has it's DFSG guidelines. Other distributions will need to address these same issues. </dd> </dl> <p> @@ -104,20 +104,20 @@ This web is about the distribution of software: where and how to get it. </p> <table border="1" cellpadding="1" cellspacing="0"> <tr> - <th bgcolor="#99CCCC"><strong>Hot Topics <font size="-1">(<span style="background:"><font color="">more</font></span><a href="http://LOCATION/WebStatistics">?</a>)</font></strong></th> + <th bgcolor="#99CCCC"><strong>Hot Topics <font size="-1">([[WebStatistics]])</font></strong></th> <th bgcolor="#99CCCC"><strong>Top Contributors</strong></th> </tr> </table> %INCLUDE{"WebStatistics" pattern=".*?\-\-statTopContributors\-\-\&gt;[^\|]+\|[^\|]+\|[^\|]+\|[^\|]+\|[^\|]+\|[^\|]+(\|[^\|]+\|[^\|]+\|).*"}% <p> - </p><input name="search" size="20" type="text" /> <input type="submit" value="Search %WEB%" /><br /><font size="-1">More search options in <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a></font><br /> + </p><input name="search" size="20" type="text" /> <input type="submit" value="Search %WEB%" /><br /><font size="-1">More search options in [[WebSearch]]</font><br /> <p> Currently, Web refers to the Distrib Web. </p> <p> </p> <p> </p> <ul> - <li><span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a> - alphabetical </li> - <li><span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a> - by modification time </li> - <li><span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a> - email alerts </li> + <li>[[WebIndex]] - alphabetical </li> + <li>[[WebChanges]] - by modification time </li> + <li>[[WebNotify]] - email alerts </li> </ul> <p> </p> @@ -130,26 +130,26 @@ This web is about the distribution of software: where and how to get it. <dl> <dt> Install Instructions</dt> - <dd> Currently, <a href="http://www.debian.org/ports/hurd/hurd-install" target="_top">Debian's installation instructions</a> are the most up-to-date. <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATIONHurd/InstallNotes">?</a> is an errata companion document with more helpful hints that have not yet been incorporated. </dd> + <dd> Currently, <a href="http://www.debian.org/ports/hurd/hurd-install" target="_top">Debian's installation instructions</a> are the most up-to-date. [[Hurd/InstallNotes]] is an errata companion document with more helpful hints that have not yet been incorporated. </dd> </dl> <dl> - <dt><span style="background:"><font color="">Cross Install</font></span><a href="http://LOCATION/CrossInstall">?</a></dt> + <dt>[[CrossInstall]]</dt> <dd> Another way to install a system. </dd> </dl> <dl> <dt> Release Information</dt> - <dd> About the latest CD release. Includes errata, known bugs and fixes. See <span style="background:"><font color="">CDNotes Home</font></span><a href="http://LOCATION/CDNotesHome">?</a> and <span style="background:"><font color="">Tarball Notes Home</font></span><a href="http://LOCATION/TarballNotesHome">?</a> for summaries </dd> + <dd> About the latest CD release. Includes errata, known bugs and fixes. See [[CDNotesHome]] and [[TarballNotesHome]] for summaries </dd> </dl> <dl> - <dt><span style="background:"><font color="">Grub Notes</font></span><a href="http://LOCATION/GrubNotes">?</a></dt> - <dd> A quick reference and explanation. There's also a topic for the new <span style="background:"><font color="">Grub Conf</font></span><a href="http://LOCATION/GrubConf">?</a>. </dd> + <dt>[[GrubNotes]]</dt> + <dd> A quick reference and explanation. There's also a topic for the new [[GrubConf]]. </dd> </dl> <dl> - <dt><span style="background:"><font color="">Install Tips</font></span><a href="http://LOCATION/InstallTips">?</a></dt> + <dt>[[InstallTips]]</dt> <dd> Info on how to install without a cd drive or linux installed as well as a few tips. </dd> </dl> @@ -161,7 +161,7 @@ Another installation method is using an emulated environment. The [[BochsEmulato <dl> <dt> Debian Installer</dt> - <dd> Work has been started by James Morrison and Glenn <nop>McGrath to <span style="background:"><font color="">Port Debootstrap</font></span><a href="http://LOCATION/PortDebootstrap">?</a>. There is also a <span style="background:"><font color="">New Debian Installer</font></span><a href="http://LOCATION/NewDebianInstaller">?</a>. Why should Hurd folks care? It's important because this is the next generation installer that is intended to be used by all ports when Sarge is released. </nop></dd> + <dd> Work has been started by James Morrison and Glenn <nop>McGrath to [[PortDebootstrap]]. There is also a [[NewDebianInstaller]]. Why should Hurd folks care? It's important because this is the next generation installer that is intended to be used by all ports when Sarge is released. </nop></dd> </dl> ## <a name="Using_the_system"> Using the system </a> @@ -173,23 +173,23 @@ Another installation method is using an emulated environment. The [[BochsEmulato ## <a name="For_nbsp_Developers"> For Developers </a> <dl> - <dt><span style="background:"><font color="">Savannah Projects</font></span><a href="http://LOCATION/SavannahProjects">?</a></dt> + <dt>[[SavannahProjects]]</dt> <dd> Savannah is a CVS &amp; Bug system evolved from a free version of the code that powers <a href="http://sf.net" target="_top">sourceforge.net</a>. It has forked and been slightly modified for use by FSF, GNU and non-GNU projects. Actual Development takes place here. There is also a <a href="http://savannah.gnu.org/people/?group=hurd" target="_top">help wanted</a> list. </dd> </dl> <dl> - <dt><span style="background:"><font color="">Porting Issues</font></span><a href="http://LOCATION/PortingIssues">?</a> FAQ</dt> + <dt>[[PortingIssues]] FAQ</dt> <dd> What does it take to move a piece of Debian packaged software to the GNU/Hurd port? </dd> </dl> <dl> - <dt><span style="background:"><font color="">Building The Hurd</font></span><a href="http://LOCATION/BuildingTheHurd">?</a></dt> + <dt>[[BuildingTheHurd]]</dt> <dd> A summary by the Gentoo folks, thanks <a href="http://cvs.gentoo.org/~avenj/" target="_top">Jon Portnoy</a> - <a href="mailto:avenj@gentooNOSPAM.org">avenj@gentooNOSPAM.org</a></dd> </dl> <dl> <dt> Debain Infrastructure</dt> - <dd> Testing is critical in helping the development effort. Bugs (defect reports) can be filed against the Debian software package in which they are found. <span style="background:"><font color="">Bts Filing</font></span><a href="http://LOCATION/BtsFiling">?</a> tells how to file a Debian bug report. <span style="background:"><font color="">Debian Packages</font></span><a href="http://LOCATION/DebianPackages">?</a> has some information about how Debian splits the software into packages and some references. There is a buildd autobuilder compiling the Debian Sid archive software for the GNU/Hurd port. <span style="background:"><font color="">Buildd Status</font></span><a href="http://LOCATION/BuilddStatus">?</a> includes information on the buildd &amp; turtle efforts. </dd> + <dd> Testing is critical in helping the development effort. Bugs (defect reports) can be filed against the Debian software package in which they are found. [[BtsFiling]] tells how to file a Debian bug report. [[DebianPackages]] has some information about how Debian splits the software into packages and some references. There is a buildd autobuilder compiling the Debian Sid archive software for the GNU/Hurd port. [[BuilddStatus]] includes information on the buildd &amp; turtle efforts. </dd> </dl> <dl> @@ -221,11 +221,11 @@ Another installation method is using an emulated environment. The [[BochsEmulato <dl> <dt> Debian Todo</dt> - <dd> Packages needing attention. A possible use of this site could be to help track similar needs via <span style="background:"><font color="">Hurd Wnpp</font></span><a href="http://LOCATION/HurdWnpp">?</a>. This is not yet implemented. </dd> + <dd> Packages needing attention. A possible use of this site could be to help track similar needs via [[HurdWnpp]]. This is not yet implemented. </dd> </dl> <dl> - <dt><span style="background:"><font color="">Gnu Distribution Rumors</font></span><a href="http://LOCATION/GnuDistributionRumors">?</a></dt> + <dt>[[GnuDistributionRumors]]</dt> <dd> There are some discussions and several rumors circulating about creating a completely new distribution, not using a Debian architecture. </dd> </dl> @@ -237,12 +237,12 @@ Another installation method is using an emulated environment. The [[BochsEmulato </dl> <dl> - <dt><span style="background:"><font color="">Why Debian</font></span><a href="http://LOCATION/WhyDebian">?</a></dt> + <dt>[[WhyDebian]]</dt> <dd> A one page document focused on Debian aimed at users to answer their question "Why Debian?" </dd> </dl> <dl> - <dt><span style="background:"><font color="">Debian Product Sheet</font></span><a href="http://LOCATION/DebianProductSheet">?</a></dt> + <dt>[[DebianProductSheet]]</dt> <dd> Technical description of Debian aimed at those interested in Debian. </dd> </dl> diff --git a/Distrib/WebPreferences/logo.png b/Distrib/WebPreferences/logo.png Binary files differnew file mode 100644 index 00000000..068d9584 --- /dev/null +++ b/Distrib/WebPreferences/logo.png diff --git a/Distrib/WebStatistics.mdwn b/Distrib/WebStatistics.mdwn index 58594998..7e5b8087 100644 --- a/Distrib/WebStatistics.mdwn +++ b/Distrib/WebStatistics.mdwn @@ -28,7 +28,7 @@ <td align="right"> 426 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 99 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 20 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 19 <span style="background:"><font color="">Building The Hurd</font></span><a href="http://LOCATION/BuildingTheHurd">?</a><br /> 12 <span style="background:"><font color="">Bochs Emulator</font></span><a href="http://LOCATION/BochsEmulator">?</a><br /> 11 <span style="background:"><font color="">Tarball Notes 20020816</font></span><a href="http://LOCATION/TarballNotes20020816">?</a><br /> 11 <span style="background:"><font color="">Gnu Debian Relationship</font></span><a href="http://LOCATION/GnuDebianRelationship">?</a><br /> 10 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 10 <span style="background:"><font color="">CDNotes J 2</font></span><a href="http://LOCATION/CDNotesJ2">?</a><br /> 9 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 8 <span style="background:"><font color="">Vm Ware</font></span><a href="http://LOCATION/VmWare">?</a><br /> 8 <span style="background:"><font color="">System APILimits</font></span><a href="http://LOCATION/SystemAPILimits">?</a></td> + <td> 99 [[WebHome]]<br /> 20 [[InstallNotes]]<br /> 19 [[BuildingTheHurd]]<br /> 12 [[BochsEmulator]]<br /> 11 [[TarballNotes20020816]]<br /> 11 [[GnuDebianRelationship]]<br /> 10 [[WebStatistics]]<br /> 10 [[CDNotesJ2]]<br /> 9 [[WebIndex]]<br /> 8 [[VmWare]]<br /> 8 [[SystemAPILimits]]</td> <td> </td> </tr> <tr> @@ -36,15 +36,15 @@ <td align="right"> 1608 </td> <td align="right"> 7 </td> <td align="right"> 2 </td> - <td> 336 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 69 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 61 <span style="background:"><font color="">Bochs Emulator</font></span><a href="http://LOCATION/BochsEmulator">?</a><br /> 53 <span style="background:"><font color="">Porting Issues</font></span><a href="http://LOCATION/PortingIssues">?</a><br /> 41 <span style="background:"><font color="">Vm Ware</font></span><a href="http://LOCATION/VmWare">?</a><br /> 41 <span style="background:"><font color="">Test Suites</font></span><a href="http://LOCATION/TestSuites">?</a><br /> 41 <span style="background:"><font color="">Building The Hurd</font></span><a href="http://LOCATION/BuildingTheHurd">?</a><br /> 38 <span style="background:"><font color="">Hurd.Frequently Asked Questions</font></span><a href="http://LOCATIONHurd/FrequentlyAskedQuestions">?</a><br /> 35 <span style="background:"><font color="">CDNotes K 3</font></span><a href="http://LOCATION/CDNotesK3">?</a><br /> 34 <span style="background:"><font color="">Bochs FAQ</font></span><a href="http://LOCATION/BochsFAQ">?</a><br /> 33 <span style="background:"><font color="">Tarball Notes Home</font></span><a href="http://LOCATION/TarballNotesHome">?</a></td> - <td> 7 <span style="background:"><font color="">Nagrom Namreh</font></span><a href="http://LOCATIONMain/NagromNamreh">?</a><br /> 1 <span style="background:"><font color="">Lucas Nussbaum</font></span><a href="http://LOCATIONMain/LucasNussbaum">?</a><br /> 1 <span style="background:"><font color="">Helge Stenstroem</font></span><a href="http://LOCATIONMain/HelgeStenstroem">?</a></td> + <td> 336 [[WebHome]]<br /> 69 [[InstallNotes]]<br /> 61 [[BochsEmulator]]<br /> 53 [[PortingIssues]]<br /> 41 [[VmWare]]<br /> 41 [[TestSuites]]<br /> 41 [[BuildingTheHurd]]<br /> 38 [[Hurd/FrequentlyAskedQuestions]]<br /> 35 [[CDNotesK3]]<br /> 34 [[BochsFAQ]]<br /> 33 [[TarballNotesHome]]</td> + <td> 7 [[Main/NagromNamreh]]<br /> 1 [[Main/LucasNussbaum]]<br /> 1 [[Main/HelgeStenstroem]]</td> </tr> <tr> <td> Dec 2003 </td> <td align="right"> 1468 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 303 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 69 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 57 <span style="background:"><font color="">Porting Issues</font></span><a href="http://LOCATION/PortingIssues">?</a><br /> 50 <span style="background:"><font color="">CDNotes K 3</font></span><a href="http://LOCATION/CDNotesK3">?</a><br /> 44 <span style="background:"><font color="">Bochs Emulator</font></span><a href="http://LOCATION/BochsEmulator">?</a><br /> 43 <span style="background:"><font color="">Building The Hurd</font></span><a href="http://LOCATION/BuildingTheHurd">?</a><br /> 39 <span style="background:"><font color="">Tarball Notes Home</font></span><a href="http://LOCATION/TarballNotesHome">?</a><br /> 39 <span style="background:"><font color="">Bochs FAQ</font></span><a href="http://LOCATION/BochsFAQ">?</a><br /> 36 <span style="background:"><font color="">Vm Ware</font></span><a href="http://LOCATION/VmWare">?</a><br /> 34 <span style="background:"><font color="">Cross Install</font></span><a href="http://LOCATION/CrossInstall">?</a><br /> 34 <span style="background:"><font color="">CDNotes Home</font></span><a href="http://LOCATION/CDNotesHome">?</a></td> + <td> 303 [[WebHome]]<br /> 69 [[InstallNotes]]<br /> 57 [[PortingIssues]]<br /> 50 [[CDNotesK3]]<br /> 44 [[BochsEmulator]]<br /> 43 [[BuildingTheHurd]]<br /> 39 [[TarballNotesHome]]<br /> 39 [[BochsFAQ]]<br /> 36 [[VmWare]]<br /> 34 [[CrossInstall]]<br /> 34 [[CDNotesHome]]</td> <td> </td> </tr> <tr> @@ -52,7 +52,7 @@ <td align="right"> 1610 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 298 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 59 <span style="background:"><font color="">Porting Issues</font></span><a href="http://LOCATION/PortingIssues">?</a><br /> 51 <span style="background:"><font color="">Bochs Emulator</font></span><a href="http://LOCATION/BochsEmulator">?</a><br /> 46 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 45 <span style="background:"><font color="">Hurd.Frequently Asked Questions</font></span><a href="http://LOCATIONHurd/FrequentlyAskedQuestions">?</a><br /> 43 <span style="background:"><font color="">Bochs FAQ</font></span><a href="http://LOCATION/BochsFAQ">?</a><br /> 41 <span style="background:"><font color="">CDNotes K 3</font></span><a href="http://LOCATION/CDNotesK3">?</a><br /> 40 <span style="background:"><font color="">Vm Ware</font></span><a href="http://LOCATION/VmWare">?</a><br /> 35 <span style="background:"><font color="">Building The Hurd</font></span><a href="http://LOCATION/BuildingTheHurd">?</a><br /> 33 <span style="background:"><font color="">CDNotes Home</font></span><a href="http://LOCATION/CDNotesHome">?</a><br /> 32 <span style="background:"><font color="">Gnu Debian Relationship</font></span><a href="http://LOCATION/GnuDebianRelationship">?</a></td> + <td> 298 [[WebHome]]<br /> 59 [[PortingIssues]]<br /> 51 [[BochsEmulator]]<br /> 46 [[InstallNotes]]<br /> 45 [[Hurd/FrequentlyAskedQuestions]]<br /> 43 [[BochsFAQ]]<br /> 41 [[CDNotesK3]]<br /> 40 [[VmWare]]<br /> 35 [[BuildingTheHurd]]<br /> 33 [[CDNotesHome]]<br /> 32 [[GnuDebianRelationship]]</td> <td> </td> </tr> <tr> @@ -60,7 +60,7 @@ <td align="right"> 1106 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 217 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 36 <span style="background:"><font color="">Porting Issues</font></span><a href="http://LOCATION/PortingIssues">?</a><br /> 33 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 30 <span style="background:"><font color="">Hurd.Frequently Asked Questions</font></span><a href="http://LOCATIONHurd/FrequentlyAskedQuestions">?</a><br /> 29 <span style="background:"><font color="">Bochs Emulator</font></span><a href="http://LOCATION/BochsEmulator">?</a><br /> 28 <span style="background:"><font color="">Vm Ware</font></span><a href="http://LOCATION/VmWare">?</a><br /> 26 <span style="background:"><font color="">Building The Hurd</font></span><a href="http://LOCATION/BuildingTheHurd">?</a><br /> 26 <span style="background:"><font color="">Bochs FAQ</font></span><a href="http://LOCATION/BochsFAQ">?</a><br /> 25 <span style="background:"><font color="">Cd Covers</font></span><a href="http://LOCATION/CdCovers">?</a><br /> 23 <span style="background:"><font color="">Gnu Debian Relationship</font></span><a href="http://LOCATION/GnuDebianRelationship">?</a><br /> 22 <span style="background:"><font color="">Why Debian</font></span><a href="http://LOCATION/WhyDebian">?</a></td> + <td> 217 [[WebHome]]<br /> 36 [[PortingIssues]]<br /> 33 [[InstallNotes]]<br /> 30 [[Hurd/FrequentlyAskedQuestions]]<br /> 29 [[BochsEmulator]]<br /> 28 [[VmWare]]<br /> 26 [[BuildingTheHurd]]<br /> 26 [[BochsFAQ]]<br /> 25 [[CdCovers]]<br /> 23 [[GnuDebianRelationship]]<br /> 22 [[WhyDebian]]</td> <td> </td> </tr> <tr> @@ -68,23 +68,23 @@ <td align="right"> 2112 </td> <td align="right"> 1 </td> <td align="right"> 0 </td> - <td> 365 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 122 <span style="background:"><font color="">Porting Issues</font></span><a href="http://LOCATION/PortingIssues">?</a><br /> 101 <span style="background:"><font color="">Building The Hurd</font></span><a href="http://LOCATION/BuildingTheHurd">?</a><br /> 66 <span style="background:"><font color="">Hurd.Frequently Asked Questions</font></span><a href="http://LOCATIONHurd/FrequentlyAskedQuestions">?</a><br /> 56 <span style="background:"><font color="">Bochs FAQ</font></span><a href="http://LOCATION/BochsFAQ">?</a><br /> 47 <span style="background:"><font color="">Bochs Emulator</font></span><a href="http://LOCATION/BochsEmulator">?</a><br /> 44 <span style="background:"><font color="">Vm Ware</font></span><a href="http://LOCATION/VmWare">?</a><br /> 44 <span style="background:"><font color="">CDNotes K 3</font></span><a href="http://LOCATION/CDNotesK3">?</a><br /> 42 <span style="background:"><font color="">Tarball Notes Home</font></span><a href="http://LOCATION/TarballNotesHome">?</a><br /> 42 <span style="background:"><font color="">Gnu Debian Relationship</font></span><a href="http://LOCATION/GnuDebianRelationship">?</a><br /> 36 <span style="background:"><font color="">Test Suites</font></span><a href="http://LOCATION/TestSuites">?</a></td> - <td> 1 <span style="background:"><font color="">Cam Resu</font></span><a href="http://LOCATIONMain/CamResu">?</a></td> + <td> 365 [[WebHome]]<br /> 122 [[PortingIssues]]<br /> 101 [[BuildingTheHurd]]<br /> 66 [[Hurd/FrequentlyAskedQuestions]]<br /> 56 [[BochsFAQ]]<br /> 47 [[BochsEmulator]]<br /> 44 [[VmWare]]<br /> 44 [[CDNotesK3]]<br /> 42 [[TarballNotesHome]]<br /> 42 [[GnuDebianRelationship]]<br /> 36 [[TestSuites]]</td> + <td> 1 [[Main/CamResu]]</td> </tr> <tr> <td> Aug 2003 </td> <td align="right"> 1239 </td> <td align="right"> 1 </td> <td align="right"> 0 </td> - <td> 234 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 52 <span style="background:"><font color="">Bochs FAQ</font></span><a href="http://LOCATION/BochsFAQ">?</a><br /> 43 <span style="background:"><font color="">CDNotes K 3</font></span><a href="http://LOCATION/CDNotesK3">?</a><br /> 40 <span style="background:"><font color="">Vm Ware</font></span><a href="http://LOCATION/VmWare">?</a><br /> 38 <span style="background:"><font color="">Porting Issues</font></span><a href="http://LOCATION/PortingIssues">?</a><br /> 37 <span style="background:"><font color="">GNUDebian Build Process</font></span><a href="http://LOCATION/GNUDebianBuildProcess">?</a><br /> 37 <span style="background:"><font color="">Building The Hurd</font></span><a href="http://LOCATION/BuildingTheHurd">?</a><br /> 36 <span style="background:"><font color="">Hurd.Frequently Asked Questions</font></span><a href="http://LOCATIONHurd/FrequentlyAskedQuestions">?</a><br /> 36 <span style="background:"><font color="">Grub Conf</font></span><a href="http://LOCATION/GrubConf">?</a><br /> 32 <span style="background:"><font color="">Bochs Emulator</font></span><a href="http://LOCATION/BochsEmulator">?</a><br /> 31 <span style="background:"><font color="">Cross Install</font></span><a href="http://LOCATION/CrossInstall">?</a></td> - <td> 1 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a></td> + <td> 234 [[WebHome]]<br /> 52 [[BochsFAQ]]<br /> 43 [[CDNotesK3]]<br /> 40 [[VmWare]]<br /> 38 [[PortingIssues]]<br /> 37 [[GNUDebianBuildProcess]]<br /> 37 [[BuildingTheHurd]]<br /> 36 [[Hurd/FrequentlyAskedQuestions]]<br /> 36 [[GrubConf]]<br /> 32 [[BochsEmulator]]<br /> 31 [[CrossInstall]]</td> + <td> 1 [[Main/JoachimNilsson]]</td> </tr> <tr> <td> Jul 2003 </td> <td align="right"> 1384 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 251 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 73 <span style="background:"><font color="">Porting Issues</font></span><a href="http://LOCATION/PortingIssues">?</a><br /> 66 <span style="background:"><font color="">Hurd.Frequently Asked Questions</font></span><a href="http://LOCATIONHurd/FrequentlyAskedQuestions">?</a><br /> 41 <span style="background:"><font color="">CDNotes K 3</font></span><a href="http://LOCATION/CDNotesK3">?</a><br /> 40 <span style="background:"><font color="">System APILimits</font></span><a href="http://LOCATION/SystemAPILimits">?</a><br /> 35 <span style="background:"><font color="">Bochs FAQ</font></span><a href="http://LOCATION/BochsFAQ">?</a><br /> 33 <span style="background:"><font color="">Bochs Emulator</font></span><a href="http://LOCATION/BochsEmulator">?</a><br /> 30 <span style="background:"><font color="">CDNotes J 2</font></span><a href="http://LOCATION/CDNotesJ2">?</a><br /> 30 <span style="background:"><font color="">Building The Hurd</font></span><a href="http://LOCATION/BuildingTheHurd">?</a><br /> 27 <span style="background:"><font color="">Tarball Notes Home</font></span><a href="http://LOCATION/TarballNotesHome">?</a><br /> 27 <span style="background:"><font color="">Gnu Debian Relationship</font></span><a href="http://LOCATION/GnuDebianRelationship">?</a></td> + <td> 251 [[WebHome]]<br /> 73 [[PortingIssues]]<br /> 66 [[Hurd/FrequentlyAskedQuestions]]<br /> 41 [[CDNotesK3]]<br /> 40 [[SystemAPILimits]]<br /> 35 [[BochsFAQ]]<br /> 33 [[BochsEmulator]]<br /> 30 [[CDNotesJ2]]<br /> 30 [[BuildingTheHurd]]<br /> 27 [[TarballNotesHome]]<br /> 27 [[GnuDebianRelationship]]</td> <td> </td> </tr> <tr> @@ -92,64 +92,64 @@ <td align="right"> 1661 </td> <td align="right"> 3 </td> <td align="right"> 0 </td> - <td> 267 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 109 <span style="background:"><font color="">Porting Issues</font></span><a href="http://LOCATION/PortingIssues">?</a><br /> 77 <span style="background:"><font color="">Hurd.Frequently Asked Questions</font></span><a href="http://LOCATIONHurd/FrequentlyAskedQuestions">?</a><br /> 73 <span style="background:"><font color="">CDNotes K 3</font></span><a href="http://LOCATION/CDNotesK3">?</a><br /> 59 <span style="background:"><font color="">Bochs FAQ</font></span><a href="http://LOCATION/BochsFAQ">?</a><br /> 56 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 45 <span style="background:"><font color="">Tarball Notes 20030126</font></span><a href="http://LOCATION/TarballNotes20030126">?</a><br /> 41 <span style="background:"><font color="">System APILimits</font></span><a href="http://LOCATION/SystemAPILimits">?</a><br /> 40 <span style="background:"><font color="">Bochs Emulator</font></span><a href="http://LOCATION/BochsEmulator">?</a><br /> 38 <span style="background:"><font color="">Tarball Notes Home</font></span><a href="http://LOCATION/TarballNotesHome">?</a><br /> 33 <span style="background:"><font color="">Vm Ware</font></span><a href="http://LOCATION/VmWare">?</a></td> - <td> 2 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 1 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a></td> + <td> 267 [[WebHome]]<br /> 109 [[PortingIssues]]<br /> 77 [[Hurd/FrequentlyAskedQuestions]]<br /> 73 [[CDNotesK3]]<br /> 59 [[BochsFAQ]]<br /> 56 [[InstallNotes]]<br /> 45 [[TarballNotes20030126]]<br /> 41 [[SystemAPILimits]]<br /> 40 [[BochsEmulator]]<br /> 38 [[TarballNotesHome]]<br /> 33 [[VmWare]]</td> + <td> 2 [[Main/OgnyanKulev]]<br /> 1 [[Main/TWikiGuest]]</td> </tr> <tr> <td> May 2003 </td> <td align="right"> 1633 </td> <td align="right"> 34 </td> <td align="right"> 0 </td> - <td> 313 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 103 <span style="background:"><font color="">CDNotes K 3</font></span><a href="http://LOCATION/CDNotesK3">?</a><br /> 91 <span style="background:"><font color="">System APILimits</font></span><a href="http://LOCATION/SystemAPILimits">?</a><br /> 68 <span style="background:"><font color="">Porting Issues</font></span><a href="http://LOCATION/PortingIssues">?</a><br /> 53 <span style="background:"><font color="">Bochs Emulator</font></span><a href="http://LOCATION/BochsEmulator">?</a><br /> 52 <span style="background:"><font color="">Hurd.Frequently Asked Questions</font></span><a href="http://LOCATIONHurd/FrequentlyAskedQuestions">?</a><br /> 51 <span style="background:"><font color="">Bochs FAQ</font></span><a href="http://LOCATION/BochsFAQ">?</a><br /> 45 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 39 <span style="background:"><font color="">Tarball Notes Home</font></span><a href="http://LOCATION/TarballNotesHome">?</a><br /> 36 <span style="background:"><font color="">Tarball Notes 20030126</font></span><a href="http://LOCATION/TarballNotes20030126">?</a><br /> 35 <span style="background:"><font color="">Vm Ware</font></span><a href="http://LOCATION/VmWare">?</a></td> - <td> 17 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 11 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a><br /> 4 <span style="background:"><font color="">Robert Millan</font></span><a href="http://LOCATIONMain/RobertMillan">?</a><br /> 1 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a><br /> 1 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a></td> + <td> 313 [[WebHome]]<br /> 103 [[CDNotesK3]]<br /> 91 [[SystemAPILimits]]<br /> 68 [[PortingIssues]]<br /> 53 [[BochsEmulator]]<br /> 52 [[Hurd/FrequentlyAskedQuestions]]<br /> 51 [[BochsFAQ]]<br /> 45 [[InstallNotes]]<br /> 39 [[TarballNotesHome]]<br /> 36 [[TarballNotes20030126]]<br /> 35 [[VmWare]]</td> + <td> 17 [[Main/OgnyanKulev]]<br /> 11 [[Main/GrantBow]]<br /> 4 [[Main/RobertMillan]]<br /> 1 [[Main/TWikiGuest]]<br /> 1 [[Main/JoachimNilsson]]</td> </tr> <tr> <td> Apr 2003 </td> <td align="right"> 1774 </td> <td align="right"> 33 </td> <td align="right"> 0 </td> - <td> 358 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 162 <span style="background:"><font color="">Porting Issues</font></span><a href="http://LOCATION/PortingIssues">?</a><br /> 95 <span style="background:"><font color="">Tarball Notes 20030126</font></span><a href="http://LOCATION/TarballNotes20030126">?</a><br /> 58 <span style="background:"><font color="">CDNotes K 2</font></span><a href="http://LOCATION/CDNotesK2">?</a><br /> 55 <span style="background:"><font color="">Vm Ware</font></span><a href="http://LOCATION/VmWare">?</a><br /> 55 <span style="background:"><font color="">Bochs Emulator</font></span><a href="http://LOCATION/BochsEmulator">?</a><br /> 50 <span style="background:"><font color="">Bochs FAQ</font></span><a href="http://LOCATION/BochsFAQ">?</a><br /> 46 <span style="background:"><font color="">Tarball Notes Home</font></span><a href="http://LOCATION/TarballNotesHome">?</a><br /> 45 <span style="background:"><font color="">Hurd.Frequently Asked Questions</font></span><a href="http://LOCATIONHurd/FrequentlyAskedQuestions">?</a><br /> 40 <span style="background:"><font color="">Building The Hurd</font></span><a href="http://LOCATION/BuildingTheHurd">?</a><br /> 36 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a></td> - <td> 17 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 6 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 3 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a><br /> 3 <span style="background:"><font color="">Robert Millan</font></span><a href="http://LOCATIONMain/RobertMillan">?</a><br /> 2 <span style="background:"><font color="">Danilo Segan</font></span><a href="http://LOCATIONMain/DaniloSegan">?</a><br /> 2 <span style="background:"><font color="">Andrea Sterbini</font></span><a href="http://LOCATIONMain/AndreaSterbini">?</a></td> + <td> 358 [[WebHome]]<br /> 162 [[PortingIssues]]<br /> 95 [[TarballNotes20030126]]<br /> 58 [[CDNotesK2]]<br /> 55 [[VmWare]]<br /> 55 [[BochsEmulator]]<br /> 50 [[BochsFAQ]]<br /> 46 [[TarballNotesHome]]<br /> 45 [[Hurd/FrequentlyAskedQuestions]]<br /> 40 [[BuildingTheHurd]]<br /> 36 [[InstallNotes]]</td> + <td> 17 [[Main/OgnyanKulev]]<br /> 6 [[Main/JoachimNilsson]]<br /> 3 [[Main/TWikiGuest]]<br /> 3 [[Main/RobertMillan]]<br /> 2 [[Main/DaniloSegan]]<br /> 2 [[Main/AndreaSterbini]]</td> </tr> <tr> <td> Mar 2003 </td> <td align="right"> 1445 </td> <td align="right"> 17 </td> <td align="right"> 0 </td> - <td> 335 <span style="background:"><font color="">CDNotes K 2</font></span><a href="http://LOCATION/CDNotesK2">?</a><br /> 323 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 57 <span style="background:"><font color="">Porting Issues</font></span><a href="http://LOCATION/PortingIssues">?</a><br /> 42 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 39 <span style="background:"><font color="">Bochs FAQ</font></span><a href="http://LOCATION/BochsFAQ">?</a><br /> 38 <span style="background:"><font color="">CDNotes K 1</font></span><a href="http://LOCATION/CDNotesK1">?</a><br /> 36 <span style="background:"><font color="">Bochs Emulator</font></span><a href="http://LOCATION/BochsEmulator">?</a><br /> 33 <span style="background:"><font color="">Vm Ware</font></span><a href="http://LOCATION/VmWare">?</a><br /> 32 <span style="background:"><font color="">Hurd.Frequently Asked Questions</font></span><a href="http://LOCATIONHurd/FrequentlyAskedQuestions">?</a><br /> 30 <span style="background:"><font color="">Gnu Debian Relationship</font></span><a href="http://LOCATION/GnuDebianRelationship">?</a><br /> 26 <span style="background:"><font color="">Tarball Notes 20020816</font></span><a href="http://LOCATION/TarballNotes20020816">?</a></td> - <td> 6 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 5 <span style="background:"><font color="">Robert Millan</font></span><a href="http://LOCATIONMain/RobertMillan">?</a><br /> 3 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a><br /> 3 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a></td> + <td> 335 [[CDNotesK2]]<br /> 323 [[WebHome]]<br /> 57 [[PortingIssues]]<br /> 42 [[InstallNotes]]<br /> 39 [[BochsFAQ]]<br /> 38 [[CDNotesK1]]<br /> 36 [[BochsEmulator]]<br /> 33 [[VmWare]]<br /> 32 [[Hurd/FrequentlyAskedQuestions]]<br /> 30 [[GnuDebianRelationship]]<br /> 26 [[TarballNotes20020816]]</td> + <td> 6 [[Main/OgnyanKulev]]<br /> 5 [[Main/RobertMillan]]<br /> 3 [[Main/TWikiGuest]]<br /> 3 [[Main/GrantBow]]</td> </tr> <tr> <td> Feb 2003 </td> <td align="right"> 883 </td> <td align="right"> 23 </td> <td align="right"> 0 </td> - <td> 250 <span style="background:"><font color="">Bochs FAQ</font></span><a href="http://LOCATION/BochsFAQ">?</a><br /> 207 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 38 <span style="background:"><font color="">Bochs Emulator</font></span><a href="http://LOCATION/BochsEmulator">?</a><br /> 35 <span style="background:"><font color="">Tarball Notes 20030126</font></span><a href="http://LOCATION/TarballNotes20030126">?</a><br /> 30 <span style="background:"><font color="">CDNotes K 1</font></span><a href="http://LOCATION/CDNotesK1">?</a><br /> 26 <span style="background:"><font color="">Hurd.Frequently Asked Questions</font></span><a href="http://LOCATIONHurd/FrequentlyAskedQuestions">?</a><br /> 23 <span style="background:"><font color="">Porting Issues</font></span><a href="http://LOCATION/PortingIssues">?</a><br /> 21 <span style="background:"><font color="">Vm Ware</font></span><a href="http://LOCATION/VmWare">?</a><br /> 21 <span style="background:"><font color="">Tarball Notes 20020816</font></span><a href="http://LOCATION/TarballNotes20020816">?</a><br /> 16 <span style="background:"><font color="">New Debian Installer</font></span><a href="http://LOCATION/NewDebianInstaller">?</a><br /> 15 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a></td> - <td> 21 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 2 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a></td> + <td> 250 [[BochsFAQ]]<br /> 207 [[WebHome]]<br /> 38 [[BochsEmulator]]<br /> 35 [[TarballNotes20030126]]<br /> 30 [[CDNotesK1]]<br /> 26 [[Hurd/FrequentlyAskedQuestions]]<br /> 23 [[PortingIssues]]<br /> 21 [[VmWare]]<br /> 21 [[TarballNotes20020816]]<br /> 16 [[NewDebianInstaller]]<br /> 15 [[InstallNotes]]</td> + <td> 21 [[Main/JoachimNilsson]]<br /> 2 [[Main/GrantBow]]</td> </tr> <tr> <td> Jan 2003 </td> <td align="right"> 1055 </td> <td align="right"> 107 </td> <td align="right"> 0 </td> - <td> 328 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 196 <span style="background:"><font color="">Bochs FAQ</font></span><a href="http://LOCATION/BochsFAQ">?</a><br /> 54 <span style="background:"><font color="">New Debian Installer</font></span><a href="http://LOCATION/NewDebianInstaller">?</a><br /> 44 <span style="background:"><font color="">Hurd.Frequently Asked Questions</font></span><a href="http://LOCATIONHurd/FrequentlyAskedQuestions">?</a><br /> 35 <span style="background:"><font color="">Media Press Kit Discuss</font></span><a href="http://LOCATION/MediaPressKitDiscuss">?</a><br /> 30 <span style="background:"><font color="">Bochs Emulator</font></span><a href="http://LOCATION/BochsEmulator">?</a><br /> 24 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 23 <span style="background:"><font color="">CDNotes K 1</font></span><a href="http://LOCATION/CDNotesK1">?</a><br /> 23 <span style="background:"><font color="">Buildd Status</font></span><a href="http://LOCATION/BuilddStatus">?</a><br /> 21 <span style="background:"><font color="">Debian Packages</font></span><a href="http://LOCATION/DebianPackages">?</a><br /> 20 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a></td> - <td> 87 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a><br /> 9 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 8 <span style="background:"><font color="">Danilo Segan</font></span><a href="http://LOCATIONMain/DaniloSegan">?</a><br /> 3 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a></td> + <td> 328 [[WebHome]]<br /> 196 [[BochsFAQ]]<br /> 54 [[NewDebianInstaller]]<br /> 44 [[Hurd/FrequentlyAskedQuestions]]<br /> 35 [[MediaPressKitDiscuss]]<br /> 30 [[BochsEmulator]]<br /> 24 [[InstallNotes]]<br /> 23 [[CDNotesK1]]<br /> 23 [[BuilddStatus]]<br /> 21 [[DebianPackages]]<br /> 20 [[WebTopicList]]</td> + <td> 87 [[Main/GrantBow]]<br /> 9 [[Main/OgnyanKulev]]<br /> 8 [[Main/DaniloSegan]]<br /> 3 [[Main/JoachimNilsson]]</td> </tr> <tr> <td> Dec 2002 </td> <td align="right"> 415 </td> <td align="right"> 42 </td> <td align="right"> 0 </td> - <td> 214 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 25 <span style="background:"><font color="">Bochs FAQ</font></span><a href="http://LOCATION/BochsFAQ">?</a><br /> 23 <span style="background:"><font color="">New Debian Installer</font></span><a href="http://LOCATION/NewDebianInstaller">?</a><br /> 17 <span style="background:"><font color="">Hurd.Frequently Asked Questions</font></span><a href="http://LOCATIONHurd/FrequentlyAskedQuestions">?</a><br /> 15 <span style="background:"><font color="">Bochs Emulator</font></span><a href="http://LOCATION/BochsEmulator">?</a><br /> 10 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 9 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 7 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 7 <span style="background:"><font color="">Porting Issues</font></span><a href="http://LOCATION/PortingIssues">?</a><br /> 6 <span style="background:"><font color="">CDNotes J 2</font></span><a href="http://LOCATION/CDNotesJ2">?</a><br /> 5 <span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a></td> - <td> 35 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a><br /> 7 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a></td> + <td> 214 [[WebHome]]<br /> 25 [[BochsFAQ]]<br /> 23 [[NewDebianInstaller]]<br /> 17 [[Hurd/FrequentlyAskedQuestions]]<br /> 15 [[BochsEmulator]]<br /> 10 [[WebPreferences]]<br /> 9 [[InstallNotes]]<br /> 7 [[WebStatistics]]<br /> 7 [[PortingIssues]]<br /> 6 [[CDNotesJ2]]<br /> 5 [[WebDiscuss]]</td> + <td> 35 [[Main/GrantBow]]<br /> 7 [[Main/JoachimNilsson]]</td> </tr> <tr> <td> Nov 2002 </td> <td align="right"> 121 </td> <td align="right"> 10 </td> <td align="right"> 0 </td> - <td> 66 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 10 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 10 <span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a><br /> 6 <span style="background:"><font color="">Web Menu</font></span><a href="http://LOCATION/WebMenu">?</a><br /> 5 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 5 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 5 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 5 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 4 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a><br /> 4 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 1 <span style="background:"><font color="">4f 0</font></span><a href="http://LOCATION/4f0">?</a></td> - <td> 5 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 5 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a></td> + <td> 66 [[WebHome]]<br /> 10 [[WebNotify]]<br /> 10 [[WebDiscuss]]<br /> 6 [[WebMenu]]<br /> 5 [[WebStatistics]]<br /> 5 [[WebSearch]]<br /> 5 [[WebIndex]]<br /> 5 [[WebChanges]]<br /> 4 [[WebTopicList]]<br /> 4 [[WebPreferences]]<br /> 1 [[4f0]]</td> + <td> 5 [[Main/JoachimNilsson]]<br /> 5 [[Main/GrantBow]]</td> </tr> </table> diff --git a/GNU/WebHome.mdwn b/GNU/WebHome.mdwn index 38a75e3a..92aa34de 100644 --- a/GNU/WebHome.mdwn +++ b/GNU/WebHome.mdwn @@ -13,21 +13,21 @@ GNU stands for GNU's Not Unix. It is a project announced in 1983 by [[RichardSta <p> </p> <dl> - <dt><span style="background:"><font color="">History</font></span><a href="http://LOCATION/History">?</a></dt> + <dt>[[History]]</dt> <dd> Background information about the GNU Project. </dd> - <dt><span style="background:"><font color="">Gnu Names</font></span><a href="http://LOCATION/GnuNames">?</a></dt> + <dt>[[GnuNames]]</dt> <dd> A page describing the name GNU itself and it's usage. </dd> - <dt><span style="background:"><font color="">The Gnu Manifesto</font></span><a href="http://LOCATION/TheGnuManifesto">?</a></dt> + <dt>[[TheGnuManifesto]]</dt> <dd> A founding document that still influences the system's technical design and moral philosophy. </dd> - <dt><span style="background:"><font color="">Copyleft Licenses</font></span><a href="http://LOCATION/CopyleftLicenses">?</a></dt> + <dt>[[CopyleftLicenses]]</dt> <dd> Information on the licenses used on GNU software, and on other free software licenses </dd> - <dt><span style="background:"><font color="">Free Documentation License</font></span><a href="http://LOCATION/FreeDocumentationLicense">?</a></dt> + <dt>[[FreeDocumentationLicense]]</dt> <dd> A relatively new license used by the FSF to extend the copyright of documentation. </dd> <dt> FAQ Link</dt> <dd> What is the relation between <a href="http://www.gnu.org/software/hurd/faq.en.html#q1-2" target="_top">GNU and Hurd</a>? </dd> <dt> Assisting</dt> <dd> If you would like to help the GNU movement visit the official site at <a href="http://www.gnu.org" target="_top">http://www.gnu.org</a>. </dd> - <dt><span style="background:"><font color="">Software Projects</font></span><a href="http://LOCATION/SoftwareProjects">?</a></dt> + <dt>[[SoftwareProjects]]</dt> <dd> Information about other GNU projects. </dd> <dt><a href="http://lists.gnu.org/mailman/listinfo/gnu-system-discuss" target="_top">gnu-system-discuss</a></dt> <dd> Mailing list for discussion about the GNU system. </dd> @@ -35,9 +35,9 @@ GNU stands for GNU's Not Unix. It is a project announced in 1983 by [[RichardSta <p> </p> <dl> - <dt><span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a></dt> + <dt>[[WebDiscuss]]</dt> <dd> Meta discussion about how to make this section of the site better. </dd> - <dt><span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a></dt> + <dt>[[WebPreferences]]</dt> <dd> administrative info. </dd> </dl> <p> @@ -52,18 +52,18 @@ GNU stands for GNU's Not Unix. It is a project announced in 1983 by [[RichardSta </p> <table border="1" cellpadding="1" cellspacing="0"> <tr> - <th bgcolor="#99CCCC"><strong>Hot Topics <font size="-1">(<span style="background:"><font color="">more</font></span><a href="http://LOCATION/WebStatistics">?</a>)</font></strong></th> + <th bgcolor="#99CCCC"><strong>Hot Topics <font size="-1">([[WebStatistics]])</font></strong></th> <th bgcolor="#99CCCC"><strong>Top Contributors</strong></th> </tr> </table> %INCLUDE{"WebStatistics" pattern=".*?\-\-statTopContributors\-\-\&gt;[^\|]+\|[^\|]+\|[^\|]+\|[^\|]+\|[^\|]+\|[^\|]+(\|[^\|]+\|[^\|]+\|).*"}% <p> - </p><input name="search" size="20" type="text" /> <input type="submit" value="Search %WEB%" /><br /><font size="-1">More search options in <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a></font><br /> + </p><input name="search" size="20" type="text" /> <input type="submit" value="Search %WEB%" /><br /><font size="-1">More search options in [[WebSearch]]</font><br /> <p> Currently, Web refers to the GNU Web. </p> <p> </p> <ul> - <li><span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a> - alphabetical </li> - <li><span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a> - by modification time </li> - <li><span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a> - email alerts </li> + <li>[[WebIndex]] - alphabetical </li> + <li>[[WebChanges]] - by modification time </li> + <li>[[WebNotify]] - email alerts </li> </ul> </td> </tr> diff --git a/GNU/WebPreferences/logo.png b/GNU/WebPreferences/logo.png Binary files differnew file mode 100644 index 00000000..50c392cf --- /dev/null +++ b/GNU/WebPreferences/logo.png diff --git a/GNU/WebStatistics.mdwn b/GNU/WebStatistics.mdwn index fe3b96fa..74293cc8 100644 --- a/GNU/WebStatistics.mdwn +++ b/GNU/WebStatistics.mdwn @@ -28,24 +28,24 @@ <td align="right"> 94 </td> <td align="right"> 3 </td> <td align="right"> 0 </td> - <td> 78 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 3 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 3 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 3 <span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a><br /> 3 <span style="background:"><font color="">Copyleft Licenses</font></span><a href="http://LOCATION/CopyleftLicenses">?</a><br /> 1 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 1 <span style="background:"><font color="">Web Menu</font></span><a href="http://LOCATION/WebMenu">?</a><br /> 1 <span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a><br /> 1 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a></td> - <td> 3 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a></td> + <td> 78 [[WebHome]]<br /> 3 [[WebNotify]]<br /> 3 [[WebIndex]]<br /> 3 [[WebDiscuss]]<br /> 3 [[CopyleftLicenses]]<br /> 1 [[WebStatistics]]<br /> 1 [[WebMenu]]<br /> 1 [[WebDiscuss]]<br /> 1 [[WebChanges]]</td> + <td> 3 [[Main/GrantBow]]</td> </tr> <tr> <td> Nov 2002 </td> <td align="right"> 144 </td> <td align="right"> 10 </td> <td align="right"> 0 </td> - <td> 88 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 8 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 8 <span style="background:"><font color="">Copyleft Licenses</font></span><a href="http://LOCATION/CopyleftLicenses">?</a><br /> 7 <span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a><br /> 5 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 5 <span style="background:"><font color="">Web Menu</font></span><a href="http://LOCATION/WebMenu">?</a><br /> 5 <span style="background:"><font color="">Free Documentation License</font></span><a href="http://LOCATION/FreeDocumentationLicense">?</a><br /> 4 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 4 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 3 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a><br /> 3 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a></td> - <td> 7 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a><br /> 3 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a></td> + <td> 88 [[WebHome]]<br /> 8 [[WebChanges]]<br /> 8 [[CopyleftLicenses]]<br /> 7 [[WebDiscuss]]<br /> 5 [[WebNotify]]<br /> 5 [[WebMenu]]<br /> 5 [[FreeDocumentationLicense]]<br /> 4 [[WebStatistics]]<br /> 4 [[WebSearch]]<br /> 3 [[WebTopicList]]<br /> 3 [[WebPreferences]]</td> + <td> 7 [[Main/GrantBow]]<br /> 3 [[Main/JoachimNilsson]]</td> </tr> <tr> <td> Oct 2002 </td> <td align="right"> 58 </td> <td align="right"> 13 </td> <td align="right"> 1 </td> - <td> 38 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 10 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 3 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 3 <span style="background:"><font color="">Free Documentation License</font></span><a href="http://LOCATION/FreeDocumentationLicense">?</a><br /> 2 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 1 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a><br /> 1 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a></td> - <td> 11 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 3 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a></td> + <td> 38 [[WebHome]]<br /> 10 [[WebPreferences]]<br /> 3 [[WebIndex]]<br /> 3 [[FreeDocumentationLicense]]<br /> 2 [[WebNotify]]<br /> 1 [[WebTopicList]]<br /> 1 [[WebStatistics]]</td> + <td> 11 [[Main/JoachimNilsson]]<br /> 3 [[Main/GrantBow]]</td> </tr> </table> diff --git a/HowToContributeToThisWiki.mdwn b/HowToContributeToThisWiki.mdwn new file mode 100644 index 00000000..cb3f3446 --- /dev/null +++ b/HowToContributeToThisWiki.mdwn @@ -0,0 +1,127 @@ +# How to Contribute to This Wiki + +(!) Some general hints first; they may sound very familiar from other software +projects: + +* Do independent changes *separately*: don't aggregate changes that don't + belong together. +* Install your changes *early* and *often*: don't hold your contribution back + until you think it is perfect. + + +## Edit Via the Web Interface + +When you found a page you want to work on, just follow the *Edit* link on the +top of the page. When doing this for the first time, this will first transfer +you to a page where you have to create a wiki account. After logging in, you +can edit the wiki pages. + + +## Working on a Checkout of the git Repository + +(!) What is being described here are only the basics. The checkouts are +completely valid git repositories and can (and want to) be treated as such. +Consult the git documentation about how to shuffle around with branches, how to +rename files, how to upload arbitrary data files, and so on. + + +First, let's make sure that you're properly identifying yourself towards git. + + $ git var GIT_AUTHOR_IDENT + Thomas Schwinge <tschwinge@gnu.org> 1186743435 +0200 + +If it doesn't look akin to that for you, you'd better adjust either your +*EMAIL* environment variable or alternatively tell git about your real +identity: + + $ git config --global user.name 'Your Name' + $ git config --global user.email you@somewhere.invalid + + +For being able to do a checkout from which you can later directly push your +changes back into the master repository, you need a +[[shell_account_on_*flubber*|Hurd/PublicHurdBoxen]]. (It's also very much +recommenable that you set up your local ssh configuration as advised on that +page.) If you have an account on there: + + $ git clone flubber:~wiki/wiki [dest] + +If you don't have such an account or don't have your login data handy, you can +still get the pages the read-only way. + +/!\ *Not yet available.* + + $ git clone git://flubber.bddebian.com/wiki [dest] + +If that also doesn't work out, you have yet another chance: pull over the http +protocol. Not very efficient (read: rather inefficient), but it works. This +is also read-only. + + $ git clone http://www.bddebian.com/git/wiki [dest] + +For all cases: if you omit *[dest]* it will default to *wiki*. + +Later, you can just *cd* into the *wiki* directory and run a *git pull* to get +hold of the latest changes others have been installing in the mean time. + + +But now: work on these files. + + $ cd wiki/ + $ emacs Hurd/NextHurd.mdwn + $ # Check what you've done. + $ git diff Hurd/NextHurd.mdwn + $ git commit Hurd/NextHurd.mdwn + [...] + $ # Add a new file. + $ emacs Hurd/DesignGoals.mdwn + $ git add Hurd/DesignGoals.mdwn + $ git commit Hurd/DesignGoals.mdwn + [...] + $ [...] + +Remember that at this stage your commits have only been installed into your +personal working copy. You'll finally have to explicitly install your changes +into the master repository, see below. + + +You can also locally get the whole wiki rendered to html pages: + + $ wiki/render_locally + [...] + scanning HowToContributeToThisWiki.mdwn + rendering HowToContributeToThisWiki.mdwn + + Now open `wiki.rendered/index.html' to browse the wiki pages. + + +If you like what you've done, then it's now time to publish your changes. + +If you can push directly into the master repository this is really simple: + + $ git push + updating 'refs/heads/master' + from d83f93f34b69633ca1afb588001df7addd708faf + to c0b8171de9c69e029bf998aafd4682105c217eb8 + Generating pack... + [...] + Updating web pages. This may up to a few minutes at the utmost... + +If you can't do that, then first prepare to publish your changes: + + $ git-format-patch -M -B origin + 0001-Be-a-bit-more-expressive.patch + [...] + +See through the generated **.patch* files and simply delete those you don't +want to pulish. + +Finally, publish the good ones. If you have a local mail transfer agent +running, the following is all you have to do: + + $ git-send-email --to web-hurd@gnu.org *.patch + [...] + +If you don't have an mta running, you'll have to find another way: either post +the **.patch* files to <web-hurd@gnu.org> or upload them somewhere for us to +download them from. diff --git a/Hug/FOSDEM2006.mdwn b/Hug/FOSDEM2006.mdwn index e2a3654e..59410770 100644 --- a/Hug/FOSDEM2006.mdwn +++ b/Hug/FOSDEM2006.mdwn @@ -15,179 +15,179 @@ FOSDEM will take place on February 25th/26th at the Universit� Libre de Bruxel <th bgcolor="#99CCCC"><strong>Share room with us</strong></th> </tr> <tr> - <td><span style="background:"><font color="">Aurelien Jarno</font></span><a href="http://LOCATION/AurelienJarno">?</a></td> + <td>[[AurelienJarno]]</td> <td> yes </td> <td> Sat </td> <td> Sun </td> <td> probably </td> </tr> <tr> - <td><span style="background:"><font color="">Bas Wijnen</font></span><a href="http://LOCATION/BasWijnen">?</a></td> + <td>[[BasWijnen]]</td> <td> yes </td> <td> Fri </td> <td> Sun </td> <td> yes </td> </tr> <tr> - <td><span style="background:"><font color="">Christopher Bodenstein</font></span><a href="http://LOCATION/ChristopherBodenstein">?</a></td> + <td>[[ChristopherBodenstein]]</td> <td> yes </td> <td> N/A </td> <td> N/A </td> <td> no </td> </tr> <tr> - <td><span style="background:"><font color="">Gianluca Guida</font></span><a href="http://LOCATION/GianlucaGuida">?</a></td> + <td>[[GianlucaGuida]]</td> <td> yes </td> <td> Sat </td> <td> Mon </td> <td> yes </td> </tr> <tr> - <td><span style="background:"><font color="">Guillem Jover</font></span><a href="http://LOCATION/GuillemJover">?</a></td> + <td>[[GuillemJover]]</td> <td> yes </td> <td> Fri </td> <td> Sun </td> <td> yes </td> </tr> <tr> - <td><span style="background:"><font color="">Isabel Huenig</font></span><a href="http://LOCATION/IsabelHuenig">?</a></td> + <td>[[IsabelHuenig]]</td> <td> no </td> <td> N/A </td> <td> N/A </td> <td> N/A </td> </tr> <tr> - <td><span style="background:"><font color="">Jeroen Dekkers</font></span><a href="http://LOCATION/JeroenDekkers">?</a></td> + <td>[[JeroenDekkers]]</td> <td> yes </td> <td> ? </td> <td> ? </td> <td> no </td> </tr> <tr> - <td><span style="background:"><font color="">Johan Rydberg</font></span><a href="http://LOCATION/JohanRydberg">?</a></td> + <td>[[JohanRydberg]]</td> <td> no </td> <td> N/A </td> <td> N/A </td> <td> N/A </td> </tr> <tr> - <td><span style="background:"><font color="">Jordi Mallach</font></span><a href="http://LOCATION/JordiMallach">?</a></td> + <td>[[JordiMallach]]</td> <td> yes </td> <td> N/A </td> <td> N/A </td> <td> no </td> </tr> <tr> - <td><span style="background:"><font color="">Martin Michlmayr</font></span><a href="http://LOCATION/MartinMichlmayr">?</a></td> + <td>[[MartinMichlmayr]]</td> <td> yes </td> <td> Fri </td> <td> Sun </td> <td> yes </td> </tr> <tr> - <td><span style="background:"><font color="">Marco Gerards</font></span><a href="http://LOCATION/MarcoGerards">?</a></td> + <td>[[MarcoGerards]]</td> <td> yes </td> <td> Thu </td> <td> Sun </td> <td> yes </td> </tr> <tr> - <td><span style="background:"><font color="">Marcus Brinkmann</font></span><a href="http://LOCATION/MarcusBrinkmann">?</a></td> + <td>[[MarcusBrinkmann]]</td> <td> yes </td> <td> Fri </td> <td> Sun </td> <td> yes </td> </tr> <tr> - <td><span style="background:"><font color="">Matthieu Lemerre</font></span><a href="http://LOCATION/MatthieuLemerre">?</a></td> + <td>[[MatthieuLemerre]]</td> <td> probably not </td> <td> ? </td> <td> ? </td> <td> yes, if coming </td> </tr> <tr> - <td><span style="background:"><font color="">Michael Ablassmeier</font></span><a href="http://LOCATION/MichaelAblassmeier">?</a></td> + <td>[[MichaelAblassmeier]]</td> <td> probably not </td> <td> Fri </td> <td> Sun </td> <td> yes, if coming </td> </tr> <tr> - <td><span style="background:"><font color="">Michael Banck</font></span><a href="http://LOCATION/MichaelBanck">?</a></td> + <td>[[MichaelBanck]]</td> <td> yes </td> <td> Fri </td> <td> Sun </td> <td> yes </td> </tr> <tr> - <td><span style="background:"><font color="">Neal Walfield</font></span><a href="http://LOCATION/NealWalfield">?</a></td> + <td>[[NealWalfield]]</td> <td> yes </td> <td> Fri </td> <td> Sun </td> <td> yes </td> </tr> <tr> - <td><span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATION/OgnyanKulev">?</a></td> + <td>[[OgnyanKulev]]</td> <td> yes </td> <td> Thu </td> <td> Sun </td> <td> yes </td> </tr> <tr> - <td><span style="background:"><font color="">Peter De Schrijver</font></span><a href="http://LOCATION/PeterDeSchrijver">?</a></td> + <td>[[PeterDeSchrijver]]</td> <td> yes </td> <td> N/A </td> <td> N/A </td> <td> no </td> </tr> <tr> - <td><span style="background:"><font color="">Olaf Buddenhagen</font></span><a href="http://LOCATION/OlafBuddenhagen">?</a></td> + <td>[[OlafBuddenhagen]]</td> <td> yes </td> <td> Fri </td> <td> ? </td> <td> yes </td> </tr> <tr> - <td><span style="background:"><font color="">Robert Lemmen</font></span><a href="http://LOCATION/RobertLemmen">?</a></td> + <td>[[RobertLemmen]]</td> <td> no </td> <td> N/A </td> <td> N/A </td> <td> N/A </td> </tr> <tr> - <td><span style="background:"><font color="">Samuel Thibault</font></span><a href="http://LOCATION/SamuelThibault">?</a></td> + <td>[[SamuelThibault]]</td> <td> no </td> <td> N/A </td> <td> N/A </td> <td> N/A </td> </tr> <tr> - <td><span style="background:"><font color="">Soeren Schulze</font></span><a href="http://LOCATION/SoerenSchulze">?</a></td> + <td>[[SoerenSchulze]]</td> <td> no </td> <td> N/A </td> <td> N/A </td> <td> N/A </td> </tr> <tr> - <td><span style="background:"><font color="">Stefan Siegl</font></span><a href="http://LOCATION/StefanSiegl">?</a></td> + <td>[[StefanSiegl]]</td> <td> yes </td> <td> Thu </td> <td> Mon </td> <td> yes </td> </tr> <tr> - <td><span style="background:"><font color="">Thomas Schwinge</font></span><a href="http://LOCATION/ThomasSchwinge">?</a></td> + <td>[[ThomasSchwinge]]</td> <td> yes </td> <td> Thu </td> <td> Mon </td> <td> yes </td> </tr> <tr> - <td><span style="background:"><font color="">The Duck</font></span><a href="http://LOCATION/TheDuck">?</a></td> + <td>[[TheDuck]]</td> <td> yes </td> <td> Fri </td> <td> Sun </td> - <td> no (with <span style="background:"><font color="">Hurd Fr</font></span><a href="http://LOCATION/HurdFr">?</a>) </td> + <td> no (with [[HurdFr]]) </td> </tr> </table> diff --git a/Hug/FOSDEM2007.mdwn b/Hug/FOSDEM2007.mdwn index 7cc34f63..63dc057e 100644 --- a/Hug/FOSDEM2007.mdwn +++ b/Hug/FOSDEM2007.mdwn @@ -15,56 +15,56 @@ FOSDEM will take place on February 24th/25th at the Universit� Libre de Bruxel <th bgcolor="#99CCCC"><strong>Share room with us</strong></th> </tr> <tr> - <td><span style="background:"><font color="">Alfredo Beaumont</font></span><a href="http://LOCATION/AlfredoBeaumont">?</a></td> + <td>[[AlfredoBeaumont]]</td> <td> no </td> <td> n/a </td> <td> n/a </td> <td> n/a </td> </tr> <tr> - <td><span style="background:"><font color="">Andrew Resch</font></span><a href="http://LOCATION/AndrewResch">?</a></td> + <td>[[AndrewResch]]</td> <td> no </td> <td> n/a </td> <td> n/a </td> <td> n/a </td> </tr> <tr> - <td><span style="background:"><font color="">Ben Asselstine</font></span><a href="http://LOCATION/BenAsselstine">?</a></td> + <td>[[BenAsselstine]]</td> <td> no </td> <td> n/a </td> <td> n/a </td> <td> n/a </td> </tr> <tr> - <td><span style="background:"><font color="">Barry De Freese</font></span><a href="http://LOCATION/BarryDeFreese">?</a></td> + <td>[[BarryDeFreese]]</td> <td> undecided; help convince the boss </td> <td> ? </td> <td> ? </td> <td> ? </td> </tr> <tr> - <td><span style="background:"><font color="">Bas Wijnen</font></span><a href="http://LOCATION/BasWijnen">?</a></td> + <td>[[BasWijnen]]</td> <td> no </td> <td> n/a </td> <td> n/a </td> <td> n/a </td> </tr> <tr> - <td><span style="background:"><font color="">Christopher Bodenstein</font></span><a href="http://LOCATION/ChristopherBodenstein">?</a></td> + <td>[[ChristopherBodenstein]]</td> <td> ? </td> <td> ? </td> <td> ? </td> <td> ? </td> </tr> <tr> - <td><span style="background:"><font color="">Colin Leitner</font></span><a href="http://LOCATION/ColinLeitner">?</a> and<br />KaroRilling </td> + <td>[[ColinLeitner]] and<br />KaroRilling </td> <td> yes </td> <td> 2007-02-23<br />late </td> <td> 2007-02-26 </td> <th bgcolor="#99CCCC"><strong>yes<br />(two persons)</strong></th> </tr> <tr> - <td><span style="background:"><font color="">Cyril Brulebois</font></span><a href="http://LOCATION/CyrilBrulebois">?</a></td> + <td>[[CyrilBrulebois]]</td> <td> yes </td> <td> 2007-02-23<br />late </td> <td> ? </td> @@ -78,196 +78,196 @@ FOSDEM will take place on February 24th/25th at the Universit� Libre de Bruxel <td> n/a </td> </tr> <tr> - <td><span style="background:"><font color="">Gianluca Guida</font></span><a href="http://LOCATION/GianlucaGuida">?</a></td> + <td>[[GianlucaGuida]]</td> <td> no </td> <td> n/a </td> <td> n/a </td> <td> n/a </td> </tr> <tr> - <td><span style="background:"><font color="">Guillaume Libersat</font></span><a href="http://LOCATION/GuillaumeLibersat">?</a></td> + <td>[[GuillaumeLibersat]]</td> <td> yes </td> <td> ? </td> <td> ? </td> <td> no (<nop>HurdFR) </nop></td> </tr> <tr> - <td><span style="background:"><font color="">Guillem Jover</font></span><a href="http://LOCATION/GuillemJover">?</a></td> + <td>[[GuillemJover]]</td> <td> no </td> <td> n/a </td> <td> n/a </td> <td> n/a </td> </tr> <tr> - <td><span style="background:"><font color="">Jeroen Dekkers</font></span><a href="http://LOCATION/JeroenDekkers">?</a></td> + <td>[[JeroenDekkers]]</td> <td> yes </td> <td> 2007-02-22<br />15:30 </td> <td> 2007-02-26 </td> <th bgcolor="#99CCCC"><strong>yes</strong></th> </tr> <tr> - <td><span style="background:"><font color="">Johan Rydberg</font></span><a href="http://LOCATION/JohanRydberg">?</a></td> + <td>[[JohanRydberg]]</td> <td> no </td> <td> n/a </td> <td> n/a </td> <td> n/a </td> </tr> <tr> - <td><span style="background:"><font color="">Jordi Mallach</font></span><a href="http://LOCATION/JordiMallach">?</a></td> + <td>[[JordiMallach]]</td> <td> ? </td> <td> ? </td> <td> ? </td> <td> ? </td> </tr> <tr> - <td><span style="background:"><font color="">Marc Dequ�nes</font></span><a href="http://LOCATIONMain/TheDuck">?</a></td> + <td>[[Main/TheDuck]]</td> <td> yes </td> <td> 2007-02-23<br />late </td> <td> ? </td> <td> no (<nop>HurdFR) </nop></td> </tr> <tr> - <td><span style="background:"><font color="">Marc Poulhies</font></span><a href="http://LOCATION/MarcPoulhies">?</a></td> + <td>[[MarcPoulhies]]</td> <td> no </td> <td> n/a </td> <td> n/a </td> <td> n/a </td> </tr> <tr> - <td><span style="background:"><font color="">Marco Gerards</font></span><a href="http://LOCATION/MarcoGerards">?</a></td> + <td>[[MarcoGerards]]</td> <td> most probably not </td> <td> n/a </td> <td> n/a </td> <td> n/a </td> </tr> <tr> - <td><span style="background:"><font color="">Marcus Brinkmann</font></span><a href="http://LOCATION/MarcusBrinkmann">?</a></td> + <td>[[MarcusBrinkmann]]</td> <td> yes </td> <td> 2007-02-<strike>22</strike><b>23</b><br />12:38 </td> <td> 2007-02-<strike>26</strike><b>25</b><br />19:00 </td> <th bgcolor="#99CCCC"><strong>yes</strong></th> </tr> <tr> - <td><span style="background:"><font color="">Matthieu Lemerre</font></span><a href="http://LOCATION/MatthieuLemerre">?</a></td> + <td>[[MatthieuLemerre]]</td> <td> no </td> <td> n/a </td> <td> n/a </td> <td> n/a </td> </tr> <tr> - <td><span style="background:"><font color="">Manuel Menal</font></span><a href="http://LOCATION/ManuelMenal">?</a></td> + <td>[[ManuelMenal]]</td> <td> ? </td> <td> ? </td> <td> ? </td> <td> ? </td> </tr> <tr> - <td><span style="background:"><font color="">Michael Banck</font></span><a href="http://LOCATION/MichaelBanck">?</a></td> + <td>[[MichaelBanck]]</td> <td> yes </td> <td> 2007-02-22<br />12:10 </td> <td> 2007-02-26<br />11:05 </td> <th bgcolor="#99CCCC"><strong>yes</strong></th> </tr> <tr> - <td><span style="background:"><font color="">Neal Walfield</font></span><a href="http://LOCATION/NealWalfield">?</a></td> + <td>[[NealWalfield]]</td> <td> no </td> <td> n/a </td> <td> n/a </td> <td> n/a </td> </tr> <tr> - <td><span style="background:"><font color="">Nicolas Centa</font></span><a href="http://LOCATION/NicolasCenta">?</a></td> + <td>[[NicolasCenta]]</td> <td> yes </td> <td> ? </td> <td> ? </td> <td> no (<nop>HurdFR) </nop></td> </tr> <tr> - <td><span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATION/OgnyanKulev">?</a></td> + <td>[[OgnyanKulev]]</td> <td> no </td> <td> n/a </td> <td> n/a </td> <td> n/a </td> </tr> <tr> - <td><span style="background:"><font color="">Olaf Buddenhagen</font></span><a href="http://LOCATION/OlafBuddenhagen">?</a></td> + <td>[[OlafBuddenhagen]]</td> <td> yes </td> <td> probably 2007-02-22<br />14:32 </td> <td> 2007-02-26 </td> <th bgcolor="#99CCCC"><strong>yes</strong></th> </tr> <tr> - <td><span style="background:"><font color="">Peter De Schrijver</font></span><a href="http://LOCATION/PeterDeSchrijver">?</a></td> + <td>[[PeterDeSchrijver]]</td> <td> yes </td> <td> ? </td> <td> ? </td> <td> no </td> </tr> <tr> - <td><span style="background:"><font color="">Richard Braun</font></span><a href="http://LOCATION/RichardBraun">?</a></td> + <td>[[RichardBraun]]</td> <td> yes </td> <td> 2007-02-23<br />late </td> <td> ? </td> <td> no (<nop>HurdFR) </nop></td> </tr> <tr> - <td><span style="background:"><font color="">Roland Mc Grath</font></span><a href="http://LOCATION/RolandMcGrath">?</a></td> + <td>[[RolandMcGrath]]</td> <td> ? </td> <td> ? </td> <td> ? </td> <td> ? </td> </tr> <tr> - <td><span style="background:"><font color="">Samuel Thibault</font></span><a href="http://LOCATION/SamuelThibault">?</a></td> + <td>[[SamuelThibault]]</td> <td> yes </td> <td> 2007-02-24<br />10h17 </td> <td> 2007-02-25<br />19h43 </td> <th bgcolor="#99CCCC"><strong>yes</strong></th> </tr> <tr> - <td><span style="background:"><font color="">Soeren Schulze</font></span><a href="http://LOCATION/SoerenSchulze">?</a></td> + <td>[[SoerenSchulze]]</td> <td> yes </td> <td> 2007-02-23<br />20:03 </td> <td> 2007-02-25 </td> <th bgcolor="#99CCCC"><strong>yes</strong></th> </tr> <tr> - <td><span style="background:"><font color="">Stefan Siegl</font></span><a href="http://LOCATION/StefanSiegl">?</a></td> + <td>[[StefanSiegl]]</td> <td> yes </td> <td> 2007-02-22<br />12:10 </td> <td> 2007-02-26<br />11:05 </td> <th bgcolor="#99CCCC"><strong>yes</strong></th> </tr> <tr> - <td><span style="background:"><font color="">Thomas Bushnell</font></span><a href="http://LOCATION/ThomasBushnell">?</a></td> + <td>[[ThomasBushnell]]</td> <td> ? </td> <td> ? </td> <td> ? </td> <td> ? </td> </tr> <tr> - <td><span style="background:"><font color="">Thomas Schwinge</font></span><a href="http://LOCATION/ThomasSchwinge">?</a></td> + <td>[[ThomasSchwinge]]</td> <td> yes </td> <td> 2007-02-22<br />12:10 </td> <td> 2007-02-26<br />11:05 </td> <th bgcolor="#99CCCC"><strong>yes</strong></th> </tr> <tr> - <td><span style="background:"><font color="">Tim Retout</font></span><a href="http://LOCATION/TimRetout">?</a></td> + <td>[[TimRetout]]</td> <td> yes </td> <td> 2007-02-23<br />lunchtime </td> <td> 2007-02-25<br />evening </td> <td> no </td> </tr> <tr> - <td><span style="background:"><font color="">Tom Bachmann</font></span><a href="http://LOCATION/TomBachmann">?</a></td> + <td>[[TomBachmann]]</td> <td> no </td> <td> n/a </td> <td> n/a </td> <td> n/a </td> </tr> <tr> - <td><span style="background:"><font color="">Wouter Van Heyst</font></span><a href="http://LOCATION/WouterVanHeyst">?</a></td> + <td>[[WouterVanHeyst]]</td> <td> yes </td> <td> 2007-02-22<br />15:30 </td> <td> 2007-02-26 </td> diff --git a/Hug/LSM2006.mdwn b/Hug/LSM2006.mdwn index 08ef27f6..539df0a6 100644 --- a/Hug/LSM2006.mdwn +++ b/Hug/LSM2006.mdwn @@ -16,79 +16,79 @@ Dorms have to be reserved on <http://resa.rmll.info/> as soon as possible. <th bgcolor="#99CCCC"><strong>Return</strong></th> </tr> <tr> - <td><span style="background:"><font color="">Jeroen Dekkers</font></span><a href="http://LOCATION/JeroenDekkers">?</a></td> + <td>[[JeroenDekkers]]</td> <td> perhaps </td> <td> ? </td> <td> ? </td> </tr> <tr> - <td><span style="background:"><font color="">Manuel Menal</font></span><a href="http://LOCATION/ManuelMenal">?</a></td> + <td>[[ManuelMenal]]</td> <td> perhaps </td> <td> ? </td> <td> ? </td> </tr> <tr> - <td><span style="background:"><font color="">Marco Gerards</font></span><a href="http://LOCATION/MarcoGerards">?</a></td> + <td>[[MarcoGerards]]</td> <td> no </td> <td> n/a </td> <td> n/a </td> </tr> <tr> - <td><span style="background:"><font color="">Marcus Brinkmann</font></span><a href="http://LOCATION/MarcusBrinkmann">?</a></td> + <td>[[MarcusBrinkmann]]</td> <td> probably not </td> <td> n/a </td> <td> n/a </td> </tr> <tr> - <td><span style="background:"><font color="">Michael Banck</font></span><a href="http://LOCATION/MichaelBanck">?</a></td> + <td>[[MichaelBanck]]</td> <td> probably not </td> <td> n/a </td> <td> n/a </td> </tr> <tr> - <td><span style="background:"><font color="">Neal Walfield</font></span><a href="http://LOCATION/NealWalfield">?</a></td> + <td>[[NealWalfield]]</td> <td> perhaps </td> <td> ? </td> <td> ? </td> </tr> <tr> - <td><span style="background:"><font color="">Peter De Schrijver</font></span><a href="http://LOCATION/PeterDeSchrijver">?</a></td> + <td>[[PeterDeSchrijver]]</td> <td> no </td> <td> n/a </td> <td> n/a </td> </tr> <tr> - <td><span style="background:"><font color="">Olaf Buddenhagen</font></span><a href="http://LOCATION/OlafBuddenhagen">?</a></td> + <td>[[OlafBuddenhagen]]</td> <td> ? </td> <td> ? </td> <td> ? </td> </tr> <tr> - <td><span style="background:"><font color="">Samuel Thibault</font></span><a href="http://LOCATION/SamuelThibault">?</a></td> + <td>[[SamuelThibault]]</td> <td> yes </td> <td> ? </td> <td> ? </td> </tr> <tr> - <td><span style="background:"><font color="">Soeren Schulze</font></span><a href="http://LOCATION/SoerenSchulze">?</a></td> + <td>[[SoerenSchulze]]</td> <td> perhaps </td> <td> ? </td> <td> ? </td> </tr> <tr> - <td><span style="background:"><font color="">Stefan Siegl</font></span><a href="http://LOCATION/StefanSiegl">?</a></td> + <td>[[StefanSiegl]]</td> <td> no </td> <td> n/a </td> <td> n/a </td> </tr> <tr> - <td><span style="background:"><font color="">Thomas Schwinge</font></span><a href="http://LOCATION/ThomasSchwinge">?</a></td> + <td>[[ThomasSchwinge]]</td> <td> perhaps </td> <td> ? </td> <td> ? </td> </tr> <tr> - <td><span style="background:"><font color="">Yoshinori Okuji</font></span><a href="http://LOCATION/YoshinoriOkuji">?</a></td> + <td>[[YoshinoriOkuji]]</td> <td> perhaps </td> <td> ? </td> <td> ? </td> diff --git a/Hug/WebStatistics.mdwn b/Hug/WebStatistics.mdwn index b873183e..9069051e 100644 --- a/Hug/WebStatistics.mdwn +++ b/Hug/WebStatistics.mdwn @@ -28,15 +28,15 @@ <td align="right"> 88 </td> <td align="right"> 9 </td> <td align="right"> 0 </td> - <td> 40 <span style="background:"><font color="">FOSDEM 2006</font></span><a href="http://LOCATION/FOSDEM2006">?</a><br /> 35 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 3 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 2 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 2 <span style="background:"><font color="">Hurd Br</font></span><a href="http://LOCATION/HurdBr">?</a><br /> 1 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a><br /> 1 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 1 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 1 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 1 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 1 <span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a></td> - <td> 7 <span style="background:"><font color="">Michael Banck</font></span><a href="http://LOCATIONMain/MichaelBanck">?</a><br /> 1 <span style="background:"><font color="">Thomas Schwinge</font></span><a href="http://LOCATIONMain/ThomasSchwinge">?</a><br /> 1 <span style="background:"><font color="">Soeren Schulze</font></span><a href="http://LOCATIONMain/SoerenSchulze">?</a></td> + <td> 40 [[FOSDEM2006]]<br /> 35 [[WebHome]]<br /> 3 [[WebChanges]]<br /> 2 [[WebIndex]]<br /> 2 [[HurdBr]]<br /> 1 [[WebTopicList]]<br /> 1 [[WebStatistics]]<br /> 1 [[WebSearch]]<br /> 1 [[WebPreferences]]<br /> 1 [[WebNotify]]<br /> 1 [[WebDiscuss]]</td> + <td> 7 [[Main/MichaelBanck]]<br /> 1 [[Main/ThomasSchwinge]]<br /> 1 [[Main/SoerenSchulze]]</td> </tr> <tr> <td> Dec 2005 </td> <td align="right"> 86 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 69 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 5 <span style="background:"><font color="">Hurd Br</font></span><a href="http://LOCATION/HurdBr">?</a><br /> 3 <span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a><br /> 2 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 2 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 1 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a><br /> 1 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 1 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 1 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 1 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a></td> + <td> 69 [[WebHome]]<br /> 5 [[HurdBr]]<br /> 3 [[WebDiscuss]]<br /> 2 [[WebSearch]]<br /> 2 [[WebChanges]]<br /> 1 [[WebTopicList]]<br /> 1 [[WebStatistics]]<br /> 1 [[WebPreferences]]<br /> 1 [[WebNotify]]<br /> 1 [[WebIndex]]</td> <td> </td> </tr> <tr> @@ -44,7 +44,7 @@ <td align="right"> 105 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 78 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 6 <span style="background:"><font color="">Hurd Br</font></span><a href="http://LOCATION/HurdBr">?</a><br /> 4 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 3 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 3 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 3 <span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a><br /> 2 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a><br /> 2 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 2 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 2 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a></td> + <td> 78 [[WebHome]]<br /> 6 [[HurdBr]]<br /> 4 [[WebStatistics]]<br /> 3 [[WebSearch]]<br /> 3 [[WebPreferences]]<br /> 3 [[WebDiscuss]]<br /> 2 [[WebTopicList]]<br /> 2 [[WebNotify]]<br /> 2 [[WebIndex]]<br /> 2 [[WebChanges]]</td> <td> </td> </tr> <tr> @@ -52,7 +52,7 @@ <td align="right"> 54 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 51 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 1 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 1 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 1 <span style="background:"><font color="">Hurd Br</font></span><a href="http://LOCATION/HurdBr">?</a></td> + <td> 51 [[WebHome]]<br /> 1 [[WebSearch]]<br /> 1 [[WebChanges]]<br /> 1 [[HurdBr]]</td> <td> </td> </tr> <tr> @@ -60,23 +60,23 @@ <td align="right"> 147 </td> <td align="right"> 2 </td> <td align="right"> 0 </td> - <td> 94 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 9 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 6 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 6 <span style="background:"><font color="">Hurd Br</font></span><a href="http://LOCATION/HurdBr">?</a><br /> 5 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a><br /> 5 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 5 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 5 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 5 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 5 <span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a><br /> 2 <span style="background:"><font color="">Web Menu</font></span><a href="http://LOCATION/WebMenu">?</a></td> - <td> 1 <span style="background:"><font color="">Thomas Schwinge</font></span><a href="http://LOCATIONMain/ThomasSchwinge">?</a><br /> 1 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a></td> + <td> 94 [[WebHome]]<br /> 9 [[WebChanges]]<br /> 6 [[WebNotify]]<br /> 6 [[HurdBr]]<br /> 5 [[WebTopicList]]<br /> 5 [[WebStatistics]]<br /> 5 [[WebSearch]]<br /> 5 [[WebPreferences]]<br /> 5 [[WebIndex]]<br /> 5 [[WebDiscuss]]<br /> 2 [[WebMenu]]</td> + <td> 1 [[Main/ThomasSchwinge]]<br /> 1 [[Main/TWikiGuest]]</td> </tr> <tr> <td> Aug 2005 </td> <td align="right"> 113 </td> <td align="right"> 1 </td> <td align="right"> 0 </td> - <td> 78 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 10 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 5 <span style="background:"><font color="">Hurd Br</font></span><a href="http://LOCATION/HurdBr">?</a><br /> 4 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 3 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 3 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 3 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 3 <span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a><br /> 2 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a><br /> 2 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a></td> - <td> 1 <span style="background:"><font color="">Thomas Schwinge</font></span><a href="http://LOCATIONMain/ThomasSchwinge">?</a></td> + <td> 78 [[WebHome]]<br /> 10 [[WebChanges]]<br /> 5 [[HurdBr]]<br /> 4 [[WebNotify]]<br /> 3 [[WebSearch]]<br /> 3 [[WebPreferences]]<br /> 3 [[WebIndex]]<br /> 3 [[WebDiscuss]]<br /> 2 [[WebTopicList]]<br /> 2 [[WebStatistics]]</td> + <td> 1 [[Main/ThomasSchwinge]]</td> </tr> <tr> <td> Jul 2005 </td> <td align="right"> 88 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 84 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 3 <span style="background:"><font color="">Hurd Br</font></span><a href="http://LOCATION/HurdBr">?</a><br /> 1 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a></td> + <td> 84 [[WebHome]]<br /> 3 [[HurdBr]]<br /> 1 [[WebChanges]]</td> <td> </td> </tr> <tr> @@ -84,7 +84,7 @@ <td align="right"> 120 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 75 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 9 <span style="background:"><font color="">Hurd Br</font></span><a href="http://LOCATION/HurdBr">?</a><br /> 6 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 6 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 5 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 5 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 4 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 4 <span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a><br /> 3 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a><br /> 3 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a></td> + <td> 75 [[WebHome]]<br /> 9 [[HurdBr]]<br /> 6 [[WebStatistics]]<br /> 6 [[WebChanges]]<br /> 5 [[WebSearch]]<br /> 5 [[WebPreferences]]<br /> 4 [[WebIndex]]<br /> 4 [[WebDiscuss]]<br /> 3 [[WebTopicList]]<br /> 3 [[WebNotify]]</td> <td> </td> </tr> <tr> @@ -92,7 +92,7 @@ <td align="right"> 155 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 112 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 15 <span style="background:"><font color="">Hurd Br</font></span><a href="http://LOCATION/HurdBr">?</a><br /> 9 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 8 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 3 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 3 <span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a><br /> 2 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 1 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a><br /> 1 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 1 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a></td> + <td> 112 [[WebHome]]<br /> 15 [[HurdBr]]<br /> 9 [[WebChanges]]<br /> 8 [[WebSearch]]<br /> 3 [[WebIndex]]<br /> 3 [[WebDiscuss]]<br /> 2 [[WebStatistics]]<br /> 1 [[WebTopicList]]<br /> 1 [[WebPreferences]]<br /> 1 [[WebNotify]]</td> <td> </td> </tr> <tr> @@ -100,7 +100,7 @@ <td align="right"> 104 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 93 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 5 <span style="background:"><font color="">Hurd Br</font></span><a href="http://LOCATION/HurdBr">?</a><br /> 2 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 1 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 1 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 1 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 1 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a></td> + <td> 93 [[WebHome]]<br /> 5 [[HurdBr]]<br /> 2 [[WebChanges]]<br /> 1 [[WebStatistics]]<br /> 1 [[WebSearch]]<br /> 1 [[WebNotify]]<br /> 1 [[WebIndex]]</td> <td> </td> </tr> <tr> @@ -108,15 +108,15 @@ <td align="right"> 162 </td> <td align="right"> 1 </td> <td align="right"> 0 </td> - <td> 124 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 7 <span style="background:"><font color="">Hurd Br</font></span><a href="http://LOCATION/HurdBr">?</a><br /> 5 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 4 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a><br /> 4 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 4 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 4 <span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a><br /> 4 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 3 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 3 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a></td> - <td> 1 <span style="background:"><font color="">The Duck</font></span><a href="http://LOCATIONMain/TheDuck">?</a></td> + <td> 124 [[WebHome]]<br /> 7 [[HurdBr]]<br /> 5 [[WebSearch]]<br /> 4 [[WebTopicList]]<br /> 4 [[WebPreferences]]<br /> 4 [[WebIndex]]<br /> 4 [[WebDiscuss]]<br /> 4 [[WebChanges]]<br /> 3 [[WebStatistics]]<br /> 3 [[WebNotify]]</td> + <td> 1 [[Main/TheDuck]]</td> </tr> <tr> <td> Feb 2005 </td> <td align="right"> 112 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 99 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 8 <span style="background:"><font color="">Hurd Br</font></span><a href="http://LOCATION/HurdBr">?</a><br /> 2 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 2 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 1 <span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a></td> + <td> 99 [[WebHome]]<br /> 8 [[HurdBr]]<br /> 2 [[WebStatistics]]<br /> 2 [[WebIndex]]<br /> 1 [[WebDiscuss]]</td> <td> </td> </tr> <tr> @@ -124,7 +124,7 @@ <td align="right"> 553 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 219 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 71 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 47 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 47 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 45 <span style="background:"><font color="">Hurd Br</font></span><a href="http://LOCATION/HurdBr">?</a><br /> 41 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 23 <span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a><br /> 22 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 17 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a><br /> 17 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 4 <span style="background:"><font color="">Web Menu</font></span><a href="http://LOCATION/WebMenu">?</a></td> + <td> 219 [[WebHome]]<br /> 71 [[WebIndex]]<br /> 47 [[WebStatistics]]<br /> 47 [[WebSearch]]<br /> 45 [[HurdBr]]<br /> 41 [[WebChanges]]<br /> 23 [[WebDiscuss]]<br /> 22 [[WebNotify]]<br /> 17 [[WebTopicList]]<br /> 17 [[WebPreferences]]<br /> 4 [[WebMenu]]</td> <td> </td> </tr> <tr> @@ -132,7 +132,7 @@ <td align="right"> 526 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 226 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 54 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 51 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 50 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 48 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 35 <span style="background:"><font color="">Hurd Br</font></span><a href="http://LOCATION/HurdBr">?</a><br /> 17 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 17 <span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a><br /> 13 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a><br /> 12 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 3 <span style="background:"><font color="">Web Menu</font></span><a href="http://LOCATION/WebMenu">?</a></td> + <td> 226 [[WebHome]]<br /> 54 [[WebChanges]]<br /> 51 [[WebSearch]]<br /> 50 [[WebIndex]]<br /> 48 [[WebStatistics]]<br /> 35 [[HurdBr]]<br /> 17 [[WebNotify]]<br /> 17 [[WebDiscuss]]<br /> 13 [[WebTopicList]]<br /> 12 [[WebPreferences]]<br /> 3 [[WebMenu]]</td> <td> </td> </tr> <tr> @@ -140,23 +140,23 @@ <td align="right"> 455 </td> <td align="right"> 1 </td> <td align="right"> 0 </td> - <td> 177 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 61 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 47 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 36 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 35 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 29 <span style="background:"><font color="">Hurd Br</font></span><a href="http://LOCATION/HurdBr">?</a><br /> 20 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 18 <span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a><br /> 17 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a><br /> 13 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 2 <span style="background:"><font color="">Web Menu</font></span><a href="http://LOCATION/WebMenu">?</a></td> - <td> 1 <span style="background:"><font color="">Matteo Sacchi</font></span><a href="http://LOCATIONMain/MatteoSacchi">?</a></td> + <td> 177 [[WebHome]]<br /> 61 [[WebChanges]]<br /> 47 [[WebIndex]]<br /> 36 [[WebSearch]]<br /> 35 [[WebStatistics]]<br /> 29 [[HurdBr]]<br /> 20 [[WebNotify]]<br /> 18 [[WebDiscuss]]<br /> 17 [[WebTopicList]]<br /> 13 [[WebPreferences]]<br /> 2 [[WebMenu]]</td> + <td> 1 [[Main/MatteoSacchi]]</td> </tr> <tr> <td> Oct 2004 </td> <td align="right"> 463 </td> <td align="right"> 5 </td> <td align="right"> 0 </td> - <td> 208 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 42 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 41 <span style="background:"><font color="">Hurd Br</font></span><a href="http://LOCATION/HurdBr">?</a><br /> 34 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 34 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 24 <span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a><br /> 21 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 21 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 18 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a><br /> 16 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 4 <span style="background:"><font color="">Web Menu</font></span><a href="http://LOCATION/WebMenu">?</a></td> - <td> 4 <span style="background:"><font color="">Rafael K</font></span><a href="http://LOCATIONMain/RafaelK">?</a><br /> 1 <span style="background:"><font color="">Ivan Zenkov</font></span><a href="http://LOCATIONMain/IvanZenkov">?</a></td> + <td> 208 [[WebHome]]<br /> 42 [[WebIndex]]<br /> 41 [[HurdBr]]<br /> 34 [[WebStatistics]]<br /> 34 [[WebChanges]]<br /> 24 [[WebDiscuss]]<br /> 21 [[WebSearch]]<br /> 21 [[WebNotify]]<br /> 18 [[WebTopicList]]<br /> 16 [[WebPreferences]]<br /> 4 [[WebMenu]]</td> + <td> 4 [[Main/RafaelK]]<br /> 1 [[Main/IvanZenkov]]</td> </tr> <tr> <td> Sep 2004 </td> <td align="right"> 447 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 177 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 45 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 39 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 33 <span style="background:"><font color="">Hurd Br</font></span><a href="http://LOCATION/HurdBr">?</a><br /> 30 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 28 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 24 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a><br /> 24 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 23 <span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a><br /> 20 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 4 <span style="background:"><font color="">Web Menu</font></span><a href="http://LOCATION/WebMenu">?</a></td> + <td> 177 [[WebHome]]<br /> 45 [[WebChanges]]<br /> 39 [[WebSearch]]<br /> 33 [[HurdBr]]<br /> 30 [[WebIndex]]<br /> 28 [[WebStatistics]]<br /> 24 [[WebTopicList]]<br /> 24 [[WebNotify]]<br /> 23 [[WebDiscuss]]<br /> 20 [[WebPreferences]]<br /> 4 [[WebMenu]]</td> <td> </td> </tr> <tr> @@ -164,7 +164,7 @@ <td align="right"> 500 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 213 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 41 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 35 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 33 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 32 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 32 <span style="background:"><font color="">Hurd Br</font></span><a href="http://LOCATION/HurdBr">?</a><br /> 29 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 28 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 26 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a><br /> 26 <span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a><br /> 5 <span style="background:"><font color="">Web Menu</font></span><a href="http://LOCATION/WebMenu">?</a></td> + <td> 213 [[WebHome]]<br /> 41 [[WebChanges]]<br /> 35 [[WebIndex]]<br /> 33 [[WebStatistics]]<br /> 32 [[WebSearch]]<br /> 32 [[HurdBr]]<br /> 29 [[WebNotify]]<br /> 28 [[WebPreferences]]<br /> 26 [[WebTopicList]]<br /> 26 [[WebDiscuss]]<br /> 5 [[WebMenu]]</td> <td> </td> </tr> <tr> @@ -172,15 +172,15 @@ <td align="right"> 432 </td> <td align="right"> 1 </td> <td align="right"> 0 </td> - <td> 220 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 28 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 28 <span style="background:"><font color="">Hurd Br</font></span><a href="http://LOCATION/HurdBr">?</a><br /> 27 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 26 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 26 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 22 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 20 <span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a><br /> 19 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 11 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a><br /> 5 <span style="background:"><font color="">Web Menu</font></span><a href="http://LOCATION/WebMenu">?</a></td> - <td> 1 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a></td> + <td> 220 [[WebHome]]<br /> 28 [[WebStatistics]]<br /> 28 [[HurdBr]]<br /> 27 [[WebIndex]]<br /> 26 [[WebNotify]]<br /> 26 [[WebChanges]]<br /> 22 [[WebPreferences]]<br /> 20 [[WebDiscuss]]<br /> 19 [[WebSearch]]<br /> 11 [[WebTopicList]]<br /> 5 [[WebMenu]]</td> + <td> 1 [[Main/TWikiGuest]]</td> </tr> <tr> <td> Jun 2004 </td> <td align="right"> 281 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 129 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 21 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 21 <span style="background:"><font color="">Hurd Br</font></span><a href="http://LOCATION/HurdBr">?</a><br /> 19 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 18 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 16 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 14 <span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a><br /> 13 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 12 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 11 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a><br /> 2 <span style="background:"><font color="">Web Preferenc 1000es</font></span><a href="http://LOCATION/WebPreferenc1000es">?</a></td> + <td> 129 [[WebHome]]<br /> 21 [[WebChanges]]<br /> 21 [[HurdBr]]<br /> 19 [[WebIndex]]<br /> 18 [[WebStatistics]]<br /> 16 [[WebSearch]]<br /> 14 [[WebDiscuss]]<br /> 13 [[WebNotify]]<br /> 12 [[WebPreferences]]<br /> 11 [[WebTopicList]]<br /> 2 [[WebPreferenc1000es]]</td> <td> </td> </tr> <tr> @@ -188,7 +188,7 @@ <td align="right"> 294 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 142 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 24 <span style="background:"><font color="">Hurd Br</font></span><a href="http://LOCATION/HurdBr">?</a><br /> 20 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 20 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 17 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 17 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 16 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 15 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a><br /> 12 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 11 <span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a></td> + <td> 142 [[WebHome]]<br /> 24 [[HurdBr]]<br /> 20 [[WebIndex]]<br /> 20 [[WebChanges]]<br /> 17 [[WebStatistics]]<br /> 17 [[WebPreferences]]<br /> 16 [[WebSearch]]<br /> 15 [[WebTopicList]]<br /> 12 [[WebNotify]]<br /> 11 [[WebDiscuss]]</td> <td> </td> </tr> <tr> @@ -196,7 +196,7 @@ <td align="right"> 179 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 107 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 12 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 10 <span style="background:"><font color="">Hurd Br</font></span><a href="http://LOCATION/HurdBr">?</a><br /> 9 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 9 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 8 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 7 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a><br /> 6 <span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a><br /> 4 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 4 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 3 <span style="background:"><font color="">Web Menu</font></span><a href="http://LOCATION/WebMenu">?</a></td> + <td> 107 [[WebHome]]<br /> 12 [[WebIndex]]<br /> 10 [[HurdBr]]<br /> 9 [[WebStatistics]]<br /> 9 [[WebSearch]]<br /> 8 [[WebChanges]]<br /> 7 [[WebTopicList]]<br /> 6 [[WebDiscuss]]<br /> 4 [[WebPreferences]]<br /> 4 [[WebNotify]]<br /> 3 [[WebMenu]]</td> <td> </td> </tr> <tr> @@ -204,7 +204,7 @@ <td align="right"> 376 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 153 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 37 <span style="background:"><font color="">Hurd Br</font></span><a href="http://LOCATION/HurdBr">?</a><br /> 32 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 26 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 24 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a><br /> 24 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 23 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 22 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 21 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 11 <span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a><br /> 3 <span style="background:"><font color="">Web Menu</font></span><a href="http://LOCATION/WebMenu">?</a></td> + <td> 153 [[WebHome]]<br /> 37 [[HurdBr]]<br /> 32 [[WebChanges]]<br /> 26 [[WebIndex]]<br /> 24 [[WebTopicList]]<br /> 24 [[WebSearch]]<br /> 23 [[WebStatistics]]<br /> 22 [[WebNotify]]<br /> 21 [[WebPreferences]]<br /> 11 [[WebDiscuss]]<br /> 3 [[WebMenu]]</td> <td> </td> </tr> <tr> @@ -212,15 +212,15 @@ <td align="right"> 266 </td> <td align="right"> 10 </td> <td align="right"> 0 </td> - <td> 135 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 25 <span style="background:"><font color="">Hurd Br</font></span><a href="http://LOCATION/HurdBr">?</a><br /> 22 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 16 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 15 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 15 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 13 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a><br /> 10 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 7 <span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a><br /> 6 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 2 <span style="background:"><font color="">Web Menu</font></span><a href="http://LOCATION/WebMenu">?</a></td> - <td> 8 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a><br /> 1 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a><br /> 1 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a></td> + <td> 135 [[WebHome]]<br /> 25 [[HurdBr]]<br /> 22 [[WebIndex]]<br /> 16 [[WebSearch]]<br /> 15 [[WebPreferences]]<br /> 15 [[WebNotify]]<br /> 13 [[WebTopicList]]<br /> 10 [[WebStatistics]]<br /> 7 [[WebDiscuss]]<br /> 6 [[WebChanges]]<br /> 2 [[WebMenu]]</td> + <td> 8 [[Main/GrantBow]]<br /> 1 [[Main/TWikiGuest]]<br /> 1 [[Main/JoachimNilsson]]</td> </tr> <tr> <td> Jan 2004 </td> <td align="right"> 274 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 130 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 26 <span style="background:"><font color="">Hurd Br</font></span><a href="http://LOCATION/HurdBr">?</a><br /> 20 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 19 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a><br /> 18 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 16 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 15 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 13 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 11 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 6 <span style="background:"><font color="">Web Menu</font></span><a href="http://LOCATION/WebMenu">?</a></td> + <td> 130 [[WebHome]]<br /> 26 [[HurdBr]]<br /> 20 [[WebIndex]]<br /> 19 [[WebTopicList]]<br /> 18 [[WebNotify]]<br /> 16 [[WebPreferences]]<br /> 15 [[WebSearch]]<br /> 13 [[WebChanges]]<br /> 11 [[WebStatistics]]<br /> 6 [[WebMenu]]</td> <td> </td> </tr> <tr> @@ -228,7 +228,7 @@ <td align="right"> 249 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 135 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 25 <span style="background:"><font color="">Hurd Br</font></span><a href="http://LOCATION/HurdBr">?</a><br /> 17 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 13 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a><br /> 13 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 11 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 11 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 11 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 9 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 4 <span style="background:"><font color="">Web Menu</font></span><a href="http://LOCATION/WebMenu">?</a></td> + <td> 135 [[WebHome]]<br /> 25 [[HurdBr]]<br /> 17 [[WebIndex]]<br /> 13 [[WebTopicList]]<br /> 13 [[WebPreferences]]<br /> 11 [[WebStatistics]]<br /> 11 [[WebNotify]]<br /> 11 [[WebChanges]]<br /> 9 [[WebSearch]]<br /> 4 [[WebMenu]]</td> <td> </td> </tr> <tr> @@ -236,7 +236,7 @@ <td align="right"> 262 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 150 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 17 <span style="background:"><font color="">Hurd Br</font></span><a href="http://LOCATION/HurdBr">?</a><br /> 13 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 13 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 12 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a><br /> 12 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 12 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 12 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 11 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 7 <span style="background:"><font color="">Web Menu</font></span><a href="http://LOCATION/WebMenu">?</a><br /> 1 <span style="background:"><font color="">mail</font></span><a href="http://LOCATION/Mail">?</a></td> + <td> 150 [[WebHome]]<br /> 17 [[HurdBr]]<br /> 13 [[WebPreferences]]<br /> 13 [[WebNotify]]<br /> 12 [[WebTopicList]]<br /> 12 [[WebSearch]]<br /> 12 [[WebIndex]]<br /> 12 [[WebChanges]]<br /> 11 [[WebStatistics]]<br /> 7 [[WebMenu]]<br /> 1 [[Mail]]</td> <td> </td> </tr> <tr> @@ -244,7 +244,7 @@ <td align="right"> 229 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 111 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 33 <span style="background:"><font color="">Hurd Br</font></span><a href="http://LOCATION/HurdBr">?</a><br /> 15 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 13 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 12 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a><br /> 11 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 10 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 9 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 8 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 4 <span style="background:"><font color="">Web Menu</font></span><a href="http://LOCATION/WebMenu">?</a><br /> 1 <span style="background:"><font color="">mail</font></span><a href="http://LOCATION/Mail">?</a></td> + <td> 111 [[WebHome]]<br /> 33 [[HurdBr]]<br /> 15 [[WebIndex]]<br /> 13 [[WebChanges]]<br /> 12 [[WebTopicList]]<br /> 11 [[WebStatistics]]<br /> 10 [[WebSearch]]<br /> 9 [[WebPreferences]]<br /> 8 [[WebNotify]]<br /> 4 [[WebMenu]]<br /> 1 [[Mail]]</td> <td> </td> </tr> <tr> @@ -252,16 +252,16 @@ <td align="right"> 347 </td> <td align="right"> 3 </td> <td align="right"> 0 </td> - <td> 138 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 89 <span style="background:"><font color="">Hurd Br</font></span><a href="http://LOCATION/HurdBr">?</a><br /> 19 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 18 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 17 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 15 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 13 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a><br /> 13 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 13 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 8 <span style="background:"><font color="">Web Menu</font></span><a href="http://LOCATION/WebMenu">?</a><br /> 2 <span style="background:"><font color="">mai</font></span><a href="http://LOCATION/Mai">?</a></td> - <td> 2 <span style="background:"><font color="">Pietro Ferrari</font></span><a href="http://LOCATIONMain/PietroFerrari">?</a><br /> 1 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a></td> + <td> 138 [[WebHome]]<br /> 89 [[HurdBr]]<br /> 19 [[WebIndex]]<br /> 18 [[WebNotify]]<br /> 17 [[WebStatistics]]<br /> 15 [[WebChanges]]<br /> 13 [[WebTopicList]]<br /> 13 [[WebSearch]]<br /> 13 [[WebPreferences]]<br /> 8 [[WebMenu]]<br /> 2 [[Mai]]</td> + <td> 2 [[Main/PietroFerrari]]<br /> 1 [[Main/JoachimNilsson]]</td> </tr> <tr> <td> Aug 2003 </td> <td align="right"> 10 </td> <td align="right"> 1 </td> <td align="right"> 0 </td> - <td> 9 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 1 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a></td> - <td> 1 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a></td> + <td> 9 [[WebHome]]<br /> 1 [[WebIndex]]</td> + <td> 1 [[Main/JoachimNilsson]]</td> </tr> </table> diff --git a/Hurd/FunnyHurd/CrystalAwards.jpg b/Hurd/FunnyHurd/CrystalAwards.jpg Binary files differnew file mode 100644 index 00000000..2daac850 --- /dev/null +++ b/Hurd/FunnyHurd/CrystalAwards.jpg diff --git a/Hurd/FunnyHurd/HurdCarDeal.jpg b/Hurd/FunnyHurd/HurdCarDeal.jpg Binary files differnew file mode 100644 index 00000000..9f533384 --- /dev/null +++ b/Hurd/FunnyHurd/HurdCarDeal.jpg diff --git a/Hurd/FunnyHurd/HurdExchange.gif b/Hurd/FunnyHurd/HurdExchange.gif Binary files differnew file mode 100644 index 00000000..bbbb4844 --- /dev/null +++ b/Hurd/FunnyHurd/HurdExchange.gif diff --git a/Hurd/FunnyHurd/HurdLodge.jpg b/Hurd/FunnyHurd/HurdLodge.jpg Binary files differnew file mode 100644 index 00000000..d13562f5 --- /dev/null +++ b/Hurd/FunnyHurd/HurdLodge.jpg diff --git a/Hurd/FunnyHurd/HurdMagician.jpg b/Hurd/FunnyHurd/HurdMagician.jpg Binary files differnew file mode 100644 index 00000000..5ef6509a --- /dev/null +++ b/Hurd/FunnyHurd/HurdMagician.jpg diff --git a/Hurd/FunnyHurd/hurd-windows.gif b/Hurd/FunnyHurd/hurd-windows.gif Binary files differnew file mode 100644 index 00000000..5ca7dd74 --- /dev/null +++ b/Hurd/FunnyHurd/hurd-windows.gif diff --git a/Hurd/GNUHurdStatus.mdwn b/Hurd/GNUHurdStatus.mdwn index 44453b69..2414d25c 100644 --- a/Hurd/GNUHurdStatus.mdwn +++ b/Hurd/GNUHurdStatus.mdwn @@ -12,7 +12,7 @@ Two canonical status lists are available from the CVS archive: <dd> Introduction to GNU and the Hurd sent monthly to <nop>Help-Hurd@gnu.org. </nop></dd> </dl> -<div align="right"> Related: <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a>, <br /><span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a>, <span style="background:"><font color="">Who Runs GNU</font></span><a href="http://LOCATION/WhoRunsGNU">?</a>, <span style="background:"><font color="">Gnu Hurd Live Journal</font></span><a href="http://LOCATION/GnuHurdLiveJournal">?</a></div> +<div align="right"> Related: [[KnownHurdLimits]], <br />[[SeenHurd]], [[WhoRunsGNU]], [[GnuHurdLiveJournal]]</div> ---- diff --git a/Hurd/GrantBowHurdPage/diagram.png b/Hurd/GrantBowHurdPage/diagram.png Binary files differnew file mode 100644 index 00000000..c8b29047 --- /dev/null +++ b/Hurd/GrantBowHurdPage/diagram.png diff --git a/Hurd/GrantBowHurdPage/diagram.xcf b/Hurd/GrantBowHurdPage/diagram.xcf Binary files differnew file mode 100644 index 00000000..76396410 --- /dev/null +++ b/Hurd/GrantBowHurdPage/diagram.xcf diff --git a/Hurd/HurdOnL4/menu.lst b/Hurd/HurdOnL4/menu.lst new file mode 100644 index 00000000..3129ea74 --- /dev/null +++ b/Hurd/HurdOnL4/menu.lst @@ -0,0 +1,55 @@ +# menu for grub
+splashimage (hd0,0)/boot/grub/debian.xpm
+foreground bfbfe7
+background 3f3f7f
+ +timeout 30
+default 0 +
+title Debian Sid with Linux kernel 2.6.5
+root (hd0,1)
+kernel /vmlinuz root=/dev/hda2 vga=0x318
+
+title Debian Sid with old kernel
+root (hd0,1)
+kernel /vmlinuz.old root=/dev/hda2 vga=9
+
+title Microsoft Windows 2000
+rootnoverify (hd0,3)
+chainloader (hd0,3)+1
+
+title FreeDOS BETA 8.0
+root (hd0,0)
+chainloader +1
+
+title GNU Hurd on L4Ka Pistachio 0.4
+root (hd0,8)
+kernel /boot/laden -D
+module /boot/ia32-kernel
+module /libexec/l4/sigma0
+module /boot/wortel -D
+module /boot/physmem
+
+title Debian GNU/Hurd (gnumach)
+root (hd0,7)
+kernel /boot/kernel.gz root=device:hd0s8
+module /hurd/ext2fs.static --readonly \
+ --multiboot-command-line=${kernel-command-line} \
+ --host-priv-port=${host-port} \
+ --device-master-port=${device-port} \
+ --exec-server-task=${exec-task} \
+ -T typed ${root} $(task-create) $(task-resume)
+module /lib/ld.so.1 /hurd/exec $(exec-task=task-create)
+
+# title Debian GNU/Hurd (oskit-mach)
+# root (hd3,0)
+# kernel /boot/kernel-ide -- root=hd0s1
+# module /hurd/ext2fs.static --multiboot-command-line=${kernel-command-line} --host-priv-port=${host-port} --device-master-port=${device-port} --exec-server-task=${exec-task} -T device ${root-device} $(task-create) $(task-resume)
+# module /lib/ld.so.1 /hurd/exec $(exec-task=task-create)
+
+# title Debian GNU/Hurd (oskit-mach w/ remote debugging)
+# root (hd3,0)
+# kernel /boot/kernel-ide -d GDB_COM=1 BAUD=9600 -- root=hd0s1
+# module /hurd/ext2fs.static --multiboot-command-line=${kernel-command-line} --host-priv-port=${host-port} --device-master-port=${device-port} --exec-server-task=${exec-task} -T device ${root-device} $(task-create) $(task-resume)
+# module /lib/ld.so.1 /hurd/exec $(exec-task=task-create)
+
diff --git a/Hurd/HurdReleaseForm.mdwn b/Hurd/HurdReleaseForm.mdwn index f63796f0..f36cc29d 100644 --- a/Hurd/HurdReleaseForm.mdwn +++ b/Hurd/HurdReleaseForm.mdwn @@ -10,18 +10,18 @@ <td> Mediatype </td> <td> Radio </td> <td> 3 </td> - <td> Tarball, CD, <span style="background:"><font color="">Bochs Emulator</font></span><a href="http://LOCATIONDistrib/BochsEmulator">?</a></td> + <td> Tarball, CD, [[Distrib/BochsEmulator]]</td> <td> </td> </tr> <tr> - <td><span style="background:"><font color="">Release Date</font></span><a href="http://LOCATIONHurd/ReleaseDate">?</a></td> + <td>[[Hurd/ReleaseDate]]</td> <td> Text </td> <td> 8 </td> <td> yyyymmdd </td> <td> </td> </tr> <tr> - <td><span style="background:"><font color="">Release Notes</font></span><a href="http://LOCATIONHurd/ReleaseNotes">?</a></td> + <td>[[Hurd/ReleaseNotes]]</td> <td> Text </td> <td> 25 </td> <td> </td> diff --git a/Hurd/InstallNotes.mdwn b/Hurd/InstallNotes.mdwn index 1b6a89dd..a3fbc28e 100644 --- a/Hurd/InstallNotes.mdwn +++ b/Hurd/InstallNotes.mdwn @@ -261,10 +261,10 @@ The license for Neals work is under the [GNU GPL](http://web.walfield.org/papers There are currently issues to be resolved around this matter, as far as I understand at least. Until an agreement can be reached this text, and the unclear status of this topic, will remain. The suggestion is to do something like this: <dl> - <dt><span style="background:"><font color="">Install Guide</font></span><a href="http://LOCATION/InstallGuide">?</a></dt> + <dt>[[InstallGuide]]</dt> <dd> Neals Install Guide in its original form </dd> - <dt><span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a></dt> - <dd> Or <span style="background:"><font color="">Install Guide Errata</font></span><a href="http://LOCATION/InstallGuideErrata">?</a> with all user input and additions </dd> + <dt>[[InstallNotes]]</dt> + <dd> Or [[InstallGuideErrata]] with all user input and additions </dd> </dl> There are several obvious issues with this as I can see diff --git a/Hurd/JoachimNilssonHurdPage/patch_kit.jpg b/Hurd/JoachimNilssonHurdPage/patch_kit.jpg Binary files differnew file mode 100644 index 00000000..da5cc147 --- /dev/null +++ b/Hurd/JoachimNilssonHurdPage/patch_kit.jpg diff --git a/Hurd/KnownLimitForm.mdwn b/Hurd/KnownLimitForm.mdwn index e0db9cc4..7650171d 100644 --- a/Hurd/KnownLimitForm.mdwn +++ b/Hurd/KnownLimitForm.mdwn @@ -7,14 +7,14 @@ <th bgcolor="#99CCCC"><strong>Tooltip message</strong></th> </tr> <tr> - <td><span style="background:"><font color="">Lead Developer</font></span><a href="http://LOCATION/LeadDeveloper">?</a></td> + <td>[[LeadDeveloper]]</td> <td> Text </td> <td> 25 </td> <td> </td> <td> </td> </tr> <tr> - <td><span style="background:"><font color="">Needs Help</font></span><a href="http://LOCATION/NeedsHelp">?</a></td> + <td>[[NeedsHelp]]</td> <td> Radio </td> <td> 2 </td> <td> Yes, No </td> diff --git a/Hurd/PersonalHurdPages/index.php.mdwn b/Hurd/PersonalHurdPages/index.php.mdwn new file mode 100644 index 00000000..ff0a9c84 --- /dev/null +++ b/Hurd/PersonalHurdPages/index.php.mdwn @@ -0,0 +1,35 @@ +<div class="cabeza"> </div> +<div class="themenu"> + <p>Acerca de</p> + <p><a class="enlaces" href="recursos.php">Recursos</a></p> + <p><a class="enlaces" href="listas.php">Listas de correo</a></p> + <p><a class="enlaces" href="cvs.php">CVS</a></p> + <p><a class="enlaces" href="tutoriales.php">Tutoriales</a></p> + <p><a class="enlaces" href="bugzilla.php">Bugzilla</a></p> + <p><a class="enlaces" href="diario.php">Diario</a></p> +</div> +<div class="importantes"> +</div> +<div class="contenido"> + <p align="left">Autor: <b>Alejandro Sanchez Acosta</b></p> + <p align="left">You can contact with me sending a mail to the following mail address: <b>raciel at x0und punto net</b></p> + <p align="left">Here you can see a little summary about my diary:</p> + <p align="left"> On <b>20 July 2002</b> I send a mail to Gnome Hispano asking for resources to Mono Hispano foundation.</p> + <p align="left">On <b>21 July 2002</b> Alvaro del Castillo giveme some resources to Mono Hispano (mailing list, CVS..)</p> + <p align="left">On <b>22 July 2002</b> I send the first mail to the Mono Hispano List telling the objetives and the future of Mono Hispano</p> + <p align="left">On <b>25 July 2002</b> I start with some projects about documentation in Mono Hispano, a tutorial of C#, remoting, NET.</p> + <p align="left">On <b>5 August 2002</b> I translated the document about embedding mono runtime of Miguel de Icaza and Paulo Molaro.</p> + <p align="left">On <b>15 August 2002</b> I and Alvaro make the conference about Mono Hispano for IV Hispalinux.</p> + <p align="left">On <b>20 August 2002</b> I translated the document about unmanaged calls and P/Invoke of dietmar.</p> + <p align="left">On <b>25 August 2002</b> Ismael Olea give me CVS account to upload my articles ant tutorials to TLDP-es</p> + <p align="left">On <b>28 August 2002</b> I start preparing my exams and doing all the pending practices.</p> + <p align="left">On <b>7 September 2002</b> I talk with the kernelcoders author about the intent to mount an spanish comunity of kernel coders.</p> + <p align="left">On <b>9 September 2002</b> I ask for to create a mailing list about Hurd and the creation of Hurd Hispano in the spanish gnu group(www.es.gnu.org)</p> + <p align="left">On <b>13 September 2002</b> I finish translating a document about NET</p> + <p align="left">On <b>15 September 2002</b> I start documenting a little about garbage collector. </p> + <p> + </p> + <p> + </p> +</div> +<div class="w3c"><a href="http://validator.w3.org/check/referer"><img alt="Valid HTML 4.01!" border="0" height="31" src="http://www.w3.org/Icons/valid-html401" width="88" /></a></div> diff --git a/Hurd/PublicHurdBoxen.mdwn b/Hurd/PublicHurdBoxen.mdwn index 8a49f9e2..b4e4b4fe 100644 --- a/Hurd/PublicHurdBoxen.mdwn +++ b/Hurd/PublicHurdBoxen.mdwn @@ -12,7 +12,7 @@ Here are some Hurd boxes that users have made available to the public: </tr> <tr> <td> flubber.bddebian.com </td> - <td><span style="background:"><font color="">Barry De Freese</font></span><a href="http://LOCATION/BarryDeFreese">?</a></td> + <td>[[BarryDeFreese]]</td> <td> ssh </td> <td> 2250 </td> <td> Debian </td> @@ -21,7 +21,7 @@ Here are some Hurd boxes that users have made available to the public: </tr> <tr> <td> clubber.bddebian.com </td> - <td><span style="background:"><font color="">Barry De Freese</font></span><a href="http://LOCATION/BarryDeFreese">?</a></td> + <td>[[BarryDeFreese]]</td> <td> ssh </td> <td> 2251 </td> <td> Debian </td> @@ -30,7 +30,7 @@ Here are some Hurd boxes that users have made available to the public: </tr> <tr> <td> gnubber.bddebian.com </td> - <td><span style="background:"><font color="">Barry De Freese</font></span><a href="http://LOCATION/BarryDeFreese">?</a></td> + <td>[[BarryDeFreese]]</td> <td> ssh </td> <td> 2254 </td> <td> Debian </td> @@ -39,7 +39,7 @@ Here are some Hurd boxes that users have made available to the public: </tr> <tr> <td> hurd.nipl.net </td> - <td><span style="background:"><font color="">Alastair Poole</font></span><a href="http://LOCATION/AlastairPoole">?</a></td> + <td>[[AlastairPoole]]</td> <td> ssh </td> <td> 24 </td> <td> GNU </td> diff --git a/Hurd/RandomDevice/mbox.bz2 b/Hurd/RandomDevice/mbox.bz2 Binary files differnew file mode 100644 index 00000000..a9a4d4a6 --- /dev/null +++ b/Hurd/RandomDevice/mbox.bz2 diff --git a/Hurd/SeenHurd.mdwn b/Hurd/SeenHurd.mdwn index 0b2af1f3..9a67f136 100644 --- a/Hurd/SeenHurd.mdwn +++ b/Hurd/SeenHurd.mdwn @@ -7,25 +7,25 @@ ## <a name="Hurd_People_Sightings"> Hurd People Sightings </a> <dl> - <dt><span style="background:"><font color="">Mail Lists</font></span><a href="http://LOCATION/MailLists">?</a></dt> + <dt>[[MailLists]]</dt> <dd> Available mailing lists </dd> - <dt><span style="background:"><font color="">Hurd IRC</font></span><a href="http://LOCATION/HurdIRC">?</a></dt> + <dt>[[HurdIRC]]</dt> <dd> </dd> - <dt><span style="background:"><font color="">Who Runs GNU</font></span><a href="http://LOCATION/WhoRunsGNU">?</a></dt> + <dt>[[WhoRunsGNU]]</dt> <dd> </dd> - <dt><span style="background:"><font color="">Hurd Developers</font></span><a href="http://LOCATION/HurdDevelopers">?</a></dt> + <dt>[[HurdDevelopers]]</dt> <dd> Who's who? </dd> - <dt><span style="background:"><font color="">Personal Hurd Pages</font></span><a href="http://LOCATION/PersonalHurdPages">?</a></dt> + <dt>[[PersonalHurdPages]]</dt> <dd> Users with Hurd wiki pages </dd> - <dt><span style="background:"><font color="">User Groups</font></span><a href="http://LOCATION/UserGroups">?</a></dt> + <dt>[[UserGroups]]</dt> <dd> Canadian, French &amp; Russian </dd> - <dt><span style="background:"><font color="">Hurd Conferences</font></span><a href="http://LOCATION/HurdConferences">?</a></dt> + <dt>[[HurdConferences]]</dt> <dd> Meetings either directly held for the Hurd or with significant Hurd developer attendance. </dd> - <dt><span style="background:"><font color="">Gnu Hurd Orkut</font></span><a href="http://LOCATION/GnuHurdOrkut">?</a></dt> + <dt>[[GnuHurdOrkut]]</dt> <dd> online "community" of interest - 89 members and counting </dd> - <dt><span style="background:"><font color="">Gnu Hurd Live Journal</font></span><a href="http://LOCATION/GnuHurdLiveJournal">?</a></dt> + <dt>[[GnuHurdLiveJournal]]</dt> <dd> online community </dd> </dl> diff --git a/Hurd/SeenHurd/lmf10_1999.jpg b/Hurd/SeenHurd/lmf10_1999.jpg Binary files differnew file mode 100644 index 00000000..85332658 --- /dev/null +++ b/Hurd/SeenHurd/lmf10_1999.jpg diff --git a/Hurd/TWikiHostingStuff.mdwn b/Hurd/TWikiHostingStuff.mdwn index 857375d3..6fb2e9d7 100644 --- a/Hurd/TWikiHostingStuff.mdwn +++ b/Hurd/TWikiHostingStuff.mdwn @@ -15,9 +15,9 @@ For more useful variables see the %TWIKIWEB%.TWikiVariables page. <form action="%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/SearchResult"> <ul> - <li><input name="search" size="32" type="text" /> <input type="submit" value="Search" /> (More options in <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a>) </li> - <li><span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a>: Find out recent modifications to the %WIKITOOLNAME%.%WEB% web. </li> - <li><span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a>: Display all %WIKITOOLNAME%.%WEB% topics in alphabetical order. See also the faster <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a></li> + <li><input name="search" size="32" type="text" /> <input type="submit" value="Search" /> (More options in [[WebSearch]]) </li> + <li>[[WebChanges]]: Find out recent modifications to the %WIKITOOLNAME%.%WEB% web. </li> + <li>[[WebIndex]]: Display all %WIKITOOLNAME%.%WEB% topics in alphabetical order. See also the faster [[WebTopicList]]</li> <li> %NOTIFYTOPIC%: Subscribe to be automatically notified when something changes in the %WIKITOOLNAME%.%WEB% web. </li> <li> %STATISTICSTOPIC%: View access statistics of the %WIKITOOLNAME%.%WEB% web. </li> <li> %WEBPREFSTOPIC%: Preferences of the %WIKITOOLNAME%.%WEB% web. </li> diff --git a/Hurd/TranslatorPages.mdwn b/Hurd/TranslatorPages.mdwn index dd060456..a8e9b720 100644 --- a/Hurd/TranslatorPages.mdwn +++ b/Hurd/TranslatorPages.mdwn @@ -1,11 +1,11 @@ <dl> - <dt><span style="background:"><font color="">Neighbor Hurd</font></span><a href="http://LOCATION/NeighborHurd">?</a></dt> + <dt>[[NeighborHurd]]</dt> <dd> A concept possible with microkernels. </dd> - <dt><span style="background:"><font color="">Interactive Translators</font></span><a href="http://LOCATION/InteractiveTranslators">?</a></dt> + <dt>[[InteractiveTranslators]]</dt> <dd> Translators that interact with user </dd> - <dt><span style="background:"><font color="">Translator Examples</font></span><a href="http://LOCATION/TranslatorExamples">?</a></dt> + <dt>[[TranslatorExamples]]</dt> <dd> Examples of what you can do with translators </dd> - <dt><span style="background:"><font color="">Translator Wish List</font></span><a href="http://LOCATION/TranslatorWishList">?</a></dt> + <dt>[[TranslatorWishList]]</dt> <dd> Interesting file translator ideas </dd> </dl> diff --git a/Hurd/WebHome.mdwn b/Hurd/WebHome.mdwn index 6f756c7b..e19bb86c 100644 --- a/Hurd/WebHome.mdwn +++ b/Hurd/WebHome.mdwn @@ -19,35 +19,35 @@ For an introduction to this site, see <http://hurd.gnufans.org>. <p> </p> <dl> - <dt><span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a></dt> - <dd> Things <span style="background:"><font color="">To Do</font></span><a href="http://LOCATION/ToDo">?</a> before the next release </dd> - <dt><span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a></dt> - <dd> Limitations of the GNU operating system. Includes updates on the status of <span style="background:"><font color="">Random Device</font></span><a href="http://LOCATION/RandomDevice">?</a> (for ssh), <span style="background:"><font color="">Dhcp Client</font></span><a href="http://LOCATION/DhcpClient">?</a>, <span style="background:"><font color="">Ppp Daemon</font></span><a href="http://LOCATION/PppDaemon">?</a>, <span style="background:"><font color="">Hurd Console</font></span><a href="http://LOCATION/HurdConsole">?</a>, <span style="background:"><font color="">Ext Two Size</font></span><a href="http://LOCATION/ExtTwoSize">?</a>, other filesystems, etc. </dd> - <dt><span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a></dt> + <dt>[[GNUHurdStatus]]</dt> + <dd> Things [[ToDo]] before the next release </dd> + <dt>[[KnownHurdLimits]]</dt> + <dd> Limitations of the GNU operating system. Includes updates on the status of [[RandomDevice]] (for ssh), [[DhcpClient]], [[PppDaemon]], [[HurdConsole]], [[ExtTwoSize]], other filesystems, etc. </dd> + <dt>[[SeenHurd]]</dt> <dd> GNU/Hurd sightings. </dd> - <dt><span style="background:"><font color="">Translator Pages</font></span><a href="http://LOCATION/TranslatorPages">?</a></dt> + <dt>[[TranslatorPages]]</dt> <dd> What translators exist, info about them </dd> - <dt><span style="background:"><font color="">Frequently Asked Questions</font></span><a href="http://LOCATION/FrequentlyAskedQuestions">?</a></dt> + <dt>[[FrequentlyAskedQuestions]]</dt> <dd> For anything else you cannot find here. </dd> </dl> <p><nop></nop></p> <h3><a name="Introduction"> Introduction </a></h3> <p><a name="GnuHurd"></a></p> <dl> - <dt><span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a></dt> + <dt>[[TheGnuHurd]]</dt> <dd> About the GNU/Hurd System <a href="http://wiki.debian.org/TheHurd" target="_top">Debian Wiki about The Hurd</a>. </dd> - <dt><span style="background:"><font color="">Hurd Names</font></span><a href="http://LOCATION/HurdNames">?</a></dt> + <dt>[[HurdNames]]</dt> <dd> What does the HURD acronym stand for? </dd> <dt><a href="http://lists.debian.org/debian-hurd/2002/debian-hurd-200210/msg00035.html" target="_top">Welcome Note</a></dt> <dd> Formerly sent monthly to <a href="http://lists.debian.org/debian-hurd/" target="_top">debian-hurd@lists.debian.org</a> and <a href="http://mail.gnu.org/mailman/listinfo/help-hurd" target="_top">help-hurd@gnu.org</a></dd> <dt><a href="http://wiki.debian.org/TheHurd" target="_top">Debian Wiki: Hurd</a></dt> <dd> </dd> - <dt><span style="background:"><font color="">Funny Hurd</font></span><a href="http://LOCATION/FunnyHurd">?</a></dt> + <dt>[[FunnyHurd]]</dt> <dd> Logos, rumors and other funny unrelated stuff mentioning "Hurd" </dd> - <dt><span style="background:"><font color="">Shopping</font></span><a href="http://LOCATION/Shopping">?</a></dt> + <dt>[[Shopping]]</dt> <dd> Items that can be bought. </dd> - <dt><span style="background:"><font color="">Translation</font></span><a href="http://LOCATION/Translation">?</a></dt> + <dt>[[Translation]]</dt> <dd> Hurd translation and Hurd wiki page in different languages. </dd> <dt><a href="http://lists.gnu.org/archive/html/l4-hurd/2005-10/msg00718.html" target="_top">History 1997-2003</a></dt> <dd> Personal view of Marcus Brinkmann about Hurd development in 1997-2003. </dd> @@ -55,18 +55,18 @@ For an introduction to this site, see <http://hurd.gnufans.org>. <p><nop></nop></p> <h3><a name="Running_the_Hurd"> Running the Hurd </a></h3> <dl> - <dt><span style="background:"><font color="">Live CD</font></span><a href="http://LOCATION/LiveCD">?</a></dt> + <dt>[[LiveCD]]</dt> <dd> Enjoy a bootable Hurd from within CD (opt. HD or USB installation). </dd> - <dt><span style="background:"><font color="">QEMU</font></span><a href="http://LOCATION/QEMU">?</a></dt> - <dd> play downloaded <span style="background:"><font color="">Live Cd</font></span><a href="http://LOCATION/LiveCd">?</a> Isos without burn them (emulation). </dd> - <dt><span style="background:"><font color="">Flash Hurd</font></span><a href="http://LOCATION/FlashHurd">?</a></dt> + <dt>[[QEMU]]</dt> + <dd> play downloaded [[LiveCd]] Isos without burn them (emulation). </dd> + <dt>[[FlashHurd]]</dt> <dd> Bootable Hurd from within USB flash memory. </dd> - <dt><span style="background:"><font color="">Building Hurd</font></span><a href="http://LOCATION/BuildingHurd">?</a></dt> + <dt>[[BuildingHurd]]</dt> <dd> </dd> - <dt><span style="background:"><font color="">Public Hurd Boxen</font></span><a href="http://LOCATION/PublicHurdBoxen">?</a></dt> + <dt>[[PublicHurdBoxen]]</dt> <dd> Hurd boxes available to hack on. </dd> - <dt><span style="background:"><font color="">Subhurd Howto</font></span><a href="http://LOCATION/SubhurdHowto">?</a></dt> + <dt>[[SubhurdHowto]]</dt> <dd> </dd> </dl> @@ -75,15 +75,15 @@ For an introduction to this site, see <http://hurd.gnufans.org>. <p> </p> <dl> - <dt><span style="background:"><font color="">Hurd Console</font></span><a href="http://LOCATION/HurdConsole">?</a></dt> + <dt>[[HurdConsole]]</dt> <dd> How to set up the console. </dd> - <dt><span style="background:"><font color="">Xfree 86</font></span><a href="http://LOCATION/Xfree86">?</a></dt> + <dt>[[Xfree86]]</dt> <dd> Setting up X. </dd> - <dt><span style="background:"><font color="">Debian X</font></span><a href="http://LOCATION/DebianX">?</a></dt> + <dt>[[DebianX]]</dt> <dd> Setting up X in Debian. </dd> - <dt><span style="background:"><font color="">Debian Xorg</font></span><a href="http://LOCATION/DebianXorg">?</a></dt> + <dt>[[DebianXorg]]</dt> <dd> Settin up Xorg in Debian. </dd> - <dt><span style="background:"><font color="">GNUstep</font></span><a href="http://LOCATION/GNUstep">?</a></dt> + <dt>[[GNUstep]]</dt> <dd> Setting up GNUstep on Hurd. </dd> </dl><nop><h3><a name="Technical_References"> Technical References </a></h3> <p> @@ -93,26 +93,26 @@ For an introduction to this site, see <http://hurd.gnufans.org>. <li><a href="http://www.gnu.org/software/hurd/hurd-paper.html" target="_top">Towards a New Strategy of OS Design</a>: an architectural overview by Thomas Bushnell, BSG. Marcus Brinkmann <a href="http://lists.gnu.org/archive/html/l4-hurd/2005-10/msg00651.html" target="_top">revisited some parts of the paper</a> and Jonathan S. Shapiro <a href="http://lists.gnu.org/archive/html/l4-hurd/2005-10/msg00654.html" target="_top">has further comments</a></li> <li><a href="http://kilobug.free.fr/hurd/pres-en/slides/slides.html" target="_top">Presentation by Ga�l Le Mignot</a>: </li> <li><a href="http://www.pjbruin.dds.nl/hurd/" target="_top">Power PC port, using OSF Mach</a>: </li> - <li><span style="background:"><font color="">Distributed Servers</font></span><a href="http://LOCATION/DistributedServers">?</a>: Architecture made possible by the Hurd. </li> + <li>[[DistributedServers]]: Architecture made possible by the Hurd. </li> </ul> <p><nop></nop></p> <h3><a name="Developer_Notes"> Developer Notes </a></h3> <p> </p> <ul> - <li><span style="background:"><font color="">Cross Compiling</font></span><a href="http://LOCATION/CrossCompiling">?</a>. </li> - <li><span style="background:"><font color="">Hurd Specific Glibc Api</font></span><a href="http://LOCATION/HurdSpecificGlibcApi">?</a>: Functions in GLIBC for the Hurd. </li> - <li><span style="background:"><font color="">Debugging</font></span><a href="http://LOCATION/Debugging">?</a>. </li> - <li><span style="background:"><font color="">Xattr Hurd</font></span><a href="http://LOCATION/XattrHurd">?</a>: Setting translators under GNU/Linux </li> - <li><span style="background:"><font color="">ABITransition Status</font></span><a href="http://LOCATION/ABITransitionStatus">?</a>: Old info (early 2002) on the <abbrev title="Application Binary Interface">ABI</abbrev> transition </li> - <li><span style="background:"><font color="">Kernel Cousin Debian Hurd</font></span><a href="http://LOCATION/KernelCousinDebianHurd">?</a>: A defunct newsletter about Hurd development. </li> - <li><span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATIONMach/OskitMachStatusList">?</a>: Status and TODO information </li> + <li>[[CrossCompiling]]. </li> + <li>[[HurdSpecificGlibcApi]]: Functions in GLIBC for the Hurd. </li> + <li>[[Debugging]]. </li> + <li>[[XattrHurd]]: Setting translators under GNU/Linux </li> + <li>[[ABITransitionStatus]]: Old info (early 2002) on the <abbrev title="Application Binary Interface">ABI</abbrev> transition </li> + <li>[[KernelCousinDebianHurd]]: A defunct newsletter about Hurd development. </li> + <li>[[Mach/OskitMachStatusList]]: Status and TODO information </li> <li><a href="http://www.htu.tugraz.at/~past/hurd/global/" target="_top">Hurd Sourcecode Reference</a>: Searchable and browsable index of the code. </li> - <li><span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATIONMach/PortToL4">?</a>: Out-dated Wiki. </li> - <li><span style="background:"><font color="">Hurd On L 4</font></span><a href="http://LOCATION/HurdOnL4">?</a>: Work in process for <strong>new</strong> wiki. </li> - <li><span style="background:"><font color="">Qemu Image For L 4</font></span><a href="http://LOCATION/QemuImageForL4">?</a>: </li> - <li><span style="background:"><font color="">Subhurd Howto</font></span><a href="http://LOCATION/SubhurdHowto">?</a>: Using and a neighbour for testing and debugging. </li> - <li><span style="background:"><font color="">Serial Console</font></span><a href="http://LOCATION/SerialConsole">?</a>: Setting up a serial console. </li> + <li>[[Mach/PortToL4]]: Out-dated Wiki. </li> + <li>[[HurdOnL4]]: Work in process for <strong>new</strong> wiki. </li> + <li>[[QemuImageForL4]]: </li> + <li>[[SubhurdHowto]]: Using and a neighbour for testing and debugging. </li> + <li>[[SerialConsole]]: Setting up a serial console. </li> </ul> <p> </p> @@ -120,27 +120,27 @@ For an introduction to this site, see <http://hurd.gnufans.org>. <p> </p> <dl> - <dt><span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a></dt> - <dd> How to install the GNU system. <br /> For Further information, See the <span style="background:"><font color="">Distrib</font></span><a href="http://LOCATIONDistrib/WebHome">?</a> web. </dd> + <dt>[[InstallNotes]]</dt> + <dd> How to install the GNU system. <br /> For Further information, See the [[Distrib/WebHome]] web. </dd> </dl> <p> </p> <dl> <dt> Community &amp; People</dt> - <dd> Please see the <span style="background:"><font color="">Main</font></span><a href="http://LOCATIONMain/WebHome">?</a> web for registered users information and Hurd community resources. </dd> + <dd> Please see the [[Main/WebHome]] web for registered users information and Hurd community resources. </dd> </dl> - <p> See <span style="background:"><font color="">Hurd Donations</font></span><a href="http://LOCATION/HurdDonations">?</a> if you've got more money than hack time. </p> + <p> See [[HurdDonations]] if you've got more money than hack time. </p> <p> </p> <dl> <dt> Microkernel Systems</dt> - <dd> Please see the <span style="background:"><font color="">Mach</font></span><a href="http://LOCATIONMach/WebHome">?</a> web </dd> + <dd> Please see the [[Mach/WebHome]] web </dd> </dl> <p> </p> <dl> <dt> Developer Related</dt> - <dd> Please see above and the <span style="background:"><font color="">Distrib</font></span><a href="http://LOCATIONDistrib/WebHome">?</a> web </dd> + <dd> Please see above and the [[Distrib/WebHome]] web </dd> </dl> <p> </p></nop></td> @@ -151,18 +151,18 @@ For an introduction to this site, see <http://hurd.gnufans.org>. </p> <table border="1" cellpadding="1" cellspacing="0"> <tr> - <th bgcolor="#99CCCC"><strong>Hot Topics <font size="-1">(<span style="background:"><font color="">more</font></span><a href="http://LOCATION/WebStatistics">?</a>)</font></strong></th> + <th bgcolor="#99CCCC"><strong>Hot Topics <font size="-1">([[WebStatistics]])</font></strong></th> <th bgcolor="#99CCCC"><strong>Top Contributors</strong></th> </tr> </table> %INCLUDE{"WebStatistics" pattern=".*?\-\-statTopContributors\-\-\&gt;[^\|]+\|[^\|]+\|[^\|]+\|[^\|]+\|[^\|]+\|[^\|]+(\|[^\|]+\|[^\|]+\|).*"}% <p> - </p><input name="search" size="20" type="text" /> <input type="submit" value="Search %WEB%" /><br /><font size="-1">More search options in <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a></font><br /> + </p><input name="search" size="20" type="text" /> <input type="submit" value="Search %WEB%" /><br /><font size="-1">More search options in [[WebSearch]]</font><br /> <p> Currently, Web refers to the Hurd Web. </p> <p> </p> <ul> - <li><span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a> - alphabetical </li> - <li><span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a> - by modification time </li> - <li><span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a> - email alerts </li> + <li>[[WebIndex]] - alphabetical </li> + <li>[[WebChanges]] - by modification time </li> + <li>[[WebNotify]] - email alerts </li> </ul> <p> </p> @@ -176,17 +176,17 @@ For an introduction to this site, see <http://hurd.gnufans.org>. This site was [announced](http://mail.gnu.org/pipermail/bug-hurd/2002-May/008342.html) on May 12, 2002. The following are checkpoints for maintenance and administration: <dl> - <dt><span style="background:"><font color="">TWiki.TWiki Discuss</font></span><a href="http://LOCATIONTWiki/TWikiDiscuss">?</a></dt> + <dt>[[TWiki/TWikiDiscuss]]</dt> <dd> Maintenance topic for the Hurd Wiki as a whole. </dd> </dl> <dl> - <dt><span style="background:"><font color="">TWiki.Hurd Wiki Copyright Discuss</font></span><a href="http://LOCATIONTWiki/HurdWikiCopyrightDiscuss">?</a></dt> + <dt>[[TWiki/HurdWikiCopyrightDiscuss]]</dt> <dd> Copyright, licensing and legal discussion. </dd> - <dt><span style="background:"><font color="">TWiki.Hurd Wiki Move</font></span><a href="http://LOCATIONTWiki/HurdWikiMove">?</a></dt> + <dt>[[TWiki/HurdWikiMove]]</dt> <dd> We're looking for a more permanent host. </dd> - <dt><span style="background:"><font color="">Main.Hurd Gnu Fans Org Discuss</font></span><a href="http://LOCATIONMain/HurdGnuFansOrgDiscuss">?</a></dt> + <dt>[[Main/HurdGnuFansOrgDiscuss]]</dt> <dd> Topic about the <a href="http://hurd.gnunfans.org" target="_top">http://hurd.gnunfans.org</a> front HTML page. </dd> - <dt><span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a></dt> + <dt>[[WebPreferences]]</dt> <dd> For the admins only, personal settings on your home topic. </dd> </dl> diff --git a/Hurd/WebHome/hurd_sm_mf.png b/Hurd/WebHome/hurd_sm_mf.png Binary files differnew file mode 100644 index 00000000..26bb78b5 --- /dev/null +++ b/Hurd/WebHome/hurd_sm_mf.png diff --git a/Hurd/WebPreferences/logo.png b/Hurd/WebPreferences/logo.png Binary files differnew file mode 100644 index 00000000..a892b47d --- /dev/null +++ b/Hurd/WebPreferences/logo.png diff --git a/Hurd/WebStatistics.mdwn b/Hurd/WebStatistics.mdwn index ee674490..c4499e17 100644 --- a/Hurd/WebStatistics.mdwn +++ b/Hurd/WebStatistics.mdwn @@ -28,63 +28,63 @@ <td align="right"> 1461 </td> <td align="right"> 19 </td> <td align="right"> 0 </td> - <td> 217 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 51 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 49 <span style="background:"><font color="">Debian Xorg</font></span><a href="http://LOCATION/DebianXorg">?</a><br /> 43 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 41 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 38 <span style="background:"><font color="">Hurd Console</font></span><a href="http://LOCATION/HurdConsole">?</a><br /> 37 <span style="background:"><font color="">Live CD</font></span><a href="http://LOCATION/LiveCD">?</a><br /> 37 <span style="background:"><font color="">Hurd On L 4</font></span><a href="http://LOCATION/HurdOnL4">?</a><br /> 37 <span style="background:"><font color="">Frequently Asked Questions</font></span><a href="http://LOCATION/FrequentlyAskedQuestions">?</a><br /> 36 <span style="background:"><font color="">Qemu Image For L 4</font></span><a href="http://LOCATION/QemuImageForL4">?</a><br /> 35 <span style="background:"><font color="">GNUstep</font></span><a href="http://LOCATION/GNUstep">?</a></td> - <td> 9 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a><br /> 5 <span style="background:"><font color="">Michael Banck</font></span><a href="http://LOCATIONMain/MichaelBanck">?</a><br /> 5 <span style="background:"><font color="">Barry De Freese</font></span><a href="http://LOCATIONMain/BarryDeFreese">?</a></td> + <td> 217 [[WebHome]]<br /> 51 [[GNUHurdStatus]]<br /> 49 [[DebianXorg]]<br /> 43 [[KnownHurdLimits]]<br /> 41 [[SeenHurd]]<br /> 38 [[HurdConsole]]<br /> 37 [[LiveCD]]<br /> 37 [[HurdOnL4]]<br /> 37 [[FrequentlyAskedQuestions]]<br /> 36 [[QemuImageForL4]]<br /> 35 [[GNUstep]]</td> + <td> 9 [[Main/TWikiGuest]]<br /> 5 [[Main/MichaelBanck]]<br /> 5 [[Main/BarryDeFreese]]</td> </tr> <tr> <td> Feb 2006 </td> <td align="right"> 2053 </td> <td align="right"> 5 </td> <td align="right"> 0 </td> - <td> 535 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 131 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 119 <span style="background:"><font color="">Hurd On L 4</font></span><a href="http://LOCATION/HurdOnL4">?</a><br /> 90 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 87 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 77 <span style="background:"><font color="">Qemu Image For L 4</font></span><a href="http://LOCATION/QemuImageForL4">?</a><br /> 71 <span style="background:"><font color="">Frequently Asked Questions</font></span><a href="http://LOCATION/FrequentlyAskedQuestions">?</a><br /> 63 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 62 <span style="background:"><font color="">Live CD</font></span><a href="http://LOCATION/LiveCD">?</a><br /> 49 <span style="background:"><font color="">Mail Lists</font></span><a href="http://LOCATION/MailLists">?</a><br /> 45 <span style="background:"><font color="">To Do</font></span><a href="http://LOCATION/ToDo">?</a></td> - <td> 3 <span style="background:"><font color="">Aaron Hawley</font></span><a href="http://LOCATIONMain/AaronHawley">?</a><br /> 2 <span style="background:"><font color="">Barry De Freese</font></span><a href="http://LOCATIONMain/BarryDeFreese">?</a></td> + <td> 535 [[WebHome]]<br /> 131 [[GNUHurdStatus]]<br /> 119 [[HurdOnL4]]<br /> 90 [[SeenHurd]]<br /> 87 [[KnownHurdLimits]]<br /> 77 [[QemuImageForL4]]<br /> 71 [[FrequentlyAskedQuestions]]<br /> 63 [[TheGnuHurd]]<br /> 62 [[LiveCD]]<br /> 49 [[MailLists]]<br /> 45 [[ToDo]]</td> + <td> 3 [[Main/AaronHawley]]<br /> 2 [[Main/BarryDeFreese]]</td> </tr> <tr> <td> Jan 2006 </td> <td align="right"> 3263 </td> <td align="right"> 21 </td> <td align="right"> 0 </td> - <td> 924 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 275 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 174 <span style="background:"><font color="">Hurd On L 4</font></span><a href="http://LOCATION/HurdOnL4">?</a><br /> 170 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 149 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 144 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 119 <span style="background:"><font color="">Frequently Asked Questions</font></span><a href="http://LOCATION/FrequentlyAskedQuestions">?</a><br /> 98 <span style="background:"><font color="">Qemu Image For L 4</font></span><a href="http://LOCATION/QemuImageForL4">?</a><br /> 98 <span style="background:"><font color="">Live CD</font></span><a href="http://LOCATION/LiveCD">?</a><br /> 72 <span style="background:"><font color="">Translator Wish List</font></span><a href="http://LOCATION/TranslatorWishList">?</a><br /> 65 <span style="background:"><font color="">Translator Pages</font></span><a href="http://LOCATION/TranslatorPages">?</a></td> - <td> 15 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a><br /> 3 <span style="background:"><font color="">Michael Banck</font></span><a href="http://LOCATIONMain/MichaelBanck">?</a><br /> 2 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 1 <span style="background:"><font color="">Ben Asselstine</font></span><a href="http://LOCATIONMain/BenAsselstine">?</a></td> + <td> 924 [[WebHome]]<br /> 275 [[GNUHurdStatus]]<br /> 174 [[HurdOnL4]]<br /> 170 [[KnownHurdLimits]]<br /> 149 [[TheGnuHurd]]<br /> 144 [[SeenHurd]]<br /> 119 [[FrequentlyAskedQuestions]]<br /> 98 [[QemuImageForL4]]<br /> 98 [[LiveCD]]<br /> 72 [[TranslatorWishList]]<br /> 65 [[TranslatorPages]]</td> + <td> 15 [[Main/TWikiGuest]]<br /> 3 [[Main/MichaelBanck]]<br /> 2 [[Main/OgnyanKulev]]<br /> 1 [[Main/BenAsselstine]]</td> </tr> <tr> <td> Dec 2005 </td> <td align="right"> 2192 </td> <td align="right"> 5 </td> <td align="right"> 0 </td> - <td> 543 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 149 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 103 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 96 <span style="background:"><font color="">Frequently Asked Questions</font></span><a href="http://LOCATION/FrequentlyAskedQuestions">?</a><br /> 95 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 92 <span style="background:"><font color="">Translator Wish List</font></span><a href="http://LOCATION/TranslatorWishList">?</a><br /> 84 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 75 <span style="background:"><font color="">Qemu Image For L 4</font></span><a href="http://LOCATION/QemuImageForL4">?</a><br /> 73 <span style="background:"><font color="">Live CD</font></span><a href="http://LOCATION/LiveCD">?</a><br /> 73 <span style="background:"><font color="">Hurd On L 4</font></span><a href="http://LOCATION/HurdOnL4">?</a><br /> 46 <span style="background:"><font color="">Translator Pages</font></span><a href="http://LOCATION/TranslatorPages">?</a></td> - <td> 5 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a></td> + <td> 543 [[WebHome]]<br /> 149 [[GNUHurdStatus]]<br /> 103 [[KnownHurdLimits]]<br /> 96 [[FrequentlyAskedQuestions]]<br /> 95 [[SeenHurd]]<br /> 92 [[TranslatorWishList]]<br /> 84 [[TheGnuHurd]]<br /> 75 [[QemuImageForL4]]<br /> 73 [[LiveCD]]<br /> 73 [[HurdOnL4]]<br /> 46 [[TranslatorPages]]</td> + <td> 5 [[Main/TWikiGuest]]</td> </tr> <tr> <td> Nov 2005 </td> <td align="right"> 2746 </td> <td align="right"> 52 </td> <td align="right"> 0 </td> - <td> 670 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 185 <span style="background:"><font color="">Translator Wish List</font></span><a href="http://LOCATION/TranslatorWishList">?</a><br /> 147 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 140 <span style="background:"><font color="">Hurd On L 4</font></span><a href="http://LOCATION/HurdOnL4">?</a><br /> 132 <span style="background:"><font color="">Qemu Image For L 4</font></span><a href="http://LOCATION/QemuImageForL4">?</a><br /> 132 <span style="background:"><font color="">Live CD</font></span><a href="http://LOCATION/LiveCD">?</a><br /> 113 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 111 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 99 <span style="background:"><font color="">Frequently Asked Questions</font></span><a href="http://LOCATION/FrequentlyAskedQuestions">?</a><br /> 67 <span style="background:"><font color="">Translator Pages</font></span><a href="http://LOCATION/TranslatorPages">?</a><br /> 65 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a></td> - <td> 48 <span style="background:"><font color="">Pedro Macanas</font></span><a href="http://LOCATIONMain/PedroMacanas">?</a><br /> 3 <span style="background:"><font color="">Michael Banck</font></span><a href="http://LOCATIONMain/MichaelBanck">?</a><br /> 1 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a></td> + <td> 670 [[WebHome]]<br /> 185 [[TranslatorWishList]]<br /> 147 [[GNUHurdStatus]]<br /> 140 [[HurdOnL4]]<br /> 132 [[QemuImageForL4]]<br /> 132 [[LiveCD]]<br /> 113 [[KnownHurdLimits]]<br /> 111 [[SeenHurd]]<br /> 99 [[FrequentlyAskedQuestions]]<br /> 67 [[TranslatorPages]]<br /> 65 [[TheGnuHurd]]</td> + <td> 48 [[Main/PedroMacanas]]<br /> 3 [[Main/MichaelBanck]]<br /> 1 [[Main/OgnyanKulev]]</td> </tr> <tr> <td> Oct 2005 </td> <td align="right"> 2242 </td> <td align="right"> 5 </td> <td align="right"> 0 </td> - <td> 599 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 227 <span style="background:"><font color="">Translator Wish List</font></span><a href="http://LOCATION/TranslatorWishList">?</a><br /> 150 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 121 <span style="background:"><font color="">Hurd On L 4</font></span><a href="http://LOCATION/HurdOnL4">?</a><br /> 115 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 110 <span style="background:"><font color="">Qemu Image For L 4</font></span><a href="http://LOCATION/QemuImageForL4">?</a><br /> 97 <span style="background:"><font color="">Live CD</font></span><a href="http://LOCATION/LiveCD">?</a><br /> 81 <span style="background:"><font color="">Frequently Asked Questions</font></span><a href="http://LOCATION/FrequentlyAskedQuestions">?</a><br /> 79 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 76 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 52 <span style="background:"><font color="">Translator Pages</font></span><a href="http://LOCATION/TranslatorPages">?</a></td> - <td> 3 <span style="background:"><font color="">Thomas Schwinge</font></span><a href="http://LOCATIONMain/ThomasSchwinge">?</a><br /> 2 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a></td> + <td> 599 [[WebHome]]<br /> 227 [[TranslatorWishList]]<br /> 150 [[GNUHurdStatus]]<br /> 121 [[HurdOnL4]]<br /> 115 [[KnownHurdLimits]]<br /> 110 [[QemuImageForL4]]<br /> 97 [[LiveCD]]<br /> 81 [[FrequentlyAskedQuestions]]<br /> 79 [[TheGnuHurd]]<br /> 76 [[SeenHurd]]<br /> 52 [[TranslatorPages]]</td> + <td> 3 [[Main/ThomasSchwinge]]<br /> 2 [[Main/TWikiGuest]]</td> </tr> <tr> <td> Sep 2005 </td> <td align="right"> 4318 </td> <td align="right"> 3 </td> <td align="right"> 0 </td> - <td> 1698 <span style="background:"><font color="">Translator Wish List</font></span><a href="http://LOCATION/TranslatorWishList">?</a><br /> 599 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 199 <span style="background:"><font color="">Hurd On L 4</font></span><a href="http://LOCATION/HurdOnL4">?</a><br /> 164 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 139 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 136 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 128 <span style="background:"><font color="">Live CD</font></span><a href="http://LOCATION/LiveCD">?</a><br /> 115 <span style="background:"><font color="">Qemu Image For L 4</font></span><a href="http://LOCATION/QemuImageForL4">?</a><br /> 97 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 91 <span style="background:"><font color="">Frequently Asked Questions</font></span><a href="http://LOCATION/FrequentlyAskedQuestions">?</a><br /> 62 <span style="background:"><font color="">Translator Pages</font></span><a href="http://LOCATION/TranslatorPages">?</a></td> - <td> 2 <span style="background:"><font color="">Thadeu Cascardo</font></span><a href="http://LOCATIONMain/ThadeuCascardo">?</a><br /> 1 <span style="background:"><font color="">Thomas Schwinge</font></span><a href="http://LOCATIONMain/ThomasSchwinge">?</a></td> + <td> 1698 [[TranslatorWishList]]<br /> 599 [[WebHome]]<br /> 199 [[HurdOnL4]]<br /> 164 [[GNUHurdStatus]]<br /> 139 [[SeenHurd]]<br /> 136 [[KnownHurdLimits]]<br /> 128 [[LiveCD]]<br /> 115 [[QemuImageForL4]]<br /> 97 [[TheGnuHurd]]<br /> 91 [[FrequentlyAskedQuestions]]<br /> 62 [[TranslatorPages]]</td> + <td> 2 [[Main/ThadeuCascardo]]<br /> 1 [[Main/ThomasSchwinge]]</td> </tr> <tr> <td> Aug 2005 </td> <td align="right"> 2650 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 633 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 173 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 162 <span style="background:"><font color="">Qemu Image For L 4</font></span><a href="http://LOCATION/QemuImageForL4">?</a><br /> 154 <span style="background:"><font color="">Hurd On L 4</font></span><a href="http://LOCATION/HurdOnL4">?</a><br /> 142 <span style="background:"><font color="">Live CD</font></span><a href="http://LOCATION/LiveCD">?</a><br /> 137 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 123 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 96 <span style="background:"><font color="">Frequently Asked Questions</font></span><a href="http://LOCATION/FrequentlyAskedQuestions">?</a><br /> 73 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 66 <span style="background:"><font color="">Translator Pages</font></span><a href="http://LOCATION/TranslatorPages">?</a><br /> 54 <span style="background:"><font color="">Random Device</font></span><a href="http://LOCATION/RandomDevice">?</a></td> + <td> 633 [[WebHome]]<br /> 173 [[GNUHurdStatus]]<br /> 162 [[QemuImageForL4]]<br /> 154 [[HurdOnL4]]<br /> 142 [[LiveCD]]<br /> 137 [[KnownHurdLimits]]<br /> 123 [[SeenHurd]]<br /> 96 [[FrequentlyAskedQuestions]]<br /> 73 [[TheGnuHurd]]<br /> 66 [[TranslatorPages]]<br /> 54 [[RandomDevice]]</td> <td> </td> </tr> <tr> @@ -92,312 +92,312 @@ <td align="right"> 2931 </td> <td align="right"> 2 </td> <td align="right"> 0 </td> - <td> 981 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 192 <span style="background:"><font color="">Qemu Image For L 4</font></span><a href="http://LOCATION/QemuImageForL4">?</a><br /> 162 <span style="background:"><font color="">Live CD</font></span><a href="http://LOCATION/LiveCD">?</a><br /> 153 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 144 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 119 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 117 <span style="background:"><font color="">Frequently Asked Questions</font></span><a href="http://LOCATION/FrequentlyAskedQuestions">?</a><br /> 114 <span style="background:"><font color="">Hurd On L 4</font></span><a href="http://LOCATION/HurdOnL4">?</a><br /> 73 <span style="background:"><font color="">Hurd Console</font></span><a href="http://LOCATION/HurdConsole">?</a><br /> 70 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 62 <span style="background:"><font color="">Translator Pages</font></span><a href="http://LOCATION/TranslatorPages">?</a></td> - <td> 2 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a></td> + <td> 981 [[WebHome]]<br /> 192 [[QemuImageForL4]]<br /> 162 [[LiveCD]]<br /> 153 [[KnownHurdLimits]]<br /> 144 [[GNUHurdStatus]]<br /> 119 [[SeenHurd]]<br /> 117 [[FrequentlyAskedQuestions]]<br /> 114 [[HurdOnL4]]<br /> 73 [[HurdConsole]]<br /> 70 [[TheGnuHurd]]<br /> 62 [[TranslatorPages]]</td> + <td> 2 [[Main/TWikiGuest]]</td> </tr> <tr> <td> Jun 2005 </td> <td align="right"> 2929 </td> <td align="right"> 1 </td> <td align="right"> 0 </td> - <td> 652 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 184 <span style="background:"><font color="">Live CD</font></span><a href="http://LOCATION/LiveCD">?</a><br /> 182 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 167 <span style="background:"><font color="">Hurd On L 4</font></span><a href="http://LOCATION/HurdOnL4">?</a><br /> 158 <span style="background:"><font color="">Qemu Image For L 4</font></span><a href="http://LOCATION/QemuImageForL4">?</a><br /> 153 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 131 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 93 <span style="background:"><font color="">Frequently Asked Questions</font></span><a href="http://LOCATION/FrequentlyAskedQuestions">?</a><br /> 89 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 67 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 55 <span style="background:"><font color="">Hurd Console</font></span><a href="http://LOCATION/HurdConsole">?</a></td> - <td> 1 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a></td> + <td> 652 [[WebHome]]<br /> 184 [[LiveCD]]<br /> 182 [[GNUHurdStatus]]<br /> 167 [[HurdOnL4]]<br /> 158 [[QemuImageForL4]]<br /> 153 [[KnownHurdLimits]]<br /> 131 [[SeenHurd]]<br /> 93 [[FrequentlyAskedQuestions]]<br /> 89 [[TheGnuHurd]]<br /> 67 [[WebChanges]]<br /> 55 [[HurdConsole]]</td> + <td> 1 [[Main/TWikiGuest]]</td> </tr> <tr> <td> May 2005 </td> <td align="right"> 3223 </td> <td align="right"> 4 </td> <td align="right"> 0 </td> - <td> 850 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 308 <span style="background:"><font color="">Qemu Image For L 4</font></span><a href="http://LOCATION/QemuImageForL4">?</a><br /> 210 <span style="background:"><font color="">Live CD</font></span><a href="http://LOCATION/LiveCD">?</a><br /> 189 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 157 <span style="background:"><font color="">Hurd On L 4</font></span><a href="http://LOCATION/HurdOnL4">?</a><br /> 138 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 131 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 112 <span style="background:"><font color="">Frequently Asked Questions</font></span><a href="http://LOCATION/FrequentlyAskedQuestions">?</a><br /> 101 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 86 <span style="background:"><font color="">Hurd Console</font></span><a href="http://LOCATION/HurdConsole">?</a><br /> 76 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a></td> - <td> 2 <span style="background:"><font color="">Matteo Settenvini</font></span><a href="http://LOCATIONMain/MatteoSettenvini">?</a><br /> 1 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a><br /> 1 <span style="background:"><font color="">Andrew Resch</font></span><a href="http://LOCATIONMain/AndrewResch">?</a></td> + <td> 850 [[WebHome]]<br /> 308 [[QemuImageForL4]]<br /> 210 [[LiveCD]]<br /> 189 [[GNUHurdStatus]]<br /> 157 [[HurdOnL4]]<br /> 138 [[KnownHurdLimits]]<br /> 131 [[SeenHurd]]<br /> 112 [[FrequentlyAskedQuestions]]<br /> 101 [[TheGnuHurd]]<br /> 86 [[HurdConsole]]<br /> 76 [[WebChanges]]</td> + <td> 2 [[Main/MatteoSettenvini]]<br /> 1 [[Main/TWikiGuest]]<br /> 1 [[Main/AndrewResch]]</td> </tr> <tr> <td> Apr 2005 </td> <td align="right"> 2742 </td> <td align="right"> 20 </td> <td align="right"> 1 </td> - <td> 685 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 226 <span style="background:"><font color="">Live CD</font></span><a href="http://LOCATION/LiveCD">?</a><br /> 208 <span style="background:"><font color="">Qemu Image For L 4</font></span><a href="http://LOCATION/QemuImageForL4">?</a><br /> 178 <span style="background:"><font color="">Hurd On L 4</font></span><a href="http://LOCATION/HurdOnL4">?</a><br /> 143 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 125 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 112 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 94 <span style="background:"><font color="">Frequently Asked Questions</font></span><a href="http://LOCATION/FrequentlyAskedQuestions">?</a><br /> 83 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 75 <span style="background:"><font color="">Hurd Console</font></span><a href="http://LOCATION/HurdConsole">?</a><br /> 66 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a></td> - <td> 15 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 2 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a><br /> 2 <span style="background:"><font color="">Andrew Resch</font></span><a href="http://LOCATIONMain/AndrewResch">?</a><br /> 1 <span style="background:"><font color="">Thomas Schwinge</font></span><a href="http://LOCATIONMain/ThomasSchwinge">?</a><br /> 1 <span style="background:"><font color="">Aaron Hawley</font></span><a href="http://LOCATIONMain/AaronHawley">?</a></td> + <td> 685 [[WebHome]]<br /> 226 [[LiveCD]]<br /> 208 [[QemuImageForL4]]<br /> 178 [[HurdOnL4]]<br /> 143 [[GNUHurdStatus]]<br /> 125 [[KnownHurdLimits]]<br /> 112 [[SeenHurd]]<br /> 94 [[FrequentlyAskedQuestions]]<br /> 83 [[TheGnuHurd]]<br /> 75 [[HurdConsole]]<br /> 66 [[WebChanges]]</td> + <td> 15 [[Main/JoachimNilsson]]<br /> 2 [[Main/TWikiGuest]]<br /> 2 [[Main/AndrewResch]]<br /> 1 [[Main/ThomasSchwinge]]<br /> 1 [[Main/AaronHawley]]</td> </tr> <tr> <td> Mar 2005 </td> <td align="right"> 4451 </td> <td align="right"> 12 </td> <td align="right"> 0 </td> - <td> 1088 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 391 <span style="background:"><font color="">Qemu Image For L 4</font></span><a href="http://LOCATION/QemuImageForL4">?</a><br /> 375 <span style="background:"><font color="">Live CD</font></span><a href="http://LOCATION/LiveCD">?</a><br /> 242 <span style="background:"><font color="">Hurd On L 4</font></span><a href="http://LOCATION/HurdOnL4">?</a><br /> 226 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 207 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 205 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 147 <span style="background:"><font color="">Frequently Asked Questions</font></span><a href="http://LOCATION/FrequentlyAskedQuestions">?</a><br /> 122 <span style="background:"><font color="">Translator Wish List</font></span><a href="http://LOCATION/TranslatorWishList">?</a><br /> 114 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 112 <span style="background:"><font color="">Translator Pages</font></span><a href="http://LOCATION/TranslatorPages">?</a></td> - <td> 6 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a><br /> 4 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 1 <span style="background:"><font color="">Nowhere Man</font></span><a href="http://LOCATIONMain/NowhereMan">?</a><br /> 1 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a></td> + <td> 1088 [[WebHome]]<br /> 391 [[QemuImageForL4]]<br /> 375 [[LiveCD]]<br /> 242 [[HurdOnL4]]<br /> 226 [[GNUHurdStatus]]<br /> 207 [[SeenHurd]]<br /> 205 [[KnownHurdLimits]]<br /> 147 [[FrequentlyAskedQuestions]]<br /> 122 [[TranslatorWishList]]<br /> 114 [[TheGnuHurd]]<br /> 112 [[TranslatorPages]]</td> + <td> 6 [[Main/TWikiGuest]]<br /> 4 [[Main/OgnyanKulev]]<br /> 1 [[Main/NowhereMan]]<br /> 1 [[Main/JoachimNilsson]]</td> </tr> <tr> <td> Feb 2005 </td> <td align="right"> 6565 </td> <td align="right"> 31 </td> <td align="right"> 0 </td> - <td> 1722 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 1020 <span style="background:"><font color="">Qemu Image For L 4</font></span><a href="http://LOCATION/QemuImageForL4">?</a><br /> 730 <span style="background:"><font color="">Hurd On L 4</font></span><a href="http://LOCATION/HurdOnL4">?</a><br /> 380 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 365 <span style="background:"><font color="">Live CD</font></span><a href="http://LOCATION/LiveCD">?</a><br /> 284 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 256 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 219 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 188 <span style="background:"><font color="">Frequently Asked Questions</font></span><a href="http://LOCATION/FrequentlyAskedQuestions">?</a><br /> 116 <span style="background:"><font color="">Hurd Console</font></span><a href="http://LOCATION/HurdConsole">?</a><br /> 97 <span style="background:"><font color="">Debian X</font></span><a href="http://LOCATION/DebianX">?</a></td> - <td> 10 <span style="background:"><font color="">Alexandre Buisse</font></span><a href="http://LOCATIONMain/AlexandreBuisse">?</a><br /> 7 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 5 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a><br /> 4 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 2 <span style="background:"><font color="">Derek Davies</font></span><a href="http://LOCATIONMain/DerekDavies">?</a><br /> 2 <span style="background:"><font color="">Andrew Resch</font></span><a href="http://LOCATIONMain/AndrewResch">?</a><br /> 1 <span style="background:"><font color="">Michael Adams</font></span><a href="http://LOCATIONMain/MichaelAdams">?</a></td> + <td> 1722 [[WebHome]]<br /> 1020 [[QemuImageForL4]]<br /> 730 [[HurdOnL4]]<br /> 380 [[GNUHurdStatus]]<br /> 365 [[LiveCD]]<br /> 284 [[SeenHurd]]<br /> 256 [[KnownHurdLimits]]<br /> 219 [[TheGnuHurd]]<br /> 188 [[FrequentlyAskedQuestions]]<br /> 116 [[HurdConsole]]<br /> 97 [[DebianX]]</td> + <td> 10 [[Main/AlexandreBuisse]]<br /> 7 [[Main/OgnyanKulev]]<br /> 5 [[Main/TWikiGuest]]<br /> 4 [[Main/JoachimNilsson]]<br /> 2 [[Main/DerekDavies]]<br /> 2 [[Main/AndrewResch]]<br /> 1 [[Main/MichaelAdams]]</td> </tr> <tr> <td> Jan 2005 </td> <td align="right"> 9556 </td> <td align="right"> 2 </td> <td align="right"> 0 </td> - <td> 1820 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 438 <span style="background:"><font color="">Hurd On L 4</font></span><a href="http://LOCATION/HurdOnL4">?</a><br /> 438 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 407 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 399 <span style="background:"><font color="">Translator Wish List</font></span><a href="http://LOCATION/TranslatorWishList">?</a><br /> 384 <span style="background:"><font color="">Live CD</font></span><a href="http://LOCATION/LiveCD">?</a><br /> 271 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 267 <span style="background:"><font color="">Hurd Console</font></span><a href="http://LOCATION/HurdConsole">?</a><br /> 265 <span style="background:"><font color="">Frequently Asked Questions</font></span><a href="http://LOCATION/FrequentlyAskedQuestions">?</a><br /> 258 <span style="background:"><font color="">Joachim Nilsson Hurd Page</font></span><a href="http://LOCATION/JoachimNilssonHurdPage">?</a><br /> 248 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a></td> - <td> 1 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a><br /> 1 <span style="background:"><font color="">Andrew Resch</font></span><a href="http://LOCATIONMain/AndrewResch">?</a></td> + <td> 1820 [[WebHome]]<br /> 438 [[HurdOnL4]]<br /> 438 [[GNUHurdStatus]]<br /> 407 [[KnownHurdLimits]]<br /> 399 [[TranslatorWishList]]<br /> 384 [[LiveCD]]<br /> 271 [[SeenHurd]]<br /> 267 [[HurdConsole]]<br /> 265 [[FrequentlyAskedQuestions]]<br /> 258 [[JoachimNilssonHurdPage]]<br /> 248 [[InstallNotes]]</td> + <td> 1 [[Main/TWikiGuest]]<br /> 1 [[Main/AndrewResch]]</td> </tr> <tr> <td> Dec 2004 </td> <td align="right"> 8760 </td> <td align="right"> 8 </td> <td align="right"> 0 </td> - <td> 1483 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 406 <span style="background:"><font color="">Hurd On L 4</font></span><a href="http://LOCATION/HurdOnL4">?</a><br /> 367 <span style="background:"><font color="">Live CD</font></span><a href="http://LOCATION/LiveCD">?</a><br /> 339 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 338 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 279 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 275 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 235 <span style="background:"><font color="">Frequently Asked Questions</font></span><a href="http://LOCATION/FrequentlyAskedQuestions">?</a><br /> 230 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 217 <span style="background:"><font color="">Hurd Console</font></span><a href="http://LOCATION/HurdConsole">?</a><br /> 209 <span style="background:"><font color="">Joachim Nilsson Hurd Page</font></span><a href="http://LOCATION/JoachimNilssonHurdPage">?</a></td> - <td> 4 <span style="background:"><font color="">Barry De Freese</font></span><a href="http://LOCATIONMain/BarryDeFreese">?</a><br /> 3 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 1 <span style="background:"><font color="">Loganaden Velvindron</font></span><a href="http://LOCATIONMain/LoganadenVelvindron">?</a></td> + <td> 1483 [[WebHome]]<br /> 406 [[HurdOnL4]]<br /> 367 [[LiveCD]]<br /> 339 [[GNUHurdStatus]]<br /> 338 [[KnownHurdLimits]]<br /> 279 [[SeenHurd]]<br /> 275 [[InstallNotes]]<br /> 235 [[FrequentlyAskedQuestions]]<br /> 230 [[WebStatistics]]<br /> 217 [[HurdConsole]]<br /> 209 [[JoachimNilssonHurdPage]]</td> + <td> 4 [[Main/BarryDeFreese]]<br /> 3 [[Main/OgnyanKulev]]<br /> 1 [[Main/LoganadenVelvindron]]</td> </tr> <tr> <td> Nov 2004 </td> <td align="right"> 7272 </td> <td align="right"> 3 </td> <td align="right"> 0 </td> - <td> 1323 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 364 <span style="background:"><font color="">Live CD</font></span><a href="http://LOCATION/LiveCD">?</a><br /> 292 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 271 <span style="background:"><font color="">Hurd On L 4</font></span><a href="http://LOCATION/HurdOnL4">?</a><br /> 263 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 224 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 214 <span style="background:"><font color="">Joachim Nilsson Hurd Page</font></span><a href="http://LOCATION/JoachimNilssonHurdPage">?</a><br /> 213 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 188 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 182 <span style="background:"><font color="">Frequently Asked Questions</font></span><a href="http://LOCATION/FrequentlyAskedQuestions">?</a><br /> 170 <span style="background:"><font color="">Mail Lists</font></span><a href="http://LOCATION/MailLists">?</a></td> - <td> 3 <span style="background:"><font color="">Maurice Mc Carthy</font></span><a href="http://LOCATIONMain/MauriceMcCarthy">?</a></td> + <td> 1323 [[WebHome]]<br /> 364 [[LiveCD]]<br /> 292 [[GNUHurdStatus]]<br /> 271 [[HurdOnL4]]<br /> 263 [[KnownHurdLimits]]<br /> 224 [[InstallNotes]]<br /> 214 [[JoachimNilssonHurdPage]]<br /> 213 [[SeenHurd]]<br /> 188 [[WebChanges]]<br /> 182 [[FrequentlyAskedQuestions]]<br /> 170 [[MailLists]]</td> + <td> 3 [[Main/MauriceMcCarthy]]</td> </tr> <tr> <td> Oct 2004 </td> <td align="right"> 8391 </td> <td align="right"> 17 </td> <td align="right"> 0 </td> - <td> 1394 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 961 <span style="background:"><font color="">Live CD</font></span><a href="http://LOCATION/LiveCD">?</a><br /> 389 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 361 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 339 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 336 <span style="background:"><font color="">Hurd On L 4</font></span><a href="http://LOCATION/HurdOnL4">?</a><br /> 238 <span style="background:"><font color="">Frequently Asked Questions</font></span><a href="http://LOCATION/FrequentlyAskedQuestions">?</a><br /> 232 <span style="background:"><font color="">Hurd Console</font></span><a href="http://LOCATION/HurdConsole">?</a><br /> 226 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 210 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 187 <span style="background:"><font color="">Joachim Nilsson Hurd Page</font></span><a href="http://LOCATION/JoachimNilssonHurdPage">?</a></td> - <td> 17 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a></td> + <td> 1394 [[WebHome]]<br /> 961 [[LiveCD]]<br /> 389 [[SeenHurd]]<br /> 361 [[KnownHurdLimits]]<br /> 339 [[GNUHurdStatus]]<br /> 336 [[HurdOnL4]]<br /> 238 [[FrequentlyAskedQuestions]]<br /> 232 [[HurdConsole]]<br /> 226 [[TheGnuHurd]]<br /> 210 [[InstallNotes]]<br /> 187 [[JoachimNilssonHurdPage]]</td> + <td> 17 [[Main/OgnyanKulev]]</td> </tr> <tr> <td> Sep 2004 </td> <td align="right"> 8294 </td> <td align="right"> 34 </td> <td align="right"> 0 </td> - <td> 1492 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 396 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 367 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 363 <span style="background:"><font color="">Live CD</font></span><a href="http://LOCATION/LiveCD">?</a><br /> 336 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 279 <span style="background:"><font color="">Hurd Console</font></span><a href="http://LOCATION/HurdConsole">?</a><br /> 254 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 232 <span style="background:"><font color="">Hurd On L 4</font></span><a href="http://LOCATION/HurdOnL4">?</a><br /> 206 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 197 <span style="background:"><font color="">Joachim Nilsson Hurd Page</font></span><a href="http://LOCATION/JoachimNilssonHurdPage">?</a><br /> 188 <span style="background:"><font color="">Frequently Asked Questions</font></span><a href="http://LOCATION/FrequentlyAskedQuestions">?</a></td> - <td> 29 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 2 <span style="background:"><font color="">Ben Asselstine</font></span><a href="http://LOCATIONMain/BenAsselstine">?</a><br /> 1 <span style="background:"><font color="">Patrick Strasser</font></span><a href="http://LOCATIONMain/PatrickStrasser">?</a><br /> 1 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 1 <span style="background:"><font color="">Gabor Greif</font></span><a href="http://LOCATIONMain/GaborGreif">?</a></td> + <td> 1492 [[WebHome]]<br /> 396 [[WebStatistics]]<br /> 367 [[KnownHurdLimits]]<br /> 363 [[LiveCD]]<br /> 336 [[GNUHurdStatus]]<br /> 279 [[HurdConsole]]<br /> 254 [[SeenHurd]]<br /> 232 [[HurdOnL4]]<br /> 206 [[InstallNotes]]<br /> 197 [[JoachimNilssonHurdPage]]<br /> 188 [[FrequentlyAskedQuestions]]</td> + <td> 29 [[Main/OgnyanKulev]]<br /> 2 [[Main/BenAsselstine]]<br /> 1 [[Main/PatrickStrasser]]<br /> 1 [[Main/JoachimNilsson]]<br /> 1 [[Main/GaborGreif]]</td> </tr> <tr> <td> Aug 2004 </td> <td align="right"> 8691 </td> <td align="right"> 12 </td> <td align="right"> 0 </td> - <td> 1339 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 417 <span style="background:"><font color="">Live CD</font></span><a href="http://LOCATION/LiveCD">?</a><br /> 413 <span style="background:"><font color="">Hurd On L 4</font></span><a href="http://LOCATION/HurdOnL4">?</a><br /> 349 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 334 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 319 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 273 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 248 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 241 <span style="background:"><font color="">Joachim Nilsson Hurd Page</font></span><a href="http://LOCATION/JoachimNilssonHurdPage">?</a><br /> 226 <span style="background:"><font color="">Frequently Asked Questions</font></span><a href="http://LOCATION/FrequentlyAskedQuestions">?</a><br /> 197 <span style="background:"><font color="">Hurd Console</font></span><a href="http://LOCATION/HurdConsole">?</a></td> - <td> 4 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a><br /> 3 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 2 <span style="background:"><font color="">Bertrik Sikken</font></span><a href="http://LOCATIONMain/BertrikSikken">?</a><br /> 1 <span style="background:"><font color="">Patrick Strasser</font></span><a href="http://LOCATIONMain/PatrickStrasser">?</a><br /> 1 <span style="background:"><font color="">Neill Miller</font></span><a href="http://LOCATIONMain/NeillMiller">?</a><br /> 1 <span style="background:"><font color="">Carlos Poker</font></span><a href="http://LOCATIONMain/CarlosPoker">?</a></td> + <td> 1339 [[WebHome]]<br /> 417 [[LiveCD]]<br /> 413 [[HurdOnL4]]<br /> 349 [[WebStatistics]]<br /> 334 [[KnownHurdLimits]]<br /> 319 [[GNUHurdStatus]]<br /> 273 [[SeenHurd]]<br /> 248 [[InstallNotes]]<br /> 241 [[JoachimNilssonHurdPage]]<br /> 226 [[FrequentlyAskedQuestions]]<br /> 197 [[HurdConsole]]</td> + <td> 4 [[Main/TWikiGuest]]<br /> 3 [[Main/OgnyanKulev]]<br /> 2 [[Main/BertrikSikken]]<br /> 1 [[Main/PatrickStrasser]]<br /> 1 [[Main/NeillMiller]]<br /> 1 [[Main/CarlosPoker]]</td> </tr> <tr> <td> Jul 2004 </td> <td align="right"> 8134 </td> <td align="right"> 12 </td> <td align="right"> 2 </td> - <td> 1284 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 490 <span style="background:"><font color="">Live CD</font></span><a href="http://LOCATION/LiveCD">?</a><br /> 372 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 361 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 323 <span style="background:"><font color="">Hurd On L 4</font></span><a href="http://LOCATION/HurdOnL4">?</a><br /> 289 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 277 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 241 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 213 <span style="background:"><font color="">Joachim Nilsson Hurd Page</font></span><a href="http://LOCATION/JoachimNilssonHurdPage">?</a><br /> 209 <span style="background:"><font color="">Frequently Asked Questions</font></span><a href="http://LOCATION/FrequentlyAskedQuestions">?</a><br /> 203 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a></td> - <td> 8 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a><br /> 4 <span style="background:"><font color="">Patrick Strasser</font></span><a href="http://LOCATIONMain/PatrickStrasser">?</a><br /> 2 <span style="background:"><font color="">Bertrik Sikken</font></span><a href="http://LOCATIONMain/BertrikSikken">?</a></td> + <td> 1284 [[WebHome]]<br /> 490 [[LiveCD]]<br /> 372 [[KnownHurdLimits]]<br /> 361 [[GNUHurdStatus]]<br /> 323 [[HurdOnL4]]<br /> 289 [[SeenHurd]]<br /> 277 [[WebStatistics]]<br /> 241 [[InstallNotes]]<br /> 213 [[JoachimNilssonHurdPage]]<br /> 209 [[FrequentlyAskedQuestions]]<br /> 203 [[TheGnuHurd]]</td> + <td> 8 [[Main/TWikiGuest]]<br /> 4 [[Main/PatrickStrasser]]<br /> 2 [[Main/BertrikSikken]]</td> </tr> <tr> <td> Jun 2004 </td> <td align="right"> 6010 </td> <td align="right"> 23 </td> <td align="right"> 1 </td> - <td> 1286 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 387 <span style="background:"><font color="">Hurd On L 4</font></span><a href="http://LOCATION/HurdOnL4">?</a><br /> 302 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 288 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 241 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 224 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 170 <span style="background:"><font color="">Frequently Asked Questions</font></span><a href="http://LOCATION/FrequentlyAskedQuestions">?</a><br /> 166 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 158 <span style="background:"><font color="">Joachim Nilsson Hurd Page</font></span><a href="http://LOCATION/JoachimNilssonHurdPage">?</a><br /> 134 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 118 <span style="background:"><font color="">Live CD</font></span><a href="http://LOCATION/LiveCD">?</a></td> - <td> 17 <span style="background:"><font color="">BDouglas Hilton</font></span><a href="http://LOCATIONMain/BDouglasHilton">?</a><br /> 2 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a><br /> 2 <span style="background:"><font color="">Pedro Macanas</font></span><a href="http://LOCATIONMain/PedroMacanas">?</a><br /> 1 <span style="background:"><font color="">Theora Guldhra</font></span><a href="http://LOCATIONMain/TheoraGuldhra">?</a><br /> 1 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 1 <span style="background:"><font color="">Fabrice Bauzac</font></span><a href="http://LOCATIONMain/FabriceBauzac">?</a></td> + <td> 1286 [[WebHome]]<br /> 387 [[HurdOnL4]]<br /> 302 [[WebStatistics]]<br /> 288 [[GNUHurdStatus]]<br /> 241 [[KnownHurdLimits]]<br /> 224 [[SeenHurd]]<br /> 170 [[FrequentlyAskedQuestions]]<br /> 166 [[InstallNotes]]<br /> 158 [[JoachimNilssonHurdPage]]<br /> 134 [[TheGnuHurd]]<br /> 118 [[LiveCD]]</td> + <td> 17 [[Main/BDouglasHilton]]<br /> 2 [[Main/TWikiGuest]]<br /> 2 [[Main/PedroMacanas]]<br /> 1 [[Main/TheoraGuldhra]]<br /> 1 [[Main/OgnyanKulev]]<br /> 1 [[Main/FabriceBauzac]]</td> </tr> <tr> <td> May 2004 </td> <td align="right"> 4112 </td> <td align="right"> 3 </td> <td align="right"> 0 </td> - <td> 1114 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 270 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 203 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 168 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 137 <span style="background:"><font color="">Frequently Asked Questions</font></span><a href="http://LOCATION/FrequentlyAskedQuestions">?</a><br /> 119 <span style="background:"><font color="">Live CD</font></span><a href="http://LOCATION/LiveCD">?</a><br /> 115 <span style="background:"><font color="">Hurd Console</font></span><a href="http://LOCATION/HurdConsole">?</a><br /> 104 <span style="background:"><font color="">Joachim Nilsson Hurd Page</font></span><a href="http://LOCATION/JoachimNilssonHurdPage">?</a><br /> 98 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 88 <span style="background:"><font color="">Mail Lists</font></span><a href="http://LOCATION/MailLists">?</a><br /> 85 <span style="background:"><font color="">Hurd IRC</font></span><a href="http://LOCATION/HurdIRC">?</a></td> - <td> 1 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 1 <span style="background:"><font color="">Marco Gerards</font></span><a href="http://LOCATIONMain/MarcoGerards">?</a><br /> 1 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a></td> + <td> 1114 [[WebHome]]<br /> 270 [[GNUHurdStatus]]<br /> 203 [[KnownHurdLimits]]<br /> 168 [[SeenHurd]]<br /> 137 [[FrequentlyAskedQuestions]]<br /> 119 [[LiveCD]]<br /> 115 [[HurdConsole]]<br /> 104 [[JoachimNilssonHurdPage]]<br /> 98 [[TheGnuHurd]]<br /> 88 [[MailLists]]<br /> 85 [[HurdIRC]]</td> + <td> 1 [[Main/OgnyanKulev]]<br /> 1 [[Main/MarcoGerards]]<br /> 1 [[Main/JoachimNilsson]]</td> </tr> <tr> <td> Apr 2004 </td> <td align="right"> 3365 </td> <td align="right"> 5 </td> <td align="right"> 0 </td> - <td> 893 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 216 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 190 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 145 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 119 <span style="background:"><font color="">Frequently Asked Questions</font></span><a href="http://LOCATION/FrequentlyAskedQuestions">?</a><br /> 110 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 103 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 95 <span style="background:"><font color="">Hurd Console</font></span><a href="http://LOCATION/HurdConsole">?</a><br /> 87 <span style="background:"><font color="">Joachim Nilsson Hurd Page</font></span><a href="http://LOCATION/JoachimNilssonHurdPage">?</a><br /> 74 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 70 <span style="background:"><font color="">Mail Lists</font></span><a href="http://LOCATION/MailLists">?</a></td> - <td> 5 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a></td> + <td> 893 [[WebHome]]<br /> 216 [[GNUHurdStatus]]<br /> 190 [[KnownHurdLimits]]<br /> 145 [[SeenHurd]]<br /> 119 [[FrequentlyAskedQuestions]]<br /> 110 [[InstallNotes]]<br /> 103 [[WebChanges]]<br /> 95 [[HurdConsole]]<br /> 87 [[JoachimNilssonHurdPage]]<br /> 74 [[WebStatistics]]<br /> 70 [[MailLists]]</td> + <td> 5 [[Main/GrantBow]]</td> </tr> <tr> <td> Mar 2004 </td> <td align="right"> 4413 </td> <td align="right"> 36 </td> <td align="right"> 0 </td> - <td> 1146 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 274 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 217 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 151 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 142 <span style="background:"><font color="">Joachim Nilsson Hurd Page</font></span><a href="http://LOCATION/JoachimNilssonHurdPage">?</a><br /> 129 <span style="background:"><font color="">Frequently Asked Questions</font></span><a href="http://LOCATION/FrequentlyAskedQuestions">?</a><br /> 125 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 115 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 103 <span style="background:"><font color="">Hurd Console</font></span><a href="http://LOCATION/HurdConsole">?</a><br /> 100 <span style="background:"><font color="">Live CD</font></span><a href="http://LOCATION/LiveCD">?</a><br /> 97 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a></td> - <td> 28 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a><br /> 5 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 1 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a><br /> 1 <span style="background:"><font color="">Michael Ablassmeier</font></span><a href="http://LOCATIONMain/MichaelAblassmeier">?</a><br /> 1 <span style="background:"><font color="">Guillem Jover</font></span><a href="http://LOCATIONMain/GuillemJover">?</a></td> + <td> 1146 [[WebHome]]<br /> 274 [[GNUHurdStatus]]<br /> 217 [[KnownHurdLimits]]<br /> 151 [[SeenHurd]]<br /> 142 [[JoachimNilssonHurdPage]]<br /> 129 [[FrequentlyAskedQuestions]]<br /> 125 [[InstallNotes]]<br /> 115 [[TheGnuHurd]]<br /> 103 [[HurdConsole]]<br /> 100 [[LiveCD]]<br /> 97 [[WebChanges]]</td> + <td> 28 [[Main/GrantBow]]<br /> 5 [[Main/JoachimNilsson]]<br /> 1 [[Main/TWikiGuest]]<br /> 1 [[Main/MichaelAblassmeier]]<br /> 1 [[Main/GuillemJover]]</td> </tr> <tr> <td> Feb 2004 </td> <td align="right"> 2921 </td> <td align="right"> 13 </td> <td align="right"> 0 </td> - <td> 826 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 231 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 214 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 146 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 127 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 104 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 87 <span style="background:"><font color="">Live CD</font></span><a href="http://LOCATION/LiveCD">?</a><br /> 79 <span style="background:"><font color="">Joachim Nilsson Hurd Page</font></span><a href="http://LOCATION/JoachimNilssonHurdPage">?</a><br /> 69 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 56 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 53 <span style="background:"><font color="">Frequently Asked Questions</font></span><a href="http://LOCATION/FrequentlyAskedQuestions">?</a></td> - <td> 10 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 1 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a><br /> 1 <span style="background:"><font color="">Paul Bowman</font></span><a href="http://LOCATIONMain/PaulBowman">?</a><br /> 1 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a></td> + <td> 826 [[WebHome]]<br /> 231 [[GNUHurdStatus]]<br /> 214 [[InstallNotes]]<br /> 146 [[KnownHurdLimits]]<br /> 127 [[SeenHurd]]<br /> 104 [[TheGnuHurd]]<br /> 87 [[LiveCD]]<br /> 79 [[JoachimNilssonHurdPage]]<br /> 69 [[WebChanges]]<br /> 56 [[WebStatistics]]<br /> 53 [[FrequentlyAskedQuestions]]</td> + <td> 10 [[Main/OgnyanKulev]]<br /> 1 [[Main/TWikiGuest]]<br /> 1 [[Main/PaulBowman]]<br /> 1 [[Main/GrantBow]]</td> </tr> <tr> <td> Jan 2004 </td> <td align="right"> 3950 </td> <td align="right"> 7 </td> <td align="right"> 0 </td> - <td> 1166 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 333 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 240 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 198 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 144 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 137 <span style="background:"><font color="">Joachim Nilsson Hurd Page</font></span><a href="http://LOCATION/JoachimNilssonHurdPage">?</a><br /> 119 <span style="background:"><font color="">Live CD</font></span><a href="http://LOCATION/LiveCD">?</a><br /> 92 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 81 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 81 <span style="background:"><font color="">Ext Two Size</font></span><a href="http://LOCATION/ExtTwoSize">?</a><br /> 64 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a></td> - <td> 2 <span style="background:"><font color="">Nagrom Namreh</font></span><a href="http://LOCATIONMain/NagromNamreh">?</a><br /> 2 <span style="background:"><font color="">Michael DAdams</font></span><a href="http://LOCATIONTrash/MichaelDAdams">?</a><br /> 2 <span style="background:"><font color="">Lucas Nussbaum</font></span><a href="http://LOCATIONMain/LucasNussbaum">?</a><br /> 1 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a></td> + <td> 1166 [[WebHome]]<br /> 333 [[InstallNotes]]<br /> 240 [[GNUHurdStatus]]<br /> 198 [[KnownHurdLimits]]<br /> 144 [[SeenHurd]]<br /> 137 [[JoachimNilssonHurdPage]]<br /> 119 [[LiveCD]]<br /> 92 [[TheGnuHurd]]<br /> 81 [[WebStatistics]]<br /> 81 [[ExtTwoSize]]<br /> 64 [[WebChanges]]</td> + <td> 2 [[Main/NagromNamreh]]<br /> 2 [[Trash/MichaelDAdams]]<br /> 2 [[Main/LucasNussbaum]]<br /> 1 [[Main/OgnyanKulev]]</td> </tr> <tr> <td> Dec 2003 </td> <td align="right"> 3849 </td> <td align="right"> 2 </td> <td align="right"> 0 </td> - <td> 1064 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 304 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 217 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 177 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 147 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 132 <span style="background:"><font color="">Joachim Nilsson Hurd Page</font></span><a href="http://LOCATION/JoachimNilssonHurdPage">?</a><br /> 128 <span style="background:"><font color="">Live CD</font></span><a href="http://LOCATION/LiveCD">?</a><br /> 118 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 112 <span style="background:"><font color="">Hurd Console</font></span><a href="http://LOCATION/HurdConsole">?</a><br /> 96 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 91 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a></td> - <td> 2 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a></td> + <td> 1064 [[WebHome]]<br /> 304 [[InstallNotes]]<br /> 217 [[GNUHurdStatus]]<br /> 177 [[KnownHurdLimits]]<br /> 147 [[SeenHurd]]<br /> 132 [[JoachimNilssonHurdPage]]<br /> 128 [[LiveCD]]<br /> 118 [[TheGnuHurd]]<br /> 112 [[HurdConsole]]<br /> 96 [[WebChanges]]<br /> 91 [[WebStatistics]]</td> + <td> 2 [[Main/TWikiGuest]]</td> </tr> <tr> <td> Nov 2003 </td> <td align="right"> 4020 </td> <td align="right"> 9 </td> <td align="right"> 0 </td> - <td> 1013 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 242 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 212 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 205 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 165 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 145 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 140 <span style="background:"><font color="">Live CD</font></span><a href="http://LOCATION/LiveCD">?</a><br /> 140 <span style="background:"><font color="">Joachim Nilsson Hurd Page</font></span><a href="http://LOCATION/JoachimNilssonHurdPage">?</a><br /> 103 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 84 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 73 <span style="background:"><font color="">Ext Two Size</font></span><a href="http://LOCATION/ExtTwoSize">?</a></td> - <td> 7 <span style="background:"><font color="">Greg Buchholz</font></span><a href="http://LOCATIONMain/GregBuchholz">?</a><br /> 2 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a></td> + <td> 1013 [[WebHome]]<br /> 242 [[InstallNotes]]<br /> 212 [[GNUHurdStatus]]<br /> 205 [[KnownHurdLimits]]<br /> 165 [[WebStatistics]]<br /> 145 [[SeenHurd]]<br /> 140 [[LiveCD]]<br /> 140 [[JoachimNilssonHurdPage]]<br /> 103 [[TheGnuHurd]]<br /> 84 [[WebChanges]]<br /> 73 [[ExtTwoSize]]</td> + <td> 7 [[Main/GregBuchholz]]<br /> 2 [[Main/OgnyanKulev]]</td> </tr> <tr> <td> Oct 2003 </td> <td align="right"> 3423 </td> <td align="right"> 24 </td> <td align="right"> 0 </td> - <td> 935 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 202 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 167 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 167 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 127 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 93 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 81 <span style="background:"><font color="">Funny Hurd</font></span><a href="http://LOCATION/FunnyHurd">?</a><br /> 76 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 74 <span style="background:"><font color="">Joachim Nilsson Hurd Page</font></span><a href="http://LOCATION/JoachimNilssonHurdPage">?</a><br /> 73 <span style="background:"><font color="">Translator Wish List</font></span><a href="http://LOCATION/TranslatorWishList">?</a><br /> 67 <span style="background:"><font color="">Hurd Console</font></span><a href="http://LOCATION/HurdConsole">?</a></td> - <td> 16 <span style="background:"><font color="">Greg Buchholz</font></span><a href="http://LOCATIONMain/GregBuchholz">?</a><br /> 5 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 3 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a></td> + <td> 935 [[WebHome]]<br /> 202 [[GNUHurdStatus]]<br /> 167 [[KnownHurdLimits]]<br /> 167 [[InstallNotes]]<br /> 127 [[SeenHurd]]<br /> 93 [[TheGnuHurd]]<br /> 81 [[FunnyHurd]]<br /> 76 [[WebChanges]]<br /> 74 [[JoachimNilssonHurdPage]]<br /> 73 [[TranslatorWishList]]<br /> 67 [[HurdConsole]]</td> + <td> 16 [[Main/GregBuchholz]]<br /> 5 [[Main/OgnyanKulev]]<br /> 3 [[Main/JoachimNilsson]]</td> </tr> <tr> <td> Sep 2003 </td> <td align="right"> 4451 </td> <td align="right"> 5 </td> <td align="right"> 0 </td> - <td> 1117 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 289 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 267 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 235 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 199 <span style="background:"><font color="">Joachim Nilsson Hurd Page</font></span><a href="http://LOCATION/JoachimNilssonHurdPage">?</a><br /> 182 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 153 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 85 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 80 <span style="background:"><font color="">Newbie Questions</font></span><a href="http://LOCATION/NewbieQuestions">?</a><br /> 71 <span style="background:"><font color="">Ext Two Size</font></span><a href="http://LOCATION/ExtTwoSize">?</a><br /> 64 <span style="background:"><font color="">Funny Hurd</font></span><a href="http://LOCATION/FunnyHurd">?</a></td> - <td> 5 <span style="background:"><font color="">Greg Buchholz</font></span><a href="http://LOCATIONMain/GregBuchholz">?</a></td> + <td> 1117 [[WebHome]]<br /> 289 [[WebStatistics]]<br /> 267 [[InstallNotes]]<br /> 235 [[KnownHurdLimits]]<br /> 199 [[JoachimNilssonHurdPage]]<br /> 182 [[GNUHurdStatus]]<br /> 153 [[SeenHurd]]<br /> 85 [[TheGnuHurd]]<br /> 80 [[NewbieQuestions]]<br /> 71 [[ExtTwoSize]]<br /> 64 [[FunnyHurd]]</td> + <td> 5 [[Main/GregBuchholz]]</td> </tr> <tr> <td> Aug 2003 </td> <td align="right"> 2877 </td> <td align="right"> 5 </td> <td align="right"> 0 </td> - <td> 806 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 241 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 174 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 163 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 139 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 81 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 72 <span style="background:"><font color="">Joachim Nilsson Hurd Page</font></span><a href="http://LOCATION/JoachimNilssonHurdPage">?</a><br /> 53 <span style="background:"><font color="">Building Hurd</font></span><a href="http://LOCATION/BuildingHurd">?</a><br /> 51 <span style="background:"><font color="">Funny Hurd</font></span><a href="http://LOCATION/FunnyHurd">?</a><br /> 48 <span style="background:"><font color="">Translator Wish List</font></span><a href="http://LOCATION/TranslatorWishList">?</a><br /> 48 <span style="background:"><font color="">TWiki Hosting Stuff</font></span><a href="http://LOCATION/TWikiHostingStuff">?</a></td> - <td> 2 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 2 <span style="background:"><font color="">Greg Buchholz</font></span><a href="http://LOCATIONMain/GregBuchholz">?</a><br /> 1 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a></td> + <td> 806 [[WebHome]]<br /> 241 [[InstallNotes]]<br /> 174 [[KnownHurdLimits]]<br /> 163 [[GNUHurdStatus]]<br /> 139 [[SeenHurd]]<br /> 81 [[TheGnuHurd]]<br /> 72 [[JoachimNilssonHurdPage]]<br /> 53 [[BuildingHurd]]<br /> 51 [[FunnyHurd]]<br /> 48 [[TranslatorWishList]]<br /> 48 [[TWikiHostingStuff]]</td> + <td> 2 [[Main/OgnyanKulev]]<br /> 2 [[Main/GregBuchholz]]<br /> 1 [[Main/JoachimNilsson]]</td> </tr> <tr> <td> Jul 2003 </td> <td align="right"> 3226 </td> <td align="right"> 7 </td> <td align="right"> 0 </td> - <td> 805 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 273 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 206 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 180 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 137 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 125 <span style="background:"><font color="">Joachim Nilsson Hurd Page</font></span><a href="http://LOCATION/JoachimNilssonHurdPage">?</a><br /> 81 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 66 <span style="background:"><font color="">Hurd Console</font></span><a href="http://LOCATION/HurdConsole">?</a><br /> 63 <span style="background:"><font color="">Building Hurd</font></span><a href="http://LOCATION/BuildingHurd">?</a><br /> 61 <span style="background:"><font color="">Ext Two Size</font></span><a href="http://LOCATION/ExtTwoSize">?</a><br /> 53 <span style="background:"><font color="">Random Device</font></span><a href="http://LOCATION/RandomDevice">?</a></td> - <td> 6 <span style="background:"><font color="">Greg Buchholz</font></span><a href="http://LOCATIONMain/GregBuchholz">?</a><br /> 1 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a></td> + <td> 805 [[WebHome]]<br /> 273 [[InstallNotes]]<br /> 206 [[GNUHurdStatus]]<br /> 180 [[KnownHurdLimits]]<br /> 137 [[SeenHurd]]<br /> 125 [[JoachimNilssonHurdPage]]<br /> 81 [[TheGnuHurd]]<br /> 66 [[HurdConsole]]<br /> 63 [[BuildingHurd]]<br /> 61 [[ExtTwoSize]]<br /> 53 [[RandomDevice]]</td> + <td> 6 [[Main/GregBuchholz]]<br /> 1 [[Main/JoachimNilsson]]</td> </tr> <tr> <td> Jun 2003 </td> <td align="right"> 3471 </td> <td align="right"> 6 </td> <td align="right"> 0 </td> - <td> 813 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 303 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 249 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 202 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 192 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 103 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 84 <span style="background:"><font color="">Newbie Questions</font></span><a href="http://LOCATION/NewbieQuestions">?</a><br /> 75 <span style="background:"><font color="">Joachim Nilsson Hurd Page</font></span><a href="http://LOCATION/JoachimNilssonHurdPage">?</a><br /> 74 <span style="background:"><font color="">Funny Hurd</font></span><a href="http://LOCATION/FunnyHurd">?</a><br /> 71 <span style="background:"><font color="">Ext Two Size</font></span><a href="http://LOCATION/ExtTwoSize">?</a><br /> 64 <span style="background:"><font color="">Neighbor Hurd</font></span><a href="http://LOCATION/NeighborHurd">?</a></td> - <td> 6 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a></td> + <td> 813 [[WebHome]]<br /> 303 [[InstallNotes]]<br /> 249 [[GNUHurdStatus]]<br /> 202 [[KnownHurdLimits]]<br /> 192 [[SeenHurd]]<br /> 103 [[TheGnuHurd]]<br /> 84 [[NewbieQuestions]]<br /> 75 [[JoachimNilssonHurdPage]]<br /> 74 [[FunnyHurd]]<br /> 71 [[ExtTwoSize]]<br /> 64 [[NeighborHurd]]</td> + <td> 6 [[Main/OgnyanKulev]]</td> </tr> <tr> <td> May 2003 </td> <td align="right"> 3903 </td> <td align="right"> 4 </td> <td align="right"> 0 </td> - <td> 942 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 318 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 234 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 228 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 179 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 154 <span style="background:"><font color="">Joachim Nilsson Hurd Page</font></span><a href="http://LOCATION/JoachimNilssonHurdPage">?</a><br /> 100 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 90 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 82 <span style="background:"><font color="">Hurd Console</font></span><a href="http://LOCATION/HurdConsole">?</a><br /> 78 <span style="background:"><font color="">Ext Two Size</font></span><a href="http://LOCATION/ExtTwoSize">?</a><br /> 73 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a></td> - <td> 3 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 1 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a></td> + <td> 942 [[WebHome]]<br /> 318 [[InstallNotes]]<br /> 234 [[GNUHurdStatus]]<br /> 228 [[KnownHurdLimits]]<br /> 179 [[SeenHurd]]<br /> 154 [[JoachimNilssonHurdPage]]<br /> 100 [[TheGnuHurd]]<br /> 90 [[WebStatistics]]<br /> 82 [[HurdConsole]]<br /> 78 [[ExtTwoSize]]<br /> 73 [[WebChanges]]</td> + <td> 3 [[Main/OgnyanKulev]]<br /> 1 [[Main/TWikiGuest]]</td> </tr> <tr> <td> Apr 2003 </td> <td align="right"> 3701 </td> <td align="right"> 20 </td> <td align="right"> 4 </td> - <td> 822 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 278 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 231 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 194 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 142 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 118 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 109 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 83 <span style="background:"><font color="">Joachim Nilsson Hurd Page</font></span><a href="http://LOCATION/JoachimNilssonHurdPage">?</a><br /> 73 <span style="background:"><font color="">Funny Hurd</font></span><a href="http://LOCATION/FunnyHurd">?</a><br /> 73 <span style="background:"><font color="">Ext Two Size</font></span><a href="http://LOCATION/ExtTwoSize">?</a><br /> 71 <span style="background:"><font color="">Hurd Console</font></span><a href="http://LOCATION/HurdConsole">?</a></td> - <td> 10 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a><br /> 5 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 4 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 3 <span style="background:"><font color="">Keller F</font></span><a href="http://LOCATIONMain/KellerF">?</a><br /> 1 <span style="background:"><font color="">Manuel Valderrama</font></span><a href="http://LOCATIONMain/ManuelValderrama">?</a><br /> 1 <span style="background:"><font color="">Juha N</font></span><a href="http://LOCATIONMain/JuhaN">?</a></td> + <td> 822 [[WebHome]]<br /> 278 [[InstallNotes]]<br /> 231 [[GNUHurdStatus]]<br /> 194 [[KnownHurdLimits]]<br /> 142 [[SeenHurd]]<br /> 118 [[WebChanges]]<br /> 109 [[TheGnuHurd]]<br /> 83 [[JoachimNilssonHurdPage]]<br /> 73 [[FunnyHurd]]<br /> 73 [[ExtTwoSize]]<br /> 71 [[HurdConsole]]</td> + <td> 10 [[Main/TWikiGuest]]<br /> 5 [[Main/OgnyanKulev]]<br /> 4 [[Main/JoachimNilsson]]<br /> 3 [[Main/KellerF]]<br /> 1 [[Main/ManuelValderrama]]<br /> 1 [[Main/JuhaN]]</td> </tr> <tr> <td> Mar 2003 </td> <td align="right"> 3035 </td> <td align="right"> 4 </td> <td align="right"> 1 </td> - <td> 954 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 218 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 204 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 174 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 145 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 131 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 92 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 73 <span style="background:"><font color="">Joachim Nilsson Hurd Page</font></span><a href="http://LOCATION/JoachimNilssonHurdPage">?</a><br /> 63 <span style="background:"><font color="">Funny Hurd</font></span><a href="http://LOCATION/FunnyHurd">?</a><br /> 60 <span style="background:"><font color="">Neighbor Hurd</font></span><a href="http://LOCATION/NeighborHurd">?</a><br /> 52 <span style="background:"><font color="">Hurd Console</font></span><a href="http://LOCATION/HurdConsole">?</a></td> - <td> 4 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 1 <span style="background:"><font color="">Roel N</font></span><a href="http://LOCATIONMain/RoelN">?</a></td> + <td> 954 [[WebHome]]<br /> 218 [[InstallNotes]]<br /> 204 [[GNUHurdStatus]]<br /> 174 [[KnownHurdLimits]]<br /> 145 [[SeenHurd]]<br /> 131 [[TheGnuHurd]]<br /> 92 [[WebChanges]]<br /> 73 [[JoachimNilssonHurdPage]]<br /> 63 [[FunnyHurd]]<br /> 60 [[NeighborHurd]]<br /> 52 [[HurdConsole]]</td> + <td> 4 [[Main/JoachimNilsson]]<br /> 1 [[Main/RoelN]]</td> </tr> <tr> <td> Feb 2003 </td> <td align="right"> 3145 </td> <td align="right"> 21 </td> <td align="right"> 2 </td> - <td> 1319 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 178 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 153 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 140 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 119 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 92 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 82 <span style="background:"><font color="">Funny Hurd</font></span><a href="http://LOCATION/FunnyHurd">?</a><br /> 77 <span style="background:"><font color="">Joachim Nilsson Hurd Page</font></span><a href="http://LOCATION/JoachimNilssonHurdPage">?</a><br /> 59 <span style="background:"><font color="">Random Device</font></span><a href="http://LOCATION/RandomDevice">?</a><br /> 58 <span style="background:"><font color="">Hurd Console</font></span><a href="http://LOCATION/HurdConsole">?</a><br /> 57 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a></td> - <td> 21 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 1 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a><br /> 1 <span style="background:"><font color="">Ben Asselstine</font></span><a href="http://LOCATIONMain/BenAsselstine">?</a></td> + <td> 1319 [[WebHome]]<br /> 178 [[GNUHurdStatus]]<br /> 153 [[SeenHurd]]<br /> 140 [[InstallNotes]]<br /> 119 [[TheGnuHurd]]<br /> 92 [[KnownHurdLimits]]<br /> 82 [[FunnyHurd]]<br /> 77 [[JoachimNilssonHurdPage]]<br /> 59 [[RandomDevice]]<br /> 58 [[HurdConsole]]<br /> 57 [[WebChanges]]</td> + <td> 21 [[Main/JoachimNilsson]]<br /> 1 [[Main/GrantBow]]<br /> 1 [[Main/BenAsselstine]]</td> </tr> <tr> <td> Jan 2003 </td> <td align="right"> 3650 </td> <td align="right"> 112 </td> <td align="right"> 0 </td> - <td> 1340 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 269 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 232 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 176 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 144 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 103 <span style="background:"><font color="">Random Device</font></span><a href="http://LOCATION/RandomDevice">?</a><br /> 77 <span style="background:"><font color="">Funny Hurd</font></span><a href="http://LOCATION/FunnyHurd">?</a><br /> 76 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 75 <span style="background:"><font color="">Joachim Nilsson Hurd Page</font></span><a href="http://LOCATION/JoachimNilssonHurdPage">?</a><br /> 63 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 54 <span style="background:"><font color="">Hurd Names</font></span><a href="http://LOCATION/HurdNames">?</a></td> - <td> 44 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a><br /> 43 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 18 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 3 <span style="background:"><font color="">Derek Davies</font></span><a href="http://LOCATIONMain/DerekDavies">?</a><br /> 2 <span style="background:"><font color="">James AMorrison</font></span><a href="http://LOCATIONMain/JamesAMorrison">?</a><br /> 1 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a><br /> 1 <span style="background:"><font color="">Deepak Goel</font></span><a href="http://LOCATIONMain/DeepakGoel">?</a></td> + <td> 1340 [[WebHome]]<br /> 269 [[GNUHurdStatus]]<br /> 232 [[InstallNotes]]<br /> 176 [[SeenHurd]]<br /> 144 [[KnownHurdLimits]]<br /> 103 [[RandomDevice]]<br /> 77 [[FunnyHurd]]<br /> 76 [[TheGnuHurd]]<br /> 75 [[JoachimNilssonHurdPage]]<br /> 63 [[WebChanges]]<br /> 54 [[HurdNames]]</td> + <td> 44 [[Main/GrantBow]]<br /> 43 [[Main/JoachimNilsson]]<br /> 18 [[Main/OgnyanKulev]]<br /> 3 [[Main/DerekDavies]]<br /> 2 [[Main/JamesAMorrison]]<br /> 1 [[Main/TWikiGuest]]<br /> 1 [[Main/DeepakGoel]]</td> </tr> <tr> <td> Dec 2002 </td> <td align="right"> 3612 </td> <td align="right"> 252 </td> <td align="right"> 1 </td> - <td> 1331 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 196 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 159 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 119 <span style="background:"><font color="">Newbie Questions</font></span><a href="http://LOCATION/NewbieQuestions">?</a><br /> 115 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 92 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 81 <span style="background:"><font color="">Bochs FAQ</font></span><a href="http://LOCATION/BochsFAQ">?</a><br /> 72 <span style="background:"><font color="">Funny Hurd</font></span><a href="http://LOCATION/FunnyHurd">?</a><br /> 69 <span style="background:"><font color="">Who Runs GNU</font></span><a href="http://LOCATION/WhoRunsGNU">?</a><br /> 69 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 69 <span style="background:"><font color="">Bochs</font></span><a href="http://LOCATION/Bochs">?</a></td> - <td> 186 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a><br /> 54 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 9 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 4 <span style="background:"><font color="">Robert Millan</font></span><a href="http://LOCATIONMain/RobertMillan">?</a></td> + <td> 1331 [[WebHome]]<br /> 196 [[InstallNotes]]<br /> 159 [[GNUHurdStatus]]<br /> 119 [[NewbieQuestions]]<br /> 115 [[SeenHurd]]<br /> 92 [[KnownHurdLimits]]<br /> 81 [[BochsFAQ]]<br /> 72 [[FunnyHurd]]<br /> 69 [[WhoRunsGNU]]<br /> 69 [[TheGnuHurd]]<br /> 69 [[Bochs]]</td> + <td> 186 [[Main/GrantBow]]<br /> 54 [[Main/JoachimNilsson]]<br /> 9 [[Main/OgnyanKulev]]<br /> 4 [[Main/RobertMillan]]</td> </tr> <tr> <td> Nov 2002 </td> <td align="right"> 3745 </td> <td align="right"> 165 </td> <td align="right"> 10 </td> - <td> 1333 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 164 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 162 <span style="background:"><font color="">Newbie Questions</font></span><a href="http://LOCATION/NewbieQuestions">?</a><br /> 136 <span style="background:"><font color="">Trash.Port To L 4</font></span><a href="http://LOCATIONTrash/PortToL4">?</a><br /> 133 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 110 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 90 <span style="background:"><font color="">Who Runs GNU</font></span><a href="http://LOCATION/WhoRunsGNU">?</a><br /> 83 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 82 <span style="background:"><font color="">Joachim Nilsson Hurd Page</font></span><a href="http://LOCATION/JoachimNilssonHurdPage">?</a><br /> 68 <span style="background:"><font color="">Oskit L 4</font></span><a href="http://LOCATION/OskitL4">?</a><br /> 66 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a></td> - <td> 89 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 42 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a><br /> 36 <span style="background:"><font color="">Robert Millan</font></span><a href="http://LOCATIONMain/RobertMillan">?</a><br /> 6 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 1 <span style="background:"><font color="">Johan Rydberg</font></span><a href="http://LOCATIONMain/JohanRydberg">?</a><br /> 1 <span style="background:"><font color="">Deepak Goel</font></span><a href="http://LOCATIONMain/DeepakGoel">?</a></td> + <td> 1333 [[WebHome]]<br /> 164 [[KnownHurdLimits]]<br /> 162 [[NewbieQuestions]]<br /> 136 [[Trash/PortToL4]]<br /> 133 [[InstallNotes]]<br /> 110 [[SeenHurd]]<br /> 90 [[WhoRunsGNU]]<br /> 83 [[MicroKernelFUD]]<br /> 82 [[JoachimNilssonHurdPage]]<br /> 68 [[OskitL4]]<br /> 66 [[TheGnuHurd]]</td> + <td> 89 [[Main/JoachimNilsson]]<br /> 42 [[Main/GrantBow]]<br /> 36 [[Main/RobertMillan]]<br /> 6 [[Main/OgnyanKulev]]<br /> 1 [[Main/JohanRydberg]]<br /> 1 [[Main/DeepakGoel]]</td> </tr> <tr> <td> Oct 2002 </td> <td align="right"> 5085 </td> <td align="right"> 406 </td> <td align="right"> 1 </td> - <td> 1863 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 248 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 215 <span style="background:"><font color="">Oskit L 4</font></span><a href="http://LOCATION/OskitL4">?</a><br /> 193 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 162 <span style="background:"><font color="">Newbie Questions</font></span><a href="http://LOCATION/NewbieQuestions">?</a><br /> 157 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 128 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 124 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 109 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 99 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 99 <span style="background:"><font color="">Distrib.CDNotes J 2</font></span><a href="http://LOCATIONDistrib/CDNotesJ2">?</a></td> - <td> 311 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a><br /> 71 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 10 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a><br /> 7 <span style="background:"><font color="">Andrew Mitchell</font></span><a href="http://LOCATIONMain/AndrewMitchell">?</a><br /> 6 <span style="background:"><font color="">Deepak Goel</font></span><a href="http://LOCATIONMain/DeepakGoel">?</a><br /> 1 <span style="background:"><font color="">Robert Millan</font></span><a href="http://LOCATIONMain/RobertMillan">?</a><br /> 1 <span style="background:"><font color="">Michal Suchanek</font></span><a href="http://LOCATIONMain/MichalSuchanek">?</a></td> + <td> 1863 [[WebHome]]<br /> 248 [[InstallNotes]]<br /> 215 [[OskitL4]]<br /> 193 [[SeenHurd]]<br /> 162 [[NewbieQuestions]]<br /> 157 [[KnownHurdLimits]]<br /> 128 [[GNUHurdStatus]]<br /> 124 [[OskitMach]]<br /> 109 [[WebChanges]]<br /> 99 [[TheGnuHurd]]<br /> 99 [[Distrib/CDNotesJ2]]</td> + <td> 311 [[Main/GrantBow]]<br /> 71 [[Main/JoachimNilsson]]<br /> 10 [[Main/TWikiGuest]]<br /> 7 [[Main/AndrewMitchell]]<br /> 6 [[Main/DeepakGoel]]<br /> 1 [[Main/RobertMillan]]<br /> 1 [[Main/MichalSuchanek]]</td> </tr> <tr> <td> Sep 2002 </td> <td align="right"> 3552 </td> <td align="right"> 158 </td> <td align="right"> 1 </td> - <td> 1178 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 169 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 141 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 131 <span style="background:"><font color="">Newbie Questions</font></span><a href="http://LOCATION/NewbieQuestions">?</a><br /> 113 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 101 <span style="background:"><font color="">Mach.Oskit Mach</font></span><a href="http://LOCATIONMach/OskitMach">?</a><br /> 98 <span style="background:"><font color="">Hurd Developers</font></span><a href="http://LOCATION/HurdDevelopers">?</a><br /> 96 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 90 <span style="background:"><font color="">Trash.Port To L 4</font></span><a href="http://LOCATIONTrash/PortToL4">?</a><br /> 80 <span style="background:"><font color="">Mach.Building Oskit Mach</font></span><a href="http://LOCATIONMach/BuildingOskitMach">?</a><br /> 79 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a></td> - <td> 107 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a><br /> 26 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 8 <span style="background:"><font color="">Michal Suchanek</font></span><a href="http://LOCATIONMain/MichalSuchanek">?</a><br /> 8 <span style="background:"><font color="">Deepak Goel</font></span><a href="http://LOCATIONMain/DeepakGoel">?</a><br /> 7 <span style="background:"><font color="">Alejandro Sanchez</font></span><a href="http://LOCATIONMain/AlejandroSanchez">?</a><br /> 2 <span style="background:"><font color="">Laudney Ren</font></span><a href="http://LOCATIONMain/LaudneyRen">?</a><br /> 1 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a></td> + <td> 1178 [[WebHome]]<br /> 169 [[InstallNotes]]<br /> 141 [[KnownHurdLimits]]<br /> 131 [[NewbieQuestions]]<br /> 113 [[SeenHurd]]<br /> 101 [[Mach/OskitMach]]<br /> 98 [[HurdDevelopers]]<br /> 96 [[WebChanges]]<br /> 90 [[Trash/PortToL4]]<br /> 80 [[Mach/BuildingOskitMach]]<br /> 79 [[TheGnuHurd]]</td> + <td> 107 [[Main/GrantBow]]<br /> 26 [[Main/JoachimNilsson]]<br /> 8 [[Main/MichalSuchanek]]<br /> 8 [[Main/DeepakGoel]]<br /> 7 [[Main/AlejandroSanchez]]<br /> 2 [[Main/LaudneyRen]]<br /> 1 [[Main/TWikiGuest]]</td> </tr> <tr> <td> Aug 2002 </td> <td align="right"> 4090 </td> <td align="right"> 9 </td> <td align="right"> 0 </td> - <td> 1282 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 223 <span style="background:"><font color="">Newbie Questions</font></span><a href="http://LOCATION/NewbieQuestions">?</a><br /> 200 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 146 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 144 <span style="background:"><font color="">Mach.Oskit Mach</font></span><a href="http://LOCATIONMach/OskitMach">?</a><br /> 115 <span style="background:"><font color="">Distrib.Buildd Status</font></span><a href="http://LOCATIONDistrib/BuilddStatus">?</a><br /> 103 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 103 <span style="background:"><font color="">Hurd Developers</font></span><a href="http://LOCATION/HurdDevelopers">?</a><br /> 98 <span style="background:"><font color="">Mach.GNUMach</font></span><a href="http://LOCATIONMach/GNUMach">?</a><br /> 97 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 95 <span style="background:"><font color="">Mach.Building Oskit Mach</font></span><a href="http://LOCATIONMach/BuildingOskitMach">?</a></td> - <td> 4 <span style="background:"><font color="">Michal Suchanek</font></span><a href="http://LOCATIONMain/MichalSuchanek">?</a><br /> 2 <span style="background:"><font color="">Manuel Valderrama</font></span><a href="http://LOCATIONMain/ManuelValderrama">?</a><br /> 2 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 1 <span style="background:"><font color="">Simon Law</font></span><a href="http://LOCATIONMain/SimonLaw">?</a></td> + <td> 1282 [[WebHome]]<br /> 223 [[NewbieQuestions]]<br /> 200 [[InstallNotes]]<br /> 146 [[KnownHurdLimits]]<br /> 144 [[Mach/OskitMach]]<br /> 115 [[Distrib/BuilddStatus]]<br /> 103 [[TheGnuHurd]]<br /> 103 [[HurdDevelopers]]<br /> 98 [[Mach/GNUMach]]<br /> 97 [[WebChanges]]<br /> 95 [[Mach/BuildingOskitMach]]</td> + <td> 4 [[Main/MichalSuchanek]]<br /> 2 [[Main/ManuelValderrama]]<br /> 2 [[Main/JoachimNilsson]]<br /> 1 [[Main/SimonLaw]]</td> </tr> <tr> <td> Jul 2002 </td> <td align="right"> 2943 </td> <td align="right"> 45 </td> <td align="right"> 1 </td> - <td> 1045 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 162 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 132 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 127 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 98 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 98 <span style="background:"><font color="">Newbie Questions</font></span><a href="http://LOCATION/NewbieQuestions">?</a><br /> 79 <span style="background:"><font color="">Mach.Oskit Mach</font></span><a href="http://LOCATIONMach/OskitMach">?</a><br /> 78 <span style="background:"><font color="">Mach.GNUMach</font></span><a href="http://LOCATIONMach/GNUMach">?</a><br /> 77 <span style="background:"><font color="">Trash.Port To L 4</font></span><a href="http://LOCATIONTrash/PortToL4">?</a><br /> 59 <span style="background:"><font color="">Mach.Oskit Mach Status List</font></span><a href="http://LOCATIONMach/OskitMachStatusList">?</a><br /> 54 <span style="background:"><font color="">Hurd Developers</font></span><a href="http://LOCATION/HurdDevelopers">?</a></td> - <td> 35 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 8 <span style="background:"><font color="">Robert Millan</font></span><a href="http://LOCATIONMain/RobertMillan">?</a><br /> 1 <span style="background:"><font color="">Wolfgang J</font></span><a href="http://LOCATIONMain/WolfgangJ">?</a><br /> 1 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a><br /> 1 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a></td> + <td> 1045 [[WebHome]]<br /> 162 [[MicroKernelFUD]]<br /> 132 [[InstallNotes]]<br /> 127 [[KnownHurdLimits]]<br /> 98 [[TheGnuHurd]]<br /> 98 [[NewbieQuestions]]<br /> 79 [[Mach/OskitMach]]<br /> 78 [[Mach/GNUMach]]<br /> 77 [[Trash/PortToL4]]<br /> 59 [[Mach/OskitMachStatusList]]<br /> 54 [[HurdDevelopers]]</td> + <td> 35 [[Main/JoachimNilsson]]<br /> 8 [[Main/RobertMillan]]<br /> 1 [[Main/WolfgangJ]]<br /> 1 [[Main/TWikiGuest]]<br /> 1 [[Main/GrantBow]]</td> </tr> <tr> <td> Jun 2002 </td> <td align="right"> 1867 </td> <td align="right"> 59 </td> <td align="right"> 0 </td> - <td> 443 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 95 <span style="background:"><font color="">Distrib.Buildd Status</font></span><a href="http://LOCATIONDistrib/BuilddStatus">?</a><br /> 93 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 87 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 81 <span style="background:"><font color="">Mach.GNUMach</font></span><a href="http://LOCATIONMach/GNUMach">?</a><br /> 78 <span style="background:"><font color="">Mach.Oskit Mach</font></span><a href="http://LOCATIONMach/OskitMach">?</a><br /> 75 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 73 <span style="background:"><font color="">Hurd Developers</font></span><a href="http://LOCATION/HurdDevelopers">?</a><br /> 57 <span style="background:"><font color="">Newbie Questions</font></span><a href="http://LOCATION/NewbieQuestions">?</a><br /> 56 <span style="background:"><font color="">Personal Hurd Pages</font></span><a href="http://LOCATION/PersonalHurdPages">?</a><br /> 44 <span style="background:"><font color="">Mach.Oskit Mach Status List</font></span><a href="http://LOCATIONMach/OskitMachStatusList">?</a></td> - <td> 26 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 21 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a><br /> 3 <span style="background:"><font color="">Juan Alvarez</font></span><a href="http://LOCATIONMain/JuanAlvarez">?</a><br /> 2 <span style="background:"><font color="">Robert Millan</font></span><a href="http://LOCATIONMain/RobertMillan">?</a><br /> 2 <span style="background:"><font color="">Luis Bustamante</font></span><a href="http://LOCATIONMain/LuisBustamante">?</a><br /> 2 <span style="background:"><font color="">Hisham Kotry</font></span><a href="http://LOCATIONMain/HishamKotry">?</a><br /> 1 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a><br /> 1 <span style="background:"><font color="">Simon Law</font></span><a href="http://LOCATIONMain/SimonLaw">?</a><br /> 1 <span style="background:"><font color="">Julien PUYDT</font></span><a href="http://LOCATIONMain/JulienPUYDT">?</a></td> + <td> 443 [[WebHome]]<br /> 95 [[Distrib/BuilddStatus]]<br /> 93 [[InstallNotes]]<br /> 87 [[SeenHurd]]<br /> 81 [[Mach/GNUMach]]<br /> 78 [[Mach/OskitMach]]<br /> 75 [[KnownHurdLimits]]<br /> 73 [[HurdDevelopers]]<br /> 57 [[NewbieQuestions]]<br /> 56 [[PersonalHurdPages]]<br /> 44 [[Mach/OskitMachStatusList]]</td> + <td> 26 [[Main/JoachimNilsson]]<br /> 21 [[Main/GrantBow]]<br /> 3 [[Main/JuanAlvarez]]<br /> 2 [[Main/RobertMillan]]<br /> 2 [[Main/LuisBustamante]]<br /> 2 [[Main/HishamKotry]]<br /> 1 [[Main/TWikiGuest]]<br /> 1 [[Main/SimonLaw]]<br /> 1 [[Main/JulienPUYDT]]</td> </tr> <tr> <td> May 2002 </td> <td align="right"> 1821 </td> <td align="right"> 171 </td> <td align="right"> 2 </td> - <td> 441 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 111 <span style="background:"><font color="">Hurd Developers</font></span><a href="http://LOCATION/HurdDevelopers">?</a><br /> 103 <span style="background:"><font color="">Personal Hurd Pages</font></span><a href="http://LOCATION/PersonalHurdPages">?</a><br /> 93 <span style="background:"><font color="">Mach.Oskit Mach</font></span><a href="http://LOCATIONMach/OskitMach">?</a><br /> 92 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 72 <span style="background:"><font color="">TWiki.TWiki Discuss</font></span><a href="http://LOCATIONTWiki/TWikiDiscuss">?</a><br /> 70 <span style="background:"><font color="">Distrib.Gnu Debian Relationship</font></span><a href="http://LOCATIONDistrib/GnuDebianRelationship">?</a><br /> 69 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 67 <span style="background:"><font color="">Trash.Port To L 4</font></span><a href="http://LOCATIONTrash/PortToL4">?</a><br /> 64 <span style="background:"><font color="">Newbie Questions</font></span><a href="http://LOCATION/NewbieQuestions">?</a><br /> 59 <span style="background:"><font color="">Mach.Oskit Mach Status List</font></span><a href="http://LOCATIONMach/OskitMachStatusList">?</a></td> - <td> 87 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a><br /> 37 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a><br /> 34 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 4 <span style="background:"><font color="">Simon Law</font></span><a href="http://LOCATIONMain/SimonLaw">?</a><br /> 3 <span style="background:"><font color="">Luis Bustamante</font></span><a href="http://LOCATIONMain/LuisBustamante">?</a><br /> 2 <span style="background:"><font color="">Rik Wade</font></span><a href="http://LOCATIONMain/RikWade">?</a><br /> 1 <span style="background:"><font color="">Sam Lauzon</font></span><a href="http://LOCATIONMain/SamLauzon">?</a><br /> 1 <span style="background:"><font color="">Ryan Golbeck</font></span><a href="http://LOCATIONMain/RyanGolbeck">?</a><br /> 1 <span style="background:"><font color="">Nick Rusnov</font></span><a href="http://LOCATIONMain/NickRusnov">?</a><br /> 1 <span style="background:"><font color="">Marc Poulhies</font></span><a href="http://LOCATIONMain/MarcPoulhies">?</a><br /> 1 <span style="background:"><font color="">Kurt Kaiser</font></span><a href="http://LOCATIONMain/KurtKaiser">?</a></td> + <td> 441 [[WebHome]]<br /> 111 [[HurdDevelopers]]<br /> 103 [[PersonalHurdPages]]<br /> 93 [[Mach/OskitMach]]<br /> 92 [[KnownHurdLimits]]<br /> 72 [[TWiki/TWikiDiscuss]]<br /> 70 [[Distrib/GnuDebianRelationship]]<br /> 69 [[TheGnuHurd]]<br /> 67 [[Trash/PortToL4]]<br /> 64 [[NewbieQuestions]]<br /> 59 [[Mach/OskitMachStatusList]]</td> + <td> 87 [[Main/GrantBow]]<br /> 37 [[Main/TWikiGuest]]<br /> 34 [[Main/JoachimNilsson]]<br /> 4 [[Main/SimonLaw]]<br /> 3 [[Main/LuisBustamante]]<br /> 2 [[Main/RikWade]]<br /> 1 [[Main/SamLauzon]]<br /> 1 [[Main/RyanGolbeck]]<br /> 1 [[Main/NickRusnov]]<br /> 1 [[Main/MarcPoulhies]]<br /> 1 [[Main/KurtKaiser]]</td> </tr> </table> @@ -413,8 +413,8 @@ <td align="right"> 3491 </td> <td align="right"> 36 </td> <td align="right"> 0 </td> - <td> 973 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 276 <span style="background:"><font color="">GNUHurd Status</font></span><a href="http://LOCATION/GNUHurdStatus">?</a><br /> 237 <span style="background:"><font color="">Install Notes</font></span><a href="http://LOCATION/InstallNotes">?</a><br /> 166 <span style="background:"><font color="">Known Hurd Limits</font></span><a href="http://LOCATION/KnownHurdLimits">?</a><br /> 147 <span style="background:"><font color="">Seen Hurd</font></span><a href="http://LOCATION/SeenHurd">?</a><br /> 120 <span style="background:"><font color="">The Gnu Hurd</font></span><a href="http://LOCATION/TheGnuHurd">?</a><br /> 110 <span style="background:"><font color="">Joachim Nilsson Hurd Page</font></span><a href="http://LOCATION/JoachimNilssonHurdPage">?</a><br /> 98 <span style="background:"><font color="">Live CD</font></span><a href="http://LOCATION/LiveCD">?</a><br /> 80 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 74 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 60 <span style="background:"><font color="">Frequently Asked Questions</font></span><a href="http://LOCATION/FrequentlyAskedQuestions">?</a></td> - <td> 18 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a><br /> 12 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 4 <span style="background:"><font color="">Lucas Nussbaum</font></span><a href="http://LOCATIONMain/LucasNussbaum">?</a><br /> 1 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a><br /> 1 <span style="background:"><font color="">Paul Bowman</font></span><a href="http://LOCATIONMain/PaulBowman">?</a></td> + <td> 973 [[WebHome]]<br /> 276 [[GNUHurdStatus]]<br /> 237 [[InstallNotes]]<br /> 166 [[KnownHurdLimits]]<br /> 147 [[SeenHurd]]<br /> 120 [[TheGnuHurd]]<br /> 110 [[JoachimNilssonHurdPage]]<br /> 98 [[LiveCD]]<br /> 80 [[WebChanges]]<br /> 74 [[WebStatistics]]<br /> 60 [[FrequentlyAskedQuestions]]</td> + <td> 18 [[Main/GrantBow]]<br /> 12 [[Main/OgnyanKulev]]<br /> 4 [[Main/LucasNussbaum]]<br /> 1 [[Main/TWikiGuest]]<br /> 1 [[Main/PaulBowman]]</td> </tr> </table> diff --git a/Hurd/WhoRunsGNU.mdwn b/Hurd/WhoRunsGNU.mdwn index cb7405ac..ac425145 100644 --- a/Hurd/WhoRunsGNU.mdwn +++ b/Hurd/WhoRunsGNU.mdwn @@ -19,7 +19,7 @@ There are many now using test installations of Debian GNU/Hurd for testing and d <dl> <dt> Budi Rahardjo</dt> <dd><a href="http://hurd.indocisc.com" target="_top">http://hurd.indocisc.com</a>, contact at <a href="mailto:budi@research.indociscNOSPAM.com">budi@research.indociscNOSPAM.com</a></dd> - <dt><span style="background:"><font color="">James AMorrison</font></span><a href="http://LOCATIONMain/JamesAMorrison">?</a></dt> + <dt>[[Main/JamesAMorrison]]</dt> <dd><a href="http://hurd.dyndns.org" target="_top">http://hurd.dyndns.org</a>, </dd> <dt> Your Name Here</dt> <dd> Link to your system </dd> diff --git a/Know/OperatingSystem.mdwn b/Know/OperatingSystem.mdwn index 87fe613a..91e2c6c1 100644 --- a/Know/OperatingSystem.mdwn +++ b/Know/OperatingSystem.mdwn @@ -6,16 +6,16 @@ Check one or more platforms: <tr> <td valign="top"> <ul> - <li><code> <span style="background:"><font color="">Os HPUX</font></span><a href="http://LOCATION/OsHPUX">?</a>: </code> HP-UX </li> - <li><code> <span style="background:"><font color="">Os Linux</font></span><a href="http://LOCATION/OsLinux">?</a>: </code> Linux </li> - <li><code> <span style="background:"><font color="">Os Solaris</font></span><a href="http://LOCATION/OsSolaris">?</a>: </code> SUN's Solaris </li> + <li><code> [[OsHPUX]]: </code> HP-UX </li> + <li><code> [[OsLinux]]: </code> Linux </li> + <li><code> [[OsSolaris]]: </code> SUN's Solaris </li> </ul> </td> <td valign="top"> <ul> - <li><code> <span style="background:"><font color="">Os Sun OS</font></span><a href="http://LOCATION/OsSunOS">?</a>: </code> SUN's <span style="background:"><font color="">Sun OS</font></span><a href="http://LOCATION/SunOS">?</a></li> - <li><code> <span style="background:"><font color="">Os Mac OS</font></span><a href="http://LOCATION/OsMacOS">?</a>: </code> Apple's Mac OS </li> - <li><code> <span style="background:"><font color="">Os Win</font></span><a href="http://LOCATION/OsWin">?</a>: </code> Windows 95 / 98 / NT </li> + <li><code> [[OsSunOS]]: </code> SUN's [[SunOS]]</li> + <li><code> [[OsMacOS]]: </code> Apple's Mac OS </li> + <li><code> [[OsWin]]: </code> Windows 95 / 98 / NT </li> </ul> </td> </tr> diff --git a/Know/WebForm.mdwn b/Know/WebForm.mdwn index 33fe1c76..8bb11dc9 100644 --- a/Know/WebForm.mdwn +++ b/Know/WebForm.mdwn @@ -9,21 +9,21 @@ <th bgcolor="#99CCCC"><strong>Tooltip message:</strong></th> </tr> <tr> - <td><span style="background:"><font color="">Topic Classification</font></span><a href="http://LOCATION/TopicClassification">?</a></td> + <td>[[TopicClassification]]</td> <td> select </td> <td> 1 </td> - <td> Select one..., <span style="background:"><font color="">No Disclosure</font></span><a href="http://LOCATION/NoDisclosure">?</a>, <span style="background:"><font color="">Public Supported</font></span><a href="http://LOCATION/PublicSupported">?</a>, <span style="background:"><font color="">Public FAQ</font></span><a href="http://LOCATION/PublicFAQ">?</a></td> + <td> Select one..., [[NoDisclosure]], [[PublicSupported]], [[PublicFAQ]]</td> <td> Classify a topic </td> </tr> <tr> - <td><span style="background:"><font color="">Operating System</font></span><a href="http://LOCATION/OperatingSystem">?</a></td> + <td>[[OperatingSystem]]</td> <td> checkbox+buttons </td> <td> 3 </td> - <td><span style="background:"><font color="">Os HPUX</font></span><a href="http://LOCATION/OsHPUX">?</a>, <span style="background:"><font color="">Os Linux</font></span><a href="http://LOCATION/OsLinux">?</a>, <span style="background:"><font color="">Os Mac OS</font></span><a href="http://LOCATION/OsMacOS">?</a>, <span style="background:"><font color="">Os Solaris</font></span><a href="http://LOCATION/OsSolaris">?</a>, <span style="background:"><font color="">Os Sun OS</font></span><a href="http://LOCATION/OsSunOS">?</a>, <span style="background:"><font color="">Os Win</font></span><a href="http://LOCATION/OsWin">?</a></td> + <td>[[OsHPUX]], [[OsLinux]], [[OsMacOS]], [[OsSolaris]], [[OsSunOS]], [[OsWin]]</td> <td> Select the OS </td> </tr> <tr> - <td><span style="background:"><font color="">Os Version</font></span><a href="http://LOCATION/OsVersion">?</a></td> + <td>[[OsVersion]]</td> <td> text </td> <td> 16 </td> <td> </td> diff --git a/Know/WebHome.mdwn b/Know/WebHome.mdwn index 67d7fdb0..0e06a918 100644 --- a/Know/WebHome.mdwn +++ b/Know/WebHome.mdwn @@ -4,20 +4,20 @@ Welcome to the home of **%WIKITOOLNAME%.%WEB%**. This is a web-based collaborati <form action="%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/"> <ul> - <li><span style="background:"><font color="">Readme First</font></span><a href="http://LOCATION/ReadmeFirst">?</a> tells you how to use and contribute to the knowlege base. </li> + <li>[[ReadmeFirst]] tells you how to use and contribute to the knowlege base. </li> <li> To <strong>submit a new problem - solution pair</strong> create a new topic like this: Type a new topic name into the 'Go' field at the top of this page, press Enter, and then follow the [Create] link. </li> </ul> <p> </p> <ul> - <li><span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a> can be used to <strong>search for a solution to a problem.</strong></li> - <li><input name="search" size="32" type="text" /><input type="submit" value="Search" /> (More options in <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a>) </li> + <li>[[WebSearch]] can be used to <strong>search for a solution to a problem.</strong></li> + <li><input name="search" size="32" type="text" /><input type="submit" value="Search" /> (More options in [[WebSearch]]) </li> </ul> <p> </p> <ul> - <li><span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a>: Find out recent modifications to the %WIKITOOLNAME%.%WEB% web. </li> - <li><span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a>: Display all %WIKITOOLNAME%.%WEB% topics in alphabetical order. See also the faster <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a></li> + <li>[[WebChanges]]: Find out recent modifications to the %WIKITOOLNAME%.%WEB% web. </li> + <li>[[WebIndex]]: Display all %WIKITOOLNAME%.%WEB% topics in alphabetical order. See also the faster [[WebTopicList]]</li> <li> %NOTIFYTOPIC%: Subscribe to be automatically notified when something changes in the %WIKITOOLNAME%.%WEB% web. </li> <li> %STATISTICSTOPIC%: View access statistics of the %WIKITOOLNAME%.%WEB% web. </li> </ul> diff --git a/Know/WebPreferences/twiki-know.jpg b/Know/WebPreferences/twiki-know.jpg Binary files differnew file mode 100644 index 00000000..51e05299 --- /dev/null +++ b/Know/WebPreferences/twiki-know.jpg diff --git a/Know/WebPreferences/twiki-know.png b/Know/WebPreferences/twiki-know.png Binary files differnew file mode 100644 index 00000000..6d5ec3ba --- /dev/null +++ b/Know/WebPreferences/twiki-know.png diff --git a/Know/WebPreferences/twikiwide.gif b/Know/WebPreferences/twikiwide.gif Binary files differnew file mode 100644 index 00000000..8809f844 --- /dev/null +++ b/Know/WebPreferences/twikiwide.gif diff --git a/Know/WebStatistics.mdwn b/Know/WebStatistics.mdwn index 068bff73..711511b4 100644 --- a/Know/WebStatistics.mdwn +++ b/Know/WebStatistics.mdwn @@ -28,7 +28,7 @@ <td align="right"> 57 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 5 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 3 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 3 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 3 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 3 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 2 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 2 <span style="background:"><font color="">Web Menu</font></span><a href="http://LOCATION/WebMenu">?</a><br /> 2 <span style="background:"><font color="">Topic Classification</font></span><a href="http://LOCATION/TopicClassification">?</a><br /> 2 <span style="background:"><font color="">Readme First</font></span><a href="http://LOCATION/ReadmeFirst">?</a><br /> 2 <span style="background:"><font color="">Public FAQ</font></span><a href="http://LOCATION/PublicFAQ">?</a><br /> 2 <span style="background:"><font color="">How To</font></span><a href="http://LOCATION/HowTo">?</a></td> + <td> 5 [[WebHome]]<br /> 3 [[WebSearch]]<br /> 3 [[WebPreferences]]<br /> 3 [[WebIndex]]<br /> 3 [[WebChanges]]<br /> 2 [[WebNotify]]<br /> 2 [[WebMenu]]<br /> 2 [[TopicClassification]]<br /> 2 [[ReadmeFirst]]<br /> 2 [[PublicFAQ]]<br /> 2 [[HowTo]]</td> <td> </td> </tr> <tr> @@ -36,32 +36,32 @@ <td align="right"> 285 </td> <td align="right"> 2 </td> <td align="right"> 0 </td> - <td> 61 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 28 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 18 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 15 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 13 <span style="background:"><font color="">Readme First</font></span><a href="http://LOCATION/ReadmeFirst">?</a><br /> 12 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 10 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 8 <span style="background:"><font color="">TWiki Category</font></span><a href="http://LOCATION/TWikiCategory">?</a><br /> 7 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a><br /> 7 <span style="background:"><font color="">Web Form</font></span><a href="http://LOCATION/WebForm">?</a><br /> 7 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a></td> - <td> 2 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a></td> + <td> 61 [[WebStatistics]]<br /> 28 [[WebHome]]<br /> 18 [[WebSearch]]<br /> 15 [[WebPreferences]]<br /> 13 [[ReadmeFirst]]<br /> 12 [[WebIndex]]<br /> 10 [[WebNotify]]<br /> 8 [[TWikiCategory]]<br /> 7 [[WebTopicList]]<br /> 7 [[WebForm]]<br /> 7 [[WebChanges]]</td> + <td> 2 [[Main/JoachimNilsson]]</td> </tr> <tr> <td> Jul 2002 </td> <td align="right"> 304 </td> <td align="right"> 4 </td> <td align="right"> 1 </td> - <td> 105 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 34 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 13 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 12 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 10 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 10 <span style="background:"><font color="">Web Menu</font></span><a href="http://LOCATION/WebMenu">?</a><br /> 10 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 8 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 8 <span style="background:"><font color="">Readme First</font></span><a href="http://LOCATION/ReadmeFirst">?</a><br /> 7 <span style="background:"><font color="">Sun OS</font></span><a href="http://LOCATION/SunOS">?</a><br /> 6 <span style="background:"><font color="">Public FAQ</font></span><a href="http://LOCATION/PublicFAQ">?</a></td> - <td> 5 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a></td> + <td> 105 [[WebHome]]<br /> 34 [[WebPreferences]]<br /> 13 [[WebStatistics]]<br /> 12 [[WebChanges]]<br /> 10 [[WebNotify]]<br /> 10 [[WebMenu]]<br /> 10 [[WebIndex]]<br /> 8 [[WebSearch]]<br /> 8 [[ReadmeFirst]]<br /> 7 [[SunOS]]<br /> 6 [[PublicFAQ]]</td> + <td> 5 [[Main/JoachimNilsson]]</td> </tr> <tr> <td> Jun 2002 </td> <td align="right"> 281 </td> <td align="right"> 9 </td> <td align="right"> 0 </td> - <td> 180 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 68 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 6 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 5 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 4 <span style="background:"><font color="">Web Menu</font></span><a href="http://LOCATION/WebMenu">?</a><br /> 4 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 3 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 3 <span style="background:"><font color="">Tok Sent</font></span><a href="http://LOCATION/TokSent">?</a><br /> 3 <span style="background:"><font color="">Readme First</font></span><a href="http://LOCATION/ReadmeFirst">?</a><br /> 2 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 1 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a></td> - <td> 9 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a></td> + <td> 180 [[WebHome]]<br /> 68 [[WebPreferences]]<br /> 6 [[WebSearch]]<br /> 5 [[WebChanges]]<br /> 4 [[WebMenu]]<br /> 4 [[WebIndex]]<br /> 3 [[WebStatistics]]<br /> 3 [[TokSent]]<br /> 3 [[ReadmeFirst]]<br /> 2 [[WebNotify]]<br /> 1 [[WebTopicList]]</td> + <td> 9 [[Main/JoachimNilsson]]</td> </tr> <tr> <td> May 2002 </td> <td align="right"> 27 </td> <td align="right"> 1 </td> <td align="right"> 0 </td> - <td> 8 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 3 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 3 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 2 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 1 <span style="background:"><font color="">Win Doze 95 Crash</font></span><a href="http://LOCATION/WinDoze95Crash">?</a><br /> 1 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a><br /> 1 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 1 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 1 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 1 <span style="background:"><font color="">Readme First</font></span><a href="http://LOCATION/ReadmeFirst">?</a><br /> 1 <span style="background:"><font color="">Public FAQ</font></span><a href="http://LOCATION/PublicFAQ">?</a></td> - <td> 1 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a></td> + <td> 8 [[WebHome]]<br /> 3 [[WebSearch]]<br /> 3 [[WebNotify]]<br /> 2 [[WebChanges]]<br /> 1 [[WinDoze95Crash]]<br /> 1 [[WebTopicList]]<br /> 1 [[WebStatistics]]<br /> 1 [[WebPreferences]]<br /> 1 [[WebIndex]]<br /> 1 [[ReadmeFirst]]<br /> 1 [[PublicFAQ]]</td> + <td> 1 [[Main/JoachimNilsson]]</td> </tr> </table> diff --git a/Mach/BuildingOskitMach.mdwn b/Mach/BuildingOskitMach.mdwn index 35782996..e1bf66f7 100644 --- a/Mach/BuildingOskitMach.mdwn +++ b/Mach/BuildingOskitMach.mdwn @@ -5,7 +5,7 @@ <td width="50%"> %TOC% </td> <td width="50%"> <p><nop></nop></p> - <h3><a name="Introduction"> Introduction </a></h3> This is a brief "<nop>HowTO build OSKit-Mach" (a.k.a GNUmach 2.0). It covers everything from getting the latest sources of both the <a href="http://www.cs.utah.edu/flux/oskit/" target="_top">OSKit</a> and the GNUmach kernel, down to building and debugging them. <p> To be able to actually make use of your recently checked out CVS version of the GNUMach kernel &amp; c:o you need a GNU system of <a href="ftp://ftp.funet.fi/pub/gnu/alpha/gnu/hurd/contrib/marcus/gnu-20020816.tar.gz" target="_top">gnu-20020816.tar.gz</a> or later. See <span style="background:"><font color="">Tarball Notes Home</font></span><a href="http://LOCATIONDistrib/TarballNotesHome">?</a> for more info. </p></nop></td> + <h3><a name="Introduction"> Introduction </a></h3> This is a brief "<nop>HowTO build OSKit-Mach" (a.k.a GNUmach 2.0). It covers everything from getting the latest sources of both the <a href="http://www.cs.utah.edu/flux/oskit/" target="_top">OSKit</a> and the GNUmach kernel, down to building and debugging them. <p> To be able to actually make use of your recently checked out CVS version of the GNUMach kernel &amp; c:o you need a GNU system of <a href="ftp://ftp.funet.fi/pub/gnu/alpha/gnu/hurd/contrib/marcus/gnu-20020816.tar.gz" target="_top">gnu-20020816.tar.gz</a> or later. See [[Distrib/TarballNotesHome]] for more info. </p></nop></td> </tr> </table> diff --git a/Mach/BuildingOskitMach/modules-light.x86.pc b/Mach/BuildingOskitMach/modules-light.x86.pc new file mode 100644 index 00000000..07818cc5 --- /dev/null +++ b/Mach/BuildingOskitMach/modules-light.x86.pc @@ -0,0 +1,236 @@ +## +## OSKit Module configuration file. +## +## Comments are ignored, non-commented words should be +## OSKit directories to include in the build. +## +## Libraries are built in the order defined in this +## file. +## +## Specify this file with the --with-modulesfile=<x> +## option to configure. By default the file 'modules' +## in the OSKit source directory is used. +## + +### Always include this module (the header files) +oskit + +### The flask module must be compiled before +### most of the other modules. +### It is currently a required module. +flask + +### Builds the documentation (Utah only) +#doc + + +### --- Required components + +### The C Runtime (the magic that calls 'main') (required) +crt + +knit/c + +### Various bits of kernel magic (required) +kern + +### List Memory Manager (required) +lmm + +### The Client OS library (required) +clientos + + +### --- Boot Adaptors + +### Build the multiboot compliant boot adaptor +### Requires that ld support '-format binary' (checked) +boot/multiboot + +### Build the Linux boot adaptor +### Requires ld support '-oformat binary' (checked) +#boot/linux + +### Build the MSDOS boot adaptor (??) +## Requires ld support '-oformat msdos' (checked) +#boot/dos + +### Build the BSD boot adaptor +### Requires some sort of a.out linker (checked) +#boot/bsd + +### The NetBoot Meta-kernel +#boot/net + +### Build the PXE compliant boot loader +#boot/pxe + +### --- OSKit-on-UNIX support libraries. +#unix + +### --- C Libraries + +### A minimal standard C library +libc + +### A much more complete standard C library +posix/sys + +### Thread-safe version of the previous +#posix/sys_r + + +### --- Miscellaneous utility libraries + +### Address Map Manager +#amm + +### Library for contacting a bootp server +#bootp + +### Com IIDs library (required for most kernels) +com + +### For groking disk partitions +diskpart + +### Include the Dynamic Packet Filter library +#dpf/dpf + +### Exec library for loading linked executables +exec + +### Read-only access to a number of filesystems +#fsread + +### Filesystem name parsing library +#fsnamespace/fsn + +### Same as above, but multithread safe +#fsnamespace/fsn_r + +### Fake UDP library (Only supports UDP send) +#fudp + +### Include the Hierarchical Packet Fair Queueing module +#hpfq + +### The Memdebug library +#memdebug + +### The memory file system +#memfs + +### SMP support (believed to be broken) +#smp +## the SMP example +#examples/x86/smp ### requires smp + +### POSIX threads +#threads + +### Simple Virtual Memory +#svm + +### UVM +#uvm/uvm + +### Simple Process Library +#uvm/sproc +### the sproc example +#examples/x86/sproc ### requires sproc + +### --- Startup Library + +### Simpler functions for initializing OSKit subsystems +### NOTE: this drags in almost every other library. +#startup + + +### --- Devices, Networks and Filesystems + +### The device layer glue. Depends on lmm and kern +### Required for any kernel that uses OSKit devices. +dev + +### Realtime support. Needed for realtime threads and for GPROF. +#realtime + +### Devices and code stolen from FreeBSD +#freebsd/dev +#freebsd/net_flask +#freebsd/net +#freebsd/libm +#freebsd/libc +#freebsd/libc_r + +### Include Run-time linker support. This must come after freebsd build +#rtld +## The rltd example +#examples/dyntest ### requires rtld + +### Stuff stolen from Linux +linux/dev +#linux/fs + +### Stuff stolen from NetBSD +#netbsd/fs + +### SVGA video library +#video/svgalib +### SVGA-related examples +#examples/x86/video_svga ### requires video/svgalib + +### X11 video library +#x11/client +#x11/video +### X11-related examples +#examples/x86/video_x11 ### requires x11/video + +### The zlib compression library +#zlib + +### The UDP library. More complete than fudp, but not totally complete. +#udp + +### The Utah testbed TMCP communication library and examples +#tmcp +#examples/tmcp + +### The NetDisk kernel. +## Requires the zlib compression library. +## Requires the udp library. +#netdisk + +### --- Scripts and build/debug utilities + +### Includes the CPU-oskit-gcc wrapper. +unsupported + + +### --- Additional stuff that must be at or near the end of the build + + +### Sets of example kernels +#examples/x86 +#examples/x86/extended +#examples/x86/threads + +### Building the example kernels as host-build binaries with unix-mode +### emulation. NOTE: These will only be built if you are compiling +### the OSKit with unixmode support (and on Linux or FreeBSD). +#examples/unix +#examples/unix/extended +#examples/unix/threads + +### The OSKit test infrastructure +#testsuite + +### The security server +#security +## security server example kernel +#examples/x86/security ### requires security + +### The Mad MPEG audio decoder library and example +#libmad +#libmad/minimad diff --git a/Mach/BuildingOskitMach/modules.x86.pc b/Mach/BuildingOskitMach/modules.x86.pc new file mode 100644 index 00000000..bb27aca3 --- /dev/null +++ b/Mach/BuildingOskitMach/modules.x86.pc @@ -0,0 +1,236 @@ +## +## OSKit Module configuration file. +## +## Comments are ignored, non-commented words should be +## OSKit directories to include in the build. +## +## Libraries are built in the order defined in this +## file. +## +## Specify this file with the --with-modulesfile=<x> +## option to configure. By default the file 'modules' +## in the OSKit source directory is used. +## + +### Always include this module (the header files) +oskit + +### The flask module must be compiled before +### most of the other modules. +### It is currently a required module. +flask + +### Builds the documentation (Utah only) +#doc + + +### --- Required components + +### The C Runtime (the magic that calls 'main') (required) +crt + +knit/c + +### Various bits of kernel magic (required) +kern + +### List Memory Manager (required) +lmm + +### The Client OS library (required) +clientos + + +### --- Boot Adaptors + +### Build the multiboot compliant boot adaptor +### Requires that ld support '-format binary' (checked) +boot/multiboot + +### Build the Linux boot adaptor +### Requires ld support '-oformat binary' (checked) +boot/linux + +### Build the MSDOS boot adaptor (??) +## Requires ld support '-oformat msdos' (checked) +#boot/dos + +### Build the BSD boot adaptor +### Requires some sort of a.out linker (checked) +#boot/bsd + +### The NetBoot Meta-kernel +boot/net + +### Build the PXE compliant boot loader +#boot/pxe + +### --- OSKit-on-UNIX support libraries. +unix + +### --- C Libraries + +### A minimal standard C library +libc + +### A much more complete standard C library +posix/sys + +### Thread-safe version of the previous +posix/sys_r + + +### --- Miscellaneous utility libraries + +### Address Map Manager +amm + +### Library for contacting a bootp server +bootp + +### Com IIDs library (required for most kernels) +com + +### For groking disk partitions +diskpart + +### Include the Dynamic Packet Filter library +#dpf/dpf + +### Exec library for loading linked executables +exec + +### Read-only access to a number of filesystems +fsread + +### Filesystem name parsing library +fsnamespace/fsn + +### Same as above, but multithread safe +fsnamespace/fsn_r + +### Fake UDP library (Only supports UDP send) +fudp + +### Include the Hierarchical Packet Fair Queueing module +#hpfq + +### The Memdebug library +memdebug + +### The memory file system +memfs + +### SMP support (believed to be broken) +smp +## the SMP example +examples/x86/smp ### requires smp + +### POSIX threads +threads + +### Simple Virtual Memory +svm + +### UVM +uvm/uvm + +### Simple Process Library +uvm/sproc +### the sproc example +examples/x86/sproc ### requires sproc + +### --- Startup Library + +### Simpler functions for initializing OSKit subsystems +### NOTE: this drags in almost every other library. +startup + + +### --- Devices, Networks and Filesystems + +### The device layer glue. Depends on lmm and kern +### Required for any kernel that uses OSKit devices. +dev + +### Realtime support. Needed for realtime threads and for GPROF. +realtime + +### Devices and code stolen from FreeBSD +freebsd/dev +#freebsd/net_flask +freebsd/net +freebsd/libm +freebsd/libc +freebsd/libc_r + +### Include Run-time linker support. This must come after freebsd build +#rtld +## The rltd example +#examples/dyntest ### requires rtld + +### Stuff stolen from Linux +linux/dev +linux/fs + +### Stuff stolen from NetBSD +netbsd/fs + +### SVGA video library +#video/svgalib +### SVGA-related examples +#examples/x86/video_svga ### requires video/svgalib + +### X11 video library +#x11/client +#x11/video +### X11-related examples +#examples/x86/video_x11 ### requires x11/video + +### The zlib compression library +#zlib + +### The UDP library. More complete than fudp, but not totally complete. +udp + +### The Utah testbed TMCP communication library and examples +#tmcp +#examples/tmcp + +### The NetDisk kernel. +## Requires the zlib compression library. +## Requires the udp library. +#netdisk + +### --- Scripts and build/debug utilities + +### Includes the CPU-oskit-gcc wrapper. +unsupported + + +### --- Additional stuff that must be at or near the end of the build + + +### Sets of example kernels +examples/x86 +examples/x86/extended +examples/x86/threads + +### Building the example kernels as host-build binaries with unix-mode +### emulation. NOTE: These will only be built if you are compiling +### the OSKit with unixmode support (and on Linux or FreeBSD). +examples/unix +examples/unix/extended +examples/unix/threads + +### The OSKit test infrastructure +testsuite + +### The security server +security +## security server example kernel +examples/x86/security ### requires security + +### The Mad MPEG audio decoder library and example +#libmad +#libmad/minimad diff --git a/Mach/OskitMachPatches/patch-gnumach_softclock-wagi.diff.gz b/Mach/OskitMachPatches/patch-gnumach_softclock-wagi.diff.gz Binary files differnew file mode 100644 index 00000000..3d57b43a --- /dev/null +++ b/Mach/OskitMachPatches/patch-gnumach_softclock-wagi.diff.gz diff --git a/Mach/OskitMachPatches/patch-gnumach_softint-wagi.diff.gz b/Mach/OskitMachPatches/patch-gnumach_softint-wagi.diff.gz Binary files differnew file mode 100644 index 00000000..215706b3 --- /dev/null +++ b/Mach/OskitMachPatches/patch-gnumach_softint-wagi.diff.gz diff --git a/Mach/OskitPatches/patch-oskit-0.97-eepro.diff.gz b/Mach/OskitPatches/patch-oskit-0.97-eepro.diff.gz Binary files differnew file mode 100644 index 00000000..80d94f3f --- /dev/null +++ b/Mach/OskitPatches/patch-oskit-0.97-eepro.diff.gz diff --git a/Mach/OskitPatches/patch-oskit-0.97-i_khavki.diff.gz b/Mach/OskitPatches/patch-oskit-0.97-i_khavki.diff.gz Binary files differnew file mode 100644 index 00000000..2e322de9 --- /dev/null +++ b/Mach/OskitPatches/patch-oskit-0.97-i_khavki.diff.gz diff --git a/Mach/OskitPatches/patch-oskit-0.97-jon_arney.diff.gz b/Mach/OskitPatches/patch-oskit-0.97-jon_arney.diff.gz Binary files differnew file mode 100644 index 00000000..aaf1475a --- /dev/null +++ b/Mach/OskitPatches/patch-oskit-0.97-jon_arney.diff.gz diff --git a/Mach/OskitPatches/patch-oskit-0.97-kkraemer.diff.gz b/Mach/OskitPatches/patch-oskit-0.97-kkraemer.diff.gz Binary files differnew file mode 100644 index 00000000..7d75a34e --- /dev/null +++ b/Mach/OskitPatches/patch-oskit-0.97-kkraemer.diff.gz diff --git a/Mach/OskitPatches/patch-oskit-0.97-sbrk_hack.diff.gz b/Mach/OskitPatches/patch-oskit-0.97-sbrk_hack.diff.gz Binary files differnew file mode 100644 index 00000000..2fef6632 --- /dev/null +++ b/Mach/OskitPatches/patch-oskit-0.97-sbrk_hack.diff.gz diff --git a/Mach/WebHome.mdwn b/Mach/WebHome.mdwn index ab4d7fe6..0575e9d7 100644 --- a/Mach/WebHome.mdwn +++ b/Mach/WebHome.mdwn @@ -12,12 +12,12 @@ Sporadic efforts by numerous individuals have been made to keep the information <p> </p> <ul> - <li><span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a>: History of Mach </li> + <li>[[MachHistory]]: History of Mach </li> </ul> <p> </p> <ul> - <li><span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a>: <a href="http://www.dina.dk/~abraham/Linus_vs_Tanenbaum.html" target="_top">Linus vs. Tanenbaum</a></li> + <li>[[MachConcepts]]: <a href="http://www.dina.dk/~abraham/Linus_vs_Tanenbaum.html" target="_top">Linus vs. Tanenbaum</a></li> </ul> <p> </p> @@ -39,37 +39,37 @@ Sporadic efforts by numerous individuals have been made to keep the information <p> </p> <ul> - <li><span style="background:"><font color="">GNU Mach</font></span><a href="http://LOCATION/GNUMach">?</a>: GNUmach 1.x kernel <ul> - <li><span style="background:"><font color="">Building GNU Mach</font></span><a href="http://LOCATION/BuildingGNUMach">?</a></li> + <li>[[GNUMach]]: GNUmach 1.x kernel <ul> + <li>[[BuildingGNUMach]]</li> </ul> </li> </ul> <p> </p> <ul> - <li><span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a>: GNUmach 2.0 (DEFUNCT) <ul> - <li><span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a>: Status and TODO list (<a href="http://packages.debian.org/gnumach" target="_top">deb status</a>) </li> - <li><span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a>: Bleeding edge patches </li> - <li><span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a>: Useful patches for the OSKit </li> - <li><span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a>: How to build your own GNUmach kernel </li> - <li><span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a>: How to use gdb to remote debug the GNUmach kernel </li> + <li>[[OskitMach]]: GNUmach 2.0 (DEFUNCT) <ul> + <li>[[OskitMachStatusList]]: Status and TODO list (<a href="http://packages.debian.org/gnumach" target="_top">deb status</a>) </li> + <li>[[OskitMachPatches]]: Bleeding edge patches </li> + <li>[[OskitPatches]]: Useful patches for the OSKit </li> + <li>[[BuildingOskitMach]]: How to build your own GNUmach kernel </li> + <li>[[RemoteDebugOskitMach]]: How to use gdb to remote debug the GNUmach kernel </li> </ul> </li> </ul> <p> </p> <ul> - <li><span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a>: Fear, Uncertainty, Doubt - The Micro Kernel Experiment Continues </li> + <li>[[MicroKernelFUD]]: Fear, Uncertainty, Doubt - The Micro Kernel Experiment Continues </li> </ul> <p> </p> <ul> - <li><span style="background:"><font color="">Micro Kernel Research</font></span><a href="http://LOCATION/MicroKernelResearch">?</a>: Papers on Mach related topics, <span style="background:"><font color="">Posix Semaphores</font></span><a href="http://LOCATION/PosixSemaphores">?</a>, <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a>. </li> + <li>[[MicroKernelResearch]]: Papers on Mach related topics, [[PosixSemaphores]], [[PortToL4]]. </li> </ul> <p> </p> <ul> - <li><span style="background:"><font color="">Micro Kernels For Beginners</font></span><a href="http://LOCATION/MicroKernelsForBeginners">?</a>: (suggested page, better description needed) For experienced users who know little about microkernels but wish to learn about them. </li> + <li>[[MicroKernelsForBeginners]]: (suggested page, better description needed) For experienced users who know little about microkernels but wish to learn about them. </li> </ul> <p> </p> @@ -90,7 +90,7 @@ Sporadic efforts by numerous individuals have been made to keep the information <p> </p> <ul> - <li><span style="background:"><font color="">GNUMach Revival Project</font></span><a href="http://LOCATION/GNUMachRevivalProject">?</a>: Task and Wish list for a new effort to make GNU Mach a reliable (in stability and performance terms) microkernel for The Hurd. </li> + <li>[[GNUMachRevivalProject]]: Task and Wish list for a new effort to make GNU Mach a reliable (in stability and performance terms) microkernel for The Hurd. </li> </ul> <p> </p> @@ -102,22 +102,22 @@ Sporadic efforts by numerous individuals have been made to keep the information </p> <table border="1" cellpadding="1" cellspacing="0"> <tr> - <th bgcolor="#99CCCC"><strong>Hot Topics <font size="-1">(<span style="background:"><font color="">more</font></span><a href="http://LOCATION/WebStatistics">?</a>)</font></strong></th> + <th bgcolor="#99CCCC"><strong>Hot Topics <font size="-1">([[WebStatistics]])</font></strong></th> <th bgcolor="#99CCCC"><strong>Top Contributors</strong></th> </tr> </table> %INCLUDE{"WebStatistics" pattern=".*?\-\-statTopContributors\-\-\&gt;[^\|]+\|[^\|]+\|[^\|]+\|[^\|]+\|[^\|]+\|[^\|]+(\|[^\|]+\|[^\|]+\|).*"}% <p> - </p><input name="search" size="20" type="text" /> <input type="submit" value="Search %WEB%" /><br /><font size="-1">More search options in <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a></font><br /> + </p><input name="search" size="20" type="text" /> <input type="submit" value="Search %WEB%" /><br /><font size="-1">More search options in [[WebSearch]]</font><br /> <p> Currently, Web refers to the Mach Web. </p> <p> </p> <ul> - <li><span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a> - Alphabetical index </li> - <li><span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a> - Email notification </li> - <li><span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a> - Web <nop>ChangeLog </nop></li> - <li><span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a> - Content discussions </li> - <li><span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a> - Index by Topic </li> - <li><span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a> - Statistical trivia </li> - <li><span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a> - Administrative settings </li> + <li>[[WebIndex]] - Alphabetical index </li> + <li>[[WebNotify]] - Email notification </li> + <li>[[WebChanges]] - Web <nop>ChangeLog </nop></li> + <li>[[WebDiscuss]] - Content discussions </li> + <li>[[WebTopicList]] - Index by Topic </li> + <li>[[WebStatistics]] - Statistical trivia </li> + <li>[[WebPreferences]] - Administrative settings </li> </ul> <p> </p> diff --git a/Mach/WebStatistics.mdwn b/Mach/WebStatistics.mdwn index 6021e536..bc21137a 100644 --- a/Mach/WebStatistics.mdwn +++ b/Mach/WebStatistics.mdwn @@ -28,7 +28,7 @@ <td align="right"> 436 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 83 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 65 <span style="background:"><font color="">GNUMach Revival Project</font></span><a href="http://LOCATION/GNUMachRevivalProject">?</a><br /> 24 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 24 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 21 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 20 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 19 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 17 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a><br /> 16 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 14 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 14 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a></td> + <td> 83 [[WebHome]]<br /> 65 [[GNUMachRevivalProject]]<br /> 24 [[OskitMach]]<br /> 24 [[BuildingOskitMach]]<br /> 21 [[MachHistory]]<br /> 20 [[GNUMach]]<br /> 19 [[PortToL4]]<br /> 17 [[RemoteDebugOskitMach]]<br /> 16 [[MachConcepts]]<br /> 14 [[OskitPatches]]<br /> 14 [[OskitMachStatusList]]</td> <td> </td> </tr> <tr> @@ -36,31 +36,31 @@ <td align="right"> 842 </td> <td align="right"> 1 </td> <td align="right"> 0 </td> - <td> 248 <span style="background:"><font color="">GNUMach Revival Project</font></span><a href="http://LOCATION/GNUMachRevivalProject">?</a><br /> 174 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 67 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 60 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 55 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 54 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 22 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 19 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 19 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 17 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 17 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a></td> - <td> 1 <span style="background:"><font color="">Michael Banck</font></span><a href="http://LOCATIONMain/MichaelBanck">?</a></td> + <td> 248 [[GNUMachRevivalProject]]<br /> 174 [[WebHome]]<br /> 67 [[OskitMach]]<br /> 60 [[BuildingOskitMach]]<br /> 55 [[GNUMach]]<br /> 54 [[MachHistory]]<br /> 22 [[MachConcepts]]<br /> 19 [[OskitPatches]]<br /> 19 [[OskitMachPatches]]<br /> 17 [[WebChanges]]<br /> 17 [[OskitMachStatusList]]</td> + <td> 1 [[Main/MichaelBanck]]</td> </tr> <tr> <td> Jan 2006 </td> <td align="right"> 4570 </td> <td align="right"> 3 </td> <td align="right"> 0 </td> - <td> 2988 <span style="background:"><font color="">GNUMach Revival Project</font></span><a href="http://LOCATION/GNUMachRevivalProject">?</a><br /> 444 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 296 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 270 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 164 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 83 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 52 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 45 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 43 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 37 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 29 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a></td> - <td> 3 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a></td> + <td> 2988 [[GNUMachRevivalProject]]<br /> 444 [[WebHome]]<br /> 296 [[GNUMach]]<br /> 270 [[MachHistory]]<br /> 164 [[OskitMach]]<br /> 83 [[BuildingOskitMach]]<br /> 52 [[MachConcepts]]<br /> 45 [[OskitPatches]]<br /> 43 [[PortToL4]]<br /> 37 [[OskitMachPatches]]<br /> 29 [[MicroKernelFUD]]</td> + <td> 3 [[Main/TWikiGuest]]</td> </tr> <tr> <td> Dec 2005 </td> <td align="right"> 749 </td> <td align="right"> 14 </td> <td align="right"> 0 </td> - <td> 231 <span style="background:"><font color="">GNUMach Revival Project</font></span><a href="http://LOCATION/GNUMachRevivalProject">?</a><br /> 193 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 53 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 47 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 44 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 40 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 22 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 20 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 16 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 16 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 13 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a></td> - <td> 8 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a><br /> 6 <span style="background:"><font color="">Sergio Lopez</font></span><a href="http://LOCATIONMain/SergioLopez">?</a></td> + <td> 231 [[GNUMachRevivalProject]]<br /> 193 [[WebHome]]<br /> 53 [[OskitMach]]<br /> 47 [[GNUMach]]<br /> 44 [[MachHistory]]<br /> 40 [[BuildingOskitMach]]<br /> 22 [[PortToL4]]<br /> 20 [[MachConcepts]]<br /> 16 [[WebChanges]]<br /> 16 [[MicroKernelFUD]]<br /> 13 [[OskitMachPatches]]</td> + <td> 8 [[Main/TWikiGuest]]<br /> 6 [[Main/SergioLopez]]</td> </tr> <tr> <td> Nov 2005 </td> <td align="right"> 388 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 144 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 39 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 27 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 27 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 26 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 18 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 17 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 15 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 11 <span style="background:"><font color="">Micro Kernels For Beginners</font></span><a href="http://LOCATION/MicroKernelsForBeginners">?</a><br /> 10 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 9 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a></td> + <td> 144 [[WebHome]]<br /> 39 [[OskitMach]]<br /> 27 [[MachHistory]]<br /> 27 [[GNUMach]]<br /> 26 [[BuildingOskitMach]]<br /> 18 [[OskitMachStatusList]]<br /> 17 [[MachConcepts]]<br /> 15 [[PortToL4]]<br /> 11 [[MicroKernelsForBeginners]]<br /> 10 [[OskitPatches]]<br /> 9 [[OskitMachPatches]]</td> <td> </td> </tr> <tr> @@ -68,7 +68,7 @@ <td align="right"> 304 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 120 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 47 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 27 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 24 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 18 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 13 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 11 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 9 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 7 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 6 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 6 <span style="background:"><font color="">Micro Kernels For Beginners</font></span><a href="http://LOCATION/MicroKernelsForBeginners">?</a></td> + <td> 120 [[WebHome]]<br /> 47 [[OskitMach]]<br /> 27 [[MachHistory]]<br /> 24 [[GNUMach]]<br /> 18 [[BuildingOskitMach]]<br /> 13 [[PortToL4]]<br /> 11 [[MicroKernelFUD]]<br /> 9 [[OskitPatches]]<br /> 7 [[MachConcepts]]<br /> 6 [[OskitMachStatusList]]<br /> 6 [[MicroKernelsForBeginners]]</td> <td> </td> </tr> <tr> @@ -76,15 +76,15 @@ <td align="right"> 459 </td> <td align="right"> 1 </td> <td align="right"> 0 </td> - <td> 149 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 37 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 33 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 32 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 32 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 25 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 24 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 15 <span style="background:"><font color="">Micro Kernels For Beginners</font></span><a href="http://LOCATION/MicroKernelsForBeginners">?</a><br /> 14 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 14 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 12 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a></td> - <td> 1 <span style="background:"><font color="">Thomas Schwinge</font></span><a href="http://LOCATIONMain/ThomasSchwinge">?</a></td> + <td> 149 [[WebHome]]<br /> 37 [[OskitMach]]<br /> 33 [[GNUMach]]<br /> 32 [[MachHistory]]<br /> 32 [[BuildingOskitMach]]<br /> 25 [[PortToL4]]<br /> 24 [[MachConcepts]]<br /> 15 [[MicroKernelsForBeginners]]<br /> 14 [[OskitMachPatches]]<br /> 14 [[MicroKernelFUD]]<br /> 12 [[OskitPatches]]</td> + <td> 1 [[Main/ThomasSchwinge]]</td> </tr> <tr> <td> Aug 2005 </td> <td align="right"> 546 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 164 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 55 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 49 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 48 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 37 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 31 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 25 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 20 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 18 <span style="background:"><font color="">Micro Kernels For Beginners</font></span><a href="http://LOCATION/MicroKernelsForBeginners">?</a><br /> 17 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 15 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a></td> + <td> 164 [[WebHome]]<br /> 55 [[OskitMach]]<br /> 49 [[GNUMach]]<br /> 48 [[BuildingOskitMach]]<br /> 37 [[MachHistory]]<br /> 31 [[MicroKernelFUD]]<br /> 25 [[PortToL4]]<br /> 20 [[MachConcepts]]<br /> 18 [[MicroKernelsForBeginners]]<br /> 17 [[OskitMachPatches]]<br /> 15 [[OskitPatches]]</td> <td> </td> </tr> <tr> @@ -92,7 +92,7 @@ <td align="right"> 411 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 174 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 54 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 35 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 28 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 23 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 22 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 16 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 13 <span style="background:"><font color="">Micro Kernels For Beginners</font></span><a href="http://LOCATION/MicroKernelsForBeginners">?</a><br /> 12 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 10 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 9 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a></td> + <td> 174 [[WebHome]]<br /> 54 [[OskitMach]]<br /> 35 [[BuildingOskitMach]]<br /> 28 [[MachHistory]]<br /> 23 [[GNUMach]]<br /> 22 [[PortToL4]]<br /> 16 [[MachConcepts]]<br /> 13 [[MicroKernelsForBeginners]]<br /> 12 [[MicroKernelFUD]]<br /> 10 [[OskitMachPatches]]<br /> 9 [[OskitPatches]]</td> <td> </td> </tr> <tr> @@ -100,15 +100,15 @@ <td align="right"> 475 </td> <td align="right"> 1 </td> <td align="right"> 0 </td> - <td> 129 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 62 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 43 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 40 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 36 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 22 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 17 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 17 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 16 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 16 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 12 <span style="background:"><font color="">Micro Kernels For Beginners</font></span><a href="http://LOCATION/MicroKernelsForBeginners">?</a></td> - <td> 1 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a></td> + <td> 129 [[WebHome]]<br /> 62 [[OskitMach]]<br /> 43 [[MachHistory]]<br /> 40 [[GNUMach]]<br /> 36 [[BuildingOskitMach]]<br /> 22 [[MachConcepts]]<br /> 17 [[PortToL4]]<br /> 17 [[OskitMachPatches]]<br /> 16 [[OskitPatches]]<br /> 16 [[OskitMachStatusList]]<br /> 12 [[MicroKernelsForBeginners]]</td> + <td> 1 [[Main/OgnyanKulev]]</td> </tr> <tr> <td> May 2005 </td> <td align="right"> 573 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 189 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 74 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 43 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 36 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 35 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 34 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 29 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 25 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 18 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 16 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 15 <span style="background:"><font color="">Micro Kernels For Beginners</font></span><a href="http://LOCATION/MicroKernelsForBeginners">?</a></td> + <td> 189 [[WebHome]]<br /> 74 [[OskitMach]]<br /> 43 [[BuildingOskitMach]]<br /> 36 [[PortToL4]]<br /> 35 [[GNUMach]]<br /> 34 [[OskitMachStatusList]]<br /> 29 [[MachHistory]]<br /> 25 [[MachConcepts]]<br /> 18 [[OskitPatches]]<br /> 16 [[MicroKernelFUD]]<br /> 15 [[MicroKernelsForBeginners]]</td> <td> </td> </tr> <tr> @@ -116,31 +116,31 @@ <td align="right"> 548 </td> <td align="right"> 6 </td> <td align="right"> 0 </td> - <td> 260 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 57 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 39 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 29 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 23 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 21 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 20 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 15 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 15 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 14 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 12 <span style="background:"><font color="">Micro Kernels For Beginners</font></span><a href="http://LOCATION/MicroKernelsForBeginners">?</a></td> - <td> 5 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 1 <span style="background:"><font color="">Thomas Schwinge</font></span><a href="http://LOCATIONMain/ThomasSchwinge">?</a></td> + <td> 260 [[WebHome]]<br /> 57 [[OskitMach]]<br /> 39 [[MachHistory]]<br /> 29 [[BuildingOskitMach]]<br /> 23 [[MachConcepts]]<br /> 21 [[OskitMachStatusList]]<br /> 20 [[GNUMach]]<br /> 15 [[PortToL4]]<br /> 15 [[OskitPatches]]<br /> 14 [[OskitMachPatches]]<br /> 12 [[MicroKernelsForBeginners]]</td> + <td> 5 [[Main/JoachimNilsson]]<br /> 1 [[Main/ThomasSchwinge]]</td> </tr> <tr> <td> Mar 2005 </td> <td align="right"> 1155 </td> <td align="right"> 1 </td> <td align="right"> 0 </td> - <td> 372 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 91 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 82 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 80 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 73 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 66 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 52 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 46 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 37 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 32 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a><br /> 31 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a></td> - <td> 1 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a></td> + <td> 372 [[WebHome]]<br /> 91 [[OskitMach]]<br /> 82 [[GNUMach]]<br /> 80 [[BuildingOskitMach]]<br /> 73 [[OskitPatches]]<br /> 66 [[MachHistory]]<br /> 52 [[PortToL4]]<br /> 46 [[OskitMachPatches]]<br /> 37 [[MachConcepts]]<br /> 32 [[RemoteDebugOskitMach]]<br /> 31 [[MicroKernelFUD]]</td> + <td> 1 [[Main/JoachimNilsson]]</td> </tr> <tr> <td> Feb 2005 </td> <td align="right"> 704 </td> <td align="right"> 3 </td> <td align="right"> 0 </td> - <td> 254 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 73 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 69 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 55 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 55 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 40 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 38 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 25 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 23 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 21 <span style="background:"><font color="">Micro Kernels For Beginners</font></span><a href="http://LOCATION/MicroKernelsForBeginners">?</a><br /> 12 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a></td> - <td> 2 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 1 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a></td> + <td> 254 [[WebHome]]<br /> 73 [[PortToL4]]<br /> 69 [[OskitMach]]<br /> 55 [[MachHistory]]<br /> 55 [[BuildingOskitMach]]<br /> 40 [[GNUMach]]<br /> 38 [[OskitMachStatusList]]<br /> 25 [[MachConcepts]]<br /> 23 [[OskitPatches]]<br /> 21 [[MicroKernelsForBeginners]]<br /> 12 [[MicroKernelFUD]]</td> + <td> 2 [[Main/OgnyanKulev]]<br /> 1 [[Main/JoachimNilsson]]</td> </tr> <tr> <td> Jan 2005 </td> <td align="right"> 2491 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 492 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 277 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 213 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 163 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 160 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 125 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 109 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 105 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 99 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a><br /> 89 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 78 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a></td> + <td> 492 [[WebHome]]<br /> 277 [[BuildingOskitMach]]<br /> 213 [[OskitMach]]<br /> 163 [[MachHistory]]<br /> 160 [[GNUMach]]<br /> 125 [[OskitPatches]]<br /> 109 [[PortToL4]]<br /> 105 [[OskitMachStatusList]]<br /> 99 [[RemoteDebugOskitMach]]<br /> 89 [[OskitMachPatches]]<br /> 78 [[WebStatistics]]</td> <td> </td> </tr> <tr> @@ -148,7 +148,7 @@ <td align="right"> 2303 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 462 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 217 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 206 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 135 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 134 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 124 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 113 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 104 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 97 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a><br /> 82 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 75 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a></td> + <td> 462 [[WebHome]]<br /> 217 [[BuildingOskitMach]]<br /> 206 [[OskitMach]]<br /> 135 [[MachHistory]]<br /> 134 [[GNUMach]]<br /> 124 [[OskitMachStatusList]]<br /> 113 [[PortToL4]]<br /> 104 [[OskitPatches]]<br /> 97 [[RemoteDebugOskitMach]]<br /> 82 [[OskitMachPatches]]<br /> 75 [[WebStatistics]]</td> <td> </td> </tr> <tr> @@ -156,7 +156,7 @@ <td align="right"> 2199 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 456 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 233 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 172 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 122 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 116 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 97 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 94 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 92 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 91 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a><br /> 89 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 84 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a></td> + <td> 456 [[WebHome]]<br /> 233 [[BuildingOskitMach]]<br /> 172 [[OskitMach]]<br /> 122 [[GNUMach]]<br /> 116 [[MachHistory]]<br /> 97 [[PortToL4]]<br /> 94 [[OskitMachStatusList]]<br /> 92 [[OskitPatches]]<br /> 91 [[RemoteDebugOskitMach]]<br /> 89 [[WebChanges]]<br /> 84 [[WebStatistics]]</td> <td> </td> </tr> <tr> @@ -164,7 +164,7 @@ <td align="right"> 2040 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 470 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 208 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 195 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 123 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 101 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 99 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 85 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 73 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 73 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 65 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 58 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a></td> + <td> 470 [[WebHome]]<br /> 208 [[OskitMach]]<br /> 195 [[BuildingOskitMach]]<br /> 123 [[MachHistory]]<br /> 101 [[GNUMach]]<br /> 99 [[OskitMachStatusList]]<br /> 85 [[PortToL4]]<br /> 73 [[OskitPatches]]<br /> 73 [[MicroKernelFUD]]<br /> 65 [[MachConcepts]]<br /> 58 [[RemoteDebugOskitMach]]</td> <td> </td> </tr> <tr> @@ -172,7 +172,7 @@ <td align="right"> 2132 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 449 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 247 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 176 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 117 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 114 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 95 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 92 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a><br /> 84 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 83 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 69 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 57 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a></td> + <td> 449 [[WebHome]]<br /> 247 [[BuildingOskitMach]]<br /> 176 [[OskitMach]]<br /> 117 [[MachHistory]]<br /> 114 [[GNUMach]]<br /> 95 [[OskitMachStatusList]]<br /> 92 [[RemoteDebugOskitMach]]<br /> 84 [[PortToL4]]<br /> 83 [[OskitPatches]]<br /> 69 [[WebChanges]]<br /> 57 [[OskitMachPatches]]</td> <td> </td> </tr> <tr> @@ -180,7 +180,7 @@ <td align="right"> 2297 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 460 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 242 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 182 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 138 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 132 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 116 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 108 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 93 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 87 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 78 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a><br /> 66 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a></td> + <td> 460 [[WebHome]]<br /> 242 [[BuildingOskitMach]]<br /> 182 [[OskitMach]]<br /> 138 [[GNUMach]]<br /> 132 [[PortToL4]]<br /> 116 [[MachHistory]]<br /> 108 [[OskitMachStatusList]]<br /> 93 [[OskitPatches]]<br /> 87 [[MachConcepts]]<br /> 78 [[RemoteDebugOskitMach]]<br /> 66 [[WebChanges]]</td> <td> </td> </tr> <tr> @@ -188,31 +188,31 @@ <td align="right"> 1944 </td> <td align="right"> 1 </td> <td align="right"> 0 </td> - <td> 387 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 195 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 180 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 122 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 107 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 100 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 94 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 87 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 83 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 73 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a><br /> 58 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a></td> - <td> 1 <span style="background:"><font color="">Thierry Lacoste</font></span><a href="http://LOCATIONMain/ThierryLacoste">?</a></td> + <td> 387 [[WebHome]]<br /> 195 [[BuildingOskitMach]]<br /> 180 [[OskitMach]]<br /> 122 [[GNUMach]]<br /> 107 [[MachHistory]]<br /> 100 [[OskitMachStatusList]]<br /> 94 [[PortToL4]]<br /> 87 [[OskitPatches]]<br /> 83 [[MachConcepts]]<br /> 73 [[RemoteDebugOskitMach]]<br /> 58 [[OskitMachPatches]]</td> + <td> 1 [[Main/ThierryLacoste]]</td> </tr> <tr> <td> Jun 2004 </td> <td align="right"> 1358 </td> <td align="right"> 2 </td> <td align="right"> 0 </td> - <td> 315 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 144 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 132 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 85 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 78 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 65 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 55 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 53 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 41 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a><br /> 39 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 37 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a></td> - <td> 2 <span style="background:"><font color="">Fabrice Bauzac</font></span><a href="http://LOCATIONMain/FabriceBauzac">?</a></td> + <td> 315 [[WebHome]]<br /> 144 [[BuildingOskitMach]]<br /> 132 [[OskitMach]]<br /> 85 [[MachHistory]]<br /> 78 [[GNUMach]]<br /> 65 [[OskitPatches]]<br /> 55 [[PortToL4]]<br /> 53 [[OskitMachStatusList]]<br /> 41 [[RemoteDebugOskitMach]]<br /> 39 [[MachConcepts]]<br /> 37 [[OskitMachPatches]]</td> + <td> 2 [[Main/FabriceBauzac]]</td> </tr> <tr> <td> May 2004 </td> <td align="right"> 1218 </td> <td align="right"> 1 </td> <td align="right"> 0 </td> - <td> 309 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 119 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 95 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 68 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 66 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 58 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 57 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 46 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 40 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 37 <span style="background:"><font color="">Micro Kernels For Beginners</font></span><a href="http://LOCATION/MicroKernelsForBeginners">?</a><br /> 36 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a></td> - <td> 1 <span style="background:"><font color="">Kurt BKaiser</font></span><a href="http://LOCATIONMain/KurtBKaiser">?</a></td> + <td> 309 [[WebHome]]<br /> 119 [[OskitMach]]<br /> 95 [[BuildingOskitMach]]<br /> 68 [[PortToL4]]<br /> 66 [[GNUMach]]<br /> 58 [[OskitMachStatusList]]<br /> 57 [[MachHistory]]<br /> 46 [[MicroKernelFUD]]<br /> 40 [[MachConcepts]]<br /> 37 [[MicroKernelsForBeginners]]<br /> 36 [[WebChanges]]</td> + <td> 1 [[Main/KurtBKaiser]]</td> </tr> <tr> <td> Apr 2004 </td> <td align="right"> 993 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 282 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 99 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 98 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 64 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 62 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 52 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 46 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 45 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 29 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 29 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 24 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a></td> + <td> 282 [[WebHome]]<br /> 99 [[OskitMach]]<br /> 98 [[BuildingOskitMach]]<br /> 64 [[PortToL4]]<br /> 62 [[GNUMach]]<br /> 52 [[OskitMachStatusList]]<br /> 46 [[WebChanges]]<br /> 45 [[MachHistory]]<br /> 29 [[OskitPatches]]<br /> 29 [[OskitMachPatches]]<br /> 24 [[MachConcepts]]</td> <td> </td> </tr> <tr> @@ -220,23 +220,23 @@ <td align="right"> 1556 </td> <td align="right"> 6 </td> <td align="right"> 1 </td> - <td> 364 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 154 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 131 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 88 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 67 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 66 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 64 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 61 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 55 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 54 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a><br /> 52 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a></td> - <td> 6 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a><br /> 1 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a></td> + <td> 364 [[WebHome]]<br /> 154 [[BuildingOskitMach]]<br /> 131 [[OskitMach]]<br /> 88 [[GNUMach]]<br /> 67 [[OskitMachStatusList]]<br /> 66 [[WebChanges]]<br /> 64 [[OskitMachPatches]]<br /> 61 [[MachHistory]]<br /> 55 [[MicroKernelFUD]]<br /> 54 [[RemoteDebugOskitMach]]<br /> 52 [[OskitPatches]]</td> + <td> 6 [[Main/GrantBow]]<br /> 1 [[Main/OgnyanKulev]]</td> </tr> <tr> <td> Feb 2004 </td> <td align="right"> 1240 </td> <td align="right"> 3 </td> <td align="right"> 0 </td> - <td> 319 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 180 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 125 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 77 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 54 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 53 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 45 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 41 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 41 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 40 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 36 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a></td> - <td> 2 <span style="background:"><font color="">Mat Sei</font></span><a href="http://LOCATIONMain/MatSei">?</a><br /> 1 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a></td> + <td> 319 [[WebHome]]<br /> 180 [[BuildingOskitMach]]<br /> 125 [[OskitMach]]<br /> 77 [[GNUMach]]<br /> 54 [[MachHistory]]<br /> 53 [[OskitPatches]]<br /> 45 [[OskitMachPatches]]<br /> 41 [[OskitMachStatusList]]<br /> 41 [[MachConcepts]]<br /> 40 [[PortToL4]]<br /> 36 [[RemoteDebugOskitMach]]</td> + <td> 2 [[Main/MatSei]]<br /> 1 [[Main/OgnyanKulev]]</td> </tr> <tr> <td> Jan 2004 </td> <td align="right"> 1153 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 264 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 114 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 100 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 64 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 56 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 49 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 44 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 41 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 38 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a><br /> 36 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 33 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a></td> + <td> 264 [[WebHome]]<br /> 114 [[OskitMach]]<br /> 100 [[BuildingOskitMach]]<br /> 64 [[PortToL4]]<br /> 56 [[GNUMach]]<br /> 49 [[OskitMachStatusList]]<br /> 44 [[MachHistory]]<br /> 41 [[OskitPatches]]<br /> 38 [[RemoteDebugOskitMach]]<br /> 36 [[OskitMachPatches]]<br /> 33 [[WebStatistics]]</td> <td> </td> </tr> <tr> @@ -244,7 +244,7 @@ <td align="right"> 1174 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 275 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 119 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 91 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 75 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 68 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 65 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 59 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 41 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 40 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 40 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 33 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a></td> + <td> 275 [[WebHome]]<br /> 119 [[OskitMach]]<br /> 91 [[BuildingOskitMach]]<br /> 75 [[MachHistory]]<br /> 68 [[GNUMach]]<br /> 65 [[PortToL4]]<br /> 59 [[OskitMachStatusList]]<br /> 41 [[OskitPatches]]<br /> 40 [[MicroKernelFUD]]<br /> 40 [[MachConcepts]]<br /> 33 [[OskitMachPatches]]</td> <td> </td> </tr> <tr> @@ -252,7 +252,7 @@ <td align="right"> 1165 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 214 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 119 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 106 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 71 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 57 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 55 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 52 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 48 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 48 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 43 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 32 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a></td> + <td> 214 [[WebHome]]<br /> 119 [[OskitMach]]<br /> 106 [[BuildingOskitMach]]<br /> 71 [[PortToL4]]<br /> 57 [[OskitMachStatusList]]<br /> 55 [[GNUMach]]<br /> 52 [[OskitPatches]]<br /> 48 [[MicroKernelFUD]]<br /> 48 [[MachHistory]]<br /> 43 [[MachConcepts]]<br /> 32 [[WebStatistics]]</td> <td> </td> </tr> <tr> @@ -260,31 +260,31 @@ <td align="right"> 866 </td> <td align="right"> 5 </td> <td align="right"> 0 </td> - <td> 209 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 75 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 71 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 62 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 43 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 41 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 34 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 29 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a><br /> 29 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 26 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 26 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a></td> - <td> 3 <span style="background:"><font color="">John Allsup</font></span><a href="http://LOCATIONMain/JohnAllsup">?</a><br /> 2 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a></td> + <td> 209 [[WebHome]]<br /> 75 [[OskitMach]]<br /> 71 [[BuildingOskitMach]]<br /> 62 [[PortToL4]]<br /> 43 [[MachHistory]]<br /> 41 [[GNUMach]]<br /> 34 [[OskitMachStatusList]]<br /> 29 [[RemoteDebugOskitMach]]<br /> 29 [[MicroKernelFUD]]<br /> 26 [[WebStatistics]]<br /> 26 [[OskitPatches]]</td> + <td> 3 [[Main/JohnAllsup]]<br /> 2 [[Main/OgnyanKulev]]</td> </tr> <tr> <td> Sep 2003 </td> <td align="right"> 1509 </td> <td align="right"> 10 </td> <td align="right"> 0 </td> - <td> 259 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 210 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 164 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 90 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 84 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 78 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 63 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 54 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 52 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 49 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a><br /> 46 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a></td> - <td> 6 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 2 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 1 <span style="background:"><font color="">Sebastian Gabriel</font></span><a href="http://LOCATIONMain/SebastianGabriel">?</a><br /> 1 <span style="background:"><font color="">Gabor Greif</font></span><a href="http://LOCATIONMain/GaborGreif">?</a></td> + <td> 259 [[WebHome]]<br /> 210 [[BuildingOskitMach]]<br /> 164 [[OskitMach]]<br /> 90 [[OskitMachStatusList]]<br /> 84 [[OskitPatches]]<br /> 78 [[PortToL4]]<br /> 63 [[GNUMach]]<br /> 54 [[MachHistory]]<br /> 52 [[MachConcepts]]<br /> 49 [[RemoteDebugOskitMach]]<br /> 46 [[MicroKernelFUD]]</td> + <td> 6 [[Main/JoachimNilsson]]<br /> 2 [[Main/OgnyanKulev]]<br /> 1 [[Main/SebastianGabriel]]<br /> 1 [[Main/GaborGreif]]</td> </tr> <tr> <td> Aug 2003 </td> <td align="right"> 1017 </td> <td align="right"> 4 </td> <td align="right"> 0 </td> - <td> 281 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 120 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 83 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 59 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a><br /> 52 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 50 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 47 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 43 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 41 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 38 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 31 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a></td> - <td> 3 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 1 <span style="background:"><font color="">Luis Miguel</font></span><a href="http://LOCATIONMain/LuisMiguel">?</a></td> + <td> 281 [[WebHome]]<br /> 120 [[BuildingOskitMach]]<br /> 83 [[OskitMach]]<br /> 59 [[RemoteDebugOskitMach]]<br /> 52 [[GNUMach]]<br /> 50 [[OskitMachStatusList]]<br /> 47 [[MicroKernelFUD]]<br /> 43 [[MachHistory]]<br /> 41 [[OskitPatches]]<br /> 38 [[PortToL4]]<br /> 31 [[WebStatistics]]</td> + <td> 3 [[Main/OgnyanKulev]]<br /> 1 [[Main/LuisMiguel]]</td> </tr> <tr> <td> Jul 2003 </td> <td align="right"> 1049 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 265 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 145 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 122 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 60 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 48 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 46 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 43 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 41 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a><br /> 41 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 36 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 30 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a></td> + <td> 265 [[WebHome]]<br /> 145 [[BuildingOskitMach]]<br /> 122 [[OskitMach]]<br /> 60 [[GNUMach]]<br /> 48 [[OskitPatches]]<br /> 46 [[OskitMachStatusList]]<br /> 43 [[MachHistory]]<br /> 41 [[RemoteDebugOskitMach]]<br /> 41 [[MachConcepts]]<br /> 36 [[PortToL4]]<br /> 30 [[OskitMachPatches]]</td> <td> </td> </tr> <tr> @@ -292,31 +292,31 @@ <td align="right"> 1101 </td> <td align="right"> 7 </td> <td align="right"> 0 </td> - <td> 279 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 106 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 100 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 73 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 65 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 49 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 46 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 45 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 43 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 37 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 36 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a></td> - <td> 5 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 2 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a></td> + <td> 279 [[WebHome]]<br /> 106 [[OskitMach]]<br /> 100 [[BuildingOskitMach]]<br /> 73 [[MachHistory]]<br /> 65 [[GNUMach]]<br /> 49 [[PortToL4]]<br /> 46 [[OskitPatches]]<br /> 45 [[OskitMachStatusList]]<br /> 43 [[MachConcepts]]<br /> 37 [[OskitMachPatches]]<br /> 36 [[MicroKernelFUD]]</td> + <td> 5 [[Main/OgnyanKulev]]<br /> 2 [[Main/JoachimNilsson]]</td> </tr> <tr> <td> May 2003 </td> <td align="right"> 1187 </td> <td align="right"> 6 </td> <td align="right"> 0 </td> - <td> 286 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 157 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 113 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 79 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 68 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 65 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 59 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 48 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 39 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 35 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 30 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a></td> - <td> 3 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 3 <span style="background:"><font color="">Barry De Freese</font></span><a href="http://LOCATIONMain/BarryDeFreese">?</a></td> + <td> 286 [[WebHome]]<br /> 157 [[BuildingOskitMach]]<br /> 113 [[OskitMach]]<br /> 79 [[OskitPatches]]<br /> 68 [[GNUMach]]<br /> 65 [[OskitMachStatusList]]<br /> 59 [[PortToL4]]<br /> 48 [[MachHistory]]<br /> 39 [[MicroKernelFUD]]<br /> 35 [[MachConcepts]]<br /> 30 [[OskitMachPatches]]</td> + <td> 3 [[Main/OgnyanKulev]]<br /> 3 [[Main/BarryDeFreese]]</td> </tr> <tr> <td> Apr 2003 </td> <td align="right"> 985 </td> <td align="right"> 7 </td> <td align="right"> 0 </td> - <td> 225 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 104 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 79 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 59 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 56 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 55 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 53 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 46 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 29 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 27 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a><br /> 27 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a></td> - <td> 6 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 1 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a></td> + <td> 225 [[WebHome]]<br /> 104 [[OskitMach]]<br /> 79 [[BuildingOskitMach]]<br /> 59 [[OskitMachStatusList]]<br /> 56 [[OskitPatches]]<br /> 55 [[GNUMach]]<br /> 53 [[PortToL4]]<br /> 46 [[MachHistory]]<br /> 29 [[OskitMachPatches]]<br /> 27 [[RemoteDebugOskitMach]]<br /> 27 [[MicroKernelFUD]]</td> + <td> 6 [[Main/JoachimNilsson]]<br /> 1 [[Main/OgnyanKulev]]</td> </tr> <tr> <td> Mar 2003 </td> <td align="right"> 1047 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 272 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 114 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 97 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 65 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 63 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 62 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 58 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 50 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 38 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 32 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 29 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a></td> + <td> 272 [[WebHome]]<br /> 114 [[OskitMach]]<br /> 97 [[BuildingOskitMach]]<br /> 65 [[OskitMachStatusList]]<br /> 63 [[PortToL4]]<br /> 62 [[MachHistory]]<br /> 58 [[OskitPatches]]<br /> 50 [[GNUMach]]<br /> 38 [[MachConcepts]]<br /> 32 [[MicroKernelFUD]]<br /> 29 [[RemoteDebugOskitMach]]</td> <td> </td> </tr> <tr> @@ -324,40 +324,40 @@ <td align="right"> 765 </td> <td align="right"> 8 </td> <td align="right"> 1 </td> - <td> 220 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 108 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 66 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 56 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 48 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 46 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 42 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 38 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 26 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 23 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 19 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a></td> - <td> 5 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 3 <span style="background:"><font color="">Matt Grant</font></span><a href="http://LOCATIONMain/MattGrant">?</a><br /> 1 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a></td> + <td> 220 [[WebHome]]<br /> 108 [[OskitMach]]<br /> 66 [[BuildingOskitMach]]<br /> 56 [[OskitPatches]]<br /> 48 [[OskitMachStatusList]]<br /> 46 [[PortToL4]]<br /> 42 [[GNUMach]]<br /> 38 [[MachHistory]]<br /> 26 [[MicroKernelFUD]]<br /> 23 [[OskitMachPatches]]<br /> 19 [[MachConcepts]]</td> + <td> 5 [[Main/JoachimNilsson]]<br /> 3 [[Main/MattGrant]]<br /> 1 [[Main/OgnyanKulev]]</td> </tr> <tr> <td> Jan 2003 </td> <td align="right"> 1173 </td> <td align="right"> 43 </td> <td align="right"> 0 </td> - <td> 311 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 187 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 120 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 77 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 76 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 74 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 52 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 45 <span style="background:"><font color="">Useful Oskit Patches</font></span><a href="http://LOCATION/UsefulOskitPatches">?</a><br /> 36 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 31 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 27 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a></td> - <td> 18 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 12 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a><br /> 5 <span style="background:"><font color="">Matt Grant</font></span><a href="http://LOCATIONMain/MattGrant">?</a><br /> 3 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a><br /> 2 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 2 <span style="background:"><font color="">James AMorrison</font></span><a href="http://LOCATIONMain/JamesAMorrison">?</a><br /> 1 <span style="background:"><font color="">Derek Davies</font></span><a href="http://LOCATIONMain/DerekDavies">?</a></td> + <td> 311 [[WebHome]]<br /> 187 [[OskitMach]]<br /> 120 [[BuildingOskitMach]]<br /> 77 [[GNUMach]]<br /> 76 [[OskitMachStatusList]]<br /> 74 [[MachHistory]]<br /> 52 [[PortToL4]]<br /> 45 [[UsefulOskitPatches]]<br /> 36 [[OskitMachPatches]]<br /> 31 [[MachConcepts]]<br /> 27 [[OskitPatches]]</td> + <td> 18 [[Main/JoachimNilsson]]<br /> 12 [[Main/GrantBow]]<br /> 5 [[Main/MattGrant]]<br /> 3 [[Main/TWikiGuest]]<br /> 2 [[Main/OgnyanKulev]]<br /> 2 [[Main/JamesAMorrison]]<br /> 1 [[Main/DerekDavies]]</td> </tr> <tr> <td> Dec 2002 </td> <td align="right"> 869 </td> <td align="right"> 39 </td> <td align="right"> 5 </td> - <td> 254 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 130 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 65 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 65 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 57 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 55 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 54 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 53 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 36 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 23 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 21 <span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a></td> - <td> 17 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 15 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 12 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a></td> + <td> 254 [[WebHome]]<br /> 130 [[OskitMach]]<br /> 65 [[OskitPatches]]<br /> 65 [[BuildingOskitMach]]<br /> 57 [[GNUMach]]<br /> 55 [[MachHistory]]<br /> 54 [[OskitMachStatusList]]<br /> 53 [[MicroKernelFUD]]<br /> 36 [[MachConcepts]]<br /> 23 [[PortToL4]]<br /> 21 [[WebDiscuss]]</td> + <td> 17 [[Main/OgnyanKulev]]<br /> 15 [[Main/JoachimNilsson]]<br /> 12 [[Main/GrantBow]]</td> </tr> <tr> <td> Nov 2002 </td> <td align="right"> 618 </td> <td align="right"> 42 </td> <td align="right"> 7 </td> - <td> 128 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 104 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 70 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 65 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 54 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 50 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 41 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 20 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a><br /> 17 <span style="background:"><font color="">Micro Kernel Research</font></span><a href="http://LOCATION/MicroKernelResearch">?</a><br /> 9 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 9 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a></td> - <td> 32 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 11 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 6 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a></td> + <td> 128 [[OskitMach]]<br /> 104 [[WebHome]]<br /> 70 [[OskitMachStatusList]]<br /> 65 [[BuildingOskitMach]]<br /> 54 [[MachHistory]]<br /> 50 [[GNUMach]]<br /> 41 [[OskitPatches]]<br /> 20 [[RemoteDebugOskitMach]]<br /> 17 [[MicroKernelResearch]]<br /> 9 [[WebStatistics]]<br /> 9 [[WebChanges]]</td> + <td> 32 [[Main/JoachimNilsson]]<br /> 11 [[Main/OgnyanKulev]]<br /> 6 [[Main/GrantBow]]</td> </tr> <tr> <td> Oct 2002 </td> <td align="right"> 88 </td> <td align="right"> 18 </td> <td align="right"> 0 </td> - <td> 25 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 16 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 13 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 7 <span style="background:"><font color="">New Mach History</font></span><a href="http://LOCATION/NewMachHistory">?</a><br /> 6 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 6 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 4 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 3 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 2 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a><br /> 2 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 1 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a></td> - <td> 16 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 2 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a></td> + <td> 25 [[WebHome]]<br /> 16 [[OskitMach]]<br /> 13 [[MachHistory]]<br /> 7 [[NewMachHistory]]<br /> 6 [[WebPreferences]]<br /> 6 [[OskitMachStatusList]]<br /> 4 [[BuildingOskitMach]]<br /> 3 [[WebNotify]]<br /> 2 [[WebTopicList]]<br /> 2 [[GNUMach]]<br /> 1 [[WebIndex]]</td> + <td> 16 [[Main/JoachimNilsson]]<br /> 2 [[Main/GrantBow]]</td> </tr> </table> diff --git a/Main/GrantBow.mdwn b/Main/GrantBow.mdwn index 2da4a914..e98675b1 100644 --- a/Main/GrantBow.mdwn +++ b/Main/GrantBow.mdwn @@ -10,17 +10,17 @@ _Here's a list of topics I've contributed to at some point. They are listed by * <tr> <td valign="top" width="50%"> <p><nop></nop></p> - <h4><a name="Hurd_Hurd_WebChanges_WebChanges_"> </a> Hurd (<span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATIONHurd/WebChanges">?</a>) </h4> + <h4><a name="Hurd_Hurd_WebChanges_WebChanges_"> </a> Hurd ([[Hurd/WebChanges]]) </h4> <p> </p> - <p> %SEARCH{ "%TOPIC%" web="Hurd" scope="text" nosearch="on" casesensitive="on" nosummary="on" nototal="on" regex="off" order="modified" reverse="on" limit="15" header="| <strong>Topic:</strong> | <strong>Changed:</strong> | <strong>By:</strong> |" format="| <span style="background:"><font color="">$topic</font></span><a href="http://LOCATION/Webtopic">?</a> | <span style="background:"><font color="">$date</font></span><a href="http://LOCATION/SCRIPTURLrdiffSCRIPTSUFFIXwebtopic">?</a> - $rev | $wikiusername |"}% </p> + <p> %SEARCH{ "%TOPIC%" web="Hurd" scope="text" nosearch="on" casesensitive="on" nosummary="on" nototal="on" regex="off" order="modified" reverse="on" limit="15" header="| <strong>Topic:</strong> | <strong>Changed:</strong> | <strong>By:</strong> |" format="| [[Webtopic]] | [[SCRIPTURLrdiffSCRIPTSUFFIXwebtopic]] - $rev | $wikiusername |"}% </p> <p> </p> </td> <td valign="top" width="50%"> <p><nop></nop></p> - <h4><a name="Distrib_Distrib_WebChanges_WebCh"> </a> Distrib (<span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATIONDistrib/WebChanges">?</a>) </h4> - <p> %SEARCH{ "%TOPIC%" web="Distrib" scope="text" nosearch="on" casesensitive="on" nosummary="on" nototal="on" regex="off" order="modified" reverse="on" limit="15" header="| <strong>Topic:</strong> | <strong>Changed:</strong> | <strong>By:</strong> |" format="| <span style="background:"><font color="">$topic</font></span><a href="http://LOCATION/Webtopic">?</a> | <span style="background:"><font color="">$date</font></span><a href="http://LOCATION/SCRIPTURLrdiffSCRIPTSUFFIXwebtopic">?</a> - $rev | $wikiusername |"}% </p> + <h4><a name="Distrib_Distrib_WebChanges_WebCh"> </a> Distrib ([[Distrib/WebChanges]]) </h4> + <p> %SEARCH{ "%TOPIC%" web="Distrib" scope="text" nosearch="on" casesensitive="on" nosummary="on" nototal="on" regex="off" order="modified" reverse="on" limit="15" header="| <strong>Topic:</strong> | <strong>Changed:</strong> | <strong>By:</strong> |" format="| [[Webtopic]] | [[SCRIPTURLrdiffSCRIPTSUFFIXwebtopic]] - $rev | $wikiusername |"}% </p> <p> </p> </td> @@ -28,8 +28,8 @@ _Here's a list of topics I've contributed to at some point. They are listed by * <tr> <td valign="top" width="50%"> <p><nop></nop></p> - <h4><a name="GNU_GNU_WebChanges_WebChanges_"> </a> GNU (<span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATIONGNU/WebChanges">?</a>) </h4> - <p> %SEARCH{ "%TOPIC%" web="GNU" scope="text" nosearch="on" casesensitive="on" nosummary="on" nototal="on" regex="off" order="modified" reverse="on" limit="10" header="| <strong>Topic:</strong> | <strong>Changed:</strong> | <strong>By:</strong> |" format="| <span style="background:"><font color="">$topic</font></span><a href="http://LOCATION/Webtopic">?</a> | <span style="background:"><font color="">$date</font></span><a href="http://LOCATION/SCRIPTURLrdiffSCRIPTSUFFIXwebtopic">?</a> - $rev | $wikiusername |"}% </p> + <h4><a name="GNU_GNU_WebChanges_WebChanges_"> </a> GNU ([[GNU/WebChanges]]) </h4> + <p> %SEARCH{ "%TOPIC%" web="GNU" scope="text" nosearch="on" casesensitive="on" nosummary="on" nototal="on" regex="off" order="modified" reverse="on" limit="10" header="| <strong>Topic:</strong> | <strong>Changed:</strong> | <strong>By:</strong> |" format="| [[Webtopic]] | [[SCRIPTURLrdiffSCRIPTSUFFIXwebtopic]] - $rev | $wikiusername |"}% </p> <p> </p> </td> @@ -41,15 +41,15 @@ _Here's a list of topics I've contributed to at some point. They are listed by * <tr> <td valign="top" width="50%"> <p><nop></nop></p> - <h4><a name="Main_Main_WebChanges_WebChanges_"> </a> Main (<span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATIONMain/WebChanges">?</a>) </h4> - <p> %SEARCH{ "%TOPIC%" web="Main" scope="text" nosearch="on" casesensitive="on" nosummary="on" nototal="on" regex="off" order="modified" reverse="on" limit="10" header="| <strong>Topic:</strong> | <strong>Changed:</strong> | <strong>By:</strong> |" format="| <span style="background:"><font color="">$topic</font></span><a href="http://LOCATION/Webtopic">?</a> | <span style="background:"><font color="">$date</font></span><a href="http://LOCATION/SCRIPTURLrdiffSCRIPTSUFFIXwebtopic">?</a> - $rev | $wikiusername |"}% </p> + <h4><a name="Main_Main_WebChanges_WebChanges_"> </a> Main ([[Main/WebChanges]]) </h4> + <p> %SEARCH{ "%TOPIC%" web="Main" scope="text" nosearch="on" casesensitive="on" nosummary="on" nototal="on" regex="off" order="modified" reverse="on" limit="10" header="| <strong>Topic:</strong> | <strong>Changed:</strong> | <strong>By:</strong> |" format="| [[Webtopic]] | [[SCRIPTURLrdiffSCRIPTSUFFIXwebtopic]] - $rev | $wikiusername |"}% </p> <p> </p> </td> <td valign="top" width="50%"> <p><nop></nop></p> - <h4><a name="TWiki_TWiki_WebChanges_WebChange"> </a> TWiki (<span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATIONTWiki/WebChanges">?</a>) </h4> - <p> %SEARCH{ "%TOPIC%" web="TWiki" scope="text" nosearch="on" casesensitive="on" nosummary="on" nototal="on" regex="off" order="modified" reverse="on" limit="10" header="| <strong>Topic:</strong> | <strong>Changed:</strong> | <strong>By:</strong> |" format="| <span style="background:"><font color="">$topic</font></span><a href="http://LOCATION/Webtopic">?</a> | <span style="background:"><font color="">$date</font></span><a href="http://LOCATION/SCRIPTURLrdiffSCRIPTSUFFIXwebtopic">?</a> - $rev | $wikiusername |"}% </p> + <h4><a name="TWiki_TWiki_WebChanges_WebChange"> </a> TWiki ([[TWiki/WebChanges]]) </h4> + <p> %SEARCH{ "%TOPIC%" web="TWiki" scope="text" nosearch="on" casesensitive="on" nosummary="on" nototal="on" regex="off" order="modified" reverse="on" limit="10" header="| <strong>Topic:</strong> | <strong>Changed:</strong> | <strong>By:</strong> |" format="| [[Webtopic]] | [[SCRIPTURLrdiffSCRIPTSUFFIXwebtopic]] - $rev | $wikiusername |"}% </p> <p> </p> </td> diff --git a/Main/HurdGnuFansOrg.mdwn b/Main/HurdGnuFansOrg.mdwn index 00b57827..9bd5009f 100644 --- a/Main/HurdGnuFansOrg.mdwn +++ b/Main/HurdGnuFansOrg.mdwn @@ -10,7 +10,7 @@ This site focuses on providing a user-centric & update-able (hopefully the m You must use the Grub Boot Loader (not Lilo) to boot a Debian GNU/Hurd system. A total of two gigabytes of unpartitioned disk space is more than enough for an installation. The best installation information is [available here](http://www.debian.org/ports/hurd/hurd-install). There are also a couple different Hurd [[Hurd/FrequentlyAskedQuestions]], a freenode.net IRC [[Hurd/HurdIRC]] and several different [[Hurd/MailLists]] with searchable archives. Please make an attempt to answer your own questions first using archives, this site or drop by the IRC channel (if someone is online that can answer your question). Any possible coding time (resources) available to the core developers can then be spent working on the tough [[Hurd/KnownHurdLimits]] with the architecture. :-) -<div align="right"><span style="background:"><font color="">More Info</font></span><a href="http://LOCATIONHurd/WebHome">?</a></div> +<div align="right">[[Hurd/WebHome]]</div> ## <a name="What_specifically_is_the_Hurd_"> What specifically is the Hurd? </a> @@ -26,7 +26,7 @@ The word "Hurd" is commonly used to refer to one of the following: The [[Hurd/WebHome]] supplies the last piece needed for a complete [[GNU/WebHome]] operating system as originally conceived by Richard M Stallman (RMS) in 1983. The GNU vision directly drove the creation and has guided the evolution of the Free Software Foundation ([FSF](http://www.fsf.org)), the organization that is the home of the entire [GNU project](http://www.gnu.org/gnu/). -<div align="right"><span style="background:"><font color="">More info</font></span><a href="http://LOCATIONHurd/HurdNames">?</a></div> +<div align="right">[[Hurd/HurdNames]]</div> ## <a name="What_s_the_current_status_of_the"> What's the current status of the Hurd? </a> @@ -36,7 +36,7 @@ Even most of the core developers do not use a Debian GNU/Hurd system as their pr Community resources for related projects focus around the official website <http://hurd.gnu.org>, this site at <http://hurd.gnufans.org>, the [[Hurd/MailLists]] and the [[Hurd/HurdIRC]] channel. -<div align="right"><span style="background:"><font color="">More info</font></span><a href="http://LOCATIONHurd/GNUHurdStatus">?</a></div> +<div align="right">[[Hurd/GNUHurdStatus]]</div> ## <a name="Can_I_add_some_information_to_th"> Can I add some information to the pages here? </a> @@ -44,7 +44,7 @@ Yes, this is encouraged! If you are not familiar with the TWiki collaboration to In an ideal Wiki, everyone is equal and shares equal rights, liberties, responsibilities and common sense. Please respect the guidelines described in the [[TWIKIWEBGoodStyle]] topic and please try to match the "tone" of your topics and edits with the existing topics. If we all pull in the same direction the site will be more useful for everyone, especially for our own use. No account is necessary for **browsing**. _We prefer that you create your own [[Main/TWikiUsers]] (free, relatively painless process) using the %TWIKIWEB%.TWikiRegistration page when **contributing**._ You may also use the [[Main/TWikiGuest]] account when contributing. -<div align="right"><span style="background:"><font color="">More info</font></span><a href="http://LOCATIONTWiki/WelcomeGuest">?</a></div> +<div align="right">[[TWiki/WelcomeGuest]]</div> ## <a name="How_is_this_site_arranged_"> How is this site arranged? </a> @@ -56,7 +56,7 @@ Here are some more Wiki conventions and terminology that you will see again. Eac Further information about this site and how it was created can be found in the [[TWikiColophon]]. Our site runs the custom-developed GNU skin by default. There is a [[Main/HurdGnuFansOrgDiscuss]] for discussion about the contents of this specific page as well. -<div align="right"><span style="background:"><font color="">More info</font></span><a href="http://LOCATIONMain/WebHome">?</a></div> +<div align="right">[[Main/WebHome]]</div> <div> <center> Welcome to the world of Free Software and the GNU Operating System! <p><em>Remember, no question is too stupid and no problem too small -- We've all been beginners</em></p> diff --git a/Main/HurdGnuFansOrg/twikiRobot121x54.gif b/Main/HurdGnuFansOrg/twikiRobot121x54.gif Binary files differnew file mode 100644 index 00000000..832c5498 --- /dev/null +++ b/Main/HurdGnuFansOrg/twikiRobot121x54.gif diff --git a/Main/HurdGnuFansOrgDiscuss/hurdwikigen.cgi b/Main/HurdGnuFansOrgDiscuss/hurdwikigen.cgi new file mode 100644 index 00000000..feea04d0 --- /dev/null +++ b/Main/HurdGnuFansOrgDiscuss/hurdwikigen.cgi @@ -0,0 +1,81 @@ +#!/usr/bin/python +# This is a crude python script used to cut out the contents of +# a wiki page for use in an ordinary page. +# +# Original version for WikiMoinMoin by <JAkov AT vmlinux DOT org> +# Refined and added caching including conversion to TWiki, but +# still a big hack, by <Joachim AT vmlinux DOT org> +# +# This script can be used freely under the traditional BSD license, +# without the advertising clause. +# + + +import fileinput +import string +import os +import os.path +from os.path import getmtime, exists +import sys +import cgi +from types import ListType + + +# Set an appropriate CGI header. +print "Content-type: text/html\r\n\r\n" + +## +# Creates a HTML page, filename, from the given URL. +# The HTML is extracted with lynx and parsed for the occurrence of +# the <!-- MESSAGESEPARATOR --> comment tag. All HTML between the +# first and last tag is written to filename. +# +def create_html (filename, url): + f = open (filename, 'w') + raw_data = os.popen ('/usr/bin/lynx -source ' + url).read () + cooked_data = string.replace (raw_data, "PageTop", "PageBottom") + raw_data = string.split (cooked_data, "<a name=\"PageBottom\"></a>") + f.write (raw_data[1]) + f.close () + return + +form = cgi.FieldStorage () +web = form.getvalue ("web", "") +page = form.getvalue ("topic", "") +#page = sys.argv[1] + +wiki_file = '/home/virtual/gnufans.org/hurd/data/' + web + '/' + page + '.txt' +wiki_url = 'http://hurd.gnufans.org/bin/view/' + web +'/' + page + '?skin=plain' +html_file = '/home/virtual/gnufans.org/hurd/spool/' + web + "-" + page + +#print "<h2Debugging info:</h2>" +#print 'wiki_file="' + wiki_file + '"' +#print 'wiki_url="' + wiki_url + '"' +#print 'html_file=' + html_file + '"' + + +if not exists (wiki_file): + print "The page " + wiki_url + "does not exist!" + exit + +if not exists (html_file): +# print "Creating html file." + create_html (html_file, wiki_url) +else: +# print "Reading file modification times." + wiki_file_time = getmtime (wiki_file) + html_file_time = getmtime (html_file) + +# print wiki_file_time +# print html_file_time + + if wiki_file_time > html_file_time: +# print "Wiki file newer than html file." + create_html (html_file, wiki_url) + +# Print contents of spool file to stdout +document = open (html_file, 'r') +content = document.read () + +print content + diff --git a/Main/JoachimNilsson.mdwn b/Main/JoachimNilsson.mdwn index 0238b707..c0fc6bd3 100644 --- a/Main/JoachimNilsson.mdwn +++ b/Main/JoachimNilsson.mdwn @@ -7,7 +7,7 @@ <li> Phone: +46(0)21-123348 </li> <li> Work: AB �ngpannef�reningen, V�ster�s, <a href="http://www.afconsult.com" target="_top">http://www.afconsult.com</a></li> <li> Home: <a href="http://gnufans.org/joachim/" target="_top">http://gnufans.org/joachim/</a></li> - <li> Location: <span style="background:"><font color="">Vasteras Office</font></span><a href="http://LOCATION/VasterasOffice">?</a>, <a href="http://www.sweden.com" target="_top">Sweden</a></li> + <li> Location: [[VasterasOffice]], <a href="http://www.sweden.com" target="_top">Sweden</a></li> <li> Comment: Local TWiki admin guy </li> </ul> </td> diff --git a/Main/JoachimNilsson/crash.jpg b/Main/JoachimNilsson/crash.jpg Binary files differnew file mode 100644 index 00000000..a91fafff --- /dev/null +++ b/Main/JoachimNilsson/crash.jpg diff --git a/Main/JoachimNilsson/jo.jpg b/Main/JoachimNilsson/jo.jpg Binary files differnew file mode 100644 index 00000000..ff19de28 --- /dev/null +++ b/Main/JoachimNilsson/jo.jpg diff --git a/Main/MySQL/myodbc-2.50.39-nt.zip b/Main/MySQL/myodbc-2.50.39-nt.zip Binary files differnew file mode 100644 index 00000000..38db1c1b --- /dev/null +++ b/Main/MySQL/myodbc-2.50.39-nt.zip diff --git a/Main/WebHome.mdwn b/Main/WebHome.mdwn index 8d4c155a..133516dd 100644 --- a/Main/WebHome.mdwn +++ b/Main/WebHome.mdwn @@ -13,32 +13,32 @@ Please start where we %TWIKIWEB%.WelcomeGuests; it is a topic explaining what th <tr> <td valign="top" width="65%"> <p> There is an expanding community of people developing and running test Debian GNU/Hurd machines. Many have already registered on this TWiki system and contributed information directly to this site. We have also linked to all the relevant data you can find on other sites. </p> - <p> The two key resources most often used for communication are the Debian and GNU <span style="background:"><font color="">Mail Lists</font></span><a href="http://LOCATIONHurd/MailLists">?</a>, as well as the <span style="background:"><font color="">Hurd IRC</font></span><a href="http://LOCATIONHurd/HurdIRC">?</a>. </p> + <p> The two key resources most often used for communication are the Debian and GNU [[Hurd/MailLists]], as well as the [[Hurd/HurdIRC]]. </p> <p> </p> <dl> - <dt><span style="background:"><font color="">Mail Lists</font></span><a href="http://LOCATIONHurd/MailLists">?</a></dt> + <dt>[[Hurd/MailLists]]</dt> <dd> Available mailing lists </dd> </dl> <p><a href="http://hurd.gnufans.org/bin/view/Hurd/WebHome" target="_top">Hurd Wiki</a></p> <dl> - <dt><span style="background:"><font color="">Hurd IRC</font></span><a href="http://LOCATIONHurd/HurdIRC">?</a></dt> + <dt>[[Hurd/HurdIRC]]</dt> <dd> </dd> - <dt><span style="background:"><font color="">Who Runs GNU</font></span><a href="http://LOCATIONHurd/WhoRunsGNU">?</a></dt> + <dt>[[Hurd/WhoRunsGNU]]</dt> <dd> </dd> - <dt><span style="background:"><font color="">Hurd Developers</font></span><a href="http://LOCATIONHurd/HurdDevelopers">?</a></dt> + <dt>[[Hurd/HurdDevelopers]]</dt> <dd> Who's who? </dd> - <dt><span style="background:"><font color="">Personal Hurd Pages</font></span><a href="http://LOCATIONHurd/PersonalHurdPages">?</a></dt> + <dt>[[Hurd/PersonalHurdPages]]</dt> <dd> Users with Hurd wiki pages </dd> - <dt><span style="background:"><font color="">User Groups</font></span><a href="http://LOCATIONHurd/UserGroups">?</a></dt> + <dt>[[Hurd/UserGroups]]</dt> <dd> Canadian, French &amp; Russian </dd> - <dt><span style="background:"><font color="">Hurd Conferences</font></span><a href="http://LOCATIONHurd/HurdConferences">?</a></dt> + <dt>[[Hurd/HurdConferences]]</dt> <dd> Meetings either directly held for the Hurd or with significant Hurd developer attendance. </dd> </dl> <p><a href="http://www.gnu.org/software/hurd/users-guide/using_gnuhurd.html" target="_top">Hurd User's Guide</a>. </p> - <p> The main HTML page for <a href="http://hurd.gnufans.org" target="_top">http://hurd.gnufans.org</a> is located at <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a> but has restricted editing. If you are interested in helping us better represent the site to new and returning users (by helping edit the front page) you are encouraged to participate in the discussion held in the <span style="background:"><font color="">Hurd Gnu Fans Org Discuss</font></span><a href="http://LOCATION/HurdGnuFansOrgDiscuss">?</a> topic. </p> + <p> The main HTML page for <a href="http://hurd.gnufans.org" target="_top">http://hurd.gnufans.org</a> is located at [[HurdGnuFansOrg]] but has restricted editing. If you are interested in helping us better represent the site to new and returning users (by helping edit the front page) you are encouraged to participate in the discussion held in the [[HurdGnuFansOrgDiscuss]] topic. </p> <p> </p> </td> @@ -47,21 +47,21 @@ Please start where we %TWIKIWEB%.WelcomeGuests; it is a topic explaining what th </p> <table border="1" cellpadding="1" cellspacing="0"> <tr> - <th bgcolor="#99CCCC"><strong>Hot Topics <font size="-1">(<span style="background:"><font color="">more</font></span><a href="http://LOCATION/WebStatistics">?</a>)</font></strong></th> + <th bgcolor="#99CCCC"><strong>Hot Topics <font size="-1">([[WebStatistics]])</font></strong></th> <th bgcolor="#99CCCC"><strong>Top Contributors</strong></th> </tr> </table> %INCLUDE{"WebStatistics" pattern=".*?\-\-statTopContributors\-\-\&gt;[^\|]+\|[^\|]+\|[^\|]+\|[^\|]+\|[^\|]+\|[^\|]+(\|[^\|]+\|[^\|]+\|).*"}% <p> - </p><input name="search" size="20" type="text" /> <input type="submit" value="Search %WEB%" /><br /><font size="-1">More search options in <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a></font><br /> + </p><input name="search" size="20" type="text" /> <input type="submit" value="Search %WEB%" /><br /><font size="-1">More search options in [[WebSearch]]</font><br /> <p> Here, Web refers to the Main Web. </p> <p> </p> <ul> - <li><span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a> - alphabetical </li> - <li><span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a> - by modification time <ul> - <li><span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a> - email alerts </li> + <li>[[WebIndex]] - alphabetical </li> + <li>[[WebChanges]] - by modification time <ul> + <li>[[WebNotify]] - email alerts </li> </ul> </li> - <li><span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a> - settings </li> + <li>[[WebPreferences]] - settings </li> </ul> <p> </p> diff --git a/Main/WebPreferences/logo.jpg b/Main/WebPreferences/logo.jpg Binary files differnew file mode 100644 index 00000000..b8ff2779 --- /dev/null +++ b/Main/WebPreferences/logo.jpg diff --git a/Main/WebPreferences/logo.png b/Main/WebPreferences/logo.png Binary files differnew file mode 100644 index 00000000..2090f9db --- /dev/null +++ b/Main/WebPreferences/logo.png diff --git a/Main/WebStatistics.mdwn b/Main/WebStatistics.mdwn index 2a9d3ab8..a70a8086 100644 --- a/Main/WebStatistics.mdwn +++ b/Main/WebStatistics.mdwn @@ -28,288 +28,288 @@ <td align="right"> 202 </td> <td align="right"> 9 </td> <td align="right"> 0 </td> - <td> 55 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 40 <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a><br /> 11 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a><br /> 9 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 6 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a><br /> 5 <span style="background:"><font color="">TWiki Groups</font></span><a href="http://LOCATION/TWikiGroups">?</a><br /> 4 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 4 <span style="background:"><font color="">Personal Hurd Pages</font></span><a href="http://LOCATION/PersonalHurdPages">?</a><br /> 4 <span style="background:"><font color="">Alfred Heimsoth</font></span><a href="http://LOCATION/AlfredHeimsoth">?</a><br /> 4 <span style="background:"><font color="">Aaron Hawley</font></span><a href="http://LOCATION/AaronHawley">?</a><br /> 3 <span style="background:"><font color="">Wolfgang J</font></span><a href="http://LOCATION/WolfgangJ">?</a></td> - <td> 2 <span style="background:"><font color="">Thomas Schwinge</font></span><a href="http://LOCATIONMain/ThomasSchwinge">?</a><br /> 2 <span style="background:"><font color="">Jonathan BFiliatrault</font></span><a href="http://LOCATIONMain/JonathanBFiliatrault">?</a><br /> 2 <span style="background:"><font color="">As Hawley</font></span><a href="http://LOCATIONTrash/AsHawley">?</a><br /> 2 <span style="background:"><font color="">Aaron Hawley</font></span><a href="http://LOCATIONMain/AaronHawley">?</a><br /> 1 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a></td> + <td> 55 [[WebHome]]<br /> 40 [[HurdGnuFansOrg]]<br /> 11 [[TWikiUsers]]<br /> 9 [[WebIndex]]<br /> 6 [[JoachimNilsson]]<br /> 5 [[TWikiGroups]]<br /> 4 [[WebChanges]]<br /> 4 [[PersonalHurdPages]]<br /> 4 [[AlfredHeimsoth]]<br /> 4 [[AaronHawley]]<br /> 3 [[WolfgangJ]]</td> + <td> 2 [[Main/ThomasSchwinge]]<br /> 2 [[Main/JonathanBFiliatrault]]<br /> 2 [[Trash/AsHawley]]<br /> 2 [[Main/AaronHawley]]<br /> 1 [[Main/JoachimNilsson]]</td> </tr> <tr> <td> Mar 2005 </td> <td align="right"> 1294 </td> <td align="right"> 21 </td> <td align="right"> 0 </td> - <td> 175 <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a><br /> 149 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 22 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 22 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a><br /> 20 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 18 <span style="background:"><font color="">Personal Hurd Pages</font></span><a href="http://LOCATION/PersonalHurdPages">?</a><br /> 18 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a><br /> 15 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATION/OgnyanKulev">?</a><br /> 10 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATION/GrantBow">?</a><br /> 8 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 8 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a></td> - <td> 2 <span style="background:"><font color="">Thomas Samson</font></span><a href="http://LOCATIONMain/ThomasSamson">?</a><br /> 2 <span style="background:"><font color="">The Duck</font></span><a href="http://LOCATIONMain/TheDuck">?</a><br /> 2 <span style="background:"><font color="">Subin Gnagadharan</font></span><a href="http://LOCATIONMain/SubinGnagadharan">?</a><br /> 2 <span style="background:"><font color="">Nowhere Man</font></span><a href="http://LOCATIONMain/NowhereMan">?</a><br /> 2 <span style="background:"><font color="">Michael Han</font></span><a href="http://LOCATIONMain/MichaelHan">?</a><br /> 2 <span style="background:"><font color="">Juho Mantysaari</font></span><a href="http://LOCATIONMain/JuhoMantysaari">?</a><br /> 2 <span style="background:"><font color="">David Butler</font></span><a href="http://LOCATIONMain/DavidButler">?</a><br /> 2 <span style="background:"><font color="">Christophe Devine</font></span><a href="http://LOCATIONMain/ChristopheDevine">?</a><br /> 2 <span style="background:"><font color="">Anurag Patel</font></span><a href="http://LOCATIONMain/AnuragPatel">?</a><br /> 1 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a><br /> 1 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a></td> + <td> 175 [[HurdGnuFansOrg]]<br /> 149 [[WebHome]]<br /> 22 [[WebIndex]]<br /> 22 [[TWikiUsers]]<br /> 20 [[WebChanges]]<br /> 18 [[PersonalHurdPages]]<br /> 18 [[JoachimNilsson]]<br /> 15 [[OgnyanKulev]]<br /> 10 [[GrantBow]]<br /> 8 [[WebStatistics]]<br /> 8 [[WebPreferences]]</td> + <td> 2 [[Main/ThomasSamson]]<br /> 2 [[Main/TheDuck]]<br /> 2 [[Main/SubinGnagadharan]]<br /> 2 [[Main/NowhereMan]]<br /> 2 [[Main/MichaelHan]]<br /> 2 [[Main/JuhoMantysaari]]<br /> 2 [[Main/DavidButler]]<br /> 2 [[Main/ChristopheDevine]]<br /> 2 [[Main/AnuragPatel]]<br /> 1 [[Main/TWikiGuest]]<br /> 1 [[Main/OgnyanKulev]]</td> </tr> <tr> <td> Feb 2005 </td> <td align="right"> 956 </td> <td align="right"> 33 </td> <td align="right"> 0 </td> - <td> 164 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 142 <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a><br /> 73 <span style="background:"><font color="">Luis Miguel</font></span><a href="http://LOCATION/LuisMiguel">?</a><br /> 62 <span style="background:"><font color="">Travis Barker</font></span><a href="http://LOCATION/TravisBarker">?</a><br /> 53 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 51 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 32 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a><br /> 30 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a><br /> 15 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 13 <span style="background:"><font color="">TWiki Groups</font></span><a href="http://LOCATION/TWikiGroups">?</a><br /> 13 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATION/GrantBow">?</a></td> - <td> 7 <span style="background:"><font color="">Michael Adams</font></span><a href="http://LOCATIONMain/MichaelAdams">?</a><br /> 5 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 2 <span style="background:"><font color="">Takao Yamashita</font></span><a href="http://LOCATIONMain/TakaoYamashita">?</a><br /> 2 <span style="background:"><font color="">Roy Falk</font></span><a href="http://LOCATIONMain/RoyFalk">?</a><br /> 2 <span style="background:"><font color="">Pi Ni</font></span><a href="http://LOCATIONMain/PiNi">?</a><br /> 2 <span style="background:"><font color="">Philip Charles</font></span><a href="http://LOCATIONMain/PhilipCharles">?</a><br /> 2 <span style="background:"><font color="">Marick Intl</font></span><a href="http://LOCATIONMain/MarickIntl">?</a><br /> 2 <span style="background:"><font color="">Free NSK</font></span><a href="http://LOCATIONMain/FreeNSK">?</a><br /> 2 <span style="background:"><font color="">Duc Od</font></span><a href="http://LOCATIONMain/DucOd">?</a><br /> 2 <span style="background:"><font color="">Anivar Aravind</font></span><a href="http://LOCATIONMain/AnivarAravind">?</a><br /> 2 <span style="background:"><font color="">Alexandre Buisse</font></span><a href="http://LOCATIONMain/AlexandreBuisse">?</a></td> + <td> 164 [[WebHome]]<br /> 142 [[HurdGnuFansOrg]]<br /> 73 [[LuisMiguel]]<br /> 62 [[TravisBarker]]<br /> 53 [[WebIndex]]<br /> 51 [[WebChanges]]<br /> 32 [[JoachimNilsson]]<br /> 30 [[TWikiUsers]]<br /> 15 [[WebSearch]]<br /> 13 [[TWikiGroups]]<br /> 13 [[GrantBow]]</td> + <td> 7 [[Main/MichaelAdams]]<br /> 5 [[Main/JoachimNilsson]]<br /> 2 [[Main/TakaoYamashita]]<br /> 2 [[Main/RoyFalk]]<br /> 2 [[Main/PiNi]]<br /> 2 [[Main/PhilipCharles]]<br /> 2 [[Main/MarickIntl]]<br /> 2 [[Main/FreeNSK]]<br /> 2 [[Main/DucOd]]<br /> 2 [[Main/AnivarAravind]]<br /> 2 [[Main/AlexandreBuisse]]</td> </tr> <tr> <td> Jan 2005 </td> <td align="right"> 6715 </td> <td align="right"> 41 </td> <td align="right"> 0 </td> - <td> 464 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 292 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a><br /> 270 <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a><br /> 223 <span style="background:"><font color="">Luis Miguel</font></span><a href="http://LOCATION/LuisMiguel">?</a><br /> 175 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 174 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 172 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 164 <span style="background:"><font color="">Travis Barker</font></span><a href="http://LOCATION/TravisBarker">?</a><br /> 126 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATION/GrantBow">?</a><br /> 123 <span style="background:"><font color="">Hurd Gnu Fans Org Discuss</font></span><a href="http://LOCATION/HurdGnuFansOrgDiscuss">?</a><br /> 108 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a></td> - <td> 4 <span style="background:"><font color="">Test User</font></span><a href="http://LOCATIONMain/TestUser">?</a><br /> 4 <span style="background:"><font color="">Lu Wang</font></span><a href="http://LOCATIONMain/LuWang">?</a><br /> 3 <span style="background:"><font color="">Caren Tang</font></span><a href="http://LOCATIONMain/CarenTang">?</a><br /> 2 <span style="background:"><font color="">Zhao Yi</font></span><a href="http://LOCATIONMain/ZhaoYi">?</a><br /> 2 <span style="background:"><font color="">Zhang Shuang</font></span><a href="http://LOCATIONMain/ZhangShuang">?</a><br /> 2 <span style="background:"><font color="">Zhang Jun</font></span><a href="http://LOCATIONMain/ZhangJun">?</a><br /> 2 <span style="background:"><font color="">Zhang Jian</font></span><a href="http://LOCATIONMain/ZhangJian">?</a><br /> 2 <span style="background:"><font color="">Qin Feng</font></span><a href="http://LOCATIONMain/QinFeng">?</a><br /> 2 <span style="background:"><font color="">Ph Url</font></span><a href="http://LOCATIONMain/PhUrl">?</a><br /> 2 <span style="background:"><font color="">Nick Croft</font></span><a href="http://LOCATIONMain/NickCroft">?</a><br /> 2 <span style="background:"><font color="">Li Yan</font></span><a href="http://LOCATIONMain/LiYan">?</a></td> + <td> 464 [[WebHome]]<br /> 292 [[TWikiUsers]]<br /> 270 [[HurdGnuFansOrg]]<br /> 223 [[LuisMiguel]]<br /> 175 [[WebChanges]]<br /> 174 [[WebStatistics]]<br /> 172 [[WebIndex]]<br /> 164 [[TravisBarker]]<br /> 126 [[GrantBow]]<br /> 123 [[HurdGnuFansOrgDiscuss]]<br /> 108 [[JoachimNilsson]]</td> + <td> 4 [[Main/TestUser]]<br /> 4 [[Main/LuWang]]<br /> 3 [[Main/CarenTang]]<br /> 2 [[Main/ZhaoYi]]<br /> 2 [[Main/ZhangShuang]]<br /> 2 [[Main/ZhangJun]]<br /> 2 [[Main/ZhangJian]]<br /> 2 [[Main/QinFeng]]<br /> 2 [[Main/PhUrl]]<br /> 2 [[Main/NickCroft]]<br /> 2 [[Main/LiYan]]</td> </tr> <tr> <td> Dec 2004 </td> <td align="right"> 6581 </td> <td align="right"> 24 </td> <td align="right"> 0 </td> - <td> 462 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a><br /> 370 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 271 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 261 <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a><br /> 229 <span style="background:"><font color="">Luis Miguel</font></span><a href="http://LOCATION/LuisMiguel">?</a><br /> 190 <span style="background:"><font color="">Travis Barker</font></span><a href="http://LOCATION/TravisBarker">?</a><br /> 166 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 163 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 152 <span style="background:"><font color="">Hurd Gnu Fans Org Discuss</font></span><a href="http://LOCATION/HurdGnuFansOrgDiscuss">?</a><br /> 132 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a><br /> 131 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATION/GrantBow">?</a></td> - <td> 6 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 3 <span style="background:"><font color="">Travis Barker</font></span><a href="http://LOCATIONMain/TravisBarker">?</a><br /> 3 <span style="background:"><font color="">Hotlin JM</font></span><a href="http://LOCATIONMain/HotlinJM">?</a><br /> 2 <span style="background:"><font color="">Sean DEpagnier</font></span><a href="http://LOCATIONMain/SeanDEpagnier">?</a><br /> 2 <span style="background:"><font color="">Marion Willow</font></span><a href="http://LOCATIONMain/MarionWillow">?</a><br /> 2 <span style="background:"><font color="">Loganaden Velvindron</font></span><a href="http://LOCATIONMain/LoganadenVelvindron">?</a><br /> 2 <span style="background:"><font color="">Li Yan</font></span><a href="http://LOCATIONMain/LiYan">?</a><br /> 1 <span style="background:"><font color="">Yu Lan</font></span><a href="http://LOCATIONMain/YuLan">?</a><br /> 1 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a><br /> 1 <span style="background:"><font color="">Matteo Sacchi</font></span><a href="http://LOCATIONMain/MatteoSacchi">?</a><br /> 1 <span style="background:"><font color="">Barry De Freese</font></span><a href="http://LOCATIONMain/BarryDeFreese">?</a></td> + <td> 462 [[TWikiUsers]]<br /> 370 [[WebHome]]<br /> 271 [[WebStatistics]]<br /> 261 [[HurdGnuFansOrg]]<br /> 229 [[LuisMiguel]]<br /> 190 [[TravisBarker]]<br /> 166 [[WebChanges]]<br /> 163 [[WebIndex]]<br /> 152 [[HurdGnuFansOrgDiscuss]]<br /> 132 [[JoachimNilsson]]<br /> 131 [[GrantBow]]</td> + <td> 6 [[Main/JoachimNilsson]]<br /> 3 [[Main/TravisBarker]]<br /> 3 [[Main/HotlinJM]]<br /> 2 [[Main/SeanDEpagnier]]<br /> 2 [[Main/MarionWillow]]<br /> 2 [[Main/LoganadenVelvindron]]<br /> 2 [[Main/LiYan]]<br /> 1 [[Main/YuLan]]<br /> 1 [[Main/TWikiGuest]]<br /> 1 [[Main/MatteoSacchi]]<br /> 1 [[Main/BarryDeFreese]]</td> </tr> <tr> <td> Nov 2004 </td> <td align="right"> 5997 </td> <td align="right"> 11 </td> <td align="right"> 0 </td> - <td> 381 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a><br /> 261 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 252 <span style="background:"><font color="">Luis Miguel</font></span><a href="http://LOCATION/LuisMiguel">?</a><br /> 223 <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a><br /> 218 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 201 <span style="background:"><font color="">Travis Barker</font></span><a href="http://LOCATION/TravisBarker">?</a><br /> 153 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 153 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 134 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a><br /> 133 <span style="background:"><font color="">Hurd Gnu Fans Org Discuss</font></span><a href="http://LOCATION/HurdGnuFansOrgDiscuss">?</a><br /> 117 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATION/GrantBow">?</a></td> - <td> 3 <span style="background:"><font color="">Ron Ren</font></span><a href="http://LOCATIONMain/RonRen">?</a><br /> 2 <span style="background:"><font color="">Zhi Xiongkang</font></span><a href="http://LOCATIONMain/ZhiXiongkang">?</a><br /> 2 <span style="background:"><font color="">The Arthur</font></span><a href="http://LOCATIONMain/TheArthur">?</a><br /> 2 <span style="background:"><font color="">Dan Adrian Valentin</font></span><a href="http://LOCATIONMain/DanAdrianValentin">?</a><br /> 2 <span style="background:"><font color="">Andrew Cohen</font></span><a href="http://LOCATIONMain/AndrewCohen">?</a></td> + <td> 381 [[TWikiUsers]]<br /> 261 [[WebHome]]<br /> 252 [[LuisMiguel]]<br /> 223 [[HurdGnuFansOrg]]<br /> 218 [[WebStatistics]]<br /> 201 [[TravisBarker]]<br /> 153 [[WebIndex]]<br /> 153 [[WebChanges]]<br /> 134 [[JoachimNilsson]]<br /> 133 [[HurdGnuFansOrgDiscuss]]<br /> 117 [[GrantBow]]</td> + <td> 3 [[Main/RonRen]]<br /> 2 [[Main/ZhiXiongkang]]<br /> 2 [[Main/TheArthur]]<br /> 2 [[Main/DanAdrianValentin]]<br /> 2 [[Main/AndrewCohen]]</td> </tr> <tr> <td> Oct 2004 </td> <td align="right"> 5621 </td> <td align="right"> 12 </td> <td align="right"> 0 </td> - <td> 341 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 276 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a><br /> 254 <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a><br /> 216 <span style="background:"><font color="">Luis Miguel</font></span><a href="http://LOCATION/LuisMiguel">?</a><br /> 162 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 144 <span style="background:"><font color="">Travis Barker</font></span><a href="http://LOCATION/TravisBarker">?</a><br /> 136 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 133 <span style="background:"><font color="">Hurd Gnu Fans Org Discuss</font></span><a href="http://LOCATION/HurdGnuFansOrgDiscuss">?</a><br /> 119 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a><br /> 113 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 94 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATION/GrantBow">?</a></td> - <td> 2 <span style="background:"><font color="">Rafael K</font></span><a href="http://LOCATIONMain/RafaelK">?</a><br /> 2 <span style="background:"><font color="">Maurice Mc Carthy</font></span><a href="http://LOCATIONMain/MauriceMcCarthy">?</a><br /> 2 <span style="background:"><font color="">Li Yan</font></span><a href="http://LOCATIONMain/LiYan">?</a><br /> 2 <span style="background:"><font color="">Lee Itkin</font></span><a href="http://LOCATIONMain/LeeItkin">?</a><br /> 2 <span style="background:"><font color="">Ivan Zenkov</font></span><a href="http://LOCATIONMain/IvanZenkov">?</a><br /> 1 <span style="background:"><font color="">Matteo Sacchi</font></span><a href="http://LOCATIONMain/MatteoSacchi">?</a><br /> 1 <span style="background:"><font color="">Cherry George Mathew</font></span><a href="http://LOCATIONMain/CherryGeorgeMathew">?</a></td> + <td> 341 [[WebHome]]<br /> 276 [[TWikiUsers]]<br /> 254 [[HurdGnuFansOrg]]<br /> 216 [[LuisMiguel]]<br /> 162 [[WebStatistics]]<br /> 144 [[TravisBarker]]<br /> 136 [[WebChanges]]<br /> 133 [[HurdGnuFansOrgDiscuss]]<br /> 119 [[JoachimNilsson]]<br /> 113 [[WebIndex]]<br /> 94 [[GrantBow]]</td> + <td> 2 [[Main/RafaelK]]<br /> 2 [[Main/MauriceMcCarthy]]<br /> 2 [[Main/LiYan]]<br /> 2 [[Main/LeeItkin]]<br /> 2 [[Main/IvanZenkov]]<br /> 1 [[Main/MatteoSacchi]]<br /> 1 [[Main/CherryGeorgeMathew]]</td> </tr> <tr> <td> Sep 2004 </td> <td align="right"> 6992 </td> <td align="right"> 5 </td> <td align="right"> 0 </td> - <td> 533 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a><br /> 410 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 307 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 254 <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a><br /> 173 <span style="background:"><font color="">Travis Barker</font></span><a href="http://LOCATION/TravisBarker">?</a><br /> 163 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 161 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a><br /> 159 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 125 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATION/GrantBow">?</a><br /> 112 <span style="background:"><font color="">Hurd Gnu Fans Org Discuss</font></span><a href="http://LOCATION/HurdGnuFansOrgDiscuss">?</a><br /> 104 <span style="background:"><font color="">Luis Miguel</font></span><a href="http://LOCATION/LuisMiguel">?</a></td> - <td> 2 <span style="background:"><font color="">Shan Chatterjee</font></span><a href="http://LOCATIONMain/ShanChatterjee">?</a><br /> 2 <span style="background:"><font color="">Rik Wade</font></span><a href="http://LOCATIONMain/RikWade">?</a><br /> 1 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a></td> + <td> 533 [[TWikiUsers]]<br /> 410 [[WebStatistics]]<br /> 307 [[WebHome]]<br /> 254 [[HurdGnuFansOrg]]<br /> 173 [[TravisBarker]]<br /> 163 [[WebIndex]]<br /> 161 [[JoachimNilsson]]<br /> 159 [[WebChanges]]<br /> 125 [[GrantBow]]<br /> 112 [[HurdGnuFansOrgDiscuss]]<br /> 104 [[LuisMiguel]]</td> + <td> 2 [[Main/ShanChatterjee]]<br /> 2 [[Main/RikWade]]<br /> 1 [[Main/OgnyanKulev]]</td> </tr> <tr> <td> Aug 2004 </td> <td align="right"> 7382 </td> <td align="right"> 14 </td> <td align="right"> 0 </td> - <td> 583 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a><br /> 367 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 312 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 267 <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a><br /> 156 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATION/GrantBow">?</a><br /> 155 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a><br /> 152 <span style="background:"><font color="">Hurd Gnu Fans Org Discuss</font></span><a href="http://LOCATION/HurdGnuFansOrgDiscuss">?</a><br /> 124 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 116 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 114 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATION/TWikiGuest">?</a><br /> 102 <span style="background:"><font color="">Travis Barker</font></span><a href="http://LOCATION/TravisBarker">?</a></td> - <td> 3 <span style="background:"><font color="">Nicolas Barbier</font></span><a href="http://LOCATIONMain/NicolasBarbier">?</a><br /> 3 <span style="background:"><font color="">Dark Arctic</font></span><a href="http://LOCATIONMain/DarkArctic">?</a><br /> 2 <span style="background:"><font color="">Rene Stadler</font></span><a href="http://LOCATIONMain/ReneStadler">?</a><br /> 2 <span style="background:"><font color="">Neill Miller</font></span><a href="http://LOCATIONMain/NeillMiller">?</a><br /> 2 <span style="background:"><font color="">Carlos Poker</font></span><a href="http://LOCATIONMain/CarlosPoker">?</a><br /> 2 <span style="background:"><font color="">Arief Mulya</font></span><a href="http://LOCATIONMain/AriefMulya">?</a></td> + <td> 583 [[TWikiUsers]]<br /> 367 [[WebStatistics]]<br /> 312 [[WebHome]]<br /> 267 [[HurdGnuFansOrg]]<br /> 156 [[GrantBow]]<br /> 155 [[JoachimNilsson]]<br /> 152 [[HurdGnuFansOrgDiscuss]]<br /> 124 [[WebChanges]]<br /> 116 [[WebIndex]]<br /> 114 [[TWikiGuest]]<br /> 102 [[TravisBarker]]</td> + <td> 3 [[Main/NicolasBarbier]]<br /> 3 [[Main/DarkArctic]]<br /> 2 [[Main/ReneStadler]]<br /> 2 [[Main/NeillMiller]]<br /> 2 [[Main/CarlosPoker]]<br /> 2 [[Main/AriefMulya]]</td> </tr> <tr> <td> Jul 2004 </td> <td align="right"> 5284 </td> <td align="right"> 11 </td> <td align="right"> 0 </td> - <td> 310 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 207 <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a><br /> 182 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a><br /> 130 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 121 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 106 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATION/GrantBow">?</a><br /> 95 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a><br /> 93 <span style="background:"><font color="">Hurd Gnu Fans Org Discuss</font></span><a href="http://LOCATION/HurdGnuFansOrgDiscuss">?</a><br /> 90 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 79 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATION/TWikiGuest">?</a><br /> 74 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a></td> - <td> 3 <span style="background:"><font color="">Russell James</font></span><a href="http://LOCATIONMain/RussellJames">?</a><br /> 2 <span style="background:"><font color="">Thierry Lacoste</font></span><a href="http://LOCATIONMain/ThierryLacoste">?</a><br /> 2 <span style="background:"><font color="">Patrick Strasser</font></span><a href="http://LOCATIONMain/PatrickStrasser">?</a><br /> 2 <span style="background:"><font color="">Mathieu Gauthier Pilote</font></span><a href="http://LOCATIONMain/MathieuGauthierPilote">?</a><br /> 2 <span style="background:"><font color="">Bertrik Sikken</font></span><a href="http://LOCATIONMain/BertrikSikken">?</a></td> + <td> 310 [[WebHome]]<br /> 207 [[HurdGnuFansOrg]]<br /> 182 [[TWikiUsers]]<br /> 130 [[WebIndex]]<br /> 121 [[WebChanges]]<br /> 106 [[GrantBow]]<br /> 95 [[JoachimNilsson]]<br /> 93 [[HurdGnuFansOrgDiscuss]]<br /> 90 [[WebNotify]]<br /> 79 [[TWikiGuest]]<br /> 74 [[WebStatistics]]</td> + <td> 3 [[Main/RussellJames]]<br /> 2 [[Main/ThierryLacoste]]<br /> 2 [[Main/PatrickStrasser]]<br /> 2 [[Main/MathieuGauthierPilote]]<br /> 2 [[Main/BertrikSikken]]</td> </tr> <tr> <td> Jun 2004 </td> <td align="right"> 4717 </td> <td align="right"> 18 </td> <td align="right"> 0 </td> - <td> 472 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a><br /> 299 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 266 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 247 <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a><br /> 90 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a><br /> 90 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATION/GrantBow">?</a><br /> 64 <span style="background:"><font color="">Hurd Gnu Fans Org Discuss</font></span><a href="http://LOCATION/HurdGnuFansOrgDiscuss">?</a><br /> 48 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 43 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 43 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATION/TWikiGuest">?</a><br /> 40 <span style="background:"><font color="">Peter Thoeny</font></span><a href="http://LOCATION/PeterThoeny">?</a></td> - <td> 4 <span style="background:"><font color="">Dmitry Zh</font></span><a href="http://LOCATIONMain/DmitryZh">?</a><br /> 2 <span style="background:"><font color="">Theora Guldhra</font></span><a href="http://LOCATIONMain/TheoraGuldhra">?</a><br /> 2 <span style="background:"><font color="">Rich Bodo</font></span><a href="http://LOCATIONMain/RichBodo">?</a><br /> 2 <span style="background:"><font color="">Pedro Macanas</font></span><a href="http://LOCATIONMain/PedroMacanas">?</a><br /> 2 <span style="background:"><font color="">Otavio Jr</font></span><a href="http://LOCATIONMain/OtavioJr">?</a><br /> 2 <span style="background:"><font color="">Matteo Sacchi</font></span><a href="http://LOCATIONMain/MatteoSacchi">?</a><br /> 2 <span style="background:"><font color="">Fabrice Bauzac</font></span><a href="http://LOCATIONMain/FabriceBauzac">?</a><br /> 2 <span style="background:"><font color="">Bas Wijnen</font></span><a href="http://LOCATIONMain/BasWijnen">?</a></td> + <td> 472 [[TWikiUsers]]<br /> 299 [[WebStatistics]]<br /> 266 [[WebHome]]<br /> 247 [[HurdGnuFansOrg]]<br /> 90 [[JoachimNilsson]]<br /> 90 [[GrantBow]]<br /> 64 [[HurdGnuFansOrgDiscuss]]<br /> 48 [[WebIndex]]<br /> 43 [[WebChanges]]<br /> 43 [[TWikiGuest]]<br /> 40 [[PeterThoeny]]</td> + <td> 4 [[Main/DmitryZh]]<br /> 2 [[Main/TheoraGuldhra]]<br /> 2 [[Main/RichBodo]]<br /> 2 [[Main/PedroMacanas]]<br /> 2 [[Main/OtavioJr]]<br /> 2 [[Main/MatteoSacchi]]<br /> 2 [[Main/FabriceBauzac]]<br /> 2 [[Main/BasWijnen]]</td> </tr> <tr> <td> May 2004 </td> <td align="right"> 2636 </td> <td align="right"> 8 </td> <td align="right"> 0 </td> - <td> 257 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 189 <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a><br /> 89 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a><br /> 75 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATION/GrantBow">?</a><br /> 67 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 60 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a><br /> 48 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 44 <span style="background:"><font color="">Hurd Gnu Fans Org Discuss</font></span><a href="http://LOCATION/HurdGnuFansOrgDiscuss">?</a><br /> 33 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 32 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATION/TWikiGuest">?</a><br /> 30 <span style="background:"><font color="">TWiki Groups</font></span><a href="http://LOCATION/TWikiGroups">?</a></td> - <td> 3 <span style="background:"><font color="">Kurt BKaiser</font></span><a href="http://LOCATIONMain/KurtBKaiser">?</a><br /> 2 <span style="background:"><font color="">Peter Melville</font></span><a href="http://LOCATIONMain/PeterMelville">?</a><br /> 2 <span style="background:"><font color="">Ned Wait</font></span><a href="http://LOCATIONMain/NedWait">?</a><br /> 1 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a></td> + <td> 257 [[WebHome]]<br /> 189 [[HurdGnuFansOrg]]<br /> 89 [[TWikiUsers]]<br /> 75 [[GrantBow]]<br /> 67 [[WebIndex]]<br /> 60 [[JoachimNilsson]]<br /> 48 [[WebStatistics]]<br /> 44 [[HurdGnuFansOrgDiscuss]]<br /> 33 [[WebChanges]]<br /> 32 [[TWikiGuest]]<br /> 30 [[TWikiGroups]]</td> + <td> 3 [[Main/KurtBKaiser]]<br /> 2 [[Main/PeterMelville]]<br /> 2 [[Main/NedWait]]<br /> 1 [[Main/TWikiGuest]]</td> </tr> <tr> <td> Apr 2004 </td> <td align="right"> 2658 </td> <td align="right"> 11 </td> <td align="right"> 0 </td> - <td> 221 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 212 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a><br /> 132 <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a><br /> 84 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 70 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATION/GrantBow">?</a><br /> 52 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a><br /> 45 <span style="background:"><font color="">Luis Miguel</font></span><a href="http://LOCATION/LuisMiguel">?</a><br /> 33 <span style="background:"><font color="">Hurd Gnu Fans Org Discuss</font></span><a href="http://LOCATION/HurdGnuFansOrgDiscuss">?</a><br /> 28 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 23 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATION/TWikiGuest">?</a><br /> 21 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a></td> - <td> 6 <span style="background:"><font color="">Matteo Sacchi</font></span><a href="http://LOCATIONMain/MatteoSacchi">?</a><br /> 3 <span style="background:"><font color="">Markus Kaarn</font></span><a href="http://LOCATIONMain/MarkusKaarn">?</a><br /> 2 <span style="background:"><font color="">Ian Slinger</font></span><a href="http://LOCATIONMain/IanSlinger">?</a></td> + <td> 221 [[WebHome]]<br /> 212 [[TWikiUsers]]<br /> 132 [[HurdGnuFansOrg]]<br /> 84 [[WebStatistics]]<br /> 70 [[GrantBow]]<br /> 52 [[JoachimNilsson]]<br /> 45 [[LuisMiguel]]<br /> 33 [[HurdGnuFansOrgDiscuss]]<br /> 28 [[WebIndex]]<br /> 23 [[TWikiGuest]]<br /> 21 [[WebChanges]]</td> + <td> 6 [[Main/MatteoSacchi]]<br /> 3 [[Main/MarkusKaarn]]<br /> 2 [[Main/IanSlinger]]</td> </tr> <tr> <td> Mar 2004 </td> <td align="right"> 3614 </td> <td align="right"> 54 </td> <td align="right"> 0 </td> - <td> 316 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a><br /> 268 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 207 <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a><br /> 149 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 111 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATION/GrantBow">?</a><br /> 92 <span style="background:"><font color="">Luis Miguel</font></span><a href="http://LOCATION/LuisMiguel">?</a><br /> 82 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a><br /> 58 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 53 <span style="background:"><font color="">Hurd Gnu Fans Org Discuss</font></span><a href="http://LOCATION/HurdGnuFansOrgDiscuss">?</a><br /> 45 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 41 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATION/TWikiGuest">?</a></td> - <td> 32 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a><br /> 8 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 2 <span style="background:"><font color="">Nikolay Diakov</font></span><a href="http://LOCATIONMain/NikolayDiakov">?</a><br /> 2 <span style="background:"><font color="">Michael Ablassmeier</font></span><a href="http://LOCATIONMain/MichaelAblassmeier">?</a><br /> 2 <span style="background:"><font color="">Guillem Jover</font></span><a href="http://LOCATIONMain/GuillemJover">?</a><br /> 2 <span style="background:"><font color="">Evv L</font></span><a href="http://LOCATIONMain/EvvL">?</a><br /> 2 <span style="background:"><font color="">Dsvid Walter</font></span><a href="http://LOCATIONMain/DsvidWalter">?</a><br /> 2 <span style="background:"><font color="">David Walter</font></span><a href="http://LOCATIONMain/DavidWalter">?</a><br /> 2 <span style="background:"><font color="">David Smith</font></span><a href="http://LOCATIONMain/DavidSmith">?</a></td> + <td> 316 [[TWikiUsers]]<br /> 268 [[WebHome]]<br /> 207 [[HurdGnuFansOrg]]<br /> 149 [[WebStatistics]]<br /> 111 [[GrantBow]]<br /> 92 [[LuisMiguel]]<br /> 82 [[JoachimNilsson]]<br /> 58 [[WebIndex]]<br /> 53 [[HurdGnuFansOrgDiscuss]]<br /> 45 [[WebChanges]]<br /> 41 [[TWikiGuest]]</td> + <td> 32 [[Main/GrantBow]]<br /> 8 [[Main/JoachimNilsson]]<br /> 2 [[Main/NikolayDiakov]]<br /> 2 [[Main/MichaelAblassmeier]]<br /> 2 [[Main/GuillemJover]]<br /> 2 [[Main/EvvL]]<br /> 2 [[Main/DsvidWalter]]<br /> 2 [[Main/DavidWalter]]<br /> 2 [[Main/DavidSmith]]</td> </tr> <tr> <td> Feb 2004 </td> <td align="right"> 3215 </td> <td align="right"> 93 </td> <td align="right"> 0 </td> - <td> 244 <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a><br /> 198 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 136 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a><br /> 85 <span style="background:"><font color="">Luis Miguel</font></span><a href="http://LOCATION/LuisMiguel">?</a><br /> 57 <span style="background:"><font color="">Hurd IRC</font></span><a href="http://LOCATION/HurdIRC">?</a><br /> 56 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATION/GrantBow">?</a><br /> 54 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a><br /> 51 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 47 <span style="background:"><font color="">Mail Lists</font></span><a href="http://LOCATION/MailLists">?</a><br /> 45 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATION/TWikiGuest">?</a><br /> 43 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a></td> - <td> 77 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a><br /> 3 <span style="background:"><font color="">Red Tux</font></span><a href="http://LOCATIONMain/RedTux">?</a><br /> 2 <span style="background:"><font color="">Paul Nema</font></span><a href="http://LOCATIONMain/PaulNema">?</a><br /> 2 <span style="background:"><font color="">Paul Bowman</font></span><a href="http://LOCATIONMain/PaulBowman">?</a><br /> 2 <span style="background:"><font color="">Nisoli Isaia</font></span><a href="http://LOCATIONMain/NisoliIsaia">?</a><br /> 2 <span style="background:"><font color="">Mat Sei</font></span><a href="http://LOCATIONMain/MatSei">?</a><br /> 2 <span style="background:"><font color="">Feng Li</font></span><a href="http://LOCATIONMain/FengLi">?</a><br /> 2 <span style="background:"><font color="">Aditya Gupta</font></span><a href="http://LOCATIONMain/AdityaGupta">?</a><br /> 1 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a></td> + <td> 244 [[HurdGnuFansOrg]]<br /> 198 [[WebHome]]<br /> 136 [[TWikiUsers]]<br /> 85 [[LuisMiguel]]<br /> 57 [[HurdIRC]]<br /> 56 [[GrantBow]]<br /> 54 [[JoachimNilsson]]<br /> 51 [[WebStatistics]]<br /> 47 [[MailLists]]<br /> 45 [[TWikiGuest]]<br /> 43 [[WebIndex]]</td> + <td> 77 [[Main/GrantBow]]<br /> 3 [[Main/RedTux]]<br /> 2 [[Main/PaulNema]]<br /> 2 [[Main/PaulBowman]]<br /> 2 [[Main/NisoliIsaia]]<br /> 2 [[Main/MatSei]]<br /> 2 [[Main/FengLi]]<br /> 2 [[Main/AdityaGupta]]<br /> 1 [[Main/TWikiGuest]]</td> </tr> <tr> <td> Jan 2004 </td> <td align="right"> 4169 </td> <td align="right"> 4 </td> <td align="right"> 0 </td> - <td> 480 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a><br /> 284 <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a><br /> 266 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 115 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 104 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a><br /> 77 <span style="background:"><font color="">Hurd.Hurd IRC</font></span><a href="http://LOCATIONHurd/HurdIRC">?</a><br /> 75 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATION/GrantBow">?</a><br /> 73 <span style="background:"><font color="">Luis Miguel</font></span><a href="http://LOCATION/LuisMiguel">?</a><br /> 55 <span style="background:"><font color="">Hurd Gnu Fans Org Discuss</font></span><a href="http://LOCATION/HurdGnuFansOrgDiscuss">?</a><br /> 49 <span style="background:"><font color="">Hurd.Mail Lists</font></span><a href="http://LOCATIONHurd/MailLists">?</a><br /> 48 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATION/TWikiGuest">?</a></td> - <td> 2 <span style="background:"><font color="">Nagrom Namreh</font></span><a href="http://LOCATIONMain/NagromNamreh">?</a><br /> 2 <span style="background:"><font color="">Lucas Nussbaum</font></span><a href="http://LOCATIONMain/LucasNussbaum">?</a></td> + <td> 480 [[TWikiUsers]]<br /> 284 [[HurdGnuFansOrg]]<br /> 266 [[WebHome]]<br /> 115 [[WebStatistics]]<br /> 104 [[JoachimNilsson]]<br /> 77 [[Hurd/HurdIRC]]<br /> 75 [[GrantBow]]<br /> 73 [[LuisMiguel]]<br /> 55 [[HurdGnuFansOrgDiscuss]]<br /> 49 [[Hurd/MailLists]]<br /> 48 [[TWikiGuest]]</td> + <td> 2 [[Main/NagromNamreh]]<br /> 2 [[Main/LucasNussbaum]]</td> </tr> <tr> <td> Dec 2003 </td> <td align="right"> 3250 </td> <td align="right"> 9 </td> <td align="right"> 0 </td> - <td> 340 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a><br /> 223 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 204 <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a><br /> 148 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 74 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a><br /> 63 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATION/GrantBow">?</a><br /> 60 <span style="background:"><font color="">Luis Miguel</font></span><a href="http://LOCATION/LuisMiguel">?</a><br /> 55 <span style="background:"><font color="">Hurd.Hurd IRC</font></span><a href="http://LOCATIONHurd/HurdIRC">?</a><br /> 44 <span style="background:"><font color="">Hurd Gnu Fans Org Discuss</font></span><a href="http://LOCATION/HurdGnuFansOrgDiscuss">?</a><br /> 39 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 39 <span style="background:"><font color="">Hurd.Mail Lists</font></span><a href="http://LOCATIONHurd/MailLists">?</a></td> - <td> 2 <span style="background:"><font color="">Michael DAdams</font></span><a href="http://LOCATIONTrash/MichaelDAdams">?</a><br /> 2 <span style="background:"><font color="">Manuel Menal</font></span><a href="http://LOCATIONMain/ManuelMenal">?</a><br /> 2 <span style="background:"><font color="">Ivan Shmakov</font></span><a href="http://LOCATIONMain/IvanShmakov">?</a><br /> 2 <span style="background:"><font color="">Generation Love</font></span><a href="http://LOCATIONMain/GenerationLove">?</a><br /> 1 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a></td> + <td> 340 [[TWikiUsers]]<br /> 223 [[WebHome]]<br /> 204 [[HurdGnuFansOrg]]<br /> 148 [[WebStatistics]]<br /> 74 [[JoachimNilsson]]<br /> 63 [[GrantBow]]<br /> 60 [[LuisMiguel]]<br /> 55 [[Hurd/HurdIRC]]<br /> 44 [[HurdGnuFansOrgDiscuss]]<br /> 39 [[WebIndex]]<br /> 39 [[Hurd/MailLists]]</td> + <td> 2 [[Trash/MichaelDAdams]]<br /> 2 [[Main/ManuelMenal]]<br /> 2 [[Main/IvanShmakov]]<br /> 2 [[Main/GenerationLove]]<br /> 1 [[Main/TWikiGuest]]</td> </tr> <tr> <td> Nov 2003 </td> <td align="right"> 4082 </td> <td align="right"> 2 </td> <td align="right"> 0 </td> - <td> 275 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a><br /> 215 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 181 <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a><br /> 176 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 87 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a><br /> 52 <span style="background:"><font color="">Hurd.Hurd IRC</font></span><a href="http://LOCATIONHurd/HurdIRC">?</a><br /> 51 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATION/GrantBow">?</a><br /> 48 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 47 <span style="background:"><font color="">Hurd.Hurd Developers</font></span><a href="http://LOCATIONHurd/HurdDevelopers">?</a><br /> 44 <span style="background:"><font color="">Luis Miguel</font></span><a href="http://LOCATION/LuisMiguel">?</a><br /> 43 <span style="background:"><font color="">Hurd Gnu Fans Org Discuss</font></span><a href="http://LOCATION/HurdGnuFansOrgDiscuss">?</a></td> - <td> 2 <span style="background:"><font color="">Ed Borasky</font></span><a href="http://LOCATIONMain/EdBorasky">?</a></td> + <td> 275 [[TWikiUsers]]<br /> 215 [[WebHome]]<br /> 181 [[HurdGnuFansOrg]]<br /> 176 [[WebStatistics]]<br /> 87 [[JoachimNilsson]]<br /> 52 [[Hurd/HurdIRC]]<br /> 51 [[GrantBow]]<br /> 48 [[WebChanges]]<br /> 47 [[Hurd/HurdDevelopers]]<br /> 44 [[LuisMiguel]]<br /> 43 [[HurdGnuFansOrgDiscuss]]</td> + <td> 2 [[Main/EdBorasky]]</td> </tr> <tr> <td> Oct 2003 </td> <td align="right"> 2822 </td> <td align="right"> 10 </td> <td align="right"> 0 </td> - <td> 264 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 143 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a><br /> 139 <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a><br /> 66 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a><br /> 45 <span style="background:"><font color="">Hurd.Hurd IRC</font></span><a href="http://LOCATIONHurd/HurdIRC">?</a><br /> 39 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 39 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATION/GrantBow">?</a><br /> 35 <span style="background:"><font color="">Hurd.Mail Lists</font></span><a href="http://LOCATIONHurd/MailLists">?</a><br /> 32 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 26 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATION/TWikiGuest">?</a><br /> 25 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATION/OgnyanKulev">?</a></td> - <td> 5 <span style="background:"><font color="">Susan Locke</font></span><a href="http://LOCATIONMain/SusanLocke">?</a><br /> 2 <span style="background:"><font color="">Rohit K</font></span><a href="http://LOCATIONMain/RohitK">?</a><br /> 2 <span style="background:"><font color="">John Allsup</font></span><a href="http://LOCATIONMain/JohnAllsup">?</a><br /> 1 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a></td> + <td> 264 [[WebHome]]<br /> 143 [[TWikiUsers]]<br /> 139 [[HurdGnuFansOrg]]<br /> 66 [[JoachimNilsson]]<br /> 45 [[Hurd/HurdIRC]]<br /> 39 [[WebStatistics]]<br /> 39 [[GrantBow]]<br /> 35 [[Hurd/MailLists]]<br /> 32 [[WebChanges]]<br /> 26 [[TWikiGuest]]<br /> 25 [[OgnyanKulev]]</td> + <td> 5 [[Main/SusanLocke]]<br /> 2 [[Main/RohitK]]<br /> 2 [[Main/JohnAllsup]]<br /> 1 [[Main/JoachimNilsson]]</td> </tr> <tr> <td> Sep 2003 </td> <td align="right"> 4762 </td> <td align="right"> 27 </td> <td align="right"> 0 </td> - <td> 382 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a><br /> 341 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 237 <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a><br /> 193 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 118 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a><br /> 93 <span style="background:"><font color="">Hurd.Hurd Developers</font></span><a href="http://LOCATIONHurd/HurdDevelopers">?</a><br /> 89 <span style="background:"><font color="">Hurd.User Groups</font></span><a href="http://LOCATIONHurd/UserGroups">?</a><br /> 71 <span style="background:"><font color="">Hurd.Hurd IRC</font></span><a href="http://LOCATIONHurd/HurdIRC">?</a><br /> 68 <span style="background:"><font color="">Hurd Gnu Fans Org Discuss</font></span><a href="http://LOCATION/HurdGnuFansOrgDiscuss">?</a><br /> 68 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATION/GrantBow">?</a><br /> 67 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a></td> - <td> 8 <span style="background:"><font color="">Greg Buchholz</font></span><a href="http://LOCATIONMain/GregBuchholz">?</a><br /> 4 <span style="background:"><font color="">Peter Masiar</font></span><a href="http://LOCATIONMain/PeterMasiar">?</a><br /> 3 <span style="background:"><font color="">Roger Chrisman</font></span><a href="http://LOCATIONMain/RogerChrisman">?</a><br /> 3 <span style="background:"><font color="">Gabor Greif</font></span><a href="http://LOCATIONMain/GaborGreif">?</a><br /> 2 <span style="background:"><font color="">Matthias Koch</font></span><a href="http://LOCATIONMain/MatthiasKoch">?</a><br /> 2 <span style="background:"><font color="">Farid Hajji</font></span><a href="http://LOCATIONMain/FaridHajji">?</a><br /> 2 <span style="background:"><font color="">Cam Resu</font></span><a href="http://LOCATIONMain/CamResu">?</a><br /> 2 <span style="background:"><font color="">Andreas Rottmann</font></span><a href="http://LOCATIONMain/AndreasRottmann">?</a><br /> 1 <span style="background:"><font color="">Pietro Ferrari</font></span><a href="http://LOCATIONMain/PietroFerrari">?</a></td> + <td> 382 [[TWikiUsers]]<br /> 341 [[WebHome]]<br /> 237 [[HurdGnuFansOrg]]<br /> 193 [[WebStatistics]]<br /> 118 [[JoachimNilsson]]<br /> 93 [[Hurd/HurdDevelopers]]<br /> 89 [[Hurd/UserGroups]]<br /> 71 [[Hurd/HurdIRC]]<br /> 68 [[HurdGnuFansOrgDiscuss]]<br /> 68 [[GrantBow]]<br /> 67 [[WebPreferences]]</td> + <td> 8 [[Main/GregBuchholz]]<br /> 4 [[Main/PeterMasiar]]<br /> 3 [[Main/RogerChrisman]]<br /> 3 [[Main/GaborGreif]]<br /> 2 [[Main/MatthiasKoch]]<br /> 2 [[Main/FaridHajji]]<br /> 2 [[Main/CamResu]]<br /> 2 [[Main/AndreasRottmann]]<br /> 1 [[Main/PietroFerrari]]</td> </tr> <tr> <td> Aug 2003 </td> <td align="right"> 2101 </td> <td align="right"> 10 </td> <td align="right"> 0 </td> - <td> 219 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 145 <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a><br /> 59 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 54 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a><br /> 49 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a><br /> 46 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 46 <span style="background:"><font color="">Hurd.Hurd IRC</font></span><a href="http://LOCATIONHurd/HurdIRC">?</a><br /> 42 <span style="background:"><font color="">Hurd.Who Runs GNU</font></span><a href="http://LOCATIONHurd/WhoRunsGNU">?</a><br /> 38 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 26 <span style="background:"><font color="">Hurd.Mail Lists</font></span><a href="http://LOCATIONHurd/MailLists">?</a><br /> 25 <span style="background:"><font color="">Znet Catd</font></span><a href="http://LOCATION/ZnetCatd">?</a></td> - <td> 4 <span style="background:"><font color="">Lus Henriques</font></span><a href="http://LOCATIONMain/LusHenriques">?</a><br /> 2 <span style="background:"><font color="">Mrnoppathon Pantang</font></span><a href="http://LOCATIONMain/MrnoppathonPantang">?</a><br /> 2 <span style="background:"><font color="">Duncan Innes</font></span><a href="http://LOCATIONMain/DuncanInnes">?</a><br /> 1 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a><br /> 1 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a></td> + <td> 219 [[WebHome]]<br /> 145 [[HurdGnuFansOrg]]<br /> 59 [[WebChanges]]<br /> 54 [[JoachimNilsson]]<br /> 49 [[TWikiUsers]]<br /> 46 [[WebStatistics]]<br /> 46 [[Hurd/HurdIRC]]<br /> 42 [[Hurd/WhoRunsGNU]]<br /> 38 [[WebIndex]]<br /> 26 [[Hurd/MailLists]]<br /> 25 [[ZnetCatd]]</td> + <td> 4 [[Main/LusHenriques]]<br /> 2 [[Main/MrnoppathonPantang]]<br /> 2 [[Main/DuncanInnes]]<br /> 1 [[Main/TWikiGuest]]<br /> 1 [[Main/JoachimNilsson]]</td> </tr> <tr> <td> Jul 2003 </td> <td align="right"> 3072 </td> <td align="right"> 13 </td> <td align="right"> 0 </td> - <td> 336 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 215 <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a><br /> 213 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a><br /> 60 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a><br /> 57 <span style="background:"><font color="">Hurd.Who Runs GNU</font></span><a href="http://LOCATIONHurd/WhoRunsGNU">?</a><br /> 55 <span style="background:"><font color="">Hurd.Hurd IRC</font></span><a href="http://LOCATIONHurd/HurdIRC">?</a><br /> 50 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 46 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATION/GrantBow">?</a><br /> 43 <span style="background:"><font color="">Hurd.Mail Lists</font></span><a href="http://LOCATIONHurd/MailLists">?</a><br /> 38 <span style="background:"><font color="">Hurd.Hurd Developers</font></span><a href="http://LOCATIONHurd/HurdDevelopers">?</a><br /> 36 <span style="background:"><font color="">Hurd Gnu Fans Org Discuss</font></span><a href="http://LOCATION/HurdGnuFansOrgDiscuss">?</a></td> - <td> 4 <span style="background:"><font color="">Hansruedi Haenni</font></span><a href="http://LOCATIONMain/HansruediHaenni">?</a><br /> 2 <span style="background:"><font color="">Wom Bat</font></span><a href="http://LOCATIONMain/WomBat">?</a><br /> 2 <span style="background:"><font color="">Pietro Ferrari</font></span><a href="http://LOCATIONMain/PietroFerrari">?</a><br /> 2 <span style="background:"><font color="">Greg Buchholz</font></span><a href="http://LOCATIONMain/GregBuchholz">?</a><br /> 2 <span style="background:"><font color="">De Sc</font></span><a href="http://LOCATIONMain/DeSc">?</a><br /> 1 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a></td> + <td> 336 [[WebHome]]<br /> 215 [[HurdGnuFansOrg]]<br /> 213 [[TWikiUsers]]<br /> 60 [[JoachimNilsson]]<br /> 57 [[Hurd/WhoRunsGNU]]<br /> 55 [[Hurd/HurdIRC]]<br /> 50 [[WebPreferences]]<br /> 46 [[GrantBow]]<br /> 43 [[Hurd/MailLists]]<br /> 38 [[Hurd/HurdDevelopers]]<br /> 36 [[HurdGnuFansOrgDiscuss]]</td> + <td> 4 [[Main/HansruediHaenni]]<br /> 2 [[Main/WomBat]]<br /> 2 [[Main/PietroFerrari]]<br /> 2 [[Main/GregBuchholz]]<br /> 2 [[Main/DeSc]]<br /> 1 [[Main/TWikiGuest]]</td> </tr> <tr> <td> Jun 2003 </td> <td align="right"> 2642 </td> <td align="right"> 16 </td> <td align="right"> 0 </td> - <td> 257 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 231 <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a><br /> 56 <span style="background:"><font color="">Hurd.Hurd IRC</font></span><a href="http://LOCATIONHurd/HurdIRC">?</a><br /> 53 <span style="background:"><font color="">Hurd.Personal Hurd Pages</font></span><a href="http://LOCATIONHurd/PersonalHurdPages">?</a><br /> 47 <span style="background:"><font color="">Hurd.Who Runs GNU</font></span><a href="http://LOCATIONHurd/WhoRunsGNU">?</a><br /> 42 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a><br /> 39 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATION/GrantBow">?</a><br /> 35 <span style="background:"><font color="">Hurd.Mail Lists</font></span><a href="http://LOCATIONHurd/MailLists">?</a><br /> 30 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATION/OgnyanKulev">?</a><br /> 30 <span style="background:"><font color="">Hurd.Hurd Developers</font></span><a href="http://LOCATIONHurd/HurdDevelopers">?</a><br /> 25 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a></td> - <td> 5 <span style="background:"><font color="">Ardeshir Sepahsalar</font></span><a href="http://LOCATIONMain/ArdeshirSepahsalar">?</a><br /> 3 <span style="background:"><font color="">Ardeshir S</font></span><a href="http://LOCATIONMain/ArdeshirS">?</a><br /> 2 <span style="background:"><font color="">Tim Nowaczyk</font></span><a href="http://LOCATIONMain/TimNowaczyk">?</a><br /> 2 <span style="background:"><font color="">Sebastian Gabriel</font></span><a href="http://LOCATIONMain/SebastianGabriel">?</a><br /> 2 <span style="background:"><font color="">Luis Miguel</font></span><a href="http://LOCATIONMain/LuisMiguel">?</a><br /> 2 <span style="background:"><font color="">BDouglas Hilton</font></span><a href="http://LOCATIONMain/BDouglasHilton">?</a></td> + <td> 257 [[WebHome]]<br /> 231 [[HurdGnuFansOrg]]<br /> 56 [[Hurd/HurdIRC]]<br /> 53 [[Hurd/PersonalHurdPages]]<br /> 47 [[Hurd/WhoRunsGNU]]<br /> 42 [[TWikiUsers]]<br /> 39 [[GrantBow]]<br /> 35 [[Hurd/MailLists]]<br /> 30 [[OgnyanKulev]]<br /> 30 [[Hurd/HurdDevelopers]]<br /> 25 [[JoachimNilsson]]</td> + <td> 5 [[Main/ArdeshirSepahsalar]]<br /> 3 [[Main/ArdeshirS]]<br /> 2 [[Main/TimNowaczyk]]<br /> 2 [[Main/SebastianGabriel]]<br /> 2 [[Main/LuisMiguel]]<br /> 2 [[Main/BDouglasHilton]]</td> </tr> <tr> <td> May 2003 </td> <td align="right"> 2506 </td> <td align="right"> 15 </td> <td align="right"> 0 </td> - <td> 294 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 219 <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a><br /> 61 <span style="background:"><font color="">Hurd.Mail Lists</font></span><a href="http://LOCATIONHurd/MailLists">?</a><br /> 54 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a><br /> 50 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATION/GrantBow">?</a><br /> 49 <span style="background:"><font color="">Hurd.Hurd IRC</font></span><a href="http://LOCATIONHurd/HurdIRC">?</a><br /> 45 <span style="background:"><font color="">Hurd.Who Runs GNU</font></span><a href="http://LOCATIONHurd/WhoRunsGNU">?</a><br /> 45 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a><br /> 33 <span style="background:"><font color="">Hurd.Personal Hurd Pages</font></span><a href="http://LOCATIONHurd/PersonalHurdPages">?</a><br /> 31 <span style="background:"><font color="">Hurd Gnu Fans Org Discuss</font></span><a href="http://LOCATION/HurdGnuFansOrgDiscuss">?</a><br /> 29 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a></td> - <td> 8 <span style="background:"><font color="">Barry De Freese</font></span><a href="http://LOCATIONMain/BarryDeFreese">?</a><br /> 3 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 3 <span style="background:"><font color="">Brad Dixon</font></span><a href="http://LOCATIONMain/BradDixon">?</a><br /> 1 <span style="background:"><font color="">Matt Grant</font></span><a href="http://LOCATIONMain/MattGrant">?</a></td> + <td> 294 [[WebHome]]<br /> 219 [[HurdGnuFansOrg]]<br /> 61 [[Hurd/MailLists]]<br /> 54 [[JoachimNilsson]]<br /> 50 [[GrantBow]]<br /> 49 [[Hurd/HurdIRC]]<br /> 45 [[Hurd/WhoRunsGNU]]<br /> 45 [[TWikiUsers]]<br /> 33 [[Hurd/PersonalHurdPages]]<br /> 31 [[HurdGnuFansOrgDiscuss]]<br /> 29 [[WebNotify]]</td> + <td> 8 [[Main/BarryDeFreese]]<br /> 3 [[Main/JoachimNilsson]]<br /> 3 [[Main/BradDixon]]<br /> 1 [[Main/MattGrant]]</td> </tr> <tr> <td> Apr 2003 </td> <td align="right"> 2742 </td> <td align="right"> 16 </td> <td align="right"> 0 </td> - <td> 342 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 167 <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a><br /> 54 <span style="background:"><font color="">Hurd.Who Runs GNU</font></span><a href="http://LOCATIONHurd/WhoRunsGNU">?</a><br /> 52 <span style="background:"><font color="">Hurd.Mail Lists</font></span><a href="http://LOCATIONHurd/MailLists">?</a><br /> 50 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATION/GrantBow">?</a><br /> 49 <span style="background:"><font color="">Hurd.Personal Hurd Pages</font></span><a href="http://LOCATIONHurd/PersonalHurdPages">?</a><br /> 47 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a><br /> 42 <span style="background:"><font color="">Hurd.Hurd IRC</font></span><a href="http://LOCATIONHurd/HurdIRC">?</a><br /> 40 <span style="background:"><font color="">Hurd.Hurd Developers</font></span><a href="http://LOCATIONHurd/HurdDevelopers">?</a><br /> 32 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATION/TWikiGuest">?</a><br /> 31 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a></td> - <td> 2 <span style="background:"><font color="">Tim Johann</font></span><a href="http://LOCATIONMain/TimJohann">?</a><br /> 2 <span style="background:"><font color="">Rares Titan</font></span><a href="http://LOCATIONMain/RaresTitan">?</a><br /> 2 <span style="background:"><font color="">Juha N</font></span><a href="http://LOCATIONMain/JuhaN">?</a><br /> 2 <span style="background:"><font color="">Jay Conway</font></span><a href="http://LOCATIONMain/JayConway">?</a><br /> 2 <span style="background:"><font color="">Fat Boy</font></span><a href="http://LOCATIONMain/FatBoy">?</a><br /> 2 <span style="background:"><font color="">Carlos M</font></span><a href="http://LOCATIONMain/CarlosM">?</a><br /> 2 <span style="background:"><font color="">Andre Ulrich</font></span><a href="http://LOCATIONMain/AndreUlrich">?</a><br /> 1 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 1 <span style="background:"><font color="">Cherry George Mathew</font></span><a href="http://LOCATIONMain/CherryGeorgeMathew">?</a></td> + <td> 342 [[WebHome]]<br /> 167 [[HurdGnuFansOrg]]<br /> 54 [[Hurd/WhoRunsGNU]]<br /> 52 [[Hurd/MailLists]]<br /> 50 [[GrantBow]]<br /> 49 [[Hurd/PersonalHurdPages]]<br /> 47 [[JoachimNilsson]]<br /> 42 [[Hurd/HurdIRC]]<br /> 40 [[Hurd/HurdDevelopers]]<br /> 32 [[TWikiGuest]]<br /> 31 [[TWikiUsers]]</td> + <td> 2 [[Main/TimJohann]]<br /> 2 [[Main/RaresTitan]]<br /> 2 [[Main/JuhaN]]<br /> 2 [[Main/JayConway]]<br /> 2 [[Main/FatBoy]]<br /> 2 [[Main/CarlosM]]<br /> 2 [[Main/AndreUlrich]]<br /> 1 [[Main/OgnyanKulev]]<br /> 1 [[Main/CherryGeorgeMathew]]</td> </tr> <tr> <td> Mar 2003 </td> <td align="right"> 2038 </td> <td align="right"> 29 </td> <td align="right"> 0 </td> - <td> 398 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 205 <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a><br /> 112 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a><br /> 70 <span style="background:"><font color="">Hurd.Who Runs GNU</font></span><a href="http://LOCATIONHurd/WhoRunsGNU">?</a><br /> 52 <span style="background:"><font color="">Hurd.Hurd IRC</font></span><a href="http://LOCATIONHurd/HurdIRC">?</a><br /> 49 <span style="background:"><font color="">Hurd.Mail Lists</font></span><a href="http://LOCATIONHurd/MailLists">?</a><br /> 41 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATION/GrantBow">?</a><br /> 40 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a><br /> 29 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 29 <span style="background:"><font color="">Hurd Gnu Fans Org Discuss</font></span><a href="http://LOCATION/HurdGnuFansOrgDiscuss">?</a><br /> 25 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATION/OgnyanKulev">?</a></td> - <td> 10 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 4 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 3 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a><br /> 3 <span style="background:"><font color="">Eduardo Martn</font></span><a href="http://LOCATIONMain/EduardoMartn">?</a><br /> 2 <span style="background:"><font color="">Roel N</font></span><a href="http://LOCATIONMain/RoelN">?</a><br /> 2 <span style="background:"><font color="">Joe Pistritto</font></span><a href="http://LOCATIONMain/JoePistritto">?</a><br /> 2 <span style="background:"><font color="">Charlie Jordan</font></span><a href="http://LOCATIONMain/CharlieJordan">?</a><br /> 2 <span style="background:"><font color="">Carl Bingel</font></span><a href="http://LOCATIONMain/CarlBingel">?</a><br /> 1 <span style="background:"><font color="">Matt Grant</font></span><a href="http://LOCATIONMain/MattGrant">?</a></td> + <td> 398 [[WebHome]]<br /> 205 [[HurdGnuFansOrg]]<br /> 112 [[TWikiUsers]]<br /> 70 [[Hurd/WhoRunsGNU]]<br /> 52 [[Hurd/HurdIRC]]<br /> 49 [[Hurd/MailLists]]<br /> 41 [[GrantBow]]<br /> 40 [[JoachimNilsson]]<br /> 29 [[WebPreferences]]<br /> 29 [[HurdGnuFansOrgDiscuss]]<br /> 25 [[OgnyanKulev]]</td> + <td> 10 [[Main/JoachimNilsson]]<br /> 4 [[Main/OgnyanKulev]]<br /> 3 [[Main/GrantBow]]<br /> 3 [[Main/EduardoMartn]]<br /> 2 [[Main/RoelN]]<br /> 2 [[Main/JoePistritto]]<br /> 2 [[Main/CharlieJordan]]<br /> 2 [[Main/CarlBingel]]<br /> 1 [[Main/MattGrant]]</td> </tr> <tr> <td> Feb 2003 </td> <td align="right"> 987 </td> <td align="right"> 15 </td> <td align="right"> 0 </td> - <td> 202 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 125 <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a><br /> 48 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATION/GrantBow">?</a><br /> 40 <span style="background:"><font color="">Hurd.Hurd IRC</font></span><a href="http://LOCATIONHurd/HurdIRC">?</a><br /> 37 <span style="background:"><font color="">Hurd.Who Runs GNU</font></span><a href="http://LOCATIONHurd/WhoRunsGNU">?</a><br /> 34 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a><br /> 29 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a><br /> 17 <span style="background:"><font color="">Hurd.Personal Hurd Pages</font></span><a href="http://LOCATIONHurd/PersonalHurdPages">?</a><br /> 17 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATION/OgnyanKulev">?</a><br /> 15 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 13 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATION/TWikiGuest">?</a></td> - <td> 3 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 2 <span style="background:"><font color="">Simeon Simeonov</font></span><a href="http://LOCATIONMain/SimeonSimeonov">?</a><br /> 2 <span style="background:"><font color="">Robb Doyle</font></span><a href="http://LOCATIONMain/RobbDoyle">?</a><br /> 2 <span style="background:"><font color="">Leonel Rugama</font></span><a href="http://LOCATIONMain/LeonelRugama">?</a><br /> 2 <span style="background:"><font color="">David Everly</font></span><a href="http://LOCATIONMain/DavidEverly">?</a><br /> 2 <span style="background:"><font color="">Ben Asselstine</font></span><a href="http://LOCATIONMain/BenAsselstine">?</a><br /> 1 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 1 <span style="background:"><font color="">Deepak Goel</font></span><a href="http://LOCATIONMain/DeepakGoel">?</a></td> + <td> 202 [[WebHome]]<br /> 125 [[HurdGnuFansOrg]]<br /> 48 [[GrantBow]]<br /> 40 [[Hurd/HurdIRC]]<br /> 37 [[Hurd/WhoRunsGNU]]<br /> 34 [[TWikiUsers]]<br /> 29 [[JoachimNilsson]]<br /> 17 [[Hurd/PersonalHurdPages]]<br /> 17 [[OgnyanKulev]]<br /> 15 [[WebChanges]]<br /> 13 [[TWikiGuest]]</td> + <td> 3 [[Main/JoachimNilsson]]<br /> 2 [[Main/SimeonSimeonov]]<br /> 2 [[Main/RobbDoyle]]<br /> 2 [[Main/LeonelRugama]]<br /> 2 [[Main/DavidEverly]]<br /> 2 [[Main/BenAsselstine]]<br /> 1 [[Main/OgnyanKulev]]<br /> 1 [[Main/DeepakGoel]]</td> </tr> <tr> <td> Jan 2003 </td> <td align="right"> 1380 </td> <td align="right"> 81 </td> <td align="right"> 0 </td> - <td> 294 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 168 <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a><br /> 73 <span style="background:"><font color="">Hurd.Who Runs GNU</font></span><a href="http://LOCATIONHurd/WhoRunsGNU">?</a><br /> 59 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATION/GrantBow">?</a><br /> 56 <span style="background:"><font color="">Hurd.Hurd IRC</font></span><a href="http://LOCATIONHurd/HurdIRC">?</a><br /> 53 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a><br /> 44 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a><br /> 39 <span style="background:"><font color="">Hurd.Hurd Developers</font></span><a href="http://LOCATIONHurd/HurdDevelopers">?</a><br /> 37 <span style="background:"><font color="">Hurd.Mail Lists</font></span><a href="http://LOCATIONHurd/MailLists">?</a><br /> 28 <span style="background:"><font color="">Hurd.Personal Hurd Pages</font></span><a href="http://LOCATIONHurd/PersonalHurdPages">?</a><br /> 25 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a></td> - <td> 44 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a><br /> 13 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 4 <span style="background:"><font color="">Danilo Segan</font></span><a href="http://LOCATIONMain/DaniloSegan">?</a><br /> 3 <span style="background:"><font color="">James AMorrison</font></span><a href="http://LOCATIONMain/JamesAMorrison">?</a><br /> 2 <span style="background:"><font color="">Travis Barker</font></span><a href="http://LOCATIONMain/TravisBarker">?</a><br /> 2 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a><br /> 2 <span style="background:"><font color="">Stan Pinte</font></span><a href="http://LOCATIONMain/StanPinte">?</a><br /> 2 <span style="background:"><font color="">Raja Bomb</font></span><a href="http://LOCATIONMain/RajaBomb">?</a><br /> 2 <span style="background:"><font color="">Matt Grant</font></span><a href="http://LOCATIONMain/MattGrant">?</a><br /> 2 <span style="background:"><font color="">Lalo Martins</font></span><a href="http://LOCATIONMain/LaloMartins">?</a><br /> 2 <span style="background:"><font color="">Derek Davies</font></span><a href="http://LOCATIONMain/DerekDavies">?</a></td> + <td> 294 [[WebHome]]<br /> 168 [[HurdGnuFansOrg]]<br /> 73 [[Hurd/WhoRunsGNU]]<br /> 59 [[GrantBow]]<br /> 56 [[Hurd/HurdIRC]]<br /> 53 [[TWikiUsers]]<br /> 44 [[JoachimNilsson]]<br /> 39 [[Hurd/HurdDevelopers]]<br /> 37 [[Hurd/MailLists]]<br /> 28 [[Hurd/PersonalHurdPages]]<br /> 25 [[WebTopicList]]</td> + <td> 44 [[Main/GrantBow]]<br /> 13 [[Main/JoachimNilsson]]<br /> 4 [[Main/DaniloSegan]]<br /> 3 [[Main/JamesAMorrison]]<br /> 2 [[Main/TravisBarker]]<br /> 2 [[Main/TWikiGuest]]<br /> 2 [[Main/StanPinte]]<br /> 2 [[Main/RajaBomb]]<br /> 2 [[Main/MattGrant]]<br /> 2 [[Main/LaloMartins]]<br /> 2 [[Main/DerekDavies]]</td> </tr> <tr> <td> Dec 2002 </td> <td align="right"> 749 </td> <td align="right"> 72 </td> <td align="right"> 0 </td> - <td> 266 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 35 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a><br /> 33 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a><br /> 32 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 27 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATION/GrantBow">?</a><br /> 20 <span style="background:"><font color="">TWiki Groups</font></span><a href="http://LOCATION/TWikiGroups">?</a><br /> 16 <span style="background:"><font color="">Hurd Gnu Fans Org Discuss</font></span><a href="http://LOCATION/HurdGnuFansOrgDiscuss">?</a><br /> 15 <span style="background:"><font color="">Robert Millan</font></span><a href="http://LOCATION/RobertMillan">?</a><br /> 12 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATION/TWikiGuest">?</a><br /> 12 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATION/OgnyanKulev">?</a><br /> 12 <span style="background:"><font color="">Deepak Goel</font></span><a href="http://LOCATION/DeepakGoel">?</a></td> - <td> 32 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a><br /> 30 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 2 <span style="background:"><font color="">Torben GB</font></span><a href="http://LOCATIONMain/TorbenGB">?</a><br /> 2 <span style="background:"><font color="">Reinaldo Nolasco Sanches</font></span><a href="http://LOCATIONMain/ReinaldoNolascoSanches">?</a><br /> 2 <span style="background:"><font color="">Praveen Kumar</font></span><a href="http://LOCATIONMain/PraveenKumar">?</a><br /> 2 <span style="background:"><font color="">Alfred Heimsoth</font></span><a href="http://LOCATIONMain/AlfredHeimsoth">?</a><br /> 2 <span style="background:"><font color="">Alexandre Dulaunoy</font></span><a href="http://LOCATIONMain/AlexandreDulaunoy">?</a></td> + <td> 266 [[WebHome]]<br /> 35 [[JoachimNilsson]]<br /> 33 [[TWikiUsers]]<br /> 32 [[WebStatistics]]<br /> 27 [[GrantBow]]<br /> 20 [[TWikiGroups]]<br /> 16 [[HurdGnuFansOrgDiscuss]]<br /> 15 [[RobertMillan]]<br /> 12 [[TWikiGuest]]<br /> 12 [[OgnyanKulev]]<br /> 12 [[DeepakGoel]]</td> + <td> 32 [[Main/GrantBow]]<br /> 30 [[Main/JoachimNilsson]]<br /> 2 [[Main/TorbenGB]]<br /> 2 [[Main/ReinaldoNolascoSanches]]<br /> 2 [[Main/PraveenKumar]]<br /> 2 [[Main/AlfredHeimsoth]]<br /> 2 [[Main/AlexandreDulaunoy]]</td> </tr> <tr> <td> Nov 2002 </td> <td align="right"> 762 </td> <td align="right"> 67 </td> <td align="right"> 3 </td> - <td> 218 <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a><br /> 98 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a><br /> 28 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATION/GrantBow">?</a><br /> 23 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a><br /> 18 <span style="background:"><font color="">Clorox Work</font></span><a href="http://LOCATION/CloroxWork">?</a><br /> 17 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATION/OgnyanKulev">?</a><br /> 11 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 11 <span style="background:"><font color="">Robert Millan</font></span><a href="http://LOCATION/RobertMillan">?</a><br /> 10 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 10 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 9 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATION/TWikiGuest">?</a></td> - <td> 35 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a><br /> 24 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 2 <span style="background:"><font color="">Znet Catd</font></span><a href="http://LOCATIONMain/ZnetCatd">?</a><br /> 2 <span style="background:"><font color="">Tom Hart</font></span><a href="http://LOCATIONMain/TomHart">?</a><br /> 2 <span style="background:"><font color="">Sergey Spiridonov</font></span><a href="http://LOCATIONMain/SergeySpiridonov">?</a><br /> 2 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 2 <span style="background:"><font color="">Niklas S</font></span><a href="http://LOCATIONMain/NiklasS">?</a><br /> 1 <span style="background:"><font color="">Matt Grant</font></span><a href="http://LOCATIONMain/MattGrant">?</a></td> + <td> 218 [[HurdGnuFansOrg]]<br /> 98 [[TWikiUsers]]<br /> 28 [[GrantBow]]<br /> 23 [[JoachimNilsson]]<br /> 18 [[CloroxWork]]<br /> 17 [[OgnyanKulev]]<br /> 11 [[WebPreferences]]<br /> 11 [[RobertMillan]]<br /> 10 [[WebNotify]]<br /> 10 [[WebChanges]]<br /> 9 [[TWikiGuest]]</td> + <td> 35 [[Main/GrantBow]]<br /> 24 [[Main/JoachimNilsson]]<br /> 2 [[Main/ZnetCatd]]<br /> 2 [[Main/TomHart]]<br /> 2 [[Main/SergeySpiridonov]]<br /> 2 [[Main/OgnyanKulev]]<br /> 2 [[Main/NiklasS]]<br /> 1 [[Main/MattGrant]]</td> </tr> <tr> <td> Oct 2002 </td> <td align="right"> 378 </td> <td align="right"> 23 </td> <td align="right"> 0 </td> - <td> 121 <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a><br /> 49 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a><br /> 45 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATION/GrantBow">?</a><br /> 20 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a><br /> 7 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATION/TWikiGuest">?</a><br /> 7 <span style="background:"><font color="">TWiki Groups</font></span><a href="http://LOCATION/TWikiGroups">?</a><br /> 7 <span style="background:"><font color="">TWiki Admin Group</font></span><a href="http://LOCATION/TWikiAdminGroup">?</a><br /> 7 <span style="background:"><font color="">Mike Mannix</font></span><a href="http://LOCATION/MikeMannix">?</a><br /> 7 <span style="background:"><font color="">Deepak Goel</font></span><a href="http://LOCATION/DeepakGoel">?</a><br /> 6 <span style="background:"><font color="">My SQL</font></span><a href="http://LOCATION/MySQL">?</a><br /> 6 <span style="background:"><font color="">Andrew Mitchell</font></span><a href="http://LOCATION/AndrewMitchell">?</a></td> - <td> 7 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 6 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a><br /> 3 <span style="background:"><font color="">Wayne G</font></span><a href="http://LOCATIONMain/WayneG">?</a><br /> 3 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a><br /> 2 <span style="background:"><font color="">Gerhard Muntingh</font></span><a href="http://LOCATIONMain/GerhardMuntingh">?</a><br /> 1 <span style="background:"><font color="">Helge Stenstroem</font></span><a href="http://LOCATIONMain/HelgeStenstroem">?</a><br /> 1 <span style="background:"><font color="">Deepak Goel</font></span><a href="http://LOCATIONMain/DeepakGoel">?</a></td> + <td> 121 [[HurdGnuFansOrg]]<br /> 49 [[TWikiUsers]]<br /> 45 [[GrantBow]]<br /> 20 [[JoachimNilsson]]<br /> 7 [[TWikiGuest]]<br /> 7 [[TWikiGroups]]<br /> 7 [[TWikiAdminGroup]]<br /> 7 [[MikeMannix]]<br /> 7 [[DeepakGoel]]<br /> 6 [[MySQL]]<br /> 6 [[AndrewMitchell]]</td> + <td> 7 [[Main/JoachimNilsson]]<br /> 6 [[Main/GrantBow]]<br /> 3 [[Main/WayneG]]<br /> 3 [[Main/TWikiGuest]]<br /> 2 [[Main/GerhardMuntingh]]<br /> 1 [[Main/HelgeStenstroem]]<br /> 1 [[Main/DeepakGoel]]</td> </tr> <tr> <td> Sep 2002 </td> <td align="right"> 906 </td> <td align="right"> 26 </td> <td align="right"> 0 </td> - <td> 234 <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a><br /> 52 <span style="background:"><font color="">Klipp Stugan</font></span><a href="http://LOCATION/KlippStugan">?</a><br /> 36 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 35 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a><br /> 34 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a><br /> 23 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATION/TWikiGuest">?</a><br /> 20 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 18 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATION/GrantBow">?</a><br /> 16 <span style="background:"><font color="">Office Locations</font></span><a href="http://LOCATION/OfficeLocations">?</a><br /> 15 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 14 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a></td> - <td> 6 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 4 <span style="background:"><font color="">Magnus Oberg</font></span><a href="http://LOCATIONMain/MagnusOberg">?</a><br /> 3 <span style="background:"><font color="">Haavard Farberg</font></span><a href="http://LOCATIONMain/HaavardFarberg">?</a><br /> 3 <span style="background:"><font color="">Deepak Goel</font></span><a href="http://LOCATIONMain/DeepakGoel">?</a><br /> 2 <span style="background:"><font color="">Marc Huffnagle</font></span><a href="http://LOCATIONMain/MarcHuffnagle">?</a><br /> 2 <span style="background:"><font color="">Laudney Ren</font></span><a href="http://LOCATIONMain/LaudneyRen">?</a><br /> 2 <span style="background:"><font color="">Boris Bukowski</font></span><a href="http://LOCATIONMain/BorisBukowski">?</a><br /> 2 <span style="background:"><font color="">Alejandro Sanchez</font></span><a href="http://LOCATIONMain/AlejandroSanchez">?</a><br /> 2 <span style="background:"><font color="">Alan Mc Intyre</font></span><a href="http://LOCATIONMain/AlanMcIntyre">?</a></td> + <td> 234 [[HurdGnuFansOrg]]<br /> 52 [[KlippStugan]]<br /> 36 [[WebStatistics]]<br /> 35 [[JoachimNilsson]]<br /> 34 [[TWikiUsers]]<br /> 23 [[TWikiGuest]]<br /> 20 [[WebPreferences]]<br /> 18 [[GrantBow]]<br /> 16 [[OfficeLocations]]<br /> 15 [[WebChanges]]<br /> 14 [[WebSearch]]</td> + <td> 6 [[Main/JoachimNilsson]]<br /> 4 [[Main/MagnusOberg]]<br /> 3 [[Main/HaavardFarberg]]<br /> 3 [[Main/DeepakGoel]]<br /> 2 [[Main/MarcHuffnagle]]<br /> 2 [[Main/LaudneyRen]]<br /> 2 [[Main/BorisBukowski]]<br /> 2 [[Main/AlejandroSanchez]]<br /> 2 [[Main/AlanMcIntyre]]</td> </tr> <tr> <td> Aug 2002 </td> <td align="right"> 852 </td> <td align="right"> 8 </td> <td align="right"> 0 </td> - <td> 199 <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a><br /> 44 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a><br /> 41 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a><br /> 33 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 24 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 18 <span style="background:"><font color="">Simon Law</font></span><a href="http://LOCATION/SimonLaw">?</a><br /> 17 <span style="background:"><font color="">Juan Alvarez</font></span><a href="http://LOCATION/JuanAlvarez">?</a><br /> 16 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATION/GrantBow">?</a><br /> 15 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 15 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATION/TWikiGuest">?</a><br /> 15 <span style="background:"><font color="">Nick Rusnov</font></span><a href="http://LOCATION/NickRusnov">?</a></td> - <td> 3 <span style="background:"><font color="">Manuel Valderrama</font></span><a href="http://LOCATIONMain/ManuelValderrama">?</a><br /> 2 <span style="background:"><font color="">Justin Koser</font></span><a href="http://LOCATIONMain/JustinKoser">?</a><br /> 2 <span style="background:"><font color="">Jose Maria Ruiz</font></span><a href="http://LOCATIONMain/JoseMariaRuiz">?</a><br /> 1 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a></td> + <td> 199 [[HurdGnuFansOrg]]<br /> 44 [[TWikiUsers]]<br /> 41 [[JoachimNilsson]]<br /> 33 [[WebStatistics]]<br /> 24 [[WebPreferences]]<br /> 18 [[SimonLaw]]<br /> 17 [[JuanAlvarez]]<br /> 16 [[GrantBow]]<br /> 15 [[WebNotify]]<br /> 15 [[TWikiGuest]]<br /> 15 [[NickRusnov]]</td> + <td> 3 [[Main/ManuelValderrama]]<br /> 2 [[Main/JustinKoser]]<br /> 2 [[Main/JoseMariaRuiz]]<br /> 1 [[Main/JoachimNilsson]]</td> </tr> <tr> <td> Jul 2002 </td> <td align="right"> 1240 </td> <td align="right"> 184 </td> <td align="right"> 2 </td> - <td> 353 <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a><br /> 232 <span style="background:"><font color="">Klipp Stugan</font></span><a href="http://LOCATION/KlippStugan">?</a><br /> 61 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 51 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a><br /> 37 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a><br /> 33 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 31 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATION/TWikiGuest">?</a><br /> 28 <span style="background:"><font color="">My SQL</font></span><a href="http://LOCATION/MySQL">?</a><br /> 23 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 19 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 19 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a></td> - <td> 82 <span style="background:"><font color="">Solid Form</font></span><a href="http://LOCATIONMain/SolidForm">?</a><br /> 49 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a><br /> 18 <span style="background:"><font color="">John Rambo</font></span><a href="http://LOCATIONMain/JohnRambo">?</a><br /> 12 <span style="background:"><font color="">Jonnis Cronnis</font></span><a href="http://LOCATIONMain/JonnisCronnis">?</a><br /> 10 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 3 <span style="background:"><font color="">Michal Suchanek</font></span><a href="http://LOCATIONMain/MichalSuchanek">?</a><br /> 3 <span style="background:"><font color="">Jonne Ponne</font></span><a href="http://LOCATIONMain/JonnePonne">?</a><br /> 2 <span style="background:"><font color="">Wolfgang J</font></span><a href="http://LOCATIONMain/WolfgangJ">?</a><br /> 2 <span style="background:"><font color="">Win Mozilla</font></span><a href="http://LOCATIONMain/WinMozilla">?</a><br /> 2 <span style="background:"><font color="">David Fahlander</font></span><a href="http://LOCATIONMain/DavidFahlander">?</a><br /> 2 <span style="background:"><font color="">Andy Pa</font></span><a href="http://LOCATIONMain/AndyPa">?</a></td> + <td> 353 [[HurdGnuFansOrg]]<br /> 232 [[KlippStugan]]<br /> 61 [[WebStatistics]]<br /> 51 [[TWikiUsers]]<br /> 37 [[JoachimNilsson]]<br /> 33 [[WebSearch]]<br /> 31 [[TWikiGuest]]<br /> 28 [[MySQL]]<br /> 23 [[WebChanges]]<br /> 19 [[WebNotify]]<br /> 19 [[WebIndex]]</td> + <td> 82 [[Main/SolidForm]]<br /> 49 [[Main/TWikiGuest]]<br /> 18 [[Main/JohnRambo]]<br /> 12 [[Main/JonnisCronnis]]<br /> 10 [[Main/JoachimNilsson]]<br /> 3 [[Main/MichalSuchanek]]<br /> 3 [[Main/JonnePonne]]<br /> 2 [[Main/WolfgangJ]]<br /> 2 [[Main/WinMozilla]]<br /> 2 [[Main/DavidFahlander]]<br /> 2 [[Main/AndyPa]]</td> </tr> <tr> <td> Jun 2002 </td> <td align="right"> 412 </td> <td align="right"> 50 </td> <td align="right"> 0 </td> - <td> 214 <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a><br /> 26 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a><br /> 24 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a><br /> 18 <span style="background:"><font color="">Matt Grant</font></span><a href="http://LOCATION/MattGrant">?</a><br /> 15 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATION/GrantBow">?</a><br /> 10 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATION/TWikiGuest">?</a><br /> 10 <span style="background:"><font color="">My SQL</font></span><a href="http://LOCATION/MySQL">?</a><br /> 7 <span style="background:"><font color="">TWiki Groups</font></span><a href="http://LOCATION/TWikiGroups">?</a><br /> 7 <span style="background:"><font color="">Office Locations</font></span><a href="http://LOCATION/OfficeLocations">?</a><br /> 7 <span style="background:"><font color="">Luis Bustamante</font></span><a href="http://LOCATION/LuisBustamante">?</a><br /> 7 <span style="background:"><font color="">Juan Alvarez</font></span><a href="http://LOCATION/JuanAlvarez">?</a></td> - <td> 15 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 14 <span style="background:"><font color="">Matt Grant</font></span><a href="http://LOCATIONMain/MattGrant">?</a><br /> 7 <span style="background:"><font color="">Solid Form</font></span><a href="http://LOCATIONMain/SolidForm">?</a><br /> 2 <span style="background:"><font color="">Sebastian Silva</font></span><a href="http://LOCATIONMain/SebastianSilva">?</a><br /> 2 <span style="background:"><font color="">Robert Millan</font></span><a href="http://LOCATIONMain/RobertMillan">?</a><br /> 2 <span style="background:"><font color="">Niklas S</font></span><a href="http://LOCATIONMain/NiklasS">?</a><br /> 2 <span style="background:"><font color="">Julien PUYDT</font></span><a href="http://LOCATIONMain/JulienPUYDT">?</a><br /> 2 <span style="background:"><font color="">Juan Alvarez</font></span><a href="http://LOCATIONMain/JuanAlvarez">?</a><br /> 2 <span style="background:"><font color="">Jakob Eriksson</font></span><a href="http://LOCATIONMain/JakobEriksson">?</a><br /> 2 <span style="background:"><font color="">Hisham Kotry</font></span><a href="http://LOCATIONMain/HishamKotry">?</a></td> + <td> 214 [[HurdGnuFansOrg]]<br /> 26 [[TWikiUsers]]<br /> 24 [[JoachimNilsson]]<br /> 18 [[MattGrant]]<br /> 15 [[GrantBow]]<br /> 10 [[TWikiGuest]]<br /> 10 [[MySQL]]<br /> 7 [[TWikiGroups]]<br /> 7 [[OfficeLocations]]<br /> 7 [[LuisBustamante]]<br /> 7 [[JuanAlvarez]]</td> + <td> 15 [[Main/JoachimNilsson]]<br /> 14 [[Main/MattGrant]]<br /> 7 [[Main/SolidForm]]<br /> 2 [[Main/SebastianSilva]]<br /> 2 [[Main/RobertMillan]]<br /> 2 [[Main/NiklasS]]<br /> 2 [[Main/JulienPUYDT]]<br /> 2 [[Main/JuanAlvarez]]<br /> 2 [[Main/JakobEriksson]]<br /> 2 [[Main/HishamKotry]]</td> </tr> <tr> <td> May 2002 </td> <td align="right"> 337 </td> <td align="right"> 57 </td> <td align="right"> 1 </td> - <td> 147 <span style="background:"><font color="">Hurd Gnu Fans Org</font></span><a href="http://LOCATION/HurdGnuFansOrg">?</a><br /> 29 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATION/JoachimNilsson">?</a><br /> 22 <span style="background:"><font color="">TWiki Users</font></span><a href="http://LOCATION/TWikiUsers">?</a><br /> 15 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATION/GrantBow">?</a><br /> 14 <span style="background:"><font color="">Luis Bustamante</font></span><a href="http://LOCATION/LuisBustamante">?</a><br /> 11 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATION/TWikiGuest">?</a><br /> 9 <span style="background:"><font color="">Rik Wade</font></span><a href="http://LOCATION/RikWade">?</a><br /> 9 <span style="background:"><font color="">Office Locations</font></span><a href="http://LOCATION/OfficeLocations">?</a><br /> 8 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 6 <span style="background:"><font color="">Nick Rusnov</font></span><a href="http://LOCATION/NickRusnov">?</a><br /> 5 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a></td> - <td> 14 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 13 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a><br /> 6 <span style="background:"><font color="">Rik Wade</font></span><a href="http://LOCATIONMain/RikWade">?</a><br /> 5 <span style="background:"><font color="">Luis Bustamante</font></span><a href="http://LOCATIONMain/LuisBustamante">?</a><br /> 4 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a><br /> 2 <span style="background:"><font color="">Simon Law</font></span><a href="http://LOCATIONMain/SimonLaw">?</a><br /> 2 <span style="background:"><font color="">Sam Lauzon</font></span><a href="http://LOCATIONMain/SamLauzon">?</a><br /> 2 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 2 <span style="background:"><font color="">Nick Rusnov</font></span><a href="http://LOCATIONMain/NickRusnov">?</a><br /> 2 <span style="background:"><font color="">Marco Gerards</font></span><a href="http://LOCATIONMain/MarcoGerards">?</a><br /> 2 <span style="background:"><font color="">Kurt Kaiser</font></span><a href="http://LOCATIONMain/KurtKaiser">?</a></td> + <td> 147 [[HurdGnuFansOrg]]<br /> 29 [[JoachimNilsson]]<br /> 22 [[TWikiUsers]]<br /> 15 [[GrantBow]]<br /> 14 [[LuisBustamante]]<br /> 11 [[TWikiGuest]]<br /> 9 [[RikWade]]<br /> 9 [[OfficeLocations]]<br /> 8 [[WebSearch]]<br /> 6 [[NickRusnov]]<br /> 5 [[WebChanges]]</td> + <td> 14 [[Main/JoachimNilsson]]<br /> 13 [[Main/TWikiGuest]]<br /> 6 [[Main/RikWade]]<br /> 5 [[Main/LuisBustamante]]<br /> 4 [[Main/GrantBow]]<br /> 2 [[Main/SimonLaw]]<br /> 2 [[Main/SamLauzon]]<br /> 2 [[Main/OgnyanKulev]]<br /> 2 [[Main/NickRusnov]]<br /> 2 [[Main/MarcoGerards]]<br /> 2 [[Main/KurtKaiser]]</td> </tr> </table> diff --git a/Mig/WebHome.mdwn b/Mig/WebHome.mdwn index 0a6b17a3..0d3cb3e4 100644 --- a/Mig/WebHome.mdwn +++ b/Mig/WebHome.mdwn @@ -9,18 +9,18 @@ The [[MachInterfaceGenerator]] (MIG) is a program which generates inter-process <tr> <td valign="top" width="65%"> <p> Mach servers run as separate tasks and communicate with RPC messages. The RPC interface is language independant and somewhat complex. MIG mitigates this complexity. </p> - <p> GNU MIG is fully compatible with OSF MIG. The <a href="http://www.gnu.org/software/hurd/mig.html" target="_top">official Mig</a> site is a page hosted on the official Hurd site. <span style="background:"><font color="">Mig Documentation</font></span><a href="http://LOCATION/MigDocumentation">?</a> is available. Mig also has it's own CVS module within the main Hurd CVS site. </p> - <p><span style="background:"><font color="">Building the Mach Interface Generator</font></span><a href="http://LOCATION/BuildingMIG">?</a></p> + <p> GNU MIG is fully compatible with OSF MIG. The <a href="http://www.gnu.org/software/hurd/mig.html" target="_top">official Mig</a> site is a page hosted on the official Hurd site. [[MigDocumentation]] is available. Mig also has it's own CVS module within the main Hurd CVS site. </p> + <p>[[BuildingMIG]]</p> <p> </p> <dl> - <dt><span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a></dt> + <dt>[[WebDiscuss]]</dt> <dd> Discussion about how to make this part of the site better and more informative. </dd> </dl> <p> </p> <dl> - <dt><span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a></dt> + <dt>[[WebPreferences]]</dt> <dd> specific settings for this web </dd> </dl> <p> @@ -35,18 +35,18 @@ The [[MachInterfaceGenerator]] (MIG) is a program which generates inter-process </p> <table border="1" cellpadding="1" cellspacing="0"> <tr> - <th bgcolor="#99CCCC"><strong>Hot Topics <font size="-1">(<span style="background:"><font color="">more</font></span><a href="http://LOCATION/WebStatistics">?</a>)</font></strong></th> + <th bgcolor="#99CCCC"><strong>Hot Topics <font size="-1">([[WebStatistics]])</font></strong></th> <th bgcolor="#99CCCC"><strong>Top Contributors</strong></th> </tr> </table> %INCLUDE{"WebStatistics" pattern=".*?\-\-statTopContributors\-\-\&gt;[^\|]+\|[^\|]+\|[^\|]+\|[^\|]+\|[^\|]+\|[^\|]+(\|[^\|]+\|[^\|]+\|).*"}% <p> - </p><input name="search" size="20" type="text" /> <input type="submit" value="Search %WEB%" /><br /><font size="-1">More search options in <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a></font><br /> + </p><input name="search" size="20" type="text" /> <input type="submit" value="Search %WEB%" /><br /><font size="-1">More search options in [[WebSearch]]</font><br /> <p> Currently, Web refers to the Mig Web. </p> <p> </p> <ul> - <li><span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a> - alphabetical </li> - <li><span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a> - by modification time </li> - <li><span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a> - email alerts </li> + <li>[[WebIndex]] - alphabetical </li> + <li>[[WebChanges]] - by modification time </li> + <li>[[WebNotify]] - email alerts </li> </ul> <p> </p> diff --git a/Mig/WebPreferences/logo.png b/Mig/WebPreferences/logo.png Binary files differnew file mode 100644 index 00000000..cdfec179 --- /dev/null +++ b/Mig/WebPreferences/logo.png diff --git a/Mig/WebStatistics.mdwn b/Mig/WebStatistics.mdwn index b5bfa5b0..29960291 100644 --- a/Mig/WebStatistics.mdwn +++ b/Mig/WebStatistics.mdwn @@ -28,24 +28,24 @@ <td align="right"> 73 </td> <td align="right"> 2 </td> <td align="right"> 0 </td> - <td> 42 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 13 <span style="background:"><font color="">Mach Interface Generator</font></span><a href="http://LOCATION/MachInterfaceGenerator">?</a><br /> 5 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 5 <span style="background:"><font color="">Mig Documentation</font></span><a href="http://LOCATION/MigDocumentation">?</a><br /> 3 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 3 <span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a><br /> 1 <span style="background:"><font color="">Web Menu</font></span><a href="http://LOCATION/WebMenu">?</a><br /> 1 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a></td> - <td> 2 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a></td> + <td> 42 [[WebHome]]<br /> 13 [[MachInterfaceGenerator]]<br /> 5 [[WebPreferences]]<br /> 5 [[MigDocumentation]]<br /> 3 [[WebStatistics]]<br /> 3 [[WebDiscuss]]<br /> 1 [[WebMenu]]<br /> 1 [[WebChanges]]</td> + <td> 2 [[Main/GrantBow]]</td> </tr> <tr> <td> Nov 2002 </td> <td align="right"> 159 </td> <td align="right"> 7 </td> <td align="right"> 1 </td> - <td> 68 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 25 <span style="background:"><font color="">Mach Interface Generator</font></span><a href="http://LOCATION/MachInterfaceGenerator">?</a><br /> 17 <span style="background:"><font color="">Mig Documentation</font></span><a href="http://LOCATION/MigDocumentation">?</a><br /> 7 <span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a><br /> 6 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 6 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 6 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 6 <span style="background:"><font color="">Web Menu</font></span><a href="http://LOCATION/WebMenu">?</a><br /> 6 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 5 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 4 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a></td> - <td> 5 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a><br /> 3 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a></td> + <td> 68 [[WebHome]]<br /> 25 [[MachInterfaceGenerator]]<br /> 17 [[MigDocumentation]]<br /> 7 [[WebDiscuss]]<br /> 6 [[WebSearch]]<br /> 6 [[WebPreferences]]<br /> 6 [[WebNotify]]<br /> 6 [[WebMenu]]<br /> 6 [[WebChanges]]<br /> 5 [[WebIndex]]<br /> 4 [[WebStatistics]]</td> + <td> 5 [[Main/GrantBow]]<br /> 3 [[Main/JoachimNilsson]]</td> </tr> <tr> <td> Oct 2002 </td> <td align="right"> 48 </td> <td align="right"> 10 </td> <td align="right"> 0 </td> - <td> 19 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 10 <span style="background:"><font color="">Mach Interface Generator</font></span><a href="http://LOCATION/MachInterfaceGenerator">?</a><br /> 8 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 5 <span style="background:"><font color="">Mig Documentation</font></span><a href="http://LOCATION/MigDocumentation">?</a><br /> 3 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 2 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 1 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a></td> - <td> 9 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 1 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a></td> + <td> 19 [[WebHome]]<br /> 10 [[MachInterfaceGenerator]]<br /> 8 [[WebPreferences]]<br /> 5 [[MigDocumentation]]<br /> 3 [[WebNotify]]<br /> 2 [[WebIndex]]<br /> 1 [[WebTopicList]]</td> + <td> 9 [[Main/JoachimNilsson]]<br /> 1 [[Main/GrantBow]]</td> </tr> </table> diff --git a/TWiki/AppendixFileSystem.mdwn b/TWiki/AppendixFileSystem.mdwn index 7713b7e0..02f3c94f 100644 --- a/TWiki/AppendixFileSystem.mdwn +++ b/TWiki/AppendixFileSystem.mdwn @@ -36,7 +36,7 @@ You can rename the root TWiki directory - `twiki` - to whatever you like by chan <tr> <td><code>twiki/pub</code></td> <td align="center"> list </td> - <td> Public files (e.g. images) and <span style="background:"><font color="">File Attachments</font></span><a href="http://LOCATION/FileAttachments">?</a> and their RCS histories </td> + <td> Public files (e.g. images) and [[FileAttachments]] and their RCS histories </td> </tr> <tr> <td><code>twiki/data</code></td> @@ -104,7 +104,7 @@ Perl CGI scripts. _Full file list:_ </tr> <tr> <td><code>attach</code></td> - <td> Script that shows the attach file page (<span style="background:"><font color="">File Attachment</font></span><a href="http://LOCATION/FileAttachment">?</a>) </td> + <td> Script that shows the attach file page ([[FileAttachment]]) </td> </tr> <tr> <td><code>edit</code></td> @@ -164,7 +164,7 @@ Perl CGI scripts. _Full file list:_ </tr> <tr> <td><code>upload</code></td> - <td> Script that does file upload (<span style="background:"><font color="">File Attachment</font></span><a href="http://LOCATION/FileAttachment">?</a>) </td> + <td> Script that does file upload ([[FileAttachment]]) </td> </tr> <tr> <td><code>view</code></td> @@ -467,7 +467,7 @@ Templates used to control appearance of all rendered pages. _Full file list:_ </tr> <tr> <td><code>changes.tmpl</code></td> - <td> Displays <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a> list of recently changed topics </td> + <td> Displays [[WebChanges]] list of recently changed topics </td> </tr> <tr> <td><code>edit.iejs.tmpl</code></td> diff --git a/TWiki/ChangePassword.mdwn b/TWiki/ChangePassword.mdwn index 8ed244ed..9bb5fcc4 100644 --- a/TWiki/ChangePassword.mdwn +++ b/TWiki/ChangePassword.mdwn @@ -1,12 +1,12 @@ <table align="center" border="true" width="60%"> <tr> - <td> Terribly sorry about this, but due to the amount of <span style="background:"><font color="">Wiki Spam</font></span><a href="http://LOCATION/WikiSpam">?</a> all automatic password changes, as well as new account creation, has been disabled. Use the <span style="background:"><font color="">Reset Password</font></span><a href="http://LOCATION/ResetPassword">?</a> for changing, resetting and creating new passwords for new users. <p> + <td> Terribly sorry about this, but due to the amount of [[WikiSpam]] all automatic password changes, as well as new account creation, has been disabled. Use the [[ResetPassword]] for changing, resetting and creating new passwords for new users. <p> </p> <ul> - <li><font size="+1">Use <span style="background:"><font color="">Reset Password</font></span><a href="http://LOCATION/ResetPassword">?</a> instead due to <span style="background:"><font color="">Wiki Spam</font></span><a href="http://LOCATION/WikiSpam">?</a></font></li> + <li><font size="+1">Use [[ResetPassword]] instead due to [[WikiSpam]]</font></li> </ul> <p> Thank you. </p> - <p> -- <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a> - 28 Jan 2005 </p> + <p> -- [[Main/JoachimNilsson]] - 28 Jan 2005 </p> </td> </tr> </table> diff --git a/TWiki/FindElsewherePlugin.mdwn b/TWiki/FindElsewherePlugin.mdwn index 33c4dbd5..ff1e77f7 100644 --- a/TWiki/FindElsewherePlugin.mdwn +++ b/TWiki/FindElsewherePlugin.mdwn @@ -28,25 +28,25 @@ If a topic is not found in the current web, this plugin will look in the LOOKELS <tr> <td> found here </td> <td><nop>WebHome </nop></td> - <td><span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a></td> + <td>[[WebHome]]</td> <td><nop>WebHome </nop></td> </tr> <tr> <td> found singular here </td> <td><nop>WebHomes </nop></td> - <td><span style="background:"><font color="">Web Homes</font></span><a href="http://LOCATION/WebHomes">?</a></td> + <td>[[WebHomes]]</td> <td><nop>WebHomes </nop></td> </tr> <tr> <td> found elsewhere </td> <td><nop>TWikiAdminGroup </nop></td> - <td><span style="background:"><font color="">TWiki Admin Group</font></span><a href="http://LOCATION/TWikiAdminGroup">?</a></td> + <td>[[TWikiAdminGroup]]</td> <td><nop>Main.TWikiAdminGroup </nop></td> </tr> <tr> <td> found singular elsewhere </td> <td><nop>TWikiAdminGroups </nop></td> - <td><span style="background:"><font color="">TWiki Admin Groups</font></span><a href="http://LOCATION/TWikiAdminGroups">?</a></td> + <td>[[TWikiAdminGroups]]</td> <td><nop>Main.TWikiAdminGroups </nop></td> </tr> </table> @@ -64,31 +64,31 @@ Don't break other types of links... </tr> <tr> <td><nop>TWiki.WebHome </nop></td> - <td><span style="background:"><font color="">Web Home</font></span><a href="http://LOCATIONTWiki/WebHome">?</a></td> + <td>[[TWiki/WebHome]]</td> </tr> <tr> <td><nop>WebHome </nop></td> - <td><span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a></td> + <td>[[WebHome]]</td> </tr> <tr> <td> [<nop>[TWiki.WebHome]] </nop></td> - <td><span style="background:"><font color="">TWiki.Web Home</font></span><a href="http://LOCATIONTWiki/WebHome">?</a></td> + <td>[[TWiki/WebHome]]</td> </tr> <tr> <td> [<nop>[TWiki.WikiWord]] </nop></td> - <td><span style="background:"><font color="">TWiki.Wiki Word</font></span><a href="http://LOCATIONTWiki/WikiWord">?</a></td> + <td>[[TWiki/WikiWord]]</td> </tr> <tr> <td> [<nop>[TWiki.WikiWords]] </nop></td> - <td><span style="background:"><font color="">TWiki.Wiki Words</font></span><a href="http://LOCATIONTWiki/WikiWords">?</a></td> + <td>[[TWiki/WikiWords]]</td> </tr> <tr> <td><nop>TWiki.WikiWord </nop></td> - <td><span style="background:"><font color="">Wiki Word</font></span><a href="http://LOCATIONTWiki/WikiWord">?</a></td> + <td>[[TWiki/WikiWord]]</td> </tr> <tr> <td><nop>TWiki.WikiWords </nop></td> - <td><span style="background:"><font color="">Wiki Words</font></span><a href="http://LOCATIONTWiki/WikiWords">?</a></td> + <td>[[TWiki/WikiWords]]</td> </tr> </table> @@ -137,7 +137,7 @@ Don't break other types of links... <table border="1" cellpadding="1" cellspacing="0"> <tr> <td align="right"> Plugin Author: </td> - <td><span style="background:"><font color="">Mike Barton</font></span><a href="http://LOCATIONMain/MikeBarton">?</a></td> + <td>[[Main/MikeBarton]]</td> </tr> <tr> <td align="right"> Plugin Version: </td> diff --git a/TWiki/FormattedSearch.mdwn b/TWiki/FormattedSearch.mdwn index 8dcec745..8cec7728 100644 --- a/TWiki/FormattedSearch.mdwn +++ b/TWiki/FormattedSearch.mdwn @@ -69,7 +69,7 @@ Variables that can be used in the format string: </tr> <tr> <td><code>$formfield(name)</code></td> - <td> The field value of a form field, i.e. <code>$formfield(<nop>TopicClassification)</nop></code> would get expanded to <code>PublicFAQ</code>. This applies only to topics that have a <span style="background:"><font color="">TWiki Form</font></span><a href="http://LOCATION/TWikiForms">?</a></td> + <td> The field value of a form field, i.e. <code>$formfield(<nop>TopicClassification)</nop></code> would get expanded to <code>PublicFAQ</code>. This applies only to topics that have a [[TWikiForms]]</td> </tr> <tr> <td><code>$pattern(reg-exp)</code></td> diff --git a/TWiki/GnuSkin/GnuSkin-2002_06_04_094442_shot.jpg b/TWiki/GnuSkin/GnuSkin-2002_06_04_094442_shot.jpg Binary files differnew file mode 100644 index 00000000..19f4d4e9 --- /dev/null +++ b/TWiki/GnuSkin/GnuSkin-2002_06_04_094442_shot.jpg diff --git a/TWiki/GnuSkin/RCS/menuscript.js b/TWiki/GnuSkin/RCS/menuscript.js new file mode 100644 index 00000000..6b30f176 --- /dev/null +++ b/TWiki/GnuSkin/RCS/menuscript.js @@ -0,0 +1,289 @@ +// Determine browser type (Netscape 6 or IE 5.5).
+
+
+var isIE5 = (navigator.userAgent.indexOf("MSIE 5.5") > 0) ? 1 : 0;
+var isIE5 = (navigator.userAgent.indexOf("MSIE 5") > 0) ? 1 : 0;
+var isNS6 = (navigator.userAgent.indexOf("Gecko") > 0) ? 1 : 0;
+var isNS4 = ((navigator.appName.indexOf("Netscape")==0)
+ &&(navigator.userAgent.indexOf("Mozilla/4") == 0)) ? 1 : 0;
+
+//if (isNS4==0)
+// alert("This skin has been designed for Netscape 4.x.");
+
+// For IE, adjust menu bar styling.
+
+if (isIE5) {
+ document.styleSheets[document.styleSheets.length - 1].addRule("#menuBar", "padding-top:3px");
+ document.styleSheets[document.styleSheets.length - 1].addRule("#menuBar", "padding-bottom:3px");
+}
+
+// Global variable for tracking the currently active button.
+
+var activeButton = null;
+
+if (isIE5)
+ document.onmousedown = pageMousedown;
+if (isNS6)
+ document.addEventListener("mousedown", pageMousedown, true);
+
+function pageMousedown(event) {
+
+ var className;
+
+ // If the object clicked on was not a menu button or item, close any active
+ // menu.
+
+ if (isIE5)
+ className = window.event.srcElement.className;
+ if (isNS6)
+ className = (event.target.className ?
+ event.target.className : event.target.parentNode.className);
+
+ //Top menu mouseover
+ if (className != "menuButton" && className != "menuItem" && className != "menuItemDiff" && activeButton)
+ resetButton(activeButton);
+
+
+ //Left menu show hide
+ var eSrc = window.event.srcElement;
+ window.event.cancelBubble = true;
+ if ("clsShowHide" == eSrc.className) return contentsHeading_click(eSrc);
+
+ //Original version of this (with frames support)
+ //while ("BODY" != eSrc.tagName) {
+ // if ("clsItem" == eSrc.className || "clsItemSelect" == eSrc.className) return contentsItem_click(eSrc);
+ // else if ("clsShowHide" == eSrc.className || "clsHeading" == eSrc.className) return contentsHeading_click(eSrc);
+ // eSrc = eSrc.parentElement;
+ //}
+}
+
+function buttonClick(button, menuName) {
+
+ // Blur focus from the link to remove that annoying outline.
+
+ if (!isNS4)
+ button.blur();
+
+ // Associate the named menu to this button if not already done.
+
+ if (!button.menu)
+ {
+ if (isNS4)
+ button.menu = document.layers[menuName];
+ else
+ button.menu = document.getElementById(menuName);
+ }
+
+
+ // Reset the currently active button, if any.
+
+ if (activeButton && activeButton != button)
+ resetButton(activeButton);
+
+ // Toggle the button's state.
+
+ if (button.isDepressed)
+ resetButton(button);
+ else
+ depressButton(button);
+
+ return false;
+}
+
+function buttonMouseover(button, menuName) {
+
+ // If any other button menu is active, deactivate it and activate this one.
+ // Note: if this button has no menu, leave the active menu alone.
+
+ if (activeButton) {
+ if (activeButton != button) {
+ resetButton(activeButton);
+ if (menuName)
+ buttonClick(button, menuName);
+ }
+ else {
+ }
+ }
+ else {
+ if (menuName)
+ buttonClick(button, menuName);
+ }
+}
+
+function depressButton(button) {
+
+ // Save current style values so they can be restored later.
+ // Only needs to be done once.
+
+ if (!button.oldBackgroundColor) {
+ button.oldBackgroundColor = button.style.backgroundColor;
+ button.oldBorderBottomColor = button.style.borderBottomColor;
+ button.oldBorderRightColor = button.style.borderRightColor;
+ button.oldBorderTopColor = button.style.borderTopColor;
+ button.oldBorderLeftColor = button.style.borderLeftColor;
+ button.oldColor = button.style.color;
+ button.oldLeft = button.style.left;
+ button.oldPosition = button.style.position;
+ button.oldTop = button.style.top;
+ }
+
+ // Change style value to make the button looks like it's
+ // depressed.
+
+ button.style.backgroundColor = "#99CC99";
+ button.style.borderBottomColor = "#99CC99";
+ button.style.borderRightColor = "#99CC99";
+ button.style.borderTopColor = "#99CC99";
+ button.style.borderLeftColor = "#99CC99";
+ button.style.color = "#E9E9E9";
+ button.style.left = "0px";
+ button.style.position = "relative";
+ button.style.top = "0px";
+
+ // For IE, force first menu item to the width of the parent menu,
+ // this causes mouseovers work for all items even when cursor is
+ // not over the link text.
+
+ if (isIE5 && !button.menu.firstChild.style.width)
+ button.menu.firstChild.style.width =
+ button.menu.offsetWidth + "px";
+
+if (isNS4)
+{
+ button.menu.left = (window.innerWidth-100);
+ button.menu.top = 0;
+ button.menu.visibility = "show";
+}
+else
+{
+
+
+ // Position the associated drop down menu under the button and
+ // show it. Note that the position must be adjusted according to
+ // browser, styling and positioning.
+
+ //x = getPageOffsetLeft(button);
+ x = getPageOffsetLeft(button);
+ y = getPageOffsetTop(button) + button.offsetHeight;
+ if (isIE5)
+ y += 2;
+ if (isNS6) {
+ x--;
+ y--;
+ }
+ x -= 20;
+ y -= 10;
+ button.menu.style.left = x + "px";
+ button.menu.style.top = y + "px";
+ button.menu.style.visibility = "visible";
+}
+
+ // Set button state and let the world know which button is
+ // active.
+
+ button.isDepressed = true;
+ activeButton = button;
+}
+
+function resetButton(button) {
+
+ // Restore the button's style settings.
+
+ button.style.backgroundColor = button.oldBackgroundColor;
+ button.style.borderBottomColor = button.oldBorderBottomColor;
+ button.style.borderRightColor = button.oldBorderRightColor;
+ button.style.borderTopColor = button.oldBorderTopColor;
+ button.style.borderLeftColor = button.oldBorderLeftColor;
+ button.style.color = button.oldColor;
+ button.style.left = button.oldLeft;
+ button.style.position = button.oldPosition;
+ button.style.top = button.oldTop;
+
+ // Hide the button's menu.
+
+ if (button.menu)
+ {
+ if (isNS4)
+ button.menu.visibility = "hide";
+ else
+ button.menu.style.visibility = "hidden";
+
+ }
+
+
+ // Set button state and clear active menu global.
+
+ button.isDepressed = false;
+ activeButton = null;
+}
+
+function getPageOffsetLeft(el) {
+
+ // Return the true x coordinate of an element relative to the page.
+
+ return el.offsetLeft + (el.offsetParent ? getPageOffsetLeft(el.offsetParent) : 0);
+}
+
+
+function getPageOffsetTop(el) {
+
+ // Return the true y coordinate of an element relative to the page.
+
+ return el.offsetTop + (el.offsetParent ? getPageOffsetTop(el.offsetParent) : 0);
+}
+
+
+// Swap background colour
+function bgcolour(obj, Colour) {
+ obj.style.backgroundColor=Colour
+}
+
+//Pop up window
+function MM_openBrWindow(theURL,winName,features) { //v2.0
+ window.open(theURL,winName,features);
+}
+
+function MM_findObj(n, d) { //v3.0
+ var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
+ d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
+ if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
+ for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
+}
+/* Functions that swaps %PUBURLPATH%/skins/tiger. */
+function MM_swapImage() { //v3.0
+ var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
+ if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
+}
+
+//Left menu folders
+var eSelected = null;
+function contentsHeading_click(eSrc) {
+ if ("clsShowHide" == eSrc.className) eSrc = document.all[eSrc.sourceIndex + 1];
+ var iNumElements = document.all.length;
+ for (var i=eSrc.sourceIndex+1;i<iNumElements;i++) {
+ var eTemp = document.all[i];
+ if ("clsHeading" == eTemp.className) return;
+ else if ("clsItemsHide" == eTemp.className) {
+ eTemp.className = "clsItemsShow";
+ //No image url in .js - not subject to wiki vars
+ //eSrc.style.listStyleImage = "url('images/blueminus.gif')";
+ return eSrc.blur();
+ }
+ else if("clsItemsShow" == eTemp.className) {
+ eTemp.className = "clsItemsHide";
+ //No image url in .js - not subject to wiki vars
+ //eSrc.style.listStyleImage = "url('images/blueplus.gif')";
+ return eSrc.blur();
+ }
+ }
+}
+function contentsItem_click(eSrc) {
+ if (document.all["styleView"]) eSrc.target = document.all["styleView"].checked ? "_blank" : "TEXT";
+ else if ("" == eSrc.target) eSrc.target = "TEXT"
+ if(null != eSelected) eSelected.className = "clsItem";
+ eSrc.className = "clsItemSelect";
+ eSelected = eSrc;
+}
+
+
+
diff --git a/TWiki/GnuSkinPlugin.mdwn b/TWiki/GnuSkinPlugin.mdwn index af18356d..ae20183d 100644 --- a/TWiki/GnuSkinPlugin.mdwn +++ b/TWiki/GnuSkinPlugin.mdwn @@ -29,7 +29,7 @@ For non-graphical user agents the `alt` attribute of the WEBLOGO is hard coded t <table border="1" cellpadding="1" cellspacing="0"> <tr> <td align="center"> Plugin Author: </td> - <td><span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a></td> + <td>[[Main/JoachimNilsson]]</td> </tr> <tr> <td align="center"> Plugin Version: </td> diff --git a/TWiki/GnuSkinReleaseNotes.mdwn b/TWiki/GnuSkinReleaseNotes.mdwn index c0632d39..de4e1026 100644 --- a/TWiki/GnuSkinReleaseNotes.mdwn +++ b/TWiki/GnuSkinReleaseNotes.mdwn @@ -1,5 +1,5 @@ <div> - <center> [ <span style="background:"><font color="">Gnu Skin</font></span><a href="http://LOCATION/GnuSkin">?</a> | <span style="background:"><font color="">Gnu Skin</font></span><a href="http://LOCATION/GnuSkin">?</a> | <span style="background:"><font color="">Gnu Skin Plugin</font></span><a href="http://LOCATION/GnuSkinPlugin">?</a> | <span style="background:"><font color="">Gnu Skin Todo</font></span><a href="http://LOCATION/GnuSkinTodo">?</a> | <nop>GnuSkinReleaseNotes | <a href="http://savannah.gnu.org/projects/twiki-skins" target="_top">CVS</a> ] </nop></center> + <center> [ [[GnuSkin]] | [[GnuSkin]] | [[GnuSkinPlugin]] | [[GnuSkinTodo]] | <nop>GnuSkinReleaseNotes | <a href="http://savannah.gnu.org/projects/twiki-skins" target="_top">CVS</a> ] </nop></center> </div> ## <a name="Release_Notes_for_the_GnuSkin"> </a> Release Notes for the [[GnuSkin]] diff --git a/TWiki/GnuSkinTodo.mdwn b/TWiki/GnuSkinTodo.mdwn index 79432568..14dd2fba 100644 --- a/TWiki/GnuSkinTodo.mdwn +++ b/TWiki/GnuSkinTodo.mdwn @@ -1,5 +1,5 @@ <div> - <center> [ <span style="background:"><font color="">Gnu Skin</font></span><a href="http://LOCATION/GnuSkin">?</a> | <span style="background:"><font color="">Gnu Skin</font></span><a href="http://LOCATION/GnuSkin">?</a> | <span style="background:"><font color="">Gnu Skin Plugin</font></span><a href="http://LOCATION/GnuSkinPlugin">?</a> | <nop>GnuSkinTodo | <span style="background:"><font color="">Gnu Skin Release Notes</font></span><a href="http://LOCATION/GnuSkinReleaseNotes">?</a> | <a href="http://savannah.gnu.org/projects/twiki-skins" target="_top">CVS</a> ] </nop></center> + <center> [ [[GnuSkin]] | [[GnuSkin]] | [[GnuSkinPlugin]] | <nop>GnuSkinTodo | [[GnuSkinReleaseNotes]] | <a href="http://savannah.gnu.org/projects/twiki-skins" target="_top">CVS</a> ] </nop></center> </div> ## <a name="Small_ToDo_list_for_the_GnuSkin"> </a> Small ToDo list for the [[GnuSkin]] diff --git a/TWiki/GnuSkinTodo/gnuskin-comment-bug.diff b/TWiki/GnuSkinTodo/gnuskin-comment-bug.diff new file mode 100644 index 00000000..a1afb5e2 --- /dev/null +++ b/TWiki/GnuSkinTodo/gnuskin-comment-bug.diff @@ -0,0 +1,4 @@ +34c34 +< %TMPL:P{"parents"}%<!-- %WEBTOPICLIST% --> </td> +--- +> %TMPL:P{"parents"}%<!--%WEBTOPICLIST%--></td> diff --git a/TWiki/GnuSkinTodo/gnuskin-i18n-diffs b/TWiki/GnuSkinTodo/gnuskin-i18n-diffs new file mode 100644 index 00000000..c0b26cbb --- /dev/null +++ b/TWiki/GnuSkinTodo/gnuskin-i18n-diffs @@ -0,0 +1,66 @@ +========= changeform.gnu.tmpl +5c5 +< <meta http-equiv="Content-Type" content="text/html; charset=%CHARSET%" /> +--- +> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> +11c11 +< <form name="main" action="%SCRIPTURLPATH%/edit%SCRIPTSUFFIX%/%INTURLENCODE{"%WEB%/%TOPIC%"}%" method="post"> +--- +> <form name="main" action="%SCRIPTURLPATH%/edit%SCRIPTSUFFIX%/%WEB%/%TOPIC%" method="post"> +========= edit.gnu.tmpl +6c6 +< <meta http-equiv="Content-Type" content="text/html; charset=%CHARSET%" /> +--- +> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> +12c12 +< <form name="main" action="%SCRIPTURLPATH%/save%SCRIPTSUFFIX%/%INTURLENCODE{"%WEB%/%TOPIC%"}%" method="post"> +--- +> <form name="main" action="%SCRIPTURLPATH%/save%SCRIPTSUFFIX%/%WEB%/%TOPIC%" method="post"> +========= preview.gnu.tmpl +6c6 +< <meta http-equiv="Content-Type" content="text/html; charset=%CHARSET%" /> +--- +> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> +26c26 +< <form name="main" action="%SCRIPTURLPATH%/save%SCRIPTSUFFIX%/%INTURLENCODE{"%WEB%/%TOPIC%"}%" method="post"> +--- +> <form name="main" action="%SCRIPTURLPATH%/save%SCRIPTSUFFIX%/%WEB%/%TOPIC%" method="post"> +========= rdiff.gnu.tmpl +6c6 +< <meta http-equiv="Content-Type" content="text/html; charset=%CHARSET%" /> +--- +> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> +========= search.gnu.tmpl +6c6 +< <meta http-equiv="Content-Type" content="text/html; charset=%CHARSET%" /> +--- +> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> +========= searchbookview.gnu.tmpl +6c6 +< <meta http-equiv="Content-Type" content="text/html; charset=%CHARSET%" /> +--- +> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> +========= searchformat.gnu.tmpl +6c6 +< <meta http-equiv="Content-Type" content="text/html; charset=%CHARSET%" /> +--- +> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> +========= searchrenameview.gnu.tmpl +6c6 +< <meta http-equiv="Content-Type" content="text/html; charset=%CHARSET%" /> +--- +> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> +========= twiki.gnu.tmpl +23c23 +< ); ;( +--- +> ): :( +226c226 +< <meta http-equiv="Content-Type" content="text/html; charset=%CHARSET%" /> +--- +> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> +========= view.gnu.tmpl +6c6 +< <meta http-equiv="Content-Type" content="text/html; charset=%CHARSET%" />
+--- +> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
diff --git a/TWiki/GnuSkinTodo/gnuskin-icon-problem.png b/TWiki/GnuSkinTodo/gnuskin-icon-problem.png Binary files differnew file mode 100644 index 00000000..971192a5 --- /dev/null +++ b/TWiki/GnuSkinTodo/gnuskin-icon-problem.png diff --git a/TWiki/InterWikis.mdwn b/TWiki/InterWikis.mdwn index 2d40aff6..7cf474db 100644 --- a/TWiki/InterWikis.mdwn +++ b/TWiki/InterWikis.mdwn @@ -40,27 +40,27 @@ Whenever you write <code>**ExternalSite:Page**</code> it will be linked automati <td> '$page' on Zope's Wiki </td> </tr> <tr> - <td><span style="background:"><font color="">Org Patterns</font></span><a href="http://LOCATION/OrgPatterns">?</a></td> + <td>[[OrgPatterns]]</td> <td><a href="http://www.bell-labs.com/cgi-user/OrgPatterns/OrgPatterns" target="_top">http://www.bell-labs.com/cgi-user/OrgPatterns/OrgPatterns</a></td> <td> '$page' on Organizational Patterns site </td> </tr> <tr> - <td><span style="background:"><font color="">Fox Wiki</font></span><a href="http://LOCATION/FoxWiki">?</a></td> + <td>[[FoxWiki]]</td> <td><a href="http://fox.wikis.com/wc.dll?Wiki~" target="_top">http://fox.wikis.com/wc.dll?Wiki~</a></td> <td> '$page' on Fox Wiki site </td> </tr> <tr> - <td><span style="background:"><font color="">Php Wiki</font></span><a href="http://LOCATION/PhpWiki">?</a></td> + <td>[[PhpWiki]]</td> <td><a href="http://phpwiki.sourceforge.net/phpwiki/index.php3" target="_top">http://phpwiki.sourceforge.net/phpwiki/index.php3</a>? </td> <td> '$page' on Wiki site written in PHP </td> </tr> <tr> - <td><span style="background:"><font color="">Mu Web</font></span><a href="http://LOCATION/MuWeb">?</a></td> + <td>[[MuWeb]]</td> <td><a href="http://www.dunstable.com/scripts/MuWebWeb" target="_top">http://www.dunstable.com/scripts/MuWebWeb</a>? </td> <td> '$page' on 'MuWeb' site </td> </tr> <tr> - <td><span style="background:"><font color="">Py Wiki</font></span><a href="http://LOCATION/PyWiki">?</a></td> + <td>[[PyWiki]]</td> <td><a href="http://www.voght.com/cgi-bin/pywiki" target="_top">http://www.voght.com/cgi-bin/pywiki</a>? </td> <td> '$page' on Wiki site written in Python </td> </tr> @@ -70,22 +70,22 @@ Whenever you write <code>**ExternalSite:Page**</code> it will be linked automati <td> '$page' on Squeak Smalltalk Wiki </td> </tr> <tr> - <td><span style="background:"><font color="">Use Mod</font></span><a href="http://LOCATION/UseMod">?</a></td> + <td>[[UseMod]]</td> <td><a href="http://www.usemod.com/cgi-bin/wiki.pl" target="_top">http://www.usemod.com/cgi-bin/wiki.pl</a>? </td> <td> '$page' on 'UseMod' Wiki site </td> </tr> <tr> - <td><span style="background:"><font color="">Meat Ball</font></span><a href="http://LOCATION/MeatBall">?</a></td> + <td>[[MeatBall]]</td> <td><a href="http://www.usemod.com/cgi-bin/mb.pl" target="_top">http://www.usemod.com/cgi-bin/mb.pl</a>? </td> <td> '$page' on 'MeatBall' site, a 'UseMod' Wiki variant </td> </tr> <tr> - <td><span style="background:"><font color="">Mb Test</font></span><a href="http://LOCATION/MbTest">?</a></td> + <td>[[MbTest]]</td> <td><a href="http://www.usemod.com/cgi-bin/mbtest.pl" target="_top">http://www.usemod.com/cgi-bin/mbtest.pl</a>? </td> <td> '$page' on 'UseMod' Wiki variant </td> </tr> <tr> - <td><span style="background:"><font color="">Hammond Wiki</font></span><a href="http://LOCATION/HammondWiki">?</a></td> + <td>[[HammondWiki]]</td> <td><a href="http://www.dairiki.org/HammondWiki/index.php3" target="_top">http://www.dairiki.org/HammondWiki/index.php3</a>? </td> <td> '$page' on 'HammondWiki' site </td> </tr> @@ -95,37 +95,37 @@ Whenever you write <code>**ExternalSite:Page**</code> it will be linked automati <td> '$page' on Advogato community site (with peer review) </td> </tr> <tr> - <td><span style="background:"><font color="">Moin Moin</font></span><a href="http://LOCATION/MoinMoin">?</a></td> + <td>[[MoinMoin]]</td> <td><a href="http://moin.sourceforge.net/cgi-bin/moin/moin/" target="_top">http://moin.sourceforge.net/cgi-bin/moin/moin/</a></td> <td> '$page' on 'MoinMoin' Wiki site </td> </tr> <tr> - <td><span style="background:"><font color="">Efnet Python Wiki</font></span><a href="http://LOCATION/EfnetPythonWiki">?</a></td> + <td>[[EfnetPythonWiki]]</td> <td><a href="http://www.encrypted.net/~jh/python-wiki/moin.cgi/" target="_top">http://www.encrypted.net/~jh/python-wiki/moin.cgi/</a></td> <td> '$page' on 'EfnetPythonWiki' site </td> </tr> <tr> - <td><span style="background:"><font color="">Efnet Cpp Wiki</font></span><a href="http://LOCATION/EfnetCppWiki">?</a></td> + <td>[[EfnetCppWiki]]</td> <td><a href="http://www.encrypted.net/~jh/cpp-wiki/moin.cgi/" target="_top">http://www.encrypted.net/~jh/cpp-wiki/moin.cgi/</a></td> <td> '$page' on Efnet Cpp Wiki site </td> </tr> <tr> - <td><span style="background:"><font color="">Efnet Xml Wiki</font></span><a href="http://LOCATION/EfnetXmlWiki">?</a></td> + <td>[[EfnetXmlWiki]]</td> <td><a href="http://www.encrypted.net/~jh/xml-wiki/moin.cgi/" target="_top">http://www.encrypted.net/~jh/xml-wiki/moin.cgi/</a></td> <td> '$page' on Efnet XML Wiki site </td> </tr> <tr> - <td><span style="background:"><font color="">Politizen Wiki</font></span><a href="http://LOCATION/PolitizenWiki">?</a></td> + <td>[[PolitizenWiki]]</td> <td><a href="http://www.politizen.com/wiki.asp" target="_top">http://www.politizen.com/wiki.asp</a>? </td> <td> '$page' on 'PolitizenWiki' site </td> </tr> <tr> - <td><span style="background:"><font color="">Dolphin Wiki</font></span><a href="http://LOCATION/DolphinWiki">?</a></td> + <td>[[DolphinWiki]]</td> <td><a href="http://www.object-arts.com/wiki/html/Dolphin/" target="_top">http://www.object-arts.com/wiki/html/Dolphin/</a></td> <td> '$page' on Dolphin Wiki site </td> </tr> <tr> - <td><span style="background:"><font color="">Lego Wiki</font></span><a href="http://LOCATION/LegoWiki">?</a></td> + <td>[[LegoWiki]]</td> <td><a href="http://www.object-arts.com/wiki/html/Lego-Robotics/" target="_top">http://www.object-arts.com/wiki/html/Lego-Robotics/</a></td> <td> '$page' on 'LegoWiki' site </td> </tr> @@ -135,12 +135,12 @@ Whenever you write <code>**ExternalSite:Page**</code> it will be linked automati <td> '$page' on TWiki site, we know it! </td> </tr> <tr> - <td><span style="background:"><font color="">Visual Works</font></span><a href="http://LOCATION/VisualWorks">?</a></td> + <td>[[VisualWorks]]</td> <td><a href="http://wiki.cs.uiuc.edu/VisualWorks/" target="_top">http://wiki.cs.uiuc.edu/VisualWorks/</a></td> <td> '$page' on 'VisualWorks' site </td> </tr> <tr> - <td><span style="background:"><font color="">Hurd Wiki</font></span><a href="http://LOCATION/HurdWiki">?</a></td> + <td>[[HurdWiki]]</td> <td><a href="http://hurd.gnufans.org/bin/view/" target="_top">http://hurd.gnufans.org/bin/view/</a></td> <td> '$page' on 'HurdWiki' site </td> </tr> @@ -160,7 +160,7 @@ Whenever you write <code>**ExternalSite:Page**</code> it will be linked automati <td> Look up $page on Acronym Finder site </td> </tr> <tr> - <td><span style="background:"><font color="">Debian Bug</font></span><a href="http://LOCATION/DebianBug">?</a></td> + <td>[[DebianBug]]</td> <td><a href="http://bugs.debian.org/" target="_top">http://bugs.debian.org/</a></td> <td> Debian Bug '$page' by number or package name </td> </tr> @@ -170,12 +170,12 @@ Whenever you write <code>**ExternalSite:Page**</code> it will be linked automati <td> Debian Bug '$page' by number or package name </td> </tr> <tr> - <td><span style="background:"><font color="">Debian List</font></span><a href="http://LOCATION/DebianList">?</a></td> + <td>[[DebianList]]</td> <td><a href="http://lists.debian.org/" target="_top">http://lists.debian.org/</a></td> <td> Debian List '$page' </td> </tr> <tr> - <td><span style="background:"><font color="">Debian Package</font></span><a href="http://LOCATION/DebianPackage">?</a></td> + <td>[[DebianPackage]]</td> <td><a href="http://packages.debian.org/" target="_top">http://packages.debian.org/</a></td> <td> Debian Package '$page' </td> </tr> @@ -185,7 +185,7 @@ Whenever you write <code>**ExternalSite:Page**</code> it will be linked automati <td> Debian Package '$page' </td> </tr> <tr> - <td><span style="background:"><font color="">Deja News</font></span><a href="http://LOCATION/DejaNews">?</a></td> + <td>[[DejaNews]]</td> <td><a href="http://www.deja.com/=dnc/getdoc.xp?AN=" target="_top">http://www.deja.com/=dnc/getdoc.xp?AN=</a></td> <td> '$page' on Net News </td> </tr> diff --git a/TWiki/MetaDataRendering.mdwn b/TWiki/MetaDataRendering.mdwn index 0f637bbf..08838cfc 100644 --- a/TWiki/MetaDataRendering.mdwn +++ b/TWiki/MetaDataRendering.mdwn @@ -15,7 +15,7 @@ At present support is fairly basic: </tr> <tr> <td> %<nop>META{"form"}% </nop></td> - <td> Show form data, see <span style="background:"><font color="">Form Templates</font></span><a href="http://LOCATION/TWikiDocumentation">?</a></td> + <td> Show form data, see [[TWikiDocumentation]]</td> </tr> <tr> <td> %<nop>META{"attachments"}% </nop></td> diff --git a/TWiki/PreviewBackground.mdwn b/TWiki/PreviewBackground.mdwn index 9eadd5e9..092b20a1 100644 --- a/TWiki/PreviewBackground.mdwn +++ b/TWiki/PreviewBackground.mdwn @@ -26,7 +26,7 @@ Remarks: <td valign="top"><twkaction><a href="%SCRIPTURLPATH%/viewfile%SCRIPTSUFFIX%/%WEB%/%TOPIC%?filename=blankltgraybg.gif">view</a> <a href="%SCRIPTURLPATH%/attach%SCRIPTSUFFIX%/%WEB%/%TOPIC%?filename=blankltgraybg.gif">update</a></twkaction></td> <td align="right" valign="top"><twkfilesize>878</twkfilesize></td> <td valign="top"><twkfiledate>03 Oct 2000 - 00:48</twkfiledate></td> - <td valign="top"><twkfileuser> <span style="background:"><font color="">Peter Thoeny</font></span><a href="http://LOCATIONMain/PeterThoeny">?</a></twkfileuser></td> + <td valign="top"><twkfileuser> [[Main/PeterThoeny]]</twkfileuser></td> <td valign="top"><twkfilecomment>Blank white background</twkfilecomment></td> </tr> <tr> @@ -37,7 +37,7 @@ Remarks: <td valign="top"><twkaction><a href="%SCRIPTURLPATH%/viewfile%SCRIPTSUFFIX%/%WEB%/%TOPIC%?filename=blankwhitebg.gif">view</a> <a href="%SCRIPTURLPATH%/attach%SCRIPTSUFFIX%/%WEB%/%TOPIC%?filename=blankwhitebg.gif">update</a></twkaction></td> <td align="right" valign="top"><twkfilesize>878</twkfilesize></td> <td valign="top"><twkfiledate>03 Oct 2000 - 00:48</twkfiledate></td> - <td valign="top"><twkfileuser> <span style="background:"><font color="">Peter Thoeny</font></span><a href="http://LOCATIONMain/PeterThoeny">?</a></twkfileuser></td> + <td valign="top"><twkfileuser> [[Main/PeterThoeny]]</twkfileuser></td> <td valign="top"><twkfilecomment>Blank white background</twkfilecomment></td> </tr> <tr> @@ -48,7 +48,7 @@ Remarks: <td valign="top"><twkaction><a href="%SCRIPTURLPATH%/viewfile%SCRIPTSUFFIX%/%WEB%/%TOPIC%?filename=previewbg.gif">view</a> <a href="%SCRIPTURLPATH%/attach%SCRIPTSUFFIX%/%WEB%/%TOPIC%?filename=previewbg.gif">update</a></twkaction></td> <td align="right" valign="top"><twkfilesize>1821</twkfilesize></td> <td valign="top"><twkfiledate>03 Oct 2000 - 00:46</twkfiledate></td> - <td valign="top"><twkfileuser> <span style="background:"><font color="">Peter Thoeny</font></span><a href="http://LOCATIONMain/PeterThoeny">?</a></twkfileuser></td> + <td valign="top"><twkfileuser> [[Main/PeterThoeny]]</twkfileuser></td> <td valign="top"><twkfilecomment>Slanted PREVIEW watermark</twkfilecomment></td> </tr> <tr> diff --git a/TWiki/SmiliesPlugin/biggrin.gif b/TWiki/SmiliesPlugin/biggrin.gif Binary files differnew file mode 100644 index 00000000..c1509e17 --- /dev/null +++ b/TWiki/SmiliesPlugin/biggrin.gif diff --git a/TWiki/SmiliesPlugin/confused.gif b/TWiki/SmiliesPlugin/confused.gif Binary files differnew file mode 100644 index 00000000..684b51c9 --- /dev/null +++ b/TWiki/SmiliesPlugin/confused.gif diff --git a/TWiki/SmiliesPlugin/cool.gif b/TWiki/SmiliesPlugin/cool.gif Binary files differnew file mode 100644 index 00000000..b2c0b8c6 --- /dev/null +++ b/TWiki/SmiliesPlugin/cool.gif diff --git a/TWiki/SmiliesPlugin/eek.gif b/TWiki/SmiliesPlugin/eek.gif Binary files differnew file mode 100644 index 00000000..43cf2125 --- /dev/null +++ b/TWiki/SmiliesPlugin/eek.gif diff --git a/TWiki/SmiliesPlugin/frown.gif b/TWiki/SmiliesPlugin/frown.gif Binary files differnew file mode 100644 index 00000000..e3086d11 --- /dev/null +++ b/TWiki/SmiliesPlugin/frown.gif diff --git a/TWiki/SmiliesPlugin/mad.gif b/TWiki/SmiliesPlugin/mad.gif Binary files differnew file mode 100644 index 00000000..a38492bf --- /dev/null +++ b/TWiki/SmiliesPlugin/mad.gif diff --git a/TWiki/SmiliesPlugin/redface.gif b/TWiki/SmiliesPlugin/redface.gif Binary files differnew file mode 100644 index 00000000..44cd75a8 --- /dev/null +++ b/TWiki/SmiliesPlugin/redface.gif diff --git a/TWiki/SmiliesPlugin/rolleyes.gif b/TWiki/SmiliesPlugin/rolleyes.gif Binary files differnew file mode 100644 index 00000000..d5e29f52 --- /dev/null +++ b/TWiki/SmiliesPlugin/rolleyes.gif diff --git a/TWiki/SmiliesPlugin/smile.gif b/TWiki/SmiliesPlugin/smile.gif Binary files differnew file mode 100644 index 00000000..603ddddb --- /dev/null +++ b/TWiki/SmiliesPlugin/smile.gif diff --git a/TWiki/SmiliesPlugin/tongue.gif b/TWiki/SmiliesPlugin/tongue.gif Binary files differnew file mode 100644 index 00000000..1b36c3d0 --- /dev/null +++ b/TWiki/SmiliesPlugin/tongue.gif diff --git a/TWiki/SmiliesPlugin/wink.gif b/TWiki/SmiliesPlugin/wink.gif Binary files differnew file mode 100644 index 00000000..077383e1 --- /dev/null +++ b/TWiki/SmiliesPlugin/wink.gif diff --git a/TWiki/SpacedWikiWordPlugin.mdwn b/TWiki/SpacedWikiWordPlugin.mdwn index 3ba4d244..9f622139 100644 --- a/TWiki/SpacedWikiWordPlugin.mdwn +++ b/TWiki/SpacedWikiWordPlugin.mdwn @@ -24,7 +24,7 @@ NB. Needs TWiki:Codev.CairoRelease or alphas after 12 Apr 2004 <tr> <td> !DogWalkers </td> <td> Dog Walkers </td> - <td><span style="background:"><font color="">Dog Walkers</font></span><a href="http://LOCATION/DogWalkers">?</a></td> + <td>[[DogWalkers]]</td> </tr> <tr> <td> !Lotus123 </td> @@ -34,7 +34,7 @@ NB. Needs TWiki:Codev.CairoRelease or alphas after 12 Apr 2004 <tr> <td> !ILikeTWiki </td> <td> I Like T Wiki </td> - <td><span style="background:"><font color="">ILike TWiki</font></span><a href="http://LOCATION/ILikeTWiki">?</a></td> + <td>[[ILikeTWiki]]</td> </tr> </table> @@ -58,7 +58,7 @@ To install plugin: <table border="1" cellpadding="1" cellspacing="0"> <tr> <td align="right"> Plugin Author: </td> - <td><span style="background:"><font color="">Martin Cleaver</font></span><a href="http://LOCATIONMain/MartinCleaver">?</a></td> + <td>[[Main/MartinCleaver]]</td> </tr> <tr> <td align="right"> Plugin Version: </td> diff --git a/TWiki/StartingPoints.mdwn b/TWiki/StartingPoints.mdwn index ba998c96..dfd917b5 100644 --- a/TWiki/StartingPoints.mdwn +++ b/TWiki/StartingPoints.mdwn @@ -8,7 +8,7 @@ <form action="%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/"> <ul> <li> %MAINWEB%.WebSearch: Full text search of the %WIKITOOLNAME%.%MAINWEB% web. </li> - <li><input name="search" size="32" type="text" /> <input type="submit" value="Search" /> (More options in <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a>) </li> + <li><input name="search" size="32" type="text" /> <input type="submit" value="Search" /> (More options in [[WebSearch]]) </li> <li> %MAINWEB%.WebChanges: Find out recent modifications to the %WIKITOOLNAME%.%MAINWEB% web. </li> <li> %MAINWEB%.WebIndex: Display all %WIKITOOLNAME%.%MAINWEB% topics in alphabetical order. See also the faster %MAINWEB%.WebTopicList </li> <li> %MAINWEB%.%NOTIFYTOPIC%: Subscribe to be automatically notified when something changes in the %WIKITOOLNAME%.%MAINWEB% web. </li> diff --git a/TWiki/TWikiDocGraphics/8831.gif b/TWiki/TWikiDocGraphics/8831.gif Binary files differnew file mode 100644 index 00000000..08d0b23e --- /dev/null +++ b/TWiki/TWikiDocGraphics/8831.gif diff --git a/TWiki/TWikiDocGraphics/help.gif b/TWiki/TWikiDocGraphics/help.gif Binary files differnew file mode 100644 index 00000000..be8659e1 --- /dev/null +++ b/TWiki/TWikiDocGraphics/help.gif diff --git a/TWiki/TWikiDocGraphics/tip.gif b/TWiki/TWikiDocGraphics/tip.gif Binary files differnew file mode 100644 index 00000000..0705fe35 --- /dev/null +++ b/TWiki/TWikiDocGraphics/tip.gif diff --git a/TWiki/TWikiDocGraphics/warning.gif b/TWiki/TWikiDocGraphics/warning.gif Binary files differnew file mode 100644 index 00000000..dad469ac --- /dev/null +++ b/TWiki/TWikiDocGraphics/warning.gif diff --git a/TWiki/TWikiFAQ.mdwn b/TWiki/TWikiFAQ.mdwn index e597b2ec..00602ac6 100644 --- a/TWiki/TWikiFAQ.mdwn +++ b/TWiki/TWikiFAQ.mdwn @@ -10,7 +10,7 @@ This is a real FAQ, and also a demo of one easily implemented knowledge base sol Please ask support questions in the TWiki:Support web. The FAQs are here for frequently asked questions **_including_** answers. -<form action="%SCRIPTURLPATH%/edit%SCRIPTSUFFIX%/%WEB%/"> New FAQ topic: (Use a name in <span style="background:"><font color="">Wiki Notation</font></span><a href="http://LOCATIONTWiki/WikiNotation">?</a>) <br /><input name="topic" size="32" type="text" /> <input name="onlywikiname" type="hidden" value="on" /> <input name="templatetopic" type="hidden" value="TWikiFaqTemplate" /> <input type="submit" value="Create Topic" /><br /><strong><em>NOTE:</em></strong> New FAQ topics are based on the <span style="background:"><font color="">TWiki Faq Template</font></span><a href="http://LOCATION/TWikiFaqTemplate">?</a></form> +<form action="%SCRIPTURLPATH%/edit%SCRIPTSUFFIX%/%WEB%/"> New FAQ topic: (Use a name in [[TWiki/WikiNotation]]) <br /><input name="topic" size="32" type="text" /> <input name="onlywikiname" type="hidden" value="on" /> <input name="templatetopic" type="hidden" value="TWikiFaqTemplate" /> <input type="submit" value="Create Topic" /><br /><strong><em>NOTE:</em></strong> New FAQ topics are based on the [[TWikiFaqTemplate]]</form> ## <a name="More_sources_"> More sources... </a> diff --git a/TWiki/TWikiForms.mdwn b/TWiki/TWikiForms.mdwn index 1f6ad367..0fe0b122 100644 --- a/TWiki/TWikiForms.mdwn +++ b/TWiki/TWikiForms.mdwn @@ -92,21 +92,21 @@ A Form Template is simply a page containing your form, defined in a table where > <th bgcolor="#99CCCC"><strong>Tooltip message</strong></th> > </tr> > <tr> -> <td><span style="background:"><font color="">Topic Classification</font></span><a href="http://LOCATIONKnow/TopicClassification">?</a></td> +> <td>[[Know/TopicClassification]]</td> > <td> select </td> > <td align="center"> 1 </td> -> <td><span style="background:"><font color="">No Disclosure</font></span><a href="http://LOCATIONKnow/NoDisclosure">?</a>, <span style="background:"><font color="">Public Supported</font></span><a href="http://LOCATIONKnow/PublicSupported">?</a>, <span style="background:"><font color="">Public FAQ</font></span><a href="http://LOCATIONKnow/PublicFAQ">?</a></td> +> <td>[[Know/NoDisclosure]], [[Know/PublicSupported]], [[Know/PublicFAQ]]</td> > <td> blah blah... </td> > </tr> > <tr> -> <td><span style="background:"><font color="">Operating System</font></span><a href="http://LOCATIONKnow/OperatingSystem">?</a></td> +> <td>[[Know/OperatingSystem]]</td> > <td> checkbox </td> > <td align="center"> 3 </td> -> <td><span style="background:"><font color="">Os HPUX</font></span><a href="http://LOCATIONKnow/OsHPUX">?</a>, <span style="background:"><font color="">Os Linux</font></span><a href="http://LOCATIONKnow/OsLinux">?</a>, <span style="background:"><font color="">Os Solaris</font></span><a href="http://LOCATIONKnow/OsSolaris">?</a>, <span style="background:"><font color="">Os Win</font></span><a href="http://LOCATIONKnow/OsWin">?</a></td> +> <td>[[Know/OsHPUX]], [[Know/OsLinux]], [[Know/OsSolaris]], [[Know/OsWin]]</td> > <td> blah blah... </td> > </tr> > <tr> -> <td><span style="background:"><font color="">Os Version</font></span><a href="http://LOCATIONKnow/OsVersion">?</a></td> +> <td>[[Know/OsVersion]]</td> > <td> text </td> > <td align="center"> 16 </td> > <td> </td> @@ -132,21 +132,21 @@ The Form Template can also be defined in an alternative way by using more then o > <th bgcolor="#99CCCC"><strong>Tooltip message</strong></th> > </tr> > <tr> -> <td><span style="background:"><font color="">Topic Classification</font></span><a href="http://LOCATIONKnow/TopicClassification">?</a></td> +> <td>[[Know/TopicClassification]]</td> > <td> select </td> > <td> 1 </td> > <td align="center"> ... </td> > <td> blah blah... </td> > </tr> > <tr> -> <td><span style="background:"><font color="">Operating System</font></span><a href="http://LOCATIONKnow/OperatingSystem">?</a></td> +> <td>[[Know/OperatingSystem]]</td> > <td> checkbox </td> > <td> 3 </td> > <td align="center"> ... </td> > <td> blah blah... </td> > </tr> > <tr> -> <td><span style="background:"><font color="">Os Version</font></span><a href="http://LOCATIONKnow/OsVersion">?</a></td> +> <td>[[Know/OsVersion]]</td> > <td> text </td> > <td> 16 </td> > <td align="center"> ... </td> @@ -161,17 +161,17 @@ The Form Template can also be defined in an alternative way by using more then o > <th bgcolor="#99CCCC"><strong>Tooltip message</strong></th> > </tr> > <tr> -> <td><span style="background:"><font color="">No Disclosure</font></span><a href="http://LOCATIONKnow/NoDisclosure">?</a></td> +> <td>[[Know/NoDisclosure]]</td> > <td> option </td> > <td> blah blah... </td> > </tr> > <tr> -> <td><span style="background:"><font color="">Public Supported</font></span><a href="http://LOCATIONKnow/PublicSupported">?</a></td> +> <td>[[Know/PublicSupported]]</td> > <td> option </td> > <td> blah blah... </td> > </tr> > <tr> -> <td><span style="background:"><font color="">Public FAQ</font></span><a href="http://LOCATIONKnow/PublicFAQ">?</a></td> +> <td>[[Know/PublicFAQ]]</td> > <td> option </td> > <td> blah blah... </td> > </tr> diff --git a/TWiki/TWikiMetaData.mdwn b/TWiki/TWikiMetaData.mdwn index d1a8973e..dc035ff6 100644 --- a/TWiki/TWikiMetaData.mdwn +++ b/TWiki/TWikiMetaData.mdwn @@ -106,7 +106,7 @@ Notes: </tr> <tr> <td> name </td> - <td> The topic from which this was created, <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a> if done from <code>Go</code>, othewise topic where <code>?</code> or form used. Normally just topic, but is full web.topic format if parent is in a different Web. Renaming a Web will then only break a few of these references or they can be scanned and fixed. </td> + <td> The topic from which this was created, [[WebHome]] if done from <code>Go</code>, othewise topic where <code>?</code> or form used. Normally just topic, but is full web.topic format if parent is in a different Web. Renaming a Web will then only break a few of these references or they can be scanned and fixed. </td> </tr> </table> @@ -185,7 +185,7 @@ Extra fields that are added if an attachment is moved: </tr> <tr> <td> name </td> - <td> A topic name - the topic represents one of the <span style="background:"><font color="">TWiki Forms</font></span><a href="http://LOCATION/TWikiForms">?</a>. Can optionally include the web name i.e. web.topic, but doesn't normally </td> + <td> A topic name - the topic represents one of the [[TWikiForms]]. Can optionally include the web name i.e. web.topic, but doesn't normally </td> </tr> </table> @@ -200,11 +200,11 @@ Should only be present if there is a META:FORM entry. Note that this data is use </tr> <tr> <td> name </td> - <td> Ties to entry in <span style="background:"><font color="">TWiki Forms</font></span><a href="http://LOCATION/TWikiForms">?</a> template, is title with all bar alphanumerics and . removed </td> + <td> Ties to entry in [[TWikiForms]] template, is title with all bar alphanumerics and . removed </td> </tr> <tr> <td> title </td> - <td> Full text from <span style="background:"><font color="">TWiki Forms</font></span><a href="http://LOCATION/TWikiForms">?</a> template </td> + <td> Full text from [[TWikiForms]] template </td> </tr> <tr> <td> value </td> @@ -248,14 +248,14 @@ Current support covers: </tr> <tr> <td> %<nop>META{"form"}% </nop></td> - <td> Show form data, see <span style="background:"><font color="">TWiki Forms</font></span><a href="http://LOCATION/TWikiForms">?</a></td> + <td> Show form data, see [[TWikiForms]]</td> </tr> <tr> <td> %<nop>META{"attachments"}% </nop></td> <td> Show attachments, exclude hidden </td> </tr> <tr> - <td> Options for <span style="background:"><font color="">Attachments</font></span><a href="http://LOCATION/FileAttachments">?</a>: </td> + <td> Options for [[FileAttachments]]: </td> <td> </td> </tr> <tr> diff --git a/TWiki/TWikiRegistration.mdwn b/TWiki/TWikiRegistration.mdwn index 200410ab..d4cb76cb 100644 --- a/TWiki/TWikiRegistration.mdwn +++ b/TWiki/TWikiRegistration.mdwn @@ -15,7 +15,7 @@ An account of your own helps us handle copyright issues with contributed materia <td><input name="Twk1Name" onblur="var sIn = this.value; var sOut = ''; var chgUpper = true; for ( var i = 0; i < sIn.length; i++ ) { var ch = sIn.charAt( i ); var ch2 = ''; if((ch=='à')||(ch=='á')||(ch=='â')||(ch=='ã')||(ch=='å') ) { ch = 'a'; } if( (ch=='è')||(ch=='é')||(ch=='ê') ) { ch = 'e'; } if( ch=='ç') { ch = 'c'; } if( ch=='ñ') { ch = 'n'; } if( (ch=='ò')||(ch=='ó')||(ch=='ô') ) { ch = 'o'; } if( ch=='ä') { ch = 'a'; ch2 = 'e'; } if( ch=='ö') { ch = 'o'; ch2 = 'e'; } if( (ch=='ù')||(ch=='ú')||(ch=='û') ) { ch = 'o'; } if( ch=='ü') { ch = 'u'; ch2 = 'e'; } if( ch=='Ä') { ch = 'A'; ch2 = 'e'; } if( ch=='Ö') { ch = 'O'; ch2 = 'e'; } if( ch=='Ü') { ch = 'U'; ch2 = 'e'; } if( ch=='ß') { ch = 's'; ch2 = 's'; } if( ((ch>='a')&&(ch<='z')) || ((ch>='A')&&(ch<='Z')) ) { if( chgUpper ) { ch = ch.toUpperCase(); chgUpper = false; } sOut+=ch; if( ch2!='') { sOut+=ch2; } } else { if( ch==' ' ) { chgUpper = true; } } } this.form.Twk1WikiName.value=sOut;" size="40" type="text" value="" /> <code><font color="red">**</font></code></td> </tr> <tr> - <td align="right"> Your <span style="background:"><font color="">Wiki Name</font></span><a href="http://LOCATION/WikiName">?</a>: </td> + <td align="right"> Your [[WikiName]]: </td> <td><input name="Twk1WikiName" size="40" type="text" value="" /> <code><font color="red">**</font></code></td> </tr> <tr> diff --git a/TWiki/TWikiRegistrationNone.mdwn b/TWiki/TWikiRegistrationNone.mdwn index e4ebdc5d..e7e3917a 100644 --- a/TWiki/TWikiRegistrationNone.mdwn +++ b/TWiki/TWikiRegistrationNone.mdwn @@ -9,7 +9,7 @@ To register as a new user, simply fill out this form: <td><input name="Twk1Name" onblur="var sIn = this.value; var sOut = ''; var chgUpper = true; for ( var i = 0; i < sIn.length; i++ ) { var ch = sIn.charAt( i ); var ch2 = ''; if((ch=='à')||(ch=='á')||(ch=='â')||(ch=='ã')||(ch=='å') ) { ch = 'a'; } if( (ch=='è')||(ch=='é')||(ch=='ê') ) { ch = 'e'; } if( ch=='ç') { ch = 'c'; } if( ch=='ñ') { ch = 'n'; } if( (ch=='ò')||(ch=='ó')||(ch=='ô') ) { ch = 'o'; } if( ch=='ä') { ch = 'a'; ch2 = 'e'; } if( ch=='ö') { ch = 'o'; ch2 = 'e'; } if( (ch=='ù')||(ch=='ú')||(ch=='û') ) { ch = 'o'; } if( ch=='ü') { ch = 'u'; ch2 = 'e'; } if( ch=='Ä') { ch = 'A'; ch2 = 'e'; } if( ch=='Ö') { ch = 'O'; ch2 = 'e'; } if( ch=='Ü') { ch = 'U'; ch2 = 'e'; } if( ch=='ß') { ch = 's'; ch2 = 's'; } if( ((ch>='a')&&(ch<='z')) || ((ch>='A')&&(ch<='Z')) ) { if( chgUpper ) { ch = ch.toUpperCase(); chgUpper = false; } sOut+=ch; if( ch2!='') { sOut+=ch2; } } else { if( ch==' ' ) { chgUpper = true; } } } this.form.Twk1WikiName.value=sOut;" size="40" type="text" value="" /> <code><font color="red">**</font></code></td> </tr> <tr> - <td align="right"> Your <span style="background:"><font color="">Wiki Name</font></span><a href="http://LOCATION/WikiName">?</a>: </td> + <td align="right"> Your [[WikiName]]: </td> <td><input name="Twk1WikiName" size="40" type="text" value="" /> <code><font color="red">**</font></code></td> </tr> <tr> diff --git a/TWiki/TWikiShorthand.mdwn b/TWiki/TWikiShorthand.mdwn index 395d606d..1d7f2be2 100644 --- a/TWiki/TWikiShorthand.mdwn +++ b/TWiki/TWikiShorthand.mdwn @@ -21,7 +21,7 @@ Working in TWiki is as easy as typing in text - exactly like email. You don't ne </td> </tr> <tr bgcolor="#ffffff"> - <td valign="top"><strong>Headings:</strong><br /> At least three dashes at the beginning of a line, followed by plus signs and the heading text. One plus creates a level 1 heading (most important), two pluses a level 2 heading; the maximum is level 6. <strong><em>Note:</em></strong> A Table of Content can be created automatically with the <code>%<nop>TOC%</nop></code> variable, see <span style="background:"><font color="">TWiki Variables</font></span><a href="http://LOCATION/TWikiVariables">?</a>. </td> + <td valign="top"><strong>Headings:</strong><br /> At least three dashes at the beginning of a line, followed by plus signs and the heading text. One plus creates a level 1 heading (most important), two pluses a level 2 heading; the maximum is level 6. <strong><em>Note:</em></strong> A Table of Content can be created automatically with the <code>%<nop>TOC%</nop></code> variable, see [[TWikiVariables]]. </td> <td valign="top"><span style="background: #FFFFCC"><font color="#990000"> <pre> <nop>---++ Sushi @@ -200,37 +200,37 @@ class CatAnimal { </td> </tr> <tr bgcolor="#ffffff"> - <td valign="top"><strong><nop>WikiWord Links:</nop></strong><br /><nop>CapitalizedWordsStuckTogether (or <span style="background:"><font color="">Wiki Words</font></span><a href="http://LOCATION/WikiWords">?</a>) will produce a link automatically. <br /><strong><em>Note:</em></strong> In case you want to link to a topic in a different %WIKITOOLNAME% web write <code>Webname.TopicName</code>. </nop></td> + <td valign="top"><strong><nop>WikiWord Links:</nop></strong><br /><nop>CapitalizedWordsStuckTogether (or [[WikiWords]]) will produce a link automatically. <br /><strong><em>Note:</em></strong> In case you want to link to a topic in a different %WIKITOOLNAME% web write <code>Webname.TopicName</code>. </nop></td> <td valign="top"><span style="background: #FFFFCC"><font color="#990000"> <pre> WebNotify Know.ReadmeFirst </pre> </font></span></td> - <td valign="top"><span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><p><span style="background:"><font color="">Readme First</font></span><a href="http://LOCATIONKnow/ReadmeFirst">?</a></p> + <td valign="top">[[WebNotify]]<p>[[Know/ReadmeFirst]]</p> </td> </tr> <tr bgcolor="#ffffff"> - <td valign="top"><a name="SquareBrackets"></a> <strong>Forced Links:</strong><br /> You can create a forced internal link by enclosing words in double square brackets. <br /><strong><em>Note:</em></strong> Text within the brackets may contain optional spaces; the topic name is formed by capitalizing the initial letter and by removing the spaces; i.e. <code>[<nop>[text formatting FAQ]]</nop></code> links to topic <span style="background:"><font color="">Text Formatting FAQ</font></span><a href="http://LOCATION/TextFormattingFAQ">?</a>. You can also refer to a different web and use anchors. </td> + <td valign="top"><a name="SquareBrackets"></a> <strong>Forced Links:</strong><br /> You can create a forced internal link by enclosing words in double square brackets. <br /><strong><em>Note:</em></strong> Text within the brackets may contain optional spaces; the topic name is formed by capitalizing the initial letter and by removing the spaces; i.e. <code>[<nop>[text formatting FAQ]]</nop></code> links to topic [[TextFormattingFAQ]]. You can also refer to a different web and use anchors. </td> <td valign="top"><span style="background: #FFFFCC"><font color="#990000"> <pre> [[wiki syntax]] [[%MAINWEB%.TWiki users]] </pre> </font></span></td> - <td valign="top"><span style="background:"><font color="">wiki syntax</font></span><a href="http://LOCATION/WikiSyntax">?</a><p><span style="background:"><font color="">%MAINWEB%.TWiki users</font></span><a href="http://LOCATION/MAINWEBTWikiUsers">?</a></p> + <td valign="top">[[WikiSyntax]]<p>[[MAINWEBTWikiUsers]]</p> </td> </tr> <tr bgcolor="#ffffff"> - <td valign="top"><strong>Specific Links:</strong><br /> Create a link where you can specify the link text and the link reference separately, using nested square brackets like <code>[<nop>[reference][text]]</nop></code>. Internal link references (i.e. <span style="background:"><font color="">Wiki Syntax</font></span><a href="http://LOCATION/WikiSyntax">?</a>) and external link references (i.e. <a href="http://TWiki.org/)" target="_top">http://TWiki.org/)</a> are supported. The same <strong><em>Forced Links</em></strong> rules apply for internal link references. Anchor names can be added as well, like <code>[<nop>[WebHome#MyAnchor][go home]]</nop></code> and <code>[<nop>[http://www.yahoo.com/#somewhere][Yahoo!]]</nop></code>. </td> + <td valign="top"><strong>Specific Links:</strong><br /> Create a link where you can specify the link text and the link reference separately, using nested square brackets like <code>[<nop>[reference][text]]</nop></code>. Internal link references (i.e. [[WikiSyntax]]) and external link references (i.e. <a href="http://TWiki.org/)" target="_top">http://TWiki.org/)</a> are supported. The same <strong><em>Forced Links</em></strong> rules apply for internal link references. Anchor names can be added as well, like <code>[<nop>[WebHome#MyAnchor][go home]]</nop></code> and <code>[<nop>[http://www.yahoo.com/#somewhere][Yahoo!]]</nop></code>. </td> <td valign="top"><span style="background: #FFFFCC"><font color="#990000"> <pre> [[WikiSyntax][syntax]] [[http://gnu.org][GNU]] </pre> </font></span></td> - <td valign="top"><span style="background:"><font color="">syntax</font></span><a href="http://LOCATION/WikiSyntax">?</a><p><a href="http://gnu.org" target="_top">GNU</a></p> + <td valign="top">[[WikiSyntax]]<p><a href="http://gnu.org" target="_top">GNU</a></p> </td> </tr> <tr bgcolor="#ffffff"> - <td valign="top"><strong>Anchors:</strong><br /> You can define a link reference inside a %WIKITOOLNAME% topic (called an anchor name) and link to that. To <strong><em>define</em></strong> an anchor write <code>#AnchorName</code> at the beginning of a line. The anchor name must be a <span style="background:"><font color="">Wiki Word</font></span><a href="http://LOCATION/WikiWord">?</a>. To <strong><em>link to</em></strong> an anchor name use the <code>[<nop>[MyTopic#MyAnchor]]</nop></code> syntax. You can omit the topic name if you want to link within the same topic. </td> + <td valign="top"><strong>Anchors:</strong><br /> You can define a link reference inside a %WIKITOOLNAME% topic (called an anchor name) and link to that. To <strong><em>define</em></strong> an anchor write <code>#AnchorName</code> at the beginning of a line. The anchor name must be a [[WikiWord]]. To <strong><em>link to</em></strong> an anchor name use the <code>[<nop>[MyTopic#MyAnchor]]</nop></code> syntax. You can omit the topic name if you want to link within the same topic. </td> <td valign="top"><span style="background: #FFFFCC"><font color="#990000"> <pre> [[WebHome#NotThere]] @@ -238,12 +238,12 @@ Know.ReadmeFirst #MyAnchor To here </pre> </font></span></td> - <td valign="top"><span style="background:"><font color="">Web Home#Not There</font></span><a href="http://LOCATION/WebHome">?</a><p> Jump </p> + <td valign="top">[[WebHome]]<p> Jump </p> <p><a name="MyAnchor"></a> To here </p> </td> </tr> <tr bgcolor="#ffffff"> - <td valign="top"><strong>Prevent a Link:</strong><br /> Prevent a <span style="background:"><font color="">Wiki Word</font></span><a href="http://LOCATION/WikiWord">?</a> from being linked by prepending it with the <code>&lt;nop&gt;</code> tag. </td> + <td valign="top"><strong>Prevent a Link:</strong><br /> Prevent a [[WikiWord]] from being linked by prepending it with the <code>&lt;nop&gt;</code> tag. </td> <td valign="top"><span style="background: #FFFFCC"><font color="#990000"> <pre> &lt;nop&gt;SunOS </pre> </font></span></td> diff --git a/TWiki/TWikiTemplates.mdwn b/TWiki/TWikiTemplates.mdwn index dbf625fe..9929d8c4 100644 --- a/TWiki/TWikiTemplates.mdwn +++ b/TWiki/TWikiTemplates.mdwn @@ -103,15 +103,15 @@ Template topics define the default text for new topics. There are three types of > <th bgcolor="#99CCCC"><strong>What it is:</strong></th> > </tr> > <tr> -> <td><span style="background:"><font color="">Web Topic View Template</font></span><a href="http://LOCATION/WebTopicViewTemplate">?</a></td> +> <td>[[WebTopicViewTemplate]]</td> > <td> Help text shown when you view a non existing topic. </td> > </tr> > <tr> -> <td><span style="background:"><font color="">Web Topic Non Wiki Template</font></span><a href="http://LOCATION/WebTopicNonWikiTemplate">?</a></td> -> <td> Help text shown when you view a non existing topic that has not a <span style="background:"><font color="">Wiki Name</font></span><a href="http://LOCATION/WikiName">?</a>. </td> +> <td>[[WebTopicNonWikiTemplate]]</td> +> <td> Help text shown when you view a non existing topic that has not a [[WikiName]]. </td> > </tr> > <tr> -> <td><span style="background:"><font color="">Web Topic Edit Template</font></span><a href="http://LOCATION/WebTopicEditTemplate">?</a></td> +> <td>[[WebTopicEditTemplate]]</td> > <td> Default text shown when you create a new topic. </td> > </tr> > </table> diff --git a/TWiki/TWikiTemplates/testscreen.gif b/TWiki/TWikiTemplates/testscreen.gif Binary files differnew file mode 100644 index 00000000..179b083d --- /dev/null +++ b/TWiki/TWikiTemplates/testscreen.gif diff --git a/TWiki/TWikiVariables.mdwn b/TWiki/TWikiVariables.mdwn index 869f8834..532e7c66 100644 --- a/TWiki/TWikiVariables.mdwn +++ b/TWiki/TWikiVariables.mdwn @@ -97,11 +97,11 @@ Most predefined variables return values that were either defined when TWiki was </tr> <tr> <td><code>%<nop>HOMETOPIC%</nop></code></td> - <td> The home topic in each web. Is <b><span style="background:"><font color="">%HOMETOPIC%</font></span><a href="http://LOCATION/HOMETOPIC">?</a></b></td> + <td> The home topic in each web. Is <b>[[HOMETOPIC]]</b></td> </tr> <tr> <td><code>%<nop>NOTIFYTOPIC%</nop></code></td> - <td> The notify topic in each web. Is <b><span style="background:"><font color="">%NOTIFYTOPIC%</font></span><a href="http://LOCATION/NOTIFYTOPIC">?</a></b></td> + <td> The notify topic in each web. Is <b>[[NOTIFYTOPIC]]</b></td> </tr> <tr> <td><code>%<nop>WIKIUSERSTOPIC%</nop></code></td> @@ -285,7 +285,7 @@ Most predefined variables return values that were either defined when TWiki was </tr> <tr> <td><code>%<nop>INCLUDE{"page" ...}%</nop></code></td> - <td> Server side include to <span style="background:"><font color="">Include Topics And Web Pages</font></span><a href="http://LOCATION/IncludeTopicsAndWebPages">?</a>. Parameters are page name, and an optional <code>pattern="(reg-exp)"</code>. The page name is: <table border="1" cellpadding="1" cellspacing="0"> + <td> Server side include to [[IncludeTopicsAndWebPages]]. Parameters are page name, and an optional <code>pattern="(reg-exp)"</code>. The page name is: <table border="1" cellpadding="1" cellspacing="0"> <tr> <td><code>"SomeTopic"</code></td> <td> The name of a topic located in the current web, i.e. <code>%<nop>INCLUDE{"WebNotify"}%</nop></code></td> @@ -315,7 +315,7 @@ Most predefined variables return values that were either defined when TWiki was </tr> <tr> <td><code>%<nop>TOC{"SomeTopic" ...}%</nop></code></td> - <td> Table of Contents. Shows a TOC that is generated automatically based on headings of a topic. Headings in <span style="background:"><font color="">Wiki Syntax</font></span><a href="http://LOCATION/WikiSyntax">?</a> (<code>"---++ text"</code>) and HTML (<code>"&lt;h2&gt;text&lt;h2&gt;"</code>) are taken into account. (But not <code>"&lt;H2&gt;text&lt;/H2&gt;"</code>, which can be used to exclude a heading from the TOC.) Parameters are topic name, web and depth: <table border="1" cellpadding="1" cellspacing="0"> + <td> Table of Contents. Shows a TOC that is generated automatically based on headings of a topic. Headings in [[WikiSyntax]] (<code>"---++ text"</code>) and HTML (<code>"&lt;h2&gt;text&lt;h2&gt;"</code>) are taken into account. (But not <code>"&lt;H2&gt;text&lt;/H2&gt;"</code>, which can be used to exclude a heading from the TOC.) Parameters are topic name, web and depth: <table border="1" cellpadding="1" cellspacing="0"> <tr> <th bgcolor="#99CCCC"><strong>Parameter:</strong></th> <th bgcolor="#99CCCC"><strong>Description:</strong></th> @@ -378,7 +378,7 @@ Most predefined variables return values that were either defined when TWiki was </tr> <tr> <td><code>regex="on"</code></td> - <td><span style="background:"><font color="">Regular Expression</font></span><a href="http://LOCATION/RegularExpression">?</a> search </td> + <td>[[RegularExpression]] search </td> <td> Literal search </td> </tr> <tr> @@ -398,7 +398,7 @@ Most predefined variables return values that were either defined when TWiki was </tr> <tr> <td><code>bookview="on"</code></td> - <td><span style="background:"><font color="">Book View</font></span><a href="http://LOCATION/BookView">?</a> search, e.g. show complete topic text </td> + <td>[[BookView]] search, e.g. show complete topic text </td> <td> Show topic summary </td> </tr> <tr> @@ -418,7 +418,7 @@ Most predefined variables return values that were either defined when TWiki was </tr> <tr> <td><code><b>format="..."</b></code></td> - <td> Flexible custom result formatting: see <strong><span style="background:"><font color="">Formatted Search</font></span><a href="http://LOCATION/FormattedSearch">?</a></strong> for usage </td> + <td> Flexible custom result formatting: see <strong>[[FormattedSearch]]</strong> for usage </td> <td> Results in table </td> </tr> </table> Example: <code><b>%<nop>SEARCH{"wiki" web="%MAINWEB%" scope="topic"}%</nop></b></code></td> @@ -451,7 +451,7 @@ Most predefined variables return values that were either defined when TWiki was <td> Text the is pre-pended to any search results </td> <td> required </td> </tr> - </table> Example: <code><b>%<nop>METASEARCH{type="topicmoved" web="%<nop>WEB%" topic="%<nop>TOPIC%" title="This topic used to exist and was moved to: "}%</nop></nop></nop></b></code>, you may want to use this in <span style="background:"><font color="">Web Topic View Template</font></span><a href="http://LOCATION/WebTopicViewTemplate">?</a> and <span style="background:"><font color="">Web Topic Non Wiki Template</font></span><a href="http://LOCATION/WebTopicNonWikiTemplate">?</a><br /><code><b>%<nop>METASEARCH{type="parent" web="%<nop>WEB%" topic="%<nop>TOPIC%" title="Children: "}%</nop></nop></nop></b></code></td> + </table> Example: <code><b>%<nop>METASEARCH{type="topicmoved" web="%<nop>WEB%" topic="%<nop>TOPIC%" title="This topic used to exist and was moved to: "}%</nop></nop></nop></b></code>, you may want to use this in [[WebTopicViewTemplate]] and [[WebTopicNonWikiTemplate]]<br /><code><b>%<nop>METASEARCH{type="parent" web="%<nop>WEB%" topic="%<nop>TOPIC%" title="Children: "}%</nop></nop></nop></b></code></td> </tr> <tr> <td><code>%<nop>VAR{"NAME" web="Web"}%</nop></code></td> @@ -530,12 +530,12 @@ Additional variables are defined in the preferences ( site-level ( **_SL_** ) in <tr> <td><code>%<nop>RELEASEEDITLOCKCHECKBOX%</nop></code></td> <td><strong><em>SL</em></strong> , <strong><em>UL</em></strong></td> - <td> Default state of the "Release edit lock" (<span style="background:"><font color="">Unlock Topic</font></span><a href="http://LOCATION/UnlockTopic">?</a>) check box in preview. Checkbox is initially checked if <code>Set RELEASEEDITLOCKCHECKBOX = checked="checked"</code>, or unchecked if empty. If checked, make sure to click on <u>Edit</u> to do more changes; do <strong>not</strong> go back in your browser to the edit page, or you risk that someone else will edit the topic at the same time! Value is: <b><code>%RELEASEEDITLOCKCHECKBOX%</code></b></td> + <td> Default state of the "Release edit lock" ([[UnlockTopic]]) check box in preview. Checkbox is initially checked if <code>Set RELEASEEDITLOCKCHECKBOX = checked="checked"</code>, or unchecked if empty. If checked, make sure to click on <u>Edit</u> to do more changes; do <strong>not</strong> go back in your browser to the edit page, or you risk that someone else will edit the topic at the same time! Value is: <b><code>%RELEASEEDITLOCKCHECKBOX%</code></b></td> </tr> <tr> <td><code>%<nop>DONTNOTIFYCHECKBOX%</nop></code></td> <td><strong><em>SL</em></strong> , <strong><em>UL</em></strong></td> - <td> Default state of the "Minor Changes, Don't Notify" (<span style="background:"><font color="">Dont Notify</font></span><a href="http://LOCATION/DontNotify">?</a>) check box in preview. Check box is initially checked if <code>Set DONTNOTIFYCHECKBOX = checked="checked"</code>, or unchecked if empty. Value is: <b><code>%DONTNOTIFYCHECKBOX%</code></b></td> + <td> Default state of the "Minor Changes, Don't Notify" ([[DontNotify]]) check box in preview. Check box is initially checked if <code>Set DONTNOTIFYCHECKBOX = checked="checked"</code>, or unchecked if empty. Value is: <b><code>%DONTNOTIFYCHECKBOX%</code></b></td> </tr> <tr> <td><code>%<nop>ATTACHLINKBOX%</nop></code></td> @@ -560,42 +560,42 @@ Additional variables are defined in the preferences ( site-level ( **_SL_** ) in <tr> <td><code>%<nop>DENYWEBCHANGE%</nop></code></td> <td><strong><em>WL</em></strong></td> - <td> List of users and groups who are <strong>not allowed</strong> to change topics in the %WIKITOOLNAME% web. (More in <span style="background:"><font color="">TWiki Access Control</font></span><a href="http://LOCATION/TWikiAccessControl">?</a>) </td> + <td> List of users and groups who are <strong>not allowed</strong> to change topics in the %WIKITOOLNAME% web. (More in [[TWikiAccessControl]]) </td> </tr> <tr> <td><code>%<nop>ALLOWWEBCHANGE%</nop></code></td> <td><strong><em>WL</em></strong></td> - <td> List of users and groups who are <strong>allowed</strong> to change topics in the %WIKITOOLNAME% web. (More in <span style="background:"><font color="">TWiki Access Control</font></span><a href="http://LOCATION/TWikiAccessControl">?</a>) </td> + <td> List of users and groups who are <strong>allowed</strong> to change topics in the %WIKITOOLNAME% web. (More in [[TWikiAccessControl]]) </td> </tr> <tr> <td><code>%<nop>DENYTOPICCHANGE%</nop></code></td> <td><strong><em>(any topic)</em></strong></td> - <td> List of users and groups who are <strong>not allowed</strong> to change the current topic. (More in <span style="background:"><font color="">TWiki Access Control</font></span><a href="http://LOCATION/TWikiAccessControl">?</a>) </td> + <td> List of users and groups who are <strong>not allowed</strong> to change the current topic. (More in [[TWikiAccessControl]]) </td> </tr> <tr> <td><code>%<nop>ALLOWTOPICCHANGE%</nop></code></td> <td><strong><em>(any topic)</em></strong></td> - <td> List of users and groups who are <strong>allowed</strong> to change the current topic. (More in <span style="background:"><font color="">TWiki Access Control</font></span><a href="http://LOCATION/TWikiAccessControl">?</a>) </td> + <td> List of users and groups who are <strong>allowed</strong> to change the current topic. (More in [[TWikiAccessControl]]) </td> </tr> <tr> <td><code>%<nop>DENYWEBRENAME%</nop></code></td> <td><strong><em>WL</em></strong></td> - <td> List of users and groups who are <strong>not allowed</strong> to rename topics in the %WIKITOOLNAME% web. (More in <span style="background:"><font color="">TWiki Access Control</font></span><a href="http://LOCATION/TWikiAccessControl">?</a>) </td> + <td> List of users and groups who are <strong>not allowed</strong> to rename topics in the %WIKITOOLNAME% web. (More in [[TWikiAccessControl]]) </td> </tr> <tr> <td><code>%<nop>ALLOWWEBRENAME%</nop></code></td> <td><strong><em>WL</em></strong></td> - <td> List of users and groups who are <strong>allowed</strong> to rename topics in the %WIKITOOLNAME% web. (More in <span style="background:"><font color="">TWiki Access Control</font></span><a href="http://LOCATION/TWikiAccessControl">?</a>) </td> + <td> List of users and groups who are <strong>allowed</strong> to rename topics in the %WIKITOOLNAME% web. (More in [[TWikiAccessControl]]) </td> </tr> <tr> <td><code>%<nop>DENYTOPICRENAME%</nop></code></td> <td><strong><em>(any topic)</em></strong></td> - <td> List of users and groups who are <strong>not allowed</strong> to rename the current topic. (More in <span style="background:"><font color="">TWiki Access Control</font></span><a href="http://LOCATION/TWikiAccessControl">?</a>) </td> + <td> List of users and groups who are <strong>not allowed</strong> to rename the current topic. (More in [[TWikiAccessControl]]) </td> </tr> <tr> <td><code>%<nop>ALLOWTOPICRENAME%</nop></code></td> <td><strong><em>(any topic)</em></strong></td> - <td> List of users and groups who are <strong>allowed</strong> to rename the current topic. (More in <span style="background:"><font color="">TWiki Access Control</font></span><a href="http://LOCATION/TWikiAccessControl">?</a>) </td> + <td> List of users and groups who are <strong>allowed</strong> to rename the current topic. (More in [[TWikiAccessControl]]) </td> </tr> <tr> <td> diff --git a/TWiki/TWikiWebsTable.mdwn b/TWiki/TWikiWebsTable.mdwn index 858b37b8..b3165bdd 100644 --- a/TWiki/TWikiWebsTable.mdwn +++ b/TWiki/TWikiWebsTable.mdwn @@ -4,48 +4,48 @@ <th> Use to: </th> </tr> <tr bgcolor="%VAR{" web="Hurd" webbgcolor"="WEBBGCOLOR"" }%"="}%""> - <td><b>%WIKITOOLNAME%.<span style="background:"><font color="">Hurd</font></span><a href="http://LOCATIONHurd/HOMETOPIC">?</a></b></td> - <td> The GNU/Hurd area. <font size="-2"> <nobr> [ <span style="background:"><font color="">Changes</font></span><a href="http://LOCATIONHurd/WebChanges">?</a> | <span style="background:"><font color="">Search</font></span><a href="http://LOCATIONHurd/WebSearch">?</a> ] </nobr></font></td> + <td><b>%WIKITOOLNAME%.[[Hurd/HOMETOPIC]]</b></td> + <td> The GNU/Hurd area. <font size="-2"> <nobr> [ [[Hurd/WebChanges]] | [[Hurd/WebSearch]] ] </nobr></font></td> <td> Concerns everything directly related to the Hurd (it was the first section). </td> </tr> <tr bgcolor="%VAR{" web="Distrib" webbgcolor"="WEBBGCOLOR"" }%"="}%""> - <td><b>%WIKITOOLNAME%.<span style="background:"><font color="">Distrib</font></span><a href="http://LOCATIONDistrib/HOMETOPIC">?</a></b></td> - <td> The distribution area. <font size="-2"> <nobr> [ <span style="background:"><font color="">Changes</font></span><a href="http://LOCATIONDistrib/WebChanges">?</a> | <span style="background:"><font color="">Search</font></span><a href="http://LOCATIONDistrib/WebSearch">?</a> ] </nobr></font></td> + <td><b>%WIKITOOLNAME%.[[Distrib/HOMETOPIC]]</b></td> + <td> The distribution area. <font size="-2"> <nobr> [ [[Distrib/WebChanges]] | [[Distrib/WebSearch]] ] </nobr></font></td> <td> Debian GNU/Hurd distribution related information goes here. </td> </tr> <tr bgcolor="%VAR{" web="Mach" webbgcolor"="WEBBGCOLOR"" }%"="}%""> - <td><b>%WIKITOOLNAME%.<span style="background:"><font color="">Mach</font></span><a href="http://LOCATIONMach/HOMETOPIC">?</a></b></td> - <td> The Mach area. <font size="-2"> <nobr> [ <span style="background:"><font color="">Changes</font></span><a href="http://LOCATIONMach/WebChanges">?</a> | <span style="background:"><font color="">Search</font></span><a href="http://LOCATIONMach/WebSearch">?</a> ] </nobr></font></td> + <td><b>%WIKITOOLNAME%.[[Mach/HOMETOPIC]]</b></td> + <td> The Mach area. <font size="-2"> <nobr> [ [[Mach/WebChanges]] | [[Mach/WebSearch]] ] </nobr></font></td> <td> Topics on the GNU Mach microkernel, and the OSKit based Mach (GNUmach 2). </td> </tr> <tr bgcolor="%VAR{" web="GNU" webbgcolor"="WEBBGCOLOR"" }%"="}%""> - <td><b>%WIKITOOLNAME%.<span style="background:"><font color="">GNU</font></span><a href="http://LOCATIONGNU/HOMETOPIC">?</a></b></td> - <td> The GNU area. <font size="-2"> <nobr> [ <span style="background:"><font color="">Changes</font></span><a href="http://LOCATIONGNU/WebChanges">?</a> | <span style="background:"><font color="">Search</font></span><a href="http://LOCATIONGNU/WebSearch">?</a> ] </nobr></font></td> + <td><b>%WIKITOOLNAME%.[[GNU/HOMETOPIC]]</b></td> + <td> The GNU area. <font size="-2"> <nobr> [ [[GNU/WebChanges]] | [[GNU/WebSearch]] ] </nobr></font></td> <td> Holds all GNUish related information regarding the Hurd. </td> </tr> <tr bgcolor="%VAR{" web="Mig" webbgcolor"="WEBBGCOLOR"" }%"="}%""> - <td><b>%WIKITOOLNAME%.<span style="background:"><font color="">Mig</font></span><a href="http://LOCATIONMig/HOMETOPIC">?</a></b></td> - <td> The MIG area. <font size="-2"> <nobr> [ <span style="background:"><font color="">Changes</font></span><a href="http://LOCATIONMig/WebChanges">?</a> | <span style="background:"><font color="">Search</font></span><a href="http://LOCATIONMig/WebSearch">?</a> ] </nobr></font></td> + <td><b>%WIKITOOLNAME%.[[Mig/HOMETOPIC]]</b></td> + <td> The MIG area. <font size="-2"> <nobr> [ [[Mig/WebChanges]] | [[Mig/WebSearch]] ] </nobr></font></td> <td> Thin section on the Mach interface generator, only for developers. </td> </tr> <tr bgcolor="%VAR{" web="Hug" webbgcolor"="WEBBGCOLOR"" }%"="}%""> - <td><b>%WIKITOOLNAME%.<span style="background:"><font color="">Hug</font></span><a href="http://LOCATIONHug/HOMETOPIC">?</a></b></td> - <td> Sandbox for users to play in. <font size="-2"> <nobr> [ <span style="background:"><font color="">Changes</font></span><a href="http://LOCATIONHug/WebChanges">?</a> | <span style="background:"><font color="">Search</font></span><a href="http://LOCATIONHug/WebSearch">?</a> ] </nobr></font></td> + <td><b>%WIKITOOLNAME%.[[Hug/HOMETOPIC]]</b></td> + <td> Sandbox for users to play in. <font size="-2"> <nobr> [ [[Hug/WebChanges]] | [[Hug/WebSearch]] ] </nobr></font></td> <td> Here is where you can play freely and practise your Wiki-Fu. Have fun! </td> </tr> <tr bgcolor="%VAR{" web="%MAINWEB%" webbgcolor"="WEBBGCOLOR"" }%"="}%""> - <td><b>%WIKITOOLNAME%.<span style="background:"><font color="">%MAINWEB%</font></span><a href="http://LOCATION/MAINWEBHOMETOPIC">?</a></b></td> - <td> This is where all the <span style="background:"><font color="">Users</font></span><a href="http://LOCATION/MAINWEBWIKIUSERSTOPIC">?</a> home pages are located, - tour this expandable virtual workspace. <font size="-2"> <nobr> [ <span style="background:"><font color="">Changes</font></span><a href="http://LOCATION/MAINWEBWebChanges">?</a> | <span style="background:"><font color="">Search</font></span><a href="http://LOCATION/MAINWEBWebSearch">?</a> ] </nobr></font></td> + <td><b>%WIKITOOLNAME%.[[MAINWEBHOMETOPIC]]</b></td> + <td> This is where all the [[MAINWEBWIKIUSERSTOPIC]] home pages are located, - tour this expandable virtual workspace. <font size="-2"> <nobr> [ [[MAINWEBWebChanges]] | [[MAINWEBWebSearch]] ] </nobr></font></td> <td> Aquaint yourself with the people lurking here. </td> </tr> <tr bgcolor="%VAR{" web="%TWIKIWEB%" webbgcolor"="WEBBGCOLOR"" }%"="}%""> - <td><b>%WIKITOOLNAME%.<span style="background:"><font color="">%TWIKIWEB%</font></span><a href="http://LOCATION/TWIKIWEBHOMETOPIC">?</a></b></td> - <td> %TWIKIWEB%.TWikiRegistration; TWiki history &amp; Wiki style; FAQs, Quick Starts, User Guide &amp; Reference Manual. All the info... <font size="-2"> <nobr> [ <span style="background:"><font color="">Changes</font></span><a href="http://LOCATION/TWIKIWEBWebChanges">?</a> | <span style="background:"><font color="">Search</font></span><a href="http://LOCATION/TWIKIWEBWebSearch">?</a> ] </nobr></font></td> + <td><b>%WIKITOOLNAME%.[[TWIKIWEBHOMETOPIC]]</b></td> + <td> %TWIKIWEB%.TWikiRegistration; TWiki history &amp; Wiki style; FAQs, Quick Starts, User Guide &amp; Reference Manual. All the info... <font size="-2"> <nobr> [ [[TWIKIWEBWebChanges]] | [[TWIKIWEBWebSearch]] ] </nobr></font></td> <td> Discover TWiki, and how to start your own site. </td> </tr> <tr bgcolor="%VAR{" web="Test" webbgcolor"="WEBBGCOLOR"" }%"="}%""> - <td><b>%WIKITOOLNAME%.<span style="background:"><font color="">Test</font></span><a href="http://LOCATIONTest/HOMETOPIC">?</a></b></td> - <td> Sandbox for users to play in. <font size="-2"> <nobr> [ <span style="background:"><font color="">Changes</font></span><a href="http://LOCATIONTest/WebChanges">?</a> | <span style="background:"><font color="">Search</font></span><a href="http://LOCATIONTest/WebSearch">?</a> ] </nobr></font></td> + <td><b>%WIKITOOLNAME%.[[Test/HOMETOPIC]]</b></td> + <td> Sandbox for users to play in. <font size="-2"> <nobr> [ [[Test/WebChanges]] | [[Test/WebSearch]] ] </nobr></font></td> <td> Here is where you can play freely and practise your Wiki-Fu. Have fun! </td> </tr> <tr bgcolor="#ffffff"> diff --git a/TWiki/TextFormattingRules.mdwn b/TWiki/TextFormattingRules.mdwn index 84bbdf4b..40203834 100644 --- a/TWiki/TextFormattingRules.mdwn +++ b/TWiki/TextFormattingRules.mdwn @@ -25,7 +25,7 @@ Working in TWiki is as easy as typing in text - exactly like email. You don't ne </td> </tr> <tr bgcolor="#ffffff"> - <td valign="top"><strong>Headings:</strong><br /> At least three dashes at the beginning of a line, followed by plus signs and the heading text. One plus creates a level 1 heading (most important), two pluses a level 2 heading; the maximum is level 6. <strong><em>Note:</em></strong> A Table of Content can be created automatically with the <code>%<nop>TOC%</nop></code> variable, see <span style="background:"><font color="">TWiki Variables</font></span><a href="http://LOCATION/TWikiVariables">?</a>. </td> + <td valign="top"><strong>Headings:</strong><br /> At least three dashes at the beginning of a line, followed by plus signs and the heading text. One plus creates a level 1 heading (most important), two pluses a level 2 heading; the maximum is level 6. <strong><em>Note:</em></strong> A Table of Content can be created automatically with the <code>%<nop>TOC%</nop></code> variable, see [[TWikiVariables]]. </td> <td valign="top"><span style="background: #FFFFCC"><font color="#990000"> <pre> <nop>---++ Sushi @@ -204,37 +204,37 @@ class CatAnimal { </td> </tr> <tr bgcolor="#ffffff"> - <td valign="top"><strong><nop>WikiWord Links:</nop></strong><br /><nop>CapitalizedWordsStuckTogether (or <span style="background:"><font color="">Wiki Words</font></span><a href="http://LOCATION/WikiWords">?</a>) will produce a link automatically. <br /><strong><em>Note:</em></strong> In case you want to link to a topic in a different %WIKITOOLNAME% web write <code>Webname.TopicName</code>. </nop></td> + <td valign="top"><strong><nop>WikiWord Links:</nop></strong><br /><nop>CapitalizedWordsStuckTogether (or [[WikiWords]]) will produce a link automatically. <br /><strong><em>Note:</em></strong> In case you want to link to a topic in a different %WIKITOOLNAME% web write <code>Webname.TopicName</code>. </nop></td> <td valign="top"><span style="background: #FFFFCC"><font color="#990000"> <pre> WebNotify Know.ReadmeFirst </pre> </font></span></td> - <td valign="top"><span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><p><span style="background:"><font color="">Readme First</font></span><a href="http://LOCATIONKnow/ReadmeFirst">?</a></p> + <td valign="top">[[WebNotify]]<p>[[Know/ReadmeFirst]]</p> </td> </tr> <tr bgcolor="#ffffff"> - <td valign="top">#SquareBrackets <strong>Forced Links:</strong><br /> You can create a forced internal link by enclosing words in double square brackets. <br /><strong><em>Note:</em></strong> Text within the brackets may contain optional spaces; the topic name is formed by capitalizing the initial letter and by removing the spaces; i.e. <code>[<nop>[text formatting FAQ]]</nop></code> links to topic <span style="background:"><font color="">Text Formatting FAQ</font></span><a href="http://LOCATION/TextFormattingFAQ">?</a>. You can also refer to a different web and use anchors. </td> + <td valign="top">#SquareBrackets <strong>Forced Links:</strong><br /> You can create a forced internal link by enclosing words in double square brackets. <br /><strong><em>Note:</em></strong> Text within the brackets may contain optional spaces; the topic name is formed by capitalizing the initial letter and by removing the spaces; i.e. <code>[<nop>[text formatting FAQ]]</nop></code> links to topic [[TextFormattingFAQ]]. You can also refer to a different web and use anchors. </td> <td valign="top"><span style="background: #FFFFCC"><font color="#990000"> <pre> [[wiki syntax]] [[%MAINWEB%.TWiki users]] </pre> </font></span></td> - <td valign="top"><span style="background:"><font color="">wiki syntax</font></span><a href="http://LOCATION/WikiSyntax">?</a><p><span style="background:"><font color="">%MAINWEB%.TWiki users</font></span><a href="http://LOCATION/MAINWEBTWikiUsers">?</a></p> + <td valign="top">[[WikiSyntax]]<p>[[MAINWEBTWikiUsers]]</p> </td> </tr> <tr bgcolor="#ffffff"> - <td valign="top"><strong>Specific Links:</strong><br /> Create a link where you can specify the link text and the link reference separately, using nested square brackets like <code>[<nop>[reference][text]]</nop></code>. Internal link references (i.e. <span style="background:"><font color="">Wiki Syntax</font></span><a href="http://LOCATION/WikiSyntax">?</a>) and external link references (i.e. <a href="http://TWiki.org/)" target="_top">http://TWiki.org/)</a> are supported. The same <strong><em>Forced Links</em></strong> rules apply for internal link references. Anchor names can be added as well, like <code>[<nop>[WebHome#MyAnchor][go home]]</nop></code> and <code>[<nop>[http://www.yahoo.com/#somewhere][Yahoo!]]</nop></code>. </td> + <td valign="top"><strong>Specific Links:</strong><br /> Create a link where you can specify the link text and the link reference separately, using nested square brackets like <code>[<nop>[reference][text]]</nop></code>. Internal link references (i.e. [[WikiSyntax]]) and external link references (i.e. <a href="http://TWiki.org/)" target="_top">http://TWiki.org/)</a> are supported. The same <strong><em>Forced Links</em></strong> rules apply for internal link references. Anchor names can be added as well, like <code>[<nop>[WebHome#MyAnchor][go home]]</nop></code> and <code>[<nop>[http://www.yahoo.com/#somewhere][Yahoo!]]</nop></code>. </td> <td valign="top"><span style="background: #FFFFCC"><font color="#990000"> <pre> [[WikiSyntax][syntax]] [[http://gnu.org][GNU]] </pre> </font></span></td> - <td valign="top"><span style="background:"><font color="">syntax</font></span><a href="http://LOCATION/WikiSyntax">?</a><p><a href="http://gnu.org" target="_top">GNU</a></p> + <td valign="top">[[WikiSyntax]]<p><a href="http://gnu.org" target="_top">GNU</a></p> </td> </tr> <tr bgcolor="#ffffff"> - <td valign="top"><strong>Anchors:</strong><br /> You can define a link reference inside a %WIKITOOLNAME% topic (called an anchor name) and link to that. To <strong><em>define</em></strong> an anchor write <code>#AnchorName</code> at the beginning of a line. The anchor name must be a <span style="background:"><font color="">Wiki Word</font></span><a href="http://LOCATION/WikiWord">?</a>. To <strong><em>link to</em></strong> an anchor name use the <code>[<nop>[MyTopic#MyAnchor]]</nop></code> syntax. You can omit the topic name if you want to link within the same topic. </td> + <td valign="top"><strong>Anchors:</strong><br /> You can define a link reference inside a %WIKITOOLNAME% topic (called an anchor name) and link to that. To <strong><em>define</em></strong> an anchor write <code>#AnchorName</code> at the beginning of a line. The anchor name must be a [[WikiWord]]. To <strong><em>link to</em></strong> an anchor name use the <code>[<nop>[MyTopic#MyAnchor]]</nop></code> syntax. You can omit the topic name if you want to link within the same topic. </td> <td valign="top"><span style="background: #FFFFCC"><font color="#990000"> <pre> [[WebHome#NotThere]] @@ -242,12 +242,12 @@ Know.ReadmeFirst #MyAnchor To here </pre> </font></span></td> - <td valign="top"><span style="background:"><font color="">Web Home#Not There</font></span><a href="http://LOCATION/WebHome">?</a><p> Jump </p> + <td valign="top">[[WebHome]]<p> Jump </p> <p><a name="MyAnchor"></a> To here </p> </td> </tr> <tr bgcolor="#ffffff"> - <td valign="top"><strong>Prevent a Link:</strong><br /> Prevent a <span style="background:"><font color="">Wiki Word</font></span><a href="http://LOCATION/WikiWord">?</a> from being linked by prepending it with the <code>&lt;nop&gt;</code> tag. </td> + <td valign="top"><strong>Prevent a Link:</strong><br /> Prevent a [[WikiWord]] from being linked by prepending it with the <code>&lt;nop&gt;</code> tag. </td> <td valign="top"><span style="background: #FFFFCC"><font color="#990000"> <pre> &lt;nop&gt;SunOS </pre> </font></span></td> diff --git a/TWiki/TigerSkin/RCS/menuscript.js b/TWiki/TigerSkin/RCS/menuscript.js new file mode 100644 index 00000000..6b30f176 --- /dev/null +++ b/TWiki/TigerSkin/RCS/menuscript.js @@ -0,0 +1,289 @@ +// Determine browser type (Netscape 6 or IE 5.5).
+
+
+var isIE5 = (navigator.userAgent.indexOf("MSIE 5.5") > 0) ? 1 : 0;
+var isIE5 = (navigator.userAgent.indexOf("MSIE 5") > 0) ? 1 : 0;
+var isNS6 = (navigator.userAgent.indexOf("Gecko") > 0) ? 1 : 0;
+var isNS4 = ((navigator.appName.indexOf("Netscape")==0)
+ &&(navigator.userAgent.indexOf("Mozilla/4") == 0)) ? 1 : 0;
+
+//if (isNS4==0)
+// alert("This skin has been designed for Netscape 4.x.");
+
+// For IE, adjust menu bar styling.
+
+if (isIE5) {
+ document.styleSheets[document.styleSheets.length - 1].addRule("#menuBar", "padding-top:3px");
+ document.styleSheets[document.styleSheets.length - 1].addRule("#menuBar", "padding-bottom:3px");
+}
+
+// Global variable for tracking the currently active button.
+
+var activeButton = null;
+
+if (isIE5)
+ document.onmousedown = pageMousedown;
+if (isNS6)
+ document.addEventListener("mousedown", pageMousedown, true);
+
+function pageMousedown(event) {
+
+ var className;
+
+ // If the object clicked on was not a menu button or item, close any active
+ // menu.
+
+ if (isIE5)
+ className = window.event.srcElement.className;
+ if (isNS6)
+ className = (event.target.className ?
+ event.target.className : event.target.parentNode.className);
+
+ //Top menu mouseover
+ if (className != "menuButton" && className != "menuItem" && className != "menuItemDiff" && activeButton)
+ resetButton(activeButton);
+
+
+ //Left menu show hide
+ var eSrc = window.event.srcElement;
+ window.event.cancelBubble = true;
+ if ("clsShowHide" == eSrc.className) return contentsHeading_click(eSrc);
+
+ //Original version of this (with frames support)
+ //while ("BODY" != eSrc.tagName) {
+ // if ("clsItem" == eSrc.className || "clsItemSelect" == eSrc.className) return contentsItem_click(eSrc);
+ // else if ("clsShowHide" == eSrc.className || "clsHeading" == eSrc.className) return contentsHeading_click(eSrc);
+ // eSrc = eSrc.parentElement;
+ //}
+}
+
+function buttonClick(button, menuName) {
+
+ // Blur focus from the link to remove that annoying outline.
+
+ if (!isNS4)
+ button.blur();
+
+ // Associate the named menu to this button if not already done.
+
+ if (!button.menu)
+ {
+ if (isNS4)
+ button.menu = document.layers[menuName];
+ else
+ button.menu = document.getElementById(menuName);
+ }
+
+
+ // Reset the currently active button, if any.
+
+ if (activeButton && activeButton != button)
+ resetButton(activeButton);
+
+ // Toggle the button's state.
+
+ if (button.isDepressed)
+ resetButton(button);
+ else
+ depressButton(button);
+
+ return false;
+}
+
+function buttonMouseover(button, menuName) {
+
+ // If any other button menu is active, deactivate it and activate this one.
+ // Note: if this button has no menu, leave the active menu alone.
+
+ if (activeButton) {
+ if (activeButton != button) {
+ resetButton(activeButton);
+ if (menuName)
+ buttonClick(button, menuName);
+ }
+ else {
+ }
+ }
+ else {
+ if (menuName)
+ buttonClick(button, menuName);
+ }
+}
+
+function depressButton(button) {
+
+ // Save current style values so they can be restored later.
+ // Only needs to be done once.
+
+ if (!button.oldBackgroundColor) {
+ button.oldBackgroundColor = button.style.backgroundColor;
+ button.oldBorderBottomColor = button.style.borderBottomColor;
+ button.oldBorderRightColor = button.style.borderRightColor;
+ button.oldBorderTopColor = button.style.borderTopColor;
+ button.oldBorderLeftColor = button.style.borderLeftColor;
+ button.oldColor = button.style.color;
+ button.oldLeft = button.style.left;
+ button.oldPosition = button.style.position;
+ button.oldTop = button.style.top;
+ }
+
+ // Change style value to make the button looks like it's
+ // depressed.
+
+ button.style.backgroundColor = "#99CC99";
+ button.style.borderBottomColor = "#99CC99";
+ button.style.borderRightColor = "#99CC99";
+ button.style.borderTopColor = "#99CC99";
+ button.style.borderLeftColor = "#99CC99";
+ button.style.color = "#E9E9E9";
+ button.style.left = "0px";
+ button.style.position = "relative";
+ button.style.top = "0px";
+
+ // For IE, force first menu item to the width of the parent menu,
+ // this causes mouseovers work for all items even when cursor is
+ // not over the link text.
+
+ if (isIE5 && !button.menu.firstChild.style.width)
+ button.menu.firstChild.style.width =
+ button.menu.offsetWidth + "px";
+
+if (isNS4)
+{
+ button.menu.left = (window.innerWidth-100);
+ button.menu.top = 0;
+ button.menu.visibility = "show";
+}
+else
+{
+
+
+ // Position the associated drop down menu under the button and
+ // show it. Note that the position must be adjusted according to
+ // browser, styling and positioning.
+
+ //x = getPageOffsetLeft(button);
+ x = getPageOffsetLeft(button);
+ y = getPageOffsetTop(button) + button.offsetHeight;
+ if (isIE5)
+ y += 2;
+ if (isNS6) {
+ x--;
+ y--;
+ }
+ x -= 20;
+ y -= 10;
+ button.menu.style.left = x + "px";
+ button.menu.style.top = y + "px";
+ button.menu.style.visibility = "visible";
+}
+
+ // Set button state and let the world know which button is
+ // active.
+
+ button.isDepressed = true;
+ activeButton = button;
+}
+
+function resetButton(button) {
+
+ // Restore the button's style settings.
+
+ button.style.backgroundColor = button.oldBackgroundColor;
+ button.style.borderBottomColor = button.oldBorderBottomColor;
+ button.style.borderRightColor = button.oldBorderRightColor;
+ button.style.borderTopColor = button.oldBorderTopColor;
+ button.style.borderLeftColor = button.oldBorderLeftColor;
+ button.style.color = button.oldColor;
+ button.style.left = button.oldLeft;
+ button.style.position = button.oldPosition;
+ button.style.top = button.oldTop;
+
+ // Hide the button's menu.
+
+ if (button.menu)
+ {
+ if (isNS4)
+ button.menu.visibility = "hide";
+ else
+ button.menu.style.visibility = "hidden";
+
+ }
+
+
+ // Set button state and clear active menu global.
+
+ button.isDepressed = false;
+ activeButton = null;
+}
+
+function getPageOffsetLeft(el) {
+
+ // Return the true x coordinate of an element relative to the page.
+
+ return el.offsetLeft + (el.offsetParent ? getPageOffsetLeft(el.offsetParent) : 0);
+}
+
+
+function getPageOffsetTop(el) {
+
+ // Return the true y coordinate of an element relative to the page.
+
+ return el.offsetTop + (el.offsetParent ? getPageOffsetTop(el.offsetParent) : 0);
+}
+
+
+// Swap background colour
+function bgcolour(obj, Colour) {
+ obj.style.backgroundColor=Colour
+}
+
+//Pop up window
+function MM_openBrWindow(theURL,winName,features) { //v2.0
+ window.open(theURL,winName,features);
+}
+
+function MM_findObj(n, d) { //v3.0
+ var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
+ d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
+ if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
+ for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
+}
+/* Functions that swaps %PUBURLPATH%/skins/tiger. */
+function MM_swapImage() { //v3.0
+ var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
+ if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
+}
+
+//Left menu folders
+var eSelected = null;
+function contentsHeading_click(eSrc) {
+ if ("clsShowHide" == eSrc.className) eSrc = document.all[eSrc.sourceIndex + 1];
+ var iNumElements = document.all.length;
+ for (var i=eSrc.sourceIndex+1;i<iNumElements;i++) {
+ var eTemp = document.all[i];
+ if ("clsHeading" == eTemp.className) return;
+ else if ("clsItemsHide" == eTemp.className) {
+ eTemp.className = "clsItemsShow";
+ //No image url in .js - not subject to wiki vars
+ //eSrc.style.listStyleImage = "url('images/blueminus.gif')";
+ return eSrc.blur();
+ }
+ else if("clsItemsShow" == eTemp.className) {
+ eTemp.className = "clsItemsHide";
+ //No image url in .js - not subject to wiki vars
+ //eSrc.style.listStyleImage = "url('images/blueplus.gif')";
+ return eSrc.blur();
+ }
+ }
+}
+function contentsItem_click(eSrc) {
+ if (document.all["styleView"]) eSrc.target = document.all["styleView"].checked ? "_blank" : "TEXT";
+ else if ("" == eSrc.target) eSrc.target = "TEXT"
+ if(null != eSelected) eSelected.className = "clsItem";
+ eSrc.className = "clsItemSelect";
+ eSelected = eSrc;
+}
+
+
+
diff --git a/TWiki/TigerSkin/new_logo.gif b/TWiki/TigerSkin/new_logo.gif Binary files differnew file mode 100644 index 00000000..6f149e1f --- /dev/null +++ b/TWiki/TigerSkin/new_logo.gif diff --git a/TWiki/WebHome.mdwn b/TWiki/WebHome.mdwn index 86d534af..15957b8b 100644 --- a/TWiki/WebHome.mdwn +++ b/TWiki/WebHome.mdwn @@ -57,9 +57,9 @@ Documentation for webmasters, system administrators, project managers, team lead <table> <tr> - <td> Welcome to <nop>TeamworkWiki (or, Take-Five Wiki), a flexible, powerful, and simple Web-based collaboration platform. Use TWiki to run a project development space, a document management system, a knowledge base, or any other groupware tool, on an intranet or on the Web. <p> This web is the place to learn about the TWiki software (<span style="background:"><font color="">TWiki Tutorial</font></span><a href="http://LOCATION/TWikiTutorial">?</a>, <span style="background:"><font color="">TWiki FAQ</font></span><a href="http://LOCATION/TWikiFAQ">?</a>), learn about TWiki features (<span style="background:"><font color="">Wiki Syntax</font></span><a href="http://LOCATION/WikiSyntax">?</a>, <span style="background:"><font color="">TWiki Shorthand</font></span><a href="http://LOCATION/TWikiShorthand">?</a>), find TWiki documentation and find links to download it yourself. Here's the <a href="http://twiki.org/cgi-bin/view/Codev/TWikiMission" target="_top">Mission Statement</a> for TWiki. </p> - <p> Meta discussion about the TWiki web itself can take place in the <span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a> topic. </p> - <p> Meta discussion about the Hurd Wiki installation can take place in the <span style="background:"><font color="">TWiki Discuss</font></span><a href="http://LOCATION/TWikiDiscuss">?</a> topic. </p> + <td> Welcome to <nop>TeamworkWiki (or, Take-Five Wiki), a flexible, powerful, and simple Web-based collaboration platform. Use TWiki to run a project development space, a document management system, a knowledge base, or any other groupware tool, on an intranet or on the Web. <p> This web is the place to learn about the TWiki software ([[TWikiTutorial]], [[TWikiFAQ]]), learn about TWiki features ([[WikiSyntax]], [[TWikiShorthand]]), find TWiki documentation and find links to download it yourself. Here's the <a href="http://twiki.org/cgi-bin/view/Codev/TWikiMission" target="_top">Mission Statement</a> for TWiki. </p> + <p> Meta discussion about the TWiki web itself can take place in the [[WebDiscuss]] topic. </p> + <p> Meta discussion about the Hurd Wiki installation can take place in the [[TWikiDiscuss]] topic. </p> <p> </p></nop></td> <td width="25"> </td> @@ -77,8 +77,8 @@ Documentation for webmasters, system administrators, project managers, team lead </p> <ul> <li><strong>TWiki Quick Start</strong> - the fast track approach <ul> - <li><span style="background:"><font color="">Welcome Guest</font></span><a href="http://LOCATION/WelcomeGuest">?</a>: A fast track intro covering all the basics </li> - <li><span style="background:"><font color="">TWiki Registration</font></span><a href="http://LOCATION/TWikiRegistration">?</a>: Sign up so you can edit pages and select options </li> + <li>[[WelcomeGuest]]: A fast track intro covering all the basics </li> + <li>[[TWikiRegistration]]: Sign up so you can edit pages and select options </li> </ul> </li> </ul> @@ -86,15 +86,15 @@ Documentation for webmasters, system administrators, project managers, team lead </p> <ul> <li><strong>One-Page Primers</strong> cover TWiki basics <ul> - <li><span style="background:"><font color="">TWiki Tutorial</font></span><a href="http://LOCATION/TWikiTutorial">?</a>: A compact, 20-minute TWiki primer </li> - <li><span style="background:"><font color="">TWiki Site</font></span><a href="http://LOCATION/TWikiSite">?</a>: Instant overview - first, there was Wiki </li> - <li><span style="background:"><font color="">TWiki Pages</font></span><a href="http://LOCATION/TWikiPages">?</a>: Customize, rename, move, or delete TWiki topics </li> - <li><span style="background:"><font color="">Wiki Syntax</font></span><a href="http://LOCATION/WikiSyntax">?</a>: TWiki shorthand basics </li> - <li><span style="background:"><font color="">Good Style</font></span><a href="http://LOCATION/GoodStyle">?</a>: Working tips for an open collaboration environment </li> - <li><span style="background:"><font color="">TWiki Shorthand</font></span><a href="http://LOCATION/TWikiShorthand">?</a>: The complete TWiki text formatting syntax on one page </li> - <li><span style="background:"><font color="">TWiki Variables</font></span><a href="http://LOCATION/TWikiVariables">?</a>: How to easily embed text, graphics, dynamic content </li> - <li><span style="background:"><font color="">File Attachments</font></span><a href="http://LOCATION/FileAttachments">?</a>: Use your browser to upload files for distribution or display </li> - <li><span style="background:"><font color="">Web Changes Alert</font></span><a href="http://LOCATION/WebChangesAlert">?</a>: Subscribe to email alerts linking to the latest page changes </li> + <li>[[TWikiTutorial]]: A compact, 20-minute TWiki primer </li> + <li>[[TWikiSite]]: Instant overview - first, there was Wiki </li> + <li>[[TWikiPages]]: Customize, rename, move, or delete TWiki topics </li> + <li>[[WikiSyntax]]: TWiki shorthand basics </li> + <li>[[GoodStyle]]: Working tips for an open collaboration environment </li> + <li>[[TWikiShorthand]]: The complete TWiki text formatting syntax on one page </li> + <li>[[TWikiVariables]]: How to easily embed text, graphics, dynamic content </li> + <li>[[FileAttachments]]: Use your browser to upload files for distribution or display </li> + <li>[[WebChangesAlert]]: Subscribe to email alerts linking to the latest page changes </li> </ul> </li> </ul> @@ -102,8 +102,8 @@ Documentation for webmasters, system administrators, project managers, team lead </p> <ul> <li><strong>TWiki Help FAQs</strong><ul> - <li><span style="background:"><font color="">TWiki FAQ</font></span><a href="http://LOCATION/TWikiFAQ">?</a>: The first things people ask about TWiki </li> - <li><span style="background:"><font color="">Text Formatting FAQ</font></span><a href="http://LOCATION/TextFormattingFAQ">?</a>: Common how-to questions about posting in TWiki </li> + <li>[[TWikiFAQ]]: The first things people ask about TWiki </li> + <li>[[TextFormattingFAQ]]: Common how-to questions about posting in TWiki </li> </ul> </li> </ul> @@ -124,7 +124,7 @@ Documentation for webmasters, system administrators, project managers, team lead </p> <table border="1" cellpadding="1" cellspacing="0"> <tr> - <th bgcolor="#99CCCC"><strong>Hot Topics <font size="-1">(<span style="background:"><font color="">more</font></span><a href="http://LOCATION/WebStatistics">?</a>)</font></strong></th> + <th bgcolor="#99CCCC"><strong>Hot Topics <font size="-1">([[WebStatistics]])</font></strong></th> <th bgcolor="#99CCCC"><strong>Top Contributors</strong></th> </tr> </table> %INCLUDE{"WebStatistics" pattern=".*?\-\-statTopContributors\-\-\&gt;[^\|]+\|[^\|]+\|[^\|]+\|[^\|]+\|[^\|]+\|[^\|]+(\|[^\|]+\|[^\|]+\|).*"}% <p> diff --git a/TWiki/WebHome/new_logo.gif b/TWiki/WebHome/new_logo.gif Binary files differnew file mode 100644 index 00000000..6f149e1f --- /dev/null +++ b/TWiki/WebHome/new_logo.gif diff --git a/TWiki/WebPreferences/logo.gif b/TWiki/WebPreferences/logo.gif Binary files differnew file mode 100644 index 00000000..6f149e1f --- /dev/null +++ b/TWiki/WebPreferences/logo.gif diff --git a/TWiki/WebStatistics.mdwn b/TWiki/WebStatistics.mdwn index f85c4226..d1751fa0 100644 --- a/TWiki/WebStatistics.mdwn +++ b/TWiki/WebStatistics.mdwn @@ -28,64 +28,64 @@ <td align="right"> 683 </td> <td align="right"> 11 </td> <td align="right"> 0 </td> - <td> 206 <span style="background:"><font color="">Select Skin</font></span><a href="http://LOCATION/SelectSkin">?</a><br /> 95 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 24 <span style="background:"><font color="">Welcome Guest</font></span><a href="http://LOCATION/WelcomeGuest">?</a><br /> 21 <span style="background:"><font color="">TWiki Registration</font></span><a href="http://LOCATION/TWikiRegistration">?</a><br /> 20 <span style="background:"><font color="">Wiki Syntax</font></span><a href="http://LOCATION/WikiSyntax">?</a><br /> 19 <span style="background:"><font color="">Managing Webs</font></span><a href="http://LOCATION/ManagingWebs">?</a><br /> 17 <span style="background:"><font color="">TWiki Tutorial</font></span><a href="http://LOCATION/TWikiTutorial">?</a><br /> 13 <span style="background:"><font color="">TWiki Installation Guide</font></span><a href="http://LOCATION/TWikiInstallationGuide">?</a><br /> 13 <span style="background:"><font color="">Managing Topics</font></span><a href="http://LOCATION/ManagingTopics">?</a><br /> 12 <span style="background:"><font color="">Web Changes Alert</font></span><a href="http://LOCATION/WebChangesAlert">?</a><br /> 11 <span style="background:"><font color="">Web Menu</font></span><a href="http://LOCATION/WebMenu">?</a></td> - <td> 11 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a></td> + <td> 206 [[SelectSkin]]<br /> 95 [[WebHome]]<br /> 24 [[WelcomeGuest]]<br /> 21 [[TWikiRegistration]]<br /> 20 [[WikiSyntax]]<br /> 19 [[ManagingWebs]]<br /> 17 [[TWikiTutorial]]<br /> 13 [[TWikiInstallationGuide]]<br /> 13 [[ManagingTopics]]<br /> 12 [[WebChangesAlert]]<br /> 11 [[WebMenu]]</td> + <td> 11 [[Main/GrantBow]]</td> </tr> <tr> <td> Nov 2002 </td> <td align="right"> 1344 </td> <td align="right"> 25 </td> <td align="right"> 0 </td> - <td> 289 <span style="background:"><font color="">Select Skin</font></span><a href="http://LOCATION/SelectSkin">?</a><br /> 115 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 41 <span style="background:"><font color="">TWiki Variables</font></span><a href="http://LOCATION/TWikiVariables">?</a><br /> 39 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 30 <span style="background:"><font color="">TWiki Access Control</font></span><a href="http://LOCATION/TWikiAccessControl">?</a><br /> 28 <span style="background:"><font color="">Welcome Guest</font></span><a href="http://LOCATION/WelcomeGuest">?</a><br /> 27 <span style="background:"><font color="">TWiki Webs Table</font></span><a href="http://LOCATION/TWikiWebsTable">?</a><br /> 27 <span style="background:"><font color="">Good Style</font></span><a href="http://LOCATION/GoodStyle">?</a><br /> 26 <span style="background:"><font color="">Web Menu</font></span><a href="http://LOCATION/WebMenu">?</a><br /> 25 <span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a><br /> 24 <span style="background:"><font color="">TWiki Site</font></span><a href="http://LOCATION/TWikiSite">?</a></td> - <td> 18 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 7 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a></td> + <td> 289 [[SelectSkin]]<br /> 115 [[WebHome]]<br /> 41 [[TWikiVariables]]<br /> 39 [[WebStatistics]]<br /> 30 [[TWikiAccessControl]]<br /> 28 [[WelcomeGuest]]<br /> 27 [[TWikiWebsTable]]<br /> 27 [[GoodStyle]]<br /> 26 [[WebMenu]]<br /> 25 [[WebDiscuss]]<br /> 24 [[TWikiSite]]</td> + <td> 18 [[Main/JoachimNilsson]]<br /> 7 [[Main/GrantBow]]</td> </tr> <tr> <td> Oct 2002 </td> <td align="right"> 765 </td> <td align="right"> 16 </td> <td align="right"> 0 </td> - <td> 231 <span style="background:"><font color="">Select Skin</font></span><a href="http://LOCATION/SelectSkin">?</a><br /> 40 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 37 <span style="background:"><font color="">TWiki Variables</font></span><a href="http://LOCATION/TWikiVariables">?</a><br /> 35 <span style="background:"><font color="">TWiki History</font></span><a href="http://LOCATION/TWikiHistory">?</a><br /> 26 <span style="background:"><font color="">TWiki Access Control</font></span><a href="http://LOCATION/TWikiAccessControl">?</a><br /> 19 <span style="background:"><font color="">Welcome Guest</font></span><a href="http://LOCATION/WelcomeGuest">?</a><br /> 18 <span style="background:"><font color="">TWiki Tutorial</font></span><a href="http://LOCATION/TWikiTutorial">?</a><br /> 17 <span style="background:"><font color="">Web Menu</font></span><a href="http://LOCATION/WebMenu">?</a><br /> 17 <span style="background:"><font color="">TWiki Forms</font></span><a href="http://LOCATION/TWikiForms">?</a><br /> 15 <span style="background:"><font color="">TWiki User Authentication</font></span><a href="http://LOCATION/TWikiUserAuthentication">?</a><br /> 14 <span style="background:"><font color="">Wiki Syntax</font></span><a href="http://LOCATION/WikiSyntax">?</a></td> - <td> 16 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a></td> + <td> 231 [[SelectSkin]]<br /> 40 [[WebHome]]<br /> 37 [[TWikiVariables]]<br /> 35 [[TWikiHistory]]<br /> 26 [[TWikiAccessControl]]<br /> 19 [[WelcomeGuest]]<br /> 18 [[TWikiTutorial]]<br /> 17 [[WebMenu]]<br /> 17 [[TWikiForms]]<br /> 15 [[TWikiUserAuthentication]]<br /> 14 [[WikiSyntax]]</td> + <td> 16 [[Main/JoachimNilsson]]</td> </tr> <tr> <td> Sep 2002 </td> <td align="right"> 1230 </td> <td align="right"> 16 </td> <td align="right"> 0 </td> - <td> 151 <span style="background:"><font color="">Select Skin</font></span><a href="http://LOCATION/SelectSkin">?</a><br /> 87 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 42 <span style="background:"><font color="">TWiki Preferences</font></span><a href="http://LOCATION/TWikiPreferences">?</a><br /> 40 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 33 <span style="background:"><font color="">Good Style</font></span><a href="http://LOCATION/GoodStyle">?</a><br /> 30 <span style="background:"><font color="">TWiki Registration</font></span><a href="http://LOCATION/TWikiRegistration">?</a><br /> 24 <span style="background:"><font color="">Managing Webs</font></span><a href="http://LOCATION/ManagingWebs">?</a><br /> 23 <span style="background:"><font color="">TWiki Site</font></span><a href="http://LOCATION/TWikiSite">?</a><br /> 22 <span style="background:"><font color="">Text Formatting FAQ</font></span><a href="http://LOCATION/TextFormattingFAQ">?</a><br /> 20 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 20 <span style="background:"><font color="">Text Formatting Rules</font></span><a href="http://LOCATION/TextFormattingRules">?</a></td> - <td> 11 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 4 <span style="background:"><font color="">Michal Suchanek</font></span><a href="http://LOCATIONMain/MichalSuchanek">?</a><br /> 1 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a></td> + <td> 151 [[SelectSkin]]<br /> 87 [[WebHome]]<br /> 42 [[TWikiPreferences]]<br /> 40 [[WebStatistics]]<br /> 33 [[GoodStyle]]<br /> 30 [[TWikiRegistration]]<br /> 24 [[ManagingWebs]]<br /> 23 [[TWikiSite]]<br /> 22 [[TextFormattingFAQ]]<br /> 20 [[WebPreferences]]<br /> 20 [[TextFormattingRules]]</td> + <td> 11 [[Main/JoachimNilsson]]<br /> 4 [[Main/MichalSuchanek]]<br /> 1 [[Main/GrantBow]]</td> </tr> <tr> <td> Aug 2002 </td> <td align="right"> 1239 </td> <td align="right"> 3 </td> <td align="right"> 0 </td> - <td> 89 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 66 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 55 <span style="background:"><font color="">TWiki Documentation</font></span><a href="http://LOCATION/TWikiDocumentation">?</a><br /> 40 <span style="background:"><font color="">Text Formatting Rules</font></span><a href="http://LOCATION/TextFormattingRules">?</a><br /> 35 <span style="background:"><font color="">TWiki History</font></span><a href="http://LOCATION/TWikiHistory">?</a><br /> 34 <span style="background:"><font color="">TWiki Preferences</font></span><a href="http://LOCATION/TWikiPreferences">?</a><br /> 29 <span style="background:"><font color="">Good Style</font></span><a href="http://LOCATION/GoodStyle">?</a><br /> 25 <span style="background:"><font color="">TWiki Tutorial</font></span><a href="http://LOCATION/TWikiTutorial">?</a><br /> 24 <span style="background:"><font color="">TWiki Registration</font></span><a href="http://LOCATION/TWikiRegistration">?</a><br /> 23 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 19 <span style="background:"><font color="">Text Formatting FAQ</font></span><a href="http://LOCATION/TextFormattingFAQ">?</a></td> - <td> 3 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a></td> + <td> 89 [[WebHome]]<br /> 66 [[WebStatistics]]<br /> 55 [[TWikiDocumentation]]<br /> 40 [[TextFormattingRules]]<br /> 35 [[TWikiHistory]]<br /> 34 [[TWikiPreferences]]<br /> 29 [[GoodStyle]]<br /> 25 [[TWikiTutorial]]<br /> 24 [[TWikiRegistration]]<br /> 23 [[WebPreferences]]<br /> 19 [[TextFormattingFAQ]]</td> + <td> 3 [[Main/JoachimNilsson]]</td> </tr> <tr> <td> Jul 2002 </td> <td align="right"> 1279 </td> <td align="right"> 42 </td> <td align="right"> 0 </td> - <td> 95 <span style="background:"><font color="">Select Skin</font></span><a href="http://LOCATION/SelectSkin">?</a><br /> 54 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 46 <span style="background:"><font color="">TWiki History</font></span><a href="http://LOCATION/TWikiHistory">?</a><br /> 39 <span style="background:"><font color="">TWiki Registration</font></span><a href="http://LOCATION/TWikiRegistration">?</a><br /> 33 <span style="background:"><font color="">Welcome Guest</font></span><a href="http://LOCATION/WelcomeGuest">?</a><br /> 33 <span style="background:"><font color="">Gnu Skin Plugin</font></span><a href="http://LOCATION/GnuSkinPlugin">?</a><br /> 29 <span style="background:"><font color="">Gnu Skin</font></span><a href="http://LOCATION/GnuSkin">?</a><br /> 27 <span style="background:"><font color="">Good Style</font></span><a href="http://LOCATION/GoodStyle">?</a><br /> 26 <span style="background:"><font color="">TWiki Tutorial</font></span><a href="http://LOCATION/TWikiTutorial">?</a><br /> 25 <span style="background:"><font color="">TWiki Preferences</font></span><a href="http://LOCATION/TWikiPreferences">?</a><br /> 24 <span style="background:"><font color="">TWiki FAQ</font></span><a href="http://LOCATION/TWikiFAQ">?</a></td> - <td> 41 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 1 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a></td> + <td> 95 [[SelectSkin]]<br /> 54 [[WebHome]]<br /> 46 [[TWikiHistory]]<br /> 39 [[TWikiRegistration]]<br /> 33 [[WelcomeGuest]]<br /> 33 [[GnuSkinPlugin]]<br /> 29 [[GnuSkin]]<br /> 27 [[GoodStyle]]<br /> 26 [[TWikiTutorial]]<br /> 25 [[TWikiPreferences]]<br /> 24 [[TWikiFAQ]]</td> + <td> 41 [[Main/JoachimNilsson]]<br /> 1 [[Main/TWikiGuest]]</td> </tr> <tr> <td> Jun 2002 </td> <td align="right"> 238 </td> <td align="right"> 28 </td> <td align="right"> 4 </td> - <td> 36 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 23 <span style="background:"><font color="">TWiki Registration</font></span><a href="http://LOCATION/TWikiRegistration">?</a><br /> 21 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 14 <span style="background:"><font color="">Tiger Skin</font></span><a href="http://LOCATION/TigerSkin">?</a><br /> 13 <span style="background:"><font color="">Welcome Guest</font></span><a href="http://LOCATION/WelcomeGuest">?</a><br /> 11 <span style="background:"><font color="">Good Style</font></span><a href="http://LOCATION/GoodStyle">?</a><br /> 8 <span style="background:"><font color="">Gnu Skin</font></span><a href="http://LOCATION/GnuSkin">?</a><br /> 8 <span style="background:"><font color="">Gnu Skin Plugin</font></span><a href="http://LOCATION/GnuSkinPlugin">?</a><br /> 7 <span style="background:"><font color="">Text Formatting Rules</font></span><a href="http://LOCATION/TextFormattingRules">?</a><br /> 6 <span style="background:"><font color="">Wiki Name</font></span><a href="http://LOCATION/WikiName">?</a><br /> 6 <span style="background:"><font color="">Tiger Skin Plugin</font></span><a href="http://LOCATION/TigerSkinPlugin">?</a></td> - <td> 32 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a></td> + <td> 36 [[WebHome]]<br /> 23 [[TWikiRegistration]]<br /> 21 [[WebPreferences]]<br /> 14 [[TigerSkin]]<br /> 13 [[WelcomeGuest]]<br /> 11 [[GoodStyle]]<br /> 8 [[GnuSkin]]<br /> 8 [[GnuSkinPlugin]]<br /> 7 [[TextFormattingRules]]<br /> 6 [[WikiName]]<br /> 6 [[TigerSkinPlugin]]</td> + <td> 32 [[Main/JoachimNilsson]]</td> </tr> <tr> <td> May 2002 </td> <td align="right"> 309 </td> <td align="right"> 13 </td> <td align="right"> 0 </td> - <td> 27 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 26 <span style="background:"><font color="">TWiki Registration</font></span><a href="http://LOCATION/TWikiRegistration">?</a><br /> 25 <span style="background:"><font color="">TWiki Preferences</font></span><a href="http://LOCATION/TWikiPreferences">?</a><br /> 14 <span style="background:"><font color="">Good Style</font></span><a href="http://LOCATION/GoodStyle">?</a><br /> 13 <span style="background:"><font color="">Welcome Guest</font></span><a href="http://LOCATION/WelcomeGuest">?</a><br /> 12 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 12 <span style="background:"><font color="">Text Formatting Rules</font></span><a href="http://LOCATION/TextFormattingRules">?</a><br /> 8 <span style="background:"><font color="">TWiki Variables</font></span><a href="http://LOCATION/TWikiVariables">?</a><br /> 7 <span style="background:"><font color="">TWiki Documentation</font></span><a href="http://LOCATION/TWikiDocumentation">?</a><br /> 6 <span style="background:"><font color="">Comment Plugin</font></span><a href="http://LOCATION/CommentPlugin">?</a><br /> 6 <span style="background:"><font color="">Change Password</font></span><a href="http://LOCATION/ChangePassword">?</a></td> - <td> 7 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 6 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a></td> + <td> 27 [[WebHome]]<br /> 26 [[TWikiRegistration]]<br /> 25 [[TWikiPreferences]]<br /> 14 [[GoodStyle]]<br /> 13 [[WelcomeGuest]]<br /> 12 [[WebSearch]]<br /> 12 [[TextFormattingRules]]<br /> 8 [[TWikiVariables]]<br /> 7 [[TWikiDocumentation]]<br /> 6 [[CommentPlugin]]<br /> 6 [[ChangePassword]]</td> + <td> 7 [[Main/JoachimNilsson]]<br /> 6 [[Main/TWikiGuest]]</td> </tr> </table> diff --git a/TWiki/WebTopicNonWikiTemplate.mdwn b/TWiki/WebTopicNonWikiTemplate.mdwn index 8fbfca1b..8e4f245b 100644 --- a/TWiki/WebTopicNonWikiTemplate.mdwn +++ b/TWiki/WebTopicNonWikiTemplate.mdwn @@ -10,4 +10,4 @@ ### <a name="If_you_intended_to_do_a_full_tex"> If you intended to do a full text search: </a> -> <form action="%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/" name="search"> Use the <a href="WebSearch">Search</a> link on top of this page, or do a simple <br /><input name="search" size="32" type="text" value="%TOPIC%" /> <input type="submit" value="Search" /> <input name="scope" type="hidden" value="text" /> <input name="ignorecase" type="hidden" value="on" /> (More options in <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a>) </form> +> <form action="%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/" name="search"> Use the <a href="WebSearch">Search</a> link on top of this page, or do a simple <br /><input name="search" size="32" type="text" value="%TOPIC%" /> <input type="submit" value="Search" /> <input name="scope" type="hidden" value="text" /> <input name="ignorecase" type="hidden" value="on" /> (More options in [[WebSearch]]) </form> diff --git a/TWiki/WebTopicViewTemplate.mdwn b/TWiki/WebTopicViewTemplate.mdwn index 0fc06eb0..bc21fcfe 100644 --- a/TWiki/WebTopicViewTemplate.mdwn +++ b/TWiki/WebTopicViewTemplate.mdwn @@ -16,4 +16,4 @@ ### <a name="If_you_intend_to_do_a_full_text_"> If you intend to do a full text search: </a> -> <form action="%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/" name="search"> Use the <a href="WebSearch">Search</a> link on top of this page, or do a simple <br /><input name="search" size="32" type="text" value="%TOPIC%" /> <input type="submit" value="Search" /> <input name="scope" type="hidden" value="text" /> <input name="ignorecase" type="hidden" value="on" /> (More options in <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a>) </form> +> <form action="%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/" name="search"> Use the <a href="WebSearch">Search</a> link on top of this page, or do a simple <br /><input name="search" size="32" type="text" value="%TOPIC%" /> <input type="submit" value="Search" /> <input name="scope" type="hidden" value="text" /> <input name="ignorecase" type="hidden" value="on" /> (More options in [[WebSearch]]) </form> diff --git a/TWiki/WikiNotation/XF86Config b/TWiki/WikiNotation/XF86Config new file mode 100644 index 00000000..08a241df --- /dev/null +++ b/TWiki/WikiNotation/XF86Config @@ -0,0 +1,469 @@ +# File generated by xf86config. + +# +# Copyright (c) 1999 by The XFree86 Project, Inc. +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# the rights to use, copy, modify, merge, publish, distribute, sublicense, +# and/or sell copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF +# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. +# +# Except as contained in this notice, the name of the XFree86 Project shall +# not be used in advertising or otherwise to promote the sale, use or other +# dealings in this Software without prior written authorization from the +# XFree86 Project. +# + +# ********************************************************************** +# Refer to the XF86Config(4/5) man page for details about the format of +# this file. +# ********************************************************************** + +# ********************************************************************** +# Module section -- this section is used to specify +# which dynamically loadable modules to load. +# ********************************************************************** +# +Section "Module" + +# This loads the DBE extension module. + + Load "dbe" # Double buffer extension + +# This loads the miscellaneous extensions module, and disables +# initialisation of the XFree86-DGA extension within that module. + SubSection "extmod" + Option "omit xfree86-dga" # don't initialise the DGA extension + EndSubSection + +# This loads the Type1 and FreeType font modules + Load "type1" + Load "speedo" +# Load "freetype" +# Load "xtt" + +# This loads the GLX module + Load "glx" +# This loads the DRI module +# Load "dri" + +EndSection + +# ********************************************************************** +# Files section. This allows default font and rgb paths to be set +# ********************************************************************** + +Section "Files" + +# The location of the RGB database. Note, this is the name of the +# file minus the extension (like ".txt" or ".db"). There is normally +# no need to change the default. + + RgbPath "/usr/X11R6/lib/X11/rgb" + +# Multiple FontPath entries are allowed (which are concatenated together), +# as well as specifying multiple comma-separated entries in one FontPath +# command (or a combination of both methods) +# +# If you don't have a floating point coprocessor and emacs, Mosaic or other +# programs take long to start up, try moving the Type1 and Speedo directory +# to the end of this list (or comment them out). +# + +# FontPath "/usr/X11R6/lib/X11/fonts/TTF/" + FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/" + FontPath "/usr/X11R6/lib/X11/fonts/local/" + FontPath "/usr/X11R6/lib/X11/fonts/misc/" + FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" + FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" + FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" + FontPath "/usr/X11R6/lib/X11/fonts/Type1/" +# FontPath "/usr/X11R6/lib/X11/fonts/TrueType/" +# FontPath "/usr/X11R6/lib/X11/fonts/freefont/" + FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" + FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" + +# The module search path. The default path is shown here. + +# ModulePath "/usr/X11R6/lib/modules" + +EndSection + +# ********************************************************************** +# Server flags section. +# ********************************************************************** + +Section "ServerFlags" + +# Uncomment this to cause a core dump at the spot where a signal is +# received. This may leave the console in an unusable state, but may +# provide a better stack trace in the core dump to aid in debugging + +# Option "NoTrapSignals" + +# Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence +# (where n is 1 through 12). This allows clients to receive these key +# events. + +# Option "DontVTSwitch" + +# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence +# This allows clients to receive this key event. + +# Option "DontZap" + +# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching +# sequences. This allows clients to receive these key events. + +# Option "Dont Zoom" + +# Uncomment this to disable tuning with the xvidtune client. With +# it the client can still run and fetch card and monitor attributes, +# but it will not be allowed to change them. If it tries it will +# receive a protocol error. + +# Option "DisableVidModeExtension" + +# Uncomment this to enable the use of a non-local xvidtune client. + +# Option "AllowNonLocalXvidtune" + +# Uncomment this to disable dynamically modifying the input device +# (mouse and keyboard) settings. + +# Option "DisableModInDev" + +# Uncomment this to enable the use of a non-local client to +# change the keyboard or mouse settings (currently only xset). + +# Option "AllowNonLocalModInDev" + +EndSection + +# ********************************************************************** +# Input devices +# ********************************************************************** + +# ********************************************************************** +# Core keyboard's InputDevice section +# ********************************************************************** + +Section "InputDevice" + + Identifier "Keyboard1" + Driver "Keyboard" + Option "AutoRepeat" "500 30" + Option "XkbRules" "xfree86" + Option "XkbModel" "pc105" + Option "XkbLayout" "us,ru(winkeys)" + Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll" + +# For most OSs the protocol can be omitted (it defaults to "Standard"). +# When using XQUEUE (only for SVR3 and SVR4, but not Solaris), +# uncomment the following line. + +# Option "Protocol" "Xqueue" + +# Option "AutoRepeat" "500 30" + +# Specify which keyboard LEDs can be user-controlled (eg, with xset(1)) +# Option "Xleds" "1 2 3" + +# Option "LeftAlt" "Meta" +# Option "RightAlt" "ModeShift" + +# To customise the XKB settings to suit your keyboard, modify the +# lines below (which are the defaults). For example, for a non-U.S. +# keyboard, you will probably want to use: +# Option "XkbModel" "pc102" +# If you have a US Microsoft Natural keyboard, you can use: +# Option "XkbModel" "microsoft" +# +# Then to change the language, change the Layout setting. +# For example, a german layout can be obtained with: +# Option "XkbLayout" "de" +# or: +# Option "XkbLayout" "de" +# Option "XkbVariant" "nodeadkeys" +# +# If you'd like to switch the positions of your capslock and +# control keys, use: +# Option "XkbOptions" "ctrl:swapcaps" + +# These are the default XKB settings for XFree86 +# Option "XkbRules" "xfree86" +# Option "XkbModel" "pc101" +# Option "XkbLayout" "us" +# Option "XkbVariant" "" +# Option "XkbOptions" "" + +# Option "XkbDisable" + +# Option "XkbRules" "xfree86" +# Option "XkbModel" "pc101" +# Option "XkbLayout" "us" + +EndSection + + +# ********************************************************************** +# Core Pointer's InputDevice section +# ********************************************************************** + +Section "InputDevice" + +# Identifier and driver + + Identifier "Mouse1" + Driver "mouse" + Option "ZAxisMapping" "4 5" + Option "Protocol" "IMPS/2" + Option "Device" "/dev/psaux" + +# Mouse-speed setting for PS/2 mouse. + +# Option "Resolution" "256" + +# When using XQUEUE, comment out the above two lines, and uncomment +# the following line. + +# Option "Protocol" "Xqueue" + +# Baudrate and SampleRate are only for some Logitech mice. In +# almost every case these lines should be omitted. + +# Option "BaudRate" "9600" +# Option "SampleRate" "150" + +# Emulate3Buttons is an option for 2-button Microsoft mice +# Emulate3Timeout is the timeout in milliseconds (default is 50ms) + +# Option "Emulate3Buttons" +# Option "Emulate3Timeout" "50" + +# ChordMiddle is an option for some 3-button Logitech mice + +# Option "ChordMiddle" + +EndSection + + +# ********************************************************************** +# Other input device sections +# this is optional and is required only if you +# are using extended input devices. This is for example only. Refer +# to the XF86Config man page for a description of the options. +# ********************************************************************** +# +# Section "InputDevice" +# Identifier "Mouse2" +# Driver "mouse" +# Option "Protocol" "MouseMan" +# Option "Device" "/dev/mouse2" +# EndSection +# +# Section "InputDevice" +# Identifier "spaceball" +# Driver "magellan" +# Option "Device" "/dev/cua0" +# EndSection +# +# Section "InputDevice" +# Identifier "spaceball2" +# Driver "spaceorb" +# Option "Device" "/dev/cua0" +# EndSection +# +# Section "InputDevice" +# Identifier "touchscreen0" +# Driver "microtouch" +# Option "Device" "/dev/ttyS0" +# Option "MinX" "1412" +# Option "MaxX" "15184" +# Option "MinY" "15372" +# Option "MaxY" "1230" +# Option "ScreenNumber" "0" +# Option "ReportingMode" "Scaled" +# Option "ButtonNumber" "1" +# Option "SendCoreEvents" +# EndSection +# +# Section "InputDevice" +# Identifier "touchscreen1" +# Driver "elo2300" +# Option "Device" "/dev/ttyS0" +# Option "MinX" "231" +# Option "MaxX" "3868" +# Option "MinY" "3858" +# Option "MaxY" "272" +# Option "ScreenNumber" "0" +# Option "ReportingMode" "Scaled" +# Option "ButtonThreshold" "17" +# Option "ButtonNumber" "1" +# Option "SendCoreEvents" +# EndSection + +# ********************************************************************** +# Monitor section +# ********************************************************************** + +# Any number of monitor sections may be present + +Section "Monitor" + + Identifier "My Monitor" + +# HorizSync is in kHz unless units are specified. +# HorizSync may be a comma separated list of discrete values, or a +# comma separated list of ranges of values. +# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S +# USER MANUAL FOR THE CORRECT NUMBERS. + +# HorizSync 31.5, 35.15, 35.5 + + HorizSync 30-64 # multisync +# HorizSync 31.5, 35.2 # multiple fixed sync frequencies +# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies + +# VertRefresh is in Hz unless units are specified. +# VertRefresh may be a comma separated list of discrete values, or a +# comma separated list of ranges of values. +# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S +# USER MANUAL FOR THE CORRECT NUMBERS. + + VertRefresh 50-70 + +EndSection + + +# ********************************************************************** +# Graphics device section +# ********************************************************************** + +# Any number of graphics device sections may be present + +# Standard VGA Device: + +Section "Device" + Identifier "Standard VGA" + VendorName "Unknown" + BoardName "Unknown" + +# The chipset line is optional in most cases. It can be used to override +# the driver's chipset detection, and should not normally be specified. + +# Chipset "generic" + +# The Driver line must be present. When using run-time loadable driver +# modules, this line instructs the server to load the specified driver +# module. Even when not using loadable driver modules, this line +# indicates which driver should interpret the information in this section. + + Driver "vga" +# The BusID line is used to specify which of possibly multiple devices +# this section is intended for. When this line isn't present, a device +# section can only match up with the primary video device. For PCI +# devices a line like the following could be used. This line should not +# normally be included unless there is more than one video device +# intalled. + +# BusID "PCI:0:10:0" + +# VideoRam 256 + +# Clocks 25.2 28.3 + +EndSection + +# Device configured by xf86config: + +Section "Device" + Identifier "RIVA TNT" + Driver "nvidia" + #VideoRam 131072 + # Insert Clocks lines here if appropriate +EndSection + + +# ********************************************************************** +# Screen sections +# ********************************************************************** + +# Any number of screen sections may be present. Each describes +# the configuration of a single screen. A single specific screen section +# may be specified from the X server command line with the "-screen" +# option. +Section "Screen" + Identifier "Screen 1" + Device "RIVA TNT" + Monitor "My Monitor" + DefaultDepth 24 + + Subsection "Display" + Depth 8 + Modes "1280x1024" "1024x768" "800x600" "640x480" + ViewPort 0 0 + EndSubsection + Subsection "Display" + Depth 16 + Modes "1280x1024" "1024x768" "800x600" "640x480" + ViewPort 0 0 + EndSubsection + Subsection "Display" + Depth 24 + Modes "1024x768" + ViewPort 0 0 + EndSubsection +EndSection + +# ********************************************************************** +# ServerLayout sections. +# ********************************************************************** + +# Any number of ServerLayout sections may be present. Each describes +# the way multiple screens are organised. A specific ServerLayout +# section may be specified from the X server command line with the +# "-layout" option. In the absence of this, the first section is used. +# When now ServerLayout section is present, the first Screen section +# is used alone. + +Section "ServerLayout" + +# The Identifier line must be present + Identifier "Simple Layout" + +# Each Screen line specifies a Screen section name, and optionally +# the relative position of other screens. The four names after +# primary screen name are the screens to the top, bottom, left and right +# of the primary screen. In this example, screen 2 is located to the +# right of screen 1. + + Screen "Screen 1" + +# Each InputDevice line specifies an InputDevice section name and +# optionally some options to specify the way the device is to be +# used. Those options include "CorePointer", "CoreKeyboard" and +# "SendCoreEvents". + + InputDevice "Mouse1" "CorePointer" + InputDevice "Keyboard1" "CoreKeyboard" + +EndSection + +# Section "DRI" +# Mode 0666 +# EndSection + diff --git a/Test/OskitMachTest/gnumach2-configure-patch1.diff b/Test/OskitMachTest/gnumach2-configure-patch1.diff new file mode 100644 index 00000000..cb8472ad --- /dev/null +++ b/Test/OskitMachTest/gnumach2-configure-patch1.diff @@ -0,0 +1,79 @@ +Index: configure.in +=================================================================== +RCS file: /cvsroot/hurd/gnumach/configure.in,v +retrieving revision 1.17 +diff -u -r1.17 configure.in +--- configure.in 6 Mar 2003 03:57:01 -0000 1.17 ++++ configure.in 21 Jun 2003 17:04:36 -0000 +@@ -61,6 +61,34 @@ + [test "x$enableval" = xno || + AC_DEFINE(FPE, 1, [Enable software FPU emulator for machines with no FPU.])]) + ++# Sometimes people don't use traditional places to put the OSKit in. ++# To still be nice we give these people a way of telling us where ++# they have put it. ++AC_ARG_WITH(oskit-includes, ++[ --with-oskit-includes Specify location of oskit headers],[ ++CFLAGS="$CFLAGS -I$withval" ++CPPFLAGS="$CPPFLAGS -I$withval" ++ASFLGAS="$ASFLAGS -I$withval" ++]) ++ ++# These two will overwrite any previous setting of OSKIT_LIBDIR, ++# but since the user has told us to do so we obey. ++AC_ARG_WITH(oskit-libs, ++[ --with-oskit-libs Specify location of oskit libs],[ ++LDFLAGS="$LDFLAGS -L$withval" ++OSKIT_LIBDIR="$withval/oskit" ++]) ++ ++AC_ARG_WITH(oskit, ++[ --with-oskit Specify prefix for oskit files],[ ++CFLAGS="$CFLAGS -I$withval/include" ++CPPFLAGS="$CPPFLAGS -I$withval/include" ++ASFLAGS="$ASFLAGS -I$withval/include" ++LDFLAGS="$LDFALGS -I$withval/lib" ++OSKIT_LIBDIR="$withval/lib/oskit" ++]) ++AC_SUBST(ASFLAGS) ++ + # + # Programs + # +@@ -76,8 +104,20 @@ + + AC_CHECK_PROG(MBCHK, mbchk, mbchk, :) + ++# Check for Flux Group's OSKit ++# If not in standard paths to CC the user needs to ++# supply a --with-oskit* or we need to evaluate the ++# OSKIT_LIBDIR variable *before* we check for the ++# correct version below. ++AC_CHECK_HEADERS(oskit/version.h,, ++ [AC_MSG_ERROR([cannot find oskit/version.h, where are the OSKit includes?])]) ++ + # Check oskit version. +-NEEDED_OSKIT_VERSION=19991121 ++# 19991121 was the old version we relied on, but since ++# the addition of softirqs to both the OSKit, in version ++# 20010214, and handling therof by Daniel Wagner in ++# GNU Mach, we now rely on 20010214. ++NEEDED_OSKIT_VERSION=20010214 + AC_REQUIRE_CPP() + AC_MSG_CHECKING([for oskit version >= ${NEEDED_OSKIT_VERSION}]) + AC_CACHE_VAL(gnumach_cv_oskit_version_${NEEDED_OSKIT_VERSION}, [ +Index: Makefile.in +=================================================================== +RCS file: /cvsroot/hurd/gnumach/Makefile.in,v +retrieving revision 1.38 +diff -u -r1.38 Makefile.in +--- Makefile.in 6 Mar 2003 04:06:25 -0000 1.38 ++++ Makefile.in 21 Jun 2003 17:04:36 -0000 +@@ -47,6 +47,7 @@ + + CFLAGS = @CFLAGS@ + LDFLAGS = @LDFLAGS@ ++ASFLAGS = @ASFLAGS@ + SMP_LIBS = @SMP_LIBS@ + + all: diff --git a/Test/SpanishNews.mdwn b/Test/SpanishNews.mdwn index cf8e9ad4..e280a576 100644 --- a/Test/SpanishNews.mdwn +++ b/Test/SpanishNews.mdwn @@ -36,7 +36,7 @@ Puedes enviarnos un e-mail a la direcci�n: <dl> <dt> Versi�n Espa�ola</dt> - <dd><span style="background:"><font color="">Carlos M</font></span><a href="http://LOCATIONMain/CarlosM">?</a> -- Carlos Mestre Gonz�lez </dd> + <dd>[[Main/CarlosM]] -- Carlos Mestre Gonz�lez </dd> <dt> English Version</dt> <dd><em>VACANT</em></dd> </dl> diff --git a/Test/SubmitNewsTopic.mdwn b/Test/SubmitNewsTopic.mdwn index f015854b..796254b2 100644 --- a/Test/SubmitNewsTopic.mdwn +++ b/Test/SubmitNewsTopic.mdwn @@ -31,7 +31,7 @@ You can send a news to the editors (see down). Is prefer if you follow the rules <dl> <dt> Versi�n Espa�ola</dt> - <dd><span style="background:"><font color="">Carlos M</font></span><a href="http://LOCATIONMain/CarlosM">?</a> -- Carlos Mestre Gonz�lez </dd> + <dd>[[Main/CarlosM]] -- Carlos Mestre Gonz�lez </dd> <dt> English Version</dt> <dd><em>VACANT</em></dd> </dl> diff --git a/Test/WebHome.mdwn b/Test/WebHome.mdwn index 897f0822..afef1cff 100644 --- a/Test/WebHome.mdwn +++ b/Test/WebHome.mdwn @@ -23,14 +23,14 @@ Everybody is welcome to add or delete some stuff. It is recommended to walk thro <form action="%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/"> <ul> - <li><span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a>: Full text search of the %WIKITOOLNAME%.%WEB% web. </li> - <li><input name="search" size="32" type="text" /> <input type="submit" value="Search" /> (More options in <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a>) </li> - <li><span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a>: Find out recent modifications to the %WIKITOOLNAME%.%WEB% web. </li> - <li><span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a>: Display all %WIKITOOLNAME%.%WEB% topics in alphabetical order. See also the faster <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a></li> + <li>[[WebSearch]]: Full text search of the %WIKITOOLNAME%.%WEB% web. </li> + <li><input name="search" size="32" type="text" /> <input type="submit" value="Search" /> (More options in [[WebSearch]]) </li> + <li>[[WebChanges]]: Find out recent modifications to the %WIKITOOLNAME%.%WEB% web. </li> + <li>[[WebIndex]]: Display all %WIKITOOLNAME%.%WEB% topics in alphabetical order. See also the faster [[WebTopicList]]</li> <li> %NOTIFYTOPIC%: Subscribe to be automatically notified when something changes in the %WIKITOOLNAME%.%WEB% web. </li> <li> %STATISTICSTOPIC%: View access statistics of the %WIKITOOLNAME%.%WEB% web. </li> <li> %WEBPREFSTOPIC%: Preferences of the %WIKITOOLNAME%.%WEB% web. </li> - <li> The <span style="background:"><font color="">Web Menu</font></span><a href="http://LOCATION/WebMenu">?</a> topic alters any skin specific menus. </li> + <li> The [[WebMenu]] topic alters any skin specific menus. </li> </ul> </form> diff --git a/Test/WebHome/Hurd__Linux_in_Bochs_On_XP.jpg b/Test/WebHome/Hurd__Linux_in_Bochs_On_XP.jpg Binary files differnew file mode 100644 index 00000000..4eb31fc0 --- /dev/null +++ b/Test/WebHome/Hurd__Linux_in_Bochs_On_XP.jpg diff --git a/Test/WebStatistics.mdwn b/Test/WebStatistics.mdwn index 3fb94b14..94ee3ce3 100644 --- a/Test/WebStatistics.mdwn +++ b/Test/WebStatistics.mdwn @@ -28,7 +28,7 @@ <td align="right"> 15 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 4 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 2 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 1 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a><br /> 1 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 1 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 1 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 1 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 1 <span style="background:"><font color="">Web Menu</font></span><a href="http://LOCATION/WebMenu">?</a><br /> 1 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 1 <span style="background:"><font color="">Joachim Nilsson Test Page</font></span><a href="http://LOCATION/JoachimNilssonTestPage">?</a><br /> 1 <span style="background:"><font color="">1000</font></span><a href="http://LOCATION/1000">?</a></td> + <td> 4 [[WebHome]]<br /> 2 [[WebChanges]]<br /> 1 [[WebTopicList]]<br /> 1 [[WebStatistics]]<br /> 1 [[WebSearch]]<br /> 1 [[WebPreferences]]<br /> 1 [[WebNotify]]<br /> 1 [[WebMenu]]<br /> 1 [[WebIndex]]<br /> 1 [[JoachimNilssonTestPage]]<br /> 1 [[1000]]</td> <td> </td> </tr> <tr> @@ -36,7 +36,7 @@ <td align="right"> 80 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 29 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 14 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 9 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 6 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 5 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 4 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 3 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a><br /> 3 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 3 <span style="background:"><font color="">Web Menu</font></span><a href="http://LOCATION/WebMenu">?</a><br /> 3 <span style="background:"><font color="">Joachim Nilsson Test Page</font></span><a href="http://LOCATION/JoachimNilssonTestPage">?</a><br /> 1 <span style="background:"><font color="">1000</font></span><a href="http://LOCATION/1000">?</a></td> + <td> 29 [[WebHome]]<br /> 14 [[WebSearch]]<br /> 9 [[WebChanges]]<br /> 6 [[WebIndex]]<br /> 5 [[WebNotify]]<br /> 4 [[WebStatistics]]<br /> 3 [[WebTopicList]]<br /> 3 [[WebPreferences]]<br /> 3 [[WebMenu]]<br /> 3 [[JoachimNilssonTestPage]]<br /> 1 [[1000]]</td> <td> </td> </tr> <tr> @@ -44,7 +44,7 @@ <td align="right"> 138 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 41 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 22 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 18 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 14 <span style="background:"><font color="">Joachim Nilsson Test Page</font></span><a href="http://LOCATION/JoachimNilssonTestPage">?</a><br /> 10 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 10 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 7 <span style="background:"><font color="">Web Menu</font></span><a href="http://LOCATION/WebMenu">?</a><br /> 6 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 6 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 4 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a></td> + <td> 41 [[WebHome]]<br /> 22 [[WebChanges]]<br /> 18 [[WebSearch]]<br /> 14 [[JoachimNilssonTestPage]]<br /> 10 [[WebStatistics]]<br /> 10 [[WebNotify]]<br /> 7 [[WebMenu]]<br /> 6 [[WebPreferences]]<br /> 6 [[WebIndex]]<br /> 4 [[WebTopicList]]</td> <td> </td> </tr> <tr> @@ -52,16 +52,16 @@ <td align="right"> 180 </td> <td align="right"> 10 </td> <td align="right"> 0 </td> - <td> 153 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 10 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 9 <span style="background:"><font color="">Joachim Nilsson Test Page</font></span><a href="http://LOCATION/JoachimNilssonTestPage">?</a><br /> 3 <span style="background:"><font color="">Web Menu</font></span><a href="http://LOCATION/WebMenu">?</a><br /> 2 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 1 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 1 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 1 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a></td> - <td> 9 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 1 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a></td> + <td> 153 [[WebHome]]<br /> 10 [[WebPreferences]]<br /> 9 [[JoachimNilssonTestPage]]<br /> 3 [[WebMenu]]<br /> 2 [[WebChanges]]<br /> 1 [[WebStatistics]]<br /> 1 [[WebSearch]]<br /> 1 [[WebIndex]]</td> + <td> 9 [[Main/JoachimNilsson]]<br /> 1 [[Main/TWikiGuest]]</td> </tr> <tr> <td> May 2002 </td> <td align="right"> 60 </td> <td align="right"> 10 </td> <td align="right"> 0 </td> - <td> 30 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 8 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 8 <span style="background:"><font color="">Joachim Nilsson Test Page</font></span><a href="http://LOCATION/JoachimNilssonTestPage">?</a><br /> 3 <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a><br /> 3 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 2 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 1 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a><br /> 1 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 1 <span style="background:"><font color="">Web Menu</font></span><a href="http://LOCATION/WebMenu">?</a><br /> 1 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a><br /> 1 <span style="background:"><font color="">Test Topic 8</font></span><a href="http://LOCATION/TestTopic8">?</a></td> - <td> 9 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 1 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a></td> + <td> 30 [[WebHome]]<br /> 8 [[WebPreferences]]<br /> 8 [[JoachimNilssonTestPage]]<br /> 3 [[WebSearch]]<br /> 3 [[WebNotify]]<br /> 2 [[WebChanges]]<br /> 1 [[WebTopicList]]<br /> 1 [[WebStatistics]]<br /> 1 [[WebMenu]]<br /> 1 [[WebIndex]]<br /> 1 [[TestTopic8]]</td> + <td> 9 [[Main/JoachimNilsson]]<br /> 1 [[Main/TWikiGuest]]</td> </tr> </table> diff --git a/Trash/TestWebMenu/lmf09_1999.jpg b/Trash/TestWebMenu/lmf09_1999.jpg Binary files differnew file mode 100644 index 00000000..85332658 --- /dev/null +++ b/Trash/TestWebMenu/lmf09_1999.jpg diff --git a/Trash/WebHome.mdwn b/Trash/WebHome.mdwn index e26f236a..aa2c82bb 100644 --- a/Trash/WebHome.mdwn +++ b/Trash/WebHome.mdwn @@ -4,9 +4,9 @@ This is the **%WIKITOOLNAME%.%WEB%** web. Here you can undelete topics. <form action="%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/SearchResult"> <ul> - <li><input name="search" size="32" type="text" /> <input type="submit" value="Search" /> (More options in <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a>) </li> - <li><span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a>: Find out recent modifications to the %WIKITOOLNAME%.%WEB% web. </li> - <li><span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a>: Display all %WIKITOOLNAME%.%WEB% topics in alphabetical order. See also the faster <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a></li> + <li><input name="search" size="32" type="text" /> <input type="submit" value="Search" /> (More options in [[WebSearch]]) </li> + <li>[[WebChanges]]: Find out recent modifications to the %WIKITOOLNAME%.%WEB% web. </li> + <li>[[WebIndex]]: Display all %WIKITOOLNAME%.%WEB% topics in alphabetical order. See also the faster [[WebTopicList]]</li> <li> %NOTIFYTOPIC%: Subscribe to be automatically notified when something changes in the %WIKITOOLNAME%.%WEB% web. </li> <li> %STATISTICSTOPIC%: View access statistics of the %WIKITOOLNAME%.%WEB% web. </li> <li> %WEBPREFSTOPIC%: Preferences of the %WIKITOOLNAME%.%WEB% web. </li> diff --git a/_default/WebHome.mdwn b/_default/WebHome.mdwn index efe8e35d..a7f98473 100644 --- a/_default/WebHome.mdwn +++ b/_default/WebHome.mdwn @@ -7,9 +7,9 @@ Welcome to the home of **%WIKITOOLNAME%.%WEB%**. This is a web-based collaborati <form action="%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/SearchResult"> <ul> - <li><input name="search" size="32" type="text" /> <input type="submit" value="Search" /> (More options in <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a>) </li> - <li><span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a>: Find out recent modifications to the %WIKITOOLNAME%.%WEB% web. </li> - <li><span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a>: Display all %WIKITOOLNAME%.%WEB% topics in alphabetical order. See also the faster <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a></li> + <li><input name="search" size="32" type="text" /> <input type="submit" value="Search" /> (More options in [[WebSearch]]) </li> + <li>[[WebChanges]]: Find out recent modifications to the %WIKITOOLNAME%.%WEB% web. </li> + <li>[[WebIndex]]: Display all %WIKITOOLNAME%.%WEB% topics in alphabetical order. See also the faster [[WebTopicList]]</li> <li> %NOTIFYTOPIC%: Subscribe to be automatically notified when something changes in the %WIKITOOLNAME%.%WEB% web. </li> <li> %STATISTICSTOPIC%: View access statistics of the %WIKITOOLNAME%.%WEB% web. </li> <li> %WEBPREFSTOPIC%: Preferences of the %WIKITOOLNAME%.%WEB% web. </li> diff --git a/favicon.ico b/favicon.ico Binary files differnew file mode 100644 index 00000000..dd8c5cd2 --- /dev/null +++ b/favicon.ico diff --git a/index.mdwn b/index.mdwn new file mode 100644 index 00000000..8316a6aa --- /dev/null +++ b/index.mdwn @@ -0,0 +1,199 @@ +Welcome to the **new** [GNU Hurd](http://hurd.gnu.org/) wiki! + +There a huge bunch of unpolished stuff on here, please help to tidy things up. + + +Also these are not yet the latest revisions of the old wiki's pages, but +those from Friday 2007-04-13. I'll work on integrating the missing bits. +This should happen this week -- [[Main/JoachimNilsson]] promised to send me the missing bits until Friday. + + +See [[HowToContributeToThisWiki]] for advice about -- well, you guessed it +already. + +---- + +All wikis are supposed to have a [[SandBox]], so this one does too. + +---- + +What follows is a rough, mostly unedited copy of the original page being served +from <http://hurd.gnufans.org/>, the 2007-08-07 version. + +---- + +<TABLE width="100%" border="0" cellspacing="5" cellpadding="15"> +<TR> +<TD COLSPAN="2"> +<IMG SRC="http://hurd.gnufans.org/pub/Main/WebPreferences/logo.jpg" ALT="[] Hurd -Wiki"> +</TD> +</TR> +<TR> +<TD ALIGN="LEFT" VALIGN="TOP" BGCOLOR="#cccccc"> + +**[[Hurd|Hurd/WebHome]]** + +**[[Distrib|Distrib/WebHome]]** + +**[[Mach|Mach/WebHome]]** + +**[[GNU|GNU/WebHome]]** + +**[[Mig|Mig/WebHome]]** + +**[[Hurd_User_Groups|Hug/WebHome]]** + +**[[Main|Main/WebHome]]** + +**[[TWiki|TWiki/WebHome]]** + +<!-- +<a href="/bin/view/TWiki/WelcomeGuest">Welcome</a><br> +<a href="/bin/view/TWiki/TWikiRegistration">Register</a><br> +<a href="/bin/view/TWiki/ "> </a><br> +<a href="/bin/view/TWiki/WebIndex">Index</a><br> +<a href="/bin/view/TWiki/WebSearch">Search</a><br> +<a href="/bin/view/TWiki/WebStatistics">Statistics</a><br> +<a href="/bin/view/TWiki/WebChanges">ChangeLog</a><br> + </ul></ul> +<p><a href="/bin/view/Test/WebHome"><strong>Sandbox</strong></a><br> +</ul></ul> +<p /> +--> + +</TD> +<TD ALIGN="LEFT" VALIGN="TOP"> +<HR> + + +<h2><a name ="Welcome_to_http_hurd_gnufans_org"> </a> Welcome +<!-- +to <a href="http://hurd.gnufans.org" target="_top">http://hurd.gnufans.org</a> +--> +! </h2> +<p /> +Sporadic efforts by numerous individuals have been made to keep the information on this site current. The hope that the primary development team would make this a canonical source has not been fulfilled. While some of the information and links here are still valid, unfortunately much is not. +<p /> +This site focuses on providing a user-centric & update-able (hopefully the most current) information possible regarding the status and development of the GNU project's GNU operating system. There are many areas to comment on the core component (the Hurd) and other very closely related but distinct projects. This is an all volunteer effort intended to supplement the <a href="http://hurd.gnu.org" target="_top">official Hurd site</a>. If you see an error <strong>please</strong> fix it! It is a collaboration effort powered by TWiki software installed in May, 2002. +<p /> +<p /> +<ul> +<li> <a href="Main/HurdGnuFansOrg#I_want_to_install_the_Hurd_on_my">I want to install the Hurd on my system. Where do I start?</a> +</li> +<li> <a href="Main/HurdGnuFansOrg#What_specifically_is_the_Hurd_">What specifically is the Hurd?</a> +</li> +<li> <a href="Main/HurdGnuFansOrg#What_s_the_current_status_of_the">What's the current status of the Hurd?</a> +</li> +<li> <a href="Main/HurdGnuFansOrg#Can_I_add_some_information_to_th">Can I add some information to the pages here?</a> +</li> +<li> <a href="Main/HurdGnuFansOrg#How_is_this_site_arranged_">How is this site arranged?</a> +</li> +</ul> +<p /> +<h2><a name ="I_want_to_install_the_Hurd_on_my"> I want to install the Hurd on my system. Where do I start? </a></h2> +<p /> +You must use the Grub Boot Loader (not Lilo) to boot a Debian GNU/Hurd system. A total of two gigabytes of unpartitioned disk space is more than enough for an installation. The best installation information is <a href="http://www.debian.org/ports/hurd/hurd-install" target="_top">available here</a>. There are also a couple different Hurd <a href="Hurd/FrequentlyAskedQuestions">FAQs</a>, a freenode.net IRC <a href="Hurd/HurdIRC">channel</a> and several different <a href="Hurd/MailLists">mail lists</a> with searchable archives. Please make an attempt to answer your own questions first using archives, this site or drop by the IRC channel (if someone is online that can answer your question). Any possible coding time (resources) available to the core developers can then be spent working on the tough <a href="Hurd/KnownHurdLimits">problems remaining</a> with the architecture. <img alt="smile" src="http://hurd.gnufans.org/pub/TWiki/SmiliesPlugin/smile.gif" /> +<p /> +<div align="right"> +<a href="Hurd/WebHome">More Info</a> +</div> +<p /> +<h2><a name ="What_specifically_is_the_Hurd_"> What specifically is the Hurd? </a></h2> +<p /> +The <a href="Hurd/WebHome">Hurd</a> is the GNU replacement for UNIX and Linux "kernels." It is a collection of servers that run on top of the <a href="Mach/WebHome">GNU Mach</a> microkernel to implement file systems, network protocols, file access control, and other features that are today implemented by the Unix, Linux or other kernels. All operating systems (including MS Windows and Apple Mac) perform these functions. +<p /> +The word "Hurd" is commonly used to refer to one of the following: +<ul> +<li> the Hurd software that runs on top of a microkernel (most precisely) +</li> +<li> a machine running the <a href="Distrib/WebHome">Debian GNU/Hurd distribution</a> +</li> +<li> <a href="http://hurd.gnu.org" target="_top">GNU Hurd project</a> including related dependent projects +</li> +<li> HIRD of UNIX Replacing Daemons (arguably) +<ul> +<li> HIRD is an acronym for HURD Interfaces Representing Depth (arguably) +</li> +</ul> +</li> +</ul> +<p /> +The <a href="Hurd/WebHome">Hurd</a> supplies the last piece needed for a complete <a href="GNU/WebHome">GNU</a> operating system as originally conceived by Richard M Stallman (RMS) in 1983. The GNU vision directly drove the creation and has guided the evolution of the Free Software Foundation (<a href="http://www.fsf.org" target="_top">FSF</a>), the organization that is the home of the entire <a href="http://www.gnu.org/gnu/" target="_top">GNU project</a>. +<p /> +<div align="right"> +<a href="Hurd/HurdNames">More info</a> +</div> +<p /> +<h2><a name ="What_s_the_current_status_of_the"> What's the current status of the Hurd? </a></h2> +<p /> +An "official 1.0 release" has been a dream since 1983. Project resources are scarce. A precise time estimate is not possible. The project welcomes assistance you can provide. Porting & development expertise is still badly needed in several key areas such as the DHCP & PPP clients. See the More info link to the right for additional information. +<p /> +Even most of the core developers do not use a Debian GNU/Hurd system as their primary day to day operating system yet. Functional systems are installable with some functionality in a dual-boot configuration. Development systems are currently based on the Debian GNU/Hurd port (<a href="Distrib/WebHome">Distrib</a>) sponsored by the <a href="http://www.debian.org" target="_top">Debian project</a> & Debian's non-profit legal entity <a href="http://www.spi-inc.org/" target="_top">SPI</a>. +<p /> +Community resources for related projects focus around the official website <a href="http://hurd.gnu.org" target="_top">http://hurd.gnu.org</a>, this site at <a href="http://hurd.gnufans.org" target="_top">http://hurd.gnufans.org</a>, the <a href="Hurd/MailLists">Mail Lists</a> and the <a href="Hurd/HurdIRC">Hurd IRC</a> channel. +<p /> +<div align="right"> +<a href="Hurd/GNUHurdStatus">More info</a> +</div> +<p /> +<h2><a name ="Can_I_add_some_information_to_th"> Can I add some information to the pages here? </a></h2> +<p /> +Yes, this is encouraged! If you are not familiar with the TWiki collaboration tool (a Wiki type software implementation) and would like to contribute some content to the site, please visit <a href="TWiki/WelcomeGuest">Welcome Guest</a>. Every page on the site is editable. Feel free to join in, but we do have some simple requests. +<p /> +In an ideal Wiki, everyone is equal and shares equal rights, liberties, responsibilities and common sense. Please respect the guidelines described in the <a href="TWiki/GoodStyle">Good Style</a> topic and please try to match the "tone" of your topics and edits with the existing topics. If we all pull in the same direction the site will be more useful for everyone, especially for our own use. No account is necessary for <strong>browsing</strong>. <em>We prefer that you create your own <a href="Main/TWikiUsers">user account</a> (free, relatively painless process) using the <a href="TWiki/TWikiRegistration">TWiki Registration</a> page when <strong>contributing</strong>.</em> You may also use the <a href="Main/TWikiGuest">TWiki Guest</a> account when contributing. +<p /> +<div align="right"> +<a href="TWiki/WelcomeGuest">More info</a> +</div> +<p /> +<h2><a name ="How_is_this_site_arranged_"> How is this site arranged? </a></h2> +<p /> +TWiki webs (very poor terminology) are similar to "Chapters" in a book. The WebMenu on the left side holds references to these "webs" and "topics" available. Each "web" has a different color. +<p /> +The Main and TWiki webs are for system use. The <a href="Main/HurdGnuFansOrg">Main</a> web primarily contains information about the <a href="Main/TWikiUsers">registered users</a> of our site. The <a href="TWiki/WebHome">TWiki</a> web primarily contains documentation about the TWiki software. +<p /> +Here are some more Wiki conventions and terminology that you will see again. Each HTML page is called a topic. Each topic has a special "wiki name". <a href="TWiki/WikiWord">Wiki Words</a> are assumed to be topics in the current "web" unless preceded by the name of a "web" and a period. For example the previous link can also be denoted as <a href="TWiki/WikiWord">TWiki.Wiki Words</a>. A simplified & interpreted markup is used for content which can include HTML code. It sounds far more complex than it is in practical use, it's just a little different Most that understand the differences find contribution very very simple and painless. +<p /> +Further information about this site and how it was created can be found in the <a href="Main/TWikiColophon">TWiki Colophon</a>. Our site runs the custom-developed GNU skin by default. There is a <a href="Main/HurdGnuFansOrgDiscuss">topic</a> for discussion about the contents of this specific page as well. +<p /> +<div align="right"> +<a href="Main/WebHome">More info</a> +</div> +<p /> +<div align="center"> +Welcome to the world of Free Software and the GNU Operating System! +<p> +<em>Remember, no question is too stupid and no problem too small -- We've all been beginners</em> +</div> +<p align=right><a href="http://twiki.org"><img src="/pub/Main/HurdGnuFansOrg/twikiRobot121x54.gif" alt="Powered by TWiki Logo" width="121" height="54" border="0" /></a> +<p /> +<p /> +<!-- +Set ALLOWTOPICCHANGE=Main.TWikiAdminGroup +--> +<p /> +<p /> + + +</TD> +</TR> +</TABLE> +<HR> +Please send FSF & GNU inquiries & questions to +<A HREF="mailto:gnu@gnu.org"><EM>gnu@gnu.org</EM></A>. +There are also <A HREF="http://www.gnu.org/home.html#ContactInfo">other ways to +contact</A> the FSF. +<P> + +Please send comments on these web pages to +<A HREF="mailto:webmaster@gnufans.org"><EM>webmaster@gnufans.org</EM></A>. +<P> +Copyright (C) 2001, 2002 Free Software Foundation, Inc., +59 Temple Place - Suite 330, Boston, MA 02111, USA +<P> +Verbatim copying and distribution of this entire article is +permitted in any medium, provided this notice is preserved. + +---- + +This wiki is powered by [ikiwiki](http://ikiwiki.info/). diff --git a/index/discussion.mdwn b/index/discussion.mdwn new file mode 100644 index 00000000..1ad15ef5 --- /dev/null +++ b/index/discussion.mdwn @@ -0,0 +1,7 @@ +# TODO + + <azeem-uni> tschwinge: so, first plan: don't mention www.d.o/ports/hurd on the wiki + <azeem-uni> but transfer that information to the wiki, and keep it uptodate there + <azeem-uni> and proabably make links to that on w.d.o + + <azeem-uni> tschwinge: also a top-level "How can I help Hurd development" paragraph would be nice diff --git a/local.css b/local.css new file mode 100644 index 00000000..7d9aad0e --- /dev/null +++ b/local.css @@ -0,0 +1,7 @@ +/* ikiwiki local style sheet */ + +/* Add local styling here, instead of modifying style.css. */ + +pre { + margin-left: 1cm +} diff --git a/render_locally b/render_locally new file mode 100755 index 00000000..37153d34 --- /dev/null +++ b/render_locally @@ -0,0 +1,30 @@ +#!/bin/sh + +# Render the pages of this repository for your local browsing pleasure. + +# We use ``--no-usedirs'' here, because when browsing local files, the web +# browsers don't display `index.html' files by default when a hyperlink +# referencing a directory is being opened. + +# Written by Thomas Schwinge <tschwinge@gnu.org> + + +src=$(dirname "$0") && +# Invoking ikiwiki with ``src=.'' will make it render `.git/' as well. +if [ "$src" = . ] +then src=$(pwd) +else : +fi && +dest=$src.rendered && + +ikiwiki \ + --verbose \ + --wikiname GNU\ Hurd\ wiki \ + --userdir user \ + --no-usedirs \ + --plugin goodstuff \ + --plugin favicon \ + "$src" "$dest" && + +echo && +echo Now\ open\ \`"$dest"/index.html\'' to browse the wiki pages.' diff --git a/sandbox.mdwn b/sandbox.mdwn new file mode 100644 index 00000000..e3642f1b --- /dev/null +++ b/sandbox.mdwn @@ -0,0 +1,34 @@ +This is the SandBox, a page anyone can edit to learn how to use the wiki. + +There even is a [[SubSandBox]]. + +---- + +Here's a paragraph. + +Here's another one with *emphasised* text. + +# Header + +## Subheader + +> This is a blockquote. +> +> This is the first level of quoting. +> +> > This is nested blockquote. +> +> Back to the first level. + +Numbered list + +1. First item. +1. Another. +1. And another. + +Bulleted list + +* *item* +* item + +[[WikiLink]] diff --git a/sandbox/subsandbox.mdwn b/sandbox/subsandbox.mdwn new file mode 100644 index 00000000..8c89c54d --- /dev/null +++ b/sandbox/subsandbox.mdwn @@ -0,0 +1 @@ +Toll. Ganz toll. |