-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (65 loc) · 3.55 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="rBiblia developer resources">
<meta name="robots" content="index, follow, archive">
<meta name="keywords" content="rbiblia,bible">
<meta name="author" content="Rafał Toborek">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link href="style.css" rel="stylesheet">
<title>rBiblia developer resources</title>
</head>
<body>
<header>
<h1>rBiblia developer resources</h1>
</header>
<main>
<ul>
<li>
<a href="https://github.com/rBiblia/rbiblia-web" target="_blank">rBiblia Web</a>
<br>
Source code for web version of the rBiblia application for Windows (PHP/React).
</li>
<li>
<a href="https://github.com/rBiblia/xml2bibx" target="_blank">xml2bibx</a>
<br>
Windows CLI conversion tool used to translate source bible translations files stored in the *.xml format into fully working *.bibx files used by the desktop version of the rBiblia application (C# console app).
</li>
<li>
<a href="https://github.com/rBiblia/bib2xml" target="_blank">bib2xml</a>
<br>
CLI conversion tool for improving process of importing translations into *.xml file format. It supports import from the popular bible formats including eSword, Zefania, theWord or MyBible (PHP/Phar executable).
</li>
<li>
<a href="https://github.com/rBiblia/website-locales" target="_blank">website-locales</a>
<br>
Language translation files used to localize rBiblia website. If you want to translate rBiblia's website to your language, then this is a good starting point (XML).
</li>
<li>
<a href="https://github.com/rBiblia/rbiblia-windows-locales" target="_blank">rbiblia-windows-locales</a>
<br>
Language translation files used to localize rBiblia application for Windows (XML).
</li>
<li>
<a href="https://github.com/rBiblia/rbql" target="_blank">rbql</a>
<br>
Source files for the rBiblia Query Language documentation (mkdocs).
</li>
<li>
<a href="https://github.com/orgs/rBiblia/projects/1" target="_blank">rbiblia-project</a>
<br>
Roadmap and issues board of upcoming features in rBiblia application for Windows. This board is currently in Polish language only.
</li>
</ul>
Visit also <a href="https://github.com/rBiblia" target="_blank">rBiblia on GitHub</a> to see all related projects and tools. rBiblia website can be reached at <a href="https://rbiblia.toborek.info/en-US/" target="_blank">rbiblia.toborek.info</a>.
<br><br>
All contributions to the projects are welcome and helps to spread God's Word over the world.
</main>
<footer>
Created by <a href="https://kontakt.toborek.info" target="_blank">Rafał Toborek</a>
</footer>
</body>
</html>