Rainer-Keller/PyGitWiki
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.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Python Git Wiki ================ This is a lightweight Wiki using a Git storage backend for personal use. Edits can be done by regular Git tools or by browser. The main purpose is for personal use on your local machine. The code is *NOT* secured against all kinds of attacks. **Do not use it on public servers.** ### Features * Search * without JavaScript ### First Start 1. Install the python packages * GitPython * Markdown 2. Start the Wiki `./wiki.py` A configuration file and Git repository will be created in `~/.pygitwigi`. The wiki is now ready for use. For customisation check the configuration file `~/.pygitwigi/wiki.conf` ### Quick install on Gentoo ebuild ./gentoo/www-apps/pygitwiki/pygitwiki-0.1.ebuild digest ebuild ./gentoo/www-apps/pygitwiki/pygitwiki-0.1.ebuild merge ### Run as Service In order to start the wiki as a service copy the file misc/pygitwiki.service to ~/.config/systemd/user/ and modity it to match your setup. You can start or enable the wiki via systemd commands: systemctl --user enable pygitwiki systemctl --user start pygitwiki
About
Git and Python based Wiki
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published