From mboxrd@z Thu Jan 1 00:00:00 1970 From: andy at warmcat.com (Andy Green) Date: Thu, 14 Jun 2018 11:47:41 +0800 Subject: [PATCH 00/11] Render READMEs inline in tree view In-Reply-To: <152885510454.7253.3542488576272033383.stgit@mail.warmcat.com> References: <29df7d5c-2556-86e7-45bd-08e1e71a1e57@warmcat.com> <152885510454.7253.3542488576272033383.stgit@mail.warmcat.com> Message-ID: <35e582eb-447f-c02f-08ab-81294ef7d472@warmcat.com> On 06/13/2018 10:01 AM, Andy Green wrote: > The following series adds config to allow rendering of > selected READMEs inline after the tree view, where > present in the directory being viewed. > > It builds on John Keeping's RENDER mode series from 2016. > > Typical config to enable it, if you have a README.md > looks like > > tree-readme=README.md > render.md=/usr/libexec/cgit/filters/html-converters/md2html I have updated this against Christian's git 2.18.0-rc2 patch from earlier, rather than post it to the list again before any comment you can find it here if you're interested. https://warmcat.com/git/cgit/ Presumably this is what should be targeted for the next push rather than current master. -Andy