X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=build.py;h=e9f4f279fee121e237aa9058a148b083179540e6;hb=e74c09802c2ca4038144d051c425a65661bde3ea;hp=e656fd198efaa0980bb7601c9b001862c780dffa;hpb=cfb496c7d367fca9645ad3ecad4ab546ced20486;p=ardour-manual diff --git a/build.py b/build.py index e656fd1..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 @@ -354,7 +357,7 @@ def BuildOnePageSidebar(fs): levelNums = [0]*3 for i in range(len(fs)): - # Handle Part/Chapter/subchapter/section/subsection numbering + # Handle Part/Chapter/subchapter numbering level = fs[i]['level'] if level < 2: levelNums[2] = 0 @@ -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('