Peter Johnson

Results 186 comments of Peter Johnson

Another possibility may be to use a query string for the tip id, e.g. `tips.delphidabbler.com/?t=42`. Maybe an anchor could be used instead: `tips.delphidabbler.com/#42` But then the main `index.html` would have...

Yet another possibility is to 1. Rename `tips` directory to `tip` as suggested above 2. Add the required ```yaml redirect_from: - /tips/xxx ``` front matter to redirect from `tips`. 3....

See also delphidabbler/delphidabbler.github.io#134.

Once this restyling is done the custom tips favicons: ![tips-favicon-32](https://user-images.githubusercontent.com/5164283/189899170-f1a28a07-9dca-4040-81e5-72ccf66c282f.png) will need to be changed to standard site favicons: ![dd-logo-32](https://user-images.githubusercontent.com/5164283/189899313-30da1e9a-cf01-45ca-8cf3-af4b81fbfafb.png)

Both this issue and #4 could be done programmatically, possibly using code from swagview to read and parse the XML.

If we drop support for compilers earlier than Delphi XE (issue #2), then there's no point supporting OSs the programs generated by XE can't run on. Need to check which...