Giter Site home page Giter Site logo

schuko's Introduction

Schuko

Showoff-style Markdown->HTML presentation software, in Clojure(script). It generates a static HTML file which you can host anywhere, and uses client-side Javascript and CSS for navigation and page flipping transitions.

The name is from Wikipedia-assisted word association starting with "Powerpoint":

"Schuko" /ˈʃuːkoʊ/ is the colloquial name for a system of AC power plugs and sockets that is defined as "CEE 7/4".

Early days yet: prepare to be unimpressed.

Usage

$ lein deps
$ lein compile
$ lein uberjar
$ java -jar target/schuko-0.1.0-SNAPSHOT-standalone.jar input.md output.html

where, as you may guess from the names, the first argument is a Markdown-formatted input file and the second is the HTML file you want it to generate. Each top-level heading in the Markdown introduces a new slide.

The output file will have all the necessary JS and CSS embedded within it. Open it in a web browser. In Unix tradition, the Space bar will go to the next slide and the Backspace key will take you to the previous slide

TODO

  • CLJS cleanup - it's currently very imperative
  • more transition effects
  • some syntax in the input file for choosing the transition effect
  • user-specified styles
  • less ugly default styles
  • test on some different browsers

License

Copyright © 2013 Daniel Barlow

Distributed under the Eclipse Public License, the same as Clojure.

schuko's People

Contributors

telent avatar daniel-barlow avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.