gnomeweb-wml r5976 - in trunk: . www.gnome.org/projects/cheese www.gnome.org/projects/cheese/data/themes/cheese www.gnome.org/projects/cheese/data/tour



Author: dgsiegel
Date: Wed Mar 12 02:40:31 2008
New Revision: 5976
URL: http://svn.gnome.org/viewvc/gnomeweb-wml?rev=5976&view=rev

Log:
restructure the cheese website, add a tour


Added:
   trunk/www.gnome.org/projects/cheese/data/tour/
   trunk/www.gnome.org/projects/cheese/data/tour/cheese-about.jpg   (contents, props changed)
   trunk/www.gnome.org/projects/cheese/data/tour/cheese-countdown.jpg   (contents, props changed)
   trunk/www.gnome.org/projects/cheese/data/tour/cheese-effects.jpg   (contents, props changed)
   trunk/www.gnome.org/projects/cheese/data/tour/cheese-main.jpg   (contents, props changed)
   trunk/www.gnome.org/projects/cheese/data/tour/cheese-share.jpg   (contents, props changed)
   trunk/www.gnome.org/projects/cheese/data/tour/cheese-video.jpg   (contents, props changed)
   trunk/www.gnome.org/projects/cheese/tour.html
Modified:
   trunk/ChangeLog
   trunk/www.gnome.org/projects/cheese/Makefile.am
   trunk/www.gnome.org/projects/cheese/data/themes/cheese/document.screen.css
   trunk/www.gnome.org/projects/cheese/download.html
   trunk/www.gnome.org/projects/cheese/index.html
   trunk/www.gnome.org/projects/cheese/screenshots.html

Modified: trunk/www.gnome.org/projects/cheese/Makefile.am
==============================================================================
--- trunk/www.gnome.org/projects/cheese/Makefile.am	(original)
+++ trunk/www.gnome.org/projects/cheese/Makefile.am	Wed Mar 12 02:40:31 2008
@@ -9,6 +9,7 @@
 	index.html \
 	download.html \
 	screenshots.html \
+	tour.html \
 	detect.py \
 	$(NULL)
 
@@ -58,4 +59,14 @@
   data/images/dialog-warning.png \
 	$(NULL)
 
+tourdir = $(pagedir)/data/tour
+tour_DATA =\
+  data/tour/cheese-video.jpg \
+  data/tour/cheese-about.jpg \
+  data/tour/cheese-effects.jpg \
+  data/tour/cheese-countdown.jpg \
+  data/tour/cheese-share.jpg \
+  data/tour/cheese-main.jpg \
+	$(NULL)
+
 include $(top_srcdir)/rules.common

Modified: trunk/www.gnome.org/projects/cheese/data/themes/cheese/document.screen.css
==============================================================================
--- trunk/www.gnome.org/projects/cheese/data/themes/cheese/document.screen.css	(original)
+++ trunk/www.gnome.org/projects/cheese/data/themes/cheese/document.screen.css	Wed Mar 12 02:40:31 2008
@@ -34,6 +34,7 @@
 #bottom h2, h1
 {
   border-bottom: 1px solid #99c;
+  margin-top: 2em;
 }
 
 /* menu */
@@ -105,7 +106,6 @@
 
 #top {
   text-align: center;
-  margin: 1em;
 }
 
 #bottom {
@@ -114,28 +114,16 @@
 }
 
 #bottomLeft {
-  width: 66%;
-  float: left;
-  margin-left: 2em;
-}
-
-#bottomLeftLeft {
-  width: 48%;
+  width: 59%;
   float: left;
-}
-
-#bottomLeftRight {
-  margin-left: 48%;
-  padding-left: 10px;
-  padding-left: 2em;
-  margin-right: 2em;
+  margin-left: 2%;
+  margin-right: 5%;
 }
 
 #bottomRight {
-  margin-left: 66%;
-  padding-left: 2em;
-  /*padding-left: 10px;*/
-  margin-right: 2em;
+  margin-right: 2%;
+  width: 32%;
+  float: left;
 }
 
 #left {
@@ -186,6 +174,17 @@
   margin: 5px 5px 5px 5px;
 }
 
+.imagel {
+  float:left;
+  margin: 5px 2em 5px 5px;
+}
+
+.imager {
+  float:right;
+  margin: 5px 5px 5px 2em;
+}
+
+
 #warningbox {
   background-image:url(../../images/dialog-warning.png);
   background-repeat:no-repeat;

Added: trunk/www.gnome.org/projects/cheese/data/tour/cheese-about.jpg
==============================================================================
Binary file. No diff available.

Added: trunk/www.gnome.org/projects/cheese/data/tour/cheese-countdown.jpg
==============================================================================
Binary file. No diff available.

Added: trunk/www.gnome.org/projects/cheese/data/tour/cheese-effects.jpg
==============================================================================
Binary file. No diff available.

Added: trunk/www.gnome.org/projects/cheese/data/tour/cheese-main.jpg
==============================================================================
Binary file. No diff available.

Added: trunk/www.gnome.org/projects/cheese/data/tour/cheese-share.jpg
==============================================================================
Binary file. No diff available.

Added: trunk/www.gnome.org/projects/cheese/data/tour/cheese-video.jpg
==============================================================================
Binary file. No diff available.

Modified: trunk/www.gnome.org/projects/cheese/download.html
==============================================================================
--- trunk/www.gnome.org/projects/cheese/download.html	(original)
+++ trunk/www.gnome.org/projects/cheese/download.html	Wed Mar 12 02:40:31 2008
@@ -21,6 +21,7 @@
         <ul>
           <li><a href="screenshots.html">Screenshots</a> </li>
           <li><a href="download.html">Download</a> </li>
+          <li><a href="tour.html">Tour</a> </li>
           <li><a href="http://live.gnome.org/Cheese/FAQ";>FAQ</a> </li>
           <li><a href="http://live.gnome.org/Cheese";>Wiki</a> </li>
           <li><a href="http://live.gnome.org/Cheese/Snapshots";>Snapshots</a> </li>

Modified: trunk/www.gnome.org/projects/cheese/index.html
==============================================================================
--- trunk/www.gnome.org/projects/cheese/index.html	(original)
+++ trunk/www.gnome.org/projects/cheese/index.html	Wed Mar 12 02:40:31 2008
@@ -21,6 +21,7 @@
         <ul>
           <li><a href="screenshots.html">Screenshots</a> </li>
           <li><a href="download.html">Download</a> </li>
+          <li><a href="tour.html">Tour</a> </li>
           <li><a href="http://live.gnome.org/Cheese/FAQ";>FAQ</a> </li>
           <li><a href="http://live.gnome.org/Cheese";>Wiki</a> </li>
           <li><a href="http://live.gnome.org/Cheese/Snapshots";>Snapshots</a> </li>
@@ -55,14 +56,12 @@
 
       <div id="bottom">
         <div id="bottomLeft">
-          <div id="bottomLeftLeft">
 
             <h2>What is Cheese?</h2>
 
             <p>
-            Cheese is a GNOME application designed to take photos and videos of you
-            and your friends with your webcam, add special effects to them and share
-            them with your friends and family.
+            Cheese uses your webcam to take photos and videos, applies fancy
+            special effects and lets you share the fun with others.
             It was written as part of Google's 2007 Summer of Code lead by
             <a href="http://home.cs.tum.edu/~siegel";>daniel g. siegel</a> and
             mentored by <a href="http://raphael.slinckx.net";>RaphaÃl
@@ -73,7 +72,7 @@
             of Code, the development continued and we still are looking for
             people with nice ideas and patches ;)
             </p>
-
+<!--
             <h2>Effects</h2>
             <div class="iconr">
             <img src="data/images/preferences-desktop-wallpaper.png" alt="icon" />
@@ -133,10 +132,6 @@
             on your iPod!
             </p>
 
-          </div>
-
-          <div id="bottomLeftRight">
-
             <h2>Future</h2>
             <div class="iconl">
             <img src="data/images/dialog-information.png" alt="icon" />
@@ -156,13 +151,14 @@
             and a very ambitious
             <a href="http://live.gnome.org/Cheese/Roadmap";>roadmap</a>.
             </p>
+            -->
 
             <h2>What are the Requirements?</h2>
             <div class="iconr">
             <img src="data/images/application-x-executable.png" alt="icon" />
             </div>
             <ul>
-              <li>GNOME 2.20</li>
+              <li>GNOME 2.22</li>
               <li>GStreamer 0.10</li>
               <li>postr for Flickr export (optional)</li>
               <li>f-spot for F-Spot export (optional)</li>
@@ -182,6 +178,8 @@
             Well, if you want to keep them, they are yours, we donate them to
             you! But if you want to bug some people and kick some ass, you should
             report them to the <a href="http://bugzilla.gnome.org/";>GNOME Bug Tracking System.</a>
+            <br/>
+            Also, please try to test your bug against the SVN version of Cheese first. Your problem may already be fixed!
             </p>
 
             <h2>Mailing list</h2>
@@ -197,13 +195,20 @@
             </p>
 
             <h2>Press and User Reactions</h2>
+            <div style="width: 49%; float: left;">
             <ul>
-              <li><a href="http://arstechnica.com/journals/linux.ars/2007/08/21/cheese-brings-photoboth-functionality-to-linux";>ArsTechnica Review</a></li>
-              <li><a href="http://www.gnomejournal.org/article/60/an-interview-with-daniel-g-siegel";>GnomeJournal Interview with daniel g. siegel</a></li>
-              <li><a href="http://desdeamericaconamor.org/blog/node/383";>Quim Gil on Cheese</a></li>
+              <li><a target="_blank" href="http://arstechnica.com/journals/linux.ars/2007/08/21/cheese-brings-photoboth-functionality-to-linux";>ArsTechnica Review</a></li>
+              <li><a target="_blank" href="http://www.gnomejournal.org/article/60/an-interview-with-daniel-g-siegel";>GnomeJournal Interview with daniel g. siegel</a></li>
+              <li><a target="_blank" href="http://desdeamericaconamor.org/blog/node/383";>Quim Gil on Cheese</a></li>
             </ul>
+            </div>
+            <div style="width: 49%; float: left;">
+            <ul>
+              <li><a target="_blank" href="http://ubuntuforums.org/showthread.php?t=486722";>Cheese HowTo in the Ubuntu Forums</a></li>
+              <li><a target="_blank" href="http://www.phoronix.com/scan.php?page=article&item=980&num=2";>Phoronix Article about Improvments in GNOME 2.22</a></li>
+            </ul>
+            </div>
 
-          </div>
         </div>
 
         <div id="bottomRight">

Modified: trunk/www.gnome.org/projects/cheese/screenshots.html
==============================================================================
--- trunk/www.gnome.org/projects/cheese/screenshots.html	(original)
+++ trunk/www.gnome.org/projects/cheese/screenshots.html	Wed Mar 12 02:40:31 2008
@@ -23,6 +23,7 @@
         <ul>
           <li><a href="screenshots.html">Screenshots</a> </li>
           <li><a href="download.html">Download</a> </li>
+          <li><a href="tour.html">Tour</a> </li>
           <li><a href="http://live.gnome.org/Cheese/FAQ";>FAQ</a> </li>
           <li><a href="http://live.gnome.org/Cheese";>Wiki</a> </li>
           <li><a href="http://live.gnome.org/Cheese/Snapshots";>Snapshots</a> </li>

Added: trunk/www.gnome.org/projects/cheese/tour.html
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/cheese/tour.html	Wed Mar 12 02:40:31 2008
@@ -0,0 +1,158 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+  <head>
+    <title>Cheese - Tour</title>
+    <link rel="stylesheet" media="all" href="data/themes/cheese/document.all.css" title="Gnome"/>
+    <link rel="stylesheet" media="screen" href="data/themes/cheese/document.screen.css" title="Gnome"/>
+    <link rel="stylesheet" media="print" href="data/themes/cheese/document.print.css" title="Gnome"/>
+
+    <meta name="description" content="Cheese" />
+  </head>
+  <body>
+
+    <div id="header">
+      <h1>Home</h1>
+    </div>
+    <div id="menu">
+      <h2>Menu</h2>
+      <ul>
+        <li class="current"><a href="index.html">Home</a>
+        <ul>
+          <li><a href="screenshots.html">Screenshots</a> </li>
+          <li><a href="download.html">Download</a> </li>
+          <li><a href="tour.html">Tour</a> </li>
+          <li><a href="http://live.gnome.org/Cheese/FAQ";>FAQ</a> </li>
+          <li><a href="http://live.gnome.org/Cheese";>Wiki</a> </li>
+          <li><a href="http://live.gnome.org/Cheese/Snapshots";>Snapshots</a> </li>
+        </ul>
+        </li>
+      </ul>
+    </div>
+
+    <div id="body">
+
+      <div id="top">
+
+        <a href="screenshots.html"> <img src="data/images/cheese-big.png" alt="cheese!"/> </a>
+
+      </div><!-- top -->
+
+      <div id="bottom">
+
+        <div id="left">
+
+          <div>
+            <h2>Cheese!</h2>
+            <div class="imager">
+              <img src="data/tour/cheese-main.jpg" alt="icon" />
+            </div>
+            <p>
+            Cheese is an program for the Gnome Desktop which allows you to take
+            photos, videos, and anything else you can think of with your webcam.
+            <br/>
+            Cheese allows you to take photos with your webcam. Just start it up
+            and shoot! Gather all of your friends around, have some fun.
+            </p>
+          </div>
+
+          <div>
+            <h2>Add Cheesy Effects</h2>
+            <div class="imagel">
+              <img src="data/tour/cheese-effects.jpg" alt="icon" />
+            </div>
+            <p>
+            Sick and tired of looking at the same face over and over again,
+            want to be something else? Cheese allows
+            you to add many different effects to photos, even multiple at a time! There are
+            heaps of effect combinations to choose from that will keep you smiling.
+            Morph yourself into Hulk or a nice pink alien, or even pile up effects in
+            order to obtain the most amazing results!
+            </p>
+          </div>
+
+          <div>
+            <h2>Go to Hollywood</h2>
+            <div class="imager">
+              <img src="data/tour/cheese-video.jpg" alt="icon" />
+            </div>
+            <p>
+            Cheese does not only allow you to take great photos, it also allows you to take
+            videos. Effects, sharing, and everything that you can do with photos you can
+            also do with videos as well. Instead of preparing for that one
+            moment, invite some friends, record your session and laugh about it afterwards.
+            So Mr. Kubrick, go ahead and present us your new
+            Hollywood-movie! Or do you want to be a music star and record the
+            video to your new song?
+            </p>
+          </div>
+
+        </div>
+
+        <div id="right">
+
+          <div>
+            <h2>3... 2... 1... Cheese!</h2>
+            <div class="imager">
+              <img src="data/tour/cheese-countdown.jpg" alt="icon" />
+            </div>
+            <p>
+            The countdown widget will let you get into
+            position, or wreck everything, before the photo that you want is
+            taken. The visual countdown will appear between the bottom of the
+            image and the media bar, and will give you time to press the take photo button, and
+            get ready! So if you need to put your eye makeup on, be fast, you
+            just have 3 seconds!
+            </p>
+          </div>
+
+          <div>
+            <h2>Share your Photos and Videos</h2>
+            <div class="imagel">
+              <img src="data/tour/cheese-share.jpg" alt="icon" />
+            </div>
+            <p>
+            Finished taking pictures and movies? Then go ahead and share your files to your
+            friends and family! You can export them to F-Spot, put them on Flickr, mail
+            them or use them as your account photo in GNOME. You can also save them to your
+            disk to do anything you want with them, the possibilities are endless.
+            Cheese makes it super easy to share yor photos and videos.
+            </p>
+          </div>
+
+          <div>
+            <h2>Endless Possibilities</h2>
+            <div class="imager">
+              <img src="data/tour/cheese-about.jpg" alt="icon" />
+            </div>
+            <p>
+            Don't stop there, find out what you can do with Cheese today! Install
+            Cheese and have fun, send us your funniest photos and videos, share
+            your fun with others. If you want more features or have some great
+            ideas what we could do to make Cheese even rock more, do not hesitate
+            to contact us or to fill a bug at our bug tracking website.
+            </p>
+          </div>
+
+        </div>
+      </div><!-- bottom -->
+    </div><!-- body -->
+
+    <div id="copyright">
+      <p>Copyright &copy; 2007,2008 <a href="http://home.cs.tum.edu/~siegel";>daniel g. siegel</a>
+      <br />
+      GNOME and the foot logo are trademarks of the GNOME Foundation.
+      <br />
+      <a href="http://tango.freedesktop.org/The_People";>Great guys!</a> <a href="http://tango.freedesktop.org/";>Great Icons!</a> Free beer for the 
+      <a href="http://tango.freedesktop.org/";>Tango Desktop Project!</a>
+      <br />
+      <a href="http://validator.w3.org/check/referer";>Optimized</a> for <a href="http://www.w3.org/";>standards</a>.
+      <br />
+      <script type="text/javascript">
+        document.write("Last Updated: " + document.lastModified );
+      </script>
+      </p>
+    </div>
+
+  </body>
+</html>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]