Trac has this nifty plugin, reStructuredText.
By default to create a table you have to use the following syntax:

|| cell1 || cell2 || cell3 ||
|| cell4 || cell5 || cell6 ||


Which is ok, but sometimes not very readable. With rST you can
do this:
{{{
#!rst

===== ===== =====
cell1 cell2 cell3
cell4 cell5 cell6
===== ===== =====
}}

Or something like this:

{{{
#!rst

================================================ ===== ======
API                                              Rel   Estimate
------------------------------------------------ ----- ------
kickstart.profile.software.appendToSoftwareList  0.3   2
================================================ ===== ======
}}}

The best part of this is you can easily cut the text out
and send via email or easily edit it.

http://trac.edgewall.org/wiki/WikiRestructuredText#BiggerReSTExample

Enjoy

--
jesus m. rodriguez        | [EMAIL PROTECTED]
sr. software engineer     | irc: zeus
rhn satellite & spacewalk | 919.754.4413 (w)
rhce # 805008586930012    | 919.623.0080 (c)
+-------------------------------------------+
|  "Those who cannot learn from history     |
|   are doomed to repeat it."               |
|                       -- George Santayana |
+-------------------------------------------+

_______________________________________________
Spacewalk-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Reply via email to