File: TODO

package info (click to toggle)
fortune-mod 1%3A1.99.1-7
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 12,808 kB
  • ctags: 640
  • sloc: ansic: 1,957; makefile: 240; python: 35; sh: 15
file content (25 lines) | stat: -rw-r--r-- 919 bytes parent folder | download | duplicates (7)
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
* 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)

* .fortunerc and /etc/fortunerc support

* More fortunes!

* Properly format all fortunes! (See notes for details)

* Localised -a and -o fortune display

  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>