Skip to content
/ phpdeck Public

A miniprogram to read presentations written in Markdown and present them using deck.js.

License

Notifications You must be signed in to change notification settings

jacroe/phpdeck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creating a slideshow is easy with PHPDeck

  1. Create a folder with a short title of the presentation. You'll use this in the URL.
  2. Create your presentation using Markdown and save it in a file named "slides". You can use the demo presenation and Daring Fireball's Syntax page http://daringfireball.net/projects/markdown/syntax to see what you can do.
  3. Use three asterisks (* * *) to start a new slide.
  4. Add metadata to the top of the file. See the demo slides for example.
  5. Navigate to the web directory where PHPdeck is installed and append "?d={FolderName}" to view your presentation.

Acknowledgements

  1. Caleb Troughton. Without his deck.js program, none of this would have been possible. https://github.com/imakewebthings/deck.js
  2. John Gruber at Daring Fireball. For creating an excellent "text-to-HTML conversion tool for web writers". http://daringfireball.net/projects/markdown/
  3. Michel Fortin. For creating a PHP version of the Markdown syntax. http://michelf.com/projects/php-markdown/
  4. ZOMBO.com. Where anything is possible... at Zombo.com. I can do anything at Zombo.com. http://zombo.com

About

A miniprogram to read presentations written in Markdown and present them using deck.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published