diff --git a/README.rst b/README.rst index c7c4223..9eeea7e 100644 --- a/README.rst +++ b/README.rst @@ -6,13 +6,12 @@ The Mia! Django Accounting Application Description =========== -*mia-accounting* is a `Django `_ -accounting application. It was rewritten from my own private -accounting application in Perl/`mod_perl `_ +*mia-accounting* is a Django_ accounting application. It was +rewritten from my own private accounting application in Perl/mod_perl_ in 2007. The revision aims to be mobile-friendly with Bootstrap, with a modern back-end framework and front-end technology like jQuery. The -first revision was in Perl/`Mojolicious `_ -in 2019. This is the second revision in Python/Django in 2020. +first revision was in Perl/Mojolicious_ in 2019. This is the second +revision in Python/Django in 2020. The Mia! Django accounting application comes with two parts: @@ -28,6 +27,10 @@ You may try it in live demonstration at: - Username: ``admin`` - Password: ``12345`` +.. _Django: https://www.djangoproject.com +.. _mod_perl: https://perl.apache.org +.. _Mojolicious: https://mojolicious.org + Installation ============