Wikibot

From sselab

(Difference between revisions)
Jump to: navigation, search
(Created page with '===Description=== Allows the download and upload of wiki articles from SSELab MediaWikis. ===Version=== (0.9.1) ===Aim=== This provides an easy and fast way to bring Wiki pages w...')
Line 5: Line 5:
===Aim===
===Aim===
This provides an easy and fast way to bring Wiki pages within your project in line with external ones.
This provides an easy and fast way to bring Wiki pages within your project in line with external ones.
 +
 +
== Installation ==
 +
 +
You can download the OSTP client [https://sselab.de/lab1/user/services/download/ here].
 +
 +
The ostp-client-wikibot requires that a Java Runtime Environment (JRE) be installed on your machine to run. Java SE 5 or greater is recommended.
 +
 +
== First Steps ==
 +
 +
To exectute the client type the following command in your command line:
  $> java -jar ostp-client-wikibot-0.9.1.jar -help
  $> java -jar ostp-client-wikibot-0.9.1.jar -help
-
+
 
 +
Output:
 +
 
  usage: java -jar ostp-client-wikibot-0.9.1.jar [OPTION]...
  usage: java -jar ostp-client-wikibot-0.9.1.jar [OPTION]...
             [[FILE]...|[ARTICLE]]
             [[FILE]...|[ARTICLE]]

Revision as of 18:39, 30 January 2012

Contents

Description

Allows the download and upload of wiki articles from SSELab MediaWikis.

Version

(0.9.1)

Aim

This provides an easy and fast way to bring Wiki pages within your project in line with external ones.

Installation

You can download the OSTP client here.

The ostp-client-wikibot requires that a Java Runtime Environment (JRE) be installed on your machine to run. Java SE 5 or greater is recommended.

First Steps

To exectute the client type the following command in your command line:

$> java -jar ostp-client-wikibot-0.9.1.jar -help

Output:

usage: java -jar ostp-client-wikibot-0.9.1.jar [OPTION]...
            [[FILE]...|[ARTICLE]]
 -extract             extract an article from a SSELab MediaWiki
 -help                print this message
 -o <output folder>   the folder where the output files should be stored
 -p <password>        the password for the SSELab account
 -publish             publish the content of txt files to a SSELab
                      MediaWiki
 -u <user name>       the SSELab account user name to use
 -w <wiki url>        the url to the SSELab MediaWiki

Links