summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot@culturestrings <root@culturestrings>2020-05-18 06:00:51 +0000
committerroot@culturestrings <root@culturestrings>2020-05-18 06:00:51 +0000
commit66836a979161162094f1f04f0321e44e7313f49f (patch)
tree6dc9599e92e45f3a007100e0581c7197094ef0d3
parent9ac3129ae0b05b60f914a2b22ec23d5d57b07dbc (diff)
downloadculturestrings-66836a979161162094f1f04f0321e44e7313f49f.tar.bz2
culturestrings-66836a979161162094f1f04f0321e44e7313f49f.tar.xz
web: added cgit configuration files.
-rw-r--r--public/fs/etc/cgit.d/cgitrc.foss21.org65
-rw-r--r--public/fs/etc/cgit.d/cgitrc.midipix.org144
2 files changed, 209 insertions, 0 deletions
diff --git a/public/fs/etc/cgit.d/cgitrc.foss21.org b/public/fs/etc/cgit.d/cgitrc.foss21.org
new file mode 100644
index 0000000..64771ac
--- /dev/null
+++ b/public/fs/etc/cgit.d/cgitrc.foss21.org
@@ -0,0 +1,65 @@
+virtual-root=/
+source-filter=/usr/lib/cgit/filters/syntax-highlighting.py
+
+css=/cgit/cgit.css
+logo=/cgit/cgit.png
+
+root-title=foss21
+root-desc=Quality FOSS for the 21st Century
+clone-url=git://foss21.org/$CGIT_REPO_URL
+
+enable-git-config=1
+section-from-path=1
+snapshots=tar.bz2 tar.xz
+
+enable-index-links=1
+enable-log-filecount=1
+enable-log-linecount=1
+
+mimetype.git=image/git
+mimetype.html=text/html
+mimetype.jpg=image/jpeg
+mimetype.jpeg=image/jpeg
+mimetype.pdf=application/pdf
+mimetype.png=image/png
+mimetype.svg=image/svg+xml
+
+section=workflow
+################
+repo.url=srcdist
+repo.path=/srv/git/srcdist
+repo.desc=scripts for reproducible generation of source tarballs
+repo.owner=zgilboa
+
+section=cross
+################
+repo.url=apimagic
+repo.path=/srv/git/apimagic
+repo.desc=cparser-based API normalization utility
+repo.owner=zgilboa
+
+repo.url=mdso
+repo.path=/srv/git/mdso
+repo.desc=dso scavenger
+repo.owner=zgilboa
+
+repo.url=perk
+repo.path=/srv/git/perk
+repo.desc=PE Resource Kit
+repo.owner=zgilboa
+
+repo.url=slibtool
+repo.path=/srv/git/slibtool
+repo.desc=a surrogate libtool implementation, written in C
+repo.owner=zgilboa
+
+section=zippy
+################
+repo.url=sofort
+repo.path=/srv/git/sofort
+repo.desc=portable software project template
+repo.owner=zgilboa
+
+section=other
+
+scan-path=/srv/git
diff --git a/public/fs/etc/cgit.d/cgitrc.midipix.org b/public/fs/etc/cgit.d/cgitrc.midipix.org
new file mode 100644
index 0000000..c1c6510
--- /dev/null
+++ b/public/fs/etc/cgit.d/cgitrc.midipix.org
@@ -0,0 +1,144 @@
+virtual-root=/
+source-filter=/usr/lib/cgit/filters/syntax-highlighting.py
+
+css=/cgit/cgit.css
+logo=/cgit/cgit.png
+
+root-title=midipix
+root-desc=write once with confidence
+clone-url=git://midipix.org/$CGIT_REPO_URL
+
+enable-git-config=1
+section-from-path=1
+snapshots=tar.bz2 tar.xz
+
+enable-index-links=1
+enable-log-filecount=1
+enable-log-linecount=1
+
+mimetype.git=image/git
+mimetype.html=text/html
+mimetype.jpg=image/jpeg
+mimetype.jpeg=image/jpeg
+mimetype.pdf=application/pdf
+mimetype.png=image/png
+mimetype.svg=image/svg+xml
+
+section=base
+###############
+repo.url=mmglue
+repo.path=/srv/git/mmglue
+repo.desc=midipix architecture- and target-specific files for musl libc
+repo.owner=midipix
+
+repo.url=psxstub
+repo.path=/srv/git/psxstub
+repo.desc=stub for toolchain build
+repo.owner=midipix
+
+section=distro
+#################
+repo.url=mpackage
+repo.path=/srv/git/mpackage
+repo.desc=configuration files and installation scripts
+repo.owner=midipix
+
+section=framework
+####################
+repo.url=w32lib
+repo.path=/srv/git/w32lib
+repo.desc=custom import libraries for OS user-space interfaces
+repo.owner=midipix
+
+section=native
+#################
+repo.url=ntux
+repo.path=/srv/git/ntux
+repo.desc=native translation und extension
+repo.owner=midipix
+
+repo.url=ptycon
+repo.path=/srv/git/ptycon
+repo.desc=pty-console bridge
+repo.owner=midipix
+
+section=cross
+################
+repo.url=apimagic
+repo.path=/srv/git/apimagic
+repo.desc=cparser-based API normalization utility
+repo.owner=midipix
+
+repo.url=mdso
+repo.path=/srv/git/mdso
+repo.desc=dso scavenger
+repo.owner=midipix
+
+repo.url=perk
+repo.path=/srv/git/perk
+repo.desc=PE Resource Kit
+repo.owner=midipix
+
+repo.url=slibtool
+repo.path=/srv/git/slibtool
+repo.desc=a surrogate libtool implementation, written in C
+repo.owner=midipix
+
+section=runtime
+##################
+repo.url=psxtypes
+repo.path=/srv/git/psxtypes
+repo.desc=portable type definitions for a free-standing environment
+repo.owner=midipix
+
+repo.url=dalist
+repo.path=/srv/git/dalist
+repo.desc=a zero-dependency book-keeping library
+repo.owner=midipix
+
+repo.url=pemagine
+repo.path=/srv/git/pemagine
+repo.desc=a (virtual) tour into portable bits and executable bytes
+repo.owner=midipix
+
+repo.url=ntapi
+repo.path=/srv/git/ntapi
+repo.desc=Native API core library
+repo.owner=midipix
+
+repo.url=ntcon
+repo.path=/srv/git/ntcon
+repo.desc=free-standing console interface definitions
+repo.owner=midipix
+
+section=build
+################
+repo.url=midipix_build
+repo.path=/srv/git/mirror/midipix_build
+repo.desc=a comprehensive midipix distro build script
+repo.owner=lalbornoz
+
+section=ports
+################
+repo.url=u16ports
+repo.path=/srv/git/u16ports
+repo.desc=u16 variants of wide character string functions
+repo.owner=midipix
+
+section=workflow
+################
+repo.url=srcdist
+repo.path=/srv/git/srcdist
+repo.desc=scripts for reproducible generation of source tarballs
+repo.owner=zgilboa
+
+section=zippy
+################
+repo.url=sofort
+repo.path=/srv/git/sofort
+repo.desc=portable software project template
+repo.owner=midipix
+
+section=other
+
+scan-path=/srv/git