Changeset 2511
- Timestamp:
- 07/23/07 05:43:08 (1 year ago)
- Files:
-
- pagetoodtplugin/0.10/pagetoodt/odtformatter.py (modified) (1 diff)
- pagetoodtplugin/0.10/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
pagetoodtplugin/0.10/pagetoodt/odtformatter.py
r2255 r2511 117 117 self.get_style('inline'), escape(fullmatch.group('inline2'))) 118 118 119 def _make_ext_link(self, url, text, title=''): 120 return '<text:a xlink:href="%s"%s>%s</text:a>' % ( 121 url, title and 'office:name="%s"' % title or '', text) 119 122 120 123 def wiki_to_odt(wikitext, env, req, styles, pagetoodtplugin/0.10/setup.py
r2252 r2511 2 2 3 3 PACKAGE = 'TracPageToODT' 4 VERSION = '0. 1'4 VERSION = '0.2' 5 5 6 6 setup(name='TracPageToODT', 7 version='0. 1',7 version='0.2', 8 8 packages=['pagetoodt'], 9 9 author='Christophe de Vienne',
