root/galaxy-central/eggs/Cheetah-2.2.2-py2.6-macosx-10.6-universal-ucs2.egg/Cheetah/__init__.py @ 3

リビジョン 3, 0.6 KB (コミッタ: kohda, 14 年 前)

Install Unix tools  http://hannonlab.cshl.edu/galaxy_unix_tools/galaxy.html

行番号 
1'''
2Cheetah is an open source template engine and code generation tool.
3
4It can be used standalone or combined with other tools and frameworks. Web
5development is its principle use, but Cheetah is very flexible and is also being
6used to generate C++ game code, Java, sql, form emails and even Python code.
7
8Homepage
9    http://www.cheetahtemplate.org/
10
11Documentation
12    http://cheetahtemplate.org/learn.html
13
14Mailing list
15cheetahtemplate-discuss@lists.sourceforge.net
16Subscribe at
17    http://lists.sourceforge.net/lists/listinfo/cheetahtemplate-discuss
18'''
19
20from Version import *
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。