[gsoc-admin] Add global config



commit 6dd0b191eb20c3cc8f9c5369137500ba84b52a93
Author: Lasse Schuirmann <lasse schuirmann gmail com>
Date:   Wed Aug 12 11:20:31 2015 +0200

    Add global config

 data/config.cfg                   |    9 +++++++++
 {templates => data/templates}/foo |    0
 2 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/data/config.cfg b/data/config.cfg
new file mode 100644
index 0000000..f47ee98
--- /dev/null
+++ b/data/config.cfg
@@ -0,0 +1,9 @@
+ics_url = http://www.google.com/calendar/ical/gsummerofcode%40gmail.com/public/basic.ics
+
+[FINAL_EVALS]
+type = date
+ics_description = .*[fF]inal evaluation deadline.*
+
+[FOO]
+type = mail_template
+when = FINAL_EVALS - 3d
\ No newline at end of file
diff --git a/templates/foo b/data/templates/foo
similarity index 100%
rename from templates/foo
rename to data/templates/foo


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]