Răsfoiți Sursa

기타 수정

Surplus_Up (2DU) 7 ani în urmă
părinte
comite
6e60c3cacb
2 a modificat fișierele cu 10 adăugiri și 10 ștergeri
  1. 4 4
      Version-Ko.md
  2. 6 6
      app.py

+ 4 - 4
Version-Ko.md

@@ -4,7 +4,7 @@
  * 랜덤 구현
 
 ## 0.2 ~ 0.9 (베타)
- * 그 외 엄청나게 많은 기능 구현 (기존 [오픈나무](https://github.com/2DU/Discard-openNAMU-Legacy) 기능에서 로그인 필요한 기능 빼고 구현)
+ * 그 외 엄청나게 많은 기능 구현 (기존 [오픈나무](https://github.com/2DU/Discard-opennamu-Legacy) 기능에서 로그인 필요한 기능 빼고 구현)
 
 ## 1.0
  * 로그인 구현
@@ -151,12 +151,12 @@
 
 
 ## 자세한 내용
- * [참조](https://github.com/2DU/openNAMU/commits/master)
+ * [참조](https://github.com/2DU/opennamu/commits/master)
 
 ----
 ## 라이선스
 ### 오픈나무
- * [BSD 3-Clause License](https://github.com/2DU/openNAMU/blob/master/license.md)
+ * [BSD 3-Clause License](https://github.com/2DU/opennamu/blob/master/license.md)
 
 ### 외부 파일
  * 인용문 아이콘 [Dave Gandy](http://www.flaticon.com/free-icon/quote-left_25672) CC 3.0 BY
@@ -164,7 +164,7 @@
  * 수식 [MathJax](https://www.mathjax.org/)
  
 ## 기여자들
- * [참조](https://github.com/2DU/openNAMU/graphs/contributors)
+ * [참조](https://github.com/2DU/opennamu/graphs/contributors)
 
 ## 도움 준 사람들
  * [Team Croatia](https://github.com/TeamCroatia)

+ 6 - 6
app.py

@@ -1072,7 +1072,7 @@ def now_update():
         print('Update')
 
         os.system('git remote rm origin')
-        os.system('git remote add origin https://github.com/2DU/openNAMU.git')
+        os.system('git remote add origin https://github.com/2DU/opennamu.git')
         ok = os.system('git fetch origin ' + up_data)
         ok = os.system('git reset --hard origin/' + up_data)
         if ok == 0:
@@ -1081,23 +1081,23 @@ def now_update():
         if platform.system() == 'Windows':
             print('Download')
 
-            urllib.request.urlretrieve('https://github.com/2DU/openNAMU/archive/' + up_data + '.zip', 'update.zip')
+            urllib.request.urlretrieve('https://github.com/2DU/opennamu/archive/' + up_data + '.zip', 'update.zip')
 
             print('Zip Extract')
             zipfile.ZipFile('update.zip').extractall('')
 
             print('Move')
-            ok = os.system('xcopy /y /r openNAMU-' + up_data + ' .')
+            ok = os.system('xcopy /y /r opennamu-' + up_data + ' .')
             if ok == 0:
                 print('Remove')
-                os.system('rd /s /q openNAMU-' + up_data)
+                os.system('rd /s /q opennamu-' + up_data)
                 os.system('del update.zip')
 
                 return redirect('/re_start')
 
     return easy_minify(flask.render_template(skin_check(), 
         imp = [load_lang('update'), wiki_set(), custom(), other2([0, 0])],
-        data = 'Auto update is not support. <a href="https://github.com/2DU/openNAMU">(GitHub)</a>',
+        data = 'Auto update is not support. <a href="https://github.com/2DU/opennamu">(GitHub)</a>',
         menu = [['manager/1', load_lang('admin')]]
     ))
         
@@ -1965,7 +1965,7 @@ def other():
                 <br>
                 <h2>''' + load_lang('normal_version') + '''</h2>
                 <ul>
-                    <li>''' + load_lang('normal_version') + ' : <a id="out_link" href="https://github.com/2DU/openNAMU/blob/master/version.md">' + r_ver + '''</a></li>
+                    <li>''' + load_lang('normal_version') + ' : <a id="out_link" href="https://github.com/2DU/opennamu/blob/master/version.md">' + r_ver + '''</a></li>
                 </ul>
                 ''',
     menu = 0