Differences between revisions 3 and 7 (spanning 4 versions)
Revision 3 as of 2016-03-27 19:29:23
Size: 633
Editor: KaiJaeger
Comment:
Revision 7 as of 2016-03-28 06:24:58
Size: 1620
Editor: KaiJaeger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

== Overview ==
Line 5: Line 7:
It also comes with an EXE. That allows you to create a presentation without having installed Dyalog at all, or not the required version (14.1 Unicode).
Line 6: Line 10:

Compare this with the simplicity of the [[attachment:About_PresentAPL.md | Markdown source file]].
Line 11: Line 17:
License: http://creativecommons.org/licenses/LGPL/2.1/ == License ==
Line 13: Line 19:
License: http://creativecommons.org/licenses/LGPL/2.1/

Note that only the script `PresentAPL.dyalog` and the file `PresentAPL.css` are under this license. The downloadable zip file contains other files as well, but they are members of the APLTree project — see http://aplwiki.com/CategoryAplTree for details.

Most notably `PresentAPL` needs `MarkAPL`, a Markdown-to-HTML5 converter written in Dyalog. See http://aplwiki.com/MarkAPL for details.

## Credits

A big "thank you" to:

 * Eric Meyer for coming up with S5. http://meyerweb.com/
 * Stefan Goessner for creating Slideous — I stole a lot from it. http://goessner.net/
 * Mike Mingard who created the default theme for `PresentAPL`.
Line 15: Line 34:
----
[[CategoryAPL_Application]]

PresentAPL

Overview

PresentAPL is a class the creates a slide show from a Markdown file. The slide show is by default a stand-alone HTML file that acts in any modern browser like a slide show. That's possible because it injects some CSS and some JavaScript into that HTML file.

It also comes with an EXE. That allows you to create a presentation without having installed Dyalog at all, or not the required version (14.1 Unicode).

Example: presentation in `PresentAPL` about `PresentAPL.

Compare this with the simplicity of the Markdown source file.

PresentAPL is downloadable from this page.

ReadMe.html is the first thing to read.

License

License: http://creativecommons.org/licenses/LGPL/2.1/

Note that only the script PresentAPL.dyalog and the file PresentAPL.css are under this license. The downloadable zip file contains other files as well, but they are members of the APLTree project — see http://aplwiki.com/CategoryAplTree for details.

Most notably PresentAPL needs MarkAPL, a Markdown-to-HTML5 converter written in Dyalog. See http://aplwiki.com/MarkAPL for details.

A big "thank you" to:

  • Eric Meyer for coming up with S5. http://meyerweb.com/

  • Stefan Goessner for creating Slideous — I stole a lot from it. http://goessner.net/

  • Mike Mingard who created the default theme for PresentAPL.

Author: Kai Jaeger — https://www.linkedin.com/in/kaijaeger


CategoryAPL_Application

PresentAPL (last edited 2017-01-01 17:54:54 by KaiJaeger)