Rough migration to working papers page

This commit is contained in:
str4d
2013-08-11 13:05:05 +00:00
parent 7c42ce8329
commit e9e2fcbbc6
10 changed files with 300 additions and 6367 deletions

View File

@@ -50,6 +50,8 @@ BLOG_DIR = os.path.join(os.path.dirname(__file__), 'blog')
MEETINGS_DIR = os.path.join(os.path.dirname(__file__), 'meetings/logs')
SITE_DIR = os.path.join(TEMPLATE_DIR, 'site')
MIRRORS_FILE = os.path.join(TEMPLATE_DIR, 'downloads/mirrors')
ANONBIB_CFG = os.path.join(TEMPLATE_DIR, 'papers/anonbib.cfg')
ANONBIB_FILE = os.path.join(TEMPLATE_DIR, 'papers/anonbib.bib')
###################