GitXplorerGitXplorer
c

instaview

public
8 stars
6 forks
1 issues

Commits

List of commits on branch master.
Unverified
76f6b03ee79cfc4b2110be17ee43c7c5562cbbf7

Add travis build server integration.

ccscott committed 12 years ago
Unverified
1eaff346d2d2bf1ce27033f2c3ef5b69cd7770d1

Fix one-character typo causing error when used in browser.

ccscott committed 12 years ago
Unverified
55292cd39d1d728733ec9cbcfbae48947a3d3b79

Bump the version # for npm.

ccscott committed 12 years ago
Unverified
35995a15579bb6a67ab461918d320dbf1a3e8e36

Don't distribute the tests via npm.

ccscott committed 12 years ago
Unverified
318a2a418444de6704944fbdcc28ccba69b7ee5e

This is a reusable library => node_modules shouldn't be checked in.

ccscott committed 12 years ago
Unverified
3c723b5fac44baf5dd83d78b8ab6d7c8dd4be502

Bump node version #.

ccscott committed 12 years ago

README

The README file for this repository.

instaview

Build Status

instaview is a Mediawiki to HTML converter in JavaScript. It was originally written by Pedro Fayolle as a fast previewer for Wikipedia at http://en.wikipedia.org/wiki/User:Pilaf. C. Scott Ananian cleaned up the source code and packaged it for npm and volo.

How to Install

npm install instaview

or

volo add cscott/instaview

Usage

Documentation

License

BSD License

Copyright © 2013 C. Scott Ananian

Copyright © 2005-2006 Pedro Fayolle

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.