From 5678a5de0298abacf7f240d454682bbf2cf491ba Mon Sep 17 00:00:00 2001 From: user Date: Tue, 10 Mar 2009 20:10:04 +0000 Subject: [PATCH] www/cilux.net stuff --- www/index.html | 56 ++++++++++++++++++++++++-------- www/site.css | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 141 insertions(+), 13 deletions(-) create mode 100644 www/site.css diff --git a/www/index.html b/www/index.html index 12a6b12..8c734e7 100644 --- a/www/index.html +++ b/www/index.html @@ -1,19 +1,39 @@ + + + + + + + + The Cilux U-Web Exchange

-The Cilux U-Web Exchange +

The Cilux U-Web Exchange

-Cilux is a U-Web “Exchange”: a peer for the U-Web Mobile 2.0 platform. +Cilux is a U-Web "Exchange": a +peer for the U-Web Mobile 2.0 platform.

-It's an ambitious project to create an open platform for seamlessly and intuitively -sharing, mashing and updating people and their right-here, right-now stuff. People on -your phone book and your Facebook. Stuff like photos off your camera and photos on -Flickr; personal messages, public Twitter updates. Cilux will mash up all identities, -photos, messages, reviews, comments, news and meetup times and places in a single, -seamless interface - with one map and one calendar. The U-Web will magically -shuffle all this dynamic data around for you, according to the permissions you set. +The U-Web is an interactive mashup ecosystem for +people, media, times and places. It is targeted at mobile devices such as MIDs. +

+


+

+The U-Web is an ambitious project to create an open +platform for seamlessly and intuitively sharing, mashing and updating people and their +right-here, right-now mobile stuff. People in phonebooks and on Facebook. Stuff like +photos off the mobile camera and photos on Flickr; personal messages, public Twitter updates. +The U-Web will magically shuffle all this dynamic data around for you, according to the +permissions you set. +

+Cilux will mash up all identities, photos, messages, reviews, comments, news and meetup +times and places in a single, seamless interface - with one map and one calendar. +

+


+

+

The U-Web and the World Wide Web

The U-Web has parallels (and considerable compatibility) with the Web:

@@ -30,13 +50,23 @@ U-Web, you, as a user of this application, are a first class entity, visible to The application will have access to all your machine capabilities such as PIM data, Media, GPS coordinates, accelerometer, vibration, telephony and camera.

+


+

+

What Cilux may look like

+

+Here's a mockup of what Cilux may look like. Of course, it will have Maemo, not Windows +Mobile, status bars, etc. +

+ +

+


+

+See the U-Web site for more details about the U-Web.

-See http://the-u-web.org/ for more details. +See the Cilux Maemo site for Cilux development information.

+


-Cilux is a U-Web peer. The U-Web is an interactive mashup ecosystem for people, media, -times and places. Go to http://the-u-web.org/ for more details. Cilux uses OpenGL ES 2.0 -exclusively.

diff --git a/www/site.css b/www/site.css new file mode 100644 index 0000000..e1aa3a4 --- /dev/null +++ b/www/site.css @@ -0,0 +1,98 @@ + +body { + padding: 0pt 20pt; + margin: 10pt; + color: #332; + background-color: #fffffa; + font-size: 12pt; + font-family: Georgia, "Times New Roman", Times, serif; + border-left: 1px solid #998; + border-right: 1px solid #998; +} + +h1, h2, h3, h4, h5{ + font-weight: normal; + font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif; + /* margin-top: 30px; */ +} + +h1 { font-size: 18pt; } +h2 { font-size: 17pt; } +h3 { font-size: 16pt; } +h4 { font-size: 14pt; } +h5 { font-size: 12pt; } + +img{ + border-top: 1px solid #998; + border-left: 1px solid #998; + border-bottom: 1px solid #ccb; + border-right: 1px solid #ccb; + margin-top: 20px; +} + +pre{ + border-top: 1px solid #998; + border-left: 1px solid #998; + border-bottom: 1px solid #ccb; + border-right: 1px solid #ccb; + padding: 10pt 0 10pt 10pt; + font-size: 10pt; + color: #338; + background-color: #fbfaff; +/* height: 180pt; + overflow: scroll; */ +} + +iframe{ + width: 100%; + height: 222px; + border: 1pt solid #cbe; +} + +blockquote{ + margin: 24pt 6pt 24pt 6pt; + padding: 8pt 12pt 12pt 12pt; + border: 1pt solid #cbe; + background-color: #ffd; +} + +.doc-head{ + border-top: 1px solid #aa9; + border-bottom: 1px solid #aa9; + margin-top: 10px; + padding-bottom: 10px; +} + +.entity-event{ + color: #050; +} + +.breakout { + border: 1px solid #aa9; + padding: 10px; + font: +} + +.breakout li { + list-style-type: none; +} + +.references { + margin-top: 30px; + border-top: 1px solid #aa9; +} + +.references p { + margin: 0; +} + +.references a { + font-size: 10pt; +} + +.foot-byline { + font-style: italic; + margin-top: 40px; + border-top: 1px solid #aa9; +} + -- 1.7.9.5