From 1ad7cb33abfac55a9be2f1d889c369fd1b43df2f Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 25 Oct 2010 19:40:32 +0000 Subject: changes for adelie --- bn_django/git_wiki/settings.py.example | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 bn_django/git_wiki/settings.py.example (limited to 'bn_django/git_wiki/settings.py.example') diff --git a/bn_django/git_wiki/settings.py.example b/bn_django/git_wiki/settings.py.example deleted file mode 100644 index 8257277..0000000 --- a/bn_django/git_wiki/settings.py.example +++ /dev/null @@ -1,17 +0,0 @@ - -# full path to directory holding the wiki repository (or sys links to -# the repositories) -GITWIKI_BASE = '/home/bnewbold/knowledge/' - -EQU_FOLDER = '/home/bnewbold/bn-project/static/latex2png/' -EQU_PREFIX = '/static/latex2png/' - -# leave this blank (NO WHITE SPACE) unless you're using a bare repo -GITWIKI_NAME = '' - -# fill path to the git command -GITCOMMAND = '/usr/local/bin/git' - -GITWIKI_DIR = str(GITWIKI_BASE) + '/' + str(GITWIKI_NAME) + '.git' -GITPREFIX = 'cd ' +str(GITWIKI_BASE) + '; ' + str(GITCOMMAND) + ' --git-dir=' \ - + str(GITWIKI_DIR) -- cgit v1.2.3