1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

A feeble attempt to fix the atrocious grammar in doc/README.

This commit is contained in:
Petr Baudis 2005-09-17 03:16:24 +02:00 committed by Petr Baudis
parent 7cabb6c1b3
commit a529ed444b

View File

@ -1,23 +1,24 @@
Overview of the ELinks documentation Overview of the ELinks documentation
There is only limited documentation available for ELinks, sorry. It basically There is only limited documentation available for ELinks so far, sorry. It
consists of the documents in this directory and the features.conf, README and basically consists of the documents in this directory and the features.conf,
INSTALL files in the project's root directory. README and INSTALL files in the project's root directory.
The files you will find in this directory are the man pages living in the man/ The files you will find in this directory are manpages living in the man/
directory and a bunch of .html and especially .txt (wait, you expect HTML directory and a bunch of .html and especially .txt (wait, you expect HTML
browser to carry its documentation around in HTML?). The index.txt file browser to carry its documentation around in HTML?) documents. The index.txt
contains the table of contents listing all these files. file contains the table of contents which should help you navigating between
the files.
Tools Tools
----- -----
The manual is written in asciidoc. However you will also need xmlto to process The manual is written in asciidoc, however you will also need xmlto to process
docbook XML generated by asciidoc into manpages and the html-chunked manual. If docbook XML generated by asciidoc into manpages and the html-chunked manual.
you want to translate .pod files you need pod2html. If you want to translate .pod files you need pod2html.
All these tools are checked by configure so that to successfully build all All these tools are checked by configure, thus to successfully build all the
possible documentation (with the tools available on the system) run possible documentation (with the tools available on the system), just run
$ make all-docs $ make all-docs
@ -26,16 +27,17 @@ in the doc/ directory.
Contributing Contributing
------------ ------------
Contributions are very warmly welcomed. Wether it be fixing of typos or bad Contributions are very warmly welcomed, whether it is fixing typos or bad
grammar, rewritings or new material. All info relevant to ELinks usage can be grammar, rewritings or new material. Any information relevant to ELinks usage
included in the manual. Including FAQ material, tips and cheats ;) can be included in the manual, including FAQ material, tips and cheats ;)
There is no strict codingstyle. But please don't limit your use of whitespace There is no strict codingstyle, but please don't limit your use of whitespaces
and take a look at the style used in the current documents to get ideas of what and take a look at the style used in the current documents to get ideas of what
is reasonable. is reasonable.
Contributions should be sent to Jonas Fonseca <fonseca@diku.dk>. If your changing Contributions should be sent to Jonas Fonseca <fonseca@diku.dk> or to the
something in an existing document please read about how to make unified patches ELinks mailing list. If you are changing something in an existing document,
in the Patches section of the doc/hacking.txt file. please read about how to make unified patches in the Patches section of the
doc/hacking.txt file.
$Id: README,v 1.14 2005/05/24 19:05:14 jonas Exp $ $Id: README,v 1.14 2005/05/24 19:05:14 jonas Exp $