Revised README to be more readable.

This commit is contained in:
依瑪貓 2021-02-03 14:21:48 +08:00
parent 9af204322a
commit fc6f1fd18a

View File

@ -6,13 +6,12 @@ The Mia! Django Accounting Application
Description
===========
*mia-accounting* is a `Django <https://www.djangoproject.com>`_
accounting application. It was rewritten from my own private
accounting application in Perl/`mod_perl <https://perl.apache.org>`_
*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 <https://mojolicious.org/>`_
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
============