1
0
mirror of https://tildegit.org/sbgodin/HtmGem.git synced 2023-08-25 13:53:12 +02:00
HtmGem/TODO

19 lines
1.2 KiB
Plaintext
Raw Normal View History

2021-03-01 15:22:22 +01:00
* manage url encoding: The filename fetched on disk may differ from that was asked by URL.
* check /etc/passwd not accessible: Perform sanity checks against unauthorized access.
* manage 404: Display better errors.
* a way to get the source of a page, using urlrewriting
2021-03-05 22:38:43 +01:00
* options to activate the text decoration
2021-03-01 15:22:22 +01:00
* HTML caching: Nginx tries the html, if not found use this script to build it
* configuration: Fetch configuration in current dir, tries parents.
* css: file location or in-place or in config?
2021-03-01 20:36:53 +01:00
* Command line API for script and testing.
2021-03-04 14:17:02 +01:00
* Page menu on upper and lower sides: [parent dir] [root dir] [inline images] [raw response] [view cert]
2021-03-08 10:45:51 +01:00
* Check unicode capability, UTF16 input, etc…
2021-03-05 15:55:57 +01:00
* Manage different type of carriage return: CR CR/LF LF
* Do not output an empty line for the last carriage return of the document
* Test on a shared hosting
* Text localisation
2021-03-05 22:38:43 +01:00
* Manage logging (cache refresh, debug)
2021-03-06 00:34:16 +01:00
* Split the main loop in two: one part to decode the text to internal language, the other to make the HTML
2021-03-06 00:39:31 +01:00
* Something to build gmi files and connect it afterwards to generate HTML : Abstract --> gemtext --> HTML. This would allow to make services output on both Gemini and HTML.