Changes between Version 9 and Version 10 of WikiOutputStreamPlugin


Ignore:
Timestamp:
Mar 11, 2015, 9:52:28 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • WikiOutputStreamPlugin

    v9 v10  
    1 = Publish output directly into Trac =
     1= Publish output directly into Trac
    22
    3 == Description ==
     3== Description
    44
    5 Do you love Continuous Integration? Want to better integrate either [http://junit.org/ JUnit], [http://cruisecontrol.sourceforge.net/ CruiseControl] along with [http://trac.edgewall.com/ Trac]? Sometimes you want to either publish your test reports directly into Trac's Wiki (why not?). Perhaps you want to also let you directly hyperlink your Java class names directly into the source browser, right?
     5WikiOutputStreamPlugin is a !OutputStream for Java which lets you easily publish direcly into Trac as a wiki page. This is accomplished running trac-admin over an ssh-pki-authenticated-remote-shell-connection. It also contains goodies for hyperlinking class names directly into Trac's source browser.
    66
    7 If you answered 'yes' to some of the questions, there is an answer right here!
     7Key features:
     8 * Integrate either [http://junit.org/ JUnit], [http://cruisecontrol.sourceforge.net/ CruiseControl] into [http://trac.edgewall.com/ Trac]
     9 * Publish your test reports directly into Trac's Wiki.
     10 * Hyperlink your Java class names directly into the source browser.
    811
    9 WikiOutputStreamPlugin is a !OutputStream for Java which lets you easily publish direcly into Trac as an Wiki Article. This is accomplished running trac-admin over an ssh-pki-authenticated-remote-shell-connection. It also contains goodies for hyperlinking class names directly into Trac's source browser.
    10 
    11 == Bugs/Feature Requests ==
     12== Bugs/Feature Requests
    1213
    1314Existing bugs and feature requests for WikiOutputStreamPlugin are
     
    1718[http://trac-hacks.org/newticket?component=WikiOutputStreamPlugin&owner=aldrinleal new ticket].
    1819
    19 == Download ==
     20[[TicketQuery(component=WikiOutputStreamPlugin&group=type,format=progress)]]
     21
     22== Download
    2023
    2124Download the zipped source from [download:wikioutputstreamplugin here].
    2225
    23 == Source ==
     26== Source
    2427
    2528You can check out WikiOutputStreamPlugin from [http://trac-hacks.org/svn/wikioutputstreamplugin here] using Subversion, or [source:wikioutputstreamplugin browse the source] with Trac.
    2629
    27 == License ==
     30== License
    2831
    2932{{{
     
    7477}}}
    7578
    76 == Example ==
     79== Example
    7780
    7881Suppose you have a testCase/suite you'd like to let you publish results directly into trac. Or perhaps you want to create a [http://loggging.apache.org/log4j/ Log4J] Logging Module publish their results into trac. WikiOutputStreamPlugin usage is fairly simple: once you configure it (by creating a simple 'trac.properties' file in your classpath, or by doing the hardcoded-way), you can easily create a new and start using:
     
    114117
    115118
    116 == Recent Changes ==
     119== Recent Changes
    117120
    118121[[ChangeLog(wikioutputstreamplugin, 3)]]
    119122
    120 == Author/Contributors ==
     123== Author/Contributors
    121124
    122125'''Author:''' [wiki:aldrinleal] [[BR]]
     126'''Maintainer:''' [[Maintainer]] [[BR]]
    123127'''Contributors:'''