Update repo references and add some trullo canons.

This commit is contained in:
Seraphim R. Pardee 2024-09-23 21:51:08 -04:00
parent 327141f850
commit 572fe4e75b
6 changed files with 13 additions and 19 deletions

View File

@ -29,4 +29,4 @@ Finally, set the FLASK_APP environment variable to `canon_law` by doing `export
### Step 3. Launch ### Step 3. Launch
Do `flask run` and the service should start up. If it doesn't, please [file an issue](https://github.com/oikonomia/canon_law/issues/new) so I can get to work. :) Do `flask run` and the service should start up. If it doesn't, please [file an issue](https://git.hl.srp.life/srp/canon_law/issues/new) so I can get to work. :)

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
$(document).ready(function(){ $(document).ready(function(){
$(".clicktoreveal").click(function(){ $(".clicktoreveal").click(function(){
$("#history").slideToggle(300); $("#history").slideToggle(300);
}); });
}); });

View File

@ -21,24 +21,18 @@
</tr> </tr>
<tr> <tr>
<td>project lead</td> <td>project lead</td>
<td><a href="https://srp.life">Seraphim R.P.</a></td> <td><a href="https://srp.life">Rdr. Seraphim Pardee</a></td>
<td>OCA / Bulgarian Diocese</td> <td>OCA / Bulgarian Diocese</td>
<td><a href="mailto:me@srp.life">click</a></td> <td><a href="mailto:me@srp.life">click</a></td>
</tr> </tr>
<tr>
<td>content contributor</td>
<td>Alexander</td>
<td>OCA / Diocese of the South</td>
<td>null</td>
</tr>
</table> </table>
<br><br> <br><br>
<h3>Technology</h3> <h3>Technology</h3>
canonlaw@hesychia is developed and ran on Python 3.7.0 using the Flask web framework. It utilizes TinyDB as a canonlaw@hesychia is developed and ran on Python 3.11 using the Flask web framework. It utilizes TinyDB as a
database library and a few custom extensions for things like logging. The source code for canonlaw@hesychia can be database library and a few custom extensions for things like logging. The source code for canonlaw@hesychia can be
found <a href="https://github.com/HesychiaDiscord/canon_law">here</a>. The source code, like most of Hesychia's found <a href="https://git.hl.srp.life/srp/canon_law">here</a>. The source code, like most of Hesychia's
open-source projects, is freely available under the GPLv3. open-source projects, is freely available under the GPLv3.
<h3>Sources</h3> <h3>Sources</h3>

View File

@ -36,7 +36,7 @@ o::::y s+/:/:o m+/+//:///o +//:/+h dsohmmh
Well, aren't you inquisitive? Well, aren't you inquisitive?
If code's your thing, consider helping us out on GitHub: https://github.com/HesychiaDiscord/canon_law If code's your thing, consider helping me out: https://discord.gg/drYwn5v8mw
--> -->
@ -97,7 +97,7 @@ If code's your thing, consider helping us out on GitHub: https://github.com/Hesy
<footer> <footer>
canonlaw@hesychia is made with ❤️ by <a href="https://discord.gg/drYwn5v8mw">Hesychia</a>. canonlaw@hesychia is made with ❤️ by <a href="https://discord.gg/drYwn5v8mw">Hesychia</a>.
<br> <br>
<a href="{{ url_for('frontend.about') }}">about</a> &middot; <a href="{{ url_for('frontend.disclaimer') }}">disclaimer</a> &middot; <a href="https://github.com/HesychiaDiscord/canon_law">source code</a> &middot; <a href="#">additional resources</a> <a href="{{ url_for('frontend.about') }}">about</a> &middot; <a href="{{ url_for('frontend.disclaimer') }}">disclaimer</a> &middot; <a href="https://git.hl.srp.life/srp/canon_law">source code</a> &middot; <a href="#">additional resources</a>
</footer> </footer>
</body> </body>

View File

@ -15,7 +15,7 @@
<li>Encouraging Orthodox Christians to create more open-source and developer-friendly resources.</li> <li>Encouraging Orthodox Christians to create more open-source and developer-friendly resources.</li>
</ul> </ul>
<p>At the moment, canonlaw@hesychia is a simple canon law browser with an API. In the future, We have plans to add:</p> <p>At the moment, canonlaw@hesychia is a simple canon law browser with an API. In the future, we hope to add:</p>
<ul> <ul>
<li>Cross-references with Scripture and other canons.</li> <li>Cross-references with Scripture and other canons.</li>
<li>History about the councils and the development of canons.</li> <li>History about the councils and the development of canons.</li>