{"id":17180811,"url":"https://github.com/jsok/django-iki-wiki","last_synced_at":"2025-03-25T00:41:29.215Z","repository":{"id":148166676,"uuid":"7860996","full_name":"jsok/django-iki-wiki","owner":"jsok","description":"Iki Wiki - A muck-around wiki in django","archived":false,"fork":false,"pushed_at":"2013-01-28T22:15:10.000Z","size":288,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-30T03:15:29.599Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsok.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-01-28T01:29:39.000Z","updated_at":"2013-10-02T19:16:52.000Z","dependencies_parsed_at":"2023-03-27T16:31:50.815Z","dependency_job_id":null,"html_url":"https://github.com/jsok/django-iki-wiki","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsok%2Fdjango-iki-wiki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsok%2Fdjango-iki-wiki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsok%2Fdjango-iki-wiki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsok%2Fdjango-iki-wiki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsok","download_url":"https://codeload.github.com/jsok/django-iki-wiki/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245377958,"owners_count":20605374,"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":[],"created_at":"2024-10-15T00:31:48.678Z","updated_at":"2025-03-25T00:41:29.168Z","avatar_url":"https://github.com/jsok.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Iki Wiki\n========\n\nAbout\n-----\nThis is a toy wiki, it doesn't do too much\n\nFeatures\n--------\nThis wiki has some standard features:\n- Index page which lists all Pages\n- Edit page allows you to change page content and all revisions are saved\n- Supports Markdown in Page content\n- Global and Page local history of all revisions\n- Ability to quickly create pages which don't exist\n\nSome extra features have been added:\n- Ability to preview Pages at specific revisions from history\n- Ability to diff Pages against each other (Head revision, previous etc)\n- Very trivial Admin interface for viewing pages and revisions.\n\nThird Party Libraries\n---------\n- [Python markdown library](http://packages.python.org/Markdown/). See [Cheat sheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)\n- Using [Twitter Bootstrap](http://twitter.github.com/bootstrap) for styling.\n- Using [Highlight.js](http://softwaremaniacs.org/soft/highlight/en/) for diff highlighting in Page History.\n\nSetup\n-------\nYou probably want to use a virtualenv.\n\nInstall all requirements using:\n```\n# pip install --requirement=requirements.txt\n```\n\nThen setup the Django app:\n```\n# ./manage.py syncdb\n# ./manage.py runserver\n# open localhost:8000\n```\n\nTests\n-----\nUse the Django test runner:\n```\n# ./manage.py test page\n```\n\nOnly the page URL slugification is tested at the moment.\nChances are you can still probably visit bad URLs because I hate regex.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsok%2Fdjango-iki-wiki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsok%2Fdjango-iki-wiki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsok%2Fdjango-iki-wiki/lists"}