summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.console.help
diff options
context:
space:
mode:
authorShireesh Anjal <shireesh@gluster.com>2011-05-07 20:57:35 +0530
committerShireesh Anjal <shireesh@gluster.com>2011-05-07 20:57:35 +0530
commit2668c28ff8a4bb678304e73b156c34dc889aea8b (patch)
tree8c5e3bf42b211d6212ba343645ddb86690b20d39 /src/com.gluster.storage.management.console.help
parent740e91a3ad585a7c9e4a58e1e9c8f01c6c85392f (diff)
Added new plug-in project for help, Changed title of all summary views to "Summary", modified not to show the disk usage pie chart when the storage cloud is empty.
Diffstat (limited to 'src/com.gluster.storage.management.console.help')
-rw-r--r--src/com.gluster.storage.management.console.help/.project22
-rw-r--r--src/com.gluster.storage.management.console.help/META-INF/MANIFEST.MF8
-rw-r--r--src/com.gluster.storage.management.console.help/build.properties4
-rw-r--r--src/com.gluster.storage.management.console.help/html/concepts/maintopic.html13
-rw-r--r--src/com.gluster.storage.management.console.help/html/concepts/subtopic.html13
-rw-r--r--src/com.gluster.storage.management.console.help/html/concepts/subtopic2.html13
-rw-r--r--src/com.gluster.storage.management.console.help/html/gettingstarted/maintopic.html13
-rw-r--r--src/com.gluster.storage.management.console.help/html/gettingstarted/subtopic.html13
-rw-r--r--src/com.gluster.storage.management.console.help/html/gettingstarted/subtopic2.html13
-rw-r--r--src/com.gluster.storage.management.console.help/html/help_home.html10
-rw-r--r--src/com.gluster.storage.management.console.help/html/reference/maintopic.html13
-rw-r--r--src/com.gluster.storage.management.console.help/html/reference/subtopic.html13
-rw-r--r--src/com.gluster.storage.management.console.help/html/reference/subtopic2.html13
-rw-r--r--src/com.gluster.storage.management.console.help/html/tasks/maintopic.html13
-rw-r--r--src/com.gluster.storage.management.console.help/html/tasks/subtopic.html13
-rw-r--r--src/com.gluster.storage.management.console.help/html/tasks/subtopic2.html13
-rw-r--r--src/com.gluster.storage.management.console.help/html/toc.html13
-rw-r--r--src/com.gluster.storage.management.console.help/plugin.xml25
-rw-r--r--src/com.gluster.storage.management.console.help/toc.xml17
-rw-r--r--src/com.gluster.storage.management.console.help/tocconcepts.xml11
-rw-r--r--src/com.gluster.storage.management.console.help/tocgettingstarted.xml11
-rw-r--r--src/com.gluster.storage.management.console.help/tocreference.xml11
-rw-r--r--src/com.gluster.storage.management.console.help/toctasks.xml11
23 files changed, 299 insertions, 0 deletions
diff --git a/src/com.gluster.storage.management.console.help/.project b/src/com.gluster.storage.management.console.help/.project
new file mode 100644
index 00000000..ba39c551
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/.project
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>com.gluster.storage.management.console.help</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ </natures>
+</projectDescription>
diff --git a/src/com.gluster.storage.management.console.help/META-INF/MANIFEST.MF b/src/com.gluster.storage.management.console.help/META-INF/MANIFEST.MF
new file mode 100644
index 00000000..2bfb3270
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/META-INF/MANIFEST.MF
@@ -0,0 +1,8 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Gluster Management Console - Help
+Bundle-SymbolicName: com.gluster.storage.management.console.help; singleton:=true
+Bundle-Version: 1.0.0
+Bundle-Vendor: GLUSTER
+Require-Bundle: org.eclipse.help.ui;bundle-version="3.5.2",
+ org.eclipse.help.webapp;bundle-version="3.5.2"
diff --git a/src/com.gluster.storage.management.console.help/build.properties b/src/com.gluster.storage.management.console.help/build.properties
new file mode 100644
index 00000000..3c05d072
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/build.properties
@@ -0,0 +1,4 @@
+bin.includes = plugin.xml,\
+ META-INF/,\
+ html/,\
+ *.xml
diff --git a/src/com.gluster.storage.management.console.help/html/concepts/maintopic.html b/src/com.gluster.storage.management.console.help/html/concepts/maintopic.html
new file mode 100644
index 00000000..a476078a
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/html/concepts/maintopic.html
@@ -0,0 +1,13 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <title>Main Topic</title>
+</head>
+
+<body>
+<h1>Main Topic</h1>
+Please enter your text here.
+</body>
+</html> \ No newline at end of file
diff --git a/src/com.gluster.storage.management.console.help/html/concepts/subtopic.html b/src/com.gluster.storage.management.console.help/html/concepts/subtopic.html
new file mode 100644
index 00000000..8a61c501
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/html/concepts/subtopic.html
@@ -0,0 +1,13 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <title>Sub Topic</title>
+</head>
+
+<body>
+<h1>Sub Topic</h1>
+Please enter your text here.
+</body>
+</html> \ No newline at end of file
diff --git a/src/com.gluster.storage.management.console.help/html/concepts/subtopic2.html b/src/com.gluster.storage.management.console.help/html/concepts/subtopic2.html
new file mode 100644
index 00000000..86bcbf9c
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/html/concepts/subtopic2.html
@@ -0,0 +1,13 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <title>Sub Topic 2</title>
+</head>
+
+<body>
+<h1>Sub Topic 2</h1>
+Please enter your text here.
+</body>
+</html> \ No newline at end of file
diff --git a/src/com.gluster.storage.management.console.help/html/gettingstarted/maintopic.html b/src/com.gluster.storage.management.console.help/html/gettingstarted/maintopic.html
new file mode 100644
index 00000000..a476078a
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/maintopic.html
@@ -0,0 +1,13 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <title>Main Topic</title>
+</head>
+
+<body>
+<h1>Main Topic</h1>
+Please enter your text here.
+</body>
+</html> \ No newline at end of file
diff --git a/src/com.gluster.storage.management.console.help/html/gettingstarted/subtopic.html b/src/com.gluster.storage.management.console.help/html/gettingstarted/subtopic.html
new file mode 100644
index 00000000..8a61c501
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/subtopic.html
@@ -0,0 +1,13 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <title>Sub Topic</title>
+</head>
+
+<body>
+<h1>Sub Topic</h1>
+Please enter your text here.
+</body>
+</html> \ No newline at end of file
diff --git a/src/com.gluster.storage.management.console.help/html/gettingstarted/subtopic2.html b/src/com.gluster.storage.management.console.help/html/gettingstarted/subtopic2.html
new file mode 100644
index 00000000..86bcbf9c
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/html/gettingstarted/subtopic2.html
@@ -0,0 +1,13 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <title>Sub Topic 2</title>
+</head>
+
+<body>
+<h1>Sub Topic 2</h1>
+Please enter your text here.
+</body>
+</html> \ No newline at end of file
diff --git a/src/com.gluster.storage.management.console.help/html/help_home.html b/src/com.gluster.storage.management.console.help/html/help_home.html
new file mode 100644
index 00000000..cfd6489d
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/html/help_home.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Gluster Management Console</title>
+</head>
+<body>
+Gluster Management Console Help Home Page
+</body>
+</html> \ No newline at end of file
diff --git a/src/com.gluster.storage.management.console.help/html/reference/maintopic.html b/src/com.gluster.storage.management.console.help/html/reference/maintopic.html
new file mode 100644
index 00000000..a476078a
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/html/reference/maintopic.html
@@ -0,0 +1,13 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <title>Main Topic</title>
+</head>
+
+<body>
+<h1>Main Topic</h1>
+Please enter your text here.
+</body>
+</html> \ No newline at end of file
diff --git a/src/com.gluster.storage.management.console.help/html/reference/subtopic.html b/src/com.gluster.storage.management.console.help/html/reference/subtopic.html
new file mode 100644
index 00000000..8a61c501
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/html/reference/subtopic.html
@@ -0,0 +1,13 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <title>Sub Topic</title>
+</head>
+
+<body>
+<h1>Sub Topic</h1>
+Please enter your text here.
+</body>
+</html> \ No newline at end of file
diff --git a/src/com.gluster.storage.management.console.help/html/reference/subtopic2.html b/src/com.gluster.storage.management.console.help/html/reference/subtopic2.html
new file mode 100644
index 00000000..86bcbf9c
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/html/reference/subtopic2.html
@@ -0,0 +1,13 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <title>Sub Topic 2</title>
+</head>
+
+<body>
+<h1>Sub Topic 2</h1>
+Please enter your text here.
+</body>
+</html> \ No newline at end of file
diff --git a/src/com.gluster.storage.management.console.help/html/tasks/maintopic.html b/src/com.gluster.storage.management.console.help/html/tasks/maintopic.html
new file mode 100644
index 00000000..a476078a
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/html/tasks/maintopic.html
@@ -0,0 +1,13 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <title>Main Topic</title>
+</head>
+
+<body>
+<h1>Main Topic</h1>
+Please enter your text here.
+</body>
+</html> \ No newline at end of file
diff --git a/src/com.gluster.storage.management.console.help/html/tasks/subtopic.html b/src/com.gluster.storage.management.console.help/html/tasks/subtopic.html
new file mode 100644
index 00000000..8a61c501
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/html/tasks/subtopic.html
@@ -0,0 +1,13 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <title>Sub Topic</title>
+</head>
+
+<body>
+<h1>Sub Topic</h1>
+Please enter your text here.
+</body>
+</html> \ No newline at end of file
diff --git a/src/com.gluster.storage.management.console.help/html/tasks/subtopic2.html b/src/com.gluster.storage.management.console.help/html/tasks/subtopic2.html
new file mode 100644
index 00000000..86bcbf9c
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/html/tasks/subtopic2.html
@@ -0,0 +1,13 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <title>Sub Topic 2</title>
+</head>
+
+<body>
+<h1>Sub Topic 2</h1>
+Please enter your text here.
+</body>
+</html> \ No newline at end of file
diff --git a/src/com.gluster.storage.management.console.help/html/toc.html b/src/com.gluster.storage.management.console.help/html/toc.html
new file mode 100644
index 00000000..326f0a9f
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/html/toc.html
@@ -0,0 +1,13 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <title>Table of Contents</title>
+</head>
+
+<body>
+<h1>Table of Contents</h1>
+Please enter your text here.
+</body>
+</html> \ No newline at end of file
diff --git a/src/com.gluster.storage.management.console.help/plugin.xml b/src/com.gluster.storage.management.console.help/plugin.xml
new file mode 100644
index 00000000..0b62d954
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/plugin.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+
+ <extension
+ point="org.eclipse.help.toc">
+ <toc
+ file="toc.xml"
+ primary="true">
+ </toc>
+ <toc
+ file="tocconcepts.xml">
+ </toc>
+ <toc
+ file="tocgettingstarted.xml">
+ </toc>
+ <toc
+ file="tocreference.xml">
+ </toc>
+ <toc
+ file="toctasks.xml">
+ </toc>
+ </extension>
+
+</plugin>
diff --git a/src/com.gluster.storage.management.console.help/toc.xml b/src/com.gluster.storage.management.console.help/toc.xml
new file mode 100644
index 00000000..963995c6
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/toc.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?NLS TYPE="org.eclipse.help.toc"?>
+
+<toc label="Gluster Management Console - Help" topic="html/toc.html">
+ <topic label="Getting Started">
+ <anchor id="gettingstarted"/>
+ </topic>
+ <topic label="Concepts">
+ <anchor id="concepts"/>
+ </topic>
+ <topic label="Tasks">
+ <anchor id="tasks"/>
+ </topic>
+ <topic label="Reference">
+ <anchor id="reference"/>
+ </topic>
+</toc>
diff --git a/src/com.gluster.storage.management.console.help/tocconcepts.xml b/src/com.gluster.storage.management.console.help/tocconcepts.xml
new file mode 100644
index 00000000..d01f925e
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/tocconcepts.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?NLS TYPE="org.eclipse.help.toc"?>
+
+<toc label="Concepts" link_to="toc.xml#concepts">
+ <topic label="Main Topic" href="html/concepts/maintopic.html">
+ <topic label="Sub Topic" href="html/concepts/subtopic.html" />
+ </topic>
+ <topic label="Main Topic 2">
+ <topic label="Sub Topic 2" href="html/concepts/subtopic2.html" />
+ </topic>
+</toc>
diff --git a/src/com.gluster.storage.management.console.help/tocgettingstarted.xml b/src/com.gluster.storage.management.console.help/tocgettingstarted.xml
new file mode 100644
index 00000000..38f27e0b
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/tocgettingstarted.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?NLS TYPE="org.eclipse.help.toc"?>
+
+<toc label="Getting Started" link_to="toc.xml#gettingstarted">
+ <topic label="Main Topic" href="html/gettingstarted/maintopic.html">
+ <topic label="Sub Topic" href="html/gettingstarted/subtopic.html" />
+ </topic>
+ <topic label="Main Topic 2">
+ <topic label="Sub Topic 2" href="html/gettingstarted/subtopic2.html" />
+ </topic>
+</toc>
diff --git a/src/com.gluster.storage.management.console.help/tocreference.xml b/src/com.gluster.storage.management.console.help/tocreference.xml
new file mode 100644
index 00000000..660cdecc
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/tocreference.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?NLS TYPE="org.eclipse.help.toc"?>
+
+<toc label="Reference" link_to="toc.xml#reference">
+ <topic label="Main Topic" href="html/reference/maintopic.html">
+ <topic label="Sub Topic" href="html/reference/subtopic.html" />
+ </topic>
+ <topic label="Main Topic 2">
+ <topic label="Sub Topic 2" href="html/reference/subtopic2.html" />
+ </topic>
+</toc>
diff --git a/src/com.gluster.storage.management.console.help/toctasks.xml b/src/com.gluster.storage.management.console.help/toctasks.xml
new file mode 100644
index 00000000..c96b94bb
--- /dev/null
+++ b/src/com.gluster.storage.management.console.help/toctasks.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?NLS TYPE="org.eclipse.help.toc"?>
+
+<toc label="Tasks" link_to="toc.xml#tasks">
+ <topic label="Main Topic" href="html/tasks/maintopic.html">
+ <topic label="Sub Topic" href="html/tasks/subtopic.html" />
+ </topic>
+ <topic label="Main Topic 2">
+ <topic label="Sub Topic 2" href="html/tasks/subtopic2.html" />
+ </topic>
+</toc>