Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: CodeEditor, Assist++, Topic++ » Topic/Qtf to html
icon5.gif  Topic/Qtf to html [message #12455] Fri, 02 November 2007 16:51 Go to next message
Alex is currently offline  Alex
Messages: 18
Registered: October 2007
Location: Germany
Promising Member
Hi,

I'm looking for a simple way to convert my topics (help-pages) to html.
I've seen that the manual pages in ultimatepp.org are made with U++ (content tag). In Richtext-Package have found the html encodig, but it is to complicated for me.

Can someone show me a way.

Thanks in advance,

Alex
Re: Topic/Qtf to html [message #12456 is a reply to message #12455] Fri, 02 November 2007 17:13 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Something like

Index<String> css;
String h = EncodeHtml(ParseQTF(qtf), css, VectorMap<String, String>(), VectorMap<String, String>());
DUMP(h);
DUMP(AsCss(css));


Should get you started....

Mirek
Re: Topic/Qtf to html [message #12457 is a reply to message #12456] Fri, 02 November 2007 18:26 Go to previous messageGo to next message
Alex is currently offline  Alex
Messages: 18
Registered: October 2007
Location: Germany
Promising Member
luzr wrote on Fri, 02 November 2007 17:13

Something like

Index<String> css;
String h = EncodeHtml(ParseQTF(qtf), css, VectorMap<String, String>(), VectorMap<String, String>());
DUMP(h);
DUMP(AsCss(css));


Should get you started....

Mirek


Shocked
First, thank you!
It looks *not* simple (for me), but probably the best if I do so, because c&p over MS-Word or Openoffice looks terrible.

Alex
Re: Topic/Qtf to html [message #12490 is a reply to message #12457] Mon, 05 November 2007 19:33 Go to previous messageGo to next message
Alex is currently offline  Alex
Messages: 18
Registered: October 2007
Location: Germany
Promising Member
Alex speaks with itself Wink


It looks *not* simple (for me), but probably the best if I do so, because c&p over MS-Word or Openoffice looks terrible.


Hi,

maybe it is for someone interesting. I have built in my program a menuitem (only in debug mode) from where I can create all html-files from topic-files, for easy updating my online help files.
I think it is not yet perfect, but it works Smile.

Here are a little sample:
http://www.pdservice.de/upp/Topic2Html.zip

Alex
Re: Topic/Qtf to html [message #18665 is a reply to message #12490] Wed, 15 October 2008 14:52 Go to previous messageGo to next message
captainc is currently offline  captainc
Messages: 278
Registered: December 2006
Location: New Jersey, USA
Experienced Member
anyone have this example still?
Re: Topic/Qtf to html [message #20252 is a reply to message #18665] Thu, 05 March 2009 11:18 Go to previous messageGo to next message
koldo is currently offline  koldo
Messages: 3355
Registered: August 2008
Senior Veteran
Hello captainc

The zip file exists but is empty.

Alex, could you put the file again to try it. Thank you.

Best regards
Koldo


Best regards
IƱaki
Re: Topic/Qtf to html [message #20368 is a reply to message #20252] Sun, 15 March 2009 01:55 Go to previous message
mezise is currently offline  mezise
Messages: 54
Registered: April 2006
Member
I have a copy of this file so I put it as an attachment.

(to Forum administrators - I hope the size of the file is acceptable)
Previous Topic: Localized compiler output
Next Topic: How do I make search in type and search in scope to disappear?
Goto Forum:
  


Current Time: Thu Mar 28 17:47:58 CET 2024

Total time taken to generate the page: 0.01201 seconds