All Projects → tankywoo → Simiki

tankywoo / Simiki

Licence: mit
Simiki is a simple wiki framework, written in Python.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Simiki

Docnado
Rapid documentation tool that will blow you away...
Stars: ✭ 67 (-93.81%)
Mutual labels:  static-site-generator, tool
Windows Auto Night Mode
Automatically switches between the dark and light theme of Windows 10 and Windows 11
Stars: ✭ 3,375 (+211.92%)
Mutual labels:  lightweight, tool
hyperdraft
Turn your notes into a website.
Stars: ✭ 59 (-94.55%)
Mutual labels:  static-site-generator, wiki
Customstage
A JavaFX UI framework to create fully customized undecorated windows
Stars: ✭ 148 (-86.32%)
Mutual labels:  wiki, tool
Orchid
Build and deploy beautiful documentation sites that grow with you
Stars: ✭ 418 (-61.37%)
Mutual labels:  static-site-generator, wiki
Awesome Web Cv
📝 Single Page Web Application for Your Outstanding CV
Stars: ✭ 50 (-95.38%)
Mutual labels:  static-site-generator
Tns
tns provides distributed solutions for thrift, support service discovery, high availability, load balancing, the gray release, horizontal scaling, and so on.
Stars: ✭ 53 (-95.1%)
Mutual labels:  tool
Lity
Lightweight, accessible and responsive lightbox.
Stars: ✭ 1,051 (-2.87%)
Mutual labels:  lightweight
Gitauthors
✍️ Get a quick summary of a repo's authors.
Stars: ✭ 50 (-95.38%)
Mutual labels:  tool
Antmove
小程序转换器,基于支付宝/微信小程序, 轻松地转换成其它平台的小程序。
Stars: ✭ 1,078 (-0.37%)
Mutual labels:  tool
Awesome Osx
📦 Awesome stuff for OSX
Stars: ✭ 54 (-95.01%)
Mutual labels:  tool
Viki vim
A personal wiki for Vim
Stars: ✭ 52 (-95.19%)
Mutual labels:  wiki
Hoper
Security tool to trace URL's jumps across the rel links to obtain the last URL
Stars: ✭ 50 (-95.38%)
Mutual labels:  tool
Pigar
☕️ A fantastic tool to generate requirements.txt for your Python project, and more than that. (IT IS NOT A PACKAGE MANAGEMENT TOOL)
Stars: ✭ 1,068 (-1.29%)
Mutual labels:  tool
Coscmd
Stars: ✭ 50 (-95.38%)
Mutual labels:  tool
Concur Static
Generate semi-dynamic UIs with Concur
Stars: ✭ 55 (-94.92%)
Mutual labels:  static-site-generator
Gjlightbluetooth
自己封装的基于CoreBluetooth的蓝牙开发库,内附CoreBluetooth使用demo。数据传递基本上使用Block,还使用了Runtime等技术。
Stars: ✭ 50 (-95.38%)
Mutual labels:  lightweight
Phpwpinfo
Provides an equivalent to the `phpinfo()` but with more WordPress requirements details.
Stars: ✭ 52 (-95.19%)
Mutual labels:  tool
Hugo
Docker image for Hugo, the static-site generator. Includes HTMLProofer for testing.
Stars: ✭ 54 (-95.01%)
Mutual labels:  static-site-generator
Bookmarklet Maker
Tool to create bookmarklet/ javascript apps to automate the web browser.
Stars: ✭ 52 (-95.19%)
Mutual labels:  tool

Simiki

Latest Version The MIT License Build Status Coverage Status

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

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:

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].