Skip to content

Commit e78dea8

Browse files
committed
改名为colorit
1 parent 4313054 commit e78dea8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

web/cgi/site_helper.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
import web, MySQLdb, glob, sys
33

44
config = web.Storage({
5-
'APP_ROOT_PATH' : '/opt/colorcode/',
5+
'APP_ROOT_PATH' : '/opt/colorit/',
66
'APP_PORT' : 20003, # the port of application
7-
'ERROR_LOG_PATH' : '/opt/colorcode/logs/errors',
7+
'ERROR_LOG_PATH' : '/opt/colorit/logs/errors',
88
})
99

1010
def storage(data={}):
File renamed without changes.

web/html/index_en.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="Description" content="color your code"/>
88
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8"/>
99
<meta http-equiv="windows-Target" content="_top"/>
10-
<link rel="stylesheet" href="/css/colorcode.css" type="text/css" media="screen" charset="utf-8"/>
10+
<link rel="stylesheet" href="/css/colorit.css" type="text/css" media="screen" charset="utf-8"/>
1111
<link rel="stylesheet" href="/css/autocomplete.css" type="text/css" media="screen" charset="utf-8"/>
1212
<!--[if IE 7]>
1313
<link rel="stylesheet" href="/css/ie7csshack.css" type="text/css" media="screen" charset="utf-8"/>
@@ -18,7 +18,7 @@
1818
<script type="text/javascript" src="/js/ZeroClipboard.js"></script>
1919
<script type="text/javascript" src="/js/jquery-1.5.1.js"></script>
2020
<script type="text/javascript" src="/js/jquery.corner.js"></script>
21-
<script type="text/javascript" src="/js/colorcode.js"></script>
21+
<script type="text/javascript" src="/js/colorit.js"></script>
2222
<script type="text/javascript" src="/js/autocomplete.js"></script>
2323
<script type="text/javascript" src="/js/scrolltopcontrol.js"></script>
2424
<script type="text/javascript" src="/js/secondinit.js"></script>
File renamed without changes.

0 commit comments

Comments
 (0)