Anpassungen in der Versions und Jahresangabe in den Skripten. Quelltextdumumentation angepasst

This commit is contained in:
Marko Oldenburg 2015-06-03 06:30:04 +02:00
parent 6396a8d9e3
commit 383b8d7838
6 changed files with 12 additions and 11 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# Calibre Auto Updater Installscript # Calibre Auto Updater Installscript
# Copyright (C) 2013-2014 Leon Gaultier # Copyright (C) 2013-2015 Leon Gaultier
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View File

@ -1,11 +1,11 @@
# Calibre Auto Updater Header File # Calibre Auto Updater Header File
# Copyright (C) 2013-2014 Leon Gaultier # Copyright (C) 2013-2015 Leon Gaultier
# #
func_term_output () { # einheitliche Terminalausgabe, Terminal löschen func_term_output () { # einheitliche Terminalausgabe, Terminal löschen
## Beginne mit der Ausgbe ## ## Beginne mit der Ausgbe ##
tty -s && clear tty -s && clear
echo -e "\033[44m \033[0m\033[1m $PROGNAME: Der Calibre-Autoupdate-Installer Version $VERSION\033[0m\n\033[44m \033[0m 2013-2014 by Leon Gaultier\n\e[m"; echo -e "\033[44m \033[0m\033[1m $PROGNAME: Der Calibre-Autoupdate-Installer Version $VERSION\033[0m\n\033[44m \033[0m 2013-2015 by Leon Gaultier\n\e[m";
return 0 return 0
} }

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Calibre Auto Updater - The Skript automatically updates your Calibre (http://calibre-ebook.com/) # Calibre Auto Updater - The Skript automatically updates your Calibre (http://calibre-ebook.com/)
# Installation # Installation
# Copyright (C) 2013-2014 Leon Gaultier # Copyright (C) 2013-2015 Leon Gaultier
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -95,8 +95,9 @@
# der Konsole ausgegeben werden. Außerdem wurde sed für den /s Parameter angepasst. Da gab es in der letzten # der Konsole ausgegeben werden. Außerdem wurde sed für den /s Parameter angepasst. Da gab es in der letzten
# sed Version eine Änderung # sed Version eine Änderung
# #
# v0.24 Anpassungen an neue URL für die Überprüfung der aktuelll im Netz vorhandene Version. Kleine Bugfixes.
#
# TODO Auslesen der Download URL von der Download Seite # TODO Auslesen der Download URL von der Download Seite
# kontrolle ob alle benötigten programme für das skript vorhanden sind
# #
# #
########################################################## ##########################################################
@ -130,7 +131,7 @@ source $INC/calibre-autoupdate_checks.h
####################################################### #######################################################
####################################################### #######################################################
# Wenn eine grafische Oberfläche vorhanden ist, wird u.a. "notify-send" für Benachrichtigungen verwendet, ansonsten immer "echo" # Wenn eine "KDE" oder "PLASMA NEXT" vorhanden ist, wird der "kdialog" für Benachrichtigungen verwendet, ansonsten immer "echo"
NOTIFY="echo" NOTIFY="echo"
[ -n "$DISPLAY" ] && NOTIFY="kdialog --passivepopup" [ -n "$DISPLAY" ] && NOTIFY="kdialog --passivepopup"

View File

@ -1,5 +1,5 @@
# Calibre Auto Updater Configfile # Calibre Auto Updater Configfile
# Copyright (C) 2013-2014 Leon Gaultier # Copyright (C) 2013-2015 Leon Gaultier
# #
# Calibre Download Seite URL. # Calibre Download Seite URL.

View File

@ -1,11 +1,11 @@
# Calibre Auto Updater Header File # Calibre Auto Updater Header File
# Copyright (C) 2013-2014 Leon Gaultier # Copyright (C) 2013-2015 Leon Gaultier
# #
func_term_output () { func_term_output () {
## Beginne mit der Ausgbe ## ## Beginne mit der Ausgbe ##
tty -s && clear tty -s && clear
echo -e "\033[44m \033[0m\033[1m $PROGNAME Version $VERSION\033[0m\n\033[44m \033[0m 2013-2014 by Leon Gaultier\n\e[m"; echo -e "\033[44m \033[0m\033[1m $PROGNAME Version $VERSION\033[0m\n\033[44m \033[0m 2013-2015 by Leon Gaultier\n\e[m";
return 0 return 0
} }

View File

@ -1,5 +1,5 @@
# Calibre Auto Updater Configfile # Calibre Auto Updater Configfile
# Copyright (C) 2013-2014 Leon Gaultier # Copyright (C) 2013-2015 Leon Gaultier
# #
func_http_status_code () { func_http_status_code () {