Changes between Version 5 and Version 6 of TracSqlAlchemyBridgeIntegration


Ignore:
Timestamp:
Aug 21, 2015, 8:16:41 AM (9 years ago)
Author:
figaro
Comment:

Further cosmetic changes: pypi intertrac link

Legend:

Unmodified
Added
Removed
Modified
  • TracSqlAlchemyBridgeIntegration

    v5 v6  
    1515
    1616If you have any issues, create a
    17 [http://trac-hacks.org/newticket?component=TracSqlAlchemyBridgeIntegration&owner=s0undt3ch new ticket].
     17[/newticket?component=TracSqlAlchemyBridgeIntegration new ticket].
    1818
    1919[[TicketQuery(component=TracSqlAlchemyBridgeIntegration&group=type,format=progress)]]
     
    2323Download the zipped source from [download:tracsqlalchemybridgeintegration here].
    2424
    25 Download from [http://pypi.python.org/ PyPi] from [http://pypi.python.org/pypi/TracSqlAlchemyBridge/ here].
     25Download at PyPI from [pypi:TracSqlAlchemyBridge/ here].
    2626
    2727== Source
    2828
    2929You can check out TracSqlAlchemyBridgeIntegration from [http://trac-hacks.org/svn/tracsqlalchemybridgeintegration here] using Subversion, or [source:tracsqlalchemybridgeintegration browse the source] with Trac.
     30
     31== Installation
     32
     33General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3034
    3135== Example
     
    3438
    3539Making Trac upgrade its tables to include yours (from the plugin I was developing from which this package was born):
    36 {{{
    37 #!python
     40{{{#!python
    3841from trac.core import *
    3942from trac.env import IEnvironmentSetupParticipant