summaryrefslogtreecommitdiff
path: root/src/lib/whatsthis.txt
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-10-31 17:00:41 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-10-31 17:00:41 +0100
commitba9b80f15ad31509840926f7568ddfc57921ad60 (patch)
treeaed6c2575cfbea7974a1fc59609a2f62e166c391 /src/lib/whatsthis.txt
parent5356859d1b9a8155007d2f79a880b8ac5ba8a15e (diff)
lots of changes related to making the choice of the UI between cli and dialog fully transparant. this is a work in progress
Diffstat (limited to 'src/lib/whatsthis.txt')
-rw-r--r--src/lib/whatsthis.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/whatsthis.txt b/src/lib/whatsthis.txt
index 1125767..72e5e15 100644
--- a/src/lib/whatsthis.txt
+++ b/src/lib/whatsthis.txt
@@ -1,7 +1,7 @@
This directory contains several useful functions and scripts, ready to be
used by fifa and it's profiles.
-Right now, all this code is taken (and modified) from the 'real' arch linux install scripts
+Most of this code is taken (and modified) from the 'real' arch linux install scripts
code. (/arch/setup and /arch/quickinst). the modifications are mostly done
to make the code more useable and to separate backend code from the user
interface (which was tightly coupled in the original scripts)
@@ -11,4 +11,5 @@ I couldn't find what license the code is under, but I assume this
is okay.. if not let me know.
The original code is at http://projects.archlinux.org/?p=installer.git;a=summary
-Later on, maybe other code can be put here too.
+I also wrote a few functions myself that I didn't find in the official
+scripts (mostly separate ui functions)