Skip to content

renxiaoyi/parsoid

 
 

Repository files navigation

Parsoid

Build Status Coverage Status

A combined Mediawiki and html parser in JavaScript running on node.js. Please see (https://www.mediawiki.org/wiki/Future/Parser_development) for an overview of the current implementation, and instructions on running the tests.

You might need to set the NODE_PATH environment variable,

export NODE_PATH="node_modules"

Download the dependencies:

npm install

Run tests:

npm test

Configure your Parsoid web service:

cd api
cp localsettings.js.example localsettings.js
// Tweak localsettings.js

Run the webservice:

 npm start

More details are available at https://www.mediawiki.org/wiki/Parsoid/Setup

License

Copyright (c) 2011-2015 Wikimedia Foundation and others; see AUTHORS.txt.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

Packages

No packages published

Languages

  • JavaScript 98.7%
  • Other 1.3%