| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix warnings, mainly about missing docstringsHEADmaster | 2023-12-07 | 1 | -1/+13 | |
| | | |||||
| * | Fix setting up comments | 2023-12-07 | 1 | -9/+17 | |
| | | |||||
| * | Show error if STATUS isn't one of the accepted values | 2023-12-07 | 1 | -0/+6 | |
| | | |||||
| * | Extract data parsing into separate function | 2023-12-07 | 1 | -9/+12 | |
| | | |||||
| * | Make sure that ‘tekuti-host’ doesn't end in a ‘/’ | 2023-12-07 | 1 | -2/+6 | |
| | | | | | | | | | | Tekuti gets real confused when a request is sent to https://tekuti.example.com//admin/new-post claiming that the host field is missing. From my logs: Throw to key `uri-error' with args `("Expected path not starting with \"//\" (no host): ~a" ("//admin/new-post"))'. | ||||
| * | Display a different message for an update rather than create | 2023-12-07 | 1 | -6/+8 | |
| | | |||||
| * | Fix creating new posts | 2023-04-12 | 1 | -1/+1 | |
| | | |||||
| * | Store and use the update path for a post once it's been ↵ | 2023-04-12 | 1 | -2/+16 | |
| | | | | | | | created This way I can keep sending the post to update it in place. | ||||
| * | Fix ‘pcase-exhaustive’ cases | 2023-04-12 | 1 | -2/+2 | |
| | | | | | | | There's more information in the ‘status’ variable than just what I extract. The ‘. ,_’ matches anything else into a discard pattern so that I'm only getting the data I need. | ||||
| * | Fix setting the comment status open/closed | 2023-04-12 | 1 | -4/+4 | |
| | | |||||
| * | Fix reading the date and time published | 2023-04-12 | 1 | -2/+1 | |
| | | | | | | ‘org-timestamp-from-string’ doesn't read dates like “Wed, 12 Apr 2023 07:02:45 GMT” | ||||
| * | Fix package name in pages build | 2022-03-23 | 1 | -2/+2 | |
| | | |||||
| * | Fix typo in .builds directory name | 2022-03-23 | 2 | -0/+0 | |
| | | |||||
| * | Set up automated builds on Sourcehut | 2022-03-23 | 5 | -0/+86 | |
| | | | | | This builds both a package archive and the readme. | ||||
| * | Add version header | 2022-03-23 | 1 | -0/+1 | |
| | | |||||
| * | Update metadata in org file after sending | 2021-06-24 | 1 | -3/+23 | |
| | | |||||
| * | Add defaults for the data from the org buffer | 2021-06-24 | 1 | -21/+37 | |
| | | |||||
| * | Fix some warnings | 2021-06-24 | 1 | -3/+6 | |
| | | | | | | | | | - Add dependency on org-mode in case I ever install this as a package. - Require org for `org-collect-keywords', `org-timestamp-to-time', `org-timestamp-from-string', and `org-html-export-as-html'. - Move definition of `tekuti-host' to before it's used. - Rename `args' to `_' to signify it's not used for anything. | ||||
| * | Move date conversion into a function | 2021-06-24 | 1 | -11/+9 | |
| | | |||||
| * | Initial commit | 2021-06-03 | 1 | -0/+93 | |
