<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gnu-tools-website/static/css, branch main</title>
<subtitle>gnu.tools website</subtitle>
<link rel='alternate' type='text/html' href='https://git.gnu.tools/git/gnu-tools-website/'/>
<entry>
<title>free-software: Move "open source" aside to a footnote.</title>
<updated>2021-04-15T10:08:26+00:00</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2021-04-15T10:07:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnu.tools/git/gnu-tools-website/commit/?id=a07b193a7548cbc04d9822e11281cb9c9edfafc5'/>
<id>a07b193a7548cbc04d9822e11281cb9c9edfafc5</id>
<content type='text'>
The extra markup and styling necessitates the conversion from markdown
to sxml.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The extra markup and styling necessitates the conversion from markdown
to sxml.
</pre>
</div>
</content>
</entry>
<entry>
<title>css: Use em-size for bullets.</title>
<updated>2021-04-15T08:47:34+00:00</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2021-04-14T21:53:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnu.tools/git/gnu-tools-website/commit/?id=865a4da55362f057d20fcebedff1957fce49f7db'/>
<id>865a4da55362f057d20fcebedff1957fce49f7db</id>
<content type='text'>
This avoids huge overlapping bullets when webfonts are blocked.

Reported by Mark Wielaard.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids huge overlapping bullets when webfonts are blocked.

Reported by Mark Wielaard.
</pre>
</div>
</content>
</entry>
<entry>
<title>software: Render projects as cards with logos.</title>
<updated>2021-04-14T21:11:45+00:00</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2021-04-14T21:11:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnu.tools/git/gnu-tools-website/commit/?id=315c63b82a6fadcd21b2ce4d4c44f438d83c3312'/>
<id>315c63b82a6fadcd21b2ce4d4c44f438d83c3312</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>License under CC-BY-SA 4.0 and mention it in the footer.</title>
<updated>2021-04-14T15:10:16+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2021-04-14T15:09:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnu.tools/git/gnu-tools-website/commit/?id=d71ba6e792257422d9df06ffcdbc148267975d50'/>
<id>d71ba6e792257422d9df06ffcdbc148267975d50</id>
<content type='text'>
* haunt.scm (base-layout): Mention license in the footer.
* static/css/main.css (#footer-box): Tweak.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* haunt.scm (base-layout): Mention license in the footer.
* static/css/main.css (#footer-box): Tweak.
</pre>
</div>
</content>
</entry>
<entry>
<title>software: Generate project list with member details.</title>
<updated>2021-04-13T21:49:27+00:00</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2021-04-13T21:30:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnu.tools/git/gnu-tools-website/commit/?id=303a12092413c157272d78657d7c4d4c3f6b27b0'/>
<id>303a12092413c157272d78657d7c4d4c3f6b27b0</id>
<content type='text'>
* software.md: Replace this file...
* software.sxml: ...with this new file.
* haunt.scm (read-markdown-page): Rename this procedure...
(read-page): ...to this procedure and add optional READER argument.
(static-pages): Add local definition of SXML-PAGE and use it for software.sxml.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* software.md: Replace this file...
* software.sxml: ...with this new file.
* haunt.scm (read-markdown-page): Rename this procedure...
(read-page): ...to this procedure and add optional READER argument.
(static-pages): Add local definition of SXML-PAGE and use it for software.sxml.
</pre>
</div>
</content>
</entry>
<entry>
<title>website: Update pre style for email quote.</title>
<updated>2021-04-12T20:46:00+00:00</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2021-04-12T20:46:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnu.tools/git/gnu-tools-website/commit/?id=e20600280d80477b3f392024fe86af46fe77df41'/>
<id>e20600280d80477b3f392024fe86af46fe77df41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>website: Add support for a blog.</title>
<updated>2021-04-11T20:15:43+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2021-04-11T20:11:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnu.tools/git/gnu-tools-website/commit/?id=38685072aafede51f4dbdbd6e2b6ce4d4cafc0fe'/>
<id>38685072aafede51f4dbdbd6e2b6ce4d4cafc0fe</id>
<content type='text'>
* website/haunt.scm (post-url, post-&gt;sxml, page-&gt;sxml)
(post-&gt;page): New procedures.
(%theme): New variable.
&lt;top level&gt;: Add blog post pages.
* website/static/css/main.css (.post-about): Tweak margin.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* website/haunt.scm (post-url, post-&gt;sxml, page-&gt;sxml)
(post-&gt;page): New procedures.
(%theme): New variable.
&lt;top level&gt;: Add blog post pages.
* website/static/css/main.css (.post-about): Tweak margin.
</pre>
</div>
</content>
</entry>
<entry>
<title>website: Disable menu item for current location.</title>
<updated>2021-04-11T09:05:45+00:00</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2021-04-11T09:05:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnu.tools/git/gnu-tools-website/commit/?id=17f2516c3cf081c4e22eba5a9d694954784dcf17'/>
<id>17f2516c3cf081c4e22eba5a9d694954784dcf17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>website: Fix vertical alignment.</title>
<updated>2021-04-11T08:51:49+00:00</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2021-04-11T08:51:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnu.tools/git/gnu-tools-website/commit/?id=b6f38eeeb4b36cb764f893f14fd60fb57e1a264a'/>
<id>b6f38eeeb4b36cb764f893f14fd60fb57e1a264a</id>
<content type='text'>
This is a follow-up to commit 95bfd8155f113d46493fbfa563ae3aad96baffde.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a follow-up to commit 95bfd8155f113d46493fbfa563ae3aad96baffde.
</pre>
</div>
</content>
</entry>
<entry>
<title>website: Move menubar to header.</title>
<updated>2021-04-11T08:34:53+00:00</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2021-04-11T08:34:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnu.tools/git/gnu-tools-website/commit/?id=95bfd8155f113d46493fbfa563ae3aad96baffde'/>
<id>95bfd8155f113d46493fbfa563ae3aad96baffde</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
