0 purchases
simiki 1.6.2.3
Simiki is a simple wiki framework, written in
Python.
Easy to use. Creating a wiki only needs a few steps
Use Markdown. Just
open your editor and write
Store source files by category
Static HTML output
A CLI tool to manage the wiki
Simiki is short for Simple Wiki :)
New in version 1.6.2.3 (2019-05-11)
Fix Issue #124
New in version 1.6.2.2 (2019-04-21)
Fix PyYAML CVE-2017-18342
Fix Jinja2 CVE-2019-10906
New in version 1.6.2.1 (2017-06-04)
Fix preview not work in py3
Installation
It is available for Python 2.7, 3.3, 3.4, 3.5, 3.6, with Linux, Mac
OS X and Windows.
Install from PyPI:
pip install simiki
Update:
pip install -U simiki
Quick Start
Init Site
mkdir mywiki && cd mywiki
simiki init
Generate
simiki g
Preview
simiki p
For more information, simiki -h or have a look at
Simiki.org
Others
simiki.org
https://github.com/tankywoo/simiki
Email: [email protected]
Simiki
Users
Contribution
Your contributions are always welcome!
Sending pull requests on Pull Requests
Page is the preferred
method for receiving contributions.
Bug fixes can be based on ``master`` branch and I will also merge
into dev branch.
Feature can be based on ``dev`` branch.
Following links are the contribution guidelines you may need:
Fork A Repo
Contributing to Processing with Pull
Requests
Thanks to every
contributor.
License
The MIT License (MIT)
Copyright (c) 2013 Tanky Woo
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
“Software”), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.