{"id":13512254,"url":"https://github.com/tankywoo/simiki","last_synced_at":"2025-05-15T14:06:56.395Z","repository":{"id":55437911,"uuid":"13513985","full_name":"tankywoo/simiki","owner":"tankywoo","description":"Simiki is a simple wiki framework, written in Python.","archived":false,"fork":false,"pushed_at":"2020-12-31T01:45:15.000Z","size":581,"stargazers_count":1150,"open_issues_count":24,"forks_count":155,"subscribers_count":51,"default_branch":"master","last_synced_at":"2025-05-11T13:39:22.751Z","etag":null,"topics":["lightweight","python","static-site-generator","tool","wiki"],"latest_commit_sha":null,"homepage":"simiki.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tankywoo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-12T02:10:53.000Z","updated_at":"2025-04-23T02:05:57.000Z","dependencies_parsed_at":"2022-08-15T00:20:22.939Z","dependency_job_id":null,"html_url":"https://github.com/tankywoo/simiki","commit_stats":null,"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tankywoo%2Fsimiki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tankywoo%2Fsimiki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tankywoo%2Fsimiki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tankywoo%2Fsimiki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tankywoo","download_url":"https://codeload.github.com/tankywoo/simiki/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254355335,"owners_count":22057354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lightweight","python","static-site-generator","tool","wiki"],"created_at":"2024-08-01T03:01:38.743Z","updated_at":"2025-05-15T14:06:51.385Z","avatar_url":"https://github.com/tankywoo.png","language":"Python","funding_links":[],"categories":["Python","python"],"sub_categories":[],"readme":"# Simiki #\n\n[![Latest Version](http://img.shields.io/pypi/v/simiki.svg)](https://pypi.python.org/pypi/simiki)\n[![The MIT License](http://img.shields.io/badge/license-MIT-yellow.svg)](https://github.com/tankywoo/simiki/blob/master/LICENSE)\n[![Build Status](https://travis-ci.org/tankywoo/simiki.svg)](https://travis-ci.org/tankywoo/simiki)\n[![Coverage Status](https://img.shields.io/coveralls/tankywoo/simiki.svg)](https://coveralls.io/r/tankywoo/simiki)\n\nSimiki is a simple wiki framework, written in [Python](https://www.python.org/).\n\n* Easy to use. Creating a wiki only needs a few steps\n* Use [Markdown](http://daringfireball.net/projects/markdown/). Just open your editor and write\n* Store source files by category\n* Static HTML output\n* A CLI tool to manage the wiki\n\nSimiki is short for `Simple Wiki` :)\n\n\u003e New in version 1.6.2.3 (2019-05-11)\n\u003e\n\u003e - Fix Issue #124\n\u003e\n\u003e\n\u003e New in version 1.6.2.2 (2019-04-21)\n\u003e\n\u003e - Fix PyYAML CVE-2017-18342\n\u003e - Fix Jinja2 CVE-2019-10906\n\u003e\n\u003e\n\u003e New in version 1.6.2.1 (2017-06-04)\n\u003e\n\u003e - Fix preview not work in py3\n\n\n## Installation ##\n\nIt is available for **Python 2.7, 3.3, 3.4, 3.5, 3.6**, with Linux, Mac OS X and Windows.\n\nInstall from [PyPI](https://pypi.python.org/pypi/simiki):\n\n\tpip install simiki\n\nUpdate:\n\n\tpip install -U simiki\n\n\n## Quick Start ##\n\n### Init Site ###\n\n\tmkdir mywiki \u0026\u0026 cd mywiki\n\tsimiki init\n\n### Generate ###\n\n\tsimiki g\n\n### Preview ###\n\n\tsimiki p\n\nFor more information, `simiki -h` or have a look at [Simiki.org](http://simiki.org)\n\n\n## Others ##\n\n* [simiki.org](http://simiki.org)\n* \u003chttps://github.com/tankywoo/simiki\u003e\n* Email: \u003cme@tankywoo.com\u003e\n* [Simiki Users](https://github.com/tankywoo/simiki/wiki/Simiki-Users)\n\n\n## Contribution ##\n\nYour contributions are always welcome!\n\nSending pull requests on [Pull Requests Page](https://github.com/tankywoo/simiki/pulls) is the preferred method for receiving contributions.\n\n* Bug fixes can be based on **`master`** branch and I will also merge into `dev` branch.\n* Feature can be based on **`dev`** branch.\n\nFollowing links are the contribution guidelines you may need:\n\n* [Fork A Repo](https://help.github.com/articles/fork-a-repo/)\n* [Contributing to Processing with Pull Requests](https://github.com/processing/processing/wiki/Contributing-to-Processing-with-Pull-Requests)\n\nThanks to every [contributor](https://github.com/tankywoo/simiki/graphs/contributors).\n\n\n## License ##\n\nThe MIT License (MIT)\n\nCopyright (c) 2013 Tanky Woo\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftankywoo%2Fsimiki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftankywoo%2Fsimiki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftankywoo%2Fsimiki/lists"}