From mboxrd@z Thu Jan 1 00:00:00 1970 From: andy at warmcat.com (Andy Green) Date: Wed, 20 Jun 2018 17:04:55 +0800 Subject: repo.desc as raw html? Message-ID: <45190b3f-ced1-2b5f-9d3e-c9da90192867@warmcat.com> Hi - I want to put a repo-specific link to my project mailing list in the header area. But there doesn't seem to be a way to do it. noheader=1 also removes functionality for branch switching UI, which is not desirable. There's a "homepage" link concept but a) that's positioned in the wrong place logically, it's in the vertical context of the repo display area not the header, and b) just adding a few more inflexible individual settings doesn't sound a good way. What's the feeling about just changing ui-shared.c where it prints it from html_txt(ctx.repo->desc); to html(ctx.repo->desc); ? As html I can put what I want in there... homepage and mailing list links, text, inline images etc, and because it's in the header, it doesn't need to know any detail about what's going on in the repo view. -Andy