blob: eeed5add72ee441fe0f720a650b46f9fd158c568 [file] [log] [blame]
lmandel3a4ece92005-07-11 20:05:31 +00001<?xml version="1.0" encoding="UTF-8"?>
2<html>
3 <!-- This file should be renamed to "package.xml" and placed within the API
4 package that you're summarizing.
5 -->
6 <head>
7 <!-- Escape to the root of your source folder -->
8 <meta
9 name="root"
10
11 content="../../../../../../" />
12 <title>title</title>
13 </head>
14
15 <body>
16 <p>
17 An overview sentence for the overview-summary page -- one sentence only.
18 </p>
19 <table width="500">
20 <tr>
21 <td>
22 <p>Insert text within this table template. The width is fixed
23 to prevent large images from stretching the text across
24 the entire screen.
25 </p>
26 </td>
27 </tr>
28 </table>
29 <!--
30 REMOVE THIS COMMENT OR THE XSLT StyleSheet WILL FAIL!
31
32 The following template should be used for images. You must escape out
33 to the root directory of your packages, include the path "overview" and
34 then the name of your image. All images should be JPEG (*.jpg -- case is
35 important). The actual images should be located under [plugin]/javadoc-images.
36 If javadoc-images does not exist in your plugin, create one and update
37 org.eclipse.wst.doc.isv/javadoc.xml to copy the *.jpg into the correct
38 location. The "overview" directory must be in the link as below since
39 the *.jpg files from [plugin]/javadoc-images to [doc]/overview.
40
41 -->
42 <table
43 cellspacing="10"
44 cellpadding="10">
45 <tr>
46 <td>
47 <p>
48 <img
49 src="[escape out to source folder level]/overview/[your image].jpg" />
50 </p>
51 </td>
52 </tr>
53 <tr>
54 <td>
55 <p>
56 <i>Figure 1: The Module Structural Metamodel API</i>
57 </p>
58 </td>
59 </tr>
60 </table>
61 -->
62 </body>
63</html>