Age | Commit message (Expand) | Author |
2021-06-29 | doc: Document passing input into stdin.•••* doc/ccwl.skb (Tutorial)[Passing input into the standard input stream
of a command]: New section.
* doc/pass-stdin.scm, doc/pass-stdin.out: New files.
| Arun Isaac |
2021-06-28 | doc: Add workflow graphs.•••* Makefile.am (DOC_IMAGES): Add checksum.svg and
decompres-compile-run.svg.
* doc/ccwl.skb (Tutorial)[Workflow with multiple steps]: Add workflow
graphs checksum.svg and decompres-compile-run.svg.
| Arun Isaac |
2021-06-22 | doc: Specify command inputs in a separate argument.•••* doc/capture-output-file-with-parameter-reference.scm,
doc/capture-output-file.scm, doc/capture-stdout.scm, doc/checksum.scm,
doc/decompress-compile-run.scm, doc/hello-world.scm: Specify command
inputs in a separate argument.
* doc/ccwl.skb (Tutorial)[First example]: Update description of
command definition accordingly.
| Arun Isaac |
2021-06-22 | doc: Fix comma position.•••Lispy mode normalizes comma positions incorrectly for Skribilo
mode. This needs to be fixed upstream or elsewhere.
* doc/ccwl.skb (Tutorial)[Important concepts, Capturing the standard
output stream of a command, Capturing output files, Workflow with
multiple steps]: Fix comma position.
| Arun Isaac |
2021-06-21 | doc: Fill paragraph.•••* doc/ccwl.skb (Tutorial)[Workflow with multiple steps]: Fill
paragraph.
| Arun Isaac |
2021-06-19 | doc: Link to source for pipe and tee.•••* doc/ccwl.skb (Tutorial)[Workflow with multiple steps]: Link to
source for pipe and tee.
| Arun Isaac |
2021-06-15 | doc: Move documentation from texinfo to skribilo.•••* doc/ccwl.texi: Delete file.
* ccwl/skribilo.scm, doc/ccwl.skb,
doc/capture-output-file-with-parameter-reference.out,
doc/capture-output-file-with-parameter-reference.scm,
doc/capture-output-file.out, doc/capture-output-file.scm,
doc/capture-stdout.out, doc/capture-stdout.scm, doc/checksum.out,
doc/checksum.scm, doc/decompress-compile-run.out,
doc/decompress-compile-run.scm, doc/hello-world.out,
doc/hello-world.scm, doc/hello.tar.out: New files.
* configure.ac: Check for skribilo.
* Makefile.am: Unregister doc/ccwl.texi. Add documentation build
rules.
* guix.scm (ccwl)[native-inputs]: Replace texinfo with skribilo.
* .gitignore: Add doc/skribilo. Remove doc/version.texi, doc/*.html,
doc/*.info.
| Arun Isaac |
2021-05-25 | Add table of contents to manual.•••* doc/ccwl.texi: Add table of contents.
| Arun Isaac |
2021-05-25 | Add title and copyright pages to manual.•••* doc/ccwl.texi: Add title and copyright pages.
| Arun Isaac |
2021-05-25 | Hide Top node introduction in printed manual.•••* doc/ccwl.texi (Top): Move introduction into ifnottex block.
| Arun Isaac |
2021-05-25 | Mention version in manual.•••* doc/ccwl.texi: Include version.texi.
(Top): Mention version.
| Arun Isaac |
2021-05-24 | Add "Workflow with multiple steps" to tutorial.•••* doc/ccwl.texi (Workflow with multiple steps): New node.
(Tutorial): Link to "Workflow with multiple steps" node from menu.
| Arun Isaac |
2021-05-24 | Add "Capturing output files" to tutorial.•••* doc/ccwl.texi (Capturing output files): New section.
(Tutorial): Link to "Capturing output files" node from menu.
| Arun Isaac |
2021-05-24 | Add "Capturing stdout" section to tutorial.•••* doc/ccwl.texi (Capturing the standard output stream of a command):
New section.
* doc/ccwl.texi (Tutorial): Link to "Capturing stdout" node from menu.
| Arun Isaac |
2021-05-24 | Add "First example" section to tutorial.•••* doc/ccwl.texi (First example): New section.
(Tutorial): Link to "First example" node from menu.
| Arun Isaac |
2021-05-24 | Add tutorial.•••* doc/ccwl.texi (Tutorial): New chapter.
(Top): Link to "Tutorial" node from menu.
| Arun Isaac |
2021-05-23 | Add manual.•••* doc/ccwl.texi: New file.
* Makefile.am (bin_SCRIPTS): Add doc/ccwl.texi.
| Arun Isaac |