|
|
@@ -3,7 +3,7 @@
|
|
|
[](https://python.org)
|
|
|
[](./LICENSE)
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
openNAMU is a Python-based wiki engine. You can use openNAMU by installing Python and its dependency modules, and you can modify the code yourself to create more specialized wikis.
|
|
|
|
|
|
@@ -21,14 +21,14 @@ openNAMU is based upon Python, and it requires a Python environment.
|
|
|
|
|
|
## Clone
|
|
|
You can clone this repository by entering the following command at the terminal (command prompt):
|
|
|
- * `git clone -b stable https://github.com/2du/openNAMU.git`
|
|
|
- * `git clone -b beta https://github.com/2du/openNAMU.git`
|
|
|
- * `git clone -b dev https://github.com/2du/openNAMU.git`
|
|
|
+ * `git clone -b stable https://github.com/openNAMU/openNAMU.git`
|
|
|
+ * `git clone -b beta https://github.com/openNAMU/openNAMU.git`
|
|
|
+ * `git clone -b dev https://github.com/openNAMU/openNAMU.git`
|
|
|
|
|
|
## Contribute
|
|
|
-openNAMU may have some untested bugs. Your use of openNAMU and bug discovery will help develop openNAMU. [(Create Issues)](https://github.com/2du/openNAMU/issues/new)
|
|
|
+openNAMU may have some untested bugs. Your use of openNAMU and bug discovery will help develop openNAMU. [(Create Issues)](https://github.com/openNAMU/openNAMU/issues/new)
|
|
|
|
|
|
-openNAMU is a complete open source project. Add new features and create pull requests. [(Create Pull Requests)](https://github.com/2du/openNAMU/compare)
|
|
|
+openNAMU is a complete open source project. Add new features and create pull requests. [(Create Pull Requests)](https://github.com/openNAMU/openNAMU/compare)
|
|
|
|
|
|
## Lisence
|
|
|
openNAMU is protected by [BSD 3-Clause License](./LICNESE). Please refer to the documentation for details.
|
|
|
@@ -40,7 +40,7 @@ openNAMU is protected by [BSD 3-Clause License](./LICNESE). Please refer to the
|
|
|
* Handling Keyboard Shortcuts [shortcut.js](http://www.openjs.com/scripts/events/keyboard_shortcuts/)
|
|
|
|
|
|
### Authors
|
|
|
- * [Reference](https://github.com/2DU/openNAMU/graphs/contributors)
|
|
|
+ * [Reference](https://github.com/openNAMU/openNAMU/graphs/contributors)
|
|
|
|
|
|
### Special Thanks
|
|
|
* [Team Croatia](https://github.com/TeamCroatia)
|