cmake-basis / BASIS

CMake BASIS makes it easy to create sharable software and libraries that work together. This is accomplished by combining and documenting some of the best practices and utilities available. This project supplies a fully integrated suite of functionality to make the whole process seamless!
https://cmake-basis.github.io
Other
48 stars 10 forks source link

Recreate quick start slides using HTML slideshow library #268

Open schuhschuh opened 8 years ago

schuhschuh commented 8 years ago

Issue by schuhschuh Monday Dec 23, 2013 at 23:01 GMT Originally opened as https://github.com/cmake-basis/legacy/issues/268


The quick start tutorial slides would perfectly fit into the web pages embedded directly using a slideshow library based on HTML, CSS, and JavaScript. I suggest collecting links to potential libraries here and decide which one to use. A list of interesting packages can be found in the documentation of pandoc to start with, but I've heard about a few other popular ones at work which I currently don't recall, though.

schuhschuh commented 8 years ago

Comment by ahundt Tuesday Dec 24, 2013 at 01:24 GMT


I don't think the quick start needs to be slides, it can just be a simple document in restructured text. If we want to then take that and produce a slide show for when a presentation is needed that is ok but I think the quick start itself would be better as a single page just like the how-to guides (but not in the same place).