Out of date docs
This commit is contained in:
parent
7e4af15a72
commit
57e1bbee62
|
@ -193,9 +193,9 @@ class StaticDirectoryApplication(JetforceApplication):
|
||||||
"""
|
"""
|
||||||
Serve a static directory over Gemini.
|
Serve a static directory over Gemini.
|
||||||
|
|
||||||
If a directory contains a hidden file with the name ".gemini", that file
|
If a directory contains a file with the name "index.gmi", that file will
|
||||||
will be returned when the directory path is requested. Otherwise, a
|
be returned when the directory path is requested. Otherwise, a directory
|
||||||
directory listing will be auto-generated.
|
listing will be auto-generated.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
|
|
Loading…
Reference in New Issue