-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/anwolosz/synopsis
- Loading branch information
Showing
8 changed files
with
57 additions
and
35 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
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
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 |
---|---|---|
@@ -1,11 +1,14 @@ | ||
<template> | ||
<p>Development takes place on GitHub. The repo can be found on <a | ||
href="https://github.com/anwolosz/synopsis" target="_blank">this</a> link. | ||
<p>Please send any comments, questions or suggestions to:</p> | ||
<p><b>[email protected]</b></p> | ||
<p>synopticus.org is an open source project. It is developed on GitHub. The repository is available at | ||
<a href="https://github.com/anwolosz/synopsis" target="_blank">this</a> link. | ||
</p> | ||
<p>Currently, the aim is to integrate the different Gospel translations. The translations processed so far (in <code | ||
class="text-dark">.json</code> format) are the following: | ||
<a href="https://raw.githubusercontent.com/anwolosz/synopsis/main/src/assets/synopsis_szit.json" | ||
target="_blank">SZIT</a>, | ||
<a href="https://raw.githubusercontent.com/anwolosz/synopsis/main/src/assets/synopsis_esv.json" | ||
target="_blank">ESV</a>. | ||
</p> | ||
<p>The .json databases of the Synopsis are available at the links below.</p> | ||
<ul> | ||
<li><a href="https://raw.githubusercontent.com/anwolosz/synopsis/main/src/assets/synopsis_szit.json" target="_blank">SZIT</a> | ||
</li> | ||
<li><a href="https://raw.githubusercontent.com/anwolosz/synopsis/main/src/assets/synopsis_esv.json" target="_blank">ESV</a></li> | ||
</ul> | ||
</template> |
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,10 +1,15 @@ | ||
<template> | ||
<p>A fejlesztés GitHubon zajlik. A repo <a href="https://github.com/anwolosz/synopsis" target="_blank">ezen</a> a linken érhető el. | ||
<p>Bármilyen észrevétel, kérdés vagy javaslat esetén várom az üzeneteket az alábbi címen:</p> | ||
<p><b>[email protected]</b></p> | ||
<p>A synopticus.org nyíltforráskódú project. A fejlesztés GitHubon zajlik, a repository <a | ||
href="https://github.com/anwolosz/synopsis" target="_blank">ezen</a> a | ||
linken érhető el. | ||
</p> | ||
<p>Jelenleg a különböző evangélium fordítások integrációja a cél. Az Szinopszis struktúrájában eddig feldolgozott | ||
fordtások <code class="text-dark">.json</code> formátumban elérhetők itt: | ||
<a href="https://raw.githubusercontent.com/anwolosz/synopsis/main/src/assets/synopsis_szit.json" | ||
target="_blank">SZIT</a>, | ||
<a href="https://raw.githubusercontent.com/anwolosz/synopsis/main/src/assets/synopsis_esv.json" | ||
target="_blank">ESV</a>. | ||
</p> | ||
<p>A Szinopszis vázát képező .json adatbázisok az alábbi linkeken érhetők el.</p> | ||
<ul> | ||
<li><a href="https://raw.githubusercontent.com/anwolosz/synopsis/main/src/assets/synopsis_szit.json" target="_blank">SZIT</a> | ||
</li> | ||
<li><a href="https://raw.githubusercontent.com/anwolosz/synopsis/main/src/assets/synopsis_esv.json" target="_blank">ESV</a></li> | ||
</ul> | ||
</template> |
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