Update README

This commit is contained in:
Marcus Kammer 2024-06-09 14:13:23 +02:00
parent 7dcbf0fab6
commit 48df97ebd8
Signed by: marcuskammer
GPG key ID: C374817BE285268F
2 changed files with 39 additions and 12 deletions

View file

@ -1,15 +1,23 @@
# Table of Contents # Table of Contents
1. [Introduction](#org6f2bebf) 1. [dev.metalisp.survey](#org323dd8e)
2. [Dependencies](#org8c2deae) 1. [Introduction](#org307a4b8)
3. [License](#org5544a2f) 2. [Dependencies](#org4a598dc)
3. [Mailing list](#org5a73aa5)
4. [Issue tracker](#org71bcdb6)
5. [License](#org8b36b26)
<a id="org6f2bebf"></a> <a id="org323dd8e"></a>
# Introduction # dev.metalisp.survey
<a id="org307a4b8"></a>
## Introduction
I am developing a simple web application in Common Lisp that facilitates the I am developing a simple web application in Common Lisp that facilitates the
execution of the System Usability Scale (SUS) questionnaire. This app allows 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. gathering and analyzing usability feedback.
<a id="org8c2deae"></a> <a id="org4a598dc"></a>
# Dependencies ## Dependencies
- <https://github.com/edicl/hunchentoot> - <https://github.com/edicl/hunchentoot>
- <https://git.sr.ht/~marcuskammer/dev.metalisp.sbt> - <https://git.sr.ht/~marcuskammer/dev.metalisp.sbt>
<a id="org5544a2f"></a> <a id="org5a73aa5"></a>
# License ## Mailing list
- <https://lists.sr.ht/~marcuskammer/dev.metalisp.survey>
<a id="org71bcdb6"></a>
## Issue tracker
- <https://todo.sr.ht/~marcuskammer/dev.metalisp.survey>
<a id="org8b36b26"></a>
## License
MIT MIT

View file

@ -2,16 +2,21 @@
#+author: Marcus Kammer #+author: Marcus Kammer
#+email: marcus.kammer@metalisp.dev #+email: marcus.kammer@metalisp.dev
* Introduction * dev.metalisp.survey
** Introduction
I am developing a simple web application in Common Lisp that facilitates the I am developing a simple web application in Common Lisp that facilitates the
execution of the System Usability Scale (SUS) questionnaire. This app allows execution of the System Usability Scale (SUS) questionnaire. This app allows
users to easily conduct usability evaluations by presenting the standard SUS users to easily conduct usability evaluations by presenting the standard SUS
questions and collecting responses. The goal is to streamline the process of questions and collecting responses. The goal is to streamline the process of
gathering and analyzing usability feedback. gathering and analyzing usability feedback.
* Dependencies ** Dependencies
- https://github.com/edicl/hunchentoot - https://github.com/edicl/hunchentoot
- https://git.sr.ht/~marcuskammer/dev.metalisp.sbt - 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 MIT