Linuz ISPFx
Brought to you by:
dsdinter
=============================================================================
=============================================================================
@@ @@ @@ @@ @@ @@ @@@@@@@
@@ @@ @@@ @@ @@ @@ @@
@@ @@ @@@@ @@ @@ @@ @@@
@@ @@ @@ @@@@ @@ @@ @@
@@@@@@@ @@ @@ @@@ @@@@@@ @@@@@@@
Copyright 2011-2012 David Sabater
==============================================================================
==============================================================================
Aoccdrnig to rscheearch at an Elingsh uinervtisy, it deosn't mttaer in waht
oredr the ltteers in a wrod are, the olny iprmoetnt tihng is taht the frist
and lsat ltteer are in the rghit pclae. The rset can be a toatl mses and
you can sitll raed it wouthit a porbelm. Tihs is bcuseae we do not raed
ervey lteter by it slef but the wrod as a wlohe and the biran fguiers it
out aynawy.
... so please excuse us for every typo in the documentation, man pages or
code, btw fixes and patches are welcome.
==============================================================================
==============================================================================
R E Q U I R E D L I B R A R I E S
==============================================================================
MANDATORY:
- libnet >= 1.1.2.1
- libpthread
- zlib
- ncurses >= 5.3
OPTIONAL:
To enable plugins:
- libltdl (part of libtool)
To support SSH and SSL decryption:
- openssl 0.9.7
============================================================================
LICENSE
============================================================================
GNU GENERAL PUBLIC LICENSE.
see COPYING for details...
============================================================================
AUTHORS
============================================================================
David Sabater (dsdinter) <dsdinter@users.sourceforge.net>
============================================================================
INSTALLATION
============================================================================
The easiest way to compile ispfx is in the form:
./autogen.sh
./configure
make
make install
read INSTALL for further details... and REAME.PLATFORMS for any issue
regarding your operating system.
==============================================================================
H O W T O C O M P I L E F R O M G I T
==============================================================================
First you have to clone the project from the git repository:
# git://git.code.sf.net/p/linuz/ispfx linuz-ispfx
If you already had the repository cloned, you will need to pull the latest changes:
# cd ispfx
# git pull
Once you have downloaded your fresh copy of the git, you have to generate the
autoconfiguration scripts.
NOTE: you will need up to date autotools.
# ./autogen.sh
Then you are ready to compile the source as usual:
# ./configure --your-options-here
============================================================================
HOW TO USE IT
============================================================================
...
============================================================================
TECHNICAL PAPER
============================================================================
INTRODUCTION
Bla, bla bla
==============================================================================
vim:ts=3:expandtab