From e66952360c6f0b306e5ce7e90567b18e7b903dbe Mon Sep 17 00:00:00 2001 From: randomuser Date: Sun, 24 Mar 2024 18:12:16 -0500 Subject: [PATCH] update the README.md with project goals and license information - add project goals to readme - add license declaration to readme --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45ff0d1..b53df5b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ # gitea-github-sync -synchronize git repos, and associated issues, prs, and other repo metadata \ No newline at end of file +synchronize git repos, and associated issues, prs, and other repo metadata + +## things to do +- [ ] write a nix derivation for [giteapy](https://github.com/dblueai/giteapy) + - [ ] integrate it into the shell.nix +- [ ] define configuration +- [ ] do the main thing + - [ ] standardize the issue, pr, and other event objects + - [ ] write a 'diff' function to return the delta between two objects + - [ ] return a series of api calls to reconcile the problems + - [ ] handle race conditions? +- [ ] write documentation + +## license +licensed agpl. see LICENSE for more details. +gitea-github-sync is copyright rndusr, randomuser, stupidcomputer, et. al. 2024