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
05d292b2 (kx 2023-03-24 03:51:10 +0300  1) 
05d292b2 (kx 2023-03-24 03:51:10 +0300  2) @font-face {
05d292b2 (kx 2023-03-24 03:51:10 +0300  3)   font-family: 'Roboto Condensed';
05d292b2 (kx 2023-03-24 03:51:10 +0300  4)   src: local('Roboto Condensed Light'), /*  full font name */
05d292b2 (kx 2023-03-24 03:51:10 +0300  5)        local('RobotoCondensed-Light');  /* Postscript name */
05d292b2 (kx 2023-03-24 03:51:10 +0300  6)   src: url('../.fonts/Roboto-Condensed/RobotoCondensed-Light.eot');
05d292b2 (kx 2023-03-24 03:51:10 +0300  7)   src: url('../.fonts/Roboto-Condensed/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'),
05d292b2 (kx 2023-03-24 03:51:10 +0300  8)        url('../.fonts/Roboto-Condensed/RobotoCondensed-Light.otf') format('opentype'),
05d292b2 (kx 2023-03-24 03:51:10 +0300  9)        url('../.fonts/Roboto-Condensed/RobotoCondensed-Light.woff2') format('woff2'),
05d292b2 (kx 2023-03-24 03:51:10 +0300 10)        url('../.fonts/Roboto-Condensed/RobotoCondensed-Light.woff') format('woff'),
05d292b2 (kx 2023-03-24 03:51:10 +0300 11)        url('../.fonts/Roboto-Condensed/RobotoCondensed-Light.ttf') format('truetype'),
05d292b2 (kx 2023-03-24 03:51:10 +0300 12)        url('../.fonts/Roboto-Condensed/RobotoCondensed-Light.svg#RobotoCondensed-Light') format('svg');
05d292b2 (kx 2023-03-24 03:51:10 +0300 13)   font-weight: 300;
05d292b2 (kx 2023-03-24 03:51:10 +0300 14)   font-style: normal;
05d292b2 (kx 2023-03-24 03:51:10 +0300 15) }
05d292b2 (kx 2023-03-24 03:51:10 +0300 16) @font-face {
05d292b2 (kx 2023-03-24 03:51:10 +0300 17)   font-family: 'Roboto Condensed';
05d292b2 (kx 2023-03-24 03:51:10 +0300 18)   src: local('Roboto Condensed Light Italic'), /*  full font name */
05d292b2 (kx 2023-03-24 03:51:10 +0300 19)        local('RobotoCondensed-LightItalic');   /* Postscript name */
05d292b2 (kx 2023-03-24 03:51:10 +0300 20)   src: url('../.fonts/Roboto-Condensed/RobotoCondensed-LightItalic.eot');
05d292b2 (kx 2023-03-24 03:51:10 +0300 21)   src: url('../.fonts/Roboto-Condensed/RobotoCondensed-LightItalic.eot?#iefix') format('embedded-opentype'),
05d292b2 (kx 2023-03-24 03:51:10 +0300 22)        url('../.fonts/Roboto-Condensed/RobotoCondensed-LightItalic.otf') format('opentype'),
05d292b2 (kx 2023-03-24 03:51:10 +0300 23)        url('../.fonts/Roboto-Condensed/RobotoCondensed-LightItalic.woff2') format('woff2'),
05d292b2 (kx 2023-03-24 03:51:10 +0300 24)        url('../.fonts/Roboto-Condensed/RobotoCondensed-LightItalic.woff') format('woff'),
05d292b2 (kx 2023-03-24 03:51:10 +0300 25)        url('../.fonts/Roboto-Condensed/RobotoCondensed-LightItalic.ttf') format('truetype'),
05d292b2 (kx 2023-03-24 03:51:10 +0300 26)        url('../.fonts/Roboto-Condensed/RobotoCondensed-LightItalic.svg#RobotoCondensed-LightItalic') format('svg');
05d292b2 (kx 2023-03-24 03:51:10 +0300 27)   font-weight: 300;
05d292b2 (kx 2023-03-24 03:51:10 +0300 28)   font-style: italic;
05d292b2 (kx 2023-03-24 03:51:10 +0300 29) }
05d292b2 (kx 2023-03-24 03:51:10 +0300 30) @font-face {
05d292b2 (kx 2023-03-24 03:51:10 +0300 31)   font-family: 'Roboto Condensed';
05d292b2 (kx 2023-03-24 03:51:10 +0300 32)   src: local('Roboto Condensed Regular'), /*  full font name */
05d292b2 (kx 2023-03-24 03:51:10 +0300 33)        local('RobotoCondensed-Regular');  /* Postscript name */
05d292b2 (kx 2023-03-24 03:51:10 +0300 34)   src: url('../.fonts/Roboto-Condensed/RobotoCondensed-Regular.eot');
05d292b2 (kx 2023-03-24 03:51:10 +0300 35)   src: url('../.fonts/Roboto-Condensed/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
05d292b2 (kx 2023-03-24 03:51:10 +0300 36)        url('../.fonts/Roboto-Condensed/RobotoCondensed-Regular.otf') format('opentype'),
05d292b2 (kx 2023-03-24 03:51:10 +0300 37)        url('../.fonts/Roboto-Condensed/RobotoCondensed-Regular.woff2') format('woff2'),
05d292b2 (kx 2023-03-24 03:51:10 +0300 38)        url('../.fonts/Roboto-Condensed/RobotoCondensed-Regular.woff') format('woff'),
05d292b2 (kx 2023-03-24 03:51:10 +0300 39)        url('../.fonts/Roboto-Condensed/RobotoCondensed-Regular.ttf') format('truetype'),
05d292b2 (kx 2023-03-24 03:51:10 +0300 40)        url('../.fonts/Roboto-Condensed/RobotoCondensed-Regular.svg#RobotoCondensed-Regular') format('svg');
05d292b2 (kx 2023-03-24 03:51:10 +0300 41)   font-weight: 400;
05d292b2 (kx 2023-03-24 03:51:10 +0300 42)   font-style: normal;
05d292b2 (kx 2023-03-24 03:51:10 +0300 43) }
05d292b2 (kx 2023-03-24 03:51:10 +0300 44) @font-face {
05d292b2 (kx 2023-03-24 03:51:10 +0300 45)   font-family: 'Roboto Condensed';
05d292b2 (kx 2023-03-24 03:51:10 +0300 46)   src: local('Roboto Condensed Italic'), /*  full font name */
05d292b2 (kx 2023-03-24 03:51:10 +0300 47)        local('RobotoCondensed-Italic');  /* Postscript name */
05d292b2 (kx 2023-03-24 03:51:10 +0300 48)   src: url('../.fonts/Roboto-Condensed/RobotoCondensed-Italic.eot');
05d292b2 (kx 2023-03-24 03:51:10 +0300 49)   src: url('../.fonts/Roboto-Condensed/RobotoCondensed-Italic.eot?#iefix') format('embedded-opentype'),
05d292b2 (kx 2023-03-24 03:51:10 +0300 50)        url('../.fonts/Roboto-Condensed/RobotoCondensed-Italic.otf') format('opentype'),
05d292b2 (kx 2023-03-24 03:51:10 +0300 51)        url('../.fonts/Roboto-Condensed/RobotoCondensed-Italic.woff2') format('woff2'),
05d292b2 (kx 2023-03-24 03:51:10 +0300 52)        url('../.fonts/Roboto-Condensed/RobotoCondensed-Italic.woff') format('woff'),
05d292b2 (kx 2023-03-24 03:51:10 +0300 53)        url('../.fonts/Roboto-Condensed/RobotoCondensed-Italic.ttf') format('truetype'),
05d292b2 (kx 2023-03-24 03:51:10 +0300 54)        url('../.fonts/Roboto-Condensed/RobotoCondensed-Italic.svg#RobotoCondensed-Italic') format('svg');
05d292b2 (kx 2023-03-24 03:51:10 +0300 55)   font-weight: 400;
05d292b2 (kx 2023-03-24 03:51:10 +0300 56)   font-style: italic;
05d292b2 (kx 2023-03-24 03:51:10 +0300 57) }
05d292b2 (kx 2023-03-24 03:51:10 +0300 58) @font-face {
05d292b2 (kx 2023-03-24 03:51:10 +0300 59)   font-family: 'Roboto Condensed';
05d292b2 (kx 2023-03-24 03:51:10 +0300 60)   src: local('Roboto Condensed Bold'), /*  full font name */
05d292b2 (kx 2023-03-24 03:51:10 +0300 61)        local('RobotoCondensed-Bold');  /* Postscript name */
05d292b2 (kx 2023-03-24 03:51:10 +0300 62)   src: url('../.fonts/Roboto-Condensed/RobotoCondensed-Bold.eot');
05d292b2 (kx 2023-03-24 03:51:10 +0300 63)   src: url('../.fonts/Roboto-Condensed/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),
05d292b2 (kx 2023-03-24 03:51:10 +0300 64)        url('../.fonts/Roboto-Condensed/RobotoCondensed-Bold.otf') format('opentype'),
05d292b2 (kx 2023-03-24 03:51:10 +0300 65)        url('../.fonts/Roboto-Condensed/RobotoCondensed-Bold.woff2') format('woff2'),
05d292b2 (kx 2023-03-24 03:51:10 +0300 66)        url('../.fonts/Roboto-Condensed/RobotoCondensed-Bold.woff') format('woff'),
05d292b2 (kx 2023-03-24 03:51:10 +0300 67)        url('../.fonts/Roboto-Condensed/RobotoCondensed-Bold.ttf') format('truetype'),
05d292b2 (kx 2023-03-24 03:51:10 +0300 68)        url('../.fonts/Roboto-Condensed/RobotoCondensed-Bold.svg#RobotoCondensed-Bold') format('svg');
05d292b2 (kx 2023-03-24 03:51:10 +0300 69)   font-weight: 700;
05d292b2 (kx 2023-03-24 03:51:10 +0300 70)   font-style: normal;
05d292b2 (kx 2023-03-24 03:51:10 +0300 71) }
05d292b2 (kx 2023-03-24 03:51:10 +0300 72) @font-face {
05d292b2 (kx 2023-03-24 03:51:10 +0300 73)   font-family: 'Roboto Condensed';
05d292b2 (kx 2023-03-24 03:51:10 +0300 74)   src: local('Roboto Condensed Bold Italic'), /*  full font name */
05d292b2 (kx 2023-03-24 03:51:10 +0300 75)        local('Roboto-BoldItalic');   /* Postscript name */
05d292b2 (kx 2023-03-24 03:51:10 +0300 76)   src: url('../.fonts/Roboto-Condensed/RobotoCondensed-BoldItalic.eot');
05d292b2 (kx 2023-03-24 03:51:10 +0300 77)   src: url('../.fonts/Roboto-Condensed/RobotoCondensed-BoldItalic.eot?#iefix') format('embedded-opentype'),
05d292b2 (kx 2023-03-24 03:51:10 +0300 78)        url('../.fonts/Roboto-Condensed/RobotoCondensed-BoldItalic.otf') format('opentype'),
05d292b2 (kx 2023-03-24 03:51:10 +0300 79)        url('../.fonts/Roboto-Condensed/RobotoCondensed-BoldItalic.woff2') format('woff2'),
05d292b2 (kx 2023-03-24 03:51:10 +0300 80)        url('../.fonts/Roboto-Condensed/RobotoCondensed-BoldItalic.woff') format('woff'),
05d292b2 (kx 2023-03-24 03:51:10 +0300 81)        url('../.fonts/Roboto-Condensed/RobotoCondensed-BoldItalic.ttf') format('truetype'),
05d292b2 (kx 2023-03-24 03:51:10 +0300 82)        url('../.fonts/Roboto-Condensed/RobotoCondensed-BoldItalic.svg#RobotoCondensed-BoldItalic') format('svg');
05d292b2 (kx 2023-03-24 03:51:10 +0300 83)   font-weight: 700;
05d292b2 (kx 2023-03-24 03:51:10 +0300 84)   font-style: italic;
05d292b2 (kx 2023-03-24 03:51:10 +0300 85) }