summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)Author
2000-06-03`|' now works as it should.Martin Mares
2000-06-03Recognize `|xxxx|' as verbatim text and typeset it using <tt>.Martin Mares
2000-06-02Killed several bugs in kernel-doc. The most painful one was that itMartin Mares
was unable to recognize structure markers `&'.
2000-06-02Use <chapt> for chapters, <sect> for sections and <sect1> for subsections.Martin Mares
2000-06-02Typographical enhancements. Now, the documentation is typeset using a modifiedMartin Mares
book style. Please look at this version and tell me your opinion. Especially I don't feel happy about the spacing and (not) indenting of paragraphs. Also, I've removed things like "fax" and "letter" from the LaTeX mapping file.
2000-06-02Added documentation on protocols.Martin Mares
Protocol hooks deserve an extra chapter (to come soon).
2000-06-02Spelling fixes.Martin Mares
2000-06-02Minor fixes.Martin Mares
2000-06-02Made it *compile* !!!Martin Mares
2000-06-02Results of complete reading of documentation.Pavel Machek
2000-06-01Better handling of parameterless functions.Martin Mares
2000-06-01Some other reply codes allocated.Ondrej Filip
2000-06-01Cisco-like "show ospf neighbors" implemented.Ondrej Filip
2000-06-01Use <funcsect> instead of <sect3>.Martin Mares
2000-06-01BGP: RFC 2842 has replaced the cap-draft.Martin Mares
2000-05-31Documentation updatePavel Machek
2000-05-31This should be enough from the SGMLtools distribution to make theMartin Mares
SGMLtools happy. The only symlink you need now is dist/birddoc -> dist/sgmltool. I'm convinced it could be avoided by renaming the directory instead, but I'd rather avoid it due to CVS pecularities.
2000-05-31Clean LaTeX .aux and .toc files as well.Martin Mares
2000-05-31Formatting of progdoc works in both HTML and LaTeX. The LaTeX outputMartin Mares
still has somewhat weird spacing, but it will be hopefully easy to fix.
2000-05-31Updated headings and copyrights.Martin Mares
2000-05-31Added the introduction chapter of progdoc.Martin Mares
2000-05-31Spelling check and update of LocalWords.Martin Mares
2000-05-31Modified the Makefile to work in the source tree.Martin Mares
From now, you can just `make userdocs' in doc, no need to use ugly scripts. Also, `make progdocs' builds the programmer's documentation in HTML, LaTeX version to come later.
2000-05-31Added new output format `bird' which creates birddoc SGML.Martin Mares
2000-05-31Added tags for markup of programmer's documentation.Martin Mares
2000-05-31Moved old TeX documents to old/ to make them not interfere with doc building.Martin Mares
2000-05-31Added Pipe documentation.Martin Mares
2000-05-30Added section about client.Pavel Machek
2000-05-30Recovering after change linuxdoc->birddocPavel Machek
2000-05-30Don't say too bad things about our concurence.Pavel Machek
2000-05-30Small change in working to make it obvious we are free software.Pavel Machek
2000-05-30Date removed.Pavel Machek
2000-05-30Tried to change garbagetime -> garbage time to be more consistent.Pavel Machek
2000-05-30Fixed bug in RIP docs.Pavel Machek
2000-05-30Moved description of filters to programmers docs.Pavel Machek
2000-05-29Added BGP documentation.Martin Mares
2000-05-29Added introduction to BGP.Martin Mares
2000-05-29Added Kernel protocol documentation.Martin Mares
2000-05-29Capitalize properly in Install section.Martin Mares
BTW, what about configure options and similar things?
2000-05-29Reduce number of chapters -- having subchapter for 2 lines of code looks ↵Pavel Machek
ugly in output.
2000-05-29Minor fixes as requested by Pavel.Martin Mares
2000-05-29Really short installation section added.Pavel Machek
2000-05-29Renamed the DTD from linuxdoc to birddoc.Martin Mares
Pavel, please check whether it builds in your environment as well.
2000-05-29Tried to write a better introduction.Martin Mares
2000-05-29Docs updates.Pavel Machek
2000-05-29Added description of Static, Device and Direct protocols.Martin Mares
2000-05-29Better description of how route is selected.Pavel Machek
2000-05-29Added "what is router" to introduction.Pavel Machek
2000-05-29Spelling fixes.Martin Mares
Added skeleton for subchapters on all the protocols. Each subchapter should contain: Introduction (brief intro to the protocol, where should it be used, references to the relevant standards) Configuration Attributes Example Added a more detailed description of RIP attributes.
2000-05-28Documentation update.Pavel Machek