diff options
Diffstat (limited to 'Hurd')
26 files changed, 268 insertions, 178 deletions
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> |