Changes between Version 23 and Version 24 of WikiTableMacro


Ignore:
Timestamp:
Mar 2, 2015, 11:16:57 PM (9 years ago)
Author:
figaro
Comment:

Added SQLAlchemy link, cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • WikiTableMacro

    v23 v24  
    11
    22[[PageOutline(2-5,Contents,pullout)]]
    3 == SQL Table in Wiki Page ==
     3= SQL Table in Wiki Page
    44
    5 == Description ==
     5== Description
    66
    77This is a simple macro that enables you to place tables resulting from SQL queries into a wiki page.
    88
    9 It is similar to, but simpler than, SqlQueryMacro. The main differences are that it has fewer dependencies and always queries the Trac database, rather than letting you set up a separate data connection.
     9It is similar to, but simpler than, SqlQueryMacro or SqlAlchemyQueryMacro. The main differences are that it has fewer dependencies and always queries the Trac database, rather than requiring you to set up a separate database connection.
    1010
    11 == Usage ==
     11== Usage
    1212
    1313Use the SQLTable macro:
     
    4848The result will be a single number.
    4949
    50 == Installation ==
     50== Installation
    5151
    52 
    53  1. '''Install''' globally with:
     52 1. '''Install''' globally:
    5453{{{
    5554#!sh
    5655  sudo easy_install https://trac-hacks.org/svn/wikitablemacro/trunk
    5756}}}
    58  1. '''Enable''' the plugin by updating TracIni file (..../trac.ini) as follows:
     57 1. '''Enable''' the plugin by updating TracIni file (..../trac.ini):
    5958{{{
    6059#!ini
     
    6564{{{
    6665#!sh
    67     $ sudo /etc/init.d/apache2 restart
     66    sudo /etc/init.d/apache2 restart
    6867}}}
    6968
    70 == Bugs/Feature Requests ==
     69== Bugs/Feature Requests
    7170
    7271Existing bugs and feature requests for !WikiTableMacro are [report:9?COMPONENT=WikiTableMacro here].
     
    8079Download the zipped source from [download:wikitablemacro here].
    8180
    82 === Recent Changes ===
     81=== Recent Changes
    8382
    8483[[ChangeLog(wikitablemacro, 3)]]