Fixed broken link and broken thumbnail display
[javainspect.git] / doc / index.html
index 4e2b55e..9bbe3f6 100644 (file)
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <title>JavaInspect - Utility to visualize java software</title>
-<!-- 2018-06-24 Sun 02:25 -->
+<!-- 2019-01-19 Sat 00:47 -->
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta name="generator" content="Org-mode">
@@ -211,11 +211,11 @@ License, or (at your option) any later version.
 <ul class="org-ul">
 <li>Svjatoslav Agejenko
 <ul class="org-ul">
-<li>Homepage: <a href="http://svjatoslav.eu">http://svjatoslav.eu</a>
+<li>Homepage: <a href="https://svjatoslav.eu">https://svjatoslav.eu</a>
 </li>
 <li>Email: <a href="mailto://svjatoslav@svjatoslav.eu">mailto://svjatoslav@svjatoslav.eu</a>
 </li>
-<li><a href="http://www.svjatoslav.eu/projects/">Other software projects hosted at svjatoslav.eu</a>
+<li><a href="https://www.svjatoslav.eu/projects/">Other software projects hosted at svjatoslav.eu</a>
 </li>
 </ul>
 </li>
@@ -236,15 +236,16 @@ License, or (at your option) any later version.
 <h3 id="sec-1-1"><span class="section-number-3">1.1</span> Source code</h3>
 <div class="outline-text-3" id="text-1-1">
 <ul class="org-ul">
-<li><a href="http://www2.svjatoslav.eu/gitweb/?p=javainspect.git;a=snapshot;h=HEAD;sf=tgz">Download latest snapshot in TAR GZ format</a>
+<li><a href="https://www2.svjatoslav.eu/gitweb/?p=javainspect.git;a=snapshot;h=HEAD;sf=tgz">Download latest snapshot in TAR GZ format</a>
 </li>
 
-<li><a href="http://www2.svjatoslav.eu/gitweb/?p=javainspect.git;a=summary">Browse Git repository online</a>
+<li><a href="https://www2.svjatoslav.eu/gitweb/?p=javainspect.git;a=summary">Browse Git repository online</a>
 </li>
 
 <li>Clone Git repository using command:
 <pre class="example">
-git clone http://www2.svjatoslav.eu/git/javainspect.git
+git clone https://www2.svjatoslav.eu/git/javainspect.git
+
 </pre>
 </li>
 </ul>
@@ -261,7 +262,7 @@ automatically visualizing its structure.
 </p>
 
 <p>
-<a href="http://www3.svjatoslav.eu/projects/sixth-3d/graphs/">See example produced graphs</a> for <a href="http://www3.svjatoslav.eu/projects/sixth-3d/">Sixth 3D - 3D engine project</a>.
+<a href="https://www3.svjatoslav.eu/projects/sixth-3d/graphs/">See example produced graphs</a> for <a href="https://www3.svjatoslav.eu/projects/sixth-3d/">Sixth 3D - 3D engine project</a>.
 </p>
 
 <p>
@@ -309,7 +310,7 @@ Notes:
 
 
 <figure>
-<p><a href="example.png"><img src="example.resized.png" class="img-responsive" alt="example.resized.png"></a>
+<p><img src="example.png" class="img-responsive" alt="example.png">
 </p>
 </figure>
 
@@ -323,8 +324,11 @@ Graph legend:
 </p>
 </figure>
 </li>
+</ul>
 
-<li><a href="http://www3.svjatoslav.eu/projects/sixth-3d/graphs/">See example produced graphs</a> for <a href="http://www3.svjatoslav.eu/projects/sixth-3d/">Sixth 3D - 3D engine project</a>.
+
+<ul class="org-ul">
+<li><a href="https://www3.svjatoslav.eu/projects/sixth-3d/graphs/">See example produced graphs</a> for <a href="https://www3.svjatoslav.eu/projects/sixth-3d/">Sixth 3D - 3D engine project</a>.
 </li>
 </ul>
 </div>
@@ -352,6 +356,7 @@ To enable commandline support, (study and) execute script:
 </p>
 <pre class="example">
 commandline launcher/install
+
 </pre>
 
 <p>
@@ -474,7 +479,8 @@ classes and visualizing GraphViz itself.
 
 <div class="org-src-container">
 
-<pre class="src src-java">// Create graph
+<pre class="src src-java">
+// Create graph
 final ClassGraph graph = new ClassGraph();
 
 // Add some random object to the graph. GraphViz will detect Class from
@@ -490,6 +496,7 @@ graph.setKeepDotFile(true);
 // Produce bitmap image titled "JavaInspect.png" to the user Desktop
 // directory
 graph.generateGraph("JavaInspect");
+
 </pre>
 </div>
 
@@ -553,7 +560,7 @@ Result:
 <h4 id="sec-4-2-3"><span class="section-number-4">4.2.3</span> example 3: GraphViz embedded in another project</h4>
 <div class="outline-text-4" id="text-4-2-3">
 <ol class="org-ol">
-<li>Download project Sixth <a href="http://www2.svjatoslav.eu/gitweb/?p=sixth.git;a=snapshot;h=HEAD;sf=tgz">code snapshot</a>.
+<li>Download project Sixth <a href="https://www2.svjatoslav.eu/gitweb/?p=sixth.git;a=snapshot;h=HEAD;sf=tgz">code snapshot</a>.
 </li>
 <li>Inspect and run *DataGraph.java*.
 </li>
@@ -718,7 +725,7 @@ data/structure using JVM debug port and mechanism.
 <li>FEATURE: Possibility to attach to JVM using JVM agent.
 </li>
 
-<li>FEATURE: Possibility to inspect graphs in 3D using <a href="http://www2.svjatoslav.eu/gitbrowse/sixth-3d/doc/index.html">Sixth 3D engine</a>.
+<li>FEATURE: Possibility to inspect graphs in 3D using <a href="https://www3.svjatoslav.eu/projects/sixth-3d/">Sixth 3D engine</a>.
 </li>
 
 <li>FEATURE: Possibility to select classes/fields/values to be
@@ -763,8 +770,8 @@ project build/release process.
 </div></div></div>
 <footer id="postamble" class="">
 <div><p class="author">Author: Svjatoslav Agejenko</p>
-<p class="date">Created: 2018-06-24 Sun 02:25</p>
-<p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 25.1.1 (<a href="http://orgmode.org">Org-mode</a> 8.2.10)</p>
+<p class="date">Created: 2019-01-19 Sat 00:47</p>
+<p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 26.1 (<a href="http://orgmode.org">Org-mode</a> 9.1.9)</p>
 </div>
 </footer>
 </body>