Author: ochikvina
Date: 2009-11-06 09:40:29 -0500 (Fri, 06 Nov 2009)
New Revision: 18450
Added:
documentation/trunk/movies/resources/css/
documentation/trunk/movies/resources/css/css/
documentation/trunk/movies/resources/css/css/tools.css
documentation/trunk/movies/resources/css/images/
documentation/trunk/movies/resources/css/images/community/
documentation/trunk/movies/resources/css/images/community/bkg_gradient.gif
documentation/trunk/movies/resources/css/images/community/community_demos.png
documentation/trunk/movies/resources/css/images/community/jbossorglogo.png
documentation/trunk/movies/resources/css/images/community/watermark-alpha1.png
documentation/trunk/movies/resources/css/images/community/watermark-alpha2.png
documentation/trunk/movies/resources/css/images/community/watermark-beta1.png
documentation/trunk/movies/resources/css/images/community/watermark-beta2.png
documentation/trunk/movies/resources/css/images/community/watermark-pre-release-candidate.png
documentation/trunk/movies/resources/css/images/community/watermark-release-candidate.png
documentation/trunk/movies/resources/css/images/favicon.ico
documentation/trunk/movies/resources/xslt/
documentation/trunk/movies/resources/xslt/pom.xml
documentation/trunk/movies/resources/xslt/src/
documentation/trunk/movies/resources/xslt/src/main/
documentation/trunk/movies/resources/xslt/src/main/resources/
documentation/trunk/movies/resources/xslt/src/main/resources/xslt/
documentation/trunk/movies/resources/xslt/src/main/resources/xslt/common.xsl
documentation/trunk/movies/resources/xslt/src/main/resources/xslt/xhtml-single.xsl
Log:
https://jira.jboss.org/jira/browse/JBDS-348 - adding the two folders: css and xslt in
order to build styles for movies page separately from guides;
Added: documentation/trunk/movies/resources/css/css/tools.css
===================================================================
--- documentation/trunk/movies/resources/css/css/tools.css (rev
0)
+++ documentation/trunk/movies/resources/css/css/tools.css 2009-11-06 14:40:29 UTC (rev
18450)
@@ -0,0 +1,31 @@
+@import url("jbossorg.css");
+
+/* -----Override jbossorg.css----- */
+
+@import "jbossorg.css";
+body {
+background-image:url(../images/community/bkg_gradient.gif);
+background-repeat:repeat-x;
+margin:0 auto;
+padding:0;
+text-align:center;
+}
+div.book {
+color:#333333;
+font-family:'Lucida Grande',Geneva,Verdana,Arial,sans-serif;
+font-size:12px;
+line-height:150%;
+margin:0;
+padding:0 2em;
+text-align:justify;
+width:57em;
+}
+div.chapter, #title {
+text-align:justify;
+width:57em;
+}
+ul.docnav {
+display:block;
+margin:0;
+width:57em;
+}
Added: documentation/trunk/movies/resources/css/images/community/bkg_gradient.gif
===================================================================
(Binary files differ)
Property changes on:
documentation/trunk/movies/resources/css/images/community/bkg_gradient.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: documentation/trunk/movies/resources/css/images/community/community_demos.png
===================================================================
(Binary files differ)
Property changes on:
documentation/trunk/movies/resources/css/images/community/community_demos.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: documentation/trunk/movies/resources/css/images/community/jbossorglogo.png
===================================================================
(Binary files differ)
Property changes on:
documentation/trunk/movies/resources/css/images/community/jbossorglogo.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: documentation/trunk/movies/resources/css/images/community/watermark-alpha1.png
===================================================================
(Binary files differ)
Property changes on:
documentation/trunk/movies/resources/css/images/community/watermark-alpha1.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: documentation/trunk/movies/resources/css/images/community/watermark-alpha2.png
===================================================================
(Binary files differ)
Property changes on:
documentation/trunk/movies/resources/css/images/community/watermark-alpha2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: documentation/trunk/movies/resources/css/images/community/watermark-beta1.png
===================================================================
(Binary files differ)
Property changes on:
documentation/trunk/movies/resources/css/images/community/watermark-beta1.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: documentation/trunk/movies/resources/css/images/community/watermark-beta2.png
===================================================================
(Binary files differ)
Property changes on:
documentation/trunk/movies/resources/css/images/community/watermark-beta2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added:
documentation/trunk/movies/resources/css/images/community/watermark-pre-release-candidate.png
===================================================================
(Binary files differ)
Property changes on:
documentation/trunk/movies/resources/css/images/community/watermark-pre-release-candidate.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added:
documentation/trunk/movies/resources/css/images/community/watermark-release-candidate.png
===================================================================
(Binary files differ)
Property changes on:
documentation/trunk/movies/resources/css/images/community/watermark-release-candidate.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: documentation/trunk/movies/resources/css/images/favicon.ico
===================================================================
(Binary files differ)
Property changes on: documentation/trunk/movies/resources/css/images/favicon.ico
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: documentation/trunk/movies/resources/xslt/pom.xml
===================================================================
--- documentation/trunk/movies/resources/xslt/pom.xml (rev 0)
+++ documentation/trunk/movies/resources/xslt/pom.xml 2009-11-06 14:40:29 UTC (rev 18450)
@@ -0,0 +1,72 @@
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>movies-xslt</artifactId>
+ <packaging>jar</packaging>
+ <version>1.0.0-SNAPSHOT</version>
+
+ <name>JBoss Tools DocBook XSLT</name>
+ <description>The main project to transform DocBook XML into XHTML and other
formats for JBoss Tools Documentation.</description>
+ <
url>http://www.jboss.org/tools/</url>
+
+ <scm>
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/jbosstools/doc...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/jbosstools/documenta...
+ </scm>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossorg-docbook-xslt</artifactId>
+ </dependency>
+ </dependencies>
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossorg-docbook-xslt</artifactId>
+ <version>1.1.0.Beta1</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <build>
+ <extensions>
+ <extension>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-webdav</artifactId>
+ <version>1.0-beta-2</version>
+ </extension>
+ </extensions>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-jdocbook-plugin</artifactId>
+ <version>2.1.0-200803311251UTC-MPJDOCBOOK-8</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
+ <distributionManagement>
+ <repository>
+ <!-- Copy the dist to the local checkout of the JBoss maven2 repo
${maven.repository.root} -->
+ <!-- It is anticipated that ${maven.repository.root} be set in user's
settings.xml -->
+ <!-- todo : replace this with direct svn access once the svnkit providers
are available -->
+ <id>repository.jboss.org</id>
+ <url>file://${maven.repository.root}</url>
+ </repository>
+ <snapshotRepository>
+ <id>snapshots.jboss.org</id>
+ <name>JBoss Snapshot Repository</name>
+ <
url>dav:https://snapshots.jboss.org/maven2</url>
+ </snapshotRepository>
+ </distributionManagement>
+
+</project>
Added: documentation/trunk/movies/resources/xslt/src/main/resources/xslt/common.xsl
===================================================================
--- documentation/trunk/movies/resources/xslt/src/main/resources/xslt/common.xsl
(rev 0)
+++
documentation/trunk/movies/resources/xslt/src/main/resources/xslt/common.xsl 2009-11-06
14:40:29 UTC (rev 18450)
@@ -0,0 +1,14 @@
+<?xml version='1.0'?>
+
+<!--
+ Copyright 2009 JBoss by Red Hat
+ License: LGPL
+ Author: Mark Newton <mark.newton(a)jboss.org>
+-->
+
+<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
+
+ <!-- XHTML settings -->
+ <xsl:param name="html.stylesheet"
select="'tools.css'"/>
+
+</xsl:stylesheet>
Added: documentation/trunk/movies/resources/xslt/src/main/resources/xslt/xhtml-single.xsl
===================================================================
--- documentation/trunk/movies/resources/xslt/src/main/resources/xslt/xhtml-single.xsl
(rev 0)
+++
documentation/trunk/movies/resources/xslt/src/main/resources/xslt/xhtml-single.xsl 2009-11-06
14:40:29 UTC (rev 18450)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
+ <xsl:import href="classpath:/xslt/org/jboss/xhtml-single.xsl"/>
+ <xsl:import href="common.xsl"/>
+
+ <xsl:param name="html.stylesheet"
select="'css/tools.css'"/>
+</xsl:stylesheet>