rongarret/microWiki
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
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 ron@flownet.com
About
A very small but fully functional wiki
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published