summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-12-15 21:58:45 +0100
committerThomas Schwinge <tschwinge@gnu.org>2007-12-15 22:22:54 +0100
commitd5fb7b7e2e18d13143ae102fdaceafb3effae53b (patch)
tree756557a4383c8a93e7f59855d1978ad5e43094cb
parentc6972ce6e88950beacdf408c702b53ca694d1681 (diff)
microkernel/mach/gnumach/projects/clean_up_the_code: New file, from `microkernel/mach/gnumach/projects'.
-rw-r--r--microkernel/mach/gnumach/projects.mdwn10
-rw-r--r--microkernel/mach/gnumach/projects/clean_up_the_code.mdwn16
2 files changed, 17 insertions, 9 deletions
diff --git a/microkernel/mach/gnumach/projects.mdwn b/microkernel/mach/gnumach/projects.mdwn
index 348975fa..7e8f19cb 100644
--- a/microkernel/mach/gnumach/projects.mdwn
+++ b/microkernel/mach/gnumach/projects.mdwn
@@ -18,15 +18,7 @@ so that no duplicate efforts end up.
# Task List
-* Clean up the Code
-
- * Remove all dead files from the GNU Mach source tree.
-
- * Restructure the tree in a sane way.
-
- * Remove dead functions/variables/etc from source files.
-
- * Rewrite ugly code.
+* [[Clean_up_the_code]]
* Update the core architecture and drivers
diff --git a/microkernel/mach/gnumach/projects/clean_up_the_code.mdwn b/microkernel/mach/gnumach/projects/clean_up_the_code.mdwn
new file mode 100644
index 00000000..714273ab
--- /dev/null
+++ b/microkernel/mach/gnumach/projects/clean_up_the_code.mdwn
@@ -0,0 +1,16 @@
+[[meta copyright="Copyright © 2005, 2006, 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]]."]]
+
+# Restructure the tree in a sane way
+
+# Remove dead files from the GNU Mach source tree
+
+# Remove dead functions, variables, etc. from source files
+
+# Rewrite ugly code