13 #include <boost/filesystem.hpp>
22 #include <Wt/WDateTime>
25 #include <gdcore/gdCore.h>
27 #include <gdwtcore/gdWTextDelegate.h>
33 #include <WsModule/WsModule.h>
43 void* hndl = dlopen(
"libwt.so", RTLD_NOW | RTLD_GLOBAL);
45 fprintf(stderr,
"cannot load wt.so shared library! %s\n", dlerror());
54 wApp->messageResourceBundle().use(wApp->docRoot() + wApp->resourcesUrl() +
"WsModRSS/Transl/WsModRSS");
85 return "WsModRSS wittyShare module";
95 gdToolbarItem* pTbItem =
contentButtonsBar()->addToolbarItem(wApp->theme()->resourcesUrl() +
"wittyshare/Icons/rss.png",
"",
"Build the RSS file");
const std::vector< WsOption > & options() const
Get all options.
WsContentButtonsBar * contentButtonsBar()
WittyShare provide a container to add some buttons like export page in pdf, ..., This function allow ...
Interface that provides differents methods for accessing the FsTree as well as other features...
#define WsApp
Define a shortcut to the application instance.
void setOptions(const std::vector< WsOption > &vOptions)
Set all options.