adds rss feed support to blog
This commit is contained in:
parent
6d627aa9b4
commit
d8253d3333
117 changed files with 5336 additions and 326 deletions
|
@ -5,6 +5,8 @@
|
|||
#include <string>
|
||||
#include <cstring>
|
||||
#include <vector>
|
||||
#include <filesystem>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "MacroDefinitions.h"
|
||||
|
||||
|
@ -48,9 +50,9 @@ public:
|
|||
Page(std::string sourceFileUrl, std::string outFolderUrl);
|
||||
|
||||
std::string getSourceFileContents();
|
||||
std::string getLastTimeEdited();
|
||||
|
||||
std::string getInUrl();
|
||||
|
||||
std::string getOutUrl();
|
||||
std::string getRelativeOutUrl();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue