Included functionality to describe the document in the input file
[biaweb2.git] / biawebstrings.hpp
1 #ifndef __BIAWEBSTRINGS__
2 #define __BIAWEBSTRINGS__
3
4 namespace biaweb {
5 // COMMON STRINGS
6 const char* GO_UP = "Go up";
7 const char* SUB_CAT = "Sub categories: ";
8 const char* ART_LIST = "List of Articles";
9 const char* INDEX = "Index Page";
10 const char* WARNING_PARSE_FAILED = "Warning: date parse failed on " ;
11 // DATE FORMAT
12 const char* DATE_IN_FORMAT = "%Y-%m-%d %H:%M %Z";
13 }
14
15 #endif