Wiki++ documentation

1

Introduction

The Wiki++ lib are made to make easy the comunication between C++ and mediawiki.

Wiki++ license

Copyright c 2008, 2009 by Fabio Alessandro Locati (fabiolocati@gmail.com). Permission to use, copy, modify, and distribute this software and its documentation under the terms of the GNU General Public License is hereby granted. No representations are made about the suitability of this software for any purpose. It is provided ”as is” without express or implied warranty. See the GNU General Public License for more details.
Documentation, produced by doxygen, is a works derived from the input used in their production; they are under the CC-BY-SA 3.0.

Installation

Step 1: Download the source

You can find the sources at http://git.f4l3.net/??/wiki++ the last branch version, while for the trunk version you have to look at http://git.f4l3.net/??/wiki++/master

Step 2: Install the library

Install on Linux as root
  1. Move to the folder where you want the Wiki++ library. (I suggest: /usr/lib)
  2. Login as root (or give sudo for all of the following commands)
  3. Take the sources.
    • Source from branch
            svn co https://svn.toolserver.org/svnserver/fale/branches/current/wiki++
      
    • Source from trunk
            svn co https://svn.toolserver.org/svnserver/fale/trunk/wiki++
      
  4. Copy the wiki++/libs/date_time_zones.csv in your main folder (~)
  5. Have fun :)

Install on Linux as normal user
  1. Move to the folder where you want the Wiki++ library. (I suggest: ~/wiki++)
  2. Take the sources.
    • Source from branch
            svn co https://svn.toolserver.org/svnserver/fale/branches/current/wiki++
      
    • Source from trunk
            svn co https://svn.toolserver.org/svnserver/fale/trunk/wiki++
      
  3. Copy the wiki++/libs/date_time_zones.csv in your main folder (~)
  4. Have fun :)

Install on MacOSX
Not available at the moment

Install on Windows
Not available at the moment

Compile your program

Step 1: Download the source

Basically you have to link all the

Step 2: Install the library

Navigation

Documentation