aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-05-11 16:44:17 +0100
committerChristopher Baines <mail@cbaines.net>2019-05-11 16:45:59 +0100
commitf2e123b7ac7363dcb9a1ea29b89606d6492870c9 (patch)
tree9ba37c0cbbd0b5ca312cf48d16f8b5fec15f6b01 /Makefile.am
parentb29178ff148d807083f7431a24e7f2b722854f5f (diff)
downloaddata-service-f2e123b7ac7363dcb9a1ea29b89606d6492870c9.tar
data-service-f2e123b7ac7363dcb9a1ea29b89606d6492870c9.tar.gz
Add a new query-parameters module
The query parameters feed in to the results shown, but also forms on pages. Validation is important to avoid errors and security issues, but it's also important to provide appropriate feedback to the user. This module provides some utilities and structure around handling query parameters.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 1730c2f..3ad58b8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -54,6 +54,7 @@ SOURCES = \
guix-data-service/web/render.scm \
guix-data-service/web/server.scm \
guix-data-service/web/sxml.scm \
+ guix-data-service/web/query-parameters.scm \
guix-data-service/web/util.scm \
guix-data-service/web/view/html.scm