Program now takes options instead of hardcoded inputs
[biaweb2.git] / biawebstrings.hpp
index c87f882..a421ee2 100644 (file)
@@ -6,6 +6,16 @@ namespace biaweb {
     const char* WARNING_PARSE_FAILED = "Warning: date parse failed on " ;
     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 = "Document tree: ";
+    const char* PROGRAM_ARGS = " -i <inputdir> -o <outputdir> -t <templatedir>";
+    const char* OUTPUT_IN = "Output in: ";
+    const char* PROGRAM_USAGE = "Usage: ";
+    const char* PROGRAM_EXPLANATION = "Where \n \
+\t<inputdir>    - source directory tree with markdown sources\n \
+\t<outputdir>   - destination in which to create the HTML output\n \
+\t<templatedir> - 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;