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