Changes between Version 9 and Version 10 of AbbrMacro
- Timestamp:
- 07/31/12 07:47:06 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AbbrMacro
v9 v10 59 59 60 60 {{{ 61 #!ini 61 62 [abbr] 62 63 file = /path/to/your/abbreviations/file 69 70 70 71 {{{ 72 #!ini 71 73 [acronym] 72 74 PEP = Python Enhancement Proposal 87 89 88 90 {{{ 91 #!python 89 92 # -*- coding: utf-8 -*- 90 93 }}} 111 114 112 115 {{{ 116 #!sh 113 117 python setup.py bdist_egg 114 118 cp dist/*.egg /trac/env/Project/plugins 122 126 123 127 {{{ 128 #!ini 124 129 [components] 125 130 abbr.* = enabled 168 173 * Public clone URL: 169 174 {{{ 175 #!sh 170 176 git clone git://github.com/dwclifton/tracabbrmacro.git 171 177 }}}

