Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Revise the style of a paragraph in README.md. | Nathan Bossart | 2024-03-21 |
| | | | | | | | | | | | | | Presently, one of the lines in README.md has trailing whitespace, which was added by commit 363eb05996 to maintain a line break that was in the non-Markdown version. Instead of changing .gitattributes, let's match this paragraph's style with the style of the following paragraph, thereby removing the trailing whitespace. Reported-by: Peter Eisentraut Reviewed-by: Daniel Gustafsson Discussion: https://postgr.es/m/c0a4e906-c6fe-4519-bd15-28dfcd03fdb2%40eisentraut.org | ||
* | Convert README to Markdown. | Nathan Bossart | 2024-02-28 |
This is a first step toward modernizing our README file. Some popular developer platforms support rendering README.md files, so a direct conversion to Markdown seems like a good place to start. The intent is to keep this file legible as plain text even as it accumulates more content. Suggested-by: Andrew Atkinson Reviewed-by: Tom Lane, Daniel Gustafsson, Joe Conway Discussion: https://postgr.es/m/CAG6XLEmGE95DdKqjk%2BDd9vC8mfN7BnV2WFgYk_9ovW6ikN0YSg%40mail.gmail.com |