diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..cccc939 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "python.pythonPath": "/home/vypr/Code/canon_law/venv/bin/python3" +} \ No newline at end of file diff --git a/canon_law/__init__.py b/canon_law/__init__.py index 31b4255..ab935b9 100644 --- a/canon_law/__init__.py +++ b/canon_law/__init__.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2018 Elliott Pardee + Copyright (c) 2018-2020 Elliott Pardee This file is part of canon_law. canon_law is free software: you can redistribute it and/or modify diff --git a/canon_law/api.py b/canon_law/api.py index 6a9b7e1..963010d 100644 --- a/canon_law/api.py +++ b/canon_law/api.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2018 Elliott Pardee + Copyright (c) 2018-2020 Elliott Pardee This file is part of canon_law. canon_law is free software: you can redistribute it and/or modify diff --git a/canon_law/central.py b/canon_law/central.py index 2cf4962..6a6142d 100644 --- a/canon_law/central.py +++ b/canon_law/central.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2018 Elliott Pardee + Copyright (c) 2018-2020 Elliott Pardee This file is part of canon_law. canon_law is free software: you can redistribute it and/or modify diff --git a/canon_law/extensions/vylogger.py b/canon_law/extensions/vylogger.py index d7e8736..64abe4f 100644 --- a/canon_law/extensions/vylogger.py +++ b/canon_law/extensions/vylogger.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2018 Elliott Pardee + Copyright (c) 2018-2020 Elliott Pardee This file is part of canon_law. canon_law is free software: you can redistribute it and/or modify diff --git a/canon_law/frontend.py b/canon_law/frontend.py index 54fc223..a2c004b 100644 --- a/canon_law/frontend.py +++ b/canon_law/frontend.py @@ -1,5 +1,5 @@ """ - Copyright (c) 2018-2019 Elliott Pardee + Copyright (c) 2018-2020 Elliott Pardee This file is part of canon_law. canon_law is free software: you can redistribute it and/or modify diff --git a/canon_law/static/style.css b/canon_law/static/style.css index 79b9ea8..b45f964 100644 --- a/canon_law/static/style.css +++ b/canon_law/static/style.css @@ -142,12 +142,10 @@ tr:nth-child(even) { background-color: #e0e0e0; } small { font-size: 11px; } -a { color: #009400; } -a:hover { color: #006400 !important; text-decoration: none; } -a:focus { color: #006400 !important; text-decoration: none; } -a:visited { color: #009400; } - a { color: #009400; text-decoration: none; } a:hover { color: #006400 !important; } a:focus { color: #006400 !important; } -a:visited { color: #009400; } \ No newline at end of file +a:visited { color: #009400; } + +::selection { background: #111; color: #009400; text-decoration: none; } +::-moz-selection { background: #111; color: #009400; text-decoration: none; } \ No newline at end of file diff --git a/canon_law/templates/index.html b/canon_law/templates/index.html index 10b7af6..79d18b7 100644 --- a/canon_law/templates/index.html +++ b/canon_law/templates/index.html @@ -5,9 +5,9 @@ {% block main %}

welcome.

-

By making an intuitive website, as well as a open, fully-featured API, I hope to make Orthodox +

By making an intuitive website, as well as a open, fully-featured API, we hope to make Orthodox canon law more accessible to everyone.

-

There are many things I hope to achieve or provide the means for by making canon law accessible:

+

There are many things we hope to achieve or provide the means for by making canon law accessible:

  • Allowing Orthodox Christians to become more informed on canon law.
  • Making referencing canon law easier for laity and clergy alike.
  • @@ -15,7 +15,7 @@
  • Encouraging Orthodox Christians to create more open-source and developer-friendly resources.
-

At the moment, canonlaw.vypr.xyz is a simple canon law browser with an API. In the future, I have plans to add:

+

At the moment, canonlaw.oikonomia.xyz is a simple canon law browser with an API. In the future, We have plans to add:

  • Cross-references with Scripture and other canons.
  • History about the councils and the development of canons.
  • @@ -23,7 +23,7 @@
  • Modern-day applications of these canons.
-

canonlaw.vypr.xyz only has the canons of the Holy Apostles and the ecumenical councils. Local councils will be added - over time. I apologize for any inconvenience. +

canonlaw.oikonomia.xyz only has the canons of the Holy Apostles and the ecumenical councils. Local councils will be added + over time. We apologize for any inconvenience.

{% endblock %} \ No newline at end of file diff --git a/canon_law/templates/unknown_council.html b/canon_law/templates/unknown_council.html index d54e44f..33d1ab6 100644 --- a/canon_law/templates/unknown_council.html +++ b/canon_law/templates/unknown_council.html @@ -6,7 +6,7 @@

error 404: council not found

- This council isn't real. Well... rather, it isn't available here, whatever it is. + This council doesn't exist. Well... rather, it isn't available here, whatever it is.