From f5a837dc57bc19afac3986498d4fd91b9460430f 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: Fri, 5 Aug 2016 13:01:12 +0200
Subject: [PATCH] version 0.47

---
 README.md                                     | 28 ++++++--------
 .../graphical-user-interface/vnc.md           |  2 +-
 .../salomon/software/compilers.md             |  2 +-
 html_md.sh                                    | 37 ++-----------------
 4 files changed, 17 insertions(+), 52 deletions(-)

diff --git a/README.md b/README.md
index 884ba6df3..7f06dd2c8 100755
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Převod html dokumentace do md formátu (version 0.46) - BETA
+Převod html dokumentace do md formátu (version 0.47) - BETA
 ===========================================================
 
 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
@@ -13,17 +13,19 @@ Výsledkem projektu by měl být skript pro stažení a převod stávající dok
 
 Pro svou práci si naklonujete Gitem repozitář do svého pracovního adresáře.
 
+### Vývoj
+| Verze | čas | změny |
+|--------|--------|---|
+|0.3|34m56s|přidání filtru pro html a css|
+|0.4|24m56s|oprava obrázků + optimalizace|
+|0.45|7m56s|optimalizace|
+|0.47|11m7s|přidání filtrů pro opravu a nahrazení tabulek, vylepšení filtrace, ...|
+
+
 >**Problémy**
-> * obrázky nemají správný odkaz na uložení v adresářích (částečně vyřešeno)
 > * internĂ­ a externĂ­ odkazy
 > * formátování tabulek
-> * formátovámí textu v některých místech
-> * doba převodu ~24min
-
->**Změny v nové verzi**
-> * optimalizace + měření času
-> * rozdělení filtrů podle kategorie
-> * formátování tabulek, nahrazení tabulek
+> * doba převodu ~~24min~~
 
 ### Funkce skriptu
 
@@ -37,10 +39,4 @@ Konverze html do md
 
 ```bash
 html_md.sh -c
-```
-
-Testování
-
-```bash
-html_md.sh -t
-```
+```
\ No newline at end of file
diff --git a/converted/docs.it4i.cz/get-started-with-it4innovations/accessing-the-clusters/graphical-user-interface/vnc.md b/converted/docs.it4i.cz/get-started-with-it4innovations/accessing-the-clusters/graphical-user-interface/vnc.md
index 21118b27b..fa671a00c 100644
--- a/converted/docs.it4i.cz/get-started-with-it4innovations/accessing-the-clusters/graphical-user-interface/vnc.md
+++ b/converted/docs.it4i.cz/get-started-with-it4innovations/accessing-the-clusters/graphical-user-interface/vnc.md
@@ -191,7 +191,7 @@ You should see after the successful login.
 
 Open Screensaver preferences dialog:
 
-![](gdmscreensaver.png)
+Preferences](gdmscreensaver.png/@@images/8e80a92f-f691-4d92-8e62-344128dcc00b.png "Screensaver Preferences")](../../../../salomon/gnome_screen.jpg.1)
 
 Uncheck both options below the slider:
 
diff --git a/converted/docs.it4i.cz/salomon/software/compilers.md b/converted/docs.it4i.cz/salomon/software/compilers.md
index 2e78a937b..125d99238 100644
--- a/converted/docs.it4i.cz/salomon/software/compilers.md
+++ b/converted/docs.it4i.cz/salomon/software/compilers.md
@@ -134,7 +134,7 @@ For more informations see the man pages.
 To use the Berkley UPC compiler and runtime environment to run the
 binaries use the module bupc
 
-    $ module add bupc
+    $ module add BerkeleyUPC/2.16.2-gompi-2015b
     $ upcc -version
 
 As default UPC network the "smp" is used. This is very quick and easy
diff --git a/html_md.sh b/html_md.sh
index aa2a92d56..4e69e470f 100755
--- a/html_md.sh
+++ b/html_md.sh
@@ -2,42 +2,11 @@
 
 ### DOWNLOAD AND CONVERT DOCUMENTATION
 # autor: kru0052
-# version: 0.46
+# version: 0.47
 # change: repair tables, optimalization
 # bugs: bad links for other files, formatting bugs, bad bash and other code (formatting)...
 ###
 
-if [ "$1" = "-t" ]; then
-	# testing new function
-	echo "Testing..."
-	
-	printf "\t\tformatting tables...\n"
-	cat ./test > ./test.md;
-	
-	while read x ; do 
-		arg1=`echo "$x" | cut -d"&" -f1 | sed 's:[]\[\^\$\.\*\/\"]:\\\\&:g'`;	
-		arg2=`echo "$x" | cut -d"&" -f2 | sed 's:[]\[\^\$\.\*\/\"]:\\\\&:g'`;
-	
-		sed -e 's/'"$arg1"'/'"$arg2"'/' ./test.md > ./test.tmp;
-		
-		sed -e :a -e '/\\$/N; s/\\\n//; ta' ./test.tmp > ./test.md;
-		#cat ./test.tmp > ./test.md;
-	done < ./source/tab
-	
-	
-	
-fi
-if [ "$1" = "-t1" ]; then
-
-	STARTTIME=$(date +%s)
-	
-		sleep 5
-	
-	ENDTIME=$(date +%s)
-	echo "It takes $(($ENDTIME - $STARTTIME)) seconds to complete this task..."
-
-	
-fi
 if [ "$1" = "-w" ]; then
 	# download html pages 
    STARTTIME=$(date +%s)
@@ -108,7 +77,7 @@ if [ "$1" = "-c" ]; then
 			arg2=`echo "$x" | cut -d"&" -f2 | sed 's:[]\[\^\$\.\*\/\"]:\\\\&:g'`;
 	
 			sed -e 's/'"$arg1"'/'"$arg2"'/' "${i%.*}TMP.md" > "${i%.*}TMP.TEST.md";
-			cat "${i%.*}TMP.TEST.md" > "${i%.*}TMP.md";
+			cat -s "${i%.*}TMP.TEST.md" > "${i%.*}TMP.md";
 		done < ./source/replace 
 		
 		# repair formatting...
@@ -118,7 +87,7 @@ if [ "$1" = "-c" ]; then
 			arg2=`echo "$x" | cut -d"&" -f2 | sed 's:[]\[\^\$\.\*\/\"]:\\\\&:g'`;
 	
 			sed -e 's/'"$arg1"'/'"$arg2"'/' "${i%.*}TMP.md" > "${i%.*}TMP.TEST.md";
-			cat "${i%.*}TMP.TEST.md" > "${i%.*}TMP.md";
+			cat -s "${i%.*}TMP.TEST.md" > "${i%.*}TMP.md";
 		done < ./source/formatting 
 		
 		
-- 
GitLab