<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ccwl/website, branch v0.2.0</title>
<subtitle>Concise Common Workflow Language (mirror of https://github.com/arunisaac/ccwl)</subtitle>
<id>http://git.systemreboot.net/ccwl/atom?h=v0.2.0</id>
<link rel='self' href='http://git.systemreboot.net/ccwl/atom?h=v0.2.0'/>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/'/>
<updated>2021-11-05T18:32:55+00:00</updated>
<entry>
<title>Release version 0.2.0.</title>
<updated>2021-11-05T18:32:55+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-11-05T18:28:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=6eddc228ee3da9157f4675eeef4f80ae7a4b8451'/>
<id>urn:sha1:6eddc228ee3da9157f4675eeef4f80ae7a4b8451</id>
<content type='text'>
* configure.ac: Bump version.
* NEWS: Update news.
* website/releases/ccwl-0.2.0.tar.lz,
website/releases/ccwl-0.2.0.tar.lz.asc: New files.
</content>
</entry>
<entry>
<title>website: Do not specify line-height on h1, h2 and h3.</title>
<updated>2021-11-05T12:12:58+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-11-05T12:12:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=34a51d09d07a6f2919bc498a2d423a93f6e0ffff'/>
<id>urn:sha1:34a51d09d07a6f2919bc498a2d423a93f6e0ffff</id>
<content type='text'>
* website/style.css (h1, h2, h3): Delete line-height CSS property.
</content>
</entry>
<entry>
<title>website: Upcase SVG in comment.</title>
<updated>2021-10-03T18:49:04+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-10-03T18:48:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=011bce966b2fac70c88b54e00b097fdf6996bfe1'/>
<id>urn:sha1:011bce966b2fac70c88b54e00b097fdf6996bfe1</id>
<content type='text'>
* website/style.css (object): Upcase SVG in comment.
</content>
</entry>
<entry>
<title>Release version 0.1.0.</title>
<updated>2021-07-06T12:20:11+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-07-06T12:14:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=195f9ecc7506ff50decddce2f5f216f5c18560fb'/>
<id>urn:sha1:195f9ecc7506ff50decddce2f5f216f5c18560fb</id>
<content type='text'>
* website/releases/ccwl-0.1.0.tar.lz,
website/releases/ccwl-0.1.0.tar.lz.asc: New files.
</content>
</entry>
<entry>
<title>website: Highlight code snippets.</title>
<updated>2021-07-05T10:38:42+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-07-05T10:37:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=b273bf2b0af96ae66a86c52e788576e42e73c116'/>
<id>urn:sha1:b273bf2b0af96ae66a86c52e788576e42e73c116</id>
<content type='text'>
* website/style.css (code): Set background color to the same gray as
pre code snippets. Pad 0.2 em on the left and the right.
</content>
</entry>
<entry>
<title>website: Constrain images within their containers.</title>
<updated>2021-06-28T11:43:39+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-06-28T11:43:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=6de843c2d9d790f8fb1ed5aac1a139c335360bbf'/>
<id>urn:sha1:6de843c2d9d790f8fb1ed5aac1a139c335360bbf</id>
<content type='text'>
* website/style.css (img): Set max-width to 100%.
</content>
</entry>
<entry>
<title>website: Set foreground color to black.</title>
<updated>2021-06-19T12:27:31+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-06-19T12:27:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=e08dbe3f55c38f34d3d86157fd7de1258df99dd2'/>
<id>urn:sha1:e08dbe3f55c38f34d3d86157fd7de1258df99dd2</id>
<content type='text'>
We want a high contrast black text on white background.

* website/style.css (body): Unset color property.
</content>
</entry>
<entry>
<title>website: Italicize code symbols.</title>
<updated>2021-06-19T12:25:21+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-06-19T12:25:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=84c83704ab91ad267327d36f4159545195570e64'/>
<id>urn:sha1:84c83704ab91ad267327d36f4159545195570e64</id>
<content type='text'>
* website/style.css (code): Italicize.
</content>
</entry>
<entry>
<title>website: Add background color and padding to code snippets.</title>
<updated>2021-06-19T12:24:37+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-06-19T12:24:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=a89caf55345b52f9115b32c99a3b40c818b05d63'/>
<id>urn:sha1:a89caf55345b52f9115b32c99a3b40c818b05d63</id>
<content type='text'>
* website/style.css (pre): Add background color and padding.
</content>
</entry>
<entry>
<title>website: Move CSS into the website directory.</title>
<updated>2021-06-19T10:44:37+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-06-19T10:34:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=e40d0e3f82c3d00d27749f4bf3bd2eaefc61eec7'/>
<id>urn:sha1:e40d0e3f82c3d00d27749f4bf3bd2eaefc61eec7</id>
<content type='text'>
That way, there is no need to copy it when building the website.

* Makefile.am (website/style.css): Delete target.
(website): Do not depend on the website/style.css target.
(clean-local): Clean up only website/index.html and
website/manual/dev/en, not the entire website directory.
* style.css: Move to website/style.css.
</content>
</entry>
</feed>
