|
| 1 | +* What's this? |
| 2 | + |
| 3 | +Material for a clojure presentation with 4clojure.com as a support. |
| 4 | + |
| 5 | +The final picture is in =build/prez.png=, please [[https://github.com/denlab/clj-pres/raw/master/4clojure-oriented-prez/build/prez.png][check it]] before |
| 6 | +anything else. |
| 7 | + |
| 8 | +The final image is intended to be viewed with [[prezi.com]], it will allow |
| 9 | +to build a path of the viewing of the image in advance (zooming, |
| 10 | +dezooming, ...). |
| 11 | + |
| 12 | +To get an idea of what it could look like, check [[http://prezi.com/kdsbpq1t8dm8/jenkins-cleanup-2/][a previous presentation of mine]] |
| 13 | +. It was done exacly |
| 14 | +with the same process than this presentation: |
| 15 | +- All authoring in done in yEd |
| 16 | +- And then build the view path in prezi |
| 17 | + |
| 18 | +* How to use the sources? |
| 19 | + |
| 20 | +In order to edit the doc, you need: |
| 21 | + |
| 22 | +- [[http://www.yworks.com/en/products_yed_about.html][yEd]] |
| 23 | + |
| 24 | +- Install yEd, launch it. |
| 25 | + |
| 26 | +- Import the custom palette in it: =src/prez.clj.yed.palette.graphml=. |
| 27 | + |
| 28 | +- Then open =src/prez.graphml=, you should be able to edit it. |
| 29 | + |
| 30 | +* Notes |
| 31 | + |
| 32 | +- Please note that there is a image diffing functionality in github, |
| 33 | + that allow to check the difference between versions of an image. We |
| 34 | + should use it! It means committing and pushing the final image |
| 35 | + (yes committing a binary: bad! :) to be able to github's diff it. |
| 36 | + |
| 37 | +* Stuff to do [0%] |
| 38 | + |
| 39 | +** TODO primitive types: show analogy with Java |
| 40 | + |
| 41 | +We can use a slide of a presentation by Stuart Halloway (clojure java |
| 42 | +interop or something like that). |
| 43 | + |
| 44 | +It shows a matrix of the primitive type of clojure/java |
| 45 | + |
| 46 | +** TODO the prez should be in english |
| 47 | + |
| 48 | +it's in french/english (frenglish?) now :) |
| 49 | + |
| 50 | +** TODO build the path with prezi, and then export it to an exec (will be usefull if there is a network failure) |
| 51 | + |
0 commit comments