Wikibot-extractor

From sselab

(Difference between revisions)
Jump to: navigation, search
(Created page with '===Description=== Allows the download of wiki articles from SSELab MediaWikis. ===Version=== (0.9.0) ===Aim=== This provides an easy and fast way to bring Wiki pages within your ...')
 
(2 intermediate revisions not shown)
Line 6: Line 6:
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.
-
===Links===
 
 +
=== First Steps ===
-
[[wikibot-extractor_installation | Installation]]
+
To exectute the client type the following command in your command line:
-
[[wikibot-extractor_first-steps | First Steps]]
+
$> java -jar ostp-client-wikibot-0.9.1.jar -u USERNAME -p PASSWORD -extract -w https://sselab.de/URLTOPROJECTWIKI/index.php SimpleArticle
 +
 
 +
Please replace USERNAME, PASSWORD, and URLTOPROJECTWIKI with your username and password of your SSELab account.
 +
 
 +
The url to your project wiki should look something like this:
 +
 
 +
* Internal Mediawiki: https://sselab.de/labX/private/intwiki/PROJECTNAME/index.php
 +
* External Mediawiki: https://sselab.de/labX/private/extwiki/PROJECTNAME/index.php
 +
 +
Output:
 +
Extracting wiki article 'SimpleArticle'...
 +
Wrote 1 file(s) to 'C:\Users\user\Documents\.'.
 +
 
 +
===Links===

Current revision as of 18:56, 30 January 2012

Contents

Description

Allows the download of wiki articles from SSELab MediaWikis.

Version

(0.9.0)

Aim

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


First Steps

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

$> java -jar ostp-client-wikibot-0.9.1.jar -u USERNAME -p PASSWORD -extract -w https://sselab.de/URLTOPROJECTWIKI/index.php SimpleArticle

Please replace USERNAME, PASSWORD, and URLTOPROJECTWIKI with your username and password of your SSELab account.

The url to your project wiki should look something like this:

Output:

Extracting wiki article 'SimpleArticle'...
Wrote 1 file(s) to 'C:\Users\user\Documents\.'.

Links


  • This page was last modified on 30 January 2012, at 18:56.
  • This page has been accessed 14,703 times.