hyla 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. checksums.yaml +8 -8
  2. data/.gitignore +30 -0
  3. data/LICENSE.txt +10 -19
  4. data/README.adoc +67 -6
  5. data/bin/hyla +22 -20
  6. data/documentation/introduction.adoc +57 -60
  7. data/documentation/scripts/create_adoc_from_toc.sh +20 -0
  8. data/documentation/scripts/create_adoc_from_toc_config.sh +24 -0
  9. data/documentation/scripts/create_myblankproject.sh +12 -0
  10. data/documentation/scripts/create_myblankproject_add_artefacts.sh +23 -0
  11. data/documentation/scripts/create_myblankproject_add_artefacts_config.sh +28 -0
  12. data/documentation/scripts/create_mytemplateproject.sh +10 -0
  13. data/documentation/scripts/create_mytrainingproject.sh +10 -0
  14. data/documentation/scripts/generate_content_myblankproject.sh +25 -0
  15. data/documentation/scripts/generate_content_myblankproject_config.sh +28 -0
  16. data/documentation/scripts/generate_content_myblankproject_other_style.sh +29 -0
  17. data/documentation/scripts/generate_pdf_from_html.sh +36 -0
  18. data/documentation/scripts/generate_slideshow_deckjs.sh +18 -0
  19. data/documentation/scripts/generate_slideshow_mytoc_all.sh +17 -0
  20. data/documentation/scripts/generate_slideshow_mytoc_module.sh +10 -0
  21. data/documentation/scripts/generate_slideshow_revealjs.sh +23 -0
  22. data/documentation/scripts/generate_watch_mytrainingproject.sh +19 -0
  23. data/documentation/scripts/remove_temp_directories.sh +16 -0
  24. data/documentation/scripts/sendmail.sh +19 -0
  25. data/hyla.gemspec +4 -4
  26. data/lib/hyla/commands/create.rb +4 -4
  27. data/lib/hyla/commands/generate.rb +38 -22
  28. data/lib/hyla/commands/new.rb +5 -2
  29. data/lib/hyla/commands/sendmail.rb +2 -1
  30. data/lib/hyla/commands/serve.rb +2 -2
  31. data/lib/hyla/commands/watch.rb +10 -64
  32. data/lib/hyla/configuration.rb +9 -5
  33. data/lib/hyla/project.rb +1 -1
  34. data/lib/resources/styles/liberation.css +1 -0
  35. data/lib/templates/_config.yaml +72 -0
  36. data/lib/templates/sample/asciidoc_report.adoc +10 -48
  37. data/lib/templates/sample/asciidoc_source.adoc +7 -0
  38. data/lib/templates/sample/source/HelloWorld.java +11 -0
  39. data/test/reports/test-1.0.x-11-12-2013.txt +2 -2
  40. data/todo.adoc +0 -28
  41. metadata +1286 -444
  42. data/data/chm-status-weeks-0601-1001.html +0 -913
  43. data/lib/templates/_config.yml +0 -27
@@ -1,27 +0,0 @@
1
- # Common options
2
- source: .
3
- destination: . # or . or ~/MyProject or generated_content
4
-
5
- # Asciidoc and attributes options
6
- backend: html5
7
- attributes:
8
- source-highlighter: coderay
9
- linkcss!: true
10
- data-uri: true
11
-
12
- # Hyla options
13
- # Generate command
14
- #rendering: toc2adoc
15
- rendering: adoc2html
16
-
17
- # New/Create command
18
- artefact_type: article
19
- type: asciidoc
20
-
21
- # Styles supported : liberation, asciidoctor, colony, foundation, foundation-lime, foundation-potion, github, golo, iconic, maker, readthedocs, riak, rocket-panda, rubygems
22
- style: liberation
23
-
24
- # Location of the Table of Content to be processed
25
- # as a collection of asciidoc files
26
- project_name: my-project
27
- toc: /Users/chmoulli/MyProjects/hyla/data/toc.adoc # Change location