aboutsummaryrefslogtreecommitdiff
path: root/doc/handbook/chapters/developer.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/handbook/chapters/developer.texi')
-rw-r--r--doc/handbook/chapters/developer.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/handbook/chapters/developer.texi b/doc/handbook/chapters/developer.texi
index f8eebbb58..3d9493cec 100644
--- a/doc/handbook/chapters/developer.texi
+++ b/doc/handbook/chapters/developer.texi
@@ -8760,14 +8760,14 @@ return a HTML document, and two other HTML documents which will be served when
8760certain errors are encountered, like when requesting an unknown endpoint. 8760certain errors are encountered, like when requesting an unknown endpoint.
8761 8761
8762@menu 8762@menu
8763* Obtaining informations from the daemon:: 8763* Obtaining information from the daemon::
8764* Submitting data to the daemon:: 8764* Submitting data to the daemon::
8765* Customizing the HTML output:: 8765* Customizing the HTML output::
8766@end menu 8766@end menu
8767 8767
8768@cindex FCFSD GET requests 8768@cindex FCFSD GET requests
8769@node Obtaining informations from the daemon 8769@node Obtaining information from the daemon
8770@subsubsection Obtaining informations from the daemon 8770@subsubsection Obtaining information from the daemon
8771 8771
8772To query the daemon, a GET request must be sent to these endpoints, placing 8772To query the daemon, a GET request must be sent to these endpoints, placing
8773parameters in the address as per the HTTP specification, like so: 8773parameters in the address as per the HTTP specification, like so:
@@ -8860,7 +8860,7 @@ Within the provided path, the daemon will search for these three files:
8860@end itemize 8860@end itemize
8861 8861
8862The @file{fcfsd-index.html} file is the daemon's ``homepage'': operators might 8862The @file{fcfsd-index.html} file is the daemon's ``homepage'': operators might
8863want to provide informations about the service here, or provide a form with 8863want to provide information about the service here, or provide a form with
8864which it is possible to register a name. 8864which it is possible to register a name.
8865 8865
8866The @file{fcfsd-notfound.html} file is used primarily to let users know they 8866The @file{fcfsd-notfound.html} file is used primarily to let users know they