summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO1
-rwxr-xr-xmake-doc.sh4
2 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index f27dad5..f457c3c 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,7 @@
See also the FIXME's and TODO's in the code, and http://bugs.archlinux.org/toplevel/proj6
CURRENT ISSUES:
+* at some point we will/should support pxe based or same-system based arch installations. document that.
* implement depend_profile
* add /var/lib/aif/profiles directory to packages and document it.
* check the existence of /src/core/pkg and based on that set a different default value. in interactive_select_source
diff --git a/make-doc.sh b/make-doc.sh
index 3b4b12d..e05fb7c 100755
--- a/make-doc.sh
+++ b/make-doc.sh
@@ -1,5 +1,9 @@
#!/bin/sh
which markdown &>/dev/null || echo "Need markdown utility!" >&2
+# do we need to sed links?
+# do we need to add section 'avail languages'? like http://wiki.archlinux.org/index.php/Official_Arch_Linux_Install_Guide
+# what about summary and related articles?
+# obfuscate email?
for i in doc/official_installation_guide_??
do