rehamaltamimi / gwtwiki

Automatically exported from code.google.com/p/gwtwiki
0 stars 0 forks source link

problem in documentation #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
in http://code.google.com/p/gwtwiki/wiki/Mediawiki2HTML it seems something
changed recently.

Indeed, you suggest to override WikiModel.parseInternalImageLink :

  public void parseInternalImageLink(StringBuffer writer, String
imageNamespace, String name) {
  }

But in recent versions of bliki, the prototype is :
  public void parseInternalImageLink(String imageNamespace, String name) {
  }

Then I don't know how to report the result of the parsing since there is no
writer anymore... So the documentation should be corrected and maybe made
better.

Thanks !

Original issue reported on code.google.com by fel...@gmail.com on 22 Apr 2009 at 4:35

GoogleCodeExporter commented 8 years ago
Yes you're right. I've changed the wiki page. For an example how to implement 
these 
methods please look in the WikiModel.java and AbstractWikiModel?.java sources.

Original comment by axelclk@gmail.com on 22 Apr 2009 at 6:12

GoogleCodeExporter commented 8 years ago
Please note it isn't so easy to understand in these file how to actually render 
the
result...

Original comment by fel...@gmail.com on 22 Apr 2009 at 6:23

GoogleCodeExporter commented 8 years ago

Original comment by axelclk@gmail.com on 13 May 2010 at 3:30