X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Mainpage.dox;h=5d0dbeba7bf91981bf4b7c5bf7fc4176583decbf;hb=553781d9e9bce316dca24ac4f0c42e5613e849e0;hp=51f251561ed585a69b87212cd835aea8e5fad3bd;hpb=ac6a813d9d99f7add4e13aff7a4bcd314d5604a6;p=senf.git diff --git a/Mainpage.dox b/Mainpage.dox index 51f2515..5d0dbeb 100644 --- a/Mainpage.dox +++ b/Mainpage.dox @@ -30,13 +30,14 @@ \see \ref usage\n \ref example\n + Current status: Cross reference of action points\n The BerliOS project page\n The SENF Wiki at BerliOS */ /** \page usage Using the SENF framework - The SENF Framework is a collection of lossly coupled + The SENF Framework is a collection of loosely coupled modules. The libraries are heavily object oriented and template based. For compatibility reasons, the libraries are therefore built together with every project making use of the framework. @@ -64,6 +65,8 @@ \li Doxygen (http://www.doxygen.org) \li The \c dia diagram editor (http://www.gnome.org/projects/dia/) + \li HTML \c tidy (http://tidy.sourceforge.net/) + \li \The \c xsltproc XSLT processor (http://xmlsoft.org/XSLT/xsltproc2.html) The library is only tested with gcc-3.4 and 4.0 on Linux. On other @@ -250,8 +253,8 @@ \section new_conf Configuring SENFSCons To set up the build environment, copy the - senfscons/SConstruct.template to Satscons in the - project root. The default setup of this file is to build all + senfscons/SConstruct.template to SConstruct in + the project root. The default setup of this file is to build all subdirectories (using the \c SConscript files of the subdirectories). You can add additonal global targets and configuration parameters here. @@ -341,8 +344,8 @@ library. This library will provide efficient and convenient access to all protocol fields. It supports parsing as well as modifying and creating packets. It has default support - for the most important TCP protocols and is highly extensible - with new protocols. + for the most important internet protocols and is highly + extensible with new protocols. \li Go over the Utils library. It contains small helpers to simplify tasks like daemonization, exception handling,