[gnomeweb-wml] gnome-blog: Add new website.
- From: Olav Vitters <ovitters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnomeweb-wml] gnome-blog: Add new website.
- Date: Mon, 8 Mar 2010 17:26:01 +0000 (UTC)
commit 4a6ced9c739a2159225c5cca83aa2e58b3b7e98c
Author: Tommi Asiala <tommi asiala info>
Date: Sun Mar 7 14:36:13 2010 +0200
gnome-blog: Add new website.
projects.gnome.org/gnome-blog/Makefile.am | 9 ++
projects.gnome.org/gnome-blog/default.css | 100 +++++++++++++++++++++
projects.gnome.org/gnome-blog/images/Makefile.am | 6 ++
projects.gnome.org/gnome-blog/images/yosemite.png | Bin 0 -> 117435 bytes
projects.gnome.org/gnome-blog/index.html | 94 +++++++++++++++++++
5 files changed, 209 insertions(+), 0 deletions(-)
---
diff --git a/projects.gnome.org/gnome-blog/Makefile.am b/projects.gnome.org/gnome-blog/Makefile.am
new file mode 100644
index 0000000..5b8d01e
--- /dev/null
+++ b/projects.gnome.org/gnome-blog/Makefile.am
@@ -0,0 +1,9 @@
+SUBDIRS=images
+
+urlpath = /gnome-blog/
+
+page_SCRIPTS=\
+ default.css\
+ index.html
+
+include $(top_srcdir)/rules.common
diff --git a/projects.gnome.org/gnome-blog/default.css b/projects.gnome.org/gnome-blog/default.css
new file mode 100644
index 0000000..2f9dc07
--- /dev/null
+++ b/projects.gnome.org/gnome-blog/default.css
@@ -0,0 +1,100 @@
+* {
+ font-family: sans-serif;
+}
+
+body {
+ margin: 1em;
+}
+
+h2 {
+ border-bottom: 1px solid #99c;
+}
+
+h3 {
+ margin-bottom: 0.3em;
+}
+
+#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;
+}
+
+.hilight {
+ background: yellow;
+}
+
+.screenshot {
+ border: none;
+ padding: 10pt;
+ text-align: center;
+ font-size: x-small;
+}
+
+
+#mainlogo {
+ margin-left: auto;
+ margin-right: auto;
+ width: 300px;
+ font-size: xx-large;
+ font-weight: bold;
+ text-align: center;
+}
+
+.underline {
+ text-decoration: underline;
+}
+
diff --git a/projects.gnome.org/gnome-blog/images/Makefile.am b/projects.gnome.org/gnome-blog/images/Makefile.am
new file mode 100644
index 0000000..e636cd4
--- /dev/null
+++ b/projects.gnome.org/gnome-blog/images/Makefile.am
@@ -0,0 +1,6 @@
+urlpath = /gnome-blog/images
+
+page_DATA = \
+ yosemite.png
+
+include $(top_srcdir)/rules.common
diff --git a/projects.gnome.org/gnome-blog/images/yosemite.png b/projects.gnome.org/gnome-blog/images/yosemite.png
new file mode 100644
index 0000000..6cf6a5f
Binary files /dev/null and b/projects.gnome.org/gnome-blog/images/yosemite.png differ
diff --git a/projects.gnome.org/gnome-blog/index.html b/projects.gnome.org/gnome-blog/index.html
new file mode 100644
index 0000000..7c6017d
--- /dev/null
+++ b/projects.gnome.org/gnome-blog/index.html
@@ -0,0 +1,94 @@
+<!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>Gnome Blog : Simple blog posting</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" />
+ </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> ·
+ Gnome Blog
+ </div>
+ </div>
+
+ <div id="body">
+ <div id="mainlogo">
+ Gnome Blog
+ </div>
+ </div>
+
+ <div id="left">
+
+ <h2>About Gnome Blog</h2>
+ <p>Gnome Blog is a desktop blogging application for Linux and Unix.
+ Easy and quick to use to help you writing your great blog posts.</p>
+
+ <p>Any bugs or feature requests should be done through <a
+ href="https://bugzilla.gnome.org/">Bugzilla</a>.</p>
+
+
+ <h2>Features</h2>
+ <ul>
+ <li>Simple to use interface</p>
+ <li>WYSIWYG styled text support</li>
+ <li>Panel popup allows entries can be written gradually over the course of a day</li>
+ <li>Spell checking</li>
+ <li>Drag and drop support for images</li>
+ </ul>
+
+ <h2>Supported Blogs</h2>
+ <ul>
+ <li><a href="http://www.advogato.org">Advogato.org</a></li>
+ <li><a href="http://www.moveabletype.org">Movable Type</a></li>
+ <li><a href="http://www.wordpress.org">WordPress</a></li>
+ <li><a href="http://www.livejournal.com">LiveJournal.com</a></li>
+ <li><a href="http://pyblosxom.sourceforge.net/">Pyblosxom</a></li>
+ <li>Any other blog using bloggerAPI or MetaWeblog</li>
+ </ul>
+
+ <!-- Keep 3 or so news here -->
+ <div id="news">
+ <h2 class="">Latest news</h2>
+
+ <h3>March 7, 2010</h3>
+ <p>New web site released!</p>
+ </div>
+
+ <h2>Download</h2>
+ <p>Latest stable release is 0.9.1</p>
+ <p>Packaged stable releases should be available through your
+ distribution.</p>
+ <p>Sources are available at <a
+ href="http://ftp.gnome.org/pub/gnome/sources/gnome-blog/">ftp.gnome.org</a>.
+
+ </div>
+ <div id="right">
+ <h2>Screenshots</h2>
+ <div class="screenshot">
+ <img src="images/yosemite.png" />
+ <p class="imgcaption">Blog poster</p>
+ </div>
+
+ </div>
+
+<!-- Piwik -->
+<script type="text/javascript">
+var pkBaseURL = (("https:" == document.location.protocol) ? "https://webstats.gnome.org/" : "http://webstats.gnome.org/");
+document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
+</script><script type="text/javascript">
+try {
+var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 4);
+piwikTracker.trackPageView();
+piwikTracker.enableLinkTracking();
+} catch( err ) {}
+</script><noscript><p><img src="http://webstats.gnome.org/piwik.php?idsite=4" style="border:0" alt=""/></p></noscript>
+<!-- End Piwik Tag -->
+ </body>
+</html>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]