2021-03-11 17:52:39 +01:00
|
|
|
|
# Changelog
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
2021-03-11 17:53:44 +01:00
|
|
|
|
## [Unreleased]
|
|
|
|
|
|
|
|
|
|
### Security
|
|
|
|
|
* Check url encoding: The filename fetched on disk may differ from that was asked by URL.
|
|
|
|
|
* Perform sanity checks against unauthorized access.
|
|
|
|
|
* Check unicode capability, UTF16 input, etc…
|
2021-03-12 00:25:22 +01:00
|
|
|
|
* Manage different type of carriage return: CR CR/LF LF.
|
2021-03-11 17:53:44 +01:00
|
|
|
|
|
|
|
|
|
### Development
|
|
|
|
|
* Command line API for script, testing, CI…
|
2021-03-12 00:25:22 +01:00
|
|
|
|
* Split codebase: library to interpret GemText, command line interface (tests, …) and web interface.
|
2021-03-11 23:23:51 +01:00
|
|
|
|
* Page caching: don’t generate twice an unmodified file.
|
2021-03-12 00:25:22 +01:00
|
|
|
|
* Properly close tags when the page exists in a non-null mode.
|
|
|
|
|
* Be able to move /htmgem anywhere and (for the Php part) outside the webbrowser scope.
|
2021-03-13 10:49:19 +01:00
|
|
|
|
* cgi-bin?
|
|
|
|
|
* Chain CSS found from the root to the file.
|
2021-03-11 17:53:44 +01:00
|
|
|
|
|
|
|
|
|
### User interface
|
2021-03-12 00:25:22 +01:00
|
|
|
|
* Page menu on upper and lower sides: [parent dir] [root dir] [raw text].
|
2021-03-11 17:53:44 +01:00
|
|
|
|
* Images
|
|
|
|
|
* Text localisation
|
|
|
|
|
* Proxy: https://thewebsite.tld/htmgem/proxy/[gemini://]capsule.tld/path/file.gmi
|
2021-03-11 23:23:51 +01:00
|
|
|
|
* Search for {pages}.css from the current directory to the root. Empty css file means don’t search and go to default.
|
2021-03-12 20:31:03 +01:00
|
|
|
|
* Separate project? Blog infrastructure with templates, style and RSS generator.
|
2021-03-11 17:53:44 +01:00
|
|
|
|
|
2021-03-11 17:52:39 +01:00
|
|
|
|
## [1.0.0] - 2021-03-10
|
|
|
|
|
* Improves presentation and installation page.
|
|
|
|
|
* Adds stylesheets and download of pages source code.
|
|
|
|
|
* Allows to change stylesheet in the URL.
|
|
|
|
|
* Tested successfully on a shared host.
|
|
|
|
|
|
|
|
|
|
## [0.2.0] - 2021-03-06
|
|
|
|
|
Beta version
|
|
|
|
|
|
|
|
|
|
## [0.1.0] - 2021-03-01
|
|
|
|
|
Alpha version
|