From da8ca657a6c590bded2e82539eb776ae26a03a52 Mon Sep 17 00:00:00 2001 From: lesion Date: Mon, 22 Aug 2016 16:25:53 +0200 Subject: [PATCH 1/3] fixing #85 --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 4b272c5..83a2b7d 100644 --- a/index.html +++ b/index.html @@ -1168,7 +1168,7 @@

Apps

Here is a list of available applications for the Cozy Light platform. -

cozy-labs/calendarAlarm and events manager
cozy-labs/filesFile storage
cozy-labs/contactsContact book
cozy-labs/taskySimple and efficient task manager;
maboiteaspam/ma-clef-usbAnother file storage.
 
require html5-apps plugin
frankrousseau/coffee-snakeSnake game
frankrousseau/CrappyBirdFlappy bird clone.
 
require docker plugin
frankrousseau/couchdbCouchdb database, can be useful for your PouchDB-based apps
frankrousseau/wordpressWordpress blog engine.
frankrousseau/ghostGhost blog engine.

Example:

cozy-labs install cozy-labs/files +

cozy-labs/calendarAlarm and events manager
cozy-labs/filesFile storage
cozy-labs/contactsContact book
cozy-labs/taskySimple and efficient task manager;
maboiteaspam/ma-clef-usbAnother file storage.
 
require html5-apps plugin
frankrousseau/coffee-snakeSnake game
frankrousseau/CrappyBirdFlappy bird clone.
 
require docker plugin
frankrousseau/couchdbCouchdb database, can be useful for your PouchDB-based apps
frankrousseau/wordpressWordpress blog engine.
frankrousseau/ghostGhost blog engine.

Example:

cozy-light install cozy-labs/files

Plugins

Here is a list of available plugins for the Cozy Light platform. @@ -1224,4 +1224,4 @@ rect3.scale += t3; }).play(); -two.update(); \ No newline at end of file +two.update(); From 8b7d99fcdc427bb654403d155eb28e0fad5bc1a6 Mon Sep 17 00:00:00 2001 From: lesion Date: Mon, 22 Aug 2016 16:35:16 +0200 Subject: [PATCH 2/3] jade's complaining => `doctype 5` is deprecated, you must now use `doctype html` adding style before include css script. <--- --- index.jade | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/index.jade b/index.jade index 3f122c9..9486c74 100644 --- a/index.jade +++ b/index.jade @@ -1,9 +1,10 @@ -doctype 5 +doctype html html(lang="en") head - include knacss.css - include octicons.css - include style.css + style + include knacss.css + include octicons.css + include style.css link(rel="shortcut icon", href="favicon.png") title="Cozy Light, Personal Server Made Easy" meta(name="description", content="") @@ -251,7 +252,7 @@ html(lang="en") p.mb2 em Example: span. - cozy-labs install cozy-labs/files + cozy-light install cozy-labs/files h3.mt3. Plugins @@ -390,7 +391,7 @@ html(lang="en") div.pa3 - script + script. var elem = document.getElementById('logo'); var params = { width: 130, height: 130 }; From 7ea8d45bb49166f5a7924258cffe3f3f3f0e74d1 Mon Sep 17 00:00:00 2001 From: lesion Date: Mon, 22 Aug 2016 16:37:02 +0200 Subject: [PATCH 3/3] index.html compiled with fix --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 83a2b7d..4ffc49e 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ -