/wiki-to-docuxml

Parse content of a wiki page into docuxml format.

Primary LanguageJavaScript

WIKI to docuXML

This project is aimed to create docuXML from a wiki page. Given wiki page URLs, we can generate a docuXML file using this project.

All the testing and developement are based on Chinese wiki pages (zh.wikipedia.org) for now.

Usage

It doesn't depends on anything, plain javascript+css+html. IE won't work so use chrome or firefox instead.

For normal users, there are explainations and steps in 'index' so just follow the instructions in it.

Contribution

Please fork the porject, and submit pull request to me.

  1. Fork the project.

  2. Clone your project and execute the following command (replace the text inside '[]' below with this repository).

git remote add upstream [this git repository, https or ssh]
  1. To sync with upstream master, execute the following command (replace the text inside '[]').
git pull --rebase upstream master

Remember to set '--rebase' tag.

  1. Before issuing new pull requests, sync with upstream master first!!

  2. You can/should do whatever you want to make your branch clean and organized before issuing new pull requests.