]> granicus.if.org Git - graphviz/commitdiff
Moved this directory to the graphviz-web repo
authordperry <devnull@localhost>
Fri, 25 Feb 2011 20:30:32 +0000 (20:30 +0000)
committerdperry <devnull@localhost>
Fri, 25 Feb 2011 20:30:32 +0000 (20:30 +0000)
doc/webupdate/convert_and_upload [deleted file]
doc/webupdate/convert_arrows [deleted file]
doc/webupdate/convert_attrs [deleted file]
doc/webupdate/convert_colors [deleted file]
doc/webupdate/convert_command [deleted file]
doc/webupdate/convert_lang [deleted file]
doc/webupdate/convert_output [deleted file]
doc/webupdate/convert_shapes [deleted file]
doc/webupdate/db_upload [deleted file]

diff --git a/doc/webupdate/convert_and_upload b/doc/webupdate/convert_and_upload
deleted file mode 100755 (executable)
index bdcf868..0000000
+++ /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 (executable)
index 7211b43..0000000
+++ /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 (executable)
index 8047655..0000000
+++ /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 (executable)
index ac05ac1..0000000
+++ /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 (executable)
index 2f1d0ad..0000000
+++ /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 (executable)
index 7c655cc..0000000
+++ /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 (executable)
index f6f53c8..0000000
+++ /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 (executable)
index ed51c8c..0000000
+++ /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/"<A HREF=shapes.html"/"<A HREF="/g \
--e s/'SRC='/'SRC=\/doc\/info\/'/g \
-> shapes_db
-
-
diff --git a/doc/webupdate/db_upload b/doc/webupdate/db_upload
deleted file mode 100755 (executable)
index 6d4d574..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/bash
-
-#start construction of the sql stored procedure
-echo -n "call update_html('" ;
-#dump content of converted file and escape single quotes with backslash
-#echo -n "testing";
-cat $1 | sed -e "s/[\\']/\\\'/g"; 
-#insert the title of the page being inserted as the second argument to the stored procedure
-case $1 in
-       arrows_db) echo -n "','Arrow Shapes";;
-       attrs_db) echo -n "','attrs";;
-       colors_db) echo -n "','Color Names";;
-       command_db) echo -n "','Command-line Invocation";;
-       lang_db) echo -n "','The DOT Language";;
-       output_db) echo -n "','Output Formats";;
-       shapes_db) echo -n "','Node Shapes";;
-       *)      echo -n "unkown option";exit 1;;
-esac
-echo "');" ;
-
-#pipe output to
-#mysql -u root -ppassword -D drupal
-