gnomeweb-wml r6188 - in trunk: . www.gnome.org/projects/deskbar-applet www.gnome.org/projects/deskbar-applet/images



Author: sebp
Date: Fri Jun 27 13:59:00 2008
New Revision: 6188
URL: http://svn.gnome.org/viewvc/gnomeweb-wml?rev=6188&view=rev

Log:
Added pages for deskbar-applet homepage based on tomboy's site

Added:
   trunk/www.gnome.org/projects/deskbar-applet/ChangeLog
   trunk/www.gnome.org/projects/deskbar-applet/default.css
   trunk/www.gnome.org/projects/deskbar-applet/download.html
   trunk/www.gnome.org/projects/deskbar-applet/getinvolved.html
   trunk/www.gnome.org/projects/deskbar-applet/images/
   trunk/www.gnome.org/projects/deskbar-applet/images/Makefile.am
   trunk/www.gnome.org/projects/deskbar-applet/images/deskbar-applet-icon.png   (contents, props changed)
   trunk/www.gnome.org/projects/deskbar-applet/images/deskbar-applet.png   (contents, props changed)
   trunk/www.gnome.org/projects/deskbar-applet/images/package-x-generic.png   (contents, props changed)
Modified:
   trunk/ChangeLog
   trunk/configure.in
   trunk/www.gnome.org/projects/deskbar-applet/Makefile.am
   trunk/www.gnome.org/projects/deskbar-applet/index.html

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Fri Jun 27 13:59:00 2008
@@ -296,6 +296,7 @@
 www.gnome.org/projects/vinagre/Makefile
 www.gnome.org/projects/cheese/Makefile
 www.gnome.org/projects/deskbar-applet/Makefile
+www.gnome.org/projects/deskbar-applet/images/Makefile
 www.gnome.org/resources/Makefile
 www.gnome.org/resources/calendar/Makefile
 www.gnome.org/resources/calendar/roadshow/Makefile

Modified: trunk/www.gnome.org/projects/deskbar-applet/Makefile.am
==============================================================================
--- trunk/www.gnome.org/projects/deskbar-applet/Makefile.am	(original)
+++ trunk/www.gnome.org/projects/deskbar-applet/Makefile.am	Fri Jun 27 13:59:00 2008
@@ -1,6 +1,11 @@
+SUBDIRS=images
+
 urlpath=/projects/deskbar-applet
 
 page_SCRIPTS= \
+	default.css \
+	download.html \
+	getinvolved.html \
 	index.html
 
 include $(top_srcdir)/rules.common

Added: trunk/www.gnome.org/projects/deskbar-applet/default.css
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/deskbar-applet/default.css	Fri Jun 27 13:59:00 2008
@@ -0,0 +1,101 @@
+* {
+    font-family: sans-serif;
+}
+
+body {
+    margin: 1em;
+}
+
+h2 {
+    border-bottom: 1px solid #99c;
+}
+
+h3 {
+    margin-bottom: 0.3em;
+}
+
+pre {
+	padding 0.5em;
+	font-family: courier, monospace;
+	border: 1px solid #c0c0c0;
+	background: #f0ece6;
+	white-space: pre;
+	/* begin css 3 */
+	white-space: pre-wrap;
+	word-wrap: break-word;
+	white-space: -moz-pre-wrap;
+	white-space: -pre-wrap;
+	white-space: -o-pre-wrap;
+	/* end css 3 */
+}
+
+#bottomsection {
+	clear:both;
+}
+
+#copyright {
+    clear: both;
+    color: grey;
+}
+
+#header{
+    background: #f0f0f0;
+    border-top: #d2d2d2 solid 1px;
+    border-bottom: #d2d2d2 solid 1px;
+    height: 100px;
+    top: 0;
+    left: 0;
+    right: 0;
+    padding: 10px;
+}
+
+#hdrNav {
+    font-weight: bold;
+}
+
+#hdrNav a {
+    font-weight: normal;
+}
+
+#gnomeprojects {
+	padding-right: 0.7em;
+}
+
+#left {
+	width:48%;
+	float:left;
+}
+
+#logo{
+    border: none;
+    float: left;
+}
+
+#menu{ 
+    text-align: right;
+    font: bold 12pt/14pt sans-serif;
+}
+
+#right {
+	width:48%;
+	float:right;
+}
+
+.download a {
+    text-decoration: none;
+    font-weight: bold;
+    color: blue;
+    vertical-align: middle;
+}
+
+.screenshot {
+    border: none;
+    padding: 10pt;
+    text-align: center;
+    font-size: x-small;
+}
+
+.underline {
+    text-decoration: underline;
+}
+

Added: trunk/www.gnome.org/projects/deskbar-applet/download.html
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/deskbar-applet/download.html	Fri Jun 27 13:59:00 2008
@@ -0,0 +1,93 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <title>Deskbar-Applet - Quick access and search applet</title>
+    <link rel="stylesheet" type="text/css" href="http://www.gnome.org/default.css"; />
+    <link rel="stylesheet" type="text/css" href="http://www.gnome.org/frontpage.css"; />
+    <link rel="stylesheet" type="text/css" href="./default.css" />
+    <link rel="icon" type="image/png" href="images/deskbar-applet-icon.png" />
+    <link rel="SHORTCUT ICON" type="image/png" href="images/deskbar-applet-icon.png" />
+  </head>
+  <body>
+    <div id="hdr">
+      <div id="logo">
+      <a href="http://www.gnome.org";><img src="http://gnome.org/img/spacer"; alt="HOME" />
+      </a>
+      </div>
+      <div id="hdrNav">
+      	<a href="http://www.gnome.org/projects";>Gnome Projects</a> &middot;
+       	<a href="index.html">Deskbar-Applet</a> &middot;
+	    Download &middot;
+	    <a href="getinvolved.html">Get involved</a> &middot;
+	    <a href="http://live.gnome.org/DeskbarApplet/Extending";>Additional Plugins</a>
+      </div>
+    </div>
+
+    <div id="body">
+        
+    </div>
+    
+    <h1>Download</h1>
+    
+    <div id="left">
+    
+    <h2>Stable version</h2>
+      
+      <p>Stable version is recommended for most of the users.
+      Most Linux distribution already include a Deskbar-Applet package. Refer to your distribution's
+      software installation instructions. You can also install Deskbar-Applet from source code.</p>
+      
+    <h3>Minimum Requirements</h3>
+      <ul>
+        <li><a href="http://www.python.org"; target="_blank">Python</a> 2.4</li>
+        <li><a href="http://www.gtk.org"; target="_blank">GTK+</a> 2.10</li>
+        <li><a href="http://pygtk.org"; target="_blank">PyGTK</a> 2.10</li>
+        <li><a href="http://pygtk.org"; target="_blank">PyGObject</a> 2.10</li>
+        <li><a href="http://pygtk.org"; target="_blank">gnome-python</a> 2.10</li>
+        <li><a href="http://pygtk.org"; target="_blank">gnome-desktop</a> 2.10</li>
+        <li><a href="http://www.freedesktop.org/wiki/Software/DBusBindings"; target="_blank">D-Bus Python</a> 0.80.2</li>
+        <li>(optional) <a href="http://beagle-project.org"; target="_blank">Beagle</a> 0.3 with Python bindings for libbeagle</li>
+        <li>(optional) Evolution-data-server-1.2, for libebook-1.2</li>
+      </ul>
+      
+    <h3>Latest release</h3>
+      <div class="download">
+      <a href="http://download.gnome.org/sources/deskbar-applet/2.22/deskbar-applet-2.22.2.1.tar.gz";
+      title="Source code of the latest stable release">
+      <img src="./images/package-x-generic.png" alt="source package" />
+      Deskbar-Applet 2.22.2.1</a></div>
+
+    <!--<h3>Past releases</h3>-->
+      
+    </div>
+    
+    <div id="right">
+
+    <h2>Development version</h2>
+      <p>Development version is meant for developers and for those who want to
+      try out the latest features and improve Deskbar-Applet. This version is likely to
+      have bugs. Please help us to track'em down. Visit the
+      <a href="./getinvolved.html">Get involved</a> page.</p>
+      
+    <h3>Minimum Requirements</h3>
+      Same as stable version except:
+      <ul>
+        <li><a href="http://www.gtk.org"; target="_blank">GTK+</a> 2.12</li>
+        <li><a href="http://pygtk.org"; target="_blank">PyGTK</a> 2.12</li>
+        <li><a href="http://pygtk.org"; target="_blank">PyGObject</a> 2.12</li>
+      </ul>
+      
+    <h3>Latest release</h3>
+
+<!--      <p>There is currently no separate development release.</p>-->
+      <div class="download">
+      <a href="http://download.gnome.org/sources/deskbar-applet/2.23/deskbar-applet-2.23.4.tar.gz";
+      title="Source code of the latest stable release">
+      <img src="./images/package-x-generic.png" alt="source package" />
+      Deskbar-Applet 2.23.4</a></div>
+      
+    <!-- <h3>Past releases</h3> -->
+    </div>
+  </body>
+</html>

Added: trunk/www.gnome.org/projects/deskbar-applet/getinvolved.html
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/deskbar-applet/getinvolved.html	Fri Jun 27 13:59:00 2008
@@ -0,0 +1,75 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <<title>Deskbar-Applet - Quick access and search applet</title>
+    <link rel="stylesheet" type="text/css" href="http://www.gnome.org/default.css"; />
+    <link rel="stylesheet" type="text/css" href="http://www.gnome.org/frontpage.css"; />
+    <link rel="stylesheet" type="text/css" href="./default.css" />
+    <link rel="icon" type="image/png" href="images/deskbar-applet-icon.png" />
+    <link rel="SHORTCUT ICON" type="image/png" href="images/deskbar-applet-icon.png" />
+  </head>
+  <body>
+    <div id="hdr">
+      <div id="logo">
+      <a href="http://www.gnome.org";><img src="http://gnome.org/img/spacer"; alt="HOME" />
+      </a>
+      </div>
+      <div id="hdrNav">
+      	<a href="http://www.gnome.org/projects";>Gnome Projects</a> &middot;
+       	<a href="index.html">Deskbar-Applet</a> &middot;
+	    <a href="download.html">Download</a> &middot;
+	    Get involved &middot;
+	    <a href="http://live.gnome.org/DeskbarApplet/Extending";>Additional Plugins</a>
+      </div>
+    </div>
+
+    <div id="body">
+        
+    </div>
+    
+    <h1>Get involved</h1>
+    
+    <div id="left">
+    
+    <h2>Discussion</h2>
+      <p>If you're interested in discussing Deskbar-Applet, consider subscribing to the
+      <a href="http://mail.gnome.org/mailman/listinfo/deskbar-applet-list"; target="_blank">
+      Deskbar-Applet mailing list</a>.  Discuss Deskbar-Applet with other users in real-time in
+      <a href="irc://irc.gimp.net/deskbar">#deskbar</a> on irc.gimp.net.</p>
+      
+    <h2>File bugs</h2>
+      <p>Deskbar-Applet bugs are tracked using <a href="http://bugzilla.gnome.org/browse.cgi?product=deskbar-applet"; target="_blank">GNOME
+      Bugzilla</a>.</p>
+
+      <p>Also, please try to test your bug against the latest SVN version,
+      first. Your problem may already be fixed!</p>
+    </div>
+    
+    <div id="right">
+    <h2>Write your own plugins</h2>
+      <p>If you want to write your own plugins for Deskbar-Applet
+      read the guide <a href="http://www.k-d-w.org/deskbar/new-style_modules.html"; target="_blank">Writing new-style modules for Deskbar-Applet</a>.</p>
+      
+      <p>All you have to do is put a Python file in the right place under your home directory - in particular under
+      <em>~/.gnome2/deskbar-applet/modules-2.20-compatible/</em> or go to preferences and drag your
+      module file on the list of modules. That's it!
+      You should then be able to activate your module in Deskbar-Applet's preferences.</p>
+    
+    <h2>Checkout the latest changes from SVN</h2>
+      <p>Deskbar-Applet sources can be found from
+      <a href="http://developer.gnome.org/tools/svn.html";>Gnome SVN</a>, in the
+      <b>"deskbar-applet"</b> module. Also, you can
+      <a href="http://svn.gnome.org/viewcvs/deskbar-applet/trunk/";>browse the latest
+      sources online</a>.</p>
+      
+      <p>
+      <pre>$ svn co svn://svn.gnome.org/svn/deskbar-applet/trunk deskbar-applet
+$ cd deskbar-applet
+$ ./autogen.sh --prefix=/usr
+$ make
+# make install (as root)</pre>
+      </p>
+    </div>
+  </body>
+</html>

Added: trunk/www.gnome.org/projects/deskbar-applet/images/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/deskbar-applet/images/Makefile.am	Fri Jun 27 13:59:00 2008
@@ -0,0 +1,8 @@
+urlpath=/projects/deskbar-applet/images
+
+page_DATA = \
+	deskbar-applet.png \
+	deskbar-applet-icon.png	\
+	package-x-generic.png
+
+include $(top_srcdir)/rules.common

Added: trunk/www.gnome.org/projects/deskbar-applet/images/deskbar-applet-icon.png
==============================================================================
Binary file. No diff available.

Added: trunk/www.gnome.org/projects/deskbar-applet/images/deskbar-applet.png
==============================================================================
Binary file. No diff available.

Added: trunk/www.gnome.org/projects/deskbar-applet/images/package-x-generic.png
==============================================================================
Binary file. No diff available.

Modified: trunk/www.gnome.org/projects/deskbar-applet/index.html
==============================================================================
--- trunk/www.gnome.org/projects/deskbar-applet/index.html	(original)
+++ trunk/www.gnome.org/projects/deskbar-applet/index.html	Fri Jun 27 13:59:00 2008
@@ -1,7 +1,136 @@
-<html>
-<head><title>Deskbar-Applet</title>
-</head>
-<body>
-<h1>This site is under construction</h1>
-</body>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <title>Deskbar-Applet - Quick access and search applet</title>
+    <link rel="stylesheet" type="text/css" href="http://www.gnome.org/default.css"; />
+    <link rel="stylesheet" type="text/css" href="http://www.gnome.org/frontpage.css"; />
+    <link rel="stylesheet" type="text/css" href="./default.css" />
+    <link rel="icon" type="image/png" href="images/deskbar-applet-icon.png" />
+    <link rel="SHORTCUT ICON" type="image/png" href="images/deskbar-applet-icon.png" />
+  </head>
+  <body>
+    <div id="hdr">
+      <div id="logo">
+      <a href="http://www.gnome.org";><img src="http://gnome.org/img/spacer"; alt="HOME" />
+      </a>
+      </div>
+      <div id="hdrNav">
+      	<a href="http://www.gnome.org/projects";>Gnome Projects</a> &middot;
+       	Deskbar-Applet &middot;
+	    <a href="download.html">Download</a> &middot;
+	    <a href="getinvolved.html">Get involved</a> &middot;
+	    <a href="http://live.gnome.org/DeskbarApplet/Extending";>Additional Plugins</a>
+      </div>
+    </div>
+
+    <div id="body">
+    	<div align="center">
+        	<img src="./images/deskbar-applet.png" alt="Tomboy rocks" />
+       	</div>
+    </div>
+    
+    <div id="left">
+
+    <h2>About Deskbar-Applet</h2>
+        <p>The goal of Deskbar-Applet is to provide an omnipresent versatile search interface.
+        By typing search terms into the deskbar entry in your panel you are presented with
+        the search results as you type.</p>
+        
+        <p>Seaches are handled by a series of plugins. Deskbar-Applet provides a simple interface
+        to manage these plugins to provide you with the search results that fit your needs.</p>
+        
+        <p>A related idea was published earlier as <a href="http://live.gnome.org/AuricApplet";>Auric Applet</a>.
+        Similar software from the GNOME family includes contact-lookup-applet, mini-commander applet (in gnome-applets),
+        webeyes and <a href="http://developer.imendio.com/wiki/GNOME_Launch_Box";>GNOME Launch Box</a> and the Alt-f2
+        dialog.</p>
+      
+      <h2>Features highlights</h2>
+      <h3>Generic</h3>
+		<ul>
+			<li>Sits in the panel waiting for input</li>
+			<li>Global configurable hotkey to directly focus the entry and start typing</li>
+			<li>Pluggable backend architecture, allows to add custom backends in home/system dir. Allows third parties to add a backend</li>
+			<li>Sorting of backend results order is adaptable easily.</li>
+			<li>Intuitive history menu, to repeat frequent actions</li>
+			<li>Translated in 69 languages</li>
+			<li>Use themed icons associated with actions, to have a visual feedback</li>
+		</ul>
+
+		<h3>Backends</h3>
+		<ul>
+			<li><b>Beagle Live</b>: Search all of your documents (using Beagle), as you type</li>
+			<li><b>Computer Actions</b>: Logoff, shutdown, restart, suspend and related actions</li>
+			<li><b>del.icio.us Bookmarks</b>: Search your del.icio.us bookmarks by tag name</li>
+			<li><b>Developer Documentation</b>: Search Devhelp for a function name</li>
+			<li><b>Dictionary</b>: Look up word definitions in the dictionary</li>
+			<li><b>Files and Folders Search</b>: Find files and folders by searching for a name pattern</li>
+			<li><b>Files, Folders and Places</b>: View your files, folders, bookmarks, drives, network places by name</li>
+			<li><b>Google Code Search</b>: Search public source code for function definitions and sample code</li>
+			<li><b>History</b>: Recognize previously used searches</li>
+			<li><b>Programs</b>: Launch a program by its name and/or description</li>
+			<li><b>Recent Documents</b>: Retrieve your recently accessed files and locations</li>
+			<li><b>Tomboy Notes</b>: Search your Tomboy notes</li>
+			<li><b>Web</b>: Open web pages and send emails by typing a complete address</li>
+			<li><b>Web Bookmarks</b>: Open your web bookmarks by name (Mozilla, Firefox 2, epiphany)</li>
+			<li><b>Web History</b>: Open your web history by name</li>
+			<li><b>Web Searches</b>: Search the web via your browser's search settings</li>
+			<li><b>Window Switcher</b>: Switch to an existing window by name</li>
+			<li><b>Wikipedia Suggest</b>: As you type, Wikipedia will offer suggestions</li>
+			<li><b>Yahoo! Search</b>: Search Yahoo! as you type</li>
+			<li><b>Yahoo! Suggestions</b>: Provides suggestions for queries related to the submitted query</li>
+		</ul>
+      
+    </div>
+    <div id="right">
+        <div id="news">
+	    <h2 class="">News</h2>
+
+	    <h3>June 16, 2008</h3>
+   	      <b>Unstable</b> version 2.23.4 released. Changes since 2.23.3:
+   	      <ul>
+   	        <li>Fixed bug #536752: Applet not transparent</li>
+			<li>Set TomboyNotesModule.tomboy to None when module is stopped</li>
+			<li>Fixed bug #537694: Search history broken</li>
+			<li>Made OpenBeagleFileAction backwards compatible</li>
+			<li>Fixed bug #538425: local variable 'stream' referenced before assignment</li>
+			<li>wikipedia-suggest.py: Only add match when the result contains the expected number of columns</li>
+			<li>Utils.py: Don't import deskbar.core.Categories to solve cyclic dependency</li>
+			<li>Added calculator module with permission from the original authors</li>
+		  </ul>
+   	      <a href="download.html">Download it</a>
+   	      
+   	    <h3>May 26, 2008</h3>
+   	    	<b>Stable</b> version 2.22.2.1 released. Changes since 2.22.1:
+   	    	<ul>	
+   	    		<li>Fixed bug #534972: Exception in DeliciousHandler</li>
+   	    		<li>When checking firefox version. Wait until the process terminated to avoid zombie processes.</li>
+				<li>Fixed bug #520278: Window in sticky mode too small</li>
+				<li>desklicious.py: Replace all whitespaces in query with spaces.
+				Catch exception that might appear during parsing and cleanup correctly in any case. (fixes bug #484667)</li>
+				<li>yahoo.py: Catch exception that might appear during parsing and cleanup correctly in any case.</li>
+				<li>Adjust layout when applet is moved from one panel to another</li>
+				<li>Fixed crash when two modules with same name should be loaded. Warn instead.</li>
+				<li>Fixed bug #530057: Catch GError when making beagle call</li>
+				<li>Fixed bug #527023: KeyError in beagle-live, when only directories are returned by beagle</li>
+				<li>Fixed bug #522585: Crash when changing default browser</li>
+				<li>Added support for iceweasel browser. When the default browser is changed mozilla and iceweasel are supported, too. When Firefox is used and the command must contain firefox instead of being exactly firefox</li>
+				<li>Use subprocess module instead of os.popen. Catch OSError when retrieving version (fixes bug #533842)</li>
+   	    	</ul>
+   	    	<a href="download.html">Download it</a>
+	
+   	</div>
+    
+    <div id="copyright">
+      <p>
+        Deskbar-Applet is Copyright &copy; 2004-2008<br />
+		Deskbar-Applet is 
+        <a href="http://www.gnu.org/philosophy/free-sw.html";>Free Software</a>,
+        licensed under the <a href="http://www.gnu.org/";>GNU</a>
+        <a href="http://www.gnu.org/copyleft/lgpl.html";>GPLv2 or later</a>.
+      </p>
+      <p>Some of the icons used on this site are part of <a href="http://tango.freedesktop.org/Tango_Icon_Gallery";>Tango Icon Gallery</a> under <a href="http://creativecommons.org/licenses/by-sa/2.5/";>Creative Commons Attribution-ShareAlike 2.5</a> license.</p> 
+      
+    </div>
+  </body>
 </html>



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