1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Description: Add some points.
Origin: fortune-mod/1.99.1-4
--- b/TODO
+++ a/TODO
@@ -1,6 +1,9 @@
* Replace current Makefiles with an autoconf setup (maybe use
automake?) (Do we even need this?)
+ This would probably be useful for getting people on other distributions
+ and operating systems going with fortune.
+
* Split-off properly offensive fortune file generation (and provide a
fake offensive fortune for when it's not installed)
@@ -12,4 +15,11 @@
* Localised -a and -o fortune display
--- Pascal Hakim <pasc@redellipse.net>
+ This can be mixed in with the configuration support. In addition, it'd be nice
+ to be able to have more than one language and so on.
+
+ At the moment, I (pasc) am working on re-doing the datfile finding code. This
+ would fix a number of small bugs that people have found over the years, and
+ should make it easier to select which sets of fortune you want to display.
+
+-- 20050121 Pascal Hakim <pasc@redellipse.net>
|