summaryrefslogtreecommitdiff
path: root/src/fileserv.8
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileserv.8')
-rw-r--r--src/fileserv.814
1 files changed, 11 insertions, 3 deletions
diff --git a/src/fileserv.8 b/src/fileserv.8
index 500e153..e36c13f 100644
--- a/src/fileserv.8
+++ b/src/fileserv.8
@@ -1,5 +1,5 @@
1.\" This file is part of fileserv -*- nroff -*- 1.\" This file is part of fileserv -*- nroff -*-
2.\" Copyright (C) 2017, 2018 Sergey Poznyakoff 2.\" Copyright (C) 2017-2019 Sergey Poznyakoff
3.\" 3.\"
4.\" Fileserv is free software; you can redistribute it and/or modify 4.\" Fileserv is free software; you can redistribute it and/or modify
5.\" it under the terms of the GNU General Public License as published by 5.\" it under the terms of the GNU General Public License as published by
@@ -13,7 +13,7 @@
13.\" 13.\"
14.\" You should have received a copy of the GNU General Public License 14.\" You should have received a copy of the GNU General Public License
15.\" along with fileserv. If not, see <http://www.gnu.org/licenses/>. 15.\" along with fileserv. If not, see <http://www.gnu.org/licenses/>.
16.TH FILESERV 8 "April 23, 2018" "FILESERV" "User Commands" 16.TH FILESERV 8 "July 25, 2019" "FILESERV" "User Commands"
17.SH NAME 17.SH NAME
18fileserv \- simple http server for static files 18fileserv \- simple http server for static files
19.SH SYNOPSIS 19.SH SYNOPSIS
@@ -496,8 +496,16 @@ This function is useful to create listing ordering menu, e.g.:
496 <a href="?C=S&amp;O={% $(sortorder S) %}">Size</a> 496 <a href="?C=S&amp;O={% $(sortorder S) %}">Size</a>
497 </th> 497 </th>
498.EE 498.EE
499.\" The MANCGI variable is set by man.cgi script on Ulysses.
500.\" The download.inc file contains the default DOWNLOAD section
501.\" for man-based doc pages.
502.if "\V[MANCGI]"WEBDOC" \{\
503. ds package fileserv
504. ds version 0.4
505. so download.inc
506\}
499.SH COPYRIGHT 507.SH COPYRIGHT
500Copyright \(co 2017, 2018 Sergey Poznyakoff 508Copyright \(co 2017--2019 Sergey Poznyakoff
501.br 509.br
502.na 510.na
503License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> 511License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>

Return to:

Send suggestions and report system problems to the System administrator.