Author: pwang
Date: 2011-10-26 13:14:05 -0700 (Wed, 26 Oct 2011)
New Revision: 27309
Added:
csplugins/trunk/ucsd/ruschein/PanGIA-impl/src/main/resources/help/
csplugins/trunk/ucsd/ruschein/PanGIA-impl/src/main/resources/help/SubTopic.html
csplugins/trunk/ucsd/ruschein/PanGIA-impl/src/main/resources/help/Topic.html
csplugins/trunk/ucsd/ruschein/PanGIA-impl/src/main/resources/help/jhelpmap.jhm
csplugins/trunk/ucsd/ruschein/PanGIA-impl/src/main/resources/help/jhelpset.hs
csplugins/trunk/ucsd/ruschein/PanGIA-impl/src/main/resources/help/jhelptoc.xml
Log:
Copy from 2.x
Added:
csplugins/trunk/ucsd/ruschein/PanGIA-impl/src/main/resources/help/SubTopic.html
===================================================================
---
csplugins/trunk/ucsd/ruschein/PanGIA-impl/src/main/resources/help/SubTopic.html
(rev 0)
+++
csplugins/trunk/ucsd/ruschein/PanGIA-impl/src/main/resources/help/SubTopic.html
2011-10-26 20:14:05 UTC (rev 27309)
@@ -0,0 +1,9 @@
+<html>
+ <head>
+ <title>PanGIA Specific Help</title>
+ </head>
+ <body>
+ <h1>PanGIA Specific Help</h1>
+ PanGIA is <em>totally</em> awesome...
+ </body>
+</html>
Added:
csplugins/trunk/ucsd/ruschein/PanGIA-impl/src/main/resources/help/Topic.html
===================================================================
---
csplugins/trunk/ucsd/ruschein/PanGIA-impl/src/main/resources/help/Topic.html
(rev 0)
+++
csplugins/trunk/ucsd/ruschein/PanGIA-impl/src/main/resources/help/Topic.html
2011-10-26 20:14:05 UTC (rev 27309)
@@ -0,0 +1,9 @@
+<html>
+ <head>
+ <title>PanGIA Help</title>
+ </head>
+ <body>
+ <h1>PanGIA Help</h1>
+ PanGIA is awesome...
+ </body>
+</html>
Added:
csplugins/trunk/ucsd/ruschein/PanGIA-impl/src/main/resources/help/jhelpmap.jhm
===================================================================
---
csplugins/trunk/ucsd/ruschein/PanGIA-impl/src/main/resources/help/jhelpmap.jhm
(rev 0)
+++
csplugins/trunk/ucsd/ruschein/PanGIA-impl/src/main/resources/help/jhelpmap.jhm
2011-10-26 20:14:05 UTC (rev 27309)
@@ -0,0 +1,9 @@
+<?xml version='1.0' encoding='ISO-8859-1' ?>
+<!DOCTYPE map
+ PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp Map Version 1.0//EN"
+ "http://java.sun.com/products/javahelp/map_1_0.dtd">
+
+<map version="1.0">
+ <mapID target="Topic" url="Topic.html" />
+ <mapID target="SubTopic" url="SubTopic.html" />
+</map>
Added:
csplugins/trunk/ucsd/ruschein/PanGIA-impl/src/main/resources/help/jhelpset.hs
===================================================================
---
csplugins/trunk/ucsd/ruschein/PanGIA-impl/src/main/resources/help/jhelpset.hs
(rev 0)
+++
csplugins/trunk/ucsd/ruschein/PanGIA-impl/src/main/resources/help/jhelpset.hs
2011-10-26 20:14:05 UTC (rev 27309)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<helpset version="2.0">
+ <title>PanGIA User Manual</title>
+ <maps>
+ <homeID>top</homeID>
+ <mapref location="jhelpmap.jhm"/>
+ </maps>
+ <view>
+ <name>TOC</name>
+ <label>Table Of Contents</label>
+ <type>javax.help.TOCView</type>
+ <data>jhelptoc.xml</data>
+ </view>
+</helpset>
Added:
csplugins/trunk/ucsd/ruschein/PanGIA-impl/src/main/resources/help/jhelptoc.xml
===================================================================
---
csplugins/trunk/ucsd/ruschein/PanGIA-impl/src/main/resources/help/jhelptoc.xml
(rev 0)
+++
csplugins/trunk/ucsd/ruschein/PanGIA-impl/src/main/resources/help/jhelptoc.xml
2011-10-26 20:14:05 UTC (rev 27309)
@@ -0,0 +1,10 @@
+<?xml version='1.0' encoding='ISO-8859-1' ?>
+
+<!DOCTYPE toc
+ PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp TOC Version 2.0//EN"
+ "http://java.sun.com/products/javahelp/toc_2_0.dtd">
+<toc version="2.0">
+ <tocitem text="PanGIA" target="Topic">
+ <tocitem text="Getting started" target="SubTopic"/>
+ </tocitem>
+</toc>
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.