Commit Briefs

Omar Polo

add an implicit fastcgi parameter: GEMINI_SEARCH_STRING

it’s the QUERY_STRING decoded if it’s a search-string (i.e. not a key-value pair.) It’s useful for scripts to avoid percent-decoding the querystring in the most common case of a query, because in Gemini querystrings key-value paired are not common. Idea from a discussion with Allen Sobot.


Omar Polo

correction: QUERY_STRING is *not* urldecoded.

RFC3875 § 4.1.7 states that "the QUERY_STRING variable contains a URL-encoded search or parameter string".


Omar Polo

sync config syntax with reality



Omar Polo

changes for 1.8.4


Omar Polo

document the implicit mapping for text/gemini

and remove the explicit mapping from the documentation and test files.


Omar Polo

document the `types' behavior


Omar Polo

add an entry for text/gemini in the `types' example

if using `types' the internal listing is not used, so show how to add the entries for text/gemini when using /usr/share/misc/mime.types.


Omar Polo

+jpeg