mirror of
https://github.com/gophernicus/gophernicus.git
synced 2025-02-02 15:08:00 -05:00
Increased default page width from 70 to 76 chars
This commit is contained in:
parent
af88bc0bff
commit
b1963aeea5
2
README
2
README
@ -14,7 +14,7 @@ Command line options:
|
||||
-u userdir Change users personal gopherspace [public_gopher]
|
||||
-l logfile Log to Apache-compatible combined format logfile
|
||||
|
||||
-w width Change default page width [70]
|
||||
-w width Change default page width [76]
|
||||
-o charset Change default output charset [US-ASCII]
|
||||
|
||||
-s seconds Session timeout in seconds [1800]
|
||||
|
@ -189,7 +189,7 @@ size_t strlcat(char *dst, const char *src, size_t siz);
|
||||
#define DEFAULT_CGI "/cgi-bin/"
|
||||
#define DEFAULT_USERDIR "public_gopher"
|
||||
#define DEFAULT_ADDR "unknown"
|
||||
#define DEFAULT_WIDTH 70
|
||||
#define DEFAULT_WIDTH 76
|
||||
#define DEFAULT_CHARSET US_ASCII
|
||||
#define MIN_WIDTH 33
|
||||
#define MAX_WIDTH 200
|
||||
|
Loading…
x
Reference in New Issue
Block a user