From: Svjatoslav Agejenko Date: Wed, 3 Jan 2018 21:54:19 +0000 (+0200) Subject: do not store code graphs in git repository X-Git-Tag: sixth-3d-1.2~46 X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=sixth-3d.git;a=commitdiff_plain;h=359693b60cec17a2a662de310f7d53104cfc8649 do not store code graphs in git repository --- diff --git a/doc/codeGraph/.thumbnails/gui (2C27AF7B).jpeg b/doc/codeGraph/.thumbnails/gui (2C27AF7B).jpeg deleted file mode 100644 index 22acc80..0000000 Binary files a/doc/codeGraph/.thumbnails/gui (2C27AF7B).jpeg and /dev/null differ diff --git a/doc/codeGraph/.thumbnails/gui (572F58CF).jpeg b/doc/codeGraph/.thumbnails/gui (572F58CF).jpeg deleted file mode 100644 index 449edc7..0000000 Binary files a/doc/codeGraph/.thumbnails/gui (572F58CF).jpeg and /dev/null differ diff --git a/doc/codeGraph/.thumbnails/gui (D68ADBAD).jpeg b/doc/codeGraph/.thumbnails/gui (D68ADBAD).jpeg deleted file mode 100644 index 3bc2e66..0000000 Binary files a/doc/codeGraph/.thumbnails/gui (D68ADBAD).jpeg and /dev/null differ diff --git a/doc/codeGraph/.thumbnails/metadata_6.dat b/doc/codeGraph/.thumbnails/metadata_6.dat deleted file mode 100644 index b3f553e..0000000 Binary files a/doc/codeGraph/.thumbnails/metadata_6.dat and /dev/null differ diff --git a/doc/codeGraph/.thumbnails/raster engine (7A403C30).jpeg b/doc/codeGraph/.thumbnails/raster engine (7A403C30).jpeg deleted file mode 100644 index c29574e..0000000 Binary files a/doc/codeGraph/.thumbnails/raster engine (7A403C30).jpeg and /dev/null differ diff --git a/doc/codeGraph/.thumbnails/raster engine (BAF082F6).jpeg b/doc/codeGraph/.thumbnails/raster engine (BAF082F6).jpeg deleted file mode 100644 index dccdbe7..0000000 Binary files a/doc/codeGraph/.thumbnails/raster engine (BAF082F6).jpeg and /dev/null differ diff --git a/doc/codeGraph/.thumbnails/raster engine (CCF2A95F).jpeg b/doc/codeGraph/.thumbnails/raster engine (CCF2A95F).jpeg deleted file mode 100644 index 093d23f..0000000 Binary files a/doc/codeGraph/.thumbnails/raster engine (CCF2A95F).jpeg and /dev/null differ diff --git a/doc/codeGraph/gui.png b/doc/codeGraph/gui.png deleted file mode 100644 index 48e0751..0000000 Binary files a/doc/codeGraph/gui.png and /dev/null differ diff --git a/doc/codeGraph/index.html b/doc/codeGraph/index.html deleted file mode 100644 index 2c3030f..0000000 --- a/doc/codeGraph/index.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - -

Gallery

-

- - - -

-
-
-gui
(3360x3016, 1680x1508, 840x754) -
-
-raster engine
(2845x4041, 1422x2020, 711x1010) -
diff --git a/doc/codeGraph/raster engine.png b/doc/codeGraph/raster engine.png deleted file mode 100644 index 90c63cf..0000000 Binary files a/doc/codeGraph/raster engine.png and /dev/null differ diff --git a/tools/update web site b/tools/update web site index 8f63084..62e321e 100755 --- a/tools/update web site +++ b/tools/update web site @@ -1,5 +1,11 @@ #!/bin/bash -cd "${0%/*}"; if [ "$1" != "T" ]; then xterm -e "'$0' T"; exit; fi; +cd "${0%/*}" +cd .. + + + + + # # TODO: needs updating @@ -23,5 +29,4 @@ cd "${0%/*}"; if [ "$1" != "T" ]; then xterm -e "'$0' T"; exit; fi; # rsync -avz --delete target/website/ n0@svjatoslav.eu:/var/www/svjatoslav.eu/projects/sixth # ) -echo "Script finished. Press ENTER to close this terminal" -read +rsync -avz --delete -e 'ssh -p 10006' doc/ n0@www3.svjatoslav.eu:/mnt/big/projects/sixth-3d/