rehamaltamimi / gwtwiki

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

HTML rendering got worse #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I noticed that since the last few commits (last changes to the template
parser and wikipedia parser) some topic such as "Wii" no longer render to
HTML. 

I am using the latest trunk revision.

Original issue reported on code.google.com by dfisla@gmail.com on 3 Mar 2010 at 9:21

GoogleCodeExporter commented 8 years ago

Original comment by axelclk@gmail.com on 4 Mar 2010 at 9:07

GoogleCodeExporter commented 8 years ago
Did you already extracted a typical wrong "wiki snippet" or have any ideas 
what's
going wrong in the latest commits?

Original comment by axelclk@gmail.com on 4 Mar 2010 at 9:09

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
templates such {{pp-...}}, {{pp-semi-...} cause the sections of topics to not 
render 
at all.

I will attach some concrete examples tonight.

Original comment by dfisla@gmail.com on 5 Mar 2010 at 8:40

GoogleCodeExporter commented 8 years ago
Sorry, the html rendering did not get worse, however is rendering templates not 
supported?

String wikiContent = topic.getTopicContent();
WikiModel wikiModel = new WikiModel("${image}", "${title}");
String htmlContent = wikiModel.render(wikiContent);

Original comment by dfisla@gmail.com on 6 Mar 2010 at 3:33

GoogleCodeExporter commented 8 years ago
Axel, please disregard this.

Original comment by dfisla@gmail.com on 9 Mar 2010 at 2:38

GoogleCodeExporter commented 8 years ago

Original comment by axelclk@gmail.com on 28 Apr 2010 at 7:06