X-Git-Url: https://harishankar.org/repos/?p=biaweb2.git;a=blobdiff_plain;f=biawebstrings.hpp;fp=biawebstrings.hpp;h=fb79a6a436fff6ef6761b81540cdfbad931a4b19;hp=a421ee2baf299e6c6a61f144d644b6a3bc3cffa4;hb=e16a6540bdbe09d54677caae65e16598c1da2538;hpb=c3f6c1be3a72da00b32eef61b9a4a381a76880eb diff --git a/biawebstrings.hpp b/biawebstrings.hpp index a421ee2..fb79a6a 100644 --- a/biawebstrings.hpp +++ b/biawebstrings.hpp @@ -17,6 +17,9 @@ namespace biaweb { \t - directory containing the templates\n \ NOTE: directory argument need not terminate with the separator (/)"; + // MAXIMUM SIZE OF RSS FEED + const unsigned int MAX_RSS_FEED = 10; + // NAMED INDEX FOR DOCUMENT STRING BITS (LOADED FROM TEMPLATE FILE stringbits.txt) const unsigned int HOME = 0; const unsigned int ARTICLES_LIST = 1; @@ -24,6 +27,9 @@ NOTE: directory argument need not terminate with the separator (/)"; const unsigned int NAVIGATION = 3; const unsigned int SUB_CAT = 4; const unsigned int GO_UP = 5; + const unsigned int SUBSCRIBE = 6; + const unsigned int RSS_FEED = 7; + } #endif