| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
- While here, add LICENSE_FILE
PR: 212423
Submitted by: kaltheat@gmail.com (maintainer)
|
|
|
|
|
| |
PR: 209197
Submitted by: <kaltheat@gmail.com> (maintainer)
|
|
|
|
|
|
|
| |
- Add pkg-message
- Config files now use @sample
PR: 207141
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
v1.0.8 [06 Feb 2016]
- Fixed execution of PHP scripts used as sub-gophermaps,
- Sub-gophermap CGI scripts are executed regardless of their extension,
- Dynamic gophermaps can output partial gophermap lines now (Motsognir
will fill in lacking data like for normal gophermaps),
- Added the PubDirList configuration list to allow serving content
from outside the gopher root (typically via symlinks),
- CGI/PHP scripts are executed whith their working directory set
to either where the script is, or where the parent gophermap is (if
called as an inline subgophermap).
v1.0.7 [12 Jul 2015]
- Support for secondary parameters passed to CGI scripts (when both
a search string AND a '?' URL is used),
- Added a configurable secondary query-delimiter character (SecUrlDelim),
- New CAPS token: 'ServerDefaultEncoding',
- Implemented a configurable 'Paranoid mode' for serving only
world-readable files,
- Fixed a slight memory leak,
- Significantly improved performances when reading data from CGI.
PR: 206984
Submitted by: kaltheat@gmail.com
Approved by: Mateusz Viste <mateusz@viste.fr> (maintainer)
|
|
|
|
|
|
|
| |
- Reword pkg-descr file
PR: 194972
Approved by: maintainer
|
|
Motsognir is a robust, reliable and easy to install open-source gopher server
for Unix-like systems (Linux, BSD, and anything else POSIX-compliant).
The Motsognir gopher server is meant to be used for small projects (like home
servers), but should scale well on bigger architectures as well. All the
configuration is done via a single configuration file, which has very
reasonable defaults. That makes Motsognir easily maintainable, and allows the
administrator to have a full knowledge of what features are allowed/enabled on
the server. Motsognir supports server-side CGI applications and PHP scripts, is
plainly compatible with UTF-8 filesystems, and is entirely written in ANSI C
without external dependencies.
WWW: http://sourceforge.net/projects/motsognir
PR: 184203
Submitted by: Mateusz Viste <mateusz@viste.fr>
Approved by: mentors (implicit)
|