Changes between Version 6 and Version 7 of TracSqlAlchemyBridgeIntegration


Ignore:
Timestamp:
Nov 19, 2015, 11:36:19 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracSqlAlchemyBridgeIntegration

    v6 v7  
    55== Description
    66
    7 Bridge for a plugin developer to use SQLAlchemy with Trac.
     7This is a bridge for a plugin developer to use [http://www.sqlalchemy.org/ SQLAlchemy] with Trac. SQLAlchemy is a Python SQL toolkit and Object Relational Mapper.
    88
    99See also: SqlAlchemyQueryMacro
     
    2121== Download
    2222
    23 Download the zipped source from [download:tracsqlalchemybridgeintegration here].
     23Download the zipped source from [export:tracsqlalchemybridgeintegration here].
    2424
    2525Download at PyPI from [pypi:TracSqlAlchemyBridge/ here].
     
    2727== Source
    2828
    29 You can check out TracSqlAlchemyBridgeIntegration from [http://trac-hacks.org/svn/tracsqlalchemybridgeintegration here] using Subversion, or [source:tracsqlalchemybridgeintegration browse the source] with Trac.
     29You can check out TracSqlAlchemyBridgeIntegration from [/svn/tracsqlalchemybridgeintegration here] using Subversion, or [source:tracsqlalchemybridgeintegration browse the source] with Trac.
    3030
    3131== Installation
     
    108108        paginator.current_page = {'href': None, 'class': 'current',
    109109                                  'string': str(paginator.page + 1),
    110                                   'title':None}
     110                                  'title': None}
    111111        if paginator.has_next_page:
    112112            add_link(req, 'next', req.href.translations(locale_id, page+1),