Prefer HTTPS in documentation
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Fri, 18 Jan 2019 22:31:07 +0000 (00:31 +0200)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Fri, 18 Jan 2019 22:31:07 +0000 (00:31 +0200)
doc/index.html
doc/index.org

index 4e2b55e..5a1a166 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:30 -->
 <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>
@@ -244,7 +244,8 @@ License, or (at your option) any later version.
 
 <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>
@@ -307,11 +308,9 @@ Notes:
 <ul class="org-ul">
 <li>A very simple example:
 
-
-<figure>
-<p><a href="example.png"><img src="example.resized.png" class="img-responsive" alt="example.resized.png"></a>
+<p>
+<a href="example.png">file:example.resized.png</a>
 </p>
-</figure>
 
 <p>
 Graph legend:
@@ -352,6 +351,7 @@ To enable commandline support, (study and) execute script:
 </p>
 <pre class="example">
 commandline launcher/install
+
 </pre>
 
 <p>
@@ -474,7 +474,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 +491,7 @@ graph.setKeepDotFile(true);
 // Produce bitmap image titled "JavaInspect.png" to the user Desktop
 // directory
 graph.generateGraph("JavaInspect");
+
 </pre>
 </div>
 
@@ -763,8 +765,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:30</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>
index f225579..6625395 100644 (file)
@@ -18,9 +18,9 @@
 
 - Program authors:
   - Svjatoslav Agejenko
-    - Homepage: http://svjatoslav.eu
+    - Homepage: https://svjatoslav.eu
     - Email: mailto://svjatoslav@svjatoslav.eu
-    - [[http://www.svjatoslav.eu/projects/][Other software projects hosted at svjatoslav.eu]]
+    - [[https://www.svjatoslav.eu/projects/][Other software projects hosted at svjatoslav.eu]]
 
   - Tony Bargnesi
     - GitHub fork for the project:
@@ -32,7 +32,7 @@
 - [[http://www2.svjatoslav.eu/gitweb/?p=javainspect.git;a=summary][Browse Git repository online]]
 
 - Clone Git repository using command:
-  : git clone http://www2.svjatoslav.eu/git/javainspect.git
+  : git clone https://www2.svjatoslav.eu/git/javainspect.git
 
 * Goal and operating principle
 Goal: simplify/speed up understanding the computer program code by