Update of /cvsroot/dhcp-agent/dhcp-agent
In directory sc8-pr-cvs1:/tmp/cvs-serv20951
Modified Files:
README
Log Message:
added mention of errata and manual in README
Index: README
===================================================================
RCS file: /cvsroot/dhcp-agent/dhcp-agent/README,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** README 6 Jul 2003 17:28:32 -0000 1.10
--- README 8 Jul 2003 17:48:55 -0000 1.11
***************
*** 22,25 ****
--- 22,29 ----
Read the INSTALL file for instructions on compiling and installing dhcp-agent.
+ The project's website is:
+
+ http://dhcp-agent.sf.net/
+
Supported Platforms
-------------------
***************
*** 58,61 ****
--- 62,75 ----
am slower than a greater collective of users.
+ In addition to this you can always check the ERRATA file which is
+ updated whenever bugs are fixed in between releases:
+
+ http://dhcp-agent.sf.net/ERRATA
+
+ The purpose of the ERRATA file is to cull down on release
+ inflation -- to prevent me from cutting a new release everytime a
+ bug is found -- while allowing you, the user, to get any quick
+ fixes, patches, and workarounds for known issues.
+
Documentation
-------------
***************
*** 64,72 ****
reference documentation, and a texinfo manual. The texinfo manual
is installed in your systems info directory and can be read with
! info reads such as "info" or "emacs."
See the INSTALL file to find which "configure" option you should
pass to convert the info manual into HTML if you prefer it in
that format.
About the license
--- 78,92 ----
reference documentation, and a texinfo manual. The texinfo manual
is installed in your systems info directory and can be read with
! info readers such as "info" or "emacs."
See the INSTALL file to find which "configure" option you should
pass to convert the info manual into HTML if you prefer it in
that format.
+
+ In addition to that, if generating the HTML pages is too much
+ work for you, you can browse the manual for the very latest
+ release at:
+
+ http://dhcp-agent.sourceforge.net/manual/dhcp-agent_toc.html
About the license
|