Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-05-31 | Updated headings and copyrights. | Martin Mares | |
2000-05-31 | Added the introduction chapter of progdoc. | Martin Mares | |
2000-05-31 | Spelling check and update of LocalWords. | Martin Mares | |
2000-05-31 | Modified 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-31 | Added new output format `bird' which creates birddoc SGML. | Martin Mares | |
2000-05-31 | Added tags for markup of programmer's documentation. | Martin Mares | |
2000-05-31 | Moved old TeX documents to old/ to make them not interfere with doc building. | Martin Mares | |
2000-05-31 | Added Pipe documentation. | Martin Mares | |
2000-05-30 | Added section about client. | Pavel Machek | |
2000-05-30 | Recovering after change linuxdoc->birddoc | Pavel Machek | |
2000-05-30 | Don't say too bad things about our concurence. | Pavel Machek | |
2000-05-30 | Small change in working to make it obvious we are free software. | Pavel Machek | |
2000-05-30 | Date removed. | Pavel Machek | |
2000-05-30 | Tried to change garbagetime -> garbage time to be more consistent. | Pavel Machek | |
2000-05-30 | Fixed bug in RIP docs. | Pavel Machek | |
2000-05-30 | Moved description of filters to programmers docs. | Pavel Machek | |
2000-05-29 | Added BGP documentation. | Martin Mares | |
2000-05-29 | Added introduction to BGP. | Martin Mares | |
2000-05-29 | Added Kernel protocol documentation. | Martin Mares | |
2000-05-29 | Capitalize properly in Install section. | Martin Mares | |
BTW, what about configure options and similar things? | |||
2000-05-29 | Reduce number of chapters -- having subchapter for 2 lines of code looks ↵ | Pavel Machek | |
ugly in output. | |||
2000-05-29 | Minor fixes as requested by Pavel. | Martin Mares | |
2000-05-29 | Really short installation section added. | Pavel Machek | |
2000-05-29 | Renamed the DTD from linuxdoc to birddoc. | Martin Mares | |
Pavel, please check whether it builds in your environment as well. | |||
2000-05-29 | Tried to write a better introduction. | Martin Mares | |
2000-05-29 | Docs updates. | Pavel Machek | |
2000-05-29 | Added description of Static, Device and Direct protocols. | Martin Mares | |
2000-05-29 | Better description of how route is selected. | Pavel Machek | |
2000-05-29 | Added "what is router" to introduction. | Pavel Machek | |
2000-05-29 | Spelling 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-28 | Documentation update. | Pavel Machek | |
2000-05-25 | Spell checking. | Pavel Machek | |
2000-05-25 | Text version generated from lynx looks as ugly as hell, sgml is much better | Pavel Machek | |
at generating nice output. Unfortunately, sgml output contains a^ha highlight some printers do not like. | |||
2000-05-25 | Add section about routing tables. | Pavel Machek | |
2000-05-25 | Add section about utility functions in filters | Pavel Machek | |
2000-05-25 | Description of types needed for BGP. | Pavel Machek | |
2000-05-25 | SGML correctness fix. | Pavel Machek | |
2000-05-25 | Some more documentation, plus minor fixes. | Pavel Machek | |
2000-05-19 | More updates. | Pavel Machek | |
2000-05-19 | Improve docs of log statment, improve markup. | Pavel Machek | |
2000-05-19 | Descriptive lists rendered better in TeX. | Pavel Machek | |
2000-05-19 | Some spellchecking, and use right tags for right things. | Pavel Machek | |
2000-05-16 | More additions to documentation and spellchecking. | Pavel Machek | |
2000-05-12 | Documentation fixes suggested by mj | Pavel Machek | |
2000-05-11 | Critical files from linuxdoc1 distribution checked in. | Pavel Machek | |
2000-05-11 | Use <m> instead of <i> in bird.sgml, fix url references. | Pavel Machek | |
2000-05-11 | Don't include Rules: they are not needed and break stand-alone make of ↵ | Pavel Machek | |
documentation. | |||
2000-05-09 | New example config. | Martin Mares | |
2000-05-07 | Implemented `show route <...> stats'. | Martin Mares | |
2000-05-07 | Added commands `show route protocol <p>' and `show route import <p>' which | Martin Mares | |
show the routing table as exported to the protocol given resp. as returned from its import control hook. To get handling of filtered extended attributes right (even in the old `show route where <filter>' command), the get_route_info hook gets an attribute list and all protocol specific rte attributes are contained there as temporary ones. Updated RIP to do that. Added ea_append() which joins two ea_list's. |