[gnomeweb-wml] Add initial postr webpages



commit 9f761f4a30360aabf66a453bcc71abe4ed4a2eee
Author: Germán Póo-Caamaño <gpoo gnome org>
Date:   Wed Nov 11 21:33:11 2009 -0300

    Add initial postr webpages

 projects.gnome.org/postr/Makefile.am               |   10 +
 projects.gnome.org/postr/README                    |   11 ++
 projects.gnome.org/postr/images/Makefile.am        |   20 ++
 projects.gnome.org/postr/images/cat-li.gif         |  Bin 0 -> 59 bytes
 projects.gnome.org/postr/images/download.jpg       |  Bin 0 -> 903 bytes
 projects.gnome.org/postr/images/gfoobar-banner.xcf |  Bin 0 -> 33915 bytes
 projects.gnome.org/postr/images/h-art.gif          |  Bin 0 -> 474 bytes
 projects.gnome.org/postr/images/hbg.gif            |  Bin 0 -> 105 bytes
 projects.gnome.org/postr/images/home.gif           |  Bin 0 -> 67 bytes
 projects.gnome.org/postr/images/li-line.gif        |  Bin 0 -> 624 bytes
 projects.gnome.org/postr/images/lm-li.gif          |  Bin 0 -> 64 bytes
 projects.gnome.org/postr/images/postr-large.png    |  Bin 0 -> 15275 bytes
 projects.gnome.org/postr/images/top.jpg            |  Bin 0 -> 14066 bytes
 projects.gnome.org/postr/index.html                |  185 ++++++++++++++++++++
 projects.gnome.org/postr/license.txt               |   20 ++
 projects.gnome.org/postr/style.css                 |  118 +++++++++++++
 16 files changed, 364 insertions(+), 0 deletions(-)
---
diff --git a/projects.gnome.org/postr/Makefile.am b/projects.gnome.org/postr/Makefile.am
new file mode 100644
index 0000000..fe32857
--- /dev/null
+++ b/projects.gnome.org/postr/Makefile.am
@@ -0,0 +1,10 @@
+SUBDIRS=images 
+
+urlpath = /postr/
+
+page_SCRIPTS= index.html	\
+		license.txt \
+		style.css
+
+
+include $(top_srcdir)/rules.common
diff --git a/projects.gnome.org/postr/README b/projects.gnome.org/postr/README
new file mode 100644
index 0000000..36fb21a
--- /dev/null
+++ b/projects.gnome.org/postr/README
@@ -0,0 +1,11 @@
+This is a template that projects can use when doing something for use in gnome.org/projects/, at least until we get a real CMS.
+
+Key notions: 
+
+* try to have a page for developers, a page for users,
+and some notion of how to get the software.
+
+* try to have at least some nice-looking screenshots.
+
+* if you've got a nice icon, use it to spruce up the page.
+
diff --git a/projects.gnome.org/postr/images/Makefile.am b/projects.gnome.org/postr/images/Makefile.am
new file mode 100644
index 0000000..e6c13c7
--- /dev/null
+++ b/projects.gnome.org/postr/images/Makefile.am
@@ -0,0 +1,20 @@
+SUBDIRS=
+
+urlpath = /postr/images
+
+page_SCRIPTS=
+
+include $(top_srcdir)/rules.common
+
+misc_images=\
+	cat-li.gif \
+	download.jpg \
+	h-art.gif \
+	hbg.gif \
+	home.gif \
+	li-line.gif \
+	lm-li.gif \
+	postr-large.png \
+	top.jpg
+
+page_DATA=$(misc_images)
diff --git a/projects.gnome.org/postr/images/cat-li.gif b/projects.gnome.org/postr/images/cat-li.gif
new file mode 100644
index 0000000..8bd7a0e
Binary files /dev/null and b/projects.gnome.org/postr/images/cat-li.gif differ
diff --git a/projects.gnome.org/postr/images/download.jpg b/projects.gnome.org/postr/images/download.jpg
new file mode 100644
index 0000000..8b688d1
Binary files /dev/null and b/projects.gnome.org/postr/images/download.jpg differ
diff --git a/projects.gnome.org/postr/images/gfoobar-banner.xcf b/projects.gnome.org/postr/images/gfoobar-banner.xcf
new file mode 100644
index 0000000..2e75621
Binary files /dev/null and b/projects.gnome.org/postr/images/gfoobar-banner.xcf differ
diff --git a/projects.gnome.org/postr/images/h-art.gif b/projects.gnome.org/postr/images/h-art.gif
new file mode 100644
index 0000000..fd73733
Binary files /dev/null and b/projects.gnome.org/postr/images/h-art.gif differ
diff --git a/projects.gnome.org/postr/images/hbg.gif b/projects.gnome.org/postr/images/hbg.gif
new file mode 100644
index 0000000..bb4d6d6
Binary files /dev/null and b/projects.gnome.org/postr/images/hbg.gif differ
diff --git a/projects.gnome.org/postr/images/home.gif b/projects.gnome.org/postr/images/home.gif
new file mode 100644
index 0000000..a1d7852
Binary files /dev/null and b/projects.gnome.org/postr/images/home.gif differ
diff --git a/projects.gnome.org/postr/images/li-line.gif b/projects.gnome.org/postr/images/li-line.gif
new file mode 100644
index 0000000..d599f71
Binary files /dev/null and b/projects.gnome.org/postr/images/li-line.gif differ
diff --git a/projects.gnome.org/postr/images/lm-li.gif b/projects.gnome.org/postr/images/lm-li.gif
new file mode 100644
index 0000000..c4ded00
Binary files /dev/null and b/projects.gnome.org/postr/images/lm-li.gif differ
diff --git a/projects.gnome.org/postr/images/postr-large.png b/projects.gnome.org/postr/images/postr-large.png
new file mode 100644
index 0000000..bbd592f
Binary files /dev/null and b/projects.gnome.org/postr/images/postr-large.png differ
diff --git a/projects.gnome.org/postr/images/top.jpg b/projects.gnome.org/postr/images/top.jpg
new file mode 100644
index 0000000..276100d
Binary files /dev/null and b/projects.gnome.org/postr/images/top.jpg differ
diff --git a/projects.gnome.org/postr/index.html b/projects.gnome.org/postr/index.html
new file mode 100644
index 0000000..f02a325
--- /dev/null
+++ b/projects.gnome.org/postr/index.html
@@ -0,0 +1,185 @@
+<!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>
+	<title>Postr</title>
+	<meta http-equiv="Content-Language" content="English" />
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+	<meta name="author" content="Germán Poo Caamaño (www.calcifer.org)" />
+	<meta name="description" content="GNOME Flickr Uploader" />
+	<meta name="keywords" content="postr,flickr,uploader,pygtk" />	
+	<meta name="Robots" content="index,follow" />
+	<meta name="Generator" content="sNews 1.5" />
+	<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
+	<!-- <link rel="alternate" type="application/rss+xml" title="RSS 2.0"
+	href="rss/" /> -->
+</head>
+<body>
+	
+<div class="header">
+	<div id="top">
+    <div id="logo">
+	    <img src="images/postr-large.png" alt="Sitemap" /></a>
+		</div>
+		<h1>postr</h1>
+		<h2>GNOME Flickr Uploader</h2>
+	</div>
+	<!-- end of the Top part -->
+</div>			
+
+<div id="prec">
+	<div id="wrap">
+			<div id="pic">
+				<img src="http://burtonini.com/computing/screenshots/postr-2.png"; width="453" height="341" alt="Flickr Uploader"/>
+			</div>
+			<div id="menu">
+				<div id="slogan">
+					<h1>Upload your photos to Flickr with Postr</h1>
+					<h2>
+					Postr is a Flickr uploading tool for the GNOME desktop,
+					which aims to be simple to use but exposing enough of 
+					Flickr to be useful. It isn't finished yet, but its a 
+					very capable uploader already.
+					</h2>
+				</div>
+			</div>
+	</div>
+</div>
+
+<div class="content">
+	<div id="download">
+		<p>
+		The lastest version is 0.12.4 which was released on November
+		04, 2009 and it only fixes bugs of the series 0.12. Read the
+		<a href="http://mail.gnome.org/archives/gnome-announce-list/2009-November/msg00006.html";>release notes</a>.  You may 
+		<a href="http://ftp.gnome.org/pub/GNOME/sources/postr";
+		title="Postr download page"><b>get the source code of Postr</b></a>
+		from GNOME servers.
+	  </p>
+		<p>
+		Debian Lenny and Ubuntu Karmic provides packages for Postr 0.12.3. 
+		</p>
+	</div>
+	
+	<div id="main">
+		<div id="right_side">
+			<h3>Latest changes</h3>
+			<ul>	
+				<li><a
+				href="http://ftp.gnome.org/pub/GNOME/sources/postr/0.12/";
+				title="#">Versión 0.12.4</a></li>
+			</ul>
+			<h3>Development</h3>
+			<ul>	
+				<li><a
+				href="https://bugzilla.gnome.org/browse.cgi?product=postr";
+				title="Bug reports">Bug reports and feature requests</a>.</li>
+				<li><a href="http://git.gnome.org/cgit/postr/";
+				title="Git repository">Source code from our git repository</a></li>
+			</ul>
+		</div>
+		
+		<div id="left_side">
+			<h3 id="features"><span>Some Features</span></h3>
+			<p>
+				<ul>
+					<li><strong>Simple user interface</strong>.
+					</li>
+					<li><strong>Set the common attributes for your photos</strong>: 
+					title, description, tags, sets, groups, privacy, licence, etc.
+					</li>
+					<li><strong>Nautilus integration</strong>: Either run postr
+					when you are browsing your photos or just would to drag from
+					Nautilus to drop them in Postr.</li>
+					<li><strong>Session management</strong>: If you ran out of time,
+					you may save your session and continue working on it later.
+					</li>
+				</ul>
+			</p>
+
+
+		<h3 id="contribute"><span>Contribute</span></h3>
+		<p>
+		Postr is a project with a small code base, hence it is more
+		manageable than other big projects.  If you are looking for
+		a way to start contributing to Free/Libre/Open Source projects,
+		or if you do not have enough spare time, Postr is a good project
+		to start getting involved.
+		</p>
+		<p>
+				<ul>
+					<li><strong>Filing bugs</strong>: Either run postr
+					when you are browsing your photos or just would to drag from
+					Nautilus to drop them in Postr.</li>
+					<li><strong>Helping other people with their bug reports</strong>:
+					You can help to clarify report's problems as well as
+					confirming those bugs you can reproduce.  We encourage you
+					to read the <a
+					href="http://live.gnome.org/Bugsquad/TriageGuide";>Triage
+					Guide</a>, which was written with this purpose in mind.
+					</li>
+					<li><strong>Writing documentation</strong>: Postr does not
+					have any documentation yet, but we would like to have a 
+					good one.
+					</li>
+					<li><strong>Writing code</strong>: 
+					Your contributions is welcomed. You may would like to start
+					with those <a
+					href="https://bugzilla.gnome.org/buglist.cgi?quicksearch=keywords%3Agnome-love+product%3Apostr";>bugs
+					tagged as <em>gnome-love</em></a>, which we
+					think are easy to be approached by anyone (with or
+					without experience on GNOME related framework).
+					</li>
+				</ul>
+		  </p>
+		<p>
+		It is written in <a href="http://www.python.org/";
+		title="python">Python</a> using 
+		<a href="http://www.pygtk.org/"; title="PyGTK">PyGTK</a> and
+		it is released under the <a
+		href="http://www.gnu.org/licenses/gpl-2.0.html";>GPL license version
+		2</a>.
+		</p>
+			
+			<h3 id="instalation"><span>Installing from source code</span></h3>
+			<p>
+			To test Postr application is as easy as download the source code.
+			For instance, if you have downloaded postr-0.12.4.tar.gz you
+			should run:
+			<pre>
+$ tar zxvf postr-0.12.4.tar.gz</pre>
+			</p>
+			<p></p>
+
+			<pre>
+$ cd postr-0.12.4
+$ ./postr</pre>
+			<p><em>And that is all!</em></p>		
+
+			<h3 id="credits"><span>Credits</span></h3>
+			<p>Postr was oririginally developed by 
+			   <a href="http://www.burtonini.com/";>Ross
+				 Burton</a> with contributions from the community. Currently
+				 is maintained by <a href="http://www.gnome.org/~gpoo/";>Germán
+				 Póo-Caamaño</a> who is also using this project for mentoring
+				 and encouraging new contributors for GNOME.</p>
+      <p>You may want to read the <a
+			href="http://www.burtonini.com/blog/computers/postr";>previous
+			Postr website</a>, which has historical information.</p>
+		</div>
+	</div>
+</div>
+
+<div class="footer">
+	<div id="bottom">
+	  <div id="bottom-wrap">
+	    <div id="bottom-right">
+			Design based on <a
+	href="http://www.free-css-templates.com/preview/redbusiness/";>David
+	Herreman's</a> at <a href="http://www.free-css-templates.com/";>Free CSS Templates</a>
+	    </div>
+	  </div>
+	</div>
+</div>
+
+</body>
+</html>
diff --git a/projects.gnome.org/postr/license.txt b/projects.gnome.org/postr/license.txt
new file mode 100644
index 0000000..80ac8d5
--- /dev/null
+++ b/projects.gnome.org/postr/license.txt
@@ -0,0 +1,20 @@
+This free template is under a Creative Commons Attribution 2.5 License!
+
+You are free:
+
+    * to Share -- to copy, distribute, display, and perform the work
+    * to Remix -- to make derivative works
+
+Under the following conditions:
+
+    * Attribution. You must attribute the work in the manner specified by the author or licensor (link in your footer
+	  to http://www.free-css-templates.com)
+	* For any reuse or distribution, you must make clear to others the license terms of this work.
+    * Any of these conditions can be waived if you get permission from the copyright holder.
+	
+For more information about this license, please visit http://creativecommons.org/licenses/by/2.5/
+
+Thank you,
+free-css-templates.com
+
+
diff --git a/projects.gnome.org/postr/style.css b/projects.gnome.org/postr/style.css
new file mode 100644
index 0000000..2296da7
--- /dev/null
+++ b/projects.gnome.org/postr/style.css
@@ -0,0 +1,118 @@
+/*
+	StyleSheet by David Herreman
+	http://www.free-css-templates.com
+		
+*/
+
+body { 
+	padding: 0; 
+	margin: 0; 
+	font: .74em Arial, sans-serif; 
+	line-height: 1.5em; 
+	background: #fff url(images/top.jpg) repeat-x top; 
+	color: #454545; 
+	}
+	
+a { color: #DA3B3B; background: inherit; }
+a:hover { color: #DA3B3B; background: inherit; text-decoration: underline}
+p {	margin: 5px 0; }
+h1 {	font: bold 1.8em Arial, Sans-Serif; padding: 8px 0 4px 0; margin: 0; letter-spacing: -1px; }
+h2 { font: bold 1.6em Arial, Sans-Serif; letter-spacing: -1px; }
+h3 { padding: 4px 0; margin:  0; }
+ul { margin: 0; padding : 0; list-style: none; }
+img { border: 0; }
+hr { height: 1px; border-style: none; color: #d0d0d0; background-color: #C0C0C0; margin: 10px 0; }
+
+
+.content { margin: 0px auto; width: 800px; }
+
+.header { 
+	margin:0; padding: 0; 
+    /* background: #F6F6F6;  */
+    overflow: hidden; margin-bottom: 0; }
+
+.footer { 
+	margin:0; padding: 0; 
+    background: #F6F6F6;
+    overflow: hidden; margin-bottom: 0; }
+
+/* Top part */
+#top { 
+    padding-top: 20px; height: 130px; 
+	background: #f6f6f6 url(images/top.jpg) repeat-x top; 
+    }
+	#top h1 {
+		font: bold 2.8em "DejaVu Sans","Bitstream Vera Sans",Verdana,Sans-Serif; 
+		padding: 8px 0 4px 0; margin: 0; letter-spacing: 1px; 
+		color: #FFF }
+	#top h2 { 
+		font: 1.6em "DejaVu Sans","Bitstream Vera Sans",Verdana,Sans-Serif; 
+		letter-spacing: 0px;
+		color: #c8c8c8; margin:0; padding: 0
+		}
+	#top #icons { float: right; margin:20px; padding:0 }
+	#top #icons img { padding-right: 2px; border: 0 }
+#top #logo { 
+	float: left;
+	padding-left: 20px;
+	padding-right: 20px;
+}
+
+/* Second part */
+#prec {	margin:0; padding: 0; background: #F6F6F6; border-bottom: 1px solid #DCDCDC; overflow: hidden; margin-bottom: 15px }
+	#wrap { margin: 0 auto; width: 800px; }
+		#wrap #pic { float: right; width: 453px; overflow: hidden}
+			#wrap #pic #slogan { float: right; padding: 25px 30px 10px 30px; text-align: right }
+			#wrap #menu #slogan h1 { font: bold 1.2em "DejaVu Sans","Bitstream Vera Sans",Verdana,Sans-Serif;
+                letter-spacing: 1px; margin:0 }
+			#wrap #menu #slogan h2 { font:  1.0em "DejaVu Sans","Bitstream Vera Sans",Verdana,Sans-Serif;
+                letter-spacing: 0px; margin:0; padding: 10px 0}
+			
+		#wrap #menu { padding: 0; margin:0; background: inherit; }
+		#wrap #menu a { padding-left: 25px; font:  0.9em Arial, Sans-Serif; text-decoration: none; background: #F6F6F6 url(images/lm-li.gif) no-repeat left;  }
+		#wrap #menu ul { padding: 10px 0 }
+		#wrap #menu li { line-height: 26px; background: #F6F6F6 url(images/li-line.gif) no-repeat bottom left; list-style: none }
+		
+
+/*  download */
+#download { background: #FFF url(images/download.jpg) no-repeat left; padding-left: 95px; min-height: 80px; margin-bottom: 15px;}
+#download a, #left_side a { background: #FFF; text-decoration: none }
+#download a:hover, #left_side a:hover { text-decoration: underline }
+		
+/* main area */
+#main { }
+	#right_side { float: right; width: 212px; background: #F6F6F6; padding: 5px 10px 5px 10px; margin-bottom: 10px }
+		#right_side ul { padding: 3px 0 8px 0 } 
+		#right_side li { line-height: 18px; background: #F6F6F6 url(images/cat-li.gif) no-repeat left; list-style: none; padding-left: 20px; }
+		#right_side a { background: #F6F6F6; text-decoration:  none }
+		#right_side h3 { color: #404040; font:  bold 1.2em Arial, Sans-Serif; }
+	
+	#left_side { background: #FFF; margin-bottom: 10px; width: 560px;  }
+		#left_side h3 { background: #FFF url(images/hbg.gif) repeat-x; height:30px; padding: 5px 0 0 0px; margin: 15px 0 0 0; font:  bold 1.2em Arial, Sans-Serif; }
+		#left_side h3 span { background: url(images/h-art.gif) no-repeat left; padding: 1px 10px 0 23px;  line-height: 22px; margin: 0}
+		#left_side p { color: #454545; padding: 0 5px 0 5px; text-align: justify }
+		#left_side img { float: left; padding: 0 10px 5px 0 }
+		#left_side blockquote { padding-left: 10px; border-left: 2px solid #DA4040; margin: 10px 0 10px 25px; }
+		.date { border-top: 1px dotted #ccc; padding: 5px 0; margin: 10px 0 25px 0; text-align: right }		
+		#left_side .rs { float: right; margin: 0 10px; border: 1px solid #ddd; padding: 5px; background: #f5f5f5  }
+		#left_side ul { margin-left: 2px }
+		#left_side ul li { list-style-type: square; margin-left: 30px;  }
+		#left_side ul ul li { list-style: none; margin-left: 10px; list-style-type: lower-alpha; list-style-position: inside }
+		#left_side pre { padding: 0.8em 1em 0.8em 1em; border: 1px solid #ddd; margin: 0 2em 0 2em; background: #f5f5f5; }
+	
+/* The footer */
+#footer { clear: both; border-top: 1px solid #DCDCDC; margin: 0 0 3em 0; color: #777;  background: #fff }
+#footer .right  { float: right; text-align: right; background: #FFF; }
+#footer a { text-decoration: none; background: #FFF }
+	
+#bottom { 
+    padding-top: 5px; height: 30px; 
+	background: #f6f6f6;
+	border-top: 1px solid #dcdcdc;
+    }
+
+#bottom-wrap {
+	margin: 0 auto; width: 800px; }
+
+#bottom-right  { float: right; text-align: right;
+    font-size: 0.84em; }



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