]> code.delx.au - gnu-emacs/blob - etc/tasks.texi
Doubled the at sign in the email address for Jason White.
[gnu-emacs] / etc / tasks.texi
1 \input texinfo @c -*-texinfo-*-
2 @c %**start of header
3 @setfilename tasks.info
4 @settitle GNU Task List
5 @c This date is automagically updated when you save this file:
6 @set lastupdate January 10, 1999
7 @c %**end of header
8
9 @setchapternewpage off
10
11 @titlepage
12 @title GNU Task List
13 @author Free Software Foundation
14 @author last updated @value{lastupdate}
15 @end titlepage
16
17 @ifinfo
18 @node Top, Intro, (dir), (dir)
19 @top GNU Task List
20
21 This file is updated automatically from @file{tasks.texi}, which was
22 last updated on @value{lastupdate}.
23 @end ifinfo
24
25 @menu
26 * Intro::
27 * Highest Priority::
28 * Documentation::
29 * Unix-Related Projects::
30 * Kernel Projects::
31 * Extensions::
32 * X Windows Projects::
33 * Encryption Projects::
34 * Other Projects::
35 * Languages::
36 * Games and Recreations::
37 @end menu
38
39 @node Intro
40 @chapter About the GNU Task List
41
42 If you did not obtain this file directly from the GNU project and
43 recently, please check for a newer version. You can ftp the task list
44 from any GNU FTP host in directory @file{/pub/gnu/tasks/}. The task
45 list is available there in several different formats: @file{tasks.text},
46 @file{tasks.texi}, @file{tasks.info}, and @file{tasks.dvi}. The GNU
47 HURD task list is also there in file @file{tasks.hurd}.
48 @c to fix an overfill, join the paragraphs -len
49 The task list is also available on the GNU World Wide Web server:
50 @uref{http://www.gnu.org/prep/tasks_toc.html}.
51
52 If you start working steadily on a project, please let @email{gvc@@gnu.org}
53 know. We might have information that could help you; we'd also like to
54 send you the GNU coding standards.
55
56 Because of the natural tendency for most volunteers to write programming
57 tools or programming languages, we have a comparative shortage of
58 applications useful for non-programmer users. Therefore, we ask you to
59 consider writing such a program.
60
61 Typically, a new program that does a completely new job advances
62 the GNU project, and the free software community, more than an
63 improvement to an existing program.
64
65 Typically, new features or new programs advance the free software
66 community more, in the long run, than porting existing programs. One
67 reason is that portable new features and programs benefit people on many
68 platforms, not just one. At the same time, there tend to be many
69 volunteers for porting---so your help will be more valuable in other
70 areas, where volunteers are more scarce.
71
72 Typically, it is more useful to extend a program in functionality than
73 to improve performance. Users who use the new functionality will
74 appreciate it very much, if they use it; but even when they benefit from
75 a performance improvement, they may not consider it very important.
76
77 @node Highest Priority
78 @chapter Highest Priority
79
80 This task list mentions a large number of tasks that would be more or
81 less useful. With luck, at least one of them will inspire you to start
82 writing. It's better for you to work on any task that inspires you than
83 not write free software at all.
84
85 But if you would like to work on what we need most, here is a list of
86 high priority projects.
87
88 @itemize @bullet
89 @item
90 If you are good at writing documentation, please do that.
91
92 @item
93 If you are very good at C programming and interested in kernels, you can
94 help develop the GNU HURD, the kernel for the GNU system. Please have a
95 look at @uref{http://www.gnu.org/software/hurd/hurd.html}, and
96 then get a copy of the latest HURD task list from:
97
98 @itemize @bullet
99
100 @item
101 @uref{http://www.gnu.org/prep/tasks.hurd.html}, via the World Wide
102 Web.
103
104 @item
105 @uref{ftp://ftp.gnu.org/pub/gnu/tasks/tasks.hurd}, via anonymous FTP.
106
107 @item
108 @email{gnu@@gnu.org} via e-mail.
109
110 @end itemize
111
112 @item
113 If you are a Scheme fan, you can help develop Guile. Please have a look
114 at the URL @uref{http://www.gnu.org/software/guile/guile.html}
115 and then contact the Guile developers at @email{guile@@gnu.org}.
116
117 @item
118 A package to convert programs written using MS Access into Scheme,
119 making use of a free data base system and the GTK toolkit.
120
121 @item
122 Help develop XmHTML. See @uref{http://www.xs4all.nl/~ripley/XmHTML/}.
123
124 @item
125 Help develop software to emulate Windows NT on top of GNU systems.
126 For example, you could help work on Willows Twin.
127 See @uref{http://www.willows.com/}.
128
129 @item
130 Implement the Kermit data transfer protocol. (See below.)
131
132 @ignore This is being done (Harmony)
133 @item
134 Develop a free compatible replacement for Qt, a GUI toolkit library. Qt
135 is not free software, because users are prohibited from distributing
136 modified versions. Thus, Qt cannot be included in a free operating
137 system (adding it would make the system as a whole non-free).
138
139 But some developers are writing free applications that use Qt and cannot
140 run without it. These programs, although free software, are useless for
141 free operating systems because there is no way to make them run.
142
143 This is leading to a serious problem, and a free replacement for Qt is
144 the only solution. Hence the high degree of urgency of this project.
145 @end ignore
146
147 @item
148 Develop a substitute, which runs on GNU systems, for some very popular
149 or very important application that many non-programmers use on Windows,
150 and which has no comparable free equivalent now.
151 @end itemize
152
153 @node Documentation
154 @chapter Documentation
155
156 We very urgently need documentation for many existing parts of the
157 system.
158
159 Note that there are proprietary manuals for many of these topics, but
160 proprietary manuals do not count, for the same reason proprietary
161 software does not count: we are not free to copy and modify them.
162 We do not recommend any non-free materials as documentation.
163
164 @itemize @bullet
165 @item
166 A unified manual for La@TeX{}. (Existing documentation is non-free.)
167
168 @item
169 A tutorial introduction to Midnight Commander.
170
171 @item
172 A manual for GNU SQL.
173
174 @item
175 A thorough manual for RCS.
176
177 @item
178 A reference manual for Mach.
179
180 @item
181 A reference manual for the GNU Hurd features in GNU libc.
182
183 @item
184 A manual for writing Hurd servers.
185
186 @item
187 Reference manuals for C++, Objective C, Pascal, Fortran 77, and Java.
188
189 @item
190 A tutorial manual for the C++ STL (standard template library).
191
192 @item
193 GNU Objective-C Runtime Library Manual; this would be a reference manual
194 for the runtime library functions, structures, and classes. Some work
195 has been done on this job.
196
197 @item
198 Manuals for GNUstep: developer tutorial, developer programming manual,
199 developer reference manual, and user manual.
200
201 @item
202 A manual for Ghostscript.
203
204 @item
205 A manual for TCSH.
206
207 @item
208 A coherent free reference manual for Perl. Most of the Perl on-line
209 reference documentation can be used as a starting point, but work is
210 needed to weld them together into a coherent manual.
211
212 @item
213 A good free Perl language tutorial introduction. The existing Perl
214 introductions are published with restrictions on copying and
215 modification, so that they cannot be part of a GNU system.
216
217 @item
218 A manual for PIC (the graphics formatting language).
219
220 @item
221 A book on how GCC works and why various machine descriptions
222 are written as they are.
223
224 @item
225 A manual for programming applications for X11.
226
227 @item
228 Manuals for various X window managers.
229
230 @item
231 Reference cards for those manuals that don't have them: C
232 Compiler, Make, Texinfo, Termcap, and maybe the C Library.
233
234 @item
235 Many utilities need documentation, including @code{grep} and others.
236 @end itemize
237
238 @node Unix-Related Projects
239 @chapter Unix-Related Projects
240
241 @itemize @bullet
242 @ignore
243 @item
244 Modify the GNU @code{dc} program to use the math routines of GNU
245 @code{bc}.
246 @end ignore
247
248 @item
249 A @code{grap} preprocessor program for @code{troff}.
250
251 @item
252 Less urgent: make a replacement for the ``writer's workbench'' program
253 @code{style}, or something to do the same kind of job. Compatibility
254 with Unix is not especially important for this programs.
255 @end itemize
256
257 @node Kernel Projects
258 @chapter Kernel-Related Projects
259
260 @itemize @bullet
261 @item
262 An over-the-ethernet debugger stub that will allow the kernel to be
263 debugged from GDB running on another machine.
264
265 This stub needs its own self-contained implementation of all protocols
266 to be used, since the GNU system will use user processes to implement
267 all but the lowest levels, and the stub won't be able to use those
268 processes. If a simple self-contained implementation of IP and TCP is
269 impractical, it might be necessary to design a new, simple protocol
270 based directly on ethernet. It's not crucial to support high speed or
271 communicating across gateways.
272
273 It might be possible to use the Mach ethernet driver code, but it would
274 need some changes.
275
276 @item
277 A shared memory X11 server to run under MACH is very desirable. The
278 machine specific parts should be kept well separated.
279
280 @item
281 An implementation of CIFS, the ``Common Internet File System,'' for the
282 HURD. This protocol is an offshoot of SMB.
283 @end itemize
284
285 @node Extensions
286 @chapter Extensions to Existing GNU Software
287
288 @itemize @bullet
289 @item
290 Enhance GCC. See files @file{PROJECTS} and @file{PROBLEMS} in the GCC
291 distribution.
292
293 @item
294 Interface GDB to Guile, so that users can write debugging commands in
295 Scheme. This would also make it possible to write, in Scheme, a
296 graphical interface that uses GTK and is tightly integrated into GDB.
297
298 @item
299 Extend Octave to support programs that were written
300 to run on Khoros.
301
302 @item
303 Rewrite Automake in Scheme, so it can run in Guile. Right now it is
304 written in Perl. There are also other programs, not terribly long,
305 which we would also like to have rewritten in Scheme.
306
307 @item
308 Finish the partially-implemented C interpreter project.
309
310 @item
311 Help with the development of GNUstep, a GNU implementation of the
312 OpenStep specification.
313
314 @item
315 Add features to GNU Make to record the precise rule with which each file
316 was last recompiled; then recompile any file if its rule in the makefile
317 has changed.
318
319 @item
320 Add a few features to GNU @code{diff}, such as handling large input
321 files without reading entire files into core.
322
323 @item
324 An @code{nroff} macro package to simplify @code{texi2roff}.
325
326 @item
327 An implementation of XML (see @uref{http://www.w3.org/XML/}).
328
329 @item
330 A queueing system for the mailer Smail that groups pending work by
331 destination rather than by original message. This makes it possible
332 to schedule retries coherently for each destination. Talk to
333 @email{tron@@veritas.com} about this.
334
335 Smail also needs a new chief maintainer.
336
337 @item
338 Enhanced cross-reference browsing tools. (We now have something at
339 about the level of @code{cxref}.) We also could use something like
340 @code{ctrace}. (Some people are now working on this project.)
341 @end itemize
342
343 @node X Windows Projects
344 @chapter X Windows Projects
345
346 @itemize @bullet
347 @item
348 An emulator for Macintosh graphics calls on top of X Windows.
349
350 @item
351 A package that emulates the API of Visual C++, but operates on top of
352 X11. It need not match the screen appearance of Visual C++. Instead,
353 it would be best to use GTK, so as to give coherence with GNOME.
354
355 @item
356 A compatible replacement for Visual Basic, running on top of X11.
357 It need not match the screen appearance of Visual C++. Instead,
358 it would be best to use GTK, so as to give coherence with GNOME.
359
360 @item
361 A music playing and editing system. This should work with LilyPond, a
362 GNU program for music typesetting.
363
364 @item
365 An ear-training program for students of music.
366
367 @item
368 An ephemeris program to replace xephem (which is, alas, too restricted
369 to qualify as free software).
370
371 @item
372 A program to edit dance notation (such as labanotation) and display
373 dancers moving on the screen.
374
375 @item
376 Make sure the Vibrant toolkit works with LessTif instead of Motif.
377
378 @item
379 A program to display and edit Hypercard stacks.
380
381 @item
382 A program for graphic morphing of scanned photographs.
383
384 @item
385 Software for designing and printing business cards.
386 @end itemize
387
388 @node Encryption Projects
389 @chapter Encryption Projects
390
391 These projects need to be written outside the US by people who are not
392 US citizens, to avoid problems with US export control law.
393
394 @itemize @bullet
395 @item
396 A free library for public-key encryption.
397
398 This library should use the Diffie-Helman algorithm for public key
399 encryption, not the RSA algorithm, because the Diffie-Helman patent in
400 the US expired in 1997. This library can probably be developed from
401 the code for the GNU Privacy Guard (now in development).
402
403 @item
404 An implementation of SSLv3 (more precisely, TLSv1) which is patent-free
405 (uses the non-RSA algorithms) and has distribution terms compatible with
406 the GNU GPL. We know of a GPL-covered implemention of a version of SSL
407 that you can use as a starting point.
408
409 @item
410 Free software for doing secure commercial transactions on the web.
411 This too needs public key encryption.
412 @end itemize
413
414 The projects to provide free replacements for PGP and SSH are no longer
415 listed here, because projects to do those jobs are well under way.
416
417 @node Other Projects
418 @chapter Other Projects
419
420 If you think of others that should be added, please
421 send them to @email{gnu@@gnu.org}.
422
423 @itemize @bullet
424 @item
425 A simple PC BIOS. On most new PCs, the BIOS is stored in writable
426 memory (misleadingly known as ``flash ROM''). In order to have a wholly
427 free system on these PCs, we need a free BIOS.
428
429 This task is made simpler by the fact that this BIOS need only support
430 enough features to enable a boot-loader such as LILO or GRUB to finish
431 loading the kernel. Neither Linux nor Mach actually uses the BIOS once
432 it starts up. Also, it is not absolutely necessary to do all the many
433 diagnostics that an ordinary BIOS does (though it would be useful to do
434 some of them). However, there may be a need to configure certain data
435 in the computer in a way that is specific to each model of computer.
436
437 @item
438 A free program that can transfer files on a serial line
439 using the same protocol that Kermit uses.
440
441 @item
442 An imitation of Page Maker or Ventura Publisher.
443
444 @item
445 An imitation of @code{dbase2} or @code{dbase3} (How dbased!)
446
447 @item
448 A general ledger program, including support for accounts payable,
449 account receivables, payroll, inventory control, order processing, etc.
450
451 @item
452 A teleconferencing program which does the job of CU-SeeMe (which is,
453 alas, not free software).
454
455 @item
456 A free ICQ-compatible server program. (The ICQ server itself is not
457 free software.)
458
459 @item
460 A free replacement for Glimpse, which is not free software.
461
462 @item
463 Software for desktop publishing. We are extending Emacs into a WYSIWYG
464 word processor, to handle primarily linear text; what this item proposes
465 is software focused on page layout.
466
467 @item
468 A program to typeset C code for printing, to make it easier to read on
469 paper. For ideas on what to do, see the book,
470
471 @display
472 Human Factors and Typography for More Readable Programs,
473 Ronald M. Baecker and Aaron Marcus,
474 Addison-Wesley, ISBN 0-201-10745-7
475 @end display
476
477 But you don't have to do exactly what they propose.
478
479 @item
480 A program to reformat HTML source to make it easier to read as HTML.
481
482 @ignore
483 @c This is now being worked on -- rms, 22 June 1998
484 @item
485 A program to convert Microsoft Word documents to text/enriched, TeX,
486 LaTeX, Texinfo, or some other format that free software can edit.
487 @end ignore
488
489 @ignore
490 @c People are helping the developer of siff release it as free software.
491
492 @item
493 A free replacement for siff (sometimes called sif). This would be a
494 program to find similar files in a large file system, ``similar''
495 meaning that the files contain a significant number of common substrings
496 that are of a certain size or greater. You can find some information
497 about siff (which is, unfortunately, not free software) at
498 @uref{ftp://ftp.cs.arizona.edu/reports/1993/TR93-33.ps.Z}.
499 @end ignore
500
501 @ignore
502 @c This is being developed -- rms, 3 May 1998
503 @item
504 A free replacement for the semi-free Qt library.
505 @end ignore
506
507 @item
508 High-quality music compression software.
509 (Talk with @email{phr@@netcom.com} for relevant suggestions.)
510
511 @item
512 A program to play sound distributed in ``Real Audio'' format.
513
514 @item
515 A program to generate ``Real Audio'' format from audio input.
516
517 @item
518 Programs to handle audio in RTSP format.
519
520 @ignore @c Software patents have made this domain off limits to free software.
521 @item
522 An MPEG III audio encoder/decoder (but it is necessary to check, first,
523 whether patents make this impossible).
524 @end ignore
525
526 @item
527 Speech-generation programs (there is a program from Brown U that you
528 could improve).
529
530 @item
531 Speech-recognition programs (single-speaker, disconnected speech is sufficient).
532
533 @item
534 A braille translation and formatting system which can convert marked up
535 documents into braille. This should let the user customize the braille
536 translation rules; it would be good to divide it into a
537 device-independent part plus drivers. Contact Jason White,
538 @email{jasonw@@ariel.ucs.unimelb.EDU.AU}.
539
540 @ignore Being done
541 @item
542 A program to display text word by word, always showing just one word at
543 a time. This method permits much faster reading than ordinary text
544 display. If you want to work on this, contact @email{stutz@@dsl.org} to
545 learn more.
546 @end ignore
547
548 @item
549 More scientific mathematical subroutines.
550 (A clone of SPSS is being written already.)
551
552 @item
553 Statistical tools.
554
555 @item
556 A scientific data collection and processing tool,
557 perhaps something like Scientific Workbench and/or Khoros,
558
559 @item
560 Software to replace card catalogues in libraries.
561
562 @item
563 A package for editing genealogical records conveniently.
564 This could perhaps be done as a Gnome program, or perhaps
565 as an Emacs extentsion.
566
567 @item
568 A project-scheduling package that accepts a list of project sub-tasks
569 with their interdependencies, and generates Gantt charts and Pert charts
570 and all the other standard project progress reports.
571
572 @item
573 Grammar and style checking programs.
574
575 @item
576 A program to calculate nutritional information from recipes.
577
578 There is a free (unambiguously public domain) database of nutritional
579 information compiled by the USDA at
580 @url{http://www.nal.usda.gov/fnic/foodcomp}.
581
582 @item
583 A fast emulator for the i386 which works by translating
584 machine instructions into the machine language of the host machine.
585 (Support for emulation of other machines would enhance the program
586 but might make it much more difficult.)
587
588 @item
589 Optical character recognition programs; especially if suitable for
590 scanning documents with multiple fonts and capturing font info as well
591 as character codes. Work is being done on this, but more help is needed.
592
593 @item
594 A program to scan a line drawing and convert it to Postscript.
595
596 @item
597 A program to recognize handwriting.
598
599 @item
600 A pen based interface.
601
602 @item
603 CAD software, such as a vague imitation of Autocad.
604
605 @item
606 A program to receive data from a serial-line tap to facilitate the
607 reverse-engineering of communication protocols.
608 @end itemize
609
610 @node Languages
611 @chapter Programming Languages
612
613 Volunteers are needed to write parsers/front ends for languages such as
614 Algol 60, Algol 68, PL/I, Cobol, Fortran 90, or whatever, to be
615 used with the code generation phases of the GNU C compiler.
616
617 @c Fortran status is here so gnu@gnu.org and the volunteer coordinators
618 @c don't have to answer the question -len
619 You can get the status of the Fortran front end with this command:
620
621 @example
622 finger -l fortran@@gnu.org
623 @end example
624
625 We would like to have translators from various languages into Scheme.
626 These languages include TCL, Python, Perl, Java, Javascript, and Rexx.
627
628 We would like to have an implementation of Clipper, perhaps a GCC front
629 end, and perhaps a translator into Scheme.
630
631 @node Games and Recreations
632 @chapter Games and Recreations
633
634 Video-oriented games that work with the X window system.
635
636 @itemize @bullet
637 @item
638 Empire (there is a free version but it needs upgrading)
639
640 @item
641 An ``empire builder'' system that makes it easy to write various kinds of
642 simulation games.
643
644 @item
645 Improve GnuGo, which is not yet very sophisticated.
646
647 @item
648 Network servers and clients for board and card games for which such
649 software does not yet exist.
650
651 @item
652 A Hierarchical Task Network package which can be used
653 to program play the computer's side in various strategic games.
654
655 @item
656 Write imitations of some popular video games:
657
658 @itemize -
659 @item
660 Space war, Asteroids, Pong, Columns.
661 @item
662 Defending cities from missiles.
663 @item
664 Plane shoots at lots of other planes, tanks, etc.
665 @item
666 Wizard fights fanciful monsters.
667 @item
668 A golf game.
669 @ignore Being done by jhall1@isd.net
670 @item
671 Program a robot by sticking building blocks together,
672 then watch it explore a world.
673 @end ignore
674 @item
675 Biomorph evolution (as in Scientific American and @cite{The Blind
676 Watchmaker}).
677 @item
678 A program to display effects of moving at relativistic speeds.
679 @end itemize
680 @end itemize
681
682 We do not need @code{rogue}, as we have @code{hack}.
683
684 @contents
685
686 @bye
687 Local variables:
688 update-date-leading-regexp: "@c This date is automagically updated when you save this file:\n@set lastupdate "
689 update-date-trailing-regexp: ""
690 eval: (load "/gd/gnuorg/update-date.el")
691 eval: (add-hook 'write-file-hooks 'update-date)
692 End: