Cybrkyd's git repositories

slow-git • commit: 15f98f0

commit 15f98f0ca920bae0d4d1a54fe519487c2b892bd36368ccd332271eb05f13460b
author cybrkyd <noreply@cybrkyd.com> 2026-01-14 13:40:49 +0000
committer cybrkyd <noreply@cybrkyd.com> 2026-01-14 13:40:49 +0000

Commit Message

README is now Markdown

📊 Diffstat

README 20
README.md 8
2 files changed, 8 insertions(+), 20 deletions(-)

Diff

diff --git a/README b/README
deleted file mode 100644
index b6cf6e2..0000000
--- a/README
+++ /dev/null
@@ -1,22 +0,0 @@
- ===============
- Slow Git
- ===============
-
- A Python script to inject bare minimum, self-hosted git repository
- info into a static HTML page. It looks for the existence of
- `<pre></pre>` tags and inserts the output details between those. This
- script assumes the repositories are `--bare`.
-
-
- Examples
---------
-
- It works. See: https://git.cybrkyd.com
-
-
- Licence
--------
-
- This project is made available under a GPL3 licence -- see COPYING
- for the full text.
-
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a08aeba
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+ # Slow Git
+
+ A Python script to inject bare minimum, self-hosted git repository info into a static HTML page. It looks for the existence of `<pre> </pre>` tags and inserts the output details between those. This script assumes the repositories are `--bare`.
+
+ ## Licence
+
+ This project is made available under a GPL3 licence -- see COPYING for the full text.
+