Commit in lcsim on MAIN
resources/org/lcsim/plugin/web/examples.html+75added 1.1
                              /index.html+17added 1.1
src/org/lcsim/plugin/web/examples.html-751.11 removed
                        /index.html-171.4 removed
+92-92
2 added + 2 removed, total 4 files
JM: Move examples web page to resources dir.

lcsim/resources/org/lcsim/plugin/web
examples.html added at 1.1
diff -N examples.html
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ examples.html	26 Sep 2007 20:39:27 -0000	1.1
@@ -0,0 +1,75 @@
+<title>Examples</title>
+<h1>org.lcsim examples</h1>
+<p>These examples are written using the Java language. After opening
+them you need to compile and load them, and then use feed data to them using
+the Run menu.</p>
+<table border="1" cellpadding="0" cellspacing="0"style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber1" height="237" width="523">
+  <tr>
+    <td><a href="examples/Analysis101.java">Analysis101</a></td>
+    <td>Intro to analysis with AIDA.</td>
+  </tr>
+  <tr>
+    <td><a href="examples/BooleanCondition.java">BooleanCondition</a></td>
+    <td>Add a boolean value to the EventHeader and read it back again from a different Driver.</td>
+  </tr>
+  <tr>
+    <td><a href="examples/Cheater.java">Cheater</a></td>
+    <td>ReconCheater example that makes perfect clusters, tracks, and reconstructed particles.</td>
+  </tr>
+  <tr>
+    <td><a href="examples/ClusterFinding.java">ClusterFinding</a></td>
+    <td>Find clusters using the Nearest Neighbor clusterer.</td>
+  </tr>
+  <tr>
+    <td><a href="examples/DigiSimExample.java">DigiSimExample</a></td>
+    <td>Digitization example using the Digisim package.</td>
+  </tr>
+  <tr>
+    <td><a href="examples/EventGenerator.java">EventGenerator</a></td>
+    <td>Simple diagnostic event generator.</td>
+  </tr>
+  <tr>
+    <td><a href="examples/FastMC.java">FastMC</a></td>
+    <td>Run the Fast MC.</td>
+  </tr>
+  <tr>
+    <td><a href="examples/JetFinding.java">JetFinding</a></td>
+    <td>Use the Jet Finder.</td>
+  </tr>
+  <tr>
+    <td><a href="examples/LCIOOutput.java">LCIOOutput</a></td>
+    <td>Write LCIO output.</td>
+  </tr>
+  <tr>
+    <td><a href="examples/NestedDriverExample.java">NestedDriverExample</a></td>
+    <td>Nest analysis Drivers.</td>
+  </tr>
+  <tr>
+    <td><a href="examples/PrintEventHeader.java">PrintEventHeader</a></td>
+    <td>Print the EventHeader of each event</td>
+  </tr>
+  <tr>
+    <td><a href="examples/SkipEvent.java">SkipEvent.java</a></td>
+    <td>Skip events using the NextEventException</td>
+  </tr>
+  <tr>
+    <td><a href="examples/TrivialPFA.java">TrivialPFA.java</a></td>
+    <td>An example PFA using full cheating</td>
+  </tr>
+</table>
+<h2>org.lcsim Jython examples for advanced users</h2>
+<p>These examples are written in Jython. They have to be executed from within
+mainLoop.py, which is capable of executing Java examples as well. You will have
+to provide data samples by modifying mainLoop.py. For a Tutorial visit
+<a target="_external" href="http://confluence.slac.stanford.edu/display/ilc/Writing+a+Jython+Driver">
+Writing a Jython Driver</a></p>
+<table border="1" cellpadding="2" cellspacing="1" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber2">
+  <tr>
+    <td><a href="examples/mainLoop.py">mainLoop.py</a></td>
+    <td>The Main Jython wrapper to load any other Java or Jython example</td>
+  </tr>
+  <tr>
+    <td><a href="examples/Analysis102.py">Analysis102.py</a></td>
+    <td>A modified Jython version of Analysis101.java. Analysis101 and Analysis102 be run simultaneously in mainLoop.py.</td>
+  </tr>
+</table>

lcsim/resources/org/lcsim/plugin/web
index.html added at 1.1
diff -N index.html
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ index.html	26 Sep 2007 20:39:27 -0000	1.1
@@ -0,0 +1,17 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+
+<html>
+  <head>
+    <title>org.lcsim</title>
+  </head>
+  <body>
+  <h1>org.lcsim Help</h1>
+  There are many <a href="examples.html">examples</a> built in to the org.lcsim plugin to help you get started.
+  In addition the following web pages should be useful:
+  <ul>
+  <li><a target="_external" href="http://confluence.slac.stanford.edu/display/ilc/lcsim+Getting+Started  ">Getting started tutorial</a> 
+  <li><a target="_external" href="http://www.lcsim.org/software/lcsim">org.lcsim home page</a>.
+  <li><a target="_external" href="http://confluence.slac.stanford.edu/x/xHE">org.lcsim frequently asked questions (with answers)</a>.
+  </ul>
+  </body>
+</html>

lcsim/src/org/lcsim/plugin/web
examples.html removed after 1.11
diff -N examples.html
--- examples.html	22 Jun 2006 17:33:38 -0000	1.11
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,75 +0,0 @@
-<title>Examples</title>
-<h1>org.lcsim examples</h1>
-<p>These examples are written using the Java language. After opening
-them you need to compile and load them, and then use feed data to them using
-the Run menu.</p>
-<table border="1" cellpadding="0" cellspacing="0"style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber1" height="237" width="523">
-  <tr>
-    <td><a href="examples/Analysis101.java">Analysis101</a></td>
-    <td>Intro to analysis with AIDA.</td>
-  </tr>
-  <tr>
-    <td><a href="examples/BooleanCondition.java">BooleanCondition</a></td>
-    <td>Add a boolean value to the EventHeader and read it back again from a different Driver.</td>
-  </tr>
-  <tr>
-    <td><a href="examples/Cheater.java">Cheater</a></td>
-    <td>ReconCheater example that makes perfect clusters, tracks, and reconstructed particles.</td>
-  </tr>
-  <tr>
-    <td><a href="examples/ClusterFinding.java">ClusterFinding</a></td>
-    <td>Find clusters using the Nearest Neighbor clusterer.</td>
-  </tr>
-  <tr>
-    <td><a href="examples/DigiSimExample.java">DigiSimExample</a></td>
-    <td>Digitization example using the Digisim package.</td>
-  </tr>
-  <tr>
-    <td><a href="examples/EventGenerator.java">EventGenerator</a></td>
-    <td>Simple diagnostic event generator.</td>
-  </tr>
-  <tr>
-    <td><a href="examples/FastMC.java">FastMC</a></td>
-    <td>Run the Fast MC.</td>
-  </tr>
-  <tr>
-    <td><a href="examples/JetFinding.java">JetFinding</a></td>
-    <td>Use the Jet Finder.</td>
-  </tr>
-  <tr>
-    <td><a href="examples/LCIOOutput.java">LCIOOutput</a></td>
-    <td>Write LCIO output.</td>
-  </tr>
-  <tr>
-    <td><a href="examples/NestedDriverExample.java">NestedDriverExample</a></td>
-    <td>Nest analysis Drivers.</td>
-  </tr>
-  <tr>
-    <td><a href="examples/PrintEventHeader.java">PrintEventHeader</a></td>
-    <td>Print the EventHeader of each event</td>
-  </tr>
-  <tr>
-    <td><a href="examples/SkipEvent.java">SkipEvent.java</a></td>
-    <td>Skip events using the NextEventException</td>
-  </tr>
-  <tr>
-    <td><a href="examples/TrivialPFA.java">TrivialPFA.java</a></td>
-    <td>An example PFA using full cheating</td>
-  </tr>
-</table>
-<h2>org.lcsim Jython examples for advanced users</h2>
-<p>These examples are written in Jython. They have to be executed from within
-mainLoop.py, which is capable of executing Java examples as well. You will have
-to provide data samples by modifying mainLoop.py. For a Tutorial visit
-<a target="_external" href="http://confluence.slac.stanford.edu/display/ilc/Writing+a+Jython+Driver">
-Writing a Jython Driver</a></p>
-<table border="1" cellpadding="2" cellspacing="1" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber2">
-  <tr>
-    <td><a href="examples/mainLoop.py">mainLoop.py</a></td>
-    <td>The Main Jython wrapper to load any other Java or Jython example</td>
-  </tr>
-  <tr>
-    <td><a href="examples/Analysis102.py">Analysis102.py</a></td>
-    <td>A modified Jython version of Analysis101.java. Analysis101 and Analysis102 be run simultaneously in mainLoop.py.</td>
-  </tr>
-</table>

lcsim/src/org/lcsim/plugin/web
index.html removed after 1.4
diff -N index.html
--- index.html	3 Apr 2007 18:02:34 -0000	1.4
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,17 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-
-<html>
-  <head>
-    <title>org.lcsim</title>
-  </head>
-  <body>
-  <h1>org.lcsim Help</h1>
-  There are many <a href="examples.html">examples</a> built in to the org.lcsim plugin to help you get started.
-  In addition the following web pages should be useful:
-  <ul>
-  <li><a target="_external" href="http://confluence.slac.stanford.edu/display/ilc/lcsim+Getting+Started  ">Getting started tutorial</a> 
-  <li><a target="_external" href="http://www.lcsim.org/software/lcsim">org.lcsim home page</a>.
-  <li><a target="_external" href="http://confluence.slac.stanford.edu/x/xHE">org.lcsim frequently asked questions (with answers)</a>.
-  </ul>
-  </body>
-</html>
CVSspam 0.2.8