GithubHelp home page GithubHelp logo

wiki-evolution's Introduction

wiki-evolution

Visualize evolution of your MediaWiki based site

NPM version

Download stats

Requirements

  • MediaWiki-based wiki
  • gource for visualizing the history (will create a set of images)
  • avconv to convert a set of images to a video file
  • xvfb to run gource in a virtual X server environment
  • nodejs with npm installed

Running

sudo apt-get install gource libav-tools xvfb

should be enough on Debian-powered machines

How to install and run it?

npm install -g wiki-evolution

and then run wiki-evolution <wiki domain>, for instance:

wiki-evolution poznan.wikia.com
wiki-evolution fo.wikipedia.org

This will install wiki-evolution npm module globally and render the visualization for poznan.wikia.com and Faroese Wikipedia.

For large wikis with a long edits history you can include every N-th edit only:

EDITS_COMPRESSION=150 wiki-evolution muppet.wikia.com

This will include only the first, 150th, 300th, ... edit of each article.

Debug mode

Run the wiki-evolution script with DEBUG=1 env variable set to enable nodemw library debug mode:

DEBUG=1 EDITS_COMPRESSION=150 wiki-evolution muppet.wikia.com
...
debug:   API action: query
debug:   GET <http://muppet.wikia.com/api.php?action=query&prop=revisions&rvprop=ids%7Ctimestamp%7Csize%7Cflags%7Ccomment%7Cuser&rvdir=newer&rvlimit=5000&titles=X&continue=&format=json>
...

Genesis

Port of WikiEvolution extension developed during Wikia 2012 internship programme by @drzejzi. It's meant to be run standalone (i.e. outside MediaWiki stack) and generate wonderful videos of how your site evolved from its very beginning.

Examples

Poznańska Wiki

Read more

wiki-evolution's People

Contributors

macbre avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.