From 15b7d550e589ab95ef04778a04389097b61a9e3a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz>
Date: Mon, 1 Aug 2016 12:03:28 +0200
Subject: [PATCH] version 0.35

---
 README.md  | 2 +-
 html_md.sh | 7 +++----
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index f5c0a6ce6..afe0afea9 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-### Převod html dokumentace do md formátu
+### Převod html dokumentace do md formátu (version 0.35)
 
 Výsledkem projektu by měl být skript pro stažení a převod stávající dokumentace na docs.it4i.cz do md formátu
 
diff --git a/html_md.sh b/html_md.sh
index f3051e456..c7ae05a53 100755
--- a/html_md.sh
+++ b/html_md.sh
@@ -2,9 +2,9 @@
 
 ### DOWNLOAD AND CONVERT DOCUMENTATION
 # autor: kru0052
-# version: 1.3
-# change: repair images links
-# bugs: bad formatting tables, bad links for other files, stayed a few html elements
+# version: 0.35
+# change: repair images bugs, change version number -1 - beta
+# bugs: bad formatting tables, bad links for other files, stayed a few html elements, formatting bugs...
 ###
 
 if [ "$1" = "-t" ]; then
@@ -60,7 +60,6 @@ if [ "$1" = "-t" ]; then
 
 	
 fi
-
 if [ "$1" = "-w" ]; then
 	# download html pages 
 	wget -X pbspro-documentation,changelog,whats-new,portal_css,portal_javascripts,++resource++jquery-ui-themes,anselm-cluster-documentation/icon.jpg -R favicon.ico,pdf.png,logo.png,background.png,application.png,search_icon.png,png.png,sh.png,touch_icon.png,anselm-cluster-documentation/icon.jpg,*js,robots.txt,*xml,RSS,download_icon.png,pdf,*zip,*rar,@@*,anselm-cluster-documentation/icon.jpg.1 --mirror --convert-links --adjust-extension --page-requisites  --no-parent https://docs.it4i.cz;
-- 
GitLab