Giter Site home page Giter Site logo

microwiki's Introduction

This is μWiki, a very small but fully functional wiki.  It is as much
an exercise in modular WSGI development as a functional product.  The
total code base is currently about 3500 lines of code, of which only
about 150 lines are the wiki proper.  Everything else is infrastructure.

The current code base is the result of a major overhaul that added user
authorization through Facebook and OpenID (currently hard-coded to use
Google, but that's easy to change).  Some more work is needed to make it
easy for someone besides me to install it.  But this is more or less
what you have to do:

1.  Make a copy of initial-content.  If you are going to run μWiki
under a web server running as some other user then you also need to
give appropriate write permissions into the content directory.

2.  Edit config.py.  At a minimum you have to set content_root to
point to whereever you put your copy of initial_content.  You should
also install your Facebook application ID (if you don't have one you
can get one at http://developers.facebook.com/setup/) and at least one
email address in the admins variable.

3.  Start μWiki.  To run locally: python -i driver.wsgi.  To run under
a server, make sure your content directory has appropriate privileges
set, and point a WSGIScriptAlias (or whatever your server uses) to
driver.wsgi.

4.  Point your browser at whatever URL you are running at and follow the
directions there to complete the setup process.

Send comments, questions and bug reports to [email protected]

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.