diff options
author | GNU Hurd wiki engine <web-hurd@gnu.org> | 2008-07-26 15:56:53 +0000 |
---|---|---|
committer | GNU Hurd wiki engine <web-hurd@gnu.org> | 2008-07-26 15:56:53 +0000 |
commit | b0d3ce047a486b7f50191fc4663b4db2ce997bae (patch) | |
tree | e04b1cc9d4d5e070e73b121a08eb64f5625a8327 | |
parent | 2f9d697d1298cd744d3cf5362055380d252168b7 (diff) | |
parent | eee1566c5165980e281437c025536491655520e6 (diff) |
Merge branch 'master' of wiki@192.168.10.50:wiki
-rw-r--r-- | faq.en.in | 78 | ||||
-rw-r--r-- | hurd.mdwn | 1 | ||||
-rw-r--r-- | mailing_lists.mdwn | 13 | ||||
-rw-r--r-- | trackers.mdwn | 27 |
4 files changed, 40 insertions, 79 deletions
@@ -25,86 +25,8 @@ license is included in the file COPYRIGHT. Neal H Walfield neal@cs.uml.edu -? Generally Speaking - -?? What mailing lists are there? - -{NHW} There are four principle mailing lists: - -- bug-hurd@gnu.org: Development of the Hurd and Mach. -- help-hurd@gnu.org: General questions about the Hurd. -- web-hurd@gnu.org: Maintenance of the Hurd webpages at - http://www.gnu.org/software/hurd/hurd.html -- debian-hurd@lists.debian.org: All things related to Debian GNU/Hurd - (especially porting issues). - -Subscribe in the usual manner. - -?? Where do I submit bug reports? - -{AMS} Either send the bug report as an email to bug-hurd@gnu.org, or -use the Savannah Bug Tracker at -http://savannah.gnu.org/bugs/?group=hurd. - -?? Is there a TODO list? - -{NHW} Yes, in fact, several. - -- <hurd>/tasks -- <hurd>/TODO - -?? There is so much spam in GNU mailing lists! Why? - -{OK} GNU mailing lists don't have spam filters so that anyone can post -to mailing lists and mail won't get lost. It's expected that -subscribers have their own spam filtering. - -Please don't raise this topic in Hurd mailing lists -- it's off-topic -issue. Search mailing lists archives for threads about spam in Hurd -mailing lists. - ? Installation -?? Where do I get Debian GNU/Hurd? - -{AMS} Instructions on how to download and install Debian GNU/Hurd are -available at http://www.debian.org/ports/hurd/ - -Debian GNU/Hurd can also be installed using a CD, information about it -can be found at the following site: -http://www.debian.org/ports/hurd/hurd-cd - -?? How do I install Debian GNU/Hurd? - -{NHW} Consult one of the installation guides. The most up to date guide -can be found at: - - http://www.debian.org/ports/hurd/hurd-install - -?? What kind of hardware is supported? - -{NHW} Currently, the GNU Hurd only runs on IA32 machines, however, -porting to other architectures should not be difficult: the code has -always been written with portability in mind. - -With respect to drivers, GNU Mach uses a subset of the drivers from the -Linux 2.0.x kernel. A relatively complete hardware compatibility guide -can be found at: - - http://www.nongnu.org/thug/gnumach_hardware.html - -If you run into trouble, it is most likely that: - -- You are using IRQ sharing; GNU Mach does not support this in the - least. -- A device driver is frobbing the hardware and accidentally activating - the wrong device. - -In the former case, you should start removing devices or play with the -BIOS. As for the latter, GNU Mach does not support loadable kernel -modules. Therefore, you will have to compile a new kernel and only -activate those device drivers that you actually need. - ?? What partition type should I use for my GNU/Hurd partitions? {MB} You should use an ext2 filesystem. Alternatively, you may use BSD @@ -58,6 +58,7 @@ # Developer References * [[Rules]] +* [[Trackers]] * [[Toolchain]] * [[glibc]] * Libraries diff --git a/mailing_lists.mdwn b/mailing_lists.mdwn index e2936a8a..66ae1f58 100644 --- a/mailing_lists.mdwn +++ b/mailing_lists.mdwn @@ -91,6 +91,17 @@ Discussion around and questions regarding the Discussion about the [[GNU_system|hurd/running/gnu]]. +# Spam + +GNU mailing lists used to have no spam filtering applied -- everyone was +allowed to post, the lists were completely unmoderated. This resulted in +getting the lists spammed very much, as you can see in the web archives. If +you're interested in getting hold of (mostly) spam-free mboxes, then talk to +[[Thomas_Schwinge|tschwinge]]. Also [[read_about|unmoderated]] the +spam-rejection techniques being used today. + + # Related -* [[IRC]] + * [[IRC]] + * [[Trackers]] diff --git a/trackers.mdwn b/trackers.mdwn new file mode 100644 index 00000000..cb1d9c89 --- /dev/null +++ b/trackers.mdwn @@ -0,0 +1,27 @@ +[[meta copyright="Copyright © 2008 Free Software Foundation, Inc."]] + +[[meta license="""[[toggle id="license" text="GFDL 1.2+"]][[toggleable +id="license" text="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled +[[GNU_Free_Documentation_License|/fdl]]."]]"""]] + +A number of different trackers are available at the [GNU Savannah Hurd +Group](http://savannah.gnu.org/projects/hurd). + + +# Bugs + +<http://savannah.gnu.org/bugs/?group=hurd> + + +# Tasks + +<http://savannah.gnu.org/task/?group=hurd> + + +# Patches + +<http://savannah.gnu.org/patch/?group=hurd> |