aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBryan Gardiner <bog@khumba.net>2024-05-03 02:14:32 -0700
committerBryan Gardiner <bog@khumba.net>2024-05-03 02:14:32 -0700
commitc212ccca44cd1a897377c888096ec8ee77a2e2f3 (patch)
tree27f500eb4f72dd5f29d74643e57be33ae9b99a4e /README.md
downloadlazygl2srht-c212ccca44cd1a897377c888096ec8ee77a2e2f3.tar.gz
Initial, works-for-me script to import Gitlab issues to Sourcehut.
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..3546eba
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+# lazygl2srht - Gitlab to Sourcehut issue migration tool
+
+This is a program for importing issues from an exported Gitlab project into a
+fresh Sourcehut tracker, via SMTP. I am lazy, so this works well enough for my
+simple projects, but certainly doesn't include all data that could be included,
+and also requires some manual work on your part for best results.
+
+Documentation is included at the top of `import_issues.py`. Please read that
+before running an import.
+
+## License
+
+Copyright 2024 Bryan Gardiner <bog@khumba.net>
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with this program. If not, see <https://www.gnu.org/licenses/>.