From 691e84fb0205876307610c207b2d164bbfa53f99 Mon Sep 17 00:00:00 2001 From: Scott Guerrieri Date: Wed, 10 Dec 2008 23:54:02 +0000 Subject: [PATCH] .conf filel templates for posix and windows bzr-revno: 212 --- resources/.openlp/openlp.conf_posix | 10 ++++++++++ resources/.openlp/openlp.conf_win | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 resources/.openlp/openlp.conf_posix create mode 100644 resources/.openlp/openlp.conf_win diff --git a/resources/.openlp/openlp.conf_posix b/resources/.openlp/openlp.conf_posix new file mode 100644 index 000000000..cf29fae15 --- /dev/null +++ b/resources/.openlp/openlp.conf_posix @@ -0,0 +1,10 @@ +[bible] +suffix name = bible3 + +[main] +themes path = themes +data path = /home//.openlp/data + +[songs] +file name = songs.sqlite +data path = songs diff --git a/resources/.openlp/openlp.conf_win b/resources/.openlp/openlp.conf_win new file mode 100644 index 000000000..eb2cd81e5 --- /dev/null +++ b/resources/.openlp/openlp.conf_win @@ -0,0 +1,10 @@ +[bible] +suffix name = bible3 + +[main] +themes path = themes +data path = c:\\Documents and Settings\\\\Application Data\\.openlp\\data + +[songs] +file name = songs.sqlite +data path = songs