Author: max.andersen(a)jboss.com
Date: 2007-11-07 04:05:56 -0500 (Wed, 07 Nov 2007)
New Revision: 4753
Added:
trunk/documentation/whatsnew/template/
trunk/documentation/whatsnew/template/componentname-version.html
trunk/documentation/whatsnew/template/images/
trunk/documentation/whatsnew/template/images/sample-snapshot.png
Log:
what's new template
Added: trunk/documentation/whatsnew/template/componentname-version.html
===================================================================
--- trunk/documentation/whatsnew/template/componentname-version.html
(rev 0)
+++ trunk/documentation/whatsnew/template/componentname-version.html 2007-11-07 09:05:56
UTC (rev 4753)
@@ -0,0 +1,87 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html
xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Language" content="en-us" />
+<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
+<link rel="stylesheet" href="../whatsnew.css"/>
+<title>JBoss Tools What's New Template</title>
+</head>
+<body>
+<h1>JBoss Tools What's New Template</h1>
+<p>Last revised November 7, 2007</p>
+<p>This is the template for the "What's new" document that
+ accompanies each JBoss Tools release. (roughly based on the template from Eclipse News
and Noteworthy)</p>
+
+<table border="0" cellpadding="10" cellspacing="0"
width="80%">
+ <tr>
+ <td colspan="2">
+ <hr/>
+ <h3>JBoss Tools element</h3>
+ <hr/>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p align="right"><b>Item
+ title, in bold, no trailing punctuation, with named anchor
</b></p></td>
+ <td valign="top"><p>A quick paragraph about changes since the
last release of JBoss Tools/RHDS.
+ Tell end users about changes they'll see at the UI. Tell component writers
+ about changes they'll see at the client- and server-side APIs. Try to
+ generate some excitement; save the boring details for the manual. The
+ description should be complete sentences, with trailing punctuation.
+ Stick to the default font and size.</p>
+ <p>If a small image sheds light, place it below the description, in a
separate
+ paragraph. Regular screen snapshots should be done on Windows or Linux. Crop
+ out any extraneous stuff to focus the reader's attention on your new
+ feature. <span style="background-color: #FFFF00">The image should
be
+ no more than 466 pixels wide and in PNG-24 format</span> (as opposed
+ to GIF, TIF, BMP, or JPG).</p>
+ <p><img src="images/sample-snapshot.png"/></p>
+ <p>Name the file is a way that is appropriate and specific to the item
+ (e.g., key-bindings.png, rather than something generic like image.png).
+ Use all lowercase letters in the image file name, including the
".png"
+ file extension. As a separator, use hyphen "-" rather than
+ underscore
+ "_". </p>
+ <p>Put all the images in a sibling directory named
"images".
+ This gives HTML like <img src="images/foo.png"
alt="The
+ Foo View" />. Include a suitable alt property (which is
mandatory
+ in XHTML 1.0). Do not embed the width and height of the image.</p>
+ <p>The images should be left justified (as opposed to centered). </p>
+ <p>Use the W3C <a
href="http://validator.w3.org/#validate_by_input">XHTML
+ Markup Validation Service</a> to check your document's markup before
+ submitting.</p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2"><hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left"><a
name="itemnam2e" id="itemname2"></a><b>Another
+ item</b></td>
+ <td width="70%" valign="top">Another blurb</td>
+ </tr>
+ <tr>
+ <td colspan="2"><hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left"><a
name="itemname3" id="itemname3"></a><b>Another
+ item</b></td>
+ <td valign="top">Another blurb</td>
+ </tr>
+ <tr>
+ <td colspan="2"><hr />
+ </td>
+ </tr>
+
+</table>
+
+</body>
+
+</html>
+
+
Added: trunk/documentation/whatsnew/template/images/sample-snapshot.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/template/images/sample-snapshot.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream