gnomeweb-wml r6742 - in trunk/projects.gnome.org/rhythmbox: . images



Author: jmatthew
Date: Sat Apr  4 15:19:58 2009
New Revision: 6742
URL: http://svn.gnome.org/viewvc/gnomeweb-wml?rev=6742&view=rev

Log:
2009-04-05  Jonathan Matthew  <jonathan d14n org>

	* new site design, some new content, no more xsl.


Added:
   trunk/projects.gnome.org/rhythmbox/images/
   trunk/projects.gnome.org/rhythmbox/images/Makefile.am
   trunk/projects.gnome.org/rhythmbox/images/gnome.png   (contents, props changed)
   trunk/projects.gnome.org/rhythmbox/images/rhythmbox-16.png   (contents, props changed)
   trunk/projects.gnome.org/rhythmbox/images/title.png   (contents, props changed)
   trunk/projects.gnome.org/rhythmbox/images/title.xcf   (contents, props changed)
   trunk/projects.gnome.org/rhythmbox/images/top-bg.png   (contents, props changed)
   trunk/projects.gnome.org/rhythmbox/images/top-bg.xcf   (contents, props changed)
   trunk/projects.gnome.org/rhythmbox/rhythmbox.css
Removed:
   trunk/projects.gnome.org/rhythmbox/development.xml
   trunk/projects.gnome.org/rhythmbox/download.xml
   trunk/projects.gnome.org/rhythmbox/feedback.xml
   trunk/projects.gnome.org/rhythmbox/header.png
   trunk/projects.gnome.org/rhythmbox/index.xml
   trunk/projects.gnome.org/rhythmbox/main.css
   trunk/projects.gnome.org/rhythmbox/mkpage.xsl
   trunk/projects.gnome.org/rhythmbox/news.xml
   trunk/projects.gnome.org/rhythmbox/rb.css
   trunk/projects.gnome.org/rhythmbox/rhythmbox-16.png
   trunk/projects.gnome.org/rhythmbox/screenshots.xml
   trunk/projects.gnome.org/rhythmbox/test.sh
   trunk/projects.gnome.org/rhythmbox/translation.xml
   trunk/projects.gnome.org/rhythmbox/utils.xml
   trunk/projects.gnome.org/rhythmbox/valid-xhtml10.png
Modified:
   trunk/projects.gnome.org/rhythmbox/ChangeLog
   trunk/projects.gnome.org/rhythmbox/Makefile.am

Modified: trunk/projects.gnome.org/rhythmbox/Makefile.am
==============================================================================
--- trunk/projects.gnome.org/rhythmbox/Makefile.am	(original)
+++ trunk/projects.gnome.org/rhythmbox/Makefile.am	Sat Apr  4 15:19:58 2009
@@ -1,17 +1,11 @@
-SUBDIRS = screenshots
+SUBDIRS=images screenshots
 
 urlpath = /rhythmbox
 
-page_SCRIPTS=
+page_SCRIPTS= index.html	\
+		developers.html \
+		screenshots.html \
+		rhythmbox.css
 
-EXTRA_DIST = mkpage.xsl
-
-HTML_FILES = index.html screenshots.html download.html development.html feedback.html news.html translation.html utils.html
-
-page_DATA = $(HTML_FILES) rb.css gstfamily2.png rhythmbox-16.png valid-xhtml10.png header.png
-
-%.html: %.xml mkpage.xsl Makefile
-	xsltproc --nonet --stringparam date "$$(date -R)" -o $@ mkpage.xsl $<
-	xmllint --output /dev/null --valid $@
 
 include $(top_srcdir)/rules.common

Added: trunk/projects.gnome.org/rhythmbox/images/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/projects.gnome.org/rhythmbox/images/Makefile.am	Sat Apr  4 15:19:58 2009
@@ -0,0 +1,10 @@
+urlpath = /rhythmbox/images
+
+page_SCRIPTS=
+
+page_DATA = \
+	gnome.png				\
+	title.png				\
+	top-bg.png
+
+include $(top_srcdir)/rules.common

Added: trunk/projects.gnome.org/rhythmbox/images/gnome.png
==============================================================================
Binary file. No diff available.

Added: trunk/projects.gnome.org/rhythmbox/images/rhythmbox-16.png
==============================================================================
Binary file. No diff available.

Added: trunk/projects.gnome.org/rhythmbox/images/title.png
==============================================================================
Binary file. No diff available.

Added: trunk/projects.gnome.org/rhythmbox/images/title.xcf
==============================================================================
Binary file. No diff available.

Added: trunk/projects.gnome.org/rhythmbox/images/top-bg.png
==============================================================================
Binary file. No diff available.

Added: trunk/projects.gnome.org/rhythmbox/images/top-bg.xcf
==============================================================================
Binary file. No diff available.

Added: trunk/projects.gnome.org/rhythmbox/rhythmbox.css
==============================================================================
--- (empty file)
+++ trunk/projects.gnome.org/rhythmbox/rhythmbox.css	Sat Apr  4 15:19:58 2009
@@ -0,0 +1,22 @@
+#rbhdr {
+	background-image: url("images/top-bg.png");
+	background-repeat: repeat-x;
+	margin: 0;
+	padding: 0;
+	height: 64px;
+	overflow: hidden;
+}
+
+#rbhdr h1 {
+	background-image: url("images/title.png");
+	background-repeat: no-repeat;
+	background-position: top right;
+	padding-top: 128px;
+	margin: 0;
+}
+
+#body h2 {
+	border-bottom: 1px solid #99c;
+	font-size: 120%;
+}
+



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