commit 4ddc2d735f70515cb856c4865f7c14272be7d0b4 Author: Laurent Peuch Date: Mon Jan 30 04:56:50 2017 +0100 init diff --git a/img/actionmap.png b/img/actionmap.png new file mode 100644 index 0000000..1b05d4c Binary files /dev/null and b/img/actionmap.png differ diff --git a/img/admin.png b/img/admin.png new file mode 100644 index 0000000..6335440 Binary files /dev/null and b/img/admin.png differ diff --git a/img/app_install.png b/img/app_install.png new file mode 100644 index 0000000..16b3cdb Binary files /dev/null and b/img/app_install.png differ diff --git a/img/app_install_jirafeau.png b/img/app_install_jirafeau.png new file mode 100644 index 0000000..6621949 Binary files /dev/null and b/img/app_install_jirafeau.png differ diff --git a/img/app_install_zerobin.png b/img/app_install_zerobin.png new file mode 100644 index 0000000..5ff5dc1 Binary files /dev/null and b/img/app_install_zerobin.png differ diff --git a/img/app_root.png b/img/app_root.png new file mode 100644 index 0000000..0fa3988 Binary files /dev/null and b/img/app_root.png differ diff --git a/img/app_scripts.png b/img/app_scripts.png new file mode 100644 index 0000000..ef43d7e Binary files /dev/null and b/img/app_scripts.png differ diff --git a/img/apps.png b/img/apps.png new file mode 100644 index 0000000..8d9bc77 Binary files /dev/null and b/img/apps.png differ diff --git a/img/architecture.png b/img/architecture.png new file mode 100644 index 0000000..84d0840 Binary files /dev/null and b/img/architecture.png differ diff --git a/img/brique.png b/img/brique.png new file mode 100644 index 0000000..af590f1 Binary files /dev/null and b/img/brique.png differ diff --git a/img/briquecamp.jpg b/img/briquecamp.jpg new file mode 100644 index 0000000..ba49049 Binary files /dev/null and b/img/briquecamp.jpg differ diff --git a/img/cli.png b/img/cli.png new file mode 100644 index 0000000..5a6c4c6 Binary files /dev/null and b/img/cli.png differ diff --git a/img/domain_list.py.png b/img/domain_list.py.png new file mode 100644 index 0000000..0c5db64 Binary files /dev/null and b/img/domain_list.py.png differ diff --git a/img/domains.png b/img/domains.png new file mode 100644 index 0000000..a83fcf0 Binary files /dev/null and b/img/domains.png differ diff --git a/img/files.png b/img/files.png new file mode 100644 index 0000000..6a89fcf Binary files /dev/null and b/img/files.png differ diff --git a/img/help.png b/img/help.png new file mode 100644 index 0000000..e6859f4 Binary files /dev/null and b/img/help.png differ diff --git a/img/hotspot.png b/img/hotspot.png new file mode 100644 index 0000000..1da25fa Binary files /dev/null and b/img/hotspot.png differ diff --git a/img/image.png b/img/image.png new file mode 100644 index 0000000..63f6d69 Binary files /dev/null and b/img/image.png differ diff --git a/img/ldn.png b/img/ldn.png new file mode 100644 index 0000000..d703a90 Binary files /dev/null and b/img/ldn.png differ diff --git a/img/logo.png b/img/logo.png new file mode 100644 index 0000000..750c4a8 Binary files /dev/null and b/img/logo.png differ diff --git a/img/manifest.json.png b/img/manifest.json.png new file mode 100644 index 0000000..dffbd29 Binary files /dev/null and b/img/manifest.json.png differ diff --git a/img/manifest_zerobin.png b/img/manifest_zerobin.png new file mode 100644 index 0000000..82795f9 Binary files /dev/null and b/img/manifest_zerobin.png differ diff --git a/img/ssoportal.png b/img/ssoportal.png new file mode 100644 index 0000000..9c7dda1 Binary files /dev/null and b/img/ssoportal.png differ diff --git a/img/tools.png b/img/tools.png new file mode 100644 index 0000000..21a20ee Binary files /dev/null and b/img/tools.png differ diff --git a/img/tout_internet.jpg b/img/tout_internet.jpg new file mode 100644 index 0000000..20e064c Binary files /dev/null and b/img/tout_internet.jpg differ diff --git a/img/vpn_client.png b/img/vpn_client.png new file mode 100644 index 0000000..fb03515 Binary files /dev/null and b/img/vpn_client.png differ diff --git a/img/yunohost-admin.png b/img/yunohost-admin.png new file mode 100644 index 0000000..817a1e3 Binary files /dev/null and b/img/yunohost-admin.png differ diff --git a/img/yunohost.png b/img/yunohost.png new file mode 100644 index 0000000..650808a Binary files /dev/null and b/img/yunohost.png differ diff --git a/index.html b/index.html new file mode 120000 index 0000000..fab62d5 --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +template.html \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..1c11437 --- /dev/null +++ b/readme.md @@ -0,0 +1,82 @@ +## Basic usage + +**DZSlides** is a **one-file** HTML template to build slides in HTML5 and CSS3. + +`template.html` is the only file you need. Edit the file, add your content, change the style, and you're done. To see the slides in action, just load +the file in your browser. + +## Features + +* Slides can include any HTML5 content (text, image, video, iframes, …); +* Slides transitions are animated with CSS3 (sliding by default); +* Resolution independent (slides are scaled according to the size of the browser. The virtual dimension is 800x600); +* Fullscreen presentation (HTML5 FullScreen API supported) - press `f` to go fullscreen; +* Incremental content; +* Mobile Friendly (supports touch events). + +## Shells + +The features of DZSlides are intentionally limited to keep the template light +and simple to understand. *Shells* are extensions that bring new features +to your slides. Here, you'll find 2 shells: + +* `shells/embedder.html` to embed a presentation in a web page +* `shells/onstage.html` to show your slides with a control panel + +To use them, just load the file in your browser, and follow the instructions. + +## Specifications + +When you press the `left` and `right` keys, you go forward and go back in your slides. +But the slides can also respond to external messages. Messages can be sent through [postMessage](https://developer.mozilla.org/en/DOM/window.postMessage). +So another web page can control the slides. + +### Protocol + +A `cursor` is a string of this form: `3.5`. The first number represent the current slide index. The second number represent the current sub-item index. + +Parameters must be escaped. + +*** + +Messages a DZSlides page can receive: + +* `REGISTER` register the source of the message as a target to notify for any events; +* `FORWARD` move forward in the slides; +* `BACK` move back in the slides; +* `START` move to the first slide; +* `END` move to the last slide; +* `SET_CURSOR cursor` jump to the cursor; +* `GET_CURSOR` notify the source of the message of the current cursor; +* `TOGGLE_CONTENT` toggle the current slide content; +* `GET_NOTES cursor` notify the source of the message of the current notes content. + +Messages a DZSlides page can send: + +* `CURSOR cursor` sent to one target as a response to `GET_CURSOR`, and sent to all the registered target when updated; +* `REGISTERED slides_title slides_count` sent to one target as a response to `REGISTER`; +* `NOTES html_content` sent to one target as a response to `GET_NOTES`. + +*** + +### Hash parameters + +* `url¶1=va1` + +Parameters a DZSlides page can have: + +* `autoplay` (integer, values : `0`/`1`, default : `1`) sets whether multimedia contents (audio, video) should be played automatically. + +## License + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. diff --git a/shells/embedder.html b/shells/embedder.html new file mode 100644 index 0000000..15443b0 --- /dev/null +++ b/shells/embedder.html @@ -0,0 +1,277 @@ + + + +... + +
+ +
+
+ + +
+ /... + +
+
+ + + + + + + diff --git a/shells/onstage.html b/shells/onstage.html new file mode 100644 index 0000000..bbdc621 --- /dev/null +++ b/shells/onstage.html @@ -0,0 +1,358 @@ + + + +DZSlides + +
+ +
+ +
+ +
+ +
?
+
?
+ +
+

+
+ +
?
+ + +
+ 00:00:00 +
+ + + + + + + diff --git a/template.html b/template.html new file mode 100644 index 0000000..094232d --- /dev/null +++ b/template.html @@ -0,0 +1,930 @@ + + + +YunoHost + + + + +
+
+ +
+
+ +
+

Me

+
+ +
+

YunoHost short history

+ +
+ +
+

Political context

+ +
+ +
+

But what is YunoHost?

+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+

Architecture

+
+ +
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+ +
+

How apps are made

+
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+ +
+

Features list

+ +
+ +
+

Community, organisation and others

+ +
+ +
+

Friends

+ +
+ +
+

Futur/Dreams/Ideas

+ +
+ +
+

Questions?

+
+ + + + + + + + + + + + + +
+ + + + + + + + +