Go to file
Drew DeVault d842538a2f create: fix logic error with existing refs
The "existing" branch in the template is used on the repo select screen
to filter out repositories which already have a wiki created for them.
This change adds a short-circuit which avoids the check in other
situations.

While I'm here I also tweaked the appearance of this page a bit.
2021-08-06 10:02:07 +02:00
.builds .builds/alpine.yml: upgrade to 3.14 2021-08-03 12:31:35 +02:00
contrib Use explicit py3 shebang for contrib/fixup-scopes 2019-08-07 10:08:44 +09:00
mansrht create: fix logic error with existing refs 2021-08-06 10:02:07 +02:00
scss create: fix logic error with existing refs 2021-08-06 10:02:07 +02:00
.gitignore Initial commit 2017-12-03 11:57:54 -05:00
LICENSE Add license (AGPL) 2018-06-08 21:15:39 -04:00
Makefile Upgrade to Alpine 3.11 2019-12-22 13:46:58 -05:00
README.md Add README.md 2019-01-08 18:10:03 -05:00
config.example.ini Improve config.example.ini 2019-12-19 11:05:48 -05:00
mansrht-initdb add database stamp for core.sr.ht 2020-08-11 10:46:24 -04:00
mansrht-migrate Miscellaenous UI improvements 2019-07-29 09:51:23 -04:00
run.py Use standard way of running debug/local services 2019-01-13 09:31:10 -05:00
setup.py setup.py: use importlib.resources from python 3.7 to find core.sr.ht Makefile 2020-08-28 09:03:51 -04:00
static Initial commit 2017-12-03 11:57:54 -05:00

README.md

This repository contains the code for the sr.ht git wiki service. For instructions on deploying or contributing to this project, visit the manual here:

https://man.sr.ht/man.sr.ht/installation.md