|
|
@@ -1,11 +1,11 @@
|
|
|
-openNAMU
|
|
|
+oriNAMU
|
|
|
====
|
|
|
[](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.
|
|
|
+oriNAMU is a Python-based wiki engine. You can use oriNAMU by installing Python and its dependency modules, and you can modify the code yourself to create more specialized wikis.
|
|
|
|
|
|
* [(README for Korean)](./readme-ko.md)
|
|
|
|
|
|
@@ -18,14 +18,14 @@ openNAMU is a Python-based wiki engine. You can use openNAMU by installing Pytho
|
|
|
* [Etc.](#etc)
|
|
|
|
|
|
# Getting Started
|
|
|
-openNAMU is based upon Python, and it requires a Python environment.
|
|
|
+oriNAMU is based upon Python, and it requires a Python environment.
|
|
|
|
|
|
## Set-Ups
|
|
|
### Install Python
|
|
|
See [Python Installation Guide(KR)](https://github.com/404-sdok/how-to-python/blob/master/0.md).
|
|
|
|
|
|
### Download Releases
|
|
|
-Download the [release version of openNAMU](https://github.com/2du/openNAMU/releases), and unzip the file. It is also possible to download releases by [cloning this repository](#Clone).
|
|
|
+Download the [release version of oriNAMU](https://github.com/2du/openNAMU/releases), and unzip the file. It is also possible to download releases by [cloning this repository](#Clone).
|
|
|
|
|
|
### Install Modules
|
|
|
Windows
|
|
|
@@ -59,14 +59,14 @@ You can clone this repository by entering the following command at the terminal
|
|
|
* `git clone -b master https://github.com/2du/openNAMU.git`
|
|
|
|
|
|
# Contribute
|
|
|
-openNAMU may have some untested bugs. Your use of openNAMU and bug discovery will help develop openNAMU.
|
|
|
+oriNAMU may have some untested bugs. Your use of oriNAMU and bug discovery will help develop oriNAMU.
|
|
|
[Create Issues](https://github.com/2du/openNAMU/issues/new)
|
|
|
|
|
|
openNAMU is open source project. Add new features and request pull requests.
|
|
|
[Create Pull Requests](https://github.com/2du/openNAMU/compare)
|
|
|
|
|
|
# Lisence
|
|
|
-openNAMU is protected by [BSD 3-Clause License](./LICNESE). Please refer to the documentation for details.
|
|
|
+oriNAMU 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) CC 3.0 BY
|