Package info.bliki.wiki.addon.trac

Examples of info.bliki.wiki.addon.trac.TracModel


  /**
   * simple example
   */
  public static void main(String[] args) {
    TracModel wikiModel = new TracTestModel("http://www.bliki.info/wiki/${image}", "http://www.bliki.info/wiki/${title}");
    String htmlStr = wikiModel.render("This is a simple [[Hello World]] wiki tag");
    System.out.print(htmlStr);
  }
View Full Code Here

TOP

Related Classes of info.bliki.wiki.addon.trac.TracModel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.