close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": libsvn_fs_fs-1.so.1: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Feb 21, 2008, 10:18:51 PM (18 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v12
|
v13
|
|
| 80 | 80 | * [備忘] 產生 Trac 或 Python Egg 套件的指令 |
| 81 | 81 | {{{ |
| 82 | | $ python setup.py bdist_egg |
| | 82 | # python setup.py bdist_egg |
| 83 | 83 | }}} |
| 84 | 84 | * [備忘] 目前加入 accesskey 修改的地方 |
| | 85 | * Trac 0.10.3-1etch2 |
| | 86 | {{{ |
| | 87 | ~# cd / |
| | 88 | /# patch -p1 < ~/trac.0.10.3-1etch2.accesskey.patch |
| | 89 | }}} |
| | 90 | * TracWebAdmin-0.10/webadm/web_ui.py |
| | 91 | {{{ |
| | 92 | # svn export http://svn.edgewall.com/repos/trac/sandbox/webadmin/ TracWebAdmin-0.10 |
| | 93 | # cd TracWebAdmin-0.10 |
| | 94 | TracWebAdmin-0.10# patch -p1 < ../TracWebAdmin-0.10.accesskey.patch |
| | 95 | TracWebAdmin-0.10# python setup.py bdist_egg |
| | 96 | TracWebAdmin-0.10# easy_install dist/TracWebAdmin-0.1.2dev-py2.4.egg |
| | 97 | }}} |
| 85 | 98 | * !TracAccountManager-0.10/acct_mgr/templates/login.cs |
| | 99 | * !TracAccountManager-0.10/acct_mgr/web_ui.py |
| 86 | 100 | {{{ |
| 87 | | $ svn co http://trac-hacks.org/svn/accountmanagerplugin/0.10 TracAccountManager-0.10 |
| | 101 | # svn co http://trac-hacks.org/svn/accountmanagerplugin/0.10 TracAccountManager-0.10 |
| | 102 | # cd TracAccountManager-0.10 |
| | 103 | TracAccountManager-0.10# patch -p1 < ../TracAccountManager-0.10.accesskey.patch |
| | 104 | TracAccountManager-0.10# python setup.py bdist_egg |
| | 105 | TracAccountManager-0.10# easy_install dist/TracAccountManager-0.1.3dev_r2548-py2.4.egg |
| 88 | 106 | }}} |
| 89 | | * |
| 90 | | {{{ |
| 91 | | $ svn export http://svn.edgewall.com/repos/trac/sandbox/webadmin/ TracWebAdmin-0.10 |
| 92 | | }}} |
| 93 | | * |