ref: e60817e3d6cc538f9270e4fa66109cb41f97c470
parent: f7bcce51ac4e1513924a777179a33f08510a579f
author: stanley lieber <stanley.lieber@gmail.com>
date: Thu Mar 8 15:07:59 EST 2018
appendixg.ms: fix html links accidentally left in markdown format
--- a/appendixg.ms
+++ b/appendixg.ms
@@ -106,7 +106,14 @@
mercurial hosting support for werc (1)
.R
.br
-[http://werc.cat-v.org/ Werc] is a web anti-framework written in rc, the Plan 9 shell. [https://code.google.com/p/plan9front/source/browse/rc/bin/rc-httpd/ rc-httpd] is an HTTP server written in the same language. 9front uses [http://mercurial.selenic.com/ Mercurial] for version control -- but nobody's done much work on making 9front able to *host* mercurial repos. This project would involve setting up werc and rchttpd on a 9front System, then teaching werc to work with hg to host repositories. For bonus points, test your changes on a UNIX system to make sure it's portable!
+.ihtml a <a href="http://werc.cat-v.org/">
+Werc
+.ihtml a
+is a web anti-framework written in rc, the Plan 9 shell.
+.ihtml a <a href="https://code.google.com/p/plan9front/source/browse/rc/bin/rc-httpd/">
+rc-httpd
+.ihtml a
+is an HTTP server written in the same language. 9front uses [http://mercurial.selenic.com/ Mercurial] for version control -- but nobody's done much work on making 9front able to *host* mercurial repos. This project would involve setting up werc and rchttpd on a 9front System, then teaching werc to work with hg to host repositories. For bonus points, test your changes on a UNIX system to make sure it's portable!
Potential mentors: khm
Skills: web stuff, mercurial, rc scripting