Eclipse Wikipedia Editor

Contents

  1. Getting Started
    1. Features
    2. Installation
    3. Creating a Wikipedia Project
  2. Configuration
    1. Wiki Project Settings
    2. Global Wiki Preferences
    3. Customizable Wiki properties
    4. Initial default Values
  3. Download a Wikipedia Article
    1. Example: grabbing a wikibooks.org article
    2. Example: grabbing a wikibooks.org category
  4. Upload a Wikipedia Article
  5. Export to PDF File
  6. Working with the Editor
    1. Save an updated Wikipedia article
    2. The Editor Context Menu
    3. Configuring a MySQL database for link suggestions
    4. Using the Wikipedia articles for PHP or Java documentation
  7. Eclipse Wikipedia Editor Programming Guide
    1. Java Wikipedia API


Contact: axelclk_gmail_com

Java Wikipedia engine

For the rendering of the Wikipedia syntax the Eclipse plugin uses a:

Online Tools based on the Plog4U library

Wiki/Blog with Plog4U wiki rendering engine

Based on the open source Roller Weblogger, which is written in Java, we set up an instance, which uses the Bliki render engine to convert wiki blog entries into the HTML for the blog entries:

  • Groovy-News.org - uses the Bliki rendering engine to convert Wiki Blog texts into HTML entries.

Based on the open source JAMWiki, we set up a wiki here:

As a special extension the blog renderer converts source codes sourrounded by tags like <source lang=java>...</source> into syntax highlighted HTML text. Currently supported tags are:

  • csharp
  • java
  • javascript
  • php

Screenshot