https://github.com/zostay/yukki-help
Online help for Yukki
https://github.com/zostay/yukki-help
Last synced: 5 months ago
JSON representation
Online help for Yukki
- Host: GitHub
- URL: https://github.com/zostay/yukki-help
- Owner: zostay
- Created: 2011-03-24T14:42:14.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2012-06-18T23:08:12.000Z (about 14 years ago)
- Last Synced: 2024-12-29T10:29:17.039Z (over 1 year ago)
- Homepage:
- Size: 121 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
Awesome Lists containing this project
README
# README
Yukki is a git-based wiki written in Perl. You can find the best place to install that here:
*
You can also find it on github here:
*
This project is for sharing online Help documentation for the wiki. You can include this documentation in your wiki by adding this to the `repositories` section of your `yukki.conf`, if it is not there already:
yukki:
repository: yukki.git
site_branch: refs/heads/master
name: Help
default_page: home.yukki
anonymous_access_level: read
read_groups: ANY
write_groups: ANY
Then, run:
yukki-git-init yukki git://githup.com/zostay/yukki-help.git
When you look at your wiki (after a server restart if you had to change the configuration), you will see a **Help** link at the top of the page that will give you this documentation repository.
Later, you may update the documentation by running this command:
git --git-dir repositories/yukki.git pull origin master
(Sorry, there's no helper script for that... yet.)