Changes between Version 27 and Version 28 of WikiTableMacro


Ignore:
Timestamp:
Oct 22, 2015, 6:58:03 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • WikiTableMacro

    v27 v28  
    55== Description
    66
    7 This is a simple macro that enables you to place tables resulting from SQL queries into a wiki page.
     7This is a simple macro that enables you to place tables resulting from SQL queries into a wiki page. For usage examples, see below.
    88
    99It 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.
     10
     11== Bugs/Feature Requests
     12
     13Existing bugs and feature requests for !WikiTableMacro are [report:9?COMPONENT=WikiTableMacro here].
     14
     15If you have any issues, create a [/newticket?component=WikiTableMacro new ticket].
     16
     17[[TicketQuery(component=WikiTableMacro&group=type,format=progress)]]
     18
     19== Download
     20
     21Download the zipped source from [export:wikitablemacro here].
     22
     23== Source
     24
     25You can check out !WikiTableMacro from [/svn/wikitablemacro here] using Subversion, or [source:wikitablemacro browse the source] with Trac.
     26
     27== Installation
     28
     29 1. '''Install''' globally:
     30 {{{#!sh
     31sudo easy_install https://trac-hacks.org/svn/wikitablemacro/trunk
     32}}}
     33 1. '''Enable''' the plugin by updating TracIni file (`conf/trac.ini`):
     34 {{{#!ini
     35[components]
     36wikitable.* = enabled
     37}}}
     38 1. '''Restart''' web server on command line:
     39 {{{#!sh
     40sudo /etc/init.d/apache2 restart
     41}}}
    1042
    1143== Usage
     
    4274The result will be a single number.
    4375
    44 == Installation
    45 
    46  1. '''Install''' globally:
    47  {{{#!sh
    48 sudo easy_install https://trac-hacks.org/svn/wikitablemacro/trunk
    49 }}}
    50  1. '''Enable''' the plugin by updating TracIni file (`conf/trac.ini`):
    51  {{{#!ini
    52 [components]
    53 wikitable.* = enabled
    54 }}}
    55  1. '''Restart''' web server on command line:
    56  {{{#!sh
    57 sudo /etc/init.d/apache2 restart
    58 }}}
    59 
    60 == Bugs/Feature Requests
    61 
    62 Existing bugs and feature requests for !WikiTableMacro are [report:9?COMPONENT=WikiTableMacro here].
    63 
    64 If you have any issues, create a [/newticket?component=WikiTableMacro new ticket].
    65 
    66 [[TicketQuery(component=WikiTableMacro&group=type,format=progress)]]
    67 
    68 == Source & Download
    69 
    70 You can check out !WikiTableMacro from [http://trac-hacks.org/svn/wikitablemacro here] using Subversion, or [source:wikitablemacro browse the source] with Trac.
    71 
    72 Download the zipped source from [download:wikitablemacro here].
    73 
    7476== Recent Changes
    7577