From fc6f1fd18a2d4cbbb9eed2dee7bede71eeb93132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Wed, 3 Feb 2021 14:21:48 +0800 Subject: [PATCH] Revised README to be more readable. --- README.rst | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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 ============