X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=build.py;h=e9f4f279fee121e237aa9058a148b083179540e6;hb=e89c48ffdf6a996ed65aabbeeb2c1f17e68fb8f1;hp=34698537b9c7941469449e69ae253138aa72aa81;hpb=ae13870226eb5b5a00fb87f442ae77fde6ed9e29;p=ardour-manual diff --git a/build.py b/build.py index 3469853..e9f4f27 100755 --- a/build.py +++ b/build.py @@ -15,7 +15,7 @@ import os import re import shutil import argparse - +import datetime # Global vars global_bootstrap_path = '/bootstrap-3.3.7' @@ -26,6 +26,9 @@ global_screen_template = 'page-template.html' global_onepage_template = 'onepage-template.html' global_pdf_template = 'pdf-template.html' global_master_doc = 'master-doc.txt' +from datetime import datetime +global_today_iso = datetime.today().strftime('%Y-%m-%dT%H%M%S') +global_today = datetime.today().strftime('%Y-%m-%d') # This matches all *non* letter/number, ' ', '.', '-', and '_' chars cleanString = re.compile(r'[^a-zA-Z0-9 \._-]+') @@ -319,7 +322,7 @@ def FixInternalLinks(links, content, title): # looking at currently # def BuildList(lst, fs, pagePos, cList): - content = '\n\n\n' return content @@ -395,7 +398,7 @@ def CreateLinkSidebar(fs, pos, childList): content = BuildList(FindTopLevelNodes(fs), fs, pos, childList) # Shove the TOC link and one file link at the top... active = ' class=active' if pos<0 else '' - content = content.replace('