Added class-visualizer reference.
[javainspect.git] / doc / index.org
index f225579..e2a4f89 100644 (file)
 
 - 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:
       https://github.com/abargnesi/javainspect
 
 ** Source code
-- [[http://www2.svjatoslav.eu/gitweb/?p=javainspect.git;a=snapshot;h=HEAD;sf=tgz][Download latest snapshot in TAR GZ format]]
+- [[https://www2.svjatoslav.eu/gitweb/?p=javainspect.git;a=snapshot;h=HEAD;sf=tgz][Download latest snapshot in TAR GZ format]]
 
-- [[http://www2.svjatoslav.eu/gitweb/?p=javainspect.git;a=summary][Browse Git repository online]]
+- [[https://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
 automatically visualizing its structure.
 
-[[http://www3.svjatoslav.eu/projects/sixth-3d/graphs/][See example produced graphs]] for [[http://www3.svjatoslav.eu/projects/sixth-3d/][Sixth 3D - 3D engine project]].
+[[https://www3.svjatoslav.eu/projects/sixth-3d/graphs/][See example produced graphs]] for [[https://www3.svjatoslav.eu/projects/sixth-3d/][Sixth 3D - 3D engine project]].
 
 JavaInspect can be used as a [[id:acf1896a-74b4-4914-acf6-a77075e07f25][standalone commandline utility]] as well as
 [[id:bbeeffc8-3767-440d-8d93-ec9124dd60ee][java library]]. JavaInspect uses primarily Java built-in reflection to
@@ -64,13 +64,14 @@ Notes:
 * Example graphs
 + A very simple example:
 
-    [[file:example.png][file:example.resized.png]]
+    file:example.png
 
     Graph legend:
 
     file:legend.png
 
-+ [[http://www3.svjatoslav.eu/projects/sixth-3d/graphs/][See example produced graphs]] for [[http://www3.svjatoslav.eu/projects/sixth-3d/][Sixth 3D - 3D engine project]].
+
++ [[https://www3.svjatoslav.eu/projects/sixth-3d/graphs/][See example produced graphs]] for [[https://www3.svjatoslav.eu/projects/sixth-3d/][Sixth 3D - 3D engine project]].
 
 * Usage
   :PROPERTIES:
@@ -221,7 +222,7 @@ Result:
     - Generated PNG image: [[file:JavaInspect%20full%20project.png][JavaInspect full project.png]]
 
 *** example 3: GraphViz embedded in another project
-1. Download project Sixth [[http://www2.svjatoslav.eu/gitweb/?p=sixth.git;a=snapshot;h=HEAD;sf=tgz][code snapshot]].
+1. Download project Sixth [[https://www2.svjatoslav.eu/gitweb/?p=sixth.git;a=snapshot;h=HEAD;sf=tgz][code snapshot]].
 2. Inspect and run *DataGraph.java*.
 
 *** Embedding JavaInspect in your Maven project
@@ -318,7 +319,7 @@ LOT of cool ideas could be implemented. For intstance:
 
 - FEATURE: Possibility to attach to JVM using JVM agent.
 
-- FEATURE: Possibility to inspect graphs in 3D using [[http://www2.svjatoslav.eu/gitbrowse/sixth-3d/doc/index.html][Sixth 3D engine]].
+- FEATURE: Possibility to inspect graphs in 3D using [[https://www3.svjatoslav.eu/projects/sixth-3d/][Sixth 3D engine]].
 
 - FEATURE: Possibility to select classes/fields/values to be
   visualized in some graph query language. For greater flexibility in
@@ -332,3 +333,6 @@ LOT of cool ideas could be implemented. For intstance:
 
 - FEATURE: Configurable maven plugin to generate graphs as part of the
   project build/release process.
+* See also
+Similar or alternative solutions:
++ http://www.class-visualizer.net/