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++/masterStep 2: Install the library
Install on Linux as root
- Move to the folder where you want the Wiki++ library. (I suggest: /usr/lib)
- Login as root (or give sudo for all of the following commands)
-
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++
-
Source from branch
- Copy the wiki++/libs/date_time_zones.csv in your main folder (~)
- Have fun :)
Install on Linux as normal user
- Move to the folder where you want the Wiki++ library. (I suggest: ~/wiki++)
-
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++
-
Source from branch
- Copy the wiki++/libs/date_time_zones.csv in your main folder (~)
- Have fun :)
Install on MacOSX
Not available at the moment
Install on Windows
Not available at the moment