aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/README.md b/README.md
index d4092ee..1e13a37 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,22 @@
-## cgitext - CGI for Git extension by Saya Andy
+## cgitext – CGI for Git extension by Saya Andy
This is a custom expansion to cgit. Its most prominent changes by now are:
* CI/CD tab, linking to an external service on ref pages by using template. The Jenkins plugin is added to support a scenario when a ref lacks a pipeline.
+* Theming now relies on CSS variables set in cgit.css, to allow easier custom additions and implicit filter theming.
+
+* Allow to use multiple favicons and of MIME type different from x-icon (f.ex. svg/png/webp).
+
+* Use vector-based format for favicon and cgit logo and make it default.
+
+* Include optional solarized.css addon theme.
+
+* Allow user to pick variable refs for diff in web ui.
+
The original cgit project is hosted at [git.zx2c4.com](https://git.zx2c4.com/cgit/about/)
-## cgit - CGI for Git
+## cgit – CGI for Git
This is an attempt to create a fast web interface for the Git SCM, using a built-in cache to decrease server I/O pressure.