mirror of
https://codeberg.org/diginaut/digimarks.git
synced 2026-02-04 10:20:26 +01:00
Codeberg and dependency config
This commit is contained in:
16
README.rst
16
README.rst
@@ -125,7 +125,7 @@ Attributions
|
|||||||
'M' favicon by `Freepik`_.
|
'M' favicon by `Freepik`_.
|
||||||
|
|
||||||
|
|
||||||
.. _digimarks: https://github.com/aquatix/digimarks
|
.. _digimarks: https://codeberg.org/diginaut/digimarks
|
||||||
.. |PyPI version| image:: https://img.shields.io/pypi/v/digimarks.svg
|
.. |PyPI version| image:: https://img.shields.io/pypi/v/digimarks.svg
|
||||||
:target: https://pypi.python.org/pypi/digimarks/
|
:target: https://pypi.python.org/pypi/digimarks/
|
||||||
.. |PyPI license| image:: https://img.shields.io/github/license/aquatix/digimarks.svg
|
.. |PyPI license| image:: https://img.shields.io/github/license/aquatix/digimarks.svg
|
||||||
@@ -136,11 +136,11 @@ Attributions
|
|||||||
.. |Codacy| image:: https://api.codacy.com/project/badge/Grade/9a34319d917b43219a29e59e9ac75e3b
|
.. |Codacy| image:: https://api.codacy.com/project/badge/Grade/9a34319d917b43219a29e59e9ac75e3b
|
||||||
:alt: Codacy Badge
|
:alt: Codacy Badge
|
||||||
:target: https://app.codacy.com/app/aquatix/digimarks?utm_source=github.com&utm_medium=referral&utm_content=aquatix/digimarks&utm_campaign=badger
|
:target: https://app.codacy.com/app/aquatix/digimarks?utm_source=github.com&utm_medium=referral&utm_content=aquatix/digimarks&utm_campaign=badger
|
||||||
.. _hook settings: https://github.com/aquatix/digimarks/blob/master/example_config/examples.yaml
|
.. _hook settings: https://codeberg.org/diginaut/digimarks/blob/master/example_config/examples.yaml
|
||||||
.. _vhost for Apache2.4: https://github.com/aquatix/digimarks/blob/master/example_config/apache_vhost.conf
|
.. _vhost for Apache2.4: https://codeberg.org/diginaut/digimarks/blob/master/example_config/apache_vhost.conf
|
||||||
.. _uwsgi.ini: https://github.com/aquatix/digimarks/blob/master/example_config/uwsgi.ini
|
.. _uwsgi.ini: https://codeberg.org/diginaut/digimarks/blob/master/example_config/uwsgi.ini
|
||||||
.. _Changelog: https://github.com/aquatix/digimarks/blob/master/CHANGELOG.md
|
.. _Changelog: https://codeberg.org/diginaut/digimarks/blob/master/CHANGELOG.md
|
||||||
.. _Freepik: http://www.flaticon.com/free-icon/letter-m_2041
|
.. _Freepik: http://www.flaticon.com/free-icon/letter-m_2041
|
||||||
.. _systemd for digimarks API: https://github.com/aquatix/digimarks/blob/master/example_config/systemd/digimarks.service
|
.. _systemd for digimarks API: https://codeberg.org/diginaut/digimarks/blob/master/example_config/systemd/digimarks.service
|
||||||
.. _gunicorn config: https://github.com/aquatix/digimarks/blob/master/example_config/gunicorn_digimarks_conf.py
|
.. _gunicorn config: https://codeberg.org/diginaut/digimarks/src/branch/master/example_config/uwsgi.ini
|
||||||
.. _more config: https://github.com/aquatix/digimarks/tree/master/example_config
|
.. _more config: https://codeberg.org/diginaut/digimarks/src/branch/master/example_config
|
||||||
|
|||||||
@@ -30,6 +30,11 @@ dependencies = [
|
|||||||
"feedgen",
|
"feedgen",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[project.optional-dependencies]
|
||||||
|
server = [
|
||||||
|
"uvicorn",
|
||||||
|
]
|
||||||
|
|
||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
dev = [
|
dev = [
|
||||||
{ include-group = "lint" },
|
{ include-group = "lint" },
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
-r requirements.in
|
-r requirements.in
|
||||||
|
|
||||||
gunicorn
|
uvicorn
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
* v0.0.2
|
* v0.0.2
|
||||||
*
|
*
|
||||||
* Created by: Michiel Scholten
|
* Created by: Michiel Scholten
|
||||||
* Source: https://github.com/aquatix/digui
|
* Source: https://codeberg.org/diginaut/digui
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** Colours and themes */
|
/** Colours and themes */
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li><h1>digimarks</h1></li>
|
<li><h1>digimarks</h1></li>
|
||||||
<li>
|
<li>
|
||||||
<a class="button" href="https://github.com/aquatix/digimarks">digimarks project page</a>
|
<a class="button" href="https://codeberg.org/diginaut/digimarks">digimarks project page</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
<main>
|
<main>
|
||||||
<h1>Welcome to digimarks, your online bookmarking and notes tool</h1>
|
<h1>Welcome to digimarks, your online bookmarking and notes tool</h1>
|
||||||
|
|
||||||
<p>Please visit your personal url, or <a href="https://github.com/aquatix/digimarks">see the digimarks
|
<p>Please visit your personal url, or <a href="https://codeberg.org/diginaut/digimarks">see the digimarks
|
||||||
project page</a>.</p>
|
project page</a>.</p>
|
||||||
|
|
||||||
<p>If you forgot/lost your personal url, contact your digimarks
|
<p>If you forgot/lost your personal url, contact your digimarks
|
||||||
|
|||||||
Reference in New Issue
Block a user