|
|
Home » Developing U++ » Documentation » How can I set up UPPWEB on my computer?
How can I set up UPPWEB on my computer? [message #26607] |
Fri, 14 May 2010 19:03  |
klrkt
Messages: 20 Registered: December 2008
|
Promising Member |
|
|
The link below shows how to automatically build web pages for Bazaar - I would like to setup UPPWEB and do this on my app on my computer?
Can you explain how?
http://www.ultimatepp.org/www$uppweb$bazaar_submission$en-us .html
3.4 Your web page
Now you have the opportunity to show everybody what your package does. It is easy.
Prepare in T++ your help as usual: Reference, examples, implementation, summary.
Be careful that all the pages are linked between them and from T++ Help main page. If a page is left alone it will not appear in web.
A good main page could be the Summary page. You will have to care that this page is linked from Bazaar introduction page in your Package name hyperlink.
After that the day after you will see the web page updated. The secret of this is that Upp hosting system will compile and run uppweb package converting this index package and your T++ help system into .html web pages.
|
|
|
|
|
Re: How can I set up UPPWEB on my computer? [message #26611 is a reply to message #26610] |
Sat, 15 May 2010 00:15   |
|
klrkt wrote on Fri, 14 May 2010 23:14 | Thanks for the reply, but I want to setup uppWeb for my custom app, on my system.
|
Hi,
Unfortunately, uppweb can not be used to do that. But you can reuse some pieces of the code... The absolute basics is function
String EncodeHtml(const RichText& text, Index<String>& css,
const VectorMap<String, String>& links,
const VectorMap<String, String>& labels,
const String& path, const String& base = Null, Zoom z = Zoom(8, 40),
const VectorMap<String, String>& escape = VectorMap<String, String>(),
int imtolerance = 0); and few related ones from RichText package.
Generally, I would recommend you to have a look at the code in uppweb package, everything you need is there...
Best regards,
Honza
|
|
|
|
|
|
|
|
|
Re: How can I set up UPPWEB on my computer? [message #26661 is a reply to message #26657] |
Tue, 18 May 2010 13:44   |
|
mr_ped wrote on Tue, 18 May 2010 10:55 | probably only Mirek and Dolik have some insight into how it works, but people will try to help you anyway, don't worry. 
|
Sorry mr_ped, but I have to correct you I know the basics but Koldo knows the technology much better than me Anyway, I'll try to help as much as I can.
Honza
|
|
|
|
|
|
|
|
|
|
|
|
Goto Forum:
Current Time: Fri Apr 25 15:12:02 CEST 2025
Total time taken to generate the page: 0.00561 seconds
|
|
|