forked from Freely-Given-org/BibleOrgSys
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTo_OpenSong_controls.txt
47 lines (40 loc) · 1.79 KB
/
To_OpenSong_controls.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# To_OpenSong_controls.txt
#
# This is a sample control file for creating an OpenSong XML Bible text file
# You should edit this file for your specific situation
#
# Any line with a # in the first column is a comment line ignored by the program
# Unless otherwise specified, most entries consist of a variable name on the left,
# and equals sign (with optional spaces either side), and the assigned value.
# e.g., DoThis = True
# Note that all fieldnames and settings are CASE SENSITIVE
#
# The following values determine the Bible organisational system (especially needed for Bible references)
LanguageCode = __PROJECT_NAME__
PublicationCode = GENERIC
# The following values are copied into the output file
OpenSongLanguage = en
OpenSongPublisher = __PUBLISHER__
OpenSongRights = Copyright (C) 2020 __NAME__
OpenSongContributors =
OpenSongSource = __NAME__
OpenSongCoverage = People around the world
# Allowed values are byBible, byTestament, or byBook
#OpenSongFiles = byBible
# Allowed values are All or None or Header
# This affects how many space and newline characters are included in the output file(s)
OpenSongHumanReadable = All
# This section only applies if byBible is selected above
OpenSongOutputFilename = __PROJECT_NAME___OpenSong_Bible.xml
OpenSongTitle = __PROJECT_NAME__ Bible
OpenSongBibleName = __PROJECT_NAME__ Bible
OpenSongSubject =
OpenSongDescription =
OpenSongIdentifier =
LogFilename = To_OpenSong_logfile.txt
# This section only applies if byTestament or byBook is selected above
# The fields must contain XxXxX which will be automatically replaced by the program
#OpenSongOutputFilenameTemplate = __PROJECT_NAME___OpenSong_XxXxX.xml
#OpenSongBibleNameTemplate = __PROJECT_NAME__ XxXxX
#LogFileTemplate = __PROJECT_NAME___OpenSong_XxXxX_logfile.txt
## End of To_OpenSong_controls.txt