Multi-purpose C++ class library
libapolloron version 0.42.2
Copyright (C) 2002-2009 Tachibanamasashi <moomin@users.sourceforge.jp>


HOW TO MAKE
  [normal]
   make

  [supporting libiconv (not recommended)]
   ./configure --with-iconv; make

  [supporting openssl (this is default if possible to link)]
   ./configure --with-openssl; make

  [not supporting openssl]
   ./configure --without-openssl; make


HOW TO USE
  (1) See "test/test.cc" as a example program.
  (2) See the library header file "include/apolloron.h".
  (3) See Source files.
  (4) Ganbaru (never mind).


LICENSE
  LGPL
  *Oniguruma is BSD style license.
  *MD5 library is zlib/libpng license.

HISTORY
  0.42.2: fixed ISO-8859-*, added KOI8-R, KOI8-U and CP1251
  0.42.1: fixed bug of converting UTF-7 / UTF-7-IMAP (return code)
  0.42.0: added configure options
  0.41.9: added isEmailAddress
  0.41.8: added startTls
  0.41.7: added OpenSSL support in Socket class
  0.41.6: modified configure for supporting libiconv
  0.41.5: supported IPv6
  0.41.4: added changeReturnCode
  0.41.3: renamed CGI class
  0.41.2: fixed unescapeHTML for compatible with IE
  0.41.1: improved performance
  0.41.0: added Wild Card match method in String
  0.40.9: defined DATEFORMAT_RFC822 and DATEFORMAT_ISO8601
  0.40.8: added utils.cc
  0.40.7: added flock
  0.40.6: added DateTime class
  0.40.5: added UTF-8 clean up function for internal use
  0.40.4: added loadConfigFile method in Keys class
  0.40.3: fixed hankaku-kana problem in jis_to_sjis function
  0.40.2: added multipart/formdata receiving in Cgi class
  0.40.1: added <#if> in evalText function
  0.40.0: fixed bugs in evalText function
  0.39.9: added evalText function
  0.39.8: fixed some problems for CGI
  0.39.7: to be simple, and add UTF-7 character-set
  0.39.6: fixed charset converting bug
  0.39.5: -
  0.39.4: add japanese width converting function
  0.39.3: changed Object class
  0.39.2: added web tools (not completed)
  0.39.1: changed class name: List and Keys
  0.39.0: added internal function _ltoa(), _dtoa()
  0.38.9: changed source directory of regex, md5
  0.38.8: added namespace apolloron
  0.38.7: added HMAC-MD5 function
  0.38.6: continuing implementation of apolloron database engine.
  0.38.5: change several filenames of source.
  0.38.4: started implementation of apolloron database engine.
  0.38.3: String::version() --> const char* LIBAPOLLORON_VERSION
  0.38.2: charnge linux linker-option
  0.38.1: added socketAccept() (experimental)
  0.38.0: changed library name from liblongstr to libapolloron
