<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ccwl/doc, branch v0.1.0</title>
<subtitle>Concise Common Workflow Language (mirror of https://github.com/arunisaac/ccwl)</subtitle>
<id>http://git.systemreboot.net/ccwl/atom?h=v0.1.0</id>
<link rel='self' href='http://git.systemreboot.net/ccwl/atom?h=v0.1.0'/>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/'/>
<updated>2021-07-05T10:17:07+00:00</updated>
<entry>
<title>doc: Inline code snippets.</title>
<updated>2021-07-05T10:17:07+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-07-05T10:17:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=5d2368bad49a2663b9753bf559dc28caedb6aea6'/>
<id>urn:sha1:5d2368bad49a2663b9753bf559dc28caedb6aea6</id>
<content type='text'>
* doc/ccwl.skb (Tutorial)[Important concepts]: Inline code snippets.
</content>
</entry>
<entry>
<title>doc: Add python named arguments example.</title>
<updated>2021-07-04T18:36:15+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-07-04T18:36:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=1880f7a2fed157220dd485f9e8ccd9f546996978'/>
<id>urn:sha1:1880f7a2fed157220dd485f9e8ccd9f546996978</id>
<content type='text'>
* doc/ccwl.skb (Tutorial)[Important concepts]: Add python named
arguments example.
</content>
</entry>
<entry>
<title>doc: Use PNG images instead of SVG.</title>
<updated>2021-07-04T18:19:56+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-07-04T18:07:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=70049782e787faf3f6c0f54ca8b93d0bc83437ba'/>
<id>urn:sha1:70049782e787faf3f6c0f54ca8b93d0bc83437ba</id>
<content type='text'>
PNG images are supported by both the info and html engines.

* doc/ccwl.skb (Tutorial)[Workflow with multiple steps]: Use PNG
images instead of SVG.
* Makefile.am (CLEANFILES): Replace doc/*.svg with doc/*.png.
(%.svg): Delete rule.
(%.png): New rule.
* .gitignore: Replace doc/*.svg with doc/*.png.
</content>
</entry>
<entry>
<title>doc: Search for source-ref referenced files in source-path.</title>
<updated>2021-07-04T14:19:41+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-07-04T14:19:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=626e0505a1db105b65bea85e254f01ae9349dc44'/>
<id>urn:sha1:626e0505a1db105b65bea85e254f01ae9349dc44</id>
<content type='text'>
* doc/skribilo.scm: Import (skribilo parameters).
(source-ref): Search for files in source-path.
</content>
</entry>
<entry>
<title>doc: Remove redundant file open.</title>
<updated>2021-07-04T14:16:43+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-07-04T14:16:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=3ca3bd1022b16c26811af86d48a85e9e74f2c00a'/>
<id>urn:sha1:3ca3bd1022b16c26811af86d48a85e9e74f2c00a</id>
<content type='text'>
* doc/skribilo.scm (source-ref): Remove redundant file open.
</content>
</entry>
<entry>
<title>Makefile: Build skribilo documentation in-place.</title>
<updated>2021-07-04T14:08:22+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-07-04T13:13:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=53255a4d269a7e56626cba9b6c21b1c2d95e6c39'/>
<id>urn:sha1:53255a4d269a7e56626cba9b6c21b1c2d95e6c39</id>
<content type='text'>
* Makefile.am (SKRIBILO_BUILD_DIR): Delete variable.
(CLEANFILES): Add doc/*.cwl, doc/*.dot, doc/*.svg, doc/ccwl.info,
doc/skribilo.go.
($(SKRIBILO_BUILD_DIR)/%.cwl): Rename to %.cwl.
(info-local, install-info-local): Depend on doc/ccwl.info instead of
$(SKRIBILO_BUILD_DIR)/ccwl.info.
(html-local, install-html-local, website/manual/dev/en): Depend on
doc/ccwl.html instead of $(SKRIBILO_BUILD_DIR)/ccwl.html.
($(SKRIBILO_BUILD_DIR)/ccwl.info): Rename to doc/ccwl.info.
($(SKRIBILO_BUILD_DIR)/ccwl.html): Rename to doc/ccwl.html.
(clean-local): Do not delete doc/skribilo.go and
$(SKRIBILO_BUILD_DIR).
* .gitignore: Add doc/*.cwl, doc/*.html, doc/*.info, doc/*.svg. Remove
doc/skribilo.
* doc/ccwl.skb (Tutorial)[Workflow with multiple steps]: Reference
images in the doc directory instead of in the doc/skribilo directory.
</content>
</entry>
<entry>
<title>doc: Use emph instead of quotes for emphasis.</title>
<updated>2021-07-03T11:11:39+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-07-03T11:11:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=35e6c9897199552dd91ad478b1a1b9e52c40a18d'/>
<id>urn:sha1:35e6c9897199552dd91ad478b1a1b9e52c40a18d</id>
<content type='text'>
* doc/ccwl.skb (Tutorial)[First example, Capturing the standard output
stream of a command]: Use emph instead of double quotes for emphasis.
</content>
</entry>
<entry>
<title>doc: Move skribilo configuration into doc directory.</title>
<updated>2021-07-03T11:03:14+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-07-03T11:03:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=faf3e736d6f42d593e16df29b25f5b27d39f2822'/>
<id>urn:sha1:faf3e736d6f42d593e16df29b25f5b27d39f2822</id>
<content type='text'>
* ccwl/skribilo.scm: Move to ...
* doc/skribilo.scm: ... here.
* doc/ccwl.skb: Import (doc skribilo) instead of (ccwl skribilo).
* Makefile.am ($(SKRIBILO_BUILD_DIR)/ccwl.info,
$(SKRIBILO_BUILD_DIR)/ccwl.html): Depend on doc/skribilo.go instead of
ccwl/skribilo.go.
* Makefile.am (clean-local): Delete doc/skribilo.go instead of
ccwl/skribilo.go.
</content>
</entry>
<entry>
<title>doc: Squeeze double space.</title>
<updated>2021-07-03T09:42:44+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-07-03T09:42:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=72fd4e9ff3134143642667c8fdbe57b8dce4830d'/>
<id>urn:sha1:72fd4e9ff3134143642667c8fdbe57b8dce4830d</id>
<content type='text'>
* doc/ccwl.skb (Tutorial)[Capturing output files]: Squeeze double
space.
</content>
</entry>
<entry>
<title>doc: Add copyright headers.</title>
<updated>2021-07-02T13:29:54+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-07-02T12:26:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=3540299a30fc640e60f304d811fda7d38609fbd9'/>
<id>urn:sha1:3540299a30fc640e60f304d811fda7d38609fbd9</id>
<content type='text'>
* doc/ccwl.skb: Add copyright headers.
</content>
</entry>
</feed>
