ultimatepp/uppbox/uppweb/www.h
cxl c77ba1a346 uppweb: Added Bazaar button
git-svn-id: svn://ultimatepp.org/upp/trunk@1737 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-12-06 22:21:42 +00:00

31 lines
737 B
C++

#ifndef _uppweb_www_h_
#define _uppweb_www_h_
#include <Web/Web.h>
#include <RichText/RichText.h>
#include <plugin/gif/gif.h>
#include <CtrlLib/CtrlLib.h>
#include <ide/Browser/Browser.h>
using namespace Upp;
#ifdef _MULTITHREADED
#define MTC
#endif
extern String uppsrc;
extern String uppbox;
extern String bazaar;
extern VectorMap<String, String> reflink;
String TopicFileName(const char *dir, const char *topic);
String TopicFileNameHtml(const char *topic);
String GatherTopics(VectorMap<String, Topic>& map, const char *topic, String& title);
String GatherTopics(VectorMap<String, Topic>& map, const char *topic);
String CppAsQtf(const String& s);
void GatherRefLinks(const char *upp);
#endif