From 97313296e07174f1ef178094e08edf3ae6b64636 Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Sun, 24 Jun 2018 02:27:40 +0300 Subject: [PATCH] Fixed broken links --- doc/index.html | 218 ++++++++++-------- doc/index.org | 38 +-- javainspect.iml | 16 -- tools/commit and push | 11 + tools/open with git-cola | 7 - tools/update web site | 7 +- .../demo project/javainspect-demo.iml | 14 -- 7 files changed, 160 insertions(+), 151 deletions(-) delete mode 100644 javainspect.iml create mode 100755 tools/commit and push delete mode 100755 tools/open with git-cola delete mode 100644 usage examples/demo project/javainspect-demo.iml diff --git a/doc/index.html b/doc/index.html index f56d1c7..4e2b55e 100644 --- a/doc/index.html +++ b/doc/index.html @@ -2,14 +2,14 @@ JavaInspect - Utility to visualize java software - + - - -" + + + -- 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. diff --git a/javainspect.iml b/javainspect.iml deleted file mode 100644 index 146c88c..0000000 --- a/javainspect.iml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tools/commit and push b/tools/commit and push new file mode 100755 index 0000000..057b511 --- /dev/null +++ b/tools/commit and push @@ -0,0 +1,11 @@ +#!/bin/bash +cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi; + +cd .. + +cola +git push + +echo "" +echo "Press ENTER to close this window." +read diff --git a/tools/open with git-cola b/tools/open with git-cola deleted file mode 100755 index 8655908..0000000 --- a/tools/open with git-cola +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -cd "${0%/*}" - -cd .. - -cola diff --git a/tools/update web site b/tools/update web site index 9c3e204..ed2bf31 100755 --- a/tools/update web site +++ b/tools/update web site @@ -1,7 +1,10 @@ #!/bin/bash - -cd "${0%/*}" +cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi; cd .. rsync -avz --delete -e 'ssh -p 10006' doc/ n0@www3.svjatoslav.eu:/mnt/big/projects/javainspect/ + +echo "" +echo "Press ENTER to close this window." +read diff --git a/usage examples/demo project/javainspect-demo.iml b/usage examples/demo project/javainspect-demo.iml deleted file mode 100644 index 42e85c2..0000000 --- a/usage examples/demo project/javainspect-demo.iml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file -- 2.20.1