Pārlūkot izejas kodu

또또또 리드미 수정

잉여개발기 (SPDV) 5 gadi atpakaļ
vecāks
revīzija
c41a08af77
2 mainītis faili ar 17 papildinājumiem un 49 dzēšanām
  1. 10 40
      readme-en.md
  2. 7 9
      readme.md

+ 10 - 40
readme-en.md

@@ -12,71 +12,41 @@ openNAMU is a Python-based wiki engine. You can use openNAMU by installing Pytho
  * [Clone](#clone)
  * [Contribute](#contribute)
  * [License](#license)
- * [Authors](#authors)
  * [Etc.](#etc)
 
 ## Getting Started
 openNAMU is based upon Python, and it requires a Python environment.
 
-### 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).
+[Here](http://2du.pythonanywhere.com) you can see the guide.
 
-### Install Modules
-Windows
-```
-pip install -r requirements.txt
-```
-
-Linux
-```
-pip3 install -r requirements.txt
-```
-## Launching Application
-Windows
-```
-python app.py
-```
-
-Linux
-```
-python3 app.py
-```
-
-## Publishing Application
-
-# Clone
+## Clone
 You can clone this repository by entering the following command at the terminal (command prompt):
-## Stable
  * `git clone -b stable https://github.com/2du/openNAMU.git`
-
-## Beta
  * `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.
-[[Create Issues]](https://github.com/2du/openNAMU/issues/new)
+## 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 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/2du/openNAMU/compare)
 
-# Lisence
+## Lisence
 openNAMU is protected by [BSD 3-Clause License](./LICNESE). Please refer to the documentation for details.
 
-## External Projects
+### 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
+### Authors
  * [Reference](https://github.com/2DU/openNAMU/graphs/contributors)
 
-## Special Thanks
+### Special Thanks
  * [Team Croatia](https://github.com/TeamCroatia)
  * Basix
  * Efrit
  * Other chat rooms
 
-# Etc.
+## Etc.
  * Owner rights are granted to the first registor.
  * [Test Server](http://2du.pythonanywhere.com)

+ 7 - 9
readme.md

@@ -8,10 +8,11 @@
 오픈나무는 파이썬 기반의 위키 엔진입니다. 파이썬과 그 의존성 모듈만 설치하면 사용할 수 있으며, 코드를 직접 수정하여 좀 더 주제에 특화된 위키를 만들 수 있습니다.
 
 ### 목차
+ * [시작하기](#시작하기)
  * [클론](#클론)
  * [기여](#기여)
  * [라이선스](#라이선스)
- * [기여자 목록](#기여자-목록)
+ * [지원 문법](#지원-문법)
  * [기타](#기타)
 
 ## 시작하기
@@ -21,10 +22,7 @@
 
 ## 클론
 아래 명령을 터미널(명령 프롬프트)에 입력하여 본 리포지토리를 클론할 수 있습니다.
-### 일반
  * `git clone -b stable https://github.com/2du/openNAMU.git`
-
-### 개발판
  * `git clone -b master https://github.com/2du/openNAMU.git`
 
 ## 기여
@@ -41,11 +39,7 @@
  * Numerical expression - [MathJax](https://www.mathjax.org/)
  * Handling Keyboard Shortcuts [shortcut.js](http://www.openjs.com/scripts/events/keyboard_shortcuts/)
 
-## 지원 문법
- * 나무마크 (NamuMark)
- * 마크다운 (Markdown) (예정)
-
-## 기여자 목록
+### 기여자 목록
  * [참고](https://github.com/2DU/openNAMU/graphs/contributors)
 
 ### 도움을 주신 분들
@@ -54,6 +48,10 @@
  * Efrit
  * 기타 채팅방 사람들
 
+## 지원 문법
+ * 나무마크 (NamuMark)
+ * 마크다운 (Markdown) (예정)
+
 ## 기타
  * 첫 가입자에게 소유자 권한이 부여됩니다.
  * [테스트 서버](http://2du.pythonanywhere.com)