Edited a bit; updated
This commit is contained in:
parent
fdf343abf7
commit
04ff9a355c
1 changed files with 7 additions and 4 deletions
11
todo.txt
11
todo.txt
|
@ -1,17 +1,18 @@
|
|||
- = to do; ? = to do?; * = done; ~ = half done; ! = don't
|
||||
|
||||
- if a Gancio post gets edited, will it be posted with a new guid?
|
||||
- report Gancio flaw: api/events (https://demo.gancio.org/api/events) does not return descriptions (maybe it would have been easier to write gancioff using api/events)
|
||||
- couldn't the feed include, maybe in "x-fields", the alt-text for images when present, and other data such as date of event, and so on?
|
||||
|
||||
* if a Gancio post gets edited, will it be posted with a new guid? (no, fixed)
|
||||
- explain in the help text how gancioff cuts posts that are too long
|
||||
* if an image can't be posted, don't post the post
|
||||
- make posting images optional
|
||||
* gettlds and --update-language-codes should save elsewhere
|
||||
- add "[pubDate] => Wed, 09 Oct 2024 20:52:33 GMT" from XML items to post
|
||||
! verify that "lib/" stays 777 when downloaded by git
|
||||
? add "[pubDate] => Wed, 09 Oct 2024 20:52:33 GMT" from XML items to post
|
||||
* add runtime control for clean exits (possible "fclose($fh);") in case of ctrl+c and the likes
|
||||
- verify "wait for server to process file" code works by uploading a big video, and whether on mastodon < 4.0.0 it is really triggered for images too
|
||||
- config file: make it possible to define how long to wait for server to process a file
|
||||
- config file: make it possible to define how old records in state file can be before they get discarded
|
||||
- report Gancio flaw: api/events (https://demo.gancio.org/api/events) does not return descriptions (maybe it would have been easier to write gancioff using api/events)
|
||||
* config file: make it possible to define posts language
|
||||
* config file: make it possible to define posts visibility
|
||||
* systemd sample unit files
|
||||
|
@ -21,3 +22,5 @@
|
|||
* use the state file to save every id of correctly posted events
|
||||
* set cknap on recurring curl usage
|
||||
* add (optional) image upload
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue