HtmGem/TODO

19 lines
1.2 KiB
Plaintext
Raw Normal View History

2021-03-01 14:22:22 +00: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 21:38:43 +00:00
* options to activate the text decoration
2021-03-01 14:22:22 +00: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 19:36:53 +00:00
* Command line API for script and testing.
2021-03-04 13:17:02 +00:00
* Page menu on upper and lower sides: [parent dir] [root dir] [inline images] [raw response] [view cert]
2021-03-08 09:45:51 +00:00
* Check unicode capability, UTF16 input, etc…
2021-03-05 14:55:57 +00: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 21:38:43 +00:00
* Manage logging (cache refresh, debug)
2021-03-05 23:34:16 +00:00
* Split the main loop in two: one part to decode the text to internal language, the other to make the HTML
2021-03-05 23:39:31 +00: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.