cGit-UI for Git Repositories

cGit-UI – is a web interface for Git Repositories. cGit CGI script is writen in C and therefore it's fast enough

3 Commits   0 Branches   1 Tag
author: kx <kx@radix.pro> 2023-03-24 03:51:10 +0300 committer: kx <kx@radix.pro> 2023-03-24 03:51:10 +0300 commit: 05d292b208dfe01324826b4c87bbc4da3389a0d5 parent: 40ab18a661ff6ada40e73969be293918d346a2f5
Commit Summary:
Version 0.1.7
Diffstat:
1 file changed, 168 insertions, 0 deletions
diff --git a/cgitcgi/.cgit/.fonts/Roboto.css b/cgitcgi/.cgit/.fonts/Roboto.css
new file mode 100644
index 0000000..2bad138
--- /dev/null
+++ b/cgitcgi/.cgit/.fonts/Roboto.css
@@ -0,0 +1,169 @@
+
+@font-face {
+  font-family: 'Roboto';
+  src: local('Roboto Thin'), /*  full font name */
+       local('Roboto-Thin');  /* Postscript name */
+  src: url('../.fonts/Roboto/Roboto-Thin.eot');
+  src: url('../.fonts/Roboto/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
+       url('../.fonts/Roboto/Roboto-Thin.otf') format('opentype'),
+       url('../.fonts/Roboto/Roboto-Thin.woff2') format('woff2'),
+       url('../.fonts/Roboto/Roboto-Thin.woff') format('woff'),
+       url('../.fonts/Roboto/Roboto-Thin.ttf') format('truetype'),
+       url('../.fonts/Roboto/Roboto-Thin.svg#Roboto-Thin') format('svg');
+  font-weight: 100;
+  font-style: normal;
+}
+@font-face {
+  font-family: 'Roboto';
+  src: local('Roboto Thin Italic'), /*  full font name */
+       local('Roboto-ThinItalic');   /* Postscript name */
+  src: url('../.fonts/Roboto/Roboto-ThinItalic.eot');
+  src: url('../.fonts/Roboto/Roboto-ThinItalic.eot?#iefix') format('embedded-opentype'),
+       url('../.fonts/Roboto/Roboto-ThinItalic.otf') format('opentype'),
+       url('../.fonts/Roboto/Roboto-ThinItalic.woff2') format('woff2'),
+       url('../.fonts/Roboto/Roboto-ThinItalic.woff') format('woff'),
+       url('../.fonts/Roboto/Roboto-ThinItalic.ttf') format('truetype'),
+       url('../.fonts/Roboto/Roboto-ThinItalic.svg#Roboto-ThinItalic') format('svg');
+  font-weight: 100;
+  font-style: italic;
+}
+@font-face {
+  font-family: 'Roboto';
+  src: local('Roboto Light'), /*  full font name */
+       local('Roboto-Light');  /* Postscript name */
+  src: url('../.fonts/Roboto/Roboto-Light.eot');
+  src: url('../.fonts/Roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'),
+       url('../.fonts/Roboto/Roboto-Light.otf') format('opentype'),
+       url('../.fonts/Roboto/Roboto-Light.woff2') format('woff2'),
+       url('../.fonts/Roboto/Roboto-Light.woff') format('woff'),
+       url('../.fonts/Roboto/Roboto-Light.ttf') format('truetype'),
+       url('../.fonts/Roboto/Roboto-Light.svg#Roboto-Light') format('svg');
+  font-weight: 300;
+  font-style: normal;
+}
+@font-face {
+  font-family: 'Roboto';
+  src: local('Roboto Light Italic'), /*  full font name */
+       local('Roboto-LightItalic');   /* Postscript name */
+  src: url('../.fonts/Roboto/Roboto-LightItalic.eot');
+  src: url('../.fonts/Roboto/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'),
+       url('../.fonts/Roboto/Roboto-LightItalic.otf') format('opentype'),
+       url('../.fonts/Roboto/Roboto-LightItalic.woff2') format('woff2'),
+       url('../.fonts/Roboto/Roboto-LightItalic.woff') format('woff'),
+       url('../.fonts/Roboto/Roboto-LightItalic.ttf') format('truetype'),
+       url('../.fonts/Roboto/Roboto-LightItalic.svg#Roboto-LightItalic') format('svg');
+  font-weight: 300;
+  font-style: italic;
+}
+@font-face {
+  font-family: 'Roboto';
+  src: local('Roboto Regular'), /*  full font name */
+       local('Roboto-Regular');  /* Postscript name */
+  src: url('../.fonts/Roboto/Roboto-Regular.eot');
+  src: url('../.fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
+       url('../.fonts/Roboto/Roboto-Regular.otf') format('opentype'),
+       url('../.fonts/Roboto/Roboto-Regular.woff2') format('woff2'),
+       url('../.fonts/Roboto/Roboto-Regular.woff') format('woff'),
+       url('../.fonts/Roboto/Roboto-Regular.ttf') format('truetype'),
+       url('../.fonts/Roboto/Roboto-Regular.svg#Roboto-Regular') format('svg');
+  font-weight: 400;
+  font-style: normal;
+}
+@font-face {
+  font-family: 'Roboto';
+  src: local('Roboto Italic'), /*  full font name */
+       local('Roboto-Italic');  /* Postscript name */
+  src: url('../.fonts/Roboto/Roboto-Italic.eot');
+  src: url('../.fonts/Roboto/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
+       url('../.fonts/Roboto/Roboto-Italic.otf') format('opentype'),
+       url('../.fonts/Roboto/Roboto-Italic.woff2') format('woff2'),
+       url('../.fonts/Roboto/Roboto-Italic.woff') format('woff'),
+       url('../.fonts/Roboto/Roboto-Italic.ttf') format('truetype'),
+       url('../.fonts/Roboto/Roboto-Italic.svg#Roboto-Italic') format('svg');
+  font-weight: 400;
+  font-style: italic;
+}
+@font-face {
+  font-family: 'Roboto';
+  src: local('Roboto Medium'), /*  full font name */
+       local('Roboto-Medium');  /* Postscript name */
+  src: url('../.fonts/Roboto/Roboto-Medium.eot');
+  src: url('../.fonts/Roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
+       url('../.fonts/Roboto/Roboto-Medium.otf') format('opentype'),
+       url('../.fonts/Roboto/Roboto-Medium.woff2') format('woff2'),
+       url('../.fonts/Roboto/Roboto-Medium.woff') format('woff'),
+       url('../.fonts/Roboto/Roboto-Medium.ttf') format('truetype'),
+       url('../.fonts/Roboto/Roboto-Medium.svg#Roboto-Medium') format('svg');
+  font-weight: 500;
+  font-style: normal;
+}
+@font-face {
+  font-family: 'Roboto';
+  src: local('Roboto Medium Italic'), /*  full font name */
+       local('Roboto-MediumItalic');   /* Postscript name */
+  src: url('../.fonts/Roboto/Roboto-MediumItalic.eot');
+  src: url('../.fonts/Roboto/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'),
+       url('../.fonts/Roboto/Roboto-MediumItalic.otf') format('opentype'),
+       url('../.fonts/Roboto/Roboto-MediumItalic.woff2') format('woff2'),
+       url('../.fonts/Roboto/Roboto-MediumItalic.woff') format('woff'),
+       url('../.fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype'),
+       url('../.fonts/Roboto/Roboto-MediumItalic.svg#Roboto-MediumItalic') format('svg');
+  font-weight: 500;
+  font-style: italic;
+}
+@font-face {
+  font-family: 'Roboto';
+  src: local('Roboto Bold'), /*  full font name */
+       local('Roboto-Bold');  /* Postscript name */
+  src: url('../.fonts/Roboto/Roboto-Bold.eot');
+  src: url('../.fonts/Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
+       url('../.fonts/Roboto/Roboto-Bold.otf') format('opentype'),
+       url('../.fonts/Roboto/Roboto-Bold.woff2') format('woff2'),
+       url('../.fonts/Roboto/Roboto-Bold.woff') format('woff'),
+       url('../.fonts/Roboto/Roboto-Bold.ttf') format('truetype'),
+       url('../.fonts/Roboto/Roboto-Bold.svg#Roboto-Bold') format('svg');
+  font-weight: 700;
+  font-style: normal;
+}
+@font-face {
+  font-family: 'Roboto';
+  src: local('Roboto Bold Italic'), /*  full font name */
+       local('Roboto-BoldItalic');   /* Postscript name */
+  src: url('../.fonts/Roboto/Roboto-BoldItalic.eot');
+  src: url('../.fonts/Roboto/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'),
+       url('../.fonts/Roboto/Roboto-BoldItalic.otf') format('opentype'),
+       url('../.fonts/Roboto/Roboto-BoldItalic.woff2') format('woff2'),
+       url('../.fonts/Roboto/Roboto-BoldItalic.woff') format('woff'),
+       url('../.fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype'),
+       url('../.fonts/Roboto/Roboto-BoldItalic.svg#Roboto-BoldItalic') format('svg');
+  font-weight: 700;
+  font-style: italic;
+}
+@font-face {
+  font-family: 'Roboto';
+  src: local('Roboto Black'), /*  full font name */
+       local('Roboto-Black');  /* Postscript name */
+  src: url('../.fonts/Roboto/Roboto-Black.eot');
+  src: url('../.fonts/Roboto/Roboto-Black.eot?#iefix') format('embedded-opentype'),
+       url('../.fonts/Roboto/Roboto-Black.otf') format('opentype'),
+       url('../.fonts/Roboto/Roboto-Black.woff2') format('woff2'),
+       url('../.fonts/Roboto/Roboto-Black.woff') format('woff'),
+       url('../.fonts/Roboto/Roboto-Black.ttf') format('truetype'),
+       url('../.fonts/Roboto/Roboto-Black.svg#Roboto-Black') format('svg');
+  font-weight: 900;
+  font-style: normal;
+}
+@font-face {
+  font-family: 'Roboto';
+  src: local('Roboto Black Italic'), /*  full font name */
+       local('Roboto-BlackItalic');   /* Postscript name */
+  src: url('../.fonts/Roboto/Roboto-BlackItalic.eot');
+  src: url('../.fonts/Roboto/Roboto-BlackItalic.eot?#iefix') format('embedded-opentype'),
+       url('../.fonts/Roboto/Roboto-BlackItalic.otf') format('opentype'),
+       url('../.fonts/Roboto/Roboto-BlackItalic.woff2') format('woff2'),
+       url('../.fonts/Roboto/Roboto-BlackItalic.woff') format('woff'),
+       url('../.fonts/Roboto/Roboto-BlackItalic.ttf') format('truetype'),
+       url('../.fonts/Roboto/Roboto-BlackItalic.svg#Roboto-BlackItalic') format('svg');
+  font-weight: 900;
+  font-style: italic;
+}