From 7dd5fb58e59d4cb6ba2772b644278d849cf66f45 Mon Sep 17 00:00:00 2001 From: dperry Date: Fri, 25 Feb 2011 20:30:32 +0000 Subject: [PATCH] Moved this directory to the graphviz-web repo --- doc/webupdate/convert_and_upload | 9 --------- doc/webupdate/convert_arrows | 6 ------ doc/webupdate/convert_attrs | 19 ------------------- doc/webupdate/convert_colors | 9 --------- doc/webupdate/convert_command | 8 -------- doc/webupdate/convert_lang | 10 ---------- doc/webupdate/convert_output | 20 -------------------- doc/webupdate/convert_shapes | 13 ------------- doc/webupdate/db_upload | 23 ----------------------- 9 files changed, 117 deletions(-) delete mode 100755 doc/webupdate/convert_and_upload delete mode 100755 doc/webupdate/convert_arrows delete mode 100755 doc/webupdate/convert_attrs delete mode 100755 doc/webupdate/convert_colors delete mode 100755 doc/webupdate/convert_command delete mode 100755 doc/webupdate/convert_lang delete mode 100755 doc/webupdate/convert_output delete mode 100755 doc/webupdate/convert_shapes delete mode 100755 doc/webupdate/db_upload diff --git a/doc/webupdate/convert_and_upload b/doc/webupdate/convert_and_upload deleted file mode 100755 index bdcf86845..000000000 --- a/doc/webupdate/convert_and_upload +++ /dev/null @@ -1,9 +0,0 @@ -#! /bin/bash - -for doc in arrows attrs colors command lang output shapes -do - ./convert_${doc}; ./db_upload ${doc}_db | mysql -u root -pgraphviz2011 -D graphviz; - rm ${doc}_db -done - - diff --git a/doc/webupdate/convert_arrows b/doc/webupdate/convert_arrows deleted file mode 100755 index 7211b43dd..000000000 --- a/doc/webupdate/convert_arrows +++ /dev/null @@ -1,6 +0,0 @@ -#! /bin/bash - -dir="/home/dperry/graphviz2/doc/info" -cat ${dir}/arrows.html | sed -e /"DOCTYPE HTML"/,/"BODY BGCOLOR"/d -e /"Arrow Shapes<\/H1>"/d -e /"<\/BODY>"/d -e /"<\/HTML>"/d | \ -sed -e s/'SRC=\"'/'SRC=\"\/doc\/info\/'/g > arrows_db - diff --git a/doc/webupdate/convert_attrs b/doc/webupdate/convert_attrs deleted file mode 100755 index 804765563..000000000 --- a/doc/webupdate/convert_attrs +++ /dev/null @@ -1,19 +0,0 @@ -#! /bin/bash - -dir="/home/dperry/graphviz2/doc/info" -cat ${dir}/attrs.html | sed -e /"DOCTYPE HTML"/,/"BODY BGCOLOR"/d -e /"Node, Edge and Graph Attributes<\/H1>"/d \ --e /"<\/BODY>"/d -e /"<\/HTML>"/d | \ -sed -e s/"d:"/"d"/g -e s/"k:"/"k"/g -e s/"a:"/"a"/g \ -| sed -e s/'http:\/\/www.graphviz.org\/doc\/info\/lang.html'/'dot-language'/g \ --e s/'http:\/\/www.graphviz.org\/Documentation\/html\/layers\/'/'graphviz-layered-drawing'/g \ --e s/'http:\/\/www.graphviz.org\/Documentation\/html\/shapehowto.html'/'\/Documentation\/html\/shapehowto.html'/g \ --e s/'http:\/\/www.graphviz.org\/doc\/info\/output.html'/'output-formats'/g \ --e s/'http:\/\/www.graphviz.org\/Documentation'/'\/Documentation'/g \ --e s/"output.html"/"output-formats"/g -e s/"attrs.html"/"attrs"/g -e s/'SRC=\"'/'SRC=\"\/doc\/info\/'/g \ -| sed -e s/"colors.html"/"color-names"/g -e s/"shapes.html"/"node-shapes"/g \ --e s/"command.html"/"command-line-invocation"/g \ --e s/"en.wikipedia.org\/wiki\/Point_(typography)"/"en.wikipedia.org\/wiki\/Point_(typography) target="_blank""/g \ --e s/"cab38\/ColorBrewer\/ColorBrewer_intro.html"/"cab38\/ColorBrewer\/ColorBrewer_intro.html target="_blank""/g \ -> attrs_db - - diff --git a/doc/webupdate/convert_colors b/doc/webupdate/convert_colors deleted file mode 100755 index ac05ac10d..000000000 --- a/doc/webupdate/convert_colors +++ /dev/null @@ -1,9 +0,0 @@ -#! /bin/bash - -dir="/home/dperry/graphviz2/doc/info" -cat ${dir}/colors.html | sed -e /"DOCTYPE HTML"/,/"BODY BGCOLOR"/d -e /"Color Names<\/H1>"/d \ --e /"<\/BODY>"/d -e /"<\/HTML>"/d | \ -sed -e s/"d:"/"d"/g -e s/"attrs.html"/"attrs"/g \ -> colors_db - - diff --git a/doc/webupdate/convert_command b/doc/webupdate/convert_command deleted file mode 100755 index 2f1d0adcd..000000000 --- a/doc/webupdate/convert_command +++ /dev/null @@ -1,8 +0,0 @@ -#! /bin/bash - -dir="/home/dperry/graphviz2/doc/info" -cat ${dir}/command.html | sed -e /"DOCTYPE HTML"/,/"BODY BGCOLOR"/d -e /"Command-line Invocation"/d -e /"<\/BODY>"/d -e /"<\/HTML>"/d | \ -sed -e s/"d:"/"d"/g -e s/'http:\/\/www.graphviz.org\/doc\/info\/output.html'/output-formats/g \ --e s/"output.html"/output-formats/g -e s/"attrs.html"/attrs/g \ -> command_db - diff --git a/doc/webupdate/convert_lang b/doc/webupdate/convert_lang deleted file mode 100755 index 7c655cc4c..000000000 --- a/doc/webupdate/convert_lang +++ /dev/null @@ -1,10 +0,0 @@ -#! /bin/bash - -dir="/home/dperry/graphviz2/doc/info" -cat ${dir}/lang.html | sed -e /"DOCTYPE HTML"/,/"BODY BGCOLOR"/d -e /"The DOT Language<\/H1>"/d \ --e /"<\/BODY>"/d -e /"<\/HTML>"/d | \ -sed -e s/"attrs.html"/"attrs"/g -e s/"a:"/"a"/g \ --e s/"http:\/\/www.graphviz.org\/doc\/char.html\">"/"\/doc\/char.html\" target=\"_blank\">"/g \ -> lang_db - - diff --git a/doc/webupdate/convert_output b/doc/webupdate/convert_output deleted file mode 100755 index f6f53c879..000000000 --- a/doc/webupdate/convert_output +++ /dev/null @@ -1,20 +0,0 @@ -#! /bin/bash - -dir="/home/dperry/graphviz2/doc/info" -cat ${dir}/output.html | sed -e /"DOCTYPE HTML"/,/"BODY BGCOLOR"/d -e /"Output Formats<\/H1><\/H1>"/d \ --e /"<\/BODY>"/d -e /"<\/HTML>"/d | \ -sed -e s/"d:"/"d"/g -e s/"a:"/"a"/g -e s/"k:"/"k"/g \ -| sed -e s/'http:\/\/www.gtk.org\/\">'/'http:\/\/www.gtk.org\/\" target=\"_blank\">'/g \ --e s/'icon_image_file_format)\">'/'icon_image_file_format)\" target=\"_blank\">'/g \ --e s/'devnet\/pdf\/\">'/'devnet\/pdf\/\" target=\"_blank\">'/g \ --e s/'www.adobe.com\/svg\/\">'/'www.adobe.com\/svg\/\" target=\"_blank\">'/g \ --e s/'www.libtiff.org\/\">'/'www.libtiff.org\/\" target=\"_blank\">'/g \ --e s/"TR\/NOTE-VML\">"/"TR\/NOTE-VML\" target=\"blank\">"/g \ --e s/"www.vrml.org\/\">"/"www.vrml.org\/\" target=\"blank\">"/g \ --e s/"wiki\/Xlib\">"/"wiki\/Xlib\" target=\"blank\">"/g \ --e s/"wiki\/Bitmap\">"/"wiki\/Bitmap\" target=\"blank\">"/g \ --e s/"lang.html"/"dot-language"/g \ --e s/"attrs.html"/"attrs"/g \ -> output_db - - diff --git a/doc/webupdate/convert_shapes b/doc/webupdate/convert_shapes deleted file mode 100755 index ed51c8c84..000000000 --- a/doc/webupdate/convert_shapes +++ /dev/null @@ -1,13 +0,0 @@ -#! /bin/bash - -dir="/home/dperry/graphviz2/doc/info" -cat ${dir}/shapes.html | sed -e /"DOCTYPE HTML"/,/"BODY BGCOLOR"/d -e /"Node Shapes<\/H1>"/d \ --e /"<\/BODY>"/d -e /"<\/HTML>"/d | \ -sed -e s/"attrs.html"/"attrs"/g -e s/"a:"/"a"/g -e s/"d:"/"d"/g -e s/"k:"/"k"/g \ --e s/"http:\/\/www.graphviz.org\/doc\/char.html\">"/"\/doc\/char.html\" target=\"_blank\">"/g \ --e s/"A HREF=html"/"A HREF=\/doc\/info\/html"/g \ --e s/"