aboutsummaryrefslogtreecommitdiff
path: root/howtos.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-11-13 21:04:51 +0100
committerThomas Schwinge <tschwinge@gnu.org>2007-11-13 21:04:51 +0100
commit6bc5ead2ba235f4746d58086525d07636466e131 (patch)
tree8a67ad0047ab9f2d7bf3eab970664be7c69ec226 /howtos.mdwn
parent653a917a9bfab3842c28b301f98913d13588ad94 (diff)
downloadweb-6bc5ead2ba235f4746d58086525d07636466e131.tar.gz
web-6bc5ead2ba235f4746d58086525d07636466e131.tar.bz2
web-6bc5ead2ba235f4746d58086525d07636466e131.zip
Remove [[howtos]] after having integrated the few link that were not yet referenced from other pages.
Diffstat (limited to 'howtos.mdwn')
-rw-r--r--howtos.mdwn24
1 files changed, 0 insertions, 24 deletions
diff --git a/howtos.mdwn b/howtos.mdwn
deleted file mode 100644
index cada40f4..00000000
--- a/howtos.mdwn
+++ /dev/null
@@ -1,24 +0,0 @@
-[[meta copyright="Copyright © 2007 Free Software Foundation, Inc."]]
-[[meta license="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]]."]]
-
-## Collection of brief !HOWTOs
-
- * [[Setup_a_GNU_System|hurd/running/gnu/setup]] (also known as GNU/Hurd)
- * [[hurd/running/gnu/Create_an_image]] of the GNU System, bootable in qemu,
- for example.
- * <http://eyeside.net/hurd/Hurd-on-QEMU.html> GNU/Hurd on qemu (external link)
- * Setting up translators -- [[some_examples|hurd/translator/examples]]
- * [[hurd/translator/writing/Example]] about how to write a simple Hurd
- translator
- * [[hurd/libhello_example]] -- Hurd library example
-
-## Compilation
-
- * An [[microkernel/mach/gnumach/building/example]] about the compilation of
- GNU Mach from sources
- * An [[hurd/building/example]] about the compilation of Hurd sources