File: settings.html

package info (click to toggle)
bibledit-cloud 5.1.036-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 250,636 kB
  • sloc: xml: 915,934; ansic: 261,349; cpp: 92,628; javascript: 32,542; sh: 4,915; makefile: 586; php: 69
file content (115 lines) | stat: -rw-r--r-- 3,899 bytes parent folder | download | duplicates (2)
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<h2>translate("Manage Checks")</h2>
<div>
  translate("Bible"): ##bible##
  <!-- #BEGINZONE cloud -->
  translate("It will be checked every night.")
  <!-- #ENDZONE cloud -->
  <a href="?run=">translate("Check it now.")</a>
</div>
<p class="error">##error##</p>
<p class="success">##success##</p>
<p>##journal##</p>
<br>
<p>translate("Enable the desired checks:")</p>
<p>
<input type="checkbox" name="doublespacesusfm" onchange="checkbox_v2(this)" ##doublespacesusfm## />
translate("double spaces in the raw USFM")
</p>

<p>
<input type="checkbox" name="fullstopheadings" onchange="checkbox_v2(this)" ##fullstopheadings## />
translate("punctuation at the end of a heading")
</p>

<p>
<input type="checkbox" name="spacebeforepunctuation" onchange="checkbox_v2(this)" ##spacebeforepunctuation## />
translate("a space before a comma, semicolon, colon, full stop, question mark, or exclamation mark")
</p>

<p>
<input type="checkbox" name="spacebeforefinalnotemarkup" onchange="checkbox_v2(this)" ##spacebeforefinalnotemarkup## />
translate("a space before a final note or cross reference marker")
</p>

<p>
<input type="checkbox" name="sentencestructure" onchange="checkbox_v2(this)" ##sentencestructure## />
translate("sentence structure")
</p>

<p>
<input type="checkbox" name="paragraphstructure" onchange="checkbox_v2(this)" ##paragraphstructure## />
translate("paragraph starts with a capital and ends with a correct end marker")
</p>

<p>
<input type="checkbox" name="booksversification" onchange="checkbox_v2(this)" ##booksversification## />
translate("correct number of books according to the versification system")
</p>

<p>
<input type="checkbox" name="chaptersversesversification" onchange="checkbox_v2(this)" ##chaptersversesversification## />
translate("correct number of chapters and verses in existing books, according to the versification system")
</p>

<p>
<input type="checkbox" name="wellformedusfm" onchange="checkbox_v2(this)" ##wellformedusfm## />
translate("well-formed USFM")
</p>

<p>
<input type="checkbox" name="punctuationatendverse" onchange="checkbox_v2(this)" ##punctuationatendverse## />
translate("missing punctuation at the end of a verse")
</p>

<p>
<input type="checkbox" name="patterns" onchange="checkbox_v2(this)" ##patterns## />
translate("patterns in the text")
[<a href="settingspatterns">translate("settings")</a>]
</p>

<p>
<input type="checkbox" name="pairs" onchange="checkbox_v2(this)" ##pairs## />
translate("matching pairs")
[<a href="settingspairs">translate("settings")</a>]
</p>

<p>
<input type="checkbox" name="spaceendverse" onchange="checkbox_v2(this)" ##spaceendverse## />
translate("space at the end of a verse")
</p>

<p>
<input type="checkbox" name="frenchpunctuation" onchange="checkbox_v2(this)" ##frenchpunctuation## />
translate("no-break space at French punctuation")
</p>

<p>
<input type="checkbox" name="frenchcitation" onchange="checkbox_v2(this)" ##frenchcitation## />
translate("multiple « in French citation style")
</p>

<p>
<input type="checkbox" name="transposenotes" onchange="checkbox_v2(this)" ##transposenotes## />
translate("transpose and fix double spaces in footnotes and cross references")
</p>

<p>
<input type="checkbox" name="validutf8" onchange="checkbox_v2(this)" ##validutf8## />
translate("valid UTF-8 Unicode text")
</p>

<br>
<p><a href="settingssentences">translate("Settings for the sentence structure")</a></p>

<br>
<p>
<a href="index">translate("The results of these checks will be viewable under Tools / Checks.")</a>
<!-- #BEGINZONE client -->
translate ("Bibledit Cloud can email the results to all users who have enabled this notification.")
<!-- #ENDZONE client -->
<!-- #BEGINZONE cloud -->
translate ("The results will also be emailed to all users who have enabled this notification.")
<!-- #ENDZONE cloud -->
</p>

<script type="text/javascript" src="../assets/checkbox.js?##VERSION##"></script>