diff --git a/README.md b/README.md index 768c0f7..ce8a1a5 100644 --- a/README.md +++ b/README.md @@ -11,15 +11,19 @@ The motivation for Lumi is for it to provide a more user-friendly interface than The following frameworks and/or libraries are used: - Backend: - - [Flask](https://flask.palletsprojects.com/en/2.2.x/) - - [WTForms](https://wtforms.readthedocs.io/en/3.0.x/) - - [FlaskWTF](https://flask-wtf.readthedocs.io/en/1.0.x/) - - [flask-restful](https://flask-restful.readthedocs.io/en/latest/quickstart.html) + - [Flask](https://flask.palletsprojects.com/en/2.2.x/) - a python web framework + - [WTForms](https://wtforms.readthedocs.io/en/3.0.x/) - a python library for web form handling + - [FlaskWTF](https://flask-wtf.readthedocs.io/en/1.0.x/) - an extension to WTForms specific to Flask + - [flask-restful](https://flask-restful.readthedocs.io/en/latest/quickstart.html) - a minimalistic library for Flask to build RESTful web APIs + - [ldap3](https://ldap3.readthedocs.io/en/latest/) - python bindings for interaction with LDAP servers + - [pytest](https://docs.pytest.org/en/7.2.x/) - a python testing framework + - [coverage](https://coverage.readthedocs.io/en/6.5.0/) - test code coverage reporting used in conjunction with pytest + - [Pillow](https://pillow.readthedocs.io/en/stable/) - a python image manipulation library - Frontend: - - [Bootstrap 5](https://getbootstrap.com/docs/5.2/getting-started/introduction/) - - [Bootstrap Icons](https://icons.getbootstrap.com/) - - [jQuery](https://api.jquery.com/) - - [jQuery tablesorter plugin](https://mottie.github.io/tablesorter/docs/) + - [Bootstrap 5](https://getbootstrap.com/docs/5.2/getting-started/introduction/) - a CSS framework + - [Bootstrap Icons](https://icons.getbootstrap.com/) - an SVG-icon pack used in conjunction with Bootstrap + - [jQuery](https://api.jquery.com/) - a JavaScript library for DOM manipulation and AJAX routines + - [jQuery tablesorter plugin](https://mottie.github.io/tablesorter/docs/) - a plugin for jQuery used to make sortable HTML tables # Testing