From aeb3784623486c06f60eaa2ac2a4d68e5bcaa154 Mon Sep 17 00:00:00 2001 From: Blagovest Petrov Date: Fri, 1 Nov 2013 17:12:36 +0000 Subject: [PATCH] Minor changes --- .gitignore | 0 .travis.yml | 0 Gruntfile.js | 0 LICENSE | 0 README.md | 0 assets/gael.jpg | Bin assets/mandrake.jpg | Bin assets/screenshot1.png | Bin assets/screenshot2.png | Bin assets/screenshot3.png | Bin assets/screenshot4.png | Bin assets/screenshot5.png | Bin assets/screenshot6.png | Bin assets/screenshot7.png | Bin assets/ulteo-logo.png | Bin css/print/paper.css | 0 css/print/pdf.css | 0 css/reveal.css | 0 css/reveal.min.css | 0 css/theme/README.md | 0 css/theme/beige.css | 0 css/theme/default.css | 0 css/theme/moon.css | 0 css/theme/night.css | 0 css/theme/serif.css | 0 css/theme/simple.css | 0 css/theme/sky.css | 0 css/theme/solarized.css | 0 css/theme/source/beige.scss | 0 css/theme/source/default.scss | 0 css/theme/source/moon.scss | 0 css/theme/source/night.scss | 0 css/theme/source/serif.scss | 0 css/theme/source/simple.scss | 0 css/theme/source/sky.scss | 0 css/theme/source/solarized.scss | 0 css/theme/template/mixins.scss | 0 css/theme/template/settings.scss | 0 css/theme/template/theme.scss | 0 index.html | 15 +++++++++++---- js/reveal.js | 0 js/reveal.min.js | 0 lib/css/zenburn.css | 0 lib/font/league_gothic-webfont.svg | 0 lib/font/league_gothic-webfont.ttf | Bin lib/font/league_gothic-webfont.woff | Bin lib/font/league_gothic_license | 0 lib/js/classList.js | 0 lib/js/head.min.js | 0 lib/js/html5shiv.js | 0 package.json | 0 plugin/highlight/highlight.js | 0 plugin/leap/leap.js | 0 plugin/markdown/example.html | 0 plugin/markdown/example.md | 0 plugin/markdown/marked.js | 0 plugin/multiplex/client.js | 0 plugin/multiplex/index.js | 0 plugin/multiplex/master.js | 0 plugin/notes-server/client.js | 0 plugin/notes-server/index.js | 0 plugin/notes-server/notes.html | 0 plugin/notes/notes.html | 0 plugin/notes/notes.js | 0 plugin/postmessage/example.html | 0 plugin/postmessage/postmessage.js | 0 plugin/print-pdf/print-pdf.js | 0 plugin/remotes/remotes.js | 0 plugin/search/search.js | 0 plugin/zoom-js/zoom.js | 0 test/examples/assets/image1.png | Bin test/examples/assets/image2.png | Bin test/examples/barebones.html | 0 test/examples/embedded-media.html | 0 test/examples/math.html | 0 test/examples/slide-backgrounds.html | 0 test/qunit-1.12.0.css | 0 test/qunit-1.12.0.js | 0 test/test-markdown.html | 0 test/test-markdown.js | 0 test/test.html | 0 test/test.js | 0 82 files changed, 11 insertions(+), 4 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 .travis.yml mode change 100644 => 100755 Gruntfile.js mode change 100644 => 100755 LICENSE mode change 100644 => 100755 README.md mode change 100644 => 100755 assets/gael.jpg mode change 100644 => 100755 assets/mandrake.jpg mode change 100644 => 100755 assets/screenshot1.png mode change 100644 => 100755 assets/screenshot2.png mode change 100644 => 100755 assets/screenshot3.png mode change 100644 => 100755 assets/screenshot4.png mode change 100644 => 100755 assets/screenshot5.png mode change 100644 => 100755 assets/screenshot6.png mode change 100644 => 100755 assets/screenshot7.png mode change 100644 => 100755 assets/ulteo-logo.png mode change 100644 => 100755 css/print/paper.css mode change 100644 => 100755 css/print/pdf.css mode change 100644 => 100755 css/reveal.css mode change 100644 => 100755 css/reveal.min.css mode change 100644 => 100755 css/theme/README.md mode change 100644 => 100755 css/theme/beige.css mode change 100644 => 100755 css/theme/default.css mode change 100644 => 100755 css/theme/moon.css mode change 100644 => 100755 css/theme/night.css mode change 100644 => 100755 css/theme/serif.css mode change 100644 => 100755 css/theme/simple.css mode change 100644 => 100755 css/theme/sky.css mode change 100644 => 100755 css/theme/solarized.css mode change 100644 => 100755 css/theme/source/beige.scss mode change 100644 => 100755 css/theme/source/default.scss mode change 100644 => 100755 css/theme/source/moon.scss mode change 100644 => 100755 css/theme/source/night.scss mode change 100644 => 100755 css/theme/source/serif.scss mode change 100644 => 100755 css/theme/source/simple.scss mode change 100644 => 100755 css/theme/source/sky.scss mode change 100644 => 100755 css/theme/source/solarized.scss mode change 100644 => 100755 css/theme/template/mixins.scss mode change 100644 => 100755 css/theme/template/settings.scss mode change 100644 => 100755 css/theme/template/theme.scss mode change 100644 => 100755 index.html mode change 100644 => 100755 js/reveal.js mode change 100644 => 100755 js/reveal.min.js mode change 100644 => 100755 lib/css/zenburn.css mode change 100644 => 100755 lib/font/league_gothic-webfont.svg mode change 100644 => 100755 lib/font/league_gothic-webfont.ttf mode change 100644 => 100755 lib/font/league_gothic-webfont.woff mode change 100644 => 100755 lib/font/league_gothic_license mode change 100644 => 100755 lib/js/classList.js mode change 100644 => 100755 lib/js/head.min.js mode change 100644 => 100755 lib/js/html5shiv.js mode change 100644 => 100755 package.json mode change 100644 => 100755 plugin/highlight/highlight.js mode change 100644 => 100755 plugin/leap/leap.js mode change 100644 => 100755 plugin/markdown/example.html mode change 100644 => 100755 plugin/markdown/example.md mode change 100644 => 100755 plugin/markdown/marked.js mode change 100644 => 100755 plugin/multiplex/client.js mode change 100644 => 100755 plugin/multiplex/index.js mode change 100644 => 100755 plugin/multiplex/master.js mode change 100644 => 100755 plugin/notes-server/client.js mode change 100644 => 100755 plugin/notes-server/index.js mode change 100644 => 100755 plugin/notes-server/notes.html mode change 100644 => 100755 plugin/notes/notes.html mode change 100644 => 100755 plugin/notes/notes.js mode change 100644 => 100755 plugin/postmessage/example.html mode change 100644 => 100755 plugin/postmessage/postmessage.js mode change 100644 => 100755 plugin/print-pdf/print-pdf.js mode change 100644 => 100755 plugin/remotes/remotes.js mode change 100644 => 100755 plugin/search/search.js mode change 100644 => 100755 plugin/zoom-js/zoom.js mode change 100644 => 100755 test/examples/assets/image1.png mode change 100644 => 100755 test/examples/assets/image2.png mode change 100644 => 100755 test/examples/barebones.html mode change 100644 => 100755 test/examples/embedded-media.html mode change 100644 => 100755 test/examples/math.html mode change 100644 => 100755 test/examples/slide-backgrounds.html mode change 100644 => 100755 test/qunit-1.12.0.css mode change 100644 => 100755 test/qunit-1.12.0.js mode change 100644 => 100755 test/test-markdown.html mode change 100644 => 100755 test/test-markdown.js mode change 100644 => 100755 test/test.html mode change 100644 => 100755 test/test.js diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.travis.yml b/.travis.yml old mode 100644 new mode 100755 diff --git a/Gruntfile.js b/Gruntfile.js old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/assets/gael.jpg b/assets/gael.jpg old mode 100644 new mode 100755 diff --git a/assets/mandrake.jpg b/assets/mandrake.jpg old mode 100644 new mode 100755 diff --git a/assets/screenshot1.png b/assets/screenshot1.png old mode 100644 new mode 100755 diff --git a/assets/screenshot2.png b/assets/screenshot2.png old mode 100644 new mode 100755 diff --git a/assets/screenshot3.png b/assets/screenshot3.png old mode 100644 new mode 100755 diff --git a/assets/screenshot4.png b/assets/screenshot4.png old mode 100644 new mode 100755 diff --git a/assets/screenshot5.png b/assets/screenshot5.png old mode 100644 new mode 100755 diff --git a/assets/screenshot6.png b/assets/screenshot6.png old mode 100644 new mode 100755 diff --git a/assets/screenshot7.png b/assets/screenshot7.png old mode 100644 new mode 100755 diff --git a/assets/ulteo-logo.png b/assets/ulteo-logo.png old mode 100644 new mode 100755 diff --git a/css/print/paper.css b/css/print/paper.css old mode 100644 new mode 100755 diff --git a/css/print/pdf.css b/css/print/pdf.css old mode 100644 new mode 100755 diff --git a/css/reveal.css b/css/reveal.css old mode 100644 new mode 100755 diff --git a/css/reveal.min.css b/css/reveal.min.css old mode 100644 new mode 100755 diff --git a/css/theme/README.md b/css/theme/README.md old mode 100644 new mode 100755 diff --git a/css/theme/beige.css b/css/theme/beige.css old mode 100644 new mode 100755 diff --git a/css/theme/default.css b/css/theme/default.css old mode 100644 new mode 100755 diff --git a/css/theme/moon.css b/css/theme/moon.css old mode 100644 new mode 100755 diff --git a/css/theme/night.css b/css/theme/night.css old mode 100644 new mode 100755 diff --git a/css/theme/serif.css b/css/theme/serif.css old mode 100644 new mode 100755 diff --git a/css/theme/simple.css b/css/theme/simple.css old mode 100644 new mode 100755 diff --git a/css/theme/sky.css b/css/theme/sky.css old mode 100644 new mode 100755 diff --git a/css/theme/solarized.css b/css/theme/solarized.css old mode 100644 new mode 100755 diff --git a/css/theme/source/beige.scss b/css/theme/source/beige.scss old mode 100644 new mode 100755 diff --git a/css/theme/source/default.scss b/css/theme/source/default.scss old mode 100644 new mode 100755 diff --git a/css/theme/source/moon.scss b/css/theme/source/moon.scss old mode 100644 new mode 100755 diff --git a/css/theme/source/night.scss b/css/theme/source/night.scss old mode 100644 new mode 100755 diff --git a/css/theme/source/serif.scss b/css/theme/source/serif.scss old mode 100644 new mode 100755 diff --git a/css/theme/source/simple.scss b/css/theme/source/simple.scss old mode 100644 new mode 100755 diff --git a/css/theme/source/sky.scss b/css/theme/source/sky.scss old mode 100644 new mode 100755 diff --git a/css/theme/source/solarized.scss b/css/theme/source/solarized.scss old mode 100644 new mode 100755 diff --git a/css/theme/template/mixins.scss b/css/theme/template/mixins.scss old mode 100644 new mode 100755 diff --git a/css/theme/template/settings.scss b/css/theme/template/settings.scss old mode 100644 new mode 100755 diff --git a/css/theme/template/theme.scss b/css/theme/template/theme.scss old mode 100644 new mode 100755 diff --git a/index.html b/index.html old mode 100644 new mode 100755 index 2b0bb26..420f682 --- a/index.html +++ b/index.html @@ -22,6 +22,7 @@

Виртуализация на приложения

с Ulteo OVD

Благовест Петров (@eniac111)

+

Бойчо Бойчев

@@ -44,12 +45,18 @@

Интеграция с OwnCloud и Group Office (CRM)

+
+

Изцяло Open Source приложение

+

GPL v2.0

+

Premium модулите също са под GPL v2.0

+
+

В сравнение с други алтернативи?

-

Лиценз за 5 юзъра за Citrix XenAPP = $945

+

Лиценз за 5 юзъра за Citrix XenAPP = $945

-

( http://tiny.cc/j8xn5w )

+

( http://tiny.cc/j8xn5w )

@@ -82,8 +89,8 @@
Благодаря! -

http://petrovs.info

-

blagovest@petrovs.info

+

Благовест Петров - http://petrovs.info / blagovest@petrovs.info

+

Бойчо Бойчев - boytcho@nebosystems.eu

http://ulteo.com

https://github.com/eniac111/Openfest2013-UlteoOVDPresentation

diff --git a/js/reveal.js b/js/reveal.js old mode 100644 new mode 100755 diff --git a/js/reveal.min.js b/js/reveal.min.js old mode 100644 new mode 100755 diff --git a/lib/css/zenburn.css b/lib/css/zenburn.css old mode 100644 new mode 100755 diff --git a/lib/font/league_gothic-webfont.svg b/lib/font/league_gothic-webfont.svg old mode 100644 new mode 100755 diff --git a/lib/font/league_gothic-webfont.ttf b/lib/font/league_gothic-webfont.ttf old mode 100644 new mode 100755 diff --git a/lib/font/league_gothic-webfont.woff b/lib/font/league_gothic-webfont.woff old mode 100644 new mode 100755 diff --git a/lib/font/league_gothic_license b/lib/font/league_gothic_license old mode 100644 new mode 100755 diff --git a/lib/js/classList.js b/lib/js/classList.js old mode 100644 new mode 100755 diff --git a/lib/js/head.min.js b/lib/js/head.min.js old mode 100644 new mode 100755 diff --git a/lib/js/html5shiv.js b/lib/js/html5shiv.js old mode 100644 new mode 100755 diff --git a/package.json b/package.json old mode 100644 new mode 100755 diff --git a/plugin/highlight/highlight.js b/plugin/highlight/highlight.js old mode 100644 new mode 100755 diff --git a/plugin/leap/leap.js b/plugin/leap/leap.js old mode 100644 new mode 100755 diff --git a/plugin/markdown/example.html b/plugin/markdown/example.html old mode 100644 new mode 100755 diff --git a/plugin/markdown/example.md b/plugin/markdown/example.md old mode 100644 new mode 100755 diff --git a/plugin/markdown/marked.js b/plugin/markdown/marked.js old mode 100644 new mode 100755 diff --git a/plugin/multiplex/client.js b/plugin/multiplex/client.js old mode 100644 new mode 100755 diff --git a/plugin/multiplex/index.js b/plugin/multiplex/index.js old mode 100644 new mode 100755 diff --git a/plugin/multiplex/master.js b/plugin/multiplex/master.js old mode 100644 new mode 100755 diff --git a/plugin/notes-server/client.js b/plugin/notes-server/client.js old mode 100644 new mode 100755 diff --git a/plugin/notes-server/index.js b/plugin/notes-server/index.js old mode 100644 new mode 100755 diff --git a/plugin/notes-server/notes.html b/plugin/notes-server/notes.html old mode 100644 new mode 100755 diff --git a/plugin/notes/notes.html b/plugin/notes/notes.html old mode 100644 new mode 100755 diff --git a/plugin/notes/notes.js b/plugin/notes/notes.js old mode 100644 new mode 100755 diff --git a/plugin/postmessage/example.html b/plugin/postmessage/example.html old mode 100644 new mode 100755 diff --git a/plugin/postmessage/postmessage.js b/plugin/postmessage/postmessage.js old mode 100644 new mode 100755 diff --git a/plugin/print-pdf/print-pdf.js b/plugin/print-pdf/print-pdf.js old mode 100644 new mode 100755 diff --git a/plugin/remotes/remotes.js b/plugin/remotes/remotes.js old mode 100644 new mode 100755 diff --git a/plugin/search/search.js b/plugin/search/search.js old mode 100644 new mode 100755 diff --git a/plugin/zoom-js/zoom.js b/plugin/zoom-js/zoom.js old mode 100644 new mode 100755 diff --git a/test/examples/assets/image1.png b/test/examples/assets/image1.png old mode 100644 new mode 100755 diff --git a/test/examples/assets/image2.png b/test/examples/assets/image2.png old mode 100644 new mode 100755 diff --git a/test/examples/barebones.html b/test/examples/barebones.html old mode 100644 new mode 100755 diff --git a/test/examples/embedded-media.html b/test/examples/embedded-media.html old mode 100644 new mode 100755 diff --git a/test/examples/math.html b/test/examples/math.html old mode 100644 new mode 100755 diff --git a/test/examples/slide-backgrounds.html b/test/examples/slide-backgrounds.html old mode 100644 new mode 100755 diff --git a/test/qunit-1.12.0.css b/test/qunit-1.12.0.css old mode 100644 new mode 100755 diff --git a/test/qunit-1.12.0.js b/test/qunit-1.12.0.js old mode 100644 new mode 100755 diff --git a/test/test-markdown.html b/test/test-markdown.html old mode 100644 new mode 100755 diff --git a/test/test-markdown.js b/test/test-markdown.js old mode 100644 new mode 100755 diff --git a/test/test.html b/test/test.html old mode 100644 new mode 100755 diff --git a/test/test.js b/test/test.js old mode 100644 new mode 100755