Skip to content

Commit b7ae8a0

Browse files
committed
fixed broken graphviz diagrams in cooc tutorial
1 parent 452458e commit b7ae8a0

1,299 files changed

Lines changed: 24077 additions & 4235 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/asciidoctor-reveal.js-master/.gitignore

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,20 @@
22
/*.html
33

44
# test stuff
5-
test/*.html
6-
test/reveal.js/
5+
/examples/*.html
6+
/examples/reveal.js/
7+
/examples/node_modules
78

89
# node stuff
910
node_modules/
1011
npm-debug.log
1112
build/
13+
/dist/main.js
14+
/asciidoctor-reveal.js-*.tgz
15+
16+
# ruby stuff
17+
/.bundle/
18+
/Gemfile.lock
19+
20+
# the compiled slim template
21+
/lib/asciidoctor-revealjs/converter.rb
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
matrix:
2+
exclude:
3+
- gemfile: Gemfile
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
sudo: false
2+
git:
3+
# use depth 2 just in case two refs get pushed at once (like a tag)
4+
depth: 2
5+
language: ruby
6+
node_js: lts/*
7+
rvm:
8+
- 2.5
9+
- 2.4
10+
- 2.3
11+
- 2.2
12+
- 2.1
13+
- jruby-9k
14+
gemfile:
15+
- Gemfile
16+
- Gemfile.upstream
17+
env:
18+
global:
19+
# use system libraries to speed up installation of nokogiri
20+
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
21+
script:
22+
- bundle exec rake build
23+
- bundle exec rake doctest
24+
- bundle exec rake examples:convert
25+
- npm install
26+
- bundle exec rake build:converter:opal
27+
- npm run build
28+
- npm run examples
29+
- npm test
30+
31+
notifications:
32+
email: false

docs/asciidoctor-reveal.js-master/CHANGELOG.adoc

Lines changed: 200 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,225 @@
11
= {project-name} Changelog
22
:project-name: asciidoctor-reveal.js
33
:uri-repo: https://github.com/asciidoctor/asciidoctor-reveal.js
4+
:uri-issue: {uri-repo}/issues/
45

56
This document provides a high-level view of the changes introduced in {project-name} by release.
67
For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub.
78

8-
== 1.0.2 (2016-12-22) - @obilodeau
9+
== master (unreleased)
910

1011
Enhancements::
11-
* Ruby back-end is now compiled in Javascript with Opal (#115)
12+
* Documentation improvements ({uri-issue}182[#182], {uri-issue}190[#190])
13+
* Support for Asciidoctor.js 1.5.6-rc.1 and build simplification ({uri-issue}189[#189])
14+
* Support to specify and use reveal.js plugins without modifying {project-name}'s source code ({uri-issue}196[#196], {uri-issue}118[#118])
15+
16+
17+
== 1.1.3 (2018-01-31)
18+
19+
A repackage of 1.1.2 with a fix for Ruby 2.5 environments
20+
21+
Bug fixes::
22+
* Worked around a problem in ruby-beautify with the compiled Slim template under Ruby 2.5
23+
24+
=== Release meta
25+
26+
* Released on: 2018-01-31
27+
* Released by: Olivier Bilodeau
28+
* Release coffee: Santropol Dark Espresso
29+
30+
{uri-repo}/releases/tag/v1.1.3[git tag] |
31+
{uri-repo}/compare/v1.1.2...v1.1.3[full diff]
32+
33+
=== Credits
34+
35+
Thanks to the following people who contributed to this release:
36+
37+
Jakub Jirutka, Olivier Bilodeau
38+
39+
40+
== 1.1.2 (2018-01-30)
41+
42+
NOTE: No packaged version of this release were produced.
43+
44+
A bugfix release due to a problem rendering tables using the Javascript /
45+
Node.js toolchain.
46+
47+
Enhancements::
48+
* Documentation improvements ({uri-issue}181[#181])
49+
50+
Bug fixes::
51+
* Fixed crash with presentations with a table used from Javascript/Node.js setup ({uri-issue}178[#178])
52+
53+
=== Release meta
54+
55+
* Released on: 2018-01-30
56+
* Released by: Olivier Bilodeau
57+
* Release beer: A sad Belgian Moon in a Smoke Meat joint
58+
59+
{uri-repo}/releases/tag/v1.1.2[git tag] |
60+
{uri-repo}/compare/v1.1.1...v1.1.2[full diff]
61+
62+
=== Credits
63+
64+
Thanks to the following people who contributed to this release:
65+
66+
Guillaume Grossetie, Tobias Placht, Olivier Bilodeau
67+
68+
69+
== 1.1.1 (2018-01-03)
70+
71+
An emergency bugfix release due to a problem in the Ruby Gem package
72+
73+
Enhancements::
74+
* Documentation improvements ({uri-issue}163[#163], {uri-issue}165[#165], {uri-issue}169[#169], {uri-issue}173[#173], {uri-issue}175[#175])
1275

13-
////
1476
Compliance::
15-
* item
77+
* Code listing callouts now work properly ({uri-issue}22[#22], {uri-issue}166[#166], {uri-issue}167[#167])
78+
* More source code listing examples and tests ({uri-issue}163[#163], {uri-issue}170[#170])
1679

1780
Bug fixes::
18-
* item
81+
* The version 1.1.0 Ruby Gem was broken due to a packaging error ({uri-issue}172[#172])
82+
83+
=== Release meta
84+
85+
* Released on: 2018-01-03
86+
* Released by: Olivier Bilodeau
87+
* Release beer: Croque-Mort Double IPA, À la fût
88+
89+
{uri-repo}/releases/tag/v1.1.1[git tag] |
90+
{uri-repo}/compare/v1.1.0...v1.1.1[full diff] |
91+
{uri-repo}/milestone/5[milestone]
92+
93+
=== Credits
94+
95+
Thanks to the following people who contributed to this release:
96+
97+
Dietrich Schulten, Olivier Bilodeau
98+
99+
100+
== 1.1.0 (2017-12-25) - @obilodeau
101+
102+
Enhancements::
103+
* Support for Reveal.JS 3.5.0+ ({uri-issue}146[#146], {uri-issue}151[#151])
104+
* Support for Asciidoctor 1.5.6 ({uri-issue}132[#132], {uri-issue}136[#136], {uri-issue}142[#142])
105+
* Support for Asciidoctor.js 1.5.6-preview.4 ({uri-issue}130[#130], {uri-issue}143[#143], {uri-issue}156[#156])
106+
* Compiling slim templates to Ruby allows us to drop Jade templates for Asciidoctor.js users
107+
({uri-issue}63[#63], {uri-issue}131[#131])
108+
* Documentation polish ({uri-issue}153[#153], {uri-issue}158[#158] and more)
109+
110+
Compliance::
111+
* Users of Asciidoctor (Ruby) and Asciidoctor.js (Javascript) now run the same set of templates meaning that we achieved feature parity between the two implementations
112+
({uri-issue}63[#63], {uri-issue}131[#131])
113+
114+
Bug fixes::
115+
* Reveal.js https://github.com/hakimel/reveal.js/#configuration[history feature] now works.
116+
We are working around Reveal.js' section id character limits.
117+
({uri-issue}127[#127], {uri-issue}150[#150], https://github.com/hakimel/reveal.js/issues/1346[hakimel/reveal.js#1346])
19118

20119
Infrastructure::
21-
* item
22-
////
120+
* https://github.com/asciidoctor/asciidoctor-doctest[Asciidoctor-doctest] integration.
121+
This layer of automated testing should help prevent regressions and improve our development process.
122+
({uri-issue}92[#92], {uri-issue}116[#116])
123+
* Travis-CI integration to automatically run doctests and examples AsciiDoc conversions
124+
* Travis-CI tests are triggered by changes done in Asciidoctor.
125+
We will detect upstream changes affecting us sooner.
126+
* Smoke tests for our Javascript / Node / Asciidoctor.js toolchain (integrated in Travis-CI also)
127+
* `npm run examples` will convert all examples using the Javascript / Node / Asciidoctor.js toolchain ({uri-issue}149[#149])
128+
* `rake examples:serve` will run a Web server from `examples/` so you can preview rendered examples ({uri-issue}154[#154])
129+
130+
=== Release meta
131+
132+
{uri-repo}/releases/tag/v1.1.0[git tag] |
133+
{uri-repo}/compare/v1.0.4...v1.1.0[full diff]
134+
135+
=== Credits
136+
137+
Thanks to the following people who contributed to this release:
138+
139+
@jirutka, Dan Allen, Guillaume Grossetie, Jacob Aae Mikkelsen, Olivier Bilodeau, Rahul Somasunderam
140+
141+
142+
== 1.0.4 (2017-09-27) - @obilodeau
143+
144+
Bug fixes::
145+
* Dependency problems leading to crashes when used from Asciidoctor.js ({uri-issue}145[#145])
146+
147+
=== Release meta
148+
149+
{uri-repo}/releases/tag/v1.0.4[git tag] |
150+
{uri-repo}/compare/v1.0.3...v1.0.4[full diff]
151+
152+
=== Credits
153+
154+
Thanks to the following people who contributed to this release:
155+
156+
Olivier Bilodeau, Guillaume Grossetie
157+
158+
159+
== 1.0.3 (2017-08-28) - @obilodeau
160+
161+
Enhancements::
162+
* Documentation improvements
163+
164+
Compliance::
165+
* Added `data-state: title` to the title slide ({uri-issue}123[#123])
166+
167+
Bug fixes::
168+
* Pinned Asciidoctor version requirement to 1.5.4 to avoid dealing with {uri-issue}132[#132] in the 1.0.x series
169+
* Fixed consistency issues with boolean values handling in revealjs settings ({uri-issue}125[#125])
170+
171+
=== Release meta
172+
173+
{uri-repo}/releases/tag/v1.0.3[git tag] |
174+
{uri-repo}/compare/v1.0.2...v1.0.3[full diff]
175+
176+
=== Credits
177+
178+
Thanks to the following people who contributed to this release:
179+
180+
Dan Allen, nipa, Olivier Bilodeau, Pi3r
181+
182+
183+
== 1.0.2 (2016-12-22) - @obilodeau
184+
185+
Enhancements::
186+
* Ruby back-end is now compiled in Javascript with Opal (#115)
187+
* Documentation improvements
188+
189+
=== Release meta
190+
191+
{uri-repo}/issues?q=milestone%3A1.0.2[issues resolved] |
192+
{uri-repo}/releases/tag/v1.0.2[git tag] |
193+
{uri-repo}/compare/v1.0.1...v1.0.2[full diff]
194+
195+
=== Credits
196+
197+
Thanks to the following people who contributed to this release:
198+
199+
Dan Allen, Guillaume Grossetie, Olivier Bilodeau
200+
23201

24202
== 1.0.1 (2016-10-12) - @obilodeau
25203

26204
Enhancements::
27205
* Documentation: aligned release process for both npm and ruby gems packages
28206
* npm package in sync with ruby gem
29207

208+
=== Release meta
209+
210+
Released by @obilodeau
211+
212+
{uri-repo}/issues?q=milestone%3A1.0.1[issues resolved] |
213+
{uri-repo}/releases/tag/v1.0.1[git tag] |
214+
{uri-repo}/compare/v1.0.0...v1.0.1[full diff]
215+
216+
=== Credits
217+
218+
Thanks to the following people who contributed to this release:
219+
220+
Olivier Bilodeau
221+
222+
30223
== 1.0.0 (2016-10-06) - @obilodeau
31224

32225
Since this is the first ever "release" of asciidoctor-reveal.js (we used to do continuous improvements w/o releases in the past), this list focuses on the major enhancements introduced over the last few weeks.
@@ -48,7 +241,6 @@ Released by @obilodeau
48241

49242
{uri-repo}/issues?q=milestone%3A1.0.0[issues resolved] |
50243
{uri-repo}/releases/tag/v1.0.0[git tag]
51-
// TODO full-diff when we can at the next release
52244

53245
=== Credits
54246

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
source 'https://rubygems.org'
2+
3+
# Specify your gem's dependencies in asciidoctor-revealjs.gemspec
4+
gemspec
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Gemfile used to run travis against asciidoctor's master
2+
# Useful to catch downstream or upstream issues before they are problematic
3+
source 'https://rubygems.org'
4+
gemspec
5+
gem 'asciidoctor', :git => 'https://github.com/asciidoctor/asciidoctor', :branch => 'master'

0 commit comments

Comments
 (0)