forked from laisiangtho/bible
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mara MCL Matu Kachin ...koh, wbc
- Loading branch information
Khen Solomon Lethil
committed
Jul 2, 2019
1 parent
d42ff46
commit a49e56f
Showing
51 changed files
with
502,868 additions
and
271 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,5 @@ | |
assets/ | ||
node_modules/ | ||
package-lock.json | ||
|
||
sqlite/backup/ | ||
wbc/*.json | ||
koh/*.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,20 @@ | ||
{ | ||
"files.trimFinalNewlines": true, | ||
"files.trimTrailingWhitespace": true, | ||
"editor.renderLineHighlight": "none", | ||
"editor.detectIndentation": false, | ||
"editor.fontSize": 13, | ||
"files.exclude": { | ||
"src/**/*.js": true, | ||
"src/**/*.css": true | ||
}, | ||
"editor.tabSize": 2, | ||
"workbench.colorCustomizations": { | ||
"activityBar.background": "#dfdddd", | ||
"activityBar.foreground":"#585858", | ||
"textLink.foreground":"#ff0000", | ||
"activityBar.inactiveForeground":"#aaaaac", | ||
"statusBar.background" : "#b6b7b8" | ||
}, | ||
"workbench.colorTheme": "Default Light+" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# Reference | ||
|
||
|
||
```shell | ||
<verse id="([0-9]+-[0-9]+)" | ||
<verse id="([0-9]+)-([0-9]+)" | ||
<verse id="\1" merge="\2" | ||
|
||
|
||
<book id="(.+?)">(.*?)</info> | ||
|
||
|
||
<book id="(.+?)" name="" shortname=""> | ||
<info id="name">(.+?)</info> | ||
<info id="shortname">(.+?)</info> | ||
<book id="(.*)" name="" shortname="">\n\t\t<info id="name">(.*)</info>\n\t\t<<info id="shortname">(.*)</info> | ||
<book id="$1" name="$2" shortname="$3"> | ||
<book id="(.*)" name="" shortname=""> | ||
<book id="(.*)" name="" shortname=""> | ||
<info id="name">(.*)</info> | ||
<info id="shortname">(.*)</info> | ||
<book id="\1" name="\2" shortname="\3"> | ||
<book id="([0-9]+)" name="" shortname=""> | ||
<info id="name">(.*)</info> | ||
<info id="shortname">(.*)</info> | ||
``` | ||
# Error | ||
[ ] finish1938 | ||
[ ] swedish1917 | ||
https://www.ph4.org/b4_index.php | ||
danish1933 missing alots | ||
npm link | ||
# koh | ||
- `\\n([a-zA-Z])` -> `--$1` | ||
case (\d+): | ||
title = "(.*)"; | ||
content = "(.*)"; | ||
break; | ||
{"title":"$2","content":"$3"},\n | ||
(\d+)‘ -> $1 ‘ | ||
(\d+)“ -> $1 “ | ||
Kachin need new source |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.