diff options
Diffstat (limited to 'doc/README')
-rw-r--r-- | doc/README | 20 |
1 files changed, 14 insertions, 6 deletions
@@ -2,12 +2,20 @@ Baltisot 0.1.0 ~~~~~~~~~~~~~~ Hello, this is the library Baltisot. If you are reading this, you probably are -a developper and want to learn to use it. Before that, let's talk a bit about -what exactly Baltisot is. +a developper and want to learn how to use it. Before that, let's talk a bit +about what exactly Baltisot is and why I did developped it. Baltisot is a multiple purpose C++ library. I've written as much low level, -middle level and high level classes as possible. I've classified the classes: +middle level and high level classes as possible. Baltisot is NOT a HTTP server. +If you are looking for a general purpose HTTP server, look at Apache or thttpd. +Some people will say that I tried to rewrite everything from scratch. They are +true. I did wrote it because of school projects. Teachers don't allow us to use +much third party work, and we are obliged to work in C++. Since this work began +to be huge and useful, I decided to spread it. + + +I've classified the classes: o Low level: Base - Override memory allocations routines. @@ -53,9 +61,9 @@ empty & any - Two basic regex. You can now read the API file to know how to use each of the classes. As an example, you can read the source from 'Main.cc' into the 'src' directory. -There is two little helpers functions into the 'src/misc.cc' file to generate HTTP -actions. GeneDeroul can read a handle and returns two String array to be used as -a pull down menu. The input handle can be seen as this: +There is two little helpers functions into the 'src/misc.cc' file to generate +HTTP actions. GeneDeroul can read a handle and returns two String array to be +used as a pull down menu. The input handle can be seen as this: ----- begin ----- value1 |