GancioF2F/todo.txt

22 lines
1.5 KiB
Text
Raw Normal View History

2024-10-24 06:53:20 +02:00
- = to do; ? = to do?; * = done; ~ = half done; ! = don't
2024-10-25 07:37:56 +02:00
* if an image can't be posted, don't post the post
- make posting images optional
2024-10-24 12:05:02 +02:00
* gettlds and --update-language-codes should save elsewhere
2024-10-24 06:53:20 +02:00
- add "[pubDate] => Wed, 09 Oct 2024 20:52:33 GMT" from XML items to post
2024-10-24 12:05:02 +02:00
! verify that "lib/" stays 777 when downloaded by git
* add runtime control for clean exits (possible "fclose($fh);") in case of ctrl+c and the likes
2024-10-24 06:53:20 +02:00
- 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
* check maximum upload size and check it against file size
! make it possible to define a "defaul hashtag" to be put before the others (no, if one wants to only see the events they just need to open the profile)
* make it possible to define a maximum period of time for storing guids (done, set it to 365 days, not configurable atm)
* use the state file to save every id of correctly posted events
* set cknap on recurring curl usage
* add (optional) image upload