X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=javainspect.git;a=blobdiff_plain;f=doc%2Findex.org;h=f2255795c24f71bc552b07a05cc292d4b5b49fa2;hp=e0fb65c25abbebbc53a6c5e7cd8bfc6eb273a258;hb=97313296e07174f1ef178094e08edf3ae6b64636;hpb=18154d6a35b1ddbaec5d7b9d14d04aaa172010c3 diff --git a/doc/index.org b/doc/index.org index e0fb65c..f225579 100644 --- a/doc/index.org +++ b/doc/index.org @@ -1,34 +1,40 @@ #+TITLE: JavaInspect - Utility to visualize java software ------ -- [[http://www2.svjatoslav.eu/gitweb/?p=javainspect.git;a=snapshot;h=HEAD;sf=tgz][download latest snapshot]] +* (document settings) :noexport: +** use dark style for TWBS-HTML exporter +#+HTML_HEAD: +#+HTML_HEAD: +#+HTML_HEAD: +#+HTML_HEAD: -- This program is free software; you can redistribute it and/or modify - it under the terms of version 3 of the [[https://www.gnu.org/licenses/lgpl.html][GNU Lesser General Public - License]] or later as published by the Free Software Foundation. +* General +- This program is free software: you can redistribute it and/or modify + it under the terms of the [[https://www.gnu.org/licenses/lgpl.html][GNU Lesser General Public License]] as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. - Program authors: - Svjatoslav Agejenko - Homepage: http://svjatoslav.eu - Email: mailto://svjatoslav@svjatoslav.eu + - [[http://www.svjatoslav.eu/projects/][Other software projects hosted at svjatoslav.eu]] - Tony Bargnesi - GitHub fork for the project: https://github.com/abargnesi/javainspect -- [[http://www.svjatoslav.eu/programs.jsp][other applications hosted at svjatoslav.eu]] +** Source code +- [[http://www2.svjatoslav.eu/gitweb/?p=javainspect.git;a=snapshot;h=HEAD;sf=tgz][Download latest snapshot in TAR GZ format]] -* (document settings) :noexport: -** use dark style for TWBS-HTML exporter -#+HTML_HEAD: -#+HTML_HEAD: -#+HTML_HEAD: " -#+HTML_HEAD: +- [[http://www2.svjatoslav.eu/gitweb/?p=javainspect.git;a=summary][Browse Git repository online]] -* General +- Clone Git repository using command: + : git clone http://www2.svjatoslav.eu/git/javainspect.git + +* Goal and operating principle Goal: simplify/speed up understanding the computer program code by automatically visualizing its structure. @@ -51,7 +57,9 @@ By default on your Desktop directory when operated in library mode or current working directory when operated as standalone commandline application. -Note: GraphViz is developed and tested so far only on GNU/Linux. +Notes: ++ JavaInspect is developed and tested so far only on GNU/Linux. ++ See: [[https://github.com/pahen/madge][Madge - similar tool for JavaScript]] * Example graphs + A very simple example: