Happy happy joy joy, www.infodrom.ffis.de is up!
[infodrom.org/www.infodrom.org] / src / projects / other.wml
1 #include <infodrom.style>
2
3 <page title="Infodrom Projects">
4
5 <h1 align=center>Infodrom Projects</h1>
6
7 <p>This is a list of all projects that are not covered in their own
8 section, either because Joey didn't have had enough to time to prepare
9 that or because the project is too small or even because it's sort of
10 dead unfortunately.
11
12 <p><b>Fortune Cookies</b>
13 <blockquote>
14
15 We are maintaining a couple of fortune files.  Please find their web
16 frontend <a href="<root_prefix>Infodrom/fortunes/">here</a>.
17
18 </blockquote>
19
20
21 <p><b>newmail</b>
22 <blockquote>
23
24 newmail is a biff-like tool for the text console.  It first occurred
25 inside of the ELM mail reader.  Since that version is quite old and
26 doesn't understand encoded subject and from lines it has to be
27 improved to be useful again.  The first step has taken, the program
28 and all of its required .c-files have been extracted from the ELM
29 source code.  Since it uses a lot of files and I doubt that
30 everything's needed, a complete rewrite from scratch may worth it.
31
32 </blockquote>
33
34 <p><b>MajorSmart - Majordomo frontend to SmartList</b>
35 <blockquote>
36
37 This is an effort to maintain SmartList as if it was Majordomo.
38 Majordomo run out of competition due to its nonfreeness.  If people
39 were used to remotely maintain some mailing lists and users should be
40 able to gather some information from the lists, this is a proper
41 solution.  Of course, this system runs on infodrom.ffis.de already.
42
43 </blockquote>
44
45 <p><b>uucpsend</b>
46 <blockquote>
47
48 This program provides some neat features to do UUCP batching for INN
49 v1.x.  It is partially based on send-uucp and nntpsend which were
50 included in early versions of INN.
51
52 </blockquote>
53
54 <p><b>xfax</b>
55 <blockquote>
56
57 Intention of this project was to create an easy to use fax client
58 using a graphical user interface.  It was started as tkfaxspool using
59 tcl/tk and ought to be rewritten in C using Gtk.  Due to a lack of
60 time this project is stalled - nowardays there is gfax which should do
61 the very same.
62
63 </blockquote>
64
65 <p><b>Infodrom Linx</b>
66 <blockquote>
67
68 This is a small bookmark maintenance tool that ought to help Joey find
69 the proper links for the questions he gets answered.  Nowardays it
70 consists of more than 500 links to various (mostly Linux oriented)
71 issues.  The first version was written in C using <a
72 href="cgilib/">cgilib</a> and <a href="sqllib/">sqllib</a>.  The
73 current <a href="<root_prefix>linx/">version</a> uses PHP instead.
74
75 </blockquote>
76
77 <p>
78 </page>
79
80 # Local variables:
81 # mode: html
82 # mode: auto-fill
83 # end: