diff --git a/README.md b/README.md index e4c29ee..f611730 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,23 @@ # Table of Contents -1. [Introduction](#org6f2bebf) -2. [Dependencies](#org8c2deae) -3. [License](#org5544a2f) +1. [dev.metalisp.survey](#org323dd8e) + 1. [Introduction](#org307a4b8) + 2. [Dependencies](#org4a598dc) + 3. [Mailing list](#org5a73aa5) + 4. [Issue tracker](#org71bcdb6) + 5. [License](#org8b36b26) - + -# Introduction +# dev.metalisp.survey + + + + +## Introduction I am developing a simple web application in Common Lisp that facilitates the execution of the System Usability Scale (SUS) questionnaire. This app allows @@ -18,17 +26,31 @@ questions and collecting responses. The goal is to streamline the process of gathering and analyzing usability feedback. - + -# Dependencies +## Dependencies - - - + -# License +## Mailing list + +- + + + + +## Issue tracker + +- + + + + +## License MIT diff --git a/README.org b/README.org index 2b657ea..ee462b7 100644 --- a/README.org +++ b/README.org @@ -2,16 +2,21 @@ #+author: Marcus Kammer #+email: marcus.kammer@metalisp.dev -* Introduction +* dev.metalisp.survey +** Introduction I am developing a simple web application in Common Lisp that facilitates the execution of the System Usability Scale (SUS) questionnaire. This app allows users to easily conduct usability evaluations by presenting the standard SUS questions and collecting responses. The goal is to streamline the process of gathering and analyzing usability feedback. -* Dependencies +** Dependencies - https://github.com/edicl/hunchentoot - https://git.sr.ht/~marcuskammer/dev.metalisp.sbt -* License +** Mailing list +- https://lists.sr.ht/~marcuskammer/dev.metalisp.survey +** Issue tracker +- https://todo.sr.ht/~marcuskammer/dev.metalisp.survey +** License MIT