[rb-general] [PATCH] website += irc meeting, mailing list
Daniel Shahaf
danielsh at apache.org
Fri Jan 6 18:34:38 CET 2017
Holger Levsen wrote on Fri, Jan 06, 2017 at 14:01:56 +0000:
> On Fri, Jan 06, 2017 at 02:57:41AM +0000, Daniel Shahaf wrote:
> > I didn't find the mailing list link when looking for it. I see now that
> > it's in the footer + in the 'who' page under a list of project logos
> > [but I didn't find the latter until I grepped the site source, so it
> > doesn't count ;-)].
>
> I'm slightly concerned that it's already mentioned twice and would
> prefer a patch where the mailinglist is removed from the footer at
> least…
Revised patches attached; they keep the list in the footer but remove it
from the 'who' page.
Chris Lamb wrote on Fri, Jan 06, 2017 at 15:50:21 +0000:
> Holger Levsen wrote:
>
> > On Fri, Jan 06, 2017 at 01:41:35PM +0000, Chris Lamb wrote:
> > > > + <a href="/resources/">mailing list</a>
> > > (Can't recall off-hand but is there not a way of not hard-coding URLs?)
> >
> > ITYM "relative" not "hard-coding"…
>
> No, hard-coding. :) As in, you only have to change "/resources/" in one place
> on the site by using some non-URI alias.
Using absolute links is precedented:
index.html:87: Learn more on <a href="/docs/"><strong>how to make your software build
tools.html:58: Problems with <a href="/docs/stable-inputs/">unstable order of inputs</a>
And if the pages ever move, 301 redirects would be needed anyway, to
support existing links from third parties. So, if there's a jekyllish
way of internal linking, we can move to it in the future.
Cheers,
Daniel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-resources-Fix-stray-end-tag.patch
Type: text/x-diff
Size: 921 bytes
Desc: not available
URL: <http://lists.reproducible-builds.org/pipermail/rb-general/attachments/20170106/e23a6d64/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Move-mailing-list-from-who-to-resources.patch
Type: text/x-diff
Size: 1686 bytes
Desc: not available
URL: <http://lists.reproducible-builds.org/pipermail/rb-general/attachments/20170106/e23a6d64/attachment-0001.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-events-IRC-meeting.patch
Type: text/x-diff
Size: 664 bytes
Desc: not available
URL: <http://lists.reproducible-builds.org/pipermail/rb-general/attachments/20170106/e23a6d64/attachment-0002.patch>
More information about the rb-general
mailing list