From: Svjatoslav Agejenko Date: Sat, 23 Jun 2018 23:53:35 +0000 (+0300) Subject: Fixed broken links X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=instantlauncher.git;a=commitdiff_plain;h=81dd44207f9607bd371a6936fa503282ae336707 Fixed broken links --- diff --git a/.project b/.project deleted file mode 100755 index 1abd1b7..0000000 --- a/.project +++ /dev/null @@ -1,23 +0,0 @@ - - - instantlauncher - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.m2e.core.maven2Builder - - - - - - org.eclipse.m2e.core.maven2Nature - org.eclipse.jdt.core.javanature - - diff --git a/doc/index.html b/doc/index.html index 78bed89..4609432 100644 --- a/doc/index.html +++ b/doc/index.html @@ -2,14 +2,14 @@ Instantlauncher - navigate to your files and programs quickly! - + - - -" + + + -- 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 author: - Svjatoslav Agejenko - Homepage: http://svjatoslav.eu - Email: mailto://svjatoslav@svjatoslav.eu -- [[http://www.svjatoslav.eu/programs.jsp][other applications hosted at svjatoslav.eu]] +- [[http://www.svjatoslav.eu/projects/][Other software projects hosted at svjatoslav.eu]] -* (document settings) :noexport: -** use dark style for TWBS-HTML exporter -#+HTML_HEAD: -#+HTML_HEAD: -#+HTML_HEAD: " -#+HTML_HEAD: +** Source code +- [[http://www2.svjatoslav.eu/gitweb/?p=instantlauncher.git;a=snapshot;h=HEAD;sf=tgz][Download latest snapshot in TAR GZ format]] + +- [[http://www2.svjatoslav.eu/gitweb/?p=instantlauncher.git;a=summary][Browse Git repository online]] + +- Clone Git repository using command: + : git clone http://www2.svjatoslav.eu/git/instantlauncher.git -* General description +* Purpose Quick filesystem based document/application launcher. It starts by showing content of [[id:5ced6bf5-165a-49a0-8de4-3755d810d987][predefined directory]]. Sub directories can be chosen by simply moving mouse pointer over corresponding directory. diff --git a/instantlauncher.iml b/instantlauncher.iml index 1f6bc7c..01dfee6 100644 --- a/instantlauncher.iml +++ b/instantlauncher.iml @@ -1,5 +1,6 @@ + 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 new file mode 100755 index 0000000..33ef3a8 --- /dev/null +++ b/tools/update web site @@ -0,0 +1,10 @@ +#!/bin/bash +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/instantlauncher/ + +echo "" +echo "Press ENTER to close this window." +read