X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=build.py;h=dea075bcf0b5f08065603ad8c404bdddb52d817f;hb=94085e0ed8465b25f39c69f35c55544a9f3286d8;hp=75a13f18122c462dcf9ec97e00f242fadca6fa1a;hpb=498117584a7a73f2d857eb517e8e0a9f148c61ff;p=ardour-manual diff --git a/build.py b/build.py index 75a13f1..dea075b 100755 --- a/build.py +++ b/build.py @@ -15,17 +15,21 @@ import os import re import shutil import argparse - +import datetime # Global vars global_bootstrap_path = '/bootstrap-3.3.7' global_page_title = 'The Ardour Manual' global_site_dir = './website/' +global_manual_url = 'http://manual.ardour.org' global_githuburl = 'https://github.com/Ardour/manual/edit/master/include/' 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 +323,7 @@ def FixInternalLinks(links, content, title): # looking at currently # def BuildList(lst, fs, pagePos, cList): - content = '\n\n\n' return content @@ -349,12 +353,12 @@ def BuildList(lst, fs, pagePos, cList): # def BuildOnePageSidebar(fs): - content = '\n\n