]> gitweb.factorcode.org Git - factor.git/commitdiff
websites.concatenative: endpoint for syncing github to factorcode
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 7 Dec 2019 17:58:01 +0000 (09:58 -0800)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 7 Dec 2019 17:58:01 +0000 (09:58 -0800)
extra/websites/concatenative/concatenative.factor

index 5d93e23e7fdc624b212e5efb289b46a9f3d6a124..e9c2abbf557e12f5fb4a21c4c980086cf5844096 100644 (file)
@@ -95,7 +95,8 @@ SYMBOLS: key-password key-file dh-file ;
 : <gitweb> ( path -- responder )
     <dispatcher>
         swap <static> enable-cgi >>default
-        URL" /gitweb.cgi" <redirect-responder> "" add-responder ;
+        URL" /gitweb.cgi" <redirect-responder> "" add-responder
+        URL" /github-sync.cgi" <redirect-responder> "github-sync" add-responder ;
 
 : init-production ( -- )
     common-configuration