https://github.com/akiacode/endwiki
https://github.com/akiacode/endwiki
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/akiacode/endwiki
- Owner: AkiaCode
- License: bsd-3-clause
- Created: 2020-10-20T05:38:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-20T07:15:27.000Z (over 4 years ago)
- Last Synced: 2025-01-22T06:13:50.208Z (4 months ago)
- Language: Python
- Homepage: https://endwiki.kro.kr
- Size: 3.78 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme-en.md
- License: LICENSE
Awesome Lists containing this project
README
[(en-US)](./readme-en.md) | [(ko-KR)](./readme.md)
# endwiki
[](https://python.org)
[](./LICENSE)
endwiki is a Python-based wiki engine. You can use endwiki by installing Python and its dependency modules, and you can modify the code yourself to create more specialized wikis.
### Index
* [Getting Started](#getting-started)
* [Clone](#clone)
* [Contribute](#contribute)
* [License](#license)
* [Etc.](#etc)## Getting Started
endwiki is based upon Python, and it requires a Python environment.[Here](https://2du.pythonanywhere.com/w/en%3AInstall) you can see the guide.
## Clone
You can clone this repository by entering the following command at the terminal (command prompt):
* `git clone -b stable https://github.com/TeamEND/endwiki.git`
* `git clone -b beta https://github.com/TeamEND/endwiki.git`
* `git clone -b dev https://github.com/TeamEND/endwiki.git`## Contribute
endwiki may have some untested bugs. Your use of endwiki and bug discovery will help develop endwiki. [(Create Issues)](https://github.com/TeamEND/endwiki/issues/new)endwiki is a complete open source project. Add new features and create pull requests. [(Create Pull Requests)](https://github.com/TeamEND/endwiki/compare)
## Lisence
endwiki is protected by [BSD 3-Clause License](./LICNESE). Please refer to the documentation for details.### External Projects
* Quotes icon [Dave Gandy](http://www.flaticon.com/free-icon/quote-left_25672)
* Syntax highlighting [highlightjs](https://highlightjs.org/)
* Numerical expression [MathJax](https://www.mathjax.org/)
* Handling Keyboard Shortcuts [shortcut.js](http://www.openjs.com/scripts/events/keyboard_shortcuts/)### Authors
* [Reference](https://github.com/TeamEND/endwiki/graphs/contributors)### Special Thanks
* [Team Croatia](https://github.com/TeamCroatia)
* Basix
* Efrit
* Other chat rooms## Etc.
* Owner rights are granted to the first registor.
* [Test Server](http://2du.pythonanywhere.com)