Changes between Version 10 and Version 11 of WikiTableMacro


Ignore:
Timestamp:
Nov 7, 2011, 1:25:38 AM (12 years ago)
Author:
Adrian Fritz
Comment:

Install instructions, page formatting.

Legend:

Unmodified
Added
Removed
Modified
  • WikiTableMacro

    v10 v11  
    88It 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.
    99
    10 == Bugs/Feature Requests ==
    11 
    12 Existing bugs and feature requests for WikiTableMacro are
    13 [report:9?COMPONENT=WikiTableMacro here].
    14 
    15 If you have any issues, create a
    16 [http://trac-hacks.org/newticket?component=WikiTableMacro&owner=rjollos new ticket].
    17 
    18 == Download ==
    19 
    20 Download the zipped source from [download:wikitablemacro here].
    21 
    22 == Source ==
    23 
    24 You can check out WikiTableMacro from [http://trac-hacks.org/svn/wikitablemacro here] using Subversion, or [source:wikitablemacro browse the source] with Trac.
    25 
    26 == Example ==
     10== Usage ==
    2711
    2812Use the SQLTable macro:
     
    4933The result will be a single number.
    5034
    51 == Recent Changes ==
     35== Installation ==
     36
     37
     38 1. '''Install''' globally with:
     39{{{
     40  sudo easy_install https://trac-hacks.org/svn/wikitablemacro/0.11/
     41}}}
     42 1. '''Enable''' the plugin by updating TracIni file (..../trac.ini) as follows:
     43{{{
     44  [components]
     45  wikitable.* = enabled
     46}}}
     47 1. '''Restart''' web server on command line:
     48{{{
     49#!sh
     50    $ sudo /etc/init.d/apache2 restart
     51}}}
     52
     53== Bugs/Feature Requests ==
     54
     55Existing bugs and feature requests for !WikiTableMacro are [report:9?COMPONENT=WikiTableMacro here].
     56
     57If you have any issues, create a [http://trac-hacks.org/newticket?component=WikiTableMacro&owner=rjollos new ticket].
     58
     59=== Known issues ===
     60
     61 1. None
     62
     63== Source & Download ==
     64
     65You can check out !WikiTableMacro from [http://trac-hacks.org/svn/wikitablemacro here] using Subversion, or [source:wikitablemacro browse the source] with Trac.
     66
     67Download the zipped source from [download:wikitablemacro here].
     68
     69=== Recent Changes ===
    5270
    5371[[ChangeLog(wikitablemacro, 3)]]