From 27c0d08ddcc1a4ad46fde7b39107c526946bb421 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 3 Sep 2007 16:39:41 +0200 Subject: Further clean-ups and removals. --- Main/BootProcess.mdwn | 36 --- Main/CommentTesting.mdwn | 37 --- Main/DeepakGoelHurdPage.mdwn | 11 + Main/FileAttachment.mdwn | 1 - Main/HurdConferences.mdwn | 3 - Main/HurdDevelopers.mdwn | 3 - Main/HurdUser.mdwn | 3 - Main/LondonOffice.mdwn | 8 - Main/NobodyGroup.mdwn | 8 - Main/OSAppFoundationNotes.mdwn | 3 - Main/OfficeLocations.mdwn | 12 - Main/PersonalHurdPages.mdwn | 3 - Main/SanJoseOffice.mdwn | 8 - Main/TWikiAdminGroup.mdwn | 6 - Main/TWikiGroups.mdwn | 19 -- Main/TWikiGuest.mdwn | 22 -- Main/TWikiUsers.mdwn | 330 ----------------------- Main/TWikiVariables.mdwn | 1 - Main/TestSida.mdwn | 7 - Main/TestingPlurals.mdwn | 3 - Main/TokyoOffice.mdwn | 8 - Main/TravisBarkerNotesDslVsDialup.mdwn | 461 --------------------------------- Main/UserGroups.mdwn | 3 - Main/VasterasOffice.mdwn | 12 - Main/VirtualOffice.mdwn | 3 - Main/WebalizerDiscuss.mdwn | 9 - Main/WhoRunsGNU.mdwn | 3 - Main/discussion.mdwn | 13 - 28 files changed, 11 insertions(+), 1025 deletions(-) delete mode 100644 Main/BootProcess.mdwn delete mode 100644 Main/CommentTesting.mdwn create mode 100644 Main/DeepakGoelHurdPage.mdwn delete mode 100644 Main/FileAttachment.mdwn delete mode 100644 Main/HurdConferences.mdwn delete mode 100644 Main/HurdDevelopers.mdwn delete mode 100644 Main/HurdUser.mdwn delete mode 100644 Main/LondonOffice.mdwn delete mode 100644 Main/NobodyGroup.mdwn delete mode 100644 Main/OSAppFoundationNotes.mdwn delete mode 100644 Main/OfficeLocations.mdwn delete mode 100644 Main/PersonalHurdPages.mdwn delete mode 100644 Main/SanJoseOffice.mdwn delete mode 100644 Main/TWikiAdminGroup.mdwn delete mode 100644 Main/TWikiGroups.mdwn delete mode 100644 Main/TWikiGuest.mdwn delete mode 100644 Main/TWikiUsers.mdwn delete mode 100644 Main/TWikiVariables.mdwn delete mode 100644 Main/TestSida.mdwn delete mode 100644 Main/TestingPlurals.mdwn delete mode 100644 Main/TokyoOffice.mdwn delete mode 100644 Main/TravisBarkerNotesDslVsDialup.mdwn delete mode 100644 Main/UserGroups.mdwn delete mode 100644 Main/VasterasOffice.mdwn delete mode 100644 Main/VirtualOffice.mdwn delete mode 100644 Main/WebalizerDiscuss.mdwn delete mode 100644 Main/WhoRunsGNU.mdwn delete mode 100644 Main/discussion.mdwn (limited to 'Main') diff --git a/Main/BootProcess.mdwn b/Main/BootProcess.mdwn deleted file mode 100644 index 17f7bba7..00000000 --- a/Main/BootProcess.mdwn +++ /dev/null @@ -1,36 +0,0 @@ -Describes the GNU/Hurd boot process. - -# Bootloader - -[GRUB](http://www.gnu.org/software/grub/) (GRand Unified Bootloader) is the default (and as far as I know the only supported ) bootloader for GNU/Hurd and is the initial process. - -GRUB can be used for booting multiple Operating Systems on a given machine. Device naming convention for GRUB is different than that of the Hurd. Where the first partition on the primary IDE drive in GNU/Hurd is hd0s1, in GRUB it is (hd0,0). In the case of GNU/Hurd, the first thing that GRUB loads is kernel image. - -Here is a copy of GNU/Hurd multi-user entry from menu.lst. The first two lines are primarily informational and are what get displayed on the GRUB boot menu. - - # Entry 2: 1st partition on first HDD - title GNU/Hurd (IDE 1st partition - hd0s1 multi-user) - root (hd0,0) - kernel /boot/gnumach.gz root=device: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 typed ${root} $(task-create) $(task-resume) - module /lib/ld.so.1 /hurd/exec $(exec-task=task-create) - -**_N.B. the escaped new lines above should end in only a back slash, no spaces!_** - -The line "root (hd0,0)" tells GRUB where to look for the root partition. Notice that the (hd0,0) is using GRUB naming conventions. - -The next line loads the gnumach kernel image itself. Notice here the root=device:hd0s1 argument. This is now using GNU/Hurd device naming convention, telling the Hurd where the root partition exists. - ----- - --- [[Main/BarryDeFreese]] - 29 May 2003 - -Minor formatting and edit check. - -On a side note. The actual description of the GNU/Hurd boot process is a good idea but keeping duplicated information to a bare minimum must be the guide line for a "book" like this. See other topics for more information on Grub configuration for instance. - --- [[Main/JoachimNilsson]] - 30 May 2003 diff --git a/Main/CommentTesting.mdwn b/Main/CommentTesting.mdwn deleted file mode 100644 index c65d6796..00000000 --- a/Main/CommentTesting.mdwn +++ /dev/null @@ -1,37 +0,0 @@ ----- - -Testing comment while logged in. - --- [[Main/GrantBow]] - 23 Jan 2003 - ----- - -Well, another small test then - --- [[Main/TWikiGuest]] - 30 Jan 2003 - ----- - -Maybe we should unhide the Sandbox (Test) web? - --- [[Main/JoachimNilsson]] - 30 Jan 2003 - ----- - -Perhaps, how many more test pages do we anticipate? - --- [[Main/GrantBow]] - 30 Jan 2003 - ----- - -Dunno, but if we users fill up the other webs with test pages that won't be helpful to newcomers. Well, just an idea. It sits there anyway - it's just not presented in the webmenu. See [[Test/JoachimNilssonTestPage]] - --- [[Main/JoachimNilsson]] - 30 Jan 2003 - ----- - -test - --- [[Main/TWikiGuest]] - 26 May 2004 - -%COMMENT\{mode="before" id="first" button="Append Comment"\}% diff --git a/Main/DeepakGoelHurdPage.mdwn b/Main/DeepakGoelHurdPage.mdwn new file mode 100644 index 00000000..ac95f394 --- /dev/null +++ b/Main/DeepakGoelHurdPage.mdwn @@ -0,0 +1,11 @@ +I march forward an inch every now and then whenever I get a chance, in introducing myself to Hurd and grub.. + +Here'a my hurd page.. + + + +Here's my emacswiki page: + +And here's my very-unorganized homepage: + +-- [[Main/DeepakGoel]] - 02 Oct 2002 diff --git a/Main/FileAttachment.mdwn b/Main/FileAttachment.mdwn deleted file mode 100644 index 6c41764f..00000000 --- a/Main/FileAttachment.mdwn +++ /dev/null @@ -1 +0,0 @@ -%INCLUDE\{"%TWIKIWEB%.FileAttachment"\}% diff --git a/Main/HurdConferences.mdwn b/Main/HurdConferences.mdwn deleted file mode 100644 index 175828f3..00000000 --- a/Main/HurdConferences.mdwn +++ /dev/null @@ -1,3 +0,0 @@ -This page has moved to [[Hurd/HurdConferences]] - --- [[Main/GrantBow]] - 25 Feb 2004 diff --git a/Main/HurdDevelopers.mdwn b/Main/HurdDevelopers.mdwn deleted file mode 100644 index 8900cf2b..00000000 --- a/Main/HurdDevelopers.mdwn +++ /dev/null @@ -1,3 +0,0 @@ -This page has moved to [[Hurd/HurdDevelopers]] - --- [[Main/GrantBow]] - 25 Feb 2004 diff --git a/Main/HurdUser.mdwn b/Main/HurdUser.mdwn deleted file mode 100644 index 52a64323..00000000 --- a/Main/HurdUser.mdwn +++ /dev/null @@ -1,3 +0,0 @@ -Imaginary office location for Hurd users. - --- [[Main/JoachimNilsson]] - 29 Sep 2002 diff --git a/Main/LondonOffice.mdwn b/Main/LondonOffice.mdwn deleted file mode 100644 index 52b88455..00000000 --- a/Main/LondonOffice.mdwn +++ /dev/null @@ -1,8 +0,0 @@ -Here would stand the information about the London office: - -* Address: -* Phone: -* Fax: -* [List](%SCRIPTURL%/search%SCRIPTSUFFIX%/%WEB%/?scope=text&search=Location:%20%TOPIC%) of employees at %TOPIC%. - -**_Related topic:_** [[OfficeLocations]], %WIKIUSERSTOPIC% diff --git a/Main/NobodyGroup.mdwn b/Main/NobodyGroup.mdwn deleted file mode 100644 index 6d3a9d4f..00000000 --- a/Main/NobodyGroup.mdwn +++ /dev/null @@ -1,8 +0,0 @@ -**Nobody Group** - -* Set GROUP = -* Set ALLOWTOPICCHANGE = [[TWikiAdminGroup]] - -Used to prevent dangerous actions e.g. renaming %TWIKIWEB%.TWikiPreferences. - -**_Related topics:_** %WIKIUSERSTOPIC%, [[TWikiGroups]], %TWIKIWEB%.TWikiAccessControl diff --git a/Main/OSAppFoundationNotes.mdwn b/Main/OSAppFoundationNotes.mdwn deleted file mode 100644 index da187a8a..00000000 --- a/Main/OSAppFoundationNotes.mdwn +++ /dev/null @@ -1,3 +0,0 @@ -Page content removed - --- [[GrantBow]] 11 Mar 2004 diff --git a/Main/OfficeLocations.mdwn b/Main/OfficeLocations.mdwn deleted file mode 100644 index 079adefc..00000000 --- a/Main/OfficeLocations.mdwn +++ /dev/null @@ -1,12 +0,0 @@ -The OfficeLocations topic has a list of all your offices. - -* [[SanJoseOffice]] -* [[LondonOffice]] -* [[TokyoOffice]] -* [[VasterasOffice]] -* [[VirtualOffice]] -* [[HurdUser]] - -(This is an example of corporate intranet use and is for demonstration purposes only: %TWIKIWEB%.TWikiRegistration asks for an office location. To add/remove an office edit this [[OfficeLocations]] topic and the %TWIKIWEB%.TWikiRegistration topic) - -**_Related topics:_** %WIKIUSERSTOPIC%, [[TWikiGroups]] diff --git a/Main/PersonalHurdPages.mdwn b/Main/PersonalHurdPages.mdwn deleted file mode 100644 index 63891d54..00000000 --- a/Main/PersonalHurdPages.mdwn +++ /dev/null @@ -1,3 +0,0 @@ -This page has moved to [[Hurd/PersonalHurdPages]] - --- [[Main/GrantBow]] - 25 Feb 2004 diff --git a/Main/SanJoseOffice.mdwn b/Main/SanJoseOffice.mdwn deleted file mode 100644 index dfb9777c..00000000 --- a/Main/SanJoseOffice.mdwn +++ /dev/null @@ -1,8 +0,0 @@ -Here would stand the information about the San Jose office: - -* Address: -* Phone: -* Fax: -* [List](%SCRIPTURL%/search%SCRIPTSUFFIX%/%WEB%/?scope=text&search=Location:%20%TOPIC%) of employees at %TOPIC%. - -**_Related topic:_** [[OfficeLocations]], %WIKIUSERSTOPIC% diff --git a/Main/TWikiAdminGroup.mdwn b/Main/TWikiAdminGroup.mdwn deleted file mode 100644 index 555814e9..00000000 --- a/Main/TWikiAdminGroup.mdwn +++ /dev/null @@ -1,6 +0,0 @@ -**TWiki Administrator Group** - -* Set GROUP = [[JoachimNilsson]], [[GrantBow]] -* Set ALLOWTOPICCHANGE = [[TWikiAdminGroup]] - -**_Related topics:_** %WIKIUSERSTOPIC%, [[TWikiGroups]], %TWIKIWEB%.TWikiAccessControl diff --git a/Main/TWikiGroups.mdwn b/Main/TWikiGroups.mdwn deleted file mode 100644 index 6bbd1da9..00000000 --- a/Main/TWikiGroups.mdwn +++ /dev/null @@ -1,19 +0,0 @@ -These groups can be used to define fine grained %TWIKIWEB%.TWikiAccessControl in %WIKITOOLNAME%: - -* [[TWikiAdminGroup]] -* [[HurdDevelopersGroup]] -* [[HurdUserGroup]] -* [[EngineeringGroup]] -* [[SupportGroup]] - -Add your groups to this list and define new group topics similar to existing ones. Group topics **_must_** end in `...Group.` - -**IMPORTANT NOTE:** Think twice before restricting write access to a web or a topic, because an open system where everybody can contribute is the essence of the %TWIKIWEB%.WikiCulture. Experience shows that unrestricted write access works very well because: - -* There is enough peer pressure to post only conform content. -* Content does not get lost because topics are under revision control. -* A topic revision can be undone by a member of the %MAINWEB%.TWikiAdminGroup in case needed. - -**_Related topics:_** %TWIKIWEB%.TWikiAccessControl, %WEBPREFSTOPIC%, %WIKIUSERSTOPIC%, %TWIKIWEB%.WikiCulture. - --- %MAINWEB%.PeterThoeny - 07 Nov 2000
diff --git a/Main/TWikiGuest.mdwn b/Main/TWikiGuest.mdwn deleted file mode 100644 index a293e4af..00000000 --- a/Main/TWikiGuest.mdwn +++ /dev/null @@ -1,22 +0,0 @@ -A guest of this TWiki web, not unlike yourself. You can leave your trace behind you, just add your name in %TWIKIWEB%.TWikiRegistration and create your own page. - -The [[TWikiGuest]] account can be used by anybody who wants to be anonymous. Simply use the follwing when prompted for login/password - -* Login: [[TWikiGuest]] - -* Password: Hurd User (both login and password typed as one word) - -**_Personal Preferences (details in %TWIKIWEB%.TWikiVariables)_** - -* Horizontal size of text edit box: - * Set EDITBOXWIDTH = 80 -* Vertical size of text edit box: - * Set EDITBOXHEIGHT = 40 -* Default state of the **_link_** check box in the attach file page: - * Set ATTACHLINKBOX = - -**_Related topics_** - -* %TWIKIWEB%.%WIKIPREFSTOPIC% has site-level preferences of %WIKITOOLNAME%. -* %WEBPREFSTOPIC% has preferences of the %WIKITOOLNAME%.%WEB% web. -* %WIKIUSERSTOPIC% has a list of other %WIKITOOLNAME% users. diff --git a/Main/TWikiUsers.mdwn b/Main/TWikiUsers.mdwn deleted file mode 100644 index 6cd2ffbd..00000000 --- a/Main/TWikiUsers.mdwn +++ /dev/null @@ -1,330 +0,0 @@ -**List of %WIKITOOLNAME% users** - -Register by filling out the %TWIKIWEB%.TWikiRegistration form. This will create an account for you which allows you to edit topics. - -[A](#A) [B](#B) [C](#C) [D](#D) [E](#E) [F](#F) [G](#G) [H](#H) [I](#I) [J](#J) [K](#K) [L](#L) [M](#M) [N](#N) [O](#O) [P](#P) [Q](#Q) [R](#R) [S](#S) [T](#T) [U](#U) [V](#V) [W](#W) [X](#X) [Y](#Y) [Z](#Z) - -* A - - - - - -* [[AaaaaAaaaaAaa]] - 29 Jan 2007 -* [[AaronHawley]] - 13 Apr 2005 -* [[AdityaGupta]] - 09 Feb 2004 -* [[AdrianFifteen]] - 21 Jan 2007 -* [[AidenWestlund]] - 26 May 2006 -* [[AlanMcIntyre]] - 27 Sep 2002 -* [[AlaskaSubedi]] - 28 Jul 2005 -* [[AlastairPoole]] - 14 Dec 2006 -* [[AlejandroSanchez]] - 17 Sep 2002 -* [[AlexBroot]] - 15 Oct 2006 -* [[AlexanderPetry]] - 07 Feb 2005 -* [[AlexandreBuisse]] - 05 Feb 2005 -* [[AlexandreDulaunoy]] - 29 Dec 2002 -* [[AlexLambert]] - 17 Oct 2002 -* [[AlfredHeimsoth]] - 16 Dec 2002 -* [[AmarionOttey]] - 03 Jun 2006 -* [[AnandChhatpar]] - 30 Apr 2003 -* [[AndersBreindahl]] - 10 Aug 2005 -* [[AndreUlrich]] - 09 Apr 2003 -* [[AndreasRottmann]] - 02 Sep 2003 -* [[AndrewCohen]] - 08 Nov 2004 -* [[AndrewMitchell]] - 24 May 2002 -* [[AndrewResch]] - 03 Jan 2005 -* [[AndrewStanford]] - 04 Oct 2005 -* [[AnivarAravind]] - 08 Feb 2005 -* [[AntonOussik]] - 25 Apr 2005 -* [[AnuragPatel]] - 11 Mar 2005 -* [[ArchieCarrico]] - 18 May 2006 -* [[AriefMulya]] - 11 Aug 2004 -* [[ArturoRydberg]] - 27 May 2006 -* [[AshishNarayan]] - 18 Nov 2002 -* B - - - - - -* [[BKSreeRanganath]] - 17 Aug 2005 -* [[BasWijnen]] - 13 Jun 2004 -* [[BertrikSikken]] - 04 Jul 2004 -* [[BDouglasHilton]] - 20 Jun 2003 -* [[BarryDeFreese]] - 29 May 2003 -* [[BenAsselstine]] - 26 Feb 2003 -* [[BijiPadmanaban]] - 09 Jan 2003 -* [[BlazePoteet]] - 08 Jun 2006 -* [[BorisBukowski]] - 15 Sep 2002 -* [[BradDixon]] - 29 May 2003 -* C - - - - - -* [[CalvinMitchell]] - 02 Aug 2005 -* [[CamResu]] - 17 Sep 2003 -* [[CarenTang]] - 11 Jan 2005 -* [[CarlosPoker]] - 15 Aug 2004 -* [[CarlBingel]] - 17 Mar 2003 -* [[CarlosM]] - 19 Apr 2003 -* [[CasadevallM]] - 06 Apr 2007 -* [[CharlieJordan]] - 02 Mar 2003 -* [[CherryGeorgeMathew]] - 03 Jan 2003 -* [[ChrisHarvey]] - 23 May 2005 -* [[ChristopheDevine]] - 03 Mar 2005 -* [[ChristopherBodenstein]] - 17 Mar 2006 -* D - - - - - -* [[DanAdrianValentin]] - 26 Nov 2004 -* [[DarenMackey]] - 28 May 2006 -* [[DarioTrotman]] - 31 May 2006 -* [[DarkArctic]] - 02 Aug 2004 -* [[DavidButler]] - 24 Mar 2005 -* [[DavidRoches]] - 13 Apr 2007 -* [[DavidSmith]] - 20 Mar 2004 -* [[DavidWalter]] - 14 Mar 2004 -* [[DeSc]] - 28 Jul 2003 -* [[DeviceRandom]] - 19 Jan 2007 -* [[DmitriAlenitchev]] - 17 Oct 2005 -* [[DmitryZh]] - 07 Jun 2004 -* [[DucOd]] - 26 Feb 2005 -* [[DuncanInnes]] - 20 Aug 2003 -* [[DanielBaumann]] - 19 May 2002 -* [[DaniloSegan]] - 06 Jan 2003 -* [[DavidEverly]] - 14 Feb 2003 -* [[DavidFahlander]] - 16 Jul 2002 -* [[DazElf]] - 30 Apr 2003 -* [[DeepakGoel]] - 20 Sep 2002 -* [[DerekDavies]] - 04 Jan 2003 -* [[DougEckhart]] - 29 May 2002 -* E - - - - - -* [[EduardoMartn]] - 20 Mar 2003 -* [[EdBorasky]] - 04 Nov 2003 -* [[EldonKoyle]] - 19 Aug 2005 -* [[EnriqueJenks]] - 02 Jun 2006 -* [[ErnstRohlicek]] - 27 Jul 2006 -* [[EvvL]] - 02 Mar 2004 -* F - - - - - -* [[FatBoy]] - 04 Apr 2003 -* [[FabriceBauzac]] - 10 Jun 2004 -* [[FaridHajji]] - 06 Sep 2003 -* [[FengLi]] - 04 Feb 2004 -* [[FilipBrcic]] - 24 Apr 2006 -* [[FreeNSK]] - 03 Feb 2005 -* G - - - - - -* [[GergelySzasz]] - 25 Apr 2006 -* [[GerhardMuntingh]] - 06 Oct 2002 -* [[GianlucaGuida]] - 04 Mar 2006 -* [[GillesBidoli]] - 19 Dec 2002 -* [[GoodSmil]] - 27 Jul 2006 -* [[GrantBow]] - 11 May 2002 -* [[GaborGreif]] - 07 Sep 2003 -* [[GraysonSlaubaugh]] - 04 Jun 2006 -* [[GregBuchholz]] - 25 Jul 2003 -* [[GuillemJover]] - 03 Mar 2004 -* [[GurkanSengun]] - 04 Oct 2006 -* H - - - - - -* [[HaavardFarberg]] - 17 Sep 2002 -* [[HelgeStenstroem]] - 11 Oct 2002 -* [[HishamKotry]] - 14 Jun 2002 -* [[HansruediHaenni]] - 19 Jul 2003 -* I - - - - - -* [[IanSlinger]] - 17 Apr 2004 -* [[IsaacPraveen]] - 28 Dec 2005 -* [[IssacCirino]] - 07 Jun 2006 -* [[IvanShmakov]] - 11 Dec 2003 -* [[IvanZenkov]] - 14 Oct 2004 -* J - - - - - -* [[JadenPergola]] - 01 Jun 2006 -* [[JamesAMorrison]] - 07 Jan 2003 -* [[JasonLathrop]] - 16 Feb 2006 -* [[JasonMusgrove]] - 13 May 2005 -* [[JayConway]] - 25 Apr 2003 -* [[JeanChristophePenalva]] - 29 Dec 2005 -* [[JeffZ]] - 31 Jul 2005 -* [[JeroenDekkers]] - 24 Nov 2006 -* [[JoachimNilsson]] - 11 May 2002 -* [[JoanathanNarvaez]] - 01 May 2005 -* [[JoePistritto]] - 26 Mar 2003 -* [[JoeSteeve]] - 28 Jul 2005 -* [[JohanRydberg]] - 19 Nov 2002 -* [[JohnGH]] - 24 Oct 2006 -* [[JohnTalintyre]] - 01 Aug 2001 -* [[JonathanBFiliatrault]] - 07 Apr 2005 -* [[JonathanShapiro]] - 21 Apr 2006 -* [[JoseMariaRuiz]] - 03 Aug 2002 -* [[JoukeWitteveen]] - 14 Apr 2006 -* [[JuanAlvarez]] - 08 Jun 2002 -* [[JuanAntonioSanchez]] - 18 Jul 2005 -* [[JuhaN]] - 03 Apr 2003 -* [[JuhoMantysaari]] - 29 Mar 2005 -* [[JulienPUYDT]] - 10 Jun 2002 -* [[JustinKoser]] - 01 Aug 2002 -* [[JohnAllsup]] - 29 Oct 2003 -* [[JonPortnoy]] - 30 Jun 2004 -* K - - - - - -* [[KaiDziedzic]] - 05 Jun 2006 -* [[KeatonMaclachlan]] - 03 Jun 2006 -* [[KellerF]] - 30 Nov 2002 -* [[KurtKaiser]] - 20 May 2002 -* [[KurtBKaiser]] - 21 May 2004 -* L - - - - - -* [[LaloMartins]] - 01 Jan 2003 -* [[LaudneyRen]] - 29 Sep 2002 -* [[LeonardoPereira]] - 29 Dec 2005 -* [[LeonelRugama]] - 09 Feb 2003 -* [[LeeItkin]] - 25 Oct 2004 -* [[LisandroMineo]] - 04 Jun 2006 -* [[LoganadenVelvindron]] - 11 Dec 2004 -* [[LucaSaiu]] - 22 Apr 2006 -* [[LucasNussbaum]] - 28 Jan 2004 -* [[LuisMiguel]] - 24 Jun 2003 -* [[LuisBustamante]] - 16 May 2002 -* [[LunaTic]] - 30 Jan 2007 -* M - - - - - -* [[ManishSharma]] - 24 Jun 2006 -* [[MarceloCToyama]] - 19 Oct 2006 -* [[MarickIntl]] - 05 Feb 2005 -* [[MarionWillow]] - 26 Dec 2004 -* [[MartinAnkerl]] - 07 Sep 2005 -* [[MartinWeaver]] - 06 Oct 2005 -* [[MastrLynX]] - 20 Aug 2005 -* [[MatheusMorais]] - 23 Jan 2006 -* [[MattBur]] - 28 Nov 2006 -* [[MatteoSettenvini]] - 04 May 2005 -* [[MatthewRikard]] - 17 Oct 2005 -* [[MatthiasKoch]] - 23 Sep 2003 -* [[MauricioMastrangelo]] - 05 Jun 2006 -* [[MaximDesyatoff]] - 14 Apr 2006 -* [[MichaelAblassmeier]] - 03 Mar 2004 -* [[MichaelAdams]] - 09 Feb 2005 -* [[ManuelValderrama]] - 02 Aug 2002 -* [[MarcHuffnagle]] - 24 Sep 2002 -* [[MarcOliverIhm]] - 23 Oct 2002 -* [[MarcPoulhies]] - 21 May 2002 -* [[MarcoGerards]] - 20 May 2002 -* [[MattGrant]] - 05 Jun 2002 -* [[MichaelBanck]] - 22 Aug 2005 -* [[MichaelFlickinger]] - 01 Aug 2005 -* [[MichaelHan]] - 26 Mar 2005 -* [[MichaelOberg]] - 24 Oct 2005 -* [[MichaelT]] - 24 May 2002 -* [[MichalSuchanek]] - 30 Jul 2002 -* [[ManuelMenal]] - 22 Dec 2003 -* [[MarkusKaarn]] - 04 Apr 2004 -* [[MatSei]] - 08 Feb 2004 -* [[MathieuGauthierPilote]] - 19 Jul 2004 -* [[MatthiasKoch]] - 23 Sep 2003 -* [[MichaelAblassmeier]] - 03 Mar 2004 -* [[MiltonThomas]] - 16 Apr 2006 -* [[MohamedNabilMahmoud]] - 19 Oct 2006 -* [[MonteKiehm]] - 01 Jun 2006 -* [[MosheGentry]] - 06 Oct 2005 -* N - - - - - -* [[NagromNamreh]] - 22 Jan 2004 -* [[NathanielPangilinan]] - 15 Nov 2006 -* [[NedWait]] - 04 May 2004 -* [[NeilDoekkalfar]] - 20 Apr 2005 -* [[NeillMiller]] - 22 Aug 2004 -* [[NicholasLee]] - 28 Aug 2000 -* [[NickCroft]] - 10 Jan 2005 -* [[NickRusnov]] - 19 May 2002 -* [[NicolasBarbier]] - 26 Aug 2004 -* [[NiklasS]] - 02 Jun 2002 -* [[NikolayDiakov]] - 30 Mar 2004 -* [[NisoliIsaia]] - 03 Feb 2004 -* [[NowhereMan]] - 19 Mar 2005 -* O - - - - - -* [[OgnyanKulev]] - 19 May 2002 -* [[OtavioJr]] - 24 Jun 2004 -* P - - - - - -* [[PatrickRoss]] - 06 Oct 2005 -* [[PaulBowman]] - 10 Feb 2004 -* [[PaulNema]] - 07 Feb 2004 -* [[PauloSchreiner]] - 17 Jun 2005 -* [[PeterMasiar]] - 24 Sep 2003 -* [[PhilipCharles]] - 06 Feb 2005 -* [[PietroFerrari]] - 18 Jul 2003 -* [[PaulWIckham]] - 27 Oct 2002 -* [[PatrickStrasser]] - 13 Jul 2004 -* [[PedroMacanas]] - 10 Jun 2004 -* [[PeterMelville]] - 13 May 2004 -* [[PeterThoeny]] - 10 Feb 1999 -* [[PorterLunceford]] - 02 Jun 2006 -* [[PraveenKumar]] - 02 Dec 2002 -* Q - - - - - -* R - - - - - -* [[RajaBomb]] - 13 Jan 2003 -* [[RaresTitan]] - 25 Apr 2003 -* [[RafaelK]] - 05 Oct 2004 -* [[ReneStadler]] - 28 Aug 2004 -* [[RedTux]] - 01 Feb 2004 -* [[RobertPehr]] - 09 Aug 2006 -* [[RogerChrisman]] - 22 Sep 2003 -* [[RichBodo]] - 27 Jun 2004 -* [[RonnyHutchens]] - 06 Dec 2005 -* [[RussellJames]] - 12 Jul 2004 -* [[ReinaldoNolascoSanches]] - 15 Dec 2002 -* [[RikWade]] - 15 May 2002 -* [[RobSeger]] - 31 Mar 2003 -* [[RobbDoyle]] - 05 Feb 2003 -* [[RobertMillan]] - 10 Jun 2002 -* [[RoelN]] - 15 Mar 2003 -* [[RoyFalk]] - 21 Feb 2005 -* [[RussellLiefer]] - 26 May 2006 -* [[RyanGolbeck]] - 21 May 2002 -* S - - - - - -* [[SaFanaJ]] - 04 Aug 2006 -* [[SamLauzon]] - 20 May 2002 -* [[SamMason]] - 21 Apr 2006 -* [[SamiJLaine]] - 29 May 2002 -* [[SamuelThibault]] - 24 Jan 2007 -* [[ScottyTierno]] - 10 Dec 2005 -* [[SeanDEpagnier]] - 24 Dec 2004 -* [[SebastianGabriel]] - 26 Jun 2003 -* [[SebastianSilva]] - 21 Jun 2002 -* [[SefilesHere]] - 18 May 2006 -* [[SergeySpiridonov]] - 16 Nov 2002 -* [[SergioLopez]] - 20 Dec 2005 -* [[SimeonSimeonov]] - 19 Feb 2003 -* [[SimonLaw]] - 16 May 2002 -* [[SoerenSchulze]] - 15 Dec 2005 -* [[StanPinte]] - 07 Jan 2003 -* [[StefanSiegl]] - 12 Jan 2006 -* [[SubinGnagadharan]] - 01 Mar 2005 -* [[SujithH]] - 07 Mar 2007 -* [[SunilSomasundara]] - 06 Nov 2002 -* [[ShanChatterjee]] - 23 Sep 2004 -* [[SusanLocke]] - 15 Oct 2003 -* T - - - - - -* [[TWikiGuest]] - guest - 10 Feb 1999 -* [[TakaoYamashita]] - 08 Feb 2005 -* [[TariqDukes]] - 27 May 2006 -* [[TerrellNorthway]] - 28 May 2006 -* [[ThadeuCascardo]] - 29 Sep 2005 -* [[TheArthur]] - 14 Nov 2004 -* [[TheDuck]] - 08 Mar 2005 -* [[TheoraGuldhra]] - 23 Jun 2004 -* [[ThierryLacoste]] - 16 Jul 2004 -* [[ThomasHeim]] - 18 Dec 2006 -* [[ThomasSamson]] - 26 Mar 2005 -* [[ThomasSchlesinger]] - 05 May 2005 -* [[ThomasSchwinge]] - 06 Apr 2005 -* [[TimJohann]] - 03 Apr 2003 -* [[TimNowaczyk]] - 12 Jun 2003 -* [[TimRetout]] - 21 Sep 2006 -* [[TimothyMullin]] - 25 May 2006 -* [[TomBachmann]] - 21 Apr 2006 -* [[TomHart]] - 16 Nov 2002 -* [[TomaszWitko]] - 13 Feb 2007 -* [[TorbenGB]] - 26 Dec 2002 -* [[TravisBarker]] - 13 Jan 2003 -* [[TristonSondag]] - 08 Jun 2006 -* U - - - - - -* V - - - - - -* [[VivekCherian]] - 28 May 2005 -* W - - - - - -* [[WayneG]] - 01 Oct 2002 -* [[WestonHamlin]] - 06 Oct 2005 -* [[WidyachacraRajapaksha]] - 28 Feb 2005 -* [[WolfgangJ]] - 24 Jul 2002 -* [[WomBat]] - 04 Jul 2003 -* [[WouterVanHeyst]] - 13 Dec 2006 -* X - - - - - -* Y - - - - - -* [[YanLi]] - 29 May 2006 -* Z - - - - - -* [[ZacheryAvilla]] - 30 May 2006 -* [[ZnetCatd]] - 28 Nov 2002 - -[A](#A) [B](#B) [C](#C) [D](#D) [E](#E) [F](#F) [G](#G) [H](#H) [I](#I) [J](#J) [K](#K) [L](#L) [M](#M) [N](#N) [O](#O) [P](#P) [Q](#Q) [R](#R) [S](#S) [T](#T) [U](#U) [V](#V) [W](#W) [X](#X) [Y](#Y) [Z](#Z) - -**_Note:_** Do not edit this topic to add a user, use %TWIKIWEB%.TWikiRegistration instead. - -**_Related topics:_** [[OfficeLocations]], [[TWikiGroups]] diff --git a/Main/TWikiVariables.mdwn b/Main/TWikiVariables.mdwn deleted file mode 100644 index debab617..00000000 --- a/Main/TWikiVariables.mdwn +++ /dev/null @@ -1 +0,0 @@ -%INCLUDE\{"%TWIKIWEB%.TWikiVariables"\}% diff --git a/Main/TestSida.mdwn b/Main/TestSida.mdwn deleted file mode 100644 index 83663262..00000000 --- a/Main/TestSida.mdwn +++ /dev/null @@ -1,7 +0,0 @@ -Det h�r �r en **liten** testsida jag gjorde f�r att visa min bror ... - --- [[Main/JoachimNilsson]] - 15 Jun 2002 - -Vad bra! D� g�r det inget om jag testar lite till f�r att se hur ditt skin fungerar. - --- [[Main/StefanLindmark]] - 02 Oct 2002 diff --git a/Main/TestingPlurals.mdwn b/Main/TestingPlurals.mdwn deleted file mode 100644 index 94141a3d..00000000 --- a/Main/TestingPlurals.mdwn +++ /dev/null @@ -1,3 +0,0 @@ -ok, test123. - --- [[Main/GrantBow]] - 17 Jan 2003 diff --git a/Main/TokyoOffice.mdwn b/Main/TokyoOffice.mdwn deleted file mode 100644 index 64398a90..00000000 --- a/Main/TokyoOffice.mdwn +++ /dev/null @@ -1,8 +0,0 @@ -Here would stand the information about the Tokyo office: - -* Address: -* Phone: -* Fax: -* [List](%SCRIPTURL%/search%SCRIPTSUFFIX%/%WEB%/?scope=text&search=Location:%20%TOPIC%) of employees at %TOPIC%. - -**_Related topic:_** [[OfficeLocations]], %WIKIUSERSTOPIC% diff --git a/Main/TravisBarkerNotesDslVsDialup.mdwn b/Main/TravisBarkerNotesDslVsDialup.mdwn deleted file mode 100644 index e75f6f75..00000000 --- a/Main/TravisBarkerNotesDslVsDialup.mdwn +++ /dev/null @@ -1,461 +0,0 @@ -%TOC% - ----- - -Note to Hurd devs: this is a temporary topic i created in order to take some (off topic)notes just until i can get my own server back up and running. thanks. --TB - ----- - -# 1st level Classroom Notes - -* Week 1 - -# **DSL vs Dialup** - ----- - -## Digital Subscriber Line - DSL - -* Faster -* More Expensive -* Always On -* Can use phone line while online -* Different Equipment - -**THEY BOTH USE PHONE LINE** - -* 2 types of dsl - * ADSL ASYNCRONOUS OR ASYMETRIC (example: 1.5 TO 9MB DOWN 16-640 KB UP) - * SDSL SYNCRONOUS OR SYMETRIC (example: 3MB DOWN 3MB UP) - -What equipment is needed - -* DSL / Cable Modem -* Ethernet adapter -* Category 5 cable (ethernet cable) -* RT-45 -* USB universal Serial Buss - * (can be used but _do not_ reccomend) - -## IP Addressing - -* 0.0.0.0 => 255.255.255.255 -* 4,228,250,625 - -### Private IP Address Ranges - -* X=0-255 -* 192.168.x.x - used w/ Routers& Configurable Modems - * This range is the most typical private range used. -* 10.x.x.x - Used w/ routers or configurable Modems. -* 172.16.x.x - Used w/ routers. (this is a typical range used by businesses) - -### Non-Routable Range - -* 169.254.x.x - Non Routable IP Range telling you something is broken Created by Microsoft for troubleshooting purposes -* 127.x.x.x - Range reserved for local host (norton's, microsoft, etc.) - -## Acronyms - -* IANA - internet Assigned Numbers Authority - * Distribute IP Address to backbone Co. ie AT&T, Bell Co. - -### Public IP Addressing - -* How to become an ISP - -1) Contact SBC to obtain IP Addresses: - -* 300 members - * 66.137.124.1 - 66.137.124.101 - -2) Distribut IP Addresses Gateway Address = IP Addresses of the DHCP Server (endpoint) - -DHCP - Dynamic host control protocol - ----- - -1) contact SBC to obtain more ip addresses - -* 500 Members - * 68.124.138.1 - 68.124.138.151 - -2) Distribute IP addresses - -Static - Specified IP address that never changes - -## Authentication Processes - -**MAC Addressing** \*MAC address- Physical address of any device that can carry an internet connection - -* it authenticates through the modem or next piece of connecting equipment's MAC Address - -PPOE - Point to point protocol (over the ethernet) -requires a customer to logon w/user/password before reciving an ip address the only os w/ppoe built in XP&MACX they install pppoe software or get a router or configurable modem. - -Trouble shooting DSL / Cable - -## 1st Step of Trouble shooting - POWERCYCLING - -### take down order - -* unplug modem from power supply -* unplug any connecting equipment from Power Supply (router, Switch, etc) -* SHUTDOWN (not restart) the pc - -### bringing up order - -* plugin the modem into power supply -* plug the connecting equipment into the power suply -* restart the PC - -## 2nd Step of Trouble Shooting -Light Status of - - Modem - -* Power - * on = good - * off = bad - -1. verify it is plugged in - -2. check for power at the source (switch?) - -* dsl/link/sync - * on = good - * off = bad - -1. check connection between wall and modem phone line dsl + co-AX cable) - -2. verify it worked previously nothing changed, (moved, jacks, storm) - -3. verify all connecting information (PPPOE, MAC address, static) - -* Enet/USB/PC/Sync/Link -* on = good -* off = bad - -1.check connection between modem and pc ethernet usb - -2. switch cable ends crossover vs straight through - -3. check the ethernet adapter - -* Act/Activity/Data/(10/100) - TX/RX - -* * on or flashing = good - * off = bad - -1. This light has no bearing in your troubleshooting - -* Test/Alarm/Standby - * off = good - * on = bad - -1. This light must be off in orter to troubleshoot. - -Where to find IP information - IP configuration LC start => LC run => tye commands or cmd => LC OK button => type "winipcfg" => press enter => chose NIC in dropdown - -1.) Adapter Address = MAC address - -2.) IP address - NIC - -3.) Gateway Address - DHCP Server - -* If there is **NO** NIC in the dropdown box - * verify cust has startup disk or cab files (win\*.cab) - * Rip and reinstall TCP/IP -* If it says Media Disconnectd or IP = 0.0.0.0 - * Not connected - * verify lights on modem - * verify wiring - -\* if they are reciving an IP address of 169.254.x.x - -* they are set to DHCP, but not contacting DHCP Server - - - Its broken and try to release /renew ip address - -## what will happen next - -1. will recieve IP Address - -2."Unable to contact DHCP Server" Error - -* try to release and renew again - -3. "DHCP Server unavailable revewing IP address" - Error - -* try to release and renew again - -4. "No adapter in a state permissable to perform operation" Error - -* configured to static -* check settings - -5. "unable to perform operation" or " operation was attempted on something that is not a socket" Error \* winsock Error - -* * email winsock fix - * Send to shop - -## if you are unable to recieve an IP address - -* verify wiring -* verify account -* verify settings - -## where to go and check settings - -* DLC My Comp > DLC Control Panel > DLC Network >highlight TCP/IP => Ethernet Adapter - - LC Properties button -* IP addresses tab => Static - Specify an IP address Dynamic Obtain Automatic -* Gateway tab => Static - 1 gateway address entered Dynamic None entered -* DNS Tab - ISP Specific - -PING packet internet Groper - -Sonar for the internet - -3 ways to tell if you are connected to the internet - -1. ping outside address - -1. thpe winipcfg => press enter => choose NIC in drop down box obtain ip address and gateway address (put in tracker notes) - -1. type ping ipaddress press enter ie: ping 192.168.1.100 ethernet adapter - -* good response = 4 sent -* Bad response - 4 sent 0-3 recieved / 1-4 lost - 1. Check for a firewall => disable it and run ping again - 2. rip and reinstall TCP/IP => Run ping again - 3. check the ethernet adapter - -1. type ping gatewayaddress => press enter (ie ping 192.168.1.1) DHCP Server Bad Response - 1. 1. ) check for a firewall => disable => run ping again - 2. ) Rip and reinstall TCP/IP => run ping again - 3. ) make sure network allows ping (shawneeling and madison) - 4. ) verify all connectings information (pppoe, <MAC address,, Static) - 5. ) Broken - Sent ticket to network -2. type ping www.yahoo.com => press enter good response = connected - -1. type ping yahoo's ip press enter (ie ping 216.109.118.76) - * if you get a bad response on the domain name and good response on IP check DNS - * after entering DNS if you still cant pull the site by domain or IP => winsock error - email or shop - -## Checking the NIC - Network Interface Controller - -DLC My Comp => DLC Control Panel => DLC System => LC Device Manager Tab => LC (+) next to network adapters - -If there is Red X - -* Means the device has been disabled RC the device LC Enable. - - If there is Yellow! - -* Means the PC recognizes the device but does not know how to use it -* Uninstall/Reinstall NIC - RC the device => LC Uninstall => LC OK => Reboot PC => Follow hardware wizard -* to uninstall they must have drivers disk or it must be original to PC - -if there is yellow or no network adapters (check other devices for PCI Adapter) - -* means PC has no idea what device is or how to use it -* uninstall reinstall NIC -* Same as Above - -## ISPs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ISP requires
shawneelink static
farmsrstell static
rallstech static
grandriver static
horry county dsl pppoe
hargray dsl pppoe
conporium dsl pppoe
green online MAC address of modem
horry county cable MAC address of the next connecting device after the modem
- -# XP - -* home - * 98 - * ME -* business - * NT - * 2000 - -different ways to get to Control Panel - -* Windows XP View - * Left Click Start => Left Click C.P. -* Classic View - * Left Click Start => Settings => Left Click Control Panel => Double Left Click My computer => Double Left click Control Panel - -(you want to troubleshoot from the classic view of the Classic View of the Control Panel (not category) - -## How to make a new dial-up connection - - 1. Left Click Start => Left click Control Panel => Double Left Click Network connections => Double Left Click Create a new connection => follow the wizzard - -2. Right Click Internet Explorer => Left Click Properties => Left Click Connection Tab => Left Click Setup Button => follow wizzard - -check the properties of a connection 1. left click start => left click control panel => Double left click network connections => Right clikc connection name => left click properties - -2. Right click IE => left click properties => left click connection tab => highlight connection in box => Left click settings button => left click properties Button - -* option tab => lower redial attempts to 0-1 attempts -* networking tab => what used to be the network section of teh Control Panel -* Advanced Tab => internet connection firewall. - -## How to check modem properties - - dlc my comp dlc cp dlc modem options lc modems tab lc properties button check tabs - -* run diagnostics lc diagnostics tab lc query modem button -* enter init string lc advanced tab -* lower port speed lc modems tab -* lower FIFO buffers lc advanced tab lc poet settings button - -## how to configure LAC - -* DLC my comp dlc cp dlc network connections rc the lac lc properties dlc tcp/ip configure settings - -## making a pppoe connection - -* lc start lc cp dlc network connections dlc create a new connections follow wizard for a "broadband connections that requires a username and password" - -running an IP configuration lc start lc run type command or cmd lc ok type ipconfig press enter - -* to find MAC Address - "ipconfg /all" -* to release - "ipconfig /release" -* to renew - ipconfig /renew - -## reset TCP/IP - - \*lc start lc run type command or cmd lc ok type "netsh int ip reset c:\\reset c:\\resetlog.txt" press enter type exit press enter - -## checking the NIC - -* lc start lc cp dlc system lc hardware tab lc device manager button lc (+) next to network adapters - * still looking for the X symbox the ? symbol, and the ! symbol. - -## System Restore (ME & XP) - -* LC Start programs accessories system tools lc system restore - * create a restore point always create before uninstalling restore to an earlier time - as a last resort , no further back than 15 days - -# windows 2000 - -exactly like XP with the following exceptions - -* no system restore -* no built in firewal -* no built in pppoe -* must rip & reinstall TCP/IP (Must have disk) - -## to check network properties - -\*DLC my comp dlc cp dlc network and dial up connection s RC connection lc properties lc networking TAB - -# Windows NT - -## to check propeties of a connection - - \*( dlc my comp dlc dial up networking lc more butoon lc endit entry and modem properties - -# macintosh (apple) - -* **do not support version 8 or older** - -## how to determine version - -* click apple click about this computer/mac - -## how to get to remote access - -* click apple click control panels click remote access - -## how to configure for DSL / OS 9 and 8 - -* click apple click control panels click tcp/ip set connect via to built in ethernet configure settings manually=> static using DHCP - Dynamic - -## to get to the internet setupassistant - -* double click hard drive find and double click assistants folder double click internet setup assistant + follwo assistant - -## how to use free ppp to check username and password - -* click apple click control panels click free ppp setup click > to expand screen click accounts tab click edit button check username and password - -# MAC X - -## how to make dial up connection - -* click apple click system preferences double click network click configure and choose internal modem check settings -* TCP/IP set to PPP -* PPP check username / password -* proxies check for proxies -* modem no inits change the drivers - -## how to configure DSL connection - -* click apple click system preferences double click network click ()show) configure and choose build in ethernet check settings - * TCP/IP => static manually dynamic - using DHCP - * [[PPPoE]] => configure PPPE check User/Pass - * Proxies => check for Proxy Servers - -## Interaction Client - -1. what is the client -2. what are teh three states a tech 1st) can be in ? -3. what are Queues? -4. how do you transfer calls to second level? -5. how do you transfer a call to another tech? -6. how do you log out? - -# Basic Linksys Router Setup - -computers (192,168.1.x => lan (router) / NAT / WAN => modem => wall jack - -* NAT = Network Address Translator -* WAN = Wide Area Net -* LAN = local Area Network -* LAN IP = Gateway for each PC - -How do you access a routers interface, like to enter a static IP address? - -1. run an IP configuration and obtain the GW address (should be 192.168.x.x or 10.x.x.x ) -2. open your web browser and enter the GW address into the address bar and click "go" -3. at the username / password pop up, you enter the default login => LC OK button - --- [[Main/TravisBarker]] - 04 Oct 2005 diff --git a/Main/UserGroups.mdwn b/Main/UserGroups.mdwn deleted file mode 100644 index bd6f2de7..00000000 --- a/Main/UserGroups.mdwn +++ /dev/null @@ -1,3 +0,0 @@ -This page has moved to [[Hurd/UserGroups]] - --- [[Main/GrantBow]] - 25 Feb 2004 diff --git a/Main/VasterasOffice.mdwn b/Main/VasterasOffice.mdwn deleted file mode 100644 index 261f6302..00000000 --- a/Main/VasterasOffice.mdwn +++ /dev/null @@ -1,12 +0,0 @@ -Information on the [V�ster�s](http://www.vasteras.se) Office. - -* Address: V�ster�s, [Sweden](http://www.sweden.com) -* Phone: -* Fax: -* List of people - * [[JoachimNilsson]] - * [[JakobEriksson]] - -Related topic: [[OfficeLocations]], [[TWikiUsers]] - --- [[Main/JoachimNilsson]] - 12 May 2002 diff --git a/Main/VirtualOffice.mdwn b/Main/VirtualOffice.mdwn deleted file mode 100644 index 125214d7..00000000 --- a/Main/VirtualOffice.mdwn +++ /dev/null @@ -1,3 +0,0 @@ -The [[VirtualOffice]] is for people without an office location. - --- [[Main/JoachimNilsson]] - 29 Sep 2002 diff --git a/Main/WebalizerDiscuss.mdwn b/Main/WebalizerDiscuss.mdwn deleted file mode 100644 index 689ab70b..00000000 --- a/Main/WebalizerDiscuss.mdwn +++ /dev/null @@ -1,9 +0,0 @@ -I see spikes in September, December and this month so far. But September was alot of active people (# sites was actually down). December lots of bandwidth and visits but pages was flat - casual lookers. I'm sure I'm presonally having an effect in the current month already. :-) I've also talked on #hurd again a bit and gotten the pisg IRC statistics going for the folks there. - --- [[Main/GrantBow]] - 08 Mar 2004 - -It has been quite interesting to see how the notification emails sometimes increase as well. For quite some time it was dead silent but now I get like ten emails a day. - -When it rains it pours, I guess. :) - --- [[Main/JoachimNilsson]] - 08 Mar 2004 diff --git a/Main/WhoRunsGNU.mdwn b/Main/WhoRunsGNU.mdwn deleted file mode 100644 index cf1d6f2a..00000000 --- a/Main/WhoRunsGNU.mdwn +++ /dev/null @@ -1,3 +0,0 @@ -This page has moved to [[Hurd/WhoRunsGNU]] - --- [[Main/GrantBow]] - 25 Feb 2004 diff --git a/Main/discussion.mdwn b/Main/discussion.mdwn deleted file mode 100644 index fa143fad..00000000 --- a/Main/discussion.mdwn +++ /dev/null @@ -1,13 +0,0 @@ -# Meta discussions about the Main web - -Created. - -Good work on the front page, Grant! - -I've done some minor cosmetic changes only. See the [[SCRIPTURLrdiffSCRIPTSUFFIXMainHurdGnuFansOrgrev1129rev2128]] for details. - --- [[Main/JoachimNilsson]] - 23 Nov 2002 - -You did all the hard work in this area! I'm glad we have a [[Main]] to play with again. I like the idea of moving the main page to it's own topic. I'm going to rework the WebHome as I have done all the other similar pages. This is great, thanks! - --- [[Main/GrantBow]] - 29 Dec 2002 -- cgit v1.2.3