[jbosstools-commits] JBoss Tools SVN: r23143 - in documentation/trunk/movies: introduction_to_riftsaw and 1 other directory.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Jun 30 21:57:20 EDT 2010


Author: irooskov at redhat.com
Date: 2010-06-30 21:57:18 -0400 (Wed, 30 Jun 2010)
New Revision: 23143

Added:
   documentation/trunk/movies/introduction_to_riftsaw/
   documentation/trunk/movies/introduction_to_riftsaw/RiftsawHelloWorld.wnk
   documentation/trunk/movies/introduction_to_riftsaw/readme.txt
Log:
added Petr's RiftSaw HellowWorld example to wink repo


Added: documentation/trunk/movies/introduction_to_riftsaw/RiftsawHelloWorld.wnk
===================================================================
(Binary files differ)


Property changes on: documentation/trunk/movies/introduction_to_riftsaw/RiftsawHelloWorld.wnk
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: documentation/trunk/movies/introduction_to_riftsaw/readme.txt
===================================================================
--- documentation/trunk/movies/introduction_to_riftsaw/readme.txt	                        (rev 0)
+++ documentation/trunk/movies/introduction_to_riftsaw/readme.txt	2010-07-01 01:57:18 UTC (rev 23143)
@@ -0,0 +1,25 @@
+To apply Jboss org styles to the generated HTML file, you should do next:
+ 
+
+-  first, add the HEAD of the HTML document to attach a style sheet, a tab icon and a title of the page:
+
+        	<head>
+        	<title>An introduction to RiftSaw tooling</title>
+        	<link rel="stylesheet" href="../resources/tools.css"
+	type="text/css"/>
+        	<link xmlns="" rel="shortcut icon" type="image/vnd.microsoft.icon"   		href="../resources/images/favicon.ico"/>
+        	</head>
+
+
+-  place the generated by Wink OBJECT inside this block element:
+
+        	<div class="book">
+        	<p id="title"><a href="http://www.jboss.org" class="site_href">
+        	<strong>JBoss.org</strong></a><a href="http://docs.jboss.org/" class="doc_href">
+        	<strong>Community Demos</strong></a></p> 
+
+	        <--! Place the OBJECT generated by Wink here. -->
+
+	        </div>
+
+	



More information about the jbosstools-commits mailing list