reveal.js.git
10 years agoindex.html: Add modular programming penetration slides
W. Trevor King [Fri, 17 Jan 2014 20:41:19 +0000 (12:41 -0800)]
index.html: Add modular programming penetration slides

I'm guessing on the data here.  Ideally, we'd use "number of hand
responses" and "number of shell responses", and the whole chart would
be a link to the survey where the data was collected.

10 years agoindex.html: Add a version-control penetration slide
W. Trevor King [Fri, 17 Jan 2014 20:35:55 +0000 (12:35 -0800)]
index.html: Add a version-control penetration slide

I'm guessing on the data here.  Ideally, we'd use "number of hand
responses" and "number of shell responses", and the whole chart would
be a link to the survey where the data was collected.

'start' is legal again in HTML5 [1].

[1]: http://dev.w3.org/html5/markup/ol.html#ol.attrs.start

10 years agoindex.html: Use Chart.js to plot shell-vs-hand
W. Trevor King [Fri, 17 Jan 2014 20:25:14 +0000 (12:25 -0800)]
index.html: Use Chart.js to plot shell-vs-hand

Define a PieChart helper that hides the context extraction and
overrides the Chart.js animation default.  Why are folks so attached
to animation? :p

Give this slide a fixed height, to ensure that the title and pie
charts align with later slides.

I'm guessing on the data here.  Ideally, we'd use "number of hand
responses" and "number of shell responses", and the whole chart would
be a link to the survey where the data was collected.

10 years agojs/Chart.min.js: Symlink to the minified 0.2 library
W. Trevor King [Fri, 17 Jan 2014 19:47:14 +0000 (11:47 -0800)]
js/Chart.min.js: Symlink to the minified 0.2 library

This may cause trouble for our friends on symlink-deprived filesystems
(I'm looking at you Microsoft).  You'll probably have to copy the
source file (dep/chart/Chart.min.js) over by hand.

Everyone will have to checkout the dep/chart submodule to get the link
target.

10 years agodep/chart: Add a Chart.js submodule for drawing graphs
W. Trevor King [Fri, 17 Jan 2014 19:44:55 +0000 (11:44 -0800)]
dep/chart: Add a Chart.js submodule for drawing graphs

Chart.js [1,2] is an MIT-licensed, JavaScript library for drawing
charts using HTML5 canvas elements.

[1]: http://www.chartjs.org/
[2]: https://github.com/nnnick/Chart.js

10 years agoindex.html: Shift "This talk is about" into the about section
W. Trevor King [Fri, 17 Jan 2014 19:32:12 +0000 (11:32 -0800)]
index.html: Shift "This talk is about" into the about section

And rename it, now that it has both positive and negative slides.  I
don't think that slide belongs in the following section, which
presents the "us vs. them" divide (in focus and hardware).

10 years agocss/local.css: Add local CSS overrides
W. Trevor King [Fri, 17 Jan 2014 19:28:11 +0000 (11:28 -0800)]
css/local.css: Add local CSS overrides

For styling that's more than a one-off for a given element.  Here I'm
overriding the header alignment, which was previously defined in
css/reveal.css:

  .reveal table th,
  .reveal table td {
    text-align: left;
    padding-right: .3em;
  }

Left-aligne headers over images (on the us-vs-them slide) looks funny
to me.  We could align the images (in <td>) too, but I think the
current table looks fine with them left-aligned, because the Garnet
image is full-width, and the Medusa image is almost full-width.

10 years agoindex.html: Add "Us vs. Them" slide
W. Trevor King [Fri, 17 Jan 2014 19:26:43 +0000 (11:26 -0800)]
index.html: Add "Us vs. Them" slide

Comparing Garnet with Medusa.

10 years agoMakefile: Request half-width, half-height versions of Garnet and Medusa
W. Trevor King [Fri, 17 Jan 2014 19:17:32 +0000 (11:17 -0800)]
Makefile: Request half-width, half-height versions of Garnet and Medusa

10 years agoindex.html: Add "Grim Reality" slide showing Medusa
W. Trevor King [Fri, 17 Jan 2014 19:16:12 +0000 (11:16 -0800)]
index.html: Add "Grim Reality" slide showing Medusa

Which is funny, because it's still a pretty nice cluster :p.

10 years agoMakefile: Add medusa-fw-fh.png to requested thumbnails
W. Trevor King [Fri, 17 Jan 2014 19:15:54 +0000 (11:15 -0800)]
Makefile: Add medusa-fw-fh.png to requested thumbnails

10 years agomedia/src/binary/medusa.jpg: Add a picture of Medusa
W. Trevor King [Fri, 17 Jan 2014 19:10:47 +0000 (11:10 -0800)]
media/src/binary/medusa.jpg: Add a picture of Medusa

To protect against bit rot, I'll quote the whole post [1]:

  First light on Medusa Jan 24 2009, 10:42
  Medusa from the back - what a mess!

  I've just completed my first successful set of calculations on
  Medusa, the new computer cluster that the Theory Group recently
  purchased. Medusa comprises 72 nodes of 8 AMD Opteron processors
  each, linked together with an InfiniBand networking fabric. There
  have been a few teething problems, but everything seems to be
  working OK now.

  The test calculations involve Monte-Carlo simulation of radiative
  transfer through the electron-scattering magnetosphere of σ Ori
  E. I'm trying to reproduce the temporal variations in the star's
  linear polarization, originally observed by Kemp & Herman
  (1977). I've made some Stokes IQU images of the simulation results,
  and strung them together as a movie (AVI; MOV; movie help).

The image is linked from the post [2].

[1]: http://www.astro.wisc.edu/~townsend/news.php#medusa-first
[2]: http://www.astro.wisc.edu/~townsend/resource/news/medusa-cables.jpg

10 years agoindex.html: Add "Shiny Toys" slide showing Garnet
W. Trevor King [Fri, 17 Jan 2014 19:10:16 +0000 (11:10 -0800)]
index.html: Add "Shiny Toys" slide showing Garnet

10 years agoMakefile: Add garnet-fw-fh.png to requested thumbnails
W. Trevor King [Fri, 17 Jan 2014 19:01:14 +0000 (11:01 -0800)]
Makefile: Add garnet-fw-fh.png to requested thumbnails

This is going to be ugly without a larger source image.

10 years agomedia/src/binary/garnet.jpg: Add a picture of Garnet
W. Trevor King [Fri, 17 Jan 2014 18:57:31 +0000 (10:57 -0800)]
media/src/binary/garnet.jpg: Add a picture of Garnet

The ERDC's 1.5 PFLOP cluster [1].  I can't find a bigger picture,
although I would have expected some sort of flashy PR bit somewhere.
Fun specs [1]:

  Cray XE6 - 1.5 PFLOPS    Login Nodes         Compute Nodes
  Total Nodes              8                   4716
  Operating System         SUSE Linux          CLE
  Cores/Node               16                  32
  Core Type                AMD 64-bit Opteron  AMD Interlagos Opteron
  Core Speed               2.7 GHz             2.5 GHz
  Memory/Node              128 GBytes          64 GBytes
  Accessible Memory/Node   8 GBytes            62 GBytes
  Memory Model             Shared on node.     Shared on node.
                                               Distributed across cluster.
  Interconnect Type        Ethernet            Cray Gemini

Image from [2].

[1]: http://www.erdc.hpc.mil/hardware/index.html#garnet
[2]: http://www.erdc.hpc.mil/hardware/images/garnet.jpg

10 years agoindex.html: Add "not that optimitic" slide
W. Trevor King [Fri, 17 Jan 2014 18:48:43 +0000 (10:48 -0800)]
index.html: Add "not that optimitic" slide

10 years agoMakefile: Add uss-enterprise-tw-th.png to requested thumbnails
W. Trevor King [Fri, 17 Jan 2014 18:45:01 +0000 (10:45 -0800)]
Makefile: Add uss-enterprise-tw-th.png to requested thumbnails

10 years agomedia/src/binary/uss-enterprise.jpg: Add image of the USS Enterprise
W. Trevor King [Fri, 17 Jan 2014 18:42:43 +0000 (10:42 -0800)]
media/src/binary/uss-enterprise.jpg: Add image of the USS Enterprise

This image is from Wikimedia commons [1].  The original image [2] is a
photograph by James Teterenko [3] of the FX6-1995-A statue in Vulcan,
Alberta [4].  The statue is a replica of the USS Enterprise [5] named
after Vulcan Airport (FX6) [4].  James dual licensed the file under
either:

* The GNU Free Documentation License [6], version 1.2 or any later
  version published by the Free Software Foundation [7]; with no
  Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
* The Create Commons Attribution-Share Alike 3.0 Unported license
  [8,9].

In 2010, Julo [10] used GIMP [11] to add additional sky to James'
image so that the ship appears to be flying [12].  It's not flying in
space (maybe a picture at night? ;), but it's close enough.  Julo
licensed his derivative work under the same licenses that James used
for his original [12].

[1]: http://commons.wikimedia.org/wiki/File:Spaceship_airborn_right.jpg
[2]: http://commons.wikimedia.org/wiki/File:VulcanAlbertaEnterpriseReplica.jpg
[3]: http://commons.wikimedia.org/wiki/User:JamesTeterenko
[4]: http://en.wikipedia.org/wiki/Vulcan,_Alberta
[5]: http://en.wikipedia.org/wiki/Starship_Enterprise
[6]: http://www.gnu.org/licenses/fdl-1.2.html
[7]: https://fsf.org/
[8]: http://creativecommons.org/licenses/by-sa/3.0/deed.en
[9]: http://creativecommons.org/licenses/by-sa/3.0/legalcode
[10]: http://commons.wikimedia.org/wiki/User:Julo
[11]: http://www.gimp.org/
[12]: http://commons.wikimedia.org/wiki/File:Spaceship_airborn_right.jpg

10 years agoindex.html: Add Hanselman Dark Matter Devs slide
W. Trevor King [Fri, 17 Jan 2014 18:34:07 +0000 (10:34 -0800)]
index.html: Add Hanselman Dark Matter Devs slide

Using the HTML5 blockquote syntax [1].

[1]: http://html5doctor.com/cite-and-blockquote-reloaded/

10 years agoMakefile: Add scott-hanselman-tw-th.png to requested thumbnails
W. Trevor King [Fri, 17 Jan 2014 18:18:33 +0000 (10:18 -0800)]
Makefile: Add scott-hanselman-tw-th.png to requested thumbnails

10 years agomedia/src/binary/scott-hanselman.jpg: Add Scott Hanselman mugshot
W. Trevor King [Fri, 17 Jan 2014 18:17:18 +0000 (10:17 -0800)]
media/src/binary/scott-hanselman.jpg: Add Scott Hanselman mugshot

Image from Twitter [1,2].

[1]: https://pbs.twimg.com/profile_images/378800000834286871/6997d1ebbd92a1784c37bee4fcdeadc9.jpeg
[2]: https://twitter.com/shanselman

10 years agoindex.html: Start the "what we are about" section
W. Trevor King [Fri, 17 Jan 2014 18:13:02 +0000 (10:13 -0800)]
index.html: Start the "what we are about" section

10 years agoindex.html: Add the "not about modeling" series of slides
W. Trevor King [Fri, 17 Jan 2014 18:10:52 +0000 (10:10 -0800)]
index.html: Add the "not about modeling" series of slides

This mirrors the "This talk is not about GIS" pair, so keep these
slides in the "not about" section.

10 years agoMakefile: Add erdc-*-fw-fh.png to requested thumbnails
W. Trevor King [Fri, 17 Jan 2014 18:08:24 +0000 (10:08 -0800)]
Makefile: Add erdc-*-fw-fh.png to requested thumbnails

10 years agomedia/src/binary/erdc-*.png
W. Trevor King [Fri, 17 Jan 2014 18:05:23 +0000 (10:05 -0800)]
media/src/binary/erdc-*.png

Add ERDC computational modeling examples from Aron's talk [1].  I
don't know what these are pictures of; the filenames are just guesses.
Images were grabbed from Firefox [2] with ImageMagick's import [3].

[1]: http://www.slideshare.net/aronahmadia/esip-2014
[2]: http://www.mozilla.org/en-US/firefox/new/
[3]: http://www.imagemagick.org/script/import.php

10 years agoindex.html: Add "This talk is not about GIS" slide
W. Trevor King [Fri, 17 Jan 2014 17:53:12 +0000 (09:53 -0800)]
index.html: Add "This talk is not about GIS" slide

The slide before is not what this talk is about.

10 years agoindex.html: Add QGIS/Dublin slide
W. Trevor King [Fri, 17 Jan 2014 17:49:38 +0000 (09:49 -0800)]
index.html: Add QGIS/Dublin slide

What this talk would normally be about.

10 years agoMakefile: Add qgis-dublin-fw-fh.png to requested thumbnails
W. Trevor King [Fri, 17 Jan 2014 17:46:57 +0000 (09:46 -0800)]
Makefile: Add qgis-dublin-fw-fh.png to requested thumbnails

10 years agomedia/src/binary/qgis-dublin.png: Add QGIS screenshot
W. Trevor King [Fri, 17 Jan 2014 17:43:56 +0000 (09:43 -0800)]
media/src/binary/qgis-dublin.png: Add QGIS screenshot

From [1], which claimed the image was last modified on 2013-12-12.
QGIS is open source [2].

[1]: http://farm8.staticflickr.com/7407/11340654005_16dd86b6ab_o.png
[2]: http://www.qgis.org/en/site/

10 years agoindex: Add "Computation in Geophys" slide
W. Trevor King [Fri, 17 Jan 2014 17:24:19 +0000 (09:24 -0800)]
index: Add "Computation in Geophys" slide

What this talk is not about.

10 years agoindex.html: Add post-fork cover repeat
W. Trevor King [Fri, 17 Jan 2014 17:19:32 +0000 (09:19 -0800)]
index.html: Add post-fork cover repeat

I couldn't find a slick way to repeat slides, so this one's just a
copy-paste.

10 years agoindex.html: Add fork-from-Greg slide
W. Trevor King [Fri, 17 Jan 2014 17:03:27 +0000 (09:03 -0800)]
index.html: Add fork-from-Greg slide

Layering the fork message on top of the image is possible, but
requires some absolute positioning [1].  I also played around with CSS
backgrounds [2], but I couldn't find an easy way to get it to size a
div to match the unscaled background image.

[2]: http://www.w3.org/TR/css3-background/

10 years agoMakefile: Add gvwilson-swc-fw-fh.png to requested thumbnails
W. Trevor King [Fri, 17 Jan 2014 16:32:44 +0000 (08:32 -0800)]
Makefile: Add gvwilson-swc-fw-fh.png to requested thumbnails

10 years agomedia/binary/gvwilson-swc.png: Cover slide from Greg's talk
W. Trevor King [Fri, 17 Jan 2014 16:27:49 +0000 (08:27 -0800)]
media/binary/gvwilson-swc.png: Cover slide from Greg's talk

This is a screenshot from [1], cropped with GIMP [2].

[1]: http://www.slideshare.net/gvwilson/dark-matter-public-health-and-scientific-computing
[2]: http://www.gimp.org/

10 years agoindex.html: Turn off slide transitions
W. Trevor King [Fri, 17 Jan 2014 16:06:18 +0000 (08:06 -0800)]
index.html: Turn off slide transitions

No need to distract people by being slick here.  Keep them focused on
the content.

10 years agoindex.html: Change theme from 'default' to 'sky'
W. Trevor King [Fri, 17 Jan 2014 05:21:50 +0000 (21:21 -0800)]
index.html: Change theme from 'default' to 'sky'

It's lighter, and it's blue, like Software Carpentry ;).

10 years agoindex.html: Pull out Reveal.js content and add Aron's cover slide
W. Trevor King [Fri, 17 Jan 2014 04:55:02 +0000 (20:55 -0800)]
index.html: Pull out Reveal.js content and add Aron's cover slide

Based on Aron's slideshow [1].

On Fri, Jan 17, 2014 at 05:04:54PM -0800, Aron Ahmadia wrote [2]:
> On Fri, Jan 17, 2014 at 04:27:09PM -0800, W. Trevor King wrote:
> > Aron and Greg, I'm not sure what the terms are for your text.  I
> > assume Greg's is CC-BYv3.0 (like the rest of the SWC
> > documentatation), and that Aron is distributing his talk under the
> > same license that Greg started with.
>
> All text by Greg and I is CC-BYv3.0.

I use <object> to embed the SVG images [3].

[1]: http://www.slideshare.net/aronahmadia/esip-2014
[2]: https://github.com/swcarpentry/assets/issues/49#issuecomment-32670141
[3]: http://www.w3.org/Graphics/SVG/IG/resources/svgprimer.html#object

10 years agomedia/src/vector/USACE-logo.svg: Add a viewBox for scaling
W. Trevor King [Fri, 17 Jan 2014 04:38:08 +0000 (20:38 -0800)]
media/src/vector/USACE-logo.svg: Add a viewBox for scaling

With a viewbox, scaling an SVG <object> actually scales the whole
image (viewport and content), instead of just scaling the viewport.

10 years agomedia/src/vector/SWC-logo.svg: Adjust bounding box for tight fit
W. Trevor King [Fri, 17 Jan 2014 04:21:06 +0000 (20:21 -0800)]
media/src/vector/SWC-logo.svg: Adjust bounding box for tight fit

There's no reason to claim a few hundred extra pixels of empty space
in either dimension.  A tighter fit makes it easy to place this in a
slide without crowding out the other content.

10 years agomedia/build/.gitignore: Ignore the results of media compilation
W. Trevor King [Fri, 17 Jan 2014 03:59:51 +0000 (19:59 -0800)]
media/build/.gitignore: Ignore the results of media compilation

The Makefile allows you to build all of this from source, so there's
no need to version the compiled material.  As a helpful side effect,
this .gitignore file ensures that the media/build directory is
automatically created by future Git checkouts ;).

10 years agoMakefile: Add an image-conversion makefile
W. Trevor King [Fri, 17 Jan 2014 03:55:31 +0000 (19:55 -0800)]
Makefile: Add an image-conversion makefile

Not all images will be SVGs.  This Makefile handles converting other
formats to consistently sized PNGs, so you don't have to do the
conversion in your browser during the presentation itself.  The
Makefile is adapted from the one I developed for my thesis defense
[1], as of 3fdff3b (index.html.itex: List new software in conclusions,
2013-05-28), and is licensed under the same MIT license Hakim uses for
Reveal.js.

[1]: http://git.tremily.us/?p=reveal.js.git;a=blob;f=Makefile;hb=refs/heads/thesis

10 years agomedia/src/vector/SWC-logo.svg: Add Software Carpentry logo
W. Trevor King [Fri, 17 Jan 2014 03:48:46 +0000 (19:48 -0800)]
media/src/vector/SWC-logo.svg: Add Software Carpentry logo

This logo is from the SWC assets repo [1], and it's content hasn't
changed since be1d25b (Adding source files for graphic identity,
2012-12-20).  It is distributed under the Creative Commons Attribution
3.0 license [2], although I'm not sure if Greg Wilson (the author of
be1d25b) is also the copyright holder who should be attributed or not.
Attributing "Software Carpentry" is probably fine.

[1]: https://github.com/swcarpentry/assets/blob/master/branding/logo/shirt-logo.svg
[2]: http://creativecommons.org/licenses/by/3.0/legalcode

10 years agomedia/src/vector/USACE-logo.svg: Add Corps Castle
W. Trevor King [Fri, 17 Jan 2014 03:43:01 +0000 (19:43 -0800)]
media/src/vector/USACE-logo.svg: Add Corps Castle

Add the logo of the United States Army Corps of Engineers, which is in
the public domain.  This particular file is from Wikipedia [1,2].

[1]: http://upload.wikimedia.org/wikipedia/commons/3/35/United_States_Army_Corps_of_Engineers_logo.svg
[2]: http://en.wikipedia.org/wiki/File:United_States_Army_Corps_of_Engineers_logo.svg
     Posted by Slady on 2006-09-29 23:26.

11 years agoThe index.html page had the simple theme listed twice. The duplicate was removed.
Alex Juarez [Wed, 4 Dec 2013 21:41:06 +0000 (15:41 -0600)]
The index.html page had the simple theme listed twice. The duplicate was removed.
For the Moon and Solarized themes they had .css appended to them which was causing them to not come up.

11 years agoadd instructions to features that require a local web server (closes #732, #673,...
Hakim El Hattab [Mon, 2 Dec 2013 20:33:44 +0000 (21:33 +0100)]
add instructions to features that require a local web server (closes #732, #673, #559)

11 years ago2.6.1 #734
Hakim El Hattab [Mon, 2 Dec 2013 11:24:18 +0000 (12:24 +0100)]
2.6.1 #734

11 years agorename markdown attribute test files to same format
Hakim El Hattab [Mon, 2 Dec 2013 11:23:18 +0000 (12:23 +0100)]
rename markdown attribute test files to same format

11 years agoadd example of markdown slide and element attributes
Hakim El Hattab [Mon, 2 Dec 2013 11:20:48 +0000 (12:20 +0100)]
add example of markdown slide and element attributes

11 years agoreadme correction for #734
Hakim El Hattab [Mon, 2 Dec 2013 11:20:29 +0000 (12:20 +0100)]
readme correction for #734

11 years agoMerge branch 'attributes' of https://github.com/VonC/reveal.js into dev
Hakim El Hattab [Mon, 2 Dec 2013 11:12:27 +0000 (12:12 +0100)]
Merge branch 'attributes' of https://github.com/VonC/reveal.js into dev

11 years agoREADME.md mentions the new default separators.
VonC [Sat, 30 Nov 2013 22:11:13 +0000 (23:11 +0100)]
README.md mentions the new default separators.

- new default separator for slide attributes
- new default separator for element attributes
Illustrate both, in html comments.

11 years agotest-markdown-element-attributes: formats and test.
VonC [Sat, 30 Nov 2013 22:08:43 +0000 (23:08 +0100)]
test-markdown-element-attributes: formats and test.

- Reformat
- Use new default separator format: '.element: x=y'
- Add new tests for testing that default format

11 years agotest-markdown-attributes.*, new default separator
VonC [Sat, 30 Nov 2013 22:06:47 +0000 (23:06 +0100)]
test-markdown-attributes.*, new default separator

- Reformat.
- Change default separator test 'slide: x=y'

11 years agoSimpler default syntax for markdown attributes.
VonC [Sat, 30 Nov 2013 21:29:04 +0000 (22:29 +0100)]
Simpler default syntax for markdown attributes.

- on slides: .slide x=y
- on elements: .element x=y

Those are detected in html comment, in order to not be visible
if a markdown is edited in an html editor.

11 years agoRemoves console.log calls.
VonC [Thu, 28 Nov 2013 21:12:22 +0000 (22:12 +0100)]
Removes console.log calls.

11 years agoFix previous element selection.
VonC [Thu, 28 Nov 2013 21:10:23 +0000 (22:10 +0100)]
Fix previous element selection.

11 years agoFix element attributes, except for multi-line.
VonC [Wed, 27 Nov 2013 21:48:01 +0000 (22:48 +0100)]
Fix element attributes, except for multi-line.

11 years agoRemove section attribute implementation.
VonC [Mon, 25 Nov 2013 21:05:23 +0000 (22:05 +0100)]
Remove section attribute implementation.

11 years agoFirst refactoring
VonC [Sun, 24 Nov 2013 20:27:30 +0000 (21:27 +0100)]
First refactoring

11 years agoMerge branch 'dev' of github.com:hakimel/reveal.js
Hakim El Hattab [Thu, 28 Nov 2013 21:48:46 +0000 (16:48 -0500)]
Merge branch 'dev' of github.com:hakimel/reveal.js

11 years agodocumentation for slide numbers
Hakim El Hattab [Thu, 28 Nov 2013 21:48:36 +0000 (16:48 -0500)]
documentation for slide numbers

11 years agotests for initial section classes
Hakim El Hattab [Thu, 28 Nov 2013 16:31:16 +0000 (11:31 -0500)]
tests for initial section classes

11 years agoMerge branch 'dev' of github.com:hakimel/reveal.js
Hakim El Hattab [Thu, 28 Nov 2013 14:35:28 +0000 (09:35 -0500)]
Merge branch 'dev' of github.com:hakimel/reveal.js

11 years agoonly run vertical slide setup during startup #726
Hakim El Hattab [Thu, 28 Nov 2013 14:35:04 +0000 (09:35 -0500)]
only run vertical slide setup during startup #726

11 years agoadd example for parallax backgrounds
Hakim El Hattab [Wed, 27 Nov 2013 19:49:39 +0000 (14:49 -0500)]
add example for parallax backgrounds

11 years agoimprovement to query string parsing
Hakim El Hattab [Wed, 27 Nov 2013 18:16:03 +0000 (13:16 -0500)]
improvement to query string parsing

11 years agoinclude slide number color in theme template
Hakim El Hattab [Wed, 27 Nov 2013 16:00:21 +0000 (11:00 -0500)]
include slide number color in theme template

11 years agoremove dev flag from version
Hakim El Hattab [Wed, 27 Nov 2013 15:46:49 +0000 (10:46 -0500)]
remove dev flag from version

11 years agoMerge branch 'patch-1' of https://github.com/luishgo/reveal.js into dev
Hakim El Hattab [Wed, 27 Nov 2013 14:13:39 +0000 (09:13 -0500)]
Merge branch 'patch-1' of https://github.com/luishgo/reveal.js into dev

11 years agoFix for issue #715
Luis HGO [Wed, 27 Nov 2013 12:38:48 +0000 (10:38 -0200)]
Fix for issue #715

11 years agowhen there is data-autoplay:ing media, prolong autoSlide to match its duration #723
Hakim El Hattab [Tue, 26 Nov 2013 23:22:01 +0000 (18:22 -0500)]
when there is data-autoplay:ing media, prolong autoSlide to match its duration #723

11 years agoremove debug code
Hakim El Hattab [Tue, 26 Nov 2013 22:41:01 +0000 (17:41 -0500)]
remove debug code

11 years agocode format tweaks
Hakim El Hattab [Tue, 26 Nov 2013 22:32:43 +0000 (17:32 -0500)]
code format tweaks

11 years agoMerge branch 'dev' of https://github.com/theone1984/reveal.js into dev
Hakim El Hattab [Tue, 26 Nov 2013 22:08:43 +0000 (17:08 -0500)]
Merge branch 'dev' of https://github.com/theone1984/reveal.js into dev

11 years agouse fragment name in example
Hakim El Hattab [Tue, 26 Nov 2013 17:20:57 +0000 (12:20 -0500)]
use fragment name in example

11 years agoMerge branch 'current-style' of https://github.com/gturri/reveal.js into dev
Hakim El Hattab [Tue, 26 Nov 2013 17:16:21 +0000 (12:16 -0500)]
Merge branch 'current-style' of https://github.com/gturri/reveal.js into dev

11 years agoadd zoomKey option for #700
Hakim El Hattab [Tue, 26 Nov 2013 14:00:04 +0000 (09:00 -0500)]
add zoomKey option for #700

11 years agoAdded some styles using the current-fragment class
Guillaume Turri [Sat, 16 Nov 2013 09:45:02 +0000 (10:45 +0100)]
Added some styles using the current-fragment class

according to README, I don't include reveal.min.js.
Hence I believe it makes sense to not include reveal.min.css either.
Hence, examples added in index.html can give the feeling that they don't work yet.

11 years agoreadme format correction
Hakim El Hattab [Tue, 26 Nov 2013 02:15:56 +0000 (21:15 -0500)]
readme format correction

11 years agoMerge pull request #721 from hakimel/refactor/fragments
Hakim El Hattab [Tue, 26 Nov 2013 00:56:58 +0000 (16:56 -0800)]
Merge pull request #721 from hakimel/refactor/fragments

Refactor fragments

11 years agoupdate future classes when syncing
Hakim El Hattab [Mon, 25 Nov 2013 20:40:24 +0000 (15:40 -0500)]
update future classes when syncing

11 years agoadditional fragment tests
Hakim El Hattab [Mon, 25 Nov 2013 20:26:22 +0000 (15:26 -0500)]
additional fragment tests

11 years agorewrite all fragment indices on startup
Hakim El Hattab [Mon, 25 Nov 2013 20:26:10 +0000 (15:26 -0500)]
rewrite all fragment indices on startup

11 years agorewrite fragment sorting to account for multiple fragments with the same index
Hakim El Hattab [Mon, 25 Nov 2013 19:45:14 +0000 (14:45 -0500)]
rewrite fragment sorting to account for multiple fragments with the same index

11 years agoremove current-fragment when leaving slide, add tests for current fragment
Hakim El Hattab [Sat, 23 Nov 2013 22:13:14 +0000 (17:13 -0500)]
remove current-fragment when leaving slide, add tests for current fragment

11 years agorename markdown tests to use same naming format as other tests
Hakim El Hattab [Sat, 23 Nov 2013 21:29:37 +0000 (16:29 -0500)]
rename markdown tests to use same naming format as other tests

11 years agorespect original dom order of fragments with no explicit index
Hakim El Hattab [Thu, 21 Nov 2013 14:22:20 +0000 (09:22 -0500)]
respect original dom order of fragments with no explicit index

11 years agorewrite fragment index attributes to leave no gaps between fragments
Hakim El Hattab [Thu, 21 Nov 2013 14:16:40 +0000 (09:16 -0500)]
rewrite fragment index attributes to leave no gaps between fragments

11 years agofragments are now zero-indexed
Hakim El Hattab [Thu, 21 Nov 2013 14:01:18 +0000 (09:01 -0500)]
fragments are now zero-indexed

11 years agoIssue #698: Fixed tests
Thomas Endres [Tue, 19 Nov 2013 20:10:20 +0000 (21:10 +0100)]
Issue #698: Fixed tests

11 years agoIssue #698: Non-async script callbacks are now also called before starting Reveal
Thomas Endres [Sun, 10 Nov 2013 15:16:49 +0000 (16:16 +0100)]
Issue #698: Non-async script callbacks are now also called before starting Reveal

11 years agoIssue #698: Non-async scripts were not executed before Reveal started
Thomas Endres [Sun, 10 Nov 2013 13:48:50 +0000 (14:48 +0100)]
Issue #698: Non-async scripts were not executed before Reveal started

11 years agofragment comments, remove debug code
Hakim El Hattab [Mon, 18 Nov 2013 14:14:01 +0000 (09:14 -0500)]
fragment comments, remove debug code

11 years agouse new fragment nav method from slide()
Hakim El Hattab [Mon, 18 Nov 2013 14:13:34 +0000 (09:13 -0500)]
use new fragment nav method from slide()

11 years agoinitial fragment rewrite
Hakim El Hattab [Mon, 18 Nov 2013 14:01:33 +0000 (09:01 -0500)]
initial fragment rewrite

11 years agoMerge branch 'feature/more-languages' of https://github.com/haf/reveal.js into dev
Hakim El Hattab [Sun, 17 Nov 2013 22:20:49 +0000 (17:20 -0500)]
Merge branch 'feature/more-languages' of https://github.com/haf/reveal.js into dev

11 years agoslide number changes; config value renamed, added to readme, moved to right side...
Hakim El Hattab [Sun, 17 Nov 2013 22:13:26 +0000 (17:13 -0500)]
slide number changes; config value renamed, added to readme, moved to right side of screen

11 years agomerge slide numbers, adjust code format
Hakim El Hattab [Sun, 17 Nov 2013 22:05:23 +0000 (17:05 -0500)]
merge slide numbers, adjust code format

11 years agomake background transition default to exact same speed as normal transitions
Hakim El Hattab [Sat, 9 Nov 2013 16:41:15 +0000 (11:41 -0500)]
make background transition default to exact same speed as normal transitions

11 years agochange transition easing for zooms
Hakim El Hattab [Fri, 8 Nov 2013 14:29:49 +0000 (09:29 -0500)]
change transition easing for zooms