X-Git-Url: https://harishankar.org/repos/?p=biaweb2.git;a=blobdiff_plain;f=biawebstrings.hpp;h=a421ee2baf299e6c6a61f144d644b6a3bc3cffa4;hp=55f417750abdffaae91464b3efb4443ba73b82b6;hb=c3f6c1be3a72da00b32eef61b9a4a381a76880eb;hpb=1d6e80c91ca5a6c4551d89e7a1979490c2505745 diff --git a/biawebstrings.hpp b/biawebstrings.hpp index 55f4177..a421ee2 100644 --- a/biawebstrings.hpp +++ b/biawebstrings.hpp @@ -7,7 +7,15 @@ namespace biaweb { const char* NO_SUCH_PATH_ERROR = "No such path! Specify an existing file path" ; const char* DATE_IN_FORMAT = "%Y-%m-%d %H:%M %Z"; const char* GENERATED_IN = "Generated in (s): "; - const char* VISUALIZE_TREE = "Generated document tree: "; + const char* VISUALIZE_TREE = "Document tree: "; + const char* PROGRAM_ARGS = " -i -o -t "; + const char* OUTPUT_IN = "Output in: "; + const char* PROGRAM_USAGE = "Usage: "; + const char* PROGRAM_EXPLANATION = "Where \n \ +\t - source directory tree with markdown sources\n \ +\t - destination in which to create the HTML output\n \ +\t - directory containing the templates\n \ +NOTE: directory argument need not terminate with the separator (/)"; // NAMED INDEX FOR DOCUMENT STRING BITS (LOADED FROM TEMPLATE FILE stringbits.txt) const unsigned int HOME = 0;