From cd703af6cd33a140e29678c818883cf239ed0232 Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Sat, 19 Jan 2019 01:28:39 +0200 Subject: [PATCH] prefer HTTPS in documentation --- doc/index.html | 51 +++++++++++++++++++++++++--------------- doc/index.org | 4 ++-- tools/commit and push | 11 +++++++++ tools/open with git-cola | 7 ------ 4 files changed, 45 insertions(+), 28 deletions(-) create mode 100755 tools/commit and push delete mode 100755 tools/open with git-cola diff --git a/doc/index.html b/doc/index.html index f3738e8..35d0e25 100644 --- a/doc/index.html +++ b/doc/index.html @@ -2,7 +2,7 @@ Svjatoslav Commons - Java library of commonly used functions - + @@ -198,7 +198,7 @@ $(function() {

Svjatoslav Commons - Java library of commonly used functions


    -
  • download latest snapshot +
  • download latest snapshot
  • This program is free software; you can redistribute it and/or modify @@ -210,7 +210,7 @@ License or later as published by the Free Software Foundation.
    • Svjatoslav Agejenko
    • -
    • Homepage: http://svjatoslav.eu +
    • Homepage: https://svjatoslav.eu
    • Email: mailto://svjatoslav@svjatoslav.eu
    • @@ -228,12 +228,14 @@ License or later as published by the Free Software Foundation.
    • Commandline Interface helper
       eu.svjatoslav.commons.commandline.CLIHelper
      +
       
    • Commandline arguments parser and validator.
       eu.svjatoslav.commons.commandline.parameterparser
      +
       
    • @@ -241,6 +243,7 @@ eu.svjatoslav.commons.commandline.parameterparser
       eu.svjatoslav.commons.data.BitInputStream
       eu.svjatoslav.commons.data.BitOutputStream
      +
       
      @@ -248,12 +251,14 @@ eu.svjatoslav.commons.data.BitOutputStream
       eu.svjatoslav.commons.data.EnhancedDataInputStream
       eu.svjatoslav.commons.data.EnhancedDataOutputStream
      +
       
    • Byte array to HEX string converter.
       eu.svjatoslav.commons.data.HexConverter
      +
       
    • @@ -261,18 +266,21 @@ eu.svjatoslav.commons.data.HexConverter unreliable. Better solution is needed.)
       eu.svjatoslav.commons.file.CommonPathResolver
      +
       
    • File path parser.
       eu.svjatoslav.commons.file.FilePathParser
      +
       
    • File IO helper.
       eu.svjatoslav.commons.file.IOHelper
      +
       
    • @@ -282,6 +290,7 @@ eu.svjatoslav.commons.file.IOHelper and associated program call stack traceback.
       eu.svjatoslav.commons.gui.dialog.ExceptionDialog
      +
       
    @@ -291,24 +300,28 @@ eu.svjatoslav.commons.gui.dialog.ExceptionDialog sites.
     eu.svjatoslav.commons.network.navigation
    +
     
  • String tokenizer.
     eu.svjatoslav.commons.string.tokenizer
    +
     
  • Improved String, optimized for dealing with prefixes and suffixes.
     eu.svjatoslav.commons.string.String2
    +
     
  • Wildcards matcher. (?, *)
     eu.svjatoslav.commons.string.WildCardMatcher#match
    +
     
@@ -328,26 +341,26 @@ Maven pom.xml file snippet:
-
<dependencies>
+
<dependencies>
     ...
-    <dependency>
-        <groupId>eu.svjatoslav</groupId>
-        <artifactId>svjatoslavcommons</artifactId>
-        <version>1.7</version>
-    </dependency>
+    <dependency>
+        <groupId>eu.svjatoslav</groupId>
+        <artifactId>svjatoslavcommons</artifactId>
+        <version>1.7</version>
+    </dependency>
     ...
-</dependencies>
+</dependencies>
 
 
-<repositories>
+<repositories>
     ...
-    <repository>
-        <id>svjatoslav.eu</id>
-        <name>Svjatoslav repository</name>
-        <url>http://www2.svjatoslav.eu/maven/</url>
-    </repository>
+    <repository>
+        <id>svjatoslav.eu</id>
+        <name>Svjatoslav repository</name>
+        <url>http://www2.svjatoslav.eu/maven/</url>
+    </repository>
     ...
-</repositories>
+</repositories>
 
@@ -363,8 +376,8 @@ Maven pom.xml file snippet:
diff --git a/doc/index.org b/doc/index.org index 13205f5..fd1101a 100644 --- a/doc/index.org +++ b/doc/index.org @@ -1,7 +1,7 @@ #+TITLE: Svjatoslav Commons - Java library of commonly used functions ----- -- [[http://www2.svjatoslav.eu/gitweb/?p=svjatoslav_commons.git;a=snapshot;h=HEAD;sf=tgz][download latest snapshot]] +- [[https://www2.svjatoslav.eu/gitweb/?p=svjatoslav_commons.git;a=snapshot;h=HEAD;sf=tgz][download latest snapshot]] - 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 @@ -9,7 +9,7 @@ - Program author: - Svjatoslav Agejenko - - Homepage: http://svjatoslav.eu + - Homepage: https://svjatoslav.eu - Email: mailto://svjatoslav@svjatoslav.eu - [[http://www.svjatoslav.eu/programs.jsp][other applications hosted at svjatoslav.eu]] 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 -- 2.20.1