diff options
| author | Richard M. Stallman | 1999-02-01 22:58:10 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1999-02-01 22:58:10 +0000 |
| commit | c6d6677e25695f65c5b0763f63676cbe1bee4846 (patch) | |
| tree | 76e7d481a04680aac83d41354ec214ad8e61734c | |
| parent | 14f1a889f1a433cdfc68be255802f61a77f8523e (diff) | |
| download | emacs-c6d6677e25695f65c5b0763f63676cbe1bee4846.tar.gz emacs-c6d6677e25695f65c5b0763f63676cbe1bee4846.zip | |
*** empty log message ***
| -rw-r--r-- | etc/tasks.texi | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/etc/tasks.texi b/etc/tasks.texi index f645c9d817a..f1a9792936a 100644 --- a/etc/tasks.texi +++ b/etc/tasks.texi | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | @setfilename tasks.info | 3 | @setfilename tasks.info |
| 4 | @settitle GNU Task List | 4 | @settitle GNU Task List |
| 5 | @c This date is automagically updated when you save this file: | 5 | @c This date is automagically updated when you save this file: |
| 6 | @set lastupdate January 17, 1999 | 6 | @set lastupdate February 1, 1999 |
| 7 | @c %**end of header | 7 | @c %**end of header |
| 8 | 8 | ||
| 9 | @setchapternewpage off | 9 | @setchapternewpage off |
| @@ -281,6 +281,10 @@ machine specific parts should be kept well separated. | |||
| 281 | @item | 281 | @item |
| 282 | An implementation of CIFS, the ``Common Internet File System,'' for the | 282 | An implementation of CIFS, the ``Common Internet File System,'' for the |
| 283 | HURD. This protocol is an offshoot of SMB. | 283 | HURD. This protocol is an offshoot of SMB. |
| 284 | |||
| 285 | @item | ||
| 286 | Support (in Linux?) for dumping the non-textual contents of an SVGA | ||
| 287 | console. | ||
| 284 | @end itemize | 288 | @end itemize |
| 285 | 289 | ||
| 286 | @node Extensions, X Windows Projects, Kernel Projects, Top | 290 | @node Extensions, X Windows Projects, Kernel Projects, Top |
| @@ -391,8 +395,16 @@ Software for designing and printing business cards. | |||
| 391 | 395 | ||
| 392 | @itemize @bullet | 396 | @itemize @bullet |
| 393 | @item | 397 | @item |
| 394 | A web-based front end for @code{mon}, so that it can do the | 398 | A web-based front end for the system and network monitoring program |
| 395 | job of Big Brother (which is not free software). | 399 | @code{mon}, so that it can do the job of Big Brother (which is not free |
| 400 | software). Some other modifications to mon are probably necessary. | ||
| 401 | @code{mon} is considered to be at least as good as Big Brother except | ||
| 402 | for the lack of a good Web-based display to make it easy to scan the | ||
| 403 | status at a glance. | ||
| 404 | |||
| 405 | It might be good to add a few other features to @code{mon}, including | ||
| 406 | ``dialup'' hosts: systems that are monitored, but for which the lack of | ||
| 407 | any reply is not considered a failure. | ||
| 396 | 408 | ||
| 397 | @item | 409 | @item |
| 398 | A teleconferencing program which does the job of CU-SeeMe (which is, | 410 | A teleconferencing program which does the job of CU-SeeMe (which is, |
| @@ -439,6 +451,7 @@ If you think of others that should be added, please | |||
| 439 | send them to @email{gnu@@gnu.org}. | 451 | send them to @email{gnu@@gnu.org}. |
| 440 | 452 | ||
| 441 | @itemize @bullet | 453 | @itemize @bullet |
| 454 | @ignore OpenBIOS is doing this | ||
| 442 | @item | 455 | @item |
| 443 | A simple PC BIOS. On most new PCs, the BIOS is stored in writable | 456 | A simple PC BIOS. On most new PCs, the BIOS is stored in writable |
| 444 | memory (misleadingly known as ``flash ROM''). In order to have a wholly | 457 | memory (misleadingly known as ``flash ROM''). In order to have a wholly |
| @@ -451,6 +464,7 @@ it starts up. Also, it is not absolutely necessary to do all the many | |||
| 451 | diagnostics that an ordinary BIOS does (though it would be useful to do | 464 | diagnostics that an ordinary BIOS does (though it would be useful to do |
| 452 | some of them). However, there may be a need to configure certain data | 465 | some of them). However, there may be a need to configure certain data |
| 453 | in the computer in a way that is specific to each model of computer. | 466 | in the computer in a way that is specific to each model of computer. |
| 467 | @end ignore | ||
| 454 | 468 | ||
| 455 | @item | 469 | @item |
| 456 | A free program that can transfer files on a serial line | 470 | A free program that can transfer files on a serial line |
| @@ -519,6 +533,9 @@ A free replacement for the semi-free Qt library. | |||
| 519 | @item | 533 | @item |
| 520 | High-quality music compression software. | 534 | High-quality music compression software. |
| 521 | (Talk with @email{phr@@netcom.com} for relevant suggestions.) | 535 | (Talk with @email{phr@@netcom.com} for relevant suggestions.) |
| 536 | Unfortunately we cannot implement the popular MP3 format | ||
| 537 | due to patents, so this job includes working out some other | ||
| 538 | non-patented format and compression method. | ||
| 522 | 539 | ||
| 523 | @item | 540 | @item |
| 524 | A program to play sound distributed in ``Real Audio'' format. | 541 | A program to play sound distributed in ``Real Audio'' format. |