Origin: commit, revision id: jelmer@jelmer.uk-20171007132726-hlzv4bphoepm5up8
Author: Jelmer Vernooĳ <jelmer@jelmer.uk>
Last-Update: 2017-10-07
Applied-Upstream: no
X-Bzr-Revision-Id: jelmer@jelmer.uk-20171007132726-hlzv4bphoepm5up8

=== modified file 'Makefile'
--- old/Makefile	2017-10-01 19:59:10 +0000
+++ new/Makefile	2017-10-07 13:27:26 +0000
@@ -165,20 +165,11 @@
 # Clean out generated documentation
 clean-sphinx:
 	cd doc/en && make clean
-	cd doc/es && make clean
-	cd doc/ja && make clean
-	cd doc/ru && make clean
 	cd doc/developers && make clean
 
 SPHINX_DEPENDENCIES = \
         doc/en/release-notes/index.txt \
         doc/en/user-reference/index.txt \
-	doc/es/Makefile \
-	doc/es/make.bat \
-	doc/ja/Makefile \
-	doc/ja/make.bat \
-	doc/ru/Makefile \
-	doc/ru/make.bat \
 	doc/developers/Makefile \
 	doc/developers/make.bat
 
@@ -199,9 +190,6 @@
 # Build the html docs using Sphinx.
 html-sphinx: $(SPHINX_DEPENDENCIES)
 	cd doc/en && make html
-	cd doc/es && make html
-	cd doc/ru && make html
-	cd doc/ja && make html
 	cd doc/developers && make html
 
 # Build the PDF docs using Sphinx. This requires numerous LaTeX
@@ -211,11 +199,8 @@
 # Russian hyphenation rules, etc.)
 pdf-sphinx: $(SPHINX_DEPENDENCIES)
 	cd doc/en && make latex
-	cd doc/es && make latex
-	cd doc/ja && make latex
 	cd doc/developers && make latex
 	cd doc/en/_build/latex && make all-pdf
-	cd doc/es/_build/latex && make all-pdf
 	cd doc/developers/_build/latex && make all-pdf
 
 # Build the CHM (Windows Help) docs using Sphinx.
@@ -223,18 +208,12 @@
 # to generate the final chm files.
 chm-sphinx: $(SPHINX_DEPENDENCIES)
 	cd doc/en && make htmlhelp
-	cd doc/es && make htmlhelp
-	cd doc/ru && make htmlhelp
-	cd doc/ja && make htmlhelp
 	cd doc/developers && make htmlhelp
 
 
 # Build the texinfo files using Sphinx.
 texinfo-sphinx: $(SPHINX_DEPENDENCIES)
 	cd doc/en && make texinfo
-	cd doc/es && make texinfo
-	cd doc/ru && make texinfo
-	cd doc/ja && make texinfo
 	cd doc/developers && make texinfo
 
 ### Documentation Website ###
@@ -245,9 +224,6 @@
 # Build and package docs into a website, complete with downloads.
 doc-website: html-sphinx pdf-sphinx
 	$(PYTHON) tools/package_docs.py doc/en $(DOC_WEBSITE_BUILD)
-	$(PYTHON) tools/package_docs.py doc/es $(DOC_WEBSITE_BUILD)
-	$(PYTHON) tools/package_docs.py doc/ru $(DOC_WEBSITE_BUILD)
-	$(PYTHON) tools/package_docs.py doc/ja $(DOC_WEBSITE_BUILD)
 	$(PYTHON) tools/package_docs.py doc/developers $(DOC_WEBSITE_BUILD)
 
 
@@ -266,11 +242,6 @@
 	doc/en/tutorials/tutorial.txt \
 	doc/en/tutorials/using_breezy_with_launchpad.txt \
 	doc/en/tutorials/centralized_workflow.txt \
-        $(call sw,doc/es/tutorials/*.txt) \
-	$(call sw,doc/ru/tutorials/*.txt) \
-	doc/ja/tutorials/tutorial.txt \
-	doc/ja/tutorials/using_bazaar_with_launchpad.txt \
-	doc/ja/tutorials/centralized_workflow.txt \
 	$(call sw,doc/*/mini-tutorial/index.txt) \
 	$(call sw,doc/*/user-guide/index-plain.txt) \
 	doc/en/admin-guide/index-plain.txt \
@@ -281,9 +252,6 @@
 	$(call sw,doc/index.*.txt)
 txt_nohtml = \
 	doc/en/user-guide/index.txt \
-	doc/es/user-guide/index.txt \
-	doc/ja/user-guide/index.txt \
-	doc/ru/user-guide/index.txt \
 	doc/en/admin-guide/index.txt
 txt_files = $(filter-out $(txt_nohtml), $(txt_all))
 htm_files = $(patsubst %.txt, %.html, $(txt_files)) 

=== modified file 'breezy/tests/test_diff.py'
--- old/breezy/tests/test_diff.py	2017-06-11 02:27:01 +0000
+++ new/breezy/tests/test_diff.py	2017-10-05 23:45:17 +0000
@@ -320,6 +320,8 @@
 
     def test_external_diff_binary(self):
         """The output when using external diff should use diff's i18n error"""
+        for lang in ('LANG', 'LC_ALL', 'LANGUAGE'):
+            self.overrideEnv(lang, 'C')
         # Make sure external_diff doesn't fail in the current LANG
         lines = external_udiff_lines(['\x00foobar\n'], ['foo\x00bar\n'])
 

=== modified file 'doc/en/release-notes/brz-3.0.txt'
--- old/doc/en/release-notes/brz-3.0.txt	2017-09-10 03:15:37 +0000
+++ new/doc/en/release-notes/brz-3.0.txt	2017-10-07 13:27:26 +0000
@@ -146,6 +146,10 @@
  * Various documents have been updated to explain that Breezy is a fork
    of Bazaar.
 
+ * Documentation translations into Japanese, Spanish and Russian have been
+   removed since there are no current translators to update them.
+   (Jelmer Vernooĳ)
+
 API Changes
 ***********
 

=== removed directory 'doc/es'
=== removed directory 'doc/es/_static'
=== removed directory 'doc/es/_static/es'
=== removed file 'doc/es/_static/es/Makefile'
--- old/doc/es/_static/es/Makefile	2009-09-09 00:49:50 +0000
+++ new/doc/es/_static/es/Makefile	1970-01-01 00:00:00 +0000
@@ -1,19 +0,0 @@
-TARGETS=bzr-es-quick-reference.png bzr-es-quick-reference.pdf
-OBJECTS=bzr-es-quick-reference.svg Makefile
-
-all: $(TARGETS)
-
-.SUFFIXES: .svg .png .pdf
-
-.svg.pdf:
-	rsvg-convert -d 300 -p 300 -f pdf -o $@ $<
-
-.svg.png:
-	rsvg-convert -d 300 -p 300 -z 3.3346 -f png -o $@ $<
-
-bzr-es-quick-reference.png: $(OBJECTS)
-
-bzr-es-quick-reference.pdf: $(OBJECTS)
-
-clean:
-	rm -f $(TARGETS)

=== removed file 'doc/es/_static/es/bzr-es-quick-reference.pdf'
Binary files old/doc/es/_static/es/bzr-es-quick-reference.pdf	2009-12-02 23:09:40 +0000 and new/doc/es/_static/es/bzr-es-quick-reference.pdf	1970-01-01 00:00:00 +0000 differ
=== removed file 'doc/es/_static/es/bzr-es-quick-reference.png'
Binary files old/doc/es/_static/es/bzr-es-quick-reference.png	2009-12-02 23:09:40 +0000 and new/doc/es/_static/es/bzr-es-quick-reference.png	1970-01-01 00:00:00 +0000 differ
=== removed file 'doc/es/_static/es/bzr-es-quick-reference.svg'
--- old/doc/es/_static/es/bzr-es-quick-reference.svg	2012-07-27 13:56:46 +0000
+++ new/doc/es/_static/es/bzr-es-quick-reference.svg	1970-01-01 00:00:00 +0000
@@ -1,1691 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="1052.3622"
-   height="744.09448"
-   id="svg2766"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   version="1.0"
-   sodipodi:docbase="/home/ian/bzr/repo.packs/bzr.quick-start-tweaks/doc/en/quick-reference"
-   sodipodi:docname="referencia-rapida.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="/home/iacobs/work/pers/bzr-quickref.png"
-   inkscape:export-xdpi="300"
-   inkscape:export-ydpi="300">
-  <defs
-     id="defs2768">
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 372.04724 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="1052.3622 : 372.04724 : 1"
-       inkscape:persp3d-origin="526.18109 : 248.03149 : 1"
-       id="perspective2680" />
-    <linearGradient
-       id="linearGradient3382">
-      <stop
-         style="stop-color:#2753b0;stop-opacity:1;"
-         offset="0"
-         id="stop3384" />
-      <stop
-         style="stop-color:#cecece;stop-opacity:1;"
-         offset="1"
-         id="stop3386" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3382"
-       id="linearGradient5465"
-       x1="164.4165"
-       y1="380.09448"
-       x2="164.4165"
-       y2="436.59479"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3382"
-       id="linearGradient5473"
-       x1="164.4165"
-       y1="380.09448"
-       x2="164.4165"
-       y2="436.59479"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3382"
-       id="linearGradient5603"
-       gradientUnits="userSpaceOnUse"
-       x1="150.39197"
-       y1="104.09448"
-       x2="151.10625"
-       y2="155.92776"
-       gradientTransform="translate(0,26)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3382"
-       id="linearGradient5605"
-       gradientUnits="userSpaceOnUse"
-       x1="165.19594"
-       y1="104.09448"
-       x2="165.19594"
-       y2="156.84296"
-       gradientTransform="translate(0,26)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3382"
-       id="linearGradient8696"
-       x1="814.96497"
-       y1="364.08444"
-       x2="814.96497"
-       y2="412.09879"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3382"
-       id="linearGradient8704"
-       x1="814.96497"
-       y1="364.08444"
-       x2="814.96497"
-       y2="412.09879"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       gradientTransform="matrix(1.027169,0,0,1,118.6039,77.1455)"
-       gradientUnits="userSpaceOnUse"
-       y2="0"
-       x2="372.24512"
-       y1="69.037941"
-       x1="372.24512"
-       id="linearGradient2200"
-       xlink:href="#linearGradient5444"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient5444">
-      <stop
-         style="stop-color:#729fcf;stop-opacity:1;"
-         offset="0"
-         id="stop5446" />
-      <stop
-         id="stop4547"
-         offset="0.5"
-         style="stop-color:#3465a4;stop-opacity:1;" />
-      <stop
-         style="stop-color:#204ab7;stop-opacity:1;"
-         offset="1"
-         id="stop5448" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5444"
-       id="linearGradient3338"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.027169,0,0,1,417.31189,-41.4259)"
-       x1="372.24512"
-       y1="69.037941"
-       x2="372.24512"
-       y2="0" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3382"
-       id="linearGradient3769"
-       gradientUnits="userSpaceOnUse"
-       x1="401.62418"
-       y1="104.09448"
-       x2="402.0069"
-       y2="152.69125"
-       gradientTransform="matrix(1.0959218,0,0,0.9988328,-30.458554,26.145213)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3382"
-       id="linearGradient3771"
-       gradientUnits="userSpaceOnUse"
-       x1="401.62418"
-       y1="104.09448"
-       x2="402.0069"
-       y2="152.69125"
-       gradientTransform="matrix(1.0959218,0,0,0.9988328,-30.458554,26.145213)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3382"
-       id="linearGradient3824"
-       gradientUnits="userSpaceOnUse"
-       x1="625.15149"
-       y1="104.09448"
-       x2="625.15149"
-       y2="154.2104"
-       gradientTransform="matrix(1.0902791,0,0,0.9988999,-49.120159,26.136854)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3382"
-       id="linearGradient3826"
-       gradientUnits="userSpaceOnUse"
-       x1="625.15149"
-       y1="104.09448"
-       x2="625.15149"
-       y2="154.2104"
-       gradientTransform="matrix(1.0902791,0,0,0.9988999,-49.120159,26.136854)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3382"
-       id="linearGradient3956"
-       gradientUnits="userSpaceOnUse"
-       x1="852.71942"
-       y1="104.09448"
-       x2="852.71942"
-       y2="153.842"
-       gradientTransform="matrix(1.0836855,0,0,0.9989026,-64.492287,26.135003)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3382"
-       id="linearGradient3958"
-       gradientUnits="userSpaceOnUse"
-       x1="852.71942"
-       y1="104.09448"
-       x2="852.71942"
-       y2="153.842"
-       gradientTransform="matrix(1.0836855,0,0,0.9989026,-64.492287,26.135003)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3382"
-       id="linearGradient4035"
-       gradientUnits="userSpaceOnUse"
-       x1="814.96497"
-       y1="364.08444"
-       x2="814.96497"
-       y2="412.09879" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3382"
-       id="linearGradient4037"
-       gradientUnits="userSpaceOnUse"
-       x1="814.96497"
-       y1="364.08444"
-       x2="814.96497"
-       y2="412.09879" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3382"
-       id="linearGradient4042"
-       gradientUnits="userSpaceOnUse"
-       x1="814.96497"
-       y1="364.08444"
-       x2="814.96497"
-       y2="412.09879"
-       gradientTransform="matrix(1.073884,0,0,0.9990288,-56.948006,16.382016)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3382"
-       id="linearGradient4044"
-       gradientUnits="userSpaceOnUse"
-       x1="814.96497"
-       y1="364.08444"
-       x2="814.96497"
-       y2="412.09879"
-       gradientTransform="matrix(1.073884,0,0,0.9990288,-56.948006,16.382016)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3382"
-       id="linearGradient2734"
-       gradientUnits="userSpaceOnUse"
-       x1="164.4165"
-       y1="380.09448"
-       x2="164.4165"
-       y2="436.59479" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3382"
-       id="linearGradient2736"
-       gradientUnits="userSpaceOnUse"
-       x1="164.4165"
-       y1="380.09448"
-       x2="164.4165"
-       y2="436.59479" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3382"
-       id="linearGradient2741"
-       gradientUnits="userSpaceOnUse"
-       x1="164.4165"
-       y1="380.09448"
-       x2="164.4165"
-       y2="436.59479" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3382"
-       id="linearGradient2743"
-       gradientUnits="userSpaceOnUse"
-       x1="164.4165"
-       y1="380.09448"
-       x2="164.4165"
-       y2="436.59479" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3382"
-       id="linearGradient2723"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.073884,0,0,0.9990288,-56.948006,16.382016)"
-       x1="814.96497"
-       y1="364.08444"
-       x2="814.96497"
-       y2="412.09879" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3382"
-       id="linearGradient2725"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.073884,0,0,0.9990288,-56.948006,16.382016)"
-       x1="814.96497"
-       y1="364.08444"
-       x2="814.96497"
-       y2="412.09879" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     gridtolerance="10000"
-     guidetolerance="10"
-     objecttolerance="10"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="0.93888816"
-     inkscape:cx="632.57173"
-     inkscape:cy="82.468477"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     width="1052.3622px"
-     height="744.09449px"
-     inkscape:showpageshadow="false"
-     showgrid="false"
-     inkscape:window-width="1023"
-     inkscape:window-height="719"
-     inkscape:window-x="1"
-     inkscape:window-y="24" />
-  <metadata
-     id="metadata2771">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
-        <dc:title>Bazaar-NG quick reference</dc:title>
-        <dc:date>2007-07-23</dc:date>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Sabin Iacob</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <dc:language>en</dc:language>
-        <dc:subject>
-          <rdf:Bag>
-            <rdf:li>bzr</rdf:li>
-            <rdf:li>bazaar</rdf:li>
-            <rdf:li>reference</rdf:li>
-          </rdf:Bag>
-        </dc:subject>
-      </cc:Work>
-      <cc:License
-         rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
-        <cc:permits
-           rdf:resource="http://web.resource.org/cc/Reproduction" />
-        <cc:permits
-           rdf:resource="http://web.resource.org/cc/Distribution" />
-        <cc:requires
-           rdf:resource="http://web.resource.org/cc/Notice" />
-        <cc:permits
-           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
-        <cc:requires
-           rdf:resource="http://web.resource.org/cc/ShareAlike" />
-        <cc:requires
-           rdf:resource="http://web.resource.org/cc/SourceCode" />
-      </cc:License>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <rect
-       style="opacity:1;fill:none;fill-opacity:0;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect2983"
-       width="1052.1749"
-       height="744"
-       x="0"
-       y="0.094482422"
-       ry="0" />
-    <g
-       id="g3762">
-      <g
-         id="g8706">
-        <rect
-           style="fill:none;fill-opacity:0;fill-rule:nonzero;stroke:#cecece;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           id="rect2190"
-           width="228.60797"
-           height="216.41451"
-           x="50.891964"
-           y="144.31995"
-           ry="8.1168776" />
-        <path
-           style="fill:url(#linearGradient5603);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient5605);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           d="M 59.296663,130.59448 C 54.644771,130.59448 50.891959,134.22213 50.891959,138.71888 L 50.891959,167.43551 C 50.891959,162.93876 54.644771,159.31111 59.296663,159.31111 L 271.12755,159.31111 C 275.77946,159.31111 279.49993,162.93876 279.49993,167.43551 L 279.49993,138.71888 C 279.49993,134.22213 275.77946,130.59448 271.12755,130.59448 L 59.296663,130.59448 z "
-           id="rect3430" />
-        <text
-           xml:space="preserve"
-           style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-           x="108.32876"
-           y="150.97269"
-           id="text3164"
-           sodipodi:linespacing="100%"><tspan
-             sodipodi:role="line"
-             id="tspan3166"
-             x="108.32876"
-             y="150.97269">Inicialización</tspan></text>
-      </g>
-      <g
-         transform="translate(1e-4,-2.2095387)"
-         id="g3209">
-        <text
-           xml:space="preserve"
-           style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-           x="63.794312"
-           y="193.07361"
-           id="text2167"
-           sodipodi:linespacing="110%"><tspan
-             sodipodi:role="line"
-             x="63.794312"
-             y="193.07361"
-             id="tspan2171">bzr init miproyecto</tspan></text>
-        <text
-           xml:space="preserve"
-           style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-           x="58.209351"
-           y="179.83536"
-           id="text3168"
-           sodipodi:linespacing="100%"><tspan
-             sodipodi:role="line"
-             id="tspan3170"
-             x="58.209351"
-             y="179.83536">Proyecto nuevo</tspan></text>
-      </g>
-      <g
-         transform="translate(1e-4,-1.1449276)"
-         id="g3215">
-        <text
-           xml:space="preserve"
-           style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-           x="64.448624"
-           y="226.45848"
-           id="text2175"
-           sodipodi:linespacing="110%"><tspan
-             sodipodi:role="line"
-             id="tspan2177"
-             x="64.448624"
-             y="226.45848">cd miproyecto</tspan><tspan
-             sodipodi:role="line"
-             x="64.448624"
-             y="237.53181"
-             id="tspan2179">bzr init</tspan><tspan
-             sodipodi:role="line"
-             x="64.448624"
-             y="248.60515"
-             id="tspan2181">bzr add .</tspan><tspan
-             sodipodi:role="line"
-             x="64.448624"
-             y="259.67847"
-             id="tspan2183" /></text>
-        <text
-           xml:space="preserve"
-           style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-           x="58.174194"
-           y="213.22023"
-           id="text3172"
-           sodipodi:linespacing="100%"><tspan
-             sodipodi:role="line"
-             id="tspan3174"
-             x="58.174194"
-             y="213.22023">Proyecto existente</tspan></text>
-      </g>
-      <g
-         transform="translate(1e-4,5.3457864e-2)"
-         id="g3224">
-        <text
-           xml:space="preserve"
-           style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-           x="64.448624"
-           y="277.48495"
-           id="text2185"
-           sodipodi:linespacing="110%"><tspan
-             sodipodi:role="line"
-             id="tspan2187"
-             x="64.448624"
-             y="277.48495">bzr branch mp miproyecto</tspan></text>
-        <text
-           xml:space="preserve"
-           style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-           x="58.209351"
-           y="266.6666"
-           id="text3176"
-           sodipodi:linespacing="100%"><tspan
-             sodipodi:role="line"
-             id="tspan3178"
-             x="58.209351"
-             y="266.6666">Nuevo branch</tspan></text>
-      </g>
-      <g
-         transform="translate(1e-4,1.1181147)"
-         id="g3230">
-        <text
-           xml:space="preserve"
-           style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-           x="64.448624"
-           y="308.44989"
-           id="text3404"
-           sodipodi:linespacing="110%"><tspan
-             sodipodi:role="line"
-             id="tspan3406"
-             x="64.448624"
-             y="308.44989">bzr checkout mp miproyecto</tspan></text>
-        <text
-           xml:space="preserve"
-           style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-           x="58.209351"
-           y="297.63153"
-           id="text3408"
-           sodipodi:linespacing="100%"><tspan
-             sodipodi:role="line"
-             id="tspan3410"
-             x="58.209351"
-             y="297.63153">Nuevo checkout</tspan></text>
-      </g>
-      <g
-         transform="translate(1e-4,2.1828937)"
-         id="g3236">
-        <text
-           xml:space="preserve"
-           style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-           x="64.448624"
-           y="341.88864"
-           id="text3414"
-           sodipodi:linespacing="110%"><tspan
-             id="tspan3424"
-             sodipodi:role="line"
-             x="64.448624"
-             y="341.88864">bzr checkout --lightweight mp \</tspan><tspan
-             sodipodi:role="line"
-             x="64.448624"
-             y="352.96198"
-             id="tspan2780"> miproyecto</tspan></text>
-        <text
-           xml:space="preserve"
-           style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-           x="58.209351"
-           y="328.59634"
-           id="text3418"
-           sodipodi:linespacing="100%"><tspan
-             id="tspan3422"
-             sodipodi:role="line"
-             x="58.209351"
-             y="328.59634">Nuevo checkout &quot;ligero&quot;</tspan></text>
-      </g>
-    </g>
-    <g
-       id="g3774">
-      <rect
-         ry="9.6319456"
-         y="145.57634"
-         x="317.80582"
-         height="135.65298"
-         width="206.32903"
-         id="rect3658"
-         style="fill:none;fill-opacity:0;fill-rule:nonzero;stroke:#cecece;stroke-width:1.0466845;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
-      <path
-         id="rect3648"
-         d="M 328.38206,130.61761 C 322.53211,130.61761 317.79957,134.89967 317.79957,140.23137 L 317.79957,170.19635 C 317.79957,164.86465 322.53211,160.58259 328.38206,160.58259 L 513.59284,160.58259 C 519.4428,160.58259 524.14109,164.86465 524.14109,170.19635 L 524.14109,140.23137 C 524.14109,134.89967 519.4428,130.61761 513.59284,130.61761 L 328.38206,130.61761 z"
-         style="fill:url(#linearGradient3769);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3771);stroke-width:1.04625165;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
-      <text
-         sodipodi:linespacing="100%"
-         id="text3563"
-         y="150.94995"
-         x="333.44049"
-         style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="150.94995"
-           x="333.44049"
-           id="tspan3565"
-           sodipodi:role="line">Manipular Archivos</tspan></text>
-      <g
-         transform="translate(1e-4,-1.9729054)"
-         id="g3243">
-        <text
-           xml:space="preserve"
-           style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-           x="332.47345"
-           y="191.36041"
-           id="text3610"
-           sodipodi:linespacing="110%"><tspan
-             sodipodi:role="line"
-             x="332.47345"
-             y="191.36041"
-             id="tspan3612">bzr add foo.py</tspan><tspan
-             id="tspan3618"
-             sodipodi:role="line"
-             x="332.47345"
-             y="202.43375">bzr add bar/</tspan></text>
-        <text
-           xml:space="preserve"
-           style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-           x="326.88849"
-           y="179.59872"
-           id="text3614"
-           sodipodi:linespacing="110%"><tspan
-             sodipodi:role="line"
-             id="tspan3616"
-             x="326.88849"
-             y="179.59872">Añadir/&quot;versionar&quot; archivos</tspan></text>
-      </g>
-      <g
-         transform="translate(1e-4,-0.9323495)"
-         id="g3250">
-        <text
-           xml:space="preserve"
-           style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-           x="331.78732"
-           y="233.11641"
-           id="text3622"
-           sodipodi:linespacing="110%"><tspan
-             sodipodi:role="line"
-             x="331.78732"
-             y="233.11641"
-             id="tspan3624">bzr remove --keep foo.py</tspan></text>
-        <text
-           xml:space="preserve"
-           style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-           x="326.20236"
-           y="221.35472"
-           id="text3626"
-           sodipodi:linespacing="100%"><tspan
-             sodipodi:role="line"
-             id="tspan3628"
-             x="326.20236"
-             y="221.35472">Eliminar archivos</tspan></text>
-      </g>
-      <g
-         transform="translate(1e-4,0.1322158)"
-         id="g3256">
-        <text
-           xml:space="preserve"
-           style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-           x="331.81714"
-           y="264.08142"
-           id="text3632"
-           sodipodi:linespacing="110%"><tspan
-             sodipodi:role="line"
-             x="331.81714"
-             y="264.08142"
-             id="tspan3634">bzr remove --no-backup foo.py</tspan></text>
-        <text
-           xml:space="preserve"
-           style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-           x="326.23218"
-           y="253.26308"
-           id="text3636"
-           sodipodi:linespacing="100%"><tspan
-             sodipodi:role="line"
-             id="tspan3638"
-             x="326.23218"
-             y="253.26308">Eliminar y borrar archivos</tspan></text>
-      </g>
-    </g>
-    <rect
-       style="fill:none;fill-opacity:0;fill-rule:nonzero;stroke:#cecece;stroke-width:1.02624357;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3780"
-       width="229.91788"
-       height="336.27368"
-       x="49.457561"
-       y="394.44012"
-       ry="10.484502" />
-    <path
-       style="fill:url(#linearGradient2741);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2743);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       d="M 57.795026,380.59448 C 53.111409,380.59448 49.333004,384.22215 49.333004,388.71892 L 49.333004,417.43572 C 49.333004,412.93894 53.111409,409.31127 57.795026,409.31127 L 271.07052,409.31127 C 275.75416,409.31127 279.5,412.93894 279.5,417.43572 L 279.5,388.71892 C 279.5,384.22215 275.75416,380.59448 271.07052,380.59448 L 57.795026,380.59448 z"
-       id="path3784" />
-    <text
-       xml:space="preserve"
-       style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="111.15869"
-       y="400.96985"
-       id="text3786"
-       sodipodi:linespacing="100%"><tspan
-         sodipodi:role="line"
-         id="tspan3788"
-         x="111.15869"
-         y="400.96985">Información</tspan></text>
-    <g
-       id="g3281"
-       transform="translate(1e-4,0.4441055)">
-      <text
-         sodipodi:linespacing="110%"
-         id="text3234"
-         y="441.34354"
-         x="62.69976"
-         style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-         xml:space="preserve"><tspan
-           id="tspan3236"
-           y="441.34354"
-           x="62.69976"
-           sodipodi:role="line">bzr status</tspan></text>
-      <text
-         sodipodi:linespacing="100%"
-         id="text3238"
-         y="428.10529"
-         x="57.114799"
-         style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="428.10529"
-           x="57.114799"
-           id="tspan3240"
-           sodipodi:role="line">Estado del árbol de trabajo</tspan></text>
-    </g>
-    <g
-       id="g3287"
-       transform="translate(1e-4,1.4958392)">
-      <text
-         sodipodi:linespacing="110%"
-         id="text3244"
-         y="472.84393"
-         x="62.721241"
-         style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-         xml:space="preserve"><tspan
-           id="tspan3250"
-           y="472.84393"
-           x="62.721241"
-           sodipodi:role="line">bzr log</tspan><tspan
-           y="483.91727"
-           x="62.721241"
-           sodipodi:role="line"
-           id="tspan3294">bzr log foo.py</tspan><tspan
-           id="tspan3252"
-           y="494.9906"
-           x="62.721241"
-           sodipodi:role="line" /></text>
-      <text
-         sodipodi:linespacing="100%"
-         id="text3254"
-         y="459.55164"
-         x="56.446827"
-         style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="459.55164"
-           x="56.446827"
-           id="tspan3256"
-           sodipodi:role="line">Log de revisión</tspan></text>
-    </g>
-    <g
-       id="g3295"
-       transform="translate(1e-4,2.6343158)">
-      <text
-         sodipodi:linespacing="110%"
-         id="text3260"
-         y="517.29712"
-         x="63.354061"
-         style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-         xml:space="preserve"><tspan
-           y="517.29712"
-           x="63.354061"
-           id="tspan3262"
-           sodipodi:role="line">bzr diff</tspan></text>
-      <text
-         sodipodi:linespacing="100%"
-         id="text3264"
-         y="504.05884"
-         x="57.114803"
-         style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="504.05884"
-           x="57.114803"
-           id="tspan3266"
-           sodipodi:role="line">Cambios en el árbol de trabajo</tspan></text>
-    </g>
-    <g
-       id="g3314"
-       transform="translate(1e-4,5.8149666)">
-      <text
-         sodipodi:linespacing="110%"
-         id="text3298"
-         y="625.09357"
-         x="62.744678"
-         style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-         xml:space="preserve"><tspan
-           y="625.09357"
-           x="62.744678"
-           id="tspan3300"
-           sodipodi:role="line">bzr missing</tspan></text>
-      <text
-         sodipodi:linespacing="100%"
-         id="text3302"
-         y="611.85535"
-         x="56.505421"
-         style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="611.85535"
-           x="56.505421"
-           id="tspan3304"
-           sodipodi:role="line">Revisiones perdidas</tspan></text>
-    </g>
-    <text
-       xml:space="preserve"
-       style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-       x="62.7565"
-       y="707.22107"
-       id="text3308"
-       sodipodi:linespacing="110%"><tspan
-         sodipodi:role="line"
-         id="tspan3310"
-         x="62.7565"
-         y="707.22107">bzr cat -r3 foo.py</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="56.517242"
-       y="682.26678"
-       id="text3312"
-       sodipodi:linespacing="100%"><tspan
-         sodipodi:role="line"
-         x="56.517242"
-         y="682.26678"
-         id="tspan3625">Contenidos de foo.py en la </tspan><tspan
-         sodipodi:role="line"
-         x="56.517242"
-         y="694.26678"
-         id="tspan3681">revisión 3</tspan></text>
-    <g
-       id="g3320"
-       transform="translate(1e-4,6.8799266)">
-      <text
-         sodipodi:linespacing="110%"
-         id="text3318"
-         y="656.12701"
-         x="62.686089"
-         style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-         xml:space="preserve"><tspan
-           y="656.12701"
-           x="62.686089"
-           id="tspan3320"
-           sodipodi:role="line">bzr info</tspan></text>
-      <text
-         sodipodi:linespacing="100%"
-         id="text3322"
-         y="645.30865"
-         x="56.446831"
-         style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="645.30865"
-           x="56.446831"
-           id="tspan3324"
-           sodipodi:role="line">Información del branch</tspan></text>
-    </g>
-    <g
-       id="g3301"
-       transform="translate(1e-4,3.685897)">
-      <text
-         sodipodi:linespacing="110%"
-         id="text3330"
-         y="548.74365"
-         x="62.879452"
-         style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-         xml:space="preserve"><tspan
-           y="548.74365"
-           x="62.879452"
-           id="tspan3332"
-           sodipodi:role="line">bzr diff foo.py</tspan></text>
-      <text
-         sodipodi:linespacing="100%"
-         id="text3334"
-         y="535.50537"
-         x="56.640194"
-         style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="535.50537"
-           x="56.640194"
-           id="tspan3336"
-           sodipodi:role="line">Cambios en foo.py </tspan></text>
-    </g>
-    <g
-       id="g3307"
-       transform="translate(1e-4,4.7504623)">
-      <text
-         sodipodi:linespacing="110%"
-         id="text3699"
-         y="591.70862"
-         x="62.000679"
-         style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-         xml:space="preserve"><tspan
-           y="591.70862"
-           x="62.000679"
-           id="tspan3701"
-           sodipodi:role="line">bzr diff -r1..3 foo.py</tspan></text>
-      <text
-         sodipodi:linespacing="100%"
-         id="text3703"
-         y="568.89032"
-         x="55.761421"
-         style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="568.89032"
-           x="55.761421"
-           id="tspan3705"
-           sodipodi:role="line">Cambios en foo.py entre las</tspan><tspan
-           y="580.89032"
-           x="55.761421"
-           sodipodi:role="line"
-           id="tspan3707">revisiones 1 y 3</tspan></text>
-    </g>
-    <g
-       id="g3829">
-      <rect
-         ry="9.6321363"
-         y="145.575"
-         x="544.36224"
-         height="135.65567"
-         width="205.26662"
-         id="rect4132"
-         style="fill:none;fill-opacity:0;fill-rule:nonzero;stroke:#cecece;stroke-width:1.04399669;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
-      <path
-         id="path4130"
-         d="M 554.88401,130.61628 C 549.06418,130.61628 544.35601,134.89863 544.35601,140.23069 L 544.35601,170.19768 C 544.35601,164.86563 549.06418,160.58327 554.88401,160.58327 L 739.14116,160.58327 C 744.96101,160.58327 749.6351,164.86563 749.6351,170.19768 L 749.6351,140.23069 C 749.6351,134.89863 744.96101,130.61628 739.14116,130.61628 L 554.88401,130.61628 z"
-         style="fill:url(#linearGradient3824);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3826);stroke-width:1.04358983;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
-      <text
-         sodipodi:linespacing="100%"
-         id="text4134"
-         y="152.01505"
-         x="554.46985"
-         style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="152.01505"
-           x="554.46985"
-           id="tspan4136"
-           sodipodi:role="line">Control de Versiones</tspan></text>
-      <g
-         transform="translate(1e-4,-2.4445851)"
-         id="g3262">
-        <text
-           xml:space="preserve"
-           style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-           x="559.03162"
-           y="190.88873"
-           id="text4140"
-           sodipodi:linespacing="110%"><tspan
-             sodipodi:role="line"
-             x="559.03162"
-             y="190.88873"
-             id="tspan4142">bzr commit foo.py -m &quot;foo&quot;</tspan><tspan
-             id="tspan4144"
-             sodipodi:role="line"
-             x="559.03162"
-             y="201.96207">bzr commit -m &quot;el resto&quot;</tspan></text>
-        <text
-           xml:space="preserve"
-           style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-           x="553.44666"
-           y="180.0704"
-           id="text4146"
-           sodipodi:linespacing="100%"><tspan
-             sodipodi:role="line"
-             id="tspan4148"
-             x="553.44666"
-             y="180.0704">Commit</tspan></text>
-      </g>
-      <g
-         transform="translate(1e-4,-2.6967609)"
-         id="g3269">
-        <text
-           xml:space="preserve"
-           style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-           x="558.37482"
-           y="232.2924"
-           id="text4152"
-           sodipodi:linespacing="110%"><tspan
-             sodipodi:role="line"
-             x="558.37482"
-             y="232.2924"
-             id="tspan4154">bzr uncommit</tspan></text>
-        <text
-           xml:space="preserve"
-           style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-           x="552.78986"
-           y="221.47408"
-           id="text4156"
-           sodipodi:linespacing="100%"><tspan
-             sodipodi:role="line"
-             id="tspan4158"
-             x="552.78986"
-             y="221.47408">Deshacer último commit</tspan></text>
-      </g>
-      <g
-         transform="translate(1e-4,-1.6451646)"
-         id="g3275">
-        <text
-           xml:space="preserve"
-           style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-           x="558.37488"
-           y="263.73889"
-           id="text4162"
-           sodipodi:linespacing="110%"><tspan
-             sodipodi:role="line"
-             x="558.37488"
-             y="263.73889"
-             id="tspan4164">bzr revert</tspan></text>
-        <text
-           xml:space="preserve"
-           style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-           x="552.78992"
-           y="250.50064"
-           id="text4166"
-           sodipodi:linespacing="100%"><tspan
-             sodipodi:role="line"
-             id="tspan4168"
-             x="552.78992"
-             y="250.50064">Revertir los cambios</tspan></text>
-      </g>
-    </g>
-    <g
-       id="g3961">
-      <rect
-         ry="8.1153431"
-         y="144.34038"
-         x="770.91241"
-         height="216.37361"
-         width="247.73869"
-         id="rect4232"
-         style="fill:none;fill-opacity:0;fill-rule:nonzero;stroke:#cecece;stroke-width:1.04090285;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
-      <path
-         id="path4234"
-         d="M 780.02026,130.6147 C 774.97907,130.6147 770.91221,134.23836 770.91221,138.73017 L 770.91221,167.41528 C 770.91221,162.92347 774.97907,159.2998 780.02026,159.2998 L 1009.5783,159.2998 C 1014.6195,159.2998 1018.6514,162.92347 1018.6514,167.41528 L 1018.6514,138.73017 C 1018.6514,134.23836 1014.6195,130.6147 1009.5783,130.6147 L 780.02026,130.6147 z"
-         style="fill:url(#linearGradient3956);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3958);stroke-width:1.04043078;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
-      <text
-         sodipodi:linespacing="100%"
-         id="text4236"
-         y="149.90759"
-         x="796.75134"
-         style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="149.90759"
-           x="796.75134"
-           id="tspan4238"
-           sodipodi:role="line">Merging / Integrando</tspan></text>
-      <g
-         transform="translate(1e-4,-1.0888417)"
-         id="g3392">
-        <text
-           xml:space="preserve"
-           style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-           x="783.75751"
-           y="191.95291"
-           id="text4242"
-           sodipodi:linespacing="110%"><tspan
-             sodipodi:role="line"
-             x="783.75751"
-             y="191.95291"
-             id="tspan4244">cd miproyecto</tspan><tspan
-             sodipodi:role="line"
-             x="783.75751"
-             y="203.02625"
-             id="tspan4296">bzr merge ../miproyecto-foo</tspan><tspan
-             sodipodi:role="line"
-             x="783.75751"
-             y="214.09958"
-             id="tspan4298">bzr commit</tspan></text>
-        <text
-           xml:space="preserve"
-           style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-           x="778.17255"
-           y="178.71466"
-           id="text4246"
-           sodipodi:linespacing="100%"><tspan
-             sodipodi:role="line"
-             id="tspan4248"
-             x="778.17255"
-             y="178.71466">Integrar dos branches</tspan></text>
-      </g>
-      <g
-         transform="translate(1e-4,0.1095133)"
-         id="g3384">
-        <text
-           xml:space="preserve"
-           style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-           x="784.44696"
-           y="245.39931"
-           id="text4252"
-           sodipodi:linespacing="110%"><tspan
-             sodipodi:role="line"
-             id="tspan4254"
-             x="784.44696"
-             y="245.39931">cd miproyecto-foo</tspan><tspan
-             sodipodi:role="line"
-             x="784.44696"
-             y="256.47263"
-             id="tspan4258">bzr pull ../miproyecto</tspan><tspan
-             sodipodi:role="line"
-             x="784.44696"
-             y="267.54596"
-             id="tspan4260" /></text>
-        <text
-           xml:space="preserve"
-           style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-           x="778.17255"
-           y="232.16106"
-           id="text4262"
-           sodipodi:linespacing="100%"><tspan
-             sodipodi:role="line"
-             id="tspan4264"
-             x="778.17255"
-             y="232.16106">Pull de cambios desde miproyecto</tspan></text>
-      </g>
-      <g
-         transform="translate(1e-4,1.2474884)"
-         id="g3378">
-        <text
-           xml:space="preserve"
-           style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-           x="784.4118"
-           y="289.69043"
-           id="text4268"
-           sodipodi:linespacing="110%"><tspan
-             sodipodi:role="line"
-             id="tspan4270"
-             x="784.4118"
-             y="289.69043">bzr update</tspan></text>
-        <text
-           xml:space="preserve"
-           style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-           x="778.17255"
-           y="276.5459"
-           id="text4272"
-           sodipodi:linespacing="100%"><tspan
-             sodipodi:role="line"
-             id="tspan4274"
-             x="778.17255"
-             y="276.5459">Actualizar un checkout</tspan></text>
-      </g>
-      <g
-         transform="translate(1e-4,2.3122978)"
-         id="g3372">
-        <text
-           xml:space="preserve"
-           style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-           x="785.45477"
-           y="320.70923"
-           id="text4278"
-           sodipodi:linespacing="110%"><tspan
-             sodipodi:role="line"
-             id="tspan4280"
-             x="785.45477"
-             y="320.70923">bzr resolve</tspan></text>
-        <text
-           xml:space="preserve"
-           style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-           x="779.21552"
-           y="309.83685"
-           id="text4282"
-           sodipodi:linespacing="100%"><tspan
-             sodipodi:role="line"
-             id="tspan4284"
-             x="779.21552"
-             y="309.83685">Autodetectar conflictos resueltos</tspan></text>
-      </g>
-      <g
-         transform="translate(1e-4,3.3643062)"
-         id="g3366">
-        <text
-           xml:space="preserve"
-           style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-           x="784.65204"
-           y="352.20935"
-           id="text4288"
-           sodipodi:linespacing="110%"><tspan
-             id="tspan4290"
-             sodipodi:role="line"
-             x="784.65204"
-             y="352.20935">bzr resolve foo.py</tspan></text>
-        <text
-           xml:space="preserve"
-           style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-           x="778.41278"
-           y="338.91705"
-           id="text4292"
-           sodipodi:linespacing="100%"><tspan
-             id="tspan4294"
-             sodipodi:role="line"
-             x="778.41278"
-             y="338.91705">Especificar un conflicto resuelto</tspan></text>
-      </g>
-    </g>
-    <rect
-       style="fill:none;fill-opacity:0;fill-rule:nonzero;stroke:#cecece;stroke-width:1.06177783;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect4531"
-       width="246.92378"
-       height="335.17307"
-       x="771.16052"
-       y="394.45789"
-       ry="10.450186" />
-    <path
-       style="fill:url(#linearGradient2723);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2725);stroke-width:1.03578043;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       d="M 780.12335,380.61237 C 775.09368,380.61237 771.03611,384.23652 771.03611,388.72892 L 771.03611,417.41783 C 771.03611,412.92542 775.09368,409.30127 780.12335,409.30127 L 1009.1565,409.30127 C 1014.1862,409.30127 1018.2087,412.92542 1018.2087,417.41783 L 1018.2087,388.72892 C 1018.2087,384.23652 1014.1862,380.61237 1009.1565,380.61237 L 780.12335,380.61237 z"
-       id="path4533" />
-    <text
-       xml:space="preserve"
-       style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="844.98444"
-       y="399.90475"
-       id="text4535"
-       sodipodi:linespacing="100%"><tspan
-         sodipodi:role="line"
-         id="tspan4537"
-         x="844.98444"
-         y="399.90475">Publicando</tspan></text>
-    <g
-       id="g3354"
-       transform="translate(1e-4,-1.7634544)">
-      <text
-         sodipodi:linespacing="110%"
-         id="text4616"
-         y="475.58072"
-         x="781.75745"
-         style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-         xml:space="preserve"><tspan
-           id="tspan4618"
-           y="475.58072"
-           x="781.75745"
-           sodipodi:role="line">bzr push sftp://host/miproyecto-fo1</tspan></text>
-      <text
-         sodipodi:linespacing="100%"
-         id="text4620"
-         y="462.34244"
-         x="776.17249"
-         style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="462.34244"
-           x="776.17249"
-           id="tspan4622"
-           sodipodi:role="line">Empujar revisiones remotamente</tspan></text>
-    </g>
-    <g
-       id="g3360"
-       transform="translate(1e-4,-1.1779953)">
-      <text
-         sodipodi:linespacing="110%"
-         id="text4457"
-         y="440.54575"
-         x="782.38519"
-         style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-         xml:space="preserve"><tspan
-           id="tspan4459"
-           y="440.54575"
-           x="782.38519"
-           sodipodi:role="line">bzr push ../miproyecto-fo1</tspan></text>
-      <text
-         sodipodi:linespacing="100%"
-         id="text4461"
-         y="429.72739"
-         x="776.80023"
-         style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="429.72739"
-           x="776.80023"
-           id="tspan4463"
-           sodipodi:role="line">Push de revisiones</tspan></text>
-    </g>
-    <g
-       id="g3346"
-       transform="translate(1e-4,0.3362061)">
-      <text
-         sodipodi:linespacing="110%"
-         id="text4467"
-         y="505.56467"
-         x="782.40674"
-         style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-         xml:space="preserve"><tspan
-           y="505.56467"
-           x="782.40674"
-           sodipodi:role="line"
-           id="tspan8805">bzr send</tspan><tspan
-           id="tspan4473"
-           y="516.638"
-           x="782.40674"
-           sodipodi:role="line" /></text>
-      <text
-         sodipodi:linespacing="100%"
-         id="text4475"
-         y="494.69229"
-         x="776.13232"
-         style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="494.69229"
-           x="776.13232"
-           sodipodi:role="line"
-           id="tspan4608">Enviar por Email directriz merge</tspan></text>
-    </g>
-    <g
-       id="g3339"
-       transform="translate(1e-4,31.004958)">
-      <text
-         sodipodi:linespacing="110%"
-         id="text4481"
-         y="562.4187"
-         x="783.03955"
-         style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-         xml:space="preserve"><tspan
-           y="562.4187"
-           x="783.03955"
-           id="tspan4483"
-           sodipodi:role="line">bzr export ../miproyecto-dist/</tspan></text>
-      <text
-         sodipodi:linespacing="100%"
-         id="text4485"
-         y="537.18048"
-         x="776.80029"
-         style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="537.18048"
-           x="776.80029"
-           id="tspan4487"
-           sodipodi:role="line">Exportar la revisión actual como</tspan><tspan
-           y="549.18048"
-           x="776.80029"
-           sodipodi:role="line"
-           id="tspan4610">un directorio</tspan></text>
-    </g>
-    <g
-       id="g3332"
-       transform="translate(1e-4,33.600285)">
-      <text
-         sodipodi:linespacing="110%"
-         id="text4521"
-         y="605.85291"
-         x="782.565"
-         style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-         xml:space="preserve"><tspan
-           y="605.85291"
-           x="782.565"
-           id="tspan4523"
-           sodipodi:role="line">bzr export ../miproyecto-dist.zip</tspan></text>
-      <text
-         sodipodi:linespacing="100%"
-         id="text4525"
-         y="583.03461"
-         x="776.32574"
-         style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="583.03461"
-           x="776.32574"
-           id="tspan4527"
-           sodipodi:role="line">Exportar la revisión actual como</tspan><tspan
-           y="595.03461"
-           x="776.32574"
-           sodipodi:role="line"
-           id="tspan4612">un archivo</tspan></text>
-    </g>
-    <g
-       id="g2446"
-       transform="translate(-1.4135726,38.47762)">
-      <text
-         sodipodi:linespacing="110%"
-         id="text2448"
-         y="505.56467"
-         x="782.40674"
-         style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-         xml:space="preserve"><tspan
-           y="505.56467"
-           x="782.40674"
-           sodipodi:role="line"
-           id="tspan2450">bzr send -o ../base.patch</tspan><tspan
-           id="tspan2452"
-           y="516.638"
-           x="782.40674"
-           sodipodi:role="line" /></text>
-      <text
-         sodipodi:linespacing="100%"
-         id="text2454"
-         y="494.69229"
-         x="776.13232"
-         style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="494.69229"
-           x="776.13232"
-           sodipodi:role="line"
-           id="tspan2456">Crear una directriz merge</tspan></text>
-    </g>
-    <text
-       xml:space="preserve"
-       style="font-size:40px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="144.32812"
-       y="64.254639"
-       id="text2774"
-       sodipodi:linespacing="100%"><tspan
-         sodipodi:role="line"
-         id="tspan2776"
-         x="144.32812"
-         y="64.254639">Bazaar </tspan></text>
-    <g
-       style="display:inline"
-       id="g3653"
-       transform="matrix(0.6461515,0,0,0.6526216,160.93614,144.01237)"
-       inkscape:export-filename="/home/matt/Projects/Ubuntu/Bazaar Website/bzr icon 64.png"
-       inkscape:export-xdpi="45.012665"
-       inkscape:export-ydpi="45.012665">
-      <path
-         id="path2749"
-         d="M -143.51431,-75.4275 C -158.48768,-90.57687 -171.17625,-103.66019 -171.7111,-104.50153 C -174.63909,-109.10738 -172.34363,-112.16647 -143.7155,-141.81059 C -119.96256,-166.4065 -114.08422,-171.84722 -111.26302,-171.84722 C -108.45655,-171.84722 -102.57922,-166.49332 -79.566158,-142.97326 C -59.704508,-122.67403 -51.314608,-113.24681 -51.314608,-111.22876 C -51.314608,-107.03298 -109.21126,-47.88319 -113.31814,-47.88319 C -115.49463,-47.88319 -123.57621,-55.25503 -143.51431,-75.4275 z "
-         style="opacity:1;fill:#fce94f;fill-opacity:1;stroke:#fce94f;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
-      <path
-         id="path2721"
-         d="M -118.75152,-74.850683 C -119.22012,-75.319283 -119.60352,-85.958443 -119.60352,-98.493313 L -119.60352,-121.28395 L -124.85215,-121.28395 C -131.2088,-121.28395 -131.22918,-121.19503 -121.27316,-136.90004 C -116.77235,-143.99978 -113.38241,-148.09169 -112.19584,-147.85705 C -110.34853,-147.49175 -95.321883,-124.90849 -95.321883,-122.4975 C -95.321883,-121.83004 -97.640303,-121.28395 -100.47393,-121.28395 C -103.84689,-121.28395 -105.87693,-120.6299 -106.35276,-119.38989 C -107.55959,-116.24495 -103.45251,-106.32746 -97.296233,-97.520823 C -90.988133,-88.497013 -90.461803,-86.665103 -93.461883,-84.175253 C -95.128693,-82.791933 -96.185063,-83.268713 -100.25177,-87.239733 C -102.90055,-89.826193 -105.46285,-91.547323 -105.94572,-91.064423 C -106.42862,-90.581523 -106.8237,-86.544203 -106.8237,-82.092573 L -106.8237,-73.998703 L -112.36162,-73.998703 C -115.40746,-73.998703 -118.28294,-74.382103 -118.75152,-74.850683 z "
-         style="opacity:1;fill:#c4a000;fill-opacity:1;stroke:#c4a000;display:inline" />
-      <path
-         id="path2727"
-         d="M -120.75152,-76.85072 C -121.22012,-77.31932 -121.60352,-87.95848 -121.60352,-100.49335 L -121.60352,-123.28399 L -126.85215,-123.28399 C -133.2088,-123.28399 -133.22918,-123.19507 -123.27316,-138.90007 C -118.77235,-145.99981 -115.38241,-150.09172 -114.19584,-149.85708 C -112.34853,-149.49178 -97.321888,-126.90852 -97.321888,-124.49754 C -97.321888,-123.83008 -99.640308,-123.28399 -102.47393,-123.28399 C -105.84689,-123.28399 -107.87693,-122.62994 -108.35276,-121.38993 C -109.55959,-118.24499 -105.45251,-108.3275 -99.296238,-99.52086 C -92.988138,-90.49705 -92.461808,-88.66514 -95.461888,-86.17529 C -97.128698,-84.79197 -98.185068,-85.26875 -102.25177,-89.23977 C -104.90055,-91.82623 -107.46285,-93.54736 -107.94572,-93.06446 C -108.42862,-92.58156 -108.8237,-88.54424 -108.8237,-84.09261 L -108.8237,-75.99874 L -114.36162,-75.99874 C -117.40746,-75.99874 -120.28294,-76.38214 -120.75152,-76.85072 z "
-         style="opacity:1;fill:#555753;fill-opacity:1;stroke:#2e3436;stroke-opacity:1;display:inline" />
-      <path
-         d="M -143.51431,-75.4275 C -158.48768,-90.57687 -171.17625,-103.66019 -171.7111,-104.50153 C -174.63909,-109.10738 -172.34363,-112.16647 -143.7155,-141.81059 C -119.96256,-166.4065 -114.08422,-171.84722 -111.26302,-171.84722 C -108.45655,-171.84722 -102.57922,-166.49332 -79.566162,-142.97326 C -59.704512,-122.67403 -51.314612,-113.24681 -51.314612,-111.22876 C -51.314612,-107.03298 -109.21126,-47.88319 -113.31814,-47.88319 C -115.49463,-47.88319 -123.57621,-55.25503 -143.51431,-75.4275 z M -82.734602,-78.80831 C -63.284082,-98.78654 -53.870592,-109.3496 -53.870592,-111.19708 C -53.870592,-114.35673 -108.28764,-170.68595 -111.26979,-170.61328 C -113.31427,-170.56346 -167.39892,-115.6112 -169.81635,-111.12752 C -171.82156,-107.40842 -170.53236,-105.76188 -145.24612,-79.74648 C -117.66227,-51.36719 -115.36413,-49.16116 -113.38369,-49.16116 C -112.40192,-49.16116 -98.609822,-62.50237 -82.734602,-78.80831 z "
-         style="opacity:1;fill:#555753;fill-opacity:1;stroke:#2e3436;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-         id="path2736" />
-    </g>
-    <text
-       xml:space="preserve"
-       style="font-size:20px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="146.57143"
-       y="97.808769"
-       id="text3409"
-       sodipodi:linespacing="100%"><tspan
-         sodipodi:role="line"
-         id="tspan3411"
-         x="146.57143"
-         y="97.808769">Tarjeta de Referencia Rápida</tspan></text>
-    <g
-       id="g12314"
-       transform="translate(17.946423,1.7472534)"
-       style="fill:#333333;fill-opacity:1">
-      <text
-         sodipodi:linespacing="100%"
-         id="text8833"
-         y="527.43823"
-         x="297.99408"
-         style="font-size:20px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           style="font-size:20px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;font-family:Bitstream Vera Sans"
-           y="527.43823"
-           x="297.99408"
-           id="tspan8835"
-           sodipodi:role="line">Prefijos URL Soportados</tspan></text>
-      <g
-         id="g12288"
-         style="fill:#333333;fill-opacity:1">
-        <text
-           xml:space="preserve"
-           style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:150%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-           x="299.33002"
-           y="547.94214"
-           id="text8837"
-           sodipodi:linespacing="150%"><tspan
-             sodipodi:role="line"
-             id="tspan8841"
-             x="299.33002"
-             y="547.94214">aftp://</tspan><tspan
-             sodipodi:role="line"
-             id="tspan8843"
-             x="299.33002"
-             y="565.94214">bzr://</tspan><tspan
-             sodipodi:role="line"
-             x="299.33002"
-             y="583.94214"
-             id="tspan10799">bzr+ssh://</tspan><tspan
-             sodipodi:role="line"
-             x="299.33002"
-             y="583.94214"
-             id="tspan3911" /><tspan
-             sodipodi:role="line"
-             id="tspan8847"
-             x="299.33002"
-             y="601.94214">file:// </tspan><tspan
-             sodipodi:role="line"
-             id="tspan8849"
-             x="299.33002"
-             y="619.94214">ftp:// </tspan><tspan
-             sodipodi:role="line"
-             id="tspan8851"
-             x="299.33002"
-             y="637.94214">http://</tspan><tspan
-             sodipodi:role="line"
-             id="tspan8853"
-             x="299.33002"
-             y="655.94214">https://</tspan><tspan
-             sodipodi:role="line"
-             x="299.33002"
-             y="673.94214"
-             id="tspan10797" /><tspan
-             sodipodi:role="line"
-             id="tspan8855"
-             x="299.33002"
-             y="691.94214">sftp://</tspan><tspan
-             sodipodi:role="line"
-             id="tspan8857"
-             x="299.33002"
-             y="709.94214" /></text>
-        <text
-           xml:space="preserve"
-           style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:150%;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-           x="379.22845"
-           y="547.94214"
-           id="text12260"
-           sodipodi:linespacing="150%"><tspan
-             sodipodi:role="line"
-             id="tspan12262"
-             x="379.22845"
-             y="547.94214">Acceso usando FTP activo.</tspan><tspan
-             sodipodi:role="line"
-             x="379.22845"
-             y="565.94214"
-             id="tspan12264">Acceso rápido usando el servidor inteligente de Bazaar.</tspan><tspan
-             sodipodi:role="line"
-             x="379.22845"
-             y="583.94214"
-             id="tspan12270">Acceso rápido usando el servidor inteligente de Bazaar</tspan><tspan
-             sodipodi:role="line"
-             x="379.22845"
-             y="601.94214"
-             id="tspan3909">sobre SSH.</tspan><tspan
-             sodipodi:role="line"
-             x="379.22845"
-             y="619.94214"
-             id="tspan12286">Accesos usando el sistema de archivos estándar (defecto).</tspan><tspan
-             sodipodi:role="line"
-             x="379.22845"
-             y="637.94214"
-             id="tspan12272">Acceso usando FTP pasivo.</tspan><tspan
-             sodipodi:role="line"
-             x="379.22845"
-             y="655.94214"
-             id="tspan12274">Acceso de solo lectura de branches exportadas en la web.</tspan><tspan
-             sodipodi:role="line"
-             x="379.22845"
-             y="673.94214"
-             id="tspan12276">Acceso de solo lectura de branches exportadas en la web</tspan><tspan
-             sodipodi:role="line"
-             x="379.22845"
-             y="691.94214"
-             id="tspan12278">utilizando SSL.</tspan><tspan
-             sodipodi:role="line"
-             x="379.22845"
-             y="709.94214"
-             id="tspan12280">Acceso usando SFTP (la mayoría de los servidores SSH</tspan><tspan
-             sodipodi:role="line"
-             x="379.22845"
-             y="727.94214"
-             id="tspan3913">proporcionan SFTP).</tspan><tspan
-             sodipodi:role="line"
-             x="379.22845"
-             y="745.94214"
-             id="tspan12282" /></text>
-      </g>
-    </g>
-    <g
-       id="g3885">
-      <text
-         sodipodi:linespacing="100%"
-         id="text4624"
-         y="320.09448"
-         x="316.78033"
-         style="font-size:20px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           style="font-size:20px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;font-family:Bitstream Vera Sans"
-           y="320.09448"
-           x="316.78033"
-           id="tspan4626"
-           sodipodi:role="line">Conceptos</tspan></text>
-      <text
-         sodipodi:linespacing="150%"
-         id="text12146"
-         y="341.21167"
-         x="477.7457"
-         style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:150%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="341.21167"
-           x="477.7457"
-           id="tspan12148"
-           sodipodi:role="line">línea de desarrollo para un proyecto</tspan><tspan
-           id="tspan12150"
-           y="359.21167"
-           x="477.7457"
-           sodipodi:role="line">directorio bajo control de versiones</tspan><tspan
-           id="tspan12152"
-           y="377.21167"
-           x="477.7457"
-           sodipodi:role="line">almacén para revisiones de Bazaar</tspan><tspan
-           id="tspan12156"
-           y="395.21167"
-           x="477.7457"
-           sodipodi:role="line">versión del código fuente añadido al</tspan><tspan
-           y="413.21167"
-           x="477.7457"
-           sodipodi:role="line"
-           id="tspan3853">repositorio</tspan><tspan
-           id="tspan12158"
-           y="431.21167"
-           x="477.7457"
-           sodipodi:role="line">revisión con nombre</tspan><tspan
-           id="tspan12160"
-           y="449.21167"
-           x="477.7457"
-           sodipodi:role="line">branches que tienen un ancestro común</tspan><tspan
-           y="467.21167"
-           x="477.7457"
-           sodipodi:role="line"
-           id="tspan3857">la operación de aplicar a un branch todos los </tspan><tspan
-           y="485.21167"
-           x="477.7457"
-           sodipodi:role="line"
-           id="tspan3861">cambios introducidos por otra persona</tspan></text>
-      <text
-         sodipodi:linespacing="150%"
-         id="text12400"
-         y="341.21167"
-         x="317.27643"
-         style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:150%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="341.21167"
-           x="317.27643"
-           id="tspan12402"
-           sodipodi:role="line">Branch:</tspan><tspan
-           id="tspan12404"
-           y="359.21167"
-           x="317.27643"
-           sodipodi:role="line">Árbol de trabajo:</tspan><tspan
-           id="tspan12406"
-           y="377.21167"
-           x="317.27643"
-           sodipodi:role="line">Repositorio:</tspan><tspan
-           id="tspan12408"
-           y="395.21167"
-           x="317.27643"
-           sodipodi:role="line">Revisión:</tspan><tspan
-           id="tspan12410"
-           y="413.21167"
-           x="317.27643"
-           sodipodi:role="line" /><tspan
-           id="tspan12412"
-           y="431.21167"
-           x="317.27643"
-           sodipodi:role="line">Tag:</tspan><tspan
-           id="tspan12414"
-           y="449.21167"
-           x="317.27643"
-           sodipodi:role="line">Branches relacionadas:</tspan><tspan
-           id="tspan12416"
-           y="467.21167"
-           x="317.27643"
-           sodipodi:role="line">Merge / Integración:</tspan><tspan
-           id="tspan12418"
-           y="485.21167"
-           x="317.27643"
-           sodipodi:role="line"> </tspan></text>
-    </g>
-    <g
-       id="g6327"
-       transform="translate(6.5601196,0)"
-       style="fill:#333333;fill-opacity:1">
-      <text
-         sodipodi:linespacing="100%"
-         id="text6294"
-         y="50.289795"
-         x="775.77582"
-         style="font-size:20px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="50.289795"
-           x="775.77582"
-           id="tspan6296"
-           sodipodi:role="line">Más Información</tspan></text>
-      <g
-         id="g6320"
-         style="fill:#333333;fill-opacity:1">
-        <text
-           xml:space="preserve"
-           style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-           x="787.72699"
-           y="76.095581"
-           id="text6298"
-           sodipodi:linespacing="100%"><tspan
-             sodipodi:role="line"
-             id="tspan6300"
-             x="787.72699"
-             y="76.095581">bzr help</tspan></text>
-        <a
-           id="a6316"
-           style="fill:#333333;fill-opacity:1"
-           xlink:href="http://bazaar.canonical.com">
-          <text
-             sodipodi:linespacing="100%"
-             id="text6302"
-             y="97.901367"
-             x="787.79535"
-             style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-             xml:space="preserve"><tspan
-               y="97.901367"
-               x="787.79535"
-               id="tspan6304"
-               sodipodi:role="line">http://bazaar.canonical.com</tspan></text>
-        </a>
-      </g>
-    </g>
-  </g>
-</svg>

=== removed directory 'doc/es/_templates'
=== removed file 'doc/es/_templates/layout.html'
--- old/doc/es/_templates/layout.html	2010-03-02 10:21:39 +0000
+++ new/doc/es/_templates/layout.html	1970-01-01 00:00:00 +0000
@@ -1,8 +0,0 @@
-{% extends "!layout.html" %}
-
-{% block rootrellink %}
-<li><a href="http://bazaar.canonical.com/">
-    <img src="{{ pathto("_static/bzr icon 16.png", 1) }}" /> Inicio</a>&nbsp;|&nbsp;</li>
-<a href="http://doc.bazaar.canonical.com/">Documentación</a>&nbsp;|&nbsp;</li>
-{{ super() }}
-{% endblock %}

=== removed file 'doc/es/conf.py'
--- old/doc/es/conf.py	2017-05-30 22:17:31 +0000
+++ new/doc/es/conf.py	1970-01-01 00:00:00 +0000
@@ -1,99 +0,0 @@
-# -*- coding: utf-8 -*-
-#
-# Bazaar documentation build configuration file, created by
-# sphinx-quickstart on Tue Jul 21 17:04:52 2009.
-#
-# This file is execfile()d with the current directory set to its containing dir.
-
-import sys, os
-
-# If extensions (or modules to document with autodoc) are in another directory,
-# add these directories to sys.path here. If the directory is relative to the
-# documentation root, use os.path.abspath to make it absolute, like shown here.
-sys.path = [os.path.abspath('../..')] + sys.path
-
-# Most of the configuration for Bazaar docs is defined here ...
-from breezy.doc_generate.conf import *
-
-
-## Configuration specific to this site ##
-
-# The locale code for this documentation set
-bzr_locale = 'es'
-
-# Translations & supporting helper function
-bzr_titles = {
-        u'Table of Contents (%s)': u'Contenidos (%s)',
-        u'Bazaar User Guide': u'Guia de Usuario',
-        u'Bazaar User Reference': None,
-        u'Bazaar Release Notes': None,
-        u'Bazaar Upgrade Guide': None,
-        u'Bazaar in five minutes': u'Bazaar en cinco minutos',
-        u'Bazaar Tutorial': None,
-        u'Using Bazaar With Launchpad': None,
-        u'Centralized Workflow Tutorial': None,
-    }
-def bzr_title(s):
-    return bzr_titles.get(s) or s
-
-# The language for content autogenerated by Sphinx. Refer to documentation
-# for a list of supported languages.
-language = bzr_locale
-
-# A shorter title for the navigation bar.  Default is the same as html_title.
-html_short_title = bzr_title(u"Table of Contents (%s)") % (release,)
-
-# Additional templates that should be rendered to pages, maps page names to
-# template names.
-#html_additional_pages = {'index': 'index.html'}
-
-# Output file base name for HTML help builder.
-htmlhelp_basename = 'bzr-%s' % (bzr_locale,)
-
-# Grouping the document tree into LaTeX files. List of tuples
-# (source start file, target name, title, author, documentclass [howto/manual]).
-bzr_documents = [
-  # Manuals
-  ('user-guide/index', 'bzr-%s-user-guide' % (bzr_locale,),
-    bzr_title(u'Bazaar User Guide'), brz_team, 'manual'),
-  #('user-reference/bzr_man', 'bzr-%s-user-reference' % (bzr_locale,),
-  #  bzr_title(u'Bazaar User Reference'), brz_team, 'manual'),
-  #('release-notes/NEWS', 'bzr-%s-release-notes' % (bzr_locale,),
-  #  bzr_title(u'Bazaar Release Notes'), brz_team, 'manual'),
-  #('upgrade-guide/index', 'bzr-%s-upgrade-guide' % (bzr_locale,),
-  #  bzr_title(u'Bazaar Upgrade Guide'), brz_team, 'manual'),
-  # Tutorials
-  ('mini-tutorial/index', 'bzr-%s-tutorial-mini' % (bzr_locale,),
-    bzr_title(u'Bazaar in five minutes'), brz_team, 'howto'),
-  #('tutorials/tutorial', 'bzr-%s-tutorial' % (bzr_locale,),
-  #  bzr_title(u'Bazaar Tutorial'), brz_team, 'howto'),
-  #('tutorials/using_bazaar_with_launchpad',
-  #  'bzr-%s-tutorial-with-launchpad' % (bzr_locale,),
-  #  bzr_title(u'Using Bazaar With Launchpad'), brz_team, 'howto'),
-  #('tutorials/centralized_workflow',
-  #  'bzr-%s-tutorial-centralized' % (bzr_locale,),
-  #  bzr_title(u'Centralized Workflow Tutorial'), brz_team, 'howto'),
-]
-
-latex_documents = [
-    (start, target+'.tex', title, author, doc_class)
-    for start, target, title, author, doc_class in bzr_documents
-    ]
-
-texinfo_documents = [
-    (start, target, title, author, doc_class)
-    for start, target, title, author, doc_class in bzr_documents
-    ]
-
-# List of documents that shouldn't be included in the build.
-unused_docs = [
-    # Subtopics that get included
-    'upgrade-guide/overview',
-    'upgrade-guide/data_migration',
-    'upgrade-guide/tips_and_tricks',
-    'user-guide/resolving_conflicts',
-    'user-guide/version_info',
-    # Plain-style documentation generation stuff
-    'user-guide/index-plain',
-]
-

=== removed file 'doc/es/index.txt'
--- old/doc/es/index.txt	2010-08-13 19:08:57 +0000
+++ new/doc/es/index.txt	1970-01-01 00:00:00 +0000
@@ -1,40 +0,0 @@
-=================================
-Indice de Documentacion de Bazaar
-=================================
-
-Las ultimas versiones de estos documentos se encuentran disponibles
-en la pagina de  Bazaar, http://doc.bazaar.canonical.com/en/.
-
-Documentacion Principal
-=======================
-
-.. toctree::
-   :maxdepth: 1
-
-   mini-tutorial/index
-   quick-reference/index
-   user-guide/index
-
-
-Otra Documentacion
-==================
-
-Mudandose a Bazaar (enlances web):
-
-* `Guias de Migracion <http://doc.bazaar.canonical.com/migration/en/>`_
-  - para equipos que mudan el historial de otros SCV
-
-* `Guias de Plugins <http://doc.bazaar.canonical.com/plugins/en/>`_
-
-Otros Documentos (enlances web):
-
-* `Glosario <http://wiki.bazaar.canonical.com/BzrGlossary>`_
-
-* `Preguntas Frecuentes <https://answers.launchpad.net/bzr>`_
-
-* `Referencia del API bzrlib <http://wiki.bazaar.canonical.com/BzrLib>`_
-
-Especificaciones tecnicas, planes a futuro y varias
-notas tecnicas varias en Ingles:
-
-* `Catalogo de Documentos para Desarrolladores <http://doc.bazaar.canonical.com/latest/developers/>`_

=== removed directory 'doc/es/mini-tutorial'
=== removed file 'doc/es/mini-tutorial/index.txt'
--- old/doc/es/mini-tutorial/index.txt	2010-11-12 22:36:19 +0000
+++ new/doc/es/mini-tutorial/index.txt	1970-01-01 00:00:00 +0000
@@ -1,281 +0,0 @@
-=======================
-Bazaar en cinco minutos
-=======================
-
-Introducción
-============
-
-Bazaar es un sistema de control de versiones distribuido que facilita que
-varias personas puedan trabajar de forma conjunta en proyectos de software.
-
-A lo largo de los próximos cinco minutos, aprenderá cómo poner sus archivos
-bajo control de versiones, como registrar cambios en ellos, examinar su
-trabajo, publicarlo y enviar su trabajo para que sea integrado en el trunk de
-un proyecto.
-
-Si prefiere una introducción más detallada, eche un vistazo a
-`Aprendiendo Más`_.
-
-
-Instalación
-===========
-
-Esta guía no describe cómo instalar Bazaar pero normalmente es muy
-sencillo. Puede encontrar intrucciones de instalación en:
-
-- **GNU/Linux:** Bazaar, probablemente, ya esté en su distribución GNU/Linux.
-- **Windows:** `instrucciones de instalación para Windows`_.
-- **Mac OS X:** `instrucciones de instalación para Mac OS X`_.
-
-Para otras plataformas y para instalar desde el código fuente, vea las
-páginas de Descarga_ e Instalación_.
-
-.. _instrucciones de instalación para Windows: http://wiki.bazaar.canonical.com/WindowsDownloads
-.. _instrucciones de instalación para Mac OS X: http://wiki.bazaar.canonical.com/MacOSXBundle
-.. _Descarga: http://wiki.bazaar.canonical.com/Download
-.. _Instalación: http://wiki.bazaar.canonical.com/InstallationFaq
-
-
-Preséntese
-==========
-
-Antes de empezar a trabajar, es conveniente que le diga a Bazaar quién es
-usted. De ese modo su trabajo será identificando correctamente en los logs
-de revisión.
-
-Utilice su nombre y dirección de email en lugar de John Doe, teclee::
-
-  $ bzr whoami "John Doe <john.doe@gmail.com>"
-
-Bazaar creará o modificará ahora un archivo de configuración, incluyendo su
-nombre y dirección de email.
-
-Ahora compruebe que su nombre y dirección de email se han registrado correctamente::
-
-  $ bzr whoami
-  John Doe <john.doe@gmail.com>
-
-
-Ponga archivos bajo control de versiones
-========================================
-
-Vamos a crear un directorio y algunos archivos para utilizar con Bazaar::
-
- $ mkdir miproyecto
- $ cd miproyecto
- $ mkdir subdirectorio
- $ touch test1.txt test2.txt test3.txt subdirectorio/test4.txt
-
-**Nota para usuarios de Windows:** utilice Windows Explorer para crear sus
-directorios, luego haga click derecho en dichos directorios y seleccione
-``Nuevo archivo`` para crear sus archivos.
-
-Ahora vamos a hacer que Bazaar se inicialize en el directorio de su proyecto::
-
-  $ bzr init
-
-Si parece que no ha ocurrido nada no se preocupe. Bazaar ha creado un
-branch_ dónde guardará sus archivos y su histórico de revisiones.
-
-.. _branch: http://wiki.bazaar.canonical.com/Branch
-
-El siguiente paso es decirle a Bazaar a que archivos desea seguirles la pista.
-Ejecutando ``bzr add`` agregará recursivamente todos los elementos dentro del
-proyecto::
-
- $ bzr add
- added subdirectorio
- added test1.txt
- added test2.txt
- added test3.txt
- added subdirectorio/test4.txt
-
-A continuación tome una instantánea de sus archivos agregándolos a su branch.
-Agregue un mensaje para explicar por qué hace el commit::
-
-  $ bzr commit -m "Importación inicial"
-
-Como Bazaar es un sistema de control de versiones distribuido, no necesita
-conectar con un servidor central para hacer el commit. Bazaar guarda su
-branch y todos sus commits dentro del directorio con el que está trabajando,
-busque el subdirectorio ``.bzr``.
-
-
-Haciendo cambios en sus archivos
-================================
-
-Vamos a cambiar un archivo e introduzcamos ese cambio  en su branch.
-
-Edite ``test1.txt`` en su editor favorito y luego compruebe qué ha hecho::
-
- $ bzr diff
- === modified file 'test1.txt'
- --- test1.txt   2007-10-08 17:56:14 +0000
- +++ test1.txt   2007-10-08 17:46:22 +0000
- @@ -0,0 +1,1 @@
- +test test test
-
-Añada su trabajo al branch de Bazaar::
-
-  $ bzr commit -m "Añadida la primera línea de texto"
-  Committed revision 2.
-
-
-Viendo el log de revisiones
-===========================
-
-Puede ver el histórico de su branch navegando su log::
-
-  $ bzr log
-  ------------------------------------------------------------
-  revno: 2
-  committer: John Doe <john.doe@gmail.com>
-  branch nick: miproyecto
-  timestamp: Mon 2007-10-08 17:56:14 +0000
-  message:
-    Añadida la primera línea de texto
-  ------------------------------------------------------------
-  revno: 1
-  committer: John Doe <john.doe@gmail.com>
-  branch nick: miproyecto
-  timestamp: Mon 2006-10-08 17:46:22 +0000
-  message:
-    Importación inicial
-
-
-Publicando su branch con SFTP
-=============================
-
-Hay un par de maneras para publicar su branch. Si ya tiene un servidor
-SFTP o se siente cómodo configurando uno, puede publicar su branch con el.
-
-Sino salte a la siguiente sección para publicar con Launchpad_, un
-servicio de hosting gratuito para Bazaar.
-
-.. _Launchpad: https://launchpad.net/
-
-Vamos a suponer que desea publicar su branch en ``www.example.com/miproyecto``::
-
- $ bzr push --create-prefix sftp://su.nombre@example.com/~/public_html/miproyecto
- 2 revision(s) pushed.
-
-Bazaar creará un directorio ``miproyecto`` en el servidor remoto e
-introducirá su branch en él.
-
-Ahora cualquiera podrá crear su propia copia de su branch tecleando::
-
- $ bzr branch http://www.example.com/miproyecto
-
-**Nota:** para utilizar SFTP deberá instalar ``paramiko`` y
-``pyCrypto``. Vea http://wiki.bazaar.canonical.com/InstallationFaq para más información.
-
-
-Publicando su branch con Launchpad
-==================================
-
-Launchpad es una suite de herramientas de desarrollo y hosting
-para proyectos de software libre. Puede utilizarlo para publicar su branch.
-
-Si no dispone de una cuenta de Launchpad, siga la `guia de registro de cuentas`_
-y `registre una clave SSH`_ en su nueva cuenta de Launchpad.
-
-.. _guia de registro de cuentas: https://help.launchpad.net/CreatingYourLaunchpadAccount
-.. _registre una clave SSH: https://launchpad.net/people/+me/+editsshkeys
-
-Cambie ``john.doe`` por su nombre de usuario de Launchpad, teclee::
-
- $ bzr push bzr+ssh://john.doe@bazaar.launchpad.net/~john.doe/+junk/miproyecto
-
-**Nota:** ``+junk`` significa que este branch no está asociado con ningún proyecto
-concreto en Launchpad.
-
-Ahora cualquiera podrá crear su propia copia de su branch tecleando::
-
- $ bzr branch http://bazaar.launchpad.net/~john.doe/+junk/miproyecto
-
-También puede ver información sobre su branch, histórico de revisiones
-incluido, en https://code.launchpad.net/people/+me/+junk/miproyecto
-
-
-Creando su propia copia de otro branch
-======================================
-
-Para trabajar con el código de otra persona, tendrá que hacer su propia
-copia de su branch. Vamos a coger un ejemplo real, la interfaz GTK de Bazaar::
-
-  $ bzr branch http://bazaar.launchpad.net/~bzr/bzr-gtk/trunk bzr-gtk.john
-  Branched 292 revision(s).
-
-Bazaar descargará todos los archivos y el histórico de revisiones completo
-del trunk branch del proyecto bzr-gtk y creará una copia llamada
-bzr-gtk.john.
-
-Ahora dispone de su propia copia del branch y puede enviar cambios con
-o sin una conexión de red. Puede compartir su branch en cualquier momento
-publicándola y, si el equipo de bzr-gtk desea utilizar su trabajo, Bazaar
-les facilita integrar su branch dentro de su trunk branch.
-
-
-Actualizando su branch desde el branch principal
-================================================
-
-Mientras envía cambios a su branch, es probable que otras personas también
-sigan enviando código al branch principal.
-
-Para asegurarse de que su branch está al dia debería integrar los cambios
-desde el principal dentro de su branch personal::
-
-  $ bzr merge
-  Merging from saved parent location: http://bazaar.launchpad.net/~bzr/bzr-gtk/trunk
-  All changes applied successfully.
-
-Compruebe qué ha cambiado::
-
-  $ bzr diff
-
-Si está contento con los cambios puede añadirlos en su branch personal::
-
-  $ bzr commit -m "Integración desde el branch principal"
-  Committed revision 295.
-
-
-Integrando su trabajo en el branch principal
-============================================
-
-Después de haber trabajado en su branch personal de bzr-gtk puede que
-quiera enviar sus cambios de vuelta al proyecto. La manera más fácil
-es utilizando una instrucción merge.
-
-Una instrucción merge es una petición de lectura mecánica para
-llevar a cabo una integración concreta. Por lo general contiene un
-parche de vista previa de la integración y, o bien contiene las
-revisiones necesarias, o proporciona un branch donde pueden encontrarse.
-
-Sustituyendo ``mycode.patch``, cree su instrucción merge::
-
- $ bzr send -o mycode.patch
- Using saved parent location: http://bazaar.launchpad.net/~bzr/bzr-gtk/trunk
-
-Ahora puede enviar por email la instruccion merge al proyecto bzr-gtk
-quien, si así lo quieren, pueden utilizarla para integrar su trabajo
-dentro del branch principal.
-
-
-Aprendiendo más
-===============
-
-Puede encontrar más sobre Bazaar en la
-`Guía de Usuario de Bazaar <../user-guide/index.html>`_.
-
-Para aprender sobre Bazaar por línea de comandos::
-
-  $ bzr help
-
-Para aprender sobre comandos de Bazaar::
-
-  $ bzr help commands
-
-Para aprender acerca del tema o comando ''foo''::
-
-  $ bzr help foo
-

=== removed directory 'doc/es/quick-reference'
=== removed file 'doc/es/quick-reference/index.txt'
--- old/doc/es/quick-reference/index.txt	2009-09-09 02:32:10 +0000
+++ new/doc/es/quick-reference/index.txt	1970-01-01 00:00:00 +0000
@@ -1,6 +0,0 @@
-Referencia Rapida
-=================
-
-* `PDF format <../_static/es/bzr-es-quick-reference.pdf>`_
-* `PNG format <../_static/es/bzr-es-quick-reference.png>`_
-* `SVG format <../_static/es/bzr-es-quick-reference.svg>`_

=== removed directory 'doc/es/user-guide'
=== removed file 'doc/es/user-guide/index-plain.txt'
--- old/doc/es/user-guide/index-plain.txt	2010-07-07 11:21:19 +0000
+++ new/doc/es/user-guide/index-plain.txt	1970-01-01 00:00:00 +0000
@@ -1,114 +0,0 @@
-##########################
-Guia de Usuarios de Bazaar
-##########################
-
-.. Files are currently links but will become includes once the
-.. content makes more sense as a whole.
-.. Please mark sections in linked/included files as following:
-..   level 1 ========
-..   level 2 --------
-..   level 3 ~~~~~~~~
-..   level 4 ^^^^^^^^ (it is better not to use nesting deeper than 3 levels)
-
-
-Introducción
-############
-
-.. include later - introducing_bazaar.txt
-.. include later - core_concepts.txt
-.. include later - bazaar_workflows.txt
-
-
-Empezando
-#########
-
-.. include later - installing_bazaar.txt
-.. include later -  entering_commands.txt
-.. include later - revnos.txt
-.. include later - getting_help.txt
-.. include later - configuring_bazaar.txt
-.. include later - using_aliases.txt
-.. include later - plugins.txt
-
-
-Control de Versionamiento Personal
-##################################
-
-.. include later - solo_intro.txt
-.. include later - starting_a_project.txt
-.. include later - controlling_registration.txt
-.. include later - reviewing_changes.txt
-.. include later - recording_changes.txt
-.. include later - browsing_history.txt
-.. include later - releasing_a_project.txt
-.. include later - undoing_mistakes.txt
-
-
-Compartiendo con tus pares
-##########################
-
-.. include later - partner_intro.txt
-.. include later - branching_a_project.txt
-.. include later - merging_changes.txt
-.. include later - resolving_conflicts.txt
-.. include later - annotating_changes.txt
-
-
-Colaboración en equipo, modo centralizado
-#########################################
-
-.. include later - central_intro.txt
-.. include later - publishing_a_branch.txt
-.. include later - using_checkouts.txt
-.. include later - working_offline_central.txt
-.. include later - reusing_a_checkout.txt
-
-
-Colaboracion en equipo, modo distribuido
-########################################
-
-.. include later - distributed_intro.txt
-.. include later - organizing_branches.txt
-.. include later - using_gatekeepers.txt
-.. include later - sending_changes.txt
-
-
-Un tour breve de los plugins mas populares
-##########################################
-
-.. include later - part2_intro.txt
-.. include later - bzrtools_plugin.txt
-.. include later - svn_plugin.txt
-.. include later looms_plugin.txt
-
-
-Integrando Bazaar en tu entorno
-###############################
-
-.. include later - web_browsing.txt
-.. include later - file_explorers.txt
-.. include later - desktop_integration.txt
-.. include later - editors_and_ides.txt
-.. include later - email.txt
-.. include later - bug_trackers.txt
-
-
-Temas varios
-############
-
-.. include later - adv_merging.txt
-.. include later - server.txt
-.. include later - hooks.txt
-.. include:: version_info.txt
-
-
-Apéndice
-########
-
-.. include later - specifying_revisions.txt
-.. include later - shared_repository_layouts.txt
-.. include later - setting_up_email.txt
-.. include later - http_smart_server.txt
-.. include later - writing_a_plugin.txt
-
-.. |--| unicode:: U+2014

=== removed file 'doc/es/user-guide/index.txt'
--- old/doc/es/user-guide/index.txt	2010-07-07 11:21:19 +0000
+++ new/doc/es/user-guide/index.txt	1970-01-01 00:00:00 +0000
@@ -1,114 +0,0 @@
-##########################
-Guia de Usuarios de Bazaar
-##########################
-
-.. Files are currently links but will become includes once the
-.. content makes more sense as a whole.
-.. Please mark sections in linked/included files as following:
-..   level 1 ========
-..   level 2 --------
-..   level 3 ~~~~~~~~
-..   level 4 ^^^^^^^^ (it is better not to use nesting deeper than 3 levels)
-
-
-Introducción
-############
-
-.. include later - introducing_bazaar.txt
-.. include later - core_concepts.txt
-.. include later - bazaar_workflows.txt
-
-
-Empezando
-#########
-
-.. include later - installing_bazaar.txt
-.. include later -  entering_commands.txt
-.. include later - revnos.txt
-.. include later - getting_help.txt
-.. include later - configuring_bazaar.txt
-.. include later - using_aliases.txt
-.. include later - plugins.txt
-
-
-Control de Versionamiento Personal
-##################################
-
-.. include later - solo_intro.txt
-.. include later - starting_a_project.txt
-.. include later - controlling_registration.txt
-.. include later - reviewing_changes.txt
-.. include later - recording_changes.txt
-.. include later - browsing_history.txt
-.. include later - releasing_a_project.txt
-.. include later - undoing_mistakes.txt
-
-
-Compartiendo con tus pares
-##########################
-
-.. include later - partner_intro.txt
-.. include later - branching_a_project.txt
-.. include later - merging_changes.txt
-.. include later - resolving_conflicts.txt
-.. include later - annotating_changes.txt
-
-
-Colaboración en equipo, modo centralizado
-#########################################
-
-.. include later - central_intro.txt
-.. include later - publishing_a_branch.txt
-.. include later - using_checkouts.txt
-.. include later - working_offline_central.txt
-.. include later - reusing_a_checkout.txt
-
-
-Colaboracion en equipo, modo distribuido
-########################################
-
-.. include later - distributed_intro.txt
-.. include later - organizing_branches.txt
-.. include later - using_gatekeepers.txt
-.. include later - sending_changes.txt
-
-
-Un tour breve de los plugins mas populares
-##########################################
-
-.. include later - part2_intro.txt
-.. include later - bzrtools_plugin.txt
-.. include later - svn_plugin.txt
-.. include later looms_plugin.txt
-
-
-Integrando Bazaar en tu entorno
-###############################
-
-.. include later - web_browsing.txt
-.. include later - file_explorers.txt
-.. include later - desktop_integration.txt
-.. include later - editors_and_ides.txt
-.. include later - email.txt
-.. include later - bug_trackers.txt
-
-
-Temas varios
-############
-
-.. include later - adv_merging.txt
-.. include later - server.txt
-.. include later - hooks.txt
-.. include:: version_info.txt
-
-
-Apéndice
-########
-
-.. include later - specifying_revisions.txt
-.. include later - shared_repository_layouts.txt
-.. include later - setting_up_email.txt
-.. include later - http_smart_server.txt
-.. include later - writing_a_plugin.txt
-
-.. |--| unicode:: U+2014

=== removed file 'doc/es/user-guide/version_info.txt'
--- old/doc/es/user-guide/version_info.txt	2009-12-02 20:34:07 +0000
+++ new/doc/es/user-guide/version_info.txt	1970-01-01 00:00:00 +0000
@@ -1,53 +0,0 @@
-===========================
-Usando ``bzr version-info``
-===========================
-
-Repaso General
-==============
-
-Este documento describe las formas de usar ``bzr version-info`` como
-parte del proceso de embeber la informacion de vesion a un proyecto.
-
-
-Projecto Python
-===============
-
-TODO: Figure out how to attach into ``setup.py``
-
-Si usa un archivo Makefile para construir su proyecto, puede generar un
-archivo on la informacion de version tan simple como::
-
-  library/_version.py:
-        bzr version-info --format=python > library/_version.py
-
-Eso genera un archivo que contiene 3 diccionarios:
-
-  * `version_info`: Un diccionario conteniendo informacion basica sobre el
-    estado actual
-
-  * `revisions`: Un diccionario listando todas las revisiones en
-    el historial del tree, junto con los tiempos y los mensajes de
-    los commits. Esto por defecto esta en blanco salvi que use ``--all``
-    o `--include-history`` es provisto. Esto es util si quiere seguir
-    que bugs arregla el lanzamiento de esa version. Para muchos proyectos
-    es mas informacion de la que se va a necesitar.
-
-  * `file_revisions`: Un diccionario listando la revision que modifico
-    por ultima vez todos los archivos del proyecto. Esto puede ser usado
-    similarmente a como se usan las palabras claves ``$Id$`` en los
-    archivos controlados en CVS. La ultima fecha de modificacion puede
-    ser determinada mirando en el mapa de ``revisions``. Esto tambien
-    esta vacio por defecto, y habilitado solo por ``--all`` o
-    ``--include-file-revisions``.
-
-
-Check Clean
-===========
-
-La mayoria de la informacion sobre el contenido del proyecto puede
-ser determinada a muy bajo costo con solo leer las entradas de revisiones.
-Sin embargo, puede ser util si el working tree fue actualizado completamente
-cuando fue empaquetado, o si hubo alguna modificacion local. Al proveer
-``--all`` o ``--check-clean``, ``bzr`` va a inspeccionar el working tree,
-y definir el ``clean`` flag en ``version_info``, al igual que definir
-entradas en ``file_revisions`` como ``modified`` donde es apropiado.

=== removed file 'doc/index.es.txt'
--- old/doc/index.es.txt	2010-08-13 19:08:57 +0000
+++ new/doc/index.es.txt	1970-01-01 00:00:00 +0000
@@ -1,46 +0,0 @@
-==================================
-Indice de Documentacion de Bazaar
-==================================
-
-Las ultimas versiones de estos documentos se encuentran disponibles
-en la pagina de  Bazaar, http://doc.bazaar.canonical.com/.
-
-Documentacion Principal
-=======================
-
-* `Mini Tutorial <es/mini-tutorial/index.html>`_
-
-* `Referencia Rapida <es/_static/es/bzr-es-quick-reference.svg>`_
-
-* `Guia de Usuario <es/user-guide/index-plain.html>`_
-
-* `Referencia <en/user-reference/bzr_man.html>`_
-
-* `Notas sobre la Version <en/release-notes/NEWS.html>`_
-
-* `Guia del Desarrollador <developers/HACKING.html>`_
-
-
-Otra Documentacion
-===================
-
-Mudandose a Bazaar (enlances web):
-
-* `Guias de Mudanzas <http://wiki.bazaar.canonical.com/BzrSwitching>`_
-  - para los usuarios que se mudan de otros SCV
-
-* `Guias de Migracion <http://wiki.bazaar.canonical.com/BzrMigration>`_
-  - para equipos que mudan el historial de otros SCV
-
-Otros Documentos (enlances web):
-
-* `Glosario <http://wiki.bazaar.canonical.com/BzrGlossary>`_
-
-* `Preguntas Frecuentes <http://wiki.bazaar.canonical.com/FAQ>`_
-
-* `Referencia del API bzrlib <http://wiki.bazaar.canonical.com/BzrLib>`_
-
-Especificaciones tecnicas, planes a futuro y varias
-notas tecnicas varias en Ingles:
-
-* `Catalogo de Documentos para Desarrolladores <developers/index.html>`_

=== removed file 'doc/index.ja.txt'
--- old/doc/index.ja.txt	2010-08-17 06:45:33 +0000
+++ new/doc/index.ja.txt	1970-01-01 00:00:00 +0000
@@ -1,85 +0,0 @@
-===========================
-Bazaarのメインドキュメント
-===========================
-
-これらのドキュメントの最新版はBazaarのドキュメントのサイト、 http://doc.bazaar.canonical.com/ から入手可能で、
-詳しい情報は http://wiki.bazaar.canonical.com/Documentation のページからリンクされています。
-
-
-コアドキュメント
-================
-
-* `ユーザーガイド <ja/user-guide/index.html>`_
-
-* `ユーザーリファレンス <ja/user-reference/bzr_man.html>`_
-
-* `クィックスタートカード(PNG) <http://gigo-ice.org/scm/bazaar/wiki/bzr-quickref.ja.png>`_
-  `(PDF) <http://gigo-ice.org/scm/bazaar/wiki/bzr-quickref.ja.pdf>`_
-
-* `リリースノート(英語) <en/release-notes/NEWS.html>`_
-
-* `2.0 Upgrade Guide (英語) <en/upgrade-guide/index.html>`_
-
-チュートリアル
-===============
-
-* `5分でBazaar <ja/mini-tutorial/index.html>`_
-
-* `A longer tutorial (英語) <en/tutorials/tutorial.html>`_
-
-* `Using Bazaar with Launchpad (英語) <en/tutorials/using_bazaar_with_launchpad.html>`_
-
-* `Centralized workflow (英語) <en/tutorials/centralized_workflow.html>`_
-
-
-Developer Documentation
-=======================
-
-* `Developer Document Catalog <developers/index-plain.html>`_ |--| for developers
-  of Bazaar and plugins
-
-
-ウェブリンク
-=============
-
-* `切り替えガイド <http://wiki.bazaar.canonical.com/BzrSwitching>`_
-  |--| 別のVCSツールから移ってきたユーザー用
-
-* `移行ガイド <http://wiki.bazaar.canonical.com/BzrMigration>`_
-  |--| 別のVCSツールから履歴を移行するチーム用
-
-* `用語 <http://wiki.bazaar.canonical.com/BzrGlossary>`_
-
-* `よく聞かれる質問 <http://wiki.bazaar.canonical.com/FAQ>`_
-
-
-TortoiseBzrをインストールするには？
-===================================
-
-https://launchpad.net/bzr/+download からbzr-setup-x.xxx.exeを入手し、
-ファイルをダブルクリックをしてインストールウィザードを起動させます。
-その後の作業はインストールウィザードに従います。
-インストールウィザードが終了した後で再起動します。
-
-最新バージョンでも正常に動作しないことがあるので、
-その場合は古いバージョンをインストールします。
-2009年1月時点で筆者はbzr-setup-1.9.exeの基本的な動作を確認しています。
-
-もしPythonインタープリタにbzrをインストールした場合、インストールしたディレクトリによって
-bzr.exe(デフォルトでは `C:\Program Files\Bazaar` )よりもbzr.bat(`C:\PythonXX\Scripts`)が
-優先されるので、コマンドプロンプトでbzrと入力したときにbzr.exeが実行されるようにするには、
-bzr.batをbzr.txtなどにリネームします。
-
-
-Other Languages
-===============
-
-* `Spanish Documentation <index.es.html>`_
-* `Russian Documentation <index.ru.html>`_ |--| документация на русском
-* `Japanese Documentation <index.ja.html>`_ |--| 日本語ドキュメント
-
-
-.. |--| unicode:: U+2014
-
-..
-   vim: ft=rst tw=74 ai

=== removed file 'doc/index.ru.txt'
--- old/doc/index.ru.txt	2010-08-17 06:45:33 +0000
+++ new/doc/index.ru.txt	1970-01-01 00:00:00 +0000
@@ -1,63 +0,0 @@
-=================================
-Главный каталог документов Bazaar
-=================================
-
-Последняя версия этих документов доступа со страницы документации
-на сайте Bazaar, <http://doc.bazaar.canonical.com/>. Еще больше информации
-можно получить по адресу <http://wiki.bazaar.canonical.com/Documentation>.
-
-Основная документация
-=====================
-
-* `Руководство пользователя <ru/user-guide/index-plain.html>`_
-
-* `Справочник пользователя <en/user-reference/bzr_man.html>`_ (англ.)
-
-* `Карточка быстрого старта <ru/_static/ru/bzr-ru-quick-reference.svg>`_
-  (`PDF <ru/_static/ru/bzr-ru-quick-reference.pdf>`_,
-  `PNG <ru/_static/ru/bzr-ru-quick-reference.png>`_)
-
-* `Список изменений <en/release-notes/NEWS.html>`_ (англ.)
-
-* `Каталог информации для разработчиков <developers/index-plain.html>`_ (англ.) |--|
-  для разработчиков Bazaar и плагинов
-
-Учебники
-========
-
-* `Базар за пять минут <ru/mini-tutorial/index.html>`_
-
-* `Большой учебник <ru/tutorials/tutorial.html>`_
-
-* `Использование Bazaar с Launchpad
-  <ru/tutorials/using_bazaar_with_launchpad.html>`_
-
-* `Работа в централизованном стиле
-  <ru/tutorials/centralized_workflow.html>`_
-
-Ссылки в сети
-=============
-
-* `Руководства по переходу <http://wiki.bazaar.canonical.com/BzrSwitching>`_
-  |--| для пользователей переходящих с других систем контроля версий
-
-* `Руководство по миграции <http://wiki.bazaar.canonical.com/BzrMigration>`_
-  |--| для команд переносящих историю с других систем контроля версий
-
-* `Словарь терминов <http://wiki.bazaar.canonical.com/BzrGlossary>`_ (англ.),
-  см. также `русскую версию`__
-
-__  http://groups.google.com/group/ru_bzr/web/%D0%B3%D0%BB%D0%BE%D1%81%D1%81%D0%B0%D1%80%D0%B8%D0%B9
-
-* `Часто задаваемые вопросы <http://wiki.bazaar.canonical.com/FAQ>`_ (англ.)
-
-Другие языки
-============
-
-* `Документация на английском <index.html>`_ |--| English Documentation
-* `Документация на испанском <index.es.html>`_
-
-.. |--| unicode:: U+2014
-
-..
-   vim: ft=rst tw=74 ai

=== removed directory 'doc/ja'
=== removed directory 'doc/ja/_static'
=== removed directory 'doc/ja/_templates'
=== removed file 'doc/ja/conf.py'
--- old/doc/ja/conf.py	2017-05-30 22:17:31 +0000
+++ new/doc/ja/conf.py	1970-01-01 00:00:00 +0000
@@ -1,103 +0,0 @@
-# -*- coding: utf-8 -*-
-#
-# Bazaar documentation build configuration file, created by
-# sphinx-quickstart on Tue Jul 21 17:04:52 2009.
-#
-# This file is execfile()d with the current directory set to its containing dir.
-
-import sys, os
-
-# If extensions (or modules to document with autodoc) are in another directory,
-# add these directories to sys.path here. If the directory is relative to the
-# documentation root, use os.path.abspath to make it absolute, like shown here.
-sys.path = [os.path.abspath('../..')] + sys.path
-
-# Most of the configuration for Bazaar docs is defined here ...
-from breezy.doc_generate.conf import *
-
-
-## Configuration specific to this site ##
-
-# The locale code for this documentation set
-bzr_locale = 'ja'
-
-# Translations & supporting helper function
-bzr_titles = {
-        u'Table of Contents (%s)': u'目次 (%s)',
-        u'Bazaar User Guide': u'ユーザーガイド',
-        u'Bazaar User Reference': u'ユーザーリファレンス',
-        u'Bazaar Release Notes': u'リリースノート',
-        u'Bazaar Upgrade Guide': u'アップグレードガイド',
-        u'Bazaar in five minutes': u'5分でBazaar',
-        u'Bazaar Tutorial': u'チュートリアル',
-        u'Using Bazaar With Launchpad': None,
-        u'Centralized Workflow Tutorial': None,
-    }
-def bzr_title(s):
-    return bzr_titles.get(s) or s
-
-# The language for content autogenerated by Sphinx. Refer to documentation
-# for a list of supported languages.
-language = bzr_locale
-
-# A shorter title for the navigation bar.  Default is the same as html_title.
-html_short_title = bzr_title(u"Table of Contents (%s)") % (release,)
-
-# Additional templates that should be rendered to pages, maps page names to
-# template names.
-# html_additional_pages = {'index': 'index.html'}
-
-# Output file base name for HTML help builder.
-htmlhelp_basename = 'bzr-%s' % (bzr_locale,)
-
-# Grouping the document tree into LaTeX files. List of tuples
-# (source start file, target name, title, author, documentclass [howto/manual]).
-bzr_documents = [
-  # Manuals
-  ('user-guide/index', 'bzr-%s-user-guide' % (bzr_locale,),
-    bzr_title(u'Bazaar User Guide'), brz_team, 'manual'),
-  ('user-reference/bzr_man', 'bzr-%s-user-reference' % (bzr_locale,),
-    bzr_title(u'Bazaar User Reference'), brz_team, 'manual'),
-  #('release-notes/NEWS', 'bzr-%s-release-notes' % (bzr_locale,),
-  #  bzr_title(u'Bazaar Release Notes'), brz_team, 'manual'),
-  #('upgrade-guide/index', 'bzr-%s-upgrade-guide' % (bzr_locale,),
-  #  bzr_title(u'Bazaar Upgrade Guide'), brz_team, 'manual'),
-  # Tutorials
-  ('mini-tutorial/index', 'bzr-%s-tutorial-mini' % (bzr_locale,),
-    bzr_title(u'Bazaar in five minutes'), brz_team, 'howto'),
-  #('tutorials/tutorial', 'bzr-%s-tutorial' % (bzr_locale,),
-  #  bzr_title(u'Bazaar Tutorial'), brz_team, 'howto'),
-  #('tutorials/using_bazaar_with_launchpad',
-  #  'bzr-%s-tutorial-with-launchpad' % (bzr_locale,),
-  #  bzr_title(u'Using Bazaar With Launchpad'), brz_team, 'howto'),
-  #('tutorials/centralized_workflow',
-  #  'bzr-%s-tutorial-centralized' % (bzr_locale,),
-  #  bzr_title(u'Centralized Workflow Tutorial'), brz_team, 'howto'),
-]
-
-latex_documents = [
-    (start, target+'.tex', title, author, doc_class)
-    for start, target, title, author, doc_class in bzr_documents
-    ]
-
-texinfo_documents = [
-    (start, target, title, author, doc_class)
-    for start, target, title, author, doc_class in bzr_documents
-    ]
-
-# List of documents that shouldn't be included in the build.
-unused_docs = [
-    # Subtopics that get included
-    'upgrade-guide/overview',
-    'upgrade-guide/data_migration',
-    'upgrade-guide/tips_and_tricks',
-    #'user-guide/resolving_conflicts',
-    #'user-guide/version_info',
-    # Plain-style documentation generation stuff
-    'release-notes/NEWS',
-    'user-reference/bzr_man',
-    'user-guide/index-plain',
-    # Miscellaneous
-    'user-reference/readme',
-]
-

=== removed file 'doc/ja/index.txt'
--- old/doc/ja/index.txt	2011-05-18 13:12:59 +0000
+++ new/doc/ja/index.txt	1970-01-01 00:00:00 +0000
@@ -1,58 +0,0 @@
-===========================
-Bazaarのメインドキュメント
-===========================
-
-これらのドキュメントの最新版はBazaarのドキュメントのサイト、
-http://doc.bazaar.canonical.com/en/ から入手可能で、
-詳しい情報は http://wiki.bazaar.canonical.com/Documentation
-のページからリンクされています。
-
-
-目次
-=====
-
-.. toctree::
-   :maxdepth: 1
-
-   tutorials/index
-   user-guide/index
-   upgrade-guide/index
-   user-reference/index
-
-.. no translated documents
-   quick-reference/index
-   admin-guide/index
-
-ウェブリンク
-=============
-
-* `切り替えガイド <http://wiki.bazaar.canonical.com/BzrSwitching>`_
-  |--| 別のVCSツールから移ってきたユーザー用
-
-* `移行ガイド <http://wiki.bazaar.canonical.com/BzrMigration>`_
-  |--| 別のVCSツールから履歴を移行するチーム用
-
-* `用語 <http://wiki.bazaar.canonical.com/BzrGlossary>`_
-
-* `よく聞かれる質問 <http://wiki.bazaar.canonical.com/FAQ>`_
-
-
-TortoiseBzrをインストールするには？
-===================================
-
-https://launchpad.net/bzr/+download からbzr-setup-x.xxx.exeを入手し、
-ファイルをダブルクリックをしてインストールウィザードを起動させます。
-その後の作業はインストールウィザードに従います。
-インストールウィザードが終了した後で再起動します。
-
-もしPythonインタープリタにbzrをインストールした場合、インストールしたディレクトリによって
-bzr.exe(デフォルトでは ``C:\Program Files\Bazaar`` )よりもbzr.bat(``C:\PythonXX\Scripts``)が
-優先されるので、コマンドプロンプトでbzrと入力したときにbzr.exeが実行されるようにするには、
-bzr.batをbzr.txtなどにリネームします。
-
-
-
-.. |--| unicode:: U+2014
-
-..
-   vim: ft=rst tw=74 ai

=== removed directory 'doc/ja/mini-tutorial'
=== removed file 'doc/ja/mini-tutorial/index.txt'
--- old/doc/ja/mini-tutorial/index.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/mini-tutorial/index.txt	1970-01-01 00:00:00 +0000
@@ -1,272 +0,0 @@
-=================
-5分でわかるBazaar
-=================
-
-.. _introduction:
-
-イントロダクション
-===================
-
-Bazaarは分散型バージョン管理システムで、ソフトウェアプロジェクトの
-共同作業を楽にしてくれます。
-
-これから5分ほどで、ファイルをバージョン管理下に置き、変更を記録して、
-作業内容を確認し、公開して作業内容をマージしてもらうためにプロジェクトの
-trunk に送る方法などを学びます。
-
-詳細な紹介内容を望むのであれば、 `さらに学ぶ`_ をご覧ください。
-
-
-インストール方法
-=================
-
-このガイドではBazaarをインストールする方法を説明しませんが、通常はとても簡単です。
-インストール方法の手引きは次の通りです:
-
-- **GNU/Linux:** おそらくBazaarはあなたのGNU/Linuxディストリビューションに含まれています。
-- **Windows:** `Windowsのためのインストールの手引き`_.
-- **Mac OS X:** `Mac OS Xのためのインストールの手引き`_.
-
-別のプラットフォームとソースコードからインストールする方法に関しては、 ダウンロード_
-と インストール方法_ のページを参照してください。
-
-.. _Windowsのためのインストールの手引き: http://wiki.bazaar.canonical.com/WindowsDownloads
-.. _Mac OS Xのためのインストールの手引き: http://wiki.bazaar.canonical.com/MacOSXBundle
-.. _ダウンロード: http://wiki.bazaar.canonical.com/Download
-.. _インストール方法: http://wiki.bazaar.canonical.com/InstallationFaq
-
-
-まずは自己紹介
-=================
-
-作業にとりかかる前に、まずあなたが誰なのかをBazaarに教えてあげましょう。
-そうすることで、履歴の中からあなたの作業を正確に識別することができます。
-
-次のように入力してください(もちろん、あなたの名前とEメールアドレスで)::
-
-  $ bzr whoami "John Doe <john.doe@gmail.com>"
-
-こうするとBazaarは、あなたの名前やEメールアドレスが入った設定ファイルを作成\
-もしくは修正します。
-
-名前とEメールアドレスが正しく登録されているか確認しましょう ::
-
-  $ bzr whoami
-  John Doe <john.doe@gmail.com>
-
-
-ファイルをバージョン管理する
-=============================
-
-Bazaarで扱うディレクトリといくつかのファイルを作りましょう::
-
- $ mkdir myproject
- $ cd myproject
- $ mkdir subdirectory
- $ touch test1.txt test2.txt test3.txt subdirectory/test4.txt
-
-**Windowsユーザーのための注意:** Windows Explorerを使ってディレクトリを作成し、\
-そのディレクトリの中で右クリックをして ``新規作成`` を選択し、ファイルを作成します。
-
-Bazaarにあなたのプロジェクトディレクトリを初期化させましょう::
-
-  $ bzr init
-
-何も起きていないように見えても心配しないでください。
-Bazaarはファイルとリビジョンの履歴を保存する branch_ を作りました。
-
-.. _branch: http://wiki.bazaar.canonical.com/Branch
-
-次のステップはBazaarに管理して欲しいファイルを教えることです。
-``bzr add`` を実行するとすべてのディレクトリとファイルがプロジェクトに\
-再帰的に追加されます。 ::
-
- $ bzr add
- added subdirectory
- added test1.txt
- added test2.txt
- added test3.txt
- added subdirectory/test4.txt
-
-次に、これらをブランチにコミットしてスナップショットをとります。
-コミットを行った理由を説明するメッセージを追加します。 ::
-
-  $ bzr commit -m "Initial import"
-
-Bazaarは分散型バージョン管理システムなので、コミットするために\
-サーバーに接続する必要はありません。
-代わりに、Bazaarはブランチとすべてのコミットをあなたが作業している\
-ディレクトリ内部に ``.bzr`` というサブディレクトリを作ってそこに
-保存します。
-
-
-ファイルを変更する
-===================
-
-ファイルを変更してブランチにその変更をコミットしてみましょう。
-
-好きなエディタで ``test1.txt`` を編集し、何を行ったのかを確認します。 ::
-
- $ bzr diff
- === modified file 'test1.txt'
- --- test1.txt   2007-10-08 17:56:14 +0000
- +++ test1.txt   2007-10-08 17:46:22 +0000
- @@ -0,0 +1,1 @@
- +test test test
-
-作業をBazaarのブランチにコミットします::
-
-  $ bzr commit -m "Added first line of text"
-  Committed revision 2.
-
-
-リビジョンのログを眺める
-=========================
-
-ログを閲覧することでブランチの履歴を調べることができます。 ::
-
-  $ bzr log
-  ------------------------------------------------------------
-  revno: 2
-  committer: John Doe <john.doe@gmail.com>
-  branch nick: myproject
-  timestamp: Mon 2007-10-08 17:56:14 +0000
-  message:
-    Added first line of text
-  ------------------------------------------------------------
-  revno: 1
-  committer: John Doe <john.doe@gmail.com>
-  branch nick: myproject
-  timestamp: Mon 2006-10-08 17:46:22 +0000
-  message:
-    Initial import
-
-
-ブランチを Launchpad で公開する
-===================================
-
-Launchpad はソフトウェアプロジェクトの開発と運営のためのツールをまとめた
-サイトです。自分のブランチを公開するために Launchpad を利用することができます。
-(もちろん、自分のサーバーや他のホスティングサービス上で公開することもできます)
-
-まだ Launchpad のアカウントを持っていないのであれば、 `account signup guide`_
-に従ってアカウントを作成し、 `SSH 鍵を登録`_ してください。
-
-.. _account signup guide: https://help.launchpad.net/CreatingYourLaunchpadAccount
-.. _SSH 鍵を登録: https://launchpad.net/people/+me/+editsshkeys
-
-次のように、 (``john.doe`` は自分のアカウントのユーザー名に置き換えて)
-タイプしてください。 [#]_ ::
-
- $ bzr push lp:~john.doe/+junk/myproject
-
-.. [#] ``lp:`` という URL スキーマは bzr 0.92 以降でサポートされています。
-
-**注意**: ``+junk`` の部分は、このブランチが Launchpad 上の特定のプロジェクトに
-属していないことを意味しています。
-
-これで、誰でもあなたのブランチのコピーを、次のようなコマンドで入手できるようになりました。 ::
-
- $ bzr branch lp:~john.doe/+junk/myproject
-
-ブランチの情報を、履歴も含めて
-https://code.launchpad.net/people/+me/+junk/myproject
-から閲覧することができます。
-
-
-別のブランチから自分用のコピーを作る
-=====================================
-
-他人のコードに取り組むために、ブランチのコピーを作ることができます。
-実際の世界の例として、BazaarのGTKインターフェイスを見てみましょう::
-
-  $ bzr branch lp:~bzr/bzr-gtk/trunk bzr-gtk.john
-  Branched 292 revision(s).
-
-Bazaarはbzr-gtkのtrunkブランチからすべてのファイルをダウンロードして
-リビジョンの履歴をそろえ、bzr-gtk.johnというコピーを作ります。
-
-これで、ブランチのコピーを手に入れたのでネットの接続のあるなしに
-関わらず変更をコミットできます。
-ブランチはいつでも公開することで共有でき、bzr-gtkチームがあなたの作品を
-使いたいと思ったときにBazaarは彼らがあなたのブランチから彼らのブランチに
-マージし直す作業を簡単にしてくれます。
-
-
-メインのブランチから自分のブランチを更新する
-=============================================
-
-変更を自分のブランチにコミットしている間に、他の人がコードを元のブランチに\
-コミットしているということもよくあります。
-
-自分のブランチを最新に維持するには、親ブランチから自分のブランチへと変更を\
-マージします::
-
-  $ bzr merge
-  Merging from saved parent location: http://bazaar.launchpad.net/~bzr/bzr-gtk/trunk
-  All changes applied successfully.
-
-何が変更されたのか確認します::
-
-  $ bzr diff
-
-変更に満足したら、それらを自分のブランチにコミットします::
-
-  $ bzr commit -m "Merge from main branch"
-  Committed revision 295.
-
-
-作業を親のブランチにマージする
-==============================
-
-bzr-gtkの個人ブランチに取り組んだ後で、あなたの変更を上流のプロジェクトに\
-戻したいことがあるかもしれません。
-最も簡単な方法はマージディレクティブを使うことです。
-
-マージディレクティブ(merge directive)とは、コンピュータに特定のマージを実行\
-させるためのリクエストです。
-マージディレクティブは大抵、マージをレビューするためのパッチと、マージを実行する\
-のに必要となるリビジョン、もしくはリビジョンを取得できるブランチを含みます。
-
-次のコマンドの ``mycode.patch`` を適当な名前に書き換えて、マージのディレクティブを作ります::
-
- $ bzr send -o mycode.patch
- Using saved parent location: http://bazaar.launchpad.net/~bzr/bzr-gtk/trunk
-
-これでbzr-gtkのプロジェクトにマージディレクティブをEメールで送ることが可能に\
-なりました。彼らが納得すれば、親ブランチにマージすることができます。
-
-
-さらに学ぶ
-==========
-
-Bazaarに関する詳細な内容は `Bazaarのユーザーガイド <../user-guide/index.html>`_ で調べることができます。
-
-コマンドラインでBazaarを学ぶには::
-
-  $ bzr help
-
-Bazaarのコマンドを学ぶには::
-
-  $ bzr help commands
-
-''foo'' トピックもしくはコマンドを学ぶには::
-
-  $ bzr help foo
-
-
-Licence
-=============
-
-Copyright 2007-2011 Canonical Ltd. Bazaar is free software, and you
-may use, modify and redistribute both Bazaar and this document under
-the terms of the GNU General Public License version 2 or later. See
-<http://www.gnu.org/licenses/>.
-
-
-日本語訳について
------------------
-この日本語訳は、 `Bazaar-jaグループ <https://groups.google.com/group/bazaar-ja>`_
-がメンテナンスしています。
-
-日本語訳に着いて間違いや質問等ありましたらこちらへお願いします。

=== removed directory 'doc/ja/tutorials'
=== removed file 'doc/ja/tutorials/centralized_workflow.txt'
--- old/doc/ja/tutorials/centralized_workflow.txt	2011-05-18 13:12:59 +0000
+++ new/doc/ja/tutorials/centralized_workflow.txt	1970-01-01 00:00:00 +0000
@@ -1,283 +0,0 @@
-========================================
-集中型ワークフローのチュートリアル
-========================================
-
-
-概要
-====
-
-この文書では、 Bazaar_ を使用することで実現可能なワークフローについて説明します。
-つまり、分散バージョンコントロールシステムである Bazaar_ を、集中型のやり方で使用するためのワークフローです。 
-Bazaar_ は、非常にフレキシブルに設計されており、完全な分散型からほとんど集中型のワークフローまで、\
-いくつかの異なるワークフローを受け入れることができます。
-このワークフローは、初めてのユーザでも簡単に Bazaar_ を使いこなすことができ、\
-分散型と集中型のオペレーションを組み合わせた業務にも対応できるようになっています。
-
-基本的に、この文書はCVSや Subversion のような集中型バージョンコントロールシステムの経験があるユーザ向けに書かれています。
-これらの環境では、一般的に、コードベースをホストする単一の中央サーバが存在し、複数の人々がこのコードベース上で作業して、\
-お互いの作業の同期をとることになります。 
-また、このワークフローは、一人の開発者が複数のマシーン上で作業をする場合にも適用できます。
-
-.. _Bazaar: http://bazaar.canonical.com
-
-
-初期セットアップ
-================
-
-Bazaar_ がうまく動くようにするための、まあまあ簡単なセットアップ手順があります。
-
-ユーザのEメールの設定
----------------------
-
-ユーザIDは各コミットに保存されます。これは正確だったり一意だったりする必要はありませんが、\
-ログメッセージや注釈で使用されるため、何かしら実在する値を設定しておいた方がよいでしょう。
-
-::
-
-   % bzr whoami "John Doe <jdoe@organization.com>"
-
-
-ローカルリポジトリのセットアップ
---------------------------------
-
-Bazaar_ のブランチは、通常は履歴のコピーを持っています。そのおかげで分散型での作業ができるわけです。
-最適化の方法の一つとして、関連するブランチ同士の情報を統合して、\
-新しいブランチを作るたびに履歴情報を丸ごとコピーしなくてもいいようにすることができます。
-
-そのための一番いい方法は、 `共用リポジトリ`_ を作成することです。
-一般に、 `共用リポジトリ`_ のサブディレクトリ内に複数のブランチがある場合、お互いの記憶領域を共有します。
-ですので、ホームディレクトリに `共用リポジトリ`_ を作成するようにしましょう。
-そうすれば、その下に作成したすべてのブランチは、履歴情報の領域を共有することになります。
-
-::
-
-  % bzr init-repo --trees ~
-
-
-リモートリポジトリのセットアップ
----------------------------------
-
-作業用の領域とは別に、データを蓄積しておく領域が欲しいというのはよくあることです。
-集中型のシステム(CVS/SVN)では、このようなワークフローが必要になります。
-たいていは、これらは別々のマシーンに分けて配置されます。(そうでないこともあります。)
-実際のところ、これは、特に職場ではとてもよい設定です。
-蓄積されたデータはバックアップを確実にとることができ、開発者のマシーンに何かトラブルが起こっても\
-コミットされたデータはけっして無くなりません。
-
-それでは、プロジェクト内で共有する ``centralhost`` というマシーンを用意しましょう。
-先ほども言いましたが、ディスクの使用量を節約するために、 `共用リポジトリ`_ を使用します。
-
-::
-
-  % bzr init-repo --no-trees bzr+ssh://centralhost/srv/bzr/
-
-この手順は、新しくcvsrootやSubversionのリポジトリを作るのと同じようなものだと考えることができます。
-``--no-tree`` オプションの指定によって、ワーキングツリーを作らないようになります。
-中央リポジトリ内のブランチを直接変更することは無いので、このオプションを指定しておくとよいでしょう。
-
-ここで、 ``bzr+ssh`` というURLを使っていますが、これは、 SSH セキュアシェ
-ル上の
-Bazaar 独自プロトコルを意味しています。 bzr+ssh サーバーのセットアップに関
-する
-情報に着いては、管理者向けガイドを参照してください。
-
-
-
-既存のプロジェクトからの移行
-=============================
-
-リポジトリができましたので、プロジェクトの作成にかかりましょう。
-たいていの場合、 Bazaar_ でバージョン管理したい作業中のコードがすでにあるはずです。
-もし、そのコードがもともとソース管理されていたのであれば、履歴の情報を保ったまま Bazaar_ に\
-変換する方法がたくさんあります。
-しかしながら、それについてはここでは説明しません。詳しくは、 `Tracking Upstream`_ の\
-"Converting and keeping history"セクションを見てください。
-
-.. _Tracking Upstream: http://wiki.bazaar.canonical.com/TrackingUpstream
-
-..
-   XXX: プロジェクトの変換について話をするための別の文書が必要なのですが、\
-   今ある中ではTrackingUpstreamが一番よい文書です。
-
-
-Developer 1: 最初のリビジョンを作成する
------------------------------------------
-
-まず最初に、プロジェクトをホストするリモートリポジトリに、ブランチを作成したいと思います。
-仮に、"sigil"というプロジェクトをバージョン管理しようとしているとしましょう。
-
-::
-
-  % bzr init bzr+ssh://centralhost/srv/bzr/sigil
-
-これは、CVSで言うところの"HEAD"ブランチ、Subversionなら"trunk"にあたるものだと考えてかまいません。
-これを ``dev`` ブランチと呼ぶことにしましょう。
-
-他のファイルとの競合を避けるために、ホームディレクトリのサブディレクトリ内で作業するのが私の好みです。
-同じように、最終的にでき上がるすべてのブランチを格納できるプロジェクトディレクトリも欲しいですね。 
-::
-
-  % cd ~
-  % mkdir work
-  % cd work
-  % mkdir sigil
-  % cd sigil
-  % bzr checkout bzr+ssh://centralhost/srv/bzr/sigil dev
-  % cd dev
-  % cp -ar ~/sigil/* .
-  % bzr add
-  % bzr commit -m "Initial import of Sigil"
-
-前のセクションでは、空のブランチ(``sigil`` ブランチ)を ``centralhost`` に作成して、\
-それをクライアント端末にチェックアウトしたあと、元々あったプロジェクトのファイルを追加しています。
-作業ディレクトリをセットアップするための方法はたくさんありますが、この方法を使うと機能追加用/バグフィックス用\
-のブランチを使った作業が簡単にできます。
-そして、複数のブランチをとてもうまく扱えるというのが、 Bazaar_ の長所の一つなのです。
-
-この場合、リモートブランチのチェックアウトを持っているので、 ``~/work/sigil/dev/`` に対してコミットした内容が、\
-ローカルと ``centralhost`` の両方に自動的に保存される訳です。
-
-
-Developer N: プロジェクトの作業コピーを取得する
---------------------------------------------------
-
-プロジェクトの作成に関するすべての作業は1人目の開発者がしてしまっているので、\
-他のみんなは単にそのブランチをチェックアウトするだけです。
-**ただし、** `ユーザのEメールの設定`_ **と** `ローカルリポジトリのセットアップ`_ **は見ておいてください。**
-
-現在開発中のツリーのコピーを取得するためには::
-
-  % cd ~/work/sigil
-  % bzr checkout bzr+ssh://centralhost/srv/bzr/sigil dev
-
-今、二人の人が ``bzr+ssh://centralhost/srv/bzr/sigil`` のチェックアウトを持っている状態なので、\
-片方のチェックアウトが最新のものより古くなってしまうタイミングが出てきます。
-コミットの時に、チェックアウトが古いければ Bazaar_ がエラーを返して、コミットは失敗します。
-チェックアウトを最新にするには、よそで変更されたツリーに対して ``bzr update`` を使用します。
-この時、もし同じファイルが変更されていれば、競合の解決が必要になるかもしれません。
-
-
-別ブランチでの開発
-====================
-
-ここまでは、全員が同じブランチで作業して、変更をコミットしていました。
-これはつまり、全員が適正かつ定期的にアップデートを行い、他の人の変更を取り扱う必要があると\
-いうことです。
-また、誰か一人が何かコードを壊すような変更をコミットして、それが同期されれば、\
-全員が問題を抱えることになります。
-
-たいていの場合、別のブランチ上で開発を行い、コードが安定してからメインのブランチに統合する\
-というやり方の方が優れています。これが、CVSやSVNとの一番大きな違いです。
-CVSやSVNも別ブランチでの開発はできますが、マージのアルゴリズムがかなり貧弱なので、\
-ブランチ間できちんと同期がとれた状態に保つのは難しいことです。
-Bazaar_ は、何がマージ済みかを記憶し、たとえファイルが変名されてる場合でもちゃんと変更を\
-適用することができます。
-
-
-新しいブランチを作成してそこで作業する
----------------------------------------
-まだ変更が完了していない場合でも、他の人がその変更内容にアクセスできるようにしておきたいですよね。
-そこで、 ``centralhost`` 上に新しい公開ブランチを作成して、それを手元に持ってくることにしましょう。
-
-::
-
-  % cd ~/work/sigil
-  % bzr branch bzr+ssh://centralhost/srv/bzr/sigil \
-               bzr+ssh://centralhost/srv/bzr/sigil/doodle-fixes
-  % bzr checkout bzr+ssh://centralhost/srv/bzr/sigil/doodle-fixes doodle-fixes
-  % cd doodle-fixes
-
-これで、 ``doodle`` に必要な修正を当てるための場所ができました。
-また、他の部分の修正をする人に邪魔されることもありません。
-チェックアウトを持っているため、 ``~/work/sigil/doodle-fixes/`` に対してコミットした内容は\
-``centralhost`` 上にも現れます。
-[#nestedbranches]_ ``dev`` ブランチと同じように、このようなブランチ上で二人の開発者が共同で\
-作業することもできます。
-[#cbranch]_
-
-.. [#nestedbranches] あるブランチのサブディレクトリに別のブランチがあるというのはおかしなこと\
-   に見えるかもしれませんが、これは何もおかしくありません。入れ子になったブランチは外側のブランチ\
-   から派生しているという点で、名前空間の階層と同じようなものだと考えることができます。
-
-.. [#cbranch] たくさんの独立したブランチを使っている場合、毎回フルURLを入力するのは大変です。
-   このURLの入力を簡単にするために、ブランチエイリアスなどたくさんの方法を検討しています。
-   今のところ、 bzrtools_ プラグインが ``bzr cbranch`` コマンドを提供しています。
-   これは、ベースとなるブランチを指定して、新しく公開ブランチを作成し、そのチェックアウトを作成する\
-   ことを少ない入力でできるように設計されています。
-   ``cbranch`` の使い方についてはこの文書の範囲外ですが、最後のコマンドについてはこんな感じです。:
-
-::
-
-   % bzr cbranch dev my-feature-branch
-
-.. _bzrtools: http://wiki.bazaar.canonical.com/BzrTools
-
-
-変更内容をマージする
-----------------------
-
-``doodle-fixes`` での変更内容をメインのブランチにマージすることになったら、単にこうするだけです。::
-
-  % cd ~/work/sigil/dev
-  % bzr merge ../doodle-fixes
-
-これで、変更内容は ``dev`` ブランチ上でもアクセスできるようになりますが、まだコミットはされていません。
-最終的な変更内容をレビューして、コードがちゃんとコンパイルでき、テストをパスすることを確認したいならこの時です。
-``bzr status`` コマンドと ``bzr diff`` コマンドがここで役立ちます。
-また、競合を解決するのもこの時です。Bazaar_ では、競合を解決するまではコミットできないようになっています。
-そのため、間違って競合マーカーをコミットしてしまうことはありません。
-``bzr status`` コマンドを使えば、他の変更内容と一緒に競合の情報も表示されます。
-``bzr conflicts`` なら、競合の情報だけが表示されます。
-競合を解決し終わったら、``bzr resolve file/name`` か ``bzr resolve --all`` を実行してください。
-[#resolve]_ もし、解決が特に難しい競合がある場合は、 ``bzr remerge`` コマンドを使いたいと思うかもしれません。
-このコマンドで、別のマージアルゴリズムを試してみることができ、さらに元のソース行を表示する\
-こともできます。(``--show-base``)
-
-.. [#resolve] マージ実行中に競合の解決をさせるシステムもあります。
-   私たちは、ファイルごとに競合を解決するよりも、ツリー全体を見ながら競合を解決する方がたいていは簡単である\
-   ことに気づきました。
-   そうすれば、よりたくさんの情報を得られますし、問題を解決したときにテストを実行することもできます。
-
-
-推奨のブランチ構成
----------------------
-
-とても一般的なブランチ構成として、開発者ごとにひとつずつ専用のブランチを割り当て、中央サーバにも開発者ごとの\
-作業領域を用意するという方法があります。これは以下のコマンドでできます。::
-
-  % bzr branch bzr+ssh://centralhost/srv/bzr/sigil \
-               bzr+ssh://centralhost/srv/bzr/sigil/user-a
-  % bzr branch bzr+ssh://centralhost/srv/bzr/sigil \
-               bzr+ssh://centralhost/srv/bzr/sigil/user-b
-
-これで、開発者ごとに専用の作業用ブランチを割り当てています。
-さらに、開発者自身で [#cbranch]_ を使用して新しく新機能開発用ブランチを作成することも簡単にできます。
-::
-
-  % bzr branch bzr+ssh://centralhost/srv/bzr/sigil/user-a \
-               bzr+ssh://centralhost/srv/bzr/sigil/user-a/feature
-  % cd ~/work/sigil
-  % bzr checkout bzr+ssh://centralhost/srv/bzr/sigil/user-a/feature myfeature
-
-
-用語解説
-=========
-
-共用リポジトリ
---------------
-
-Bazaar_ には、”共用リポジトリ”という概念があります。これは、CVSやSubversionのようなの他のRCSが持つ\
-旧来の概念に似ています。
-たとえば、Subversionでは、サーバ上のリポジトリにすべての履歴情報が保存されていて、手元には履歴情報は\
-全くなく、作業ツリーのファイルのチェックアウトがあるだけです。
-ここで言う”共用”というのは、ブランチ同士の間で共用するという意味であることに注意してください。
-開発者間でも共用される *かも知れません* が、開発者間での共用はスタンドアロンブランチでも可能です。
-
-Bazaar_ の用語では、"共用リポジトリ"とは複数のブランチが履歴情報を **共有** できる場所のことです。
-分散型のワークフローに対応するためには、それぞれのブランチが履歴情報を持っている必要があります。
-しかし、しばしばこれは非効率です。関連するブランチ同士は履歴を共有しており、ディスクも共有した方が\
-いいためです。
-
-
-..
-   vim: tw=74 ft=rst

=== removed file 'doc/ja/tutorials/index.txt'
--- old/doc/ja/tutorials/index.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/tutorials/index.txt	1970-01-01 00:00:00 +0000
@@ -1,11 +0,0 @@
-チュートリアル
-==============
-
-.. toctree::
-   :maxdepth: 1
-
-   ../mini-tutorial/index
-   tutorial
-   using_bazaar_with_launchpad
-   centralized_workflow
-   licence

=== removed file 'doc/ja/tutorials/licence.txt'
--- old/doc/ja/tutorials/licence.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/tutorials/licence.txt	1970-01-01 00:00:00 +0000
@@ -1,14 +0,0 @@
-Licence
-===============
-
-Copyright 2005-2011 Canonical Ltd. Bazaar is free software, and you
-may use, modify and redistribute both Bazaar and this document under
-the terms of the GNU General Public License version 2 or later.  See
-<http://www.gnu.org/licenses/>.
-
-日本語訳
-==========
-日本語への翻訳は、
-Bazaar-ja <https://groups.google.com/group/bazaar-ja>
-が行っています。質問や間違いの指摘等はこちらへお願いします。
-

=== removed file 'doc/ja/tutorials/tutorial.txt'
--- old/doc/ja/tutorials/tutorial.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/tutorials/tutorial.txt	1970-01-01 00:00:00 +0000
@@ -1,902 +0,0 @@
-.. This file is in Python ReStructuredText format - it can be formatted
-.. into HTML or text.  In the future we plan to extract the example commands
-.. and automatically test them.
-
-.. This text was previously on the wiki at
-.. http://bazaar.canonical.com/IntroductionToBzr
-.. but has been moved into the source tree so it can be kept in sync with
-.. the source and possibly automatically checked.
-
-======================
-Bazaar チュートリアル
-======================
-
-
-.. Introduction
-
-はじめに
-============
-
-もし、もう分散型バージョン管理に慣れ親しんでいるなら、
-"Bazaarに自己紹介する" の節までとばしてください。
-もし、分散型でないバージョン管理に慣れ親しんでいるけれど分散型バージョン管理は\
-よくわからないのであれば、"分散バージョン管理と分散でないバージョン管理の違い"まで\
-とばしてください。
-それ以外の場合、コーヒーか紅茶(訳注:日本茶でもいいですよ)を用意して、\
-リラックスして読み始めてください。
-
-.. purpose-of-version-control
-
-バージョン管理の目的
-====================
-
-なにかのテキストデータ(プログラムのソースコード、Webサイト、Unixシステムでの\
-設定ファイルなど)を扱う作業をしているとしましょう。
-なにかミスをして、重大なデグレードを引き起こしてしまうかもしれません。
-例えばメールサーバーの設定ファイルを消してしまったり、だいじなプロジェクトの\
-ソースコードを壊してしまったりすることがあります。
-だいじな情報を失って、何が何でも取り戻したいと思った経験があるのであれば、\
-きっとあなたはBazaarを使う準備ができています。
-
-Bazaarをはじめとするバージョン管理システムは、ディレクトリに起こった変更を\
-**ブランチ (branch)** というディレクトリよりも複雑なものの中に入れて\
-管理します。
-ブランチは今ディレクトリの中に何が入っているかだけでなく、過去のいろいろな\
-時点でのディレクトリの中身を格納しています。
-なので、望まぬ変更をしてしまったときには過去の時点の状態に戻すことができます。
-
-バージョン管理システムは、ユーザーが "**リビジョン (revision)** をコミット"
-することで変更をブランチに保存します。
-このときに生成されるリビジョンとは、本質的にいって、前回保存したときからの\
-変更点になります。
-
-リビジョンはそれ以外のものも持っています(原文:These revisions have other
-uses as well.)
-たとえば、オプションのログメッセージをつけることで、変更が何を意味して\
-いるのかというコメントを残すことができます。
-実際に利用されるログメッセージは、 "Webテンプレートをテーブルを閉じるように\
-修正" とか "SFTPに対応した。 #595 を修正。" といったものです。
-
-こういったログが保存されているおかげで、たとえば後になって SFTP に問題が発生\
-したときに、問題が発生するようになったのがどの時点なのか目星をつけることが\
-できます。
-
-
-分散バージョン管理と分散でないバージョン管理の違い
-===================================================
-
-多くのバージョン管理システムはサーバーに配置されています。
-バージョン管理されているコードに対して作業をしたい場合、サーバーに接続して\
-コードを "チェックアウト (checkout)" する必要があります。
-そうすると、変更やコミットができるディレクトリができます。
-バージョン管理システムのクライアントは、バージョン管理システムのサーバーに\
-コミットされた変更を保存します。この方式は集中型として知られています。
-
-集中型にはいくつかの欠点があります。
-集中型バージョン管理システムは、動作するためにサーバーとの接続を要求します。
-このことは、サーバーがどこかインターネット上にあって、あなたのマシンが\
-インターネットに接続できないときに問題になります。
-もしくは、あなたのマシンがインターネットに接続できてもサーバーが落ちている\
-ときにもやはり問題になります。
-
-分散バージョン管理システムは、ブランチをクライアントと同じマシンに置くことで\
-この問題を解決しています。
-Bazaarの場合、ブランチはバージョン管理されているコードと同じディレクトリに\
-保存されます。
-これにより、ユーザーは(たとえオフラインであったとしても)好きなときに変更を保存\
-(**コミット (commit)**)することができます。
-インターネット接続が必要になるのは、どこか別の場所にあるブランチの変更にアクセス\
-するときだけです。
-
-.. TODO:
-.. Performing this tracking by hand is a awkward process that over time
-.. becomes unwieldy. の部分の訳が判らない。
-
-多くの人が必要としていることは、ディレクトリ内でおこったファイルやサブディレクトリ\
-の変更を追跡することです。
-この追跡を手でおこなうのは面倒で不恰好な作業です。
-これは、Bazaarのようなバージョン管理システムの目的のひとつです。
-バージョン管理システムはユーザーが指示したときにディレクトリツリーの
-**リビジョン (revision)** を作ることでこの作業を自動化します。
-
-バージョン管理システムは単に保存したりundoしたりするだけではありません。
-たとえばBazaarでは、ソフトウェアのあるブランチから変更を取り出して、\
-関連する別のブランチに適用することができます。このとき、変更を取り出す\
-ブランチは別の人のものであってもかまいません。これにより、開発者のグループは\
-お互いに書き込み権を与えることなく共同作業することができます。
-
-.. Bazaar remembers the ''ancestry'' of a revision: the previous revisions
-.. that it is based upon.  A single revision may have more than one direct
-.. descendant, each with different changes, representing a divergence in the
-.. evolution of the tree. By branching, Bazaar allows multiple people to
-.. cooperate on the evolution of a project, without all needing to work in
-.. strict lock-step.  Branching can be useful even for a single developer.
-
-Bazaarではリビジョンの ''親 (ancestry)'' 、つまりそのリビジョンの元になった\
-リビジョンを記録しています。
-ひとつのリビジョンは複数の、それぞれ別の変更を含む子供リビジョンを持つことが\
-あり、それはツリーの進化が分岐していることを意味しています。
-Bazaarではブランチを作ることによって、複数の人が厳しい lock-step をとらなくても\
-協力することができます。
-ブランチを作ることは個人での開発でも便利です。
-
-.. Introducing yourself to Bazaar
-
-Bazaarに自己紹介する
-=====================
-
-.. Bazaar installs a single new command, **bzr**.  Everything else is a
-   subcommand of this.  You can get some help with ``bzr help``. Some arguments
-   are grouped in topics: ``bzr help topics`` to see which topics are available.
-
-Bazaarは **bzr** という新しいコマンドをひとつインストールします。
-他の全ては bzr のサブコマンドになります。
-``bzr help`` コマンドでいくつかのヘルプを見られます。
-幾つかの話題は topic にまとめられていて、 ``bzr help topics`` で\
-利用可能なトピックの一覧を見られます。
-
-バージョン管理システムの一つの機能は、誰が何を変更したのかを追跡することです。
-分散型バージョン管理システムでは、各開発者がグローバルユニークなIDを持つ\
-必要があります。
-ほとんどの人はこのIDとして利用できる eメールアドレス を持っています。
-Bazaarはコンピュータのユーザー名とホスト名から自動でメールアドレスを\
-生成します。Bazaarが自動で作成したメールアドレス以外のものを使いたい\
-場合、３つの選択肢があります。
-
-1. ``bzr whoami`` を使ってメールアドレスを設定します。これはグローバルなIDを設定\
-   する最も簡単な方法です。グローバルなIDを設定するには::
-
-      % bzr whoami "Your Name <email@example.com>"
-
-   特定のブランチでべつのアドレスを使いたい場合、そのブランチのディレクトリの\
-   なかで次のコマンドを実行します::
-
-      % bzr whoami --branch "Your Name <email@example.com>"
-
-#. ``?/.bazaar/bazaar.conf`` [1]_ の中のメールアドレスを、以下のようにして\
-   設定します。 ``[DEFAULT]`` の部分が大文字と小文字を区別するので注意して\
-   ください::
-
-       [DEFAULT]
-       email=Your Name <email@isp.com>
-
-   特定のブランチにおける設定は、 ``?/.bazaar/locations.conf``
-   にブランチのセクションを作成して次のように書くことができます。 ::
-
-       [/the/path/to/the/branch]
-       email=Your Name <email@isp.com>
-
-
-#. 環境変数 ``$BZR_EMAIL`` もしくは ``$EMAIL`` (``$BZR_EMAIL`` の方が優先\
-   されます)にメールアドレスを設定することで、上の二つの方法で設定された\
-   オプションを上書きすることができます。
-
-.. [1] Windowsではユーザー設定ファイルはアプリケーションデータディレクトリに\
-   おかれます。なので、設定ファイルの場所は ``?/.bazaar/branch.conf`` ではなく\
-   ``C:\Documents and Settings\<username>\Application Data\Bazaar\2.0\branch.conf``
-   になります。
-   同じことが ``locations.conf``, ``ignore``, ``plugins`` ディレクトリも\
-   同じです。
-
-ブランチを作る
-==============
-
-履歴はデフォルトではブランチの .bzr ディレクトリの中に保存されます。
-
-.. これは現行のバージョンでできるのでは？: In a
-   future version of Bazaar, there will be a facility to store it in a
-   separate repository, which may be remote.
-
-既存のディレクトリの中で ``bzr init`` をすると新しいブランチを作成できます::
-
-    % mkdir tutorial
-    % cd tutorial
-    % ls -a
-    ./  ../
-    % pwd
-    /home/mbp/work/bzr.test/tutorial
-    %
-    % bzr init
-    % ls -aF
-    ./  ../  .bzr/
-    %
-
-ファイルには３つのクラス、 unknown, ignored, versioned があります。
-**add** コマンドはファイルを versioned にし、そのファイルへの変更の記録を\
-開始します::
-
-    % echo 'hello world' > hello.txt
-    % bzr status
-    unknown:
-      hello.txt
-    % bzr add hello.txt
-    added hello.txt
-    % bzr status
-    added:
-      hello.txt
-
-もし間違えたファイルを add してしまった場合、そのファイルを unversioned
-状態に戻すために ``bzr remove`` してください。
-この場合の ``bzr remove`` は、ほかの場合 [2]_ とちがってファイルを削除\
-しません。
-
-.. [2] ``bzr remove`` はファイルがバージョン管理されていて何も変更されて\
-   いない場合に、そのファイルを削除します。 ``--keep`` オプションで常に\
-   ファイルを残すことができます。 ``--force`` オプションで常にファイルを\
-   削除することもできます。
-
-.. Branch locations
-
-ブランチの場所
-===============
-
-すべての履歴はブランチに格納されます。ブランチとは、管理用のファイルを\
-含んだただのディレクトリです。デフォルトでは、svnやsvkのような、分離した\
-リポジトリやデータベースはありません。分離したリポジトリを作成することも\
-できます(``bzr init-repo`` コマンドを参照してください)。大規模なブランチを\
-利用する場合や、中規模のブランチをたくさん利用する場合にはリポジトリを\
-分離するといいでしょう。
-
-自分のコンピュータのファイルシステム上にあるブランチを参照するときは\
-ブランチを格納しているディレクトリ名で指定できます。 bzr は SSH, HTTP
-SFTP などを経由してブランチにアクセスすることもできます。例::
-
-    % bzr log bzr+ssh://bazaar.launchpad.net/~bzr-pqm/bzr/bzr.dev/
-    % bzr log http://bazaar.launchpad.net/~bzr-pqm/bzr/bzr.dev/
-    % bzr log sftp://bazaar.launchpad.net/~bzr-pqm/bzr/bzr.dev/
-
-プラグインをインストールすれば、 rsync プロトコルを使ってブランチにアクセス\
-することもできます。
-
-ブランチを指定した場所に置く方法については、 `ブランチを公開する`_ 節を\
-ご覧ください。
-
-.. Reviewing changes
-
-変更をレビューする
-===================
-
-一仕事終えたら、それを履歴に **コミット (commit)** しましょう。
-新しい機能を追加したり、バグを直したり、コードやドキュメントを更新したら\
-いつでもコミットするのは良いことです。
-すべてのリビジョンが良い状態であるようにするために、コミットする前にコードを\
-コンパイルしたりテストスイートを実行するのも良い習慣です。
-コミットする前にコミットしようとしているものを確認するためにレビューすることが\
-できます。
-
-この目的で便利な二つのコマンドがあります。 **status** と **diff** です。
-
-bzr status
-----------
-
-**status** コマンドは、今の作業ツリーが最後のリビジョンからどのように\
-変更されたのかを教えてくれます::
-
-    % bzr status
-    modified:
-       foo
-
-``bzr status`` は変更が無かったり無視されているファイルを隠します。
-status コマンドはオプションとして、確認対象となる複数のファイル名やディレクトリ名を\
-渡すことができます。
-
-bzr diff
---------
-
-**diff** コマンドは通常の unified diff フォーマットですべてのファイルの\
-テキストの変更を表示します。
-このコマンドの出力を pipe 経由で、''patch'', ''diffstat'', ''fileterdiff'',
-''colordiff'' といったコマンドに渡すことができます。 ::
-
-    % bzr diff
-    === added file 'hello.txt'
-    --- hello.txt   1970-01-01 00:00:00 +0000
-    +++ hello.txt   2005-10-18 14:23:29 +0000
-    @@ -0,0 +1,1 @@
-    +hello world
-
-
-``-r`` オプションをつけると、作業ツリーを古いリビジョンと比較したり、\
-二つのリビジョン間の差分を見ることができます。 ::
-
-    % bzr diff -r 1000..          # everything since r1000
-    % bzr diff -r 1000..1100      # changes from 1000 to 1100
-
-``--diff-options`` オプションをつけると、 bzr は外部の diff プログラムに\
-オプションをつけて起動します。 例::
-
-    % bzr diff --diff-options --side-by-side foo
-
-プロジェクトによっては二つのファイルに接頭辞がついた patch が好まれます。
-``--prefix`` オプションでそのような接頭辞をつけることができます。
-ショートカットとして、 ``bzr diff -p1`` は ``patch -p1`` コマンドが受け付ける\
-形で差分を出力します。
-
-
-.. Committing changes
-
-変更をコミットする
-==================
-
-作業ツリーの状態に満足したら、ブランチに **コミット (commit)** しましょう。
-コミットとは作業ツリーの状態のスナップショットを保持するリビジョンを新しく作ることです。
-
-bzr commit
-----------
-
-.. The **commit** command takes a message describing the changes in the
-.. revision.  It also records your userid, the current time and timezone, and
-.. the inventory and contents of the tree.  The commit message is specified
-.. by the ``-m`` or ``--message`` option. You can enter a multi-line commit
-.. message; in most shells you can enter this just by leaving the quotes open
-.. at the end of the line.
-
-**commit** コマンドはそのリビジョンの変更を説明するメッセージを受け取ります。
-また、あなたのユーザーID、今の時間とタイムゾーン、ツリーの内容をあわせて記録します。
-コミットメッセージは ``-m`` もしくは ``--message`` オプションで指定できます。
-複数行のコメントも利用できます。多くのシェルはクォートを開いたままで改行する\
-ことで複数行の入力が可能です。
-
-::
-
-    % bzr commit -m "added my first file"
-
-.. You can also use the ``-F`` option to take the message from a file.  Some
-.. people like to make notes for a commit message while they work, then
-.. review the diff to make sure they did what they said they did.  (This file
-.. can also be useful when you pick up your work after a break.)
-
-メッセージをファイルで渡すには ``-F`` オプションを使います。
-コミットメッセージを先に作成し、それとdiffを合わせてレビューすることで、
-コミットメッセージとコミット内容が一致していることを確認する人もいます。
-(このファイルは休憩から戻ってきて作業を思い出すときにも役に立つでしょう)
-
-.. Message from an editor
-
-エディタからメッセージを入力する
-----------------------------------
-
-.. If you use neither the ``-m`` nor the ``-F`` option then bzr will open an
-.. editor for you to enter a message.  The editor to run is controlled by
-.. your ``$VISUAL`` or ``$EDITOR`` environment variable, which can be overridden
-.. by the ``editor`` setting in ``?/.bazaar/bazaar.conf``; ``$BZR_EDITOR`` will
-.. override either of the above mentioned editor options.  If you quit the
-.. editor without making any changes, the commit will be cancelled.
-
-``-m`` オプションも ``-F`` オプションも指定しなかった場合、 bzr はメッセージを\
-入力するためにエディタを立ち上げます。
-このエディタは ``$VISUAL`` か ``$EDITOR`` 環境変数で制御することができます。
-この環境変数を `` /.bazaar/bazaar.conf`` 内の ``editor`` を設定して上書き\
-することができ、さらに ``$BZR_EDITOR`` 環境変数がそれらすべてを上書きします。
-もし何も変更せずにエディタを閉じたなら、コミットはキャンセルされます。
-
-.. The file that is opened in the editor contains a horizontal line. The part
-.. of the file below this line is included for information only, and will not
-.. form part of the commit message. Below the separator is shown the list of
-.. files that are changed in the commit. You should write your message above
-.. the line, and then save the file and exit.
-
-エディタで開かれるファイルには水平線が含まれています。この線より下の部分は\
-参考用であり、コミットメッセージには含まれません。
-水平線の下にはコミットで変更されるファイルのリストが表示されます。
-メッセージは水平線の上に書く必要があります。そうしたら、ファイルを保存して\
-エディタを終了してください。
-
-.. If you would like to see the diff that will be committed as you edit the
-.. message you can use the ``--show-diff`` option to ``commit``. This will include
-.. the diff in the editor when it is opened, below the separator and the
-.. information about the files that will be committed. This means that you can
-.. read it as you write the message, but the diff itself wont be seen in the
-.. commit message when you have finished. If you would like parts to be
-.. included in the message you can copy and paste them above the separator.
-
-``commit`` コマンドに ``--show-diff`` オプションをつけると、コミットされる\
-変更の diff を見ることができます。この diff はエディタが開いたときに水平線\
-やコミットされるファイルの情報よりも下に含まれます。
-なので、コミットメッセージを書くときに diff を見ることができますが、\
-コミットメッセージ自体には diff が含まれません。
-コミットメッセージに diff を含めたい場合は、水平線より上にコピーペースト\
-してください。
-
-
-.. Marking bugs as fixed
-
-解決したバグの記録をつける
-----------------------------
-
-プロジェクトにおいて多くの変更はバグの修正のために行われます。
-Bazaar は、コミットするときに解決したバグについてメタデータに記録することが
-できます。
-これを行うには、 ``--fixes`` オプションを使います。
-このオプションは次のような形の引数を取ります。
-
-    % bzr commit --fixes <tracker>:<id>
-
-``<tracker>`` の部分にはバグ管理システムを指定するIDを書き、
-``<id>`` の部分にはそのバグ管理システム上で管理されているバグの
-IDを書きます。 ``<id>`` はたいてい数値になるでしょう。
-Bazaar は最初からいくつかの有名なバグ管理システムを知っています。
-bugs.launchpad.net, bugs.debian.org bugzilla.gnome.org です。
-これらは、それぞれ独自のIDとして lp, deb, gnome を持っています。
-例えば、 bugs.launchpad.net 上のバグ #1234 を解決する場合は、
-その解決をコミットするときに次のようなコマンドを利用できます。 ::
-
-    % bzr commit -m "fixed my first bug" --fixes lp:1234
-
-For more information on this topic or for information on how to configure
-other bug trackers please read `Bug Tracker Settings`_.
-
-このトピックに着いてのさらなる情報や、他のバグ管理システムを設定する方法
-については、 `Bug Tracker Settings`_ を参照してください。
-
-.. _Bug Tracker Settings: ../user-reference/index.html#bug-tracker-settings
-
-.. Selective commit
-
-選択コミット
-----------------
-
-.. If you give file or directory names on the commit command line then only
-.. the changes to those files will be committed.  For example::
-
-commit コマンドにファイル名やディレクトリ名を渡したとき、それらのファイルの\
-変更だけがコミットされます。 例 ::
-
-    % bzr commit -m "documentation fix" commit.py
-
-.. By default bzr always commits all changes to the tree, even if run from a
-.. subdirectory.  To commit from only the current directory down, use::
-
-デフォルトでは bzr は、サブディレクトリから実行される場合でもすべての変更を\
-コミットします。
-カレントディレクトリ以下だけをコミットする場合は、次のようにします ::
-
-    % bzr commit .
-
-
-.. Removing uncommitted changes
-
-コミットされていない変更を削除する
-===================================
-
-.. If you've made some changes and don't want to keep them, use the
-.. **revert** command to go back to the previous head version.  It's a good
-.. idea to use ``bzr diff`` first to see what will be removed. By default the
-.. revert command reverts the whole tree; if file or directory names are
-.. given then only those ones will be affected. ``bzr revert`` also clears the
-.. list of pending merges revisions.
-
-不要な変更がある場合、 **revert** コマンドで最後のリビジョンの状態に戻る\
-ことができます。
-revert するまえに ``bzr diff`` で何が削除されるのかを確認しておくと良いでしょう。
-デフォルトでは revert コマンドはツリー全体を revert します。ファイル名や\
-ディレクトリ名が指定されている場合は、そのファイルだけが revert されます。
-``bzr revert`` はマージ待ちリビジョンのリストも削除します。
-
-
-.. Ignoring files
-
-ファイルを無視する
-===================
-
-.. The .bzrignore file
-
-.bzrignore ファイル
--------------------
-
-.. Many source trees contain some files that do not need to be versioned,
-.. such as editor backups, object or bytecode files, and built programs.  You
-.. can simply not add them, but then they'll always crop up as unknown files.
-.. You can also tell bzr to ignore these files by adding them to a file
-.. called ``.bzrignore`` at the top of the tree.
-
-多くのソースツリーはバージョン管理する必要のないファイルをたくさん含んでいます。
-たとえば、エディタのバックアップファイルや、オブジェクトファイル、バイトコード、
-ビルドされたプログラムなどです。
-こういったファイルを単に add しないこともできますが、そうすると毎回 unknown file
-としてたびたび出現することになります。
-ツリートップにある ``.bzrignore`` とよばれるファイルにそれらのファイルを追加する\
-ことで、bzrにそれらのファイルを無視させることができます。
-
-.. This file contains a list of file wildcards (or "globs"), one per line.
-.. Typical contents are like this::
-
-このファイルは行ごとにワイルドカード (もしくは"glob") のリストを含みます。
-典型的な内容の例です::
-
-    *.o
-    *?
-    *.tmp
-    *.py[co]
-
-.. If a glob contains a slash, it is matched against the whole path from the
-.. top of the tree; otherwise it is matched against only the filename.  So
-.. the previous example ignores files with extension ``.o`` in all
-.. subdirectories, but this example ignores only ``config.h`` at the top level
-.. and HTML files in ``doc/``::
-
-glob がスラッシュを含む場合、ツリーのトップからのパス全体にマッチします。
-そうでない場合は、単にファイル名にマッチします。
-なので、上の例はすべてのサブディレクトリの ``.o`` 拡張子を持つファイルを無視\
-しますが、次の例ではツリーのトップにある ``config.h`` ファイルと、 ``doc/``
-ディレクトリ以下のHTMLファイルだけを無視します::
-
-    ./config.h
-    doc/*.html
-
-.. To get a list of which files are ignored and what pattern they matched,
-.. use ``bzr ignored``::
-
-どのファイルがどのパターンにマッチして無視されているのかを、 ``bzr ignored``
-コマンドで表示することができます::
-
-    % bzr ignored
-    config.h                 ./config.h
-    configure.in?            *?
-
-.. It is OK to have either an ignore pattern match a versioned file, or to
-.. add an ignored file.  Ignore patterns have no effect on versioned files;
-.. they only determine whether unversioned files are reported as unknown or
-.. ignored.
-
-バージョン管理されているファイルが無視パターンにマッチしたり無視リストに\
-入っていても大丈夫です。無視パターンはバージョン管理されたファイルには\
-影響しません。バージョン管理されていないファイルを 'unknown' として扱うか\
-'ignored' として扱うかを決めるためだけに使われます。
-
-
-.. The ``.bzrignore`` file should normally be versioned, so that new copies
-.. of the branch see the same patterns::
-
-``.bzrignore`` ファイルは普通はバージョン管理されます。なのでそのブランチの\
-コピーでも同じパターンが無視されます。 ::
-
-    % bzr add .bzrignore
-    % bzr commit -m "Add ignore patterns"
-
-
-bzr ignore
-----------
-
-``.bzrignore`` ファイルを直接編集する代わりに、 ``bzr ignore`` コマンドを
-利用することができます。 ``bzr ignore`` コマンドはファイル名かパターンを
-引数に受け取って、それを ``.bzrignore`` ファイルに追加します。
-``.bzrignore`` ファイルが存在しない場合、 ``bzr ignore`` コマンドは
-自動的にそのファイルを作成してバージョン管理に追加します。 ::
-
-    % bzr ignore tags
-    % bzr status
-    added:
-      .bzrignore
-
-
-``.bzrignore`` ファイルを自分で修正したときと同じく、コマンドを実行したあとに
-``.bzrignore`` ファイルをコミットしなければなりません。 ::
-
-    % bzr commit -m "Added tags to ignore file"
-
-
-.. Global ignores
-
-グローバルの無視設定
----------------------
-
-.. There are some ignored files which are not project specific, but more user
-.. specific. Things like editor temporary files, or personal temporary files.
-.. Rather than add these ignores to every project, bzr supports a global
-.. ignore file in ``?/.bazaar/ignore`` [1]_. It has the same syntax as the
-.. per-project ignore file.
-
-エディタの一時ファイルや個人の一時ファイルなど、\
-幾つかの無視ファイルはプロジェクト依存ではなくてユーザー依存です。
-こういったファイルを全プロジェクトで無視設定するかわりに、グローバルの\
-無視設定ファイル ``~/.bazaar/ignore`` を利用できます。
-これはプロジェクトの ignore ファイルと同じ文法で記述します。
-
-
-.. Examining history
-
-履歴を閲覧する
-===============
-
-bzr log
--------
-
-.. The ``bzr log`` command shows a list of previous revisions. The ``bzr log
-.. --forward`` command does the same in chronological order to get most
-.. recent revisions printed at last.
-
-``bzr log`` コマンドは過去のリビジョンのリストを表示します。
-``bzr log --forward`` コマンドは同じ内容を、時系列順で最新のものが最後に\
-くるように出力します。
-
-.. As with ``bzr diff``, ``bzr log`` supports the ``-r`` argument::
-
-``bzr diff`` と同じように、 ``bzr log`` も ``-r`` 引数をサポートします::
-
-    % bzr log -r 1000..          # リビジョン r1000 とそれ以降すべて
-    % bzr log -r ..1000          # r1000 とそれ以前のすべて
-    % bzr log -r 1000..1100      # r1000 から r1100 まで
-    % bzr log -r 1000            # リビジョン r1000 だけ
-
-..    % bzr log -r 1000..          # Revision 1000 and everything after it
-..    % bzr log -r ..1000          # Everything up to and including r1000
-..    % bzr log -r 1000..1100      # changes from 1000 to 1100
-..    % bzr log -r 1000            # The changes in only revision 1000
-
-
-.. Branch statistics
-
-ブランチの情報
-=================
-
-.. The ``bzr info`` command shows some summary information about the working
-.. tree and the branch history.
-
-``bzr info`` コマンドは作業ツリーとブランチの履歴に関する情報の要約を表示します。
-
-
-.. Versioning directories
-
-ディレクトリをバージョン管理する
-================================
-
-.. bzr versions files and directories in a way that can keep track of renames
-.. and intelligently merge them::
-
-bzr はファイルとディレクトリを、名前の変更を追跡して賢くマージできるように\
-バージョン管理します::
-
-    % mkdir src
-    % echo 'int main() {}' > src/simple.c
-    % bzr add src
-    added src
-    added src/simple.c
-    % bzr status
-    added:
-      src/
-      src/simple.c
-
-
-.. Deleting and removing files
-
-ファイルを削除する
-===================
-
-.. You can delete files or directories by just deleting them from the working
-.. directory.  This is a bit different to CVS, which requires that you also
-.. do ``cvs remove``.
-
-ファイルを削除するのは、単純に作業ツリーからファイルを削除するだけでできます。
-これは、 ``cvs remove`` が必要な CVS とは少し異なります。
-
-.. ``bzr remove`` makes the file un-versioned, but may or may not delete the
-.. working copy [2]_.  This is useful when you add the wrong file, or decide that
-.. a file should actually not be versioned.
-
-``bzr remove`` はファイルをバージョン管理対象からはずしますが、作業ツリーから\
-削除することも削除しないこともできます。 [2]_
-これは間違ったファイルを追加してしまったり、あるファイルをバージョン管理するのを\
-やめる場合に便利です。
-
-::
-
-    % rm -r src
-    % bzr remove -v hello.txt
-    ?       hello.txt
-    % bzr status
-    removed:
-      hello.txt
-      src/
-      src/simple.c
-    unknown:
-      hello.txt
-
-.. If you remove the wrong file by accident, you can use ``bzr revert`` to
-.. restore it.
-
-もし間違ってファイルを削除してしまった場合、 ``bzr revert`` でリストアできます。
-
-
-.. Branching
-
-ブランチを作る
-==============
-
-.. Often rather than starting your own project, you will want to submit a
-.. change to an existing project.  To do this, you'll need to get a copy of
-.. the existing branch.  Because this new copy is potentially a new branch,
-.. the command is called **branch**::
-
-自分でプロジェクトを始めるのではなく、既存のプロジェクトに変更を加えたい場合があります。
-この場合、既存のブランチのコピーを取得する必要があります。
-このコピーは新しいブランチになるので、このコマンドは **branch** という名前になっています::
-
-    % bzr branch lp:bzr bzr.dev
-    % cd bzr.dev
-
-.. This copies down the complete history of this branch, so we can do all
-.. operations on it locally: log, annotate, making and merging branches.
-.. There will be an option to get only part of the history if you wish.
-
-.. XXX: There will be の訳これでいい？
-
-これでブランチの完全な履歴をコピーできたので、すべての操作 (log, annotate,
-branch の作成とマージなど) をローカルで実行できます。
-履歴の一部だけを取得するオプションも追加される予定です。
-
-.. You can also get a copy of an existing branch by copying its directory,
-.. expanding a tarball, or by a remote copy using something like rsync.
-
-既存のブランチをコピーするには、普通にディレクトリをコピーしたり、tarballを\
-展開したり、リモートから rsync のような方法でコピーすることもできます。
-
-.. Following upstream changes
-
-上流の変更を追いかける
-==========================
-
-.. You can stay up-to-date with the parent branch by "pulling" in their
-   changes::
-
-変更を "pull" することで手元のブランチを上流のブランチに対して最新に保つことが\
-できます。
-
-    % bzr pull
-
-.. After this change, the local directory will be a mirror of the source. This
-.. includes the ''revision-history'' - which is a list of the commits done in
-.. this branch, rather than merged from other branches.
-
-.. XXX This includes～がわからない.
-
-このコマンドを実行した後、ローカルディレクトリはpull元のミラーになります。
-ミラーするものには、 ''revision-history'' を含みます。つまり、別のブランチから\
-マージするのではなくて、このブランチに対してコミットした履歴になります。
-
-.. This command only works if your local (destination) branch is either an
-.. older copy of the parent branch with no new commits of its own, or if the
-.. most recent commit in your local branch has been merged into the parent
-.. branch.
-
-このコマンドはローカルの(pull先)ブランチが親ブランチの古いコピーで独自の\
-あたらしいリビジョンを一切含まないか、ローカルブランチへの最新のコミットが\
-親ブランチにマージされているときにのみ成功します。
-
-.. Merging from related branches
-
-関連ブランチからマージする
-=============================
-
-.. If two branches have diverged (both have unique changes) then ``bzr
-.. merge`` is the appropriate command to use. Merge will automatically
-.. calculate the changes that exist in the branch you're merging from that
-.. are not in your branch and attempt to apply them in your branch.
-
-二つのブランチが分岐している(互いに異なる変更を持っている)とき、
-``bzr merge`` コマンドの出番です。
-merge はマージ元ブランチにあって手元のブランチにない変更を自動で探して、\
-その変更を手元に適用しようと試みます。
-
-::
-
-  % bzr merge URL
-
-
-.. If there is a conflict during a merge, 3 files with the same basename
-.. are created. The filename of the common base is appended with ".BASE",
-.. the filename of the file containing your changes is appended with
-.. ".THIS" and the filename with the changes from the other tree is
-.. appended with ".OTHER".  Using a program such as kdiff3, you can now
-.. comfortably merge them into one file.  In order to commit you have to
-.. rename the merged file (".THIS") to the original file name.  To
-.. complete the conflict resolution you must use the resolve command,
-.. which will remove the ".OTHER" and ".BASE" files.  As long as there
-.. exist files with .BASE, .THIS or .OTHER the commit command will
-.. report an error.
-
-マージ中に衝突(conflict)が発生した場合、同じ基本名(basename)をもつ\
-3つのファイルが作成されます。
-共通の祖先になるファイルのファイル名には ".BASE" が、
-手元のブランチの変更を含むファイル名には ".THIS" が、
-マージ元の変更を含むファイル名には ".OTHER" が末尾に追加されます。
-kdiff3 のようなプログラムを利用してこれらのファイルをひとつに\
-マージすることができます。
-コミットするには、マージされた ".THIS" ファイルを元のファイル名に\
-リネームします。
-衝突の解決を完了するには、 resolve コマンドを使います。
-このコマンドは ".OTHER" と ".BASE" ファイルを削除します。
-.BASE, .THIS, .OTHER ファイルが残っている場合、 commit コマンドは\
-エラーを報告します。
-
-::
-
-  % kdiff3 file.BASE file.OTHER file.THIS
-  % mv file.THIS file
-  % bzr resolve file
-
-[**TODO**: explain conflict markers within files]
-
-
-ブランチを公開する
-======================
-
-.. You don't need a special server to publish a bzr branch, just a normal web
-.. server.  Just mirror the files to your server, including the .bzr
-.. directory.  One can push a branch (or the changes for a branch) by one of
-.. the following three methods:
-
-bzrのブランチを公開するには特別なサーバーは必要ありません、普通のWebサーバーが\
-使えます。
-.bzr ディレクトリを含めてファイルをサーバーにミラーしてください。
-ブランチをpush(やブランチに対する操作)するのに以下の3つの方法があります。
-
-.. * The best method is to use bzr itself to do it.
-
-* 最良の方法は bzr 自体を使うことです。
-
-  ::
-
-    % bzr push bzr+ssh://servername.com/path/to/directory
-
-..   (The destination directory must already exist unless the
-..   ``--create-prefix`` option is used.)
-
-  (push先ディレクトリがすでに存在するか、 ``--create-prefix`` オプションを\
-  利用する必要があります。)
-
-.. * Another option is the ``rspush`` plugin that comes with BzrTools, which
-..   uses rsync to push the changes to the revision history and the working
-..   tree.
-
-* 別の選択肢は bzrtools に含まれる ``rspush`` プラグインを利用することです。
-  これはリモートの履歴と作業ツリーに変更を push するのに rsync を利用します。
-
-.. * You can also copy the files around manually, by sending a tarball, or using
-..   rsync, or other related file transfer methods.  This is usually less safe
-..   than using ``push``, but may be faster or easier in some situations.
-
-* tarball を送ったり rsync を使ったりほかの転送方法を利用して、手動でファイルを\
-  コピーすることもできます。
-  これはたいてい ``push`` ほど安全ではありませんが、場合によって高速だったり、\
-  簡単だったりするかもしれません。
-
-
-.. Moving changes between trees
-
-変更をツリー間で移動する
-============================
-
-.. It happens to the best of us: sometimes you'll make changes in the wrong
-.. tree.  Maybe because you've accidentally started work in the wrong directory,
-.. maybe because as you're working, the change turns out to be bigger than you
-.. expected, so you start a new branch for it.
-
-どんな人にでもありえることですが、適切ではないツリー上で変更してしまうことがあります。
-単純に作業するディレクトリを間違えたり、変更が予想よりも大きくなってしまったりして、
-その変更のために新しいブランチを作りなおすことがあります。
-
-.. To move your changes from one tree to another, use
-
-変更をあるツリーから別のツリーに移動するには
-
-::
-
-  % cd NEWDIR
-  % bzr merge --uncommitted OLDDIR
-
-.. This will apply all of the uncommitted changes you made in OLDDIR to NEWDIR.
-.. It will not apply committed changes, even if they could be applied to NEWDIR
-.. with a regular merge.  The changes will remain in OLDDIR, but you can use ``bzr
-.. revert OLDDIR`` to remove them, once you're satisfied with NEWDIR.
-
-これですべてのコミットされていないOLDDIR上の変更がNEWDIRに適用されます。
-コミットされていない変更は、通常のmergeでNEWDIRに適用することができる場合でも適用されません。
-OLDDIR上の変更はそのまま残りますが、NEWDIRの状態に満足したら ``bzr revert OLDDIR``
-で削除することができます。
-
-.. NEWDIR does not have to be a copy of OLDDIR, but they should be related.
-.. The more different they are, the greater the chance of conflicts.
-
-NEWDIRはOLDDIRのコピーである必要はありませんが、関連しているべきです。
-両者の違いが大きければそれだけ衝突が起こる可能性が大きくなります。

=== removed file 'doc/ja/tutorials/using_bazaar_with_launchpad.txt'
--- old/doc/ja/tutorials/using_bazaar_with_launchpad.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/tutorials/using_bazaar_with_launchpad.txt	1970-01-01 00:00:00 +0000
@@ -1,459 +0,0 @@
-===========================
-LaunchpadでBazaarを使う
-===========================
-
-
-動機付け
-==========
-
-コミュニティはチームとは違う
-----------------------------------
-
-ソフトウェアの初回リリースをしなければならない人々のチームというのは、\
-一人から数千人まで、その規模は多岐に渡ります。
-その要求に応じて、技術的な課題、経営上の課題、その両方が非常に大きなもの\
-になる可能性があります。
-Bazaarユーザガイドで説明したように、"ふさわしい"プロセスを選択し、\
-それに見合ったワークフローをサポートするBazaarのようなツールを使うことは、\
-大きな手助けになるでしょう。
-
-しかし、ソフトウェアによる成功のためには、すばらしいチーム以上のものが\
-必要です。 - それは、健全で活発な *コミュニティ* です。
-このグループは、通常はチームよりもはるかに大きく、なぜならそのソフトウェアに\
-関心のあるすべての人 - 開発チーム、ユーザ、トレーニングパートナー、\
-サポートパートナー、サードパーティの開発者など - を含むからです。
-
-すばらしいコミュニティというものはフリー(自由)ソフトウェア
-コミュニティでは良く理解されています。
-しかし、その適用はオープンソースの世界を越えて広がっています。
-もっとも成功している商業ソフトウェアのベンダーは、
-そのフラッグシッププロダクトと共に成長するコミュニティ\
-を作り上げ、運営することがたくみなのです。
-
-すばらしいチームと同じように、すばらしいコミュニティも偶然できるものではありません。
-良いポリシーとガイドラインが、参加者同士の健全なコミュニケーションと正しい振る舞い\
-を育てるために不可欠です。
-この話題についてもっと深く知りたければ、Karl Fogelのすばらしい著書 - \
-`Producing Open Source Software <http://www.producingoss.com/>`_ - を見てください。
-
-
-協調開発に必要なもの
----------------------------------------------------
-
-コミュニティの情報とワークフローを追跡し、管理するためには、賢いツールセットが重要です。
-そのようなツールを、協調開発環境(Collaborative Development Environments : CDEs)と呼びます。
-一般的には、WEBベースでアナウンスや案件、バグを管理します。
-`Launchpad <https://launchpad.net>`_ 、
-`SourceForge <http://sourceforge.net>`_ 、
-`java.net <http://java.net>`_ 、
-`SAP Community Network <https://www.sdn.sap.com/irj/sdn>`_ などに、CDEsの例があります。
-
-関係するコミュニティとの協調を助ける
--------------------------------------------------
-
-多くの成功しているプロダクトは、その下流にそれを使うたくさんのプロダクトがあります。
-言いかえると、他のコミュニティとやりとりをして、自分の変更が彼らにどんな影響を与えるかを\
-理解することで、新しい挑戦が成功するのです。
-これは、以下のようなプロダクトでは特に明白です。:
-
-* プログラム言語、たとえばPyhon、PHP、Ruby、Java、Perlなど
-* コンパイラ、たとえばgcc、JDKなど
-* ライブラリ、たとえばzlib、opensslなど
-* フレームワーク、たとえばZope、Ruby on Rails、Springなど
-
-.. XXX downstream dependenciesは、直訳だとわかりづらい気がするのでやや意訳
-   In other wordからの一文の訳がよくわからない
-
-.. Many successful products have a huge number of downstream dependencies.
-   In other words, a new challenge arises with success: dealing with other
-   communities and understanding how your changes will impact them. This is
-   most obvious for projects like:
-
-しかし、アドオン機能を持つメジャーなアプリケーション、たとえばFirefox、Thundervird、\
-OpenOffice.org、Drupal、Wordpress、Joomlaなどにも、このことはあてはまります。
-
-コミュニティの境界をこえて案件や障害修正の追跡と管理をするための作業をサポートして\
-くれるツールが必要です。
-そのようなツールは、両極端にいるどちらのユーザも助けてくれます。:
-
-* 自分のことばで問題を報告することができるユーザ。
-  たとえば、「オペレーションシステムX上のアプリケーションYで、Zタイプのイメージの\
-  レンダリングがおかしい」など
-
-* 変更や障害修正が下流のプロダクトに与える影響をよりよく評価できる開発者。
-  たとえば、「グラフィックライブラリのバグを修正することにより、これらの10個のOS上の\
-  5つのアプリケーションに恩恵がある」など
-
-その間にいる人々は、 *点線をつなぎ* 、上流と下流との間のコミュニケーションを担うという\
-重要な役割を果たします。
-多くの場合、彼らはエンドユーザのためにバグを修正したり、パッチをリリースしたり、上流の\
-開発チームに修正内容を提示したりします。
-それらすべてを持続可能な方法で常に追跡しつづけることは、簡単なことではありません。
-
-Launchpad: 開発をもっと効果的に、摩擦は少なく
--------------------------------------------------
-
-Canonical は、 `Ubuntu <http://www.ubuntu.com>`_ や `Bazaar <http://bazaar.canonical.com>`_
-の開発に出資しているのと同じように、
-オープンソースコミュニティ向けの無料のサービスとして
-Launchpad <https:launchpad.net> も提供しています。
-Launchpadは、以下の注目すべき理由から、もっともエキサイティングな
-CDEsのひとつです。
-
-* トラッキング対象のたくさんのもの同士の関係を具体化しています。
-  たとえば、ソースコードのブランチをバグ修正に関連づけることができます。
-
-* これまでの資産を管理するのと同じように、ロードマップ、マイルストーン、ブループリントの\
-  機能によってこれからの開発の計画や追跡もできます。
-
-* 翻訳ツールやパッケージングサービスを提供することで、翻訳者やテスターがコミュニティに参加し、\
-  貢献するときの抵抗を少なくしています。
-
-* 違うコミュニティ同士が、関連する案件やロードマップに対してともに作業するための結びつきを\
-  提供します。
-
-言いかえると、Launchpadは、あなたのコミュニティの成長を助け、 *コミュニティ内* と\
-*コミュニティ間* との両方でワークフローの摩擦を減らすようにデザインされています。
-究極的には、機械的なタスクにつかう時間をなくし、興味ぶかい開発により多くの時間を\
-さけるようにすることを意味しています。
-
-Bazaar: Launchpadのバージョン管理クライアント
----------------------------------------------
-
-このチュートリアルは、BazaarとLaunchpadがどのようにして一緒に使うことができ、\
-どれだけお互いを引き立てあうのかを考えます。
-以下のことは覚えておいてください。:
-
-1. BazaarはLaunchpadなしで使うこともできます。
-2. LaunchpadはBazaarなしで使うこともできます。
-
-それでも、別々に使うよりも一緒に使った方がより大きな力を発揮するように設計されています。
-
-
-Launchpadでのブランチの検索、閲覧
-===================================
-
-利用できるブランチの検索
---------------------------
-
-分散型バージョン管理を導入することには多くの利点がありますが、できなくなってしまうこと\
-のひとつとして、利用できるすべてのブランチについて知っている中央サーバがないという点が\
-あります。
-実際、分散環境では、関連するブランチは、インターネット中の文字どおり100もの場所に存在する\
-可能性があります。(もしくは、イントラネットの中でも同様です。)
-
-Launchpadは、ブランチのデータベースを提供することによって、このギャップをなくします。
-
-ブランチの登録
---------------------
-
-ブランチはLaunchPadにアップロードすることもできますし、別の場所にあるブランチを単に登録する\
-こともできます。
-また、ブランチには *New(新規)* 、 *Development(開発バージョン)* 、 *Mature(安定)* 、 *Abandoned(破棄)*
-というステータスを付加することができます。
-
-Note: 外部のブランチは、CVSやSubversionのような従来のバージョン管理ツールでホストされて\
-いても構いません。
-これらのシステム上のコードは定期的にスキャンされ、Bazaarのブランチに変換されます。
-もちろん、最大限の正確さを求めるのであれば、外部のブランチをBazaarでホストすることが望ましいです。
-
-ブランチの閲覧
------------------
-
-ブランチは、名前、登録者、作者、ステータス、世代、最終コミット時刻などの多くの属性によって\
-リストアップやフィルタリング、並べ替えができます。
-また、ブランチを閲覧することによって、以下のようなことが簡単に分かります。:
-
-* ブランチがどこからダウンロードできるか
-* 変更をアップロードする方法
-* それぞれで行った最近のコミットと変更内容
-* 指定したバージョンの個々のファイルのソースコード
-
-
-Launchpad上のコードへのBazaarでのアクセス
-=========================================
-
-プロジェクトのコードの取得
-----------------------------
-
-Launchpad 上には多数のプロジェクトがあり、その最新のコードがBazaarで
-管理されていても、CVSやSubversionで管理されていても、Bazaarを使って
-以下のように簡単にコードを取得することができます。 ::
-
-  bzr branch lp:project-name
-
-`project-name` は、Launchpad上のプロジェクトIDです。以下にいくつか例を挙げます。::
-
-  bzr branch lp:inkscape
-  bzr branch lp:amarok
-  bzr branch lp:python
-  bzr branch lp:rails
-  bzr branch lp:java-gnome
-
-そのあと、好きなエディタやIDEを使って、コードを手元で参照したり、必要があれば編集したり\
-することができます。
-
-もし、プロジェクトに複数のシリーズ(例えば、開発用とメンテナンス用)が登録されている場合は、\
-以下のコマンドで指定したシリーズの最新のコードを取得することができます。::
-
- bzr branch lp:project-name/series
-
-変更内容の公開
------------------------
-
-イライラするバグを修正したり、ずっと欲しかったクールな機能を追加したりしたら、それを友達に\
-アピールしたり、そのコードを他の人に公開して世の中をもっと良くするときです。
-これまでに説明したとおり、LaunchpadはBazaarによる無料のコードホスティングサービスなので、自分の\
-ブランチをプッシュして他の人がそこからコードにアクセスできるようにすることができます。
-例えば、あなたが関連するチームのメンバーだとすると、以下のようにLaunchpadにログインします。::
-
-  bzr launchpad-login userid
-
-`userid` は、LaunchpadのユーザIDです。
-そのあと、以下のように変更をチームのブランチにプッシュすることができます。::
-
-  bzr push lp:~team-name/project-name/branch-name
-
-他の人は、以下のようにそのコードをダウンロードすることができます。::
-
-  bzr branch lp:~team-name/project-name/branch-name
-
-
-自分用のブランチ
------------------
-
-あなたがチームのメンバーではなかったとしても、Launcpadであなたの変更内容を公開することができます。
-この場合、以下のようにして単純に自分用のブランチを作成します。::
-
-  bzr push lp:~userid/project-name/branch-name
-
-他の人は、以下のようにそのコードをダウンロードすることができます。::
-
-  bzr branch lp:~userid/project-name/branch-name
-
-Note: 自分用のブランチに公開したときも、ちゃんと上流の開発者にあなたのブランチについて通知されるので、\
-全てのユーザに一般的に適用できる内容で、かつプロジェクトの品質基準を満たしていれば、彼らはその変更を\
-プルすることができます。
-
-.. Package source branches
-
-パッケージのソースブランチ
------------------------------
-
-`maintaining packages for Ubuntu using Bazaar` に書かれているとおり、
-Launchpad から簡単にパッケージのソースブランチにアクセスできます。
-現在の(デフォルトの)系列のパッケージのソースブランチは、次のようなコマンドで
-ダウンロードできます。 ::
-
-  bzr branch ubuntu:package
-
-ここで、 *package* はアクセスしたい Ubuntu のパッケージ名です。
-Ubuntu の特定の系列 (例: Maverick, Lucid) のパッケージブランチを
-ダウンロードするには、次のコマンドを使います。 ::
-
-  bzr branch ubuntu:maverick/package
-
-Ubuntu の系列は単に最初の文字を使う形に省略することができます。
-たとえば、上の例は次のようにも書けます。
-
-  bzr branch ubuntu:m/package
-
-いくつかの Debian の系列でも、 Launchpad からソースブランチをダウンロードする
-ことができます。デフォルトの系列であれば次のようにダウンロードできます。 ::
-
-  bzr branch debianlp:package
-
-そして、特定の系列の場合は次のようになります。 ::
-
-  bzr branch debianlp:lenny/package
-
-``debianlp:`` スキーマは　Launchpad にある Debian のソースブランチにしか
-アクセスできないので注意してください。
-
-.. _`maintaining packages for Ubuntu using Bazaar`: https://wiki.ubuntu.com/DistributedDevelopment
-
-
-Lanchpadでのブランチの関連づけ
-===============================
-
-ブランチをバグと関連付ける
--------------------------------
-
-ブランチを登録したあと、それにバグを関連づけることができます。
-そうすることで、そのバグに関心をもつ人々がそのブランチを追いかけ、修正が公開されたらダウンロード\
-することができます。
-
-そのための手順は以下のとおりです。
-
-1. Questionから、そのバグに移動します。
-
-2. `Actions` から `Add branch` を選択します。
-
-3. ブランチを選択します。
-
-4. 必要に応じて、関連づけのステータスを設定します。
-   *Fix In Progress(修正中)* がデフォルトですが、すでにブランチ内にで問題に対処しているのなら、\
-   *Fix Available(修正済)* に設定することもできます。
-
-もし望むのなら、バグとブランチとの関連づけに好きなコメントをつけることもできます。
-
-BazaarでのコミットによるLaunchpadのステータスの変化
-----------------------------------------------------------
-
-BazzarとLaunchpadを一緒につかうことで、ステータスのメンテナンス作業をへらすことができます。
-Bazaarでコミットしたときに、以下のように--fixesオプションを指定します。::
-
-  bzr commit --fixes lp:1234 -m "..."
-
-この1234というのはバグIDです。こうすると、バグ-ブランチ間の関連づけのステータスが *Fix Available* \
-に変わります。
-一回のコミットで複数の問題を修正する場合には、--fixesオプションを複数回指定できます。
-
-この機能のすばらしい点のひとつは、コミットするときにLaunchpadにアクセスできなくてもいいということです。
-``--fixes`` オプションではメタデータを保存し、次にそのブランチがLaunchpadにプッシュされたときか、\
-オンラインで再スキャンされたときに、Launchpadはそのメタデータを検出します。
-
-Note: Launchpadは、ブランチでバグが修正されたからといって勝手にバグをクローズすることはありません。
-これにはいくつかの理由があります。
-一つ目の理由は、ほとんどのチームでは、たいていブランチをトランク(メインの開発ブランチ)にマージしないと\
-バグが修正されたとはみなさないためです。
-二つ目の理由は、多くのチームでは、バグが修正されたことを確認するためには、「開発者がそう言っている」と\
-いうだけではなくそれ以外のプロセスがあるためです。
-
-あとで説明しますが、マージ管理機能が現在Launchpadで開発されており、この機能がリリースされれば、バグの\
-ステータスを *Fix Committed* に自動変更する機能がもっと適切なものになります。
-
-
-ブランチをブループリントと関連づける
--------------------------------------
-
-ブランチを登録したあと、それにブループリントを関連付けることができます。
-そうすることで、そのブループリントに関心を持つ人々がそのブランチを追いかけ、開発中の新機能をテストする\
-ことができます。
-
-そのための手順は以下の通りです。
-
-1. Questionから、そのブループリントに移動します。
-
-2. `Actions` から `Link branch` を選択します。
-
-3. ブランチを選択します。
-
-もし望むのなら、ブループリントとブランチとの関連づけに好きなコメントをつけることもできます。
-
-
-Launchpadをつかったリリースの管理
-=================================
-
-変更内容の統合
--------------------
-
-ブランチが開発され、公開されたら、コミュニティでは一般的に、その変更内容をコアプロダクトに統合して\
-エンドユーザにリリースする前に厳格なプロセスを通します。
-その中には、以下のような手順が含まれるでしょう。:
-
-* 仲間による変更内容のレビュー
-
-* どのリリースにその変更を含めるかの決定。たとえば、次のメンテナンスリリース、次のメジャーリリース、\
-  もしくはその両方。
-
-* 機能の回帰テストの実行
-
-* パフォーマンスが基準を満たすかどうかを確認するためのベンチマーキング
-
-* エンドユーザテストのための早期提供リリースの作成
-
-* ドキュメントの更新。たとえば、そのリリースのためのリリースノートなど
-
-* ユーザインターフェイスやドキュメントの他言語への翻訳
-
-このセクションでは、プロダクトのコードの品質を高めるために役立つLaunchpadの機能のいくつかについて簡単に\
-説明します。
-Bazaarとの強力な一体化が、それをスムーズにするためのポイントです。
-
-Note: 以下にあげる機能の中には、まだ開発中のものもあります。
-もし、これらの機能に興味があるのなら、以下のリンクでLaunchpadベータテストチームへの参加を検討してください。:
-https://help.launchpad.net/JoiningLaunchpadBetaTesters
-そうすれば、各機能の早期提供版を手に入れて、広くリリースされる前に開発者にフィードバックを送ることができます。
-
-
-ブランチのマージの提案
------------------------
-
-Launchpadでブランチに移動したあとに実行できるアクションのひとつに、 *Propose for merging(マージの提案)*
-があります。
-この機能では、どのブランチがこのコードを取り入れるべきかを指定します。
-
-どのブランチがコードラインへのマージ提案中なのかという情報を追跡することは、リリース管理者が、\
-リリース日までに何を完了させなければならないか、または何を完了させることができるかを常に把握するために役立ちます。
-この情報をもとに、必要なレビューを実行してからブランチをマージすることを確実に行うことができます。
-単純なケースでは、リリース管理者は手作業でブランチをマージします。
-もっと高度なケースでは、ブランチがあるべきステータス(たとえば、 *Review completed(レビュー完了)*)になった\
-ときにロボット(`PQM`_ のような)に自動的にマージさせることができます。
-
-.. _PQM: https://launchpad.net/pqm
-
-
-コードレビューの追跡
-----------------------
-
-コードレビューの状態や会話の内容、成果物を追跡するために、Launchpadでたくさんの機能が開発されています。
-これらの機能は、ブランチのマージ提案やブランチ閲覧の機能に統合されると思われます。
-
-
-パーソナルパッケージアーカイブ(PPA)
-------------------------------------
-
-PPAは、開発者や開発チームが、早期提供版でテストとフィードバックを行うユーザにカスタムビルドモジュールを渡す\
-手助けをします。
-言い方を変えると、PPAによって、開発者はその変更内容に関心を持つテスターのコミュニティを結成することが\
-できるようになります。
-テスティングコミュニティは、パッケージをインストールし、テスト期間中にそれを実行し、その後はシステムから\
-きれいに削除することができます。
-
-より詳細な情報は、 https://help.launchpad.net/PPAQuickStart を参照してください。
-
-
-翻訳
-------------
-
-Launchpadの翻訳モジュールは、誰もがアプリケーションを自分が知る言語に簡単に翻訳できるように設計されています。
-翻訳者は、深いレベルの詳細を知る必要はありません。
-
-Launchpadは、プロジェクトの各メジャーバージョンに対する翻訳を別々に記録するので、だれかが新しい開発バージョンの\
-作業を始めていても、安定版の翻訳の改良を続けることができます。
-プロジェクトをまたがってリソースを共有することにより、翻訳のスピードを短縮しています。
-75万件の翻訳済みのテキストのライブラリからの自動抽出機能と、1万9千人の翻訳者のコミュニティとが、プロジェクトを\
-多くの言語に翻訳する時間を短縮してくれます。
-
-.. XXX Translation speed in reduces by sharing resources across projects. > in は isの間違いだと思われる。
-
-要約
-=======
-
-私たちが参加するコミュニティは、それがオフラインであれオンラインであれ、私たちがどのような種類の人間であるかを\
-表すものです。
-逆に言うと、あなたがコミュニティのために選ぶツール - 特に、CDEとバージョン管理ツール - は、誰がそのコミュニティ\
-に参加するのかということ、また、その人たちがどれだけ簡単にコミュニティに貢献できるかということに大きな影響を与えます。
-
-LaunchpadとBazaarは、単独でもとても役に立つツールです。
-一緒に使えば、以下のことが可能になります。:
-
-* コミュニティの、ソースコードやナレッジのような資産の追跡を助ける。
-* コミュニティへの参加の妨げを軽減して、コミュニティの成長を促す。
-* 関係するコミュニティとのやりとりを助ける。
-
-具体的には、LaunchpadはあなたのBazaarブランチを管理する無料のコードホスティングサービスであり、ブランチをオンラインで\
-閲覧でき、ブランチとバグやブループリントを関連づけることができ、Bazaarへのコミット時にバグについて記述することによって\
-ブランチ-バグ間のステータスを自動的に変更することができます。
-*すばらしいアイデア* を、 *エンドユーザの元で実行されるコード* にするまでのプロセスを合理化するための、より進んだ統合\
-機能が現在開発中です。
-
-もし、BazaarとLaunchpadがさらにどのように統合されてほしいかについて、何かフィードバックすることがあるのなら、\
-Bazzarメーリングリストで私たちに連絡してください。
-bazaar@lists.canonical.com.
-
-Launchpadは自由ソフトウェアプロジェクトをサポートするための無料のサービスとしてデザインされていますが、Canonicalはこれを\
-商業ソフトウェアの開発者にも、その要望次第で提供することができます。
-オープンソースであってもなくても、Launchpadがあなたのコミュニティの運営に役立つと考えていただけるのならば幸いです。
-

=== removed directory 'doc/ja/upgrade-guide'
=== removed file 'doc/ja/upgrade-guide/data_migration.txt'
--- old/doc/ja/upgrade-guide/data_migration.txt	2011-05-18 06:27:34 +0000
+++ new/doc/ja/upgrade-guide/data_migration.txt	1970-01-01 00:00:00 +0000
@@ -1,132 +0,0 @@
-データ移行
-###############
-
-データ移行の準備
--------------------
-
-移行を開始する前に、最初におこなうべきことがあります。
-
-1. 完全にバックアップをとってください。
-
-2. 古いブランチを消去(purge)する時間をとってください。
-
-完全なバックアップはなにか悪いことがおきたときのセーフティネットとなります。
-
-古いブランチの消去は移行対象となるデータを減らすことができます。これをおこなうためのいくつかのコツを
-`Finding obsolete branches`_ 　でご覧ください。
-
-移行に関連するコマンドの紹介
-----------------------------------
-
-データ移行時には注意すべき3つの重要なコマンドがあります。
-
-* **check** - リポジトリ、ブランチやツリーのデータ完全性に関するエラーのチェック。
-
-* **reconcile** - データ完全性に関するエラーの修復。
-
-* **upgrade** - 異なるデータフォーマットへの移行。
-
-**reconcile** はめったに必要ではありませんが  **check** を **upgrade** の前後で行うことは良い習慣です。
-
-これらのコマンドの詳細なヘルプは `Bazaarユーザーリファレンス`_ をごらんください。
-
-.. _Bazaarユーザーリファレンス: ../user-reference/index.html
-
-
-あなたのコミュニティとのコミュニケーション
----------------------------------------------------------
-
-新しいフォーマットへのスムーズな移行を可能にするためには、以下が必須です:
-
-1. trunkの移行を行う責任者を1人きめること。
-
-2. trunkの移行試験が成功すること。
-
-3. trunkを移行する時間の予定をたてることと、前もってあなたのコミュニティに知らせておくこと。
-
-事前に警告をしておくことによりコミュニティに所属する人々が 移行日より前に Bazaarや必要なpluginを移行するのに十分な余裕を持つことができるでしょう。
-
-さらに大きなコミュニティにおいては、移行それ自身に要する時間に配慮しましょう。
-試験移行の後でどのくらい移行に時間がかかるのかに関する良い案を持っておくべきです。移行を週末か金曜日に行うことで問題が発生したときにあなた自身が一息つける時間をとることができることは道理にかなっているでしょう。
-
-trunkが移行したら、あなたはコミュニティに対して適切にお知らせし、彼らに彼ら自身のローカルブランチの移行説明書を示す必要があります。後ほど説明書の例を示します。
-
-
-スタンドアロンブランチの移行
-------------------------------------
-
-作業手順は以下のとおりです。:
-
-1. **bzr check** を起動します。
-
-2. もしエラーが発生したら、**bzr reconcile** を使ってエラーの修復をこころみてください。もしこれが失敗したら問題を解決してあなたのtrunkをクリーンにするために私たちがお手伝いできるようバグの報告ください。もし成功したならクリーンなtrunkなうちにバックアップをとってください。
-
-3. **bzr upgrade --format** を実行してください。**format** は 2a またはそれ以降のことです。
-
-4. **bzr check** を起動して最終結果が正しいかどうかを確認してください。
-
-
-共用リポジトリ中のブランチを移行
------------------------------------------
-
-移行は以下の手順で行ってください:
-
-1. 共用リポジトリの移行。
-
-2. ブランチの移行。
-
-3. 軽量チェックアウトの移行。
-
-スタンドアロンブランチの例のように **check** を移行の前後に行って問題が存在していないか、あるいは問題がひきおこされていないかを確認してください。
-
-
-Launchpad上のブランチを移行
--------------------------------
-
-公開ブランチとプライベートブランチを独立させるために、Launchpadでは共用リポジトリではなく、スタックブランチをディスク容量の効率化の中心技術として使用しています。したがってLaunchpadをコードホスティングに使用しているプロジェクトでは新しいフォーマットへの移行は個人や社内でしようしているとはことなります。
-
-手順は次のようになります:
-
-1. 指名された人がtrunkのコピーを持ち移行作業を実施します。
-
-2. Launchpadにおいては 現在のtrunkを開発の中心(focus)からはずします。(これは *必ず* 実施してください、そうしないとこの後の手順が期待通りになりません。)
-
-3. 移行した trunk をLaunchpadに push します。
-
-4. 開発の中心(focus)に設定します。
-
-5. 古い trunk に登録しているユーザに対して新しい trunk へ登録するよう依頼します。
-
-つまり、これらの手順の意味は　古い trunk がいぜんとして有効でスタックされたブランチが存在し続けるということです。しかしながら開発の中心は移行後の trunk に切り替わっており、以後のLaunchpadにpushされるあなたのプロジェクトの新しいブランチは(移行後のtrunkに)スタックされます。
-
-この時点であなたはあなたのコミュニティに対して 新しいtrunkが有効になったことを知らせ、彼らに彼らのローカルブランチを移行する説明する準備ができました。
-
-
-中央の trunk が移行した後のローカルブランチ移行
------------------------------------------------------------
-
-スタンドアロンブランチの移行手順:
-
-1. 中央リポジトリの場所から最新のブランチを新しいディレクトリに取得します。
-
-2. 既存のブランチの中のあなたが行った修正を新しいブランチへpullあるいはmergeします。
-
-ブランチを共用リポジトリに移行する手順:
-
-1. 新しい共用リポジトリを新フォーマット(2aあるいはそれ以降)で作成します。
-
-2. 中央リポジトリから最新のブランチを作成した共用リポジトリへ格納します。
-
-3. あなたのローカルブランチで移行したいものを決定します。
-   (もし決定していなければ、もちろんバックアップした後、
-   `Finding obsolete branches`_ をしてそのブランチを消去するのによい時間です。)
-
-4. 各ローカルブランチの移行に関して2つ選択肢があります。
-
- * 新しいリポジトリで1つ空のブランチを **init** して古いリポジトリからリビジョンを **pull** する。 
-
- * 新リポジトリにおいて、 trunkから新しいブランチに **branch** した後古いリポジトリにおいてあなたが行った変更を **merge** する。
-
-前者の方法は(リビジョンの履歴という意味において)古いブランチと同一のブランチを得ることができる一方、parentブランチは古いブランチを指してしまい、新しいtrunkをさしません。もしあなたがこの方法をとった場合、おそらく branch.conf ファイルの parentブランチに関する設定をしなおしたくなるでしょう。
-
-それに比較して後者の方法は parentブランチは正確に設定されます。しかし、もしあなたがすべての最新のリビジョンをtrunkからそのブランチにincludeする用意ができていない限り理想的な方法にはなりません。

=== removed file 'doc/ja/upgrade-guide/index.txt'
--- old/doc/ja/upgrade-guide/index.txt	2009-10-29 10:01:19 +0000
+++ new/doc/ja/upgrade-guide/index.txt	1970-01-01 00:00:00 +0000
@@ -1,13 +0,0 @@
-###########################
-Bazaar 2.0 移行ガイド
-###########################
-
-.. Please mark sections in included files as following:
-..   level 1 ========
-..   level 2 --------
-..   level 3 ~~~~~~~~
-..   level 4 ^^^^^^^^ (it is better not to use nesting deeper than 3 levels)
-
-.. include:: overview.txt
-.. include:: data_migration.txt
-.. include:: tips_and_tricks.txt

=== removed file 'doc/ja/upgrade-guide/overview.txt'
--- old/doc/ja/upgrade-guide/overview.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/upgrade-guide/overview.txt	1970-01-01 00:00:00 +0000
@@ -1,77 +0,0 @@
-概要
-########
-
-移行手順の概要
-----------------
-
-Bazaar 2.xへのアップグレード作業は3段階あります:
-
-1. コアソフトウェアの移行
-
-2. 必要なプラグインの移行
-
-3. 新しいデフォルトフォーマットへのデータ移行
-
-Bazaar 2.xは以前のブランチのフォーマットをサポートしているので、厳密には3番目の手順は
-必要ありません。しかし、Bazaar 2.xの新しいデフォルトフォーマットはより効率よく領域を使用する、
-巨大なプロジェクトでより高速になる、さまざまな新しい特徴をそなえている、などの理由からほとんどのプロジェクトについて都合のよいときにでもアップグレードすることをおすすめします。
-
-ほとんどのユーザの方は2.xへのアップグレードと新しいフォーマットへの移行に苦労しません。
-しかしながら、大勢の開発者がいる(もしくは多くの開発者をようする)プロジェクトでは移行作業に手間がかかります。
-この場合、注意深く計画をたてることとよいコミュニケーションが必要不可欠となります。
-本文書はこの視点からの一般的なアドバイスを記載しています。
-不安な点がありましたら、メーリングリストやIRCチャンネルで私たちにおたずねください。
-
-
-コアソフトウェアの移行
------------------------
-
-コアソフトウェアの移行手順はオペレーティングシステムによって異なります。
-Bazaar 1.xからBazaar 1.yへの移行とBazaar 1.xからBazaar 2.0への移行には特に違いはありません。手順の概要は以下のようになります。
-
-Linuxでの移行手順:
-
-1. 必要なソフトウェアのソースに関してお使いのパッケージマネージャの設定をおこなう。
-       たとえばUbuntuの正式なリリースのPPAは https://launchpad.net/~bzr/+archive です。
-
-2. パッケージマネージャを使用して最新バージョンに移行する。
-
-Windowsでの移行手順:
-
-1. 「プログラムの追加と削除」で古いバージョンを削除する。
-
-2. 新しいバージョンのインストーラでインストールする。
-
-OS Xでの移行手順(インストーラを使用):
-
-1. 新しいバージョンのインストーラでインストールする。
-
-OS Xでの移行手順 (MacPortを使用):
-
-1. package metadataを更新する。 **sudo port selfupdate**
-
-2. 最新のバージョンに更新する。 **sudo port upgrade bzr**
-
-インストールや移行に関する詳しい情報については http://bazaar-vcs.org/Download
-をごらんください。	
-
-必要なプラグインの移行
------------------------
-
-多くのプラグインは特定のBazaarのバージョンに依存していないので、任意の作業です。
-他のプラグイン、特にbzrtoolsとbzr-svnはBazaarのAPIにかたく結びついているので、
-大体はコアソフトウェアとあわせて移行する必要があります。
-
-WindowsやOS Xをお使いのかたは、bzrtoolsとbzr-svnはインストーラに付属していますので
-移行にあたって特別な作業は必要ありません。LinuxやUNIXをお使いのかたは、bzrtools、bzr-svn
-や他の著名なプラグインをインストールしたり移行作業をお使いのプラットホームのパッケージマネージャ
-(たとえばUbuntuのSynaptic)でおこなうことができます。
-
-
-新しいデフォルトフォーマットへのデータ移行
--------------------------------------------
-
-冒頭でも説明しましたように新しいフォーマットへの移行に伴う複雑さはいくつかの要因、特にプロジェクトの
-コミュニティの大きさに依存します。また、データがどのように保存されているかにも依存します。たとえば
-standaloneブランチとか、複数のブランチがshared repositoryに格納されているかとか、Launchpad上の
-stackedブランチかなどです。これらのシナリオについては次章で説明します。

=== removed file 'doc/ja/upgrade-guide/tips_and_tricks.txt'
--- old/doc/ja/upgrade-guide/tips_and_tricks.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/upgrade-guide/tips_and_tricks.txt	1970-01-01 00:00:00 +0000
@@ -1,23 +0,0 @@
-役立つヒントとコツ
-######################
-
-古いブランチを見つける
------------------------------
-
-もしあなたが開発における各変更や個々に行っている拡張のためにブランチの機能を使っている場合、いくつかのもう必要とされないブランチを持つことになるかもしれません。たいていの場合、関係のある変更は trunkにマージされているはずです。そのほかの場合ブランチは自分あるいは他人が行った別の変更の結果、古くなっているはずです。
-
-古いブランチをチェックするときには特に3つの点に注意があります。
-
-1. ワーキングツリーは変更の途中でないこと。
-
-2. ワーキングツリー内にはbzr shelveコマンドによって退避された変更をふくんでいないこと。
-
-3. どんなローカルでコミットされたリビジョンもparentブランチにマージされていること。
-
-ブランチのルートディレクトリに移動したあと、これらの点を個々にチェックするためのコマンドは以下です::
-
-  bzr status
-  bzr shelve --list
-  bzr missing --mine-only
-
-もしあなたのブランチがローカルの共用リポジトリに入っているならば、(revision 159またはそれ以降の)Bazaar Explorerのリポジトリビューの中の *Local Changed* タブがあなたが選択したブランチについて、いまのところはshelveコマンドによって退避された変更を除き、上記の情報の概要を表示するので有用です。

=== removed directory 'doc/ja/user-guide'
=== removed file 'doc/ja/user-guide/adv_merging.txt'
--- old/doc/ja/user-guide/adv_merging.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/user-guide/adv_merging.txt	1970-01-01 00:00:00 +0000
@@ -1,130 +0,0 @@
-疑似マージ
-===========
-
-チェリーピッキング
-------------------
-
-時々、ブランチの変更の全部ではなく一部だけを選んでマージすることが\
-便利であることがあります。
-これは一般的に *チェリーピッキング(cherrypicking)* として言及されます。
-
-チェリーピッキングが役に立ついくつかの事例:
-
-* メインの開発ブランチから修正の一部を取り出してリリースブランチに取り込む
-
-* 実験ブランチから改善内容を選別して機能ブランチに取り込む
-
-``foo`` ブランチのリビジョン Xによってなされた変更のみをマージするためには::
-
-  bzr merge -c X foo
-
-``foo`` ブランチのリビジョンXまでの変更のみをマージするためには::
-
-  bzr merge -r X foo
-
-``foo`` のリビジョンX以降の変更のみをマージするためには::
-
-  bzr merge -r X.. foo
-
-``foo`` ブランチのリビジョンXからリビジョンYまでの変更のみをマージするには::
-
-  bzr merge -r X..Y foo
-
-通常のマージと同じように、チェリーピックは明示的にコミットしなければなりません。
-これを行う前に、 ``bzr diff`` を利用した変更を見て何かあればテストスイートを\
-実行するとよいでしょう。
-
-通常のマージとは異なり、Bazaarは現在はチェリーピックを追跡しません。
-具体的に言うと、変更は通常のコミットと同じようになり、他のブランチから来た(内部の)変更履歴は失われます。
-上記のようなチェリーピックが役に立つ場面では、このことはたいてい重大な問題ではありません。
-フルマージが後で行われることはけっしてないと言える十分な理由があるからです。
-そうではない場面では、変更が再びマージされたときにまた衝突を解消する必要があります。
-
-.. Merging without parents
-
-親のないマージ
-------------------
-
-チェリーピックに関連したテクニックとして、マージ元のリビジョンを参照せずに、
-コミット前に親リビジョンを忘れることができます。
-こうすると、このマージで行われた全ての変更が、1回のコミットで行われたような
-効果があります。
-マージしたあと、コミットする前に次のコマンドを実行します。 ::
-
-  bzr revert --forget-merges
-
-これで、作業ツリー内の変更は残したまま、その変更がどこからマージされたかの
-記録だけを削除します。そして、次のコミットではマージされたリビジョンに
-関する情報が一切ない状態で、全ての変更を記録します。
-
-この機能は、「きれいな」履歴を作りたいユーザーに取って便利なものですが、
-Bazaarはもともとマージされた履歴を段階的に表示する機能を持っているので、
-失った履歴の価値が履歴のきれいさの価値を上回らないように気をつける必要があります。
-特に、この機能を使うとマージ元の変更だけを取り込んでその変更のマージ元を
-記録しないので、後で同じマージ元からマージしようとすると余計なコンフリクトを
-発生させる可能性があります。
-
-
-.. _reverse-cherrypicking:
-
-リバースチェリーピッキング
----------------------------
-
-チェリーピッキングは一連の変更を元に戻すことができます。この場合、リビジョン範囲の\
-上界(upper bound)が下界(lower bound)よりも *小さく* なります。
-たとえば、リビジョン10の変更を取り消すためのコマンドはこうなります::
-
-  bzr merge -r 10..9
-
-どこかから、すべてではない大半の変更を得たい場合通常のマージをした後に少しの\
-リバースチェリーピックを行うとよいでしょう。
-
-
-コミットされていない変更をマージする
--------------------------------------
-
-複数のブランチを持っており、間違えて別のブランチを変更し始めた場合、訂正をとるステップは次のとおりです。
-ブランチ ``bar`` で作業したかったのに、ブランチ ``foo`` で作業を始めてしまったという場合を前提とします:
-
-1. ``bar`` ブランチに移動する
-2. ``bzr merge --uncommitted foo`` を実行する
-3. やってくる変更をチェックする (``bzr diff``)
-4. ``foo`` ブランチに変更する
-5. ``bzr revert`` を実行する
-
-.. TODO Selective file merging?
-
-
-リベースする
---------------
-
-通常のマージの別のオプションは *リベース(rebase)* です。
-すなわち、現在のブランチが本来とは異なる地点をベースにするようにします。
-リベースは ``rebase`` プラグインによって提供される ``rebase`` コマンド\
-によってサポートされます。
-
-``rebase`` コマンドは現在の作業ディレクトリ内のリベースされるブランチ上で\
-別のブランチの位置をとります。
-ブランチが指定されないと親のブランチが使われ、通常これは望まれる結果です。
-
-最初のステップは現在のブランチのものであるが親のブランチではないリビジョンを\
-特定することです。
-現在のブランチはターゲットブランチと同じリビジョンに設定され、それぞれの\
-リビジョンはブランチのトップで再現されます。
-プロセスの終了時に現在のブランチがターゲットの最終リビジョンからブランチ\
-されたようになります。
-
-再現されるそれぞれのリビジョンがツリーの中で衝突を起こすことがあります。
-これが起きたらコマンドは停止してそれらを修正しなければなりません。
-``merge`` するためにコミットを解消し、それらが解消されたものとしてマークするために
-``bzr resolve`` を実行します。
-すべての衝突を解消したら、リベースオペレーションを続けるために ``bzr rebase-continue``
-を実行します。
-衝突に遭遇せず続けないことを決めたら、 ``bzr rebase-abort`` を実行できます。
-リプレイされるコミットの一覧を表示するために ``rebase-todo`` を利用することもできます。
-
-注: マージトラッキング機能が貧弱なVCSツールから来たユーザーの中にはリベースを好む人がいます。
-古いツールでの作業方法に似ている、もしくは"完璧にきれいな" 履歴が重要だからです。
-Bazaarでリベースする前に、通常のマージがベターな選択肢ではないのか考えてください。
-とりわけ、始める前にプライベートなブランチをリベースするのは大丈夫ですが、
-他の誰かとブランチを共有した後のリベースは **強く非推奨** です。

=== removed file 'doc/ja/user-guide/annotating_changes.txt'
--- old/doc/ja/user-guide/annotating_changes.txt	2009-10-29 10:01:19 +0000
+++ new/doc/ja/user-guide/annotating_changes.txt	1970-01-01 00:00:00 +0000
@@ -1,34 +0,0 @@
-変更に注釈を付ける
-===================
-
-内容の起源を探し出す
---------------------
-
-複数の人がファイルに取り組むとき、
-誰が作ったのかもしくは最後に変更された内容を一度に見ることができるのは非常に便利です。
-これを行うためには、annotateコマンドを使います::
-
-  bzr annotate readme.txt
-
-悲観主義者もしくは楽観主義者のどちらかであるなら、
-``annotate`` の組み込みのエイリアスである ``blame`` もしくは ``praise``
-を使うことを好むかもしれません。
-どの方法であれ、次のような情報と一緒にファイルのそれぞれの行が表示されます:
-
- * 最後に変更した人
- * 最後に変更した時間
- * コミットメッセージ
-
-GUIツール
-----------
-
-Bazaar用のさまざまなGUIは注釈の情報を閲覧するためのグラフィカルなツールを提供します。
-たとえば、bzr-gtkプラグインはこの機能を ``gannotate`` コマンドを使用して起動できる\
-GUIツールとして提供します::
-
-  bzr gannotate readme.txt
-
-GUIツールは関心のある情報をより豊かに表現するので
-(たとえばそれぞれのコミットのすべての変更内容)、\
-テキストベースよりも好ましいかもしれません。
-

=== removed file 'doc/ja/user-guide/bazaar_workflows.txt'
--- old/doc/ja/user-guide/bazaar_workflows.txt	2009-10-29 10:01:19 +0000
+++ new/doc/ja/user-guide/bazaar_workflows.txt	1970-01-01 00:00:00 +0000
@@ -1,181 +0,0 @@
-ワークフロー
-=============
-
-Bazaarはただのツール
----------------------
-
-Bazaarは多くの異なる共同作業の方法を支援します。
-このことはあるワークフローで始めて状況が変われば別のワークフローを\
-採用できることを意味します。
-"唯一の正しい方法"は存在しませんし今後も現れることはりません。
-このセクションではBazaarによってサポートされる人気のあるいくつかの\
-ワークフローの手短な概要を提供します。
-
-これらのワークフローはBazaarの使い方の *一部* であることを念頭にお願いします。
-ここに記載されていないワークフローを利用したいのであれば、\
-下記に記載されているアイディアを足場にします。
-
-ソロ
-----
-
-ソフトウェアを開発する、ドキュメントを編集するもしくは設定ファイルを\
-変更するのであれ、簡単に使えるVCSは手助けになります。
-投稿者が1人であるプロジェクトを複数管理するために\
-単独のユーザーはこのワークフローを効率的に利用できます。
-
-.. image:: images/workflows_single.png
-
-まったくバージョン管理を使わない場合と比べたこのワークフローの利点は次のとおりです:
-
- * 古いバージョンのバックアップ
- * 前の状態へのロールバック
- * 履歴の追跡
-
-このワークフローに適切なBazaarの主要な機能は管理作業が少ない\
-(サーバーのセットアップは不要)ことと簡単に利用できることです。
-
-
-パートナー
------------
-
-時に2人で変更を共有して共同作業をする必要があります。
-これは一般的に *ソロ* のワークフロー (上記を参照) もしくは\
-チーム指向のワークフロー(下記を参照)として始まります。
-ある時点で、2人目の人が最初の人が行った内容(履歴も含む)を含む\
-ブランチを作ります。
-適切なときにマージして変更内容を交換することで並行して作業できます。
-
-.. image:: images/workflows_peer.png
-
-*ソロ* を上回る利点は次のとおりです:
-
- * 変更の共有が簡単
- * それぞれのテキストファイルのそれぞれの行は変更した人、\
-   時間と理由を含む特定の変更と結びつけられています。
-
-このワークフローを採用する場合、BazaarはCVSとSubversionに対して
-次のような利点があります:
-
- * サーバーのセットアップが不要
- * インテリジェントなマージ機能により複数回のマージ作業が苦痛では
-   なくなります。
-
-
-集中型
--------
-
-*lock-step* としても知られますが、これはCVSとSubversionによって\
-推奨/強制されるワークフローと本質的に同じです。
-すべての開発者が同じブランチに取り組みます。
-最新の内容をチェックアウトするために ``bzr update`` を実行し、\
-変更内容を中心位置にコミットするために ``bzr commit`` を実行します。
-
-.. image:: images/workflows_centralized.png
-
-このワークフローを導入するのであればSubversionとCVSも簡単なのでよい選択肢です。
-Bazaarはこのワークフローも直接サポートしていて、CVSとSubversionを上回る利点を\
-いくつかもちます:
-
- * よりよいブランチとマージ
- * よりよいリネームのサポート
-
-
-ローカルなコミットで集中型
----------------------------
-
-このワークフローは、開発者が ``commit --local`` もしくはチェックアウトをunbind\
-して一連の変更を行うこと以外は、 *集中型* モデルと基本的に同じです。
-こういった一連の変更が完了するとき、開発者は作業内容を共用のメインラインに\
-コミットします。
-
-.. image:: images/workflows_localcommit.png
-
-*集中型* を越える利点:
-
- * 旅行の間にネットに接続していないなどのオフラインで作業できます
- * 誰かの作業を妨げる良くないコミットをする機会が少なくなります
-
-SubversionとCVSはこのモデルをサポートしません。
-他の分散型VCSツールはこれをサポートしますが、Bazaarよりも直接的ではありません。
-
-
-共用のメインラインで分散型
------------------------------
-
-このワークフローにおいて、それぞれの開発者は独自のブランチを持ち、\
-加えてメインブランチにコミットする権限があります。
-開発者は個人のブランチに取り組み、準備ができたらそれをメインラインに\
-マージします。
-
-.. image:: images/workflows_shared.png
-
-*ローカルコミットつきの集中型* を越える利点は次のとおりです:
-
- * 作業内容の編成が簡単になる - それぞれのブランチで個別の変更を開発できます。
- * 開発者は共同作業に取り組むときに別の人の個人ブランチをマージできます。
-
-SubversionとCVSはこのモデルをサポートしません。\
-他の分散型VCSツールはサポートします。
-Bazaarの多くの機能は、簡単な利用、共用レポジトリ、統合されたマージ機能と\
-リッチなメタデータ(ディレクトリのリネームの追跡を含む)を\
-含めてこのワークフローに有効です。
-
-人間のゲートキーパーで分散型
------------------------------
-
-このワークフローにおいて、それぞれの開発者は独自のブランチを持ち、\
-それに加えてメインのブランチに対してリードオンリーのアクセス権限を持ちます。
-1人の開発者(ゲートキーパー)はメインのブランチにコミットする権限を持ちます。
-1人の開発者が彼らの作業をマージしたい場合、ゲートキーパーに\
-マージしてくれるように頼みます。
-ゲートキーパーはコードのレビューを行い、必須の基準を満たすのであれば\
-作業内容をメインブランチにマージします。
-
-.. image:: images/workflows_gatekeeper.png
-
-*共用のメインラインによる分散型* に対する利点は次のとおりです:
-
- * 常にコードはメインラインに入る前にレビューされます。
- * 変更をメインラインに組み込むときに厳格なコントロールができます
-
-Bundle Buggyと呼ばれるBazaarのコンパニオンツールはどんな変更が\
-レビュー待ちになっているのか、その変更のステータスとレビューアの\
-コメントを追跡するのにとても便利です。
-
-
-自動的なゲートキーパーで分散型
--------------------------------
-
-このワークフローにおいて、それぞれの開発者は独自のブランチを持つのに加えて、\
-メインストリームにリードオンリーのアクセス権限を持ちます。
-ソフトウエアのゲートキーパーはメインのブランチにコミットする権限を持ちます。
-開発者が作業内容をマージしたいとき、開発者は別の人にレビューを頼みます。
-レビューに合格したら、チームの方針によって、オリジナルの著者もしくは
-レビューワがゲートキーパーソフトウェアにマージするように頼み、
-ゲートキーパーソフトウェアはマージし、コンパイルし、テストスィートを実行します。コードがパスする場合のみ、メインラインにマージされます。
-
-注: 代替として、レビューのステップをスキップして著者は変更を自動化された\
-ゲートキーパーに投稿できます。
-(これはコードのレビューを別のステップとしてではなくジャストインタイムの\
-レビューを効果的に推進するペアプログラミングといった習慣を利用している\
-ときにとりわけ適切です。)
-
-.. image:: images/workflows_pqm.png
-
-*人間のゲートキーパーによる分散型* に対する利点は次のとおりです:
-
- * コードはメインラインに入る前に常にテストされます
-   (メインラインの完全性が高まります)
- * チームの規模の成長に対応できます
-
-BazaarのコンパニオンツールであるPatch Queue Manager (PQM)
-は自動化ゲートキーパーの機能を提供します。
-
-
-ワークフローを実施する
------------------------
-
-上記のそれぞれのワークフローを実施する方法を詳しく知りたいのであれば、\
-このマニュアルの3章から6章までを参照してください。最初に、2章で、\
-インストール方法、一般的な使い方の手引きと設定方法に関するティップス\
-が説明されています。

=== removed file 'doc/ja/user-guide/branching_a_project.txt'
--- old/doc/ja/user-guide/branching_a_project.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/user-guide/branching_a_project.txt	1970-01-01 00:00:00 +0000
@@ -1,118 +0,0 @@
-プロジェクトをブランチする
-===========================
-
-ブランチのURL
---------------
-
-誰かがあなたの作品のコピーを手に入れる前に、転送プロトコルを理解する必要があります。
-ブランチのトップレベルのディレクトリを、Windowsユーザーが慣れ親しんだ方法で、\
-ネットワーク上で共有することを決定するとします。
-LinuxとOS Xのユーザーは、大抵のSSHサーバーに組み込まれているセキュアなプロトコルである、\
-SFTPを通してアクセスする方が望ましいです。
-Bazaarは下記で一部が示されるたくさんのプロトコルのサポートに関して *とても* 柔軟です。
-
-  ===========   ==========================================================================
-  スキーム      説明
-  ===========   ==========================================================================
-  \file://      標準ファイルシステムを利用してアクセスする (デフォルト)
-  \bzr+ssh://   SSH ごしのアクセス   (リモートで最良の選択肢).
-  \sftp://      SFTPを利用してアクセスする (大抵のSSHサーバーはSFTPを提供する)
-  \bzr://       Bazaarのスマートサーバーを利用した高速のアクセス
-  \ftp://       パッシブFTPを利用してアクセスする
-  \http://      Webサーバーによって公開されたブランチへのアクセス
-  \https://     Webサーバーによって公開されたブランチへの、暗号化されたアクセス
-  ===========   ==========================================================================
-
-上記で示されるように、ブランチは転送プロトコルを示すスキームを伴うURLを使用して識別されます。
-スキームが無ければ、通常のファイルの名前が想定されます。
-サポートされるプロトコルの完全なリストに関しては、
-``urlspec`` のオンライントピックもしくはBazaarのユーザーリファレンスの
-`URLの識別子 <../user-reference/index.html#url-identifiers>`_
-のセクションを参照してください。
-
-URL は通常サーバーのルートディレクトリから解決されます。
-なので、 ``ftp://example.com/repo/foo`` はそのホストの ``/repo/foo``
-ディレクトリを意味しています。(「通常」といっているのは、Apacheの
-ようないくつかのサーバーソフトウェアはURLを任意の場所にリマップ
-できるからです。この場合はサーバーの設定ファイルを確認して、
-どのURLがどのディレクトリを参照しているかを探さないといけないでしょう)
-
-サーバー上の自分のホームディレクトリからの相対パスを使うには、チルダを
-使います。たとえば ``bzr+ssh://example.com/~/public_html`` と書くと、
-ホームディレクトリの中の ``public_html`` ディレクトリにマップされます。
-
-.. note:: HTTP や HTTPS ごしのアクセスはデフォルトでは読み込み専用です。
-   読み書き両方に対応するための設定については、
-   `HTTP スマートサーバーごしの push <http_smart_server.html#pushing-over-the-http-smart-server>`_
-   を参照してください。
-
-.. _a-reminder-about-shared-repositories:
-
-共用レポジトリに関するリマインダ
----------------------------------
-
-ブランチのコピーを手に入れる前に、ファイルシステム上に設置する場所を少し考えて\
-みましょう。
-最大限のストレージの効率性のために、共用リポジトリとしてセットアップされた\
-ディレクトリの元でブランチを作ることを推奨します。
-(よく使われるレイアウトについては、 `作業スペースを構成する
-<organizing_your_workspace.html>`_ の中の `ブランチの機能
-<organizing_your_workspace.html#feature-branches>`_
-を参照してください)
-たとえば::
-
-  bzr init-repo my-repo
-  cd my-repo
-
-誰からでもブランチを入手して好きなようにする準備ができました。
-
-ブランチのコマンド
--------------------
-
-既存のブランチに基づいたブランチを手に入れるためには、 ``branch``
-コマンドを使用してください。構文は次のとおりです::
-
-  bzr branch URL [directory]
-
-ディレクトリの名前が渡されない場合、URLの最後の部分に基づいてディレクトリが作成されます。
-ドライブ名 (M:/) とSFTPのURLを示すそれぞれの例は次のとおりです::
-
-  bzr branch M:/cool-trunk
-  bzr branch sftp://bill@mary-laptop/cool-repo/cool-trunk
-
-新しいブランチを使うために明示的にディレクトリの名前を渡す例は次のとおりです::
-
-  bzr branch /home/mary/cool-repo/cool-trunk cool
-
-時間とスペースへの考慮
------------------------
-
-転送されるブランチのサイズと コンピュータとソースのブランチの間のネットワーク帯域と
-レイテンシによっては、この初期の転送は少し時間がかかります。
-その後の更新は変更のみが転送されるので遙かに速くなります。
-
-Bazaarは最新のスナップショットではなくブランチの完全な履歴を転送することを覚えておいてください。
-結果として、 ``branch`` を完了させた後でネットワークから離脱しても、
-ブランチの履歴に対して ``log`` と ``diff`` を好きなだけ行うことができます。
-さらに、履歴がローカルで保存されているのでこれらのオペレーションは速いです。
-
-Bazaarはバージョンの履歴を保存するために求められるディスクスペースの総量を\
-最小限にするスマートな圧縮技術を使うことに注意してください。
-多くの場合、プロジェクトの完全な履歴は最新バージョンの作業コピーよりも少ない\
-ディスクスペースを占めます。
-
-後の章で説明するように、Bazaarはブランチの軽量チェックアウト、
-すなわち履歴のローカルなストレージなしの作業ツリーもサポートします。
-もちろん、接続しない使い方は利用できませんが、ローカルディスクスペースが\
-本当に厳しいのであればそれはあなたが決めることができるトレードオフです。
-現在、制限された履歴の振り返りのためのサポート - *履歴の水平線(history horizon)* -
-は開発段階にあります。
-
-ブランチの情報を閲覧する
--------------------------
-
-配布元も含むブランチの情報を見たいのであれば、 ``info`` コマンドを使います::
-
-  bzr info cool
-
-ブランチが引数として渡されなければ、現在のブランチの情報が表示されます。

=== removed file 'doc/ja/user-guide/browsing_history.txt'
--- old/doc/ja/user-guide/browsing_history.txt	2009-10-29 10:01:19 +0000
+++ new/doc/ja/user-guide/browsing_history.txt	1970-01-01 00:00:00 +0000
@@ -1,93 +0,0 @@
-履歴を閲覧する
-================
-
-bzr log
--------
-
-``bzr log`` コマンドは以前のリビジョンの一覧を表示します。
-
-``bzr diff`` と同じように, ``bzr log`` は ``-r`` の引数をサポートします::
-
-    % bzr log -r 1000..          # リビジョン1000とその後のすべて
-    % bzr log -r ..1000          # r1000とそれまでのすべて
-    % bzr log -r 1000..1100      # 1000から1100までの変更
-    % bzr log -r 1000            # リビジョン1000のみの変更
-
-マージされたリビジョンを見る
-------------------------------
-
-Bazaarのような分散型のVCSは集中型のVCSツールよりもマージが非常に簡単なので、
-ブランチの履歴は、メインラインから分離してその後メインラインにマージされる\
-ようなラインを含むことがあります。
-技術的には、無数のリビジョンノード間の関係は無閉路有向グラフ(Directed Acyclic Graph: DAG)として知られます。
-
-多くの場合、まずはメインラインを見てそのあとに別のラインを見たいものです。
-そのため、log のデフォルトの動作はメインラインを表示して、マージされた\
-リビジョンがあるある場所を指示します。::
-
-  bzr log -n0 -rX
-
-全てのリビジョンと全てのマージされたリビジョンを見る場合は::
-
-  bzr log -n0
-
--n オプションは表示するレベルを意味し、0の場合は全てを意味することに注意してください。
-もしそれがゴミゴミしているなら、値を変更して調整することが容易にできます。
-たとえば、もしあなたのプロジェクトがトップレベルのgatekeeperがチームレベルのgatekeeperからマージするように構成されている場合、\
-``bzr log`` はトップレベルgatekeeperの履歴だけを表示し、 ``bzr log -n2``
-はチームのgatekeeperの履歴を表示します。
-しかし、ほとんどの場合においては ``-n0`` で十分でしょう。
-
-
-出力をチューニングする
------------------------
-
-``log`` コマンドは出力を調整するために便利ないくつかのオプションを持ちます。次のものが含まれます:
-
- * ``--forward`` はログを年代順で表します。
-    すなわち最新のリビジョンが最後に表示されます。
-
- * ``--limit`` オプションは表示されるリビジョンの最大数を制御します。
-
-出力の調整方法の詳しい情報に関してはユーザーリファレンスのlogコマンドのオンラインヘルプを参照してください。
-
-ファイルの履歴を閲覧する
--------------------------
-
-特定のファイルのみに適用されるように履歴をフィルタリングすることが便利であることがよくあります。
-これを行うためには、ファイルの名前を ``log`` コマンドに提供します::
-
-  bzr log foo.py
-
-古いバージョンのファイルを閲覧する
------------------------------------
-
-指定されたバージョンでファイルの内容を取得するには、次のように ``cat`` コマンドを使います::
-
-  bzr cat -r X file
-
-``X`` はリビジョンの識別子で ``file`` はファイルの名前です。
-これは出力を標準出力ストリームに送信しますので、次のように\
-閲覧ツール( ``less`` や ``more`` など)に出力をパイプで渡すか\
-リダイレクトするといいでしょう::
-
-  bzr cat -r -2 foo.py | less
-  bzr cat -r 1 foo.py > /tmp/foo-1st-version.py
-
-グラフィカルな履歴ビューワ
-----------------------------
-
-履歴のブラウジングはGUIツールが人生を本当に楽にしてくれる領域です。
-QBzrとbzr-gtkを含めてこの機能を提供するBazaarのプラグインがたくさんあります。
-これらがまだインストールされていなければ `プラグインを利用する <plugins.html>`_ で詳細なインストール方法をご覧ください。
-
-QBzrからグラフィカルビューワを使うには::
-
-  bzr qlog
-
-bzr-gtkからグラフィカルビューワを使うためには::
-
-  bzr viz
-
-``viz`` は実際には ``visualize`` の組み込みのエイリアスなので望むのであれば長い方のコマンド名を使います。
-

=== removed file 'doc/ja/user-guide/bug_trackers.txt'
--- old/doc/ja/user-guide/bug_trackers.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/user-guide/bug_trackers.txt	1970-01-01 00:00:00 +0000
@@ -1,49 +0,0 @@
-バグトラッカー
-===============
-
-Bazaarにはコミットをプロジェクトのバグトラッカーのバグに関連づけできる機能があります。
-コミットとバグの間のハイパーリンクを生成する、もしくはコミットを含むブランチで閉じた\
-バグを自動的にマークするために、他のツール (もしくはフック) はこの情報を使うことができます。
-
-コミットとバグを関連付ける
----------------------------
-
-コミットを行うとき、 ``commit`` の ``--fixes`` オプションを利用することでバグと関連付けることができます。例です::
-
-    $ bzr commit --fixes lp:12345 -m "Properly close the connection"
-
-このコマンドの実行によってコミットとLaunchpdのバグ12345とリンクするBazaarのメタデータが記録されます。
-異なるバグトラッカーを使う場合、( ``lp`` の代わりに) 独自のトラッカーコードを渡して代わりに使うことができます。
-Bugzilla、Trac、Roundupとその他のバグ/問題トラッカーに対してこれを設定する方法の詳細に関しては、
-Bazaarユーザーリファレンスの `バグトラッカーの設定`_ を参照してください。
-
-.. _バグトラッカーの設定: ../user-reference/index.html#bug-tracker-settings
-
-メタデータの記録 vs バグトラッカーの更新
-------------------------------------------
-
-コミット時に修正されたバグに関するメタデータの記録は完全なバグトラッカーの統合機能の中で唯一必要なものです。
-Bazaarは分散型VCSなので、ユーザーがオフラインでコミットしているためバグトラッカー自身へのアクセスが不可能な場合があります。
-代わりに、プロジェクトのワークフローに適切な中心位置に変更をpushするとき、\
-バグトラッカーを更新するためにフックをインストールすることが推奨されます。
-
-注: この2番目の処理段階はLaunchpadの外部もしくはホストされているブランチがスキャンされるときに
-Launchpadによって提供される統合機能の一部です。
-
-訂正をする
------------
-
-リビジョンとバグを関連付けるこの方法にはいくつかの制限があります。
-最初のものは関連づけはコミット時のみにしかできないことです。
-このことは、コミットするもしくは修正した後でバグが報告することを忘れた場合、
-一般的に後から差し戻してリンクを追加できないことを意味します。
-
-これに関連したことは関連づけは不変であるという事実です。
-バグがあるコミットによって修正されたものとしてマークされたが、リビジョンがバグを十分に解決しない、
-もしくは後で回帰がある場合、差し戻してリンクを削除できません。
-
-もちろん、正しいオプションで行うために最新コミットをアンドゥする ``bzr uncommit`` が常に使われます。
-これは正しくないコミットメッセージを訂正するためによく行われ、(たとえば ``--fixes`` を通した)最新コミットに
-記録されたメタデータを訂正するために等しく当てはまります。
-
-注: 正しくないリビジョンが公開される前に ``uncommit`` を行うのがベストです。

=== removed file 'doc/ja/user-guide/bzrtools_plugin.txt'
--- old/doc/ja/user-guide/bzrtools_plugin.txt	2010-08-13 19:08:57 +0000
+++ new/doc/ja/user-guide/bzrtools_plugin.txt	1970-01-01 00:00:00 +0000
@@ -1,32 +0,0 @@
-BzrTools
-========
-
-概要
------
-
-BzrToolsは便利なBazaar強化機能のコレクションです。
-インストールの手引きに関しては、BzrToolsのホームページを参照してください:
-http://wiki.bazaar.canonical.com/BzrTools.
-よく使われるコマンドのサンプルは下記のとおりです。
-
-
-shell
------
-
-``bzr shell`` はBazaarのコマンドを理解する以上のことを行うコマンドインタープリタを起動します。
-これはいくつかの利点を持ちます:
-
- * すべてのコマンドの冒頭で ``bzr`` を入力する必要が無くなります。
-
- * インテリジェントな自動入力補完が提供されます。
-
- * Bazaarのライブラリを毎回ロードする必要がないのでコマンドは少し速く動作します。
-
-
-cdiff
------
-
-``bzr cdiff`` は GNU/Linux、UNIXとOS Xで ``bzr diff`` の出力の色つきバージョンを提供します。
-次のようによく使われます::
-
-  bzr cdiff | less -R

=== removed file 'doc/ja/user-guide/central_intro.txt'
--- old/doc/ja/user-guide/central_intro.txt	2009-10-29 10:01:19 +0000
+++ new/doc/ja/user-guide/central_intro.txt	1970-01-01 00:00:00 +0000
@@ -1,32 +0,0 @@
-集中型の開発
-=============
-
-動機
------
-
-並行して作業をして時折マージするよりも、ロックステップ、\
-すなわち複数の人が継続して変更を中心位置にコミットして\
-すべてのコミットの前に彼らの作業内容を最新の内容にマージすること、\
-で一度に作業をすることは有用であることがあります。
-
-このワークフローはSubversionとCVSのような集中型のVCSツールのユーザーには\
-とても慣れ親しまれています。
-単独の開発者が複数のマシンに取り組む場合にも応用できます。たとえば、\
-通常はデスクトップで作業をするが旅行の間はラップトップ、\
-もしくは(インターネットに接続した)ホームコンピュータで\
-勤務時間外に事務作業を完了させるといった具合です。
-
-あなたのチームがすでに集中型の開発でうまくいっているのであれば、それは\
-素晴らしいことです。
-多くのチームはこの方法でBazaarを使い始め、後で代替のワークフローを実験します。
-
-集中型のワークフロー
----------------------
-
-下記のダイアグラムは *集中型のワークフロー* の概要を提供します。
-
-.. image:: images/workflows_centralized.png
-
-あなたのチームがより分散型のワークフローを利用することを計画しているとしても、
-この章でカバーされる多くのタスクは、とりわけブランチを公開する方法に関して\
-あなたにとって有用です。

=== removed file 'doc/ja/user-guide/configuring_bazaar.txt'
--- old/doc/ja/user-guide/configuring_bazaar.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/user-guide/configuring_bazaar.txt	1970-01-01 00:00:00 +0000
@@ -1,187 +0,0 @@
-Bazaarを設定する
-==================
-
-Bazaarにあなたの名前を教える
------------------------------
-
-バージョン管理システムの機能の1つは誰が何を変更したのかを追跡することです。
-分散型のシステムでは、その機能を実現するためにグローバルにユニークな\
-それぞれの著者のための識別子が必要です。
-大抵の人はそれらの1つを持っています: Eメールアドレスです。
-Bazaarはあなたのユーザー名とホスト名を探し出してEメールアドレスを自動的に\
-生成します。
-Bazaarが行う推測を望まないのであれば、あなたが望む識別子を設定するために
-``whoami`` コマンドを使います::
-
-    % bzr whoami "Your Name <email@example.com>"
-
-``whoami`` は引数なしで使われると、現在の値が表示されます。
-
-
-.. Using a network proxy
-
-ネットワークプロクシを使う
----------------------------
-
-ネットワークが外部への接続に HTTP プロクシを必要とする場合、
-``http_proxy`` という環境変数を設定しなければなりません。
-https 接続にもプロクシが必要なら、 ``https_proxy`` も設定しなければなりません。
-プロクシが必要なのにこれらの環境変数が設定されていない場合、
-Launchpad やその他の外部のサーバーへの接続ができなかったりタイムアウトしたりします。
-
-Unix では、たいていこれらの設定は ``/etc/environment`` か
-``~/.bash_profile`` に書いて、 Windows ではたいていユーザープロファイルで
-設定します。
-
-::
-
-  http_proxy=http://proxy.example.com:3128/
-  https_proxy=http://proxy.example.com:3128/
-
-The ``no_proxy`` variable can be set to a comma-separated list of hosts
-which shouldn't be reached by the proxy.  (See
-<http://docs.python.org/library/urllib.html> for more details.)
-
-``no_proxy`` という環境変数に、プロクシを利用しないで到達するホスト名の
-リストをカンマ区切りで設定できます。
-(詳細は <http://docs.python.org/library/urllib.html> を参照してください)
-
-
-.. Various ways to configure
-
-いろいろな設定方法
--------------------------
-
-上の例で示したように Bazaar を設定する方法はたくさんありますが、
-全てに共通している属性があります。オプションは全て以下のように
-なっています。
-
-- 名前は有効な Python の識別子です。
-
-- a value which is a string. In some cases, Bazaar will be able
-  to recognize special values like 'True', 'False' to infer a
-  boolean type, but basically, as a user, you will always specify
-  a value as a string.
-
-- 値は文字列です。いくつかの場面では、真偽値を得るために Bazaar は `True`,
-  `False` のような特別な値を認識しますが、基本的にはユーザーは値として
-  ただの文字列を渡します。
-
-オプションはコンテキストによってグループ化されており、オプション名は
-そのコンテキスト内ではユニークに識別することができます。
-必要な場合、オプションは設定ファイルに保存され永続化されます。
-
-
-設定ファイル
--------------
-
-設定ファイルは Unix の場合 ``$HOME/.bazaar`` に、 Windows の場合
-``C:\Documents and Settings\<username>\Application Data\Bazaar\2.0`` にあります。
-この場所には3つの主要な設定ファイルがあります:
-
-* ``bazaar.conf`` はデフォルトの設定オプションを記述します。
-
-* ``locations.conf`` は特定のブランチの位置を記述しますd
-
-* ``authentication.conf`` はリモートサーバーのためのクレデンシャルな情報を記述します
-
-それぞれのブランチも特定の値をそのブランチに設定する設定ファイルを含みます。
-このファイルはブランチの中の ``.bzr/branch/branch.conf`` で見つかります。
-このファイルは **ブランチのすべてのユーザー** に見えます。
-あなたに固有の設定を持つブランチのための値の1つを上書きしたいのであれば、
-``locations.conf`` でそれを行うことができます。
-
-``whoami`` コマンドを使用してEメールアドレスを設定した後の ``bazaar.conf`` の内容のサンプルは次のとおりです::
-
-  [DEFAULT]
-  email = Your Name <email@example.com>
-
-サポートされる構文と構成設定の詳細については、
-Bazaar のユーザーリファレンスの
-`構成設定 <../user-reference/index.html#configuration-settings>`_
-の項目を参照してください。
-
-
-.. Looking at the active configuration
-
-アクティブな設定を確認する
------------------------------------
-
-現在定義されている全てのオプションを確認するには、次のコマンドを実行します。 ::
-
-  bzr config
-
-``bzr`` は設定オプションをどこから取得するかを決定するためのいくつかのルールを
-持っています。
-
-現在のポリシーでは、以下の順序でマッチする定義を設定ファイルから探します。
-
-  * 最初に ``location.conf`` の中の、セクション名が場所(作業ツリー、ブランチ、
-    リモートブランチ)にマッチするセクションが探されます。
-
-  * 次に現在の ``branch.conf`` が探されます。
-
-  * 次に ``bazaar.conf`` が探されます。
-
-  * 最後に、いくつかのオプションはコード中で定義されたデフォルト値が設定され、
-    この設定は ``bzr config`` には表示されません。
-    (`構成設定 <../user-reference/index.html#configuration-settings>`_
-    を参照してください。)
-
-この動作は、 ``bzr config`` を引数なしで実行すると理解しやすいはずです。
-このコマンドを実行すると次のような表示をします。 ::
-
-  locations:
-    post_commit_to = commits@example.com
-    news_merge_files = NEWS
-  branch:
-    parent_location = bzr+ssh://bazaar.launchpad.net/+branch/bzr/
-    nickname = config-modify
-    push_location = bzr+ssh://bazaar.launchpad.net/~vila/bzr/config-modify/
-  bazaar:
-    debug_flags = hpss,
-
-各オプション定義のグループの前に表示されているスコープが、
-そのオプションを定義している構成設定ファイルを表しています。
-
-
-.. _modifying-the-active-configuration:
-
-有効な設定を変更する
-----------------------------------
-
-オプションに値を設定するには::
-
-  bzr config opt=value
-
-オプションの利用を止めるには::
-
-  bzr config --remove opt
-
-
-ルールベースのプリファレンス
------------------------------
-
-いくつかのコマンドとプラグインは特定のパターンにマッチするファイルのカスタムの処理機能を提供します。
-ユーザーごとにルールベースのプリファレンスが ``BZR_HOME/rules`` で定義されます。
-
-ルールが検索される検索方法と関連ファイルの詳細な構文に関する詳細については、
-Bazaarのユーザープリファレンスの `ルール <../user-reference/index.html#rules>`_
-の項目を参照してください。
-
-
-.. _escaping-command-lines:
-
-コマンドラインのエスケープ
---------------------------------
-
-設定ファイルの中にプログラム名やコマンドラインを記述する場合、特殊な文字や
-スペースをその中に含めるためにクォートすることができます。
-同じルールが全てのプラットフォームで有効です。
-
-そのルールとは、ダブルクォートで囲まれた文字列はスペースが含まれていたとしても
-1つの「語」として認識され、クォート文字をクォートの中に含めるためにバックスラッシュ
-(訳注: 日本語環境では多くの場合バックスラッシュではなく円記号(ASCII文字の0x5c)です)
-を使います。例えば::
-
-    BZR_EDITOR="C:\Program Files\My Editor\myeditor.exe"

=== removed file 'doc/ja/user-guide/controlling_registration.txt'
--- old/doc/ja/user-guide/controlling_registration.txt	2009-10-29 10:01:19 +0000
+++ new/doc/ja/user-guide/controlling_registration.txt	1970-01-01 00:00:00 +0000
@@ -1,91 +0,0 @@
-ファイルの登録を制御する
-=========================
-
-Bazaarは何を追跡するのか？
---------------------------
-
-前に説明したように、 ``bzr add`` は現在のディレクトリの元でBazaarがバージョン管理すべきだと考える
-すべてのものを見つけ登録します。登録するものは次のようなものになります:
-
- * ファイル
- * ディレクトリ
- * シンボリックリンク
-
-Bazaarは興味を持つファイルと興味を持たないファイルに関してデフォルトのルールを持ちます。
-後で説明される `ファイルを無視する`_ のようにこれらのルールを調整できます。
-
-他の多くのVCSツールとは異なり、Bazaarはディレクトリを第一級の項目として扱います。
-結果として、空のディレクトリは正しくサポートされます -
-ディレクトリが追跡されプロジェクトのエクスポートに含まれることを保証するために
-ディレクトリ内部にダミーファイルを作る必要はありません。
-
-シンボリックリンクに関しては、シンボリックリンクの値は追跡され、
-シンボリックリンクが指し示すものの内容は追跡されません。
-
-注: プロジェクトの中のプロジェクトを追跡するサポート機能 ("入れ子ツリー") は現在開発中です。
-この機能の開発を手伝うもしくはテストすることにご興味がありましたらBazaarの開発者に連絡して下さるようお願いします。
-
-登録を選ぶ
------------
-
-いくつかの事例において、登録したいものをBazaarに発見を任せるよりも明示的に指名したいことがあります。
-これを行うためには、パスを引数として ``add`` コマンドに提供します::
-
-  bzr add fileX dirY/
-
-ディレクトリを追加すると暗黙的にそのディレクトリの中の関心のあるすべてのものが追加されます。
-
-ファイルを無視する
--------------------
-
-エディタのバックアップ、オブジェクト、バイトコードのファイル、ビルドされたプログラムなど、
-多くのソースツリーはバージョン管理する必要のないファイルを含みます。
-単純にこれらを追加しないでおくと、これらは常に未知のファイルとして現れます。
-ツリーのトップでこれらを ``.bzrignore`` と呼ばれるファイルに追加することでBazaarにこれらのファイルを無視するように指示することもできます。
-
-このファイルは一行ごとにファイルのワイルドカード(もしくは "globs")の一覧を含みます。典型的な内容は次のとおりです::
-
-    *.o
-    *~
-    *.tmp
-    *.py[co]
-
-globがスラッシュを含む場合、ツリーのトップからのパス全体がマッチします;
-さもなければファイルの名前だけにマッチします。以前の例では
-すべてのサブディレクトリ内の ``.`` の拡張子を持つファイルが無視されますが、
-次の例ではトップレベルでは ``config.h`` だけと ``doc/`` の中のHTMLが無視されます::
-
-    ./config.h
-    doc/*.html
-
-どのファイルが無視され何のパターンにマッチするのかについての一覧表を得るためには、 ``bzr ignored`` を使います::
-
-    % bzr ignored
-    config.h                 ./config.h
-    configure.in~            *~
-
-無視するパターンがバージョン管理されていないファイルのみにマッチし、それらが"unknown"もしくは"ignored"として扱われるのかを制御します。
-ファイルが明示的に追加されると、無視するパターンにマッチするかに関わらずバージョン管理されたままです。
-
-``.bzrignore`` ファイルは通常はバージョン管理されるので、ブランチの新しいコピーは同じパターンを見ます::
-
-    % bzr add .bzrignore
-    % bzr commit -m "Add ignore patterns"
-
-``bzr ignore PATTERN`` コマンドはPATTERNを ``.bzrignore`` ファイルに手軽に追加するために使われます
-(必要でBazaarによって追跡するために登録する場合、作られます)。
-``.bzrignore`` ファイルを直接編集することでパターンの除去と修正が行われます。
-
-グローバルで無視する
----------------------
-
-プロジェクト固有のものではないが、ユーザー固有の無視されるファイルがいくつかあります。
-編集者用の一時ファイルもしくは個人の一時ファイルのようなものです。
-これらを無視するようにすべてのプロジェクトに追加するよりも、
-bzrは ``~/.bazaar/ignore`` の中でグローバルで無視するファイルをサポートします [#]_ 。
-これはプロジェクト単位で無視するファイルと同じ構文を持ちます。
-
-.. [#] Windowsにおいて、ユーザーの設定ファイルはアプリケーションデータディレクトリで見つかります。
-   ``~/.bazaar/branch.conf`` の代わりに、設定ファイルは次のように見つかります:
-   ``C:\Documents and Settings\<username>\Application Data\Bazaar\2.0\branch.conf``
-   同じことが ``locations.conf`` 、 ``ignore`` 、と ``plugins`` ディレクトリにも当てはまります。

=== removed file 'doc/ja/user-guide/core_concepts.txt'
--- old/doc/ja/user-guide/core_concepts.txt	2009-10-29 10:01:19 +0000
+++ new/doc/ja/user-guide/core_concepts.txt	1970-01-01 00:00:00 +0000
@@ -1,121 +0,0 @@
-コアの概念
-===========
-
-単純なユーザーモデル
----------------------
-
-Bazaarを使うために理解する必要のある概念は4つあります:
-
-* **リビジョン(Revision)** - 取り組むファイルのスナップショット
-
-* **作業ツリー(Working tree)** - バージョン管理されたファイルとサブディレクトリを含むディレクトリ
-
-* **ブランチ(Branch)** - ファイルの履歴を記述する、順序づけされたリビジョンの集合
-
-* **リポジトリ(Repository)**  - リビジョンの貯蔵場所
-
-それぞれを詳しく見てみましょう。
-
-リビジョン
------------
-
-リビジョンはファイルとディレクトリの内容と形を含むそれらのツリーの状態の **スナップショット** です。
-リビジョンはそれ自身に関連づけされたメタデータをいくつか含みます。メタデータには次のようなものが含まれます:
-
-* コミットした人
-* コミットした時間
-* コミットメッセージ
-* そのリビジョンの元になった親のリビジョン
-
-リビジョンは不変で、グローバルかつユニークに **リビジョンid (revision-id)** で識別できます。
-リビジョンidの例は次のとおりです::
-
- pqm@pqm.ubuntu.com-20071129184101-u9506rihe4zbzyyz
-
-リビジョンidはコミットする、もしくは他のシステムからインポートする時点で生成されます。
-リビジョンidは内部で利用するときや外部ツールとの統合に必要ですが、
-ブランチ固有の **リビジョン番号** (*revision numbers*)の方が人間に好まれるインタフェースに\
-なります。
-
-リビジョン番号は 1 や 42 や 2977.1.59 のようにドットで区切られた10進法の識別子で\
-ブランチに対するリビジョン番号のグラフを通してパスを追跡します。
-リビジョン番号は一般的にリビジョンidよりも短く、単独のブランチの範囲では
-それらの関係を理解するためにそれぞれを比較できます。
-たとえば、リビジョン10はリビジョン9の直後のメインライン(下記を参照)のリビジョンです。
-リビジョン番号はコマンドが実行されているときに生成されます。
-これらはブランチ内でどのリビジョンがチップ(すなわち最新のリビジョン)であるかに依存するからです。
-
-Bazaarで指定できるリビジョンとリビジョンの範囲のいくつかの方法に関しては、付録の
-`リビジョンを指定する <specifying_revisions.html>`_ を参照してください。
-リビジョンの番号付けの詳細に関しては `リビジョン番号を理解する <zen.html#understanding-revision-numbers>`_
-を参照してください。
-
-.. *TODO: add diagram*
-
-作業ツリー
-------------
-
-作業ツリー(working tree)は ユーザーが編集できるファイルを保持する
-*バージョン管理されたディレクトリ* です。
-作業ツリーは *ブランチ* に関連付けされます。
-
-多くのコマンドは作業ツリーをそれぞれの文脈で使います。
-たとえば、 ``commit`` コマンドは作業ツリーの中のファイルの\
-現在の内容を利用して新しいリビジョン番号を作ります。
-
-.. *TODO: add diagram*
-
-ブランチ
----------
-
-最もシンプルな場合、ブランチは *順序づけされた一連のリビジョン* です。
-最終リビジョンは *チップ(tip)* として知られます。
-
-ブランチは分かれたりその後再結合(*marged* back)されたりして、\
-グラフの形をとります。
-技術的にいえば、グラフは(親と子のリビジョンの間)の有行な関係を表し、\
-ループが存在しないので、 *directed acyclic graph* (DAG) として\
-言及されるかもしれません。
-
-この名前にギョッとするかもしれませんが、ご心配なく。
-覚えておくべき重要なことは次のとおりです:
-
-* DAGの範囲内での開発の主要なラインは *メインライン(mineline)*,
-  *トランク(trunk)*, もしくは単に *左側(left hand side: LHS)* と呼ばれます。
-
-* ブランチはメインラインではない開発ラインを持つことがあります。
-  そのとき、別のラインはある時点で始まり別の時点で終わります。
-
-.. *TODO: add diagram*
-
-レポジトリ
------------
-
-レポジトリはシンプルにいえば *リビジョンの保管場所* です。
-最もシンプルな事例では、それぞれのブランチが独自のレポジトリを持ちます。\
-別の事例では、ディスクの使用量を最適化するためにブランチに対してレポジトリを\
-共用しています。
-
-.. *TODO: add diagram*
-
-概念をまとめる
----------------
-
-上記の概念を把握したら、Bazaarのさまざまな使い方が理解しやすくなります。
-Bazaarの最もシンプルな使い方は *スタンドアロンツリー(standalone tree)* で、\
-これは1つの位置に作業ツリー、ブランチとレポジトリのすべてが含まれます。
-他のよくあるシナリオには次のようなものがあります:
-
-* `共用リポジトリ(shared branch) <branching_a_project.html#a-reminder-about-shared-repositories>`_
-  - 作業ツリーとブランチは同じディレクトリにありますが、リポジトリは高い階層の\
-  ディレクトリに存在します。
-
-* `スタックブランチ(stacked branch) <stacked.html>`_
-  - 親のリポジトリと共通なリビジョンは親のリポジトリのものを利用することで、
-  ブランチはユニークなリビジョンだけを保存します。
-
-* `軽量チェックアウト(lightweight checkout) <using_checkouts.html#getting-a-lightweight-checkout>`_
-  - 作業ツリーとは別の場所にブランチが保存されます。
-
-Bazaarを使う最良の方法は、あなたのニーズ次第です。
-次に共通のワークフローを見てみましょう。

=== removed file 'doc/ja/user-guide/distributed_intro.txt'
--- old/doc/ja/user-guide/distributed_intro.txt	2009-10-29 10:01:19 +0000
+++ new/doc/ja/user-guide/distributed_intro.txt	1970-01-01 00:00:00 +0000
@@ -1,24 +0,0 @@
-分散型の開発
-=============
-
-動機
-----
-
-分散型のVCSツールは共同作業の新しい方法を提供します。
-これは私達が生きる現代の世界をより反映したものでより高い品質の\
-成果を可能にします。
-
-分散型の共用のメインラインのワークフロー
------------------------------------------
-
-このワークフローにおいて、それぞれの開発者は1つもしくは複数の\
-独自のブランチに加えて、メインブランチのチェックアウトを持ちます。
-開発者は個人のブランチに取り組み、準備ができたら、それをメインラインに\
-マージします。
-
-.. image:: images/workflows_shared.png
-
-他の分散型のワークフローはこの章の後ろの方で検討します。
-
-..
-   vim: tw=74 ft=rst

=== removed file 'doc/ja/user-guide/entering_commands.txt'
--- old/doc/ja/user-guide/entering_commands.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/user-guide/entering_commands.txt	1970-01-01 00:00:00 +0000
@@ -1,36 +0,0 @@
-コマンドを入力する
-===================
-
-ユーザーインターフェイス
--------------------------
-
-Bazaarに対して利用可能な数多くのユーザーインターフェイスが存在します。
-コアパッケージは **bzr** と呼ばれるコマンドラインツールを提供し
-グラフィカルユーザーインターフェイス(GUI)はプラグインとして利用できます。
-
-bzrを使う
----------
-
-構文は次のとおりです::
-
-  bzr [グローバルオプション] command [オプションと引数]
-
-グローバルオプションはBazaarの動作方法に影響を与え ``command`` の前後に現れます。コマンド特有のオプションはコマンドの後で指定しなければなりませんが、コマンド固有の引数の前後と間で指定することができます。
-
-共通のオプション
------------------
-
-下記で示されるいくつかのオプションはすべてのコマンドに対して有効です。
-
-  ==========  =========  =================
-  短い形式    長い形式   説明
-  ==========  =========  =================
-  -h          --help     get help
-  -v          --verbose  be more verbose
-  -q          --quiet    be more quiet
-  ==========  =========  =================
-
-Quietモードはエラーと警告のみを表示します。これはスクリプトで使う際に便利です。
-
-注: 大抵のコマンドは1つのレベルの冗長性だけをサポートします。今後これは変更されるかもしれません。 
-高度な冗長性を求めるためには、-vオプションを複数回指定するだけです。

=== removed file 'doc/ja/user-guide/filtered_views.txt'
--- old/doc/ja/user-guide/filtered_views.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/user-guide/filtered_views.txt	1970-01-01 00:00:00 +0000
@@ -1,162 +0,0 @@
-Filtered views
-==============
-
-Filtered view の紹介
---------------------------
-
-Viewはtreeに対するマスクを提供し、ユーザーはtreeの一部分に集中できる\
-ようになります。
-このマスキングが役に立ついくつかの場面があります。たとえば、大きな\
-プロジェクトの技術ライターやテスターはプロジェクトのうち一部のディレクトリ\
-やファイルだけを扱います。
-
-開発者は大規模な変更をviewを使っていくつかのコミットに分解したいと思う\
-かもしれません。 ``shelve`` ``unshelve`` がいくつかの変更を後のコミットまで\
-とっておくのに対して、viewは次のコミットに(何を含めないかではなく)何を\
-含めるかを指定します。
-
-viewを作った後は、ファイルリストをサポートするコマンド - status,
-diff, commit, etc - に暗黙的に毎回そのファイルリストが渡されます。
-それらのコマンドに明示的にファイルリストを渡すことも可能ですが、\
-指名するファイルは現在のviewの中にないといけません。
-対照的に、ツリーを対象とするコマンド - pull, merge, update, etc -
-はviewが作られた後もツリー全体に対して操作しますが、現在のviewに\
-関係するもののみを報告します。
-どちらのケースでも、Bazaarはユーザーに毎回viewが使われていることを\
-報告するので、操作や出力がマスクされていることが判ります。
-
-ノート: filtered view は 2a フォーマット(Bazaar 2.0 以降でデフォルトの
-フォーマット)でのみ有効です。
-
-
-view を作る
----------------
-
-次のように, ``view`` コマンドにファイルやディレクトリを指定することで\
-viewを作ります::
-
-  bzr view file1 file2 dir1 ...
-
-出力は::
-
-  Using 'my' view: file1, file2, dir1
-
-
-現在のviewをリストする
-------------------------
-
-現在のviewを見るには、 ``view`` コマンドに引数をつけないで実行します::
-
-  bzr view
-
-もしviewが無ければ、 ``No current view.`` というメッセージが出力されるでしょう。
-そうでなければ、現在のviewの名前と内容が次のように表示されます::
-
-  'my' view is: a, b, c
-
-
-viewを切り替える
------------------------
-
-ほとんどの場合、viewは「変更を選択するために作られて、\
-変更がコミットされると削除される」という具合に短い期間で使われます。
-それ以外の場合では、viewに名前をつけてそれを切り替えたい場合がある\
-かもしれません。
-
-名前つきviewを宣言してそれに切り替えるには::
-
-    bzr view --name view-name file1 dir1 ...
-
-たとえば::
-
-  bzr view --name doc NEWS doc/
-  Using doc view: NEWS, doc/
-
-名前つきviewを見るには::
-
-  bzr view --name view-name
-
-名前つきviewに切り替えるには::
-
-  bzr view --switch view-name
-
-全ての名前つきviewの一覧を得るには::
-
-  bzr view --all
-
-
-一時的にviewを無効にする
-----------------------------
-
-現在のviewを削除せずに無効にしたい場合、 ``off`` という名前の仮想viewに\
-切り替えることができます。これは、ツリー全体を一つか二つのコマンドで操作する\
-必要があり(例: merge)、しかしその後に元のviewに戻りたい場合に便利です。
-
-現在のviewを削除せずに無効にするには::
-
-  bzr view --switch off
-
-ツリー全体に対する操作が終わったら、元のviewの名前を指定して戻ることが\
-できます。たとえば、デフォルトの名前が使われて他のであれば::
-
-  bzr view --switch my
-
-
-viewを削除する
---------------
-
-現在のviewを削除するには::
-
-  bzr view --delete
-
-名前つきviewを削除するには::
-
-  bzr view --name view-name --delete
-
-全てのviewを削除するには::
-
-  bzr view --delete --all
-
-
-注意点
----------------------
-
-view を定義しても作業ツリー内のほかのファイルを削除するわけでは\
-ありません。単に作業ツリーに対する "レンズ" を提供するだけです。
-
-view は作業ツリーのメタデータとして保存されます。pull, push, update
-といったブランチコマンドを使っても他の作業ツリーに伝播しません。
-
-view はファイルパスの形で定義されます。もしview内のファイルをview外に
-移動したのであれば、view はそのファイルを追跡しません。
-たとえば、viewが ``doc/`` と定義されていて ``doc/NEWS`` を ``NEWS``
-に移動しても view は ``doc/`` に定義されたままで、 ``doc/`` と ``NEWS``
-のように変更されたりはしません。同じように、view内のファイルを削除しても\
-viewからはそのファイルパスは削除されません。
-
-
-現在のviewを利用するコマンドは:
-
-* status
-* diff
-* commit
-* add
-* remove
-* revert
-* mv
-* ls
-
-ツリー全体に対する操作だけれども現在のviewの中だけを報告するコマンドは:
-
-* pull
-* update
-* merge.
-
-現在のところ、多くのコマンドがviewを無視します。ニーズがある\
-コマンドから徐々に上の対応リストに追加されていくでしょう。
-いくつかのコマンドは全体図を見るのがより適しているために、\
-viewを無視したままになるでしょう。このタイプのコマンドには\
-次のものがあります:
-
-* log
-* info

=== removed file 'doc/ja/user-guide/getting_help.txt'
--- old/doc/ja/user-guide/getting_help.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/user-guide/getting_help.txt	1970-01-01 00:00:00 +0000
@@ -1,22 +0,0 @@
-helpを表示する
-==============
-
-Bazaar は組み込みのオンラインヘルプシステムを搭載していて、
-次のコマンドでアクセスできます。 ::
-
-   bzr help
-
-help コマンドで、コマンドやコマンド以外のトピックに着いて調べることができます。
-それぞれのヘルプの一覧を見るには次のようにします。 ::
-
-  bzr help commands
-  bzr help topics
-
-特定のコマンドのヘルプを見るには、次の２つの形式を使うことができます。 ::
-
-  bzr help status
-  bzr status --help
-
-ヘルプを検索するもしくは大きなドキュメントとして読みたい場合、
-情報はBazaarのユーザーリファレンスでも手に入ります。
-

=== removed file 'doc/ja/user-guide/hooks.txt'
--- old/doc/ja/user-guide/hooks.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/user-guide/hooks.txt	1970-01-01 00:00:00 +0000
@@ -1,125 +0,0 @@
-フックを利用する
-================
-
-フックとは？
-------------
-
-Bazaarのふるまいをカスタマイズする1つの方法は *フック(hook)* です。
-フックによって特定のBazaarの特定のオペレーションの前後でアクションを実行できます。
-オペレーションは ``commit``, ``push``, ``pull`` と ``uncommit`` を含みます。
-フックとパラメータの完全なリストに関しては、ユーザーリファレンスの
-`フック <../user-reference/index.html#hooks>`_ を参照してください。
-
-大抵のフックはクライアントで実行されますが、サーバーで実行されるものもわずかに
-あります。
-(サーバーサイドのオペレーションの特殊なケースを扱うものは
-`push-and-update plugin`_ も参照。)
-
-.. _push-and-update plugin: http://doc.bazaar.canonical.com/plugins/en/push-and-update-plugin.html
-
-
-フックを使用する
------------------
-
-フックを使用するには、 `プラグインを書きます`_ 。
-新しいコマンドを作成する代わりに、このプラグインはフックを定義してインストールします。例です::
-
-    from bzrlib import branch
-
-
-    def post_push_hook(push_result):
-        print "The new revno is %d" % push_result.new_revno
-
-
-    branch.Branch.hooks.install_named_hook('post_push', post_push_hook,
-                                     'My post_push hook')
-
-.. _プラグインを書きます: http://doc.bazaar.canonical.com/plugins/en/plugin-development.html
-
-この例を使用するには、 ``push_hook.py`` という名前のファイルを作り
-``plugins`` サブディレクトリに設置します。
-(プラグインをインストールしていなければ、 ``plugins`` ディレクトリを作る必要があります)。
-
-以上です！次回にpushすると、"The new revno is..."が表示されます。
-もちろん、Pythonのフルパワーを思いとおりにできるので、フックはこれよりもはるかに手が込んでいます。
-これでフックの使い方を理解したので、それらで何をするかはあなたしだいです。
-
-プラグインのコードは2つのことを行います。
-最初に、これは ``push`` が完了した後に実行する関数を定義します。
-(代わりにインスタンスメソッドもしくは呼び出し可能なオブジェクトを使用することもできます。)
-すべてのpushフックは単独の引数 ``push_result`` をとります。
-
-2番目に、プラグインはフックをインストールします。
-最初の引数 ``'post_push'`` はフックがインストールされている場所を特定します。
-2番目の引数はフック自身です。3番目の引数は ``'My post_push hook'`` という名前で、
-これは進行メッセージとエラーメッセージで使用されます。
-
-To reduce the start-up time of Bazaar it is also possible to "lazily" install hooks,
-using the ``bzrlib.hooks.install_lazy_named_hook`` function. This removes the need
-to load the module that contains the hook point just to install the hook. Here's lazy
-version of the example above:
-
-Bazaar のスタートアップ時間を短縮するために、フックを "遅延" インストールすることができます。
-遅延インストールには ``bzrlib.hooks.install_lazy_named_hook`` 関数を使います。
-遅延インストールを使えば、フックをインストールするためだけにフックポイントを含むモジュールを
-ロードする必要がなくなります。
-次の例は、上の例の遅延バージョンです。 ::
-
-    from bzrlib import hooks
-
-    def post_push_hook(push_result):
-        print "The new revno is %d" % push_result.new_revno
-
-
-    hooks.install_lazy_named_hook('bzrlib.branch', 'Branch.hooks',
-        'post_push', post_push_hook, 'My post_push hook')
-
-
-フックをデバッグする
----------------------
-
-インストールされたフックの一覧 (と、利用可能なフックポイントの一覧) を表示するには、
-隠しコマンドである ``hooks`` コマンドを使います::
-
-    bzr hooks
-
-
-例: マージプラグイン
------------------------
-
-次の例は ``Merger.merge_file_content`` フックのデモのための、完全なプラグインです。
-このプラグインは、 ``*.xml`` の名前のファイルに対する全てのマージに着いて、
-Bazaar がそのマージがクリーンだと判断しても必ず「衝突」状態にします。
-
-``merge_xml.py``::
-
-  """Custom 'merge' logic for *.xml files.
-  
-  Always conflicts if both branches have changed the file.
-  """
-  
-  from bzrlib.merge import PerFileMerger, Merger
-  
-  def merge_xml_files_hook(merger):
-      """Hook to merge *.xml files"""
-      return AlwaysConflictXMLMerger(merger)
-  
-  class AlwaysConflictXMLMerger(PerFileMerger):
-  
-      def file_matches(self, params):
-          filename = self.get_filename(params, self.merger.this_tree)
-          return filename.endswith('.xml')
-  
-      def merge_matching(self, params):
-          return 'conflicted', params.this_lines
-  
-  Merger.hooks.install_named_hook(
-      'merge_file_content', merge_xml_files_hook, '*.xml file merge')
-
-``merge_file_content`` hooks are executed for each file to be merged.  For
-a more a complex example look at the ``news_merge`` plugin that's bundled with
-Bazaar in the ``bzrlib/plugins`` directory.
-
-``merge_file_content`` フックは各ファイルがマージされるたびに呼ばれます。
-もっと複雑な例として、 Bazaar の ``bzrlib/plugins`` ディレクトリに同梱されている
-``news_merge`` プラグインも参照してください。

=== removed file 'doc/ja/user-guide/http_smart_server.txt'
--- old/doc/ja/user-guide/http_smart_server.txt	2012-10-13 15:05:46 +0000
+++ new/doc/ja/user-guide/http_smart_server.txt	1970-01-01 00:00:00 +0000
@@ -1,295 +0,0 @@
-Apache を使って Bazaar サーバーをたてる
-=========================================
-
-このドキュメントでは、 Apache 2.0 と FastCGI, mod_python, mod_wsgi の
-どれかを利用して Bazaar の HTTP スマートサーバーをセットアップする方法を
-説明します。
-
-スマートサーバーに関する詳細な情報とそれを設定する他の方法に関しては、
-`スマートサーバーのドキュメント <server.html>`_ を参照してください。
-
-例
----
-
-プレーンなHTTPで `/srv/example.com/www/code` を `http://example.com/code/...` として
-すでに公開しているとします。これはbzrのブランチと `/srv/example.com/www/code/branch-one`
-と `/srv/example.com/www/code/my-repo/branch-two` のようなディレクトリを含みます。
-既存のHTTP形式のアクセス権限に加えてリードオンリーのスマートサーバーのアクセス権限を
-これらのディレクトリに提供したい場合を考えます。
-
-Apache 2.0を設定する
---------------------
-
-FastCGI
-~~~~~~~
-
-最初に、mod_fastcgiを設定します。たとえば次の行をhttpd.confに追加します::
-
-    LoadModule fastcgi_module /usr/lib/apache2/modules/mod_fastcgi.so
-    FastCgiIpcDir /var/lib/apache2/fastcgi
-    
-我々の例では、`http://example.com/code` で `/srv/example.com/www/code` をすでに提供しているので
-既存のApacheの設定は次のようになります::
-
-    Alias /code /srv/example.com/www/code
-    <Directory /srv/example.com/www/code>
-        Options Indexes
-        # ...
-    </Directory>
-
-.bzr/smartの形式で終わるURLに対するすべてのリクエストを扱うために
-次のように変更する必要があります::
-
-    Alias /code /srv/example.com/www/code
-    <Directory /srv/example.com/www/code>
-        Options Indexes FollowSymLinks
-        RewriteEngine On
-        RewriteBase /code
-        RewriteRule ^(.*/)?\.bzr/smart$ /srv/example.com/scripts/bzr-smart.fcgi
-    </Directory>
-    
-    # bzr-smart.fcgiはDocumentRootの元に存在しないので、実行されるように
-    # AliasはこれをURLの名前空間のエイリアスにする。
-    Alias /srv/example.com/scripts/bzr-smart.fcgi /srv/example.com/scripts/bzr-smart.fcgi
-    <Directory /srv/example.com/scripts>
-        Options ExecCGI
-        <Files bzr-smart.fcgi>
-            SetHandler fastcgi-script
-        </Files>
-    </Directory>
-    
-この設定はFastCGIを通して `/code` 内部の `/.bzr/smart` で終わるURLに対する
-Bazaarのスマートサーバーへのリクエストを扱うようにApacheに指示します。
-
-詳細な情報は mod_rewrite_ と mod_fastcgi_ のドキュメントを参照してください。
-
-.. _mod_rewrite: http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html
-.. _mod_fastcgi: http://www.fastcgi.com/mod_fastcgi/docs/mod_fastcgi.html
-
-mod_python
-~~~~~~~~~~
-
-最初に、次のようなコードを httpd.conf に追加して mod_python を設定します::
-
-    LoadModule python_module /usr/lib/apache2/modules/mod_python.so
-
-FastCGI と同じ方法で mod_rewrite を用いて書き換えルールを定義します::
-
-    RewriteRule ^(.*/)?\.bzr/smart$ /srv/example.com/scripts/bzr-smart.fcgi
-
-変更は次のようになります::
-
-    RewriteRule ^(.*/)?\.bzr/smart$ /srv/example.com/scripts/bzr-smart.py
-
-mod_fastcgi のように、スクリプトがどのように扱われるのかも定義します::
-
-    Alias /srv/example.com/scripts/bzr-smart.py /srv/example.com/scripts/bzr-smart.py
-    <Directory /srv/example.com/scripts>
-        <Files bzr-smart.py>
-            PythonPath "sys.path+['/srv/example.com/scripts']"
-            AddHandler python-program .py
-            PythonHandler bzr-smart::handler
-        </Files>
-    </Directory>
-
-この設定は mod_python を通して `/code` 内部の `/.bzr/smart` で終わるURLに対するリクエストを
-Bazaar のスマートサーバーに渡すように指示します。
-
-注: bzrlib が PATH の中に存在しない場合、次の行を変更する必要があります::
-
-            PythonPath "sys.path+['/srv/example.com/scripts']"
-
-変更後は次のようになります::
-
-            PythonPath "['/path/to/bzr']+sys.path+['/srv/example.com/scripts']"
-
-
-詳細な情報は mod_python_ のドキュメントを参照してください。
-
-.. _mod_python: http://www.modpython.org/
-
-
-mod_wsgi
-~~~~~~~~
-
-最初に、 a2enmod wsgi などで mod_wsgi を有効にしておきます。
-次に、 `.bzr/smart` で終わる全ての URL に対するリクエストを mod_wsgi 経由
-で処理するように設定します。設定例は次のようになります。 ::
-
-    WSGIScriptAliasMatch ^/code/.*/\.bzr/smart$ /srv/example.com/scripts/bzr.wsgi
-
-    #The three next lines allow regular GETs to work too
-    RewriteEngine On
-    RewriteCond %{REQUEST_URI} !^/code/.*/\.bzr/smart$
-    RewriteRule ^/code/(.*/\.bzr/.*)$ /srv/example.com/www/code/$1 [L]
-
-    <Directory /srv/example.com/www/code>
-        WSGIApplicationGroup %{GLOBAL}
-    </Directory>
-
-この設定では、 Apache は `/code` 以下の `/.bzr/smart` で終わる URL に
-対する全てのリクエストを WSGI 経由で Bazaar のスマートサーバーに渡し、
-それ以外の全てのリクエストは Apache が直接扱うようにしています。
-
-詳細は mod_wsgi_ のドキュメントを参照してください。
-
-.. _mod_wsgi: http://code.google.com/p/modwsgi/
-
-Bazaarを設定する
------------------
-
-FastCGI
-~~~~~~~
-
-`/srv/example.com/scripts/bzr-smart.fcgi` でスマートサーバーを実行するためにApacheを設定しました。
-これはスマートサーバーを設定するために書く必要のある単なるシンプルなスクリプトで
-サーバーをFastCGIのゲートウェイに結びつけます。次のようになります::
-
-    import fcgi
-    from bzrlib.transport.http import wsgi
-
-    smart_server_app = wsgi.make_app(
-        root='/srv/example.com/www/code',
-        prefix='/code/',
-        path_var='REQUEST_URI',
-        readonly=True,
-        load_plugins=True,
-        enable_logging=True)
-
-    fcgi.WSGIServer(smart_server_app).run()
-        
-　`fcgi` のモジュールはhttp://svn.saddi.com/py-lib/trunk/fcgi.pyで見つかります。
-これは flup_ の一部です。
-
-.. _flup: http://www.saddi.com/software/flup/
-
-mod_python
-~~~~~~~~~~
-
-`/srv/example.com/scripts/bzr-smart.py` でスマートサーバーを実行するためにApacheを設定しました。
-これはスマートサーバーを設定するために書く必要のあるシンプルなスクリプトでサーバーをmod_pythonの
-ゲートウェイに結びつけます。次のようになります::
-
-    import modpywsgi
-    from bzrlib.transport.http import wsgi
-
-    smart_server_app = wsgi.make_app(
-        root='/srv/example.com/www/code',
-        prefix='/code/',
-        path_var='REQUEST_URI',
-        readonly=True,
-        load_plugins=True,
-        enable_logging=True)
-
-    def handler(request):
-        """Handle a single request."""
-        wsgi_server = modpywsgi.WSGIServer(smart_server_app)
-        return wsgi_server.run(request)
-        
-`modpywsgi` モジュールは
-http://ice.usq.edu.au/svn/ice/trunk/apps/ice-server/modpywsgi.py で見つかります。
-これは pocoo_ の一部でした。 modpywsgi.py を bzr-smart.py と同じディレクトリ
-(すなわち/srv/example.com/scripts/)に設置していることを確認してください。
-
-.. _pocoo: http://dev.pocoo.org/projects/pocoo/
-
-
-mod_wsgi
-~~~~~~~~
-
-We've configured Apache to run the smart server at
-`/srv/example.com/scripts/bzr.wsgi`.  This is just a simple script we need
-to write to configure a smart server, and glue it to the WSGI gateway.
-Here's what it looks like::
-
-    from bzrlib.transport.http import wsgi
-
-    def application(environ, start_response):
-        app = wsgi.make_app(
-            root="/srv/example.com/www/code/",
-            prefix="/code",
-            readonly=True,
-            enable_logging=False)
-        return app(environ, start_response)
-
-クライアント
-------------
-
-これで `bzr+http://` 形式のURLやただの `http://` のURLを利用できます::
-
-    bzr log bzr+http://example.com/code/my-branch
-
-プレーンなHTTP形式のアクセスも持続します::
-
-    bzr log http://example.com/code/my-branch
-
-
-高度な設定
------------
-
-BazaarのHTTPスマートサーバーはWSGIアプリケーションなので、
-WSGI標準に準拠するサードパーティのWSGIのミドルウェアもしくはサーバーで利用できます。
-唯一の要件は以下のとおりです:
-
-  * `SmartWSGIApp` をコンストラクトするためには、それが提供する **root transport** を指定する必要があります。
-  * それぞれのリクエストの `environ` dict は **'bzrlib.relpath'** 変数の設定を持たなければなりません。
-
-この例で使われている `make_app` ヘルパーは それに渡される `root` パスに基づいたトランスポートを伴う
-`SmartWSGIApp` をコンストラクトし、引数 `prefix` と`path_var` に基づくそれぞれのリクエストに対する
-　`bzrlib.relpath` を算出します。
-上記の例において、これは (Apacheによって設定される)'REQUEST_URI' を取り、接頭辞の '/code/' と接尾辞の '/.bzr/smart' 
-をはぎ取り、それを 'bzrlib.relpath' として設定するので、 '/code/foo/bar/.bzr/smart' に対するリクエストは
-'foo/bzr' の 'bzrlib.relpath' になります。
-
-`SmartWSGIApp` を直接コンストラクトすることで、ローカルではないトランスポートに対して
-スマートサーバーを設定するもしくは任意任意のパスの変換を行うことは可能です。
-詳細な情報に関しては `bzrlib.transport.http.wsgi` のdocstringsと `WSGI標準`_ を参照してください。
-
-.. _WSGI標準: http://www.python.org/dev/peps/pep-0333/
-
-
-HTTP スマートサーバー経由で push する
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-HTTP スマートサーバーを通してデータをプッシュすることは可能です。
-これを行うための最も簡単な方法は、 ``wsgi.make_app()`` コールに ``readonly=False`` を
-提供するだけです。ただし、スマートプロトコルは認証機能が含まれないので注意してください。
-書き込みのサポートを有効にする場合、
-実際にシステム上のデータを書き込みできる人を制限するために、 ``.bzr/smart``
-URLへの権限を制限するとよいでしょう。例えば Apache で次のような設定を
-します。 ::
-
-    <Location /code>
-        AuthType Basic
-        AuthName "example"
-        AuthUserFile /srv/example.com/conf/auth.passwd
-        <LimitExcept GET>
-            Require valid-user
-        </LimitExcept>
-    </Location>
-
-
-現時点では、同じURLに対して読み込み限定の人と読み込みと書き込みの人を
-分けることはできません。
-(認証を行う)HTTPレイヤーにおいて、すべては単なるPOSTリクエストだからです。
-しかしながら、HTTPSアクセスの場合に認証が必要な書き込みサーバーを使い、
-プレーンなHTTPは読み込み限定のアクセスを許可することはできます。
-
-HTTPS サイトに対してアクセスしたときに bzr が次のようなエラーを表示する
-場合::
-
-  bzr: ERROR: Connection error: curl connection error (server certificate verification failed.
-  CAfile:/etc/ssl/certs/ca-certificates.crt CRLfile: none)
-
-You can workaround it by using ``https+urllib`` rather than ``http`` in your
-URL, or by uninstalling pycurl.  See `bug 82086`_ for more details.
-
-URL に ``https`` の代わりに ``https+urllib`` を使うことで問題を回避
-できます。
-詳細については `bug 82086`_ を参照してください。
-
-.. _bug 82086: https://bugs.launchpad.net/bzr/+bug/82086
-
-
-.. 
-   vim: ft=rst tw=74 et

=== removed directory 'doc/ja/user-guide/images'
=== removed file 'doc/ja/user-guide/images/workflows_centralized.png'
Binary files old/doc/ja/user-guide/images/workflows_centralized.png	2009-10-29 10:01:19 +0000 and new/doc/ja/user-guide/images/workflows_centralized.png	1970-01-01 00:00:00 +0000 differ
=== removed file 'doc/ja/user-guide/images/workflows_centralized.svg'
--- old/doc/ja/user-guide/images/workflows_centralized.svg	2009-10-29 10:01:19 +0000
+++ new/doc/ja/user-guide/images/workflows_centralized.svg	1970-01-01 00:00:00 +0000
@@ -1,1542 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://web.resource.org/cc/"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="1052.3622"
-   height="744.09448"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.45.1"
-   version="1.0"
-   sodipodi:docbase="/home/ian/Desktop/talk/workflows"
-   sodipodi:docname="workflows_centralized.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_centralized.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90">
-  <defs
-     id="defs4">
-    <radialGradient
-       xlink:href="#linearGradient5992"
-       r="33.156250"
-       inkscape:collect="always"
-       id="radialGradient6000"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,1.693685,0.000000,-197.9515)"
-       fy="285.36218"
-       fx="495.50000"
-       cy="285.36218"
-       cx="495.50000" />
-    <linearGradient
-       y2="187.57059"
-       y1="225.40080"
-       xlink:href="#linearGradient5963"
-       x2="458.91232"
-       x1="383.95898"
-       inkscape:collect="always"
-       id="linearGradient5969"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient3586">
-      <stop
-         style="stop-color:#000000;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop3588" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop3590" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5963">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop5965" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop5967" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5992">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop5994" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop5996" />
-    </linearGradient>
-    <linearGradient
-       y2="-0.45783132"
-       y1="3.3012049"
-       xlink:href="#linearGradient893"
-       x2="0.92957747"
-       x1="-2.3960868e-17"
-       id="linearGradient4284" />
-    <linearGradient
-       y2="-0.033519555"
-       y1="2.0837989"
-       xlink:href="#linearGradient893"
-       x2="0.99074072"
-       x1="-0.77314812"
-       id="linearGradient4283" />
-    <linearGradient
-       y2="1.8771822"
-       y1="-0.033741195"
-       xlink:href="#linearGradient902"
-       x2="0.48453596"
-       x1="0.47041038"
-       id="linearGradient2740"
-       gradientTransform="scale(0.997153,1.002855)" />
-    <linearGradient
-       y2="1.9025002"
-       y1="-0.043652620"
-       xlink:href="#linearGradient902"
-       x2="0.48481107"
-       x1="0.47042510"
-       id="linearGradient1506"
-       gradientTransform="scale(0.995847,1.004170)" />
-    <linearGradient
-       y2="1.8570156"
-       y1="-0.024853170"
-       xlink:href="#linearGradient902"
-       x2="0.48548824"
-       x1="0.47157744"
-       id="linearGradient1505"
-       gradientTransform="scale(0.997825,1.002180)" />
-    <linearGradient
-       y2="182.99154"
-       y1="169.09755"
-       xlink:href="#linearGradient892"
-       x2="88.996957"
-       x1="88.755695"
-       id="linearGradient1404"
-       gradientTransform="scale(1.3695887,0.7301462)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient1317"
-       r="0.34964636"
-       id="radialGradient1316"
-       fy="0.18269235"
-       fx="0.50352114"
-       cy="0.50000006"
-       cx="0.50000000" />
-    <radialGradient
-       xlink:href="#linearGradient1317"
-       r="0.41197181"
-       id="radialGradient1315"
-       fy="0.26666668"
-       fx="0.47535211"
-       cy="0.53333336"
-       cx="0.47887325" />
-    <linearGradient
-       y2="173.03153"
-       y1="177.77768"
-       xlink:href="#linearGradient902"
-       x2="95.100155"
-       x1="101.10657"
-       id="linearGradient1171"
-       gradientTransform="scale(1.3601783,0.7351977)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="1.8378206"
-       y1="-0.016295359"
-       xlink:href="#linearGradient902"
-       x2="0.48655096"
-       x1="0.47284532"
-       id="linearGradient1170"
-       gradientTransform="scale(0.998371,1.001632)" />
-    <linearGradient
-       y2="81.477602"
-       y1="224.57898"
-       xlink:href="#linearGradient893"
-       x2="74.533693"
-       x1="146.69923"
-       id="linearGradient1169"
-       gradientTransform="scale(1.1870691,0.842411)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="133.54711"
-       y1="228.39311"
-       xlink:href="#linearGradient888"
-       x2="88.447016"
-       x1="141.60217"
-       id="linearGradient1167"
-       gradientTransform="scale(1.1838753,0.8446836)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="148.78619"
-       y1="131.25248"
-       xlink:href="#linearGradient1317"
-       x2="107.04918"
-       x1="111.49758"
-       id="linearGradient1166"
-       gradientTransform="scale(1.223869,0.8170809)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="176.28694"
-       y1="269.85831"
-       xlink:href="#linearGradient888"
-       x2="-16.224496"
-       x1="51.460928"
-       id="linearGradient1157"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="234.26866"
-       y1="178.48862"
-       xlink:href="#linearGradient888"
-       x2="25.220815"
-       x1="25.220815"
-       id="linearGradient1156"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="105.42543"
-       y1="76.277559"
-       xlink:href="#linearGradient892"
-       x2="8.346058"
-       x1="35.190362"
-       id="linearGradient1150"
-       gradientTransform="scale(1.3283861,0.7527932)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="20.481863"
-       y1="49.507656"
-       xlink:href="#linearGradient892"
-       x2="70.224305"
-       x1="39.690614"
-       id="linearGradient1148"
-       gradientTransform="scale(1.329144,0.7523639)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="113.71949"
-       y1="90.197025"
-       xlink:href="#linearGradient892"
-       x2="17.876529"
-       x1="39.810948"
-       id="linearGradient1146"
-       gradientTransform="scale(1.3207392,0.7571517)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="251.21892"
-       y1="203.499"
-       xlink:href="#linearGradient892"
-       x2="31.617281"
-       x1="31.449743"
-       id="linearGradient1144"
-       gradientTransform="scale(2.1051174,0.4750329)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="-0.45783132"
-       y1="3.3012049"
-       xlink:href="#linearGradient888"
-       x2="0.92957747"
-       x1="0.00000000"
-       id="linearGradient1141" />
-    <linearGradient
-       y2="232.24952"
-       y1="110.4447"
-       xlink:href="#linearGradient888"
-       x2="41.967061"
-       x1="45.685757"
-       id="linearGradient1140"
-       gradientTransform="scale(1.9102155,0.5235012)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="75.912531"
-       y1="375.92199"
-       xlink:href="#linearGradient1806"
-       x2="-268.25407"
-       x1="-249.72067"
-       id="linearGradient1138"
-       gradientTransform="scale(1.087146,0.9198397)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient1133"
-       r="68.589222"
-       id="radialGradient1132"
-       fy="39.288476"
-       fx="72.107883"
-       cy="56.485935"
-       cx="60.004654"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="11.699047"
-       y1="208.43991"
-       xlink:href="#linearGradient888"
-       x2="95.644441"
-       x1="-77.726178"
-       id="linearGradient905"
-       gradientTransform="scale(1.0964158,0.9120627)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       xlink:href="#linearGradient1806"
-       id="linearGradient901" />
-    <linearGradient
-       y2="91.07699"
-       y1="-3.9104078"
-       xlink:href="#linearGradient888"
-       x2="27.674331"
-       x1="92.437968"
-       id="linearGradient891"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient888">
-      <stop
-         style="stop-color:#626262;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop889" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop890" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient892">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.00000000;"
-         offset="0.00000000"
-         id="stop893" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop894" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient902">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.00000000;"
-         offset="0.00000000"
-         id="stop903" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.22000000;"
-         offset="1.0000000"
-         id="stop904" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1098">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1.0000000;"
-         offset="0.00000000"
-         id="stop1099" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.22314049;"
-         offset="0.50000000"
-         id="stop1101" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.00000000;"
-         offset="0.59930235"
-         id="stop1102" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.60330576;"
-         offset="1.0000000"
-         id="stop1100" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1133">
-      <stop
-         style="stop-color:#8bb7df;stop-opacity:1.0000000;"
-         offset="0.00000000"
-         id="stop1134" />
-      <stop
-         style="stop-color:#2a6092;stop-opacity:1.0000000;"
-         offset="0.76209301"
-         id="stop1136" />
-      <stop
-         style="stop-color:#375e82;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop1135" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1317">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52892560;"
-         offset="0.00000000"
-         id="stop1318" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.17355372;"
-         offset="0.50000000"
-         id="stop1320" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.00000000;"
-         offset="1.0000000"
-         id="stop1319" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient893">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop895" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop896" />
-    </linearGradient>
-    <radialGradient
-       xlink:href="#linearGradient1806"
-       r="11.574221"
-       id="radialGradient1977"
-       fy="39.410465"
-       fx="42.280806"
-       cy="39.007645"
-       cx="42.007257"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient1806">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.35051546;"
-         offset="0.0000000"
-         id="stop1807" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.13402061;"
-         offset="0.64999998"
-         id="stop3276" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop1808" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5281"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5283"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5285"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="5.5130484"
-       inkscape:collect="always"
-       id="radialGradient1828"
-       fy="61.38567"
-       fx="86.542037"
-       cy="61.38567"
-       cx="86.542037"
-       gradientTransform="matrix(-0.8164966,0,0,1.2247449,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="11.123441"
-       inkscape:collect="always"
-       id="radialGradient1824"
-       fy="58.887858"
-       fx="118.06427"
-       cy="58.54025"
-       cx="117.17439"
-       gradientTransform="matrix(-0.6229142,0,0,1.6053575,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="22.00904"
-       inkscape:collect="always"
-       id="radialGradient1822"
-       fy="87.892895"
-       fx="45.50637"
-       cy="88.322677"
-       cx="45.139623"
-       gradientTransform="matrix(-1.0914815,0,0,0.9161859,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="18.836343"
-       inkscape:collect="always"
-       id="radialGradient1818"
-       fy="33.351633"
-       fx="48.40165"
-       cy="32.467054"
-       cx="48.40165"
-       gradientTransform="matrix(-1.1146027,0,0,0.8971807,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="74.834393"
-       y1="57.093738"
-       xlink:href="#linearGradient4376"
-       x2="50.203204"
-       x1="50.52668"
-       inkscape:collect="always"
-       id="linearGradient1815"
-       gradientTransform="matrix(-1.3516689,0,0,0.7398261,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient4384">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop4385" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4386" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4376">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop4377" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4378" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4362">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop4363" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4364" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4358">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop4359" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop4360" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="radialGradient5536"
-       gradientUnits="userSpaceOnUse"
-       cx="42.007257"
-       cy="39.007645"
-       fx="42.280806"
-       fy="39.410465"
-       r="11.574221" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5538"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5540"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5542"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5544"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5546"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       x1="25.220815"
-       y1="178.48862"
-       x2="25.220815"
-       y2="234.26866" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5548"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       x1="51.460928"
-       y1="269.85831"
-       x2="-16.224496"
-       y2="176.28694" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient893"
-       id="linearGradient5550"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.1870691,0.842411)"
-       x1="146.69923"
-       y1="224.57898"
-       x2="74.533693"
-       y2="81.477602" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5552"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.9102155,0.5235012)"
-       x1="45.685757"
-       y1="110.4447"
-       x2="41.967061"
-       y2="232.24952" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5554"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.0964158,0.9120627)"
-       x1="-77.726178"
-       y1="208.43991"
-       x2="95.644441"
-       y2="11.699047" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1133"
-       id="radialGradient5556"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       cx="60.004654"
-       cy="56.485935"
-       fx="72.107883"
-       fy="39.288476"
-       r="68.589222" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5558"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       x1="92.437968"
-       y1="-3.9104078"
-       x2="27.674331"
-       y2="91.07699" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5560"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3207392,0.7571517)"
-       x1="39.810948"
-       y1="90.197025"
-       x2="17.876529"
-       y2="113.71949" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5562"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.329144,0.7523639)"
-       x1="39.690614"
-       y1="49.507656"
-       x2="70.224305"
-       y2="20.481863" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5564"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3283861,0.7527932)"
-       x1="35.190362"
-       y1="76.277559"
-       x2="8.346058"
-       y2="105.42543" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5566"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.1838753,0.8446836)"
-       x1="141.60217"
-       y1="228.39311"
-       x2="88.447016"
-       y2="133.54711" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient902"
-       id="linearGradient5568"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3601783,0.7351977)"
-       x1="101.10657"
-       y1="177.77768"
-       x2="95.100155"
-       y2="173.03153" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5570"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3695887,0.7301462)"
-       x1="88.755695"
-       y1="169.09755"
-       x2="88.996957"
-       y2="182.99154" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1317"
-       id="linearGradient5572"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.223869,0.8170809)"
-       x1="111.49758"
-       y1="131.25248"
-       x2="107.04918"
-       y2="148.78619" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5574"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.1051174,0.4750329)"
-       x1="31.449743"
-       y1="203.499"
-       x2="31.617281"
-       y2="251.21892" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5714"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="39.648127"
-       inkscape:collect="always"
-       id="radialGradient2797"
-       fy="101.92288"
-       fx="50.092871"
-       cy="102.70191"
-       cx="49.760482"
-       gradientTransform="scale(1.1222336,0.8910801)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="35.284406"
-       inkscape:collect="always"
-       id="radialGradient2791"
-       fy="32.061308"
-       fx="81.553592"
-       cy="33.402904"
-       cx="80.599566"
-       gradientTransform="scale(0.8352269,1.1972794)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="67.164412"
-       y1="53.505203"
-       xlink:href="#linearGradient4376"
-       x2="63.804663"
-       x1="64.786456"
-       inkscape:collect="always"
-       id="linearGradient2789"
-       gradientTransform="scale(1.1424512,0.8753109)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient6015">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop6017" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6019" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6009">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop6011" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6013" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6003">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop6005" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6007" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5997">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop5999" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop6001" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient6037"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       y2="0.46093750"
-       y1="0.46093750"
-       xlink:href="#linearGradient650"
-       x2="1.16666818"
-       x1="1.22222710"
-       spreadMethod="repeat"
-       id="linearGradient654"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       y2="0.53906250"
-       y1="0.53125000"
-       xlink:href="#linearGradient650"
-       x2="1.16666901"
-       x1="1.00000548"
-       spreadMethod="repeat"
-       id="linearGradient653"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       id="linearGradient650">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop651" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop652" />
-    </linearGradient>
-    <linearGradient
-       y2="0.46093750"
-       y1="0.46093750"
-       xlink:href="#linearGradient650"
-       x2="1.16666818"
-       x1="1.22222710"
-       spreadMethod="repeat"
-       id="linearGradient9648"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       y2="0.53906250"
-       y1="0.53125000"
-       xlink:href="#linearGradient650"
-       x2="1.16666901"
-       x1="1.00000548"
-       spreadMethod="repeat"
-       id="linearGradient9646"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       id="linearGradient9640">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop9642" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop9644" />
-    </linearGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     gridtolerance="10000"
-     guidetolerance="10"
-     objecttolerance="10"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1.4142136"
-     inkscape:cx="536.99132"
-     inkscape:cy="369.73871"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     width="1052.3622px"
-     height="744.09448px"
-     showgrid="true"
-     inkscape:window-width="1024"
-     inkscape:window-height="712"
-     inkscape:window-x="-4"
-     inkscape:window-y="-4" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <g
-       inkscape:label="Layer 1"
-       id="g4996"
-       transform="matrix(0.331077,0,0,0.2676656,75.992157,230.68349)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157">
-      <g
-         transform="matrix(2.674162,0,0,2.674162,-826.248,-323.8239)"
-         id="g6052">
-        <path
-           style="fill:#c7c7c7;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:6.11299896;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-           sodipodi:nodetypes="czcczzz"
-           id="path1306"
-           d="M 362.77592,187.283 C 360.50343,190.98677 361.20593,367.68763 364.14011,374.65173 C 366.46268,380.1642 441.02381,442.12988 444.93699,443.78694 C 495.35017,443.444 529.34176,425.0858 534.99109,415.38735 C 537.14042,403.1889 535.31621,215.19709 533.25552,211.25359 C 531.47859,207.85312 436.04893,173.6386 432.71615,172.86054 C 429.71763,172.16052 365.30189,183.1661 362.77592,187.283 z " />
-        <path
-           style="fill:#ffffff;fill-opacity:0.54385968;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccccccc"
-           id="path2066"
-           d="M 366.42857,190.93361 C 391.19048,201.4098 418.60601,218.30739 446.22506,231.64072 C 472.394,225.42153 510.2022,217.10972 529.24981,213.77639 C 504.726,221.39543 472.52022,228.51448 447.99641,236.13353 C 446.56784,293.51448 447.257,380.45861 445.82843,437.83956 C 445.11414,379.98242 443.14285,291.6479 442.42856,233.79075 C 415.99999,219.50504 390,206.64789 366.42857,190.93361 z " />
-        <path
-           style="fill:#000000;fill-opacity:0.16228069;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccc"
-           id="path4356"
-           d="M 519.99794,379.97737 C 510.93834,392.99882 482.41849,399.43361 468.8726,394.16864 C 471.21835,393.5424 516.96143,380.96883 519.99794,379.97737 z " />
-        <g
-           transform="translate(2.035534,15.20712)"
-           id="g4374">
-          <path
-             style="fill:#ffffff;fill-opacity:0.39473685;fill-rule:evenodd;stroke:none;stroke-width:1.01199996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-             sodipodi:nodetypes="cccccc"
-             id="path4362"
-             d="M 471.29127,340.59039 L 513.55921,324.30516 C 517.9002,325.84805 517.04588,332.27818 517.04588,332.27818 L 510.46155,334.58088 C 510.46155,334.58088 501.26764,349.01224 484.93096,343.36795 C 484.93096,343.36795 472.7787,345.52605 471.29127,340.59039 z " />
-          <path
-             style="fill:#606060;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.11199999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-             sodipodi:nodetypes="ccccccc"
-             id="path2826"
-             d="M 471.66824,335.10501 C 485.70133,331.45482 499.73443,327.80464 513.76752,324.15445 C 514.30594,326.13864 514.34437,328.99782 513.50779,330.48201 C 511.36566,331.50652 507.10221,332.35425 504.96008,333.37876 C 498.80357,339.27354 493.45917,339.80363 483.65919,338.95243 C 479.87505,339.74603 476.0909,340.36284 472.30676,341.15644 C 471.15285,338.85897 470.82215,337.90248 471.66824,335.10501 z " />
-        </g>
-        <path
-           style="fill:#ffffff;fill-opacity:0.40350874;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccccc"
-           id="path4423"
-           d="M 364.8671,189.69191 L 446.71991,235.61832 L 446.39149,441.00771 L 366.28132,373.53968 L 364.8671,189.69191 z " />
-        <path
-           style="fill:#000000;fill-opacity:0.16228069;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccc"
-           id="path5957"
-           d="M 515.24794,392.97737 C 505.81506,405.42036 486.94113,407.56087 476.3726,403.76831 C 478.1563,403.29212 512.93901,393.73127 515.24794,392.97737 z " />
-        <path
-           style="fill:#000000;fill-opacity:0.16228069;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccc"
-           id="path5959"
-           d="M 508.24794,405.72737 C 502.79158,413.09279 492.2492,415.37141 483.8726,412.49343 C 484.991,412.19485 506.80021,406.20008 508.24794,405.72737 z " />
-        <path
-           style="fill:#fcfcfc;fill-opacity:0.44298245;fill-rule:evenodd;stroke:none;stroke-width:0.31200001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-           sodipodi:nodetypes="ccccccc"
-           id="path5973"
-           d="M 522.875,227.86218 L 527.04289,228.4302 L 527.79289,326.56929 L 463.46862,344.54896 L 461.88388,339.34073 L 523.68934,322.86218 L 522.875,227.86218 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6026"
-           d="M 462.21967,264.23013 L 462.31434,266.99086 L 522.7929,249.54632 L 462.21967,264.23013 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6036"
-           d="M 461.33579,284.2059 L 461.43046,286.96663 L 521.90902,269.52209 L 461.33579,284.2059 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6038"
-           d="M 462.21967,302.64613 L 462.31434,305.40686 L 522.7929,287.96232 L 462.21967,302.64613 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6040"
-           d="M 462.21967,320.79868 L 462.31434,323.55941 L 522.7929,306.11487 L 462.21967,320.79868 z " />
-        <path
-           style="opacity:1;color:#000000;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#9e9e9e;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="ccc"
-           id="path5988"
-           d="M 522.55191,229.64344 L 462.03362,244.76045 L 462.53549,344.35813" />
-      </g>
-    </g>
-    <g
-       id="g5256"
-       transform="translate(601.5744,207.49165)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157">
-      <path
-         transform="matrix(6.392368,0.545409,-0.130014,2.864752,-184.6606,-38.15109)"
-         style="fill:url(#radialGradient1977);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:type="arc"
-         sodipodi:ry="12.562782"
-         sodipodi:rx="12.562782"
-         sodipodi:cy="37.865574"
-         sodipodi:cx="41.875938"
-         id="path1976"
-         d="M 54.438721 37.865574 A 12.562782 12.562782 0 1 1  29.313156,37.865574 A 12.562782 12.562782 0 1 1  54.438721 37.865574 z" />
-      <g
-         transform="matrix(1,0,0,1.036969,356.8306,-11.4294)"
-         style="fill:url(#linearGradient6037);fill-opacity:1"
-         id="g4293">
-        <path
-           style="fill:url(#linearGradient5281);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path2720"
-           d="M -270.85787,33.814995 C -289.35564,33.925992 -307.93321,33.592782 -326.38104,33.981747 C -331.43469,35.696391 -331.02221,41.899652 -330.68524,46.15332 C -330.75782,60.227303 -330.53537,74.298225 -330.21167,88.36826 C -328.21297,91.039611 -323.21766,90.618387 -322.68469,94.539015 C -320.78054,96.259426 -317.05071,94.88215 -314.4389,95.333237 C -298.54999,95.360274 -282.66107,95.387302 -266.77215,95.414339 C -266.35587,90.465192 -260.12609,88.824447 -255.81783,89.540255 C -256.01688,89.058389 -261.69557,87.939375 -259.61591,84.491525 C -259.45681,68.72727 -259.19734,52.882199 -259.82064,37.168229 C -261.19394,32.980583 -267.34179,33.83368 -270.85787,33.814995 z M -236.65184,97.260473 C -234.79025,100.12642 -237.08724,103.09386 -239.92892,104.16357 C -242.6311,105.91539 -245.59105,107.62992 -248.52894,108.76804 C -253.1773,108.19079 -251.42424,101.88475 -255.01281,99.896645 C -260.33594,96.447012 -267.21045,98.43943 -273.23329,97.939231 C -291.8249,97.94887 -310.41651,97.958519 -329.00813,97.968158 C -335.45898,103.56578 -339.16595,111.40269 -341.55034,119.32178 C -337.25147,124.2061 -329.89606,122.27575 -324.10438,122.40002 C -298.64553,122.23171 -273.11679,122.61546 -247.69897,122.24542 C -243.40174,121.14669 -247.44685,114.84894 -243.58488,113.04441 C -242.73865,112.73374 -247.81245,114.4382 -247.26205,111.62955 C -245.49117,106.66028 -239.14113,105.99595 -235.92338,102.36811 C -234.39131,99.755669 -236.26958,96.922488 -238.33047,95.260495 C -237.77093,95.927151 -237.21138,96.593817 -236.65184,97.260473 z M -240.64255,111.75263 C -243.64086,113.13223 -237.02792,110.69536 -235.55512,111.97369 C -229.71113,112.74417 -224.16461,117.19625 -218.12358,115.22951 C -225.97639,116.31604 -232.799,109.03014 -240.64255,111.75263 z M -212.01083,112.33724 C -215.98173,113.85021 -208.21543,112.17765 -210.07883,115.87566 C -212.50961,119.93855 -206.99008,113.8662 -209.61436,112.54677 C -210.16198,111.94632 -211.27989,112.47663 -212.01083,112.33724 z M -213.97451,120.82946 C -220.13871,124.32615 -228.37873,119.08124 -233.85995,124.39439 C -238.36465,128.00055 -244.57099,130.35185 -247.0433,135.75122 C -247.65922,139.60202 -243.25109,141.90251 -240.44565,143.71808 C -235.60127,146.54512 -228.8227,145.75388 -225.20082,141.42836 C -220.62679,137.96117 -216.44182,134.08489 -212.48592,129.96782 C -212.82701,126.95048 -214.43694,123.63971 -213.97451,120.82946 z " />
-        <path
-           style="fill:url(#linearGradient5283);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path2723"
-           d="M -269.68453,32.256957 C -288.76965,32.351184 -307.87514,32.249603 -326.94796,32.349264 C -332.63884,33.663474 -333.90446,40.291305 -333.21597,45.149113 C -333.11996,59.896901 -333.07471,74.659754 -332.61729,89.39481 C -331.88583,93.310348 -324.86009,92.098674 -325.11097,96.44089 C -328.07184,96.184706 -331.5534,96.317135 -333.07248,99.246492 C -338.92562,104.98392 -341.99312,112.66465 -344.27268,120.28679 C -340.22572,125.96631 -332.26467,125.31453 -326.02946,124.71751 C -300.16629,124.7277 -274.28316,124.82043 -248.43245,124.77905 C -244.42424,124.78686 -243.30672,120.35609 -243.96666,117.2099 C -242.88598,112.93536 -237.04086,113.94554 -233.80717,114.98513 C -228.01851,116.64297 -221.26418,120.43074 -215.57982,116.37592 C -211.36091,113.71809 -213.05678,118.4029 -215.77936,119.43344 C -220.82539,122.25797 -227.09125,118.98178 -232.39677,121.20855 C -236.53238,123.88957 -240.74707,126.85249 -244.76678,129.74666 C -248.34219,132.01467 -251.90947,137.38626 -248.13747,140.97315 C -243.79274,146.02948 -236.37425,149.4527 -229.68248,147.08651 C -225.09383,144.85973 -221.79206,140.75401 -217.61535,137.88661 C -215.10454,135.69469 -212.49235,133.26839 -210.83749,130.50207 C -210.86477,126.92195 -214.68529,121.91303 -210.252,119.57013 C -207.25619,117.95208 -205.81053,112.12098 -209.75314,110.87946 C -214.16982,109.44692 -216.95156,115.09837 -221.43751,113.68608 C -228.47365,112.76758 -235.5565,107.20489 -242.69931,110.72434 C -246.89551,113.06547 -243.47174,109.4356 -241.45524,108.56544 C -237.85613,106.84628 -232.73147,104.36798 -233.94637,99.617708 C -234.27189,95.083838 -239.22223,93.197522 -242.95318,91.723135 C -247.61613,89.074942 -253.27003,89.345117 -258.06082,86.933298 C -257.89248,70.385101 -257.58805,53.76423 -258.26571,37.261116 C -259.2092,32.393288 -265.59824,31.96057 -269.68453,32.256957 z M -258.66259,91.764016 C -251.5059,92.239344 -243.21163,93.474137 -238.58238,99.271629 C -238.96251,103.06003 -244.00295,103.80224 -246.52821,106.14082 C -248.92267,108.48087 -251.12372,105.80503 -251.02958,103.27159 C -252.70852,98.336432 -258.20582,95.710815 -263.31841,96.533197 C -267.00561,96.7255 -263.71935,91.937514 -261.395,92.380192 C -260.48382,92.178338 -259.57521,91.953759 -258.66259,91.764016 z " />
-        <path
-           style="fill:url(#linearGradient5285);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           sodipodi:nodetypes="ccccczccccccccccccccccccczccccc"
-           id="path2737"
-           d="M -324.0398,30.70877 C -336.3492,30.820231 -335.15663,39.652507 -334.79476,45.313268 C -334.5469,60.436643 -334.38614,75.599009 -334.01234,90.698281 C -333.20516,93.057424 -330.71249,93.985661 -328.75475,95.252079 C -334.4553,96.476239 -336.96996,102.43195 -340.11175,106.59303 C -342.33294,111.36531 -347.84019,115.92868 -345.92111,121.43642 C -344.00204,126.94416 -332.21757,127.68181 -324.95408,127.12866 C -299.06901,127.09789 -273.17022,127.14905 -247.29372,127.06713 C -243.29961,126.16956 -240.99668,122.03601 -241.4977,118.23645 C -238.30082,114.95371 -233.32521,118.03039 -229.53292,118.63002 C -225.71641,119.31313 -232.5646,119.27527 -233.19362,120.54849 C -238.23604,122.95799 -242.6166,126.65447 -246.90973,130.10509 C -250.44674,132.97354 -252.4229,138.10741 -249.57412,142.08235 C -246.21315,145.92284 -241.41489,148.84284 -236.30395,149.79628 C -230.65487,150.83779 -225.57101,147.82678 -221.6157,144.24077 C -216.87391,140.59839 -212.0873,136.78287 -208.84361,131.80554 C -207.76302,128.26399 -211.47449,123.86671 -208.08348,121.09796 C -204.93438,118.46115 -204.06893,113.02076 -207.41836,110.2673 C -212.81988,106.81278 -218.36682,114.55112 -223.89705,111.29128 C -227.94209,110.1659 -231.91311,108.52596 -236.17676,108.45194 C -231.52711,105.88023 -229.62903,98.782331 -234.08944,95.153402 C -239.61551,89.404431 -248.455,88.793917 -255.40182,85.744487 C -255.86992,78.940296 -255.53665,71.972758 -255.70928,65.098797 C -255.80747,55.730822 -255.73864,46.312632 -255.94025,36.975777 C -258.03631,31.236293 -265.34014,30.439522 -270.76286,30.729689 C -289.40725,30.770714 -311.88665,30.597309 -324.0398,30.70877 z M -255.46516,94.482857 C -250.34561,95.62106 -244.69322,96.21649 -240.83258,100.05203 C -242.37635,102.55028 -245.27573,103.64481 -247.80048,104.97505 C -249.71506,99.684643 -254.39847,94.970039 -260.51378,95.138259 C -260.66903,94.131274 -256.73261,94.551178 -255.46516,94.482857 z " />
-      </g>
-      <rect
-         y="78.658051"
-         x="33.326111"
-         width="57.567924"
-         style="fill:url(#linearGradient1156);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1157);stroke-width:1.44734821pt"
-         id="rect1155"
-         height="8.3153667" />
-      <path
-         style="fill:url(#linearGradient1169);fill-rule:evenodd;stroke-width:0.90459263;stroke-opacity:0.07438019"
-         sodipodi:nodetypes="czzczczzzzzzzc"
-         id="path2676"
-         d="M 98.723806,78.927818 C 95.18666,77.759681 93.50122,82.555591 98.766686,81.004087 C 104.03217,79.452583 120.13123,85.906451 120.37383,89.795491 C 120.61643,93.905503 101.5003,98.581154 106.74108,104.42426 C 111.62816,110.70149 115.35468,100.13868 123.54696,104.21261 C 131.73923,108.17607 136.26048,109.72394 142.25488,104.94185 C 149.10027,101.9342 145.04599,107.07658 139.57918,113.60451 C 134.11237,120.13244 144.00251,115.08156 147.91225,105.31962 C 151.93248,95.557673 139.13128,107.33503 133.66268,105.40571 C 128.19408,103.47639 119.73678,97.849788 113.27625,102.55563 C 106.81572,107.26147 109.62894,99.493003 114.85637,97.90307 C 120.0838,96.092166 122.81363,93.045722 122.85597,90.161522 C 122.89831,87.498293 117.92629,84.811803 112.94229,82.402852 C 107.73732,79.993901 100.49788,78.588966 98.723806,78.927818 z " />
-      <path
-         style="fill:url(#linearGradient1140);fill-opacity:1;fill-rule:evenodd;stroke-width:1.44734821pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path1139"
-         d="M 15.102732,106.80712 C 13.80355,109.23224 17.148847,113.52338 19.900059,113.52338 L 107.85106,113.52338 C 110.18914,113.52338 113.70766,110.4906 112.64839,108.40622 L 102.7339,88.897093 C 101.97024,87.394398 100.26184,86.65834 98.576216,86.65834 L 28.215425,86.658339 C 26.825434,86.658339 25.353768,87.671846 24.697385,88.897093 L 15.102732,106.80712 z " />
-      <rect
-         y="22.413721"
-         x="26.015469"
-         width="72.279724"
-         style="fill:url(#linearGradient905);fill-opacity:1;fill-rule:evenodd;stroke-width:1.62826681"
-         ry="5.4369707"
-         rx="5.4369707"
-         id="rect1137"
-         height="60.126495" />
-      <rect
-         y="31.695871"
-         x="33.386066"
-         width="58.178177"
-         style="fill:url(#radialGradient1132);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient891);stroke-width:1.4649456pt"
-         id="rect1131"
-         height="38.044163" />
-      <path
-         style="fill:url(#linearGradient1146);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzccccc"
-         id="path1145"
-         d="M 27.690431,52.841444 L 27.370609,74.749236 C 27.319624,78.241665 29.310209,80.477938 32.807578,80.506029 L 72.625393,80.825852 L 76.463254,71.87084 L 32.008024,71.55102 L 31.688202,52.681533 L 27.690431,52.841444 z " />
-      <g
-         transform="matrix(-1,0,0,1,125.4301,0)"
-         id="g1791">
-        <path
-           style="fill:url(#linearGradient1148);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path1147"
-           d="M 42.062098,33.460351 L 77.341205,33.008055 C 82.787126,32.938235 89.553204,38.416797 89.553204,43.863165 L 89.553204,60.14583 L 41.609801,59.693534 L 42.062098,33.460351 z " />
-        <path
-           style="fill:url(#linearGradient1150);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path1149"
-           d="M 78.337784,67.629235 L 46.723745,67.724544 C 41.843589,67.739257 35.829319,62.771024 35.877168,57.891081 L 36.020221,43.301821 L 78.973514,44.128288 L 78.337784,67.629235 z " />
-      </g>
-      <path
-         style="fill:url(#linearGradient1167);fill-opacity:1;fill-rule:evenodd;stroke-width:0.72367412;stroke-opacity:0.34710741"
-         sodipodi:nodetypes="cczzzzzzc"
-         id="path1159"
-         d="M 137.39107,112.02341 C 137.39107,112.02341 129.0757,110.26438 123.63872,113.62251 C 118.20176,116.98064 109.96635,123.21719 108.76702,124.81628 C 107.40777,126.57531 107.42036,130.22796 109.24674,131.53253 L 114.84364,135.53031 C 118.31797,138.01198 124.86218,139.25396 128.11624,136.48978 L 142.98795,123.85681 C 144.79792,122.3193 145.72732,118.27921 144.10733,116.82073 C 142.95609,115.04975 140.4892,112.91939 137.39107,112.02341 z " />
-      <path
-         style="fill:url(#linearGradient1171);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzc"
-         id="path1160"
-         d="M 142.3483,121.13833 L 125.91043,133.59673 C 122.97154,135.82414 118.65484,134.11775 116.28283,133.77129 C 113.9108,133.42481 111.88528,131.87901 112.12516,132.33209 C 112.36503,132.78517 115.08349,135.71687 117.72203,136.48978 C 120.36055,137.26267 124.9543,138.89307 127.50953,136.15531 C 130.06477,133.41755 145.2267,123.53699 142.3483,121.13833 z " />
-      <path
-         style="fill:url(#linearGradient1404);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="cczc"
-         id="path1403"
-         d="M 132.11225,127.51984 C 135.31047,122.88242 120.11893,113.12786 109.08509,127.0401 C 110.20446,130.71805 116.80662,132.5992 121.82304,132.33547 C 126.68363,132.07993 129.50037,129.97181 132.11225,127.51984 z " />
-      <path
-         style="fill:url(#linearGradient1166);fill-opacity:1;fill-rule:evenodd;stroke-width:1.08551121"
-         sodipodi:nodetypes="cccccccc"
-         id="path1519"
-         d="M 138.63464,112.68306 C 135.9958,113.22749 132.31739,114.43079 129.87534,116.38362 C 128.77009,115.68011 125.32759,114.5677 123.66767,113.84494 L 123.24572,114.10517 C 129.67287,117.23476 136.43512,117.91249 135.88192,122.87668 C 136.33675,122.98575 137.05589,123.09702 136.73191,122.38863 C 136.41775,118.90392 132.50587,117.23351 131.02697,116.81532 C 133.17224,114.26602 136.255,113.70892 138.63464,112.68306 z " />
-      <path
-         style="fill:url(#linearGradient1144);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path1143"
-         d="M 18.891612,106.48414 C 17.978451,108.31614 19.173914,111.55774 22.263529,111.55774 L 105.0195,111.55774 C 106.66288,111.55774 109.13595,109.26672 108.39142,107.69215 L 101.42279,92.954575 C 100.88602,91.819403 99.685232,91.263378 98.500462,91.263378 L 28.108183,91.263369 C 27.131195,91.263369 26.0968,92.028994 25.635445,92.954575 L 18.891612,106.48414 z " />
-      <text
-         y="-14.660837"
-         xml:space="preserve"
-         x="6.147172"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text1232"><tspan
-           id="tspan1233">Computer</tspan></text>
-      <text
-         y="-34.951134"
-         xml:space="preserve"
-         x="84.564949"
-         transform="scale(0.246729,0.246729)"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text1235"><tspan
-           id="tspan1236">Created by Andrew Fitzsimon</tspan></text>
-    </g>
-    <g
-       id="g5474"
-       transform="translate(633.63525,501.49239)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157">
-      <path
-         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path9383"
-         d="M 203.47051,-209.74941 C 198.72111,-204.56585 195.69876,-195.27863 189.00642,-195.27863 C 182.52997,-197.07848 181.66644,-212.48518 180.80291,-215.7969 C 188.1429,-210.75732 195.69876,-207.87757 203.47051,-209.74941 z " />
-      <path
-         transform="matrix(-0.440859,0,0,0.441062,265.52775,-266.17138)"
-         style="fill:#f1bb96;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:type="arc"
-         sodipodi:ry="57.825485"
-         sodipodi:rx="60.94183"
-         sodipodi:cy="70.290855"
-         sodipodi:cx="150.27701"
-         id="path3713"
-         d="M 211.21884 70.290855 A 60.94183 57.825485 0 1 1  89.335178,70.290855 A 60.94183 57.825485 0 1 1  211.21884 70.290855 z" />
-      <path
-         style="fill:#233e6a;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccssssc"
-         id="path4369"
-         d="M 232.46888,-182.94274 C 232.85952,-157.74648 168.23012,-154.86512 168.38642,-182.94274 C 166.84164,-205.27149 177.94687,-217.96719 180.70654,-215.80872 C 182.10778,-214.71274 182.62841,-190.37295 192.09635,-195.9716 C 196.69923,-198.69339 201.84768,-209.14846 204.10029,-209.49532 C 207.49937,-210.01873 214.00811,-212.77083 219.98583,-217.92153 C 221.55412,-219.27285 231.93943,-205.38255 232.46888,-182.94274 z " />
-      <path
-         style="fill:#513624;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path11309"
-         d="M 204.55432,-273.85152 C 222.46413,-271.53047 237.32676,-259.28175 231.38357,-231.42099 C 229.66954,-221.67743 222.12426,-217.60887 219.35537,-236.36962 C 211.4578,-233.88387 177.25785,-223.92576 170.54948,-241.26677 C 166.55631,-248.43407 174.86257,-276.23329 204.55432,-273.85152 z " />
-      <path
-         style="fill:#1f4eb3;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path11942"
-         d="M 191.92173,-167.75448 C 192.06919,-184.44566 194.18855,-193.73288 188.47558,-194.95709 C 182.9785,-195.85052 179.91138,-176.52634 179.04785,-173.21462 C 175.85958,-157.19769 189.53653,-154.44605 191.92173,-167.75448 z " />
-      <path
-         style="fill:url(#linearGradient1815);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path1811"
-         d="M 172.67812,-237.76056 C 182.56217,-225.58826 212.09549,-234.15979 219.36562,-236.44806 C 220.33459,-229.88278 221.90014,-226.25074 223.58437,-224.54181 C 219.31219,-215.8234 210.06249,-209.76056 199.27187,-209.76056 C 184.44142,-209.76056 172.42812,-221.18201 172.42812,-235.26056 C 172.42812,-236.11869 172.59078,-236.92413 172.67812,-237.76056 z " />
-      <path
-         style="fill:url(#radialGradient1818);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1817"
-         d="M 203.17522,-273.74212 C 221.08504,-271.42107 235.94766,-259.17235 230.00448,-231.31159 C 228.29044,-221.56803 220.74517,-217.49946 217.97627,-236.26022 C 210.0787,-233.77447 175.87876,-223.81635 169.17039,-241.15737 C 165.17722,-248.32467 173.48348,-276.12389 203.17522,-273.74212 z " />
-      <path
-         style="fill:url(#radialGradient1822);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path1819"
-         d="M 220.74123,-214.1875 C 227.87764,-203.73841 231.28831,-190.18836 229.45998,-177.71875 C 222.3997,-165.39834 205.93726,-163.52328 193.05373,-164.75 C 194.11526,-173.29796 194.69425,-182.39807 193.51876,-190.98978 C 191.02311,-195.41909 199.33209,-197.29913 200.39748,-201.6875 C 203.70655,-208.92744 212.80427,-208.10966 218.04988,-213.3696 C 218.9201,-213.57294 220.00051,-215.94141 220.74123,-214.1875 z M 179.55373,-210.28125 C 180.69974,-204.97453 181.23339,-199.24919 184.58498,-194.75 C 179.40159,-187.81847 178.05976,-178.63643 176.67873,-170.28125 C 167.10271,-177.01707 169.81568,-190.62142 172.02963,-200.39411 C 173.03008,-204.26346 176.36728,-212.34166 179.19382,-211.77772 C 179.27177,-211.45363 179.5117,-210.45598 179.55373,-210.28125 z " />
-      <path
-         style="fill:url(#radialGradient1824);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path1823"
-         d="M 192.35803,-167.43887 C 192.50549,-184.13006 194.62485,-193.41727 188.91188,-194.64149 C 183.4148,-195.53491 180.34768,-176.21073 179.48415,-172.89901 C 176.29589,-156.88208 189.97283,-154.13044 192.35803,-167.43887 z " />
-      <path
-         style="fill:#1f4eb3;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1825"
-         d="M 185.2414,-200.53324 C 185.2414,-197.95291 187.25802,-195.85872 189.74278,-195.85872 C 192.22755,-195.85872 194.24417,-197.95291 194.24417,-200.53324 C 194.24417,-203.11357 193.61259,-209.36288 191.12783,-209.36288 C 188.64306,-209.36288 185.2414,-203.11357 185.2414,-200.53324 z " />
-      <path
-         style="fill:url(#radialGradient1828);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1827"
-         d="M 186.28018,-201.05263 C 186.28018,-198.4723 188.2968,-196.37811 190.78156,-196.37811 C 193.26633,-196.37811 195.28295,-198.4723 195.28295,-201.05263 C 195.28295,-203.63296 194.65137,-209.88227 192.16661,-209.88227 C 189.68184,-209.88227 186.28018,-203.63296 186.28018,-201.05263 z " />
-    </g>
-    <g
-       id="g5488"
-       transform="translate(601.5744,407.49165)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157">
-      <path
-         transform="matrix(6.392368,0.545409,-0.130014,2.864752,-184.6606,-38.15109)"
-         style="fill:url(#radialGradient5536);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:type="arc"
-         sodipodi:ry="12.562782"
-         sodipodi:rx="12.562782"
-         sodipodi:cy="37.865574"
-         sodipodi:cx="41.875938"
-         id="path5490"
-         d="M 54.438721 37.865574 A 12.562782 12.562782 0 1 1  29.313156,37.865574 A 12.562782 12.562782 0 1 1  54.438721 37.865574 z" />
-      <g
-         transform="matrix(1,0,0,1.036969,356.8306,-11.4294)"
-         style="fill:url(#linearGradient5538);fill-opacity:1"
-         id="g5492">
-        <path
-           style="fill:url(#linearGradient5540);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path5494"
-           d="M -270.85787,33.814995 C -289.35564,33.925992 -307.93321,33.592782 -326.38104,33.981747 C -331.43469,35.696391 -331.02221,41.899652 -330.68524,46.15332 C -330.75782,60.227303 -330.53537,74.298225 -330.21167,88.36826 C -328.21297,91.039611 -323.21766,90.618387 -322.68469,94.539015 C -320.78054,96.259426 -317.05071,94.88215 -314.4389,95.333237 C -298.54999,95.360274 -282.66107,95.387302 -266.77215,95.414339 C -266.35587,90.465192 -260.12609,88.824447 -255.81783,89.540255 C -256.01688,89.058389 -261.69557,87.939375 -259.61591,84.491525 C -259.45681,68.72727 -259.19734,52.882199 -259.82064,37.168229 C -261.19394,32.980583 -267.34179,33.83368 -270.85787,33.814995 z M -236.65184,97.260473 C -234.79025,100.12642 -237.08724,103.09386 -239.92892,104.16357 C -242.6311,105.91539 -245.59105,107.62992 -248.52894,108.76804 C -253.1773,108.19079 -251.42424,101.88475 -255.01281,99.896645 C -260.33594,96.447012 -267.21045,98.43943 -273.23329,97.939231 C -291.8249,97.94887 -310.41651,97.958519 -329.00813,97.968158 C -335.45898,103.56578 -339.16595,111.40269 -341.55034,119.32178 C -337.25147,124.2061 -329.89606,122.27575 -324.10438,122.40002 C -298.64553,122.23171 -273.11679,122.61546 -247.69897,122.24542 C -243.40174,121.14669 -247.44685,114.84894 -243.58488,113.04441 C -242.73865,112.73374 -247.81245,114.4382 -247.26205,111.62955 C -245.49117,106.66028 -239.14113,105.99595 -235.92338,102.36811 C -234.39131,99.755669 -236.26958,96.922488 -238.33047,95.260495 C -237.77093,95.927151 -237.21138,96.593817 -236.65184,97.260473 z M -240.64255,111.75263 C -243.64086,113.13223 -237.02792,110.69536 -235.55512,111.97369 C -229.71113,112.74417 -224.16461,117.19625 -218.12358,115.22951 C -225.97639,116.31604 -232.799,109.03014 -240.64255,111.75263 z M -212.01083,112.33724 C -215.98173,113.85021 -208.21543,112.17765 -210.07883,115.87566 C -212.50961,119.93855 -206.99008,113.8662 -209.61436,112.54677 C -210.16198,111.94632 -211.27989,112.47663 -212.01083,112.33724 z M -213.97451,120.82946 C -220.13871,124.32615 -228.37873,119.08124 -233.85995,124.39439 C -238.36465,128.00055 -244.57099,130.35185 -247.0433,135.75122 C -247.65922,139.60202 -243.25109,141.90251 -240.44565,143.71808 C -235.60127,146.54512 -228.8227,145.75388 -225.20082,141.42836 C -220.62679,137.96117 -216.44182,134.08489 -212.48592,129.96782 C -212.82701,126.95048 -214.43694,123.63971 -213.97451,120.82946 z " />
-        <path
-           style="fill:url(#linearGradient5542);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path5496"
-           d="M -269.68453,32.256957 C -288.76965,32.351184 -307.87514,32.249603 -326.94796,32.349264 C -332.63884,33.663474 -333.90446,40.291305 -333.21597,45.149113 C -333.11996,59.896901 -333.07471,74.659754 -332.61729,89.39481 C -331.88583,93.310348 -324.86009,92.098674 -325.11097,96.44089 C -328.07184,96.184706 -331.5534,96.317135 -333.07248,99.246492 C -338.92562,104.98392 -341.99312,112.66465 -344.27268,120.28679 C -340.22572,125.96631 -332.26467,125.31453 -326.02946,124.71751 C -300.16629,124.7277 -274.28316,124.82043 -248.43245,124.77905 C -244.42424,124.78686 -243.30672,120.35609 -243.96666,117.2099 C -242.88598,112.93536 -237.04086,113.94554 -233.80717,114.98513 C -228.01851,116.64297 -221.26418,120.43074 -215.57982,116.37592 C -211.36091,113.71809 -213.05678,118.4029 -215.77936,119.43344 C -220.82539,122.25797 -227.09125,118.98178 -232.39677,121.20855 C -236.53238,123.88957 -240.74707,126.85249 -244.76678,129.74666 C -248.34219,132.01467 -251.90947,137.38626 -248.13747,140.97315 C -243.79274,146.02948 -236.37425,149.4527 -229.68248,147.08651 C -225.09383,144.85973 -221.79206,140.75401 -217.61535,137.88661 C -215.10454,135.69469 -212.49235,133.26839 -210.83749,130.50207 C -210.86477,126.92195 -214.68529,121.91303 -210.252,119.57013 C -207.25619,117.95208 -205.81053,112.12098 -209.75314,110.87946 C -214.16982,109.44692 -216.95156,115.09837 -221.43751,113.68608 C -228.47365,112.76758 -235.5565,107.20489 -242.69931,110.72434 C -246.89551,113.06547 -243.47174,109.4356 -241.45524,108.56544 C -237.85613,106.84628 -232.73147,104.36798 -233.94637,99.617708 C -234.27189,95.083838 -239.22223,93.197522 -242.95318,91.723135 C -247.61613,89.074942 -253.27003,89.345117 -258.06082,86.933298 C -257.89248,70.385101 -257.58805,53.76423 -258.26571,37.261116 C -259.2092,32.393288 -265.59824,31.96057 -269.68453,32.256957 z M -258.66259,91.764016 C -251.5059,92.239344 -243.21163,93.474137 -238.58238,99.271629 C -238.96251,103.06003 -244.00295,103.80224 -246.52821,106.14082 C -248.92267,108.48087 -251.12372,105.80503 -251.02958,103.27159 C -252.70852,98.336432 -258.20582,95.710815 -263.31841,96.533197 C -267.00561,96.7255 -263.71935,91.937514 -261.395,92.380192 C -260.48382,92.178338 -259.57521,91.953759 -258.66259,91.764016 z " />
-        <path
-           style="fill:url(#linearGradient5544);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           sodipodi:nodetypes="ccccczccccccccccccccccccczccccc"
-           id="path5498"
-           d="M -324.0398,30.70877 C -336.3492,30.820231 -335.15663,39.652507 -334.79476,45.313268 C -334.5469,60.436643 -334.38614,75.599009 -334.01234,90.698281 C -333.20516,93.057424 -330.71249,93.985661 -328.75475,95.252079 C -334.4553,96.476239 -336.96996,102.43195 -340.11175,106.59303 C -342.33294,111.36531 -347.84019,115.92868 -345.92111,121.43642 C -344.00204,126.94416 -332.21757,127.68181 -324.95408,127.12866 C -299.06901,127.09789 -273.17022,127.14905 -247.29372,127.06713 C -243.29961,126.16956 -240.99668,122.03601 -241.4977,118.23645 C -238.30082,114.95371 -233.32521,118.03039 -229.53292,118.63002 C -225.71641,119.31313 -232.5646,119.27527 -233.19362,120.54849 C -238.23604,122.95799 -242.6166,126.65447 -246.90973,130.10509 C -250.44674,132.97354 -252.4229,138.10741 -249.57412,142.08235 C -246.21315,145.92284 -241.41489,148.84284 -236.30395,149.79628 C -230.65487,150.83779 -225.57101,147.82678 -221.6157,144.24077 C -216.87391,140.59839 -212.0873,136.78287 -208.84361,131.80554 C -207.76302,128.26399 -211.47449,123.86671 -208.08348,121.09796 C -204.93438,118.46115 -204.06893,113.02076 -207.41836,110.2673 C -212.81988,106.81278 -218.36682,114.55112 -223.89705,111.29128 C -227.94209,110.1659 -231.91311,108.52596 -236.17676,108.45194 C -231.52711,105.88023 -229.62903,98.782331 -234.08944,95.153402 C -239.61551,89.404431 -248.455,88.793917 -255.40182,85.744487 C -255.86992,78.940296 -255.53665,71.972758 -255.70928,65.098797 C -255.80747,55.730822 -255.73864,46.312632 -255.94025,36.975777 C -258.03631,31.236293 -265.34014,30.439522 -270.76286,30.729689 C -289.40725,30.770714 -311.88665,30.597309 -324.0398,30.70877 z M -255.46516,94.482857 C -250.34561,95.62106 -244.69322,96.21649 -240.83258,100.05203 C -242.37635,102.55028 -245.27573,103.64481 -247.80048,104.97505 C -249.71506,99.684643 -254.39847,94.970039 -260.51378,95.138259 C -260.66903,94.131274 -256.73261,94.551178 -255.46516,94.482857 z " />
-      </g>
-      <rect
-         y="78.658051"
-         x="33.326111"
-         width="57.567924"
-         style="fill:url(#linearGradient5546);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5548);stroke-width:1.44734821pt"
-         id="rect5500"
-         height="8.3153667" />
-      <path
-         style="fill:url(#linearGradient5550);fill-rule:evenodd;stroke-width:0.90459263;stroke-opacity:0.07438019"
-         sodipodi:nodetypes="czzczczzzzzzzc"
-         id="path5502"
-         d="M 98.723806,78.927818 C 95.18666,77.759681 93.50122,82.555591 98.766686,81.004087 C 104.03217,79.452583 120.13123,85.906451 120.37383,89.795491 C 120.61643,93.905503 101.5003,98.581154 106.74108,104.42426 C 111.62816,110.70149 115.35468,100.13868 123.54696,104.21261 C 131.73923,108.17607 136.26048,109.72394 142.25488,104.94185 C 149.10027,101.9342 145.04599,107.07658 139.57918,113.60451 C 134.11237,120.13244 144.00251,115.08156 147.91225,105.31962 C 151.93248,95.557673 139.13128,107.33503 133.66268,105.40571 C 128.19408,103.47639 119.73678,97.849788 113.27625,102.55563 C 106.81572,107.26147 109.62894,99.493003 114.85637,97.90307 C 120.0838,96.092166 122.81363,93.045722 122.85597,90.161522 C 122.89831,87.498293 117.92629,84.811803 112.94229,82.402852 C 107.73732,79.993901 100.49788,78.588966 98.723806,78.927818 z " />
-      <path
-         style="fill:url(#linearGradient5552);fill-opacity:1;fill-rule:evenodd;stroke-width:1.44734821pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path5504"
-         d="M 15.102732,106.80712 C 13.80355,109.23224 17.148847,113.52338 19.900059,113.52338 L 107.85106,113.52338 C 110.18914,113.52338 113.70766,110.4906 112.64839,108.40622 L 102.7339,88.897093 C 101.97024,87.394398 100.26184,86.65834 98.576216,86.65834 L 28.215425,86.658339 C 26.825434,86.658339 25.353768,87.671846 24.697385,88.897093 L 15.102732,106.80712 z " />
-      <rect
-         y="22.413721"
-         x="26.015469"
-         width="72.279724"
-         style="fill:url(#linearGradient5554);fill-opacity:1;fill-rule:evenodd;stroke-width:1.62826681"
-         ry="5.4369707"
-         rx="5.4369707"
-         id="rect5506"
-         height="60.126495" />
-      <rect
-         y="31.695871"
-         x="33.386066"
-         width="58.178177"
-         style="fill:url(#radialGradient5556);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5558);stroke-width:1.4649456pt"
-         id="rect5508"
-         height="38.044163" />
-      <path
-         style="fill:url(#linearGradient5560);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzccccc"
-         id="path5510"
-         d="M 27.690431,52.841444 L 27.370609,74.749236 C 27.319624,78.241665 29.310209,80.477938 32.807578,80.506029 L 72.625393,80.825852 L 76.463254,71.87084 L 32.008024,71.55102 L 31.688202,52.681533 L 27.690431,52.841444 z " />
-      <g
-         transform="matrix(-1,0,0,1,125.4301,0)"
-         id="g5512">
-        <path
-           style="fill:url(#linearGradient5562);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path5514"
-           d="M 42.062098,33.460351 L 77.341205,33.008055 C 82.787126,32.938235 89.553204,38.416797 89.553204,43.863165 L 89.553204,60.14583 L 41.609801,59.693534 L 42.062098,33.460351 z " />
-        <path
-           style="fill:url(#linearGradient5564);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path5516"
-           d="M 78.337784,67.629235 L 46.723745,67.724544 C 41.843589,67.739257 35.829319,62.771024 35.877168,57.891081 L 36.020221,43.301821 L 78.973514,44.128288 L 78.337784,67.629235 z " />
-      </g>
-      <path
-         style="fill:url(#linearGradient5566);fill-opacity:1;fill-rule:evenodd;stroke-width:0.72367412;stroke-opacity:0.34710741"
-         sodipodi:nodetypes="cczzzzzzc"
-         id="path5518"
-         d="M 137.39107,112.02341 C 137.39107,112.02341 129.0757,110.26438 123.63872,113.62251 C 118.20176,116.98064 109.96635,123.21719 108.76702,124.81628 C 107.40777,126.57531 107.42036,130.22796 109.24674,131.53253 L 114.84364,135.53031 C 118.31797,138.01198 124.86218,139.25396 128.11624,136.48978 L 142.98795,123.85681 C 144.79792,122.3193 145.72732,118.27921 144.10733,116.82073 C 142.95609,115.04975 140.4892,112.91939 137.39107,112.02341 z " />
-      <path
-         style="fill:url(#linearGradient5568);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzc"
-         id="path5520"
-         d="M 142.3483,121.13833 L 125.91043,133.59673 C 122.97154,135.82414 118.65484,134.11775 116.28283,133.77129 C 113.9108,133.42481 111.88528,131.87901 112.12516,132.33209 C 112.36503,132.78517 115.08349,135.71687 117.72203,136.48978 C 120.36055,137.26267 124.9543,138.89307 127.50953,136.15531 C 130.06477,133.41755 145.2267,123.53699 142.3483,121.13833 z " />
-      <path
-         style="fill:url(#linearGradient5570);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="cczc"
-         id="path5522"
-         d="M 132.11225,127.51984 C 135.31047,122.88242 120.11893,113.12786 109.08509,127.0401 C 110.20446,130.71805 116.80662,132.5992 121.82304,132.33547 C 126.68363,132.07993 129.50037,129.97181 132.11225,127.51984 z " />
-      <path
-         style="fill:url(#linearGradient5572);fill-opacity:1;fill-rule:evenodd;stroke-width:1.08551121"
-         sodipodi:nodetypes="cccccccc"
-         id="path5524"
-         d="M 138.63464,112.68306 C 135.9958,113.22749 132.31739,114.43079 129.87534,116.38362 C 128.77009,115.68011 125.32759,114.5677 123.66767,113.84494 L 123.24572,114.10517 C 129.67287,117.23476 136.43512,117.91249 135.88192,122.87668 C 136.33675,122.98575 137.05589,123.09702 136.73191,122.38863 C 136.41775,118.90392 132.50587,117.23351 131.02697,116.81532 C 133.17224,114.26602 136.255,113.70892 138.63464,112.68306 z " />
-      <path
-         style="fill:url(#linearGradient5574);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path5526"
-         d="M 18.891612,106.48414 C 17.978451,108.31614 19.173914,111.55774 22.263529,111.55774 L 105.0195,111.55774 C 106.66288,111.55774 109.13595,109.26672 108.39142,107.69215 L 101.42279,92.954575 C 100.88602,91.819403 99.685232,91.263378 98.500462,91.263378 L 28.108183,91.263369 C 27.131195,91.263369 26.0968,92.028994 25.635445,92.954575 L 18.891612,106.48414 z " />
-      <text
-         y="-14.660837"
-         xml:space="preserve"
-         x="6.147172"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text5528"><tspan
-           id="tspan5530">Computer</tspan></text>
-      <text
-         y="-34.951134"
-         xml:space="preserve"
-         x="84.564949"
-         transform="scale(0.246729,0.246729)"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text5532"><tspan
-           id="tspan5534">Created by Andrew Fitzsimon</tspan></text>
-    </g>
-    <g
-       id="g6024"
-       transform="matrix(-1,0,0,1,900.16045,422.61731)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157">
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path6027"
-         d="M 60.545133,72.847539 C 65.294534,78.031101 68.316881,87.318315 75.00922,87.318316 C 81.485677,85.518467 82.349205,70.11177 83.212732,66.800051 C 75.872748,71.839624 68.316882,74.71938 60.545133,72.847539 z " />
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#d20000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccssssc"
-         id="path6029"
-         d="M 31.546762,99.654209 C 31.156121,124.85047 95.78552,127.73183 95.62922,99.654209 C 97.174007,77.325462 86.068776,64.629762 83.309105,66.788232 C 81.907864,67.884209 81.387229,92.223995 71.919297,86.625353 C 67.316417,83.903554 62.167959,73.44849 59.915352,73.101625 C 56.516277,72.578221 50.007529,69.826123 44.029815,64.675414 C 42.461522,63.324094 32.076211,77.214403 31.546762,99.654209 z " />
-      <path
-         style="fill:url(#radialGradient2797);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2796"
-         d="M 43.53125,77.3125 C 40.353026,86.016409 37.202011,96.366079 40.377303,105.23542 C 48.984655,117.18204 66.049398,117.25223 79.222417,115.04972 C 88.094278,113.47345 96.636121,105.87972 94.744454,96.188658 C 94.751182,88.561019 93.319573,80.643142 89.09375,74.1875 C 87.954705,81.120157 85.706152,92.347929 76.686643,91.786583 C 66.841974,89.84774 65.058803,76.33878 54.747596,75.105769 C 49.945701,71.530053 45.566465,69.110698 43.783935,76.852875 L 43.53125,77.3125 z " />
-      <path
-         transform="matrix(0.440859,0,0,0.441062,0.997459,16.38124)"
-         style="fill:#efd7c7;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:type="arc"
-         sodipodi:ry="57.825485"
-         sodipodi:rx="60.94183"
-         sodipodi:cy="70.290855"
-         sodipodi:cx="150.27701"
-         id="path6032"
-         d="M 211.21884 70.290855 A 60.94183 57.825485 0 1 1  89.335178,70.290855 A 60.94183 57.825485 0 1 1  211.21884 70.290855 z" />
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccccc"
-         id="path3720"
-         d="M 56.980881,5.8426527 C 39.420698,8.0166254 30.552872,16.206245 24.211446,49.532095 C 14.512196,98.076517 21.871677,115.5525 32.990311,115.56714 C 17.54932,102.40769 63.877625,86.740105 56.295103,44.070713 C 68.4508,48.712358 94.51097,54.349644 95.164349,41.718703 C 97.176702,29.219492 88.64173,4.4775042 56.980881,5.8426527 z " />
-      <path
-         style="fill:url(#linearGradient2789);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2164"
-         d="M 60.687242,45.028999 C 62.530882,55.403773 61.180052,64.151015 58.312242,71.685249 C 61.630122,73.07804 65.296862,73.904 69.155992,73.903999 C 83.975322,73.903999 95.981712,62.468019 95.999742,48.403999 C 88.357632,52.885439 70.244092,48.678277 60.687242,45.028999 z " />
-      <path
-         style="fill:url(#radialGradient2791);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2790"
-         d="M 52.174948,8.1325312 C 35.846775,12.141346 31.110158,30.475875 28.060647,44.840387 C 24.465246,64.767005 19.485139,85.90438 25.518698,105.82003 C 29.863591,114.87216 28.026452,106.52571 31.049538,102.11795 C 41.311249,87.323083 56.256862,73.307418 55.936774,53.886064 C 56.647391,49.398848 52.34734,38.640985 60.701717,42.254379 C 70.683443,45.202557 82.078811,49.011247 92.143698,44.632531 C 96.945103,37.45042 93.288237,27.137344 88.876323,20.399742 C 81.135092,8.5919962 65.300885,5.0194752 52.174948,8.1325312 z " />
-    </g>
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.63842154;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
-       sodipodi:nodetypes="cccccccccccc"
-       id="path699"
-       d="M 319.16674,325.66524 L 432.27399,313.12251 L 422.57906,332.08242 L 484.9028,325.95688 C 484.9028,325.95688 494.59773,306.41369 495.05931,306.41369 C 495.52148,306.41369 517.68079,331.79078 517.68079,331.79078 C 517.68079,331.79078 465.51355,358.33479 465.05197,358.33479 C 465.51355,358.91808 474.74689,339.66616 474.74689,339.37453 L 402.72705,345.79207 L 412.42255,326.24852 L 309.01023,338.4996 L 319.16674,325.66524 z "
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157" />
-    <text
-       xml:space="preserve"
-       style="font-size:48px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont;font-stretch:normal;font-variant:normal;text-anchor:start;text-align:start;writing-mode:lr;line-height:125%"
-       x="140"
-       y="521.23737"
-       id="text7612"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan7614"
-         x="140"
-         y="521.23737">Server</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="359.5625"
-       y="261.21948"
-       id="text7877"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan7879"
-         x="359.5625"
-         y="261.21948">bzr checkout</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path9548"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(42.857147,67.142853)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="325.71429"
-       y="259.52307"
-       id="text9550"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan9552"
-         x="325.71429"
-         y="259.52307">1</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path9554"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(492.85715,-2.8571472)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="777.71429"
-       y="191.52307"
-       id="text9556"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan9558"
-         x="777.71429"
-         y="191.52307">2</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="819.5625"
-       y="191.21948"
-       id="text9566"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan9568"
-         x="819.5625"
-         y="191.21948">bzr update</tspan></text>
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.29065037;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
-       sodipodi:nodetypes="cccccccccccc"
-       id="path9650"
-       d="M 539.95542,466.93556 L 415.85387,476.71718 L 426.49116,461.93102 L 358.1094,466.70812 C 358.1094,466.70812 347.47211,481.94916 346.96566,481.94916 C 346.45858,481.94916 322.14533,462.15846 322.14533,462.15846 C 322.14533,462.15846 379.38334,441.45772 379.88978,441.45772 C 379.38334,441.00284 369.25249,456.01673 369.25249,456.24417 L 448.27282,451.23935 L 437.63489,466.48068 L 551.09912,456.92649 L 539.95542,466.93556 z "
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157" />
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path9652"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(51.511043,348.5966)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="334.36819"
-       y="540.97681"
-       id="text9654"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan9656"
-         x="334.36819"
-         y="540.97681">3</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="369.5625"
-       y="544.09448"
-       id="text9658"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan9660"
-         x="369.5625"
-         y="544.09448">bzr commit</tspan></text>
-  </g>
-</svg>

=== removed file 'doc/ja/user-guide/images/workflows_gatekeeper.png'
Binary files old/doc/ja/user-guide/images/workflows_gatekeeper.png	2009-10-29 10:01:19 +0000 and new/doc/ja/user-guide/images/workflows_gatekeeper.png	1970-01-01 00:00:00 +0000 differ
=== removed file 'doc/ja/user-guide/images/workflows_gatekeeper.svg'
--- old/doc/ja/user-guide/images/workflows_gatekeeper.svg	2009-10-29 10:01:19 +0000
+++ new/doc/ja/user-guide/images/workflows_gatekeeper.svg	1970-01-01 00:00:00 +0000
@@ -1,2137 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://web.resource.org/cc/"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="1052.3622"
-   height="744.09448"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.45.1"
-   version="1.0"
-   sodipodi:docbase="/home/ian/Desktop/talk/workflows"
-   sodipodi:docname="workflows_gatekeeper.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_manualpqm.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90">
-  <defs
-     id="defs4">
-    <radialGradient
-       xlink:href="#linearGradient5992"
-       r="33.156250"
-       inkscape:collect="always"
-       id="radialGradient6000"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,1.693685,0.000000,-197.9515)"
-       fy="285.36218"
-       fx="495.50000"
-       cy="285.36218"
-       cx="495.50000" />
-    <linearGradient
-       y2="187.57059"
-       y1="225.40080"
-       xlink:href="#linearGradient5963"
-       x2="458.91232"
-       x1="383.95898"
-       inkscape:collect="always"
-       id="linearGradient5969"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient3586">
-      <stop
-         style="stop-color:#000000;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop3588" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop3590" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5963">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop5965" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop5967" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5992">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop5994" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop5996" />
-    </linearGradient>
-    <linearGradient
-       y2="-0.45783132"
-       y1="3.3012049"
-       xlink:href="#linearGradient893"
-       x2="0.92957747"
-       x1="-2.3960868e-17"
-       id="linearGradient4284" />
-    <linearGradient
-       y2="-0.033519555"
-       y1="2.0837989"
-       xlink:href="#linearGradient893"
-       x2="0.99074072"
-       x1="-0.77314812"
-       id="linearGradient4283" />
-    <linearGradient
-       y2="1.8771822"
-       y1="-0.033741195"
-       xlink:href="#linearGradient902"
-       x2="0.48453596"
-       x1="0.47041038"
-       id="linearGradient2740"
-       gradientTransform="scale(0.997153,1.002855)" />
-    <linearGradient
-       y2="1.9025002"
-       y1="-0.043652620"
-       xlink:href="#linearGradient902"
-       x2="0.48481107"
-       x1="0.47042510"
-       id="linearGradient1506"
-       gradientTransform="scale(0.995847,1.004170)" />
-    <linearGradient
-       y2="1.8570156"
-       y1="-0.024853170"
-       xlink:href="#linearGradient902"
-       x2="0.48548824"
-       x1="0.47157744"
-       id="linearGradient1505"
-       gradientTransform="scale(0.997825,1.002180)" />
-    <linearGradient
-       y2="182.99154"
-       y1="169.09755"
-       xlink:href="#linearGradient892"
-       x2="88.996957"
-       x1="88.755695"
-       id="linearGradient1404"
-       gradientTransform="scale(1.3695887,0.7301462)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient1317"
-       r="0.34964636"
-       id="radialGradient1316"
-       fy="0.18269235"
-       fx="0.50352114"
-       cy="0.50000006"
-       cx="0.50000000" />
-    <radialGradient
-       xlink:href="#linearGradient1317"
-       r="0.41197181"
-       id="radialGradient1315"
-       fy="0.26666668"
-       fx="0.47535211"
-       cy="0.53333336"
-       cx="0.47887325" />
-    <linearGradient
-       y2="173.03153"
-       y1="177.77768"
-       xlink:href="#linearGradient902"
-       x2="95.100155"
-       x1="101.10657"
-       id="linearGradient1171"
-       gradientTransform="scale(1.3601783,0.7351977)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="1.8378206"
-       y1="-0.016295359"
-       xlink:href="#linearGradient902"
-       x2="0.48655096"
-       x1="0.47284532"
-       id="linearGradient1170"
-       gradientTransform="scale(0.998371,1.001632)" />
-    <linearGradient
-       y2="81.477602"
-       y1="224.57898"
-       xlink:href="#linearGradient893"
-       x2="74.533693"
-       x1="146.69923"
-       id="linearGradient1169"
-       gradientTransform="scale(1.1870691,0.842411)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="133.54711"
-       y1="228.39311"
-       xlink:href="#linearGradient888"
-       x2="88.447016"
-       x1="141.60217"
-       id="linearGradient1167"
-       gradientTransform="scale(1.1838753,0.8446836)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="148.78619"
-       y1="131.25248"
-       xlink:href="#linearGradient1317"
-       x2="107.04918"
-       x1="111.49758"
-       id="linearGradient1166"
-       gradientTransform="scale(1.223869,0.8170809)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="176.28694"
-       y1="269.85831"
-       xlink:href="#linearGradient888"
-       x2="-16.224496"
-       x1="51.460928"
-       id="linearGradient1157"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="234.26866"
-       y1="178.48862"
-       xlink:href="#linearGradient888"
-       x2="25.220815"
-       x1="25.220815"
-       id="linearGradient1156"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="105.42543"
-       y1="76.277559"
-       xlink:href="#linearGradient892"
-       x2="8.346058"
-       x1="35.190362"
-       id="linearGradient1150"
-       gradientTransform="scale(1.3283861,0.7527932)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="20.481863"
-       y1="49.507656"
-       xlink:href="#linearGradient892"
-       x2="70.224305"
-       x1="39.690614"
-       id="linearGradient1148"
-       gradientTransform="scale(1.329144,0.7523639)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="113.71949"
-       y1="90.197025"
-       xlink:href="#linearGradient892"
-       x2="17.876529"
-       x1="39.810948"
-       id="linearGradient1146"
-       gradientTransform="scale(1.3207392,0.7571517)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="251.21892"
-       y1="203.499"
-       xlink:href="#linearGradient892"
-       x2="31.617281"
-       x1="31.449743"
-       id="linearGradient1144"
-       gradientTransform="scale(2.1051174,0.4750329)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="-0.45783132"
-       y1="3.3012049"
-       xlink:href="#linearGradient888"
-       x2="0.92957747"
-       x1="0.00000000"
-       id="linearGradient1141" />
-    <linearGradient
-       y2="232.24952"
-       y1="110.4447"
-       xlink:href="#linearGradient888"
-       x2="41.967061"
-       x1="45.685757"
-       id="linearGradient1140"
-       gradientTransform="scale(1.9102155,0.5235012)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="75.912531"
-       y1="375.92199"
-       xlink:href="#linearGradient1806"
-       x2="-268.25407"
-       x1="-249.72067"
-       id="linearGradient1138"
-       gradientTransform="scale(1.087146,0.9198397)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient1133"
-       r="68.589222"
-       id="radialGradient1132"
-       fy="39.288476"
-       fx="72.107883"
-       cy="56.485935"
-       cx="60.004654"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="11.699047"
-       y1="208.43991"
-       xlink:href="#linearGradient888"
-       x2="95.644441"
-       x1="-77.726178"
-       id="linearGradient905"
-       gradientTransform="scale(1.0964158,0.9120627)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       xlink:href="#linearGradient1806"
-       id="linearGradient901" />
-    <linearGradient
-       y2="91.07699"
-       y1="-3.9104078"
-       xlink:href="#linearGradient888"
-       x2="27.674331"
-       x1="92.437968"
-       id="linearGradient891"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient888">
-      <stop
-         style="stop-color:#626262;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop889" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop890" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient892">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.00000000;"
-         offset="0.00000000"
-         id="stop893" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop894" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient902">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.00000000;"
-         offset="0.00000000"
-         id="stop903" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.22000000;"
-         offset="1.0000000"
-         id="stop904" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1098">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1.0000000;"
-         offset="0.00000000"
-         id="stop1099" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.22314049;"
-         offset="0.50000000"
-         id="stop1101" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.00000000;"
-         offset="0.59930235"
-         id="stop1102" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.60330576;"
-         offset="1.0000000"
-         id="stop1100" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1133">
-      <stop
-         style="stop-color:#8bb7df;stop-opacity:1.0000000;"
-         offset="0.00000000"
-         id="stop1134" />
-      <stop
-         style="stop-color:#2a6092;stop-opacity:1.0000000;"
-         offset="0.76209301"
-         id="stop1136" />
-      <stop
-         style="stop-color:#375e82;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop1135" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1317">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52892560;"
-         offset="0.00000000"
-         id="stop1318" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.17355372;"
-         offset="0.50000000"
-         id="stop1320" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.00000000;"
-         offset="1.0000000"
-         id="stop1319" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient893">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop895" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop896" />
-    </linearGradient>
-    <radialGradient
-       xlink:href="#linearGradient1806"
-       r="11.574221"
-       id="radialGradient1977"
-       fy="39.410465"
-       fx="42.280806"
-       cy="39.007645"
-       cx="42.007257"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient1806">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.35051546;"
-         offset="0.0000000"
-         id="stop1807" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.13402061;"
-         offset="0.64999998"
-         id="stop3276" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop1808" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5281"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5283"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5285"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="5.5130484"
-       inkscape:collect="always"
-       id="radialGradient1828"
-       fy="61.38567"
-       fx="86.542037"
-       cy="61.38567"
-       cx="86.542037"
-       gradientTransform="matrix(-0.8164966,0,0,1.2247449,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="11.123441"
-       inkscape:collect="always"
-       id="radialGradient1824"
-       fy="58.887858"
-       fx="118.06427"
-       cy="58.54025"
-       cx="117.17439"
-       gradientTransform="matrix(-0.6229142,0,0,1.6053575,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="22.00904"
-       inkscape:collect="always"
-       id="radialGradient1822"
-       fy="87.892895"
-       fx="45.50637"
-       cy="88.322677"
-       cx="45.139623"
-       gradientTransform="matrix(-1.0914815,0,0,0.9161859,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="18.836343"
-       inkscape:collect="always"
-       id="radialGradient1818"
-       fy="33.351633"
-       fx="48.40165"
-       cy="32.467054"
-       cx="48.40165"
-       gradientTransform="matrix(-1.1146027,0,0,0.8971807,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="74.834393"
-       y1="57.093738"
-       xlink:href="#linearGradient4376"
-       x2="50.203204"
-       x1="50.52668"
-       inkscape:collect="always"
-       id="linearGradient1815"
-       gradientTransform="matrix(-1.3516689,0,0,0.7398261,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient4384">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop4385" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4386" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4376">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop4377" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4378" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4362">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop4363" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4364" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4358">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop4359" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop4360" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="radialGradient5536"
-       gradientUnits="userSpaceOnUse"
-       cx="42.007257"
-       cy="39.007645"
-       fx="42.280806"
-       fy="39.410465"
-       r="11.574221" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5538"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5540"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5542"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5544"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5546"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       x1="25.220815"
-       y1="178.48862"
-       x2="25.220815"
-       y2="234.26866" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5548"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       x1="51.460928"
-       y1="269.85831"
-       x2="-16.224496"
-       y2="176.28694" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient893"
-       id="linearGradient5550"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.1870691,0.842411)"
-       x1="146.69923"
-       y1="224.57898"
-       x2="74.533693"
-       y2="81.477602" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5552"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.9102155,0.5235012)"
-       x1="45.685757"
-       y1="110.4447"
-       x2="41.967061"
-       y2="232.24952" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5554"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.0964158,0.9120627)"
-       x1="-77.726178"
-       y1="208.43991"
-       x2="95.644441"
-       y2="11.699047" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1133"
-       id="radialGradient5556"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       cx="60.004654"
-       cy="56.485935"
-       fx="72.107883"
-       fy="39.288476"
-       r="68.589222" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5558"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       x1="92.437968"
-       y1="-3.9104078"
-       x2="27.674331"
-       y2="91.07699" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5560"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3207392,0.7571517)"
-       x1="39.810948"
-       y1="90.197025"
-       x2="17.876529"
-       y2="113.71949" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5562"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.329144,0.7523639)"
-       x1="39.690614"
-       y1="49.507656"
-       x2="70.224305"
-       y2="20.481863" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5564"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3283861,0.7527932)"
-       x1="35.190362"
-       y1="76.277559"
-       x2="8.346058"
-       y2="105.42543" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5566"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.1838753,0.8446836)"
-       x1="141.60217"
-       y1="228.39311"
-       x2="88.447016"
-       y2="133.54711" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient902"
-       id="linearGradient5568"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3601783,0.7351977)"
-       x1="101.10657"
-       y1="177.77768"
-       x2="95.100155"
-       y2="173.03153" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5570"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3695887,0.7301462)"
-       x1="88.755695"
-       y1="169.09755"
-       x2="88.996957"
-       y2="182.99154" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1317"
-       id="linearGradient5572"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.223869,0.8170809)"
-       x1="111.49758"
-       y1="131.25248"
-       x2="107.04918"
-       y2="148.78619" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5574"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.1051174,0.4750329)"
-       x1="31.449743"
-       y1="203.499"
-       x2="31.617281"
-       y2="251.21892" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5714"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="39.648127"
-       inkscape:collect="always"
-       id="radialGradient2797"
-       fy="101.92288"
-       fx="50.092871"
-       cy="102.70191"
-       cx="49.760482"
-       gradientTransform="scale(1.1222336,0.8910801)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="35.284406"
-       inkscape:collect="always"
-       id="radialGradient2791"
-       fy="32.061308"
-       fx="81.553592"
-       cy="33.402904"
-       cx="80.599566"
-       gradientTransform="scale(0.8352269,1.1972794)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="67.164412"
-       y1="53.505203"
-       xlink:href="#linearGradient4376"
-       x2="63.804663"
-       x1="64.786456"
-       inkscape:collect="always"
-       id="linearGradient2789"
-       gradientTransform="scale(1.1424512,0.8753109)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient6015">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop6017" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6019" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6009">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop6011" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6013" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6003">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop6005" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6007" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5997">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop5999" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop6001" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient6037"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       y2="0.46093750"
-       y1="0.46093750"
-       xlink:href="#linearGradient650"
-       x2="1.16666818"
-       x1="1.22222710"
-       spreadMethod="repeat"
-       id="linearGradient654"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       y2="0.53906250"
-       y1="0.53125000"
-       xlink:href="#linearGradient650"
-       x2="1.16666901"
-       x1="1.00000548"
-       spreadMethod="repeat"
-       id="linearGradient653"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       id="linearGradient650">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop651" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop652" />
-    </linearGradient>
-    <linearGradient
-       y2="0.46093750"
-       y1="0.46093750"
-       xlink:href="#linearGradient650"
-       x2="1.16666818"
-       x1="1.22222710"
-       spreadMethod="repeat"
-       id="linearGradient9648"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       y2="0.53906250"
-       y1="0.53125000"
-       xlink:href="#linearGradient650"
-       x2="1.16666901"
-       x1="1.00000548"
-       spreadMethod="repeat"
-       id="linearGradient9646"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       id="linearGradient9640">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop9642" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop9644" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="radialGradient7932"
-       gradientUnits="userSpaceOnUse"
-       cx="42.007257"
-       cy="39.007645"
-       fx="42.280806"
-       fy="39.410465"
-       r="11.574221" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient7934"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient7936"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient7938"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient7940"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient7942"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       x1="25.220815"
-       y1="178.48862"
-       x2="25.220815"
-       y2="234.26866" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient7944"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       x1="51.460928"
-       y1="269.85831"
-       x2="-16.224496"
-       y2="176.28694" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient893"
-       id="linearGradient7946"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.1870691,0.842411)"
-       x1="146.69923"
-       y1="224.57898"
-       x2="74.533693"
-       y2="81.477602" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient7948"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.9102155,0.5235012)"
-       x1="45.685757"
-       y1="110.4447"
-       x2="41.967061"
-       y2="232.24952" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient7950"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.0964158,0.9120627)"
-       x1="-77.726178"
-       y1="208.43991"
-       x2="95.644441"
-       y2="11.699047" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1133"
-       id="radialGradient7952"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       cx="60.004654"
-       cy="56.485935"
-       fx="72.107883"
-       fy="39.288476"
-       r="68.589222" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient7954"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       x1="92.437968"
-       y1="-3.9104078"
-       x2="27.674331"
-       y2="91.07699" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient7956"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3207392,0.7571517)"
-       x1="39.810948"
-       y1="90.197025"
-       x2="17.876529"
-       y2="113.71949" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient7958"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.329144,0.7523639)"
-       x1="39.690614"
-       y1="49.507656"
-       x2="70.224305"
-       y2="20.481863" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient7960"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3283861,0.7527932)"
-       x1="35.190362"
-       y1="76.277559"
-       x2="8.346058"
-       y2="105.42543" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient7962"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.1838753,0.8446836)"
-       x1="141.60217"
-       y1="228.39311"
-       x2="88.447016"
-       y2="133.54711" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient902"
-       id="linearGradient7964"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3601783,0.7351977)"
-       x1="101.10657"
-       y1="177.77768"
-       x2="95.100155"
-       y2="173.03153" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient7966"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3695887,0.7301462)"
-       x1="88.755695"
-       y1="169.09755"
-       x2="88.996957"
-       y2="182.99154" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1317"
-       id="linearGradient7968"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.223869,0.8170809)"
-       x1="111.49758"
-       y1="131.25248"
-       x2="107.04918"
-       y2="148.78619" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient7990"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.1051174,0.4750329)"
-       x1="31.449743"
-       y1="203.499"
-       x2="31.617281"
-       y2="251.21892" />
-    <radialGradient
-       xlink:href="#linearGradient1861"
-       r="26.285225"
-       inkscape:collect="always"
-       id="radialGradient1887"
-       fy="44.906904"
-       fx="34.609807"
-       cy="45.317611"
-       cx="33.865884"
-       gradientTransform="scale(1.3025634,0.767717)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient1861"
-       r="27.313507"
-       inkscape:collect="always"
-       id="radialGradient1885"
-       fy="96.522109"
-       fx="44.745902"
-       cy="96.948882"
-       cx="45.838441"
-       gradientTransform="scale(1.0963096,0.9121511)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="69.990188"
-       y1="60.176033"
-       xlink:href="#linearGradient1864"
-       x2="54.084046"
-       x1="51.210938"
-       inkscape:collect="always"
-       id="linearGradient1883"
-       gradientTransform="scale(1.2343409,0.8101489)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient1858">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop1859" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop1860" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1861">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop1862" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop1863" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1864">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop1865" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop1866" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1867">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop1868" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop1869" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient11180">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop11182" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop11184" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient11174">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop11176" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop11178" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient11168">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop11170" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop11172" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient11162">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop11164" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop11166" />
-    </linearGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     gridtolerance="10000"
-     guidetolerance="10"
-     objecttolerance="10"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1"
-     inkscape:cx="559.94128"
-     inkscape:cy="472.46874"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     width="1052.3622px"
-     height="744.09448px"
-     showgrid="true"
-     inkscape:window-width="1416"
-     inkscape:window-height="825"
-     inkscape:window-x="0"
-     inkscape:window-y="25" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <g
-       inkscape:label="Layer 1"
-       id="g4996"
-       transform="matrix(0.331077,0,0,0.2676656,39.992157,230.68349)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644">
-      <g
-         transform="matrix(2.674162,0,0,2.674162,-826.248,-323.8239)"
-         id="g6052">
-        <path
-           style="fill:#c7c7c7;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:6.11299896;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-           sodipodi:nodetypes="czcczzz"
-           id="path1306"
-           d="M 362.77592,187.283 C 360.50343,190.98677 361.20593,367.68763 364.14011,374.65173 C 366.46268,380.1642 441.02381,442.12988 444.93699,443.78694 C 495.35017,443.444 529.34176,425.0858 534.99109,415.38735 C 537.14042,403.1889 535.31621,215.19709 533.25552,211.25359 C 531.47859,207.85312 436.04893,173.6386 432.71615,172.86054 C 429.71763,172.16052 365.30189,183.1661 362.77592,187.283 z " />
-        <path
-           style="fill:#ffffff;fill-opacity:0.54385968;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccccccc"
-           id="path2066"
-           d="M 366.42857,190.93361 C 391.19048,201.4098 418.60601,218.30739 446.22506,231.64072 C 472.394,225.42153 510.2022,217.10972 529.24981,213.77639 C 504.726,221.39543 472.52022,228.51448 447.99641,236.13353 C 446.56784,293.51448 447.257,380.45861 445.82843,437.83956 C 445.11414,379.98242 443.14285,291.6479 442.42856,233.79075 C 415.99999,219.50504 390,206.64789 366.42857,190.93361 z " />
-        <path
-           style="fill:#000000;fill-opacity:0.16228069;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccc"
-           id="path4356"
-           d="M 519.99794,379.97737 C 510.93834,392.99882 482.41849,399.43361 468.8726,394.16864 C 471.21835,393.5424 516.96143,380.96883 519.99794,379.97737 z " />
-        <g
-           transform="translate(2.035534,15.20712)"
-           id="g4374">
-          <path
-             style="fill:#ffffff;fill-opacity:0.39473685;fill-rule:evenodd;stroke:none;stroke-width:1.01199996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-             sodipodi:nodetypes="cccccc"
-             id="path4362"
-             d="M 471.29127,340.59039 L 513.55921,324.30516 C 517.9002,325.84805 517.04588,332.27818 517.04588,332.27818 L 510.46155,334.58088 C 510.46155,334.58088 501.26764,349.01224 484.93096,343.36795 C 484.93096,343.36795 472.7787,345.52605 471.29127,340.59039 z " />
-          <path
-             style="fill:#606060;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.11199999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-             sodipodi:nodetypes="ccccccc"
-             id="path2826"
-             d="M 471.66824,335.10501 C 485.70133,331.45482 499.73443,327.80464 513.76752,324.15445 C 514.30594,326.13864 514.34437,328.99782 513.50779,330.48201 C 511.36566,331.50652 507.10221,332.35425 504.96008,333.37876 C 498.80357,339.27354 493.45917,339.80363 483.65919,338.95243 C 479.87505,339.74603 476.0909,340.36284 472.30676,341.15644 C 471.15285,338.85897 470.82215,337.90248 471.66824,335.10501 z " />
-        </g>
-        <path
-           style="fill:#ffffff;fill-opacity:0.40350874;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccccc"
-           id="path4423"
-           d="M 364.8671,189.69191 L 446.71991,235.61832 L 446.39149,441.00771 L 366.28132,373.53968 L 364.8671,189.69191 z " />
-        <path
-           style="fill:#000000;fill-opacity:0.16228069;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccc"
-           id="path5957"
-           d="M 515.24794,392.97737 C 505.81506,405.42036 486.94113,407.56087 476.3726,403.76831 C 478.1563,403.29212 512.93901,393.73127 515.24794,392.97737 z " />
-        <path
-           style="fill:#000000;fill-opacity:0.16228069;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccc"
-           id="path5959"
-           d="M 508.24794,405.72737 C 502.79158,413.09279 492.2492,415.37141 483.8726,412.49343 C 484.991,412.19485 506.80021,406.20008 508.24794,405.72737 z " />
-        <path
-           style="fill:#fcfcfc;fill-opacity:0.44298245;fill-rule:evenodd;stroke:none;stroke-width:0.31200001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-           sodipodi:nodetypes="ccccccc"
-           id="path5973"
-           d="M 522.875,227.86218 L 527.04289,228.4302 L 527.79289,326.56929 L 463.46862,344.54896 L 461.88388,339.34073 L 523.68934,322.86218 L 522.875,227.86218 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6026"
-           d="M 462.21967,264.23013 L 462.31434,266.99086 L 522.7929,249.54632 L 462.21967,264.23013 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6036"
-           d="M 461.33579,284.2059 L 461.43046,286.96663 L 521.90902,269.52209 L 461.33579,284.2059 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6038"
-           d="M 462.21967,302.64613 L 462.31434,305.40686 L 522.7929,287.96232 L 462.21967,302.64613 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6040"
-           d="M 462.21967,320.79868 L 462.31434,323.55941 L 522.7929,306.11487 L 462.21967,320.79868 z " />
-        <path
-           style="opacity:1;color:#000000;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#9e9e9e;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="ccc"
-           id="path5988"
-           d="M 522.55191,229.64344 L 462.03362,244.76045 L 462.53549,344.35813" />
-      </g>
-    </g>
-    <g
-       id="g5256"
-       transform="translate(601.5744,227.66157)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644">
-      <path
-         transform="matrix(6.392368,0.545409,-0.130014,2.864752,-184.6606,-38.15109)"
-         style="fill:url(#radialGradient1977);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:type="arc"
-         sodipodi:ry="12.562782"
-         sodipodi:rx="12.562782"
-         sodipodi:cy="37.865574"
-         sodipodi:cx="41.875938"
-         id="path1976"
-         d="M 54.438721 37.865574 A 12.562782 12.562782 0 1 1  29.313156,37.865574 A 12.562782 12.562782 0 1 1  54.438721 37.865574 z" />
-      <g
-         transform="matrix(1,0,0,1.036969,356.8306,-11.4294)"
-         style="fill:url(#linearGradient6037);fill-opacity:1"
-         id="g4293">
-        <path
-           style="fill:url(#linearGradient5281);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path2720"
-           d="M -270.85787,33.814995 C -289.35564,33.925992 -307.93321,33.592782 -326.38104,33.981747 C -331.43469,35.696391 -331.02221,41.899652 -330.68524,46.15332 C -330.75782,60.227303 -330.53537,74.298225 -330.21167,88.36826 C -328.21297,91.039611 -323.21766,90.618387 -322.68469,94.539015 C -320.78054,96.259426 -317.05071,94.88215 -314.4389,95.333237 C -298.54999,95.360274 -282.66107,95.387302 -266.77215,95.414339 C -266.35587,90.465192 -260.12609,88.824447 -255.81783,89.540255 C -256.01688,89.058389 -261.69557,87.939375 -259.61591,84.491525 C -259.45681,68.72727 -259.19734,52.882199 -259.82064,37.168229 C -261.19394,32.980583 -267.34179,33.83368 -270.85787,33.814995 z M -236.65184,97.260473 C -234.79025,100.12642 -237.08724,103.09386 -239.92892,104.16357 C -242.6311,105.91539 -245.59105,107.62992 -248.52894,108.76804 C -253.1773,108.19079 -251.42424,101.88475 -255.01281,99.896645 C -260.33594,96.447012 -267.21045,98.43943 -273.23329,97.939231 C -291.8249,97.94887 -310.41651,97.958519 -329.00813,97.968158 C -335.45898,103.56578 -339.16595,111.40269 -341.55034,119.32178 C -337.25147,124.2061 -329.89606,122.27575 -324.10438,122.40002 C -298.64553,122.23171 -273.11679,122.61546 -247.69897,122.24542 C -243.40174,121.14669 -247.44685,114.84894 -243.58488,113.04441 C -242.73865,112.73374 -247.81245,114.4382 -247.26205,111.62955 C -245.49117,106.66028 -239.14113,105.99595 -235.92338,102.36811 C -234.39131,99.755669 -236.26958,96.922488 -238.33047,95.260495 C -237.77093,95.927151 -237.21138,96.593817 -236.65184,97.260473 z M -240.64255,111.75263 C -243.64086,113.13223 -237.02792,110.69536 -235.55512,111.97369 C -229.71113,112.74417 -224.16461,117.19625 -218.12358,115.22951 C -225.97639,116.31604 -232.799,109.03014 -240.64255,111.75263 z M -212.01083,112.33724 C -215.98173,113.85021 -208.21543,112.17765 -210.07883,115.87566 C -212.50961,119.93855 -206.99008,113.8662 -209.61436,112.54677 C -210.16198,111.94632 -211.27989,112.47663 -212.01083,112.33724 z M -213.97451,120.82946 C -220.13871,124.32615 -228.37873,119.08124 -233.85995,124.39439 C -238.36465,128.00055 -244.57099,130.35185 -247.0433,135.75122 C -247.65922,139.60202 -243.25109,141.90251 -240.44565,143.71808 C -235.60127,146.54512 -228.8227,145.75388 -225.20082,141.42836 C -220.62679,137.96117 -216.44182,134.08489 -212.48592,129.96782 C -212.82701,126.95048 -214.43694,123.63971 -213.97451,120.82946 z " />
-        <path
-           style="fill:url(#linearGradient5283);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path2723"
-           d="M -269.68453,32.256957 C -288.76965,32.351184 -307.87514,32.249603 -326.94796,32.349264 C -332.63884,33.663474 -333.90446,40.291305 -333.21597,45.149113 C -333.11996,59.896901 -333.07471,74.659754 -332.61729,89.39481 C -331.88583,93.310348 -324.86009,92.098674 -325.11097,96.44089 C -328.07184,96.184706 -331.5534,96.317135 -333.07248,99.246492 C -338.92562,104.98392 -341.99312,112.66465 -344.27268,120.28679 C -340.22572,125.96631 -332.26467,125.31453 -326.02946,124.71751 C -300.16629,124.7277 -274.28316,124.82043 -248.43245,124.77905 C -244.42424,124.78686 -243.30672,120.35609 -243.96666,117.2099 C -242.88598,112.93536 -237.04086,113.94554 -233.80717,114.98513 C -228.01851,116.64297 -221.26418,120.43074 -215.57982,116.37592 C -211.36091,113.71809 -213.05678,118.4029 -215.77936,119.43344 C -220.82539,122.25797 -227.09125,118.98178 -232.39677,121.20855 C -236.53238,123.88957 -240.74707,126.85249 -244.76678,129.74666 C -248.34219,132.01467 -251.90947,137.38626 -248.13747,140.97315 C -243.79274,146.02948 -236.37425,149.4527 -229.68248,147.08651 C -225.09383,144.85973 -221.79206,140.75401 -217.61535,137.88661 C -215.10454,135.69469 -212.49235,133.26839 -210.83749,130.50207 C -210.86477,126.92195 -214.68529,121.91303 -210.252,119.57013 C -207.25619,117.95208 -205.81053,112.12098 -209.75314,110.87946 C -214.16982,109.44692 -216.95156,115.09837 -221.43751,113.68608 C -228.47365,112.76758 -235.5565,107.20489 -242.69931,110.72434 C -246.89551,113.06547 -243.47174,109.4356 -241.45524,108.56544 C -237.85613,106.84628 -232.73147,104.36798 -233.94637,99.617708 C -234.27189,95.083838 -239.22223,93.197522 -242.95318,91.723135 C -247.61613,89.074942 -253.27003,89.345117 -258.06082,86.933298 C -257.89248,70.385101 -257.58805,53.76423 -258.26571,37.261116 C -259.2092,32.393288 -265.59824,31.96057 -269.68453,32.256957 z M -258.66259,91.764016 C -251.5059,92.239344 -243.21163,93.474137 -238.58238,99.271629 C -238.96251,103.06003 -244.00295,103.80224 -246.52821,106.14082 C -248.92267,108.48087 -251.12372,105.80503 -251.02958,103.27159 C -252.70852,98.336432 -258.20582,95.710815 -263.31841,96.533197 C -267.00561,96.7255 -263.71935,91.937514 -261.395,92.380192 C -260.48382,92.178338 -259.57521,91.953759 -258.66259,91.764016 z " />
-        <path
-           style="fill:url(#linearGradient5285);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           sodipodi:nodetypes="ccccczccccccccccccccccccczccccc"
-           id="path2737"
-           d="M -324.0398,30.70877 C -336.3492,30.820231 -335.15663,39.652507 -334.79476,45.313268 C -334.5469,60.436643 -334.38614,75.599009 -334.01234,90.698281 C -333.20516,93.057424 -330.71249,93.985661 -328.75475,95.252079 C -334.4553,96.476239 -336.96996,102.43195 -340.11175,106.59303 C -342.33294,111.36531 -347.84019,115.92868 -345.92111,121.43642 C -344.00204,126.94416 -332.21757,127.68181 -324.95408,127.12866 C -299.06901,127.09789 -273.17022,127.14905 -247.29372,127.06713 C -243.29961,126.16956 -240.99668,122.03601 -241.4977,118.23645 C -238.30082,114.95371 -233.32521,118.03039 -229.53292,118.63002 C -225.71641,119.31313 -232.5646,119.27527 -233.19362,120.54849 C -238.23604,122.95799 -242.6166,126.65447 -246.90973,130.10509 C -250.44674,132.97354 -252.4229,138.10741 -249.57412,142.08235 C -246.21315,145.92284 -241.41489,148.84284 -236.30395,149.79628 C -230.65487,150.83779 -225.57101,147.82678 -221.6157,144.24077 C -216.87391,140.59839 -212.0873,136.78287 -208.84361,131.80554 C -207.76302,128.26399 -211.47449,123.86671 -208.08348,121.09796 C -204.93438,118.46115 -204.06893,113.02076 -207.41836,110.2673 C -212.81988,106.81278 -218.36682,114.55112 -223.89705,111.29128 C -227.94209,110.1659 -231.91311,108.52596 -236.17676,108.45194 C -231.52711,105.88023 -229.62903,98.782331 -234.08944,95.153402 C -239.61551,89.404431 -248.455,88.793917 -255.40182,85.744487 C -255.86992,78.940296 -255.53665,71.972758 -255.70928,65.098797 C -255.80747,55.730822 -255.73864,46.312632 -255.94025,36.975777 C -258.03631,31.236293 -265.34014,30.439522 -270.76286,30.729689 C -289.40725,30.770714 -311.88665,30.597309 -324.0398,30.70877 z M -255.46516,94.482857 C -250.34561,95.62106 -244.69322,96.21649 -240.83258,100.05203 C -242.37635,102.55028 -245.27573,103.64481 -247.80048,104.97505 C -249.71506,99.684643 -254.39847,94.970039 -260.51378,95.138259 C -260.66903,94.131274 -256.73261,94.551178 -255.46516,94.482857 z " />
-      </g>
-      <rect
-         y="78.658051"
-         x="33.326111"
-         width="57.567924"
-         style="fill:url(#linearGradient1156);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1157);stroke-width:1.44734821pt"
-         id="rect1155"
-         height="8.3153667" />
-      <path
-         style="fill:url(#linearGradient1169);fill-rule:evenodd;stroke-width:0.90459263;stroke-opacity:0.07438019"
-         sodipodi:nodetypes="czzczczzzzzzzc"
-         id="path2676"
-         d="M 98.723806,78.927818 C 95.18666,77.759681 93.50122,82.555591 98.766686,81.004087 C 104.03217,79.452583 120.13123,85.906451 120.37383,89.795491 C 120.61643,93.905503 101.5003,98.581154 106.74108,104.42426 C 111.62816,110.70149 115.35468,100.13868 123.54696,104.21261 C 131.73923,108.17607 136.26048,109.72394 142.25488,104.94185 C 149.10027,101.9342 145.04599,107.07658 139.57918,113.60451 C 134.11237,120.13244 144.00251,115.08156 147.91225,105.31962 C 151.93248,95.557673 139.13128,107.33503 133.66268,105.40571 C 128.19408,103.47639 119.73678,97.849788 113.27625,102.55563 C 106.81572,107.26147 109.62894,99.493003 114.85637,97.90307 C 120.0838,96.092166 122.81363,93.045722 122.85597,90.161522 C 122.89831,87.498293 117.92629,84.811803 112.94229,82.402852 C 107.73732,79.993901 100.49788,78.588966 98.723806,78.927818 z " />
-      <path
-         style="fill:url(#linearGradient1140);fill-opacity:1;fill-rule:evenodd;stroke-width:1.44734821pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path1139"
-         d="M 15.102732,106.80712 C 13.80355,109.23224 17.148847,113.52338 19.900059,113.52338 L 107.85106,113.52338 C 110.18914,113.52338 113.70766,110.4906 112.64839,108.40622 L 102.7339,88.897093 C 101.97024,87.394398 100.26184,86.65834 98.576216,86.65834 L 28.215425,86.658339 C 26.825434,86.658339 25.353768,87.671846 24.697385,88.897093 L 15.102732,106.80712 z " />
-      <rect
-         y="22.413721"
-         x="26.015469"
-         width="72.279724"
-         style="fill:url(#linearGradient905);fill-opacity:1;fill-rule:evenodd;stroke-width:1.62826681"
-         ry="5.4369707"
-         rx="5.4369707"
-         id="rect1137"
-         height="60.126495" />
-      <rect
-         y="31.695871"
-         x="33.386066"
-         width="58.178177"
-         style="fill:url(#radialGradient1132);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient891);stroke-width:1.4649456pt"
-         id="rect1131"
-         height="38.044163" />
-      <path
-         style="fill:url(#linearGradient1146);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzccccc"
-         id="path1145"
-         d="M 27.690431,52.841444 L 27.370609,74.749236 C 27.319624,78.241665 29.310209,80.477938 32.807578,80.506029 L 72.625393,80.825852 L 76.463254,71.87084 L 32.008024,71.55102 L 31.688202,52.681533 L 27.690431,52.841444 z " />
-      <g
-         transform="matrix(-1,0,0,1,125.4301,0)"
-         id="g1791">
-        <path
-           style="fill:url(#linearGradient1148);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path1147"
-           d="M 42.062098,33.460351 L 77.341205,33.008055 C 82.787126,32.938235 89.553204,38.416797 89.553204,43.863165 L 89.553204,60.14583 L 41.609801,59.693534 L 42.062098,33.460351 z " />
-        <path
-           style="fill:url(#linearGradient1150);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path1149"
-           d="M 78.337784,67.629235 L 46.723745,67.724544 C 41.843589,67.739257 35.829319,62.771024 35.877168,57.891081 L 36.020221,43.301821 L 78.973514,44.128288 L 78.337784,67.629235 z " />
-      </g>
-      <path
-         style="fill:url(#linearGradient1167);fill-opacity:1;fill-rule:evenodd;stroke-width:0.72367412;stroke-opacity:0.34710741"
-         sodipodi:nodetypes="cczzzzzzc"
-         id="path1159"
-         d="M 137.39107,112.02341 C 137.39107,112.02341 129.0757,110.26438 123.63872,113.62251 C 118.20176,116.98064 109.96635,123.21719 108.76702,124.81628 C 107.40777,126.57531 107.42036,130.22796 109.24674,131.53253 L 114.84364,135.53031 C 118.31797,138.01198 124.86218,139.25396 128.11624,136.48978 L 142.98795,123.85681 C 144.79792,122.3193 145.72732,118.27921 144.10733,116.82073 C 142.95609,115.04975 140.4892,112.91939 137.39107,112.02341 z " />
-      <path
-         style="fill:url(#linearGradient1171);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzc"
-         id="path1160"
-         d="M 142.3483,121.13833 L 125.91043,133.59673 C 122.97154,135.82414 118.65484,134.11775 116.28283,133.77129 C 113.9108,133.42481 111.88528,131.87901 112.12516,132.33209 C 112.36503,132.78517 115.08349,135.71687 117.72203,136.48978 C 120.36055,137.26267 124.9543,138.89307 127.50953,136.15531 C 130.06477,133.41755 145.2267,123.53699 142.3483,121.13833 z " />
-      <path
-         style="fill:url(#linearGradient1404);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="cczc"
-         id="path1403"
-         d="M 132.11225,127.51984 C 135.31047,122.88242 120.11893,113.12786 109.08509,127.0401 C 110.20446,130.71805 116.80662,132.5992 121.82304,132.33547 C 126.68363,132.07993 129.50037,129.97181 132.11225,127.51984 z " />
-      <path
-         style="fill:url(#linearGradient1166);fill-opacity:1;fill-rule:evenodd;stroke-width:1.08551121"
-         sodipodi:nodetypes="cccccccc"
-         id="path1519"
-         d="M 138.63464,112.68306 C 135.9958,113.22749 132.31739,114.43079 129.87534,116.38362 C 128.77009,115.68011 125.32759,114.5677 123.66767,113.84494 L 123.24572,114.10517 C 129.67287,117.23476 136.43512,117.91249 135.88192,122.87668 C 136.33675,122.98575 137.05589,123.09702 136.73191,122.38863 C 136.41775,118.90392 132.50587,117.23351 131.02697,116.81532 C 133.17224,114.26602 136.255,113.70892 138.63464,112.68306 z " />
-      <path
-         style="fill:url(#linearGradient1144);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path1143"
-         d="M 18.891612,106.48414 C 17.978451,108.31614 19.173914,111.55774 22.263529,111.55774 L 105.0195,111.55774 C 106.66288,111.55774 109.13595,109.26672 108.39142,107.69215 L 101.42279,92.954575 C 100.88602,91.819403 99.685232,91.263378 98.500462,91.263378 L 28.108183,91.263369 C 27.131195,91.263369 26.0968,92.028994 25.635445,92.954575 L 18.891612,106.48414 z " />
-      <text
-         y="-14.660837"
-         xml:space="preserve"
-         x="6.147172"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text1232"><tspan
-           id="tspan1233">Computer</tspan></text>
-      <text
-         y="-34.951134"
-         xml:space="preserve"
-         x="84.564949"
-         transform="scale(0.246729,0.246729)"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text1235"><tspan
-           id="tspan1236">Created by Andrew Fitzsimon</tspan></text>
-    </g>
-    <g
-       id="g5474"
-       transform="translate(635.63525,491.49239)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644">
-      <path
-         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path9383"
-         d="M 203.47051,-209.74941 C 198.72111,-204.56585 195.69876,-195.27863 189.00642,-195.27863 C 182.52997,-197.07848 181.66644,-212.48518 180.80291,-215.7969 C 188.1429,-210.75732 195.69876,-207.87757 203.47051,-209.74941 z " />
-      <path
-         transform="matrix(-0.440859,0,0,0.441062,265.52775,-266.17138)"
-         style="fill:#f1bb96;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:type="arc"
-         sodipodi:ry="57.825485"
-         sodipodi:rx="60.94183"
-         sodipodi:cy="70.290855"
-         sodipodi:cx="150.27701"
-         id="path3713"
-         d="M 211.21884 70.290855 A 60.94183 57.825485 0 1 1  89.335178,70.290855 A 60.94183 57.825485 0 1 1  211.21884 70.290855 z" />
-      <path
-         style="fill:#233e6a;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccssssc"
-         id="path4369"
-         d="M 232.46888,-182.94274 C 232.85952,-157.74648 168.23012,-154.86512 168.38642,-182.94274 C 166.84164,-205.27149 177.94687,-217.96719 180.70654,-215.80872 C 182.10778,-214.71274 182.62841,-190.37295 192.09635,-195.9716 C 196.69923,-198.69339 201.84768,-209.14846 204.10029,-209.49532 C 207.49937,-210.01873 214.00811,-212.77083 219.98583,-217.92153 C 221.55412,-219.27285 231.93943,-205.38255 232.46888,-182.94274 z " />
-      <path
-         style="fill:#513624;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path11309"
-         d="M 204.55432,-273.85152 C 222.46413,-271.53047 237.32676,-259.28175 231.38357,-231.42099 C 229.66954,-221.67743 222.12426,-217.60887 219.35537,-236.36962 C 211.4578,-233.88387 177.25785,-223.92576 170.54948,-241.26677 C 166.55631,-248.43407 174.86257,-276.23329 204.55432,-273.85152 z " />
-      <path
-         style="fill:#1f4eb3;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path11942"
-         d="M 191.92173,-167.75448 C 192.06919,-184.44566 194.18855,-193.73288 188.47558,-194.95709 C 182.9785,-195.85052 179.91138,-176.52634 179.04785,-173.21462 C 175.85958,-157.19769 189.53653,-154.44605 191.92173,-167.75448 z " />
-      <path
-         style="fill:url(#linearGradient1815);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path1811"
-         d="M 172.67812,-237.76056 C 182.56217,-225.58826 212.09549,-234.15979 219.36562,-236.44806 C 220.33459,-229.88278 221.90014,-226.25074 223.58437,-224.54181 C 219.31219,-215.8234 210.06249,-209.76056 199.27187,-209.76056 C 184.44142,-209.76056 172.42812,-221.18201 172.42812,-235.26056 C 172.42812,-236.11869 172.59078,-236.92413 172.67812,-237.76056 z " />
-      <path
-         style="fill:url(#radialGradient1818);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1817"
-         d="M 203.17522,-273.74212 C 221.08504,-271.42107 235.94766,-259.17235 230.00448,-231.31159 C 228.29044,-221.56803 220.74517,-217.49946 217.97627,-236.26022 C 210.0787,-233.77447 175.87876,-223.81635 169.17039,-241.15737 C 165.17722,-248.32467 173.48348,-276.12389 203.17522,-273.74212 z " />
-      <path
-         style="fill:url(#radialGradient1822);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path1819"
-         d="M 220.74123,-214.1875 C 227.87764,-203.73841 231.28831,-190.18836 229.45998,-177.71875 C 222.3997,-165.39834 205.93726,-163.52328 193.05373,-164.75 C 194.11526,-173.29796 194.69425,-182.39807 193.51876,-190.98978 C 191.02311,-195.41909 199.33209,-197.29913 200.39748,-201.6875 C 203.70655,-208.92744 212.80427,-208.10966 218.04988,-213.3696 C 218.9201,-213.57294 220.00051,-215.94141 220.74123,-214.1875 z M 179.55373,-210.28125 C 180.69974,-204.97453 181.23339,-199.24919 184.58498,-194.75 C 179.40159,-187.81847 178.05976,-178.63643 176.67873,-170.28125 C 167.10271,-177.01707 169.81568,-190.62142 172.02963,-200.39411 C 173.03008,-204.26346 176.36728,-212.34166 179.19382,-211.77772 C 179.27177,-211.45363 179.5117,-210.45598 179.55373,-210.28125 z " />
-      <path
-         style="fill:url(#radialGradient1824);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path1823"
-         d="M 192.35803,-167.43887 C 192.50549,-184.13006 194.62485,-193.41727 188.91188,-194.64149 C 183.4148,-195.53491 180.34768,-176.21073 179.48415,-172.89901 C 176.29589,-156.88208 189.97283,-154.13044 192.35803,-167.43887 z " />
-      <path
-         style="fill:#1f4eb3;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1825"
-         d="M 185.2414,-200.53324 C 185.2414,-197.95291 187.25802,-195.85872 189.74278,-195.85872 C 192.22755,-195.85872 194.24417,-197.95291 194.24417,-200.53324 C 194.24417,-203.11357 193.61259,-209.36288 191.12783,-209.36288 C 188.64306,-209.36288 185.2414,-203.11357 185.2414,-200.53324 z " />
-      <path
-         style="fill:url(#radialGradient1828);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1827"
-         d="M 186.28018,-201.05263 C 186.28018,-198.4723 188.2968,-196.37811 190.78156,-196.37811 C 193.26633,-196.37811 195.28295,-198.4723 195.28295,-201.05263 C 195.28295,-203.63296 194.65137,-209.88227 192.16661,-209.88227 C 189.68184,-209.88227 186.28018,-203.63296 186.28018,-201.05263 z " />
-    </g>
-    <g
-       id="g5488"
-       transform="translate(601.5744,407.49165)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644">
-      <path
-         transform="matrix(6.392368,0.545409,-0.130014,2.864752,-184.6606,-38.15109)"
-         style="fill:url(#radialGradient5536);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:type="arc"
-         sodipodi:ry="12.562782"
-         sodipodi:rx="12.562782"
-         sodipodi:cy="37.865574"
-         sodipodi:cx="41.875938"
-         id="path5490"
-         d="M 54.438721 37.865574 A 12.562782 12.562782 0 1 1  29.313156,37.865574 A 12.562782 12.562782 0 1 1  54.438721 37.865574 z" />
-      <g
-         transform="matrix(1,0,0,1.036969,356.8306,-11.4294)"
-         style="fill:url(#linearGradient5538);fill-opacity:1"
-         id="g5492">
-        <path
-           style="fill:url(#linearGradient5540);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path5494"
-           d="M -270.85787,33.814995 C -289.35564,33.925992 -307.93321,33.592782 -326.38104,33.981747 C -331.43469,35.696391 -331.02221,41.899652 -330.68524,46.15332 C -330.75782,60.227303 -330.53537,74.298225 -330.21167,88.36826 C -328.21297,91.039611 -323.21766,90.618387 -322.68469,94.539015 C -320.78054,96.259426 -317.05071,94.88215 -314.4389,95.333237 C -298.54999,95.360274 -282.66107,95.387302 -266.77215,95.414339 C -266.35587,90.465192 -260.12609,88.824447 -255.81783,89.540255 C -256.01688,89.058389 -261.69557,87.939375 -259.61591,84.491525 C -259.45681,68.72727 -259.19734,52.882199 -259.82064,37.168229 C -261.19394,32.980583 -267.34179,33.83368 -270.85787,33.814995 z M -236.65184,97.260473 C -234.79025,100.12642 -237.08724,103.09386 -239.92892,104.16357 C -242.6311,105.91539 -245.59105,107.62992 -248.52894,108.76804 C -253.1773,108.19079 -251.42424,101.88475 -255.01281,99.896645 C -260.33594,96.447012 -267.21045,98.43943 -273.23329,97.939231 C -291.8249,97.94887 -310.41651,97.958519 -329.00813,97.968158 C -335.45898,103.56578 -339.16595,111.40269 -341.55034,119.32178 C -337.25147,124.2061 -329.89606,122.27575 -324.10438,122.40002 C -298.64553,122.23171 -273.11679,122.61546 -247.69897,122.24542 C -243.40174,121.14669 -247.44685,114.84894 -243.58488,113.04441 C -242.73865,112.73374 -247.81245,114.4382 -247.26205,111.62955 C -245.49117,106.66028 -239.14113,105.99595 -235.92338,102.36811 C -234.39131,99.755669 -236.26958,96.922488 -238.33047,95.260495 C -237.77093,95.927151 -237.21138,96.593817 -236.65184,97.260473 z M -240.64255,111.75263 C -243.64086,113.13223 -237.02792,110.69536 -235.55512,111.97369 C -229.71113,112.74417 -224.16461,117.19625 -218.12358,115.22951 C -225.97639,116.31604 -232.799,109.03014 -240.64255,111.75263 z M -212.01083,112.33724 C -215.98173,113.85021 -208.21543,112.17765 -210.07883,115.87566 C -212.50961,119.93855 -206.99008,113.8662 -209.61436,112.54677 C -210.16198,111.94632 -211.27989,112.47663 -212.01083,112.33724 z M -213.97451,120.82946 C -220.13871,124.32615 -228.37873,119.08124 -233.85995,124.39439 C -238.36465,128.00055 -244.57099,130.35185 -247.0433,135.75122 C -247.65922,139.60202 -243.25109,141.90251 -240.44565,143.71808 C -235.60127,146.54512 -228.8227,145.75388 -225.20082,141.42836 C -220.62679,137.96117 -216.44182,134.08489 -212.48592,129.96782 C -212.82701,126.95048 -214.43694,123.63971 -213.97451,120.82946 z " />
-        <path
-           style="fill:url(#linearGradient5542);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path5496"
-           d="M -269.68453,32.256957 C -288.76965,32.351184 -307.87514,32.249603 -326.94796,32.349264 C -332.63884,33.663474 -333.90446,40.291305 -333.21597,45.149113 C -333.11996,59.896901 -333.07471,74.659754 -332.61729,89.39481 C -331.88583,93.310348 -324.86009,92.098674 -325.11097,96.44089 C -328.07184,96.184706 -331.5534,96.317135 -333.07248,99.246492 C -338.92562,104.98392 -341.99312,112.66465 -344.27268,120.28679 C -340.22572,125.96631 -332.26467,125.31453 -326.02946,124.71751 C -300.16629,124.7277 -274.28316,124.82043 -248.43245,124.77905 C -244.42424,124.78686 -243.30672,120.35609 -243.96666,117.2099 C -242.88598,112.93536 -237.04086,113.94554 -233.80717,114.98513 C -228.01851,116.64297 -221.26418,120.43074 -215.57982,116.37592 C -211.36091,113.71809 -213.05678,118.4029 -215.77936,119.43344 C -220.82539,122.25797 -227.09125,118.98178 -232.39677,121.20855 C -236.53238,123.88957 -240.74707,126.85249 -244.76678,129.74666 C -248.34219,132.01467 -251.90947,137.38626 -248.13747,140.97315 C -243.79274,146.02948 -236.37425,149.4527 -229.68248,147.08651 C -225.09383,144.85973 -221.79206,140.75401 -217.61535,137.88661 C -215.10454,135.69469 -212.49235,133.26839 -210.83749,130.50207 C -210.86477,126.92195 -214.68529,121.91303 -210.252,119.57013 C -207.25619,117.95208 -205.81053,112.12098 -209.75314,110.87946 C -214.16982,109.44692 -216.95156,115.09837 -221.43751,113.68608 C -228.47365,112.76758 -235.5565,107.20489 -242.69931,110.72434 C -246.89551,113.06547 -243.47174,109.4356 -241.45524,108.56544 C -237.85613,106.84628 -232.73147,104.36798 -233.94637,99.617708 C -234.27189,95.083838 -239.22223,93.197522 -242.95318,91.723135 C -247.61613,89.074942 -253.27003,89.345117 -258.06082,86.933298 C -257.89248,70.385101 -257.58805,53.76423 -258.26571,37.261116 C -259.2092,32.393288 -265.59824,31.96057 -269.68453,32.256957 z M -258.66259,91.764016 C -251.5059,92.239344 -243.21163,93.474137 -238.58238,99.271629 C -238.96251,103.06003 -244.00295,103.80224 -246.52821,106.14082 C -248.92267,108.48087 -251.12372,105.80503 -251.02958,103.27159 C -252.70852,98.336432 -258.20582,95.710815 -263.31841,96.533197 C -267.00561,96.7255 -263.71935,91.937514 -261.395,92.380192 C -260.48382,92.178338 -259.57521,91.953759 -258.66259,91.764016 z " />
-        <path
-           style="fill:url(#linearGradient5544);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           sodipodi:nodetypes="ccccczccccccccccccccccccczccccc"
-           id="path5498"
-           d="M -324.0398,30.70877 C -336.3492,30.820231 -335.15663,39.652507 -334.79476,45.313268 C -334.5469,60.436643 -334.38614,75.599009 -334.01234,90.698281 C -333.20516,93.057424 -330.71249,93.985661 -328.75475,95.252079 C -334.4553,96.476239 -336.96996,102.43195 -340.11175,106.59303 C -342.33294,111.36531 -347.84019,115.92868 -345.92111,121.43642 C -344.00204,126.94416 -332.21757,127.68181 -324.95408,127.12866 C -299.06901,127.09789 -273.17022,127.14905 -247.29372,127.06713 C -243.29961,126.16956 -240.99668,122.03601 -241.4977,118.23645 C -238.30082,114.95371 -233.32521,118.03039 -229.53292,118.63002 C -225.71641,119.31313 -232.5646,119.27527 -233.19362,120.54849 C -238.23604,122.95799 -242.6166,126.65447 -246.90973,130.10509 C -250.44674,132.97354 -252.4229,138.10741 -249.57412,142.08235 C -246.21315,145.92284 -241.41489,148.84284 -236.30395,149.79628 C -230.65487,150.83779 -225.57101,147.82678 -221.6157,144.24077 C -216.87391,140.59839 -212.0873,136.78287 -208.84361,131.80554 C -207.76302,128.26399 -211.47449,123.86671 -208.08348,121.09796 C -204.93438,118.46115 -204.06893,113.02076 -207.41836,110.2673 C -212.81988,106.81278 -218.36682,114.55112 -223.89705,111.29128 C -227.94209,110.1659 -231.91311,108.52596 -236.17676,108.45194 C -231.52711,105.88023 -229.62903,98.782331 -234.08944,95.153402 C -239.61551,89.404431 -248.455,88.793917 -255.40182,85.744487 C -255.86992,78.940296 -255.53665,71.972758 -255.70928,65.098797 C -255.80747,55.730822 -255.73864,46.312632 -255.94025,36.975777 C -258.03631,31.236293 -265.34014,30.439522 -270.76286,30.729689 C -289.40725,30.770714 -311.88665,30.597309 -324.0398,30.70877 z M -255.46516,94.482857 C -250.34561,95.62106 -244.69322,96.21649 -240.83258,100.05203 C -242.37635,102.55028 -245.27573,103.64481 -247.80048,104.97505 C -249.71506,99.684643 -254.39847,94.970039 -260.51378,95.138259 C -260.66903,94.131274 -256.73261,94.551178 -255.46516,94.482857 z " />
-      </g>
-      <rect
-         y="78.658051"
-         x="33.326111"
-         width="57.567924"
-         style="fill:url(#linearGradient5546);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5548);stroke-width:1.44734821pt"
-         id="rect5500"
-         height="8.3153667" />
-      <path
-         style="fill:url(#linearGradient5550);fill-rule:evenodd;stroke-width:0.90459263;stroke-opacity:0.07438019"
-         sodipodi:nodetypes="czzczczzzzzzzc"
-         id="path5502"
-         d="M 98.723806,78.927818 C 95.18666,77.759681 93.50122,82.555591 98.766686,81.004087 C 104.03217,79.452583 120.13123,85.906451 120.37383,89.795491 C 120.61643,93.905503 101.5003,98.581154 106.74108,104.42426 C 111.62816,110.70149 115.35468,100.13868 123.54696,104.21261 C 131.73923,108.17607 136.26048,109.72394 142.25488,104.94185 C 149.10027,101.9342 145.04599,107.07658 139.57918,113.60451 C 134.11237,120.13244 144.00251,115.08156 147.91225,105.31962 C 151.93248,95.557673 139.13128,107.33503 133.66268,105.40571 C 128.19408,103.47639 119.73678,97.849788 113.27625,102.55563 C 106.81572,107.26147 109.62894,99.493003 114.85637,97.90307 C 120.0838,96.092166 122.81363,93.045722 122.85597,90.161522 C 122.89831,87.498293 117.92629,84.811803 112.94229,82.402852 C 107.73732,79.993901 100.49788,78.588966 98.723806,78.927818 z " />
-      <path
-         style="fill:url(#linearGradient5552);fill-opacity:1;fill-rule:evenodd;stroke-width:1.44734821pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path5504"
-         d="M 15.102732,106.80712 C 13.80355,109.23224 17.148847,113.52338 19.900059,113.52338 L 107.85106,113.52338 C 110.18914,113.52338 113.70766,110.4906 112.64839,108.40622 L 102.7339,88.897093 C 101.97024,87.394398 100.26184,86.65834 98.576216,86.65834 L 28.215425,86.658339 C 26.825434,86.658339 25.353768,87.671846 24.697385,88.897093 L 15.102732,106.80712 z " />
-      <rect
-         y="22.413721"
-         x="26.015469"
-         width="72.279724"
-         style="fill:url(#linearGradient5554);fill-opacity:1;fill-rule:evenodd;stroke-width:1.62826681"
-         ry="5.4369707"
-         rx="5.4369707"
-         id="rect5506"
-         height="60.126495" />
-      <rect
-         y="31.695871"
-         x="33.386066"
-         width="58.178177"
-         style="fill:url(#radialGradient5556);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5558);stroke-width:1.4649456pt"
-         id="rect5508"
-         height="38.044163" />
-      <path
-         style="fill:url(#linearGradient5560);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzccccc"
-         id="path5510"
-         d="M 27.690431,52.841444 L 27.370609,74.749236 C 27.319624,78.241665 29.310209,80.477938 32.807578,80.506029 L 72.625393,80.825852 L 76.463254,71.87084 L 32.008024,71.55102 L 31.688202,52.681533 L 27.690431,52.841444 z " />
-      <g
-         transform="matrix(-1,0,0,1,125.4301,0)"
-         id="g5512">
-        <path
-           style="fill:url(#linearGradient5562);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path5514"
-           d="M 42.062098,33.460351 L 77.341205,33.008055 C 82.787126,32.938235 89.553204,38.416797 89.553204,43.863165 L 89.553204,60.14583 L 41.609801,59.693534 L 42.062098,33.460351 z " />
-        <path
-           style="fill:url(#linearGradient5564);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path5516"
-           d="M 78.337784,67.629235 L 46.723745,67.724544 C 41.843589,67.739257 35.829319,62.771024 35.877168,57.891081 L 36.020221,43.301821 L 78.973514,44.128288 L 78.337784,67.629235 z " />
-      </g>
-      <path
-         style="fill:url(#linearGradient5566);fill-opacity:1;fill-rule:evenodd;stroke-width:0.72367412;stroke-opacity:0.34710741"
-         sodipodi:nodetypes="cczzzzzzc"
-         id="path5518"
-         d="M 137.39107,112.02341 C 137.39107,112.02341 129.0757,110.26438 123.63872,113.62251 C 118.20176,116.98064 109.96635,123.21719 108.76702,124.81628 C 107.40777,126.57531 107.42036,130.22796 109.24674,131.53253 L 114.84364,135.53031 C 118.31797,138.01198 124.86218,139.25396 128.11624,136.48978 L 142.98795,123.85681 C 144.79792,122.3193 145.72732,118.27921 144.10733,116.82073 C 142.95609,115.04975 140.4892,112.91939 137.39107,112.02341 z " />
-      <path
-         style="fill:url(#linearGradient5568);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzc"
-         id="path5520"
-         d="M 142.3483,121.13833 L 125.91043,133.59673 C 122.97154,135.82414 118.65484,134.11775 116.28283,133.77129 C 113.9108,133.42481 111.88528,131.87901 112.12516,132.33209 C 112.36503,132.78517 115.08349,135.71687 117.72203,136.48978 C 120.36055,137.26267 124.9543,138.89307 127.50953,136.15531 C 130.06477,133.41755 145.2267,123.53699 142.3483,121.13833 z " />
-      <path
-         style="fill:url(#linearGradient5570);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="cczc"
-         id="path5522"
-         d="M 132.11225,127.51984 C 135.31047,122.88242 120.11893,113.12786 109.08509,127.0401 C 110.20446,130.71805 116.80662,132.5992 121.82304,132.33547 C 126.68363,132.07993 129.50037,129.97181 132.11225,127.51984 z " />
-      <path
-         style="fill:url(#linearGradient5572);fill-opacity:1;fill-rule:evenodd;stroke-width:1.08551121"
-         sodipodi:nodetypes="cccccccc"
-         id="path5524"
-         d="M 138.63464,112.68306 C 135.9958,113.22749 132.31739,114.43079 129.87534,116.38362 C 128.77009,115.68011 125.32759,114.5677 123.66767,113.84494 L 123.24572,114.10517 C 129.67287,117.23476 136.43512,117.91249 135.88192,122.87668 C 136.33675,122.98575 137.05589,123.09702 136.73191,122.38863 C 136.41775,118.90392 132.50587,117.23351 131.02697,116.81532 C 133.17224,114.26602 136.255,113.70892 138.63464,112.68306 z " />
-      <path
-         style="fill:url(#linearGradient5574);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path5526"
-         d="M 18.891612,106.48414 C 17.978451,108.31614 19.173914,111.55774 22.263529,111.55774 L 105.0195,111.55774 C 106.66288,111.55774 109.13595,109.26672 108.39142,107.69215 L 101.42279,92.954575 C 100.88602,91.819403 99.685232,91.263378 98.500462,91.263378 L 28.108183,91.263369 C 27.131195,91.263369 26.0968,92.028994 25.635445,92.954575 L 18.891612,106.48414 z " />
-      <text
-         y="-14.660837"
-         xml:space="preserve"
-         x="6.147172"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text5528"><tspan
-           id="tspan5530">Computer</tspan></text>
-      <text
-         y="-34.951134"
-         xml:space="preserve"
-         x="84.564949"
-         transform="scale(0.246729,0.246729)"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text5532"><tspan
-           id="tspan5534">Created by Andrew Fitzsimon</tspan></text>
-    </g>
-    <g
-       id="g6024"
-       transform="matrix(-1,0,0,1,900.16045,422.61731)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644">
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path6027"
-         d="M 60.545133,72.847539 C 65.294534,78.031101 68.316881,87.318315 75.00922,87.318316 C 81.485677,85.518467 82.349205,70.11177 83.212732,66.800051 C 75.872748,71.839624 68.316882,74.71938 60.545133,72.847539 z " />
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#d20000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccssssc"
-         id="path6029"
-         d="M 31.546762,99.654209 C 31.156121,124.85047 95.78552,127.73183 95.62922,99.654209 C 97.174007,77.325462 86.068776,64.629762 83.309105,66.788232 C 81.907864,67.884209 81.387229,92.223995 71.919297,86.625353 C 67.316417,83.903554 62.167959,73.44849 59.915352,73.101625 C 56.516277,72.578221 50.007529,69.826123 44.029815,64.675414 C 42.461522,63.324094 32.076211,77.214403 31.546762,99.654209 z " />
-      <path
-         style="fill:url(#radialGradient2797);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2796"
-         d="M 43.53125,77.3125 C 40.353026,86.016409 37.202011,96.366079 40.377303,105.23542 C 48.984655,117.18204 66.049398,117.25223 79.222417,115.04972 C 88.094278,113.47345 96.636121,105.87972 94.744454,96.188658 C 94.751182,88.561019 93.319573,80.643142 89.09375,74.1875 C 87.954705,81.120157 85.706152,92.347929 76.686643,91.786583 C 66.841974,89.84774 65.058803,76.33878 54.747596,75.105769 C 49.945701,71.530053 45.566465,69.110698 43.783935,76.852875 L 43.53125,77.3125 z " />
-      <path
-         transform="matrix(0.440859,0,0,0.441062,0.997459,16.38124)"
-         style="fill:#efd7c7;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:type="arc"
-         sodipodi:ry="57.825485"
-         sodipodi:rx="60.94183"
-         sodipodi:cy="70.290855"
-         sodipodi:cx="150.27701"
-         id="path6032"
-         d="M 211.21884 70.290855 A 60.94183 57.825485 0 1 1  89.335178,70.290855 A 60.94183 57.825485 0 1 1  211.21884 70.290855 z" />
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccccc"
-         id="path3720"
-         d="M 56.980881,5.8426527 C 39.420698,8.0166254 30.552872,16.206245 24.211446,49.532095 C 14.512196,98.076517 21.871677,115.5525 32.990311,115.56714 C 17.54932,102.40769 63.877625,86.740105 56.295103,44.070713 C 68.4508,48.712358 94.51097,54.349644 95.164349,41.718703 C 97.176702,29.219492 88.64173,4.4775042 56.980881,5.8426527 z " />
-      <path
-         style="fill:url(#linearGradient2789);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2164"
-         d="M 60.687242,45.028999 C 62.530882,55.403773 61.180052,64.151015 58.312242,71.685249 C 61.630122,73.07804 65.296862,73.904 69.155992,73.903999 C 83.975322,73.903999 95.981712,62.468019 95.999742,48.403999 C 88.357632,52.885439 70.244092,48.678277 60.687242,45.028999 z " />
-      <path
-         style="fill:url(#radialGradient2791);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2790"
-         d="M 52.174948,8.1325312 C 35.846775,12.141346 31.110158,30.475875 28.060647,44.840387 C 24.465246,64.767005 19.485139,85.90438 25.518698,105.82003 C 29.863591,114.87216 28.026452,106.52571 31.049538,102.11795 C 41.311249,87.323083 56.256862,73.307418 55.936774,53.886064 C 56.647391,49.398848 52.34734,38.640985 60.701717,42.254379 C 70.683443,45.202557 82.078811,49.011247 92.143698,44.632531 C 96.945103,37.45042 93.288237,27.137344 88.876323,20.399742 C 81.135092,8.5919962 65.300885,5.0194752 52.174948,8.1325312 z " />
-    </g>
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.63842154;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
-       sodipodi:nodetypes="cccccccccccc"
-       id="path699"
-       d="M 319.16674,325.66524 L 432.27399,313.12251 L 422.57906,332.08242 L 484.9028,325.95688 C 484.9028,325.95688 494.59773,306.41369 495.05931,306.41369 C 495.52148,306.41369 517.68079,331.79078 517.68079,331.79078 C 517.68079,331.79078 465.51355,358.33479 465.05197,358.33479 C 465.51355,358.91808 474.74689,339.66616 474.74689,339.37453 L 402.72705,345.79207 L 412.42255,326.24852 L 309.01023,338.4996 L 319.16674,325.66524 z "
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <text
-       xml:space="preserve"
-       style="font-size:48px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="73.4375"
-       y="510.12573"
-       id="text7612"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan7614"
-         x="73.4375"
-         y="510.12573">Server</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="359.5625"
-       y="261.21948"
-       id="text7877"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan7879"
-         x="359.5625"
-         y="261.21948">bzr branch</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path9548"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(42.857147,67.142853)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="325.71429"
-       y="259.52307"
-       id="text9550"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan9552"
-         x="325.71429"
-         y="259.52307">1</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path9554"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(466.18527,201.5491)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="751.04242"
-       y="395.37573"
-       id="text9556"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan9558"
-         x="751.04242"
-         y="395.37573">2</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="778.89062"
-       y="392.32886"
-       id="text9566"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         x="778.89062"
-         y="392.32886"
-         id="tspan2963">make changes</tspan></text>
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.52894235;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
-       sodipodi:nodetypes="cccccccccccc"
-       id="path9650"
-       d="M 578.13978,492.35651 L 518.11306,536.64644 L 515.93459,528.2361 L 482.53728,552.4378 C 482.53728,552.4378 484.9546,560.99862 484.68867,561.16617 C 484.42242,561.33391 461.26447,562.83001 461.26447,562.83001 C 461.26447,562.83001 480.44933,537.04707 480.71524,536.87954 C 480.21048,536.89659 482.77445,545.21473 482.89387,545.28997 L 521.75768,517.49359 L 524.17482,526.05472 L 578.73553,485.35896 L 578.13978,492.35651 z "
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path9652"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(449.56027,418.37723)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="732.41742"
-       y="611.97729"
-       id="text9654"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan9656"
-         x="732.41742"
-         y="611.97729">3</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="768.26562"
-       y="608.23511"
-       id="text9658"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan9660"
-         x="768.26562"
-         y="608.23511">request merge</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="75.5625"
-       y="228.09448"
-       id="text2965"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan2967"
-         x="75.5625"
-         y="228.09448">main branch</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="556.98438"
-       y="165.64139"
-       id="text2969"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan2971"
-         x="556.98438"
-         y="165.64139">local branches</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:5.00006151;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path4930"
-       sodipodi:cx="342"
-       sodipodi:cy="171.0945"
-       sodipodi:rx="66"
-       sodipodi:ry="35"
-       d="M 408 171.0945 A 66 35 0 1 1  276,171.0945 A 66 35 0 1 1  408 171.0945 z"
-       transform="matrix(1.9161749,0,0,1.0419298,-477.33182,37.826027)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <path
-       sodipodi:type="arc"
-       style="fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:5.00006151;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path7839"
-       sodipodi:cx="342"
-       sodipodi:cy="171.0945"
-       sodipodi:rx="66"
-       sodipodi:ry="35"
-       d="M 408 171.0945 A 66 35 0 1 1  276,171.0945 A 66 35 0 1 1  408 171.0945 z"
-       transform="matrix(2.0657387,0,0,1.0382501,-36.482679,-19.544354)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.27460909;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
-       sodipodi:nodetypes="cccccccccccc"
-       id="path7875"
-       d="M 313.49127,554.98551 L 266.8349,508.88833 L 275.69462,507.21539 L 250.19978,481.56811 C 250.19978,481.56811 241.18156,483.42447 241.00507,483.22026 C 240.82835,483.0158 239.25232,465.23179 239.25232,465.23179 C 239.25232,465.23179 266.41286,479.96469 266.58935,480.16889 C 266.57138,479.78127 257.8088,481.75026 257.72954,481.84196 L 287.01109,511.6872 L 277.99254,513.54344 L 320.8627,555.44302 L 313.49127,554.98551 z "
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <g
-       id="g7884"
-       transform="translate(322.22009,479.97324)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644">
-      <path
-         transform="matrix(6.392368,0.545409,-0.130014,2.864752,-184.6606,-38.15109)"
-         style="fill:url(#radialGradient7932);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:type="arc"
-         sodipodi:ry="12.562782"
-         sodipodi:rx="12.562782"
-         sodipodi:cy="37.865574"
-         sodipodi:cx="41.875938"
-         id="path7886"
-         d="M 54.438721 37.865574 A 12.562782 12.562782 0 1 1  29.313156,37.865574 A 12.562782 12.562782 0 1 1  54.438721 37.865574 z" />
-      <g
-         transform="matrix(1,0,0,1.036969,356.8306,-11.4294)"
-         style="fill:url(#linearGradient7934);fill-opacity:1"
-         id="g7888">
-        <path
-           style="fill:url(#linearGradient7936);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path7890"
-           d="M -270.85787,33.814995 C -289.35564,33.925992 -307.93321,33.592782 -326.38104,33.981747 C -331.43469,35.696391 -331.02221,41.899652 -330.68524,46.15332 C -330.75782,60.227303 -330.53537,74.298225 -330.21167,88.36826 C -328.21297,91.039611 -323.21766,90.618387 -322.68469,94.539015 C -320.78054,96.259426 -317.05071,94.88215 -314.4389,95.333237 C -298.54999,95.360274 -282.66107,95.387302 -266.77215,95.414339 C -266.35587,90.465192 -260.12609,88.824447 -255.81783,89.540255 C -256.01688,89.058389 -261.69557,87.939375 -259.61591,84.491525 C -259.45681,68.72727 -259.19734,52.882199 -259.82064,37.168229 C -261.19394,32.980583 -267.34179,33.83368 -270.85787,33.814995 z M -236.65184,97.260473 C -234.79025,100.12642 -237.08724,103.09386 -239.92892,104.16357 C -242.6311,105.91539 -245.59105,107.62992 -248.52894,108.76804 C -253.1773,108.19079 -251.42424,101.88475 -255.01281,99.896645 C -260.33594,96.447012 -267.21045,98.43943 -273.23329,97.939231 C -291.8249,97.94887 -310.41651,97.958519 -329.00813,97.968158 C -335.45898,103.56578 -339.16595,111.40269 -341.55034,119.32178 C -337.25147,124.2061 -329.89606,122.27575 -324.10438,122.40002 C -298.64553,122.23171 -273.11679,122.61546 -247.69897,122.24542 C -243.40174,121.14669 -247.44685,114.84894 -243.58488,113.04441 C -242.73865,112.73374 -247.81245,114.4382 -247.26205,111.62955 C -245.49117,106.66028 -239.14113,105.99595 -235.92338,102.36811 C -234.39131,99.755669 -236.26958,96.922488 -238.33047,95.260495 C -237.77093,95.927151 -237.21138,96.593817 -236.65184,97.260473 z M -240.64255,111.75263 C -243.64086,113.13223 -237.02792,110.69536 -235.55512,111.97369 C -229.71113,112.74417 -224.16461,117.19625 -218.12358,115.22951 C -225.97639,116.31604 -232.799,109.03014 -240.64255,111.75263 z M -212.01083,112.33724 C -215.98173,113.85021 -208.21543,112.17765 -210.07883,115.87566 C -212.50961,119.93855 -206.99008,113.8662 -209.61436,112.54677 C -210.16198,111.94632 -211.27989,112.47663 -212.01083,112.33724 z M -213.97451,120.82946 C -220.13871,124.32615 -228.37873,119.08124 -233.85995,124.39439 C -238.36465,128.00055 -244.57099,130.35185 -247.0433,135.75122 C -247.65922,139.60202 -243.25109,141.90251 -240.44565,143.71808 C -235.60127,146.54512 -228.8227,145.75388 -225.20082,141.42836 C -220.62679,137.96117 -216.44182,134.08489 -212.48592,129.96782 C -212.82701,126.95048 -214.43694,123.63971 -213.97451,120.82946 z " />
-        <path
-           style="fill:url(#linearGradient7938);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path7892"
-           d="M -269.68453,32.256957 C -288.76965,32.351184 -307.87514,32.249603 -326.94796,32.349264 C -332.63884,33.663474 -333.90446,40.291305 -333.21597,45.149113 C -333.11996,59.896901 -333.07471,74.659754 -332.61729,89.39481 C -331.88583,93.310348 -324.86009,92.098674 -325.11097,96.44089 C -328.07184,96.184706 -331.5534,96.317135 -333.07248,99.246492 C -338.92562,104.98392 -341.99312,112.66465 -344.27268,120.28679 C -340.22572,125.96631 -332.26467,125.31453 -326.02946,124.71751 C -300.16629,124.7277 -274.28316,124.82043 -248.43245,124.77905 C -244.42424,124.78686 -243.30672,120.35609 -243.96666,117.2099 C -242.88598,112.93536 -237.04086,113.94554 -233.80717,114.98513 C -228.01851,116.64297 -221.26418,120.43074 -215.57982,116.37592 C -211.36091,113.71809 -213.05678,118.4029 -215.77936,119.43344 C -220.82539,122.25797 -227.09125,118.98178 -232.39677,121.20855 C -236.53238,123.88957 -240.74707,126.85249 -244.76678,129.74666 C -248.34219,132.01467 -251.90947,137.38626 -248.13747,140.97315 C -243.79274,146.02948 -236.37425,149.4527 -229.68248,147.08651 C -225.09383,144.85973 -221.79206,140.75401 -217.61535,137.88661 C -215.10454,135.69469 -212.49235,133.26839 -210.83749,130.50207 C -210.86477,126.92195 -214.68529,121.91303 -210.252,119.57013 C -207.25619,117.95208 -205.81053,112.12098 -209.75314,110.87946 C -214.16982,109.44692 -216.95156,115.09837 -221.43751,113.68608 C -228.47365,112.76758 -235.5565,107.20489 -242.69931,110.72434 C -246.89551,113.06547 -243.47174,109.4356 -241.45524,108.56544 C -237.85613,106.84628 -232.73147,104.36798 -233.94637,99.617708 C -234.27189,95.083838 -239.22223,93.197522 -242.95318,91.723135 C -247.61613,89.074942 -253.27003,89.345117 -258.06082,86.933298 C -257.89248,70.385101 -257.58805,53.76423 -258.26571,37.261116 C -259.2092,32.393288 -265.59824,31.96057 -269.68453,32.256957 z M -258.66259,91.764016 C -251.5059,92.239344 -243.21163,93.474137 -238.58238,99.271629 C -238.96251,103.06003 -244.00295,103.80224 -246.52821,106.14082 C -248.92267,108.48087 -251.12372,105.80503 -251.02958,103.27159 C -252.70852,98.336432 -258.20582,95.710815 -263.31841,96.533197 C -267.00561,96.7255 -263.71935,91.937514 -261.395,92.380192 C -260.48382,92.178338 -259.57521,91.953759 -258.66259,91.764016 z " />
-        <path
-           style="fill:url(#linearGradient7940);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           sodipodi:nodetypes="ccccczccccccccccccccccccczccccc"
-           id="path7894"
-           d="M -324.0398,30.70877 C -336.3492,30.820231 -335.15663,39.652507 -334.79476,45.313268 C -334.5469,60.436643 -334.38614,75.599009 -334.01234,90.698281 C -333.20516,93.057424 -330.71249,93.985661 -328.75475,95.252079 C -334.4553,96.476239 -336.96996,102.43195 -340.11175,106.59303 C -342.33294,111.36531 -347.84019,115.92868 -345.92111,121.43642 C -344.00204,126.94416 -332.21757,127.68181 -324.95408,127.12866 C -299.06901,127.09789 -273.17022,127.14905 -247.29372,127.06713 C -243.29961,126.16956 -240.99668,122.03601 -241.4977,118.23645 C -238.30082,114.95371 -233.32521,118.03039 -229.53292,118.63002 C -225.71641,119.31313 -232.5646,119.27527 -233.19362,120.54849 C -238.23604,122.95799 -242.6166,126.65447 -246.90973,130.10509 C -250.44674,132.97354 -252.4229,138.10741 -249.57412,142.08235 C -246.21315,145.92284 -241.41489,148.84284 -236.30395,149.79628 C -230.65487,150.83779 -225.57101,147.82678 -221.6157,144.24077 C -216.87391,140.59839 -212.0873,136.78287 -208.84361,131.80554 C -207.76302,128.26399 -211.47449,123.86671 -208.08348,121.09796 C -204.93438,118.46115 -204.06893,113.02076 -207.41836,110.2673 C -212.81988,106.81278 -218.36682,114.55112 -223.89705,111.29128 C -227.94209,110.1659 -231.91311,108.52596 -236.17676,108.45194 C -231.52711,105.88023 -229.62903,98.782331 -234.08944,95.153402 C -239.61551,89.404431 -248.455,88.793917 -255.40182,85.744487 C -255.86992,78.940296 -255.53665,71.972758 -255.70928,65.098797 C -255.80747,55.730822 -255.73864,46.312632 -255.94025,36.975777 C -258.03631,31.236293 -265.34014,30.439522 -270.76286,30.729689 C -289.40725,30.770714 -311.88665,30.597309 -324.0398,30.70877 z M -255.46516,94.482857 C -250.34561,95.62106 -244.69322,96.21649 -240.83258,100.05203 C -242.37635,102.55028 -245.27573,103.64481 -247.80048,104.97505 C -249.71506,99.684643 -254.39847,94.970039 -260.51378,95.138259 C -260.66903,94.131274 -256.73261,94.551178 -255.46516,94.482857 z " />
-      </g>
-      <rect
-         y="78.658051"
-         x="33.326111"
-         width="57.567924"
-         style="fill:url(#linearGradient7942);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient7944);stroke-width:1.44734821pt"
-         id="rect7896"
-         height="8.3153667" />
-      <path
-         style="fill:url(#linearGradient7946);fill-rule:evenodd;stroke-width:0.90459263;stroke-opacity:0.07438019"
-         sodipodi:nodetypes="czzczczzzzzzzc"
-         id="path7898"
-         d="M 98.723806,78.927818 C 95.18666,77.759681 93.50122,82.555591 98.766686,81.004087 C 104.03217,79.452583 120.13123,85.906451 120.37383,89.795491 C 120.61643,93.905503 101.5003,98.581154 106.74108,104.42426 C 111.62816,110.70149 115.35468,100.13868 123.54696,104.21261 C 131.73923,108.17607 136.26048,109.72394 142.25488,104.94185 C 149.10027,101.9342 145.04599,107.07658 139.57918,113.60451 C 134.11237,120.13244 144.00251,115.08156 147.91225,105.31962 C 151.93248,95.557673 139.13128,107.33503 133.66268,105.40571 C 128.19408,103.47639 119.73678,97.849788 113.27625,102.55563 C 106.81572,107.26147 109.62894,99.493003 114.85637,97.90307 C 120.0838,96.092166 122.81363,93.045722 122.85597,90.161522 C 122.89831,87.498293 117.92629,84.811803 112.94229,82.402852 C 107.73732,79.993901 100.49788,78.588966 98.723806,78.927818 z " />
-      <path
-         style="fill:url(#linearGradient7948);fill-opacity:1;fill-rule:evenodd;stroke-width:1.44734821pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path7900"
-         d="M 15.102732,106.80712 C 13.80355,109.23224 17.148847,113.52338 19.900059,113.52338 L 107.85106,113.52338 C 110.18914,113.52338 113.70766,110.4906 112.64839,108.40622 L 102.7339,88.897093 C 101.97024,87.394398 100.26184,86.65834 98.576216,86.65834 L 28.215425,86.658339 C 26.825434,86.658339 25.353768,87.671846 24.697385,88.897093 L 15.102732,106.80712 z " />
-      <rect
-         y="22.413721"
-         x="26.015469"
-         width="72.279724"
-         style="fill:url(#linearGradient7950);fill-opacity:1;fill-rule:evenodd;stroke-width:1.62826681"
-         ry="5.4369707"
-         rx="5.4369707"
-         id="rect7902"
-         height="60.126495" />
-      <rect
-         y="31.695871"
-         x="33.386066"
-         width="58.178177"
-         style="fill:url(#radialGradient7952);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient7954);stroke-width:1.4649456pt"
-         id="rect7904"
-         height="38.044163" />
-      <path
-         style="fill:url(#linearGradient7956);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzccccc"
-         id="path7906"
-         d="M 27.690431,52.841444 L 27.370609,74.749236 C 27.319624,78.241665 29.310209,80.477938 32.807578,80.506029 L 72.625393,80.825852 L 76.463254,71.87084 L 32.008024,71.55102 L 31.688202,52.681533 L 27.690431,52.841444 z " />
-      <g
-         transform="matrix(-1,0,0,1,125.4301,0)"
-         id="g7908">
-        <path
-           style="fill:url(#linearGradient7958);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path7910"
-           d="M 42.062098,33.460351 L 77.341205,33.008055 C 82.787126,32.938235 89.553204,38.416797 89.553204,43.863165 L 89.553204,60.14583 L 41.609801,59.693534 L 42.062098,33.460351 z " />
-        <path
-           style="fill:url(#linearGradient7960);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path7912"
-           d="M 78.337784,67.629235 L 46.723745,67.724544 C 41.843589,67.739257 35.829319,62.771024 35.877168,57.891081 L 36.020221,43.301821 L 78.973514,44.128288 L 78.337784,67.629235 z " />
-      </g>
-      <path
-         style="fill:url(#linearGradient7962);fill-opacity:1;fill-rule:evenodd;stroke-width:0.72367412;stroke-opacity:0.34710741"
-         sodipodi:nodetypes="cczzzzzzc"
-         id="path7914"
-         d="M 137.39107,112.02341 C 137.39107,112.02341 129.0757,110.26438 123.63872,113.62251 C 118.20176,116.98064 109.96635,123.21719 108.76702,124.81628 C 107.40777,126.57531 107.42036,130.22796 109.24674,131.53253 L 114.84364,135.53031 C 118.31797,138.01198 124.86218,139.25396 128.11624,136.48978 L 142.98795,123.85681 C 144.79792,122.3193 145.72732,118.27921 144.10733,116.82073 C 142.95609,115.04975 140.4892,112.91939 137.39107,112.02341 z " />
-      <path
-         style="fill:url(#linearGradient7964);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzc"
-         id="path7916"
-         d="M 142.3483,121.13833 L 125.91043,133.59673 C 122.97154,135.82414 118.65484,134.11775 116.28283,133.77129 C 113.9108,133.42481 111.88528,131.87901 112.12516,132.33209 C 112.36503,132.78517 115.08349,135.71687 117.72203,136.48978 C 120.36055,137.26267 124.9543,138.89307 127.50953,136.15531 C 130.06477,133.41755 145.2267,123.53699 142.3483,121.13833 z " />
-      <path
-         style="fill:url(#linearGradient7966);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="cczc"
-         id="path7918"
-         d="M 132.11225,127.51984 C 135.31047,122.88242 120.11893,113.12786 109.08509,127.0401 C 110.20446,130.71805 116.80662,132.5992 121.82304,132.33547 C 126.68363,132.07993 129.50037,129.97181 132.11225,127.51984 z " />
-      <path
-         style="fill:url(#linearGradient7968);fill-opacity:1;fill-rule:evenodd;stroke-width:1.08551121"
-         sodipodi:nodetypes="cccccccc"
-         id="path7920"
-         d="M 138.63464,112.68306 C 135.9958,113.22749 132.31739,114.43079 129.87534,116.38362 C 128.77009,115.68011 125.32759,114.5677 123.66767,113.84494 L 123.24572,114.10517 C 129.67287,117.23476 136.43512,117.91249 135.88192,122.87668 C 136.33675,122.98575 137.05589,123.09702 136.73191,122.38863 C 136.41775,118.90392 132.50587,117.23351 131.02697,116.81532 C 133.17224,114.26602 136.255,113.70892 138.63464,112.68306 z " />
-      <path
-         style="fill:url(#linearGradient7990);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path7922"
-         d="M 18.891612,106.48414 C 17.978451,108.31614 19.173914,111.55774 22.263529,111.55774 L 105.0195,111.55774 C 106.66288,111.55774 109.13595,109.26672 108.39142,107.69215 L 101.42279,92.954575 C 100.88602,91.819403 99.685232,91.263378 98.500462,91.263378 L 28.108183,91.263369 C 27.131195,91.263369 26.0968,92.028994 25.635445,92.954575 L 18.891612,106.48414 z " />
-      <text
-         y="-14.660837"
-         xml:space="preserve"
-         x="6.147172"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text7924"><tspan
-           id="tspan7926">Computer</tspan></text>
-      <text
-         y="-34.951134"
-         xml:space="preserve"
-         x="84.564949"
-         transform="scale(0.246729,0.246729)"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text7928"><tspan
-           id="tspan7930">Created by Andrew Fitzsimon</tspan></text>
-    </g>
-    <g
-       id="g11201"
-       transform="translate(224.98935,560.87966)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644">
-      <path
-         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path11204"
-         d="M 61.208646,74.540863 C 65.958047,79.724425 68.980394,89.011639 75.672733,89.01164 C 82.14919,87.211791 83.012718,71.805094 83.876245,68.493375 C 76.536261,73.532948 68.980395,76.412704 61.208646,74.540863 z " />
-      <path
-         transform="matrix(0.440859,0,0,0.441062,-0.8485902,18.11889)"
-         style="fill:#ebd5bb;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:type="arc"
-         sodipodi:ry="57.825485"
-         sodipodi:rx="60.94183"
-         sodipodi:cy="70.290855"
-         sodipodi:cx="150.27701"
-         id="path11206"
-         d="M 211.21884 70.290855 A 60.94183 57.825485 0 1 1  89.335178,70.290855 A 60.94183 57.825485 0 1 1  211.21884 70.290855 z" />
-      <path
-         style="fill:#354b63;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccssssc"
-         id="path11208"
-         d="M 32.210275,101.34753 C 31.819634,126.54379 96.449036,129.42515 96.292736,101.34753 C 97.837516,79.018786 86.732289,66.323086 83.972618,68.481556 C 82.571377,69.577533 82.050742,93.917319 72.58281,88.318677 C 67.97993,85.596878 62.831472,75.141814 60.578865,74.794949 C 57.17979,74.271545 50.671042,71.519447 44.693328,66.368738 C 43.125035,65.017418 32.739724,78.907727 32.210275,101.34753 z " />
-      <path
-         style="fill:#7e5429;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccscc"
-         id="path14564"
-         d="M 67.304802,16.686453 C 54.985668,-4.2976037 31.742548,13.847204 34.832083,38.13111 C 28.606909,39.936495 13.38594,55.735942 54.610465,51.217079 C 72.973357,49.204214 127.11969,28.718598 84.679736,22.863615 C 78.797006,1.2972292 67.040662,6.1031815 67.304802,16.686453 z " />
-      <path
-         style="fill:url(#linearGradient1883);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path1879"
-         d="M 89.582928,41.074792 C 78.886738,46.748497 62.561318,51.815798 53.926678,52.762292 C 47.018518,53.519536 42.160188,53.578455 38.114178,53.356042 C 39.550848,66.152312 50.849068,76.168541 64.707928,76.168542 C 79.538378,76.168542 91.582928,64.747093 91.582928,50.668542 C 91.582928,47.276803 90.850878,44.035951 89.582928,41.074792 z " />
-      <path
-         style="fill:url(#radialGradient1885);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path1884"
-         d="M 43.031249,70.1875 C 35.995246,80.448202 32.902215,93.581638 34.156249,105.875 C 40.334493,118.62839 56.831543,120.43683 69.499999,119.875 C 80.494576,119.32475 94.949065,113.14258 93.695531,100.00002 C 93.939855,90.023763 92.261916,78.780004 84.874999,71.5 C 82.650684,78.396104 83.536195,89.443626 74.999999,91.84375 C 65.062996,91.017122 64.05284,76.914438 54.283675,75.750529 C 50.352102,75.051855 46.009593,69.547093 43.031249,70.1875 z " />
-      <path
-         style="fill:url(#radialGradient1887);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path1886"
-         d="M 51.968749,10.15625 C 40.703741,13.843837 36.038494,27.433868 37.531249,38.375 C 35.900906,41.584912 25.71302,45.254989 31.843749,49.03125 C 53.068339,53.154256 75.12687,46.221276 93.715523,36.077723 C 100.42684,33.740896 99.810666,26.846559 92.384918,26.66513 C 86.324151,26.558371 81.674394,23.81643 81.165374,17.307044 C 79.826948,13.582045 74.107596,6.6890987 71.01108,12.623276 C 71.073069,19.511996 65.891703,20.102559 63.230392,14.042893 C 60.468574,10.851605 56.135557,9.1882781 51.968749,10.15625 z " />
-    </g>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path2488"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(82.857147,474.9866)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="365.71429"
-       y="668.60229"
-       id="text2490"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan2492"
-         x="365.71429"
-         y="668.60229">4</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="401.5625"
-       y="665.76636"
-       id="text2494"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan2496"
-         x="401.5625"
-         y="665.76636">accept or reject</tspan></text>
-  </g>
-</svg>

=== removed file 'doc/ja/user-guide/images/workflows_localcommit.png'
Binary files old/doc/ja/user-guide/images/workflows_localcommit.png	2009-10-29 10:01:19 +0000 and new/doc/ja/user-guide/images/workflows_localcommit.png	1970-01-01 00:00:00 +0000 differ
=== removed file 'doc/ja/user-guide/images/workflows_localcommit.svg'
--- old/doc/ja/user-guide/images/workflows_localcommit.svg	2009-10-29 10:01:19 +0000
+++ new/doc/ja/user-guide/images/workflows_localcommit.svg	1970-01-01 00:00:00 +0000
@@ -1,1575 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://web.resource.org/cc/"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="1052.3622"
-   height="744.09448"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.45.1"
-   version="1.0"
-   sodipodi:docbase="/home/ian/Desktop/talk/workflows"
-   sodipodi:docname="workflows_localcommit.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_localcommit.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90">
-  <defs
-     id="defs4">
-    <radialGradient
-       xlink:href="#linearGradient5992"
-       r="33.156250"
-       inkscape:collect="always"
-       id="radialGradient6000"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,1.693685,0.000000,-197.9515)"
-       fy="285.36218"
-       fx="495.50000"
-       cy="285.36218"
-       cx="495.50000" />
-    <linearGradient
-       y2="187.57059"
-       y1="225.40080"
-       xlink:href="#linearGradient5963"
-       x2="458.91232"
-       x1="383.95898"
-       inkscape:collect="always"
-       id="linearGradient5969"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient3586">
-      <stop
-         style="stop-color:#000000;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop3588" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop3590" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5963">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop5965" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop5967" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5992">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop5994" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop5996" />
-    </linearGradient>
-    <linearGradient
-       y2="-0.45783132"
-       y1="3.3012049"
-       xlink:href="#linearGradient893"
-       x2="0.92957747"
-       x1="-2.3960868e-17"
-       id="linearGradient4284" />
-    <linearGradient
-       y2="-0.033519555"
-       y1="2.0837989"
-       xlink:href="#linearGradient893"
-       x2="0.99074072"
-       x1="-0.77314812"
-       id="linearGradient4283" />
-    <linearGradient
-       y2="1.8771822"
-       y1="-0.033741195"
-       xlink:href="#linearGradient902"
-       x2="0.48453596"
-       x1="0.47041038"
-       id="linearGradient2740"
-       gradientTransform="scale(0.997153,1.002855)" />
-    <linearGradient
-       y2="1.9025002"
-       y1="-0.043652620"
-       xlink:href="#linearGradient902"
-       x2="0.48481107"
-       x1="0.47042510"
-       id="linearGradient1506"
-       gradientTransform="scale(0.995847,1.004170)" />
-    <linearGradient
-       y2="1.8570156"
-       y1="-0.024853170"
-       xlink:href="#linearGradient902"
-       x2="0.48548824"
-       x1="0.47157744"
-       id="linearGradient1505"
-       gradientTransform="scale(0.997825,1.002180)" />
-    <linearGradient
-       y2="182.99154"
-       y1="169.09755"
-       xlink:href="#linearGradient892"
-       x2="88.996957"
-       x1="88.755695"
-       id="linearGradient1404"
-       gradientTransform="scale(1.3695887,0.7301462)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient1317"
-       r="0.34964636"
-       id="radialGradient1316"
-       fy="0.18269235"
-       fx="0.50352114"
-       cy="0.50000006"
-       cx="0.50000000" />
-    <radialGradient
-       xlink:href="#linearGradient1317"
-       r="0.41197181"
-       id="radialGradient1315"
-       fy="0.26666668"
-       fx="0.47535211"
-       cy="0.53333336"
-       cx="0.47887325" />
-    <linearGradient
-       y2="173.03153"
-       y1="177.77768"
-       xlink:href="#linearGradient902"
-       x2="95.100155"
-       x1="101.10657"
-       id="linearGradient1171"
-       gradientTransform="scale(1.3601783,0.7351977)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="1.8378206"
-       y1="-0.016295359"
-       xlink:href="#linearGradient902"
-       x2="0.48655096"
-       x1="0.47284532"
-       id="linearGradient1170"
-       gradientTransform="scale(0.998371,1.001632)" />
-    <linearGradient
-       y2="81.477602"
-       y1="224.57898"
-       xlink:href="#linearGradient893"
-       x2="74.533693"
-       x1="146.69923"
-       id="linearGradient1169"
-       gradientTransform="scale(1.1870691,0.842411)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="133.54711"
-       y1="228.39311"
-       xlink:href="#linearGradient888"
-       x2="88.447016"
-       x1="141.60217"
-       id="linearGradient1167"
-       gradientTransform="scale(1.1838753,0.8446836)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="148.78619"
-       y1="131.25248"
-       xlink:href="#linearGradient1317"
-       x2="107.04918"
-       x1="111.49758"
-       id="linearGradient1166"
-       gradientTransform="scale(1.223869,0.8170809)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="176.28694"
-       y1="269.85831"
-       xlink:href="#linearGradient888"
-       x2="-16.224496"
-       x1="51.460928"
-       id="linearGradient1157"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="234.26866"
-       y1="178.48862"
-       xlink:href="#linearGradient888"
-       x2="25.220815"
-       x1="25.220815"
-       id="linearGradient1156"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="105.42543"
-       y1="76.277559"
-       xlink:href="#linearGradient892"
-       x2="8.346058"
-       x1="35.190362"
-       id="linearGradient1150"
-       gradientTransform="scale(1.3283861,0.7527932)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="20.481863"
-       y1="49.507656"
-       xlink:href="#linearGradient892"
-       x2="70.224305"
-       x1="39.690614"
-       id="linearGradient1148"
-       gradientTransform="scale(1.329144,0.7523639)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="113.71949"
-       y1="90.197025"
-       xlink:href="#linearGradient892"
-       x2="17.876529"
-       x1="39.810948"
-       id="linearGradient1146"
-       gradientTransform="scale(1.3207392,0.7571517)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="251.21892"
-       y1="203.499"
-       xlink:href="#linearGradient892"
-       x2="31.617281"
-       x1="31.449743"
-       id="linearGradient1144"
-       gradientTransform="scale(2.1051174,0.4750329)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="-0.45783132"
-       y1="3.3012049"
-       xlink:href="#linearGradient888"
-       x2="0.92957747"
-       x1="0.00000000"
-       id="linearGradient1141" />
-    <linearGradient
-       y2="232.24952"
-       y1="110.4447"
-       xlink:href="#linearGradient888"
-       x2="41.967061"
-       x1="45.685757"
-       id="linearGradient1140"
-       gradientTransform="scale(1.9102155,0.5235012)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="75.912531"
-       y1="375.92199"
-       xlink:href="#linearGradient1806"
-       x2="-268.25407"
-       x1="-249.72067"
-       id="linearGradient1138"
-       gradientTransform="scale(1.087146,0.9198397)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient1133"
-       r="68.589222"
-       id="radialGradient1132"
-       fy="39.288476"
-       fx="72.107883"
-       cy="56.485935"
-       cx="60.004654"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="11.699047"
-       y1="208.43991"
-       xlink:href="#linearGradient888"
-       x2="95.644441"
-       x1="-77.726178"
-       id="linearGradient905"
-       gradientTransform="scale(1.0964158,0.9120627)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       xlink:href="#linearGradient1806"
-       id="linearGradient901" />
-    <linearGradient
-       y2="91.07699"
-       y1="-3.9104078"
-       xlink:href="#linearGradient888"
-       x2="27.674331"
-       x1="92.437968"
-       id="linearGradient891"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient888">
-      <stop
-         style="stop-color:#626262;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop889" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop890" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient892">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.00000000;"
-         offset="0.00000000"
-         id="stop893" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop894" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient902">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.00000000;"
-         offset="0.00000000"
-         id="stop903" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.22000000;"
-         offset="1.0000000"
-         id="stop904" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1098">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1.0000000;"
-         offset="0.00000000"
-         id="stop1099" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.22314049;"
-         offset="0.50000000"
-         id="stop1101" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.00000000;"
-         offset="0.59930235"
-         id="stop1102" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.60330576;"
-         offset="1.0000000"
-         id="stop1100" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1133">
-      <stop
-         style="stop-color:#8bb7df;stop-opacity:1.0000000;"
-         offset="0.00000000"
-         id="stop1134" />
-      <stop
-         style="stop-color:#2a6092;stop-opacity:1.0000000;"
-         offset="0.76209301"
-         id="stop1136" />
-      <stop
-         style="stop-color:#375e82;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop1135" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1317">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52892560;"
-         offset="0.00000000"
-         id="stop1318" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.17355372;"
-         offset="0.50000000"
-         id="stop1320" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.00000000;"
-         offset="1.0000000"
-         id="stop1319" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient893">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop895" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop896" />
-    </linearGradient>
-    <radialGradient
-       xlink:href="#linearGradient1806"
-       r="11.574221"
-       id="radialGradient1977"
-       fy="39.410465"
-       fx="42.280806"
-       cy="39.007645"
-       cx="42.007257"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient1806">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.35051546;"
-         offset="0.0000000"
-         id="stop1807" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.13402061;"
-         offset="0.64999998"
-         id="stop3276" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop1808" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5281"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5283"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5285"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="5.5130484"
-       inkscape:collect="always"
-       id="radialGradient1828"
-       fy="61.38567"
-       fx="86.542037"
-       cy="61.38567"
-       cx="86.542037"
-       gradientTransform="matrix(-0.8164966,0,0,1.2247449,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="11.123441"
-       inkscape:collect="always"
-       id="radialGradient1824"
-       fy="58.887858"
-       fx="118.06427"
-       cy="58.54025"
-       cx="117.17439"
-       gradientTransform="matrix(-0.6229142,0,0,1.6053575,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="22.00904"
-       inkscape:collect="always"
-       id="radialGradient1822"
-       fy="87.892895"
-       fx="45.50637"
-       cy="88.322677"
-       cx="45.139623"
-       gradientTransform="matrix(-1.0914815,0,0,0.9161859,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="18.836343"
-       inkscape:collect="always"
-       id="radialGradient1818"
-       fy="33.351633"
-       fx="48.40165"
-       cy="32.467054"
-       cx="48.40165"
-       gradientTransform="matrix(-1.1146027,0,0,0.8971807,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="74.834393"
-       y1="57.093738"
-       xlink:href="#linearGradient4376"
-       x2="50.203204"
-       x1="50.52668"
-       inkscape:collect="always"
-       id="linearGradient1815"
-       gradientTransform="matrix(-1.3516689,0,0,0.7398261,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient4384">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop4385" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4386" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4376">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop4377" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4378" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4362">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop4363" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4364" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4358">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop4359" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop4360" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="radialGradient5536"
-       gradientUnits="userSpaceOnUse"
-       cx="42.007257"
-       cy="39.007645"
-       fx="42.280806"
-       fy="39.410465"
-       r="11.574221" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5538"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5540"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5542"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5544"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5546"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       x1="25.220815"
-       y1="178.48862"
-       x2="25.220815"
-       y2="234.26866" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5548"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       x1="51.460928"
-       y1="269.85831"
-       x2="-16.224496"
-       y2="176.28694" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient893"
-       id="linearGradient5550"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.1870691,0.842411)"
-       x1="146.69923"
-       y1="224.57898"
-       x2="74.533693"
-       y2="81.477602" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5552"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.9102155,0.5235012)"
-       x1="45.685757"
-       y1="110.4447"
-       x2="41.967061"
-       y2="232.24952" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5554"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.0964158,0.9120627)"
-       x1="-77.726178"
-       y1="208.43991"
-       x2="95.644441"
-       y2="11.699047" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1133"
-       id="radialGradient5556"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       cx="60.004654"
-       cy="56.485935"
-       fx="72.107883"
-       fy="39.288476"
-       r="68.589222" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5558"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       x1="92.437968"
-       y1="-3.9104078"
-       x2="27.674331"
-       y2="91.07699" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5560"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3207392,0.7571517)"
-       x1="39.810948"
-       y1="90.197025"
-       x2="17.876529"
-       y2="113.71949" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5562"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.329144,0.7523639)"
-       x1="39.690614"
-       y1="49.507656"
-       x2="70.224305"
-       y2="20.481863" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5564"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3283861,0.7527932)"
-       x1="35.190362"
-       y1="76.277559"
-       x2="8.346058"
-       y2="105.42543" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5566"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.1838753,0.8446836)"
-       x1="141.60217"
-       y1="228.39311"
-       x2="88.447016"
-       y2="133.54711" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient902"
-       id="linearGradient5568"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3601783,0.7351977)"
-       x1="101.10657"
-       y1="177.77768"
-       x2="95.100155"
-       y2="173.03153" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5570"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3695887,0.7301462)"
-       x1="88.755695"
-       y1="169.09755"
-       x2="88.996957"
-       y2="182.99154" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1317"
-       id="linearGradient5572"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.223869,0.8170809)"
-       x1="111.49758"
-       y1="131.25248"
-       x2="107.04918"
-       y2="148.78619" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5574"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.1051174,0.4750329)"
-       x1="31.449743"
-       y1="203.499"
-       x2="31.617281"
-       y2="251.21892" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5714"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="39.648127"
-       inkscape:collect="always"
-       id="radialGradient2797"
-       fy="101.92288"
-       fx="50.092871"
-       cy="102.70191"
-       cx="49.760482"
-       gradientTransform="scale(1.1222336,0.8910801)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="35.284406"
-       inkscape:collect="always"
-       id="radialGradient2791"
-       fy="32.061308"
-       fx="81.553592"
-       cy="33.402904"
-       cx="80.599566"
-       gradientTransform="scale(0.8352269,1.1972794)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="67.164412"
-       y1="53.505203"
-       xlink:href="#linearGradient4376"
-       x2="63.804663"
-       x1="64.786456"
-       inkscape:collect="always"
-       id="linearGradient2789"
-       gradientTransform="scale(1.1424512,0.8753109)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient6015">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop6017" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6019" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6009">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop6011" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6013" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6003">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop6005" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6007" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5997">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop5999" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop6001" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient6037"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       y2="0.46093750"
-       y1="0.46093750"
-       xlink:href="#linearGradient650"
-       x2="1.16666818"
-       x1="1.22222710"
-       spreadMethod="repeat"
-       id="linearGradient654"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       y2="0.53906250"
-       y1="0.53125000"
-       xlink:href="#linearGradient650"
-       x2="1.16666901"
-       x1="1.00000548"
-       spreadMethod="repeat"
-       id="linearGradient653"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       id="linearGradient650">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop651" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop652" />
-    </linearGradient>
-    <linearGradient
-       y2="0.46093750"
-       y1="0.46093750"
-       xlink:href="#linearGradient650"
-       x2="1.16666818"
-       x1="1.22222710"
-       spreadMethod="repeat"
-       id="linearGradient8493"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       y2="0.53906250"
-       y1="0.53125000"
-       xlink:href="#linearGradient650"
-       x2="1.16666901"
-       x1="1.00000548"
-       spreadMethod="repeat"
-       id="linearGradient8491"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       id="linearGradient8485">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop8487" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop8489" />
-    </linearGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     gridtolerance="10000"
-     guidetolerance="10"
-     objecttolerance="10"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="0.70710678"
-     inkscape:cx="503.09779"
-     inkscape:cy="201.79714"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     width="1052.3622px"
-     height="744.09448px"
-     showgrid="true"
-     inkscape:window-width="1024"
-     inkscape:window-height="712"
-     inkscape:window-x="-4"
-     inkscape:window-y="-4" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <g
-       inkscape:label="Layer 1"
-       id="g4996"
-       transform="matrix(0.331077,0,0,0.2676656,75.992157,230.68349)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="35.529999"
-       inkscape:export-ydpi="35.529999">
-      <g
-         transform="matrix(2.674162,0,0,2.674162,-826.248,-323.8239)"
-         id="g6052">
-        <path
-           style="fill:#c7c7c7;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:6.11299896;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-           sodipodi:nodetypes="czcczzz"
-           id="path1306"
-           d="M 362.77592,187.283 C 360.50343,190.98677 361.20593,367.68763 364.14011,374.65173 C 366.46268,380.1642 441.02381,442.12988 444.93699,443.78694 C 495.35017,443.444 529.34176,425.0858 534.99109,415.38735 C 537.14042,403.1889 535.31621,215.19709 533.25552,211.25359 C 531.47859,207.85312 436.04893,173.6386 432.71615,172.86054 C 429.71763,172.16052 365.30189,183.1661 362.77592,187.283 z " />
-        <path
-           style="fill:#ffffff;fill-opacity:0.54385968;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccccccc"
-           id="path2066"
-           d="M 366.42857,190.93361 C 391.19048,201.4098 418.60601,218.30739 446.22506,231.64072 C 472.394,225.42153 510.2022,217.10972 529.24981,213.77639 C 504.726,221.39543 472.52022,228.51448 447.99641,236.13353 C 446.56784,293.51448 447.257,380.45861 445.82843,437.83956 C 445.11414,379.98242 443.14285,291.6479 442.42856,233.79075 C 415.99999,219.50504 390,206.64789 366.42857,190.93361 z " />
-        <path
-           style="fill:#000000;fill-opacity:0.16228069;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccc"
-           id="path4356"
-           d="M 519.99794,379.97737 C 510.93834,392.99882 482.41849,399.43361 468.8726,394.16864 C 471.21835,393.5424 516.96143,380.96883 519.99794,379.97737 z " />
-        <g
-           transform="translate(2.035534,15.20712)"
-           id="g4374">
-          <path
-             style="fill:#ffffff;fill-opacity:0.39473685;fill-rule:evenodd;stroke:none;stroke-width:1.01199996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-             sodipodi:nodetypes="cccccc"
-             id="path4362"
-             d="M 471.29127,340.59039 L 513.55921,324.30516 C 517.9002,325.84805 517.04588,332.27818 517.04588,332.27818 L 510.46155,334.58088 C 510.46155,334.58088 501.26764,349.01224 484.93096,343.36795 C 484.93096,343.36795 472.7787,345.52605 471.29127,340.59039 z " />
-          <path
-             style="fill:#606060;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.11199999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-             sodipodi:nodetypes="ccccccc"
-             id="path2826"
-             d="M 471.66824,335.10501 C 485.70133,331.45482 499.73443,327.80464 513.76752,324.15445 C 514.30594,326.13864 514.34437,328.99782 513.50779,330.48201 C 511.36566,331.50652 507.10221,332.35425 504.96008,333.37876 C 498.80357,339.27354 493.45917,339.80363 483.65919,338.95243 C 479.87505,339.74603 476.0909,340.36284 472.30676,341.15644 C 471.15285,338.85897 470.82215,337.90248 471.66824,335.10501 z " />
-        </g>
-        <path
-           style="fill:#ffffff;fill-opacity:0.40350874;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccccc"
-           id="path4423"
-           d="M 364.8671,189.69191 L 446.71991,235.61832 L 446.39149,441.00771 L 366.28132,373.53968 L 364.8671,189.69191 z " />
-        <path
-           style="fill:#000000;fill-opacity:0.16228069;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccc"
-           id="path5957"
-           d="M 515.24794,392.97737 C 505.81506,405.42036 486.94113,407.56087 476.3726,403.76831 C 478.1563,403.29212 512.93901,393.73127 515.24794,392.97737 z " />
-        <path
-           style="fill:#000000;fill-opacity:0.16228069;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccc"
-           id="path5959"
-           d="M 508.24794,405.72737 C 502.79158,413.09279 492.2492,415.37141 483.8726,412.49343 C 484.991,412.19485 506.80021,406.20008 508.24794,405.72737 z " />
-        <path
-           style="fill:#fcfcfc;fill-opacity:0.44298245;fill-rule:evenodd;stroke:none;stroke-width:0.31200001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-           sodipodi:nodetypes="ccccccc"
-           id="path5973"
-           d="M 522.875,227.86218 L 527.04289,228.4302 L 527.79289,326.56929 L 463.46862,344.54896 L 461.88388,339.34073 L 523.68934,322.86218 L 522.875,227.86218 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6026"
-           d="M 462.21967,264.23013 L 462.31434,266.99086 L 522.7929,249.54632 L 462.21967,264.23013 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6036"
-           d="M 461.33579,284.2059 L 461.43046,286.96663 L 521.90902,269.52209 L 461.33579,284.2059 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6038"
-           d="M 462.21967,302.64613 L 462.31434,305.40686 L 522.7929,287.96232 L 462.21967,302.64613 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6040"
-           d="M 462.21967,320.79868 L 462.31434,323.55941 L 522.7929,306.11487 L 462.21967,320.79868 z " />
-        <path
-           style="opacity:1;color:#000000;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#9e9e9e;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="ccc"
-           id="path5988"
-           d="M 522.55191,229.64344 L 462.03362,244.76045 L 462.53549,344.35813" />
-      </g>
-    </g>
-    <g
-       id="g5256"
-       transform="translate(601.5744,207.49165)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="35.529999"
-       inkscape:export-ydpi="35.529999">
-      <path
-         transform="matrix(6.392368,0.545409,-0.130014,2.864752,-184.6606,-38.15109)"
-         style="fill:url(#radialGradient1977);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:type="arc"
-         sodipodi:ry="12.562782"
-         sodipodi:rx="12.562782"
-         sodipodi:cy="37.865574"
-         sodipodi:cx="41.875938"
-         id="path1976"
-         d="M 54.438721 37.865574 A 12.562782 12.562782 0 1 1  29.313156,37.865574 A 12.562782 12.562782 0 1 1  54.438721 37.865574 z" />
-      <g
-         transform="matrix(1,0,0,1.036969,356.8306,-11.4294)"
-         style="fill:url(#linearGradient6037);fill-opacity:1"
-         id="g4293">
-        <path
-           style="fill:url(#linearGradient5281);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path2720"
-           d="M -270.85787,33.814995 C -289.35564,33.925992 -307.93321,33.592782 -326.38104,33.981747 C -331.43469,35.696391 -331.02221,41.899652 -330.68524,46.15332 C -330.75782,60.227303 -330.53537,74.298225 -330.21167,88.36826 C -328.21297,91.039611 -323.21766,90.618387 -322.68469,94.539015 C -320.78054,96.259426 -317.05071,94.88215 -314.4389,95.333237 C -298.54999,95.360274 -282.66107,95.387302 -266.77215,95.414339 C -266.35587,90.465192 -260.12609,88.824447 -255.81783,89.540255 C -256.01688,89.058389 -261.69557,87.939375 -259.61591,84.491525 C -259.45681,68.72727 -259.19734,52.882199 -259.82064,37.168229 C -261.19394,32.980583 -267.34179,33.83368 -270.85787,33.814995 z M -236.65184,97.260473 C -234.79025,100.12642 -237.08724,103.09386 -239.92892,104.16357 C -242.6311,105.91539 -245.59105,107.62992 -248.52894,108.76804 C -253.1773,108.19079 -251.42424,101.88475 -255.01281,99.896645 C -260.33594,96.447012 -267.21045,98.43943 -273.23329,97.939231 C -291.8249,97.94887 -310.41651,97.958519 -329.00813,97.968158 C -335.45898,103.56578 -339.16595,111.40269 -341.55034,119.32178 C -337.25147,124.2061 -329.89606,122.27575 -324.10438,122.40002 C -298.64553,122.23171 -273.11679,122.61546 -247.69897,122.24542 C -243.40174,121.14669 -247.44685,114.84894 -243.58488,113.04441 C -242.73865,112.73374 -247.81245,114.4382 -247.26205,111.62955 C -245.49117,106.66028 -239.14113,105.99595 -235.92338,102.36811 C -234.39131,99.755669 -236.26958,96.922488 -238.33047,95.260495 C -237.77093,95.927151 -237.21138,96.593817 -236.65184,97.260473 z M -240.64255,111.75263 C -243.64086,113.13223 -237.02792,110.69536 -235.55512,111.97369 C -229.71113,112.74417 -224.16461,117.19625 -218.12358,115.22951 C -225.97639,116.31604 -232.799,109.03014 -240.64255,111.75263 z M -212.01083,112.33724 C -215.98173,113.85021 -208.21543,112.17765 -210.07883,115.87566 C -212.50961,119.93855 -206.99008,113.8662 -209.61436,112.54677 C -210.16198,111.94632 -211.27989,112.47663 -212.01083,112.33724 z M -213.97451,120.82946 C -220.13871,124.32615 -228.37873,119.08124 -233.85995,124.39439 C -238.36465,128.00055 -244.57099,130.35185 -247.0433,135.75122 C -247.65922,139.60202 -243.25109,141.90251 -240.44565,143.71808 C -235.60127,146.54512 -228.8227,145.75388 -225.20082,141.42836 C -220.62679,137.96117 -216.44182,134.08489 -212.48592,129.96782 C -212.82701,126.95048 -214.43694,123.63971 -213.97451,120.82946 z " />
-        <path
-           style="fill:url(#linearGradient5283);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path2723"
-           d="M -269.68453,32.256957 C -288.76965,32.351184 -307.87514,32.249603 -326.94796,32.349264 C -332.63884,33.663474 -333.90446,40.291305 -333.21597,45.149113 C -333.11996,59.896901 -333.07471,74.659754 -332.61729,89.39481 C -331.88583,93.310348 -324.86009,92.098674 -325.11097,96.44089 C -328.07184,96.184706 -331.5534,96.317135 -333.07248,99.246492 C -338.92562,104.98392 -341.99312,112.66465 -344.27268,120.28679 C -340.22572,125.96631 -332.26467,125.31453 -326.02946,124.71751 C -300.16629,124.7277 -274.28316,124.82043 -248.43245,124.77905 C -244.42424,124.78686 -243.30672,120.35609 -243.96666,117.2099 C -242.88598,112.93536 -237.04086,113.94554 -233.80717,114.98513 C -228.01851,116.64297 -221.26418,120.43074 -215.57982,116.37592 C -211.36091,113.71809 -213.05678,118.4029 -215.77936,119.43344 C -220.82539,122.25797 -227.09125,118.98178 -232.39677,121.20855 C -236.53238,123.88957 -240.74707,126.85249 -244.76678,129.74666 C -248.34219,132.01467 -251.90947,137.38626 -248.13747,140.97315 C -243.79274,146.02948 -236.37425,149.4527 -229.68248,147.08651 C -225.09383,144.85973 -221.79206,140.75401 -217.61535,137.88661 C -215.10454,135.69469 -212.49235,133.26839 -210.83749,130.50207 C -210.86477,126.92195 -214.68529,121.91303 -210.252,119.57013 C -207.25619,117.95208 -205.81053,112.12098 -209.75314,110.87946 C -214.16982,109.44692 -216.95156,115.09837 -221.43751,113.68608 C -228.47365,112.76758 -235.5565,107.20489 -242.69931,110.72434 C -246.89551,113.06547 -243.47174,109.4356 -241.45524,108.56544 C -237.85613,106.84628 -232.73147,104.36798 -233.94637,99.617708 C -234.27189,95.083838 -239.22223,93.197522 -242.95318,91.723135 C -247.61613,89.074942 -253.27003,89.345117 -258.06082,86.933298 C -257.89248,70.385101 -257.58805,53.76423 -258.26571,37.261116 C -259.2092,32.393288 -265.59824,31.96057 -269.68453,32.256957 z M -258.66259,91.764016 C -251.5059,92.239344 -243.21163,93.474137 -238.58238,99.271629 C -238.96251,103.06003 -244.00295,103.80224 -246.52821,106.14082 C -248.92267,108.48087 -251.12372,105.80503 -251.02958,103.27159 C -252.70852,98.336432 -258.20582,95.710815 -263.31841,96.533197 C -267.00561,96.7255 -263.71935,91.937514 -261.395,92.380192 C -260.48382,92.178338 -259.57521,91.953759 -258.66259,91.764016 z " />
-        <path
-           style="fill:url(#linearGradient5285);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           sodipodi:nodetypes="ccccczccccccccccccccccccczccccc"
-           id="path2737"
-           d="M -324.0398,30.70877 C -336.3492,30.820231 -335.15663,39.652507 -334.79476,45.313268 C -334.5469,60.436643 -334.38614,75.599009 -334.01234,90.698281 C -333.20516,93.057424 -330.71249,93.985661 -328.75475,95.252079 C -334.4553,96.476239 -336.96996,102.43195 -340.11175,106.59303 C -342.33294,111.36531 -347.84019,115.92868 -345.92111,121.43642 C -344.00204,126.94416 -332.21757,127.68181 -324.95408,127.12866 C -299.06901,127.09789 -273.17022,127.14905 -247.29372,127.06713 C -243.29961,126.16956 -240.99668,122.03601 -241.4977,118.23645 C -238.30082,114.95371 -233.32521,118.03039 -229.53292,118.63002 C -225.71641,119.31313 -232.5646,119.27527 -233.19362,120.54849 C -238.23604,122.95799 -242.6166,126.65447 -246.90973,130.10509 C -250.44674,132.97354 -252.4229,138.10741 -249.57412,142.08235 C -246.21315,145.92284 -241.41489,148.84284 -236.30395,149.79628 C -230.65487,150.83779 -225.57101,147.82678 -221.6157,144.24077 C -216.87391,140.59839 -212.0873,136.78287 -208.84361,131.80554 C -207.76302,128.26399 -211.47449,123.86671 -208.08348,121.09796 C -204.93438,118.46115 -204.06893,113.02076 -207.41836,110.2673 C -212.81988,106.81278 -218.36682,114.55112 -223.89705,111.29128 C -227.94209,110.1659 -231.91311,108.52596 -236.17676,108.45194 C -231.52711,105.88023 -229.62903,98.782331 -234.08944,95.153402 C -239.61551,89.404431 -248.455,88.793917 -255.40182,85.744487 C -255.86992,78.940296 -255.53665,71.972758 -255.70928,65.098797 C -255.80747,55.730822 -255.73864,46.312632 -255.94025,36.975777 C -258.03631,31.236293 -265.34014,30.439522 -270.76286,30.729689 C -289.40725,30.770714 -311.88665,30.597309 -324.0398,30.70877 z M -255.46516,94.482857 C -250.34561,95.62106 -244.69322,96.21649 -240.83258,100.05203 C -242.37635,102.55028 -245.27573,103.64481 -247.80048,104.97505 C -249.71506,99.684643 -254.39847,94.970039 -260.51378,95.138259 C -260.66903,94.131274 -256.73261,94.551178 -255.46516,94.482857 z " />
-      </g>
-      <rect
-         y="78.658051"
-         x="33.326111"
-         width="57.567924"
-         style="fill:url(#linearGradient1156);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1157);stroke-width:1.44734821pt"
-         id="rect1155"
-         height="8.3153667" />
-      <path
-         style="fill:url(#linearGradient1169);fill-rule:evenodd;stroke-width:0.90459263;stroke-opacity:0.07438019"
-         sodipodi:nodetypes="czzczczzzzzzzc"
-         id="path2676"
-         d="M 98.723806,78.927818 C 95.18666,77.759681 93.50122,82.555591 98.766686,81.004087 C 104.03217,79.452583 120.13123,85.906451 120.37383,89.795491 C 120.61643,93.905503 101.5003,98.581154 106.74108,104.42426 C 111.62816,110.70149 115.35468,100.13868 123.54696,104.21261 C 131.73923,108.17607 136.26048,109.72394 142.25488,104.94185 C 149.10027,101.9342 145.04599,107.07658 139.57918,113.60451 C 134.11237,120.13244 144.00251,115.08156 147.91225,105.31962 C 151.93248,95.557673 139.13128,107.33503 133.66268,105.40571 C 128.19408,103.47639 119.73678,97.849788 113.27625,102.55563 C 106.81572,107.26147 109.62894,99.493003 114.85637,97.90307 C 120.0838,96.092166 122.81363,93.045722 122.85597,90.161522 C 122.89831,87.498293 117.92629,84.811803 112.94229,82.402852 C 107.73732,79.993901 100.49788,78.588966 98.723806,78.927818 z " />
-      <path
-         style="fill:url(#linearGradient1140);fill-opacity:1;fill-rule:evenodd;stroke-width:1.44734821pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path1139"
-         d="M 15.102732,106.80712 C 13.80355,109.23224 17.148847,113.52338 19.900059,113.52338 L 107.85106,113.52338 C 110.18914,113.52338 113.70766,110.4906 112.64839,108.40622 L 102.7339,88.897093 C 101.97024,87.394398 100.26184,86.65834 98.576216,86.65834 L 28.215425,86.658339 C 26.825434,86.658339 25.353768,87.671846 24.697385,88.897093 L 15.102732,106.80712 z " />
-      <rect
-         y="22.413721"
-         x="26.015469"
-         width="72.279724"
-         style="fill:url(#linearGradient905);fill-opacity:1;fill-rule:evenodd;stroke-width:1.62826681"
-         ry="5.4369707"
-         rx="5.4369707"
-         id="rect1137"
-         height="60.126495" />
-      <rect
-         y="31.695871"
-         x="33.386066"
-         width="58.178177"
-         style="fill:url(#radialGradient1132);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient891);stroke-width:1.4649456pt"
-         id="rect1131"
-         height="38.044163" />
-      <path
-         style="fill:url(#linearGradient1146);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzccccc"
-         id="path1145"
-         d="M 27.690431,52.841444 L 27.370609,74.749236 C 27.319624,78.241665 29.310209,80.477938 32.807578,80.506029 L 72.625393,80.825852 L 76.463254,71.87084 L 32.008024,71.55102 L 31.688202,52.681533 L 27.690431,52.841444 z " />
-      <g
-         transform="matrix(-1,0,0,1,125.4301,0)"
-         id="g1791">
-        <path
-           style="fill:url(#linearGradient1148);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path1147"
-           d="M 42.062098,33.460351 L 77.341205,33.008055 C 82.787126,32.938235 89.553204,38.416797 89.553204,43.863165 L 89.553204,60.14583 L 41.609801,59.693534 L 42.062098,33.460351 z " />
-        <path
-           style="fill:url(#linearGradient1150);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path1149"
-           d="M 78.337784,67.629235 L 46.723745,67.724544 C 41.843589,67.739257 35.829319,62.771024 35.877168,57.891081 L 36.020221,43.301821 L 78.973514,44.128288 L 78.337784,67.629235 z " />
-      </g>
-      <path
-         style="fill:url(#linearGradient1167);fill-opacity:1;fill-rule:evenodd;stroke-width:0.72367412;stroke-opacity:0.34710741"
-         sodipodi:nodetypes="cczzzzzzc"
-         id="path1159"
-         d="M 137.39107,112.02341 C 137.39107,112.02341 129.0757,110.26438 123.63872,113.62251 C 118.20176,116.98064 109.96635,123.21719 108.76702,124.81628 C 107.40777,126.57531 107.42036,130.22796 109.24674,131.53253 L 114.84364,135.53031 C 118.31797,138.01198 124.86218,139.25396 128.11624,136.48978 L 142.98795,123.85681 C 144.79792,122.3193 145.72732,118.27921 144.10733,116.82073 C 142.95609,115.04975 140.4892,112.91939 137.39107,112.02341 z " />
-      <path
-         style="fill:url(#linearGradient1171);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzc"
-         id="path1160"
-         d="M 142.3483,121.13833 L 125.91043,133.59673 C 122.97154,135.82414 118.65484,134.11775 116.28283,133.77129 C 113.9108,133.42481 111.88528,131.87901 112.12516,132.33209 C 112.36503,132.78517 115.08349,135.71687 117.72203,136.48978 C 120.36055,137.26267 124.9543,138.89307 127.50953,136.15531 C 130.06477,133.41755 145.2267,123.53699 142.3483,121.13833 z " />
-      <path
-         style="fill:url(#linearGradient1404);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="cczc"
-         id="path1403"
-         d="M 132.11225,127.51984 C 135.31047,122.88242 120.11893,113.12786 109.08509,127.0401 C 110.20446,130.71805 116.80662,132.5992 121.82304,132.33547 C 126.68363,132.07993 129.50037,129.97181 132.11225,127.51984 z " />
-      <path
-         style="fill:url(#linearGradient1166);fill-opacity:1;fill-rule:evenodd;stroke-width:1.08551121"
-         sodipodi:nodetypes="cccccccc"
-         id="path1519"
-         d="M 138.63464,112.68306 C 135.9958,113.22749 132.31739,114.43079 129.87534,116.38362 C 128.77009,115.68011 125.32759,114.5677 123.66767,113.84494 L 123.24572,114.10517 C 129.67287,117.23476 136.43512,117.91249 135.88192,122.87668 C 136.33675,122.98575 137.05589,123.09702 136.73191,122.38863 C 136.41775,118.90392 132.50587,117.23351 131.02697,116.81532 C 133.17224,114.26602 136.255,113.70892 138.63464,112.68306 z " />
-      <path
-         style="fill:url(#linearGradient1144);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path1143"
-         d="M 18.891612,106.48414 C 17.978451,108.31614 19.173914,111.55774 22.263529,111.55774 L 105.0195,111.55774 C 106.66288,111.55774 109.13595,109.26672 108.39142,107.69215 L 101.42279,92.954575 C 100.88602,91.819403 99.685232,91.263378 98.500462,91.263378 L 28.108183,91.263369 C 27.131195,91.263369 26.0968,92.028994 25.635445,92.954575 L 18.891612,106.48414 z " />
-      <text
-         y="-14.660837"
-         xml:space="preserve"
-         x="6.147172"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text1232"><tspan
-           id="tspan1233">Computer</tspan></text>
-      <text
-         y="-34.951134"
-         xml:space="preserve"
-         x="84.564949"
-         transform="scale(0.246729,0.246729)"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text1235"><tspan
-           id="tspan1236">Created by Andrew Fitzsimon</tspan></text>
-    </g>
-    <g
-       id="g5474"
-       transform="translate(633.63525,501.49239)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="35.529999"
-       inkscape:export-ydpi="35.529999">
-      <path
-         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path9383"
-         d="M 203.47051,-209.74941 C 198.72111,-204.56585 195.69876,-195.27863 189.00642,-195.27863 C 182.52997,-197.07848 181.66644,-212.48518 180.80291,-215.7969 C 188.1429,-210.75732 195.69876,-207.87757 203.47051,-209.74941 z " />
-      <path
-         transform="matrix(-0.440859,0,0,0.441062,265.52775,-266.17138)"
-         style="fill:#f1bb96;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:type="arc"
-         sodipodi:ry="57.825485"
-         sodipodi:rx="60.94183"
-         sodipodi:cy="70.290855"
-         sodipodi:cx="150.27701"
-         id="path3713"
-         d="M 211.21884 70.290855 A 60.94183 57.825485 0 1 1  89.335178,70.290855 A 60.94183 57.825485 0 1 1  211.21884 70.290855 z" />
-      <path
-         style="fill:#233e6a;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccssssc"
-         id="path4369"
-         d="M 232.46888,-182.94274 C 232.85952,-157.74648 168.23012,-154.86512 168.38642,-182.94274 C 166.84164,-205.27149 177.94687,-217.96719 180.70654,-215.80872 C 182.10778,-214.71274 182.62841,-190.37295 192.09635,-195.9716 C 196.69923,-198.69339 201.84768,-209.14846 204.10029,-209.49532 C 207.49937,-210.01873 214.00811,-212.77083 219.98583,-217.92153 C 221.55412,-219.27285 231.93943,-205.38255 232.46888,-182.94274 z " />
-      <path
-         style="fill:#513624;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path11309"
-         d="M 204.55432,-273.85152 C 222.46413,-271.53047 237.32676,-259.28175 231.38357,-231.42099 C 229.66954,-221.67743 222.12426,-217.60887 219.35537,-236.36962 C 211.4578,-233.88387 177.25785,-223.92576 170.54948,-241.26677 C 166.55631,-248.43407 174.86257,-276.23329 204.55432,-273.85152 z " />
-      <path
-         style="fill:#1f4eb3;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path11942"
-         d="M 191.92173,-167.75448 C 192.06919,-184.44566 194.18855,-193.73288 188.47558,-194.95709 C 182.9785,-195.85052 179.91138,-176.52634 179.04785,-173.21462 C 175.85958,-157.19769 189.53653,-154.44605 191.92173,-167.75448 z " />
-      <path
-         style="fill:url(#linearGradient1815);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path1811"
-         d="M 172.67812,-237.76056 C 182.56217,-225.58826 212.09549,-234.15979 219.36562,-236.44806 C 220.33459,-229.88278 221.90014,-226.25074 223.58437,-224.54181 C 219.31219,-215.8234 210.06249,-209.76056 199.27187,-209.76056 C 184.44142,-209.76056 172.42812,-221.18201 172.42812,-235.26056 C 172.42812,-236.11869 172.59078,-236.92413 172.67812,-237.76056 z " />
-      <path
-         style="fill:url(#radialGradient1818);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1817"
-         d="M 203.17522,-273.74212 C 221.08504,-271.42107 235.94766,-259.17235 230.00448,-231.31159 C 228.29044,-221.56803 220.74517,-217.49946 217.97627,-236.26022 C 210.0787,-233.77447 175.87876,-223.81635 169.17039,-241.15737 C 165.17722,-248.32467 173.48348,-276.12389 203.17522,-273.74212 z " />
-      <path
-         style="fill:url(#radialGradient1822);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path1819"
-         d="M 220.74123,-214.1875 C 227.87764,-203.73841 231.28831,-190.18836 229.45998,-177.71875 C 222.3997,-165.39834 205.93726,-163.52328 193.05373,-164.75 C 194.11526,-173.29796 194.69425,-182.39807 193.51876,-190.98978 C 191.02311,-195.41909 199.33209,-197.29913 200.39748,-201.6875 C 203.70655,-208.92744 212.80427,-208.10966 218.04988,-213.3696 C 218.9201,-213.57294 220.00051,-215.94141 220.74123,-214.1875 z M 179.55373,-210.28125 C 180.69974,-204.97453 181.23339,-199.24919 184.58498,-194.75 C 179.40159,-187.81847 178.05976,-178.63643 176.67873,-170.28125 C 167.10271,-177.01707 169.81568,-190.62142 172.02963,-200.39411 C 173.03008,-204.26346 176.36728,-212.34166 179.19382,-211.77772 C 179.27177,-211.45363 179.5117,-210.45598 179.55373,-210.28125 z " />
-      <path
-         style="fill:url(#radialGradient1824);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path1823"
-         d="M 192.35803,-167.43887 C 192.50549,-184.13006 194.62485,-193.41727 188.91188,-194.64149 C 183.4148,-195.53491 180.34768,-176.21073 179.48415,-172.89901 C 176.29589,-156.88208 189.97283,-154.13044 192.35803,-167.43887 z " />
-      <path
-         style="fill:#1f4eb3;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1825"
-         d="M 185.2414,-200.53324 C 185.2414,-197.95291 187.25802,-195.85872 189.74278,-195.85872 C 192.22755,-195.85872 194.24417,-197.95291 194.24417,-200.53324 C 194.24417,-203.11357 193.61259,-209.36288 191.12783,-209.36288 C 188.64306,-209.36288 185.2414,-203.11357 185.2414,-200.53324 z " />
-      <path
-         style="fill:url(#radialGradient1828);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1827"
-         d="M 186.28018,-201.05263 C 186.28018,-198.4723 188.2968,-196.37811 190.78156,-196.37811 C 193.26633,-196.37811 195.28295,-198.4723 195.28295,-201.05263 C 195.28295,-203.63296 194.65137,-209.88227 192.16661,-209.88227 C 189.68184,-209.88227 186.28018,-203.63296 186.28018,-201.05263 z " />
-    </g>
-    <g
-       id="g5488"
-       transform="translate(601.5744,407.49165)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="35.529999"
-       inkscape:export-ydpi="35.529999">
-      <path
-         transform="matrix(6.392368,0.545409,-0.130014,2.864752,-184.6606,-38.15109)"
-         style="fill:url(#radialGradient5536);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:type="arc"
-         sodipodi:ry="12.562782"
-         sodipodi:rx="12.562782"
-         sodipodi:cy="37.865574"
-         sodipodi:cx="41.875938"
-         id="path5490"
-         d="M 54.438721 37.865574 A 12.562782 12.562782 0 1 1  29.313156,37.865574 A 12.562782 12.562782 0 1 1  54.438721 37.865574 z" />
-      <g
-         transform="matrix(1,0,0,1.036969,356.8306,-11.4294)"
-         style="fill:url(#linearGradient5538);fill-opacity:1"
-         id="g5492">
-        <path
-           style="fill:url(#linearGradient5540);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path5494"
-           d="M -270.85787,33.814995 C -289.35564,33.925992 -307.93321,33.592782 -326.38104,33.981747 C -331.43469,35.696391 -331.02221,41.899652 -330.68524,46.15332 C -330.75782,60.227303 -330.53537,74.298225 -330.21167,88.36826 C -328.21297,91.039611 -323.21766,90.618387 -322.68469,94.539015 C -320.78054,96.259426 -317.05071,94.88215 -314.4389,95.333237 C -298.54999,95.360274 -282.66107,95.387302 -266.77215,95.414339 C -266.35587,90.465192 -260.12609,88.824447 -255.81783,89.540255 C -256.01688,89.058389 -261.69557,87.939375 -259.61591,84.491525 C -259.45681,68.72727 -259.19734,52.882199 -259.82064,37.168229 C -261.19394,32.980583 -267.34179,33.83368 -270.85787,33.814995 z M -236.65184,97.260473 C -234.79025,100.12642 -237.08724,103.09386 -239.92892,104.16357 C -242.6311,105.91539 -245.59105,107.62992 -248.52894,108.76804 C -253.1773,108.19079 -251.42424,101.88475 -255.01281,99.896645 C -260.33594,96.447012 -267.21045,98.43943 -273.23329,97.939231 C -291.8249,97.94887 -310.41651,97.958519 -329.00813,97.968158 C -335.45898,103.56578 -339.16595,111.40269 -341.55034,119.32178 C -337.25147,124.2061 -329.89606,122.27575 -324.10438,122.40002 C -298.64553,122.23171 -273.11679,122.61546 -247.69897,122.24542 C -243.40174,121.14669 -247.44685,114.84894 -243.58488,113.04441 C -242.73865,112.73374 -247.81245,114.4382 -247.26205,111.62955 C -245.49117,106.66028 -239.14113,105.99595 -235.92338,102.36811 C -234.39131,99.755669 -236.26958,96.922488 -238.33047,95.260495 C -237.77093,95.927151 -237.21138,96.593817 -236.65184,97.260473 z M -240.64255,111.75263 C -243.64086,113.13223 -237.02792,110.69536 -235.55512,111.97369 C -229.71113,112.74417 -224.16461,117.19625 -218.12358,115.22951 C -225.97639,116.31604 -232.799,109.03014 -240.64255,111.75263 z M -212.01083,112.33724 C -215.98173,113.85021 -208.21543,112.17765 -210.07883,115.87566 C -212.50961,119.93855 -206.99008,113.8662 -209.61436,112.54677 C -210.16198,111.94632 -211.27989,112.47663 -212.01083,112.33724 z M -213.97451,120.82946 C -220.13871,124.32615 -228.37873,119.08124 -233.85995,124.39439 C -238.36465,128.00055 -244.57099,130.35185 -247.0433,135.75122 C -247.65922,139.60202 -243.25109,141.90251 -240.44565,143.71808 C -235.60127,146.54512 -228.8227,145.75388 -225.20082,141.42836 C -220.62679,137.96117 -216.44182,134.08489 -212.48592,129.96782 C -212.82701,126.95048 -214.43694,123.63971 -213.97451,120.82946 z " />
-        <path
-           style="fill:url(#linearGradient5542);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path5496"
-           d="M -269.68453,32.256957 C -288.76965,32.351184 -307.87514,32.249603 -326.94796,32.349264 C -332.63884,33.663474 -333.90446,40.291305 -333.21597,45.149113 C -333.11996,59.896901 -333.07471,74.659754 -332.61729,89.39481 C -331.88583,93.310348 -324.86009,92.098674 -325.11097,96.44089 C -328.07184,96.184706 -331.5534,96.317135 -333.07248,99.246492 C -338.92562,104.98392 -341.99312,112.66465 -344.27268,120.28679 C -340.22572,125.96631 -332.26467,125.31453 -326.02946,124.71751 C -300.16629,124.7277 -274.28316,124.82043 -248.43245,124.77905 C -244.42424,124.78686 -243.30672,120.35609 -243.96666,117.2099 C -242.88598,112.93536 -237.04086,113.94554 -233.80717,114.98513 C -228.01851,116.64297 -221.26418,120.43074 -215.57982,116.37592 C -211.36091,113.71809 -213.05678,118.4029 -215.77936,119.43344 C -220.82539,122.25797 -227.09125,118.98178 -232.39677,121.20855 C -236.53238,123.88957 -240.74707,126.85249 -244.76678,129.74666 C -248.34219,132.01467 -251.90947,137.38626 -248.13747,140.97315 C -243.79274,146.02948 -236.37425,149.4527 -229.68248,147.08651 C -225.09383,144.85973 -221.79206,140.75401 -217.61535,137.88661 C -215.10454,135.69469 -212.49235,133.26839 -210.83749,130.50207 C -210.86477,126.92195 -214.68529,121.91303 -210.252,119.57013 C -207.25619,117.95208 -205.81053,112.12098 -209.75314,110.87946 C -214.16982,109.44692 -216.95156,115.09837 -221.43751,113.68608 C -228.47365,112.76758 -235.5565,107.20489 -242.69931,110.72434 C -246.89551,113.06547 -243.47174,109.4356 -241.45524,108.56544 C -237.85613,106.84628 -232.73147,104.36798 -233.94637,99.617708 C -234.27189,95.083838 -239.22223,93.197522 -242.95318,91.723135 C -247.61613,89.074942 -253.27003,89.345117 -258.06082,86.933298 C -257.89248,70.385101 -257.58805,53.76423 -258.26571,37.261116 C -259.2092,32.393288 -265.59824,31.96057 -269.68453,32.256957 z M -258.66259,91.764016 C -251.5059,92.239344 -243.21163,93.474137 -238.58238,99.271629 C -238.96251,103.06003 -244.00295,103.80224 -246.52821,106.14082 C -248.92267,108.48087 -251.12372,105.80503 -251.02958,103.27159 C -252.70852,98.336432 -258.20582,95.710815 -263.31841,96.533197 C -267.00561,96.7255 -263.71935,91.937514 -261.395,92.380192 C -260.48382,92.178338 -259.57521,91.953759 -258.66259,91.764016 z " />
-        <path
-           style="fill:url(#linearGradient5544);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           sodipodi:nodetypes="ccccczccccccccccccccccccczccccc"
-           id="path5498"
-           d="M -324.0398,30.70877 C -336.3492,30.820231 -335.15663,39.652507 -334.79476,45.313268 C -334.5469,60.436643 -334.38614,75.599009 -334.01234,90.698281 C -333.20516,93.057424 -330.71249,93.985661 -328.75475,95.252079 C -334.4553,96.476239 -336.96996,102.43195 -340.11175,106.59303 C -342.33294,111.36531 -347.84019,115.92868 -345.92111,121.43642 C -344.00204,126.94416 -332.21757,127.68181 -324.95408,127.12866 C -299.06901,127.09789 -273.17022,127.14905 -247.29372,127.06713 C -243.29961,126.16956 -240.99668,122.03601 -241.4977,118.23645 C -238.30082,114.95371 -233.32521,118.03039 -229.53292,118.63002 C -225.71641,119.31313 -232.5646,119.27527 -233.19362,120.54849 C -238.23604,122.95799 -242.6166,126.65447 -246.90973,130.10509 C -250.44674,132.97354 -252.4229,138.10741 -249.57412,142.08235 C -246.21315,145.92284 -241.41489,148.84284 -236.30395,149.79628 C -230.65487,150.83779 -225.57101,147.82678 -221.6157,144.24077 C -216.87391,140.59839 -212.0873,136.78287 -208.84361,131.80554 C -207.76302,128.26399 -211.47449,123.86671 -208.08348,121.09796 C -204.93438,118.46115 -204.06893,113.02076 -207.41836,110.2673 C -212.81988,106.81278 -218.36682,114.55112 -223.89705,111.29128 C -227.94209,110.1659 -231.91311,108.52596 -236.17676,108.45194 C -231.52711,105.88023 -229.62903,98.782331 -234.08944,95.153402 C -239.61551,89.404431 -248.455,88.793917 -255.40182,85.744487 C -255.86992,78.940296 -255.53665,71.972758 -255.70928,65.098797 C -255.80747,55.730822 -255.73864,46.312632 -255.94025,36.975777 C -258.03631,31.236293 -265.34014,30.439522 -270.76286,30.729689 C -289.40725,30.770714 -311.88665,30.597309 -324.0398,30.70877 z M -255.46516,94.482857 C -250.34561,95.62106 -244.69322,96.21649 -240.83258,100.05203 C -242.37635,102.55028 -245.27573,103.64481 -247.80048,104.97505 C -249.71506,99.684643 -254.39847,94.970039 -260.51378,95.138259 C -260.66903,94.131274 -256.73261,94.551178 -255.46516,94.482857 z " />
-      </g>
-      <rect
-         y="78.658051"
-         x="33.326111"
-         width="57.567924"
-         style="fill:url(#linearGradient5546);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5548);stroke-width:1.44734821pt"
-         id="rect5500"
-         height="8.3153667" />
-      <path
-         style="fill:url(#linearGradient5550);fill-rule:evenodd;stroke-width:0.90459263;stroke-opacity:0.07438019"
-         sodipodi:nodetypes="czzczczzzzzzzc"
-         id="path5502"
-         d="M 98.723806,78.927818 C 95.18666,77.759681 93.50122,82.555591 98.766686,81.004087 C 104.03217,79.452583 120.13123,85.906451 120.37383,89.795491 C 120.61643,93.905503 101.5003,98.581154 106.74108,104.42426 C 111.62816,110.70149 115.35468,100.13868 123.54696,104.21261 C 131.73923,108.17607 136.26048,109.72394 142.25488,104.94185 C 149.10027,101.9342 145.04599,107.07658 139.57918,113.60451 C 134.11237,120.13244 144.00251,115.08156 147.91225,105.31962 C 151.93248,95.557673 139.13128,107.33503 133.66268,105.40571 C 128.19408,103.47639 119.73678,97.849788 113.27625,102.55563 C 106.81572,107.26147 109.62894,99.493003 114.85637,97.90307 C 120.0838,96.092166 122.81363,93.045722 122.85597,90.161522 C 122.89831,87.498293 117.92629,84.811803 112.94229,82.402852 C 107.73732,79.993901 100.49788,78.588966 98.723806,78.927818 z " />
-      <path
-         style="fill:url(#linearGradient5552);fill-opacity:1;fill-rule:evenodd;stroke-width:1.44734821pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path5504"
-         d="M 15.102732,106.80712 C 13.80355,109.23224 17.148847,113.52338 19.900059,113.52338 L 107.85106,113.52338 C 110.18914,113.52338 113.70766,110.4906 112.64839,108.40622 L 102.7339,88.897093 C 101.97024,87.394398 100.26184,86.65834 98.576216,86.65834 L 28.215425,86.658339 C 26.825434,86.658339 25.353768,87.671846 24.697385,88.897093 L 15.102732,106.80712 z " />
-      <rect
-         y="22.413721"
-         x="26.015469"
-         width="72.279724"
-         style="fill:url(#linearGradient5554);fill-opacity:1;fill-rule:evenodd;stroke-width:1.62826681"
-         ry="5.4369707"
-         rx="5.4369707"
-         id="rect5506"
-         height="60.126495" />
-      <rect
-         y="31.695871"
-         x="33.386066"
-         width="58.178177"
-         style="fill:url(#radialGradient5556);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5558);stroke-width:1.4649456pt"
-         id="rect5508"
-         height="38.044163" />
-      <path
-         style="fill:url(#linearGradient5560);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzccccc"
-         id="path5510"
-         d="M 27.690431,52.841444 L 27.370609,74.749236 C 27.319624,78.241665 29.310209,80.477938 32.807578,80.506029 L 72.625393,80.825852 L 76.463254,71.87084 L 32.008024,71.55102 L 31.688202,52.681533 L 27.690431,52.841444 z " />
-      <g
-         transform="matrix(-1,0,0,1,125.4301,0)"
-         id="g5512">
-        <path
-           style="fill:url(#linearGradient5562);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path5514"
-           d="M 42.062098,33.460351 L 77.341205,33.008055 C 82.787126,32.938235 89.553204,38.416797 89.553204,43.863165 L 89.553204,60.14583 L 41.609801,59.693534 L 42.062098,33.460351 z " />
-        <path
-           style="fill:url(#linearGradient5564);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path5516"
-           d="M 78.337784,67.629235 L 46.723745,67.724544 C 41.843589,67.739257 35.829319,62.771024 35.877168,57.891081 L 36.020221,43.301821 L 78.973514,44.128288 L 78.337784,67.629235 z " />
-      </g>
-      <path
-         style="fill:url(#linearGradient5566);fill-opacity:1;fill-rule:evenodd;stroke-width:0.72367412;stroke-opacity:0.34710741"
-         sodipodi:nodetypes="cczzzzzzc"
-         id="path5518"
-         d="M 137.39107,112.02341 C 137.39107,112.02341 129.0757,110.26438 123.63872,113.62251 C 118.20176,116.98064 109.96635,123.21719 108.76702,124.81628 C 107.40777,126.57531 107.42036,130.22796 109.24674,131.53253 L 114.84364,135.53031 C 118.31797,138.01198 124.86218,139.25396 128.11624,136.48978 L 142.98795,123.85681 C 144.79792,122.3193 145.72732,118.27921 144.10733,116.82073 C 142.95609,115.04975 140.4892,112.91939 137.39107,112.02341 z " />
-      <path
-         style="fill:url(#linearGradient5568);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzc"
-         id="path5520"
-         d="M 142.3483,121.13833 L 125.91043,133.59673 C 122.97154,135.82414 118.65484,134.11775 116.28283,133.77129 C 113.9108,133.42481 111.88528,131.87901 112.12516,132.33209 C 112.36503,132.78517 115.08349,135.71687 117.72203,136.48978 C 120.36055,137.26267 124.9543,138.89307 127.50953,136.15531 C 130.06477,133.41755 145.2267,123.53699 142.3483,121.13833 z " />
-      <path
-         style="fill:url(#linearGradient5570);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="cczc"
-         id="path5522"
-         d="M 132.11225,127.51984 C 135.31047,122.88242 120.11893,113.12786 109.08509,127.0401 C 110.20446,130.71805 116.80662,132.5992 121.82304,132.33547 C 126.68363,132.07993 129.50037,129.97181 132.11225,127.51984 z " />
-      <path
-         style="fill:url(#linearGradient5572);fill-opacity:1;fill-rule:evenodd;stroke-width:1.08551121"
-         sodipodi:nodetypes="cccccccc"
-         id="path5524"
-         d="M 138.63464,112.68306 C 135.9958,113.22749 132.31739,114.43079 129.87534,116.38362 C 128.77009,115.68011 125.32759,114.5677 123.66767,113.84494 L 123.24572,114.10517 C 129.67287,117.23476 136.43512,117.91249 135.88192,122.87668 C 136.33675,122.98575 137.05589,123.09702 136.73191,122.38863 C 136.41775,118.90392 132.50587,117.23351 131.02697,116.81532 C 133.17224,114.26602 136.255,113.70892 138.63464,112.68306 z " />
-      <path
-         style="fill:url(#linearGradient5574);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path5526"
-         d="M 18.891612,106.48414 C 17.978451,108.31614 19.173914,111.55774 22.263529,111.55774 L 105.0195,111.55774 C 106.66288,111.55774 109.13595,109.26672 108.39142,107.69215 L 101.42279,92.954575 C 100.88602,91.819403 99.685232,91.263378 98.500462,91.263378 L 28.108183,91.263369 C 27.131195,91.263369 26.0968,92.028994 25.635445,92.954575 L 18.891612,106.48414 z " />
-      <text
-         y="-14.660837"
-         xml:space="preserve"
-         x="6.147172"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text5528"><tspan
-           id="tspan5530">Computer</tspan></text>
-      <text
-         y="-34.951134"
-         xml:space="preserve"
-         x="84.564949"
-         transform="scale(0.246729,0.246729)"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text5532"><tspan
-           id="tspan5534">Created by Andrew Fitzsimon</tspan></text>
-    </g>
-    <g
-       id="g6024"
-       transform="matrix(-1,0,0,1,900.16045,422.61731)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="35.529999"
-       inkscape:export-ydpi="35.529999">
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path6027"
-         d="M 60.545133,72.847539 C 65.294534,78.031101 68.316881,87.318315 75.00922,87.318316 C 81.485677,85.518467 82.349205,70.11177 83.212732,66.800051 C 75.872748,71.839624 68.316882,74.71938 60.545133,72.847539 z " />
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#d20000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccssssc"
-         id="path6029"
-         d="M 31.546762,99.654209 C 31.156121,124.85047 95.78552,127.73183 95.62922,99.654209 C 97.174007,77.325462 86.068776,64.629762 83.309105,66.788232 C 81.907864,67.884209 81.387229,92.223995 71.919297,86.625353 C 67.316417,83.903554 62.167959,73.44849 59.915352,73.101625 C 56.516277,72.578221 50.007529,69.826123 44.029815,64.675414 C 42.461522,63.324094 32.076211,77.214403 31.546762,99.654209 z " />
-      <path
-         style="fill:url(#radialGradient2797);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2796"
-         d="M 43.53125,77.3125 C 40.353026,86.016409 37.202011,96.366079 40.377303,105.23542 C 48.984655,117.18204 66.049398,117.25223 79.222417,115.04972 C 88.094278,113.47345 96.636121,105.87972 94.744454,96.188658 C 94.751182,88.561019 93.319573,80.643142 89.09375,74.1875 C 87.954705,81.120157 85.706152,92.347929 76.686643,91.786583 C 66.841974,89.84774 65.058803,76.33878 54.747596,75.105769 C 49.945701,71.530053 45.566465,69.110698 43.783935,76.852875 L 43.53125,77.3125 z " />
-      <path
-         transform="matrix(0.440859,0,0,0.441062,0.997459,16.38124)"
-         style="fill:#efd7c7;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:type="arc"
-         sodipodi:ry="57.825485"
-         sodipodi:rx="60.94183"
-         sodipodi:cy="70.290855"
-         sodipodi:cx="150.27701"
-         id="path6032"
-         d="M 211.21884 70.290855 A 60.94183 57.825485 0 1 1  89.335178,70.290855 A 60.94183 57.825485 0 1 1  211.21884 70.290855 z" />
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccccc"
-         id="path3720"
-         d="M 56.980881,5.8426527 C 39.420698,8.0166254 30.552872,16.206245 24.211446,49.532095 C 14.512196,98.076517 21.871677,115.5525 32.990311,115.56714 C 17.54932,102.40769 63.877625,86.740105 56.295103,44.070713 C 68.4508,48.712358 94.51097,54.349644 95.164349,41.718703 C 97.176702,29.219492 88.64173,4.4775042 56.980881,5.8426527 z " />
-      <path
-         style="fill:url(#linearGradient2789);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2164"
-         d="M 60.687242,45.028999 C 62.530882,55.403773 61.180052,64.151015 58.312242,71.685249 C 61.630122,73.07804 65.296862,73.904 69.155992,73.903999 C 83.975322,73.903999 95.981712,62.468019 95.999742,48.403999 C 88.357632,52.885439 70.244092,48.678277 60.687242,45.028999 z " />
-      <path
-         style="fill:url(#radialGradient2791);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2790"
-         d="M 52.174948,8.1325312 C 35.846775,12.141346 31.110158,30.475875 28.060647,44.840387 C 24.465246,64.767005 19.485139,85.90438 25.518698,105.82003 C 29.863591,114.87216 28.026452,106.52571 31.049538,102.11795 C 41.311249,87.323083 56.256862,73.307418 55.936774,53.886064 C 56.647391,49.398848 52.34734,38.640985 60.701717,42.254379 C 70.683443,45.202557 82.078811,49.011247 92.143698,44.632531 C 96.945103,37.45042 93.288237,27.137344 88.876323,20.399742 C 81.135092,8.5919962 65.300885,5.0194752 52.174948,8.1325312 z " />
-    </g>
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.63842154;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
-       sodipodi:nodetypes="cccccccccccc"
-       id="path699"
-       d="M 319.16674,325.66524 L 432.27399,313.12251 L 422.57906,332.08242 L 484.9028,325.95688 C 484.9028,325.95688 494.59773,306.41369 495.05931,306.41369 C 495.52148,306.41369 517.68079,331.79078 517.68079,331.79078 C 517.68079,331.79078 465.51355,358.33479 465.05197,358.33479 C 465.51355,358.91808 474.74689,339.66616 474.74689,339.37453 L 402.72705,345.79207 L 412.42255,326.24852 L 309.01023,338.4996 L 319.16674,325.66524 z "
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="35.529999"
-       inkscape:export-ydpi="35.529999" />
-    <text
-       xml:space="preserve"
-       style="font-size:48px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont;font-stretch:normal;font-variant:normal;text-anchor:start;text-align:start;writing-mode:lr;line-height:125%"
-       x="140"
-       y="521.23737"
-       id="text7612"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="35.529999"
-       inkscape:export-ydpi="35.529999"><tspan
-         sodipodi:role="line"
-         id="tspan7614"
-         x="140"
-         y="521.23737">Server</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="763.75"
-       y="188.09448"
-       id="text7877"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="35.529999"
-       inkscape:export-ydpi="35.529999"><tspan
-         sodipodi:role="line"
-         id="tspan7879"
-         x="763.75"
-         y="188.09448">bzr commit --local</tspan><tspan
-         sodipodi:role="line"
-         x="763.75"
-         y="228.09448"
-         id="tspan7922" /></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="801.4375"
-       y="609.46948"
-       id="text7881"
-       sodipodi:linespacing="100%"><tspan
-         sodipodi:role="line"
-         id="tspan7883"
-         x="801.4375"
-         y="609.46948">bzr unbind</tspan><tspan
-         sodipodi:role="line"
-         x="801.4375"
-         y="641.46948"
-         id="tspan8507">bzr commit</tspan><tspan
-         sodipodi:role="line"
-         x="801.4375"
-         y="673.46948"
-         id="tspan8511">bzr bind</tspan></text>
-    <g
-       id="g7903"
-       transform="translate(21.8125,50.285718)">
-      <path
-         transform="matrix(0.5652174,0,0,0.5909091,121.25465,81.649039)"
-         d="M 340 221.23734 A 32.857143 31.428572 0 1 1  274.28571,221.23734 A 32.857143 31.428572 0 1 1  340 221.23734 z"
-         sodipodi:ry="31.428572"
-         sodipodi:rx="32.857143"
-         sodipodi:cy="221.23734"
-         sodipodi:cx="307.14285"
-         id="path7897"
-         style="fill:#000000"
-         sodipodi:type="arc" />
-      <text
-         sodipodi:linespacing="125%"
-         id="text7899"
-         y="225.53198"
-         x="286.3125"
-         style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-         xml:space="preserve"><tspan
-           y="225.53198"
-           x="286.3125"
-           id="tspan7901"
-           sodipodi:role="line">1</tspan></text>
-    </g>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="351.375"
-       y="272.69269"
-       id="text7908"
-       sodipodi:linespacing="100%"><tspan
-         sodipodi:role="line"
-         id="tspan7910"
-         x="351.375"
-         y="272.69269">bzr checkout</tspan></text>
-    <g
-       id="g7912"
-       transform="translate(438.71429,-31.85714)">
-      <path
-         transform="matrix(0.5652174,0,0,0.5909091,121.25465,81.649039)"
-         d="M 340 221.23734 A 32.857143 31.428572 0 1 1  274.28571,221.23734 A 32.857143 31.428572 0 1 1  340 221.23734 z"
-         sodipodi:ry="31.428572"
-         sodipodi:rx="32.857143"
-         sodipodi:cy="221.23734"
-         sodipodi:cx="307.14285"
-         id="path7914"
-         style="fill:#000000"
-         sodipodi:type="arc" />
-      <text
-         sodipodi:linespacing="125%"
-         id="text7916"
-         y="225.53198"
-         x="286.3125"
-         style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-         xml:space="preserve"><tspan
-           y="225.53198"
-           x="286.3125"
-           id="tspan7918"
-           sodipodi:role="line">2</tspan></text>
-    </g>
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.58159733;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
-       sodipodi:nodetypes="cccccccccccc"
-       id="path8495"
-       d="M 530.64409,443.90791 L 411.93077,455.56731 L 422.10621,437.94266 L 356.69344,443.63682 C 356.69344,443.63682 346.51796,461.80368 346.0335,461.80368 C 345.54844,461.80368 322.2908,438.21377 322.2908,438.21377 C 322.2908,438.21377 377.0437,413.53911 377.52817,413.53911 C 377.0437,412.99691 367.35272,430.89301 367.35272,431.16411 L 442.94217,425.19852 L 432.76613,443.36572 L 541.30393,431.97742 L 530.64409,443.90791 z " />
-    <g
-       id="g8497"
-       transform="translate(446.57144,390.28572)">
-      <path
-         transform="matrix(0.5652174,0,0,0.5909091,121.25465,81.649039)"
-         d="M 340 221.23734 A 32.857143 31.428572 0 1 1  274.28571,221.23734 A 32.857143 31.428572 0 1 1  340 221.23734 z"
-         sodipodi:ry="31.428572"
-         sodipodi:rx="32.857143"
-         sodipodi:cy="221.23734"
-         sodipodi:cx="307.14285"
-         id="path8499"
-         style="fill:#000000"
-         sodipodi:type="arc" />
-      <text
-         sodipodi:linespacing="125%"
-         id="text8501"
-         y="225.53198"
-         x="286.3125"
-         style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-         xml:space="preserve"><tspan
-           y="225.53198"
-           x="286.3125"
-           id="tspan8503"
-           sodipodi:role="line">2</tspan></text>
-    </g>
-    <g
-       id="g8513"
-       transform="translate(59.142865,311.71429)">
-      <path
-         transform="matrix(0.5652174,0,0,0.5909091,121.25465,81.649039)"
-         d="M 340 221.23734 A 32.857143 31.428572 0 1 1  274.28571,221.23734 A 32.857143 31.428572 0 1 1  340 221.23734 z"
-         sodipodi:ry="31.428572"
-         sodipodi:rx="32.857143"
-         sodipodi:cy="221.23734"
-         sodipodi:cx="307.14285"
-         id="path8515"
-         style="fill:#000000"
-         sodipodi:type="arc" />
-      <text
-         sodipodi:linespacing="125%"
-         id="text8517"
-         y="225.53198"
-         x="286.3125"
-         style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-         xml:space="preserve"><tspan
-           y="225.53198"
-           x="286.3125"
-           id="tspan8519"
-           sodipodi:role="line">3</tspan></text>
-    </g>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="389.375"
-       y="534.40698"
-       id="text8525"
-       sodipodi:linespacing="100%"><tspan
-         sodipodi:role="line"
-         id="tspan8527"
-         x="389.375"
-         y="534.40698">bzr commit</tspan></text>
-  </g>
-</svg>

=== removed file 'doc/ja/user-guide/images/workflows_peer.png'
Binary files old/doc/ja/user-guide/images/workflows_peer.png	2009-10-29 10:01:19 +0000 and new/doc/ja/user-guide/images/workflows_peer.png	1970-01-01 00:00:00 +0000 differ
=== removed file 'doc/ja/user-guide/images/workflows_peer.svg'
--- old/doc/ja/user-guide/images/workflows_peer.svg	2009-10-29 10:01:19 +0000
+++ new/doc/ja/user-guide/images/workflows_peer.svg	1970-01-01 00:00:00 +0000
@@ -1,1589 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://web.resource.org/cc/"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="1052.3622"
-   height="744.09448"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.45.1"
-   version="1.0"
-   sodipodi:docbase="/home/ian/Desktop/talk/workflows"
-   sodipodi:docname="workflows_peer.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_peer.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90">
-  <defs
-     id="defs4">
-    <radialGradient
-       xlink:href="#linearGradient5992"
-       r="33.156250"
-       inkscape:collect="always"
-       id="radialGradient6000"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,1.693685,0.000000,-197.9515)"
-       fy="285.36218"
-       fx="495.50000"
-       cy="285.36218"
-       cx="495.50000" />
-    <linearGradient
-       y2="187.57059"
-       y1="225.40080"
-       xlink:href="#linearGradient5963"
-       x2="458.91232"
-       x1="383.95898"
-       inkscape:collect="always"
-       id="linearGradient5969"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient3586">
-      <stop
-         style="stop-color:#000000;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop3588" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop3590" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5963">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop5965" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop5967" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5992">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop5994" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop5996" />
-    </linearGradient>
-    <linearGradient
-       y2="-0.45783132"
-       y1="3.3012049"
-       xlink:href="#linearGradient893"
-       x2="0.92957747"
-       x1="-2.3960868e-17"
-       id="linearGradient4284" />
-    <linearGradient
-       y2="-0.033519555"
-       y1="2.0837989"
-       xlink:href="#linearGradient893"
-       x2="0.99074072"
-       x1="-0.77314812"
-       id="linearGradient4283" />
-    <linearGradient
-       y2="1.8771822"
-       y1="-0.033741195"
-       xlink:href="#linearGradient902"
-       x2="0.48453596"
-       x1="0.47041038"
-       id="linearGradient2740"
-       gradientTransform="scale(0.997153,1.002855)" />
-    <linearGradient
-       y2="1.9025002"
-       y1="-0.043652620"
-       xlink:href="#linearGradient902"
-       x2="0.48481107"
-       x1="0.47042510"
-       id="linearGradient1506"
-       gradientTransform="scale(0.995847,1.004170)" />
-    <linearGradient
-       y2="1.8570156"
-       y1="-0.024853170"
-       xlink:href="#linearGradient902"
-       x2="0.48548824"
-       x1="0.47157744"
-       id="linearGradient1505"
-       gradientTransform="scale(0.997825,1.002180)" />
-    <linearGradient
-       y2="182.99154"
-       y1="169.09755"
-       xlink:href="#linearGradient892"
-       x2="88.996957"
-       x1="88.755695"
-       id="linearGradient1404"
-       gradientTransform="scale(1.3695887,0.7301462)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient1317"
-       r="0.34964636"
-       id="radialGradient1316"
-       fy="0.18269235"
-       fx="0.50352114"
-       cy="0.50000006"
-       cx="0.50000000" />
-    <radialGradient
-       xlink:href="#linearGradient1317"
-       r="0.41197181"
-       id="radialGradient1315"
-       fy="0.26666668"
-       fx="0.47535211"
-       cy="0.53333336"
-       cx="0.47887325" />
-    <linearGradient
-       y2="173.03153"
-       y1="177.77768"
-       xlink:href="#linearGradient902"
-       x2="95.100155"
-       x1="101.10657"
-       id="linearGradient1171"
-       gradientTransform="scale(1.3601783,0.7351977)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="1.8378206"
-       y1="-0.016295359"
-       xlink:href="#linearGradient902"
-       x2="0.48655096"
-       x1="0.47284532"
-       id="linearGradient1170"
-       gradientTransform="scale(0.998371,1.001632)" />
-    <linearGradient
-       y2="81.477602"
-       y1="224.57898"
-       xlink:href="#linearGradient893"
-       x2="74.533693"
-       x1="146.69923"
-       id="linearGradient1169"
-       gradientTransform="scale(1.1870691,0.842411)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="133.54711"
-       y1="228.39311"
-       xlink:href="#linearGradient888"
-       x2="88.447016"
-       x1="141.60217"
-       id="linearGradient1167"
-       gradientTransform="scale(1.1838753,0.8446836)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="148.78619"
-       y1="131.25248"
-       xlink:href="#linearGradient1317"
-       x2="107.04918"
-       x1="111.49758"
-       id="linearGradient1166"
-       gradientTransform="scale(1.223869,0.8170809)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="176.28694"
-       y1="269.85831"
-       xlink:href="#linearGradient888"
-       x2="-16.224496"
-       x1="51.460928"
-       id="linearGradient1157"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="234.26866"
-       y1="178.48862"
-       xlink:href="#linearGradient888"
-       x2="25.220815"
-       x1="25.220815"
-       id="linearGradient1156"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="105.42543"
-       y1="76.277559"
-       xlink:href="#linearGradient892"
-       x2="8.346058"
-       x1="35.190362"
-       id="linearGradient1150"
-       gradientTransform="scale(1.3283861,0.7527932)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="20.481863"
-       y1="49.507656"
-       xlink:href="#linearGradient892"
-       x2="70.224305"
-       x1="39.690614"
-       id="linearGradient1148"
-       gradientTransform="scale(1.329144,0.7523639)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="113.71949"
-       y1="90.197025"
-       xlink:href="#linearGradient892"
-       x2="17.876529"
-       x1="39.810948"
-       id="linearGradient1146"
-       gradientTransform="scale(1.3207392,0.7571517)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="251.21892"
-       y1="203.499"
-       xlink:href="#linearGradient892"
-       x2="31.617281"
-       x1="31.449743"
-       id="linearGradient1144"
-       gradientTransform="scale(2.1051174,0.4750329)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="-0.45783132"
-       y1="3.3012049"
-       xlink:href="#linearGradient888"
-       x2="0.92957747"
-       x1="0.00000000"
-       id="linearGradient1141" />
-    <linearGradient
-       y2="232.24952"
-       y1="110.4447"
-       xlink:href="#linearGradient888"
-       x2="41.967061"
-       x1="45.685757"
-       id="linearGradient1140"
-       gradientTransform="scale(1.9102155,0.5235012)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="75.912531"
-       y1="375.92199"
-       xlink:href="#linearGradient1806"
-       x2="-268.25407"
-       x1="-249.72067"
-       id="linearGradient1138"
-       gradientTransform="scale(1.087146,0.9198397)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient1133"
-       r="68.589222"
-       id="radialGradient1132"
-       fy="39.288476"
-       fx="72.107883"
-       cy="56.485935"
-       cx="60.004654"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="11.699047"
-       y1="208.43991"
-       xlink:href="#linearGradient888"
-       x2="95.644441"
-       x1="-77.726178"
-       id="linearGradient905"
-       gradientTransform="scale(1.0964158,0.9120627)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       xlink:href="#linearGradient1806"
-       id="linearGradient901" />
-    <linearGradient
-       y2="91.07699"
-       y1="-3.9104078"
-       xlink:href="#linearGradient888"
-       x2="27.674331"
-       x1="92.437968"
-       id="linearGradient891"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient888">
-      <stop
-         style="stop-color:#626262;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop889" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop890" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient892">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.00000000;"
-         offset="0.00000000"
-         id="stop893" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop894" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient902">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.00000000;"
-         offset="0.00000000"
-         id="stop903" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.22000000;"
-         offset="1.0000000"
-         id="stop904" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1098">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1.0000000;"
-         offset="0.00000000"
-         id="stop1099" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.22314049;"
-         offset="0.50000000"
-         id="stop1101" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.00000000;"
-         offset="0.59930235"
-         id="stop1102" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.60330576;"
-         offset="1.0000000"
-         id="stop1100" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1133">
-      <stop
-         style="stop-color:#8bb7df;stop-opacity:1.0000000;"
-         offset="0.00000000"
-         id="stop1134" />
-      <stop
-         style="stop-color:#2a6092;stop-opacity:1.0000000;"
-         offset="0.76209301"
-         id="stop1136" />
-      <stop
-         style="stop-color:#375e82;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop1135" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1317">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52892560;"
-         offset="0.00000000"
-         id="stop1318" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.17355372;"
-         offset="0.50000000"
-         id="stop1320" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.00000000;"
-         offset="1.0000000"
-         id="stop1319" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient893">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop895" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop896" />
-    </linearGradient>
-    <radialGradient
-       xlink:href="#linearGradient1806"
-       r="11.574221"
-       id="radialGradient1977"
-       fy="39.410465"
-       fx="42.280806"
-       cy="39.007645"
-       cx="42.007257"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient1806">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.35051546;"
-         offset="0.0000000"
-         id="stop1807" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.13402061;"
-         offset="0.64999998"
-         id="stop3276" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop1808" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5281"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5283"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5285"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="5.5130484"
-       inkscape:collect="always"
-       id="radialGradient1828"
-       fy="61.38567"
-       fx="86.542037"
-       cy="61.38567"
-       cx="86.542037"
-       gradientTransform="matrix(-0.8164966,0,0,1.2247449,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="11.123441"
-       inkscape:collect="always"
-       id="radialGradient1824"
-       fy="58.887858"
-       fx="118.06427"
-       cy="58.54025"
-       cx="117.17439"
-       gradientTransform="matrix(-0.6229142,0,0,1.6053575,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="22.00904"
-       inkscape:collect="always"
-       id="radialGradient1822"
-       fy="87.892895"
-       fx="45.50637"
-       cy="88.322677"
-       cx="45.139623"
-       gradientTransform="matrix(-1.0914815,0,0,0.9161859,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="18.836343"
-       inkscape:collect="always"
-       id="radialGradient1818"
-       fy="33.351633"
-       fx="48.40165"
-       cy="32.467054"
-       cx="48.40165"
-       gradientTransform="matrix(-1.1146027,0,0,0.8971807,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="74.834393"
-       y1="57.093738"
-       xlink:href="#linearGradient4376"
-       x2="50.203204"
-       x1="50.52668"
-       inkscape:collect="always"
-       id="linearGradient1815"
-       gradientTransform="matrix(-1.3516689,0,0,0.7398261,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient4384">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop4385" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4386" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4376">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop4377" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4378" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4362">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop4363" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4364" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4358">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop4359" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop4360" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="radialGradient5536"
-       gradientUnits="userSpaceOnUse"
-       cx="42.007257"
-       cy="39.007645"
-       fx="42.280806"
-       fy="39.410465"
-       r="11.574221" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5538"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5540"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5542"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5544"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5546"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       x1="25.220815"
-       y1="178.48862"
-       x2="25.220815"
-       y2="234.26866" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5548"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       x1="51.460928"
-       y1="269.85831"
-       x2="-16.224496"
-       y2="176.28694" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient893"
-       id="linearGradient5550"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.1870691,0.842411)"
-       x1="146.69923"
-       y1="224.57898"
-       x2="74.533693"
-       y2="81.477602" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5552"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.9102155,0.5235012)"
-       x1="45.685757"
-       y1="110.4447"
-       x2="41.967061"
-       y2="232.24952" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5554"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.0964158,0.9120627)"
-       x1="-77.726178"
-       y1="208.43991"
-       x2="95.644441"
-       y2="11.699047" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1133"
-       id="radialGradient5556"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       cx="60.004654"
-       cy="56.485935"
-       fx="72.107883"
-       fy="39.288476"
-       r="68.589222" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5558"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       x1="92.437968"
-       y1="-3.9104078"
-       x2="27.674331"
-       y2="91.07699" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5560"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3207392,0.7571517)"
-       x1="39.810948"
-       y1="90.197025"
-       x2="17.876529"
-       y2="113.71949" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5562"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.329144,0.7523639)"
-       x1="39.690614"
-       y1="49.507656"
-       x2="70.224305"
-       y2="20.481863" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5564"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3283861,0.7527932)"
-       x1="35.190362"
-       y1="76.277559"
-       x2="8.346058"
-       y2="105.42543" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5566"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.1838753,0.8446836)"
-       x1="141.60217"
-       y1="228.39311"
-       x2="88.447016"
-       y2="133.54711" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient902"
-       id="linearGradient5568"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3601783,0.7351977)"
-       x1="101.10657"
-       y1="177.77768"
-       x2="95.100155"
-       y2="173.03153" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5570"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3695887,0.7301462)"
-       x1="88.755695"
-       y1="169.09755"
-       x2="88.996957"
-       y2="182.99154" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1317"
-       id="linearGradient5572"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.223869,0.8170809)"
-       x1="111.49758"
-       y1="131.25248"
-       x2="107.04918"
-       y2="148.78619" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5574"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.1051174,0.4750329)"
-       x1="31.449743"
-       y1="203.499"
-       x2="31.617281"
-       y2="251.21892" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5714"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="39.648127"
-       inkscape:collect="always"
-       id="radialGradient2797"
-       fy="101.92288"
-       fx="50.092871"
-       cy="102.70191"
-       cx="49.760482"
-       gradientTransform="scale(1.1222336,0.8910801)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="35.284406"
-       inkscape:collect="always"
-       id="radialGradient2791"
-       fy="32.061308"
-       fx="81.553592"
-       cy="33.402904"
-       cx="80.599566"
-       gradientTransform="scale(0.8352269,1.1972794)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="67.164412"
-       y1="53.505203"
-       xlink:href="#linearGradient4376"
-       x2="63.804663"
-       x1="64.786456"
-       inkscape:collect="always"
-       id="linearGradient2789"
-       gradientTransform="scale(1.1424512,0.8753109)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient6015">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop6017" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6019" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6009">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop6011" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6013" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6003">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop6005" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6007" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5997">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop5999" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop6001" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient6037"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       y2="0.46093750"
-       y1="0.46093750"
-       xlink:href="#linearGradient650"
-       x2="1.16666818"
-       x1="1.22222710"
-       spreadMethod="repeat"
-       id="linearGradient654"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       y2="0.53906250"
-       y1="0.53125000"
-       xlink:href="#linearGradient650"
-       x2="1.16666901"
-       x1="1.00000548"
-       spreadMethod="repeat"
-       id="linearGradient653"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       id="linearGradient650">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop651" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop652" />
-    </linearGradient>
-    <linearGradient
-       y2="0.46093750"
-       y1="0.46093750"
-       xlink:href="#linearGradient650"
-       x2="1.16666818"
-       x1="1.22222710"
-       spreadMethod="repeat"
-       id="linearGradient9648"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       y2="0.53906250"
-       y1="0.53125000"
-       xlink:href="#linearGradient650"
-       x2="1.16666901"
-       x1="1.00000548"
-       spreadMethod="repeat"
-       id="linearGradient9646"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       id="linearGradient9640">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop9642" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop9644" />
-    </linearGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     gridtolerance="10000"
-     guidetolerance="10"
-     objecttolerance="10"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1"
-     inkscape:cx="536.99132"
-     inkscape:cy="369.73871"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     width="1052.3622px"
-     height="744.09448px"
-     showgrid="true"
-     inkscape:window-width="1759"
-     inkscape:window-height="875"
-     inkscape:window-x="0"
-     inkscape:window-y="25" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <g
-       id="g5256"
-       transform="translate(601.5744,309.49165)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157">
-      <path
-         transform="matrix(6.392368,0.545409,-0.130014,2.864752,-184.6606,-38.15109)"
-         style="fill:url(#radialGradient1977);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:type="arc"
-         sodipodi:ry="12.562782"
-         sodipodi:rx="12.562782"
-         sodipodi:cy="37.865574"
-         sodipodi:cx="41.875938"
-         id="path1976"
-         d="M 54.438721 37.865574 A 12.562782 12.562782 0 1 1  29.313156,37.865574 A 12.562782 12.562782 0 1 1  54.438721 37.865574 z" />
-      <g
-         transform="matrix(1,0,0,1.036969,356.8306,-11.4294)"
-         style="fill:url(#linearGradient6037);fill-opacity:1"
-         id="g4293">
-        <path
-           style="fill:url(#linearGradient5281);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path2720"
-           d="M -270.85787,33.814995 C -289.35564,33.925992 -307.93321,33.592782 -326.38104,33.981747 C -331.43469,35.696391 -331.02221,41.899652 -330.68524,46.15332 C -330.75782,60.227303 -330.53537,74.298225 -330.21167,88.36826 C -328.21297,91.039611 -323.21766,90.618387 -322.68469,94.539015 C -320.78054,96.259426 -317.05071,94.88215 -314.4389,95.333237 C -298.54999,95.360274 -282.66107,95.387302 -266.77215,95.414339 C -266.35587,90.465192 -260.12609,88.824447 -255.81783,89.540255 C -256.01688,89.058389 -261.69557,87.939375 -259.61591,84.491525 C -259.45681,68.72727 -259.19734,52.882199 -259.82064,37.168229 C -261.19394,32.980583 -267.34179,33.83368 -270.85787,33.814995 z M -236.65184,97.260473 C -234.79025,100.12642 -237.08724,103.09386 -239.92892,104.16357 C -242.6311,105.91539 -245.59105,107.62992 -248.52894,108.76804 C -253.1773,108.19079 -251.42424,101.88475 -255.01281,99.896645 C -260.33594,96.447012 -267.21045,98.43943 -273.23329,97.939231 C -291.8249,97.94887 -310.41651,97.958519 -329.00813,97.968158 C -335.45898,103.56578 -339.16595,111.40269 -341.55034,119.32178 C -337.25147,124.2061 -329.89606,122.27575 -324.10438,122.40002 C -298.64553,122.23171 -273.11679,122.61546 -247.69897,122.24542 C -243.40174,121.14669 -247.44685,114.84894 -243.58488,113.04441 C -242.73865,112.73374 -247.81245,114.4382 -247.26205,111.62955 C -245.49117,106.66028 -239.14113,105.99595 -235.92338,102.36811 C -234.39131,99.755669 -236.26958,96.922488 -238.33047,95.260495 C -237.77093,95.927151 -237.21138,96.593817 -236.65184,97.260473 z M -240.64255,111.75263 C -243.64086,113.13223 -237.02792,110.69536 -235.55512,111.97369 C -229.71113,112.74417 -224.16461,117.19625 -218.12358,115.22951 C -225.97639,116.31604 -232.799,109.03014 -240.64255,111.75263 z M -212.01083,112.33724 C -215.98173,113.85021 -208.21543,112.17765 -210.07883,115.87566 C -212.50961,119.93855 -206.99008,113.8662 -209.61436,112.54677 C -210.16198,111.94632 -211.27989,112.47663 -212.01083,112.33724 z M -213.97451,120.82946 C -220.13871,124.32615 -228.37873,119.08124 -233.85995,124.39439 C -238.36465,128.00055 -244.57099,130.35185 -247.0433,135.75122 C -247.65922,139.60202 -243.25109,141.90251 -240.44565,143.71808 C -235.60127,146.54512 -228.8227,145.75388 -225.20082,141.42836 C -220.62679,137.96117 -216.44182,134.08489 -212.48592,129.96782 C -212.82701,126.95048 -214.43694,123.63971 -213.97451,120.82946 z " />
-        <path
-           style="fill:url(#linearGradient5283);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path2723"
-           d="M -269.68453,32.256957 C -288.76965,32.351184 -307.87514,32.249603 -326.94796,32.349264 C -332.63884,33.663474 -333.90446,40.291305 -333.21597,45.149113 C -333.11996,59.896901 -333.07471,74.659754 -332.61729,89.39481 C -331.88583,93.310348 -324.86009,92.098674 -325.11097,96.44089 C -328.07184,96.184706 -331.5534,96.317135 -333.07248,99.246492 C -338.92562,104.98392 -341.99312,112.66465 -344.27268,120.28679 C -340.22572,125.96631 -332.26467,125.31453 -326.02946,124.71751 C -300.16629,124.7277 -274.28316,124.82043 -248.43245,124.77905 C -244.42424,124.78686 -243.30672,120.35609 -243.96666,117.2099 C -242.88598,112.93536 -237.04086,113.94554 -233.80717,114.98513 C -228.01851,116.64297 -221.26418,120.43074 -215.57982,116.37592 C -211.36091,113.71809 -213.05678,118.4029 -215.77936,119.43344 C -220.82539,122.25797 -227.09125,118.98178 -232.39677,121.20855 C -236.53238,123.88957 -240.74707,126.85249 -244.76678,129.74666 C -248.34219,132.01467 -251.90947,137.38626 -248.13747,140.97315 C -243.79274,146.02948 -236.37425,149.4527 -229.68248,147.08651 C -225.09383,144.85973 -221.79206,140.75401 -217.61535,137.88661 C -215.10454,135.69469 -212.49235,133.26839 -210.83749,130.50207 C -210.86477,126.92195 -214.68529,121.91303 -210.252,119.57013 C -207.25619,117.95208 -205.81053,112.12098 -209.75314,110.87946 C -214.16982,109.44692 -216.95156,115.09837 -221.43751,113.68608 C -228.47365,112.76758 -235.5565,107.20489 -242.69931,110.72434 C -246.89551,113.06547 -243.47174,109.4356 -241.45524,108.56544 C -237.85613,106.84628 -232.73147,104.36798 -233.94637,99.617708 C -234.27189,95.083838 -239.22223,93.197522 -242.95318,91.723135 C -247.61613,89.074942 -253.27003,89.345117 -258.06082,86.933298 C -257.89248,70.385101 -257.58805,53.76423 -258.26571,37.261116 C -259.2092,32.393288 -265.59824,31.96057 -269.68453,32.256957 z M -258.66259,91.764016 C -251.5059,92.239344 -243.21163,93.474137 -238.58238,99.271629 C -238.96251,103.06003 -244.00295,103.80224 -246.52821,106.14082 C -248.92267,108.48087 -251.12372,105.80503 -251.02958,103.27159 C -252.70852,98.336432 -258.20582,95.710815 -263.31841,96.533197 C -267.00561,96.7255 -263.71935,91.937514 -261.395,92.380192 C -260.48382,92.178338 -259.57521,91.953759 -258.66259,91.764016 z " />
-        <path
-           style="fill:url(#linearGradient5285);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           sodipodi:nodetypes="ccccczccccccccccccccccccczccccc"
-           id="path2737"
-           d="M -324.0398,30.70877 C -336.3492,30.820231 -335.15663,39.652507 -334.79476,45.313268 C -334.5469,60.436643 -334.38614,75.599009 -334.01234,90.698281 C -333.20516,93.057424 -330.71249,93.985661 -328.75475,95.252079 C -334.4553,96.476239 -336.96996,102.43195 -340.11175,106.59303 C -342.33294,111.36531 -347.84019,115.92868 -345.92111,121.43642 C -344.00204,126.94416 -332.21757,127.68181 -324.95408,127.12866 C -299.06901,127.09789 -273.17022,127.14905 -247.29372,127.06713 C -243.29961,126.16956 -240.99668,122.03601 -241.4977,118.23645 C -238.30082,114.95371 -233.32521,118.03039 -229.53292,118.63002 C -225.71641,119.31313 -232.5646,119.27527 -233.19362,120.54849 C -238.23604,122.95799 -242.6166,126.65447 -246.90973,130.10509 C -250.44674,132.97354 -252.4229,138.10741 -249.57412,142.08235 C -246.21315,145.92284 -241.41489,148.84284 -236.30395,149.79628 C -230.65487,150.83779 -225.57101,147.82678 -221.6157,144.24077 C -216.87391,140.59839 -212.0873,136.78287 -208.84361,131.80554 C -207.76302,128.26399 -211.47449,123.86671 -208.08348,121.09796 C -204.93438,118.46115 -204.06893,113.02076 -207.41836,110.2673 C -212.81988,106.81278 -218.36682,114.55112 -223.89705,111.29128 C -227.94209,110.1659 -231.91311,108.52596 -236.17676,108.45194 C -231.52711,105.88023 -229.62903,98.782331 -234.08944,95.153402 C -239.61551,89.404431 -248.455,88.793917 -255.40182,85.744487 C -255.86992,78.940296 -255.53665,71.972758 -255.70928,65.098797 C -255.80747,55.730822 -255.73864,46.312632 -255.94025,36.975777 C -258.03631,31.236293 -265.34014,30.439522 -270.76286,30.729689 C -289.40725,30.770714 -311.88665,30.597309 -324.0398,30.70877 z M -255.46516,94.482857 C -250.34561,95.62106 -244.69322,96.21649 -240.83258,100.05203 C -242.37635,102.55028 -245.27573,103.64481 -247.80048,104.97505 C -249.71506,99.684643 -254.39847,94.970039 -260.51378,95.138259 C -260.66903,94.131274 -256.73261,94.551178 -255.46516,94.482857 z " />
-      </g>
-      <rect
-         y="78.658051"
-         x="33.326111"
-         width="57.567924"
-         style="fill:url(#linearGradient1156);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1157);stroke-width:1.44734821pt"
-         id="rect1155"
-         height="8.3153667" />
-      <path
-         style="fill:url(#linearGradient1169);fill-rule:evenodd;stroke-width:0.90459263;stroke-opacity:0.07438019"
-         sodipodi:nodetypes="czzczczzzzzzzc"
-         id="path2676"
-         d="M 98.723806,78.927818 C 95.18666,77.759681 93.50122,82.555591 98.766686,81.004087 C 104.03217,79.452583 120.13123,85.906451 120.37383,89.795491 C 120.61643,93.905503 101.5003,98.581154 106.74108,104.42426 C 111.62816,110.70149 115.35468,100.13868 123.54696,104.21261 C 131.73923,108.17607 136.26048,109.72394 142.25488,104.94185 C 149.10027,101.9342 145.04599,107.07658 139.57918,113.60451 C 134.11237,120.13244 144.00251,115.08156 147.91225,105.31962 C 151.93248,95.557673 139.13128,107.33503 133.66268,105.40571 C 128.19408,103.47639 119.73678,97.849788 113.27625,102.55563 C 106.81572,107.26147 109.62894,99.493003 114.85637,97.90307 C 120.0838,96.092166 122.81363,93.045722 122.85597,90.161522 C 122.89831,87.498293 117.92629,84.811803 112.94229,82.402852 C 107.73732,79.993901 100.49788,78.588966 98.723806,78.927818 z " />
-      <path
-         style="fill:url(#linearGradient1140);fill-opacity:1;fill-rule:evenodd;stroke-width:1.44734821pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path1139"
-         d="M 15.102732,106.80712 C 13.80355,109.23224 17.148847,113.52338 19.900059,113.52338 L 107.85106,113.52338 C 110.18914,113.52338 113.70766,110.4906 112.64839,108.40622 L 102.7339,88.897093 C 101.97024,87.394398 100.26184,86.65834 98.576216,86.65834 L 28.215425,86.658339 C 26.825434,86.658339 25.353768,87.671846 24.697385,88.897093 L 15.102732,106.80712 z " />
-      <rect
-         y="22.413721"
-         x="26.015469"
-         width="72.279724"
-         style="fill:url(#linearGradient905);fill-opacity:1;fill-rule:evenodd;stroke-width:1.62826681"
-         ry="5.4369707"
-         rx="5.4369707"
-         id="rect1137"
-         height="60.126495" />
-      <rect
-         y="31.695871"
-         x="33.386066"
-         width="58.178177"
-         style="fill:url(#radialGradient1132);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient891);stroke-width:1.4649456pt"
-         id="rect1131"
-         height="38.044163" />
-      <path
-         style="fill:url(#linearGradient1146);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzccccc"
-         id="path1145"
-         d="M 27.690431,52.841444 L 27.370609,74.749236 C 27.319624,78.241665 29.310209,80.477938 32.807578,80.506029 L 72.625393,80.825852 L 76.463254,71.87084 L 32.008024,71.55102 L 31.688202,52.681533 L 27.690431,52.841444 z " />
-      <g
-         transform="matrix(-1,0,0,1,125.4301,0)"
-         id="g1791">
-        <path
-           style="fill:url(#linearGradient1148);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path1147"
-           d="M 42.062098,33.460351 L 77.341205,33.008055 C 82.787126,32.938235 89.553204,38.416797 89.553204,43.863165 L 89.553204,60.14583 L 41.609801,59.693534 L 42.062098,33.460351 z " />
-        <path
-           style="fill:url(#linearGradient1150);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path1149"
-           d="M 78.337784,67.629235 L 46.723745,67.724544 C 41.843589,67.739257 35.829319,62.771024 35.877168,57.891081 L 36.020221,43.301821 L 78.973514,44.128288 L 78.337784,67.629235 z " />
-      </g>
-      <path
-         style="fill:url(#linearGradient1167);fill-opacity:1;fill-rule:evenodd;stroke-width:0.72367412;stroke-opacity:0.34710741"
-         sodipodi:nodetypes="cczzzzzzc"
-         id="path1159"
-         d="M 137.39107,112.02341 C 137.39107,112.02341 129.0757,110.26438 123.63872,113.62251 C 118.20176,116.98064 109.96635,123.21719 108.76702,124.81628 C 107.40777,126.57531 107.42036,130.22796 109.24674,131.53253 L 114.84364,135.53031 C 118.31797,138.01198 124.86218,139.25396 128.11624,136.48978 L 142.98795,123.85681 C 144.79792,122.3193 145.72732,118.27921 144.10733,116.82073 C 142.95609,115.04975 140.4892,112.91939 137.39107,112.02341 z " />
-      <path
-         style="fill:url(#linearGradient1171);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzc"
-         id="path1160"
-         d="M 142.3483,121.13833 L 125.91043,133.59673 C 122.97154,135.82414 118.65484,134.11775 116.28283,133.77129 C 113.9108,133.42481 111.88528,131.87901 112.12516,132.33209 C 112.36503,132.78517 115.08349,135.71687 117.72203,136.48978 C 120.36055,137.26267 124.9543,138.89307 127.50953,136.15531 C 130.06477,133.41755 145.2267,123.53699 142.3483,121.13833 z " />
-      <path
-         style="fill:url(#linearGradient1404);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="cczc"
-         id="path1403"
-         d="M 132.11225,127.51984 C 135.31047,122.88242 120.11893,113.12786 109.08509,127.0401 C 110.20446,130.71805 116.80662,132.5992 121.82304,132.33547 C 126.68363,132.07993 129.50037,129.97181 132.11225,127.51984 z " />
-      <path
-         style="fill:url(#linearGradient1166);fill-opacity:1;fill-rule:evenodd;stroke-width:1.08551121"
-         sodipodi:nodetypes="cccccccc"
-         id="path1519"
-         d="M 138.63464,112.68306 C 135.9958,113.22749 132.31739,114.43079 129.87534,116.38362 C 128.77009,115.68011 125.32759,114.5677 123.66767,113.84494 L 123.24572,114.10517 C 129.67287,117.23476 136.43512,117.91249 135.88192,122.87668 C 136.33675,122.98575 137.05589,123.09702 136.73191,122.38863 C 136.41775,118.90392 132.50587,117.23351 131.02697,116.81532 C 133.17224,114.26602 136.255,113.70892 138.63464,112.68306 z " />
-      <path
-         style="fill:url(#linearGradient1144);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path1143"
-         d="M 18.891612,106.48414 C 17.978451,108.31614 19.173914,111.55774 22.263529,111.55774 L 105.0195,111.55774 C 106.66288,111.55774 109.13595,109.26672 108.39142,107.69215 L 101.42279,92.954575 C 100.88602,91.819403 99.685232,91.263378 98.500462,91.263378 L 28.108183,91.263369 C 27.131195,91.263369 26.0968,92.028994 25.635445,92.954575 L 18.891612,106.48414 z " />
-      <text
-         y="-14.660837"
-         xml:space="preserve"
-         x="6.147172"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text1232"><tspan
-           id="tspan1233">Computer</tspan></text>
-      <text
-         y="-34.951134"
-         xml:space="preserve"
-         x="84.564949"
-         transform="scale(0.246729,0.246729)"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text1235"><tspan
-           id="tspan1236">Created by Andrew Fitzsimon</tspan></text>
-    </g>
-    <g
-       id="g5474"
-       transform="translate(541.63525,501.49239)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157">
-      <path
-         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path9383"
-         d="M 203.47051,-209.74941 C 198.72111,-204.56585 195.69876,-195.27863 189.00642,-195.27863 C 182.52997,-197.07848 181.66644,-212.48518 180.80291,-215.7969 C 188.1429,-210.75732 195.69876,-207.87757 203.47051,-209.74941 z " />
-      <path
-         transform="matrix(-0.440859,0,0,0.441062,265.52775,-266.17138)"
-         style="fill:#f1bb96;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:type="arc"
-         sodipodi:ry="57.825485"
-         sodipodi:rx="60.94183"
-         sodipodi:cy="70.290855"
-         sodipodi:cx="150.27701"
-         id="path3713"
-         d="M 211.21884 70.290855 A 60.94183 57.825485 0 1 1  89.335178,70.290855 A 60.94183 57.825485 0 1 1  211.21884 70.290855 z" />
-      <path
-         style="fill:#233e6a;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccssssc"
-         id="path4369"
-         d="M 232.46888,-182.94274 C 232.85952,-157.74648 168.23012,-154.86512 168.38642,-182.94274 C 166.84164,-205.27149 177.94687,-217.96719 180.70654,-215.80872 C 182.10778,-214.71274 182.62841,-190.37295 192.09635,-195.9716 C 196.69923,-198.69339 201.84768,-209.14846 204.10029,-209.49532 C 207.49937,-210.01873 214.00811,-212.77083 219.98583,-217.92153 C 221.55412,-219.27285 231.93943,-205.38255 232.46888,-182.94274 z " />
-      <path
-         style="fill:#513624;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path11309"
-         d="M 204.55432,-273.85152 C 222.46413,-271.53047 237.32676,-259.28175 231.38357,-231.42099 C 229.66954,-221.67743 222.12426,-217.60887 219.35537,-236.36962 C 211.4578,-233.88387 177.25785,-223.92576 170.54948,-241.26677 C 166.55631,-248.43407 174.86257,-276.23329 204.55432,-273.85152 z " />
-      <path
-         style="fill:#1f4eb3;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path11942"
-         d="M 191.92173,-167.75448 C 192.06919,-184.44566 194.18855,-193.73288 188.47558,-194.95709 C 182.9785,-195.85052 179.91138,-176.52634 179.04785,-173.21462 C 175.85958,-157.19769 189.53653,-154.44605 191.92173,-167.75448 z " />
-      <path
-         style="fill:url(#linearGradient1815);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path1811"
-         d="M 172.67812,-237.76056 C 182.56217,-225.58826 212.09549,-234.15979 219.36562,-236.44806 C 220.33459,-229.88278 221.90014,-226.25074 223.58437,-224.54181 C 219.31219,-215.8234 210.06249,-209.76056 199.27187,-209.76056 C 184.44142,-209.76056 172.42812,-221.18201 172.42812,-235.26056 C 172.42812,-236.11869 172.59078,-236.92413 172.67812,-237.76056 z " />
-      <path
-         style="fill:url(#radialGradient1818);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1817"
-         d="M 203.17522,-273.74212 C 221.08504,-271.42107 235.94766,-259.17235 230.00448,-231.31159 C 228.29044,-221.56803 220.74517,-217.49946 217.97627,-236.26022 C 210.0787,-233.77447 175.87876,-223.81635 169.17039,-241.15737 C 165.17722,-248.32467 173.48348,-276.12389 203.17522,-273.74212 z " />
-      <path
-         style="fill:url(#radialGradient1822);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path1819"
-         d="M 220.74123,-214.1875 C 227.87764,-203.73841 231.28831,-190.18836 229.45998,-177.71875 C 222.3997,-165.39834 205.93726,-163.52328 193.05373,-164.75 C 194.11526,-173.29796 194.69425,-182.39807 193.51876,-190.98978 C 191.02311,-195.41909 199.33209,-197.29913 200.39748,-201.6875 C 203.70655,-208.92744 212.80427,-208.10966 218.04988,-213.3696 C 218.9201,-213.57294 220.00051,-215.94141 220.74123,-214.1875 z M 179.55373,-210.28125 C 180.69974,-204.97453 181.23339,-199.24919 184.58498,-194.75 C 179.40159,-187.81847 178.05976,-178.63643 176.67873,-170.28125 C 167.10271,-177.01707 169.81568,-190.62142 172.02963,-200.39411 C 173.03008,-204.26346 176.36728,-212.34166 179.19382,-211.77772 C 179.27177,-211.45363 179.5117,-210.45598 179.55373,-210.28125 z " />
-      <path
-         style="fill:url(#radialGradient1824);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path1823"
-         d="M 192.35803,-167.43887 C 192.50549,-184.13006 194.62485,-193.41727 188.91188,-194.64149 C 183.4148,-195.53491 180.34768,-176.21073 179.48415,-172.89901 C 176.29589,-156.88208 189.97283,-154.13044 192.35803,-167.43887 z " />
-      <path
-         style="fill:#1f4eb3;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1825"
-         d="M 185.2414,-200.53324 C 185.2414,-197.95291 187.25802,-195.85872 189.74278,-195.85872 C 192.22755,-195.85872 194.24417,-197.95291 194.24417,-200.53324 C 194.24417,-203.11357 193.61259,-209.36288 191.12783,-209.36288 C 188.64306,-209.36288 185.2414,-203.11357 185.2414,-200.53324 z " />
-      <path
-         style="fill:url(#radialGradient1828);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1827"
-         d="M 186.28018,-201.05263 C 186.28018,-198.4723 188.2968,-196.37811 190.78156,-196.37811 C 193.26633,-196.37811 195.28295,-198.4723 195.28295,-201.05263 C 195.28295,-203.63296 194.65137,-209.88227 192.16661,-209.88227 C 189.68184,-209.88227 186.28018,-203.63296 186.28018,-201.05263 z " />
-    </g>
-    <g
-       id="g5488"
-       transform="translate(111.5744,317.66157)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157">
-      <path
-         transform="matrix(6.392368,0.545409,-0.130014,2.864752,-184.6606,-38.15109)"
-         style="fill:url(#radialGradient5536);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:type="arc"
-         sodipodi:ry="12.562782"
-         sodipodi:rx="12.562782"
-         sodipodi:cy="37.865574"
-         sodipodi:cx="41.875938"
-         id="path5490"
-         d="M 54.438721 37.865574 A 12.562782 12.562782 0 1 1  29.313156,37.865574 A 12.562782 12.562782 0 1 1  54.438721 37.865574 z" />
-      <g
-         transform="matrix(1,0,0,1.036969,356.8306,-11.4294)"
-         style="fill:url(#linearGradient5538);fill-opacity:1"
-         id="g5492">
-        <path
-           style="fill:url(#linearGradient5540);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path5494"
-           d="M -270.85787,33.814995 C -289.35564,33.925992 -307.93321,33.592782 -326.38104,33.981747 C -331.43469,35.696391 -331.02221,41.899652 -330.68524,46.15332 C -330.75782,60.227303 -330.53537,74.298225 -330.21167,88.36826 C -328.21297,91.039611 -323.21766,90.618387 -322.68469,94.539015 C -320.78054,96.259426 -317.05071,94.88215 -314.4389,95.333237 C -298.54999,95.360274 -282.66107,95.387302 -266.77215,95.414339 C -266.35587,90.465192 -260.12609,88.824447 -255.81783,89.540255 C -256.01688,89.058389 -261.69557,87.939375 -259.61591,84.491525 C -259.45681,68.72727 -259.19734,52.882199 -259.82064,37.168229 C -261.19394,32.980583 -267.34179,33.83368 -270.85787,33.814995 z M -236.65184,97.260473 C -234.79025,100.12642 -237.08724,103.09386 -239.92892,104.16357 C -242.6311,105.91539 -245.59105,107.62992 -248.52894,108.76804 C -253.1773,108.19079 -251.42424,101.88475 -255.01281,99.896645 C -260.33594,96.447012 -267.21045,98.43943 -273.23329,97.939231 C -291.8249,97.94887 -310.41651,97.958519 -329.00813,97.968158 C -335.45898,103.56578 -339.16595,111.40269 -341.55034,119.32178 C -337.25147,124.2061 -329.89606,122.27575 -324.10438,122.40002 C -298.64553,122.23171 -273.11679,122.61546 -247.69897,122.24542 C -243.40174,121.14669 -247.44685,114.84894 -243.58488,113.04441 C -242.73865,112.73374 -247.81245,114.4382 -247.26205,111.62955 C -245.49117,106.66028 -239.14113,105.99595 -235.92338,102.36811 C -234.39131,99.755669 -236.26958,96.922488 -238.33047,95.260495 C -237.77093,95.927151 -237.21138,96.593817 -236.65184,97.260473 z M -240.64255,111.75263 C -243.64086,113.13223 -237.02792,110.69536 -235.55512,111.97369 C -229.71113,112.74417 -224.16461,117.19625 -218.12358,115.22951 C -225.97639,116.31604 -232.799,109.03014 -240.64255,111.75263 z M -212.01083,112.33724 C -215.98173,113.85021 -208.21543,112.17765 -210.07883,115.87566 C -212.50961,119.93855 -206.99008,113.8662 -209.61436,112.54677 C -210.16198,111.94632 -211.27989,112.47663 -212.01083,112.33724 z M -213.97451,120.82946 C -220.13871,124.32615 -228.37873,119.08124 -233.85995,124.39439 C -238.36465,128.00055 -244.57099,130.35185 -247.0433,135.75122 C -247.65922,139.60202 -243.25109,141.90251 -240.44565,143.71808 C -235.60127,146.54512 -228.8227,145.75388 -225.20082,141.42836 C -220.62679,137.96117 -216.44182,134.08489 -212.48592,129.96782 C -212.82701,126.95048 -214.43694,123.63971 -213.97451,120.82946 z " />
-        <path
-           style="fill:url(#linearGradient5542);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path5496"
-           d="M -269.68453,32.256957 C -288.76965,32.351184 -307.87514,32.249603 -326.94796,32.349264 C -332.63884,33.663474 -333.90446,40.291305 -333.21597,45.149113 C -333.11996,59.896901 -333.07471,74.659754 -332.61729,89.39481 C -331.88583,93.310348 -324.86009,92.098674 -325.11097,96.44089 C -328.07184,96.184706 -331.5534,96.317135 -333.07248,99.246492 C -338.92562,104.98392 -341.99312,112.66465 -344.27268,120.28679 C -340.22572,125.96631 -332.26467,125.31453 -326.02946,124.71751 C -300.16629,124.7277 -274.28316,124.82043 -248.43245,124.77905 C -244.42424,124.78686 -243.30672,120.35609 -243.96666,117.2099 C -242.88598,112.93536 -237.04086,113.94554 -233.80717,114.98513 C -228.01851,116.64297 -221.26418,120.43074 -215.57982,116.37592 C -211.36091,113.71809 -213.05678,118.4029 -215.77936,119.43344 C -220.82539,122.25797 -227.09125,118.98178 -232.39677,121.20855 C -236.53238,123.88957 -240.74707,126.85249 -244.76678,129.74666 C -248.34219,132.01467 -251.90947,137.38626 -248.13747,140.97315 C -243.79274,146.02948 -236.37425,149.4527 -229.68248,147.08651 C -225.09383,144.85973 -221.79206,140.75401 -217.61535,137.88661 C -215.10454,135.69469 -212.49235,133.26839 -210.83749,130.50207 C -210.86477,126.92195 -214.68529,121.91303 -210.252,119.57013 C -207.25619,117.95208 -205.81053,112.12098 -209.75314,110.87946 C -214.16982,109.44692 -216.95156,115.09837 -221.43751,113.68608 C -228.47365,112.76758 -235.5565,107.20489 -242.69931,110.72434 C -246.89551,113.06547 -243.47174,109.4356 -241.45524,108.56544 C -237.85613,106.84628 -232.73147,104.36798 -233.94637,99.617708 C -234.27189,95.083838 -239.22223,93.197522 -242.95318,91.723135 C -247.61613,89.074942 -253.27003,89.345117 -258.06082,86.933298 C -257.89248,70.385101 -257.58805,53.76423 -258.26571,37.261116 C -259.2092,32.393288 -265.59824,31.96057 -269.68453,32.256957 z M -258.66259,91.764016 C -251.5059,92.239344 -243.21163,93.474137 -238.58238,99.271629 C -238.96251,103.06003 -244.00295,103.80224 -246.52821,106.14082 C -248.92267,108.48087 -251.12372,105.80503 -251.02958,103.27159 C -252.70852,98.336432 -258.20582,95.710815 -263.31841,96.533197 C -267.00561,96.7255 -263.71935,91.937514 -261.395,92.380192 C -260.48382,92.178338 -259.57521,91.953759 -258.66259,91.764016 z " />
-        <path
-           style="fill:url(#linearGradient5544);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           sodipodi:nodetypes="ccccczccccccccccccccccccczccccc"
-           id="path5498"
-           d="M -324.0398,30.70877 C -336.3492,30.820231 -335.15663,39.652507 -334.79476,45.313268 C -334.5469,60.436643 -334.38614,75.599009 -334.01234,90.698281 C -333.20516,93.057424 -330.71249,93.985661 -328.75475,95.252079 C -334.4553,96.476239 -336.96996,102.43195 -340.11175,106.59303 C -342.33294,111.36531 -347.84019,115.92868 -345.92111,121.43642 C -344.00204,126.94416 -332.21757,127.68181 -324.95408,127.12866 C -299.06901,127.09789 -273.17022,127.14905 -247.29372,127.06713 C -243.29961,126.16956 -240.99668,122.03601 -241.4977,118.23645 C -238.30082,114.95371 -233.32521,118.03039 -229.53292,118.63002 C -225.71641,119.31313 -232.5646,119.27527 -233.19362,120.54849 C -238.23604,122.95799 -242.6166,126.65447 -246.90973,130.10509 C -250.44674,132.97354 -252.4229,138.10741 -249.57412,142.08235 C -246.21315,145.92284 -241.41489,148.84284 -236.30395,149.79628 C -230.65487,150.83779 -225.57101,147.82678 -221.6157,144.24077 C -216.87391,140.59839 -212.0873,136.78287 -208.84361,131.80554 C -207.76302,128.26399 -211.47449,123.86671 -208.08348,121.09796 C -204.93438,118.46115 -204.06893,113.02076 -207.41836,110.2673 C -212.81988,106.81278 -218.36682,114.55112 -223.89705,111.29128 C -227.94209,110.1659 -231.91311,108.52596 -236.17676,108.45194 C -231.52711,105.88023 -229.62903,98.782331 -234.08944,95.153402 C -239.61551,89.404431 -248.455,88.793917 -255.40182,85.744487 C -255.86992,78.940296 -255.53665,71.972758 -255.70928,65.098797 C -255.80747,55.730822 -255.73864,46.312632 -255.94025,36.975777 C -258.03631,31.236293 -265.34014,30.439522 -270.76286,30.729689 C -289.40725,30.770714 -311.88665,30.597309 -324.0398,30.70877 z M -255.46516,94.482857 C -250.34561,95.62106 -244.69322,96.21649 -240.83258,100.05203 C -242.37635,102.55028 -245.27573,103.64481 -247.80048,104.97505 C -249.71506,99.684643 -254.39847,94.970039 -260.51378,95.138259 C -260.66903,94.131274 -256.73261,94.551178 -255.46516,94.482857 z " />
-      </g>
-      <rect
-         y="78.658051"
-         x="33.326111"
-         width="57.567924"
-         style="fill:url(#linearGradient5546);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5548);stroke-width:1.44734821pt"
-         id="rect5500"
-         height="8.3153667" />
-      <path
-         style="fill:url(#linearGradient5550);fill-rule:evenodd;stroke-width:0.90459263;stroke-opacity:0.07438019"
-         sodipodi:nodetypes="czzczczzzzzzzc"
-         id="path5502"
-         d="M 98.723806,78.927818 C 95.18666,77.759681 93.50122,82.555591 98.766686,81.004087 C 104.03217,79.452583 120.13123,85.906451 120.37383,89.795491 C 120.61643,93.905503 101.5003,98.581154 106.74108,104.42426 C 111.62816,110.70149 115.35468,100.13868 123.54696,104.21261 C 131.73923,108.17607 136.26048,109.72394 142.25488,104.94185 C 149.10027,101.9342 145.04599,107.07658 139.57918,113.60451 C 134.11237,120.13244 144.00251,115.08156 147.91225,105.31962 C 151.93248,95.557673 139.13128,107.33503 133.66268,105.40571 C 128.19408,103.47639 119.73678,97.849788 113.27625,102.55563 C 106.81572,107.26147 109.62894,99.493003 114.85637,97.90307 C 120.0838,96.092166 122.81363,93.045722 122.85597,90.161522 C 122.89831,87.498293 117.92629,84.811803 112.94229,82.402852 C 107.73732,79.993901 100.49788,78.588966 98.723806,78.927818 z " />
-      <path
-         style="fill:url(#linearGradient5552);fill-opacity:1;fill-rule:evenodd;stroke-width:1.44734821pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path5504"
-         d="M 15.102732,106.80712 C 13.80355,109.23224 17.148847,113.52338 19.900059,113.52338 L 107.85106,113.52338 C 110.18914,113.52338 113.70766,110.4906 112.64839,108.40622 L 102.7339,88.897093 C 101.97024,87.394398 100.26184,86.65834 98.576216,86.65834 L 28.215425,86.658339 C 26.825434,86.658339 25.353768,87.671846 24.697385,88.897093 L 15.102732,106.80712 z " />
-      <rect
-         y="22.413721"
-         x="26.015469"
-         width="72.279724"
-         style="fill:url(#linearGradient5554);fill-opacity:1;fill-rule:evenodd;stroke-width:1.62826681"
-         ry="5.4369707"
-         rx="5.4369707"
-         id="rect5506"
-         height="60.126495" />
-      <rect
-         y="31.695871"
-         x="33.386066"
-         width="58.178177"
-         style="fill:url(#radialGradient5556);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5558);stroke-width:1.4649456pt"
-         id="rect5508"
-         height="38.044163" />
-      <path
-         style="fill:url(#linearGradient5560);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzccccc"
-         id="path5510"
-         d="M 27.690431,52.841444 L 27.370609,74.749236 C 27.319624,78.241665 29.310209,80.477938 32.807578,80.506029 L 72.625393,80.825852 L 76.463254,71.87084 L 32.008024,71.55102 L 31.688202,52.681533 L 27.690431,52.841444 z " />
-      <g
-         transform="matrix(-1,0,0,1,125.4301,0)"
-         id="g5512">
-        <path
-           style="fill:url(#linearGradient5562);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path5514"
-           d="M 42.062098,33.460351 L 77.341205,33.008055 C 82.787126,32.938235 89.553204,38.416797 89.553204,43.863165 L 89.553204,60.14583 L 41.609801,59.693534 L 42.062098,33.460351 z " />
-        <path
-           style="fill:url(#linearGradient5564);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path5516"
-           d="M 78.337784,67.629235 L 46.723745,67.724544 C 41.843589,67.739257 35.829319,62.771024 35.877168,57.891081 L 36.020221,43.301821 L 78.973514,44.128288 L 78.337784,67.629235 z " />
-      </g>
-      <path
-         style="fill:url(#linearGradient5566);fill-opacity:1;fill-rule:evenodd;stroke-width:0.72367412;stroke-opacity:0.34710741"
-         sodipodi:nodetypes="cczzzzzzc"
-         id="path5518"
-         d="M 137.39107,112.02341 C 137.39107,112.02341 129.0757,110.26438 123.63872,113.62251 C 118.20176,116.98064 109.96635,123.21719 108.76702,124.81628 C 107.40777,126.57531 107.42036,130.22796 109.24674,131.53253 L 114.84364,135.53031 C 118.31797,138.01198 124.86218,139.25396 128.11624,136.48978 L 142.98795,123.85681 C 144.79792,122.3193 145.72732,118.27921 144.10733,116.82073 C 142.95609,115.04975 140.4892,112.91939 137.39107,112.02341 z " />
-      <path
-         style="fill:url(#linearGradient5568);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzc"
-         id="path5520"
-         d="M 142.3483,121.13833 L 125.91043,133.59673 C 122.97154,135.82414 118.65484,134.11775 116.28283,133.77129 C 113.9108,133.42481 111.88528,131.87901 112.12516,132.33209 C 112.36503,132.78517 115.08349,135.71687 117.72203,136.48978 C 120.36055,137.26267 124.9543,138.89307 127.50953,136.15531 C 130.06477,133.41755 145.2267,123.53699 142.3483,121.13833 z " />
-      <path
-         style="fill:url(#linearGradient5570);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="cczc"
-         id="path5522"
-         d="M 132.11225,127.51984 C 135.31047,122.88242 120.11893,113.12786 109.08509,127.0401 C 110.20446,130.71805 116.80662,132.5992 121.82304,132.33547 C 126.68363,132.07993 129.50037,129.97181 132.11225,127.51984 z " />
-      <path
-         style="fill:url(#linearGradient5572);fill-opacity:1;fill-rule:evenodd;stroke-width:1.08551121"
-         sodipodi:nodetypes="cccccccc"
-         id="path5524"
-         d="M 138.63464,112.68306 C 135.9958,113.22749 132.31739,114.43079 129.87534,116.38362 C 128.77009,115.68011 125.32759,114.5677 123.66767,113.84494 L 123.24572,114.10517 C 129.67287,117.23476 136.43512,117.91249 135.88192,122.87668 C 136.33675,122.98575 137.05589,123.09702 136.73191,122.38863 C 136.41775,118.90392 132.50587,117.23351 131.02697,116.81532 C 133.17224,114.26602 136.255,113.70892 138.63464,112.68306 z " />
-      <path
-         style="fill:url(#linearGradient5574);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path5526"
-         d="M 18.891612,106.48414 C 17.978451,108.31614 19.173914,111.55774 22.263529,111.55774 L 105.0195,111.55774 C 106.66288,111.55774 109.13595,109.26672 108.39142,107.69215 L 101.42279,92.954575 C 100.88602,91.819403 99.685232,91.263378 98.500462,91.263378 L 28.108183,91.263369 C 27.131195,91.263369 26.0968,92.028994 25.635445,92.954575 L 18.891612,106.48414 z " />
-      <text
-         y="-14.660837"
-         xml:space="preserve"
-         x="6.147172"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text5528"><tspan
-           id="tspan5530">Computer</tspan></text>
-      <text
-         y="-34.951134"
-         xml:space="preserve"
-         x="84.564949"
-         transform="scale(0.246729,0.246729)"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text5532"><tspan
-           id="tspan5534">Created by Andrew Fitzsimon</tspan></text>
-    </g>
-    <g
-       id="g6024"
-       transform="matrix(-1,0,0,1,300.80614,215.0989)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157">
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path6027"
-         d="M 60.545133,72.847539 C 65.294534,78.031101 68.316881,87.318315 75.00922,87.318316 C 81.485677,85.518467 82.349205,70.11177 83.212732,66.800051 C 75.872748,71.839624 68.316882,74.71938 60.545133,72.847539 z " />
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#d20000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccssssc"
-         id="path6029"
-         d="M 31.546762,99.654209 C 31.156121,124.85047 95.78552,127.73183 95.62922,99.654209 C 97.174007,77.325462 86.068776,64.629762 83.309105,66.788232 C 81.907864,67.884209 81.387229,92.223995 71.919297,86.625353 C 67.316417,83.903554 62.167959,73.44849 59.915352,73.101625 C 56.516277,72.578221 50.007529,69.826123 44.029815,64.675414 C 42.461522,63.324094 32.076211,77.214403 31.546762,99.654209 z " />
-      <path
-         style="fill:url(#radialGradient2797);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2796"
-         d="M 43.53125,77.3125 C 40.353026,86.016409 37.202011,96.366079 40.377303,105.23542 C 48.984655,117.18204 66.049398,117.25223 79.222417,115.04972 C 88.094278,113.47345 96.636121,105.87972 94.744454,96.188658 C 94.751182,88.561019 93.319573,80.643142 89.09375,74.1875 C 87.954705,81.120157 85.706152,92.347929 76.686643,91.786583 C 66.841974,89.84774 65.058803,76.33878 54.747596,75.105769 C 49.945701,71.530053 45.566465,69.110698 43.783935,76.852875 L 43.53125,77.3125 z " />
-      <path
-         transform="matrix(0.440859,0,0,0.441062,0.997459,16.38124)"
-         style="fill:#efd7c7;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:type="arc"
-         sodipodi:ry="57.825485"
-         sodipodi:rx="60.94183"
-         sodipodi:cy="70.290855"
-         sodipodi:cx="150.27701"
-         id="path6032"
-         d="M 211.21884 70.290855 A 60.94183 57.825485 0 1 1  89.335178,70.290855 A 60.94183 57.825485 0 1 1  211.21884 70.290855 z" />
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccccc"
-         id="path3720"
-         d="M 56.980881,5.8426527 C 39.420698,8.0166254 30.552872,16.206245 24.211446,49.532095 C 14.512196,98.076517 21.871677,115.5525 32.990311,115.56714 C 17.54932,102.40769 63.877625,86.740105 56.295103,44.070713 C 68.4508,48.712358 94.51097,54.349644 95.164349,41.718703 C 97.176702,29.219492 88.64173,4.4775042 56.980881,5.8426527 z " />
-      <path
-         style="fill:url(#linearGradient2789);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2164"
-         d="M 60.687242,45.028999 C 62.530882,55.403773 61.180052,64.151015 58.312242,71.685249 C 61.630122,73.07804 65.296862,73.904 69.155992,73.903999 C 83.975322,73.903999 95.981712,62.468019 95.999742,48.403999 C 88.357632,52.885439 70.244092,48.678277 60.687242,45.028999 z " />
-      <path
-         style="fill:url(#radialGradient2791);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2790"
-         d="M 52.174948,8.1325312 C 35.846775,12.141346 31.110158,30.475875 28.060647,44.840387 C 24.465246,64.767005 19.485139,85.90438 25.518698,105.82003 C 29.863591,114.87216 28.026452,106.52571 31.049538,102.11795 C 41.311249,87.323083 56.256862,73.307418 55.936774,53.886064 C 56.647391,49.398848 52.34734,38.640985 60.701717,42.254379 C 70.683443,45.202557 82.078811,49.011247 92.143698,44.632531 C 96.945103,37.45042 93.288237,27.137344 88.876323,20.399742 C 81.135092,8.5919962 65.300885,5.0194752 52.174948,8.1325312 z " />
-    </g>
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.63842154;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
-       sodipodi:nodetypes="cccccccccccc"
-       id="path699"
-       d="M 357.16674,263.66524 L 470.27399,251.12251 L 460.57906,270.08242 L 522.9028,263.95688 C 522.9028,263.95688 532.59773,244.41369 533.05931,244.41369 C 533.52148,244.41369 555.68079,269.79078 555.68079,269.79078 C 555.68079,269.79078 503.51355,296.33479 503.05197,296.33479 C 503.51355,296.91808 512.74689,277.66616 512.74689,277.37453 L 440.72705,283.79207 L 450.42255,264.24852 L 347.01023,276.4996 L 357.16674,263.66524 z "
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="635.5625"
-       y="201.21948"
-       id="text7877"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan7879"
-         x="635.5625"
-         y="201.21948">bzr branch</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path9548"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(318.85715,7.142853)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="601.71429"
-       y="199.52307"
-       id="text9550"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan9552"
-         x="601.71429"
-         y="199.52307">2</tspan></text>
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.49513507;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
-       sodipodi:nodetypes="cccccccccccc"
-       id="path9650"
-       d="M 426.28539,558.28183 L 482.38891,565.59894 L 477.58003,554.5382 L 508.49388,558.1117 C 508.49388,558.1117 513.30276,569.51271 513.53172,569.51271 C 513.76096,569.51271 524.75243,554.70834 524.75243,554.70834 C 524.75243,554.70834 498.87641,539.22321 498.64746,539.22321 C 498.87641,538.88294 503.45634,550.11403 503.45634,550.28417 L 467.73303,546.54033 L 472.54219,557.94156 L 421.24757,550.79458 L 426.28539,558.28183 z "
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157" />
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path9652"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(-194.48896,372.41254)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="87.591393"
-       y="566.02826"
-       id="text9654"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan9656"
-         x="87.591393"
-         y="566.02826">4</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="119.03906"
-       y="543.19232"
-       id="text9658"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan9660"
-         x="119.03906"
-         y="543.19232">merge changes</tspan><tspan
-         sodipodi:role="line"
-         x="119.03906"
-         y="583.19232"
-         id="tspan2716">from peer</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path2670"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(-187.14285,5.361605)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="94.539062"
-       y="198.97729"
-       id="text2672"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan2674"
-         x="94.539062"
-         y="198.97729">1</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="129.5625"
-       y="195.43823"
-       id="text2676"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan2678"
-         x="129.5625"
-         y="195.43823">start project</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path2680"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(-20.189728,217.62723)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="261.83594"
-       y="411.22729"
-       id="text2682"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan2684"
-         x="261.83594"
-         y="411.22729">3</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="294.51562"
-       y="388.40698"
-       id="text2686"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan2688"
-         x="294.51562"
-         y="388.40698">record</tspan><tspan
-         sodipodi:role="line"
-         x="294.51562"
-         y="428.40698"
-         id="tspan2712">changes</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path2690"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(321.8001,372.41254)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="603.88049"
-       y="566.02826"
-       id="text2692"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan2694"
-         x="603.88049"
-         y="566.02826">4</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="635.32812"
-       y="543.19232"
-       id="text2696"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan2698"
-         x="635.32812"
-         y="543.19232">merge changes</tspan><tspan
-         sodipodi:role="line"
-         x="635.32812"
-         y="583.19232"
-         id="tspan2718">from peer</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path2700"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(462.85715,216.65848)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="744.88281"
-       y="410.25854"
-       id="text2702"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan2704"
-         x="744.88281"
-         y="410.25854">3</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="777.5625"
-       y="387.43823"
-       id="text2706"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan2708"
-         x="777.5625"
-         y="387.43823">record</tspan><tspan
-         sodipodi:role="line"
-         x="777.5625"
-         y="427.43823"
-         id="tspan2714">changes</tspan></text>
-    <path
-       inkscape:export-ydpi="41.964157"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       d="M 515.71461,505.61603 L 459.61109,512.93314 L 464.41997,501.8724 L 433.50612,505.4459 C 433.50612,505.4459 428.69724,516.84691 428.46828,516.84691 C 428.23904,516.84691 417.24757,502.04254 417.24757,502.04254 C 417.24757,502.04254 443.12359,486.55741 443.35254,486.55741 C 443.12359,486.21714 438.54366,497.44823 438.54366,497.61837 L 474.26697,493.87453 L 469.45781,505.27576 L 520.75243,498.12878 L 515.71461,505.61603 z "
-       id="path2710"
-       sodipodi:nodetypes="cccccccccccc"
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.49513507;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1" />
-  </g>
-</svg>

=== removed file 'doc/ja/user-guide/images/workflows_pqm.png'
Binary files old/doc/ja/user-guide/images/workflows_pqm.png	2009-12-02 23:09:40 +0000 and new/doc/ja/user-guide/images/workflows_pqm.png	1970-01-01 00:00:00 +0000 differ
=== removed file 'doc/ja/user-guide/images/workflows_pqm.svg'
--- old/doc/ja/user-guide/images/workflows_pqm.svg	2009-10-29 10:01:19 +0000
+++ new/doc/ja/user-guide/images/workflows_pqm.svg	1970-01-01 00:00:00 +0000
@@ -1,1794 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://web.resource.org/cc/"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="1052.3622"
-   height="744.09448"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.45.1"
-   version="1.0"
-   sodipodi:docbase="/home/ian/Desktop/talk/workflows"
-   sodipodi:docname="workflows_pqm.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_pqm.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90">
-  <defs
-     id="defs4">
-    <radialGradient
-       xlink:href="#linearGradient5992"
-       r="33.156250"
-       inkscape:collect="always"
-       id="radialGradient6000"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,1.693685,0.000000,-197.9515)"
-       fy="285.36218"
-       fx="495.50000"
-       cy="285.36218"
-       cx="495.50000" />
-    <linearGradient
-       y2="187.57059"
-       y1="225.40080"
-       xlink:href="#linearGradient5963"
-       x2="458.91232"
-       x1="383.95898"
-       inkscape:collect="always"
-       id="linearGradient5969"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient3586">
-      <stop
-         style="stop-color:#000000;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop3588" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop3590" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5963">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop5965" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop5967" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5992">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop5994" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop5996" />
-    </linearGradient>
-    <linearGradient
-       y2="-0.45783132"
-       y1="3.3012049"
-       xlink:href="#linearGradient893"
-       x2="0.92957747"
-       x1="-2.3960868e-17"
-       id="linearGradient4284" />
-    <linearGradient
-       y2="-0.033519555"
-       y1="2.0837989"
-       xlink:href="#linearGradient893"
-       x2="0.99074072"
-       x1="-0.77314812"
-       id="linearGradient4283" />
-    <linearGradient
-       y2="1.8771822"
-       y1="-0.033741195"
-       xlink:href="#linearGradient902"
-       x2="0.48453596"
-       x1="0.47041038"
-       id="linearGradient2740"
-       gradientTransform="scale(0.997153,1.002855)" />
-    <linearGradient
-       y2="1.9025002"
-       y1="-0.043652620"
-       xlink:href="#linearGradient902"
-       x2="0.48481107"
-       x1="0.47042510"
-       id="linearGradient1506"
-       gradientTransform="scale(0.995847,1.004170)" />
-    <linearGradient
-       y2="1.8570156"
-       y1="-0.024853170"
-       xlink:href="#linearGradient902"
-       x2="0.48548824"
-       x1="0.47157744"
-       id="linearGradient1505"
-       gradientTransform="scale(0.997825,1.002180)" />
-    <linearGradient
-       y2="182.99154"
-       y1="169.09755"
-       xlink:href="#linearGradient892"
-       x2="88.996957"
-       x1="88.755695"
-       id="linearGradient1404"
-       gradientTransform="scale(1.3695887,0.7301462)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient1317"
-       r="0.34964636"
-       id="radialGradient1316"
-       fy="0.18269235"
-       fx="0.50352114"
-       cy="0.50000006"
-       cx="0.50000000" />
-    <radialGradient
-       xlink:href="#linearGradient1317"
-       r="0.41197181"
-       id="radialGradient1315"
-       fy="0.26666668"
-       fx="0.47535211"
-       cy="0.53333336"
-       cx="0.47887325" />
-    <linearGradient
-       y2="173.03153"
-       y1="177.77768"
-       xlink:href="#linearGradient902"
-       x2="95.100155"
-       x1="101.10657"
-       id="linearGradient1171"
-       gradientTransform="scale(1.3601783,0.7351977)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="1.8378206"
-       y1="-0.016295359"
-       xlink:href="#linearGradient902"
-       x2="0.48655096"
-       x1="0.47284532"
-       id="linearGradient1170"
-       gradientTransform="scale(0.998371,1.001632)" />
-    <linearGradient
-       y2="81.477602"
-       y1="224.57898"
-       xlink:href="#linearGradient893"
-       x2="74.533693"
-       x1="146.69923"
-       id="linearGradient1169"
-       gradientTransform="scale(1.1870691,0.842411)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="133.54711"
-       y1="228.39311"
-       xlink:href="#linearGradient888"
-       x2="88.447016"
-       x1="141.60217"
-       id="linearGradient1167"
-       gradientTransform="scale(1.1838753,0.8446836)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="148.78619"
-       y1="131.25248"
-       xlink:href="#linearGradient1317"
-       x2="107.04918"
-       x1="111.49758"
-       id="linearGradient1166"
-       gradientTransform="scale(1.223869,0.8170809)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="176.28694"
-       y1="269.85831"
-       xlink:href="#linearGradient888"
-       x2="-16.224496"
-       x1="51.460928"
-       id="linearGradient1157"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="234.26866"
-       y1="178.48862"
-       xlink:href="#linearGradient888"
-       x2="25.220815"
-       x1="25.220815"
-       id="linearGradient1156"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="105.42543"
-       y1="76.277559"
-       xlink:href="#linearGradient892"
-       x2="8.346058"
-       x1="35.190362"
-       id="linearGradient1150"
-       gradientTransform="scale(1.3283861,0.7527932)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="20.481863"
-       y1="49.507656"
-       xlink:href="#linearGradient892"
-       x2="70.224305"
-       x1="39.690614"
-       id="linearGradient1148"
-       gradientTransform="scale(1.329144,0.7523639)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="113.71949"
-       y1="90.197025"
-       xlink:href="#linearGradient892"
-       x2="17.876529"
-       x1="39.810948"
-       id="linearGradient1146"
-       gradientTransform="scale(1.3207392,0.7571517)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="251.21892"
-       y1="203.499"
-       xlink:href="#linearGradient892"
-       x2="31.617281"
-       x1="31.449743"
-       id="linearGradient1144"
-       gradientTransform="scale(2.1051174,0.4750329)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="-0.45783132"
-       y1="3.3012049"
-       xlink:href="#linearGradient888"
-       x2="0.92957747"
-       x1="0.00000000"
-       id="linearGradient1141" />
-    <linearGradient
-       y2="232.24952"
-       y1="110.4447"
-       xlink:href="#linearGradient888"
-       x2="41.967061"
-       x1="45.685757"
-       id="linearGradient1140"
-       gradientTransform="scale(1.9102155,0.5235012)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="75.912531"
-       y1="375.92199"
-       xlink:href="#linearGradient1806"
-       x2="-268.25407"
-       x1="-249.72067"
-       id="linearGradient1138"
-       gradientTransform="scale(1.087146,0.9198397)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient1133"
-       r="68.589222"
-       id="radialGradient1132"
-       fy="39.288476"
-       fx="72.107883"
-       cy="56.485935"
-       cx="60.004654"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="11.699047"
-       y1="208.43991"
-       xlink:href="#linearGradient888"
-       x2="95.644441"
-       x1="-77.726178"
-       id="linearGradient905"
-       gradientTransform="scale(1.0964158,0.9120627)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       xlink:href="#linearGradient1806"
-       id="linearGradient901" />
-    <linearGradient
-       y2="91.07699"
-       y1="-3.9104078"
-       xlink:href="#linearGradient888"
-       x2="27.674331"
-       x1="92.437968"
-       id="linearGradient891"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient888">
-      <stop
-         style="stop-color:#626262;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop889" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop890" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient892">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.00000000;"
-         offset="0.00000000"
-         id="stop893" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop894" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient902">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.00000000;"
-         offset="0.00000000"
-         id="stop903" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.22000000;"
-         offset="1.0000000"
-         id="stop904" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1098">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1.0000000;"
-         offset="0.00000000"
-         id="stop1099" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.22314049;"
-         offset="0.50000000"
-         id="stop1101" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.00000000;"
-         offset="0.59930235"
-         id="stop1102" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.60330576;"
-         offset="1.0000000"
-         id="stop1100" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1133">
-      <stop
-         style="stop-color:#8bb7df;stop-opacity:1.0000000;"
-         offset="0.00000000"
-         id="stop1134" />
-      <stop
-         style="stop-color:#2a6092;stop-opacity:1.0000000;"
-         offset="0.76209301"
-         id="stop1136" />
-      <stop
-         style="stop-color:#375e82;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop1135" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1317">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52892560;"
-         offset="0.00000000"
-         id="stop1318" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.17355372;"
-         offset="0.50000000"
-         id="stop1320" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.00000000;"
-         offset="1.0000000"
-         id="stop1319" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient893">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop895" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop896" />
-    </linearGradient>
-    <radialGradient
-       xlink:href="#linearGradient1806"
-       r="11.574221"
-       id="radialGradient1977"
-       fy="39.410465"
-       fx="42.280806"
-       cy="39.007645"
-       cx="42.007257"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient1806">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.35051546;"
-         offset="0.0000000"
-         id="stop1807" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.13402061;"
-         offset="0.64999998"
-         id="stop3276" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop1808" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5281"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5283"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5285"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="5.5130484"
-       inkscape:collect="always"
-       id="radialGradient1828"
-       fy="61.38567"
-       fx="86.542037"
-       cy="61.38567"
-       cx="86.542037"
-       gradientTransform="matrix(-0.8164966,0,0,1.2247449,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="11.123441"
-       inkscape:collect="always"
-       id="radialGradient1824"
-       fy="58.887858"
-       fx="118.06427"
-       cy="58.54025"
-       cx="117.17439"
-       gradientTransform="matrix(-0.6229142,0,0,1.6053575,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="22.00904"
-       inkscape:collect="always"
-       id="radialGradient1822"
-       fy="87.892895"
-       fx="45.50637"
-       cy="88.322677"
-       cx="45.139623"
-       gradientTransform="matrix(-1.0914815,0,0,0.9161859,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="18.836343"
-       inkscape:collect="always"
-       id="radialGradient1818"
-       fy="33.351633"
-       fx="48.40165"
-       cy="32.467054"
-       cx="48.40165"
-       gradientTransform="matrix(-1.1146027,0,0,0.8971807,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="74.834393"
-       y1="57.093738"
-       xlink:href="#linearGradient4376"
-       x2="50.203204"
-       x1="50.52668"
-       inkscape:collect="always"
-       id="linearGradient1815"
-       gradientTransform="matrix(-1.3516689,0,0,0.7398261,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient4384">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop4385" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4386" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4376">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop4377" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4378" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4362">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop4363" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4364" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4358">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop4359" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop4360" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="radialGradient5536"
-       gradientUnits="userSpaceOnUse"
-       cx="42.007257"
-       cy="39.007645"
-       fx="42.280806"
-       fy="39.410465"
-       r="11.574221" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5538"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5540"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5542"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5544"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5546"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       x1="25.220815"
-       y1="178.48862"
-       x2="25.220815"
-       y2="234.26866" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5548"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       x1="51.460928"
-       y1="269.85831"
-       x2="-16.224496"
-       y2="176.28694" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient893"
-       id="linearGradient5550"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.1870691,0.842411)"
-       x1="146.69923"
-       y1="224.57898"
-       x2="74.533693"
-       y2="81.477602" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5552"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.9102155,0.5235012)"
-       x1="45.685757"
-       y1="110.4447"
-       x2="41.967061"
-       y2="232.24952" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5554"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.0964158,0.9120627)"
-       x1="-77.726178"
-       y1="208.43991"
-       x2="95.644441"
-       y2="11.699047" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1133"
-       id="radialGradient5556"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       cx="60.004654"
-       cy="56.485935"
-       fx="72.107883"
-       fy="39.288476"
-       r="68.589222" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5558"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       x1="92.437968"
-       y1="-3.9104078"
-       x2="27.674331"
-       y2="91.07699" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5560"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3207392,0.7571517)"
-       x1="39.810948"
-       y1="90.197025"
-       x2="17.876529"
-       y2="113.71949" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5562"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.329144,0.7523639)"
-       x1="39.690614"
-       y1="49.507656"
-       x2="70.224305"
-       y2="20.481863" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5564"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3283861,0.7527932)"
-       x1="35.190362"
-       y1="76.277559"
-       x2="8.346058"
-       y2="105.42543" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5566"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.1838753,0.8446836)"
-       x1="141.60217"
-       y1="228.39311"
-       x2="88.447016"
-       y2="133.54711" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient902"
-       id="linearGradient5568"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3601783,0.7351977)"
-       x1="101.10657"
-       y1="177.77768"
-       x2="95.100155"
-       y2="173.03153" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5570"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3695887,0.7301462)"
-       x1="88.755695"
-       y1="169.09755"
-       x2="88.996957"
-       y2="182.99154" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1317"
-       id="linearGradient5572"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.223869,0.8170809)"
-       x1="111.49758"
-       y1="131.25248"
-       x2="107.04918"
-       y2="148.78619" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5574"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.1051174,0.4750329)"
-       x1="31.449743"
-       y1="203.499"
-       x2="31.617281"
-       y2="251.21892" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5714"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="39.648127"
-       inkscape:collect="always"
-       id="radialGradient2797"
-       fy="101.92288"
-       fx="50.092871"
-       cy="102.70191"
-       cx="49.760482"
-       gradientTransform="scale(1.1222336,0.8910801)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="35.284406"
-       inkscape:collect="always"
-       id="radialGradient2791"
-       fy="32.061308"
-       fx="81.553592"
-       cy="33.402904"
-       cx="80.599566"
-       gradientTransform="scale(0.8352269,1.1972794)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="67.164412"
-       y1="53.505203"
-       xlink:href="#linearGradient4376"
-       x2="63.804663"
-       x1="64.786456"
-       inkscape:collect="always"
-       id="linearGradient2789"
-       gradientTransform="scale(1.1424512,0.8753109)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient6015">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop6017" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6019" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6009">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop6011" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6013" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6003">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop6005" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6007" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5997">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop5999" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop6001" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient6037"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       y2="0.46093750"
-       y1="0.46093750"
-       xlink:href="#linearGradient650"
-       x2="1.16666818"
-       x1="1.22222710"
-       spreadMethod="repeat"
-       id="linearGradient654"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       y2="0.53906250"
-       y1="0.53125000"
-       xlink:href="#linearGradient650"
-       x2="1.16666901"
-       x1="1.00000548"
-       spreadMethod="repeat"
-       id="linearGradient653"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       id="linearGradient650">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop651" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop652" />
-    </linearGradient>
-    <linearGradient
-       y2="0.46093750"
-       y1="0.46093750"
-       xlink:href="#linearGradient650"
-       x2="1.16666818"
-       x1="1.22222710"
-       spreadMethod="repeat"
-       id="linearGradient9648"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       y2="0.53906250"
-       y1="0.53125000"
-       xlink:href="#linearGradient650"
-       x2="1.16666901"
-       x1="1.00000548"
-       spreadMethod="repeat"
-       id="linearGradient9646"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       id="linearGradient9640">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop9642" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop9644" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient7934"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       id="linearGradient1858">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop1859" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop1860" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1861">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop1862" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop1863" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1864">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop1865" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop1866" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1867">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop1868" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop1869" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient11180">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop11182" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop11184" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient11174">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop11176" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop11178" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient11168">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop11170" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop11172" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient11162">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop11164" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop11166" />
-    </linearGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     gridtolerance="10000"
-     guidetolerance="10"
-     objecttolerance="10"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1"
-     inkscape:cx="559.94128"
-     inkscape:cy="392.13154"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     width="1052.3622px"
-     height="744.09448px"
-     showgrid="true"
-     inkscape:window-width="1416"
-     inkscape:window-height="825"
-     inkscape:window-x="0"
-     inkscape:window-y="25" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path2791"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(562.85715,227.14285)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="844.88281"
-       y="420.74292"
-       id="text2793"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan2795"
-         x="844.88281"
-         y="420.74292">3</tspan></text>
-    <g
-       inkscape:label="Layer 1"
-       id="g4996"
-       transform="matrix(0.331077,0,0,0.2676656,39.992157,230.68349)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644">
-      <g
-         transform="matrix(2.674162,0,0,2.674162,-826.248,-323.8239)"
-         id="g6052">
-        <path
-           style="fill:#c7c7c7;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:6.11299896;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-           sodipodi:nodetypes="czcczzz"
-           id="path1306"
-           d="M 362.77592,187.283 C 360.50343,190.98677 361.20593,367.68763 364.14011,374.65173 C 366.46268,380.1642 441.02381,442.12988 444.93699,443.78694 C 495.35017,443.444 529.34176,425.0858 534.99109,415.38735 C 537.14042,403.1889 535.31621,215.19709 533.25552,211.25359 C 531.47859,207.85312 436.04893,173.6386 432.71615,172.86054 C 429.71763,172.16052 365.30189,183.1661 362.77592,187.283 z " />
-        <path
-           style="fill:#ffffff;fill-opacity:0.54385968;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccccccc"
-           id="path2066"
-           d="M 366.42857,190.93361 C 391.19048,201.4098 418.60601,218.30739 446.22506,231.64072 C 472.394,225.42153 510.2022,217.10972 529.24981,213.77639 C 504.726,221.39543 472.52022,228.51448 447.99641,236.13353 C 446.56784,293.51448 447.257,380.45861 445.82843,437.83956 C 445.11414,379.98242 443.14285,291.6479 442.42856,233.79075 C 415.99999,219.50504 390,206.64789 366.42857,190.93361 z " />
-        <path
-           style="fill:#000000;fill-opacity:0.16228069;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccc"
-           id="path4356"
-           d="M 519.99794,379.97737 C 510.93834,392.99882 482.41849,399.43361 468.8726,394.16864 C 471.21835,393.5424 516.96143,380.96883 519.99794,379.97737 z " />
-        <g
-           transform="translate(2.035534,15.20712)"
-           id="g4374">
-          <path
-             style="fill:#ffffff;fill-opacity:0.39473685;fill-rule:evenodd;stroke:none;stroke-width:1.01199996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-             sodipodi:nodetypes="cccccc"
-             id="path4362"
-             d="M 471.29127,340.59039 L 513.55921,324.30516 C 517.9002,325.84805 517.04588,332.27818 517.04588,332.27818 L 510.46155,334.58088 C 510.46155,334.58088 501.26764,349.01224 484.93096,343.36795 C 484.93096,343.36795 472.7787,345.52605 471.29127,340.59039 z " />
-          <path
-             style="fill:#606060;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.11199999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-             sodipodi:nodetypes="ccccccc"
-             id="path2826"
-             d="M 471.66824,335.10501 C 485.70133,331.45482 499.73443,327.80464 513.76752,324.15445 C 514.30594,326.13864 514.34437,328.99782 513.50779,330.48201 C 511.36566,331.50652 507.10221,332.35425 504.96008,333.37876 C 498.80357,339.27354 493.45917,339.80363 483.65919,338.95243 C 479.87505,339.74603 476.0909,340.36284 472.30676,341.15644 C 471.15285,338.85897 470.82215,337.90248 471.66824,335.10501 z " />
-        </g>
-        <path
-           style="fill:#ffffff;fill-opacity:0.40350874;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccccc"
-           id="path4423"
-           d="M 364.8671,189.69191 L 446.71991,235.61832 L 446.39149,441.00771 L 366.28132,373.53968 L 364.8671,189.69191 z " />
-        <path
-           style="fill:#000000;fill-opacity:0.16228069;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccc"
-           id="path5957"
-           d="M 515.24794,392.97737 C 505.81506,405.42036 486.94113,407.56087 476.3726,403.76831 C 478.1563,403.29212 512.93901,393.73127 515.24794,392.97737 z " />
-        <path
-           style="fill:#000000;fill-opacity:0.16228069;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccc"
-           id="path5959"
-           d="M 508.24794,405.72737 C 502.79158,413.09279 492.2492,415.37141 483.8726,412.49343 C 484.991,412.19485 506.80021,406.20008 508.24794,405.72737 z " />
-        <path
-           style="fill:#fcfcfc;fill-opacity:0.44298245;fill-rule:evenodd;stroke:none;stroke-width:0.31200001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-           sodipodi:nodetypes="ccccccc"
-           id="path5973"
-           d="M 522.875,227.86218 L 527.04289,228.4302 L 527.79289,326.56929 L 463.46862,344.54896 L 461.88388,339.34073 L 523.68934,322.86218 L 522.875,227.86218 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6026"
-           d="M 462.21967,264.23013 L 462.31434,266.99086 L 522.7929,249.54632 L 462.21967,264.23013 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6036"
-           d="M 461.33579,284.2059 L 461.43046,286.96663 L 521.90902,269.52209 L 461.33579,284.2059 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6038"
-           d="M 462.21967,302.64613 L 462.31434,305.40686 L 522.7929,287.96232 L 462.21967,302.64613 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6040"
-           d="M 462.21967,320.79868 L 462.31434,323.55941 L 522.7929,306.11487 L 462.21967,320.79868 z " />
-        <path
-           style="opacity:1;color:#000000;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#9e9e9e;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="ccc"
-           id="path5988"
-           d="M 522.55191,229.64344 L 462.03362,244.76045 L 462.53549,344.35813" />
-      </g>
-    </g>
-    <g
-       id="g5256"
-       transform="translate(601.5744,227.66157)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644">
-      <path
-         transform="matrix(6.392368,0.545409,-0.130014,2.864752,-184.6606,-38.15109)"
-         style="fill:url(#radialGradient1977);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:type="arc"
-         sodipodi:ry="12.562782"
-         sodipodi:rx="12.562782"
-         sodipodi:cy="37.865574"
-         sodipodi:cx="41.875938"
-         id="path1976"
-         d="M 54.438721 37.865574 A 12.562782 12.562782 0 1 1  29.313156,37.865574 A 12.562782 12.562782 0 1 1  54.438721 37.865574 z" />
-      <g
-         transform="matrix(1,0,0,1.036969,356.8306,-11.4294)"
-         style="fill:url(#linearGradient6037);fill-opacity:1"
-         id="g4293">
-        <path
-           style="fill:url(#linearGradient5281);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path2720"
-           d="M -270.85787,33.814995 C -289.35564,33.925992 -307.93321,33.592782 -326.38104,33.981747 C -331.43469,35.696391 -331.02221,41.899652 -330.68524,46.15332 C -330.75782,60.227303 -330.53537,74.298225 -330.21167,88.36826 C -328.21297,91.039611 -323.21766,90.618387 -322.68469,94.539015 C -320.78054,96.259426 -317.05071,94.88215 -314.4389,95.333237 C -298.54999,95.360274 -282.66107,95.387302 -266.77215,95.414339 C -266.35587,90.465192 -260.12609,88.824447 -255.81783,89.540255 C -256.01688,89.058389 -261.69557,87.939375 -259.61591,84.491525 C -259.45681,68.72727 -259.19734,52.882199 -259.82064,37.168229 C -261.19394,32.980583 -267.34179,33.83368 -270.85787,33.814995 z M -236.65184,97.260473 C -234.79025,100.12642 -237.08724,103.09386 -239.92892,104.16357 C -242.6311,105.91539 -245.59105,107.62992 -248.52894,108.76804 C -253.1773,108.19079 -251.42424,101.88475 -255.01281,99.896645 C -260.33594,96.447012 -267.21045,98.43943 -273.23329,97.939231 C -291.8249,97.94887 -310.41651,97.958519 -329.00813,97.968158 C -335.45898,103.56578 -339.16595,111.40269 -341.55034,119.32178 C -337.25147,124.2061 -329.89606,122.27575 -324.10438,122.40002 C -298.64553,122.23171 -273.11679,122.61546 -247.69897,122.24542 C -243.40174,121.14669 -247.44685,114.84894 -243.58488,113.04441 C -242.73865,112.73374 -247.81245,114.4382 -247.26205,111.62955 C -245.49117,106.66028 -239.14113,105.99595 -235.92338,102.36811 C -234.39131,99.755669 -236.26958,96.922488 -238.33047,95.260495 C -237.77093,95.927151 -237.21138,96.593817 -236.65184,97.260473 z M -240.64255,111.75263 C -243.64086,113.13223 -237.02792,110.69536 -235.55512,111.97369 C -229.71113,112.74417 -224.16461,117.19625 -218.12358,115.22951 C -225.97639,116.31604 -232.799,109.03014 -240.64255,111.75263 z M -212.01083,112.33724 C -215.98173,113.85021 -208.21543,112.17765 -210.07883,115.87566 C -212.50961,119.93855 -206.99008,113.8662 -209.61436,112.54677 C -210.16198,111.94632 -211.27989,112.47663 -212.01083,112.33724 z M -213.97451,120.82946 C -220.13871,124.32615 -228.37873,119.08124 -233.85995,124.39439 C -238.36465,128.00055 -244.57099,130.35185 -247.0433,135.75122 C -247.65922,139.60202 -243.25109,141.90251 -240.44565,143.71808 C -235.60127,146.54512 -228.8227,145.75388 -225.20082,141.42836 C -220.62679,137.96117 -216.44182,134.08489 -212.48592,129.96782 C -212.82701,126.95048 -214.43694,123.63971 -213.97451,120.82946 z " />
-        <path
-           style="fill:url(#linearGradient5283);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path2723"
-           d="M -269.68453,32.256957 C -288.76965,32.351184 -307.87514,32.249603 -326.94796,32.349264 C -332.63884,33.663474 -333.90446,40.291305 -333.21597,45.149113 C -333.11996,59.896901 -333.07471,74.659754 -332.61729,89.39481 C -331.88583,93.310348 -324.86009,92.098674 -325.11097,96.44089 C -328.07184,96.184706 -331.5534,96.317135 -333.07248,99.246492 C -338.92562,104.98392 -341.99312,112.66465 -344.27268,120.28679 C -340.22572,125.96631 -332.26467,125.31453 -326.02946,124.71751 C -300.16629,124.7277 -274.28316,124.82043 -248.43245,124.77905 C -244.42424,124.78686 -243.30672,120.35609 -243.96666,117.2099 C -242.88598,112.93536 -237.04086,113.94554 -233.80717,114.98513 C -228.01851,116.64297 -221.26418,120.43074 -215.57982,116.37592 C -211.36091,113.71809 -213.05678,118.4029 -215.77936,119.43344 C -220.82539,122.25797 -227.09125,118.98178 -232.39677,121.20855 C -236.53238,123.88957 -240.74707,126.85249 -244.76678,129.74666 C -248.34219,132.01467 -251.90947,137.38626 -248.13747,140.97315 C -243.79274,146.02948 -236.37425,149.4527 -229.68248,147.08651 C -225.09383,144.85973 -221.79206,140.75401 -217.61535,137.88661 C -215.10454,135.69469 -212.49235,133.26839 -210.83749,130.50207 C -210.86477,126.92195 -214.68529,121.91303 -210.252,119.57013 C -207.25619,117.95208 -205.81053,112.12098 -209.75314,110.87946 C -214.16982,109.44692 -216.95156,115.09837 -221.43751,113.68608 C -228.47365,112.76758 -235.5565,107.20489 -242.69931,110.72434 C -246.89551,113.06547 -243.47174,109.4356 -241.45524,108.56544 C -237.85613,106.84628 -232.73147,104.36798 -233.94637,99.617708 C -234.27189,95.083838 -239.22223,93.197522 -242.95318,91.723135 C -247.61613,89.074942 -253.27003,89.345117 -258.06082,86.933298 C -257.89248,70.385101 -257.58805,53.76423 -258.26571,37.261116 C -259.2092,32.393288 -265.59824,31.96057 -269.68453,32.256957 z M -258.66259,91.764016 C -251.5059,92.239344 -243.21163,93.474137 -238.58238,99.271629 C -238.96251,103.06003 -244.00295,103.80224 -246.52821,106.14082 C -248.92267,108.48087 -251.12372,105.80503 -251.02958,103.27159 C -252.70852,98.336432 -258.20582,95.710815 -263.31841,96.533197 C -267.00561,96.7255 -263.71935,91.937514 -261.395,92.380192 C -260.48382,92.178338 -259.57521,91.953759 -258.66259,91.764016 z " />
-        <path
-           style="fill:url(#linearGradient5285);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           sodipodi:nodetypes="ccccczccccccccccccccccccczccccc"
-           id="path2737"
-           d="M -324.0398,30.70877 C -336.3492,30.820231 -335.15663,39.652507 -334.79476,45.313268 C -334.5469,60.436643 -334.38614,75.599009 -334.01234,90.698281 C -333.20516,93.057424 -330.71249,93.985661 -328.75475,95.252079 C -334.4553,96.476239 -336.96996,102.43195 -340.11175,106.59303 C -342.33294,111.36531 -347.84019,115.92868 -345.92111,121.43642 C -344.00204,126.94416 -332.21757,127.68181 -324.95408,127.12866 C -299.06901,127.09789 -273.17022,127.14905 -247.29372,127.06713 C -243.29961,126.16956 -240.99668,122.03601 -241.4977,118.23645 C -238.30082,114.95371 -233.32521,118.03039 -229.53292,118.63002 C -225.71641,119.31313 -232.5646,119.27527 -233.19362,120.54849 C -238.23604,122.95799 -242.6166,126.65447 -246.90973,130.10509 C -250.44674,132.97354 -252.4229,138.10741 -249.57412,142.08235 C -246.21315,145.92284 -241.41489,148.84284 -236.30395,149.79628 C -230.65487,150.83779 -225.57101,147.82678 -221.6157,144.24077 C -216.87391,140.59839 -212.0873,136.78287 -208.84361,131.80554 C -207.76302,128.26399 -211.47449,123.86671 -208.08348,121.09796 C -204.93438,118.46115 -204.06893,113.02076 -207.41836,110.2673 C -212.81988,106.81278 -218.36682,114.55112 -223.89705,111.29128 C -227.94209,110.1659 -231.91311,108.52596 -236.17676,108.45194 C -231.52711,105.88023 -229.62903,98.782331 -234.08944,95.153402 C -239.61551,89.404431 -248.455,88.793917 -255.40182,85.744487 C -255.86992,78.940296 -255.53665,71.972758 -255.70928,65.098797 C -255.80747,55.730822 -255.73864,46.312632 -255.94025,36.975777 C -258.03631,31.236293 -265.34014,30.439522 -270.76286,30.729689 C -289.40725,30.770714 -311.88665,30.597309 -324.0398,30.70877 z M -255.46516,94.482857 C -250.34561,95.62106 -244.69322,96.21649 -240.83258,100.05203 C -242.37635,102.55028 -245.27573,103.64481 -247.80048,104.97505 C -249.71506,99.684643 -254.39847,94.970039 -260.51378,95.138259 C -260.66903,94.131274 -256.73261,94.551178 -255.46516,94.482857 z " />
-      </g>
-      <rect
-         y="78.658051"
-         x="33.326111"
-         width="57.567924"
-         style="fill:url(#linearGradient1156);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1157);stroke-width:1.44734821pt"
-         id="rect1155"
-         height="8.3153667" />
-      <path
-         style="fill:url(#linearGradient1169);fill-rule:evenodd;stroke-width:0.90459263;stroke-opacity:0.07438019"
-         sodipodi:nodetypes="czzczczzzzzzzc"
-         id="path2676"
-         d="M 98.723806,78.927818 C 95.18666,77.759681 93.50122,82.555591 98.766686,81.004087 C 104.03217,79.452583 120.13123,85.906451 120.37383,89.795491 C 120.61643,93.905503 101.5003,98.581154 106.74108,104.42426 C 111.62816,110.70149 115.35468,100.13868 123.54696,104.21261 C 131.73923,108.17607 136.26048,109.72394 142.25488,104.94185 C 149.10027,101.9342 145.04599,107.07658 139.57918,113.60451 C 134.11237,120.13244 144.00251,115.08156 147.91225,105.31962 C 151.93248,95.557673 139.13128,107.33503 133.66268,105.40571 C 128.19408,103.47639 119.73678,97.849788 113.27625,102.55563 C 106.81572,107.26147 109.62894,99.493003 114.85637,97.90307 C 120.0838,96.092166 122.81363,93.045722 122.85597,90.161522 C 122.89831,87.498293 117.92629,84.811803 112.94229,82.402852 C 107.73732,79.993901 100.49788,78.588966 98.723806,78.927818 z " />
-      <path
-         style="fill:url(#linearGradient1140);fill-opacity:1;fill-rule:evenodd;stroke-width:1.44734821pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path1139"
-         d="M 15.102732,106.80712 C 13.80355,109.23224 17.148847,113.52338 19.900059,113.52338 L 107.85106,113.52338 C 110.18914,113.52338 113.70766,110.4906 112.64839,108.40622 L 102.7339,88.897093 C 101.97024,87.394398 100.26184,86.65834 98.576216,86.65834 L 28.215425,86.658339 C 26.825434,86.658339 25.353768,87.671846 24.697385,88.897093 L 15.102732,106.80712 z " />
-      <rect
-         y="22.413721"
-         x="26.015469"
-         width="72.279724"
-         style="fill:url(#linearGradient905);fill-opacity:1;fill-rule:evenodd;stroke-width:1.62826681"
-         ry="5.4369707"
-         rx="5.4369707"
-         id="rect1137"
-         height="60.126495" />
-      <rect
-         y="31.695871"
-         x="33.386066"
-         width="58.178177"
-         style="fill:url(#radialGradient1132);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient891);stroke-width:1.4649456pt"
-         id="rect1131"
-         height="38.044163" />
-      <path
-         style="fill:url(#linearGradient1146);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzccccc"
-         id="path1145"
-         d="M 27.690431,52.841444 L 27.370609,74.749236 C 27.319624,78.241665 29.310209,80.477938 32.807578,80.506029 L 72.625393,80.825852 L 76.463254,71.87084 L 32.008024,71.55102 L 31.688202,52.681533 L 27.690431,52.841444 z " />
-      <g
-         transform="matrix(-1,0,0,1,125.4301,0)"
-         id="g1791">
-        <path
-           style="fill:url(#linearGradient1148);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path1147"
-           d="M 42.062098,33.460351 L 77.341205,33.008055 C 82.787126,32.938235 89.553204,38.416797 89.553204,43.863165 L 89.553204,60.14583 L 41.609801,59.693534 L 42.062098,33.460351 z " />
-        <path
-           style="fill:url(#linearGradient1150);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path1149"
-           d="M 78.337784,67.629235 L 46.723745,67.724544 C 41.843589,67.739257 35.829319,62.771024 35.877168,57.891081 L 36.020221,43.301821 L 78.973514,44.128288 L 78.337784,67.629235 z " />
-      </g>
-      <path
-         style="fill:url(#linearGradient1167);fill-opacity:1;fill-rule:evenodd;stroke-width:0.72367412;stroke-opacity:0.34710741"
-         sodipodi:nodetypes="cczzzzzzc"
-         id="path1159"
-         d="M 137.39107,112.02341 C 137.39107,112.02341 129.0757,110.26438 123.63872,113.62251 C 118.20176,116.98064 109.96635,123.21719 108.76702,124.81628 C 107.40777,126.57531 107.42036,130.22796 109.24674,131.53253 L 114.84364,135.53031 C 118.31797,138.01198 124.86218,139.25396 128.11624,136.48978 L 142.98795,123.85681 C 144.79792,122.3193 145.72732,118.27921 144.10733,116.82073 C 142.95609,115.04975 140.4892,112.91939 137.39107,112.02341 z " />
-      <path
-         style="fill:url(#linearGradient1171);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzc"
-         id="path1160"
-         d="M 142.3483,121.13833 L 125.91043,133.59673 C 122.97154,135.82414 118.65484,134.11775 116.28283,133.77129 C 113.9108,133.42481 111.88528,131.87901 112.12516,132.33209 C 112.36503,132.78517 115.08349,135.71687 117.72203,136.48978 C 120.36055,137.26267 124.9543,138.89307 127.50953,136.15531 C 130.06477,133.41755 145.2267,123.53699 142.3483,121.13833 z " />
-      <path
-         style="fill:url(#linearGradient1404);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="cczc"
-         id="path1403"
-         d="M 132.11225,127.51984 C 135.31047,122.88242 120.11893,113.12786 109.08509,127.0401 C 110.20446,130.71805 116.80662,132.5992 121.82304,132.33547 C 126.68363,132.07993 129.50037,129.97181 132.11225,127.51984 z " />
-      <path
-         style="fill:url(#linearGradient1166);fill-opacity:1;fill-rule:evenodd;stroke-width:1.08551121"
-         sodipodi:nodetypes="cccccccc"
-         id="path1519"
-         d="M 138.63464,112.68306 C 135.9958,113.22749 132.31739,114.43079 129.87534,116.38362 C 128.77009,115.68011 125.32759,114.5677 123.66767,113.84494 L 123.24572,114.10517 C 129.67287,117.23476 136.43512,117.91249 135.88192,122.87668 C 136.33675,122.98575 137.05589,123.09702 136.73191,122.38863 C 136.41775,118.90392 132.50587,117.23351 131.02697,116.81532 C 133.17224,114.26602 136.255,113.70892 138.63464,112.68306 z " />
-      <path
-         style="fill:url(#linearGradient1144);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path1143"
-         d="M 18.891612,106.48414 C 17.978451,108.31614 19.173914,111.55774 22.263529,111.55774 L 105.0195,111.55774 C 106.66288,111.55774 109.13595,109.26672 108.39142,107.69215 L 101.42279,92.954575 C 100.88602,91.819403 99.685232,91.263378 98.500462,91.263378 L 28.108183,91.263369 C 27.131195,91.263369 26.0968,92.028994 25.635445,92.954575 L 18.891612,106.48414 z " />
-      <text
-         y="-14.660837"
-         xml:space="preserve"
-         x="6.147172"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text1232"><tspan
-           id="tspan1233">Computer</tspan></text>
-      <text
-         y="-34.951134"
-         xml:space="preserve"
-         x="84.564949"
-         transform="scale(0.246729,0.246729)"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text1235"><tspan
-           id="tspan1236">Created by Andrew Fitzsimon</tspan></text>
-    </g>
-    <g
-       id="g5474"
-       transform="translate(593.63525,509.49239)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644">
-      <path
-         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path9383"
-         d="M 203.47051,-209.74941 C 198.72111,-204.56585 195.69876,-195.27863 189.00642,-195.27863 C 182.52997,-197.07848 181.66644,-212.48518 180.80291,-215.7969 C 188.1429,-210.75732 195.69876,-207.87757 203.47051,-209.74941 z " />
-      <path
-         transform="matrix(-0.440859,0,0,0.441062,265.52775,-266.17138)"
-         style="fill:#f1bb96;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:type="arc"
-         sodipodi:ry="57.825485"
-         sodipodi:rx="60.94183"
-         sodipodi:cy="70.290855"
-         sodipodi:cx="150.27701"
-         id="path3713"
-         d="M 211.21884 70.290855 A 60.94183 57.825485 0 1 1  89.335178,70.290855 A 60.94183 57.825485 0 1 1  211.21884 70.290855 z" />
-      <path
-         style="fill:#233e6a;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccssssc"
-         id="path4369"
-         d="M 232.46888,-182.94274 C 232.85952,-157.74648 168.23012,-154.86512 168.38642,-182.94274 C 166.84164,-205.27149 177.94687,-217.96719 180.70654,-215.80872 C 182.10778,-214.71274 182.62841,-190.37295 192.09635,-195.9716 C 196.69923,-198.69339 201.84768,-209.14846 204.10029,-209.49532 C 207.49937,-210.01873 214.00811,-212.77083 219.98583,-217.92153 C 221.55412,-219.27285 231.93943,-205.38255 232.46888,-182.94274 z " />
-      <path
-         style="fill:#513624;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path11309"
-         d="M 204.55432,-273.85152 C 222.46413,-271.53047 237.32676,-259.28175 231.38357,-231.42099 C 229.66954,-221.67743 222.12426,-217.60887 219.35537,-236.36962 C 211.4578,-233.88387 177.25785,-223.92576 170.54948,-241.26677 C 166.55631,-248.43407 174.86257,-276.23329 204.55432,-273.85152 z " />
-      <path
-         style="fill:#1f4eb3;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path11942"
-         d="M 191.92173,-167.75448 C 192.06919,-184.44566 194.18855,-193.73288 188.47558,-194.95709 C 182.9785,-195.85052 179.91138,-176.52634 179.04785,-173.21462 C 175.85958,-157.19769 189.53653,-154.44605 191.92173,-167.75448 z " />
-      <path
-         style="fill:url(#linearGradient1815);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path1811"
-         d="M 172.67812,-237.76056 C 182.56217,-225.58826 212.09549,-234.15979 219.36562,-236.44806 C 220.33459,-229.88278 221.90014,-226.25074 223.58437,-224.54181 C 219.31219,-215.8234 210.06249,-209.76056 199.27187,-209.76056 C 184.44142,-209.76056 172.42812,-221.18201 172.42812,-235.26056 C 172.42812,-236.11869 172.59078,-236.92413 172.67812,-237.76056 z " />
-      <path
-         style="fill:url(#radialGradient1818);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1817"
-         d="M 203.17522,-273.74212 C 221.08504,-271.42107 235.94766,-259.17235 230.00448,-231.31159 C 228.29044,-221.56803 220.74517,-217.49946 217.97627,-236.26022 C 210.0787,-233.77447 175.87876,-223.81635 169.17039,-241.15737 C 165.17722,-248.32467 173.48348,-276.12389 203.17522,-273.74212 z " />
-      <path
-         style="fill:url(#radialGradient1822);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path1819"
-         d="M 220.74123,-214.1875 C 227.87764,-203.73841 231.28831,-190.18836 229.45998,-177.71875 C 222.3997,-165.39834 205.93726,-163.52328 193.05373,-164.75 C 194.11526,-173.29796 194.69425,-182.39807 193.51876,-190.98978 C 191.02311,-195.41909 199.33209,-197.29913 200.39748,-201.6875 C 203.70655,-208.92744 212.80427,-208.10966 218.04988,-213.3696 C 218.9201,-213.57294 220.00051,-215.94141 220.74123,-214.1875 z M 179.55373,-210.28125 C 180.69974,-204.97453 181.23339,-199.24919 184.58498,-194.75 C 179.40159,-187.81847 178.05976,-178.63643 176.67873,-170.28125 C 167.10271,-177.01707 169.81568,-190.62142 172.02963,-200.39411 C 173.03008,-204.26346 176.36728,-212.34166 179.19382,-211.77772 C 179.27177,-211.45363 179.5117,-210.45598 179.55373,-210.28125 z " />
-      <path
-         style="fill:url(#radialGradient1824);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path1823"
-         d="M 192.35803,-167.43887 C 192.50549,-184.13006 194.62485,-193.41727 188.91188,-194.64149 C 183.4148,-195.53491 180.34768,-176.21073 179.48415,-172.89901 C 176.29589,-156.88208 189.97283,-154.13044 192.35803,-167.43887 z " />
-      <path
-         style="fill:#1f4eb3;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1825"
-         d="M 185.2414,-200.53324 C 185.2414,-197.95291 187.25802,-195.85872 189.74278,-195.85872 C 192.22755,-195.85872 194.24417,-197.95291 194.24417,-200.53324 C 194.24417,-203.11357 193.61259,-209.36288 191.12783,-209.36288 C 188.64306,-209.36288 185.2414,-203.11357 185.2414,-200.53324 z " />
-      <path
-         style="fill:url(#radialGradient1828);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1827"
-         d="M 186.28018,-201.05263 C 186.28018,-198.4723 188.2968,-196.37811 190.78156,-196.37811 C 193.26633,-196.37811 195.28295,-198.4723 195.28295,-201.05263 C 195.28295,-203.63296 194.65137,-209.88227 192.16661,-209.88227 C 189.68184,-209.88227 186.28018,-203.63296 186.28018,-201.05263 z " />
-    </g>
-    <g
-       id="g5488"
-       transform="translate(601.5744,417.49165)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644">
-      <path
-         transform="matrix(6.392368,0.545409,-0.130014,2.864752,-184.6606,-38.15109)"
-         style="fill:url(#radialGradient5536);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:type="arc"
-         sodipodi:ry="12.562782"
-         sodipodi:rx="12.562782"
-         sodipodi:cy="37.865574"
-         sodipodi:cx="41.875938"
-         id="path5490"
-         d="M 54.438721 37.865574 A 12.562782 12.562782 0 1 1  29.313156,37.865574 A 12.562782 12.562782 0 1 1  54.438721 37.865574 z" />
-      <g
-         transform="matrix(1,0,0,1.036969,356.8306,-11.4294)"
-         style="fill:url(#linearGradient5538);fill-opacity:1"
-         id="g5492">
-        <path
-           style="fill:url(#linearGradient5540);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path5494"
-           d="M -270.85787,33.814995 C -289.35564,33.925992 -307.93321,33.592782 -326.38104,33.981747 C -331.43469,35.696391 -331.02221,41.899652 -330.68524,46.15332 C -330.75782,60.227303 -330.53537,74.298225 -330.21167,88.36826 C -328.21297,91.039611 -323.21766,90.618387 -322.68469,94.539015 C -320.78054,96.259426 -317.05071,94.88215 -314.4389,95.333237 C -298.54999,95.360274 -282.66107,95.387302 -266.77215,95.414339 C -266.35587,90.465192 -260.12609,88.824447 -255.81783,89.540255 C -256.01688,89.058389 -261.69557,87.939375 -259.61591,84.491525 C -259.45681,68.72727 -259.19734,52.882199 -259.82064,37.168229 C -261.19394,32.980583 -267.34179,33.83368 -270.85787,33.814995 z M -236.65184,97.260473 C -234.79025,100.12642 -237.08724,103.09386 -239.92892,104.16357 C -242.6311,105.91539 -245.59105,107.62992 -248.52894,108.76804 C -253.1773,108.19079 -251.42424,101.88475 -255.01281,99.896645 C -260.33594,96.447012 -267.21045,98.43943 -273.23329,97.939231 C -291.8249,97.94887 -310.41651,97.958519 -329.00813,97.968158 C -335.45898,103.56578 -339.16595,111.40269 -341.55034,119.32178 C -337.25147,124.2061 -329.89606,122.27575 -324.10438,122.40002 C -298.64553,122.23171 -273.11679,122.61546 -247.69897,122.24542 C -243.40174,121.14669 -247.44685,114.84894 -243.58488,113.04441 C -242.73865,112.73374 -247.81245,114.4382 -247.26205,111.62955 C -245.49117,106.66028 -239.14113,105.99595 -235.92338,102.36811 C -234.39131,99.755669 -236.26958,96.922488 -238.33047,95.260495 C -237.77093,95.927151 -237.21138,96.593817 -236.65184,97.260473 z M -240.64255,111.75263 C -243.64086,113.13223 -237.02792,110.69536 -235.55512,111.97369 C -229.71113,112.74417 -224.16461,117.19625 -218.12358,115.22951 C -225.97639,116.31604 -232.799,109.03014 -240.64255,111.75263 z M -212.01083,112.33724 C -215.98173,113.85021 -208.21543,112.17765 -210.07883,115.87566 C -212.50961,119.93855 -206.99008,113.8662 -209.61436,112.54677 C -210.16198,111.94632 -211.27989,112.47663 -212.01083,112.33724 z M -213.97451,120.82946 C -220.13871,124.32615 -228.37873,119.08124 -233.85995,124.39439 C -238.36465,128.00055 -244.57099,130.35185 -247.0433,135.75122 C -247.65922,139.60202 -243.25109,141.90251 -240.44565,143.71808 C -235.60127,146.54512 -228.8227,145.75388 -225.20082,141.42836 C -220.62679,137.96117 -216.44182,134.08489 -212.48592,129.96782 C -212.82701,126.95048 -214.43694,123.63971 -213.97451,120.82946 z " />
-        <path
-           style="fill:url(#linearGradient5542);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path5496"
-           d="M -269.68453,32.256957 C -288.76965,32.351184 -307.87514,32.249603 -326.94796,32.349264 C -332.63884,33.663474 -333.90446,40.291305 -333.21597,45.149113 C -333.11996,59.896901 -333.07471,74.659754 -332.61729,89.39481 C -331.88583,93.310348 -324.86009,92.098674 -325.11097,96.44089 C -328.07184,96.184706 -331.5534,96.317135 -333.07248,99.246492 C -338.92562,104.98392 -341.99312,112.66465 -344.27268,120.28679 C -340.22572,125.96631 -332.26467,125.31453 -326.02946,124.71751 C -300.16629,124.7277 -274.28316,124.82043 -248.43245,124.77905 C -244.42424,124.78686 -243.30672,120.35609 -243.96666,117.2099 C -242.88598,112.93536 -237.04086,113.94554 -233.80717,114.98513 C -228.01851,116.64297 -221.26418,120.43074 -215.57982,116.37592 C -211.36091,113.71809 -213.05678,118.4029 -215.77936,119.43344 C -220.82539,122.25797 -227.09125,118.98178 -232.39677,121.20855 C -236.53238,123.88957 -240.74707,126.85249 -244.76678,129.74666 C -248.34219,132.01467 -251.90947,137.38626 -248.13747,140.97315 C -243.79274,146.02948 -236.37425,149.4527 -229.68248,147.08651 C -225.09383,144.85973 -221.79206,140.75401 -217.61535,137.88661 C -215.10454,135.69469 -212.49235,133.26839 -210.83749,130.50207 C -210.86477,126.92195 -214.68529,121.91303 -210.252,119.57013 C -207.25619,117.95208 -205.81053,112.12098 -209.75314,110.87946 C -214.16982,109.44692 -216.95156,115.09837 -221.43751,113.68608 C -228.47365,112.76758 -235.5565,107.20489 -242.69931,110.72434 C -246.89551,113.06547 -243.47174,109.4356 -241.45524,108.56544 C -237.85613,106.84628 -232.73147,104.36798 -233.94637,99.617708 C -234.27189,95.083838 -239.22223,93.197522 -242.95318,91.723135 C -247.61613,89.074942 -253.27003,89.345117 -258.06082,86.933298 C -257.89248,70.385101 -257.58805,53.76423 -258.26571,37.261116 C -259.2092,32.393288 -265.59824,31.96057 -269.68453,32.256957 z M -258.66259,91.764016 C -251.5059,92.239344 -243.21163,93.474137 -238.58238,99.271629 C -238.96251,103.06003 -244.00295,103.80224 -246.52821,106.14082 C -248.92267,108.48087 -251.12372,105.80503 -251.02958,103.27159 C -252.70852,98.336432 -258.20582,95.710815 -263.31841,96.533197 C -267.00561,96.7255 -263.71935,91.937514 -261.395,92.380192 C -260.48382,92.178338 -259.57521,91.953759 -258.66259,91.764016 z " />
-        <path
-           style="fill:url(#linearGradient5544);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           sodipodi:nodetypes="ccccczccccccccccccccccccczccccc"
-           id="path5498"
-           d="M -324.0398,30.70877 C -336.3492,30.820231 -335.15663,39.652507 -334.79476,45.313268 C -334.5469,60.436643 -334.38614,75.599009 -334.01234,90.698281 C -333.20516,93.057424 -330.71249,93.985661 -328.75475,95.252079 C -334.4553,96.476239 -336.96996,102.43195 -340.11175,106.59303 C -342.33294,111.36531 -347.84019,115.92868 -345.92111,121.43642 C -344.00204,126.94416 -332.21757,127.68181 -324.95408,127.12866 C -299.06901,127.09789 -273.17022,127.14905 -247.29372,127.06713 C -243.29961,126.16956 -240.99668,122.03601 -241.4977,118.23645 C -238.30082,114.95371 -233.32521,118.03039 -229.53292,118.63002 C -225.71641,119.31313 -232.5646,119.27527 -233.19362,120.54849 C -238.23604,122.95799 -242.6166,126.65447 -246.90973,130.10509 C -250.44674,132.97354 -252.4229,138.10741 -249.57412,142.08235 C -246.21315,145.92284 -241.41489,148.84284 -236.30395,149.79628 C -230.65487,150.83779 -225.57101,147.82678 -221.6157,144.24077 C -216.87391,140.59839 -212.0873,136.78287 -208.84361,131.80554 C -207.76302,128.26399 -211.47449,123.86671 -208.08348,121.09796 C -204.93438,118.46115 -204.06893,113.02076 -207.41836,110.2673 C -212.81988,106.81278 -218.36682,114.55112 -223.89705,111.29128 C -227.94209,110.1659 -231.91311,108.52596 -236.17676,108.45194 C -231.52711,105.88023 -229.62903,98.782331 -234.08944,95.153402 C -239.61551,89.404431 -248.455,88.793917 -255.40182,85.744487 C -255.86992,78.940296 -255.53665,71.972758 -255.70928,65.098797 C -255.80747,55.730822 -255.73864,46.312632 -255.94025,36.975777 C -258.03631,31.236293 -265.34014,30.439522 -270.76286,30.729689 C -289.40725,30.770714 -311.88665,30.597309 -324.0398,30.70877 z M -255.46516,94.482857 C -250.34561,95.62106 -244.69322,96.21649 -240.83258,100.05203 C -242.37635,102.55028 -245.27573,103.64481 -247.80048,104.97505 C -249.71506,99.684643 -254.39847,94.970039 -260.51378,95.138259 C -260.66903,94.131274 -256.73261,94.551178 -255.46516,94.482857 z " />
-      </g>
-      <rect
-         y="78.658051"
-         x="33.326111"
-         width="57.567924"
-         style="fill:url(#linearGradient5546);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5548);stroke-width:1.44734821pt"
-         id="rect5500"
-         height="8.3153667" />
-      <path
-         style="fill:url(#linearGradient5550);fill-rule:evenodd;stroke-width:0.90459263;stroke-opacity:0.07438019"
-         sodipodi:nodetypes="czzczczzzzzzzc"
-         id="path5502"
-         d="M 98.723806,78.927818 C 95.18666,77.759681 93.50122,82.555591 98.766686,81.004087 C 104.03217,79.452583 120.13123,85.906451 120.37383,89.795491 C 120.61643,93.905503 101.5003,98.581154 106.74108,104.42426 C 111.62816,110.70149 115.35468,100.13868 123.54696,104.21261 C 131.73923,108.17607 136.26048,109.72394 142.25488,104.94185 C 149.10027,101.9342 145.04599,107.07658 139.57918,113.60451 C 134.11237,120.13244 144.00251,115.08156 147.91225,105.31962 C 151.93248,95.557673 139.13128,107.33503 133.66268,105.40571 C 128.19408,103.47639 119.73678,97.849788 113.27625,102.55563 C 106.81572,107.26147 109.62894,99.493003 114.85637,97.90307 C 120.0838,96.092166 122.81363,93.045722 122.85597,90.161522 C 122.89831,87.498293 117.92629,84.811803 112.94229,82.402852 C 107.73732,79.993901 100.49788,78.588966 98.723806,78.927818 z " />
-      <path
-         style="fill:url(#linearGradient5552);fill-opacity:1;fill-rule:evenodd;stroke-width:1.44734821pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path5504"
-         d="M 15.102732,106.80712 C 13.80355,109.23224 17.148847,113.52338 19.900059,113.52338 L 107.85106,113.52338 C 110.18914,113.52338 113.70766,110.4906 112.64839,108.40622 L 102.7339,88.897093 C 101.97024,87.394398 100.26184,86.65834 98.576216,86.65834 L 28.215425,86.658339 C 26.825434,86.658339 25.353768,87.671846 24.697385,88.897093 L 15.102732,106.80712 z " />
-      <rect
-         y="22.413721"
-         x="26.015469"
-         width="72.279724"
-         style="fill:url(#linearGradient5554);fill-opacity:1;fill-rule:evenodd;stroke-width:1.62826681"
-         ry="5.4369707"
-         rx="5.4369707"
-         id="rect5506"
-         height="60.126495" />
-      <rect
-         y="31.695871"
-         x="33.386066"
-         width="58.178177"
-         style="fill:url(#radialGradient5556);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5558);stroke-width:1.4649456pt"
-         id="rect5508"
-         height="38.044163" />
-      <path
-         style="fill:url(#linearGradient5560);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzccccc"
-         id="path5510"
-         d="M 27.690431,52.841444 L 27.370609,74.749236 C 27.319624,78.241665 29.310209,80.477938 32.807578,80.506029 L 72.625393,80.825852 L 76.463254,71.87084 L 32.008024,71.55102 L 31.688202,52.681533 L 27.690431,52.841444 z " />
-      <g
-         transform="matrix(-1,0,0,1,125.4301,0)"
-         id="g5512">
-        <path
-           style="fill:url(#linearGradient5562);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path5514"
-           d="M 42.062098,33.460351 L 77.341205,33.008055 C 82.787126,32.938235 89.553204,38.416797 89.553204,43.863165 L 89.553204,60.14583 L 41.609801,59.693534 L 42.062098,33.460351 z " />
-        <path
-           style="fill:url(#linearGradient5564);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path5516"
-           d="M 78.337784,67.629235 L 46.723745,67.724544 C 41.843589,67.739257 35.829319,62.771024 35.877168,57.891081 L 36.020221,43.301821 L 78.973514,44.128288 L 78.337784,67.629235 z " />
-      </g>
-      <path
-         style="fill:url(#linearGradient5566);fill-opacity:1;fill-rule:evenodd;stroke-width:0.72367412;stroke-opacity:0.34710741"
-         sodipodi:nodetypes="cczzzzzzc"
-         id="path5518"
-         d="M 137.39107,112.02341 C 137.39107,112.02341 129.0757,110.26438 123.63872,113.62251 C 118.20176,116.98064 109.96635,123.21719 108.76702,124.81628 C 107.40777,126.57531 107.42036,130.22796 109.24674,131.53253 L 114.84364,135.53031 C 118.31797,138.01198 124.86218,139.25396 128.11624,136.48978 L 142.98795,123.85681 C 144.79792,122.3193 145.72732,118.27921 144.10733,116.82073 C 142.95609,115.04975 140.4892,112.91939 137.39107,112.02341 z " />
-      <path
-         style="fill:url(#linearGradient5568);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzc"
-         id="path5520"
-         d="M 142.3483,121.13833 L 125.91043,133.59673 C 122.97154,135.82414 118.65484,134.11775 116.28283,133.77129 C 113.9108,133.42481 111.88528,131.87901 112.12516,132.33209 C 112.36503,132.78517 115.08349,135.71687 117.72203,136.48978 C 120.36055,137.26267 124.9543,138.89307 127.50953,136.15531 C 130.06477,133.41755 145.2267,123.53699 142.3483,121.13833 z " />
-      <path
-         style="fill:url(#linearGradient5570);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="cczc"
-         id="path5522"
-         d="M 132.11225,127.51984 C 135.31047,122.88242 120.11893,113.12786 109.08509,127.0401 C 110.20446,130.71805 116.80662,132.5992 121.82304,132.33547 C 126.68363,132.07993 129.50037,129.97181 132.11225,127.51984 z " />
-      <path
-         style="fill:url(#linearGradient5572);fill-opacity:1;fill-rule:evenodd;stroke-width:1.08551121"
-         sodipodi:nodetypes="cccccccc"
-         id="path5524"
-         d="M 138.63464,112.68306 C 135.9958,113.22749 132.31739,114.43079 129.87534,116.38362 C 128.77009,115.68011 125.32759,114.5677 123.66767,113.84494 L 123.24572,114.10517 C 129.67287,117.23476 136.43512,117.91249 135.88192,122.87668 C 136.33675,122.98575 137.05589,123.09702 136.73191,122.38863 C 136.41775,118.90392 132.50587,117.23351 131.02697,116.81532 C 133.17224,114.26602 136.255,113.70892 138.63464,112.68306 z " />
-      <path
-         style="fill:url(#linearGradient5574);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path5526"
-         d="M 18.891612,106.48414 C 17.978451,108.31614 19.173914,111.55774 22.263529,111.55774 L 105.0195,111.55774 C 106.66288,111.55774 109.13595,109.26672 108.39142,107.69215 L 101.42279,92.954575 C 100.88602,91.819403 99.685232,91.263378 98.500462,91.263378 L 28.108183,91.263369 C 27.131195,91.263369 26.0968,92.028994 25.635445,92.954575 L 18.891612,106.48414 z " />
-      <text
-         y="-14.660837"
-         xml:space="preserve"
-         x="6.147172"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text5528"><tspan
-           id="tspan5530">Computer</tspan></text>
-      <text
-         y="-34.951134"
-         xml:space="preserve"
-         x="84.564949"
-         transform="scale(0.246729,0.246729)"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text5532"><tspan
-           id="tspan5534">Created by Andrew Fitzsimon</tspan></text>
-    </g>
-    <g
-       id="g6024"
-       transform="matrix(-1,0,0,1,874.16045,452.61731)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644">
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path6027"
-         d="M 60.545133,72.847539 C 65.294534,78.031101 68.316881,87.318315 75.00922,87.318316 C 81.485677,85.518467 82.349205,70.11177 83.212732,66.800051 C 75.872748,71.839624 68.316882,74.71938 60.545133,72.847539 z " />
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#d20000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccssssc"
-         id="path6029"
-         d="M 31.546762,99.654209 C 31.156121,124.85047 95.78552,127.73183 95.62922,99.654209 C 97.174007,77.325462 86.068776,64.629762 83.309105,66.788232 C 81.907864,67.884209 81.387229,92.223995 71.919297,86.625353 C 67.316417,83.903554 62.167959,73.44849 59.915352,73.101625 C 56.516277,72.578221 50.007529,69.826123 44.029815,64.675414 C 42.461522,63.324094 32.076211,77.214403 31.546762,99.654209 z " />
-      <path
-         style="fill:url(#radialGradient2797);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2796"
-         d="M 43.53125,77.3125 C 40.353026,86.016409 37.202011,96.366079 40.377303,105.23542 C 48.984655,117.18204 66.049398,117.25223 79.222417,115.04972 C 88.094278,113.47345 96.636121,105.87972 94.744454,96.188658 C 94.751182,88.561019 93.319573,80.643142 89.09375,74.1875 C 87.954705,81.120157 85.706152,92.347929 76.686643,91.786583 C 66.841974,89.84774 65.058803,76.33878 54.747596,75.105769 C 49.945701,71.530053 45.566465,69.110698 43.783935,76.852875 L 43.53125,77.3125 z " />
-      <path
-         transform="matrix(0.440859,0,0,0.441062,0.997459,16.38124)"
-         style="fill:#efd7c7;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:type="arc"
-         sodipodi:ry="57.825485"
-         sodipodi:rx="60.94183"
-         sodipodi:cy="70.290855"
-         sodipodi:cx="150.27701"
-         id="path6032"
-         d="M 211.21884 70.290855 A 60.94183 57.825485 0 1 1  89.335178,70.290855 A 60.94183 57.825485 0 1 1  211.21884 70.290855 z" />
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccccc"
-         id="path3720"
-         d="M 56.980881,5.8426527 C 39.420698,8.0166254 30.552872,16.206245 24.211446,49.532095 C 14.512196,98.076517 21.871677,115.5525 32.990311,115.56714 C 17.54932,102.40769 63.877625,86.740105 56.295103,44.070713 C 68.4508,48.712358 94.51097,54.349644 95.164349,41.718703 C 97.176702,29.219492 88.64173,4.4775042 56.980881,5.8426527 z " />
-      <path
-         style="fill:url(#linearGradient2789);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2164"
-         d="M 60.687242,45.028999 C 62.530882,55.403773 61.180052,64.151015 58.312242,71.685249 C 61.630122,73.07804 65.296862,73.904 69.155992,73.903999 C 83.975322,73.903999 95.981712,62.468019 95.999742,48.403999 C 88.357632,52.885439 70.244092,48.678277 60.687242,45.028999 z " />
-      <path
-         style="fill:url(#radialGradient2791);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2790"
-         d="M 52.174948,8.1325312 C 35.846775,12.141346 31.110158,30.475875 28.060647,44.840387 C 24.465246,64.767005 19.485139,85.90438 25.518698,105.82003 C 29.863591,114.87216 28.026452,106.52571 31.049538,102.11795 C 41.311249,87.323083 56.256862,73.307418 55.936774,53.886064 C 56.647391,49.398848 52.34734,38.640985 60.701717,42.254379 C 70.683443,45.202557 82.078811,49.011247 92.143698,44.632531 C 96.945103,37.45042 93.288237,27.137344 88.876323,20.399742 C 81.135092,8.5919962 65.300885,5.0194752 52.174948,8.1325312 z " />
-    </g>
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.63842154;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
-       sodipodi:nodetypes="cccccccccccc"
-       id="path699"
-       d="M 319.16674,325.66524 L 432.27399,313.12251 L 422.57906,332.08242 L 484.9028,325.95688 C 484.9028,325.95688 494.59773,306.41369 495.05931,306.41369 C 495.52148,306.41369 517.68079,331.79078 517.68079,331.79078 C 517.68079,331.79078 465.51355,358.33479 465.05197,358.33479 C 465.51355,358.91808 474.74689,339.66616 474.74689,339.37453 L 402.72705,345.79207 L 412.42255,326.24852 L 309.01023,338.4996 L 319.16674,325.66524 z "
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <text
-       xml:space="preserve"
-       style="font-size:48px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="92.546875"
-       y="509.71948"
-       id="text7612"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan7614"
-         x="92.546875"
-         y="509.71948">Server</tspan><tspan
-         sodipodi:role="line"
-         x="92.546875"
-         y="569.71948"
-         id="tspan2803">(PQM)</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="359.5625"
-       y="261.21948"
-       id="text7877"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan7879"
-         x="359.5625"
-         y="261.21948">bzr branch</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path9548"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(42.857147,67.142853)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="325.71429"
-       y="259.52307"
-       id="text9550"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan9552"
-         x="325.71429"
-         y="259.52307">1</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path9554"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(558.85715,89.5491)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="841.25"
-       y="283.37573"
-       id="text9556"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan9558"
-         x="841.25"
-         y="283.37573">2</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="874.89062"
-       y="264.32886"
-       id="text9566"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         x="874.89062"
-         y="264.32886"
-         id="tspan2788">make</tspan><tspan
-         sodipodi:role="line"
-         x="874.89062"
-         y="304.32886"
-         id="tspan2815">changes</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path9652"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(449.56027,432.37723)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="732.41742"
-       y="625.97729"
-       id="text9654"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan9656"
-         x="732.41742"
-         y="625.97729">4</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="768.26562"
-       y="622.23511"
-       id="text9658"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan9660"
-         x="768.26562"
-         y="622.23511">accept or reject</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="75.5625"
-       y="228.09448"
-       id="text2965"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan2967"
-         x="75.5625"
-         y="228.09448">main branch</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="556.98438"
-       y="165.64139"
-       id="text2969"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan2971"
-         x="556.98438"
-         y="165.64139">local branches</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:5.00006151;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path4930"
-       sodipodi:cx="342"
-       sodipodi:cy="171.0945"
-       sodipodi:rx="66"
-       sodipodi:ry="35"
-       d="M 408 171.0945 A 66 35 0 1 1  276,171.0945 A 66 35 0 1 1  408 171.0945 z"
-       transform="matrix(1.9161749,0,0,1.0419298,-477.33182,37.826027)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <path
-       sodipodi:type="arc"
-       style="fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:5.00006151;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path7839"
-       sodipodi:cx="342"
-       sodipodi:cy="171.0945"
-       sodipodi:rx="66"
-       sodipodi:ry="35"
-       d="M 408 171.0945 A 66 35 0 1 1  276,171.0945 A 66 35 0 1 1  408 171.0945 z"
-       transform="matrix(2.0657387,0,0,1.0382501,-36.482679,-19.544354)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <g
-       id="g11201"
-       transform="translate(224.98935,560.87966)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path2488"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(44.857147,386.9866)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="327.71429"
-       y="580.60229"
-       id="text2490"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan2492"
-         x="327.71429"
-         y="580.60229">5</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="363.5625"
-       y="577.76636"
-       id="text2494"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan2496"
-         x="363.5625"
-         y="577.76636">request merge</tspan></text>
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.63842154;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
-       sodipodi:nodetypes="cccccccccccc"
-       id="path2801"
-       d="M 530.83326,472.52373 L 417.72601,485.06646 L 427.42094,466.10655 L 365.0972,472.23209 C 365.0972,472.23209 355.40227,491.77528 354.94069,491.77528 C 354.47852,491.77528 332.31921,466.39819 332.31921,466.39819 C 332.31921,466.39819 384.48645,439.85418 384.94803,439.85418 C 384.48645,439.27089 375.25311,458.52281 375.25311,458.81444 L 447.27295,452.3969 L 437.57745,471.94045 L 540.98977,459.68937 L 530.83326,472.52373 z "
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="878.89062"
-       y="396.40698"
-       id="text2811"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         x="878.89062"
-         y="396.40698"
-         id="tspan2813">request</tspan><tspan
-         sodipodi:role="line"
-         x="878.89062"
-         y="436.40698"
-         id="tspan2817">review</tspan></text>
-  </g>
-</svg>

=== removed file 'doc/ja/user-guide/images/workflows_shared.png'
Binary files old/doc/ja/user-guide/images/workflows_shared.png	2009-10-29 10:01:19 +0000 and new/doc/ja/user-guide/images/workflows_shared.png	1970-01-01 00:00:00 +0000 differ
=== removed file 'doc/ja/user-guide/images/workflows_shared.svg'
--- old/doc/ja/user-guide/images/workflows_shared.svg	2009-10-29 10:01:19 +0000
+++ new/doc/ja/user-guide/images/workflows_shared.svg	1970-01-01 00:00:00 +0000
@@ -1,1594 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://web.resource.org/cc/"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="1052.3622"
-   height="744.09448"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.45.1"
-   version="1.0"
-   sodipodi:docbase="/home/ian/Desktop/talk/workflows"
-   sodipodi:docname="workflows_shared.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_shared.png"
-   inkscape:export-xdpi="49.419998"
-   inkscape:export-ydpi="49.419998">
-  <defs
-     id="defs4">
-    <radialGradient
-       xlink:href="#linearGradient5992"
-       r="33.156250"
-       inkscape:collect="always"
-       id="radialGradient6000"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,1.693685,0.000000,-197.9515)"
-       fy="285.36218"
-       fx="495.50000"
-       cy="285.36218"
-       cx="495.50000" />
-    <linearGradient
-       y2="187.57059"
-       y1="225.40080"
-       xlink:href="#linearGradient5963"
-       x2="458.91232"
-       x1="383.95898"
-       inkscape:collect="always"
-       id="linearGradient5969"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient3586">
-      <stop
-         style="stop-color:#000000;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop3588" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop3590" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5963">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop5965" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop5967" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5992">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop5994" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop5996" />
-    </linearGradient>
-    <linearGradient
-       y2="-0.45783132"
-       y1="3.3012049"
-       xlink:href="#linearGradient893"
-       x2="0.92957747"
-       x1="-2.3960868e-17"
-       id="linearGradient4284" />
-    <linearGradient
-       y2="-0.033519555"
-       y1="2.0837989"
-       xlink:href="#linearGradient893"
-       x2="0.99074072"
-       x1="-0.77314812"
-       id="linearGradient4283" />
-    <linearGradient
-       y2="1.8771822"
-       y1="-0.033741195"
-       xlink:href="#linearGradient902"
-       x2="0.48453596"
-       x1="0.47041038"
-       id="linearGradient2740"
-       gradientTransform="scale(0.997153,1.002855)" />
-    <linearGradient
-       y2="1.9025002"
-       y1="-0.043652620"
-       xlink:href="#linearGradient902"
-       x2="0.48481107"
-       x1="0.47042510"
-       id="linearGradient1506"
-       gradientTransform="scale(0.995847,1.004170)" />
-    <linearGradient
-       y2="1.8570156"
-       y1="-0.024853170"
-       xlink:href="#linearGradient902"
-       x2="0.48548824"
-       x1="0.47157744"
-       id="linearGradient1505"
-       gradientTransform="scale(0.997825,1.002180)" />
-    <linearGradient
-       y2="182.99154"
-       y1="169.09755"
-       xlink:href="#linearGradient892"
-       x2="88.996957"
-       x1="88.755695"
-       id="linearGradient1404"
-       gradientTransform="scale(1.3695887,0.7301462)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient1317"
-       r="0.34964636"
-       id="radialGradient1316"
-       fy="0.18269235"
-       fx="0.50352114"
-       cy="0.50000006"
-       cx="0.50000000" />
-    <radialGradient
-       xlink:href="#linearGradient1317"
-       r="0.41197181"
-       id="radialGradient1315"
-       fy="0.26666668"
-       fx="0.47535211"
-       cy="0.53333336"
-       cx="0.47887325" />
-    <linearGradient
-       y2="173.03153"
-       y1="177.77768"
-       xlink:href="#linearGradient902"
-       x2="95.100155"
-       x1="101.10657"
-       id="linearGradient1171"
-       gradientTransform="scale(1.3601783,0.7351977)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="1.8378206"
-       y1="-0.016295359"
-       xlink:href="#linearGradient902"
-       x2="0.48655096"
-       x1="0.47284532"
-       id="linearGradient1170"
-       gradientTransform="scale(0.998371,1.001632)" />
-    <linearGradient
-       y2="81.477602"
-       y1="224.57898"
-       xlink:href="#linearGradient893"
-       x2="74.533693"
-       x1="146.69923"
-       id="linearGradient1169"
-       gradientTransform="scale(1.1870691,0.842411)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="133.54711"
-       y1="228.39311"
-       xlink:href="#linearGradient888"
-       x2="88.447016"
-       x1="141.60217"
-       id="linearGradient1167"
-       gradientTransform="scale(1.1838753,0.8446836)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="148.78619"
-       y1="131.25248"
-       xlink:href="#linearGradient1317"
-       x2="107.04918"
-       x1="111.49758"
-       id="linearGradient1166"
-       gradientTransform="scale(1.223869,0.8170809)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="176.28694"
-       y1="269.85831"
-       xlink:href="#linearGradient888"
-       x2="-16.224496"
-       x1="51.460928"
-       id="linearGradient1157"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="234.26866"
-       y1="178.48862"
-       xlink:href="#linearGradient888"
-       x2="25.220815"
-       x1="25.220815"
-       id="linearGradient1156"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="105.42543"
-       y1="76.277559"
-       xlink:href="#linearGradient892"
-       x2="8.346058"
-       x1="35.190362"
-       id="linearGradient1150"
-       gradientTransform="scale(1.3283861,0.7527932)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="20.481863"
-       y1="49.507656"
-       xlink:href="#linearGradient892"
-       x2="70.224305"
-       x1="39.690614"
-       id="linearGradient1148"
-       gradientTransform="scale(1.329144,0.7523639)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="113.71949"
-       y1="90.197025"
-       xlink:href="#linearGradient892"
-       x2="17.876529"
-       x1="39.810948"
-       id="linearGradient1146"
-       gradientTransform="scale(1.3207392,0.7571517)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="251.21892"
-       y1="203.499"
-       xlink:href="#linearGradient892"
-       x2="31.617281"
-       x1="31.449743"
-       id="linearGradient1144"
-       gradientTransform="scale(2.1051174,0.4750329)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="-0.45783132"
-       y1="3.3012049"
-       xlink:href="#linearGradient888"
-       x2="0.92957747"
-       x1="0.00000000"
-       id="linearGradient1141" />
-    <linearGradient
-       y2="232.24952"
-       y1="110.4447"
-       xlink:href="#linearGradient888"
-       x2="41.967061"
-       x1="45.685757"
-       id="linearGradient1140"
-       gradientTransform="scale(1.9102155,0.5235012)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="75.912531"
-       y1="375.92199"
-       xlink:href="#linearGradient1806"
-       x2="-268.25407"
-       x1="-249.72067"
-       id="linearGradient1138"
-       gradientTransform="scale(1.087146,0.9198397)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient1133"
-       r="68.589222"
-       id="radialGradient1132"
-       fy="39.288476"
-       fx="72.107883"
-       cy="56.485935"
-       cx="60.004654"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="11.699047"
-       y1="208.43991"
-       xlink:href="#linearGradient888"
-       x2="95.644441"
-       x1="-77.726178"
-       id="linearGradient905"
-       gradientTransform="scale(1.0964158,0.9120627)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       xlink:href="#linearGradient1806"
-       id="linearGradient901" />
-    <linearGradient
-       y2="91.07699"
-       y1="-3.9104078"
-       xlink:href="#linearGradient888"
-       x2="27.674331"
-       x1="92.437968"
-       id="linearGradient891"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient888">
-      <stop
-         style="stop-color:#626262;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop889" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop890" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient892">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.00000000;"
-         offset="0.00000000"
-         id="stop893" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop894" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient902">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.00000000;"
-         offset="0.00000000"
-         id="stop903" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.22000000;"
-         offset="1.0000000"
-         id="stop904" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1098">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1.0000000;"
-         offset="0.00000000"
-         id="stop1099" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.22314049;"
-         offset="0.50000000"
-         id="stop1101" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.00000000;"
-         offset="0.59930235"
-         id="stop1102" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.60330576;"
-         offset="1.0000000"
-         id="stop1100" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1133">
-      <stop
-         style="stop-color:#8bb7df;stop-opacity:1.0000000;"
-         offset="0.00000000"
-         id="stop1134" />
-      <stop
-         style="stop-color:#2a6092;stop-opacity:1.0000000;"
-         offset="0.76209301"
-         id="stop1136" />
-      <stop
-         style="stop-color:#375e82;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop1135" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1317">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52892560;"
-         offset="0.00000000"
-         id="stop1318" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.17355372;"
-         offset="0.50000000"
-         id="stop1320" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.00000000;"
-         offset="1.0000000"
-         id="stop1319" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient893">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop895" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop896" />
-    </linearGradient>
-    <radialGradient
-       xlink:href="#linearGradient1806"
-       r="11.574221"
-       id="radialGradient1977"
-       fy="39.410465"
-       fx="42.280806"
-       cy="39.007645"
-       cx="42.007257"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient1806">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.35051546;"
-         offset="0.0000000"
-         id="stop1807" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.13402061;"
-         offset="0.64999998"
-         id="stop3276" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop1808" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5281"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5283"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5285"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="5.5130484"
-       inkscape:collect="always"
-       id="radialGradient1828"
-       fy="61.38567"
-       fx="86.542037"
-       cy="61.38567"
-       cx="86.542037"
-       gradientTransform="matrix(-0.8164966,0,0,1.2247449,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="11.123441"
-       inkscape:collect="always"
-       id="radialGradient1824"
-       fy="58.887858"
-       fx="118.06427"
-       cy="58.54025"
-       cx="117.17439"
-       gradientTransform="matrix(-0.6229142,0,0,1.6053575,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="22.00904"
-       inkscape:collect="always"
-       id="radialGradient1822"
-       fy="87.892895"
-       fx="45.50637"
-       cy="88.322677"
-       cx="45.139623"
-       gradientTransform="matrix(-1.0914815,0,0,0.9161859,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="18.836343"
-       inkscape:collect="always"
-       id="radialGradient1818"
-       fy="33.351633"
-       fx="48.40165"
-       cy="32.467054"
-       cx="48.40165"
-       gradientTransform="matrix(-1.1146027,0,0,0.8971807,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="74.834393"
-       y1="57.093738"
-       xlink:href="#linearGradient4376"
-       x2="50.203204"
-       x1="50.52668"
-       inkscape:collect="always"
-       id="linearGradient1815"
-       gradientTransform="matrix(-1.3516689,0,0,0.7398261,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient4384">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop4385" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4386" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4376">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop4377" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4378" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4362">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop4363" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4364" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4358">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop4359" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop4360" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="radialGradient5536"
-       gradientUnits="userSpaceOnUse"
-       cx="42.007257"
-       cy="39.007645"
-       fx="42.280806"
-       fy="39.410465"
-       r="11.574221" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5538"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5540"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5542"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5544"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5546"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       x1="25.220815"
-       y1="178.48862"
-       x2="25.220815"
-       y2="234.26866" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5548"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       x1="51.460928"
-       y1="269.85831"
-       x2="-16.224496"
-       y2="176.28694" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient893"
-       id="linearGradient5550"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.1870691,0.842411)"
-       x1="146.69923"
-       y1="224.57898"
-       x2="74.533693"
-       y2="81.477602" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5552"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.9102155,0.5235012)"
-       x1="45.685757"
-       y1="110.4447"
-       x2="41.967061"
-       y2="232.24952" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5554"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.0964158,0.9120627)"
-       x1="-77.726178"
-       y1="208.43991"
-       x2="95.644441"
-       y2="11.699047" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1133"
-       id="radialGradient5556"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       cx="60.004654"
-       cy="56.485935"
-       fx="72.107883"
-       fy="39.288476"
-       r="68.589222" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5558"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       x1="92.437968"
-       y1="-3.9104078"
-       x2="27.674331"
-       y2="91.07699" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5560"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3207392,0.7571517)"
-       x1="39.810948"
-       y1="90.197025"
-       x2="17.876529"
-       y2="113.71949" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5562"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.329144,0.7523639)"
-       x1="39.690614"
-       y1="49.507656"
-       x2="70.224305"
-       y2="20.481863" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5564"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3283861,0.7527932)"
-       x1="35.190362"
-       y1="76.277559"
-       x2="8.346058"
-       y2="105.42543" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5566"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.1838753,0.8446836)"
-       x1="141.60217"
-       y1="228.39311"
-       x2="88.447016"
-       y2="133.54711" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient902"
-       id="linearGradient5568"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3601783,0.7351977)"
-       x1="101.10657"
-       y1="177.77768"
-       x2="95.100155"
-       y2="173.03153" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5570"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3695887,0.7301462)"
-       x1="88.755695"
-       y1="169.09755"
-       x2="88.996957"
-       y2="182.99154" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1317"
-       id="linearGradient5572"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.223869,0.8170809)"
-       x1="111.49758"
-       y1="131.25248"
-       x2="107.04918"
-       y2="148.78619" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5574"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.1051174,0.4750329)"
-       x1="31.449743"
-       y1="203.499"
-       x2="31.617281"
-       y2="251.21892" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5714"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="39.648127"
-       inkscape:collect="always"
-       id="radialGradient2797"
-       fy="101.92288"
-       fx="50.092871"
-       cy="102.70191"
-       cx="49.760482"
-       gradientTransform="scale(1.1222336,0.8910801)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="35.284406"
-       inkscape:collect="always"
-       id="radialGradient2791"
-       fy="32.061308"
-       fx="81.553592"
-       cy="33.402904"
-       cx="80.599566"
-       gradientTransform="scale(0.8352269,1.1972794)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="67.164412"
-       y1="53.505203"
-       xlink:href="#linearGradient4376"
-       x2="63.804663"
-       x1="64.786456"
-       inkscape:collect="always"
-       id="linearGradient2789"
-       gradientTransform="scale(1.1424512,0.8753109)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient6015">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop6017" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6019" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6009">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop6011" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6013" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6003">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop6005" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6007" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5997">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop5999" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop6001" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient6037"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       y2="0.46093750"
-       y1="0.46093750"
-       xlink:href="#linearGradient650"
-       x2="1.16666818"
-       x1="1.22222710"
-       spreadMethod="repeat"
-       id="linearGradient654"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       y2="0.53906250"
-       y1="0.53125000"
-       xlink:href="#linearGradient650"
-       x2="1.16666901"
-       x1="1.00000548"
-       spreadMethod="repeat"
-       id="linearGradient653"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       id="linearGradient650">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop651" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop652" />
-    </linearGradient>
-    <linearGradient
-       y2="0.46093750"
-       y1="0.46093750"
-       xlink:href="#linearGradient650"
-       x2="1.16666818"
-       x1="1.22222710"
-       spreadMethod="repeat"
-       id="linearGradient9648"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       y2="0.53906250"
-       y1="0.53125000"
-       xlink:href="#linearGradient650"
-       x2="1.16666901"
-       x1="1.00000548"
-       spreadMethod="repeat"
-       id="linearGradient9646"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       id="linearGradient9640">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop9642" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop9644" />
-    </linearGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     gridtolerance="10000"
-     guidetolerance="10"
-     objecttolerance="10"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="0.8"
-     inkscape:cx="578.40513"
-     inkscape:cy="404.22798"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     width="1052.3622px"
-     height="744.09448px"
-     showgrid="true"
-     inkscape:window-width="1405"
-     inkscape:window-height="869"
-     inkscape:window-x="0"
-     inkscape:window-y="25" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <g
-       inkscape:label="Layer 1"
-       id="g4996"
-       transform="matrix(0.331077,0,0,0.2676656,75.992157,230.68349)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192">
-      <g
-         transform="matrix(2.674162,0,0,2.674162,-826.248,-323.8239)"
-         id="g6052">
-        <path
-           style="fill:#c7c7c7;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:6.11299896;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-           sodipodi:nodetypes="czcczzz"
-           id="path1306"
-           d="M 362.77592,187.283 C 360.50343,190.98677 361.20593,367.68763 364.14011,374.65173 C 366.46268,380.1642 441.02381,442.12988 444.93699,443.78694 C 495.35017,443.444 529.34176,425.0858 534.99109,415.38735 C 537.14042,403.1889 535.31621,215.19709 533.25552,211.25359 C 531.47859,207.85312 436.04893,173.6386 432.71615,172.86054 C 429.71763,172.16052 365.30189,183.1661 362.77592,187.283 z " />
-        <path
-           style="fill:#ffffff;fill-opacity:0.54385968;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccccccc"
-           id="path2066"
-           d="M 366.42857,190.93361 C 391.19048,201.4098 418.60601,218.30739 446.22506,231.64072 C 472.394,225.42153 510.2022,217.10972 529.24981,213.77639 C 504.726,221.39543 472.52022,228.51448 447.99641,236.13353 C 446.56784,293.51448 447.257,380.45861 445.82843,437.83956 C 445.11414,379.98242 443.14285,291.6479 442.42856,233.79075 C 415.99999,219.50504 390,206.64789 366.42857,190.93361 z " />
-        <path
-           style="fill:#000000;fill-opacity:0.16228069;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccc"
-           id="path4356"
-           d="M 519.99794,379.97737 C 510.93834,392.99882 482.41849,399.43361 468.8726,394.16864 C 471.21835,393.5424 516.96143,380.96883 519.99794,379.97737 z " />
-        <g
-           transform="translate(2.035534,15.20712)"
-           id="g4374">
-          <path
-             style="fill:#ffffff;fill-opacity:0.39473685;fill-rule:evenodd;stroke:none;stroke-width:1.01199996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-             sodipodi:nodetypes="cccccc"
-             id="path4362"
-             d="M 471.29127,340.59039 L 513.55921,324.30516 C 517.9002,325.84805 517.04588,332.27818 517.04588,332.27818 L 510.46155,334.58088 C 510.46155,334.58088 501.26764,349.01224 484.93096,343.36795 C 484.93096,343.36795 472.7787,345.52605 471.29127,340.59039 z " />
-          <path
-             style="fill:#606060;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.11199999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-             sodipodi:nodetypes="ccccccc"
-             id="path2826"
-             d="M 471.66824,335.10501 C 485.70133,331.45482 499.73443,327.80464 513.76752,324.15445 C 514.30594,326.13864 514.34437,328.99782 513.50779,330.48201 C 511.36566,331.50652 507.10221,332.35425 504.96008,333.37876 C 498.80357,339.27354 493.45917,339.80363 483.65919,338.95243 C 479.87505,339.74603 476.0909,340.36284 472.30676,341.15644 C 471.15285,338.85897 470.82215,337.90248 471.66824,335.10501 z " />
-        </g>
-        <path
-           style="fill:#ffffff;fill-opacity:0.40350874;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccccc"
-           id="path4423"
-           d="M 364.8671,189.69191 L 446.71991,235.61832 L 446.39149,441.00771 L 366.28132,373.53968 L 364.8671,189.69191 z " />
-        <path
-           style="fill:#000000;fill-opacity:0.16228069;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccc"
-           id="path5957"
-           d="M 515.24794,392.97737 C 505.81506,405.42036 486.94113,407.56087 476.3726,403.76831 C 478.1563,403.29212 512.93901,393.73127 515.24794,392.97737 z " />
-        <path
-           style="fill:#000000;fill-opacity:0.16228069;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccc"
-           id="path5959"
-           d="M 508.24794,405.72737 C 502.79158,413.09279 492.2492,415.37141 483.8726,412.49343 C 484.991,412.19485 506.80021,406.20008 508.24794,405.72737 z " />
-        <path
-           style="fill:#fcfcfc;fill-opacity:0.44298245;fill-rule:evenodd;stroke:none;stroke-width:0.31200001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-           sodipodi:nodetypes="ccccccc"
-           id="path5973"
-           d="M 522.875,227.86218 L 527.04289,228.4302 L 527.79289,326.56929 L 463.46862,344.54896 L 461.88388,339.34073 L 523.68934,322.86218 L 522.875,227.86218 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6026"
-           d="M 462.21967,264.23013 L 462.31434,266.99086 L 522.7929,249.54632 L 462.21967,264.23013 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6036"
-           d="M 461.33579,284.2059 L 461.43046,286.96663 L 521.90902,269.52209 L 461.33579,284.2059 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6038"
-           d="M 462.21967,302.64613 L 462.31434,305.40686 L 522.7929,287.96232 L 462.21967,302.64613 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6040"
-           d="M 462.21967,320.79868 L 462.31434,323.55941 L 522.7929,306.11487 L 462.21967,320.79868 z " />
-        <path
-           style="opacity:1;color:#000000;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#9e9e9e;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="ccc"
-           id="path5988"
-           d="M 522.55191,229.64344 L 462.03362,244.76045 L 462.53549,344.35813" />
-      </g>
-    </g>
-    <g
-       id="g5256"
-       transform="translate(601.5744,207.49165)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192">
-      <path
-         transform="matrix(6.392368,0.545409,-0.130014,2.864752,-184.6606,-38.15109)"
-         style="fill:url(#radialGradient1977);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:type="arc"
-         sodipodi:ry="12.562782"
-         sodipodi:rx="12.562782"
-         sodipodi:cy="37.865574"
-         sodipodi:cx="41.875938"
-         id="path1976"
-         d="M 54.438721 37.865574 A 12.562782 12.562782 0 1 1  29.313156,37.865574 A 12.562782 12.562782 0 1 1  54.438721 37.865574 z" />
-      <g
-         transform="matrix(1,0,0,1.036969,356.8306,-11.4294)"
-         style="fill:url(#linearGradient6037);fill-opacity:1"
-         id="g4293">
-        <path
-           style="fill:url(#linearGradient5281);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path2720"
-           d="M -270.85787,33.814995 C -289.35564,33.925992 -307.93321,33.592782 -326.38104,33.981747 C -331.43469,35.696391 -331.02221,41.899652 -330.68524,46.15332 C -330.75782,60.227303 -330.53537,74.298225 -330.21167,88.36826 C -328.21297,91.039611 -323.21766,90.618387 -322.68469,94.539015 C -320.78054,96.259426 -317.05071,94.88215 -314.4389,95.333237 C -298.54999,95.360274 -282.66107,95.387302 -266.77215,95.414339 C -266.35587,90.465192 -260.12609,88.824447 -255.81783,89.540255 C -256.01688,89.058389 -261.69557,87.939375 -259.61591,84.491525 C -259.45681,68.72727 -259.19734,52.882199 -259.82064,37.168229 C -261.19394,32.980583 -267.34179,33.83368 -270.85787,33.814995 z M -236.65184,97.260473 C -234.79025,100.12642 -237.08724,103.09386 -239.92892,104.16357 C -242.6311,105.91539 -245.59105,107.62992 -248.52894,108.76804 C -253.1773,108.19079 -251.42424,101.88475 -255.01281,99.896645 C -260.33594,96.447012 -267.21045,98.43943 -273.23329,97.939231 C -291.8249,97.94887 -310.41651,97.958519 -329.00813,97.968158 C -335.45898,103.56578 -339.16595,111.40269 -341.55034,119.32178 C -337.25147,124.2061 -329.89606,122.27575 -324.10438,122.40002 C -298.64553,122.23171 -273.11679,122.61546 -247.69897,122.24542 C -243.40174,121.14669 -247.44685,114.84894 -243.58488,113.04441 C -242.73865,112.73374 -247.81245,114.4382 -247.26205,111.62955 C -245.49117,106.66028 -239.14113,105.99595 -235.92338,102.36811 C -234.39131,99.755669 -236.26958,96.922488 -238.33047,95.260495 C -237.77093,95.927151 -237.21138,96.593817 -236.65184,97.260473 z M -240.64255,111.75263 C -243.64086,113.13223 -237.02792,110.69536 -235.55512,111.97369 C -229.71113,112.74417 -224.16461,117.19625 -218.12358,115.22951 C -225.97639,116.31604 -232.799,109.03014 -240.64255,111.75263 z M -212.01083,112.33724 C -215.98173,113.85021 -208.21543,112.17765 -210.07883,115.87566 C -212.50961,119.93855 -206.99008,113.8662 -209.61436,112.54677 C -210.16198,111.94632 -211.27989,112.47663 -212.01083,112.33724 z M -213.97451,120.82946 C -220.13871,124.32615 -228.37873,119.08124 -233.85995,124.39439 C -238.36465,128.00055 -244.57099,130.35185 -247.0433,135.75122 C -247.65922,139.60202 -243.25109,141.90251 -240.44565,143.71808 C -235.60127,146.54512 -228.8227,145.75388 -225.20082,141.42836 C -220.62679,137.96117 -216.44182,134.08489 -212.48592,129.96782 C -212.82701,126.95048 -214.43694,123.63971 -213.97451,120.82946 z " />
-        <path
-           style="fill:url(#linearGradient5283);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path2723"
-           d="M -269.68453,32.256957 C -288.76965,32.351184 -307.87514,32.249603 -326.94796,32.349264 C -332.63884,33.663474 -333.90446,40.291305 -333.21597,45.149113 C -333.11996,59.896901 -333.07471,74.659754 -332.61729,89.39481 C -331.88583,93.310348 -324.86009,92.098674 -325.11097,96.44089 C -328.07184,96.184706 -331.5534,96.317135 -333.07248,99.246492 C -338.92562,104.98392 -341.99312,112.66465 -344.27268,120.28679 C -340.22572,125.96631 -332.26467,125.31453 -326.02946,124.71751 C -300.16629,124.7277 -274.28316,124.82043 -248.43245,124.77905 C -244.42424,124.78686 -243.30672,120.35609 -243.96666,117.2099 C -242.88598,112.93536 -237.04086,113.94554 -233.80717,114.98513 C -228.01851,116.64297 -221.26418,120.43074 -215.57982,116.37592 C -211.36091,113.71809 -213.05678,118.4029 -215.77936,119.43344 C -220.82539,122.25797 -227.09125,118.98178 -232.39677,121.20855 C -236.53238,123.88957 -240.74707,126.85249 -244.76678,129.74666 C -248.34219,132.01467 -251.90947,137.38626 -248.13747,140.97315 C -243.79274,146.02948 -236.37425,149.4527 -229.68248,147.08651 C -225.09383,144.85973 -221.79206,140.75401 -217.61535,137.88661 C -215.10454,135.69469 -212.49235,133.26839 -210.83749,130.50207 C -210.86477,126.92195 -214.68529,121.91303 -210.252,119.57013 C -207.25619,117.95208 -205.81053,112.12098 -209.75314,110.87946 C -214.16982,109.44692 -216.95156,115.09837 -221.43751,113.68608 C -228.47365,112.76758 -235.5565,107.20489 -242.69931,110.72434 C -246.89551,113.06547 -243.47174,109.4356 -241.45524,108.56544 C -237.85613,106.84628 -232.73147,104.36798 -233.94637,99.617708 C -234.27189,95.083838 -239.22223,93.197522 -242.95318,91.723135 C -247.61613,89.074942 -253.27003,89.345117 -258.06082,86.933298 C -257.89248,70.385101 -257.58805,53.76423 -258.26571,37.261116 C -259.2092,32.393288 -265.59824,31.96057 -269.68453,32.256957 z M -258.66259,91.764016 C -251.5059,92.239344 -243.21163,93.474137 -238.58238,99.271629 C -238.96251,103.06003 -244.00295,103.80224 -246.52821,106.14082 C -248.92267,108.48087 -251.12372,105.80503 -251.02958,103.27159 C -252.70852,98.336432 -258.20582,95.710815 -263.31841,96.533197 C -267.00561,96.7255 -263.71935,91.937514 -261.395,92.380192 C -260.48382,92.178338 -259.57521,91.953759 -258.66259,91.764016 z " />
-        <path
-           style="fill:url(#linearGradient5285);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           sodipodi:nodetypes="ccccczccccccccccccccccccczccccc"
-           id="path2737"
-           d="M -324.0398,30.70877 C -336.3492,30.820231 -335.15663,39.652507 -334.79476,45.313268 C -334.5469,60.436643 -334.38614,75.599009 -334.01234,90.698281 C -333.20516,93.057424 -330.71249,93.985661 -328.75475,95.252079 C -334.4553,96.476239 -336.96996,102.43195 -340.11175,106.59303 C -342.33294,111.36531 -347.84019,115.92868 -345.92111,121.43642 C -344.00204,126.94416 -332.21757,127.68181 -324.95408,127.12866 C -299.06901,127.09789 -273.17022,127.14905 -247.29372,127.06713 C -243.29961,126.16956 -240.99668,122.03601 -241.4977,118.23645 C -238.30082,114.95371 -233.32521,118.03039 -229.53292,118.63002 C -225.71641,119.31313 -232.5646,119.27527 -233.19362,120.54849 C -238.23604,122.95799 -242.6166,126.65447 -246.90973,130.10509 C -250.44674,132.97354 -252.4229,138.10741 -249.57412,142.08235 C -246.21315,145.92284 -241.41489,148.84284 -236.30395,149.79628 C -230.65487,150.83779 -225.57101,147.82678 -221.6157,144.24077 C -216.87391,140.59839 -212.0873,136.78287 -208.84361,131.80554 C -207.76302,128.26399 -211.47449,123.86671 -208.08348,121.09796 C -204.93438,118.46115 -204.06893,113.02076 -207.41836,110.2673 C -212.81988,106.81278 -218.36682,114.55112 -223.89705,111.29128 C -227.94209,110.1659 -231.91311,108.52596 -236.17676,108.45194 C -231.52711,105.88023 -229.62903,98.782331 -234.08944,95.153402 C -239.61551,89.404431 -248.455,88.793917 -255.40182,85.744487 C -255.86992,78.940296 -255.53665,71.972758 -255.70928,65.098797 C -255.80747,55.730822 -255.73864,46.312632 -255.94025,36.975777 C -258.03631,31.236293 -265.34014,30.439522 -270.76286,30.729689 C -289.40725,30.770714 -311.88665,30.597309 -324.0398,30.70877 z M -255.46516,94.482857 C -250.34561,95.62106 -244.69322,96.21649 -240.83258,100.05203 C -242.37635,102.55028 -245.27573,103.64481 -247.80048,104.97505 C -249.71506,99.684643 -254.39847,94.970039 -260.51378,95.138259 C -260.66903,94.131274 -256.73261,94.551178 -255.46516,94.482857 z " />
-      </g>
-      <rect
-         y="78.658051"
-         x="33.326111"
-         width="57.567924"
-         style="fill:url(#linearGradient1156);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1157);stroke-width:1.44734821pt"
-         id="rect1155"
-         height="8.3153667" />
-      <path
-         style="fill:url(#linearGradient1169);fill-rule:evenodd;stroke-width:0.90459263;stroke-opacity:0.07438019"
-         sodipodi:nodetypes="czzczczzzzzzzc"
-         id="path2676"
-         d="M 98.723806,78.927818 C 95.18666,77.759681 93.50122,82.555591 98.766686,81.004087 C 104.03217,79.452583 120.13123,85.906451 120.37383,89.795491 C 120.61643,93.905503 101.5003,98.581154 106.74108,104.42426 C 111.62816,110.70149 115.35468,100.13868 123.54696,104.21261 C 131.73923,108.17607 136.26048,109.72394 142.25488,104.94185 C 149.10027,101.9342 145.04599,107.07658 139.57918,113.60451 C 134.11237,120.13244 144.00251,115.08156 147.91225,105.31962 C 151.93248,95.557673 139.13128,107.33503 133.66268,105.40571 C 128.19408,103.47639 119.73678,97.849788 113.27625,102.55563 C 106.81572,107.26147 109.62894,99.493003 114.85637,97.90307 C 120.0838,96.092166 122.81363,93.045722 122.85597,90.161522 C 122.89831,87.498293 117.92629,84.811803 112.94229,82.402852 C 107.73732,79.993901 100.49788,78.588966 98.723806,78.927818 z " />
-      <path
-         style="fill:url(#linearGradient1140);fill-opacity:1;fill-rule:evenodd;stroke-width:1.44734821pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path1139"
-         d="M 15.102732,106.80712 C 13.80355,109.23224 17.148847,113.52338 19.900059,113.52338 L 107.85106,113.52338 C 110.18914,113.52338 113.70766,110.4906 112.64839,108.40622 L 102.7339,88.897093 C 101.97024,87.394398 100.26184,86.65834 98.576216,86.65834 L 28.215425,86.658339 C 26.825434,86.658339 25.353768,87.671846 24.697385,88.897093 L 15.102732,106.80712 z " />
-      <rect
-         y="22.413721"
-         x="26.015469"
-         width="72.279724"
-         style="fill:url(#linearGradient905);fill-opacity:1;fill-rule:evenodd;stroke-width:1.62826681"
-         ry="5.4369707"
-         rx="5.4369707"
-         id="rect1137"
-         height="60.126495" />
-      <rect
-         y="31.695871"
-         x="33.386066"
-         width="58.178177"
-         style="fill:url(#radialGradient1132);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient891);stroke-width:1.4649456pt"
-         id="rect1131"
-         height="38.044163" />
-      <path
-         style="fill:url(#linearGradient1146);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzccccc"
-         id="path1145"
-         d="M 27.690431,52.841444 L 27.370609,74.749236 C 27.319624,78.241665 29.310209,80.477938 32.807578,80.506029 L 72.625393,80.825852 L 76.463254,71.87084 L 32.008024,71.55102 L 31.688202,52.681533 L 27.690431,52.841444 z " />
-      <g
-         transform="matrix(-1,0,0,1,125.4301,0)"
-         id="g1791">
-        <path
-           style="fill:url(#linearGradient1148);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path1147"
-           d="M 42.062098,33.460351 L 77.341205,33.008055 C 82.787126,32.938235 89.553204,38.416797 89.553204,43.863165 L 89.553204,60.14583 L 41.609801,59.693534 L 42.062098,33.460351 z " />
-        <path
-           style="fill:url(#linearGradient1150);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path1149"
-           d="M 78.337784,67.629235 L 46.723745,67.724544 C 41.843589,67.739257 35.829319,62.771024 35.877168,57.891081 L 36.020221,43.301821 L 78.973514,44.128288 L 78.337784,67.629235 z " />
-      </g>
-      <path
-         style="fill:url(#linearGradient1167);fill-opacity:1;fill-rule:evenodd;stroke-width:0.72367412;stroke-opacity:0.34710741"
-         sodipodi:nodetypes="cczzzzzzc"
-         id="path1159"
-         d="M 137.39107,112.02341 C 137.39107,112.02341 129.0757,110.26438 123.63872,113.62251 C 118.20176,116.98064 109.96635,123.21719 108.76702,124.81628 C 107.40777,126.57531 107.42036,130.22796 109.24674,131.53253 L 114.84364,135.53031 C 118.31797,138.01198 124.86218,139.25396 128.11624,136.48978 L 142.98795,123.85681 C 144.79792,122.3193 145.72732,118.27921 144.10733,116.82073 C 142.95609,115.04975 140.4892,112.91939 137.39107,112.02341 z " />
-      <path
-         style="fill:url(#linearGradient1171);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzc"
-         id="path1160"
-         d="M 142.3483,121.13833 L 125.91043,133.59673 C 122.97154,135.82414 118.65484,134.11775 116.28283,133.77129 C 113.9108,133.42481 111.88528,131.87901 112.12516,132.33209 C 112.36503,132.78517 115.08349,135.71687 117.72203,136.48978 C 120.36055,137.26267 124.9543,138.89307 127.50953,136.15531 C 130.06477,133.41755 145.2267,123.53699 142.3483,121.13833 z " />
-      <path
-         style="fill:url(#linearGradient1404);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="cczc"
-         id="path1403"
-         d="M 132.11225,127.51984 C 135.31047,122.88242 120.11893,113.12786 109.08509,127.0401 C 110.20446,130.71805 116.80662,132.5992 121.82304,132.33547 C 126.68363,132.07993 129.50037,129.97181 132.11225,127.51984 z " />
-      <path
-         style="fill:url(#linearGradient1166);fill-opacity:1;fill-rule:evenodd;stroke-width:1.08551121"
-         sodipodi:nodetypes="cccccccc"
-         id="path1519"
-         d="M 138.63464,112.68306 C 135.9958,113.22749 132.31739,114.43079 129.87534,116.38362 C 128.77009,115.68011 125.32759,114.5677 123.66767,113.84494 L 123.24572,114.10517 C 129.67287,117.23476 136.43512,117.91249 135.88192,122.87668 C 136.33675,122.98575 137.05589,123.09702 136.73191,122.38863 C 136.41775,118.90392 132.50587,117.23351 131.02697,116.81532 C 133.17224,114.26602 136.255,113.70892 138.63464,112.68306 z " />
-      <path
-         style="fill:url(#linearGradient1144);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path1143"
-         d="M 18.891612,106.48414 C 17.978451,108.31614 19.173914,111.55774 22.263529,111.55774 L 105.0195,111.55774 C 106.66288,111.55774 109.13595,109.26672 108.39142,107.69215 L 101.42279,92.954575 C 100.88602,91.819403 99.685232,91.263378 98.500462,91.263378 L 28.108183,91.263369 C 27.131195,91.263369 26.0968,92.028994 25.635445,92.954575 L 18.891612,106.48414 z " />
-      <text
-         y="-14.660837"
-         xml:space="preserve"
-         x="6.147172"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text1232"><tspan
-           id="tspan1233">Computer</tspan></text>
-      <text
-         y="-34.951134"
-         xml:space="preserve"
-         x="84.564949"
-         transform="scale(0.246729,0.246729)"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text1235"><tspan
-           id="tspan1236">Created by Andrew Fitzsimon</tspan></text>
-    </g>
-    <g
-       id="g5474"
-       transform="translate(633.63525,501.49239)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192">
-      <path
-         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path9383"
-         d="M 203.47051,-209.74941 C 198.72111,-204.56585 195.69876,-195.27863 189.00642,-195.27863 C 182.52997,-197.07848 181.66644,-212.48518 180.80291,-215.7969 C 188.1429,-210.75732 195.69876,-207.87757 203.47051,-209.74941 z " />
-      <path
-         transform="matrix(-0.440859,0,0,0.441062,265.52775,-266.17138)"
-         style="fill:#f1bb96;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:type="arc"
-         sodipodi:ry="57.825485"
-         sodipodi:rx="60.94183"
-         sodipodi:cy="70.290855"
-         sodipodi:cx="150.27701"
-         id="path3713"
-         d="M 211.21884 70.290855 A 60.94183 57.825485 0 1 1  89.335178,70.290855 A 60.94183 57.825485 0 1 1  211.21884 70.290855 z" />
-      <path
-         style="fill:#233e6a;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccssssc"
-         id="path4369"
-         d="M 232.46888,-182.94274 C 232.85952,-157.74648 168.23012,-154.86512 168.38642,-182.94274 C 166.84164,-205.27149 177.94687,-217.96719 180.70654,-215.80872 C 182.10778,-214.71274 182.62841,-190.37295 192.09635,-195.9716 C 196.69923,-198.69339 201.84768,-209.14846 204.10029,-209.49532 C 207.49937,-210.01873 214.00811,-212.77083 219.98583,-217.92153 C 221.55412,-219.27285 231.93943,-205.38255 232.46888,-182.94274 z " />
-      <path
-         style="fill:#513624;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path11309"
-         d="M 204.55432,-273.85152 C 222.46413,-271.53047 237.32676,-259.28175 231.38357,-231.42099 C 229.66954,-221.67743 222.12426,-217.60887 219.35537,-236.36962 C 211.4578,-233.88387 177.25785,-223.92576 170.54948,-241.26677 C 166.55631,-248.43407 174.86257,-276.23329 204.55432,-273.85152 z " />
-      <path
-         style="fill:#1f4eb3;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path11942"
-         d="M 191.92173,-167.75448 C 192.06919,-184.44566 194.18855,-193.73288 188.47558,-194.95709 C 182.9785,-195.85052 179.91138,-176.52634 179.04785,-173.21462 C 175.85958,-157.19769 189.53653,-154.44605 191.92173,-167.75448 z " />
-      <path
-         style="fill:url(#linearGradient1815);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path1811"
-         d="M 172.67812,-237.76056 C 182.56217,-225.58826 212.09549,-234.15979 219.36562,-236.44806 C 220.33459,-229.88278 221.90014,-226.25074 223.58437,-224.54181 C 219.31219,-215.8234 210.06249,-209.76056 199.27187,-209.76056 C 184.44142,-209.76056 172.42812,-221.18201 172.42812,-235.26056 C 172.42812,-236.11869 172.59078,-236.92413 172.67812,-237.76056 z " />
-      <path
-         style="fill:url(#radialGradient1818);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1817"
-         d="M 203.17522,-273.74212 C 221.08504,-271.42107 235.94766,-259.17235 230.00448,-231.31159 C 228.29044,-221.56803 220.74517,-217.49946 217.97627,-236.26022 C 210.0787,-233.77447 175.87876,-223.81635 169.17039,-241.15737 C 165.17722,-248.32467 173.48348,-276.12389 203.17522,-273.74212 z " />
-      <path
-         style="fill:url(#radialGradient1822);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path1819"
-         d="M 220.74123,-214.1875 C 227.87764,-203.73841 231.28831,-190.18836 229.45998,-177.71875 C 222.3997,-165.39834 205.93726,-163.52328 193.05373,-164.75 C 194.11526,-173.29796 194.69425,-182.39807 193.51876,-190.98978 C 191.02311,-195.41909 199.33209,-197.29913 200.39748,-201.6875 C 203.70655,-208.92744 212.80427,-208.10966 218.04988,-213.3696 C 218.9201,-213.57294 220.00051,-215.94141 220.74123,-214.1875 z M 179.55373,-210.28125 C 180.69974,-204.97453 181.23339,-199.24919 184.58498,-194.75 C 179.40159,-187.81847 178.05976,-178.63643 176.67873,-170.28125 C 167.10271,-177.01707 169.81568,-190.62142 172.02963,-200.39411 C 173.03008,-204.26346 176.36728,-212.34166 179.19382,-211.77772 C 179.27177,-211.45363 179.5117,-210.45598 179.55373,-210.28125 z " />
-      <path
-         style="fill:url(#radialGradient1824);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path1823"
-         d="M 192.35803,-167.43887 C 192.50549,-184.13006 194.62485,-193.41727 188.91188,-194.64149 C 183.4148,-195.53491 180.34768,-176.21073 179.48415,-172.89901 C 176.29589,-156.88208 189.97283,-154.13044 192.35803,-167.43887 z " />
-      <path
-         style="fill:#1f4eb3;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1825"
-         d="M 185.2414,-200.53324 C 185.2414,-197.95291 187.25802,-195.85872 189.74278,-195.85872 C 192.22755,-195.85872 194.24417,-197.95291 194.24417,-200.53324 C 194.24417,-203.11357 193.61259,-209.36288 191.12783,-209.36288 C 188.64306,-209.36288 185.2414,-203.11357 185.2414,-200.53324 z " />
-      <path
-         style="fill:url(#radialGradient1828);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1827"
-         d="M 186.28018,-201.05263 C 186.28018,-198.4723 188.2968,-196.37811 190.78156,-196.37811 C 193.26633,-196.37811 195.28295,-198.4723 195.28295,-201.05263 C 195.28295,-203.63296 194.65137,-209.88227 192.16661,-209.88227 C 189.68184,-209.88227 186.28018,-203.63296 186.28018,-201.05263 z " />
-    </g>
-    <g
-       id="g5488"
-       transform="translate(601.5744,407.49165)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192">
-      <path
-         transform="matrix(6.392368,0.545409,-0.130014,2.864752,-184.6606,-38.15109)"
-         style="fill:url(#radialGradient5536);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:type="arc"
-         sodipodi:ry="12.562782"
-         sodipodi:rx="12.562782"
-         sodipodi:cy="37.865574"
-         sodipodi:cx="41.875938"
-         id="path5490"
-         d="M 54.438721 37.865574 A 12.562782 12.562782 0 1 1  29.313156,37.865574 A 12.562782 12.562782 0 1 1  54.438721 37.865574 z" />
-      <g
-         transform="matrix(1,0,0,1.036969,356.8306,-11.4294)"
-         style="fill:url(#linearGradient5538);fill-opacity:1"
-         id="g5492">
-        <path
-           style="fill:url(#linearGradient5540);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path5494"
-           d="M -270.85787,33.814995 C -289.35564,33.925992 -307.93321,33.592782 -326.38104,33.981747 C -331.43469,35.696391 -331.02221,41.899652 -330.68524,46.15332 C -330.75782,60.227303 -330.53537,74.298225 -330.21167,88.36826 C -328.21297,91.039611 -323.21766,90.618387 -322.68469,94.539015 C -320.78054,96.259426 -317.05071,94.88215 -314.4389,95.333237 C -298.54999,95.360274 -282.66107,95.387302 -266.77215,95.414339 C -266.35587,90.465192 -260.12609,88.824447 -255.81783,89.540255 C -256.01688,89.058389 -261.69557,87.939375 -259.61591,84.491525 C -259.45681,68.72727 -259.19734,52.882199 -259.82064,37.168229 C -261.19394,32.980583 -267.34179,33.83368 -270.85787,33.814995 z M -236.65184,97.260473 C -234.79025,100.12642 -237.08724,103.09386 -239.92892,104.16357 C -242.6311,105.91539 -245.59105,107.62992 -248.52894,108.76804 C -253.1773,108.19079 -251.42424,101.88475 -255.01281,99.896645 C -260.33594,96.447012 -267.21045,98.43943 -273.23329,97.939231 C -291.8249,97.94887 -310.41651,97.958519 -329.00813,97.968158 C -335.45898,103.56578 -339.16595,111.40269 -341.55034,119.32178 C -337.25147,124.2061 -329.89606,122.27575 -324.10438,122.40002 C -298.64553,122.23171 -273.11679,122.61546 -247.69897,122.24542 C -243.40174,121.14669 -247.44685,114.84894 -243.58488,113.04441 C -242.73865,112.73374 -247.81245,114.4382 -247.26205,111.62955 C -245.49117,106.66028 -239.14113,105.99595 -235.92338,102.36811 C -234.39131,99.755669 -236.26958,96.922488 -238.33047,95.260495 C -237.77093,95.927151 -237.21138,96.593817 -236.65184,97.260473 z M -240.64255,111.75263 C -243.64086,113.13223 -237.02792,110.69536 -235.55512,111.97369 C -229.71113,112.74417 -224.16461,117.19625 -218.12358,115.22951 C -225.97639,116.31604 -232.799,109.03014 -240.64255,111.75263 z M -212.01083,112.33724 C -215.98173,113.85021 -208.21543,112.17765 -210.07883,115.87566 C -212.50961,119.93855 -206.99008,113.8662 -209.61436,112.54677 C -210.16198,111.94632 -211.27989,112.47663 -212.01083,112.33724 z M -213.97451,120.82946 C -220.13871,124.32615 -228.37873,119.08124 -233.85995,124.39439 C -238.36465,128.00055 -244.57099,130.35185 -247.0433,135.75122 C -247.65922,139.60202 -243.25109,141.90251 -240.44565,143.71808 C -235.60127,146.54512 -228.8227,145.75388 -225.20082,141.42836 C -220.62679,137.96117 -216.44182,134.08489 -212.48592,129.96782 C -212.82701,126.95048 -214.43694,123.63971 -213.97451,120.82946 z " />
-        <path
-           style="fill:url(#linearGradient5542);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path5496"
-           d="M -269.68453,32.256957 C -288.76965,32.351184 -307.87514,32.249603 -326.94796,32.349264 C -332.63884,33.663474 -333.90446,40.291305 -333.21597,45.149113 C -333.11996,59.896901 -333.07471,74.659754 -332.61729,89.39481 C -331.88583,93.310348 -324.86009,92.098674 -325.11097,96.44089 C -328.07184,96.184706 -331.5534,96.317135 -333.07248,99.246492 C -338.92562,104.98392 -341.99312,112.66465 -344.27268,120.28679 C -340.22572,125.96631 -332.26467,125.31453 -326.02946,124.71751 C -300.16629,124.7277 -274.28316,124.82043 -248.43245,124.77905 C -244.42424,124.78686 -243.30672,120.35609 -243.96666,117.2099 C -242.88598,112.93536 -237.04086,113.94554 -233.80717,114.98513 C -228.01851,116.64297 -221.26418,120.43074 -215.57982,116.37592 C -211.36091,113.71809 -213.05678,118.4029 -215.77936,119.43344 C -220.82539,122.25797 -227.09125,118.98178 -232.39677,121.20855 C -236.53238,123.88957 -240.74707,126.85249 -244.76678,129.74666 C -248.34219,132.01467 -251.90947,137.38626 -248.13747,140.97315 C -243.79274,146.02948 -236.37425,149.4527 -229.68248,147.08651 C -225.09383,144.85973 -221.79206,140.75401 -217.61535,137.88661 C -215.10454,135.69469 -212.49235,133.26839 -210.83749,130.50207 C -210.86477,126.92195 -214.68529,121.91303 -210.252,119.57013 C -207.25619,117.95208 -205.81053,112.12098 -209.75314,110.87946 C -214.16982,109.44692 -216.95156,115.09837 -221.43751,113.68608 C -228.47365,112.76758 -235.5565,107.20489 -242.69931,110.72434 C -246.89551,113.06547 -243.47174,109.4356 -241.45524,108.56544 C -237.85613,106.84628 -232.73147,104.36798 -233.94637,99.617708 C -234.27189,95.083838 -239.22223,93.197522 -242.95318,91.723135 C -247.61613,89.074942 -253.27003,89.345117 -258.06082,86.933298 C -257.89248,70.385101 -257.58805,53.76423 -258.26571,37.261116 C -259.2092,32.393288 -265.59824,31.96057 -269.68453,32.256957 z M -258.66259,91.764016 C -251.5059,92.239344 -243.21163,93.474137 -238.58238,99.271629 C -238.96251,103.06003 -244.00295,103.80224 -246.52821,106.14082 C -248.92267,108.48087 -251.12372,105.80503 -251.02958,103.27159 C -252.70852,98.336432 -258.20582,95.710815 -263.31841,96.533197 C -267.00561,96.7255 -263.71935,91.937514 -261.395,92.380192 C -260.48382,92.178338 -259.57521,91.953759 -258.66259,91.764016 z " />
-        <path
-           style="fill:url(#linearGradient5544);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           sodipodi:nodetypes="ccccczccccccccccccccccccczccccc"
-           id="path5498"
-           d="M -324.0398,30.70877 C -336.3492,30.820231 -335.15663,39.652507 -334.79476,45.313268 C -334.5469,60.436643 -334.38614,75.599009 -334.01234,90.698281 C -333.20516,93.057424 -330.71249,93.985661 -328.75475,95.252079 C -334.4553,96.476239 -336.96996,102.43195 -340.11175,106.59303 C -342.33294,111.36531 -347.84019,115.92868 -345.92111,121.43642 C -344.00204,126.94416 -332.21757,127.68181 -324.95408,127.12866 C -299.06901,127.09789 -273.17022,127.14905 -247.29372,127.06713 C -243.29961,126.16956 -240.99668,122.03601 -241.4977,118.23645 C -238.30082,114.95371 -233.32521,118.03039 -229.53292,118.63002 C -225.71641,119.31313 -232.5646,119.27527 -233.19362,120.54849 C -238.23604,122.95799 -242.6166,126.65447 -246.90973,130.10509 C -250.44674,132.97354 -252.4229,138.10741 -249.57412,142.08235 C -246.21315,145.92284 -241.41489,148.84284 -236.30395,149.79628 C -230.65487,150.83779 -225.57101,147.82678 -221.6157,144.24077 C -216.87391,140.59839 -212.0873,136.78287 -208.84361,131.80554 C -207.76302,128.26399 -211.47449,123.86671 -208.08348,121.09796 C -204.93438,118.46115 -204.06893,113.02076 -207.41836,110.2673 C -212.81988,106.81278 -218.36682,114.55112 -223.89705,111.29128 C -227.94209,110.1659 -231.91311,108.52596 -236.17676,108.45194 C -231.52711,105.88023 -229.62903,98.782331 -234.08944,95.153402 C -239.61551,89.404431 -248.455,88.793917 -255.40182,85.744487 C -255.86992,78.940296 -255.53665,71.972758 -255.70928,65.098797 C -255.80747,55.730822 -255.73864,46.312632 -255.94025,36.975777 C -258.03631,31.236293 -265.34014,30.439522 -270.76286,30.729689 C -289.40725,30.770714 -311.88665,30.597309 -324.0398,30.70877 z M -255.46516,94.482857 C -250.34561,95.62106 -244.69322,96.21649 -240.83258,100.05203 C -242.37635,102.55028 -245.27573,103.64481 -247.80048,104.97505 C -249.71506,99.684643 -254.39847,94.970039 -260.51378,95.138259 C -260.66903,94.131274 -256.73261,94.551178 -255.46516,94.482857 z " />
-      </g>
-      <rect
-         y="78.658051"
-         x="33.326111"
-         width="57.567924"
-         style="fill:url(#linearGradient5546);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5548);stroke-width:1.44734821pt"
-         id="rect5500"
-         height="8.3153667" />
-      <path
-         style="fill:url(#linearGradient5550);fill-rule:evenodd;stroke-width:0.90459263;stroke-opacity:0.07438019"
-         sodipodi:nodetypes="czzczczzzzzzzc"
-         id="path5502"
-         d="M 98.723806,78.927818 C 95.18666,77.759681 93.50122,82.555591 98.766686,81.004087 C 104.03217,79.452583 120.13123,85.906451 120.37383,89.795491 C 120.61643,93.905503 101.5003,98.581154 106.74108,104.42426 C 111.62816,110.70149 115.35468,100.13868 123.54696,104.21261 C 131.73923,108.17607 136.26048,109.72394 142.25488,104.94185 C 149.10027,101.9342 145.04599,107.07658 139.57918,113.60451 C 134.11237,120.13244 144.00251,115.08156 147.91225,105.31962 C 151.93248,95.557673 139.13128,107.33503 133.66268,105.40571 C 128.19408,103.47639 119.73678,97.849788 113.27625,102.55563 C 106.81572,107.26147 109.62894,99.493003 114.85637,97.90307 C 120.0838,96.092166 122.81363,93.045722 122.85597,90.161522 C 122.89831,87.498293 117.92629,84.811803 112.94229,82.402852 C 107.73732,79.993901 100.49788,78.588966 98.723806,78.927818 z " />
-      <path
-         style="fill:url(#linearGradient5552);fill-opacity:1;fill-rule:evenodd;stroke-width:1.44734821pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path5504"
-         d="M 15.102732,106.80712 C 13.80355,109.23224 17.148847,113.52338 19.900059,113.52338 L 107.85106,113.52338 C 110.18914,113.52338 113.70766,110.4906 112.64839,108.40622 L 102.7339,88.897093 C 101.97024,87.394398 100.26184,86.65834 98.576216,86.65834 L 28.215425,86.658339 C 26.825434,86.658339 25.353768,87.671846 24.697385,88.897093 L 15.102732,106.80712 z " />
-      <rect
-         y="22.413721"
-         x="26.015469"
-         width="72.279724"
-         style="fill:url(#linearGradient5554);fill-opacity:1;fill-rule:evenodd;stroke-width:1.62826681"
-         ry="5.4369707"
-         rx="5.4369707"
-         id="rect5506"
-         height="60.126495" />
-      <rect
-         y="31.695871"
-         x="33.386066"
-         width="58.178177"
-         style="fill:url(#radialGradient5556);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5558);stroke-width:1.4649456pt"
-         id="rect5508"
-         height="38.044163" />
-      <path
-         style="fill:url(#linearGradient5560);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzccccc"
-         id="path5510"
-         d="M 27.690431,52.841444 L 27.370609,74.749236 C 27.319624,78.241665 29.310209,80.477938 32.807578,80.506029 L 72.625393,80.825852 L 76.463254,71.87084 L 32.008024,71.55102 L 31.688202,52.681533 L 27.690431,52.841444 z " />
-      <g
-         transform="matrix(-1,0,0,1,125.4301,0)"
-         id="g5512">
-        <path
-           style="fill:url(#linearGradient5562);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path5514"
-           d="M 42.062098,33.460351 L 77.341205,33.008055 C 82.787126,32.938235 89.553204,38.416797 89.553204,43.863165 L 89.553204,60.14583 L 41.609801,59.693534 L 42.062098,33.460351 z " />
-        <path
-           style="fill:url(#linearGradient5564);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path5516"
-           d="M 78.337784,67.629235 L 46.723745,67.724544 C 41.843589,67.739257 35.829319,62.771024 35.877168,57.891081 L 36.020221,43.301821 L 78.973514,44.128288 L 78.337784,67.629235 z " />
-      </g>
-      <path
-         style="fill:url(#linearGradient5566);fill-opacity:1;fill-rule:evenodd;stroke-width:0.72367412;stroke-opacity:0.34710741"
-         sodipodi:nodetypes="cczzzzzzc"
-         id="path5518"
-         d="M 137.39107,112.02341 C 137.39107,112.02341 129.0757,110.26438 123.63872,113.62251 C 118.20176,116.98064 109.96635,123.21719 108.76702,124.81628 C 107.40777,126.57531 107.42036,130.22796 109.24674,131.53253 L 114.84364,135.53031 C 118.31797,138.01198 124.86218,139.25396 128.11624,136.48978 L 142.98795,123.85681 C 144.79792,122.3193 145.72732,118.27921 144.10733,116.82073 C 142.95609,115.04975 140.4892,112.91939 137.39107,112.02341 z " />
-      <path
-         style="fill:url(#linearGradient5568);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzc"
-         id="path5520"
-         d="M 142.3483,121.13833 L 125.91043,133.59673 C 122.97154,135.82414 118.65484,134.11775 116.28283,133.77129 C 113.9108,133.42481 111.88528,131.87901 112.12516,132.33209 C 112.36503,132.78517 115.08349,135.71687 117.72203,136.48978 C 120.36055,137.26267 124.9543,138.89307 127.50953,136.15531 C 130.06477,133.41755 145.2267,123.53699 142.3483,121.13833 z " />
-      <path
-         style="fill:url(#linearGradient5570);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="cczc"
-         id="path5522"
-         d="M 132.11225,127.51984 C 135.31047,122.88242 120.11893,113.12786 109.08509,127.0401 C 110.20446,130.71805 116.80662,132.5992 121.82304,132.33547 C 126.68363,132.07993 129.50037,129.97181 132.11225,127.51984 z " />
-      <path
-         style="fill:url(#linearGradient5572);fill-opacity:1;fill-rule:evenodd;stroke-width:1.08551121"
-         sodipodi:nodetypes="cccccccc"
-         id="path5524"
-         d="M 138.63464,112.68306 C 135.9958,113.22749 132.31739,114.43079 129.87534,116.38362 C 128.77009,115.68011 125.32759,114.5677 123.66767,113.84494 L 123.24572,114.10517 C 129.67287,117.23476 136.43512,117.91249 135.88192,122.87668 C 136.33675,122.98575 137.05589,123.09702 136.73191,122.38863 C 136.41775,118.90392 132.50587,117.23351 131.02697,116.81532 C 133.17224,114.26602 136.255,113.70892 138.63464,112.68306 z " />
-      <path
-         style="fill:url(#linearGradient5574);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path5526"
-         d="M 18.891612,106.48414 C 17.978451,108.31614 19.173914,111.55774 22.263529,111.55774 L 105.0195,111.55774 C 106.66288,111.55774 109.13595,109.26672 108.39142,107.69215 L 101.42279,92.954575 C 100.88602,91.819403 99.685232,91.263378 98.500462,91.263378 L 28.108183,91.263369 C 27.131195,91.263369 26.0968,92.028994 25.635445,92.954575 L 18.891612,106.48414 z " />
-      <text
-         y="-14.660837"
-         xml:space="preserve"
-         x="6.147172"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text5528"><tspan
-           id="tspan5530">Computer</tspan></text>
-      <text
-         y="-34.951134"
-         xml:space="preserve"
-         x="84.564949"
-         transform="scale(0.246729,0.246729)"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text5532"><tspan
-           id="tspan5534">Created by Andrew Fitzsimon</tspan></text>
-    </g>
-    <g
-       id="g6024"
-       transform="matrix(-1,0,0,1,900.16045,422.61731)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192">
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path6027"
-         d="M 60.545133,72.847539 C 65.294534,78.031101 68.316881,87.318315 75.00922,87.318316 C 81.485677,85.518467 82.349205,70.11177 83.212732,66.800051 C 75.872748,71.839624 68.316882,74.71938 60.545133,72.847539 z " />
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#d20000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccssssc"
-         id="path6029"
-         d="M 31.546762,99.654209 C 31.156121,124.85047 95.78552,127.73183 95.62922,99.654209 C 97.174007,77.325462 86.068776,64.629762 83.309105,66.788232 C 81.907864,67.884209 81.387229,92.223995 71.919297,86.625353 C 67.316417,83.903554 62.167959,73.44849 59.915352,73.101625 C 56.516277,72.578221 50.007529,69.826123 44.029815,64.675414 C 42.461522,63.324094 32.076211,77.214403 31.546762,99.654209 z " />
-      <path
-         style="fill:url(#radialGradient2797);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2796"
-         d="M 43.53125,77.3125 C 40.353026,86.016409 37.202011,96.366079 40.377303,105.23542 C 48.984655,117.18204 66.049398,117.25223 79.222417,115.04972 C 88.094278,113.47345 96.636121,105.87972 94.744454,96.188658 C 94.751182,88.561019 93.319573,80.643142 89.09375,74.1875 C 87.954705,81.120157 85.706152,92.347929 76.686643,91.786583 C 66.841974,89.84774 65.058803,76.33878 54.747596,75.105769 C 49.945701,71.530053 45.566465,69.110698 43.783935,76.852875 L 43.53125,77.3125 z " />
-      <path
-         transform="matrix(0.440859,0,0,0.441062,0.997459,16.38124)"
-         style="fill:#efd7c7;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:type="arc"
-         sodipodi:ry="57.825485"
-         sodipodi:rx="60.94183"
-         sodipodi:cy="70.290855"
-         sodipodi:cx="150.27701"
-         id="path6032"
-         d="M 211.21884 70.290855 A 60.94183 57.825485 0 1 1  89.335178,70.290855 A 60.94183 57.825485 0 1 1  211.21884 70.290855 z" />
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccccc"
-         id="path3720"
-         d="M 56.980881,5.8426527 C 39.420698,8.0166254 30.552872,16.206245 24.211446,49.532095 C 14.512196,98.076517 21.871677,115.5525 32.990311,115.56714 C 17.54932,102.40769 63.877625,86.740105 56.295103,44.070713 C 68.4508,48.712358 94.51097,54.349644 95.164349,41.718703 C 97.176702,29.219492 88.64173,4.4775042 56.980881,5.8426527 z " />
-      <path
-         style="fill:url(#linearGradient2789);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2164"
-         d="M 60.687242,45.028999 C 62.530882,55.403773 61.180052,64.151015 58.312242,71.685249 C 61.630122,73.07804 65.296862,73.904 69.155992,73.903999 C 83.975322,73.903999 95.981712,62.468019 95.999742,48.403999 C 88.357632,52.885439 70.244092,48.678277 60.687242,45.028999 z " />
-      <path
-         style="fill:url(#radialGradient2791);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2790"
-         d="M 52.174948,8.1325312 C 35.846775,12.141346 31.110158,30.475875 28.060647,44.840387 C 24.465246,64.767005 19.485139,85.90438 25.518698,105.82003 C 29.863591,114.87216 28.026452,106.52571 31.049538,102.11795 C 41.311249,87.323083 56.256862,73.307418 55.936774,53.886064 C 56.647391,49.398848 52.34734,38.640985 60.701717,42.254379 C 70.683443,45.202557 82.078811,49.011247 92.143698,44.632531 C 96.945103,37.45042 93.288237,27.137344 88.876323,20.399742 C 81.135092,8.5919962 65.300885,5.0194752 52.174948,8.1325312 z " />
-    </g>
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.63842154;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
-       sodipodi:nodetypes="cccccccccccc"
-       id="path699"
-       d="M 319.16674,325.66524 L 432.27399,313.12251 L 422.57906,332.08242 L 484.9028,325.95688 C 484.9028,325.95688 494.59773,306.41369 495.05931,306.41369 C 495.52148,306.41369 517.68079,331.79078 517.68079,331.79078 C 517.68079,331.79078 465.51355,358.33479 465.05197,358.33479 C 465.51355,358.91808 474.74689,339.66616 474.74689,339.37453 L 402.72705,345.79207 L 412.42255,326.24852 L 309.01023,338.4996 L 319.16674,325.66524 z "
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192" />
-    <text
-       xml:space="preserve"
-       style="font-size:48px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont;font-stretch:normal;font-variant:normal;text-anchor:start;text-align:start;writing-mode:lr;line-height:125%"
-       x="140"
-       y="521.23737"
-       id="text7612"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192"><tspan
-         sodipodi:role="line"
-         id="tspan7614"
-         x="140"
-         y="521.23737">Server</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="359.5625"
-       y="261.21948"
-       id="text7877"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192"><tspan
-         sodipodi:role="line"
-         id="tspan7879"
-         x="359.5625"
-         y="261.21948">bzr branch</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path9548"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(42.857147,67.142853)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="325.71429"
-       y="259.52307"
-       id="text9550"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192"><tspan
-         sodipodi:role="line"
-         id="tspan9552"
-         x="325.71429"
-         y="259.52307">1</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path9554"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(492.85715,-2.8571472)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="777.71429"
-       y="191.52307"
-       id="text9556"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192"><tspan
-         sodipodi:role="line"
-         id="tspan9558"
-         x="777.71429"
-         y="191.52307">2</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="819.5625"
-       y="179.59448"
-       id="text9566"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192"><tspan
-         sodipodi:role="line"
-         id="tspan9568"
-         x="819.5625"
-         y="179.59448">bzr pull</tspan><tspan
-         sodipodi:role="line"
-         x="819.5625"
-         y="219.59448"
-         id="tspan2963">bzr merge</tspan></text>
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.29065037;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
-       sodipodi:nodetypes="cccccccccccc"
-       id="path9650"
-       d="M 539.95542,466.93556 L 415.85387,476.71718 L 426.49116,461.93102 L 358.1094,466.70812 C 358.1094,466.70812 347.47211,481.94916 346.96566,481.94916 C 346.45858,481.94916 322.14533,462.15846 322.14533,462.15846 C 322.14533,462.15846 379.38334,441.45772 379.88978,441.45772 C 379.38334,441.00284 369.25249,456.01673 369.25249,456.24417 L 448.27282,451.23935 L 437.63489,466.48068 L 551.09912,456.92649 L 539.95542,466.93556 z "
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192" />
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path9652"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(51.511043,348.5966)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="334.36819"
-       y="540.97681"
-       id="text9654"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192"><tspan
-         sodipodi:role="line"
-         id="tspan9656"
-         x="334.36819"
-         y="540.97681">3</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="369.5625"
-       y="544.09448"
-       id="text9658"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192"><tspan
-         sodipodi:role="line"
-         id="tspan9660"
-         x="369.5625"
-         y="544.09448">bzr commit</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="61.5625"
-       y="240.09448"
-       id="text2965"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192"><tspan
-         sodipodi:role="line"
-         id="tspan2967"
-         x="61.5625"
-         y="240.09448">main branch</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="563.43756"
-       y="582.09442"
-       id="text2969"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192"><tspan
-         sodipodi:role="line"
-         id="tspan2971"
-         x="563.43756"
-         y="582.09442">local branches</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:5.00006169;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path4930"
-       sodipodi:cx="342"
-       sodipodi:cy="171.0945"
-       sodipodi:rx="66"
-       sodipodi:ry="35"
-       d="M 408 171.0945 A 66 35 0 1 1  276,171.0945 A 66 35 0 1 1  408 171.0945 z"
-       transform="matrix(1.9161749,0,0,1.0419298,-501.33182,49.826027)" />
-    <path
-       sodipodi:type="arc"
-       style="fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:5.00006151;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path7839"
-       sodipodi:cx="342"
-       sodipodi:cy="171.0945"
-       sodipodi:rx="66"
-       sodipodi:ry="35"
-       d="M 408 171.0945 A 66 35 0 1 1  276,171.0945 A 66 35 0 1 1  408 171.0945 z"
-       transform="matrix(2.1405493,0,0,1.0364644,-57.067817,396.76108)" />
-  </g>
-</svg>

=== removed file 'doc/ja/user-guide/images/workflows_single.png'
Binary files old/doc/ja/user-guide/images/workflows_single.png	2009-10-29 10:01:19 +0000 and new/doc/ja/user-guide/images/workflows_single.png	1970-01-01 00:00:00 +0000 differ
=== removed file 'doc/ja/user-guide/images/workflows_single.svg'
--- old/doc/ja/user-guide/images/workflows_single.svg	2009-10-29 10:01:19 +0000
+++ new/doc/ja/user-guide/images/workflows_single.svg	1970-01-01 00:00:00 +0000
@@ -1,1079 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://web.resource.org/cc/"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="1052.3622"
-   height="744.09448"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.45.1"
-   version="1.0"
-   sodipodi:docbase="/home/ian/Desktop/talk/workflows"
-   sodipodi:docname="workflows_single.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_single.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90">
-  <defs
-     id="defs4">
-    <radialGradient
-       xlink:href="#linearGradient5992"
-       r="33.156250"
-       inkscape:collect="always"
-       id="radialGradient6000"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,1.693685,0.000000,-197.9515)"
-       fy="285.36218"
-       fx="495.50000"
-       cy="285.36218"
-       cx="495.50000" />
-    <linearGradient
-       y2="187.57059"
-       y1="225.40080"
-       xlink:href="#linearGradient5963"
-       x2="458.91232"
-       x1="383.95898"
-       inkscape:collect="always"
-       id="linearGradient5969"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient3586">
-      <stop
-         style="stop-color:#000000;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop3588" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop3590" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5963">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop5965" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop5967" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5992">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop5994" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop5996" />
-    </linearGradient>
-    <linearGradient
-       y2="-0.45783132"
-       y1="3.3012049"
-       xlink:href="#linearGradient893"
-       x2="0.92957747"
-       x1="-2.3960868e-17"
-       id="linearGradient4284" />
-    <linearGradient
-       y2="-0.033519555"
-       y1="2.0837989"
-       xlink:href="#linearGradient893"
-       x2="0.99074072"
-       x1="-0.77314812"
-       id="linearGradient4283" />
-    <linearGradient
-       y2="1.8771822"
-       y1="-0.033741195"
-       xlink:href="#linearGradient902"
-       x2="0.48453596"
-       x1="0.47041038"
-       id="linearGradient2740"
-       gradientTransform="scale(0.997153,1.002855)" />
-    <linearGradient
-       y2="1.9025002"
-       y1="-0.043652620"
-       xlink:href="#linearGradient902"
-       x2="0.48481107"
-       x1="0.47042510"
-       id="linearGradient1506"
-       gradientTransform="scale(0.995847,1.004170)" />
-    <linearGradient
-       y2="1.8570156"
-       y1="-0.024853170"
-       xlink:href="#linearGradient902"
-       x2="0.48548824"
-       x1="0.47157744"
-       id="linearGradient1505"
-       gradientTransform="scale(0.997825,1.002180)" />
-    <linearGradient
-       y2="182.99154"
-       y1="169.09755"
-       xlink:href="#linearGradient892"
-       x2="88.996957"
-       x1="88.755695"
-       id="linearGradient1404"
-       gradientTransform="scale(1.3695887,0.7301462)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient1317"
-       r="0.34964636"
-       id="radialGradient1316"
-       fy="0.18269235"
-       fx="0.50352114"
-       cy="0.50000006"
-       cx="0.50000000" />
-    <radialGradient
-       xlink:href="#linearGradient1317"
-       r="0.41197181"
-       id="radialGradient1315"
-       fy="0.26666668"
-       fx="0.47535211"
-       cy="0.53333336"
-       cx="0.47887325" />
-    <linearGradient
-       y2="173.03153"
-       y1="177.77768"
-       xlink:href="#linearGradient902"
-       x2="95.100155"
-       x1="101.10657"
-       id="linearGradient1171"
-       gradientTransform="scale(1.3601783,0.7351977)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="1.8378206"
-       y1="-0.016295359"
-       xlink:href="#linearGradient902"
-       x2="0.48655096"
-       x1="0.47284532"
-       id="linearGradient1170"
-       gradientTransform="scale(0.998371,1.001632)" />
-    <linearGradient
-       y2="81.477602"
-       y1="224.57898"
-       xlink:href="#linearGradient893"
-       x2="74.533693"
-       x1="146.69923"
-       id="linearGradient1169"
-       gradientTransform="scale(1.1870691,0.842411)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="133.54711"
-       y1="228.39311"
-       xlink:href="#linearGradient888"
-       x2="88.447016"
-       x1="141.60217"
-       id="linearGradient1167"
-       gradientTransform="scale(1.1838753,0.8446836)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="148.78619"
-       y1="131.25248"
-       xlink:href="#linearGradient1317"
-       x2="107.04918"
-       x1="111.49758"
-       id="linearGradient1166"
-       gradientTransform="scale(1.223869,0.8170809)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="176.28694"
-       y1="269.85831"
-       xlink:href="#linearGradient888"
-       x2="-16.224496"
-       x1="51.460928"
-       id="linearGradient1157"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="234.26866"
-       y1="178.48862"
-       xlink:href="#linearGradient888"
-       x2="25.220815"
-       x1="25.220815"
-       id="linearGradient1156"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="105.42543"
-       y1="76.277559"
-       xlink:href="#linearGradient892"
-       x2="8.346058"
-       x1="35.190362"
-       id="linearGradient1150"
-       gradientTransform="scale(1.3283861,0.7527932)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="20.481863"
-       y1="49.507656"
-       xlink:href="#linearGradient892"
-       x2="70.224305"
-       x1="39.690614"
-       id="linearGradient1148"
-       gradientTransform="scale(1.329144,0.7523639)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="113.71949"
-       y1="90.197025"
-       xlink:href="#linearGradient892"
-       x2="17.876529"
-       x1="39.810948"
-       id="linearGradient1146"
-       gradientTransform="scale(1.3207392,0.7571517)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="251.21892"
-       y1="203.499"
-       xlink:href="#linearGradient892"
-       x2="31.617281"
-       x1="31.449743"
-       id="linearGradient1144"
-       gradientTransform="scale(2.1051174,0.4750329)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="-0.45783132"
-       y1="3.3012049"
-       xlink:href="#linearGradient888"
-       x2="0.92957747"
-       x1="0.00000000"
-       id="linearGradient1141" />
-    <linearGradient
-       y2="232.24952"
-       y1="110.4447"
-       xlink:href="#linearGradient888"
-       x2="41.967061"
-       x1="45.685757"
-       id="linearGradient1140"
-       gradientTransform="scale(1.9102155,0.5235012)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="75.912531"
-       y1="375.92199"
-       xlink:href="#linearGradient1806"
-       x2="-268.25407"
-       x1="-249.72067"
-       id="linearGradient1138"
-       gradientTransform="scale(1.087146,0.9198397)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient1133"
-       r="68.589222"
-       id="radialGradient1132"
-       fy="39.288476"
-       fx="72.107883"
-       cy="56.485935"
-       cx="60.004654"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="11.699047"
-       y1="208.43991"
-       xlink:href="#linearGradient888"
-       x2="95.644441"
-       x1="-77.726178"
-       id="linearGradient905"
-       gradientTransform="scale(1.0964158,0.9120627)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       xlink:href="#linearGradient1806"
-       id="linearGradient901" />
-    <linearGradient
-       y2="91.07699"
-       y1="-3.9104078"
-       xlink:href="#linearGradient888"
-       x2="27.674331"
-       x1="92.437968"
-       id="linearGradient891"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient888">
-      <stop
-         style="stop-color:#626262;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop889" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop890" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient892">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.00000000;"
-         offset="0.00000000"
-         id="stop893" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop894" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient902">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.00000000;"
-         offset="0.00000000"
-         id="stop903" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.22000000;"
-         offset="1.0000000"
-         id="stop904" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1098">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1.0000000;"
-         offset="0.00000000"
-         id="stop1099" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.22314049;"
-         offset="0.50000000"
-         id="stop1101" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.00000000;"
-         offset="0.59930235"
-         id="stop1102" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.60330576;"
-         offset="1.0000000"
-         id="stop1100" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1133">
-      <stop
-         style="stop-color:#8bb7df;stop-opacity:1.0000000;"
-         offset="0.00000000"
-         id="stop1134" />
-      <stop
-         style="stop-color:#2a6092;stop-opacity:1.0000000;"
-         offset="0.76209301"
-         id="stop1136" />
-      <stop
-         style="stop-color:#375e82;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop1135" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1317">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52892560;"
-         offset="0.00000000"
-         id="stop1318" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.17355372;"
-         offset="0.50000000"
-         id="stop1320" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.00000000;"
-         offset="1.0000000"
-         id="stop1319" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient893">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop895" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop896" />
-    </linearGradient>
-    <radialGradient
-       xlink:href="#linearGradient1806"
-       r="11.574221"
-       id="radialGradient1977"
-       fy="39.410465"
-       fx="42.280806"
-       cy="39.007645"
-       cx="42.007257"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient1806">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.35051546;"
-         offset="0.0000000"
-         id="stop1807" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.13402061;"
-         offset="0.64999998"
-         id="stop3276" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop1808" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5281"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5283"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5285"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="5.5130484"
-       inkscape:collect="always"
-       id="radialGradient1828"
-       fy="61.38567"
-       fx="86.542037"
-       cy="61.38567"
-       cx="86.542037"
-       gradientTransform="matrix(-0.8164966,0,0,1.2247449,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="11.123441"
-       inkscape:collect="always"
-       id="radialGradient1824"
-       fy="58.887858"
-       fx="118.06427"
-       cy="58.54025"
-       cx="117.17439"
-       gradientTransform="matrix(-0.6229142,0,0,1.6053575,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="22.00904"
-       inkscape:collect="always"
-       id="radialGradient1822"
-       fy="87.892895"
-       fx="45.50637"
-       cy="88.322677"
-       cx="45.139623"
-       gradientTransform="matrix(-1.0914815,0,0,0.9161859,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="18.836343"
-       inkscape:collect="always"
-       id="radialGradient1818"
-       fy="33.351633"
-       fx="48.40165"
-       cy="32.467054"
-       cx="48.40165"
-       gradientTransform="matrix(-1.1146027,0,0,0.8971807,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="74.834393"
-       y1="57.093738"
-       xlink:href="#linearGradient4376"
-       x2="50.203204"
-       x1="50.52668"
-       inkscape:collect="always"
-       id="linearGradient1815"
-       gradientTransform="matrix(-1.3516689,0,0,0.7398261,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient4384">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop4385" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4386" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4376">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop4377" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4378" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4362">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop4363" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4364" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4358">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop4359" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop4360" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5538"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5714"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       id="linearGradient6015">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop6017" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6019" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6009">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop6011" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6013" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6003">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop6005" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6007" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5997">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop5999" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop6001" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient6037"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       y2="0.46093750"
-       y1="0.46093750"
-       xlink:href="#linearGradient650"
-       x2="1.16666818"
-       x1="1.22222710"
-       spreadMethod="repeat"
-       id="linearGradient654"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       y2="0.53906250"
-       y1="0.53125000"
-       xlink:href="#linearGradient650"
-       x2="1.16666901"
-       x1="1.00000548"
-       spreadMethod="repeat"
-       id="linearGradient653"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       id="linearGradient650">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop651" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop652" />
-    </linearGradient>
-    <linearGradient
-       y2="0.46093750"
-       y1="0.46093750"
-       xlink:href="#linearGradient650"
-       x2="1.16666818"
-       x1="1.22222710"
-       spreadMethod="repeat"
-       id="linearGradient9648"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       y2="0.53906250"
-       y1="0.53125000"
-       xlink:href="#linearGradient650"
-       x2="1.16666901"
-       x1="1.00000548"
-       spreadMethod="repeat"
-       id="linearGradient9646"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       id="linearGradient9640">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop9642" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop9644" />
-    </linearGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     gridtolerance="10000"
-     guidetolerance="10"
-     objecttolerance="10"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1.4142136"
-     inkscape:cx="536.99132"
-     inkscape:cy="529.01021"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     width="1052.3622px"
-     height="744.09448px"
-     showgrid="true"
-     inkscape:window-width="1465"
-     inkscape:window-height="896"
-     inkscape:window-x="0"
-     inkscape:window-y="25" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <g
-       id="g5256"
-       transform="translate(631.5744,227.66157)"
-       inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_single.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157">
-      <path
-         transform="matrix(6.392368,0.545409,-0.130014,2.864752,-184.6606,-38.15109)"
-         style="fill:url(#radialGradient1977);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:type="arc"
-         sodipodi:ry="12.562782"
-         sodipodi:rx="12.562782"
-         sodipodi:cy="37.865574"
-         sodipodi:cx="41.875938"
-         id="path1976"
-         d="M 54.438721 37.865574 A 12.562782 12.562782 0 1 1  29.313156,37.865574 A 12.562782 12.562782 0 1 1  54.438721 37.865574 z" />
-      <g
-         transform="matrix(1,0,0,1.036969,356.8306,-11.4294)"
-         style="fill:url(#linearGradient6037);fill-opacity:1"
-         id="g4293">
-        <path
-           style="fill:url(#linearGradient5281);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path2720"
-           d="M -270.85787,33.814995 C -289.35564,33.925992 -307.93321,33.592782 -326.38104,33.981747 C -331.43469,35.696391 -331.02221,41.899652 -330.68524,46.15332 C -330.75782,60.227303 -330.53537,74.298225 -330.21167,88.36826 C -328.21297,91.039611 -323.21766,90.618387 -322.68469,94.539015 C -320.78054,96.259426 -317.05071,94.88215 -314.4389,95.333237 C -298.54999,95.360274 -282.66107,95.387302 -266.77215,95.414339 C -266.35587,90.465192 -260.12609,88.824447 -255.81783,89.540255 C -256.01688,89.058389 -261.69557,87.939375 -259.61591,84.491525 C -259.45681,68.72727 -259.19734,52.882199 -259.82064,37.168229 C -261.19394,32.980583 -267.34179,33.83368 -270.85787,33.814995 z M -236.65184,97.260473 C -234.79025,100.12642 -237.08724,103.09386 -239.92892,104.16357 C -242.6311,105.91539 -245.59105,107.62992 -248.52894,108.76804 C -253.1773,108.19079 -251.42424,101.88475 -255.01281,99.896645 C -260.33594,96.447012 -267.21045,98.43943 -273.23329,97.939231 C -291.8249,97.94887 -310.41651,97.958519 -329.00813,97.968158 C -335.45898,103.56578 -339.16595,111.40269 -341.55034,119.32178 C -337.25147,124.2061 -329.89606,122.27575 -324.10438,122.40002 C -298.64553,122.23171 -273.11679,122.61546 -247.69897,122.24542 C -243.40174,121.14669 -247.44685,114.84894 -243.58488,113.04441 C -242.73865,112.73374 -247.81245,114.4382 -247.26205,111.62955 C -245.49117,106.66028 -239.14113,105.99595 -235.92338,102.36811 C -234.39131,99.755669 -236.26958,96.922488 -238.33047,95.260495 C -237.77093,95.927151 -237.21138,96.593817 -236.65184,97.260473 z M -240.64255,111.75263 C -243.64086,113.13223 -237.02792,110.69536 -235.55512,111.97369 C -229.71113,112.74417 -224.16461,117.19625 -218.12358,115.22951 C -225.97639,116.31604 -232.799,109.03014 -240.64255,111.75263 z M -212.01083,112.33724 C -215.98173,113.85021 -208.21543,112.17765 -210.07883,115.87566 C -212.50961,119.93855 -206.99008,113.8662 -209.61436,112.54677 C -210.16198,111.94632 -211.27989,112.47663 -212.01083,112.33724 z M -213.97451,120.82946 C -220.13871,124.32615 -228.37873,119.08124 -233.85995,124.39439 C -238.36465,128.00055 -244.57099,130.35185 -247.0433,135.75122 C -247.65922,139.60202 -243.25109,141.90251 -240.44565,143.71808 C -235.60127,146.54512 -228.8227,145.75388 -225.20082,141.42836 C -220.62679,137.96117 -216.44182,134.08489 -212.48592,129.96782 C -212.82701,126.95048 -214.43694,123.63971 -213.97451,120.82946 z " />
-        <path
-           style="fill:url(#linearGradient5283);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path2723"
-           d="M -269.68453,32.256957 C -288.76965,32.351184 -307.87514,32.249603 -326.94796,32.349264 C -332.63884,33.663474 -333.90446,40.291305 -333.21597,45.149113 C -333.11996,59.896901 -333.07471,74.659754 -332.61729,89.39481 C -331.88583,93.310348 -324.86009,92.098674 -325.11097,96.44089 C -328.07184,96.184706 -331.5534,96.317135 -333.07248,99.246492 C -338.92562,104.98392 -341.99312,112.66465 -344.27268,120.28679 C -340.22572,125.96631 -332.26467,125.31453 -326.02946,124.71751 C -300.16629,124.7277 -274.28316,124.82043 -248.43245,124.77905 C -244.42424,124.78686 -243.30672,120.35609 -243.96666,117.2099 C -242.88598,112.93536 -237.04086,113.94554 -233.80717,114.98513 C -228.01851,116.64297 -221.26418,120.43074 -215.57982,116.37592 C -211.36091,113.71809 -213.05678,118.4029 -215.77936,119.43344 C -220.82539,122.25797 -227.09125,118.98178 -232.39677,121.20855 C -236.53238,123.88957 -240.74707,126.85249 -244.76678,129.74666 C -248.34219,132.01467 -251.90947,137.38626 -248.13747,140.97315 C -243.79274,146.02948 -236.37425,149.4527 -229.68248,147.08651 C -225.09383,144.85973 -221.79206,140.75401 -217.61535,137.88661 C -215.10454,135.69469 -212.49235,133.26839 -210.83749,130.50207 C -210.86477,126.92195 -214.68529,121.91303 -210.252,119.57013 C -207.25619,117.95208 -205.81053,112.12098 -209.75314,110.87946 C -214.16982,109.44692 -216.95156,115.09837 -221.43751,113.68608 C -228.47365,112.76758 -235.5565,107.20489 -242.69931,110.72434 C -246.89551,113.06547 -243.47174,109.4356 -241.45524,108.56544 C -237.85613,106.84628 -232.73147,104.36798 -233.94637,99.617708 C -234.27189,95.083838 -239.22223,93.197522 -242.95318,91.723135 C -247.61613,89.074942 -253.27003,89.345117 -258.06082,86.933298 C -257.89248,70.385101 -257.58805,53.76423 -258.26571,37.261116 C -259.2092,32.393288 -265.59824,31.96057 -269.68453,32.256957 z M -258.66259,91.764016 C -251.5059,92.239344 -243.21163,93.474137 -238.58238,99.271629 C -238.96251,103.06003 -244.00295,103.80224 -246.52821,106.14082 C -248.92267,108.48087 -251.12372,105.80503 -251.02958,103.27159 C -252.70852,98.336432 -258.20582,95.710815 -263.31841,96.533197 C -267.00561,96.7255 -263.71935,91.937514 -261.395,92.380192 C -260.48382,92.178338 -259.57521,91.953759 -258.66259,91.764016 z " />
-        <path
-           style="fill:url(#linearGradient5285);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           sodipodi:nodetypes="ccccczccccccccccccccccccczccccc"
-           id="path2737"
-           d="M -324.0398,30.70877 C -336.3492,30.820231 -335.15663,39.652507 -334.79476,45.313268 C -334.5469,60.436643 -334.38614,75.599009 -334.01234,90.698281 C -333.20516,93.057424 -330.71249,93.985661 -328.75475,95.252079 C -334.4553,96.476239 -336.96996,102.43195 -340.11175,106.59303 C -342.33294,111.36531 -347.84019,115.92868 -345.92111,121.43642 C -344.00204,126.94416 -332.21757,127.68181 -324.95408,127.12866 C -299.06901,127.09789 -273.17022,127.14905 -247.29372,127.06713 C -243.29961,126.16956 -240.99668,122.03601 -241.4977,118.23645 C -238.30082,114.95371 -233.32521,118.03039 -229.53292,118.63002 C -225.71641,119.31313 -232.5646,119.27527 -233.19362,120.54849 C -238.23604,122.95799 -242.6166,126.65447 -246.90973,130.10509 C -250.44674,132.97354 -252.4229,138.10741 -249.57412,142.08235 C -246.21315,145.92284 -241.41489,148.84284 -236.30395,149.79628 C -230.65487,150.83779 -225.57101,147.82678 -221.6157,144.24077 C -216.87391,140.59839 -212.0873,136.78287 -208.84361,131.80554 C -207.76302,128.26399 -211.47449,123.86671 -208.08348,121.09796 C -204.93438,118.46115 -204.06893,113.02076 -207.41836,110.2673 C -212.81988,106.81278 -218.36682,114.55112 -223.89705,111.29128 C -227.94209,110.1659 -231.91311,108.52596 -236.17676,108.45194 C -231.52711,105.88023 -229.62903,98.782331 -234.08944,95.153402 C -239.61551,89.404431 -248.455,88.793917 -255.40182,85.744487 C -255.86992,78.940296 -255.53665,71.972758 -255.70928,65.098797 C -255.80747,55.730822 -255.73864,46.312632 -255.94025,36.975777 C -258.03631,31.236293 -265.34014,30.439522 -270.76286,30.729689 C -289.40725,30.770714 -311.88665,30.597309 -324.0398,30.70877 z M -255.46516,94.482857 C -250.34561,95.62106 -244.69322,96.21649 -240.83258,100.05203 C -242.37635,102.55028 -245.27573,103.64481 -247.80048,104.97505 C -249.71506,99.684643 -254.39847,94.970039 -260.51378,95.138259 C -260.66903,94.131274 -256.73261,94.551178 -255.46516,94.482857 z " />
-      </g>
-      <rect
-         y="78.658051"
-         x="33.326111"
-         width="57.567924"
-         style="fill:url(#linearGradient1156);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1157);stroke-width:1.44734821pt"
-         id="rect1155"
-         height="8.3153667" />
-      <path
-         style="fill:url(#linearGradient1169);fill-rule:evenodd;stroke-width:0.90459263;stroke-opacity:0.07438019"
-         sodipodi:nodetypes="czzczczzzzzzzc"
-         id="path2676"
-         d="M 98.723806,78.927818 C 95.18666,77.759681 93.50122,82.555591 98.766686,81.004087 C 104.03217,79.452583 120.13123,85.906451 120.37383,89.795491 C 120.61643,93.905503 101.5003,98.581154 106.74108,104.42426 C 111.62816,110.70149 115.35468,100.13868 123.54696,104.21261 C 131.73923,108.17607 136.26048,109.72394 142.25488,104.94185 C 149.10027,101.9342 145.04599,107.07658 139.57918,113.60451 C 134.11237,120.13244 144.00251,115.08156 147.91225,105.31962 C 151.93248,95.557673 139.13128,107.33503 133.66268,105.40571 C 128.19408,103.47639 119.73678,97.849788 113.27625,102.55563 C 106.81572,107.26147 109.62894,99.493003 114.85637,97.90307 C 120.0838,96.092166 122.81363,93.045722 122.85597,90.161522 C 122.89831,87.498293 117.92629,84.811803 112.94229,82.402852 C 107.73732,79.993901 100.49788,78.588966 98.723806,78.927818 z " />
-      <path
-         style="fill:url(#linearGradient1140);fill-opacity:1;fill-rule:evenodd;stroke-width:1.44734821pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path1139"
-         d="M 15.102732,106.80712 C 13.80355,109.23224 17.148847,113.52338 19.900059,113.52338 L 107.85106,113.52338 C 110.18914,113.52338 113.70766,110.4906 112.64839,108.40622 L 102.7339,88.897093 C 101.97024,87.394398 100.26184,86.65834 98.576216,86.65834 L 28.215425,86.658339 C 26.825434,86.658339 25.353768,87.671846 24.697385,88.897093 L 15.102732,106.80712 z " />
-      <rect
-         y="22.413721"
-         x="26.015469"
-         width="72.279724"
-         style="fill:url(#linearGradient905);fill-opacity:1;fill-rule:evenodd;stroke-width:1.62826681"
-         ry="5.4369707"
-         rx="5.4369707"
-         id="rect1137"
-         height="60.126495" />
-      <rect
-         y="31.695871"
-         x="33.386066"
-         width="58.178177"
-         style="fill:url(#radialGradient1132);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient891);stroke-width:1.4649456pt"
-         id="rect1131"
-         height="38.044163" />
-      <path
-         style="fill:url(#linearGradient1146);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzccccc"
-         id="path1145"
-         d="M 27.690431,52.841444 L 27.370609,74.749236 C 27.319624,78.241665 29.310209,80.477938 32.807578,80.506029 L 72.625393,80.825852 L 76.463254,71.87084 L 32.008024,71.55102 L 31.688202,52.681533 L 27.690431,52.841444 z " />
-      <g
-         transform="matrix(-1,0,0,1,125.4301,0)"
-         id="g1791">
-        <path
-           style="fill:url(#linearGradient1148);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path1147"
-           d="M 42.062098,33.460351 L 77.341205,33.008055 C 82.787126,32.938235 89.553204,38.416797 89.553204,43.863165 L 89.553204,60.14583 L 41.609801,59.693534 L 42.062098,33.460351 z " />
-        <path
-           style="fill:url(#linearGradient1150);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path1149"
-           d="M 78.337784,67.629235 L 46.723745,67.724544 C 41.843589,67.739257 35.829319,62.771024 35.877168,57.891081 L 36.020221,43.301821 L 78.973514,44.128288 L 78.337784,67.629235 z " />
-      </g>
-      <path
-         style="fill:url(#linearGradient1167);fill-opacity:1;fill-rule:evenodd;stroke-width:0.72367412;stroke-opacity:0.34710741"
-         sodipodi:nodetypes="cczzzzzzc"
-         id="path1159"
-         d="M 137.39107,112.02341 C 137.39107,112.02341 129.0757,110.26438 123.63872,113.62251 C 118.20176,116.98064 109.96635,123.21719 108.76702,124.81628 C 107.40777,126.57531 107.42036,130.22796 109.24674,131.53253 L 114.84364,135.53031 C 118.31797,138.01198 124.86218,139.25396 128.11624,136.48978 L 142.98795,123.85681 C 144.79792,122.3193 145.72732,118.27921 144.10733,116.82073 C 142.95609,115.04975 140.4892,112.91939 137.39107,112.02341 z " />
-      <path
-         style="fill:url(#linearGradient1171);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzc"
-         id="path1160"
-         d="M 142.3483,121.13833 L 125.91043,133.59673 C 122.97154,135.82414 118.65484,134.11775 116.28283,133.77129 C 113.9108,133.42481 111.88528,131.87901 112.12516,132.33209 C 112.36503,132.78517 115.08349,135.71687 117.72203,136.48978 C 120.36055,137.26267 124.9543,138.89307 127.50953,136.15531 C 130.06477,133.41755 145.2267,123.53699 142.3483,121.13833 z " />
-      <path
-         style="fill:url(#linearGradient1404);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="cczc"
-         id="path1403"
-         d="M 132.11225,127.51984 C 135.31047,122.88242 120.11893,113.12786 109.08509,127.0401 C 110.20446,130.71805 116.80662,132.5992 121.82304,132.33547 C 126.68363,132.07993 129.50037,129.97181 132.11225,127.51984 z " />
-      <path
-         style="fill:url(#linearGradient1166);fill-opacity:1;fill-rule:evenodd;stroke-width:1.08551121"
-         sodipodi:nodetypes="cccccccc"
-         id="path1519"
-         d="M 138.63464,112.68306 C 135.9958,113.22749 132.31739,114.43079 129.87534,116.38362 C 128.77009,115.68011 125.32759,114.5677 123.66767,113.84494 L 123.24572,114.10517 C 129.67287,117.23476 136.43512,117.91249 135.88192,122.87668 C 136.33675,122.98575 137.05589,123.09702 136.73191,122.38863 C 136.41775,118.90392 132.50587,117.23351 131.02697,116.81532 C 133.17224,114.26602 136.255,113.70892 138.63464,112.68306 z " />
-      <path
-         style="fill:url(#linearGradient1144);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path1143"
-         d="M 18.891612,106.48414 C 17.978451,108.31614 19.173914,111.55774 22.263529,111.55774 L 105.0195,111.55774 C 106.66288,111.55774 109.13595,109.26672 108.39142,107.69215 L 101.42279,92.954575 C 100.88602,91.819403 99.685232,91.263378 98.500462,91.263378 L 28.108183,91.263369 C 27.131195,91.263369 26.0968,92.028994 25.635445,92.954575 L 18.891612,106.48414 z " />
-      <text
-         y="-14.660837"
-         xml:space="preserve"
-         x="6.147172"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text1232"><tspan
-           id="tspan1233">Computer</tspan></text>
-      <text
-         y="-34.951134"
-         xml:space="preserve"
-         x="84.564949"
-         transform="scale(0.246729,0.246729)"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text1235"><tspan
-           id="tspan1236">Created by Andrew Fitzsimon</tspan></text>
-    </g>
-    <g
-       id="g5474"
-       transform="translate(633.63525,501.49239)"
-       inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_single.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157">
-      <path
-         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path9383"
-         d="M 203.47051,-209.74941 C 198.72111,-204.56585 195.69876,-195.27863 189.00642,-195.27863 C 182.52997,-197.07848 181.66644,-212.48518 180.80291,-215.7969 C 188.1429,-210.75732 195.69876,-207.87757 203.47051,-209.74941 z " />
-      <path
-         transform="matrix(-0.440859,0,0,0.441062,265.52775,-266.17138)"
-         style="fill:#f1bb96;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:type="arc"
-         sodipodi:ry="57.825485"
-         sodipodi:rx="60.94183"
-         sodipodi:cy="70.290855"
-         sodipodi:cx="150.27701"
-         id="path3713"
-         d="M 211.21884 70.290855 A 60.94183 57.825485 0 1 1  89.335178,70.290855 A 60.94183 57.825485 0 1 1  211.21884 70.290855 z" />
-      <path
-         style="fill:#233e6a;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccssssc"
-         id="path4369"
-         d="M 232.46888,-182.94274 C 232.85952,-157.74648 168.23012,-154.86512 168.38642,-182.94274 C 166.84164,-205.27149 177.94687,-217.96719 180.70654,-215.80872 C 182.10778,-214.71274 182.62841,-190.37295 192.09635,-195.9716 C 196.69923,-198.69339 201.84768,-209.14846 204.10029,-209.49532 C 207.49937,-210.01873 214.00811,-212.77083 219.98583,-217.92153 C 221.55412,-219.27285 231.93943,-205.38255 232.46888,-182.94274 z " />
-      <path
-         style="fill:#513624;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path11309"
-         d="M 204.55432,-273.85152 C 222.46413,-271.53047 237.32676,-259.28175 231.38357,-231.42099 C 229.66954,-221.67743 222.12426,-217.60887 219.35537,-236.36962 C 211.4578,-233.88387 177.25785,-223.92576 170.54948,-241.26677 C 166.55631,-248.43407 174.86257,-276.23329 204.55432,-273.85152 z " />
-      <path
-         style="fill:#1f4eb3;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path11942"
-         d="M 191.92173,-167.75448 C 192.06919,-184.44566 194.18855,-193.73288 188.47558,-194.95709 C 182.9785,-195.85052 179.91138,-176.52634 179.04785,-173.21462 C 175.85958,-157.19769 189.53653,-154.44605 191.92173,-167.75448 z " />
-      <path
-         style="fill:url(#linearGradient1815);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path1811"
-         d="M 172.67812,-237.76056 C 182.56217,-225.58826 212.09549,-234.15979 219.36562,-236.44806 C 220.33459,-229.88278 221.90014,-226.25074 223.58437,-224.54181 C 219.31219,-215.8234 210.06249,-209.76056 199.27187,-209.76056 C 184.44142,-209.76056 172.42812,-221.18201 172.42812,-235.26056 C 172.42812,-236.11869 172.59078,-236.92413 172.67812,-237.76056 z " />
-      <path
-         style="fill:url(#radialGradient1818);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1817"
-         d="M 203.17522,-273.74212 C 221.08504,-271.42107 235.94766,-259.17235 230.00448,-231.31159 C 228.29044,-221.56803 220.74517,-217.49946 217.97627,-236.26022 C 210.0787,-233.77447 175.87876,-223.81635 169.17039,-241.15737 C 165.17722,-248.32467 173.48348,-276.12389 203.17522,-273.74212 z " />
-      <path
-         style="fill:url(#radialGradient1822);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path1819"
-         d="M 220.74123,-214.1875 C 227.87764,-203.73841 231.28831,-190.18836 229.45998,-177.71875 C 222.3997,-165.39834 205.93726,-163.52328 193.05373,-164.75 C 194.11526,-173.29796 194.69425,-182.39807 193.51876,-190.98978 C 191.02311,-195.41909 199.33209,-197.29913 200.39748,-201.6875 C 203.70655,-208.92744 212.80427,-208.10966 218.04988,-213.3696 C 218.9201,-213.57294 220.00051,-215.94141 220.74123,-214.1875 z M 179.55373,-210.28125 C 180.69974,-204.97453 181.23339,-199.24919 184.58498,-194.75 C 179.40159,-187.81847 178.05976,-178.63643 176.67873,-170.28125 C 167.10271,-177.01707 169.81568,-190.62142 172.02963,-200.39411 C 173.03008,-204.26346 176.36728,-212.34166 179.19382,-211.77772 C 179.27177,-211.45363 179.5117,-210.45598 179.55373,-210.28125 z " />
-      <path
-         style="fill:url(#radialGradient1824);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path1823"
-         d="M 192.35803,-167.43887 C 192.50549,-184.13006 194.62485,-193.41727 188.91188,-194.64149 C 183.4148,-195.53491 180.34768,-176.21073 179.48415,-172.89901 C 176.29589,-156.88208 189.97283,-154.13044 192.35803,-167.43887 z " />
-      <path
-         style="fill:#1f4eb3;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1825"
-         d="M 185.2414,-200.53324 C 185.2414,-197.95291 187.25802,-195.85872 189.74278,-195.85872 C 192.22755,-195.85872 194.24417,-197.95291 194.24417,-200.53324 C 194.24417,-203.11357 193.61259,-209.36288 191.12783,-209.36288 C 188.64306,-209.36288 185.2414,-203.11357 185.2414,-200.53324 z " />
-      <path
-         style="fill:url(#radialGradient1828);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1827"
-         d="M 186.28018,-201.05263 C 186.28018,-198.4723 188.2968,-196.37811 190.78156,-196.37811 C 193.26633,-196.37811 195.28295,-198.4723 195.28295,-201.05263 C 195.28295,-203.63296 194.65137,-209.88227 192.16661,-209.88227 C 189.68184,-209.88227 186.28018,-203.63296 186.28018,-201.05263 z " />
-    </g>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="345.5625"
-       y="218.05542"
-       id="text7877"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_single.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         x="345.5625"
-         y="218.05542"
-         id="tspan2399">create project</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path9548"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(32.857147,24.174103)"
-       inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_single.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="314.53906"
-       y="217.78979"
-       id="text9550"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_single.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan9552"
-         x="314.53906"
-         y="217.78979">1</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path9554"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(33.388397,76.658478)"
-       inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_single.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="315.78125"
-       y="270.48511"
-       id="text9556"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_single.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan9558"
-         x="315.78125"
-         y="270.48511">2</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="344.92188"
-       y="267.43823"
-       id="text9566"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_single.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan9568"
-         x="344.92188"
-         y="267.43823">record changes</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path9652"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(32.857147,128.5416)"
-       inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_single.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="314.88281"
-       y="322.14166"
-       id="text9654"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_single.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan9656"
-         x="314.88281"
-         y="322.14166">3</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="346.9086"
-       y="319.32135"
-       id="text9658"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_single.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan9660"
-         x="346.9086"
-         y="319.32135">browse history</tspan></text>
-    <flowRoot
-       xml:space="preserve"
-       id="flowRoot2405"><flowRegion
-         id="flowRegion2407"><rect
-           id="rect2409"
-           width="274.35742"
-           height="94.045197"
-           x="293.44931"
-           y="485.2934" /></flowRegion><flowPara
-         id="flowPara2411"></flowPara></flowRoot>    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path2427"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(32.857147,180.5416)"
-       inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_single.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="314.9375"
-       y="374.15729"
-       id="text2429"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_single.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan2431"
-         x="314.9375"
-         y="374.15729">4</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="346.9086"
-       y="371.32135"
-       id="text2433"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_single.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan2435"
-         x="346.9086"
-         y="371.32135">package release</tspan></text>
-  </g>
-</svg>

=== removed file 'doc/ja/user-guide/index-plain.txt'
--- old/doc/ja/user-guide/index-plain.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/user-guide/index-plain.txt	1970-01-01 00:00:00 +0000
@@ -1,120 +0,0 @@
-####################
-Bazaarユーザーガイド
-####################
-
-.. Please mark sections in included files as following:
-..   level 1 ========
-..   level 2 --------
-..   level 3 ~~~~~~~~
-..   level 4 ^^^^^^^^ (it is better not to use nesting deeper than 3 levels)
-
-.. contents:: :depth: 3
-
-
-紹介
-############
-
-.. include:: introducing_bazaar.txt
-.. include:: core_concepts.txt
-.. include:: bazaar_workflows.txt
-
-
-始める
-###############
-
-.. include:: installing_bazaar.txt
-.. include:: entering_commands.txt
-.. include:: getting_help.txt
-.. include:: configuring_bazaar.txt
-.. include:: using_aliases.txt
-.. include:: plugins.txt
-.. include:: zen.txt
-
-
-個人用途のバージョン管理
-########################
-
-.. include:: solo_intro.txt
-.. include:: starting_a_project.txt
-.. include:: controlling_registration.txt
-.. include:: reviewing_changes.txt
-.. include:: recording_changes.txt
-.. include:: browsing_history.txt
-.. include:: releasing_a_project.txt
-.. include:: undoing_mistakes.txt
-
-
-同僚と共有する
-##################
-
-.. include:: partner_intro.txt
-.. include:: branching_a_project.txt
-.. include:: merging_changes.txt
-.. include:: resolving_conflicts.txt
-.. include:: annotating_changes.txt
-
-
-集中スタイルの、チームコラボレーション
-############################################
-
-.. include:: central_intro.txt
-.. include:: publishing_a_branch.txt
-.. include:: using_checkouts.txt
-.. include:: working_offline_central.txt
-.. include:: reusing_a_checkout.txt
-
-
-分散スタイルの、チームコラボレーション
-########################################
-
-.. include:: distributed_intro.txt
-.. include:: organizing_branches.txt
-.. include:: using_gatekeepers.txt
-.. include:: sending_changes.txt
-
-
-その他のトピック
-####################
-
-.. include:: part2_intro.txt
-.. include:: adv_merging.txt
-.. include:: shelving_changes.txt
-.. include:: filtered_views.txt
-.. include:: stacked.txt
-.. include:: server.txt
-.. include:: hooks.txt
-.. include:: version_info.txt
-
-
-人気のあるプラグインの手短なツアー
-####################################
-
-.. include:: bzrtools_plugin.txt
-.. include:: svn_plugin.txt
-.. include later looms_plugin.txt
-
-
-Bazaarを環境に統合する
-#######################
-
-.. include:: web_browsing.txt
-.. include later - file_explorers.txt
-.. include later - desktop_integration.txt
-.. include later - editors_and_ides.txt
-.. include later - email.txt
-.. include:: bug_trackers.txt
-
-
-付録
-#####
-
-.. include:: specifying_revisions.txt
-.. include:: organizing_your_workspace.txt
-.. include:: shared_repository_layouts.txt
-.. include:: setting_up_email.txt
-.. include:: http_smart_server.txt
-.. include:: writing_a_plugin.txt
-.. include:: licence.txt
-
-.. |--| unicode:: U+2014
-

=== removed file 'doc/ja/user-guide/index.txt'
--- old/doc/ja/user-guide/index.txt	2011-05-18 06:19:42 +0000
+++ new/doc/ja/user-guide/index.txt	1970-01-01 00:00:00 +0000
@@ -1,141 +0,0 @@
-####################
-Bazaarユーザーガイド
-####################
-
-.. Please mark sections in included files as following:
-..   level 1 ========
-..   level 2 --------
-..   level 3 ~~~~~~~~
-..   level 4 ^^^^^^^^ (it is better not to use nesting deeper than 3 levels)
-
-紹介
-#####
-
-.. toctree::
-   :maxdepth: 1
-
-   introducing_bazaar
-   core_concepts
-   bazaar_workflows
-
-
-始める
-#######
-
-.. toctree::
-   :maxdepth: 1
-
-   installing_bazaar
-   entering_commands
-   getting_help
-   configuring_bazaar
-   using_aliases
-   plugins
-   zen
-
-
-個人用途のバージョン管理
-#########################
-
-.. toctree::
-   :maxdepth: 1
-
-   solo_intro
-   starting_a_project
-   controlling_registration
-   reviewing_changes
-   recording_changes
-   browsing_history
-   releasing_a_project
-   undoing_mistakes
-
-
-同僚と共有する
-##############
-
-.. toctree::
-   :maxdepth: 1
-
-   partner_intro
-   branching_a_project
-   merging_changes
-   resolving_conflicts
-   annotating_changes
-
-
-集中スタイルの、チームコラボレーション
-#######################################
-
-.. toctree::
-   :maxdepth: 1
-
-   central_intro
-   publishing_a_branch
-   using_checkouts
-   working_offline_central
-   reusing_a_checkout
-
-
-分散スタイルの、チームコラボレーション
-#######################################
-
-.. toctree::
-   :maxdepth: 1
-
-   distributed_intro
-   organizing_branches
-   using_gatekeepers
-   sending_changes
-
-
-その他のトピック
-#################
-
-.. toctree::
-   :maxdepth: 1
-
-   part2_intro
-   adv_merging
-   shelving_changes
-   filtered_views
-   stacked
-   server
-   hooks
-   version_info
-
-
-人気のあるプラグインの手短なツアー
-####################################
-
-.. toctree::
-   :maxdepth: 1
-
-   bzrtools_plugin
-   svn_plugin
-
-
-Bazaarを環境に統合する
-#######################
-
-.. toctree::
-   :maxdepth: 1
-
-   web_browsing
-   bug_trackers
-
-
-付録
-#####
-
-.. toctree::
-   :maxdepth: 1
-
-   specifying_revisions
-   organizing_your_workspace
-   shared_repository_layouts
-   setting_up_email
-   http_smart_server
-   writing_a_plugin
-   licence
-
-.. |--| unicode:: U+2014

=== removed file 'doc/ja/user-guide/installing_bazaar.txt'
--- old/doc/ja/user-guide/installing_bazaar.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/user-guide/installing_bazaar.txt	1970-01-01 00:00:00 +0000
@@ -1,102 +0,0 @@
-Bazaarをインストールする
-=========================
-
-GNU/Linux
-----------
-
-Bazaar のパッケージは Ubuntu/Debian, Red Hat と Gentoo を含む人気のある
-大抵の GNU/Linux ディストリビューションで利用できます。
-最新の手引きは http://wiki.bazaar.canonical.com/Download を参照してください。
-
-Windows
--------
-
-Windowsユーザーは、Bazaarのコアパッケージと一緒に必要な前提要件と
-いくつかの便利なプラグインを含むインストーラが利用できます。
-最新の手引きは http://wiki.bazaar.canonical.com/Download を参照してください。
-
-注: Windows上でCygwinを動かしている場合、Cygwin用のBazaarパッケージを\
-Windows版の代わりに使わなければなりません。
-
-他のオペレーティングシステム
------------------------------
-
-BazaarのパッケージはLinuxとWindowsだけでなく、Mac OS X, FreeBSD, Solaris\
-を含む広い範囲のオペレーティングシステムで利用可能です。
-最新の手引きに関しては http://bazaar-vcs.org/Download を参照してください。
-
-
-ゼロからインストールする
--------------------------
-
-予めビルドされたパッケージよりもソースからBazaarをビルドしたい場合、\
-手順は次のとおりです:
-
-  1. まだインストールしていなければ、バージョン2.4以降のPythonをインストールします。
-
-  2. http://wiki.bazaar.canonical.com/Download もしくは Launchpad
-     (https://launchpad.net/~bzr/)から ``bazaar-xxx.tar.gz`` ファイル
-     (xxxはバージョン番号)をダウンロードします。
-
-  3. tar、WinZipもしくは同等のコマンドを用いてアーカイブを解凍します。
-
-  4. 作成されたディレクトリをPATHに登録します。
-
-インストールが成功したことを確認するために、次のように **bzr** コマンドを試します::
-
-  bzr version
-
-このコマンドによってインストールされているBazaarのバージョンが表示されます。
-このコマンドが動作しない場合、開発者が正常な動作の手助けをできるように
-EメールかIRCを通して開発者に連絡をして頂くようお願いします。
-
-
-site-wide な場所にインストールする
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-ディレクトリにPATHを設定する代わりに、次のコマンドでにbzrを\
-インストールすることができます。::
-
-  python setup.py install
-
-もしあなたがコンパイラやPythonの開発ツールを持っていない場合、
-bzrは全ての拡張モジュールに対して(遅い)pure-pythonの実装を提供します。
-次のコマンドを使って拡張モジュールのコンパイルなしにインストールできます::
-
-  python setup.py install build_ext --allow-python-fallback
-
-
-開発バージョンを稼働させる
----------------------------
-
-Bazaarの最新の開発バージョンを常に利用したい場合があります。
-バグの危険性が増すので大半のユーザーにはお勧めできないことに注意してください。
-一方で、開発バージョンは(開発プロセスのおかげで)非常に安定しているので、
-これを動かすことで、バグと改善内容のための変更内容を開発者に送ることが楽になります。
-より多くの人が最新のソフトウェアをテストすることで開発者の手助けにもなります。
-
-従うべき手順は次のとおりです:
-
-  1. 上記の方法の1つを利用してBazaarをインストールする。
-
-  2. 次のように開発バージョンのコピーを入手します::
-
-       bzr branch http://bazaar-vcs.org/bzr/bzr.dev
-
-  3. 作成されたディレクトリ(bzr.dev)をPATHに登録します
-
-上級ユーザーはより早く動かすためにC言語の拡張機能をビルドもしたいことでしょう。
-これは ``make`` と ``pyrex`` とCコンパイラを利用することで実現できます。
-このことに関して手助けが必要であればEメールかIRCを通して連絡をして\
-下さるようお願いします。
-
-
-複数のバージョンを稼働させる
------------------------------
-
-Bazaarの複数のバージョンをインストールしてそれらを切り替えることは簡単です。
-これを行うためには、実行したい **bzr** のフルパス名を入力するだけです。
-関連ライブラリは自動的に検出されます。もちろん、パス名を提供しない場合、
-通常のシステムパスで見つかる **bzr** のコマンドが使われます。
-
-この機能は最新バージョンと開発バージョンの両方を走らせたい(テストしたい)場合にとりわけ役立ちます。

=== removed file 'doc/ja/user-guide/introducing_bazaar.txt'
--- old/doc/ja/user-guide/introducing_bazaar.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/user-guide/introducing_bazaar.txt	1970-01-01 00:00:00 +0000
@@ -1,118 +0,0 @@
-Bazaarの紹介
-=============
-
-Bazaarとは？
--------------
-
-Bazaarはみんなのコラボレーションを手助けするツールです。
-これは(たとえばソフトウェアのソースコードなどの)ファイルのグループの変化の\
-段階のスナップショットを提供するためにファイルの変更を追跡します。
-この情報を利用することで、Bazaarはあなたの作業と他の人の作業の成果を簡単にマージします。
-
-Bazaarのようなツールはバージョン管理ツール(version control systems: VCS)と呼ばれ\
-長い間ソフトウェアの開発者の間で人気がありました。
-Bazaarは使いやすく、柔軟で簡単にセットアップできるので、ソフトウェアの開発者だけでなく、\
-テクニカルライター、ウェブデザイナー、翻訳者のようなファイルとドキュメントに取り組む\
-人達にも理想的なツールです。
-
-このガイドは、個人で使うのかチームで使うのかに関わらずBazaarのインストールと使い方の手引きをします。
-すでに分散型のバージョン管理システムに慣れ親しんでおりすぐとりかかりたいのであれば、\
-このセクションを流し読みして `さらに学ぶ`_ のセクションに移動するとよいでしょう。
-
-バージョン管理システムの小史
------------------------------
-
-バージョン管理ツールは数十年の間に進化してきました。
-簡単に説明すると、ツールは4世代に渡ります:
-
- 1. ファイルのバージョン管理ツール、たとえばSCCS、RCS
- 2. ファイルのバージョン管理ツール - 集中型、たとえばCVS
- 3. ファイルのバージョン管理ツール - 第二世代集中型、たとえばSubversion
- 4. ファイルのバージョン管理ツール - 分散型、たとえばBazaar
-
-Bazaarの設計と実装は前世代のすべてのツールから学んだことに基づいています。
-とりわけ、Bazaarは集中型と分散型の両方のバージョン管理モデルをサポートするので\
-ツールを変更せずに複数のモデルに対応できます。
-
-集中型 vs 分散型
------------------
-
-従来の多くのVCSツールはファイルのツリーに対する履歴(**リポジトリ**, *repository*)
-を提供する中央サーバーが必要です。
-ファイルに対する作業に取り組むために、ユーザーはサーバーに接続してファイルを\
-**チェックアウト** (*checkout*) する必要があります。
-チェックアウトにより、ユーザーが修正できるツリー(**作業ツリー**, *working tree*)ができます。
-これらの変更を記録(**コミット**, *commit*)するためには、集中型のサーバーにアクセスする権限が必要で、\
-コミットをする前に作業内容を最新バージョンとマージしなければなりません。 
-このアプローチは集中型モデルとして知られます。
-
-集中型モデルは長期にわたって有用であることを示してきましたが顕著な欠点がいくつかあります。
-先ず第一に、集中型のVCSはバージョン管理機能を利用するためにはサーバーに接続できることを要求します。
-二番目に、集中型のモデルは変更の **スナップショットの記録** のふるまいと変更の **公開**
-のふるまいと密接にリンクさせます。 
-これは状況によってはよいこともありますが別の状況では品質にわるい影響を与えることがあります。
-
-分散型のVCSツールは単独の集中型のレポジトリではなく複数のレポジトリをユーザーとチームに持たせます。
-Bazaarでは通常、履歴はバージョン管理されているコードと同じ場所に保存されます。
-これによってユーザーは、オフラインであってもコミットするべきタイミングで変更をコミットできます。
-ネットワークのアクセスは変更を公開するもしくは別の場所の変更にアクセスするときのみ求められます。
-
-実際、分散型VCSツールを賢く使うことでオフライン作業を超えたいくつかの開発者にとっての利点があります。
-
- * 開発者が実験用のブランチを作るのが簡単になります
- * 仲間とのアドホックなコラボレーションが簡単になります
- * ルーチンタスクの時間が減ります - より創造的な活動に時間を割けます
- * "feature-wide" コミットの利用を通してリリース管理の柔軟性が増します
- * トランクの質と安定性を高い水準で維持でき、それによって作業者のストレスが少なくなります
- * オープンなコミュニティにおいて:
-
-   * コア開発者ではない人が作成と変更の維持をしやすくなります
-   * コア開発者が外部の開発者と共同作業をしてコアのチームに組み込むことが楽になります
-
- * 会社において、分散されたチームや外部のチームと連携するのが簡単になります
-
-分散型VCSツールの集中型より優れた点の詳細な一覧に関しては、 http://wiki.bazaar.canonical.com/BzrWhy
-を参照してください。
-
-
-Bazaarの主要な機能
--------------------
-
-Bazaarは現存する唯一のVCSツールではありませんが、多くのチームとコミュニティにとって\
-よい選択肢になる優れた機能をいくつか持ちます。
-別のVCSツールとの比較の要約はBazaarのWiki、 http://wiki.bazaar.canonical.com で見つかります。
-
-多くの機能の中で、とりわけ強調するものがあります:
-BazaarはPythonで書かれた完全にフリーなソフトウェアです。
-結果として、改善に貢献することは簡単です。
-手を貸して頂けるのであれば、 http://wiki.bazaar.canonical.com/BzrSupport を参照して頂くようお願いします。
-
-
-さらに学ぶ
------------
-
-このマニュアルではBazaarの簡単な紹介と効果的な使い方を提供します。
-すべてのユーザーは、少なくとも次の点について書かれたこの章の残りを読むことが推奨されます:
-
- * ユーザーが知る必要のある中心的な概念を説明します
- * Bazaarを利用した人気のある方法をいくつか紹介します
-
-2-6章ではさまざまなタスクを実現するためにBazaarを使う方法を詳しく説明します。
-Bazaarを使い始めた後で最初から最後まで読むことをほとんどの方にお勧めします。
-7章とそれ以降はコアの機能を理解した上でBazaarを利用する際に手助けになる追加情報を提供します。
-この教材は必要なときに任意の順番で読むことができます。
-
-すでに他のバージョン管理ツールに慣れ親しんでいるのであれば、次のドキュメントを読んですぐに始めるとよいでしょう:
-
- * 5分でBazaar_ - ミニチュートリアル
- * Bazaarクィックスタートカード_ - よく使われるコマンドを1ページにまとめた要約。
-
-加えて、オンラインのヘルプと `Bazaarユーザーリファレンス`_
-は利用可能なコマンドとオプションのすべての詳細を提供します。
-
-.. _5分でBazaar: ../mini-tutorial/index.html
-.. _Bazaarクィックスタートカード: ../quick-reference/index.html
-.. _Bazaarユーザーリファレンス: ../user-reference/index.html
-
-このマニュアルがお役に立てることを願っております。Bazaarの残りのドキュメントの改善を提案したいのであれば、
-メーリングリスト(bazaar@lists.canonical.com)に連絡して頂けるようお願いします。

=== removed file 'doc/ja/user-guide/licence.txt'
--- old/doc/ja/user-guide/licence.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/user-guide/licence.txt	1970-01-01 00:00:00 +0000
@@ -1,7 +0,0 @@
-Licence
-===============
-
-Copyright 2009-2011 Canonical Ltd. Bazaar is free software, and you
-may use, modify and redistribute both Bazaar and this document under
-the terms of the GNU General Public License version 2 or later.  See
-<http://www.gnu.org/licenses/>.

=== removed file 'doc/ja/user-guide/merging_changes.txt'
--- old/doc/ja/user-guide/merging_changes.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/user-guide/merging_changes.txt	1970-01-01 00:00:00 +0000
@@ -1,93 +0,0 @@
-変更をマージする
-=================
-
-並行開発
----------
-
-誰かがプロジェクトの独自ブランチを持ったら、 並行して変更を行い、\
-オリジナルのブランチを続ける開発にコミットできます。
-まもなくですが、開発の独立したラインを結合することが必要にあります。
-このプロセスは *マージ (merging)* として知られます。
-
-mergeコマンド
--------------
-
-別のブランチから変更を受け入れるためには、 ``merge`` コマンドを使います。
-構文は次のとおりです::
-
-  bzr merge [URL]
-
-URLが渡されない場合、オリジナルのものから由来する初期のブランチがデフォルト\
-として使われます。
-たとえば、BillがMaryの作業内容からブランチを作る場合、
-下記のようにコマンドを入力すれば彼女の次の変更をマージできます::
-
-  bzr merge
-
-一方で、MaryはBillのブランチで行われた作業内容を彼女のブランチにマージ\
-したいかもしれません。
-この場合、彼女は最初に明示的にURLを渡す必要があります::
-
-  bzr merge bzr+ssh://mary@bill-laptop/cool-repo/cool-trunk
-
-マージブランチがまだ設定されていなければ、これによってデフォルトの\
-マージブランチが設定されます。
-設定した後でデフォルトを変更するためには、 ``--remember`` オプション\
-を使います。
-
-マージの動作方法は？
---------------------
-
-マージのためのいくつかのアルゴリズムがあります。
-Bazaarのデフォルトのアルゴリズムは次のように動作する
-*3方向マージ (3-way merging)* の一種です。
-Aが祖先でBとCの2つがブランチであると仮定すると、次のテーブルは使われるルールを\
-提示します。
-
-  === === === ====== =================
-   A   B   C  結果   コメント
-  === === === ====== =================
-   x   x   x  x      unchanged
-   x   x   y  y      line from C
-   x   y   x  y      line from B
-   x   y   z  ?      conflict
-  === === === ====== =================
-
-マージの中には人間の手助けによってのみ完了するものがあることに留意してください。
-これらを解決する方法の詳細は `衝突を解消する <resolving_conflicts.html>`_ を参照してください。
-
-マージを記録する
------------------
-
-衝突が解決した後で、マージをコミットする必要があります。例です::
-
-  bzr commit -m "Merged Mary's changes"
-
-衝突が無くても、明確なコミットがまだ必要です。
-他のツールとは異なり、これはBazaarの機能と考えられています。
-クリーンなマージは必ずしもよいマージとは限らないので、個別の明確なステップ\
-としてコミットすることで、すべてがよい状態にあることを検証するための最初の\
-テストスィートを実行できます。
-
-問題が見つかったら、マージをコミットする前にそれらを訂正する\
-もしくは ``revert`` を使用してマージを廃棄すべきです。
-
-マージの追跡
-------------
-
-Bazaarの機能の中で最も重要な機能の1つは、分散型で高品質の\
-*マージトラッキング* です。
-言い換えると、Bazaarは何がすでにマージされていることを覚えており、\
-マージのための最良の祖先を賢く選ぶためにその情報を使い、\
-衝突の回数と規模を最小にします。
-
-あなたが他の多くのVCSツールの難民であるなら、
-*何が何でもマージは避けさせてください* という習慣から抜け出すのは\
-本当に難しいかもしれません。
-Bazaarによっていつでも安全に他の人とのマージを行うことができます。
-peer-to-peerの方法でうまくゆくときに、高い品質を保つために、
-"統合のたまり場"として集中型のブランチを使うことも避けられます。
-コラボレーションしている変更を本当に広く共有する準備ができたら、\
-変更を中心のブランチにマージしてコミットする機会です。
-
-このようにマージ機能がうまくゆけば開発者の共同作業の方法を変えることができます。

=== removed file 'doc/ja/user-guide/organizing_branches.txt'
--- old/doc/ja/user-guide/organizing_branches.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/user-guide/organizing_branches.txt	1970-01-01 00:00:00 +0000
@@ -1,95 +0,0 @@
-ブランチを編成する
-===================
-
-ミラーブランチ
-----------------
-
-開発をするために分散型のワークフローを利用する際の主要な違いは\
-メインのローカルブランチは変更を行う場所ではないことです。
-代わりに、中心ブランチのそのままのコピーとして保存されます。
-すなわち、これは *ミラーブランチ* です。
-
-ミラーブランチを作るためには、共用リポジトリ(まだなければ)を作り\
-ミラーを作るために ``branch`` コマンド(もしくは ``checkout``)を使います。
-例です::
-
-  bzr init-repo PROJECT
-  cd PROJECT
-  bzr branch bzr+ssh://centralhost/srv/bzr/PROJECT/trunk
-
-タスクのブランチ
------------------
-
-それぞれの新しい機能もしくは修正は独自のブランチの中で開発されます。
-これらのブランチは *機能ブランチ* もしくは *タスクブランチ* として言及されます -
-用語はお互いに置き換えて使うことができます。
-
-タスクブランチを作るためには、ミラーブランチに対して  ``branch`` コマンドを使います。
-例です::
-
-  bzr branch trunk fix-123
-  cd fix-123
-  (hack, hack, hack)
-
-この方法には数多くの利点があります:
-
- 1. 並行して複数の変更に取り組むことができます
- 2. 変更の間の交換が減ります
- 3. 複数の人々は準備ができるまでpeer-to-peerモードでブランチに取り組むことができます
-
-とりわけ、変更が他のものより料理するのに時間がかかるのであれば、レビューを求めたり、
-フィードバックを適用することができます。
-中心ブランチにマージする前に個別のブランチで十分な品質の作業を完了させることで、
-中心ブランチの品質と安定性は以前よりも高い水準を維持します。
-
-ミラーブランチをリフレッシュする
----------------------------------
-
-これを行うためには ``pull`` コマンドを使います::
-
-  cd trunk
-  bzr pull
-
-最新のトランクを機能ブランチにマージする
------------------------------------------
-
-これを行うためには ``merge`` コマンドを使います::
-
-  cd fix-123
-  bzr merge
-  (resolve any conflicts)
-  bzr commit -m "merged trunk"
-
-機能をトランクにマージする
----------------------------
-
-異なる分散型のワークフローの方針は変わります、
-すべての開発者がメイントランクにコミットする権限を持つ最もシンプルな\
-事例は下記のとおりです。
-
-ミラーがチェックアウトなら::
-
-  cd trunk
-  bzr update
-  bzr merge ../fix-123
-  (resolve any conflicts)
-  bzr commit -m "Fixed bug #123"
-
-ミラーがブランチの場合::
-
-  cd trunk
-  bzr pull
-  bzr merge ../fix-123
-  (resolve any conflicts)
-  bzr commit -m "Fixed bug #123"
-  bzr push
-
-タスクブランチをバックアップする
---------------------------------
-
-集中型ワークフローの副作用の1つは変更がITオペレーションの一部として\
-バックアップされる中心位置にしょっちゅうコミットされることです。
-タスクブランチを開発するとき、作業内容を中心位置に公開することは\
-バックアップになるのでよい考えです(しかし共用位置であることは必須ではありません)。
-この目的のためだけにローカルのタスクブランチをバックアップサーバー上で\
-確立されたリモートブランチにバインドするとよいかもしれません。

=== removed file 'doc/ja/user-guide/organizing_your_workspace.txt'
--- old/doc/ja/user-guide/organizing_your_workspace.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/user-guide/organizing_your_workspace.txt	1970-01-01 00:00:00 +0000
@@ -1,177 +0,0 @@
-.. _organizing-your-workspace:
-
-作業スペースを構成する
-=========================
-
-.. _common-workspace-layouts:
-
-一般的なレイアウト
----------------------
-
-Bazaarのユーザーがプロジェクトのための作業スペースを構成するベストな方法は、\
-次のような要素に依存します:
-
-* ユーザーの役割: プロジェクトオーナー vs コア開発者 vs カジュアルな貢献者
-
-* ワークフロー: プロジェクトが推奨/強制している、貢献のためのワークフロー
-
-* サイズ: 大きいプロジェクトは小さいプロジェクトよりもリソースを要求します。
-
-少なくとも4つの一般的なワークスペースの構成方法があります。
-
-* lightweight checkout
-* standalone tree
-* feature branches
-* switchable sandbox.
-
-各レイアウトの簡単な説明を以下に記します。
-
-
-軽量チェックアウト
---------------------
-
-このレイアウトでは、作業ツリーはローカルですがブランチはリモートにあります。
-これはCVSやSVNで一般的に利用されるレイアウトで、シンプルで簡単に理解できます。
-
-セットアップするには::
-
-  bzr checkout --lightweight URL project
-  cd project
-
-作業するには::
-
-  (make changes)
-  bzr commit
-  (make changes)
-  bzr commit
-
-各コミットが暗黙的に変更を同じブランチを利用している他の人に公開していることに\
-注意してください。ただし、コミットが成功するには作業ツリーがリモートのブランチの\
-最新の状態になっている必要があります。最新のコードを取得してマージするには、::
-
-  bzr update
-
-
-スタンドアロンツリー
-----------------------
-
-このレイアウトでは、作業ツリーとブランチは一つの場所にあります。
-共有リポジトリが上位のディレクトリに無い限り、リポジトリも同じ場所に\
-格納されます。これはBazaarのデフォルトレイアウトで、小規模から中規模の\
-大きさのプロジェクトに適しています。
-
-セットアップ::
-
-  bzr branch URL project
-  cd project
-
-作業::
-
-  (make changes)
-  bzr commit
-  (make changes)
-  bzr commit
-
-変更を中央の場所に公開する::
-
-  bzr push [URL]
-
-pushするURLは最初の一回だけ要求されます。
-
-もし中央の場所が、pushするまでの間に他のユーザーからの変更を受け取っていた\
-場合、pushする前にそれらの変更をローカルブランチにmergeする必要があります::
-
-  bzr merge
-  (resolve conflicts)
-  bzr commit
-
-代替手段として、チェックアウトを使うこともできます。ブランチと同じように\
-チェックアウトも履歴全体をローカルにコピーしますが、ローカルブランチが\
-リモートの場所に束縛されているので、両方のブランチに一度にコミットされます。
-
-注意: チェックアウトはローカルコミット+pushに比べてスマートです。
-チェックアウトはまずリモートにコミットして、それが成功したときにだけ\
-ローカルにもコミットします。
-
-.. _feature-branches:
-
-機能ブランチ
---------------
-
-このレイアウトでは、いくつかのブランチとツリーがあって、一般的にリポジトリを共有します。
-一つのブランチは "trunk" のミラーを保存していて、それ以外の作業単位(例:バグ修正や
-機能追加)にはそれぞれの "機能ブランチ" を作ります。
-このレイアウトはほとんどのプロジェクト、特に中規模のものにとって理想的です。
-
-セットアップ::
-
-  bzr init-repo project
-  cd project
-  bzr branch URL trunk
-
-機能ブランチを開始する::
-
-  bzr branch trunk featureX
-  cd featureX
-
-作業する::
-
-  (make changes)
-  bzr commit
-  (make changes)
-  bzr commit
-
-変更をメーリングリストに公開してレビュー&承認してもらう::
-
-  bzr send
-
-変更を公開ブランチで公開する(たとえばLaunchpad上でmerge要求を出すために)::
-
-  bzr push [URL]
-
-変化形として、trunkをチェックアウトとして作ることもできます。
-もしtrunkへのコミット権限を持っているのであれば、trunkへマージして\
-コミットするとその変更は暗黙的に公開されます。
-他には、trunkのURLが読み込み専用だった場合(例: HTTP アドレス)、チェックアウトを\
-利用することはローカルのtrunkミラーに間違えて変更を登録してしまうことを\
-防止します。これはプロジェクトがPQMなどのゲートキーパー型のワークフロー\
-を利用していたときに有用です。
-
-
-.. _local-sandbox:
-
-ローカルのsandbox
-------------------
-
-このレイアウトは機能ブランチのレイアウトとほぼ同じですが、機能ブランチが\
-それぞれ作業ツリーを持つ代わりに一つの作業ツリーを共用する点が違います。
-これはgitのデフォルトレイアウトに似ていて、大きなツリー(10000ファイル以上\
-とか)を持つプロジェクトや、ビルドによる加工物(.oや.classファイルといった)\
-を大量に作るプロジェクトに適しています。
-
-セットアップ::
-
-  bzr init-repo --no-trees project
-  cd project
-  bzr branch URL trunk
-  bzr checkout --lightweight trunk sandbox
-  cd sandbox
-
-これでsandboxで作業を開始できますが、sandboxがtrunkを参照したままコミット\
-してしまうと、(trunkがcheckoutで無い限り)trunkが元のtrunkのミラーでは\
-なくなってしまいます。
-なので、まず機能branchを作ってsandboxをそちらに紐づけましょう::
-
-  bzr branch ../trunk ../featureX
-  bzr switch ../featureX
-
-この後の、変更を行ったりその変更を公開して適用してもらうまでの\
-プロセスは機能ブランチレイアウトの時と同じです。
-
-
-進んだレイアウト
-----------------
-
-お望みとあれば、あなたのお好みの構成に合わせてレイアウトを決めることができます。
-例やアイデアについては `共有リポジトリのレイアウト <shared_repository_layouts.html>`_
-を参照してください。

=== removed file 'doc/ja/user-guide/part2_intro.txt'
--- old/doc/ja/user-guide/part2_intro.txt	2009-10-29 10:01:19 +0000
+++ new/doc/ja/user-guide/part2_intro.txt	1970-01-01 00:00:00 +0000
@@ -1,11 +0,0 @@
-これからの長い旅
-=================
-
-前の章でBazaarがあなた自身と他の人との共同作業を生産的にすることを手助け\
-してくれる方法について確固として理解して頂けることを筆者達は願っております。
-初めてBazaarを学んでいるのであれば、一度習得したら、このマニュアルに戻るために\
-すでにカバーされた手順を試すとよいかもしれません。
-
-残りの章ではBazaarをより適切に使うためのさまざまなトピックをカバーしています。
-明言されない限り、この章と残りの章はそれぞれ独立しているので好きな順序で
-読むことができます。

=== removed file 'doc/ja/user-guide/partner_intro.txt'
--- old/doc/ja/user-guide/partner_intro.txt	2009-10-29 10:01:19 +0000
+++ new/doc/ja/user-guide/partner_intro.txt	1970-01-01 00:00:00 +0000
@@ -1,33 +0,0 @@
-他の人と連携する
-=================
-
-Peer-to-peerをうまくやる
--------------------------
-
-多くの場合、1人よりも2人で考える方がベターです。
-1人でプロジェクトを始め、誰かがあなたを手伝いたい、もしくはあなたが別の人に助けを求めたいことがあります。
-ペアプログラマとしてタスクを割り当てられたより大きなチームのメンバーであることでしょう。
-どちらにしても、効率よく共同作業を行うために、2人の人間がプロセス、ガイドラインとツールセットの一式に同意する必要があります。
-
-誰かに電話で直接呼び出すことが許可されていなくて、彼らに話しかける唯一の方法は最初に電話会議を予約することである場合を想像してください。
-集中型のVCSのリポジトリを通してのみコードを共有する企業とコミュニティは毎日\
-そのような拘束に耐えています。
-中央管理がうまくいくときもあれば、peer-to-peerがうまくいくときもあります。
-Bazaarはどちらの場合でも手助けになるように設計されました。
-
-パートナーのワークフロー
--------------------------
-
-これは唯一の方法ではありませんが、下記の *パートナーのワークフロー* はBazaarを利用してペアで共同作業をしたい人々のためのよいスタート地点です。
-
-.. image:: images/workflows_peer.png
-
-以前の章でカバーしたタスクに加えて、この章では2つの必要不可欠なコラボレーション活動を紹介します:
-
- * ブランチのコピーを手に入れる
- * 複数のブランチの間の変更をマージする
-
-コードベースに取り組むだけのときでも、たとえば異なるリリースのために\
-複数のブランチを手元に置き必要に応じてそれらの変更をマージすることは\
-とても実用的です。
-あなたの "パートナー" が本当にあなた自身かもしれませんから。

=== removed file 'doc/ja/user-guide/plugins.txt'
--- old/doc/ja/user-guide/plugins.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/user-guide/plugins.txt	1970-01-01 00:00:00 +0000
@@ -1,97 +0,0 @@
-プラグインを利用する
-=====================
-
-.. Information on how to use plugins in Bazaar.
-
-プラグインとは？
------------------
-
-プラグインは主にサードパーティによって作られたBazaarのための外部コンポーネントです。
-プラグインは新しい機能を追加することでBazaarを補強する能力があります。
-プラグインは現在の機能を置き換えることでBazaarのふるまいを変更することもできます。
-プラグインのサンプルのアプリケーションは次のとおりです:
-
-* コマンドをオーバーライドする
-* 新しいコマンドを追加する
-* 追加のネットワーク転送機能を提供する
-* ログの出力をカスタマイズする
-
-プラグインを通してできるカスタマイズの可能性は際限がありません。
-実際、開発者が新しい機能を公式のコードベースに含める前にテストするための方法としてプラグインは機能します。
-プラグインは機能の引退時でも同様に役立ちます。たとえば廃止されたファイルのフォーマットがある日Bazaarのコアから除外されるかもしれませんが\
-代わりにプラグインとして利用できます。
-
-プラグインはユーザーにとって、外部の開発者にとっても、Bazaar自身にもよいものです。
-
-プラグインが見つかる場所
--------------------------
-
-http://wiki.bazaar.canonical.com/BzrPlugins ページで
-プラグインのリストが見つかります。
-
-プラグインをインストールする方法
----------------------------------
-
-プラグインのインストール作業はとても簡単です！　まだ作られていなければ、
-Bazaarの設定ディレクトリの元で ``plugins`` ディレクトリを作ります。
-Unix の場合は ``~/.bazaar/`` でWindowsの場合は
-``C:\Documents and Settings\<username>\Application Data\Bazaar\2.0\`` です。
-このディレクトリの範囲内では(下記では$BZR_HOMEとして言及される) それぞれのプラグインは独自のサブディレクトリに設置されます。
-
-プラグインはとりわけBazaarのブランチとよく連携します。
-たとえば、 GNU/Linux のメインのユーザーアカウント用に bzrtools
-プラグインをインストールするためには、次のコマンドを実行します::
-
-    bzr branch http://panoramicfeedback.com/opensource/bzr/bzrtools
-    ~/.bazaar/plugins/bzrtools
-
-プラグインをインストールするディレクトリの名前はPythonの有効な識別子でなければなりません。
-このことはディレクトリは特定の文字だけを含まなければならないことを意味します。とりわけハイフン (``-``) を含んではなりません。
-``bzr-gtk`` を ``$BZR_HOME/plugins/bzr-gtk`` にインストールするよりも、 ``$BZR_HOME/plugins/gtk`` にインストールします。
-
-プラグインの代替用の場所
--------------------------
-
-必要なパーミッションがあれば、プラグインをシステム全体のベースに
-インストールすることもできます。
-
-環境変数 ``BZR_PLUGIN_PATH`` をプラグインが含まれるディレクトリに
-設定することで個人のプラグインの場所を上書きできます。
-(詳細な解説は
-`ユーザーリファレンス <../user-reference/configuration-help.html#bzr-plugin-path>`_ 
-を参照してください。)
-
-
-インストールされたプラグインの一覧を表示する
----------------------------------------------
-
-これを行うためには、次のようにpluginsコマンドを使います::
-
-    bzr plugins
-
-それぞれのプラグインの名前、場所とバージョンが表示されます。
-
-プラグインによって追加された新しいコマンドは ``bzr help commands`` を実行することで見ることができます。
-プラグインによって提供されたコマンドはブラケットの中のプラグインの名前に従って表示されます。
-
-人気のあるプラグイン
---------------------
-
-次の表は人気のあるプラグインのサンプルです。
-
-  ================ ================= ==================================
-  カテゴリ         名前              説明
-  ================ ================= ==================================
-  GUI              QBzr              QtベースのGUIツール
-  GUI              bzr-gtk           GTKベースのGUIツール
-  GUI              bzr-eclipse       Eclipseとの統合
-  General          bzrtools          その他。shelfを含めた機能の強化
-  General          difftools         外部の差分ツールヘルパー
-  General          extmerge          外部のマージツールヘルパー
-  Integration      bzr-svn           Subversionをリポジトリとして利用する
-  Migration        cvsps             CVSパッチセットを移行させる
-  ================ ================= ==================================
-
-あなた独自のプラグインを書きたい場合、難しいことではありません。
-始めるためには付録の `プラグインを書く <writing_a_plugin.html>`_
-の項目をご覧ください。

=== removed file 'doc/ja/user-guide/publishing_a_branch.txt'
--- old/doc/ja/user-guide/publishing_a_branch.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/user-guide/publishing_a_branch.txt	1970-01-01 00:00:00 +0000
@@ -1,69 +0,0 @@
-.. _publishing_a_branch:
-
-ブランチを公開する
-===================
-
-集中型リポジトリをセットアップする
--------------------------------------
-
-集中型のワークフローはコンピュータ上のブランチを中心型のブランチ\
-として指名することで使うことができます。
-実際大抵のチームは集中型のブランチをホストするために専用サーバーを\
-持ちます。
-
-共用リポジトリをローカルで使うことが最良の習慣であるように、\
-中心型のブランチを共用リポジトリを設置することもお勧めです。
-通常は、中心型の共用ブランチはファイルの作業コピーではなく\
-履歴のみを保存することに注意してください。
-なので、そのような共有リポジトリを作るときには通常 ``no-trees``
-オプションを使います::
-
-  bzr init-repo --no-trees bzr+ssh://centralhost/srv/bzr/PROJECT
-
-この手順をcvsrootもしくはSubversionのリポジトリのセットアップとして\
-似たようなものとして考えることができます。
-しかしながら、Bazaarはリポジトリ内のブランチの編成方法をより柔軟にします。
-ガイドラインと例に関しては付録の
-`共用レポジトリのレイアウト <shared_repository_layouts.html>`_ を参照してください。
-
-
-集中型ブランチを始める
--------------------------
-
-集中型ブランチに初期の内容を投入する方法は2つあります:
-
- 1. ローカルのブランチを作り中央にプッシュする
- 2. 空の中央ブランチを作り内容をコミットする
-
-最初のやり方の例です::
-
-  bzr init-repo PROJECT  (ローカルリポジトリを準備する)
-  bzr init PROJECT/trunk
-  cd PROJECT/trunk
-			 (開発ファイルをコピーする)
-  cp -ar ~/PROJECT .     (OS固有のツールを使用してファイルをコピーする)
-  bzr add                (リポジトリを投入する; バージョン管理を始める)
-  bzr commit -m "Initial import"
-                         (中心リポジトリに公開する)
-  bzr push bzr+ssh://centralhost/srv/bzr/PROJECT/trunk
-
-2番目のやり方の例です::
-
-  bzr init-repo PROJECT  (ローカルリポジトリを準備する)
-  cd PROJECT
-  bzr init bzr+ssh://centralhost/srv/bzr/PROJECT/trunk
-  bzr checkout bzr+ssh://centralhost/srv/bzr/PROJECT/trunk
-  cd trunk
-  cp -ar ~/PROJECT .     (OS固有のツールを使用してファイルをコピーする)
-  bzr add                (リポジトリを投入する; バージョン管理を始める)
-  bzr commit -m "Initial import"
-                         (中心リポジトリに公開する)
-
-``checkout`` コミットを使って作られた作業ツリー内部でコミットすると\
-ローカルと同様に内容は暗黙の内に中心位置にコミットされることに注意してください。
-``checkout`` の代わりに ``branch`` コマンドを使ったので、\
-内容はローカルにのみコミットされます。
-
-このように中心位置に密接に連動した作業ツリーは *チェックアウト(checkouts)*
-と呼ばれます。
-この章の残りでは数多くの機能を詳しく説明します。

=== removed file 'doc/ja/user-guide/recording_changes.txt'
--- old/doc/ja/user-guide/recording_changes.txt	2009-10-29 10:01:19 +0000
+++ new/doc/ja/user-guide/recording_changes.txt	1970-01-01 00:00:00 +0000
@@ -1,76 +0,0 @@
-変更を記録する
-===============
-
-bzr commit
-----------
-
-作業ツリーの状態が満足のゆくものであるとき、これをブランチに **コミット** できます。
-そしてその状態のスナップショットを保持する新しいリビジョンが作られます。
-
-**commit** コマンドはリビジョンの変更を記述するメッセージをとります。
-コミットはあなたのユーザーID、現在の時間とタイムゾーン、一覧表とツリーの内容も記録します。
-コミットメッセージは ``-m`` もしくは ``--message`` オプションによって指定されます。
-複数行のコミットメッセージを入力できます;
-大抵のシェルでは行の終わりで引用符を開いたままにするだけで入力できます。
-
-::
-
-    % bzr commit -m "added my first file"
-
-ファイルからメッセージを得るために ``-F`` オプションを使うことができます。
-中には、作業している間にコミットメッセージ用のノートを作り、自分が何を行い何を発言したのか
-確認するために差分をレビューしたい人がいます。
-(このファイルは一休みしてから作業を取り出すのにも役立ちます)
-
-エディタからのメッセージ
--------------------------
-
-``-m`` もしくは ``-F`` オプションを使わないのであれば、
-bzrはメッセージを入力するためにエディタを開きます。
-起動させるエディタは ``$VISUAL`` もしくは ``$EDITOR`` 環境変数によって制御され、
-``~/.bazaar/bazaar.conf`` の中の ``editor`` 設定によって上書きできます;
-``$BZR_EDITOR`` は上記で言及したエディタのオプションを上書きします。
-変更なしでエディタを閉じると、コミットはキャンセルされます。
-
-エディタの中で開かれるファイルは境界線を含みます。
-この行の下のファイルの部分は情報用のみのために含まれ、コミットメッセージには\
-含まれません。
-セパレータの下側はコミットで変更されるファイルの一覧が表示されます。
-上記の行の上側でメッセージを書き、ファイルを保存して閉じます。
-
-編集メッセージとしてコミットする差分を見たければ ``--show-diff`` オプションを使うことができます。
-これはエディタが開くときにエディタの差分を含みます。セパレータの下とファイルに関する情報はコミットされます。
-これは書いたメッセージを読むことができることを意味しますが、
-差分自身は終了したときにコミットメッセージに表示されません。
-一部をメッセージに含めたいのであれば、それらをセパレータの上側にコピー＆ペーストできます。
-
-選択可能なコミット
-------------------
-
-コミットのコマンドラインでファイルもしくはディレクトリの名前を渡すと
-それらのファイルへの変更のみがコミットされます。たとえば::
-
-    % bzr commit -m "documentation fix" commit.py
-
-デフォルトではサブディレクトリから実行されたとしても
-bzrは常にツリーへのすべての変更をコミットします。
-現在のディレクトリのみからコミットするには、ドットを引数として使います::
-
-    % bzr commit .
-
-変更に署名をつける
--------------------
-
-たとえば誰かのパッチを適用するときなど、コミットしようとしている変更があなたのものでないなら、 ``--author`` という commit のオプションを使って変更に署名をつけられます。 ::
-
-    % bzr commit --author "Jane Rey <jrey@example.com>"
-
-ここで指定された人はそのリビジョンの "author" として記録され、\
-あなたはそのリビジョンの "committer" として記録されます。
-
-もしリビジョンの変更がペアプログラミングなどにより複数の人に作られたもの\
-ならば、 ``--author`` を複数回指定して記録することができます。 ::
-
-    % bzr commit --author "Jane Rey <jrey@example.com>" \
-        --author "John Doe <jdoe@example.com>"
-

=== removed file 'doc/ja/user-guide/releasing_a_project.txt'
--- old/doc/ja/user-guide/releasing_a_project.txt	2009-10-29 10:01:19 +0000
+++ new/doc/ja/user-guide/releasing_a_project.txt	1970-01-01 00:00:00 +0000
@@ -1,43 +0,0 @@
-プロジェクトをリリースする
-==========================
-
-リリースをパッケージ化する
---------------------------
-
-``export`` コマンドはリリースのパッケージを作成するために使われます。
-すなわち、ブランチの中のファイルとディレクトリをコピーしてそれらを真新しいディレクトリもしくはアーカイブファイルのパッケージを作成します。
-たとえば、このコマンドは最後にコミットされたバージョンを ``tar.gz`` アーカイブファイルにパッケージ化します::
-
-  bzr export ../releases/my-stuff-1.5.tar.gz
-
-``export`` コマンドは下記に示されるアーカイブのタイプを作るためにアーカイブファイルの接尾辞を使います。
-
-      ==========================       ===================
-      サポートされるフォーマット       拡張子で自動検出
-      ==========================       ===================
-         dir                                (none)
-         tar                                 .tar
-         tbz2                           .tar.bz2, .tbz2
-         tgz                             .tar.gz, .tgz
-         zip                                 .zip
-      ==========================       ===================
-
-最新のリビジョン以外のリビジョンをパッケージにすることを望むのであれば、 ``-r`` オプションを使います。
-アーカイブ内部のrootディレクトリを調整したいのであれば、 ``--root``
-オプションを使います。
-``export`` によってサポートされるオプションの詳細については
-オンラインヘルプもしくはユーザーリファレンスを参照してください。
-
-リリースをタギングする
------------------------
-
-リリースのパッケージを作成するために使われたバージョンを覚えるよりも、
-``tag`` コマンドを使ってバージョンのためのシンボルを定義する方が便利です::
-
-  bzr tag version-1-5
-
-リビジョンの識別子が必要なときはいつでもそのタグを使うことができます::
-
-  bzr diff -r tag:version-1-5
-
-ブランチの中で定義したタグの一覧を見たい場合、 ``tags`` コマンドを使います。

=== removed file 'doc/ja/user-guide/resolving_conflicts.txt'
--- old/doc/ja/user-guide/resolving_conflicts.txt	2009-10-29 10:01:19 +0000
+++ new/doc/ja/user-guide/resolving_conflicts.txt	1970-01-01 00:00:00 +0000
@@ -1,75 +0,0 @@
-衝突の解消
-===========
-
-ワークフロー
--------------
-
-マージプロセスの間にそれぞれの衝突を解消することを強制する他のいくつかのツール\
-とは異なり、Bazaarはできる限りマージしてから衝突を報告します。
-これによって衝突の解消をより扱いやすくします。
-解消すべき方法を決めることを手助けするためにポストマージツリー全体の内容が\
-利用可能だからです。
-それぞれの解消もしくはグループがよい状態であることを確認するためにテストを\
-いくつか選んで実行することもよいでしょう。
-
-衝突の一覧を表示する
----------------------
-
-``merge`` コマンドで報告されるのと同様に、\
-突出した衝突の一覧は ``conflicts`` コマンドを使用することでいつでも表示されます。
-これは ``status`` コマンドから出力の一部として含めることも可能です。
-
-衝突を解消する
---------------
-
-衝突に遭遇したら、 ``merge`` コマンドは解決されていない領域を表示する\
-埋め込みマーカーをそれぞれのファイルに追加します。
-1つの衝突を持つそれぞれのファイルに対して3つのファイルも作ります:
-
- * foo.BASE
- * foo.THIS
- * foo.OTHER
-
-``foo`` は衝突したファイルの名前です。
-多くの場合、問題になっているそれぞれのファイルを手作業で編集し、\
-関連領域を修正し衝突マーカーを除去することで衝突を解消できます。
-
-衝突の中のすべてのファイルを修正し、マーカーを削除した後で、
-``resolve`` コマンドを使用してBazaarにそれらを解決したものとしてマークするように頼みます::
-
-  bzr resolve
-
-代わりに、それぞれのファイルを修正した後で、これを解消したものとしてマークできます::
-
-  bzr resolve foo
-
-``resolve`` コマンドは作業ツリーからBASE, THIS, OTHERファイルをクリーンナップします。
-
-remergeコマンドを使う
----------------------
-
-いくつかの場合、任意のファイルに対して異なるマージアルゴリズムを試したいことがあります。
-これを行うためには、ファイルを次のように指定して ``remerge`` コマンドを使います::
-
-  bzr remerge --weave foo
-
-``foo`` はファイルで ``weave`` オプションは利用可能なマージアルゴリズムです。
-いわゆる ``criss-cross`` (十字遺伝)マージが検出されたときに、
-たとえば、2つのブランチが同じものをマージしてからお互いをマージするときに、\
-このアルゴリズムはとりわけ便利です。
-詳細については ``criss-cross`` と ``remerge`` のオンラインヘルプを参照してください。
-
-衝突を解消するために外部ツールを利用する
------------------------------------------
-
-衝突を解消するためにGUIツールを利用したいのであれば、
-*extmerge* プラグインをインストールしてください。次のようにインストールできます::
-
-  bzr extmerge foo
-
-``foo`` は衝突したファイルです。
-解消するファイルの一覧を提供するよりも、すべての衝突ファイルを暗黙の内に指定するために ``--all`` オプションを利用できます。
-
-``extmerge`` コマンドは ``bazaar.conf`` ファイルの中の ``external_merge`` 設定によって指定されるツールを使います。
-設定されていなければ、 ``kdiff3`` もしくは ``opendiff`` のような人気のあるマージツールが設定されます。
-後者はOS XのFileMergeのコマンドラインインターフェイスです。

=== removed file 'doc/ja/user-guide/reusing_a_checkout.txt'
--- old/doc/ja/user-guide/reusing_a_checkout.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/user-guide/reusing_a_checkout.txt	1970-01-01 00:00:00 +0000
@@ -1,83 +0,0 @@
-チェックアウトを再利用する
-===========================
-
-動機
------
-
-時々、複数のブランチに取り組むために単独のチェックアウトを\
-サンドボックスとして持つことは便利です。
-挙げられる理由のいくつかは次の内容を含みます:
-
- * 作業ツリーが大きいときディスクスペースを節約する
- * 固定された位置で開発する
-
-多くの場合、作業ツリーのディスクの利用量は ``.bzr`` ディレクトリよりも
-大きくなります。
-複数のブランチに取り組みたいが、それぞれの作業ツリーすべてのオーバーヘッドを\
-許容できない場合、複数のブランチをまたがってチェックアウトを再利用することが\
-うまくゆく方法です。
-
-他の機会において、サンドボックスの位置は数多くの開発とテストツールに設定されます。
-繰り返しますが、複数のブランチをまたがったチェックアウトの再利用は役に立ちます。
-
-
-ブランチが結びつけられた場所を変更する
----------------------------------------
-
-チェックアウトが結びつけられている場所を変更するためには、次の手順に従います:
-
- 1. 作業内容が失われないようにローカルの変更が中央ブランチにコミット
-    されたことを確認します
-
- 2. 取り組みたい新しいリモートブランチのURLを渡して ``bind`` コマンドを使います
-
- 3. ``revert`` コマンドの後に続いて ``update`` コマンドを使用して望むブランチの
-    コピーをチェックアウトします
-
-新しいブランチに bind して update するだけだと、コミットしたもの、していないもの\
-両方のローカルの変更がマージされることに注意してください。
-``revert`` か ``commit`` を使って、それらを維持するか破棄するかを決めなければ\
-いけません。
-
-bind+update レシピの代わりは ``switch`` コマンドを使うことです。これは基本的に、\
-ツリーの中のコミットされていない変更がマージされること以外は、既存のブランチを\
-除去して新しい位置で ``checkout`` を再び実行することと同じです。
-
-注: 場合によってバインドされた異なるブランチの適切なキャッシュをチェックアウトするために
-``switch`` はコミットされた変更を廃棄するので、ローカルにコミットされているが最も最近\
-バインドされたブランチにまだコミットされていない変更が存在する場合意図的に失敗します。
-これらの変更を本当に廃棄したいのであれば、 ``--force`` オプションを使います。
-
-
-軽量型チェックアウトを切り替える
-----------------------------------
-
-軽量型チェックアウトでは、ローカルのコミットは存在せず、 ``switch`` は\
-作業ツリーが関連づけられたブランチを効率よく選びます。
-1つの可能なセットアップ方法は、ローカルツリーなしのリポジトリと軽量\
-チェックアウトを組み合わせて使うことです。
-これによって取り組むものを簡単に切り替えることができます。例です::
-
-  bzr init-repo --no-trees PROJECT
-  cd PROJECT
-  bzr branch bzr+ssh://centralhost/srv/bzr/PROJECT/trunk
-  bzr checkout --lightweight trunk my-sandbox
-  cd my-sandbox
-  (hack away)
-
-この例のこの範囲でtrunk ``.bzr`` ディレクトリを持ちますがそこでの\
-ブランチとしての作業ツリーはツリーなしのリポジトリで作られたことに\
-注意してください。必要な数だけブランチを入手もしくは作成して必要に\
-応じてそれらの間で切り替えることができます。例です::
-
-  (my-sandboxの中にいることを前提とする)
-  bzr branch bzr+ssh://centralhost/srv/bzr/PROJECT/PROJECT-1.0 ../PROJECT-1.0
-  bzr switch ../PROJECT-1.0
-  (fix bug in 1.0)
-  bzr commit -m "blah, blah blah"
-  bzr switch ../trunk
-  (go back to working on the trunk)
-
-注: ブランチはローカルのみのものでも、(``checkout`` で作るか ``branch``
-でそれらを作った後で ``bind`` を使うことで)リモートのブランチにバインド\
-されたものでも可能です。

=== removed file 'doc/ja/user-guide/reviewing_changes.txt'
--- old/doc/ja/user-guide/reviewing_changes.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/user-guide/reviewing_changes.txt	1970-01-01 00:00:00 +0000
@@ -1,57 +0,0 @@
-変更をレビューする
-==================
-
-リープする前にロックする
--------------------------
-
-作業が完了したら、恒久的に記録することに先駆けて変更をレビューするのはよい考えです。
-この方法で、何を意図しているのかをコミットすることを確認できます。
-
-2つのbzrコマンド: **status** と **diff** はとりわけ便利です。
-
-bzr status
-----------
-
- **status** コマンドは最後のリビジョン以降に作業ディレクトリに行われた変更内容を伝えます::
-
-    % bzr status
-    modified:
-       foo
-
-``bzr status`` は 変更されないもしくは無視される "つまらない" ファイルを隠します。
-statusコマンドはチェックするためにオプションとしてファイルもしくはディレクトリの名前を渡すことができます。
-
-bzr diff
---------
-
-The **diff** コマンドはすべてのファイルへの変更の全文を標準のunified diffとして表示します。
-これは ''patch''、 ''diffstat''、 ''filterdiff'' と ''colordiff''といった多くのプログラムを通してパイプで引き渡すことができます::
-
-    % bzr diff
-    === added file 'hello.txt'
-    --- hello.txt   1970-01-01 00:00:00 +0000
-    +++ hello.txt   2005-10-18 14:23:29 +0000
-    @@ -0,0 +1,1 @@
-    +hello world
-
-
-``-r`` オプションによって、ツリーは前のリビジョン、もしくは示された2つのリビジョンの違いを表示します::
-
-    % bzr diff -r 1000..          # r1000 からの全ての変更
-    % bzr diff -r 1000..1100      # 1000 から 1100 までの変更
-
-1つのリビジョンの変更だけを見たい場合は、 ``-c`` オプションを利用します。
-
-::
-
-    % bzr diff -c 1000            # r1000 による変更
-                                  # -r999..1000 と同じ意味
-
-``--diff-options`` オプションによってbzrは外部のdiffプログラムにオプションを渡して実行します。例です::
-
-    % bzr diff --diff-options --side-by-side foo
-
-プロジェクトの中には新旧のファイルのためのパスの始めで接頭辞を表示するためにパッチを好むところもあります。
-``--prefix`` オプションはそのような接頭辞を提供するために使われます。
-ショートカットとして、 ``bzr diff -p1`` は ``patch -p1`` コマンドで機能する形式を生み出します。
-

=== removed file 'doc/ja/user-guide/sending_changes.txt'
--- old/doc/ja/user-guide/sending_changes.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/user-guide/sending_changes.txt	1970-01-01 00:00:00 +0000
@@ -1,65 +0,0 @@
-変更を送信する
-===============
-
-動機
------
-
-多くの分散型のシナリオでは、開発者にとってURLを公開することでタスクブランチを\
-共有することが常に現実的であるとは限りません。
-たとえば、開発者が在宅で一晩中作業をする場合、ゲートキーパーが別のタイムゾーンで\
-レビューしてマージしたいときに開発者はタスクブランチに十分にアクセスできません。
-
-Bazaarは手助けする巧妙な機能: *マージディレクティブ* を提供します。
-
-マージのディレクティブを理解する
----------------------------------
-
-マージディレクティブを"ミニブランチ" - ブランチが作成された後の成長部分 -
-として考えることができます。
-これは変更点を記したソフトウェアパッチですが、追加情報として中間コミット、\
-リネームとデジタル署名のようなメタデータがつきます。
-
-別の実用的なメタファはパケットケーキ: レシピと必要な材料を持った\
-マージディレクティブです。
-具体的にいえば、材料とはブランチ上で加えられた全ての変更のメタデータで、\
-レシピとはそれらの変更点をどうやってマージするかで、 ``merge`` コマンドが\
-共通の祖先を選ぶのに利用する情報です。
-
-それらをどのように考えるのであれ、マージディレクティブはよいものです。
-これらは簡単に作れて、メールに添付して送信するのに最適で、受け取った後で\
-ブランチと同じように処理できます。
-
-マージディレクティブを作る
------------------------------
-
-マージディレクトリを作りオプションとして送信するためには、 ``send`` コマンドを使います。
-
-デフォルトでは、 ``send`` はマージディレクティブを ブランチのための "投稿アドレス" 、
-通常はリード開発者もしくは開発メーリングリストにEメールを送信します。
-オプションなしの ``send`` はマージディレクティブを作り、Eメールツールを作動させて添付し、\
-少しの説明文を追加するための準備をします。
-(この設定方法の詳細に関してはオンラインヘルプの ``send`` と
-リファレンスマニュアルの `構成設定 <../user-reference/index.html#configuration-settings>`_
-を参照)
-
-大抵のプロジェクトではパッチ付きのメールに説明文を追加し、パッチの理由と内容を説明します。
-これによってレビューワは行単位の差分に入る前にいくらかの事情を理解できます。
-
-代わりに、 ``--output`` (or ``-o``) オプションが渡されると、 ``send``
-はマージディレクティブをファイルに書くので、あなた自身にメールを送り、
-それを検査し、後の使用のために保存できます。
-``-`` の出力ファイルが渡されると、ディレクティブはstdoutに書き込まれます。例です::
-
-  cd X-fix-123
-  bzr send -o ../fix-123.patch
-
-
-マージのディレクティブを適用する
----------------------------------
-
-``merge`` と ``pull`` コマンドを使うことでマージディレクティブはブランチと同じ方法で\
-適用できます
-
-これらはBazaarを使わない上流のプロジェクトとコミュニケーションをするときにも便利です。
-とりわけ、マージディレクティブ内の変更全体のプレビューは無地のソフトウェアパッチの\
-ようになるので、たとえば彼らは ``patch -p0`` を使用してそれらを適用できます。

=== removed file 'doc/ja/user-guide/server.txt'
--- old/doc/ja/user-guide/server.txt	2012-02-24 20:25:48 +0000
+++ new/doc/ja/user-guide/server.txt	1970-01-01 00:00:00 +0000
@@ -1,108 +0,0 @@
-スマートサーバーを稼働させる
-============================
-
-BazaarはHTTP、FTPもしくはSFTPを通して動作するので特化したサーバーは\
-必須ではありません。
-SSH、inetd、もしくは専用モードで起動できるスマートサーバー(smart server)\
-の選択肢があります。
-
-ダムサーバー
--------------
-
-HTTP、FTP、SFTPとHTTP-WebDAVを"ダム(dumb)"サーバーとして記述します。
-これらはBazaarに支援を提供しないからです。
-これらのプロトコルのどれかを通してBazaarリポジトリを利用できるようにする場合、
-Bazaarはリモートからの読み込みを許可します。
-実行しているBazaarコマンドの中でブランチへのURLを入力するだけです。::
-
-    bzr log http://bazaar.launchpad.net/~bzr-pqm/bzr/bzr.dev
-
-BazaarはFTP、SFTPと(プラグインを通した)HTTP-WebDAVを通した書き込みをサポートします。
-
-ハイパフォーマンスなスマートサーバー
--------------------------------------
-
-ハイパフォーマンスなスマートサーバー(hpss - high-performance smart server)は\
-いくつかのオペレーションをダムサーバーよりも遙かに高速に実行します。
-開発者がパフォーマンスのチューニングを継続するので、将来のリリースでは\
-スマートサーバーを利用することで改善されるオペレーションの範囲は増えます。
-
-高度なセキュリティの維持を可能にするために、
-デフォルトでは現在のスマートサーバーはリードオンリーになります。
-読み込みと書き込み権限を有効にするには、 ``--allow-writes`` で動かします。
-SSHアクセスメソッドを利用するとき、bzrは ``--allow-writes`` オプションで\
-自動的に実行します。
-
-次はスマートサーバーの代替の設定方法を説明します。
-
-SSH
-~~~
-
-SSHを通してBazaarを利用する際にサーバー上の特別な設定は必要ありません。
-サーバーに Bazaar がインストールされていれば、 ``bzr+ssh`` の URL を
-利用することができます。 例::
-
-    bzr log bzr+ssh://host/path/to/branch
-
-`bzr` がサーバーのシステムワイドな場所にインストールされていない場合、
-リモートの `bzr` がどこにあるかをローカルの `bzr` に教える必要があるかも
-しれません。 ::
-
-    BZR_REMOTE_PATH=~/bin/bzr bzr log bzr+ssh://host/path/to/branch
-
-``BZR_REMOTE_PATH`` 環境変数はリモートシステムで `bzr` が起動する方法を調整します。
-デフォルトでは単に `bzr` として起動するので、 `bzr` 実行ファイルはデフォルトの\
-検索パス上にあることが要求されます。
-この設定を場所ごとの設定ファイルである ``locations.conf`` に書いて
-永続化することもできます。
-
-SFTP と同じく、 ``~`` で始まるパスはホームディレクトリからの相対パスになります。
-例えば ``bzr+ssh://example.com/~code/proj`` のようになります。
-加えて、 ``~user`` は user のホームディレクトリからの相対パスになります。
-
-inetd
-~~~~~
-
-この例では ``/srv/bzr/repo/branchname`` にブランチがある ``/srv/bzr/repo`` 内の
-共用リポジトリ用に専用ユーザーの `bzruser` で `bzr` を実行する方法を示しています。
-
-inetdからBazaarサーバーを動かすにはinetd.confエントリが必要です::
-
-    4155  stream  TCP  nowait  bzruser  /usr/bin/bzr /usr/bin/bzr serve --inet --directory=/srv/bzr/repo
-
-クライアントコマンドを実行するとき、提供するURLは
-inetd.confに渡される ``--directory`` オプションに相対的な `bzr://` です::
-
-    bzr log bzr://host/branchname
-
-可能であれば、 ``~`` や ``~user`` で始まるパスは ``bzr+ssh`` と同じように展開されますが、
-``bzr serve`` に指定された ``--directory`` オプションの外にあるホームディレクトリには
-アクセスできません。
-
-専用サーバー
-~~~~~~~~~~~~~
-
-このモードはinetdモードと同じパスとURLのふるまいを持ちます。
-特定のユーザーとして実行するには、 ``su`` を使うもしくはそのユーザーとしてログインします。
-
-この例では公式のポート番号の `4155` 上でbzrを稼働しすべてのインターフェイス上でリスンします。
-これによってポート `4155` 上のマシンに到達できる世界のどこからでも接続できます。
-
-サーバー::
-
-    bzr serve --directory=/srv/bzr/repo
-
-クライアント::
-
-    bzr log bzr://host/branchname
-
-この例では `localhost` のポート `1234` で ``bzr serve`` が実行されます。
-
-サーバー::
-
-    bzr serve --listen=localhost --port=1234 --directory=/srv/bzr/repo
-
-クライアント::
-
-    bzr log bzr://localhost:1234/branchname
-

=== removed file 'doc/ja/user-guide/setting_up_email.txt'
--- old/doc/ja/user-guide/setting_up_email.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/user-guide/setting_up_email.txt	1970-01-01 00:00:00 +0000
@@ -1,95 +0,0 @@
-Eメールを設定する
-=================
-
-.. Bazaarでコミット用のEメールを指定するさまざまな方法の説明です。
-
-なぜBazaarでEメールアドレスをセットアップするのか？
----------------------------------------------------
-
-リビジョンが作成されたとき誰がどのリビジョンをコミットしたのかわかるように
-Bazaarは指定されたEメールアドレスをリビジョンに保存します。
-Eメールアドレスは検証されないので、それゆえ 偽造できるので、プロジェクトに関わる人々を信用しなければなりません。
-
-加えて、リビジョンのEメールアドレスはクレジットかつ/もしくは注釈に関してリビジョンの筆者とコンタクトをとる別の方法を提供します。
-
-Eメールアドレスをセットアップする方法
---------------------------------------
-
-Eメールアドレスが設定されていない場合、Bazaarはユーザー名とホスト名に基づいて推測を試みます。
-これは望む状況ではないかもしれないので、Bazaarに使うメールを伝える方法は3つ存在します:
-
-いくつかの設定ファイルの1つにEメールを設定できます。
-他の設定値のように、 ``bazaar.conf`` で一般的な設定として設定できます。
-特定のブランチ、もしくは複数のブランチの一式用に値を上書きしたい場合、 ``locations.conf`` を利用できます。
-``.bzr/branch/branch.conf`` も動作しますが、
-他の人であってもそのブランチへのすべてのコミットで同じEメールアドレスが使われます。
-
-優先順位は
-
- 1. ``BZR_EMAIL`` 環境変数が設定されている場合
- #. Eメールが現在のブランチの ``locations.conf`` ファイルに対して設定されている場合。
- #. Eメールが現在のブランチの ``.bzr/branch/branch.conf`` ファイルに設定されている場合。
- #. Eメールがデフォルトの ``bazaar.conf`` 設定ファイルで設定されている場合。
- #. `EMAIL` 環境変数が設定されている場合
- #. Bazaarはユーザー名とホスト名から推測しようとします。
-
-Bazaarが現在のEメールと考えるものを確認するには、 ``whoami`` ("who am i?") コマンドを使います::
-
-    % bzr whoami
-    Joe Cool <joe@example.com>
-    
-'whoami'コマンドでEメールを設定する
-------------------------------------
-
-Eメールをグローバルに設定するにはwhoamiコマンドを使用します::
-
-    % bzr whoami "Joe Cool <joe@example.com>"
-
-もしくは現在のブランチのみの場合::
-
-    % bzr whoami --branch "Joe Cool <joe@example.com>"
-
-これらのコマンドによってグローバルな ``bazaar.conf`` もしくはブランチの ``branch.conf`` ファイルがそれぞれ修正されます。
-
-デフォルトの設定ファイルでEメールを設定する
---------------------------------------------
-
-デフォルトのiniファイルを使うには、 ``bazaar.conf`` ファイル
-(Unix では ``~/.bazaar/`` 、Windowsでは ``%APPDATA%\bazaar\2.0\`` )を作成し編集して
-下記で示すようにEメールアドレスを設定します。
-DEFAULTは大文字と個別を区別して、大文字でなければならないことに注意をお願いします。
-::
-
-    [DEFAULT]
-    email=Your Name <name@isp.com>
-
-
-iniファイルのフォーマットの詳細情報に関しては、Bazaarユーザーリファレンスの
-`構成設定 <../user-reference/index.html#configuration-settings>`_ を参照してください。
-
-ブランチ単位でEメールを設定する
---------------------------------
-
-2番目のアプローチは ``locations.conf`` 設定ファイルを使用してブランチごとにEメールを設定する方法です::
-
-    [/some/branch/location]
-    email=Your Name <name@other-isp.com>
-
-これによってブランチのEメールアドレスは ``/some/branch/location`` に設定され、
-上記の ``bazaar.conf`` で指定されたデフォルトの値を上書きします。
-
-環境変数を通してEメールを設定する
----------------------------------
-
-Bazaarが利用する最後の方法は ``BZR_EMAIL`` と ``EMAIL`` 環境変数 に対するチェックです。
-一般的に、スクリプトのコンテキストでEメールを上書きするためにこの方法を利用できます。
-一般的なデフォルトの値に設定したい場合、上記のiniの方法を参照して下さるようお願いします。
-
-スパムに関する懸念事項
------------------------
-
-スパムの標的にされないようにEメールアドレスを共有したくない人達がいます。
-公開された場所で自分でブランチもしくはチェンジセットを公開しない限り、BazaarはけっしてEメールアドレスを露出しません。
-他の人があなたに作業内容に関して連絡できるように実際のアドレスを使うことを *強く* お勧めしますが、必須ではありません。  
-メールアドレスは難読にしたり、宛先がわからず戻ってくるようにする、もしくは `spamgourmet.cm` のような
-アンチスパムサービスの検査をうけさせたりします。

=== removed file 'doc/ja/user-guide/shared_repository_layouts.txt'
--- old/doc/ja/user-guide/shared_repository_layouts.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/user-guide/shared_repository_layouts.txt	1970-01-01 00:00:00 +0000
@@ -1,363 +0,0 @@
-共用レポジトリのレイアウト
-===========================
-
-Bazaarは共用ブランチ内部のブランチのレイアウトを柔軟に決められるように設計されました。
-この柔軟性によってユーザーはBazaarを自分のワークフローに合わせることができますが、\
-"よい"レイアウトとは何かということを疑問に持つようになります。
-ここでは代わりになるものをいくつか説明しそれぞれの利点を検討します。
-
-言及すべき重要な点はよいレイアウトは"一般的な"ユーザーが理解できるように
-ブランチの内容を何らかの形でハイライトします。
-SVNにおいて これは "``trunk/``" ブランチであると考えられ、
-大抵のレイアウトではこの命名規約が守られています。
-これを "``mainline``" もしくは "``dev``" と呼ぶ人もいれば、
-CVSから来た人々はしばし "``HEAD``" と言及します。
-
-
-"SVN形式" (``trunk/``, ``branches/``)
----------------------------------------
-
-SVNからやってきた人々は次のような"標準的な"プロジェクトのレイアウトに慣れています::
-
-  repository/       # リポジトリ全体
-   +- trunk/        # 開発のメインライン
-   +- branches/     # コンテナディレクトリ
-   |   +- foo/      # 開発中のfoo機能用ブランチ
-   |     ...
-   +- tags/         # コンテナディレクトリ
-       +- release-X # 特定のリリースバージョンをマークするために専用ブランチ
-          ...
-
-Bazaarでは、これは完全に適切なレイアウトです。
-SVNからやって来た人が慣れ親しめることが利点で\
-開発の焦点を当てる場所が明確になります。
-
-同じリポジトリで複数のプロジェクトを持つとき、\
-SVNのレイアウトは何を行うのか少し不透明です。
-
-
-``project/trunk``
-~~~~~~~~~~~~~~~~~
-
-SVN用の望ましい方法はプロジェクトごとにレイアウト用のトップレベルのディレクトリを用意することです::
-
-  repository/            # リポジトリ全体
-   +- project1/          # コンテナディレクトリ
-   |   +- trunk/         # project1の開発のメインライン
-   |   +- branches/      # コンテナディレクトリ
-   |       +- foo/       # project1のfoo機能の開発用ブランチ
-   |         ...
-   |
-   +- project2/          # project2用のコンテナ
-       +- trunk/         # project2用のメインライン
-       +- branches/      # project2のブランチ用のコンテナ
-
-
-これはBazaarでも機能します。
-しかしながら、Bazaarでリポジトリを作るのは簡単で( ``bzr init-repo`` )、
-それらの主要な恩恵を受けられるのは複数のブランチが共通の祖先を共有するときです。
-
-ですのでBazaarに対して望ましい方法は次のとおりです::
-
-    project1/          # project1用のリポジトリ
-     +- trunk/         # project1の開発のメインライン
-     +- branches/      # コンテナディレクトリ
-         +- foo/       # project1のfoo機能の開発用ブランチ
-           ...
-
-    project2/          # project2用のリポジトリ
-     +- trunk/         # project2用のメインライン
-     +- branches/      # project2のブランチ用のコンテナ
-
-
-``trunk/project``
-~~~~~~~~~~~~~~~~~
-
-SVNで次のようなレイアウトを利用するプロジェクトもたまにあります::
-
-  repository/             # リポジトリ全体
-    +- trunk/             # コンテナディレクトリ
-    |   +- project1       # project1用のメインライン
-    |   +- project2       # project2用のメインライン
-    |         ...
-    |
-    +- branches/          # コンテナ
-        +- project1/      # コンテナ (?)
-        |   +- foo        # project1の'foo'ブランチ
-        +- project2/
-            +- bar        # project2の'bar'ブランチ
-
-
-次のレイアウトはちょっと変形させたものです::
-
-  repository/             # リポジトリ全体
-    +- trunk/             # コンテナディレクトリ
-    |   +- project1       # project1用のメインライン
-    |   +- project2       # project2用のメインライン
-    |         ...
-    |
-    +- branches/          # コンテナ
-        +- project1-foo/  # project1の'foo'ブランチ
-        +- project2-bar/  # project2の'bar'ブランチ
-
-"``trunk/``" 全体をチェックアウトすることで、すべてのプロジェクト用の\
-メインラインを入手できるようにすることが、このレイアウトが採用されている理由だと\
-筆者は考えます。
-
-このレイアウトはBazaarでも使えますが、一般的にお勧めできません。
-
- 1) 一回の ``bzr branch/checkout/get`` は一つのブランチを作ります。
-    単独のコマンドですべてのメインラインを入手する利点が得られません。 [1]_
-
- 2) ``repository/trunk/foo`` が ``foo`` プロジェクトの ``trunk`` か
-    ``trunk`` ブランチの単なる ``foo`` ディレクトリなのか明らかではありません。
-    この混乱の一部はSVNによるものです。
-    SVNはプロジェクトのブランチ用に使う1つのプロジェクトのファイルに対して同じ"名前空間"を使うからです。
-    Bazaarにおいて、プロジェクトを構成するファイルの明確な定義、もしくはブランチの位置の対立軸があります
-    (ブランチごとに唯一の ``.bzr/`` ディレクトリか、チェックアウトの中にたくさんの
-    ``.svn/`` ディレクトリかという対立軸です)
-
-.. [1] 注: `NestedTreeSupport`_ は"メタプロジェクト"を作成する方法を提供します。
-    メタプロジェクトはリポジトリのレイアウトにかかわらず複数のプロジェクトを集約します。
-    1つのプロジェクトを ``bzr checkout`` すれば、必要なサブプロジェクトがすべて手に入ります。
-
-.. _NestedTreeSupport: http://wiki.bazaar.canonical.com/NestedTrees
-
-
-入れ子形式 (``project/branch/sub-branch/``)
----------------------------------------------
-
-SVNではできない、Bazaarによる別のスタイルは、ブランチ同士を\
-入れ子にすることです。
-Bazaarは作業ツリーなしのリポジトリ作成(``--no-trees``)をサポート\
-(と推奨)しているのでこのスタイルが可能になります。
-作業ファイルはブランチの設置場所に混ぜられていないので、 好きな名前空間にブランチを設置できます。
-
-1つの可能性は次のとおりです::
-
-  project/             # リポジトリ全体、*と* プロジェクトのメインラインのブランチ
-   + joe/              # 開発者Joeの開発のプライマリブランチ
-   |  +- feature1/     # 開発者Joeのfeature1開発ブランチ
-   |  |   +- broken/   # feature1を開発するためのステージングブランチ
-   |  +- feature2/     # Joeのfeature2開発ブランチ
-   |    ...
-   + barry/            # Barryの開発ブランチ
-   |  ...
-   + releases/
-      +- 1.0/
-          +- 1.1.1/
-
-このレイアウトのアイディアはブランチ用の階層的なレイアウトを作ることです。
-変更はたいていより上位の名前空間のブランチへと流れていきます。
-また、このレイアウトではユーザーに独自の作業をするための場所も提供します。
-このレイアウトの素晴らしい点の1つは、グローバルな ``branches`` 名前空間を\
-散らかさずにミニブランチを置けるので、ブランチ作成が"手軽"になることです。
-
-このレイアウトのもう一つの利点は、ブランチの名前の中で詳細な内容を指定する際に\
-繰り返しが減ることです。
-
-例です::
-
-  bzr branch http://host/repository/project/branches/joe-feature-foo-bugfix-10/
-
-上と下を比較します::
-
-  bzr branch http://host/project/joe/foo/bugfix-10
-
-
-また、 ``repository/project/branches/`` ディレクトリの中のリストがあれが何かわかるかもしれません::
-
-  barry-feature-bar/
-  barry-bugfix-10/
-  barry-bugfix-12/
-  joe-bugfix-10/
-  joe-bugfix-13/
-  joe-frizban/
-
-Versus こういったブランチが開発者のディレクトリに分散している。
-ブランチの数が少なければ、 ``branches/`` は一見するだけですべての\
-ブランチが見えるという素晴らしい利点があります。
-ブランチの数が多ければ、 ``branches/`` はすべてのブランチが\
-見えてしまうというはっきりした欠点があります。
-(調べるブランチが100あるとき、興味のあるブランチを見つけるのが難しくなります)。
-
-入れ子ブランチはたくさんのブランチよりもスケーラブルのようです。
-しかしながら、それぞれの個別のブランチは見つけにくいです。
-(たとえば"Joeはfoo機能ブランチでバグ修正10に取り組んでいるのか、\
-それともbarの機能ブランチを取り組んでいるのか？")
-
-他の小さな利点は次のようなものです::
-
-   bzr branch http://host/project/release/1/1/1
-  もしくは
-   bzr branch http://host/project/release/1/1/2
-
-1.1.1と1.1.2のリリースを示します。
-これはリリースする数と一度に見られる能力よりも分割する方がゲインが多いかによります。
-
-
-ステータスによる種類分け (``dev/``, ``merged/``, ``experimental/``)
----------------------------------------------------------------------
-
-ブランチをbreak upする他の方法はこれらを現在のステータス順でソートすることです。
-そうするとレイアウトは次のようになります::
-
-  project/               # レイアウト全体
-   +- trunk/             # 開発に焦点を当てたブランチ
-   +- dev/               # 進行中の作業用コンテナディレクトリ
-   |   +- joe-feature1   # Joeの現在のfeature-1ブランチ
-   |   +- barry-bugfix10 # bugfix 10に対するBarryの作業内容
-   |    ...
-   +- merged/            # これらのブランチがマージされたことを示すコンテナ
-   |   +- bugfix-12      # すでにマージされたバグ修正
-   +- abandonded/        # 'dead-end'と見なされているブランチ
-
-
-これはたくさんの利点と欠点があります。
-あまり多くない数のアクティブに開発されているブランチを見ることができるか、\
-今までに作られた全てのブランチが見えるかという違いがあります。
-古いブランチは削除しない限り失われませんが、別ディレクトリへと整理されるので\
-たいていの場合お目当てのブランチを見つけやすくなります。
-(反対に、古いブランチは見つけにくくなります)。
-
-このレイアウトで最大の欠点、ブランチが移動することです。
-誰かが ``project/dev/new-feature`` ブランチをフォローしているとき、
-そのブランチが  ``trunk/`` にマージされると ``project/merged/new-feature``
-に移動するので ``bzr pull`` が突然機能しなくなります。
-この回避策はいくつかあります。
-1つは利用者を導くために古いブランチから新しいブランチにリクエストする\
-HTTPリダイレクトを使うことです。
-``bzr`` >= 0.15 ではユーザーに ``http://old/path が http://new/path``
-にリダイレクトされることを教えてくれます。
-しかしながら、HTTP以外の方法(SFTP、ローカルファイルシステム、など)を\
-通してブランチにアクセスしている場合は役に立ちません。
-
-一時的なリダイレクト用にシンボリックリンクを利用することも可能です
-(シンボリックリンクがリポジトリ内にある限りトラブルはほんのわずかしかありません)。
-しかし、シンボリックリンクを結局削除したくなったり、散乱の削減の恩恵を得られません。
-シンボリックリンクの代わりの別の可能性は ``BranchReference`` を使うことです。
-``bzr`` コマンドを通してこれらを作るのは現時点では難しいですが、便利だと思う人がいれば変わるかもしれません。
-これは実際には `Launchpad`_ が ``bzr checkout https://launchpad.net/bzr`` をできるようにしている方法です。
-``BranchReference`` は機能的にはシンボリックリンクですが、他のURLの参照ができます。
-相対パスによる参照ができるように拡張されれば、HTTP、SFTP、ローカルパスを通しても\
-動作するでしょう。
-
-.. _Launchpad: https://launchpad.net
-
-
-日付/リリース/その他で種類分け (``2006-06/``, ``2006-07/``, ``0.8/``, ``0.9``)
-------------------------------------------------------------------------------
-
-スケーラビリティを可能にする別の方法は"現在の"ブランチのブラウジングを許可することです。
-基本的に、活発に開発されるブランチは新しく作られ古いブランチはマージもしくは\
-廃棄されることを前提とします。
-
-基本的に日付レイアウトは次のようになります::
-
-  project/                # projectリポジトリ全体
-   +- trunk/              # 一般的なメインライン
-   +- 2006-06/            # この月に作成されたブランチ用のディレクトリのコンテナ
-   |   +- feature1/       # "project"の"feature1"用ブランチ
-   |   +- feature2/       # "project"の"feature2"用ブランチ
-   +- 2005-05/            # 異なる月に作成されるブランチ用のコンテナディレクトリ
-       +- feature3/
-       ...
-
-これは "私の新しいブランチをどこに設置すればいいの？" という質問に素早く答えてくれます。
-機能が長期間開発されるのであれば、ブランチを最新の日付にコピーして、\
-そこで作業を続けることも道理にかなっています。
-最新の日付と、そこからのさかのぼっていくことで活発なブランチを見つけることができます。
-(小さな欠点は 大抵のディレクトリリストは古い順にソートされているので、\
-多くの場合新しいブランチにたどり着くために余計なスクロールが必要になることです)。
-古いブランチを新しい位置にコピーしたくない場合、ブランチを探すのが面倒になるのも欠点です。
-
-別の候補は、リリースをターゲットにしたものです::
-
-  project/          # リポジトリ概要
-   +- trunk/        # メインラインの開発ブランチ
-   +- releases/     # リリースブランチ用のコンテナ
-   |   +- 0.8/      # リリース0.8のブランチ
-   |   +- 0.9/      # リリース0.9のブランチ
-   +- 0.8/          # リリース0.8をターゲットとするブランチ用のコンテナ
-   |   +- feature1/ # 0.8にマージする予定の"feature1"用のブランチ
-   |   +- feature2/ # "リリース0.8をターゲットとしたfeature2"用のブランチ
-   +- 0.9/
-       +- feature3/ # リリース0.9をターゲットとした"feature3"用のブランチ
-
-
-その派生として、ブランチが ``0.9`` ディレクトリに入っていることが 0.9に *向けた*
-ブランチであることではなく 0.9 *から* 派生したブランチであることを意味するように\
-することや、 ``0.8/release`` が0.8ブランチの公式リリースであることを意味するように\
-することが考えられます。
-
-一般的なアイディアはリリースをターゲットにすることで、何のブランチがマージ\
-されるのを待っているのか調べることができます。
-このレイアウトはブランチの状態(開発中なのか、終了してレビューを待っているのか)\
-に関する情報を提供しません。
-これは履歴を隠す効果もあり、日付ベースの種類分けと同じような利点と欠点を持っています。
-
-シンプルな開発者名 (``project/joe/foo``, ``project/barry/bar``)
-----------------------------------------------------------------
-
-別の利用できるレイアウトは、開発者ごとにディレクトリを割り当てて、\
-その下にブランチのためのサブディレクトリを作ることです。次のようになります::
-
-  project/      # リポジトリ全体
-   +- trunk/    # メインラインのブランチ
-   +- joe/      # Joeのブランチ用のコンテナ
-   |   +- foo/  # Joeの"project"の"foo"ブランチ
-   +- barry/
-       +- bar/  # Barryの"project"の"bar"ブランチ
-
-このアイデアでは、branchは入れ子になっておらず、branchは開発者によってのみ\
-グループ化されます。
-
-`Launchpad`_ で使われている派生系はこのようになっています::
-
-  repository/
-   +- joe/             # Joeのブランチ
-   |   +- project1/    # Joeのブランチである"project1"用のコンテナ
-   |   |   +- foo/     # Joeの"project1"の"foo"ブランチ
-   |   +- project2/    # Joeの"project2"ブランチ用のコンテナ
-   |       +- bar/     # Joeの"project2"の"bar"ブランチ
-   |        ...
-   |
-   +- barry/
-   |   +- project1/    # Barryの"project1"のブランチ用のコンテナ
-   |       +- bug-10/  # Barryの"project1"の"bug-10"ブランチ
-   |   ...
-   +- group/
-       +- project1/
-           +- trunk/   # "project1"に焦点をあてたメイン開発
-
-
-このレイアウトではそれぞれの開発者が取り組んでいるものを簡単に見ることができます。
-焦点のブランチは"group" ディレクトリに保存されます。
-これによって"グループ"が取り組んでいるブランチを見分けられます。
-
-これによって異なる人々の作業内容をそれぞれ分離できますが、\
-"プロジェクトX用のすべてのブランチ"を見つけるのが難しくなります。
-`Launchpad`_ はデータベースバックエンドを伴う素晴らしいウェブインターフェイス\
-を提供していて、"view"をこのレイアウトのトップに追加することでこの欠点を補っています。
-これはそれぞれの個人が "``~/public_html``" ディレクトリを持ち、そこで独自の\
-ウェブページを公開する個人用ホームページのモデルに近いです。
-一般的に、集中型のプロジェクト用に共用リポジトリを作成するとき、\
-個人単位で分割してからプロジェクト単位に分割することを望まないでしょう。
-通常はプロジェクト単位で分割してから個人単位で分割するとよいでしょう。
-
-要約
------
-
-最後に、誰にとってもうまくいく唯一の命名規則はありません。
-開発者の人数、新しいブランチが作成される頻度、ブランチのライフサイクルなどに\
-よって異なります。
-自身に問いかける質問は次のとおりです:
-
-  1) 寿命の長い少数のブランチを作るか、もしくはたくさんの"ミニ"機能ブランチを作るか
-     (加えて:  ミニ機能ブランチをたくさん *作りたい* が現在のVCSでは苦痛なのでできないのではないか？)
-
-  2) 1人で開発しているのか、大きなチームか？
-
-  3) チームであれば、一般的に全員が同時に同じブランチに取り組むことを計画しているか？
-     もしくは人々が追跡することを想定した"安定"ブランチを持つか。
-

=== removed file 'doc/ja/user-guide/shelving_changes.txt'
--- old/doc/ja/user-guide/shelving_changes.txt	2009-10-29 10:01:19 +0000
+++ new/doc/ja/user-guide/shelving_changes.txt	1970-01-01 00:00:00 +0000
@@ -1,109 +0,0 @@
-Shelving Changes
-================
-
-ときどき、作業ツリーから一時的に変更点を取り除いて、あとで元に戻したいことが\
-あるかもしれません。
-たとえば何か作業中に小さいバグフィックスを見つけてコミットする場合などです。
-Bazaarは変更を ``shelf`` (書棚)に保存する機能を持っています。
-後で変更を元に戻したくなったときは、 ``unshelve`` を使って作業ツリーに戻す\
-ことができます。
-
-たとえば、一つか複数の変更がされた作業ツリーを考えて見ます...::
-
-  $ bzr diff
-  === modified file 'description.txt'
-  --- description.txt
-  +++ description.txt
-  @@ -2,7 +2,7 @@
-   ===============
-
-   These plugins
-  -by Michael Ellerman
-  +written by Michael Ellerman
-   provide a very
-   fine-grained 'undo'
-   facility
-  @@ -11,6 +11,6 @@
-   This allows you to
-   undo some of
-   your changes,
-  -commit, and get
-  +perform a commit, and get
-   back to where you
-   were before.
-
-``shelve`` コマンドはインタラクティブにどの変更を作業ツリーに保留して\
-おきたいのかを質問します。::
-
-  $ bzr shelve
-  --- description.txt
-  +++ description.txt
-  @@ -2,7 +2,7 @@
-   ===============
-
-   These plugins
-  -by Michael Ellerman
-  +written by Michael Ellerman
-   provide a very
-   fine-grained 'undo'
-   facility
-
-  Shelve? [yNfrq?]: y
-  --- description.txt
-  +++ description.txt
-  @@ -11,6 +11,6 @@
-   This allows you to
-   undo some of
-   your changes,
-  -commit, and get
-  +perform a commit, and get
-   back to where you
-   were before.
-
-  Shelve? [yNfrq?]: n
-  Shelve 2 change(s)? [yNfrq?]', 'y'
-  Selected changes:
-   M  description.txt
-  Changes shelved with id "1".
-
-もしたくさんの変更が作業ツリーにあるのであれば、 ``shelve`` コマンド\
-にファイルのリストを渡して、それらのファイルの変更だけについて質問\
-されるようにすることができます。
-変更を shelve した後に ``diff`` コマンドで作業ツリーに期待する変更だけが\
-残っていることを確認するとよいでしょう。::
-
-  $ bzr diff
-  === modified file 'description.txt'
-  --- description.txt
-  +++ description.txt
-  @@ -2,7 +2,7 @@
-   ===============
-
-   These plugins
-  -by Michael Ellerman
-  +written by Michael Ellerman
-   provide a very
-   fine-grained 'undo'
-   facility
-
-よし! - コミットする準備ができました::
-
-  $ bzr commit -m "improve first sentence"
-
-後になって、shelveした変更を作業ツリーに ``unshelve`` コマンドで\
-戻します::
-
-  $ bzr unshelve
-  Unshelving changes with id "1".
-   M  description.txt
-  All changes applied successfully.
-
-もし望むのであれば、複数のアイテムをshelfに置くことができます。
-通常 ``unshelve`` が実行されるたびに最も最近 shelve された変更が\
-元に戻されます。
-明示的にどの変更を戻すのかを指定することで別の順序で unshelve する\
-こともできます。
-
-Bazaarはshelveされた後に変更があっても、shelfの変更を作業ツリーに\
-マージするので、衝突が発生するかもしれません。
-その場合は通常のマージ後と同じように衝突を解決しなければなりません。

=== removed file 'doc/ja/user-guide/solo_intro.txt'
--- old/doc/ja/user-guide/solo_intro.txt	2009-10-29 10:01:19 +0000
+++ new/doc/ja/user-guide/solo_intro.txt	1970-01-01 00:00:00 +0000
@@ -1,23 +0,0 @@
-単独で始める
-=============
-
-個人の生産性を向上させるツール
---------------------------------
-
-ツールの中には個人を生産的にする(たとえばエディタ)ためや
-チームもしくは会社全体を生産的にする(たとえばバックエンドサービス)ために設計されたものがあります。
-バージョン管理ツールは伝統的に後者の陣営にありました。
-
-Bazaarがクールであることの1つはセットアップが簡単なのでバージョン管理ツールを個人の生産性を上げるツールとして扱うことができることです。
-既知のよい状態であるかチェックする、もしくは履歴を追跡するために変更を保存したい場合、簡単に行うことができます。
-この章では方法を説明します。
-
-単独用途のワークフロー
------------------------
-
-あなた独自の名作を作っているのであれば、ソフトウェア、プロジェクトもしくは\
-ドキュメントの一式であれ、典型的なワークフローは次のようになります:
-
-.. image:: images/workflows_single.png
-
-チームの一員として常に作業をするとしても、この章でカバーされるタスクはあなたが行うことの基本になるので、よいスタート地点です。

=== removed file 'doc/ja/user-guide/specifying_revisions.txt'
--- old/doc/ja/user-guide/specifying_revisions.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/user-guide/specifying_revisions.txt	1970-01-01 00:00:00 +0000
@@ -1,158 +0,0 @@
-.. _specifying-revisions:
-
-リビジョンを指定する
-====================
-
-.. _revision-identifiers-and-ranges:
-
-リビジョンの識別子と範囲
--------------------------
-
-Bazaarは1つのリビジョンもしくはリビジョンの範囲を指定するための豊富な表現方法を持ちます。
-リビジョンの範囲を指定するには、上限と下限を ``..`` のシンボルで区切ります。例です::
-
-    $ bzr log -r 1..4
-
-境界値の片方を省略できます::
-
-    $ bzr log -r 1..
-    $ bzr log -r ..4
-
-コマンドの中には範囲ではなく1つのリビジョンだけをとるものがあります。例です::
-
-    $ bzr cat -r 42 foo.c
-
-他の場合、範囲は必要ですが、範囲の長さを1つにします。
-これに関連したコマンドについて、 ``-c`` オプションは次のように使われます::
-
-    $ bzr diff -c 42
-
-.. _available-revision-identifiers:
-
-利用可能なリビジョンの識別子
-------------------------------
-
-リビジョン、もしくは範囲の境界、は
-下記に示される異なるフォーマットを利用して渡すことができます。
-
- +----------------------------+--------------------------------------------+
- |  引数の型                  | 説明                                       |
- +----------------------------+--------------------------------------------+
- | *number*                   | リビジョン番号                             |
- +----------------------------+--------------------------------------------+
- | **revno**:*number*         | リビジョン番号                             |
- +----------------------------+--------------------------------------------+
- | **last**:*number*          | 負のリビジョン番号                         |
- +----------------------------+--------------------------------------------+
- | *guid*                     | グローバルでユニークなリビジョンID         |
- +----------------------------+--------------------------------------------+
- | **revid**:*guid*           | グローバルでユニークなリビジョンID         |
- +----------------------------+--------------------------------------------+
- | **before**:*rev*           | ''rev''の左端の親                          |
- +----------------------------+--------------------------------------------+
- | *date-value*               | 渡された日付の後の最初のエントリ           |
- +----------------------------+--------------------------------------------+
- | **date**:*date-value*      | 渡された日付の後の最初のエントリ           |
- +----------------------------+--------------------------------------------+
- | *tag-name*                 | 渡されたタグにマッチするリビジョン         |
- +----------------------------+--------------------------------------------+
- | **tag**:*tag-name*         | 渡されたタグにマッチするリビジョン         |
- +----------------------------+--------------------------------------------+
- | **ancestor**:*path*        | ブランチからのマージされた最新のリビジョン |
- +----------------------------+--------------------------------------------+
- | **branch**:*path*          | 別のブランチの最新リビジョン               |
- +----------------------------+--------------------------------------------+
- | **submit**:*path*          | 投稿ブランチの共通の祖先                   |
- +----------------------------+--------------------------------------------+
-
-これらのフォーマットの手短な紹介は下記のとおりです。
-完全な詳細内容に関しては、 Bazaarユーザーリファレンスの `リビジョンの識別子`_ を参照してください。
-
-.. _リビジョンの識別子: ../user-reference/index.html#revision-identifiers
-
-番号
-~~~~~
-
-正の数は現在のブランチにおけるリビジョン番号を表します。
-リビジョン番号は ``bzr log`` の出力の中で "revno"とラベルされます。
-最初の10のリビジョンのログを表示するには::
-
-    $ bzr log -r ..10
-
-負の数は最新リビジョンから数えます。-1は最後にコミットされたリビジョンです。
-
-最新の10のリビジョンのログを表示するには::
-
-    $ bzr log -r -10..
-
-revid
-~~~~~
-
-**revid** は ``bzr log --show-ids`` や他のコマンドによって示される内部の
-リビジョンIDの指定を可能にします。
-
-例です::
-
-    $ bzr log -r revid:Matthieu.Moy@imag.fr-20051026185030-93c7cad63ee570df
-
-before
-~~~~~~
-
-**before**
-    ''rev''は''rev'' の左端の親を指定します。
-    これはリビジョンの履歴で ''rev'' の前に現れるリビジョン、
-    もしくは ''rev'' がコミットされたときに最新であったリビジョンです。
-
-''rev'' はリビジョンの識別子であり連結できます。
-
-例です::
-
-    $ bzr log -r before:before:4
-    ...
-    revno: 2
-    ...
-
-date
-~~~~
-
-**date**
-    ''value'' は真夜中もしくは指定された時刻での与えられた日付の、
-    深夜12時か指定された時刻の後の最初の履歴エントリにマッチします。
-
-正式な値は次のとおりです:
-
- * **yesterday**
- * **today**
- * **tomorrow**
- * **YYYY-MM-DD** 書式の日付
- * **YYYY-MM-DD,HH:MM:SS** 書式の日付/時間、2番目はオプションです (コンマに注意)
-
-"今日のログエントリすべてをください"ということを伝える適切な方法は次のとおりです::
-
-    $ bzr log -r date:yesterday..date:today
-
-Ancestor
-~~~~~~~~
-
-**ancestor**:*path*
-    現在のブランチと異なるブランチ間の共通の祖先を指定します。
-    これはマージの目的に使われる同じ祖先です。
-
-*path* はリモートブランチのURLもしくはローカルブランチへのファイルパスになります。
-
-たとえば、 ``../parent`` からフォークされた以降のブランチで行われた変更を見るには::
-
-    $ bzr diff -r ancestor:../parent
-
-Branch
-~~~~~~
-
-branch
-   ``path`` は別のブランチの最新リビジョンを指定します。
-
-``path`` はリモートブランチのURLもしくはローカルブランチへのファイルパスです。
-
-たとえば、手元のブランチと別のブランチの間の違いを取得するには::
-
-    $ bzr diff -r branch:http://example.com/bzr/foo.dev
-

=== removed file 'doc/ja/user-guide/stacked.txt'
--- old/doc/ja/user-guide/stacked.txt	2011-05-18 06:27:34 +0000
+++ new/doc/ja/user-guide/stacked.txt	1970-01-01 00:00:00 +0000
@@ -1,118 +0,0 @@
-スタックブランチを利用する
-==========================
-
-.. _motivation:
-
-ユースケース
---------------
-
-あるプロジェクトで作業しようとしていて、公開されているリポジトリに対して
-読み込みアクセスはできるものの書き込みができないとしましょう。
-公開されているリポジトリと同じホストで自分のブランチを公開したりバックアップ
-したりする場合、スタックブランチを使うことができるかもしれません。
-
-スタックブランチの他のユースケースとしては、実験的なブランチと、コード
-ホスティングサイトが挙げられます。これらのシナリオではスタックブランチの
-特性がぴったりあいます。
-
-
-スタックブランチとは？
--------------------------
-
-スタックブランチ(stacked branch)は別の(スタック先)ブランチのリビジョンを
-見つける方法を知っています。
-スタックブランチはスタック先ブランチには存在しないユニークなリビジョンのみを
-保存することで、ブランチの作成を高速にしたり、ディスク利用効率を向上します。
-これらの観点から、スタックブランチは共用リポジトリと似ています。
-しかしながら、スタックブランチは追加の利点があります:
-
-* 新しいブランチはスタックされたブランチとは完全に異なる位置に設置できます。
-
-* スタックブランチを削除すれば(共用リポジトリだと残ってしまう)
-  リビジョンの情報も削除されます
-
-* セキュリティは共用リポジトリよりも向上しています。
-  スタック先のリポジトリはスタックブランチにコミットする開発者に対して
-  物理的にリードオンリーだからです。
-
-
-スタックブランチを作成する
---------------------------
-
-スタックブランチを作成するには、branchコマンドの ``stacked`` オプションを使用します。
-例です::
-
-  bzr branch --stacked source-url my-dir
-
-このコマンドによって ``my-dir`` がローカルリビジョンなしのスタックブランチ\
-として作成されます。
-定義されると、 ``source-url`` に関連づけされた公開ブランチは
-*スタックドオン(stacked on)* の位置として使われます。
-さもなければ、 ``source-url`` は *スタックドオン* の位置になります。
-
-
-スタックチェックアウトを作成する
------------------------------------
-
-スタックチェックアウトを直接作成する機能はまもなくサポートされる予定です。
-それまでの間、2段階の処理が必要です:
-
-1. 上記で示されたようにスタックブランチを作成する。
-
-2. ``reconfigure`` もしくは ``bind`` コマンドのどちらかを利用して
-   ブランチをチェックアウトに変換する。
-
-
-スタックブランチをプッシュする
----------------------------------
-
-多くのプロジェクトの大部分の変更は
-*開発トランク* or *現在の安定* ブランチといった既存のブランチを基礎としています。
-これらの1つにスタックされた新しいブランチの作成は ``push`` コマンドを利用して
-次のように簡単にできます::
-
-  bzr push --stacked-on reference-url my-url
-
-このコマンドでは、 ``reference-url`` にスタックした新しいブランチを ``my-url``
-に作成し、 ``reference-url`` には無いリビジョンだけをそこに格納します。
-``my-url`` は ``reference-url`` と同じホストでも構いません。
-
-.. The following text is hidden because bug 375013 breaks the example.
-   When bug 375013 is fixed, we should unhide this text.
-      - Andrew Bennetts, 10 March 2010
-
-ローカルブランチがスタックブランチとして作成された場合、
-``push`` するには ``--stacked`` オプションを使うことが可能で
-スタック先の位置を省略できます。::
-
-  bzr branch --stacked source-url my-dir
-  cd my-dir
-  (hack, hack, hack)
-  bzr commit -m "fix bug"
-  bzr push --stacked
-
-この使い方は、上述したユースケースにマッチしています。
-
-
-スタックブランチの制限
-----------------------
-
-スタックブランチに関して覚えておくべき大事なことは、ほとんど全ての\
-オペレーションでスタック先ブランチが必要になることです。
-これは両方のブランチがローカルもしくは同じサーバーにあるときは\
-問題にはなりません。
-
-また、ほとんどの履歴がスタック先リポジトリに格納されているので、スタック先
-リポジトリへのアクセスがネットワーク経由だった場合に ``bzr log``
-のようなコマンドが遅くなるかもしれません。
- 
-スタックするブランチを変更する
--------------------------------
-
-``bzr reconfigure`` コマンドを使ってスタックドオンブランチを変更したり\
-スタックするのをやめたりすることができます。
-``bzr reconfigure --unstacked`` を実行した場合、bzrは全ての参照されているデータを\
-スタックドオンブランチからスタックされていたブランチにコピーしてくることに\
-注意してください。
-大きなレポジトリにおいては、これは時間がかかったりリポジトリサイズを増大\
-させたりします。

=== removed file 'doc/ja/user-guide/starting_a_project.txt'
--- old/doc/ja/user-guide/starting_a_project.txt	2009-10-29 10:01:19 +0000
+++ new/doc/ja/user-guide/starting_a_project.txt	1970-01-01 00:00:00 +0000
@@ -1,48 +0,0 @@
-プロジェクトを始める
-=====================
-
-既存のプロジェクトをバージョン管理する
----------------------------------------
-
-バージョン管理下に置きたいソースコードのツリー(ドキュメントのディレクトリ)をすでにお持ちなら、
-使うコマンドは以下のとおりです::
-
-  cd my-stuff
-  bzr init
-  bzr add
-  bzr commit -m "Initial import"
-
-``bzr init`` はトップレベルのディレクトリで ``.bzr`` ディレクトリを作ります(上記の例では ``my-stuff`` )。
-次のことに注意してください:
-
- * Bazaarは必要なすべてのものをそのディレクトリに置きます -
-   データベース、ウェブサーバー、特別なサービスをセットアップする **必要はありません**
-
- * Bazaarは ``.bzr`` を1つのディレクトリだけに作り、他のすべてのサブディレクトリの中には作らないぐらい礼儀正しいです。
-
-``bzr add`` はバージョン管理化におくべきと考えられるすべてのファイルとディレクトリを見つけ内部で登録します。
-``bzr commit`` はこれらの内容のスナップショットとその情報をコミットメッセージと一緒に記録します。
-
-``init`` 、 ``add`` と ``commit`` に関する詳細な情報は後で提供します。
-現時点で、覚えておくべき大事なことは上記のレシピです。
-
-新しいプロジェクトを始める
----------------------------
-
-プロジェクトをゼロから始める場合、最初の段階で空のディレクトリを作った後で上述のレシピを使うこともできます。
-後の章で詳しく探求する効率の理由から、プロジェクトのためにトップレベルでレポジトリを作り
-その中で *メイン* のブランチを入れ子にすることはよいアイディアです。次のようになります::
-
-  bzr init-repo my.repo
-  cd my.repo
-  bzr init my.main
-  cd my.main
-  hack, hack, hack
-  bzr add
-  bzr commit -m "Initial import"
-
-*main* の代わりに *trunk* もしくは *dev* のような名前を好む人もいます。
-何であれあなたにとって最も有用な意味のある名前を選んでください。
-
-``init-repo`` と ``init`` コマンドの両方はパスを引数としてとり、すでに存在していなければそのパスを作ることに留意してください。
-

=== removed file 'doc/ja/user-guide/svn_plugin.txt'
--- old/doc/ja/user-guide/svn_plugin.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/user-guide/svn_plugin.txt	1970-01-01 00:00:00 +0000
@@ -1,108 +0,0 @@
-bzr-svn
-=======
-
-概要
------
-
-bzr-svnによって集中型のSubversionリポジトリをまだ利用しているプロジェクトで\
-BazaarをVCSクライアントとして使うことができます。
-Subversionリポジトリへのアクセスは大部分は透明、\
-すなわちネイティブのBazaarブランチで ``bzr`` を使用するようにSubversion\
-リポジトリで大部分の ``bzr`` コマンドを直接利用できます。
-
-多くのbzr-svnユーザーは集中型のSubversionトランクのローカルミラーを作成し、\
-機能ブランチに取り組み、準備ができたときに変更をすべててSubversionに戻します。
-これによって既存のチーム規模のプロセスとSubversionの上に現在組み込まれている\
-ツール統合フックを妨げずに分散型VCSツールの多くの利点を得られます。
-本当に、これはBazaarを採用しようとしているがタイミングもしくは非技術的な\
-利用からまだ採用していないチームのための共通の暫定ステップです
-
-インストールの手引きに関しては、bzr-svnのホームページをご覧ください:
-http://wiki.bazaar.canonical.com/BzrForeignBranches/Subversion
-
-
-シンプルな例
--------------
-
-GNOMEプロジェクトの **beagle** でのシンプルな使い方です。
-最初に、ブランチの保存用のローカルな共用リポジトリをセットアップして\
-トランクをチェックアウトします::
-
-  bzr init-repo beagle-repo
-  cd beagle-repo
-  bzr checkout svn+ssh://svn.gnome.org/svn/beagle/trunk beagle-trunk
-
-次に、フィーチャブランチを作成してハックします::
-
-  bzr branch beagle-trunk beagle-feature1
-  cd beagle-feature1
-  (hack, hack, hack)
-  bzr commit -m "blah blah blah"
-  (hack, hack, hack)
-  bzr commit -m "blah blah blah"
-
-機能がクックされたとき、トランクをリフレッシュして変更をマージします::
-
-  cd ../beagle-trunk
-  bzr update
-  bzr merge ../beagle-feature1
-  bzr commit -m "Complete comment for SVN commit"
-
-トランクミラーはチェックアウトなので、それにコミットすれば実際のSubversionトランクにコミットされます。
-以上です！
-
-
-集中型のミラーを利用する
--------------------------
-
-大きなプロジェクトに関しては、上記のレシピを調整すれば役立つことがしばしあります。
-とりわけ、初期のチェックアウトはとても遅い可能性があるので\
-プロジェクトに関するすべてのSubversionリポジトリをBazaarリポジトリに一旦インポートして、
-そのネイティブのBazaarリポジトリからブランチを作成します。
-bzr-svnはリポジトリからリポジトリへの変換を行うために ``svn-import`` コマンドを提供します。
-使い方の例です::
-
-  bzr svn-import svn+ssh://svn.gnome.org/svn/beagle
-
-中央のBazaarミラーを利用するために更新された上記からのレシピです::
-
-  bzr init-repo beagle-repo
-  cd beagle-repo
-  bzr branch bzr+ssh://bzr.gnome.org/beagle.bzr/trunk beagle-trunk
-  bzr branch beagle-trunk beagle-feature1
-  cd beagle-feature1
-  (hack, hack, hack)
-  bzr commit -m "blah blah blah"
-  (hack, hack, hack)
-  bzr commit -m "blah blah blah"
-  cd ../beagle-trunk
-  bzr pull
-  bzr merge ../beagle-feature1
-  bzr commit -m "Complete comment for SVN commit"
-  bzr push
-
-この場合、トランクへのコミットをしてもローカルでマージをコミットするだけです。
-マスターのSubversionトランクにコミットを戻すには、追加コマンド(``bzr push``)が必要です。
-
-注:  トランクブランチで ``pull`` と ``push`` のコマンドを最初に使う際に
-これらのコマンドに関連URLを渡す必要があります。
-その後で、bzrはそれらを記憶します。
-
-このセットアップの最後のピースはSubversionのものと同期される中心のBazaarミラーを\
-Subversionのリポジトリと同期し続けるためにスクリプトを適切な場所に設置することです。
-これはcronジョブを追加したり、Subversionフックを利用するなどによって行われます。
-
-
-bzr-svnの制限
---------------
-
-BazaarとはSubversionは異なる機能を持つ異なるツールなので\
-何らかの相互運用問題が常に存在します。
-bzr-svn 0.5.4 に関するいくつかの例です:
-
- * Bazaarはversioned propertiesをサポートしません
-
- * Bazaarはファイルのコピーのトラッキングをサポートしません
-
-現在の制約の一覧に関しては、bzr-svnのウェブページ、
-http://wiki.bazaar.canonical.com/BzrForeignBranches/Subversion を参照してください。

=== removed file 'doc/ja/user-guide/undoing_mistakes.txt'
--- old/doc/ja/user-guide/undoing_mistakes.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/user-guide/undoing_mistakes.txt	1970-01-01 00:00:00 +0000
@@ -1,152 +0,0 @@
-間違いを取り消す
-================
-
-間違いは起きる
----------------
-
-Bazaarは下記で説明されるような間違いから簡単にリカバーできるように
-設計されています。
-
-プロジェクトのリビジョンの履歴をドロップする
----------------------------------------------
-
-思いがけず間違ったツリーをバージョン管理下に置いたとしても、 ``.bzr`` ディレクトリを削除するだけで済みます。
-
-ファイルもしくはディレクトリの登録を解除する
----------------------------------------------
-
-バージョン管理下に置きたくないファイルを思いがけず ``add`` コマンドで登録しても、
-それを忘れるようにBazaarにそれを忘れさせるために ``remove`` コマンドを使用できます。
-
-``remove`` は修正されたファイルが削除されないよに *安全に物事を行う* ために設計されています。たとえば::
-
-  bzr add foo.html
-  (oops - didn't mean that)
-  bzr remove foo.html
-
-このコマンドは修正されたもしくは未知のファイルについてはエラーを出力します。
-ファイルを維持したいのであれば、 ``--keep`` オプションを使います。
-代わりに、ファイルを削除したいのであれば、 ``--force`` オプションを使います::
-
-  bzr add foo.html
-  (oops - didn't mean that)
-  bzr remove --keep foo.html
-  (foo.html はディスクには残るけれども、bzrには登録されない)
-
-一方で、未変更の ``TODO`` ファイルは登録が解除されエラー出力なしでディスクから削除されます::
-
-  bzr add TODO
-  bzr commit -m "added TODO"
-  (hack, hack, hack - but don't change TODO)
-  bzr remove TODO
-  (TODO ファイルは削除される)
-
-注: IDEもしくはオペレーティングシステムのファイルマネージャーを\
-利用してファイルを削除する場合、 ``commit`` コマンドはそれを削除\
-されるものとして暗黙のうちに扱います。
-
-最後のコミット以降の変更を取り消す
-----------------------------------
-
-バージョン管理ツールを使う理由の1つは作業をしている間にツリーのステータスを楽に調べられることです。
-最新の ``commit`` 以降の変更を廃棄することを決心したら、使うコマンドは ``revert`` です::
-
-  bzr revert
-
-事前の警告として、 実際にすべてが本当に廃棄されたことを確認するために
-``bzr status`` と ``bzr diff`` を最初に使うことはよい習慣です。
-
-最後のコミット以降のファイルへの変更を取り消す
------------------------------------------------
-
-最後のコミット以降の特定のファイルの変更を取り消したいが、ツリーの他のすべての変更を維持したい場合、
-ファイルの名前を引数として ``revert`` に渡します::
-
-  bzr revert foo.py
-
-最後のコミットを取り消す
--------------------------
-
-意図しないコミットをしてしまったら、取り消すために ``uncommit`` コマンドを使います::
-
-  bzr uncommit
-
-``revert`` とは異なり、 ``uncommit`` は作業のツリーの内容をそのままにします。
-意図せずに間違ったエラーメッセージをコミットしてしまった場合、これは本当に重宝します::
-
-  bzr commit -m "Fix bug #11"
-  (damn - wrong bug number)
-  bzr uncommit
-  bzr commit -m "Fix bug #1"
-
-コミットを取り消す別の理由は1つもしくは複数のファイルの追加を忘れたからというものです 。
-これを避けるために、未知のファイルがツリーの中で見つかるとコミットがエラーになるように
-``commit`` を ``commit --strict`` のエイリアスにする人もいます。
-
-注: ``merge`` コマンドは次の章まで紹介しませんが、
-``uncommit`` で追加するマージをリストアすることは無意味です。
-(``uncommit`` の後で ``bzr status`` を実行するとこれらが表示されます)
-``merge`` は履歴の前の方の指定したコミットだけを効率良く取り消すためにも使われます。
-``merge`` に関する詳細な情報は
-次の章の `変更をマージする <merging_changes.html>`_
-とBazaarのユーザーリファレンスを参照してください。
-
-複数のコミットを取り消す
-------------------------
-
-複数のコミットを取り消すためには -r オプションを使います::
-
-  bzr uncommit -r -3
-
-これを行うための理由が本当にいくつかの変更を破棄したいのであるなら、
-``uncommit`` は作業ツリーを変更しないことを覚えておいてください:
-タスクを完了させることと同じようにおそらく ``revert`` コマンドを実行する必要があります。
-しかし多くの場合、履歴をそのままにしておき、最新のよい状態の内容を反映する
-新しいリビジョンを追加する方が間違いなくベターです。
-
-過去のバージョンの状態に戻す
------------------------------
-
-望まない変更を行ったが、コードがユーザーに公開されているのでコミットの取り消しが合理的ではない場合、
-作業ツリーを望む状態に戻すために ``revert`` を利用できます::
-
-  % bzr commit "Fix bug #5"
-  Committed revision 20.
-  (release the code)
-  (hmm - bad fix)
-  bzr revert -r 19
-  bzr commit -m "Backout fix for bug #5"
-
-この作業によってツリー全体をリビジョン19の状態に変更します。
-それ以降は新しいコミットをしていなければ、おそらくこれがあなたのしたい唯一のことです。
-新しいコミットをしている場合は、 ``revert`` はそれも消してしまいます。
-その場合は、わるい修正を取り消す代わりに
-`リバースチェリーピック <adv_merging.html#reverse-cherrypicking>`_
-を使う方がよいでしょう。
-
-注: 19のような絶対的なリビジョン番号の代わりに、
-負の数を使ってチップ(-1)と相対的なリビジョンを指定できます::
-
-  bzr revert -r -2
-
-タグを訂正する
-----------------
-
-早まってタグを定義したのなら、
-``tag`` コマンドの ``--force`` オプションを使って再定義します::
-
-  bzr tag 2.0-beta-1
-  (oops, we're not yet ready for that)
-  (make more commits to include more fixes)
-  bzr tag 2.0-beta-1 --force
-
-タグをクリアする
------------------
-
-タグを定義したが使いたくないのであれば、削除するために、
-``tag`` コマンドの ``--delete`` オプションを使うことができます::
-
-  bzr tag 2.0-beta-4
-  (oops, we're not releasing a 4th beta)
-  bzr tag 2.0-beta-4 --delete
-

=== removed file 'doc/ja/user-guide/using_aliases.txt'
--- old/doc/ja/user-guide/using_aliases.txt	2009-10-29 10:01:19 +0000
+++ new/doc/ja/user-guide/using_aliases.txt	1970-01-01 00:00:00 +0000
@@ -1,55 +0,0 @@
-エイリアスを利用する
-====================
-
-エイリアスとは？
------------------
-
-エイリアスは良く入力するコマンド用のショートカットを作る
-もしくはコマンド用のデフォルトを設定するための手軽な方法です。
-
-エイリアスを定義する
----------------------
-
-コマンドのエイリアスは ``bazaar.conf`` ファイルの ``[ALIASES]`` セクションで定義されます。
-エイリアスはエイリアスの名前で始まり、等号(=)、コマンド列が続きます。
-次のコードはALIASESセクションの例です::
-
-    [ALIASES]
-    recentlog=log -r-3..-1
-    ll=log --line -r-10..-1
-    commit=commit --strict
-    diff=diff --diff-options -p
-
-上記の例の説明は次のとおりです:
-
- * 最初のエイリアスは最新の3つのリビジョンに対するログを表示する新しい ``recentlog`` コマンドを作ります
- *  ``ll`` エイリアスは行形式で最新の10件のログエントリを表示します。
- *  ``commit`` エイリアスはツリーの中の新しいファイルが認知されない場合コミットを拒絶するデフォルトのcommitを設定します。
- *  ``diff`` エイリアスは -pオプションをdiffに追加します
-
-定義したエイリアスを利用する
------------------------------
-
-上記で定義されたエイリアスは次のように使われます: ::
-
-   % bzr recentlog
-   % bzr ll
-   % bzr commit
-   % bzr diff
-
-エイリアスのためのルール
--------------------------
-
- * コマンドライン上で新しいオプションを指定することでエイリアスに渡されるオプションの一部をオーバーライドできます。
-   たとえば、 ``lastlog -r-5..`` を実行すると 10の代わりに行ベースのログエントリが5つだけ得られます。
-   すべての論理値型のオプションは暗黙的に逆のオプションがあるので、 ``commit --no-strict`` でcommitのエイリアスをオーバーライドできます。
-
- * エイリアスの名前をオリジナルのコマンドと同じものにすることでエイリアスは既存のコマンドの標準のふるまいをオーバーライドできます。
-   たとえば、デフォルトのコミットは ``commit=commit --strict`` で変更されます。
-
- * エイリアスは他のエイリアスを参照できません。言い換えると エイリアスの ``lastlog`` を作りそれを ``ll`` で参照しても動作しません。
-   これは標準のコマンドをオーバーライドするエイリアスを含みます。
-
- * 　 ``--no-aliases`` オプションをbzrのコマンドに渡すと実行時にエイリアスは無視されます。
-   たとえば、 ``bzr --no-aliases commit`` を実行すると ``commit --strict`` ではなく標準のcomitコマンドが実行されます。
-

=== removed file 'doc/ja/user-guide/using_checkouts.txt'
--- old/doc/ja/user-guide/using_checkouts.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/user-guide/using_checkouts.txt	1970-01-01 00:00:00 +0000
@@ -1,97 +0,0 @@
-チェックアウト機能を利用する
-============================
-
-ブランチをチェックアウトに変更する
------------------------------------
-
-ローカルのブランチを作りチェックアウトに変更したいのであれば、
-``bind`` コマンドを使います::
-
-  bzr bind bzr+ssh://centralhost/srv/bzr/PROJECT/trunk
-
-たとえば以前のセクションで説明されたように ``push`` を使って集中型の\
-ブランチを作った後でこれは必要です。
-
-これをした後は、コミットはローカルに適用される前にバインドした\
-ブランチに適用されます。
-
-チェックアウトをブランチに変更する
-----------------------------------
-
-チェックアウトを通常のブランチに変更したい場合、 ``unbind``
-コマンドを使います::
-
-  bzr unbind
-
-この後で、コミットはローカルのみに適用されます。
-
-チェックアウトを入手する
--------------------------
-
-集中型のブランチを利用してチームで作業するとき、1人の人物が以前の\
-セクションで示される初期の内容を提供する必要があります。
-その後は、それぞれの個人が ローカルのチェックアウト、すなわち\
-彼らが変更を行うサンドボックス、を作るために ``checkout``
-コマンドを使用します。
-
-SubversionとCVSと異なり、Bazaarでは ``checkout`` コマンドは最新の内容を\
-保持している作業ツリーを作るのに加えて履歴のローカルな全コピーを作ります。
-``diff`` や ``log`` といったオペレーションは速く中心位置から接続していない\
-ときも利用できることを意味します。
-
-.. _getting-a-lightweight-checkout:
-
-軽量チェックアウトを入手する
------------------------------
-
-Bazaarはバージョン履歴を効率的に保存するために役立つ一方で、\
-履歴が望まれていないときがあります。
-たとえば、チームがBazaarを利用して集中型でウェブサイトの内容を\
-管理している場合、公開ウェブサーバー上の内容のチェックアウトを\
-更新するのと同じぐらいリリースプロセスは単純です。
-この場合、次の理由からその場所にダウンロードする履歴は望まないでしょう:
-
- * 必要のない履歴を保有することでディスクスペースを無駄遣いする
- * 秘密を維持したいBazaarブランチを公開する
-
-Bazaarで履歴のないチェックアウトを入手するには、
-``--lightweight`` オプションを使います::
-
-  bzr checkout --lightweight bzr+ssh://centralhost/srv/bzr/PROJECT/trunk
-
-もちろん、これによって通常のチェックアウトの多くの利点は失われますが、
-役に立つ場合と時を選ぶトレードオフです。
-``--lightweight`` オプションは、すべてのブランチではなくチェックアウト\
-のみに適用されます。
-
-注: コードベースが実際に大きくコンピュータ上のディスクスペースが限られている場合、
-`共用リポジトリ  <branching_a_project.html#a-reminder-about-shared-repositories>`_,
-`スタックブランチ <stacked.html>`_,
-`チェックアウトを再利用する <reusing_a_checkout.html>`_
-を含めたすべてのオプションを必ず考えてください。
-
-
-最新の内容に更新する
----------------------
-
-ロックステップでの他の人との連携の重要な面の1つはあなたのチェックアウトを\
-集中型のブランチで行われた最新の変更に更新し続けることです。
-SubversionもしくはCVSで行うように、Bazaarでは ``update`` コマンドを使用して\
-次のように行います::
-
-  bzr update
-
-ブランチに結びつけられたブランチで利用可能な新しいリビジョンを入手して\
-もしあればローカルの変更をマージします。
-
-コミットの失敗を扱う
----------------------
-
-``commit`` を実行する前にチェックアウトを最新にしなければならないことに注意してください。
-Bazaarはこの点でSubversionもしくはCVSよりも厳密です - 変更したファイルだけでなく\
-すべてのツリーを最新にする必要があります。
-Bazaarはあなたが最後に更新した後で中心位置にリビジョンが追加されたことを検出すると
-``update`` を実行するようにあなたに頼みます。
-
-バインドされたブランチへのネットワーク接続が失われると、コミットは失敗します。
-いくつかの代替の次善策は次のセクションで説明します。

=== removed file 'doc/ja/user-guide/using_gatekeepers.txt'
--- old/doc/ja/user-guide/using_gatekeepers.txt	2009-10-29 10:01:19 +0000
+++ new/doc/ja/user-guide/using_gatekeepers.txt	1970-01-01 00:00:00 +0000
@@ -1,42 +0,0 @@
-ゲートキーパーを利用する
-=========================
-
-分散型の人間のゲートキーパーのワークフロー
--------------------------------------------
-
-このワークフローでは、1人の開発者(ゲートキーパー) がメインブランチへの\
-コミット権限を持つ一方で他の開発者はリードオンリーの権限のみを持ちます。
-すべての開発者はタスクブランチの中で変更を行います。
-
-.. image:: images/workflows_gatekeeper.png
-
-開発者は彼らの作業内容をマージしたいとき、ゲートキーパーに彼らの変更を\
-レビューして受け入れ可能であればマージするよう頼みます。
-変更がレビューを失敗するとき、準備ができるまで関連のタスクブランチで\
-さらなる開発が進みます。
-
-このアプローチの主要な面は含まれる制御の反転です:
-開発者は変更を中心ブランチに"コミット/プッシュ"するときを決めなくて済みます:
-コードベースはゲートキーパーの "マージ/プル" による統制された変更方法によって発展します。
-複数の中心ブランチとそれぞれ異なるゲートキーパーをを持つことはとてもよい方法で、
-よく採用されている方法です。。
-たとえば、現在の製品リリースと次のリリースのためにそれぞれ1つづつのブランチがあります。
-この場合、たいがいはバグ修正を保持するタスクブランチは両方のゲートキーパーによって\
-通知されます。
-
-このワークフローのすばらしい点の一つはスケーラブルであることです。
-大きなプロジェクトはチームになりそれぞれのチームはゲートキーパーによって管理される
-*ローカルマスターブランチ* を持つことができます。
-チームリーダーがリクエストするときにチームのマスターブランチからの変更を\
-プライマリマスターブランチにマージするために誰かを主席ゲートキーパーに任命できます。
-
-分散型の自動ゲートキーパーのワークフロー
------------------------------------------
-
-より高い品質を得るために、すべての開発者は変更を回帰テストスイートが通ったら\
-変更のマージとコミットだけを行う自動ゲートキーパーに投稿できることが求められます。
-このようなゲートキーパーの1つはPQMと呼ばれるソフトウェアツールです。
-
-.. image:: images/workflows_pqm.png
-
-PQMに関する詳細な情報に関しては、 https://launchpad.net/pqm を参照してください。

=== removed file 'doc/ja/user-guide/version_info.txt'
--- old/doc/ja/user-guide/version_info.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/user-guide/version_info.txt	1970-01-01 00:00:00 +0000
@@ -1,97 +0,0 @@
-バージョンの情報をエクスポートする
-==================================
-
-最新のリビジョン番号を得る
---------------------------
-
-ビルドスクリプトの中で最新のリビジョン番号だけが必要な場合、 ``revno`` コマンドを使用できます::
-
-  $ bzr revno
-  3104
-
-
-詳細なバージョン情報を得る
----------------------------
-
-最新バージョンに関する詳細な情報を出力するには ``version-info`` コマンドを使用できます::
-
-  $ bzr version-info
-  revision-id: pqm@pqm.ubuntu.com-20071211175118-s94sizduj201hrs5
-  date: 2007-12-11 17:51:18 +0000
-  build-date: 2007-12-13 13:14:51 +1000
-  revno: 3104
-  branch-nick: bzr.dev
-
-オペレーティングシステムツールもしくはスクリプトを使用して出力を簡単にフィルタリングできます。
-例です::
-
-  $ bzr version-info | grep ^date
-  date: 2007-12-11 17:51:18 +0000
-
-より高度な後処理のためにすべてのリビジョンに関するバージョン情報が必要であれば、
-``--all`` オプションはその情報を実際にダンプします。
-
-
-Pythonのプロジェクト
---------------------
-
-.. TODO: Figure out how to attach into ``setup.py``
-
-
-プロジェクトファイルをビルドするためにMakefileを使う場合、
-次のようにバージョン情報用のファイルを簡単に生成できます::
-
-  library/_version.py:
-        bzr version-info --format python > library/_version.py
-
-これは3つのディレクトリを含むファイルを生成します:
-
-  * `version_info`: 現在の状態に関する基本情報を含むディレクトリ。
-
-  * `revisions`: コミット時間とコミットメッセージと一緒に、
-    ツリーの履歴の中のすべてのリビジョンのリストを表示するディクショナリ。
-    ``--all`` もしくは ``--include-history`` が提供されない限り、デフォルトではこれは空です。
-    リリースバージョンに含まれる、バグ修正などを追跡したい場合に便利です。
-    しかし多くのプロジェクトに対してこれは必要以上の情報です。
-
-  * `file_revisions`: プロジェクトのすべてのファイルに対する最終修正のリビジョンのリストを示すディクショナリ。
-    これは ``$Id$`` キーワードがCVSで管理されたファイルと同じように使われます。
-    最終修正の日付は ``revisions`` マップで探すことで決定されます。 
-    デフォルトではこれは空で、 ``--all`` もしくは ``--include-file-revisions`` によってのみ有効になります
-
-
-別のフォーマットでバージョン情報を得る
---------------------------------------
-
-任意のフォーマットのバージョン情報を取得するためにBazaarはテンプレートベースの方法をサポートします。
-``version-info`` への ``--custom`` オプションは作業ツリーのステータスに基づいて拡張された変数を含む
-``--template`` 引数を提供することで使用できます。
-
-たとえば、現在のリビジョン番号を含むフォーマットされた文字列を伴うCヘッダーファイルを生成するには::
-
- bzr version-info --custom \
-      --template="#define VERSION_INFO \"Project 1.2.3 (r{revno})\"\n" \
-      > version_info.h
-
-``{revno}`` は作業ツリーのリビジョン番号に置き換えされます。
-(上記の例があなたのOSで動作しない場合、一行ですべてのコマンドを入力してみてください) 
-テンプレートの中で利用できる変数の詳細な情報に関しては、
-Bazaarのユーザーリファレンスの `Version Info`_ を参照してください。
-
-.. _Version Info: ../user-reference/index.html#version-info
-
-特定の言語でバージョン情報をダンプするために予め定義されるフォーマットはは現在開発段階にあります。
-この領域の要求に関してはメーリングリストで私達開発者に連絡して下さるようお願いします。
-
-チェッククリーン
------------------
-
-プロジェクトの内容に関する大抵の情報はリビジョンエントリを読むだけで簡単に決定できます。
-しかしながら、作業ツリーがパッケージされたときにそれが最新であったこと、
-もしくはローカルな修正があったことを知るためには便利です。
-``--all`` もしくは ``--check-clean`` のどちらかを提供することで ``bzr`` は作業ツリーを検査して、
-``version_info`` ``clean`` を設定します。
-同様に ``modified`` が適切である場合に ``file_revisions`` でエントリを設定します。
-
-.. 
-   vim: tw=74 ft=rst spell spelllang=en_us

=== removed file 'doc/ja/user-guide/web_browsing.txt'
--- old/doc/ja/user-guide/web_browsing.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/user-guide/web_browsing.txt	1970-01-01 00:00:00 +0000
@@ -1,16 +0,0 @@
-ウェブブラウジング
-==================
-
-概要
------
-
-BazaarのリポジトリをWeb上で閲覧するために利用できる選択肢は幅広くあり、\
-主要なものは Loggerhead です。
-Loggerhead のホームページは https://launchpad.net/loggerhead にあります。
-
-ダウンロードリンクを含めてこれらのパッケージの最新情報に関しては
-http://wiki.bazaar.canonical.com/WebInterface
-を参照してください。
-
-注: プロジェクトがホストされているもしくはLaunchpadでミラーリングされている場合、
-Loggerheadのコードブラウジング機能はサービスの一部として提供されます。

=== removed file 'doc/ja/user-guide/working_offline_central.txt'
--- old/doc/ja/user-guide/working_offline_central.txt	2009-10-29 10:01:19 +0000
+++ new/doc/ja/user-guide/working_offline_central.txt	1970-01-01 00:00:00 +0000
@@ -1,50 +0,0 @@
-オフラインで集中型のブランチに取り組む
-=======================================
-
-集中型のローカルコミットのワークフロー
----------------------------------------
-
-旅行のためネットワーク接続できない場合、中心サーバーがダウンする、\
-もしくは今は中心位置に公開せずにローカルで変更のスナップショットを\
-記録したいだけなら、このワークフローはそんなあなたのためにあります。
-
-.. image:: images/workflows_localcommit.png
-
-ローカルでコミットする
------------------------
-
-チェックアウトで作業していてローカルだけでコミットする必要がある/したい場合、
-``--local`` オプションを ``commit`` コマンドに追加します::
-
-  bzr commit --local
-
-長期間切断する
----------------
-
-しばらくの間バインドされたブランチから切断をする予定もしくはしたい場合、
-``--local`` をすべての ``commit`` コマンドを追加することを覚えるのは面倒でしょう。
-代わりの方法は チェックアウトを一時的に通常のブランチにするために ``unbind``
-コマンドを用い、後でロックステップの状態に戻りたくなったときに ``bind`` コマンド\
-を使うことです。
-
-``bind`` コマンドはこのブランチがチェックアウトされた最後の時間が結びつけられた\
-場所を覚えるので、前の ``unbind`` の後で ``bind`` を使うときにリモートブランチの\
-URLを入力する必要がないことに留意してください。
-
-ローカルコミットのシリーズをマージする
----------------------------------------
-
-中心ブランチ上で進行中の開発から独立してローカルでコミットするとき、\
-次回 ``update`` が実行されるときBazaarはこれらを開発の2つのラインとして扱います。
-この場合、 ``update`` は次のことを行います:
-
- * これはバインドされたブランチからの最新のリビジョンを取り込み、チェックアウトを\
-   メインラインの状態にします。
-
- * これは最後に更新した以降のローカルな変更を論理的に並行ブランチに移動します
-
- * これらを一緒にマージするのでローカルの変更は ``status`` によって未解決マージ
-   として報告されます
-
-常に、この後で作業内容を中心ブランチに送信するためには ``commit`` を実行する\
-必要があります。

=== removed file 'doc/ja/user-guide/writing_a_plugin.txt'
--- old/doc/ja/user-guide/writing_a_plugin.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/user-guide/writing_a_plugin.txt	1970-01-01 00:00:00 +0000
@@ -1,74 +0,0 @@
-.. _writing-a-plugin:
-
-プラグインを書く
-================
-
-導入
------
-
-プラグインはbzrのコア機能ととてもよく似ています。
-これらはbzrlibから何でもインポートできます。
-プラグインは標準機能を上書きすることもできますが、大抵プラグインは\
-新しいコマンドを提供します。
-
-.. _creating-a-new-command:
-
-新しいコマンドを作る
----------------------
-
-コマンドを書くには、
-``bzrlib.commands.Command`` を継承する新しいオブジェクトを作り、 ``cmd_foo`` と命名します。
-fooはコマンドの名前です。
-名前にアンダースコアが含まれるコマンドを作ると、UIではアンダースコアはハイフンとして表示されます。
-たとえば、 `cmd_baz_import` は `baz-import` として表示されます。
-コマンドの書き方の実例に関しては、 ``builtins.py`` を参照して頂くようお願いします。
-
-コマンドを作成したらファイルがインポートされるときに
-``bzrlib.commands.register_command(cmd_foo)`` でコマンドを登録しなければなりません。
-さもなければbzrはコマンドを見つけることはありません。
-
-.. _installing-a-hook:
-
-フックをインストールする
--------------------------
-
-`Using hooks`_ を参照してください。
-
-.. _Using hooks: hooks.txt
-
-
-.. _specifying-a-plugin-version-number:
-
-プラグインのバージョン番号を指定する
--------------------------------------
-
-プラグインのバージョン番号を定義するにはタプルで ``version_info`` を定義します。例：
-``version_info = (0, 9, 0)``
-``version_info = (0, 9, 0, 'dev', 0)``
-
-.. _plugin-searching-rules:
-
-プラグインの検索ルール
-------------------------
-
-デフォルトではbzrはプラグインを見つけるために ``~/.bazaar/plugins`` と
-``bzrlib/plugins`` をスキャンします。
-``BZR_PLUGIN_PATH`` でこれを上書きできます。
-(詳細は、
-`ユーザーリファレンス <../user-reference/configuration-help.html#bzr-plugin-path>`_
-を参照してください。)
-
-プラグインはモジュールもしくはパッケージの形態をとることができます。
-プラグインが単独のファイルであれば、構造をモジュールにできます。
-プラグインが複数のファイルを持つ場合やbzrのブランチとして配布したい場合は、
-構造をパッケージ、すなわち、ディレクトリの中に ``__init__.py`` を含めます。
-
-
-詳しい情報
------------
-
-他の人にも役立つと考えましたら、プラグインをBzrToolsにお気軽に寄付してください。
-
-Bazaarの開発ガイドラインと方針の詳細に関しては `Bazaar開発者ガイド`_ を参照してください。
-
-.. _Bazaar開発者ガイド: ../developer-guide/HACKING.html

=== removed file 'doc/ja/user-guide/zen.txt'
--- old/doc/ja/user-guide/zen.txt	2009-10-29 10:01:19 +0000
+++ new/doc/ja/user-guide/zen.txt	1970-01-01 00:00:00 +0000
@@ -1,195 +0,0 @@
-Bazaarの哲学
-============
-
-Bazaarを完全に理解する
------------------------
-
-Bazaarは多くの点で他のVCSに似ていますが、最初見たときに必ずしも明らかではない大きな違いがいくつかあります。
-このセクションでは Bazaarを"grok"するため、すなわち深く理解するために、
-ユーザーが知る必要のあるいくつかの内容の説明を試みます。
-
-注: Bazaarを使うためにこのセクションを十分に理解する必要はありません。
-このセクションをさっと読んで後で戻るとよいでしょう。
-
-リビジョン番号を理解する
-------------------------
-
-ブランチのメインラインのすべてのリビジョンは単純に増加する整数を持ちます(最初のコミットは1、10番目のコミットは10などです)。
-これによって "私のブランチから10番目のリビジョンを獲得する"、もしくは "リビジョン3050で修正した" という言い方が自然になります。
-
-ブランチにマージされるリビジョンに関しては、ドットつきのバージョンが使われます(たとえば、3112.1.5)。
-ドットつきのリビジョン番号は3つの番号を持ちます [#]_.
-最初の番号はメインのリビジョンの変更の由来を示します。
-2番目の番号はブランチのカウンターです。
-同じリビジョンから多くのブランチが由来することがあり得るので、それらのブランチはユニークな番号を取得します。
-3番目の番号はブランチの開始以降のリビジョン番号です。
-たとえば、3112.1.5はリビジョン3112からの最初のブランチで、そのブランチ上の5番目のリビジョンです。
-
-.. [#] バージョン1.2以前のbzrでは少し異なるアルゴリズムが使われていました。
-   いくつかの入れ子のブランチはよりシンプルな3つの番号システムではなく追加の番号(たとえば1.1.1.1.1)を取得します。
-
-階層形式の履歴はよいものである
--------------------------------
-
-多くの変更が一連のコミットで構成される状況で複数の開発者が変更を投稿するプロジェクトを想像してください。
-具体例を示すために、次の事例を考えてみましょう:
-
- * プロジェクトのトランクのチップはリビジョン100です。
- * Maryは機能Xを配信するために3つの変更を行う
- * Billは機能Yを配信するために4つの変更を行う
-
-開発者が並行して作業して伝統的な集中型のVCSのアプローチを利用する場合、
-大抵の場合プロジェクトの履歴は次のようにMaryの変更とBillの変更が交互に混ざります::
-
-  107: Add documentation for Y
-  106: Fix bug found in testing Y
-  105: Fix bug found in testing X
-  104: Add code for Y
-  103: Add documentation for X
-  102: Add code and tests for X
-  101: Add tests for Y
-  100: ...
-
-多くのチームはこのアプローチを利用します。彼らのツールではブランチの作成とマージが難しいからです。
-結果として、開発者はトランクからの更新とコミットを頻繁に行い、すべてのコミットを通してそれを広げることで統合の苦痛を最小化します。
-望むのであれば、このようにBazaarを使うことができます。
-Bazaarは考慮すべき別の方法を提供します。
-
-分散型のVCSツールによって推奨される代替のアプローチは機能ブランチを作り、準備ができたらそれらを統合することです。
-この場合、Maryの機能ブランチは次のようになります::
-
-  103: Fix bug found in testing X
-  102: Add documentation for X
-  101: Add code and tests for X
-  100: ...
-
-そしてBillのものは次のようになります::
-
-  104: Add documentation for Y
-  103: Fix bug found in testing Y
-  102: Add code for Y
-  101: Add tests for Y
-  100: ...
-
-機能が独立していてリニアな履歴を維持したいのであれば、変更はバッチでトランクにpushされます。
-(技術的には、これを行う方法は無数にありますがこの検討内容の範囲を超えます。)
-結果の履歴は次のようになります::
-
-  107: Fix bug found in testing X
-  106: Add documentation for X
-  105: Add code and tests for X
-  104: Add documentation for Y
-  103: Fix bug found in testing Y
-  102: Add code for Y
-  101: Add tests for Y
-  100: ...
-
-これを実現するために少し努力が必要な一方で、リビジョンをランダムに織り交ぜるよりもいくつかの利点があります。
-よりベターですが、non-linearな履歴を形成してブランチは一緒にマージできます。
-結果は次のようになります::
-
-  102: Merge feature X
-       100.2.3: Fix bug found in testing X
-       100.2.2: Add documentation for X
-       100.2.1: Add code and tests for X
-  101: Merge feature Y
-       100.1.4: Add documentation for Y
-       100.1.3: Fix bug found in testing Y
-       100.1.2: Add code for Y
-       100.1.1: Add tests for Y
-  100: ...
-
-もしくは次のようになります::
-
-  102: Merge feature X
-       100.2.3: Fix bug
-       100.2.2: Add documentation
-       100.2.1: Add code and tests
-  101: Merge feature Y
-       100.1.4: Add documentation
-       100.1.3: Fix bug found in testing
-       100.1.2: Add code
-       100.1.1: Add tests
-  100: ...
-
-多くの理由からこれはよいものと考えられます:
-
- * プロジェクトの履歴を理解するのが楽になります。
-   関連した変更はクラスターを形成し明確に区切られます。
-
- * ブランチのメインライン上のコミットだけを見るために履歴を簡単に折りたたむことができます。
-   (このレベルでは興味のない膨大な数のコミットの代わりに)
-   このようなトランクの履歴を閲覧するとき、高いレベルのコミットだけ見えます。
-
- * 必要であれば、より簡単に機能の変更を取り消します
-
- * 継続的インテグレーション(Continuous integration: CI)ツールは
-   マージをメインラインにコミットするためにすべてのテストが合格することを保証するために使われます。
-   (多くの場合、すべての単独のコミットの後でCIツールの引き金を引くのは適切ではありません。
-   テストの中には開発の間に失敗するものがあるからです。
-   実際、テストファーストの追加 - テスト駆動開発(TDD)のスタイル - によってこれが保証されます！)
-
-要約すると、重要な点は次のとおりです:
-
-  *ブランチを利用してあなたの作業内容を編成する*
-
-  *マージ機能を利用して変更を統合する*
-
-  *順序つきの番号と階層によって履歴を追跡するのが楽になる*
-
-
-それぞれのブランチは履歴の独自のビューを持つ
----------------------------------------------
-
-上述のように、Bazaarは次の内容を区別します:
-
- * メインラインのリビジョン、すなわちブランチにコミットしたもの
-
- * マージしたリビジョン、マージをコミットすることで祖先として追加されるもの
-
-それぞれのブランチは効率的に履歴の独自ビューを持ち、すなわち、
-異なるブランチは同じリビジョンに異なる"ローカルな"リビジョン番号を与えます。
-
-マージされたリビジョンは常にドットつきのリビジョン番号を入手するのに対して
-メインラインのリビジョンは常に単独の数字のリビジョン番号が割り当てられます。
-
-上記の例を拡張するためには、Maryが変更を完了させた後でプロジェクトのトランクにマージした後に
-Maryのブランチのリビジョンの履歴は次のようになります::
-
-  104: Merge mainline
-       100.2.1: Merge feature Y
-       100.1.4: Add documentation
-       100.1.3: Fix bug found in testing
-       100.1.2: Add code
-       100.1.1: Add tests
-  103: Fix bug found in testing X
-  102: Add documentation for X
-  101: Add code and tests for X
-  100: ...
-
-繰り返しますが、Maryはこの変更を開発するためにステップを見るために彼女の履歴のトップレベルを調べることが簡単になります。
-この文脈では、トランクのマージ(とそれを行うことによる衝突の解消)はこのブランチの履歴に関しては単なる1つのステップです。
-
-Bazaarは履歴を変更するのでなければグローバルなリビジョン識別子を変更するのでもないことを覚えておくのは大事です。
-本当に望むのであれば常に後者を使用できます。
-実際、ブランチのURLをコンテクストとして提供する *限り* コミュニケーションをするときに特定のリビジョン番号を使うことができます。
-(多くのBazaarのプロジェクトでは、開発者はブランチURLなしでリビジョン番号を交換するとき中心のトランクのブランチをほのめかします)
-
-マージはブランチのリビジョン番号を変更しません。それらはローカルのリビジョン番号を新しくマージしたリビジョンに割り当てるからです。
-Bazaarがブランチのリビジョン番号を変更する唯一のときはあなたが明示的に別のブランチをミラーリングするように頼むときです。
-
-注: リビジョンは安定した方法で番号づけされます: 2つのブランチがメインラインで同じリビジョン番号を持つとき、
-そのリビジョンの祖先のすべてのリビジョンは同じリビジョン番号を持ちます。
-たとえば、AliceとBobのブランチがリビジョン10に一致するのであれば、それらはそれ以前のすべてのリビジョンで一致します。
-
-要約
------
-
-一般的に、前に示されたアドバイスに従うのであれば - ブランチの中で作業し、\
-連携するためにマージを使う -
-Bazaarが一般的にあなたが期待することを行うことがわかります。
-
-次の章では、Bazaarを利用したさまざまな方法: もっとも単純なプロジェクト、個人プロジェクトなどを試します。
-
-..
-   vim: ft=rst tw=74 ai

=== removed directory 'doc/ja/user-reference'
=== removed file 'doc/ja/user-reference/index.txt'
--- old/doc/ja/user-reference/index.txt	2011-05-18 06:01:08 +0000
+++ new/doc/ja/user-reference/index.txt	1970-01-01 00:00:00 +0000
@@ -1,3855 +0,0 @@
-.. This file is autogenerated from the output of
-..     bzr help topics
-..     bzr help commands
-..     bzr help <cmd>
-..
-.. Generation time: 2009-01-09 07:03:09 +0000
-
-##########################
-Bazaarユーザーリファレンス
-##########################
-
-:Version:   1.11
-:Generated: 2009-01-09
-
-.. contents:: :depth: 2
-
------
-
-このチュートリアルについて
-##########################
-
-このマニュアルはBazaarのオンラインヘルプから生成されました。オンラインヘルプのシステムを
-利用するためには次のコマンドを試してください。
-
-    よく使われるコマンドの一覧を含めて紹介します::
-
-        bzr help
-
-    トピックの一覧とそれぞれの要約::
-
-        bzr help topics
-
-    コマンドの一覧とそれぞれの要約::
-
-        bzr help commands
-
-    特定のトピックもしくはコマンドに関する詳細な情報::
-
-        bzr help topic-or-command-name
-
-次のウェブサイトはBazaarに関する詳細な情報を提供します:
-
-:ホームページ:                     http://www.bazaar-vcs.org/
-:公式ドキュメント:                 http://doc.bazaar-vcs.org/
-:Launchpad:                     https://launchpad.net/bzr/
-
-概念
-####
-
-ブランチ
-=========
-
-ブランチは、すべての履歴を含む、プロジェクトの状態で構成されます。 
-すべてのブランチは関連づけされたリポジトリ(ブランチの履歴が保存される場所)を持ちますが、
-複数のブランチは同じリポジトリを共有することもあります(共用リポジトリ)。
-ブランチはコピーしたりマージしたりできます。
-
-関連コマンド::
-
-  init    ディレクトリをバージョン管理されたブランチに変更する。
-  branch  ブランチの新しいコピーを作成する。
-  merge   3方向マージ (3-way merge) を実行する。
-
-
-チェックアウト
-==============
-
-チェックアウトはブランチに結びつけられたソースツリーなので、
-ソースツリーにコミットするときに、コミットの内容はブランチに格納されます。
-必要になるまでBazaarの分散型機能の一部を無視して、よりシンプルに、集中型のワークフローを利用できます。
-共用リポジトリでチェックアウトを利用することはSVNもしくはCVSでの作業とよく似ていますが、同じ制限を持ちません。
-そしてチェックアウトを利用することで望むワークフローがなんであれ他の人もプロジェクトに取り組むことができます。
-
-チェックアウトはbzr checkoutコマンド("help checkout"を参照)によって作成されます。
-これに別のブランチへのリファレンスを渡し、マスターブランチからのチェックアウトを作成したブランチへのリファレンスを
-まだ含むローカルコピーを作成します。
-
-何かコミットをすればこれらは他のブランチで最初に作成されます。
-これによって作業内容のインスタントミラーが作成されるもしくは
-それぞれの開発者が共同で作業して他の人の変更を継続的に統合するロックステップ開発を円滑にします。
-
-しかしながらチェックアウトはまだBazaarの第一級のブランチで、すべての履歴をローカルで保存できます。
-第一級のブランチがあるので、ローカルにコミットすることもできます。
-たとえば、ネットワーク接続による一時的な遅延を回避したいのであれば、ローカルでもコミットできます。
-これを行うには --local オプションを使います。
-次にローカルではないコミットを行うときにすべてのローカルコミットはマスターブランチに行われます。
-
-共用ブランチからのチェックアウトを使用しているとき、周期的に他の人による変更をすべてpullしたくなります。
-これは"update"コマンドによってできます。
-ローカルではないコミットの前に変更が適用される必要がありますが、
-Bazaarは変更が存在することを伝え必要なときにこのコマンドを使うように提示します。
-
-checkoutコマンドに--lightweightフラグを渡すことで"軽量"チェックアウトを作成することも可能です。
-第一級のブランチではなく、主に作業ツリーで構成されるという点で、軽量チェックアウトはSVNのチェックアウトにより近いです。
-履歴のオペレーションはマスターブランチに問い合わせをしなければならないので、
-ネットワーク接続が関わる場合遅くなる可能性があることを意味します。
-また、ローカルブランチを持たないので、ローカルでコミットできません。
-
-マスターブランチに高速で信頼性のあるアクセス権限があるときに軽量チェックアウトは最も良く動作します。
-マスターブランチが同じディスクもしくはLAN上にあれば、(ブランチのコピーの更新だけが必要なので)
-リビジョンを変更するどのコマンドでも軽量ブランチは重量ブランチよりも速くなることを意味します。
-一般的に重量チェックアウトは速いですが、マスターブランチが同じディスク上のあるときは、顕著な違いはありません。
-
-チェックアウトの別の使い方はブランチを格納するツリーなしのリポジトリで使うことです。
-ここでは異なるブランチに取り組むときチェックアウトが指定するマスターブランチを切り替えることで
-1つの作業ツリーだけを維持します。
-
-明確にチェックアウトにコミットするにはマスターブランチへの書き込み権限が必要です。
-マスターブランチはsftp://といった書き込み可能なプロトコルでアクセスしなければならないので、
-相手方で書き込み権限をもたなければならないことを意味します。
-チェックアウトはローカルファイルシステムでも機能するので、すべての問題はファイルのパーミッションです。
-
-"bind"コマンド("help bind"を参照)を使用することでチェックアウトのマスターを変更できます。
-これによってコミットが送信される位置が変更されます。
-bindコマンドはブランチをheavyチェックアウトに変換するためにも使用できます。
-すべてのコミットがローカルで行われるようにheavyチェックアウトを通常のブランチに変換したい場合、
-"unbind" コマンドを使用できます。
-
-関連コマンド::
-
-  checkout    チェックアウトを作成する。軽量チェックアウトを得るには --lightweight を渡す
-  update      マスターブランチの変更をあなたのチェックアウトにpullする
-  commit      マスターブランチに送信されるコミットを行う。
-              重量チェックアウトであれば --localオプションによって
-              マスターにコミットを送信せずにチェックアウトにコミットされます
-  bind        送信されるチェックアウトにコミットされるマスターブランチを変更する
-  unbind      コミットがローカルだけで行われるように重量チェックアウトをスタンドアロンのブランチに変換する
-
-
-クリスクロス
-============
-
-ブランチの履歴のクリスクロス(Criss-cross)は通常期待されるよりも多くのコンフリクトを出すデフォルトのマージテクニックを必要とします。
-
-複雑なマージの場合、 ``bzr merge --lca`` もしくは ``bzr merge --weave`` ではよりよい結果になるかもしれません。
-作業ツリーを ``bzr revert`` して再度マージしたいと願うかもしれません。
-代わりに、特定の衝突しているファイル上で ``bzr remerge`` を使います。
-
-2つのブランチが同じものをマージしてお互いにマージし合う場合、
-もしくは2つのブランチが同時にお互いをマージする場合、クリスクロスはブランチの中で発生します。
-それぞれのブランチが目的の集中型ブランチからもしくはそのブランチからのみマージすることでこれらを回避できます("star topology")。
-
-マージが動作する方法のためクリスクロスは問題を引き起こします。
-Bazaarのデフォルトマージは三方向マージです; OTHERをTHISにマージするには比較、BASE用の基本を見つけなければなりません。
-BASEを利用することで、THISとOTHERの違いが行を追加するワンサイドか、行を削除する別のサイドによるのかを決定できます。
-
-クリスクロスはベースに関してよい選択肢がないことを意味します。
-最近のマージポイントを選択することはワンサイドの変更を少し廃棄してしまう可能性があります。
-(Bazaarが行う)古いマージポイントを選択することは余分な衝突が発せられることを意味します。
-
-``weave`` マージタイプはこの問題の影響を受けません。
-このタイプは違いの原因を決定するためにベースのリビジョンの代わりに行を起点とする検出方法を利用するからです。
-
-
-ストレージフォーマット
-=======================
-
-古いクライアントが不正にデータにアクセスしないことを保証するために、
-Bazaarのポリシーでは新しい機能が新しいメタデータを追加する必要があるときに
-新しいフォーマットを導入することにしています。新しいストレージフォーマットは
-パフォーマンスとスケーラビリティを改善するために導入することもあります。
-
-フォーマットを選ぶために次のガイドラインを利用します(条件がtrueであると同時に停止):
-
-* 既存のプロジェクトに取り組んでいる場合、プロジェクトが利用しているものを使用します。
-  (デフォルトでBazaarはあなたの代わりにこれを行います)。
-
-* Subversionリポジトリと連携するbzr-svnを利用している場合は、
-  1.9-rich-rootを使用します。
-
-* 大きなツリー(5000以上のパス)もしくは深い履歴(5000以上のリビジョン)を持つ
-  プロジェクトに取り組んでいるのであれば、1.9を使用します。
-
-* さもなければ、デフォルトのフォーマットを使用します。大抵のプロジェクトはこれで十分です。
-
-(ディストロのパッケージを利用しているなどで)最新のBazaarを利用できない開発者がいるのであれば、
-それに応じてガイドラインを調整してください。 
-たとえば、プロジェクトがBazaar 1.7を標準化している場合、1.9の代わりに1.6を選ぶことが必要です。
-
-注: 現在サポートされるフォーマットの多くは2つのバリアントを持ちます:
-plainのものとrich-rootのものです。
-後者はツリーのrootに関する追加フィールドを含みます。
-rich-rootフォーマットを利用する際にパフォーマンスコストはありませんが
-rich-rootフォーマットからの変更をplainフォーマットに簡単にマージできません。
-結果として、すべての投稿者がほぼ同時にリポジトリをアップグレードする必要があるので、
-プロジェクトをrich-rootフォーマットに移行させるには調整が必要です。
-(これまでのところrich-rootフォーマットをデフォルトにすることを遅らせてきた理由です。
-将来の適切な時期にこれを行います。)
-
-現在サポートされるフォーマットの完全なリストに関しては ``bzr help current-formats`` を参照してください。
-利用可能で実験上もしくは廃止されたフォーマットに関しては ``bzr help other-formats`` を参照してください。
-
-
-パターン
-========
-
-Bazaarはさまざまな時点でマッチするファイルを使用します。
-たとえば、 ``add`` コマンドは無視するパターンにマッチするファイルとスキップし
-プリファレンスはルールパターンを使用するファイルに関連づけできます。
-パターン構文は下記のとおりです。
-
-パターン上のトレーリングスラッシュは無視されます。
-パターンがスラッシュを含むもしくは正規表現である場合、ブランチのroot全体から比較されます。
-さもなければ、これはパスの最後のコンポーネントのみと比較されます。
-rootディレクトリの中のファイルのみにマッチさせるには'./'を用意します。
-絶対パスを指定するパターンは許可されていません。
-
-パターンは次のようなglobのワイルドカードを含むことができます::
-
-  ? - '/'以外の単独文字にマッチする
-  * - '/'以外の0かそれ以上の文字数にマッチする
-  /**/ - パスの中のゼロかそれ以上のディレクトリにマッチする
-  [a-z] - 文字のグループの範囲内からの単独の文字にマッチする
-
-パターンはPythonの正規表現にもなります。
-正規表現のパターンは 'RE:' の接頭辞で始まる正規表現で識別されます。
-正規表現のパターンは名前つきもしくは番号つきのグループを含むことはできません。
-
-
-リポジトリ
-===========
-
-Bazaarのリポジトリはコミットされた情報が保存される場所です。
-すべてのブランチと関連づけされたリポジトリが1つ存在します。
-
-リポジトリは一種のデータベースです。
-通常、パフォーマンスのためにBzrはこれを自動的に維持しますが、ある状況(たとえば短い期間にとても多くのコミットを行う)
-
-データベースのインデックスを最適化するようbzrに求めるとよいでしょう。
-これは'bzr pack' コマンドによって行われます。
-
-デフォルトでは 'bzr init' を実行するだけで新しいブランチの中でリポジトリが作成されますが、
-同じ位置で情報を共有するために複数のブランチを許可する共用リポジトリを作成することが可能です。
-新しいブランチが作成されたとき使用できる共用リポジトリが存在するかどうかを最初に確認します。
-
-同じプロジェクトのブランチが1つのリポジトリを共有するとき、一般的にスペースが大きく節約されます。
-(たとえばリポジトリの範囲内でブランチを作成するなどの)いくつかのコマンドに対してこれは大きな時間の節約になります。
-
-共用リポジトリを作るには、init-repositoryコマンド(もしくはエイリアスのinit-repo)を使います。
-このコマンドは作成するリポジトリの位置をとります。
-このことは'bzr init-repository repo'によって'repo'という名前のディレクトリが作成され
-その中に共用リポジトリが格納されることを意味します。
-このディレクトリの中に作成された新しいブランチはストレージ用にそれを使用します。
-
-1つ以上のプロジェクトのブランチを作成するときに1つのリポジトリを作成することはよい考えです。
-これは開発を行っている作業領域と、ホスティングプロジェクト用のサーバー領域の両方にあてはまります。
-後者の場合、作業ツリーなしのブランチが欲しいことは良くあります。
-ブランチのファイルは直接編集されないので作業ツリー用にディスクスペースを使い切る必要はありません。
-作業ブランチを持たないリポジトリを作成するには、 'init-repository'に'--no-trees'オプションを渡します。
-
-関連コマンド::
-
-  init-repository   共用リポジトリを作成する。
-                    新しいブランチが作業ツリーを作成しないものを作成するには--no-treesを使用する。
-
-
-ルール
-=======
-
-紹介
------
-
-ルールはiniファイルフォーマットで定義されます。
-セクションはファイルのglobパターンでそれぞれのセクションの内容は
-そのパターンにマッチするファイル用のプリファレンスです。例です::
-
-    [name *.bat]
-    eol = dos
-
-    [name *.html]
-    keywords = escape
-
-これらのようなプリファレンスは選択されたブランチの中で
-選択されたファイル用にカスタムのふるまいを提供したいコマンドとプラグインに役立ちます。
-
-
-ファイル
----------
-
-すべてのブランチ用のデフォルトルールはオプションの ``BZR_HOME/rules`` ファイルで定義されます。
-
-ルールのパターン
------------------
-
-パターンは順序づけされ1つマッチすると共に検索は停止します。
-結果として、より明確なパターンをファイルのトップの方に置くべきです。
-ルールパターンは無視パターンとまったく同じ仕様を利用します。
-詳細は ``bzr help patterns`` を参照してください。
-
-注: 角かっこを含むパターンはそれらが正しく解析されるようにクォートで囲まなければなりません。
-
-
-スタンドアロンのツリー
-=======================
-
-スタンドアロンのツリーは関連リポジトリを持つ作業ツリーです。
-他に依存していないので、これは独立して利用できるブランチです。
-(bzr initを通して)スタンドアロンのツリーの作成は
-既存のプロジェクトをバージョン管理の元に置くための最も速い方法です。
-
-関連コマンド::
-
-  init    ディレクトリをバージョン管理下にあるブランチにする。
-
-
-同期化がずれているブランチ
-==========================
-
-チェックアウト、ツリーもしくはブランチを軽量ブランチに再設定するとき、
-ローカルのブランチを破壊しなければなりません。
-(チェックアウトに関して、これはキャッシュとして最初に提供するローカルブランチです。)  
-破壊されるブランチが同じ最終リビジョンを持たなければ、
-軽量用チェックアウト用の新しい参照ブランチ、データが失われる可能性があるので、
-Bazaarは拒否します。
-
-この取り組み方は *なぜ* ブランチの同期がずれるのかによります。
-
-チェックアウトが手元にありローカルコミットを行う場合、
-"bzr update"(とおそらくは"bzr commit")を実行することで再び同期化できます。
-
-ブランチが手元にあり、リモートブランチが時代遅れになっている場合、
-"bzr push"を使用してローカルの変更をプッシュできます。
-ローカルブランチが時代遅れであれば、"bzr pull"をできます。
-両方のブランチに変更があれば、変更をマージ、コミットしてプッシュできます。
-変更の一部が便利でなければ、"push --overwrite"もしくは代わりに"pull --overwrite"できます。
-
-
-作業ツリー
-===========
-
-作業ツリーはディスク上に設置されたブランチのコンテンツなのでファイルを見て編集できます。
-作業ツリーはブランチに変更を行う場所なので、
-作業ツリーの現在の状態をコミットするとき、コミットに記録されるレコードです。
-
-ブランチをリモートシステムにプッシュするとき、作業ツリーは作成されません。
-ファイルがすでに存在すれば、ファイルは更新されません。
-ブランチの情報は更新され作業ツリーは時代遅れとしてマークされます。
-リモートの作業ツリーを更新するのは難しいです。
-アンコミットされた変更が存在するもしくは更新によってリモートで扱うのが難しい内容の衝突が引き起こされるからです。
-
-作業ツリーなしのブランチがあれば 作業ツリーを作成するために 'checkout' コマンドを使用できます。
-ブランチから 'bzr checkout .' を実行すると作業ツリーが作成されます。
-リモートでブランチが更新されると、そのディレクトリの中で'bzr update'を実行することで作業ツリーを更新できます。
-
-望まない作業ツリーを持つブランチがある場合、安全であれば'remove-tree'コマンドはツリーを除外します。 
-ブランチにプッシュするとき更新されないリモート作業ツリーに関する警告を回避することでこれは可能です。 
-これは'--no-trees'リポジトリ('bzr help repositories'を参照)に取り組むときにも便利です。
-
-プッシュするリモートマシン上で作業ブランチを持ちたい場合、
-pushするごとにリモートブランチで'bzr update'を実行するか、
-pushの間にツリーを更新する他の方法を使用できます。
-rsyncを使用してpushと同じように作業ツリーを更新する'rspush'プラグインが存在します。
-それぞれのプッシュの後で'bzr update'を自動的に実行する'push-and-update'プラグインも存在します。
-
-便利なコマンド::
-
-  checkout     ブランチが作業ツリーを持たないときにそれを作成する。
-  remove-tree  これを行うときに安全であるときにブランチから作業ツリーを除外する。
-  update       作業ツリーが関連ブランチから同期がずれているとき
-               このコマンドによってブランチにマッチするツリーが更新される。
-
-.. _formats: `ストレージフォーマット`_
-.. _standalone-trees: `スタンドアロンのツリー`_
-.. _sync-for-reconfigure: `同期化がずれているブランチ`_
-.. _working-trees: `作業ツリー`_
-
-
-
-リスト
-#######
-
-認証の設定
-===========
-
-
-Intent
-------
-
-``authentication.conf`` ファイルの中で多くの異なる認証ポリシーは記述できますが
-特定のユーザーはすべてのブランチ用のユーザーとパスワードを指定しなくても
-自分のニーズをカバーするわずかな定義だけが必要です。
-
-このファイルの中で見つかる定義は与えられたurl用のクレデンシャルを見つけるために使われます。
-一般的に同じクレデンシャルを必要とするリモートサーバーの周辺で宣言を分類することで可能な限り多くのブランチに対して
-クレデンシャルを使用できます。
-
-異なるサーバーによって使用されるクレデンシャルを宣言することも可能です。
-
-intentは維持を最少にするためにこのファイルを可能な限り小さくするものです。
-
-このファイルの中で関連のクレデンシャルが宣言されるとパスワード(セキュリティハザード)を埋め込まず
-もしくは(他の人とURLの共有を有効にする)ユーザーなしでブランチのURLを利用できます。
-
-次のURLよりも::
-
-  bzr branch ftp://joe:secret@host.com/path/to/my/branch
-
-シンプルになります::
-
-  bzr branch ftp://host.com/path/to/my/branch
-
-``authentication.conf`` ファイルを作成したことを前提とします::
-
-  [myprojects]
-  scheme=ftp
-  host=host.com
-  user=joe
-  password=secret
-  
-
-認証の定義
------------
-
-bzrによってサポートされるさまざまなスキームによって使用される2種類の認証があります:
-
-1. ユーザーとパスワード
-
-``FTP`` は ``host`` 用に (``user`` 、 ``password``) を必要とします。
-``SFTP`` は認証用にパスワードもしくはホストキーを使用できます。
-しかしながら、sshエージェントはベターで、よりセキュアな解決方法です。
-独自のセキュアではない方法を提供しないことにします。
-
-2. ユーザー、領域とパスワード
-
-ホストに対して認証するために ``HTTP`` と ``HTTPS`` は(``user, realm, password``)を必要とします。
-``.htaccess`` ファイルを利用することで、たとえば、任意の ``host`` 
-に対して (``user, realm, password``) をいくつか定義することが可能です。
-ですので本当に必要なのは (``user``, ``password``, ``host``, ``path``)です。
-``realm`` は定義で考慮されませんが、bzrにパスワードを催促される場合表示されます。
-
-``HTTP proxy`` は適切なポートを指定することで ``HTTP`` (もしくは ``HTTPS``) として扱うことができます。
-
-すべてのスキームを考慮するには、パスワードは認証定義の一式 (``scheme``, ``host``, ``port``, ``path``, ``user``, ``password``) から推定されます。
-
-  * ``scheme``: 空にできます (定義の残りは任意のスキームに対して使用できることを意味する)、
-    ``SFTP`` と ``bzr+ssh`` はここでは使うべきではありません。
-    代わりに ``ssh`` が使われるべきです。これが認証に関して本当のスキームだからです。
-
-  * ``host``: 空にできます (ホスト用のデフォルトとして振る舞う),
-
-  * ``port`` は空にできます (ホストが同じスキームに対していくつかのサーバーを提供するときに便利)、
-    数値の値のみが許可され、サーバーがスキームの標準ポートとは異なるポートを使用するときのみにこれは使用されます。
-
-  * ``path``: 空にできます (FTPもしくはSFTPはこれを使用しません),
-
-  * ``user``: 空にできます (デフォルトでは ``bzr`` はpythonの ``getpass.get_user()`` を使用),
-
-  * ``password``: 常にパスワードをプロンプトで入力する方が望ましいのであれば空にできます。
-
-任意のURLに対して、複数の定義を提供できます。
-bzrは次のルールに従って (``user`` [, ``password``]) を選択します:
-
- 1. 最初にマッチするものが優先される
-
- 2. すべてにマッチする空のフィールド
-
- 3. デコレータがリクエストされたURLに使用されていても ``scheme`` はマッチします。
-
- 4. ``host`` は正確にマッチするか '.' で始まる場合、ドメインとしてふるまいます。
-    (``project.bzr.sf.net`` は ``.bzr.sf.net`` にマッチしますが ``projectbzr.sf.net`` は ``bzr.sf.net`` にマッチしない)。
-
- 5. ``port`` はリクエストされたURLに含まれる場合(正確にマッチする場合のみ)マッチします。
-
- 6. ``path`` はリクエストされたURLに含まれる場合マッチします (そして上記のルール #2 によって、
-    空のパスは任意の提供されたパスにマッチします)。
-
-
-
-ファイルのフォーマット
-----------------------
-
-`設定ファイル`_ 用の一般ルールは変数ポリシー意外に当てはまります。
-
-.. _設定ファイル: #configuration-settings
-
-それぞれのセクションで認証の定義を記述します。
-
-セクションの名前は任意の文字列で、 ``DEFAULT`` の値のみが保存され
-*最後* のセクションとして現れます。
-
-それぞれのセクションは次の内容を定義すべきです:
-
-* ``user``: 使用されるログイン名
-
-それぞれのセクションは次の内容を定義できます:
-
-* ``host``: リモートサーバー
-
-* ``port``: サーバーがリスンしているポート番号
-
-* ``path``: ブランチの位置
-
-* ``password``: パスワード
-
-
-例
----
-
-
-外部でホストされた個人プロジェクト
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-すべての接続は同じ ``user`` で行われ
-(デフォルトのbzrのものが適切でない場合のためのリモートの接続) 
-パスワードはいくつかの例外とともに常に催促されます::
-
-        # hobby.netのPetプロジェクト
-        [hobby]
-        host=r.hobby.net
-        user=jim
-        password=obvious1234
-        
-        # ホームサーバー
-        [home]
-        scheme=https
-        host=home.net
-        user=joe
-        password=1essobV10us
-        
-        [DEFAULT]
-        # ローカルユーザーがbarbazで、すべてのリモートサイト上ではfoobarとして
-        user=foobar
-
-
-ソースホスティングプロバイダ
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-shp.net(仮想)ドメインにおいて、それぞれのプロジェクトは独自のサイトを持ちます::
-
-        [shpnet domain]
-        # sftpを使用するが、sshは認証用に使用される
-        scheme=ssh
-        # '.' は 'shp.net' だけがマッチしないことを保証する
-        host=.shp.net
-        user=joe
-        # bzrはsftp用のパスワードの提供を保証しません
-        # パスワードをインタラクティブに入力したくなければ
-        # sshエージェントを使用することを考えてください(pageant, ssh-agent、など)
-
-HTTPS、SFTPサーバーとプロキシ
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-company.comにおいて、サーバーのホスティングリリースは統合ブランチの背後にはプロキシがあり、
-2つのブランチは異なる認証ポリシーを使用します::
-
-        [reference code]
-        scheme=https
-        host=dev.company.com
-        path=/dev
-        user=user1
-        password=pass1
-
-        # devサーバー上の開発ブランチ
-        [dev]
-        scheme=ssh # bzr+sshとsftpはここで利用可能
-        host=dev.company.com
-        path=/dev/integration
-        user=user2
-        
-        # プロキシ
-        [proxy]
-        scheme=http
-        host=proxy.company.com
-        port=3128
-        user=proxyuser1
-        password=proxypass1
-
-
-計画的な強化
--------------
-
-次の内容はまだ実装されていませんが進行中の作業の一部として計画されています:
-
-* ``password_encoding`` フィールドの追加は次のとおりです:
-
-  - さまざまな難読化のエンコーディング(たとえばbase64)でパスワードを保存する。
-
-  - パスワードの保存をプラグインに委譲する(たとえば.netrc)。
-
-* ユーザーがユーザー名もしくはパスワードの入力を催促されたらクレデンシャルを更新する。
-
-* ``HTTPS`` 用に ``verify_certificates`` フィールドを追加する。
-
-``password_encoding`` と ``verify_certificates`` フィールドは認識されますが
-実際の実装では無視されます。
-
-
-バグトラッカーの設定
-=====================
-
-コミットを行うとき、その変更によって修正されたバグに関するメタデータは --fixes オプションを使用することで記録されます。
-それぞれのバグが修正されたものとしてマークされるために、エントリーが '<url> <status>' を述べる 'bugs' リビジョンプロパティに含まれます。
-(現在サポートされる ``status`` の値は ``fixed.`` だけです)
-Launchpadの中心バグトラッカー用のサポートは組み込まれています。
-他のバグトラッカーに関して、正しいURLが記録されるように設定が予め要求されます。
-
-Launchpadに加えて、BazaarはBugzillaとTracに適切なURLの生成を直接サポートします。
-プロジェクトが異なるバグトラッカーを使用するのであれば、そのサポートを追加するのは簡単です。
-BugzillaもしくはTracを使用しているのであれば、
-バグトラッカーの基底URLを格納する設定変数を設定することだけが必要です。
-これらのオプションは ``bazaar.conf`` 、 ``branch.conf`` もしくは ``locations.conf`` のブランチ固有のセクションに入ります。
-取り組むプロジェクトごとにこれらの値をセットアップできます。
-
-注: それぞれのトラッカーに対して短縮名を提供するのであれば、望むのであればコミット時に1つもしくは複数のトラッカーで1つもしくは複数のバグを指定できます。
-
-Launchpad
----------
-
-バグ2を修正するコミットを記録するには ``bzr commit --fixes lp:2`` を使用します。
-
-bugzilla_<tracker_abbreviation>_url
------------------------------------
-
-存在するのであれば、Bugzillaのバグトラッカーの位置は <tracker_abbreviation> によって参照されます。
-そのバグトラッカーのバグをそのコミットで修正されたものとしてマークするためにはこのオプションは ``bzr commit --fixes`` と一緒に使用できます::
-
-    bugzilla_squid_url = http://www.squid-cache.org/bugs
-
-上記の例はSquidのバグ 1234が修正されたものとしてマークするために ``bzr commit --fixes squid:1234`` を許可します。
-
-trac_<tracker_abbrevation>_url
-------------------------------
-
-存在するのであれば、Tracインスタンスの位置は <tracker_abbreviation> によって参照されます。
-そのコミットによってバグが修正されたものとしてそのトラッカーの中でマークするためにこのオプションは ``bzr commit --fixes`` と一緒に使用できます::
-
-    trac_twisted_url = http://www.twistedmatrix.com/trac
-
-上記の例はTwistedのバグ1234を修正したものとしてマークするために ``bzr commit --fixes twisted:1234`` を許可します。
-
-bugtracker_<tracker_abbrevation>_url
-------------------------------------
-
-存在するのであれば、一般的なバグトラッカーのインスタンスの位置は <tracker_abbreviation> によって参照されます。
-位置は ``{id}`` プレースホルダーを含まなければなりません。プレースホルダーは特定のバグIDに置き換えられます。
-そのコミットによってバグが修正されたものとしてそのトラッカーでマークするためにこのオプションを ``bzr commit --fixes`` と一緒に使用できます::
-
-    bugtracker_python_url = http://bugs.python.org/issue{id}
-
-上記の例はPythonのRoundupバグトラッカーのバグ1234を修正されたものとしてマークするために ``bzr commit --fixes python:1234`` を許可します::
-
-    bugtracker_cpan_url = http://rt.cpan.org/Public/Bug/Display.html?id={id}
-
-上記はCPANのRTバグトラッカー用です。
-
-
-.. _configuration-settings:
-
-構成設定
-=========
-
-.. TODO: Should have some explanation of why you'd want things in
-.. branch.conf.
-
-
-環境変数の設定
----------------
-
-大抵の設定が設定ファイルによって取り扱われる一方で、
-半永久的ないくつかのオプションは環境変数を通して制御できます。
-
-BZR_EMAIL
-~~~~~~~~~
-
-Bazaarによって使用されるEメールのIDを上書きする。よくあるフォーマット::
-
-  "John Doe <jdoe@example.com>"
-
-``email`` の設定値も参照してください。
-
-BZR_PROGRESS_BAR
-~~~~~~~~~~~~~~~~
-
-進行状況の表示方法を上書きする。可能な値は "none"、 "dots"、 "tty"
-
-BZR_SIGQUIT_PDB
-~~~~~~~~~~~~~~~
-
-SIGQUITが通常とおりに振る舞うようにするかもしくはブレークインデバッガーを起動するかどうか制御する。
-
-* 0 = 標準のSIGQUITのふるまい(通常はコアダンプを伴ってexitする)
-* 1 = ブレークインデバッガーを起動する (デフォルト)
-
-BZR_HOME
-~~~~~~~~
-
-Bazaarによって使用されるホームディレクトリを上書きする
-
-BZR_SSH
-~~~~~~~
-
-異なるSSHの実装を選択する。
-
-BZR_PDB
-~~~~~~~
-
-デバッガもしくはエラーを立ち上げるか制御する。
-
-* 0 = Standard behavior
-* 1 = Launch debugger
-
-BZR_REMOTE_PATH
-~~~~~~~~~~~~~~~
-
-bzr+sshプロトコルを使用する際に使用するBazaar実行ファイルへのパス。
-
-設定値 ``bzr_remote_path`` も参照。
-
-BZR_EDITOR
-~~~~~~~~~~
-
-コミットメッセージなどの際にBazaarが使用するエディタへのパス。
-
-BZR_PLUGIN_PATH
-~~~~~~~~~~~~~~~
-
-Bazaarが使用するプラグインディレクトリへのパス。
-
-BZRPATH
-~~~~~~~
-
-Bazaarがシェルシェルプラグインの外部コマンドを探すパス。
-
-
-設定ファイル
--------------
-
-設置場所
-~~~~~~~~~
-
-設定ファイルはLinux/Unixの場合 ``$HOME/.bazaar`` に
-Windowsの場合 ``C:\Documents and Settings\<username>\Application Data\Bazaar\2.0`` に設置されます。
-( ``bzr version`` を使用することでシステムに設置された位置をチェックできます)
-
-この位置に3つの主要な設定ファイルが存在します:
-
-* ``bazaar.conf`` はデフォルトの設定オプションを記述します
-
-* ``locations.conf`` は特定のブランチの位置用の設定情報を記述します。
-
-* ``authentication.conf`` はリモートサーバー用のクレデンシャル情報を記述します。
-
-それぞれのブランチはそのブランチに固有な値を設定する設定ファイルも格納します。
-このファイルはブランチの範囲内の ``.bzr/branch/branch.conf`` で見つかります。
-このファイルはブランチのすべてのユーザーに見えます。
-あなたのブランチ専用に設定値の1つを上書きしたいのであれば、 ``locations.conf`` で行うことができます。
-
-一般的なフォーマット
-~~~~~~~~~~~~~~~~~~~~
-
-iniファイルは3つの種類のコントラクト: セクションヘッダー、セクション変数とコメントを持ちます。
-
-コメント
-^^^^^^^^^
-
-コメント行は "#" で始まります("hash mark", "pound sign"  "number sign"とも呼ばれます)。
-コメント行はiniファイルを解析するときBazaarによって無視されます。
-
-セクションヘッダー
-^^^^^^^^^^^^^^^~~~~
-
-セクションヘッダーは行頭から始まり角かっこで囲まれた単語です。
-典型的なセクションヘッダーは次のとおりです::
-
-    [DEFAULT]
-
-bazaar.confに対して現時点で唯一有効なセクションヘッダーは[DEFAULT]と[ALIASES]です。
-セクションヘッダーは大文字と小文字を区別します。
-デフォルトのセクションが提供する設定変数はブランチの設定ファイルで上書きできます。
-
-``locations.conf`` に対して、
-セクションにマッチする最長のものを持つセクションからの変数は潜在的に有効な別のセクションヘッダーを除外するために使われます。
-セクションヘッダーはブランチ用のパスをセクションヘッダーとして使用します。次のような例があります::
-
-    [http://mybranches.isp.com/~jdoe/branchdir]
-    [/home/jdoe/branches/]
-
-
-セクション変数
-^^^^^^^^^^^^^^^
-
-セクション変数はセクションの範囲に属します。セクション変数は変数名、等号と値を格納します。例です::
-
-    email            = John Doe <jdoe@isp.com>
-    check_signatures = require
-
-
-変数のポリシー
-^^^^^^^^^^^^^^^
-
-セクションの中で定義された変数は名前つきのディレクトリもしくはURLに加えてそれらを格納する位置にも影響を与えます。
-ポリシーは可変変数が含まれる位置のために解釈される方法を変更するために使用できます。現在は3つのポリシーが利用できます:
-
- none:
-   値は含まれる位置に対して同じように解釈されます。
-   これはデフォルトのふるまいです。
- norecurse:
-   値はセクション名によって指定された正確な位置のみに対して使用されます。
- appendpath:
-   for contained locations, 追加パスのコンポーネントは値に追加されます。
-
-ポリシーは "$var:policy" 形式の名前を持つキーによって指定されます。
-たとえば、ブランチのツリー用のpushの位置を定義するには、次の設定が使われます::
-
-  [/top/location]
-  push_location = sftp://example.com/location
-  push_location:policy = appendpath
-
-この設定によって、 ``/top/location/branch1`` 用のpush位置は ``sftp://example.com/location/branch1`` になります。
-
-
-主要な設定ファイルのbazaar.conf
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-``bazaar.conf`` は ``[DEFAULT]`` と呼ばれる1つのセクションだけを許可します。
-このデフォルトセクションはすべてのブランチ用のデフォルト設定オプションを格納します。
-デフォルトセクションは ``locations.conf`` にブランチ固有のセクションを提供することで上書きできます。
-
-典型的な ``bazaar.conf`` セクションは次のようになります::
-
-    [DEFAULT]
-    email             = John Doe <jdoe@isp.com>
-    editor            = /usr/bin/vim
-    check_signatures  = check-available
-    create_signatures = when-required
-
-
-ブランチの位置の設定ファイルのlocations.conf
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-``locations.conf`` によって特定のブランチ用に設定を上書きできます。
-フォーマットは1つの重大な変更を伴うbazaar.confのデフォルトセクションに対してほとんど理想的です: 
-デフォルトを記述する代わりに、セクションヘッダーは値を上書きしたいブランチへのパスになります。
-ワイルドカードの '?' と '*' がサポートされます::
-
-    [/home/jdoe/branches/nethack]
-    email = Nethack Admin <nethack@nethack.com>
-
-    [http://hypothetical.site.com/branches/devel-branch]
-    create_signatures = always
-    check_signatures  = always
-
-    [http://bazaar-vcs.org/bzr/*]
-    check_signatures  = require
-
-認証用の設定ファイル、authentication.conf
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-``authentication.conf`` によってリモートサーバー用のクレデンシャルを指定できます。
-これはすべてのサポートされる転送と認証(たとえばsmtp)を必要とするbzrの一部に対して使用できます。
-
-ファイルの構文は適用しない変数ポリシー用の他の例外を除いて同じルールに従います。
-
-設定ファイルにおける認証の使い方の詳細な情報に関しては `認証の設定`_ を参照してください。
-
-
-変数の共通オプション
----------------------
-
-email
-~~~~~
-
-Eメールアドレスはブランチをコミットする際に使われます。よく次のような形式をとります::
-
-    email = Full Name <account@hostname.tld>
-
-editor
-~~~~~~
-
-コミットメッセージなしで *bzr commit* が実行された場合に使用されるエディタのパスです。
-この設定は環境変数 ``BZR_EDITOR`` によって設定され、
-環境変数 ``VISUAL`` と ``EDITOR`` によって上書きされます。
-
-check_signatures
-~~~~~~~~~~~~~~~~
-
-署名用のふるまいを定義します。
-
-require
-    リビジョン用のgnupg署名が存在して有効でなければなりません。
-
-ignore
-    リビジョンのgnupgの署名をチェックしない。
-
-check-available
-    (デフォルト) リビジョン用のgnupgの署名が存在する場合、それらをチェックします。
-    わるい署名であることが分かるとBazaarは失敗しますが、署名が存在しない場合は失敗しません。
-
-create_signatures
-~~~~~~~~~~~~~~~~~
-
-リビジョン署名のふるまいを定義します。
-
-always
-    コミットされるすべての新しいリビジョンに署名する。
-
-when-required
-    (デフォルト) ブランチが署名つきのリビジョンを要求するときのみ新しくコミットされたリビジョンに署名する。
-
-never
-    ブランチが署名を要求する場合でも新しくコミットされたリビジョンに署名するのを拒否する。
-
-recurse
-~~~~~~~
-
-``locations.conf`` でのみ便利です。
-このセクション用の設定をサブディレクトリにも適用するかどうか定義します:
-
-true
-    (デフォルト このセクションはサブディレクトリにも適用される。
-
-false
-    このセクションはこのディレクトリのブランチのみに適用されその下のブランチには適用されない。
-
-gpg_signing_command
-~~~~~~~~~~~~~~~~~~~
-
-(デフォルト: "gpg"). リビジョンの署名とチェックのために使用されるプログラム。例です::
-
-    gpg_signing_command = /usr/bin/gnpg
-
-bzr_remote_path
-~~~~~~~~~~~~~~~
-
-(デフォルト: "bzr").  bzr用のスマートサーバーを稼働させるために使われるコマンドへのパス。
-この値はlocations.confでのみ指定が許可されます。理由は次のとおりです:
-
-- branch.confがアクセスできる前に必要だから
-- セキュリティリスクになるコマンドを指定するためにリモートのbranch.confファイルを許可するから
-
-これはBZR_REMOTE_PATH 環境変数によって上書きされます。
-
-smtp_server
-~~~~~~~~~~~
-
-(デフォルト: "localhost")。たとえば ``merge-directive --mail-to`` 、もしくはbzr-emailプラグインによって
-BazaarがEメールを送信する必要があるときに使用するSMTPサーバー、
-
-
-smtp_username, smtp_password
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-SMTPサーバーで認証するユーザーとパスワード。
-smtp_usernameが設定されていて、smtp_passwordが設定されていなければ、Bazaarはパスワードを催促します。
-Eメールを送信するためにSMTPサーバーが認証を必要とする場合のみこれらの設定が必要です。
-
-mail_client
-~~~~~~~~~~~
-
-マージリクエストを送信するために使うメールクライアント。
-デフォルトでは、Windowsではbzrは ``mapi`` を使うことを試みます。
-他のプラットフォームでは、 ``xdg-email`` を試みます。
-これらのどちらかが失敗すると、 ``editor`` に戻ります。
-
-特定のクライアント用のサポートされた値:
-
-:claws: Clawsを使用する。ファイル添付のダイアログはスキップする。
-:evolution: Evolutionを使用する
-:kmail: KMailを使用する
-:mutt: Muttを使用する
-:thunderbird: Mozilla ThunderbirdもしくはIcedoveを使用する。Thunderbird/Icedove 1.5に関して、
-    これはxdg-emailが扱えないいくつかのバグに対処します。
-
-サポートされる一般的な値は次のとおりです:
-
-:default: 上記を参照。
-:editor: マージリクエストを書くエディタを使用します。
-    これはコミットID( ``bzr whoami`` を参照), 
-    smtp_serverと(オプションで)smtp_usernameとsmtp_passwordも使用します。
-:mapi: Windowsで好きなメールクライアントを使用します。
-:xdg-email: 好きなメールプラグラムを実行するためにxdg-emailを使用する
-
-submit_branch
-~~~~~~~~~~~~~
-
-現在の作業内容を投稿しようとしているブランチ。
-これは ``bzr send`` によって自動的に設定され ``submit:`` リビジョンスペックにも使用されます。
-通常、これはブランチ単位ロケーション単位で設定されます。
-
-public_branch
-~~~~~~~~~~~~~
-
-このブランチの公開されアクセス可能なバージョン
-(このブランチが公開されてアクセス可能ではないことを暗示する)。
-``bzr send`` によって使用されます(そして設定されます)。
-
-
-ブランチ特有のオプション
--------------------------
-
-これらのオプションは ``dirstate-tags`` もしくは後のフォーマットを使用するブランチにのみ適用します。
-通常これらは自動的に ``.bzr/branch/branch.conf`` 設定される
-もしくは手動で ``locations.conf`` もしくは ``bazaar.conf`` に設定されます。
-
-append_revisions_only
-~~~~~~~~~~~~~~~~~~~~~
-
-"True"に設定されていればリビジョンはログにのみ追加され、削除されません。
-この設定が有効なブランチは、他のブランチのログがそれ自身のリビジョンより長い場合、別のブランチからのみpullできます。
-通常これは ``bzr init --append-revisions-only`` によって設定されます。
-
-parent_location
-~~~~~~~~~~~~~~~
-
-存在すれば、pullもしくはmerge用のデフォルトブランチの位置。
-通常このオプションは ``pull --remember`` もしくは ``merge --remember`` によって設定されます。
-
-push_location
-~~~~~~~~~~~~~
-
-存在すれば、push用のデフォルトブランチの位置。
-通常このオプションは ``push --remember`` によって設定されます。
-
-bound_location
-~~~~~~~~~~~~~~
-
-チェックアウトとして振る舞うときコミットが向かう位置。
-通常このオプションは ``bind`` によって設定されます。
-
-bound
-~~~~~
-
-"True"に設定されていると、ブランチはチェックアウトとしてふるまい、bound_locationにそれぞれのコミットをpushします。
-通常このオプションは ``bind``/``unbind`` に設定されます。
-
-
-衝突のタイプ
-=============
-
-オペレーションの中には、merge、revertとpullのように、作業ツリーの内容を修正するものがあります。
-これらの修正はプログラムで生成されるので、作業ツリーの現在の状態と衝突することがあります。
-多くの種類の変更はプログラムで結合できますが、 正しいことを行われているか時々人間だけしか判断できないことがあります。
-これが起きるとき Bazaarはあなたに衝突が存在するのでそれを解消するように伝えます。
-Bazaarに衝突が解消したことを伝えるコマンドは ``resolve`` ですが、
-これを実行できる前にいくつかのアクションを実行しなければなりません。
-
-それぞれの衝突は下記のセクションで説明され、衝突を解消するために行わなければならないアクションの概要が説明されています。
-
-
-テキストの衝突
----------------
-
-典型的なメッセージは次のとおりです::
-
-  Text conflict in FILE
-
-テキストのマージが2つのセットのテキストの変更を完全に折り合いをつけられないときにこれらは生み出されます。
-BazaarはTHIS、OTHER、とBASEのエクステンションでそれぞれのバージョン用にファイルをemitします。
-THISはターゲットツリーからのファイルのバージョン、すなわち、変更をマージしようとしているツリーです。
-OTHERはターゲットにマージしようとしているバージョン、BASEは比較用のベースとして使われる古いバージョンです。
-
-ファイルのメインコピーにおいて、Bazaarは調整できるすべての変更を含み、
-未調整の衝突は ``<<<<<<<`` のように "herringbone" マーカーによって囲まれます。
-
-たとえば、初期のテキストが "The project leader released it."、でTHISはこれを "Martin Pool released it." に修正する一方で、
-OTHERは"The project leader released Bazaar."に修正します。衝突は次のようになります::
-
-  <<<<<<< TREE
-  Martin Pool released it.
-  =======
-  The project leader released Bazaar.
-  >>>>>>> MERGE-SOURCE
-
-正しい解消方法は"Martin Pool released Bazaar."になります。
-
-ファイルのメインコピーを編集する、もしくはTHIS、OTHERとBASEバージョン上で外部ツールを起動することのどちらかでテキストの衝突を扱うことができます。
-テキストの衝突の解消において他のものから変更のセットの1つの選別はめったにないことは言っておく価値があります。
-
-より頻繁に、2つのセットの変更はインテリジェントに結合しなければなりません。
-
-メインコピーを編集するとき、 herringbone マーカーを必ず削除してください。
-編集作業を終えたとき、ファイルは衝突がけっして起こらないようであれば、コミットする準備ができています。
-
-テキストの衝突を解消したとき、"bzr resolve"を実行するだけでBazaarは解消した衝突を自動検出します。
-
-内容の衝突
-----------
-
-典型的なメッセージ::
-
-  Contents conflict in FILE
-
-ターゲットツリーとマージソースの中の変更の衝突が存在するときにこの衝突は起こりますが、
-が衝突したアイテムはテキストファイルではありません。
-これらはバイナリファイルもしくはシンボリックリンクもしくはディレクトリになります。
-片方が削除され、もう一方が修正されたファイルでも起こり得ます。
-
-テキストの衝突のように、BazaarはTHIS、OTHER とBASEファイルをエミットしますが
-(これらは通常のファイル、シンボリックリンクもしくはディレクトリになります)、
-これはherringbone衝突マーカーを持つファイルの"メインコピー"を含みません。
-"メインコピー"がTHISもくはOTHERにリネームされたときにこれは現れます。
-
-これを解消するには、ファイルを通常の名前に戻すために "bzr mv" を使用し変更を手動で結合します。
-満足したときに、 "bzr resolve FILE" を実行します。この種の衝突が解消されたときにBazaarは自動検出できません。
-
-重複したパス
--------------
-
-典型的なメッセージ::
-
-  Conflict adding file FILE.  Moved existing file to FILE.moved.
-
-時々Bazaarはすでに使用されているパス名を用いてファイルを作成しようとします。
-既存のファイルは "FILE.moved" にリネームされます。
-望むのであれば、これらのファイルの1つをリネームするか、それらの内容を結合できます。
-満足したら、衝突を解消したものとしてマークするために "bzr resolve FILE" を実行できます。
-
-バージョン管理下にない親
--------------------------
-
-典型的なメッセージ::
-
-    Conflict because FILE is not versioned, but has versioned children.
-
-ときどきBazaarは親ディレクトリがバージョン管理されていないファイルを作成しようとします。
-ターゲットの中でディレクトリが削除されたときにこれが起こりますが、
-ソースの中の新しい子を持ちます。逆も同様です。
-この状況において、Bazaarは親ディレクトリも同様にバージョン管理します。
-この問題の解決方法は特定のシナリオに大きく依存します。
-ファイルもしくはディレクトリをリネームもしくは削除するとよいでしょう。
-満足したら、衝突を解消したものとして"bzr resolve FILE"を実行できます。
-
-見つからない親
----------------
-
-典型的なメッセージ::
-
-  Conflict adding files to FILE.  Created directory.
-
-ターゲットの中でファイルを削除するときにこれが起こりますが、ソースの中に新しい子があります。
-これは "unversioned parent" の衝突と似ています。
-バージョン管理を解除される代わりに、親ディレクトリが *存在しない* ことを除いて、
-この状況において、Bazaarは見つからない親を作成します。
-この問題の解決方法は特定のシナリオに大いに依存します。
-ファイルもしくはディレクトリをリネームもしくは削除するとよいでしょう。
-満足したら、衝突を解消したものとして "bzr resolve FILE" を実行できます。
-
-親を削除する
-------------
-
-典型的なメッセージ::
-
-  Conflict: can't delete FILE because it is not empty.  Not deleting.
-
-これは"見つからない親"の反対です。ソースの中でディレクトリは削除されますが、
-ターゲットの中で新しい子はあります。Bazaarはディレクトリを保有し続けます。
-この問題の解消は特定のシナリオに大いに依存します。
-ファイルもしくはディレクトリをリネームもしくは削除するとよいでしょう。
-満足したら、衝突を解消したものとしてマークするために"bzr resolve FILE"を実行できます。
-
-パスの衝突
------------
-
-典型的なメッセージ::
-
-  Path conflict: PATH1 / PATH2
-
-ソースとターゲットがファイルの名前もしくは親ディレクトリを修正したときに起こります。
-Bazaarはソースからパス要素を使用します。
-ファイルをリネームできれば、衝突を解消したものとしてマークするために "bzr resolve FILE" を実行します。
-
-親のループ
------------
-
-典型的なメッセージ::
-
-  Conflict moving FILE into DIRECTORY.  Cancelled move.
-
-ソースとターゲットがそれぞれディレクトリを移動させたので、
-変更が適用可能であれば、ディレクトリはそれ自身を含むときにこれは起こります。
-例です::
-
-  $ bzr init
-  $ bzr mkdir a
-  $ bzr mkdir b
-  $ bzr commit -m "BASE"
-  $ bzr branch . ../other
-  $ bzr mv a b
-  $ bzr commit -m "THIS"
-  $ bzr mv ../other/b ../other/a
-  $ bzr commit ../other -m "OTHER"
-  $ bzr merge ../other
-
-この状況において、Bazaarは移動をキャンセルして、"a"を"b"の中に残しておきます。
-望むのであればディレクトリをリネームできれば 
-衝突を解消したものとしてマークするために "bzr resolve FILE" を実行します。
-
-ディレクトリではない親
------------------------
-
-典型的なメッセージ::
-
-  Conflict: FILE.new is not a directory, but has files in it.
-  Created directory.
-
-片方がファイルをディレクトリを追加したとき、もう一方がディレクトリをファイルもしくはシンボリックリンクに変更したときにこれは起きます。
-例です::
-
-  $ bzr init
-  $ bzr mkdir a
-  $ bzr commit -m "BASE"
-  $ bzr branch . ../other
-  $ rmdir a
-  $ touch a
-  $ bzr commit -m "THIS"
-  $ bzr mkdir ../other/a/b
-  $ bzr commit ../other -m "OTHER"
-  $ bzr merge ../other
-
-
-MalformedTransform
--------------------
-
-Bazaarに例外のMalformedTransformを起動させること可能です(非常にまれですが)。
-これはBazaarが解決できないファイルシステムの衝突に遭遇したことを意味します。
-通常これはバグを示します。これに遭遇したら教えて頂くようお願いします。
-バグトラッカーは https://launchpad.net/bzr/+bugs です。
-
-
-現在のストレージフォーマット
-============================
-
-:pack-0.92:
-    (ネイティブ) (デフォルト) 0.92で新しく導入: 
-    dirstate-tagsフォーマットリポジトリと互換性のあるデータを持つパックベースのフォーマット。
-    0.92以前のbzrリポジトリと相互運用できますが0.92以前のbzrでは読めません。
-    以前はknitpack-experimentalと呼ばれていました。詳細な情報に関しては、
-    http://doc.bazaar-vcs.org/latest/developers/packrepo.html を参照。
-
-:1.6:
-    (ネイティブ) スタックをサポートするディレクトリに基づいたブランチとパック。
-
-:1.6.1-rich-root:
-    (ネイティブ) スタックとリッチrootデータをサポートするブランチとパックベースのリポジトリ(bzr-svnが必要)
-
-:1.9:
-    (ネイティブ) btreeインデックスを使用するブランチとパックベースのリポジトリ。
-
-:1.9-rich-root:
-    (ネイティブ) btreeインデックスとrich rootデータを使用する
-    ブランチとパックベースのリポジトリ(bzr-svnに必要)。
-
-
-ストレージフォーマットは ``bzr help formats`` を参照。
-
-
-環境変数
-========
-
-================ =================================================================
-BZRPATH          bzrがシェルプラグインコマンドを探すパス。
-BZR_EMAIL        ユーザーのEメールアドレス。EMAILを上書きする。
-EMAIL            ユーザーのEメールアドレス。
-BZR_EDITOR       コミットメッセージの編集用エディタ。EDITORを上書きする。
-EDITOR           コミットメッセージの編集用エディタ
-BZR_PLUGIN_PATH  bzrがプラグインを探すパス。
-BZR_HOME         .bazaarの設定ディレクトリを保持するディレクトリ。HOMEを上書きする。
-BZR_HOME (Win32) bazaar設定ディレクトリを保持するディレクトリ。APPDATAとHOMEを上書きする。
-BZR_REMOTE_PATH  リモート'bzr'コマンドのフルネーム(bzr+ssh:// URL用).
-BZR_SSH          SSHクライアント: paramiko (デフォルト), openssh, ssh, plink.
-BZR_LOG          .bzr.logの位置(ロギングを停止するには'/dev/null'を使う)。
-BZR_LOG (Win32)  .bzr.logの位置(ロギングを停止するには'NUL'を使う)。
-================ =================================================================
-
-
-ファイル
-========
-
-:On Linux:   ~/.bazaar/bazaar.conf
-:On Windows: C:\\Documents and Settings\\username\\Application Data\\bazaar\\2.0\\bazaar.conf
-
-ユーザーのデフォルト設定は上記のとおりです。
-``[DEFAULT]`` セクションすべての場所に適用される一般的な設定を定義するために使用できます。
-``[ALIASES]`` セクションは共通に使用されるオプション用のコマンドエイリアスを作成するために使用できます。
-
-典型的な設定ファイルは次のとおりです::
-
-  [DEFAULT]
-  email=John Doe <jdoe@isp.com>
-
-  [ALIASES]
-  commit = commit --strict
-  log10 = log --short -r -10..-1
-
-
-グローバルオプション
-=====================
-
-これらのオプションは任意のコマンドで使用可能で、コマンドの前で入力します(たとえば"bzr --profile help")。
-
---version      バージョン番号を表示する。コマンドの前に入力しなければならない。
---no-aliases   このコマンドを実行する際にコマンドエイリアスを処理しない。
---builtin      プラグインのコマンドではなく、組み込みのコマンドを使用する。
-               このオプションは他のプラグインの効果を抑制しない。
---no-plugins   プラグインを処理しない。
-
---profile      ホットスポットプロファイラを使用するプロファイルの実行。
---lsprof       lsprofプロファイラを使用したプロファイルの実行。
---lsprof-file  lsprofプロファイラを使用するプロファイルを実行し、結果を指定ファイルに書き込む。
-               ファイル名が".txt"で終わる場合, テキストフォーマットが使用されます。
-               ファイル名が"callgrind.out"で始まる、もしくは".callgrind"で終わる場合、
-               KCacheGrind用に出力がフォーマットされる。
-               さもなければ、出力はpickleになる。
---coverage     指定ディレクトリの行カバレージレポートを生成する。
-
-プロファイリングに関する詳細な情報はdoc/developers/profiling.txtを参照してください。
-トラブルシューティングと開発を手助けするためのたくさんのデバッグフラッグも利用可能です。
-
--Dauth            使用される認証セクションをトレースする。
--Derror           通常のエラーハンドリングの代わりに、常にエラー上のトラックバックを表示する。
--Devil            割高なもしくはわるいスケーリングオペレーションを行うコールサイトをキャプチャする。
--Dfetch           リポジトリ間のコピーの履歴をトレースする。
--Dhashcache       ハッシュを決定するために作業ファイルが読み込まれるたびにログを記録する
--Dhooks           フックの実行をトレースする。
--Dhpss            スマートプロトコルリクエストとレスポンスをトレースする。
--Dhttp            http接続、リクエストとレスポンスをトレースする。
--Dindex           主要なindexオペレーションをトレースする。
--Dknit            knitオペレーションをトレースする。
--Dlock            lockdirロックがとられるもしくはリリースされるときをトレースする。
--Dmerge           マージのデバッグ用の情報を表示する。
--Dpack            packオペレーション用の情報を表示する。
-
-
-フック
-=======
-
-紹介
------
-
-*yyy* クラスの *xxx* タイプのフックを使用するには登録する必要があります::
-
-  yyy.hooks.install_named_hook("xxx", ...)
-
-例に関してはユーザーガイドの `フックを利用する`_ を参照してください。
-
-.. _フックを利用する: ../user-guide/index.html#id186
-
-それぞれのフックが含むクラスは下記のそれぞれのフックタイプの後で丸かっこの中で示されます。
-
-それぞれの説明ではクライアント(bzrが実行されるマシン)もしくはサーバー
-(ブランチURLで示されるマシン)で実行されるか示します。
-これらは必ずしも同じマシンではありません。
-
-以下の1つがtrueの場合(フックを含む)プラグインはサーバー上で実行されます:
-
-  * リモートブランチがクライアントと同じマシン上にあり、クライアントはプラグインを有効にしている。
-
-  * 接続はスマートサーバー経由で行われ("bzr://"、"bzr+ssh://"もしくは"bzr+http://"で
-    始まるURLでアクセスするもしくはスマートサーバーがHTTP経由で利用可能なときに
-    "http://"でアクセスする)、サーバーがプラグインを有効にしている。
-
-
-open (Branch)
--------------
-
-Branchオブジェクトが開いた後で、Branchオブジェクトによって呼び出されます。
-クライアントとサーバーで実行します。
-
-post_push (Branch)
-------------------
-
-``push`` が完了した後で実行されます。
-クライアントで実行します。
-
-フックのシグネチャは (push_result) でメンバーを含みます。
-
-  source_branch
-    データがpushされる場所(読み込みはロックされる)。
-    これは最も低いレイテンシブランチになります。
-
-  target_branch
-    データが送信される直接の場所(書き込みがロックされる)。
-
-  master_branch
-    target_branch、もしくはターゲットがバインドされたブランチの場合、
-    これはマスターロケーションになります(書き込みはロックされる)。
-
-  local_branch
-    ターゲットがバインドされたブランチの場合、これがターゲットブランチになる、
-    そうでなければ、Noneになります。
-
-  old_revno
-    push以前のブランチのリビジョン番号(たとえば10)。
-
-  old_revid
-    push以前のリビジョンid (たとえば joe@foo.com-1234234-aoeua34)。
-
-  new_revno
-    push後のブランチのリビジョン番号(たとえば12)。
-
-  new_revid
-    push後のリビジョンid (たとえば joe@foo.com-5676566-boa234a)
-
-
-post_pull (Branch)
-------------------
-
-``pull`` が完了し後で実行されます。
-
-フックのシグネチャは (push_result) で次のメンバーを含みます:
-(source, local, master, old_revno, old_revid, new_revno, new_revid)。
-localはローカルのターゲットブランチもしくはNoneで、
-masterはターゲットのマスターブランチで、残りは見たとおりです。
-sourceでは読み込みがロックされターゲットブランチでは書き込みがロックされます。
-sourceはローカルの低レイテンシブランチになります。
-
-
-start_commit (MutableTree)
---------------------------
-
-``commit`` が作業ツリーの処理を始める前に作業ツリー上で実行されます。
-クライアントで実行します。
-
-``pre_commit`` フック(下記を参照)とは異なり、
-``start_commit`` フックは作業ツリーを安全に変更できます。
-
-フックのシグネチャはツリーがMutableTreeオブジェクトである場所(ツリー)です
-
-
-pre_commit (Branch)
--------------------
-
-``commit`` が完了する前に実行されます。
-クライアントで実行します。
-
-フックのシグネチャは
-(local, master, old_revno, old_revid, future_revno, future_revid, tree_delta, future_tree)です。
-old_revnoはブランチに最初にコミットするためのNULL_REVISIONで、
-tree_deltaは基底リビジョンからの変更を記述するTreeDeltaオブジェクトで、
-future_treeはインメモリツリーでCommitBuilder.revision_tree()から得られます。
-フックはtree_deltaとfuture_treeを修正する *必要はありません* 。
-
-
-post_commit (Branch)
---------------------
-
-``commit`` が完了した後で実行されます。
-クライアントで実行します。
-
-フックのシグネチャは (local, master, old_revno, old_revid, new_revno, new_revid)です。
-old_revidはブランチへの最初のコミットのためのNULL_REVISIONです。
-
-
-post_uncommit (Branch)
-----------------------
-
-``uncommit`` が完了した後で実行されます。
-
-apiのシグネチャは (local, master, old_revno, old_revid, new_revno, new_revid)です。
-localはローカルブランチもしくはNoneで、masterはターゲットブランチで、
-空のブランチは0のnew_revno、Noneのnew_revidを受け取ります。
-
-
-pre_change_branch_tip (Branch)
--------------------------------
-
-ブランチの書き込みがロックされている間に、ブランチチップが変更される前に実行されます。
-クライアントとサーバーで実行します。
-push、pull、commitとuncommitのすべてはこのフックを起動させることに注意してください。
-
-フックのシグネチャは (params) で、paramsはメンバーを含むオブジェクトです。
-
-  branch
-    チップが変更されるブランチ。
-
-  old_revno
-    変更前のブランチのリビジョン番号(たとえば10)。
-
-  old_revid
-    変更前のリビジョンid (たとえば joe@foo.com-1234234-aoeua34)。
-
-  new_revno
-    変更後のブランチのリビジョン番号(たとえば12)。
-
-  new_revid
-    変更後のリビジョンid (たとえば joe@foo.com-5676566-boa234a)。
-
-ヘッドリビジョンはドットつきのリビジョン番号をけっして持たないので、old_revnoとnew_revnoメンバーは整数です。
-
-
-post_change_branch_tip (Branch)
--------------------------------
-
-ブランチの書き込みがまだロックされている間にブランチのチップが変更された後に実行されます。
-クライアントとサーバーで実行します。
-push、pull、commitとuncommitすべてがこのフックを起動させることに注意してください。
-
-フックシグネチャは(params)で、paramsは次のメンバーを含むオブジェクトです。
-
-  branch
-    チップが変更されるブランチ。
-
-  old_revno
-    変更前のブランチのリビジョン番号 (たとえば10)。
-
-  old_revid
-    変更前のリビジョンid(たとえば joe@foo.com-1234234-aoeua34)。
-
-  new_revno
-    変更後のブランチのリビジョン番号(たとえば12)。
-
-  new_revid
-    変更後のリビジョンid(たとえば joe@foo.com-5676566-boa234a)。
-
-ヘッドリビジョンはドットつきのリビジョン番号をけっして持たないのでold_revnoとnew_revnoメンバーは整数です。
-
-
-set_rh (Branch)
----------------
-
-注意: このフックは廃止され近い将来の内に削除されます。
-代わりに ``post_change_branch_tip`` フックを使用してくださるようお願いします。
-
-
-transform_fallback_location (Branch)
-------------------------------------
-
-スタックドブランチとして起動させ、フォールバックロケーションをアクティベイトします。
-
-フックのシグネチャは(branch, url)です:
-
-  branch
-    開いたブランチ。まだフォールバックロケーションがアクティベイトされなければ、
-    ブランチは半分ビルドされたものとして扱われることに注意してください。
-
-  url
-    フォールバックロケーション用にブランチが指定されたURL。
-    フックはフォールバックロケーションを含むブランチのためにURLを返さなければなりません。
-    複数のフックが登録されていると、呼び出される順番は未定義で変更の影響を受けます。
-
-(1.9の新しい機能)
-
-
-server_started (SmartTCPServer)
--------------------------------
-
-サーバーがディレクトリのサービスを提供始めるたびに起動します。
-サーバーで実行されます。
-フックのシグネチャは (backing urls, public url)です。
-
-  backing_url
-    サーバー固有のディレクトリの位置を渡す(string) URLのリスト。
-
-  public_url
-    ディレクトリ用の公開URL。
-
-
-server_stopped (SmartTCPServer)
--------------------------------
-
-サーバーがディレクトリの提供を停止するときに常に起動します。
-サーバーで実行します。
-フックのシグネチャは ``server_started`` と同じです。
-
-
-lock_acquired (LockDir)
-----------------------------
-
-ロックの取得が成功したときにLockResultオブジェクトで呼び出されます(1.8で導入)。
-
-lock_released (LockDir)
-----------------------------
-
-ロックのリリースが成功したときにLockResultオブジェクトで呼び出されます(1.8で導入)。
-クライアントで実行します。
-
-
-commit_message_template (msgeditor)
------------------------------------
-
-コミットメッセージテンプレートを生成するためにコミットによって起動する。
-それぞれのフックはコミットメッセージテンプレートを修正できます。
-フックのシグネチャは (commit, start_message)です:
-
-  commit
-    進行中のコミットのための、コミットオブジェクト
-
-  start_message
-    オリジナルのコミットメッセージで、初期はNone。
-
-フックは新しいコミットメッセージテンプレートを返します。
-
-(1.10の新しい機能)
-
-
-その他のストレージフォーマット
-==============================
-
-実験的なフォーマットは次のとおりです。
-
-:1.12-preview:
-    (ネイティブ) ビューとコンテンツのフィルタリングをサポートする作業ツリーフォーマット。
-
-:1.12-preview-rich-root:
-    (ネイティブ) rich-rootデータをサポートする1.12-previewのバリアント(bzr-svnに必要)。
-
-:development:
-    (ネイティブ) 現在の開発フォーマット。
-    pack-0.92 (とpack-0.92と互換性のある)フォーマットリポジトリにデータを変換できます。
-    このフォーマットのリポジトリとブランチはbzr.devによってのみ読み込みできます。
-    使用する前に http://doc.bazaar-vcs.org/latest/developers/development-repo.html 
-    をご覧下さるようお願いします。
-
-
-:development-subtree:
-    (ネイティブ) 現在の開発フォーマット。サブツリーのバリアント。
-    pack-0.92-subtree (pack-0.92-subtreeと互換性のあるものなら何でも)フォーマットリポジトリ
-    から/へのデータの変換ができる。このフォーマットのリポジトリとブランチは
-    bzr.devによってのみ読み込みできます。
-    使用する前に http://doc.bazaar-vcs.org/latest/developers/development-repo.html 
-    をご覧下さるようお願いします。
-
-
-廃止されたフォーマットは下記のとおりです。
-
-:metaweave:
-    (ネイティブ) 0.8の暫定的なフォーマット。knitよりも遅い
-
-:weave:
-    (ネイティブ) 0.8以前のフォーマット。knitよりも遅くチェックアウトと共用リポジトリをサポートしない。
-
-:knit:
-    (ネイティブ) knitを使用するフォーマット。0.14とそれ以前のbzrとの相互運用に推奨される。
-
-:dirstate:
-    (ネイティブ) 0.15での新しいフォーマット: ローカルオペレーションが速い。
-    ネットワークを通してアクセスするときは0.8とそれ以降のbzrと互換性がある。
-
-:dirstate-tags:
-    (ネイティブ) 0.15での新しいフォーマット: 速いローカルオペレーションとネットワークオペレーションに関する改善されたスケーリング。
-    タグ用のサポートを追加。0.15以前のbzrとは互換性がない
-
-:rich-root:
-    (ネイティブ) 1.0での新しいフォーマット。ツリーrootの扱いを改善。1.0以前のbzrと互換性がない。
-
-
-詳細なストレージフォーマットは ``bzr help formats`` を参照してください。
-
-
-リビジョンの識別子
-====================
-
-リビジョンの識別子はブランチの履歴の特定の状態を参照します。
-これはリビジョン番号、もしくは ':' が後に続くキーワード、と他のパラメータになります。
-識別子の例として '3' 、 'last:1' 、 'before:yesterday' と 'submit:' などがあります。
-
-'REV1' と 'REV2' がリビジョンの識別子である場合、
-'REV1..REV2' はリビジョンの範囲を表示します。
-例: '3647..3649' 、 'date:yesterday..-1' と 'branch:/path/to/branch1/..branch:/branch2' 
-('..'周辺にはクォートもしくはスペースが存在しません)。
-
-範囲は異なるコマンドによって異なる解釈がなされます。
-"log" コマンドに対して、範囲はログメッセージのシーケンスで、
-"diff" コマンドに対しては、範囲は(変更のシーケンスではなく)リビジョン間の変更を表示します。
-加えて、 "log" はclosed rangeを考慮するのに対して"diff"と"merge"はopen-endedとみなす、
-すなわち、これらは1つのendを含みますが他方は含みません。
-例です: "bzr log -r 3647..3649"はリビジョン3647、3648と3649のメッセージを表示するのに対して、
-"bzr diff -r 3647..3649"は3647と3648の間に行われた変更を含み、3649の変更は含みません。
-
-リビジョン選択方法として使用されるキーワードは次のとおりです:
-
-:revno:
-	番号を使用するリビジョンを選択する。
-:revid:
-	リビジョンidを使用するリビジョンを選択する。
-:last:
-	最後からn番目のリビジョンを選択する。
-:before:
-	指定されたリビジョンの親を選択する。
-:tag:
-	タグ名によって識別されるリビジョンを選択する。
-:date:
-	日付スタンプを基本とするリビジョンを選択する。
-:ancestor:
-	2番目のブランチで共通の祖先を選択する。
-:branch:
-	指定ブランチの最終リビジョンを選択する。
-:submit:
-	投稿ブランチで共通の祖先を選択する。
-
-加えて、プラグインは他のキーワードを提供できます。
-
-それぞれのキーワードの詳細な説明は下記のとおりです。
-
-:revno:
-
-    ブランチの履歴内のリビジョンを指定するために整数を使用する。
-    オプションとしてブランチを指定できます。接頭辞の 'revno:' はオプションです。
-    負の数はブランチの最後から数えます(-1は最後のリビジョン、-2はその前のリビジョン)。
-    負の数がブランチの履歴よりも大きい場合、最初のリビジョンが返されます。
-    例::
-
-      revno:1                   -> このブランチの最初のリビジョンを返す
-      revno:3:/path/to/branch   -> '/path/to/branch' ブランチの3番目のリビジョンを返す
-      revno:-1                  -> ブランチの最後のリビジョン。
-      -2:http://other/branch    -> リモートブランチの最後から2番目のリビジョン。
-      -1000000                  -> 履歴がとても長くなければ、おそらくは最初のリビジョン。
-
-:revid:
-
-    特定のリビジョンidを提供します。
-    ブランチの祖先のリビジョンidを指定するために使用できます。
-    マージと、マージの追加を含む。
-    例::
-
-      revid:aaaa@bbbb-123456789 -> リビジョン 'aaaa@bbbb-123456789' を選択する
-
-:last:
-
-    最後からn番目のリビジョンを取得するには正の数を提供する。
-    負の数の提供に関しては 'revno:' の仕様と同じです。
-    例::
-
-      last:1        -> 最後のバージョンを返す。
-      last:3        -> 最後の2つ前のリビジョンを返す。
-
-:before:
-
-    そのリビジョンの親を返すリビジョンスペックを提供する。
-    主にブランチのリビジョンの履歴の中に存在しないリビジョンを検査する際に便利です。
-
-    nullリビジョン(before:0)の親をリクエストするのは間違いです。
-
-    例::
-
-      before:1913    -> revno 1913の親を返す (revno 1912)
-      before:revid:aaaa@bbbb-1234567890  -> リビジョンaaaa@bbbb-1234567890の親を返す
-      bzr diff -r before:1913..1913
-            -> リビジョン1913とその親(1912)の間の変更を見つける
-               (リビジョン1913が導入する変更が行うこと)。
-               これは bzr diff -c 1913と同等です
-
-:tag:
-
-    タグはブランチに保存され、'tag'コマンドによって作成される。
-
-:date:
-
-    日付にマッチする最初のリビジョンを選択するためのデータスタンプを提供する。
-    日付は 'yesterday'、'today'、'tomorrow' もしくはYYYY-MM-DDの文字列です。
-    与えられた日付(深夜もしくは指定された時間のどちらか)の後の最初のエントリにマッチする。
-
-    昨日以降のすべての変更を表示する方法の1つは次のとおりです::
-
-        bzr log -r date:yesterday..
-
-    例::
-
-      date:yesterday            -> 昨日以降の最初のリビジョンを選択する
-      date:2006-08-14,17:10:14  -> August 14th, 2006 at 5:10pmの後の最初のリビジョンを選択する。
-
-:ancestor:
-
-    共通の祖先を選択するためにブランチへのパスを提供する。
-
-    共通の祖先は両方のブランチの中に存在する最後のリビジョンです。
-    通常これはブランチポイントですが、マージされたリビジョンにもなり得ます。
-
-    リモートブランチからマージしなかった変更を除外する一方で、
-    これはブランチが導入したすべての変更を返すために 'diff' でよく使用されます。
-
-    例::
-
-      ancestor:/path/to/branch
-      $ bzr diff -r ancestor:../../mainline/branch
-
-:branch:
-
-    最後のリビジョンを選択するためにブランチへのパスを提供する。
-
-    例::
-
-      branch:/path/to/branch
-
-:submit:
-
-    これに対する差分は、このブランチで行われたすべての変更を表示し、
-    マージされる予定のもののよい予測子です。
-    投稿ブランチはbundleとmergeコマンドによって使用されます。
-    投稿ブランチが指定されなければ、親ブランチが代わりに使用されます。
-
-    共通の祖先は両方のブランチ内に存在する最終リビジョンです。 
-    通常これはブランチポイントですが、マージされたリビジョンにもなり得ます。
-
-    例::
-
-      $ bzr diff -r submit:
-
-
-標準オプション
-===============
-
-標準オプションはすべてのコマンドで有効です。
-      
---help, -h     ヘルプメッセージを表示する。
---verbose, -v  詳細な情報を表示する。
---quiet, -q    エラーと警告のみ表示する。
-
-グローバルオプションとは異なり、標準オプションはエイリアスで利用可能です。
-
-
-ステータスフラグ
-==================
-
-簡潔な方法で作業ツリーへの変更を要約するためにステータスフラグが使用されます。これらは次の形式をとります::
-
-   xxx   <filename>
-
-カラムの意味は次のとおりです。
-カラム 1 - バージョン管理/リネーム::
-
-  + バージョン管理されているファイル
-  - バージョン管理されていないファイル
-  R リネームされたファイル
-  ? 未知のファイル
-  C 衝突した内容を持つファイル
-  P マージを追加するためのエントリ(ファイルではない)
-
-カラム 2 - コンテンツ::
-
-  N 作成されたファイル
-  D 削除されたファイル
-  K 変更されたファイルの種類
-  M 修正されたファイル
-
-カラム 3 - 実行::
-
-  * 実行が少し変更された
-
-
-URLの識別子
-============
-
-サポートされるURLの接頭辞::
-
-  aftp://             アクティブFTPを利用したアクセス
-  bzr://              Bazaarスマートサーバーを利用したファーストアクセス
-  bzr+ssh://          SSHを通したBazaarスマートサーバーを利用したファーストアクセス
-  file://             標準ファイルシステムを利用したアクセス(デフォルト)
-  ftp://              パッシブFTPを利用したアクセス
-  http://             ウェブにエクスポートされたブランチへのリードオンリーのアクセス。
-  https://            SSLを利用したウェブにエクスポートされたブランチへのリードオンリーのアクセス。
-  sftp://             SFTPを利用したアクセス(大抵のSSHサーバーはSFTPを提供する)。
-
-
-.. _authentication: `認証の設定`_
-.. _bugs: `バグトラッカーの設定`_
-.. _configuration: `構成設定`_
-.. _conflicts: `衝突のタイプ`_
-.. _current-formats: `現在のストレージフォーマット`_
-.. _env-variables: `環境変数`_
-.. _global-options: `グローバルオプション`_
-.. _other-formats: `その他のストレージフォーマット`_
-.. _revisionspec: `リビジョンの識別子`_
-.. _standard-options: `標準オプション`_
-.. _status-flags: `ステータスフラグ`_
-.. _urlspec: `URLの識別子`_
-
-
-
-コマンド
-#########
-
-add
-===
-:目的: 指定したファイルもしくはディレクトリを追加する。
-:使い方:   bzr add [FILE...]
-
-:オプション:
-  --dry-run            何が行われるか表示するが、実際には行わない。
-  -v, --verbose        詳細な情報を表示する。
-  --no-recurse         ディレクトリの内容を再帰的に追加しない。
-  -h, --help           ヘルプメッセージを表示する。
-  -q, --quiet          エラーと警告だけ表示する。
-  --file-ids-from=ARG  このツリーからファイルのidを探索する。
-
-:説明:
-  non-recursiveモードでは、以前無視されたファイルであっても、
-  名前つきのすべてのアイテムが追加されます。
-  名前つきファイルがすでにバージョン管理されている場合は警告が表示されます。
-  
-  recursiveモード(デフォルト)では、ファイルは同じ方法で扱われますが、
-  ディレクトリに対するふるまいは異なります。
-  すでにバージョン管理されているディレクトリであれば警告は表示されません。
-  すべてのディレクトリは、バージョン管理されているかいないかに関わらず、
-  ファイルもしくはバージョン管理も無視もされているサブディレクトリのための検索対象になり、
-  これらは追加されます。
-  この検索はバージョン管理されたディレクトリにも再帰的に進められます。
-  名前が渡されなければ、'.'が想定されます。
-  
-  それゆえ単に 'bzr add' を実行すると現在未知であるファイルのすべてがバージョン管理されます。
-  
-  親ディレクトリがバージョン管理されていないファイルを追加すると
-  親およびそのrootまでも暗黙の内に追加されます。
-  このことが意味するのはディレクトリを明示的に追加する必要はなく、
-  ディレクトリの中のファイルを1つ追加するときにそれらのディレクトリも追加されます。
-  
-  --dry-runは追加されるファイルを表示しますが、それらを実際に追加しません。
-  
-  --file-ids-fromは提供されたパスからファイルのidの使用を試みます。
-  これは同じファイル名を持ちマッチするディレクトリの発見をするためにidを探し、また純粋なパスによって行います。
-  このオプションが必要になるのはめったにありませんが、後でマージする2つのブランチに同じ論理ファイルを追加する
-  ときに便利です(2つの異なる追加を衝突として表示しません)。
-  別のプロジェクトをこのプロジェクトのサブディレクトリにマージする際にも便利です。
-
-:関連コマンド: `remove`_
-
-
-alias
-=====
-:目的: エイリアスの設定/設定解除と表示を行う。
-:使い方:   bzr alias [NAME]
-
-:オプション:
-  -v, --verbose  詳細な情報を表示する。
-  -q, --quiet    エラーと警告だけ表示する。
-  --remove       エイリアスを削除する。
-  -h, --help     ヘルプメッセージを表示する。
-
-:例:
-    現在のエイリアスを表示するには::
-
-        bzr alias
-
-    'll'用に指定されたエイリアスを表示するには::
-
-        bzr alias ll
-
-    'll'のエイリアスを設定するには::
-
-        bzr alias ll="log --line -r-10..-1"
-
-    'll'のエイリアスを削除するには::
-
-        bzr alias --remove ll
-
-
-
-annotate
-========
-:目的: ファイルのそれぞれの行のoriginを表示する。
-:使い方:   bzr annotate FILENAME
-
-:オプション:
-  --all                 すべての行の注釈を表示する。
-  -v, --verbose         詳細な情報を表示する。
-  -h, --help            ヘルプメッセージを表示する。
-  -q, --quiet           エラーと警告のみを表示する。
-  --long                注釈のコミット日時を表示する。
-  --show-ids            内部のオブジェクトidを表示する。
-  -r ARG, --revision=ARG
-                        "help revisionspec"の詳細を参照。
-
-:説明:
-  このコマンドは与えられたファイルの、変更によって導入されたリビジョン、
-  筆者と日付を示す注釈を左側で表示します。
-  
-  連続した行の続きに関してoriginが同じ場合、
-  --allオプションが渡されない限り、これはトップでのみ表示されます。
-
-:エイリアス:  ann, blame, praise
-
-
-bind
-====
-:目的: 現在のブランチを提供されたブランチのチェックアウトに変換する。
-:使い方:   bzr bind [LOCATION]
-
-:オプション:
-  -v, --verbose  詳細な情報を表示する。
-  -q, --quiet    エラーと警告だけ表示する。
-  -h, --help     ヘルプメッセージを表示する。
-
-:説明:
-  チェックアウトに変換されると、コミットはローカルブランチに適用される前に
-  コミットはマスターブランチを継承しなければなりません。
-
-  ローカルに設定されない限りバインドされたブランチは
-  マスターブランチのニックネームを使用します。
-  この場合、バインディングはローカルなニックネームをマスターのものに更新します。
-
-:関連コマンド: `checkout`_, `unbind`_
-
-
-branch
-======
-:目的: ブランチの新しいコピーを作成する。
-:使い方:   bzr branch FROM_LOCATION [TO_LOCATION]
-
-:オプション:
-  --stacked             ソースブランチを参照するスタックドブランチを作成する。
-                        すべてのオペレーションに関して
-                        新しいブランチはソースブランチの利用可能性に依存する。
-  -v, --verbose         詳細な情報を表示する。
-  --standalone          利用可能であっても共用リポジトリを使用しない。
-  -h, --help            ヘルプメッセージを表示する。
-  -q, --quiet           エラーと警告のみを表示する。
-  --hardlink            可能な作業ツリーファイルをハードリンクする。
-  -r ARG, --revision=ARG
-                        詳細は "help revisionspec" を参照。
-
-:説明:
-  TO_LOCATIONが省略されると、FROM_LOCATIONの最終コンポーネントが使用されます。
-  言い換えると、 "branch ../foo/bar" は./bar を作成しようとします。
-  FROM_LOCATIONが/を持たない もしくは埋め込みのパスの区切り文字を持つ場合
-  冒頭のスキームもしくはドライブの識別子を剥ぎ取ることで、
-  FROM_LOCATIONからTO_LOCATIONが得られます。
-  たとえば、"branch lp:foo-bar"は./foo-barを作成しようとします。
-  
-  ブランチの特定のリビジョンを読み取るには、
-  "branch foo/bar -r 5"のような、--revisionパラメータを提供します。
-
-:エイリアス:  get, clone
-:関連コマンド: `checkout`_
-
-
-break-lock
-==========
-:目的: リポジトリ、ブランチもしくは作業ディレクトリのデッドロックをブレークする。
-:使い方:   bzr break-lock [LOCATION]
-
-:オプション:
-  -v, --verbose  詳細な情報を表示する。
-  -q, --quiet    エラーと警告だけ表示する。
-  -h, --help     ヘルプメッセージを表示する。
-
-:説明:
-  警告: ロックを保持するプロセスが停止したときにのみロックはブレークします。
-  
-  'bzr info'コマンドを通して開いているロックに関する情報を得ることができます。
-
-:例:
-    bzr break-lock
-
-
-
-cat
-===
-:目的: 与えられたリビジョンのファイルの内容を標準出力に書き込む。
-:使い方:   bzr cat FILENAME
-
-:オプション:
-  -r ARG, --revision=ARG
-                        詳細は"help revisionspec"を参照。
-  -v, --verbose         詳細な情報を表示する。
-  -q, --quiet           エラーと警告のみを表示する。
-  --name-from-revision  古いツリーのパス名。
-  -h, --help            ヘルプメッセージを表示する。
-
-:説明:
-  リビジョンが指定されなければ、最後のリビジョンが使用されます。
-  
-  注意: バイナリファイルでこのコマンドを使用する際には
-        標準出力をリダイレクトするように気をつけてください。
-
-:関連コマンド: `ls`_
-
-
-check
-=====
-:目的: 作業ツリーの構造、ブランチの一貫性、とリポジトリの履歴をバリデートする。
-:使い方:   bzr check [PATH]
-
-:オプション:
-  -v, --verbose  詳細な情報を表示する。
-  --tree         現在のディレクトリに関連した作業ツリーをチェックする。
-  -q, --quiet    エラーと警告だけ表示する。
-  --repo         現在のディレクトリに関連したリポジトリをチェックする。
-  --branch       現在のディレクトリに関連したブランチをチェックする。
-  -h, --help     ヘルプメッセージを表示する。
-
-:説明:
-  このコマンドはデータの破損もしくはbzrのバグを検出するために
-  ブランチとリポジトリストレージに関するさまざまな不変量をチェックします・
-  
-  問題が検出された場合のみ作業ツリーとブランチのチェックは出力をします。
-  リポジトリチェックの出力フィールドは次のとおりです:
-  
-      revisions: これはチェックされるリビジョンの番号です。
-          これは問題を示しません。
-      versionedfiles: これはチェックされるバージョン管理されたファイルの数です。
-          これは問題を示しません。
-      unreferenced ancestors: 他のテキストの祖先であるテキストは、
-          リビジョンの祖先によって適切に参照されません。
-          これはBazaarが対処できるsubtleな問題です。
-      unique file texts: チェックされるリビジョンで見つかる
-          ファイルの内容の合計数です。これは問題を示しません。
-      repeated file texts: チェックされるリビジョンで見つかる、
-          繰り返されるテキストの合計数です。
-          テキストのエントリが修正されたときにテキストは繰り返しできますが、
-          ファイルの内容は繰り返しできません。
-          これは問題を示しません。
-  
-  制限が指定されなければ、すべてのBazaarデータはチェックされる位置で見つかります。
-
-:例:
-    'foo' でのツリーとブランチをチェックする::
-
-        bzr check --tree --branch foo
-
-    'bar'でのリポジトリのみをチェックする::
-
-        bzr check --repo bar
-
-    'baz' ですべてをチェックする::
-
-        bzr check baz
-
-:関連コマンド: `reconcile`_
-
-
-checkout
-========
-:目的: 既存のブランチの新しいチェックアウトを作成する。
-:使い方:   bzr checkout [BRANCH_LOCATION] [TO_LOCATION]
-
-:オプション:
-  -v, --verbose         詳細な情報を表示する。
-  -h, --help            ヘルプメッセージを表示する。
-  --files-from=ARG      このツリーからファイルの内容を取得する。
-  -q, --quiet           エラーと警告のみを表示する。
-  --hardlink            利用可能な作業ツリーファイルをハードリンクする。
-  --lightweight         軽量チェックアウトを実行する。オペレーションに関して
-                        軽量チェックアウトはブランチへの権限に依存する。
-                        通常のチェックアウトはdiffやstatusのようなアクセスが
-                        不要な共通のオペレーションを実行可能で、
-                        ローカルコミットもサポートします。
-  -r ARG, --revision=ARG
-                        詳細は"help revisionspec"を参照。
-
-:説明:
-  BRANCH_LOCATIONが省略されると、'.'で見つかるブランチ用に
-  チェックアウトは作業ツリーを再構成します。
-  作業ツリーを削除した場合もしくはこれがけっして作成されない場合
-  - すなわち、SFTPを使用してブランチを現在の位置にpushする場合、これは便利です。
-  
-  TO_LOCATIONが省略されると、BRANCH_LOCATIONの最後のコンポーネントが使用されます。
-  言い換えると、"checkout ../foo/bar" は./barを作成しようとします。
-  BRANCH_LOCATIONが has no /を持たないもしくはパスの区切り文字が埋め込まれている場合、
-  先頭のスキームもしくはドライブの識別子を除去することでBRANCH_LOCATIONからTO_LOCATIONが
-  得られます。たとえば、"checkout lp:foo-bar"は./foo-barを作成しようとします。
-  
-  特定のリビジョンのブランチを読み取るには、
-  "checkout foo/bar -r 5"のように--revisionパラメータを提供します。 
-  これはすぐに時代遅れになりますが[なのでコミットできない] 
-  役に立つことがあります(すなわち古いコードを検査するため)。
-
-:エイリアス:  co
-:関連コマンド: `branch`_, `チェックアウト`_
-
-
-commit
-======
-:目的: 変更を新しいリビジョンにコミットする。
-:使い方:   bzr commit [SELECTED...]
-
-:オプション:
-  -v, --verbose         詳細な情報を表示する。
-  --author=ARG          著者の名前がコミッターとは異なる場合、著者の名前を設定する。
-  --unchanged           何も変更されていなくてもコミットする。
-  --fixes=ARG           このリビジョンをバグが修正されたものとしてマークする。
-  -q, --quiet           エラーと警告のみを表示する。
-  --show-diff           メッセージが提供されないとき、
-                        メッセージエディタでステータスの要約と一緒に差分を表示する。
-  --strict              作業ツリーの中に未知のファイルが存在する場合コミットを拒否する。
-  -F MSGFILE, --file=MSGFILE
-                        このファイルからコミットメッセージを取得する。
-  -x ARG, --exclude=ARG
-                        与えられたパスへの変更を考慮しない。
-  -m ARG, --message=ARG
-                        新しいリビジョンの説明。
-  --local               バインドされたブランチにローカルコミットを実行する。
-                        通常のコミットが実行されるまで
-                        ローカルコミットはマスターブランチにpushされません。
-
-  -h, --help            ヘルプメッセージを表示する。
-
-:説明:
-  引数が渡されなければ、ツリー全体がコミットされます。
-  
-  選択されたファイルが指定されると、これらのファイルへの変更のみがコミットされます。
-  ディレクトリが指定されるとディレクトリとその中のすべてがコミットされます。
-  
-  excludesが渡されるとき、これらは選択されたファイルよりも優先されます。
-  たとえば、fooの範囲での変更のみコミットされますが、foo/barの範囲の変更はコミットされません::
-  
-    bzr commit foo -x foo/bar
-  
-  変更の著者がコミッターと同じ人物でなければ、
-  --authorオプションを使用して著者の名前を指定できます。
-  名前はコミッターidと同じフォーマットです。たとえば"John Doe <jdoe@example.com>"です。
-  
-  コミットされるツリーが無効である場合選択されたファイルのコミットが失敗することがあります。
-  次の一連のコマンドを考えてみましょう::
-  
-    bzr init foo
-    mkdir foo/bar
-    bzr add foo/bar
-    bzr commit foo -m "committing foo"
-    bzr mv foo/bar foo/baz
-    mkdir foo/bar
-    bzr add foo/bar
-    bzr commit foo/bar -m "committing bar but not baz"
-  
-  上記の例において、最終コミットは故意に失敗します。
-  これによってユーザーは、同時に、最初に個別に、もしくはまったく
-  リネームしたくないかどうかを決める機会を得ます。
-  (一般的なルールとして、判断がつかないとき、Bazaarは安全に物事を行う方針を持ちます。)
-  
-  注: マージの後の選択されたファイルのコミットはまだサポートされていません。
-
-:エイリアス:  ci, checkin
-:関連コマンド: `bugs`_, `uncommit`_
-
-
-conflicts
-=========
-:目的: 衝突を持つファイルの一覧を表示する。
-:使い方:   bzr conflicts
-
-:オプション:
-  --text         テキストの衝突を持つファイルのパスの一覧を表示する。
-  -v, --verbose  詳細な情報を表示する。
-  -q, --quiet    エラーと警告だけ表示する。
-  -h, --help     ヘルプメッセージを表示する。
-
-:説明:
-  マージは2つのブランチの変更を結合するために最善を尽くしますが、
-  人間だけが修正できるある種の問題が存在します。
-  この問題に遭遇するとき、衝突がマークされます。
-  衝突はコミットする前に何かを修正する必要があることを意味します。
-  
-  通常の衝突は短く人間が読めるメッセージとして一覧が示されます。
-  --textが提供される場合、代わりに、テキストの衝突を持つファイルのパスの一覧が表示されます。
-  (これはテキストの衝突を持つファイルをすべて編集するために便利です。)
-  
-  問題を修正したらbzr resolveを使用します。
-
-:関連コマンド: `resolve`_
-
-
-
-deleted
-=======
-:目的: 作業ツリーの中で削除されたファイルの一覧を表示する。
-:使い方:   bzr deleted
-
-:オプション:
-  --show-ids     内部のオブジェクトidを表示する。
-  -v, --verbose  詳細な情報を表示する。
-  -q, --quiet    エラーと警告だけ表示する。
-  -h, --help     ヘルプメッセージを表示する。
-
-:関連コマンド: `ls`_, `status`_
-
-
-diff
-====
-:目的: リビジョンもしくはブランチの間の、作業ツリーの中の違いを表示する。
-:使い方:   bzr diff [FILE...]
-
-:オプション:
-  --old=ARG             から比較するブランチ/ツリー。
-  -v, --verbose         詳細な情報を表示する。
-  -q, --quiet           エラーと警告のみを表示する。
-  -p ARG, --prefix=ARG  コロンによって区切られた2つの値として
-                        新旧のファイル名に追加される接頭辞を設定する(たとえば"old/:new/")。
-  --using=ARG           ファイルを比較するためにこのコマンドを使用する。
-  --new=ARG             へ比較するブランチ/ツリー。
-  -r ARG, --revision=ARG
-                        詳細は"help revisionspec"を参照。
-  --diff-options=ARG    これらのオプションを外部diffプログラムに渡す。
-  -c ARG, --change=ARG  指定されたリビジョンによって導入された変更を選択する。
-                        "help revisionspec"も参照。
-  -h, --help            ヘルプメッセージを表示する。
-
-:説明:
-  引数が渡されなければ、現在のツリーに対するすべての変更の一覧が表示されます。
-  ファイルが渡されれば、これらのファイルの中の変更の一覧だけが表示されます。
-  リモートと複数のブランチは--oldと--newオプションを使用して比較できます。
-  これらのオプションが提供されなければ、両方のデフォルトは、存在すれば最初の引数、
-  引数が渡されなければ現在のツリーから得られます。
-  
-  "bzr diff -p1" は "bzr diff --prefix old/:new/"と同等で、
-  "patch -p1"に最適なパッチが生成されます。
-
-:例:
-    作業ツリーと最終コミットの間の違いを表示する::
-
-        bzr diff
-
-    作業ツリーとリビジョン1の間の違い::
-
-        bzr diff -r1
-
-    リビジョン1とリビジョン2の間の違い::
-
-        bzr diff -r1..2
-
-    ブランチxxxのリビジョン1とリビジョン2の間の違い::
-
-        bzr diff -r1..2 xxx
-
-    NEWSファイルの違いだけ表示する::
-
-        bzr diff NEWS
-
-    NEWSファイルに対する作業ツリーの中の違いを表示する::
-
-        bzr diff xxx/NEWS
-
-    xxxブランチからこの作業ツリーの違いを表示する:
-
-        bzr diff --old xxx
-
-    NEWSファイルに対する2つのブランチの違いを表示する::
-
-        bzr diff --old xxx --new yyy NEWS
-
-    'bzr diff'と同じであるがold/とnew/でパスに接頭辞を追加する::
-
-        bzr diff --prefix old/:new/
-
-:Exitの値:
-    1 - 変更された
-    2 - 表現できない変更
-    3 - エラー
-    0 - 変更なし
-
-
-:エイリアス:  di, dif
-:関連コマンド: `status`_
-
-
-export
-======
-:目的: 現在のリビジョンを指定されたディレクトリもしくはアーカイブにエクスポートする。
-:使い方:   bzr export DEST [BRANCH_OR_SUBDIR]
-
-:オプション:
-  -v, --verbose         詳細な情報を表示する。
-  --format=ARG          Type of file to export to.
-  -h, --help            ヘルプメッセージを表示する。
-  -q, --quiet           エラーと警告のみを表示する。
-  --root=ARG            エクスポートされたファイル内部のrootディレクトリの名前。
-  -r ARG, --revision=ARG
-                        詳細は"help revisionspec"を参照。
-
-:説明:
-  リビジョンが指定されなければこれは最終コミットのリビジョンをエクスポートします。
-  
-  フォーマットはtar、tgz、tbz2のような"exporter"の名前になることができます。
-  何も渡されなければ、拡張子かｒフォーマットを見つけようとします。
-  拡張子が見つからなければディレクトリにエクスポートします(--format=dirと同等)。
-  
-  rootが提供されると、これはコンテナフォーマット(tar、zip、その他)内部のrootディレクトリとして使用されます。
-  これが提供されなければエクスポートされるファイル名へのデフォルトになります。
-  rootオプションは'dir'フォーマットに対して効果がありません。
-  
-  ブランチが省略されると現在の作業ディレクトリを含むブランチが使用されます。
-  
-  注: ASCIIではないファイル名でのツリーのエクスポートはサポートされません。
-  
-    ==========================       =========================
-    サポートされるフォーマット        拡張子で自動検出
-    ==========================       =========================
-       dir                              (none)
-       tar                               .tar
-       tbz2                              .tar.bz2, .tbz2
-       tgz                               .tar.gz, .tgz
-       zip                               .zip
-    ==========================       =========================
-
-
-
-help
-====
-:目的: コマンドもしくは他のトピックのヘルプを表示する。
-:使い方:   bzr help [TOPIC]
-
-:オプション:
-  -v, --verbose  詳細な情報を表示する。
-  -q, --quiet    エラーと警告だけ表示する。
-  --long         すべてのコマンドのヘルプを表示する。
-  -h, --help     ヘルプメッセージを表示する。
-
-:エイリアス:  ?, --help, -?, -h
-:関連コマンド: topics
-
-
-ignore
-======
-:目的: 指定されたファイルもしくはパターンを無視する。
-:使い方:   bzr ignore [NAME_PATTERN...]
-
-:オプション:
-  --old-default-rules   bzr < 0.9で使用される無視ルールを書き出す。
-  -v, --verbose         詳細な情報を表示する。
-  -q, --quiet           エラーと警告のみを表示する。
-  -h, --help            ヘルプメッセージを表示する。
-
-:説明:
-  パターンの構文の詳細は ``bzr help patterns`` を参照。
-  
-  無視リストからパターンを除外するには、.bzrignoreファイルを編集します。
-  追加した後で、コマンドを使用して間接的に、もしくはエディタを使用して
-  直接そのファイルを編集もしくは削除した後で、そのコミットを確認してください。
-  
-  注: シェルのワイルドカードを含む無視パターンはUnixのシェルからクォートされなければなりません。
-
-:例:
-    トップレベルのMakefileを無視する::
-
-        bzr ignore ./Makefile
-
-    すべてのディレクトリのクラスファイルを無視する::
-
-        bzr ignore "*.class"
-
-    libディレクトリ下の.oファイルを無視する::
-
-        bzr ignore "lib/**/*.o"
-
-    libディレクトリ下の.oファイルを無視する::
-
-        bzr ignore "RE:lib/.*\.o"
-
-    "debian"トップレベルディレクトリ以外のすべてを無視する::
-
-        bzr ignore "RE:(?!debian/).*"
-
-:関連コマンド: `ignored`_, `パターン`_, `status`_
-
-
-ignored
-=======
-:目的: 無視するファイルとそれらにマッチするパターンの一覧を表示する。
-:使い方:   bzr ignored
-
-:オプション:
-  -v, --verbose  詳細な情報を表示する。
-  -q, --quiet    エラーと警告だけ表示する。
-  -h, --help     ヘルプメッセージを表示する。
-
-:説明:
-  無視されるファイルと無視パターンのすべての一覧を表示します。
-  
-  代わりにファイルの一覧だけを表示するには::
-  
-      bzr ls --ignored
-
-:関連コマンド: `ignore`_, `ls`_
-
-
-info
-====
-:目的: 作業ツリー、ブランチもしくはリポジトリに関する情報を表示する。
-:使い方:   bzr info [LOCATION]
-
-:オプション:
-  -v, --verbose  詳細な情報を表示する。
-  -q, --quiet    エラーと警告だけ表示する。
-  -h, --help     ヘルプメッセージを表示する。
-
-:説明:
-  このコマンドはツリー、ブランチもしくはリポジトリに関連する既知の位置とフォーマットのすべてを表示します。
-  統計情報はそれぞれのレポートに含まれます。
-  
-  ブランチと作業ツリーは見つからないリビジョンもレポートします。
-
-:関連項目: `リポジトリ`_, `revno`_, `作業ツリー`_
-
-
-init
-====
-:目的: ディレクトリをバージョン管理下にあるブランチにする。
-:使い方:   bzr init [LOCATION]
-
-:オプション:
-  -v, --verbose         詳細な情報を表示する。
-  --create-prefix       ブランチに通じるパスがまだ存在していなければそれを作成する。
-  --append-revisions-only
-                        revnosもしくは既存のログを変更しない。
-                        リビジョンを追加するのみ。
-  -q, --quiet           エラーと警告のみを表示する。
-  -h, --help            ヘルプメッセージを表示する。
-
-  ブランチのフォーマット::
-
-    --format=ARG        このブランチのフォーマットを指定する。"help formats"を参照。
-    --1.12-preview      ビューとコンテンツのフィルタリングをサポートする作業ツリーフォーマット。
-    --1.12-preview-rich-root
-                        rich-rootデータをサポートする1.12-previewのバリアント(bzr-svnに必要)
-    --1.6               スタックをサポートするリポジトリに基づいたブランチとパック。
-    --1.6.1-rich-root   スタックとリッチなrootデータをサポートするリポジトリに基づいた
-                        ブランチとパック(bzr-svnに必要)。
-    --1.9               btreeインデックスを使用するリポジトリに基づいたブランチとパック
-    --1.9-rich-root     btreeインデックスとリッチrootデータを使用する
-                        リポジトリに基づいたブランチとパック(bzr-svnに必要)。
-    --default           0.92の新しい機能: dirstate-tagsフォーマットリポジトリと
-                        互換性のあるデータを持つパックベースのフォーマット。
-                        0.92以前のbzrリポジトリと相互運用しますが
-                        bzr < 0.92では読むことができません。
-                        以前はknitpack-experimentalと呼ばれていました。
-                        詳細な情報は http://doc.bazaar-vcs.org/latest/developers/packrepo.html を参照。
-    --development       現在の開発フォーマット。データをpack-0.92 (とpack-0.92と互換性のある)
-                        フォーマットリポジトリに変換できる。
-                        このフォーマットのリポジトリとブランチはbzr.devによってのみ読み込みできます。
-                        使用する前に http://doc.bazaar-vcs.org/latest/developers/development-repo.html を参照して頂くようお願いします。
-    --development-subtree
-                        現在の開発フォーマットで、subtreeバリアント。
-                        データをpack-0.92-subtree(とpack-0.92-subtreeと互換性のある)
-                        フォーマットリポジトリに変換できる。
-                        このフォーマットのリポジトリとブランチはbzr.devでのみ読み込みできる。
-                        使用する前に http://doc.bazaar-vcs.org/latest/developers/development-
-                        repo.html をご覧いただくようお願いします。
-    --dirstate          0.15の新しいフォーマット: 速いローカルオペレーション。
-                        ネットワークを通したアクセスのときbzr 0.8とそれ以降と互換性がある。
-    --dirstate-tags     0.15の新しいフォーマット: 速いローカルオペレーションで 
-                        ネットワークオペレーションに関するスケーリングを改善。 
-                        タグのサポートを追加。bzr < 0.15とは互換性がない。
-    --knit              knitsを使用するフォーマット。bzr <= 0.14との相互運用に推奨。
-    --metaweave         0.8での暫定フォーマット。knitよりも遅い。
-    --pack-0.92         0.92の新しいフォーマット: dirstate-tagsフォーマットリポジトリと
-                        互換性のあるデータを持つパックベースのフォーマット。
-                        0.92以前のbzrリポジトリと相互運用できるがbzr < 0.92.によって読み込みできない。
-                        以前はknitpack-experimentalと呼ばれていた。
-                        詳細な情報に関しては、 http://doc
-                        .bazaar-vcs.org/latest/developers/packrepo.html を参照。
-    --rich-root         1.0の新しいフォーマット。ツリーrootのベターな扱い。
-                        bzr < 1.0と互換性がない。
-    --rich-root-pack    1.0の新しいフォーマット: rich-rootデータをサポートする
-                        pack-0.92のバリアント(bzr-svnに必要)。
-    --weave             0.8以前のフォーマット。knitよりも遅く
-                        チェックアウトもしくは共用リポジトリをサポートしない。
-
-:説明:
-  空のブランチを作成するもしくは既存のプロジェクトをインポートする前に使用します。
-  
-  親ディレクトリの位置にリポジトリが存在する場合、
-  ブランチの履歴はリポジトリに保存されます。
-  さもなければinitは.bzrのディレクトリに独自の履歴を運ぶスタンドアロンのブランチを作成します。
-  
-  ロケーションにブランチがすでにあるが作業ツリーがない場合、ツリーは'bzr checkout'で投入できます。
-  
-  ファイルのツリーをインポートする方法のレシピです::
-  
-      cd ~/project
-      bzr init
-      bzr add .
-      bzr status
-      bzr commit -m "imported project"
-
-:関連コマンド: `branch`_, `checkout`_, `init-repository`_
-
-
-init-repository
-===============
-:目的: ブランチを保持する共用リポジトリを作成する。
-:使い方:   bzr init-repository LOCATION
-
-:オプション:
-  --no-trees            リポジトリのブランチはデフォルトで作業ツリーを持ちません。
-  -v, --verbose         詳細な情報を表示する。
-  -q, --quiet           エラーと警告のみを表示する。
-  -h, --help            ヘルプメッセージを表示する。
-
-  ブランチのフォーマット::
-
-    --format=ARG        このブランチのフォーマットを指定する。"help formats"を参照。
-    --1.12-preview      ビューとコンテンツのフィルタリングをサポートする作業ツリーフォーマット。
-    --1.12-preview-rich-root
-                        rich-rootデータをサポートする1.12-previewのバリアント(bzr-svnに必要)
-    --1.6               スタックをサポートするリポジトリに基づいたブランチとパック。
-    --1.6.1-rich-root   スタックとリッチなrootデータをサポートするリポジトリに基づいた
-                        ブランチとパック(bzr-svnに必要)。
-    --1.9               btreeインデックスを使用するリポジトリに基づいたブランチとパック
-    --1.9-rich-root     btreeインデックスとリッチrootデータを使用する
-                        リポジトリに基づいたブランチとパック(bzr-svnに必要)。
-    --default           0.92の新しい機能: dirstate-tagsフォーマットリポジトリと
-                        互換性のあるデータを持つパックベースのフォーマット。
-                        0.92以前のbzrリポジトリと相互運用しますが
-                        bzr < 0.92では読むことができません。
-                        以前はknitpack-experimentalと呼ばれていました。
-                        詳細な情報は http://doc.bazaar-vcs.org/latest/developers/packrepo.html を参照。
-    --development       現在の開発フォーマット。データをpack-0.92 (とpack-0.92と互換性のある)
-                        フォーマットリポジトリに変換できる。
-                        このフォーマットのリポジトリとブランチはbzr.devによってのみ読み込みできます。
-                        使用する前に http://doc.bazaar-vcs.org/latest/developers/development-repo.html を参照して頂くようお願いします。
-    --development-subtree
-                        現在の開発フォーマットで、subtreeバリアント。
-                        データをpack-0.92-subtree(とpack-0.92-subtreeと互換性のある)
-                        フォーマットリポジトリに変換できる。
-                        このフォーマットのリポジトリとブランチはbzr.devでのみ読み込みできる。
-                        使用する前に http://doc.bazaar-vcs.org/latest/developers/development-
-                        repo.html をご覧いただくようお願いします。
-    --dirstate          0.15の新しいフォーマット: 速いローカルオペレーション。
-                        ネットワークを通したアクセスのときbzr 0.8とそれ以降と互換性がある。
-    --dirstate-tags     0.15の新しいフォーマット: 速いローカルオペレーションで 
-                        ネットワークオペレーションに関するスケーリングを改善。 
-                        タグのサポートを追加。bzr < 0.15とは互換性がない。
-    --knit              knitsを使用するフォーマット。bzr <= 0.14との相互運用に推奨。
-    --metaweave         0.8での暫定フォーマット。knitよりも遅い。
-    --pack-0.92         0.92の新しいフォーマット: dirstate-tagsフォーマットリポジトリと
-                        互換性のあるデータを持つパックベースのフォーマット。
-                        0.92以前のbzrリポジトリと相互運用できるがbzr < 0.92.によって読み込みできない。
-                        以前はknitpack-experimentalと呼ばれていた。
-                        詳細な情報に関しては、 http://doc
-                        .bazaar-vcs.org/latest/developers/packrepo.html を参照。
-    --rich-root         1.0の新しいフォーマット。ツリーrootのベターな扱い。
-                        bzr < 1.0と互換性がない。
-    --rich-root-pack    1.0の新しいフォーマット: rich-rootデータをサポートする
-                        pack-0.92のバリアント(bzr-svnに必要)。
-    --weave             0.8以前のフォーマット。knitよりも遅く
-                        チェックアウトもしくは共用リポジトリをサポートしない。
-
-:説明:
-  ブランチのディレクトリではなく、リポジトリにリビジョンを保存する
-  リポジトリディレクトリの元で作成された新しいブランチ。
-  
-  --no-treesオプションが使用されるとリポジトリのブランチはデフォルトで作業ツリーを持ちません。
-
-:例:
-    ブランチだけを保有する共用リポジトリを作成する::
-
-        bzr init-repo --no-trees repo
-        bzr init repo/trunk
-
-    軽量チェックアウトを作成する::
-
-        bzr checkout --lightweight repo/trunk trunk-checkout
-        cd trunk-checkout
-        (add files here)
-
-:エイリアス:  init-repo
-:関連項目: `branch`_, `checkout`_, `init`_, `リポジトリ`_
-
-
-log
-===
-:目的: ブランチ、ファイル、もしくはディレクトリのログを表示する。
-:使い方:   bzr log [LOCATION]
-
-:オプション:
-  -v, --verbose         それぞれのリビジョンで変更されたファイルを表示する。
-  -q, --quiet           エラーと警告のみを表示する。
-  -l N, --limit=N       出力を最初のNのリビジョンに制限する。
-  --forward             最古から最新までを表示する。
-  --timezone=ARG        ローカル、オリジナル、utcのタイムゾーンを表示する。
-  --show-ids            内部オブジェクトidを表示する。
-  -r ARG, --revision=ARG
-                        詳細は"help revisionspec"を参照。
-  -m ARG, --message=ARG
-                        メッセージが正規表現にマッチするリビジョンを表示する。
-  -c ARG, --change=ARG  指定されたリビジョンだけを表示する。"help revisionspec"も参照。
-  -h, --help            ヘルプメッセージを表示する。
-
-  ログのフォーマット::
-    --log-format=ARG    指定されたログフォーマットを使用する。
-    --line              リビジョン単位の1行のログフォーマット
-    --long              詳細なログフォーマット
-    --short             適切に短いログフォーマット
-
-:説明:
-  デフォルトでは作業ディレクトリを含むブランチのログを表示する。
-  
-  ログの範囲をリクエストするには、-r begin..endコマンドを使用できます。
-  -r revisionは指定したリビジョンをリクエストし、
-  -r ..end もしくは -r begin.. も有効です。
-
-:例:
-    現在のブランチのログ::
-
-        bzr log
-
-    ファイルのログ::
-
-        bzr log foo.c
-
-    ブランチの最後の10リビジョンのログ::
-
-        bzr log -r -10.. http://server/branch
-
-
-
-ls
-==
-:目的: ツリーのファイルの一覧を表示する。
-:使い方:   bzr ls [PATH]
-
-:オプション:
-  --from-root           ブランチのrootから相対的なパスを出力する。
-  --ignored             無視されたファイルを出力する。
-  --kind=ARG            特定の種類:file、directory、symlinkのエントリの一覧を表示する。
-  -v, --verbose         詳細な情報を表示する。
-  -V, --versioned       バージョン管理されたファイルを出力する。
-  --unknown             未知のファイルを出力する。
-  -h, --help            ヘルプメッセージを表示する。
-  -q, --quiet           エラーと警告のみを表示する。
-  --non-recursive       サブディレクトリで再帰的処理を行わない。
-  --show-ids            内部オブジェクトidを表示する。
-  --null                ファイルの間に改行の代わりに NUL (\0) 区切り文字を書く。
-  -r ARG, --revision=ARG
-                        詳細は"help revisionspec"を参照。
-
-:関連項目: `cat`_, `status`_
-
-
-merge
-=====
-:目的: 三方向マージを実行する。
-:使い方:   bzr merge [LOCATION]
-
-:オプション:
-  --pull                すでに対象が完全にソースにマージされる場合、
-                        マージよりもソースからpullする。
-                        これが起きるとき、結果をコミットする必要はない。
-  --remember            指定されたロケーションをデフォルトとして記録する。
-  --force               目的のツリーがコミットされていない変更を持っていてもマージする。
-  -v, --verbose         詳細な情報を表示する。
-  --reprocess           誤った衝突を減らすために再処理する。
-  -h, --help            ヘルプメッセージを表示する。
-  -q, --quiet           エラーと警告のみを表示する。
-  --uncommitted         ブランチの変更の代わりに、作業ツリーからコミットされていない変更を適用する。
-
-  -d ARG, --directory=ARG
-                        作業ディレクトリを含むものよりも、マージするブランチ。
-  --show-base           衝突のベースリビジョンテキストを表示する。
-  --preview             マージする代わりに、マージの差分を表示する。
-  -c ARG, --change=ARG  指定されたリビジョンで導入された変更を選択する。
-                        "help revisionspec"も参照。
-  -r ARG, --revision=ARG
-                        詳細は"help revisionspec"を参照。
-
-  マージアルゴリズム::
-    --merge-type=ARG    特定のマージアルゴリズムを選択する。
-    --diff3             外部diff3を使用するマージ
-    --lca               新しいLCAマージ
-    --merge3            ネイティブのdiff3スタイルのマージ
-    --weave             weaveベースのマージ
-
-:説明:
-  マージのソースはブランチの形式、もしくはbzr sendで生成された
-  mergeディレクティブを含むファイルへのパスの形式で指定できます。
-  どちらも指定されなければ、デフォルトは上流ブランチもしくは
-  --rememberを使用して最近マージされたブランチです。
-  
-  マージをブランチするとき、デフォルトではチップがマージされます。
-  異なるリビジョンをピックするには、--revisionを渡します。
-  2つの値を指定する場合、最初の値はBASEとして、2番目の値はOTHERとして使用されます。
-  個別のリビジョン、もしくはこのように利用可能なリビジョンのサブセットをマージすることは
-  一般的に"チェリーピック"として言及されます。
-  
-  リビジョン番号はマージされるブランチに対して常に相対的です。
-  
-  デフォルトでは、bzrは、自動的に適切なベースを検出して、
-  他のブランチからすべてのネットワークでマージしようとします。
-  これが失敗すると、明示的なベースを渡すことが必要になることがあります。
-  
-  マージは2つのブランチの変更を結合するために最善を尽くしますが、
-  人間だけが修正できる種類の問題があります。
-  この問題に遭遇するとき、衝突マークがつけられます。
-  衝突はコミットする前に何かを修正する必要があることを意味します。
-  
-  問題を修正したらbzr resolveを使用します。bzr conflictsも参照してください。
-  
-  デフォルトのブランチセットが存在しない場合、最初のマージはそれを設定します。
-  その後で、デフォルトを使用するブランチを省略できます。
-  デフォルトを変更するには、--rememberを使用します。
-  リモートロケーションがアクセス可能場合のみ値は保存されます。
-  
-  マージの結果は目的の作業ディレクトリに設置されます。
-  このディレクトリは(bzr diffで)閲覧、テスト、
-  とマージの結果を記録するためにコミット可能です。
-  
-  --forceが渡されない限り、コミットされていない変更が存在すればマージの実行は拒否されます。
-
-:例:
-    bzr.devから最新のリビジョンをマージするには::
-
-        bzr merge ../bzr.dev
-
-    bzr.devからリビジョン82を含めて変更をマージするには::
-
-        bzr merge -r 82 ../bzr.dev
-
-    以前の変更なしに、82で導入された変更をマージするには::
-
-        bzr merge -r 81..82 ../bzr.dev
-
-    /tmp/mergeに含まれるmergeディレクトリを適用するには:
-
-        bzr merge /tmp/merge
-
-:関連項目: `remerge`_, `status-flags`_, `update`_
-
-
-missing
-=======
-:目的: 2つのブランチの間のmergeされていない/pullされていない リビジョンを表示する。
-:使い方:   bzr missing [OTHER_BRANCH]
-
-:オプション:
-  --reverse            リビジョンの順序をリバースする。
-  --this               --mine-onlyと同じ。
-  -h, --help           ヘルプメッセージを表示する。
-  -q, --quiet          エラーと警告だけ表示する。
-  --other              --theirs-onlyと同じ。
-  --include-merges     マージされたリビジョンを表示する。
-  --mine-only          ローカルブランチの変更のみを表示する。
-  --show-ids           内部オブジェクトidを表示する。
-  --theirs-only        リモートブランチの変更のみを表示する。
-  -v, --verbose        詳細な情報を表示する。
-
-  ログフォーマット::
-    --log-format=ARG   指定したログフォーマットを使用する。
-    --line             リビジョンごとの1行のログフォーマット
-    --long             詳細なログフォーマット
-    --short            適切に短いログフォーマット
-
-:説明:
-  OTHER_BRANCHはlocalもしくはremoteになります。
-
-:関連項目: `merge`_, `pull`_
-
-
-mkdir
-=====
-:目的: バージョン管理下にある新しいディレクトリを作成する。
-:使い方:   bzr mkdir DIR...
-
-:オプション:
-  -v, --verbose  詳細な情報を表示する。
-  -q, --quiet    エラーと警告だけ表示する。
-  -h, --help     ヘルプメッセージを表示する。
-
-:説明:
-  これはディレクトリの作成と追加と同等です。
-
-
-
-mv
-==
-:目的: ファイルを移動もしくはリネームする。
-:使い方:
-    bzr mv OLDNAME NEWNAME
-
-    bzr mv SOURCE... DESTINATION
-
-
-:オプション:
-  --after        ファイルがすでに移動しているので、ファイルのbzr識別子のみを移動させる。
-  -v, --verbose  詳細な情報を表示する。
-  -q, --quiet    エラーと警告だけ表示する。
-  -h, --help     ヘルプメッセージを表示する。
-
-:説明:
-  最後の引数がバージョン管理されているディレクトリの場合、
-  他のすべての名前はそこに移動します。
-  さもなければ、2つの引数だけにしなければならず
-  ファイルは新しい名前に変更されます。
-  
-  OLDNAMEがファイルシステム上に存在しないがバージョン管理されていて
-  NEWNAMEはファイルシステム上に存在せずバージョン管理もされていない場合、
-  mvはファイルが手動で移動させられその変更を反映するために
-  内部インベントリだけを更新することを想定します。
-  多くのSOURCEファイルをDESTINATIONに移動させるときも同じです。
-  
-  ブランチの間でファイルを移動させることはできません。
-
-:エイリアス:  move, rename
-
-
-nick
-====
-:目的: ブランチのニックネームを表示もしくは設定する。
-:使い方:   bzr nick [NICKNAME]
-
-:オプション:
-  -v, --verbose  詳細な情報を表示する。
-  -q, --quiet    エラーと警告だけ表示する。
-  -h, --help     ヘルプメッセージを表示する。
-
-:説明:
-  設定が解除されると、ツリーのrootディレクトリの名前がニックネームとして使用されます。
-  現在のニックネームを表示するには、引数なしで実行します。
-
-  ローカルに設定されていない限りバインドされたブランチはマスターブランチのニックネームを使用します。
-
-:関連コマンド: `info`_
-
-
-pack
-====
-:目的: リポジトリ内のデータを圧縮する。
-:使い方:   bzr pack [BRANCH_OR_REPO]
-
-:オプション:
-  -v, --verbose  詳細な情報を表示する。
-  -q, --quiet    エラーと警告だけ表示する。
-  -h, --help     ヘルプメッセージを表示する。
-
-:関連コマンド: `リポジトリ`_
-
-
-plugins
-=======
-:目的: インストールされたプラグインの一覧を表示する。
-:使い方:   bzr plugins
-
-:オプション:
-  -v, --verbose  詳細な情報を表示する。
-  -q, --quiet    エラーと警告だけ表示する。
-  -h, --help     ヘルプメッセージを表示する。
-
-:説明:
-  このコマンドはプラグインのバージョンとそれぞれの手短な説明を含めて
-  インストールされたプラグインの一覧を表示します
-  
-  --verboseはそれぞれのプラグインが設置されたパスを表示します。
-  
-  プラグインはコードを追加したり置き換えたりすることで
-  リビジョン管理システムを拡張する外部コンポーネントです。
-  コマンドの上書き、新しいコマンドの追加、追加のネットワーク転送の提供や
-  ログ出力のカスタマイズなどを含めて
-  プラグインはさまざまなことを行うことができます。
-
-  プラグインを見つけてインストール方法を含めた詳細な情報に関しては、
-  Bazaarのウェブサイト、http://bazaar-vcs.org を参照してください。
-  プログラミング言語のPyhonを利用して
-  新しいコマンドを作成する方法に関する手引きもあります。
-
-
-
-pull
-====
-:目的: このブランチを別のブランチのミラーにする。
-:使い方:   bzr pull [LOCATION]
-
-:オプション:
-  -v, --verbose         pullされたリビジョン用のログを表示する。
-  --remember            デフォルトとして指定されたロケーションを記録する。
-  -h, --help            ヘルプメッセージを表示する。
-  -q, --quiet           エラーと警告のみを表示する。
-  -d ARG, --directory=ARG
-                        作業ディレクトリを含むものよりもpullするブランチ。
-  --overwrite           ブランチの間の違いを無視して無条件で上書きする。
-  -r ARG, --revision=ARG
-                        詳細は"help revisionspec"を参照。
-
-:説明:
-  このコマンドは分岐されていないブランチのみで動作します。
-  目的のブランチの最新の変更コミットが親にマージされなかった場合(直接もしくは間接)、
-  ブランチは分岐したものとして見なされます。
-  
-  ブランチが分岐していれば、あるブランチからの変更を他のブランチに統合するために
-  'bzr merge'を使用できます。
-  一旦あるブランチがマージされると、他のブランチは再びそれをpullできるようになります。
-  
-  ローカルの変更を忘れてリモートブランチを満たすようにブランチを更新したいだけなら、
-  pull --overwriteを使用します。
-  
-  デフォルトのロケーションが存在しない場合、最初のpullはこれを設定します。
-  その後で、デフォルトを使用するロケーションを省略できます。
-  デフォルトを変更するには、--rememberを使用します。
-  リモートロケーションがアクセスできる場合のみ値は保存されます。
-  
-  注: 位置がブランチのフォーマットもしくはbzr sendで生成されたmergeディレクトリを格納する
-      ファイルへのパスで指定できます。
-
-:関連項目: `push`_, `status-flags`_, `update`_
-
-
-push
-====
-:目的: このブランチのミラーを更新する。
-:使い方:   bzr push [LOCATION]
-
-:オプション:
-  -v, --verbose         詳細な情報を表示する。
-  --remember            指定された位置をデフォルトとして覚える。
-  --create-prefix       まだ存在しなればブランチへのパスを作成する。
-  -h, --help            ヘルプメッセージを表示する。
-  -q, --quiet           エラーと警告のみを表示する。
-  --stacked-on=ARG      コミットの履歴に関して別のブランチを参照するスタックドブランチを作成する。
-                        参照されるブランチに存在しない作業内容は作成されたブランチに格納される。
-  --use-existing-dir    デフォルトでは、ターゲットのディレクトリが存在するが
-                        まだコントロールディレクトリを持たない場合pushは失敗する。
-                        このフラグはpushの続行を可能にする。
-  -d ARG, --directory=ARG
-                        作業ディレクトリを含むブランチよりも、pushするブランチ
-  --stacked             親ブランチの公開位置を参照するスタックドブランチを作成する。
-  --overwrite           ブランチ間の違いを無視して無条件に上書きする。
-  -r ARG, --revision=ARG
-                        詳細は"help revisionspec"を参照。
-
-:説明:
-  これは割高でリモートファイルシステムではサポートされないので、
-  ターゲットブランチは投入された作業ツリーを持ちません。
-  
-  スマートサーバーもしくはプロトコルの中には将来作業ツリーを導入しないものがあります。
-  
-  このコマンドは分岐されていないブランチでのみ動作します。
-  目的のブランチの最新のコミットがソースブランチによって(直接もしくは間接的に)マージされなければ
-  ブランチは分岐されたものとして見なされます。
-  
-  ブランチが分岐されると、他のブランチを完全に置き換えるために
-  'bzr push --overwrite'を使用できます。この場合、マージされていない変更は廃棄されます。
-  
-  他のブランチに異なる変更があることを保証したい場合は、
-  他のブランチからマージを行い(bzr help mergeを参照)、それをコミットします。
-  その後で'--overwrite'なしでpushを行うことができるようになります。
-  
-  デフォルトのpush位置の設定がなければ、最初のpushはこれを設定します。
-  その後では、デフォルトを省略できます。
-  デフォルトを変更するには、--rememberを使用します。
-  リモート位置がアクセスできる場合のみ値は保存されます。
-
-:関連項目: `pull`_, `update`_, `working-trees`_
-
-
-reconcile
-=========
-:目的: ブランチのメタデータを調整する。
-:使い方:   bzr reconcile [BRANCH]
-
-:オプション:
-  -v, --verbose  詳細な情報を表示する。
-  -q, --quiet    エラーと警告だけ表示する。
-  -h, --help     ヘルプメッセージを表示する。
-
-:説明:
-  これは以前の実在しないオペレーションもしくはbzrの更新によって
-  引き起こされるデータのミスマッチを訂正できます。
-  'bzr check'もしくはbzrの開発者がそのコマンドを実行するようにアドバイスするのであれば、
-  このコマンドを実行することだけが必要になります。
-
-  2番目のブランチが提供されると、
-  ブランチをまたがる調整も行われます。これによってbzrの初期のバージョンでは存在しなかった
-  ツリーのroot idのようなデータがチェックされ、両方のブランチで正しく表示されます。
-  
-  同時にデータが再圧縮されるのでディスクスペースの節約やパフォーマンスのゲインにつながります。
-  
-  ブランチはローカルディスクもしくはsftpのようにリスト可能なシステム上になければなりません。
-
-:関連項目: `check`_
-
-
-reconfigure
-===========
-:目的: bzrディレクトリのタイプを再設定する。
-:使い方:   bzr reconfigure [LOCATION]
-
-:オプション:
-  --force               ローカルの変更が失われていた場合でも再設定を実行する。
-  -v, --verbose         詳細な情報を表示する。
-  -q, --quiet           エラーと警告のみを表示する。
-  --bind-to=ARG         チェックアウトをバインドするブランチ。
-  -h, --help            ヘルプメッセージを表示する。
-
-  Target type:
-    --branch            作業ツリーを持たないバインドされていないブランチに再設定する。
-    --checkout          作業ツリーを持つバインドされたブランチに再設定する。
-    --lightweight-checkout
-                        軽量チェックアウトに再設定する(ローカルの履歴はなし)。
-    --standalone        スタンドアロンブランチに再設定する(すなわち共用リポジトリの使用を停止する)。
-    --tree              作業ツリーを持つバインドされていないブランチに再設定する。
-    --use-shared        共用リポジトリを使用するように再設定する。
-
-:説明:
-  ターゲットの設定を指定しなければなりません。
-  
-  チェックアウトに関しては指定されていなければ、bind-toのロケーションは自動検出されます。
-  優先順位は
-  1. 軽量チェックアウトに関しては、現在バインドされているロケーション。
-  2. チェックアウトに使用されるブランチに関しては、以前バインドされたロケーション。
-  3. pushのロケーション。
-  4. 親のロケーション。
-  これらが利用できなければ、--bind-toを指定しなければなりません。
-
-:関連項目: `ブランチ`_, `チェックアウト`_, `スタンドアロンのツリー`_, `作業ツリー`_
-
-
-remerge
-=======
-:目的: マージを再び行う。
-:使い方:   bzr remerge [FILE...]
-
-:オプション:
-  -v, --verbose       詳細な情報を表示する。
-  --reprocess         誤った衝突を減らすために再処理する。
-  -q, --quiet         エラーと警告のみ表示する。
-  --show-base         衝突内のベースリビジョンのテキストを表示する。
-  -h, --help          ヘルプメッセージを表示する。
-
-  マージアルゴリズム:
-    --merge-type=ARG  特定のマージアルゴリズムを指定する。
-    --diff3           外部diff3を使用するマージ
-    --lca             新しいLCAマージ
-    --merge3          ネイティブのdiff3スタイルのマージ
-    --weave           weaveベースのマージ
-
-:説明:
-  衝突を解消している間に異なるマージテクニックを試したい場合はこれを使用します。
-  マージテクニックの中には他のものよりもすぐれたものがあり、
-  remergeによって異なるファイルで異なるテクニックを試すことができます。  
-  remergeのオプションはmergeのものと同じ意味とデフォルトを持ちます。
-  違いは未解決のマージが存在するときのみremergeは実行できて
-  特定のファイルを指定できることです。
-
-:例:
-    すべてのファイルのマージを再実行し、通常のTHISとOTHERテキストに加えて、
-    衝突領域のベーステキストを表示する::
-  
-        bzr remerge --show-base
-
-    weaveマージアルゴリズムを使用して"foobar"のマージを再実行して、
-    衝突領域のサイズを減らすために追加処理を行う::
-  
-        bzr remerge --merge-type weave --reprocess foobar
-
-
-
-remove
-======
-:目的: ファイルもしくはディレクトリを除外する。
-:使い方:   bzr remove [FILE...]
-
-:オプション:
-  --new         けっしてコミットされなかったファイルのみを除外する。
-  -v, --verbose  詳細な情報を表示する。
-  -q, --quiet    エラーと警告だけ表示する。
-  -h, --help     ヘルプメッセージを表示する。
-
-  削除戦略:
-    --force      指定されたファイルがリカバーできないまたは空のディレクトリではなくても
-                 これらすべてを削除する。
-    --keep       ファイルを削除しない。
-    --safe       ファイルを安全にリカバーできるのであればファイルを削除することだけ行う(デフォルト)。
-
-:説明:
-  このコマンドによってbzrは指定されたファイルへの変更の追跡を止めます。
-  rebertコマンドで容易に復元できるのであればbzrはこれらのファイルを削除します。 
-  オプションもしくはパラメータが与えられなければbzrは追跡されているファイルをスキャンしますが
-  ツリーの中で見つからなければそれらの追跡を停止します。
-
-:エイリアス:  rm, del
-
-
-remove-tree
-===========
-:目的: 与えられたブランチ/チェックアウトから作業ツリーを除外する。
-:使い方:   bzr remove-tree [LOCATION]
-
-:オプション:
-  --force        コミットされていない変更があっても作業ツリーを除外する。
-  -v, --verbose  詳細な情報を表示する。
-  -q, --quiet    エラーと警告だけ表示する。
-  -h, --help     ヘルプメッセージを表示する。
-
-:説明:
-  軽量チェックアウトは作業ツリーと大差ないので、これはそれに対する実行を拒絶します。
-  
-  作業ツリーを再現するには、"bzr checkout"を使用します。
-
-:関連項目: `checkout`_, `working-trees`_
-
-
-renames
-=======
-:目的: リネームされたファイルの一覧を表示する。
-:使い方:   bzr renames [DIR]
-
-:オプション:
-  -v, --verbose  詳細な情報を表示する。
-  -q, --quiet    エラーと警告だけ表示する。
-  -h, --help     ヘルプメッセージを表示する。
-
-:関連項目: `status`_
-
-
-resolve
-=======
-:目的: 衝突を解消されたものとしてマークする。
-:使い方:   bzr resolve [FILE...]
-
-:オプション:
-  --all          このツリーのすべての衝突を解消する。
-  -v, --verbose  詳細な情報を表示する。
-  -q, --quiet    エラーと警告だけ表示する。
-  -h, --help     ヘルプメッセージを表示する。
-
-:説明:
-  2つのブランチの間の変更を結合するためにマージは最善を尽くしますが、
-  人間だけが修正できる種類の問題があります。
-  この問題に遭遇するとき、衝突がマークされます。
-  衝突はコミットする前に何かを修正する必要があることを意味します。
-  
-  一旦問題を修正すれば、自動的にテキストの衝突を修正したものとしてマークするために"bzr resolve"を使用し、
-  特定の衝突を解消したものとしてマークするためにFILEをresolveします。
-  すべての衝突が解消されたものとしてマークするにはor "bzr resolve --all"を行います。
-  
-:関連コマンド: `bzr conflicts`
-
-:エイリアス:  resolved
-
-
-revert
-======
-:目的: ファイルを以前のリビジョンに差し戻す。
-:使い方:   bzr revert [FILE...]
-
-:オプション:
-  -v, --verbose         詳細な情報を表示する。
-  -h, --help            ヘルプメッセージを表示する。
-  -q, --quiet           エラーと警告のみを表示する。
-  --forget-merges       ファイルを変更せずに、未解決のマージマーカーを取り除く。
-  --no-backup           差し戻しされたファイルのバックアップを保存しない。
-  -r ARG, --revision=ARG
-                        詳細は"help revisionspec"を参照。
-
-:説明:
-  指定されたテキストだけを差し戻すファイルのリストを渡します。
-  さもなければ、すべてのファイルが差し戻されます。
-  '--revision'でリビジョンが指定されなければ、最後にコミットされたリビジョンが使用されます。
-  
-  以前のリビジョンに差し戻さずに、いくつかの変更を除外するには、代わりにmergeを使用します。
-  たとえば、"merge . --revision -2..-3"は-2で導入された変更を除外しますが、
-  -1で導入された変更には影響を与えません。
-  hunk-by-hunkベースである変更を除外するには、Shelfプラグインを参照してください。
-  
-  デフォルトでは、手動で変更されてきたファイルは最初にバックアップされます。
-  (マージのみで変更されたファイルはバックアップされません。)
-  バックアップファイルの名前には '.~#~' が追加されます。#は番号です。
-  
-  ファイルを提供する場合、現在のパス名もしくはターゲットリビジョンからのパス名を使用できます。
-  名前でファイルを"undelete"するためにrevertを使用できます。
-  ディレクトリに名前をつけると、そのディレクトリのすべての内容が差し戻されます。
-  
-  そのリビジョン以降に新しく追加されたファイルは削除されます。適切であればバックアップは維持されます。
-  未知のファイルを持つディレクトリは削除されません。
-  
-  作業ツリーは未解決のマージされたリビジョンのリストを含みます。
-  これは次のコミットで親として含まれます。
-  通常は、ファイルを差し戻すのと同様にrevertはそのリストをクリーンにします。
-  ファイルが指定されていれば、revertは未解決のマージリストをそのままにしてファイルだけを差し戻します。
-  すべてのファイルを差し戻すがマージの記録を維持するにはツリーのrootで"bzr revert ."を使用し、
-  ファイルの差し戻しを行わずに未解決のマージリストをクリアするには"bzr revert --forget-merges"を使用します。 
-
-:関連項目: `cat`_, `export`_
-
-
-revno
-=====
-:目的: 現在のリビジョン番号を表示する。
-:使い方:   bzr revno [LOCATION]
-
-:オプション:
-  -v, --verbose  詳細な情報を表示する。
-  -q, --quiet    エラーと警告だけ表示する。
-  -h, --help     ヘルプメッセージを表示する。
-
-:説明:
-  これはこのブランチのリビジョン番号と等しいです。
-
-:関連項目: `info`_
-
-
-root
-====
-:目的: ツリーのrootディレクトリを表示する。
-:使い方:   bzr root [FILENAME]
-
-:オプション:
-  -v, --verbose  詳細な情報を表示する。
-  -q, --quiet    エラーと警告だけ表示する。
-  -h, --help     ヘルプメッセージを表示する。
-
-:説明:
-  The rootは.bzrコントロールディレクトリを持つもっとも近い同封ディレクトリです。
-
-send
-====
-:目的: 変更を投稿するためにメールを送るもしくはmergeディレクティブを作成する。
-:使い方:   bzr send [SUBMIT_BRANCH] [PUBLIC_BRANCH]
-
-:オプション:
-  -f ARG, --from=ARG    作業ディレクトリを含むブランチよりも、投稿フォームを生成するブランチ。
-  --remember            投稿と公開ブランチを覚える。
-  --mail-to=ARG         このアドレスにリクエストメールを送信する。
-  --format=ARG          指定されたフォーマットを使用する。
-                        "0.9": バンドルフォーマット 0.9、マージディレクティブ 1。
-                        "4": バンドルフォーマット 4、マージディレクティブ 2 (デフォルト)。
-  --no-bundle           バンドルをmergeディレクティブに含めない。
-  -h, --help            ヘルプメッセージを表示する。
-  -q, --quiet           エラーと警告のみを表示する。
-  -o ARG, --output=ARG  mergeディレクティブをこのファイルに書き込む; stdout用に-を使用する。
-  -m ARG, --message=ARG
-                        メッセージの文字列。
-  -r ARG, --revision=ARG
-                        詳細は"help revisionspec"を参照。
-  --no-patch            mergeディレクティブにプレビューパッチを含めない。
-  -v, --verbose         詳細な情報を表示する。
-
-:説明:
-  mergeディレクティブはmergeリクエストを行うために必要な多くのものを提供します:
-  
-  * 実行するマージのマシンが理解できる説明
-  
-  * リクエストされた変更のプレビューであるオプションのパッチ
-  
-  * リビジョンデータのオプションバンドル、
-    ブランチからデータを読み込まずに、mergeディレクトリからの変更を直接適用できるようになります。
-  
-  --no-bundleが指定されると、public_branchが必要です(また最新でなければなりません)、
-  受け取り手がpublic_branchを使用するマージを実行できるように
-  後で他の人がチェックできるように、知っているのであればpublic_branchを常に含まれていなければなりません。
-  
-  投稿ブランチのデフォルトは親ですが、上書きできます。
-  提供されれば投稿ブランチと公開ブランチの両方が記録されます。
-  
-  public_branchがsubmit_branchに知られていれば、
-  その公開と投稿ブランチはマージのインストラクションで使用されます。
-  これはそのローカルミラーに対してpublic_branchを設定すれば、
-  そのミラーは実際の投稿ブランチとして使用できることを意味します。
-  
-  メールは好きなプログラムで送信されます。
-  Windowsではこれは透過的です(MAPIが使用される)。
-  Linuxでは、xdg-emailユーティリティを必要とします。
-  望ましいクライアントが見つからなければ(もしくは使用できなければ)、エディタが使用されます。
-  
-  特定のメールプログラムを使用するには、mail_client設定オプションを設定します。
-  (Thunderbird 1.5に関して、これはいくつかのバグに対処します。) 
-  特定のクライアント用にサポートされる値は"claws"、"evolution"、"kmail"、"mutt"、と"thunderbird";
-  一般的なオプションは"default"、"editor"、"emacsclient"、"mapi"、と"xdg-email"です。
-  プラグインがサポートされるクライアントを追加することもあります。
-  
-  メールが送信されている場合、to addressが必要になります。
-  これはコマンドライン、submit_to設定オプションをブランチ自身に設定するか、
-  投稿ブランチでchild_submit_to設定オプションを設定することで提供できます。
-  
-  現在2つのフォーマットがサポートされています: "4"はリビジョンバンドルフォーマット4
-  とマージディレクトリフォーマット2です。
-  これは古いフォーマットよりも顕著に速く小さいです。
-  これはBazaar 0.19とそれ以降で互換性があります。
-  これはデフォルトです。
-  "0.9"はリビジョンバンドルフォーマット0.9とマージディレクティブフォーマット1を使用します。
-  これは0.12 - 0.18と互換性があります。
-  
-  mergeもしくはpullコマンドを使用することでmergeディレクトリが適用されます。
-
-:関連項目: `merge`_, `pull`_
-
-
-serve
-=====
-:目的: bzrサーバーを稼働させる。
-:使い方:   bzr serve
-
-:オプション:
-  --allow-writes     デフォルトではサーバーはリードオンリーのサーバーです。
-                     --allow-writesを提供すると提供されるディレクトリと
-                     その下の内容への書き込み権限を有効にできる。
-  -v, --verbose      詳細な情報を表示する。
-  -q, --quiet        エラーと警告のみを表示する。
-  --directory=ARG    このディレクトリの内容をサーブする。
-  --port=ARG         [hostname:]portnumber形式で指名されたポート上で接続するためにリスンする。
-                     0をポート番号として割り当てるとポートは動的な割り当てになります。
-                     デフォルトのポートは4155です。
-  --inet             inetdもしくはsshdからの使用のためにstdin/outでserveする。
-  -h, --help         ヘルプメッセージを表示する。
-
-:エイリアス:  server
-
-
-shelve
-======
-:目的: いくつかの変更を現在のツリーから一時的に退避する。
-:使い方:   bzr shelve [FILE...]
-
-:オプション:
-  --all                 すべての変更を退避する。
-  -v, --verbose         詳細な情報を表示する。
-  --list                退避された変更の一覧を表示する。
-  -h, --help            ヘルプメッセージを表示する。
-  -q, --quiet           エラーと警告だけ表示する。
-  -m ARG, --message=ARG
-                        メッセージの文字列。
-  -r ARG, --revision=ARG
-                        詳細に関しては"help revisionspec"を参照。
-
-  writer:
-    --plain             プレーンテキスト形式での差分の出力。
-
-:説明:
-  shelveによって変更を一時的に"棚に上げる"、すなわち邪魔にならない場所に置くことができます。
-  'unshelve'コマンドで後で元に戻すことができます。
-  
-  shelve --listが指定されると、以前退避された変更の一覧が表示されます。
-  
-  shelveは不適切に混ぜられた変更のいくつかのセットの分離を手助けすることを目的としています。
-  すべての変更を除去したいだけで後で退避する必要がなければ、revertを使用します。
-  一度にすべてのテキストの変更をshelveするには、shelve --allを使用します。
-  
-  ファイル名が指定されると、それらのファイルの変更のみ退避されます。
-  他のファイルは手つかずのままです。
-  
-  リビジョンが指定されれば、そのリビジョン以降の変更は退避されます。
-  
-  複数のアイテムを退避することができ、デフォルトでは、
-  'unshelve'は最近shelveされた変更を復元します。
-
-:関連項目: `unshelve`_
-
-sign-my-commits
-===============
-:目的: 与えられたコミッターですべてのコミットに署名する。
-:使い方:   bzr sign-my-commits [LOCATION] [COMMITTER]
-
-:オプション:
-  --dry-run      実際に署名しない。
-                 署名されるリビジョンを表示するだけ。
-  -v, --verbose  詳細な情報を表示する。
-  -q, --quiet    エラーと警告だけ表示する。
-  -h, --help     ヘルプメッセージを表示する。
-
-:説明:
-  位置が指定されなければローカルツリーが使用されます。
-  コミッターが指定されなければデフォルトのコミッターが使用されます。
-  
-  これはすでにシグネチャを持つコミットには署名しません。
-
-
-
-split
-=====
-:目的: ツリーのサブディレクトリを個別のツリーに分割する。
-:使い方:   bzr split TREE
-
-:オプション:
-  -v, --verbose  詳細な情報を表示する。
-  -q, --quiet    エラーと警告だけ表示する。
-  -h, --help     ヘルプメッセージを表示する。
-
-:説明:
-  このコマンドは'rich-root' もしくは 'rich-root-pack'のように
-  リッチrootをサポートするフォーマットでターゲットツリーを生み出します。
-  これらのフォーマットは'dirstate-tags'のような初期のフォーマットに変換できません。
-  
-  TREEの引数は作業ツリーのサブディレクトリになります。
-  そのサブディレクトリは独自のブランチを持つ独立したツリーに変換されます。
-  トップレベルツリーのコミットは新しいサブツリーに適用されません。
-
-
-
-status
-======
-:目的: ステータスの要約を表示する。
-:使い方:   bzr status [FILE...]
-
-:オプション:
-  -S, --short           短いステータスインジケーターを表示する。
-  -v, --verbose         詳細な情報を表示する。
-  -V, --versioned       バージョン管理されたファイルだけを表示する。
-  --no-pending          未解決のマージを表示しない。
-  -h, --help            ヘルプメッセージを表示する。
-  -q, --quiet           エラーと警告のみを表示する。
-  --show-ids            内部オブジェクトidを表示する。
-  -c ARG, --change=ARG  指定されたリビジョンで導入された変更を選択する。
-                        "help revisionspec"を参照。
-  -r ARG, --revision=ARG
-                        詳細は"help revisionspec"を参照。
-
-:説明:
-  これはバージョン管理されたファイルと未知のファイルを状態で
-  分類してレポートします。利用可能な状態は次のとおりです:
-  
-  added
-      作業ツリーでバージョン管理されているが以前のリビジョンではない。
-  
-  removed
-      以前のリビジョンでバージョン管理されているが作業コピーでは移動もしくは削除されている。
-  
-  renamed
-      以前のリビジョンから変更されたファイルのパス;
-      テキストも変更されていることがある。
-      これは親ディレクトリがリネームされたファイルを含む。
-  
-  modified
-      以前のリビジョン以降変更されたテキスト。
-  
-  kind changed
-      変更されたファイルの種類(たとえばファイルからディレクトリへ)。
-  
-  unknown
-      バージョン管理されていないかつ無視パターンにマッチしない。
-  
-  無視されるファイルを見るには'bzr ignored'を使用します。
-  ファイルテキストへの詳細な変更に関しては、'bzr diff'を使用します。
-  
-  --shortもしくは-Sは、Subversionのstatusコマンドに似た、
-  それぞれのアイテムに対するステータスフラグを提供することに注意してください。
-  svn -qと似たような出力を得るには、bzr status -SVを使用します。
-  
-  引数が指定されなければ、作業ディレクトリ全体のステータスが示されます。
-  さもなければ、指定されたファイルもしくはディレクトリのステータスのみが報告されます。
-  ディレクトリが渡されれば、そのディレクトリ内部のすべてに関するステータスが報告されます。
-  
-  1つのリビジョンの引数が渡されれば、ステータスはそのリビジョンに対して
-  2つの引数の場合は2つのリビジョンの間で算出されます。
-
-:エイリアス:  st, stat
-:関連項目: `diff`_, `revert`_, `status-flags`_
-
-
-switch
-======
-:目的: チェックアウトのブランチを設定してupdateする。
-:使い方:   bzr switch TO_LOCATION
-
-:オプション:
-  --force        ローカルコミットが失われていても切り替える。
-  -v, --verbose  詳細な情報を表示する。
-  -q, --quiet    エラーと警告だけ表示する。
-  -h, --help     ヘルプメッセージを表示する。
-
-:説明:
-  軽量チェックアウトに対して、これは参照されているブランチを変更します。
-  重量チェックアウトに対して、これはローカルコミットがなく、
-  バインドされたブランチがないことを確認して、
-  ローカルブランチを新しいロケーションのミラーにしてそれにバインドします。
-  
-  両方の場合において、作業ツリーはupdateされコミットされてない変更はマージされます。
-  ユーザーは望むのであればcommitもしくはrevertできます。
-  
-  マージの追加にはswithを使用する前にcommitもしくはrevertする必要があります。
-  
-  swithするブランチへのパスは現在のブランチの親ディレクトリに対して相対的に指定できます。
-  たとえば、現在/path/to/branchのチェックアウトの中にいるのであれば
-  'newbranch'を指定すれば/path/to/newbranchでのブランチが発見されます。
-
-  ローカルに設定されていない限りバインドされたブランチはマスターブランチのニックネームを使用します。
-  この場合、switchを行うとローカルのニックネームはマスターのものに更新されます。
-
-
-tag
-===
-:目的: リビジョンを名づけっるタグを作成、削除もしくは修正する。
-:使い方:   bzr tag TAG_NAME
-
-:オプション:
-  --force               既存のタグを置き換える。
-  -v, --verbose         詳細な情報を表示する。
-  -h, --help            ヘルプメッセージを表示する。
-  -q, --quiet           エラーと警告のみを表示する。
-  -d ARG, --directory=ARG
-                        タグを設置するブランチ
-  -r ARG, --revision=ARG
-                        詳細は"help revisionspec"を参照。
-  --delete              置き換えるよりもタグを削除する。
-
-:説明:
-  タグはリビジョンに人間が理解できる名前を与えます。
-  -r (--revision)オプションをとるコマンドは-rtag:Xに渡されます。
-  Xは以前作成されたタグです。
-  
-  タグはブランチに保存されます。
-  branch、push、pullもしくはmergeを行うときタグはあるブランチから他のブランチにコピーされます。
-  
-  --forceを渡さない限り、既存のタグ名を与えるとエラーになります。
-  この場合新しいリビジョンを示すようにタグは移動します。
-  
-  タグをリネームする(名前を変更するが同じリビジョンで維持する)には、
-  ``bzr tag new-name -r tag:old-name`` と ``bzr tag --delete oldname`` を実行します。
-
-:関連項目: `commit`_, `tags`_
-
-
-tags
-====
-:目的: タグの一覧を表示する。
-:使い方:   bzr tags
-
-:オプション:
-  --sort=ARG            異なる基準でタグをソートする。
-                        "alpha": 辞書式でタグをソートする(デフォルト)。
-                        "time": 年代順でタグをソートする。
-  -v, --verbose         詳細な情報を表示する。
-  -q, --quiet           エラーと警告のみを表示する。
-  -d ARG, --directory=ARG
-                        タグが表示されるブランチ。
-  --show-ids            内部オブジェクトidを表示する。
-  -r ARG, --revision=ARG
-                        詳細は"help revisionspec"を参照。
-  -h, --help            ヘルプメッセージを表示する。
-
-:説明:
-  このコマンドはこれらが参照するタグ名とリビジョンのテーブルを表示します。
-
-:関連項目: `tag`_
-
-
-testament
-=========
-:目的: リビジョンのtestament(署名のフォーム)を表示する。
-:使い方:   bzr testament [BRANCH]
-
-:オプション:
-  -v, --verbose         詳細な情報を表示する。
-  -h, --help            ヘルプメッセージを表示する。
-  -q, --quiet           エラーと警告のみを表示する。
-  --long                長いフォーマットのtestamentを生成する。
-  --strict              厳密なフォーマットのtestamentを生成する。
-  -r ARG, --revision=ARG
-                        詳細は"help revisionspec"を参照。
-
-
-
-unbind
-======
-:目的: 現在のチェックアウトを通常のブランチに変換する。
-:使い方:   bzr unbind
-
-:オプション:
-  -v, --verbose  詳細な情報を表示する。
-  -q, --quiet    エラーと警告だけ表示する。
-  -h, --help     ヘルプメッセージを表示する。
-
-:説明:
-  unbindした後で、ローカルブランチは独立したものとして見なされ
-  その後のコミットはローカルのみで行われます。
-
-:関連項目: `bind`_, `チェックアウト`_
-
-
-uncommit
-========
-:目的: 最後にコミットされたリビジョンを削除する。
-:使い方:   bzr uncommit [LOCATION]
-
-:オプション:
-  --dry-run             実際には変更しない。
-  -v, --verbose         詳細な情報を表示する。
-  -h, --help            ヘルプメッセージを表示する。
-  -q, --quiet           エラーと警告のみを表示する。
-  --force               すべての質問にyesと答える。
-  --local               チェックアウトのときローカルブランチからコミットのみを削除する。
-  -r ARG, --revision=ARG
-                        詳細は"help revisionspec"を参照。
-
-:説明:
-  --verboseは削除されているものを表示します。
-  --dry-runはすべてのモーションを経験しますが、実際には何も削除しません。
-  
-  --revisionが指定されると、指定されたリビジョンでブランチをそのままにするために
-  リビジョンをuncommitします。たとえば、"bzr uncommit -r 15"はリビジョン15でのブランチを
-  そのままにします。
-  
-  uncommitは新しいコミットの準備ができている作業ツリーをそのままにします。
-  唯一行われる変更はコミット以前に存在していた追加マージをリストアすることです。
-
-:関連項目: `commit`_
-
-unshelve
-========
-:目的: shelveされた変更を復元する。
-:使い方Usage:   bzr unshelve [SHELF_ID]
-
-:オプション:
-  -v, --verbose    詳細な情報を表示する。
-  -q, --quiet      エラーと警告だけ表示する。
-  -h, --help       ヘルプメッセージを表示する。
-
-  アクション:
-    --apply        変更を適用してshelfから削除する。
-    --delete-only  変更を適用せずにそれらを削除する。
-    --dry-run      編子を表示するがそれらを適用もしくは除外しない。
-
-:説明:
-  デフォルトでは、最近shelveされた変更が復元されます。
-  んまでパッチを指定したとしてもそれらの変更が代わりに復元されます。
-  変更がお互いに依存しないときにこれはもっとも良く機能します。
-
-:関連項目: `shelve`_
-
-
-update
-======
-:目的: ブランチにコミットした最新コードにツリーを更新する。
-:使い方:   bzr update [DIR]
-
-:オプション:
-  -v, --verbose  詳細な情報を表示する。
-  -q, --quiet    エラーと警告だけ表示する。
-  -h, --help     ヘルプメッセージを表示する。
-
-:説明:
-  このコマンドは作業ツリーでマージを実行し、衝突を生成することがあります。
-  ローカルの変更がある場合、updateを完了させるために
-  updateの後でそれらをコミットする必要があります。
-  
-  ローカルの変更を破棄したい場合、updateの後で'bzr commit'の代わりに
-  'bzr revert'を使用できます。
-
-:エイリアス:  up
-:関連項目: `pull`_, `status-flags`_, `working-trees`_
-
-
-upgrade
-=======
-:目的: ブランチのストレージを現在のフォーマットにアップグレードする。
-:使い方:   bzr upgrade [URL]
-
-:オプション:
-  -v, --verbose         詳細な情報を表示する。
-  -q, --quiet           エラーと警告のみを表示する。
-  -h, --help            ヘルプメッセージを表示する。
-
-  ブランチのフォーマット::
-
-    --format=ARG        このブランチのフォーマットを指定する。"help formats"を参照。
-    --1.12-preview      ビューとコンテンツのフィルタリングをサポートする作業ツリーフォーマット。
-    --1.12-preview-rich-root
-                        rich-rootデータをサポートする1.12-previewのバリアント(bzr-svnに必要)
-    --1.6               スタックをサポートするリポジトリに基づいたブランチとパック。
-    --1.6.1-rich-root   スタックとリッチなrootデータをサポートするリポジトリに基づいた
-                        ブランチとパック(bzr-svnに必要)。
-    --1.9               btreeインデックスを使用するリポジトリに基づいたブランチとパック
-    --1.9-rich-root     btreeインデックスとリッチrootデータを使用する
-                        リポジトリに基づいたブランチとパック(bzr-svnに必要)。
-    --default           0.92の新しい機能: dirstate-tagsフォーマットリポジトリと
-                        互換性のあるデータを持つパックベースのフォーマット。
-                        0.92以前のbzrリポジトリと相互運用しますが
-                        bzr < 0.92では読むことができません。
-                        以前はknitpack-experimentalと呼ばれていました。
-                        詳細な情報は http://doc.bazaar-vcs.org/latest/developers/packrepo.html を参照。
-    --development       現在の開発フォーマット。データをpack-0.92 (とpack-0.92と互換性のある)
-                        フォーマットリポジトリに変換できる。
-                        このフォーマットのリポジトリとブランチはbzr.devによってのみ読み込みできます。
-                        使用する前に http://doc.bazaar-vcs.org/latest/developers/development-repo.html を参照して頂くようお願いします。
-    --development-subtree
-                        現在の開発フォーマットで、subtreeバリアント。
-                        データをpack-0.92-subtree(とpack-0.92-subtreeと互換性のある)
-                        フォーマットリポジトリに変換できる。
-                        このフォーマットのリポジトリとブランチはbzr.devでのみ読み込みできる。
-                        使用する前に http://doc.bazaar-vcs.org/latest/developers/development-
-                        repo.html をご覧いただくようお願いします。
-    --dirstate          0.15の新しいフォーマット: 速いローカルオペレーション。
-                        ネットワークを通したアクセスのときbzr 0.8とそれ以降と互換性がある。
-    --dirstate-tags     0.15の新しいフォーマット: 速いローカルオペレーションで 
-                        ネットワークオペレーションに関するスケーリングを改善。 
-                        タグのサポートを追加。bzr < 0.15とは互換性がない。
-    --knit              knitsを使用するフォーマット。bzr <= 0.14との相互運用に推奨。
-    --metaweave         0.8での暫定フォーマット。knitよりも遅い。
-    --pack-0.92         0.92の新しいフォーマット: dirstate-tagsフォーマットリポジトリと
-                        互換性のあるデータを持つパックベースのフォーマット。
-                        0.92以前のbzrリポジトリと相互運用できるがbzr < 0.92.によって読み込みできない。
-                        以前はknitpack-experimentalと呼ばれていた。
-                        詳細な情報に関しては、 http://doc
-                        .bazaar-vcs.org/latest/developers/packrepo.html を参照。
-    --rich-root         1.0の新しいフォーマット。ツリーrootのベターな扱い。
-                        bzr < 1.0と互換性がない。
-    --rich-root-pack    1.0の新しいフォーマット: rich-rootデータをサポートする
-                        pack-0.92のバリアント(bzr-svnに必要)。
-    --weave             0.8以前のフォーマット。knitよりも遅く
-                        チェックアウトもしくは共用リポジトリをサポートしない。
-
-:説明:
-  ときどきこのコマンドを実行するにcheckコマンドもしくはbzrの開発者がアドバイスすることがあります。
-  デフォルトフォーマットが変更されたときアップグレードする他のオペレーションの実行中に警告されることもあります。
-
-:関連コマンド: `check`_
-
-
-version
-=======
-:目的: bzrのバージョンを表示する
-:使い方:   bzr version
-
-:オプション:
-  --short        バージョン番号だけを表示する。
-  -v, --verbose  詳細な情報を表示する。
-  -q, --quiet    エラーと警告だけ表示する。
-  -h, --help     ヘルプメッセージを表示する。
-
-
-
-version-info
-============
-:目的: このツリーに関するバージョン情報を表示する。
-:使い方:   bzr version-info [LOCATION]
-
-:オプション:
-  --all                 すべての入手可能な情報を含める。
-  -v, --verbose         詳細な情報を表示する。
-  --check-clean         ツリーがクリーンであるかチェックする。
-  --include-history     リビジョンの履歴を含める。
-  -q, --quiet           エラーと警告のみを表示する。
-  --template=ARG        出力用のテンプレート。
-  --include-file-revisions
-                        それぞれのファイルに対する最終リビジョンを含める。
-  -h, --help            ヘルプメッセージを表示する。
-
-  フォーマット::
-    --format=ARG        出力フォーマットを選択する。
-    --custom            カスタムテンプレートベースのフォーマットでのバージョン情報。
-    --python            Pythonフォーマットでのバージョン情報。
-    --rio               RIOフォーマット(シンプルなテキスト)でのバージョン情報(デフォルト)。
-
-:説明:
-  バージョンに関する情報をアプリケーションのソースコードに追加するために
-  このコマンドを使用できます。出力のフォーマットはサポートされているもの1つか
-  テンプレートに基づいてカスタマイズされたものです。
-  
-  例::
-  
-    bzr version-info --custom \
-      --template="#define VERSION_INFO \"Project 1.2.3 (r{revno})\"\n"
-  
-  現在のリビジョン番号を含むフォーマットされた文字列でCヘッダファイルを生成します。
-  テンプレートでのサポートされた他の変数は次のとおりです:
-  
-    * {date} - 最終リビジョンの日付
-    * {build_date} - 現在の日付
-    * {revno} - リビジョン番号
-    * {revision_id} - リビジョンid
-    * {branch_nick} - ブランチのニックネーム
-    * {clean} - ソースコードがコミットされていない変更を含むときは0でそれ以外は1
-
-
-
-whoami
-======
-:目的: bzrのユーザーidを表示もしくは設定する。
-:使い方:   bzr whoami [NAME]
-
-:オプション:
-  --email        Eメールアドレスのみ表示する。
-  -v, --verbose  詳細な情報を表示する。
-  -q, --quiet    エラーと警告のみを表示する。
-  --branch       グローバルの代わりに現在のブランチ用のIDを設定する。
-  -h, --help     ヘルプメッセージを表示する。
-
-:例:
-    現在のユーザーのEメールを表示する::
-
-        bzr whoami --email
-
-    現在のユーザーを設定する::
-
-        bzr whoami "Frank Chu <fchu@example.com>"
-
-
-
-

=== removed directory 'doc/ru'
=== removed directory 'doc/ru/_static'
=== removed directory 'doc/ru/_static/ru'
=== removed file 'doc/ru/_static/ru/Makefile'
--- old/doc/ru/_static/ru/Makefile	2009-09-07 05:26:43 +0000
+++ new/doc/ru/_static/ru/Makefile	1970-01-01 00:00:00 +0000
@@ -1,19 +0,0 @@
-TARGETS=bzr-quick-reference.png bzr-quick-reference.pdf
-OBJECTS=bzr-quick-reference.svg Makefile
-
-all: $(TARGETS)
-
-.SUFFIXES: .svg .png .pdf
-
-.svg.pdf:
-	rsvg-convert -d 300 -p 300 -f pdf -o $@ $<
-
-.svg.png:
-	rsvg-convert -d 300 -p 300 -z 3.3346 -f png -o $@ $<
-
-bzr-quick-reference.png: $(OBJECTS)
-
-bzr-quick-reference.pdf: $(OBJECTS)
-
-clean:
-	rm -f $(TARGETS)

=== removed file 'doc/ru/_static/ru/bzr-ru-quick-reference.pdf'
Binary files old/doc/ru/_static/ru/bzr-ru-quick-reference.pdf	2009-12-02 23:09:40 +0000 and new/doc/ru/_static/ru/bzr-ru-quick-reference.pdf	1970-01-01 00:00:00 +0000 differ
=== removed file 'doc/ru/_static/ru/bzr-ru-quick-reference.png'
Binary files old/doc/ru/_static/ru/bzr-ru-quick-reference.png	2009-12-02 23:09:40 +0000 and new/doc/ru/_static/ru/bzr-ru-quick-reference.png	1970-01-01 00:00:00 +0000 differ
=== removed file 'doc/ru/_static/ru/bzr-ru-quick-reference.svg'
--- old/doc/ru/_static/ru/bzr-ru-quick-reference.svg	2012-07-27 13:56:46 +0000
+++ new/doc/ru/_static/ru/bzr-ru-quick-reference.svg	1970-01-01 00:00:00 +0000
@@ -1,1601 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="1052.3622"
-   height="744.09448"
-   id="svg2766"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   version="1.0"
-   sodipodi:docbase="/home/ian/bzr/repo.packs/bzr.quick-start-tweaks/doc/en/quick-reference"
-   sodipodi:docname="quick-start-summary.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="/home/ashtokalo/projects/bazaar/bzr/doc/ru/quick-reference/quick-start-summary.png"
-   inkscape:export-xdpi="300"
-   inkscape:export-ydpi="300">
-  <defs
-     id="defs2768">
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 372.04724 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="1052.3622 : 372.04724 : 1"
-       inkscape:persp3d-origin="526.18109 : 248.03149 : 1"
-       id="perspective299" />
-    <linearGradient
-       id="linearGradient3382">
-      <stop
-         style="stop-color:#2754b0;stop-opacity:1;"
-         offset="0"
-         id="stop3384" />
-      <stop
-         style="stop-color:#cecece;stop-opacity:1;"
-         offset="1"
-         id="stop3386" />
-    </linearGradient>
-    <linearGradient
-       gradientTransform="matrix(1.027169,0,0,1,118.6039,77.1455)"
-       gradientUnits="userSpaceOnUse"
-       y2="0"
-       x2="372.24512"
-       y1="69.037941"
-       x1="372.24512"
-       id="linearGradient2200"
-       xlink:href="#linearGradient5444"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient5444">
-      <stop
-         style="stop-color:#729fcf;stop-opacity:1;"
-         offset="0"
-         id="stop5446" />
-      <stop
-         id="stop4547"
-         offset="0.5"
-         style="stop-color:#3465a4;stop-opacity:1;" />
-      <stop
-         style="stop-color:#204ab7;stop-opacity:1;"
-         offset="1"
-         id="stop5448" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5444"
-       id="linearGradient3338"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.027169,0,0,1,417.31189,-41.4259)"
-       x1="372.24512"
-       y1="69.037941"
-       x2="372.24512"
-       y2="0" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3382"
-       id="linearGradient2733"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,26)"
-       x1="150.39197"
-       y1="104.09448"
-       x2="151.10625"
-       y2="155.92776" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3382"
-       id="linearGradient3518"
-       x1="256.75"
-       y1="129.84448"
-       x2="256.75"
-       y2="194.09644"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3382"
-       id="linearGradient3673"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,6.6792164e-6)"
-       spreadMethod="pad"
-       x1="15.75"
-       y1="133.84448"
-       x2="15.75"
-       y2="187.6799" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3382"
-       id="linearGradient3727"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-3.238024e-5,1e-5)"
-       spreadMethod="pad"
-       x1="256.75"
-       y1="129.84448"
-       x2="256.75"
-       y2="183.6799" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3382"
-       id="linearGradient3733"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-2.797738e-8,6.6341624e-6)"
-       spreadMethod="pad"
-       x1="256.75"
-       y1="129.84448"
-       x2="256.75"
-       y2="183.6799" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3382"
-       id="linearGradient3745"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-3e-5,9.4726875e-6)"
-       spreadMethod="pad"
-       x1="256.75"
-       y1="129.84448"
-       x2="256.75"
-       y2="183.6799" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3382"
-       id="linearGradient3841"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-3e-5,-18.00002)"
-       spreadMethod="pad"
-       x1="262.82553"
-       y1="400.06738"
-       x2="262.82553"
-       y2="453.20166" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3382"
-       id="linearGradient3946"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,8.4764986e-6)"
-       spreadMethod="pad"
-       x1="255.99055"
-       y1="375.90359"
-       x2="255.99055"
-       y2="429.73904" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3382"
-       id="linearGradient3980"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-3e-5,-18.00002)"
-       spreadMethod="pad"
-       x1="262.82553"
-       y1="400.06738"
-       x2="262.82553"
-       y2="453.20166" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3382"
-       id="linearGradient3984"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-3e-5,1.0501135e-5)"
-       spreadMethod="pad"
-       x1="262.82553"
-       y1="400.06738"
-       x2="262.82553"
-       y2="453.20166" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     gridtolerance="10000"
-     guidetolerance="10"
-     objecttolerance="10"
-     inkscape:pageopacity="1"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1"
-     inkscape:cx="536.00788"
-     inkscape:cy="344.00003"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     width="1052.3622px"
-     height="744.09449px"
-     inkscape:showpageshadow="false"
-     showgrid="false"
-     inkscape:window-width="1280"
-     inkscape:window-height="969"
-     inkscape:window-x="0"
-     inkscape:window-y="24"
-     showguides="false"
-     inkscape:guide-bbox="true">
-    <sodipodi:guide
-       orientation="0,1"
-       position="736,32"
-       id="guide2724" />
-    <sodipodi:guide
-       orientation="1,0"
-       position="50,461"
-       id="guide3531" />
-    <sodipodi:guide
-       orientation="0,1"
-       position="285.55009,613.5"
-       id="guide3613" />
-    <sodipodi:guide
-       orientation="0,1"
-       position="514.90148,462.50001"
-       id="guide3659" />
-    <sodipodi:guide
-       orientation="0,1"
-       position="710.07801,344.0271"
-       id="guide3835" />
-    <sodipodi:guide
-       orientation="0,1"
-       position="283.27176,368.32923"
-       id="guide3940" />
-    <sodipodi:guide
-       orientation="1,0"
-       position="999,424"
-       id="guide3986" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata2771">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
-        <dc:title>Bazaar-NG quick reference</dc:title>
-        <dc:date>2007-07-23</dc:date>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Sabin Iacob</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <dc:language>en</dc:language>
-        <dc:subject>
-          <rdf:Bag>
-            <rdf:li>bzr</rdf:li>
-            <rdf:li>bazaar</rdf:li>
-            <rdf:li>reference</rdf:li>
-          </rdf:Bag>
-        </dc:subject>
-      </cc:Work>
-      <cc:License
-         rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
-        <cc:permits
-           rdf:resource="http://web.resource.org/cc/Reproduction" />
-        <cc:permits
-           rdf:resource="http://web.resource.org/cc/Distribution" />
-        <cc:requires
-           rdf:resource="http://web.resource.org/cc/Notice" />
-        <cc:permits
-           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
-        <cc:requires
-           rdf:resource="http://web.resource.org/cc/ShareAlike" />
-        <cc:requires
-           rdf:resource="http://web.resource.org/cc/SourceCode" />
-      </cc:License>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <rect
-       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:1;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3988"
-       width="1052"
-       height="744"
-       x="0"
-       y="0.094482422"
-       sodipodi:insensitive="true" />
-    <rect
-       style="fill:url(#linearGradient3984);fill-opacity:1;fill-rule:nonzero;stroke:#cecece;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:1;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3823"
-       width="229"
-       height="312"
-       x="770.50006"
-       y="400.59448"
-       ry="8.1168795"
-       rx="8.1168776" />
-    <rect
-       rx="8.1168776"
-       ry="8.1168776"
-       y="430.09451"
-       x="771"
-       height="282"
-       width="228"
-       id="rect3825"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:1;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
-    <g
-       id="g3942">
-      <rect
-         style="fill:url(#linearGradient3946);fill-opacity:1;fill-rule:nonzero;stroke:#cecece;stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:1;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect3930"
-         width="229"
-         height="336"
-         x="50.5"
-         y="376.59448"
-         ry="8.1168776"
-         rx="8.1168776" />
-      <rect
-         rx="8.1168776"
-         ry="8.1168776"
-         y="406.09448"
-         x="51"
-         height="306"
-         width="228"
-         id="rect3932"
-         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:1;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
-    </g>
-    <rect
-       style="opacity:1;fill:none;fill-opacity:0;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect2983"
-       width="1052.1749"
-       height="744"
-       x="0"
-       y="0.094482422"
-       ry="0" />
-    <g
-       id="g3675">
-      <rect
-         rx="8.1168776"
-         ry="8.1168776"
-         y="130.59448"
-         x="50.5"
-         height="230"
-         width="229"
-         id="rect3510"
-         style="fill:url(#linearGradient3673);fill-opacity:1;fill-rule:nonzero;stroke:#cecece;stroke-width:0.99999994000000003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:1;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
-      <rect
-         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:1;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect3520"
-         width="228"
-         height="198.99998"
-         x="51"
-         y="161.0945"
-         ry="8.1168776"
-         rx="8.1168776" />
-    </g>
-    <text
-       xml:space="preserve"
-       style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="97.015038"
-       y="150.97269"
-       id="text3164"
-       sodipodi:linespacing="100%"><tspan
-         sodipodi:role="line"
-         id="tspan3166"
-         x="97.015038"
-         y="150.97269">Инициализация</tspan></text>
-    <g
-       id="g3209"
-       transform="translate(1e-4,-2.2095387)">
-      <text
-         sodipodi:linespacing="110%"
-         id="text2167"
-         y="193.07361"
-         x="63.794312"
-         style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-         xml:space="preserve"><tspan
-           id="tspan2171"
-           y="193.07361"
-           x="63.794312"
-           sodipodi:role="line">bzr init myproject</tspan></text>
-      <text
-         sodipodi:linespacing="100%"
-         id="text3168"
-         y="179.83536"
-         x="58.209351"
-         style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="179.83536"
-           x="58.209351"
-           id="tspan3170"
-           sodipodi:role="line">Новый проект</tspan></text>
-    </g>
-    <g
-       id="g3215"
-       transform="translate(1e-4,-1.1449276)">
-      <text
-         sodipodi:linespacing="110%"
-         id="text2175"
-         y="226.45848"
-         x="64.448624"
-         style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-         xml:space="preserve"><tspan
-           y="226.45848"
-           x="64.448624"
-           id="tspan2177"
-           sodipodi:role="line">cd myproject</tspan><tspan
-           id="tspan2179"
-           y="237.53181"
-           x="64.448624"
-           sodipodi:role="line">bzr init</tspan><tspan
-           id="tspan2181"
-           y="248.60515"
-           x="64.448624"
-           sodipodi:role="line">bzr add .</tspan><tspan
-           id="tspan2183"
-           y="259.67847"
-           x="64.448624"
-           sodipodi:role="line" /></text>
-      <text
-         sodipodi:linespacing="100%"
-         id="text3172"
-         y="213.22023"
-         x="58.174194"
-         style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="213.22023"
-           x="58.174194"
-           id="tspan3174"
-           sodipodi:role="line">Существующий проект</tspan></text>
-    </g>
-    <g
-       id="g3224"
-       transform="translate(1e-4,5.3457864e-2)">
-      <text
-         sodipodi:linespacing="110%"
-         id="text2185"
-         y="277.48495"
-         x="64.448624"
-         style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-         xml:space="preserve"><tspan
-           y="277.48495"
-           x="64.448624"
-           id="tspan2187"
-           sodipodi:role="line">bzr branch mp myproject</tspan></text>
-      <text
-         sodipodi:linespacing="100%"
-         id="text3176"
-         y="266.6666"
-         x="58.209351"
-         style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="266.6666"
-           x="58.209351"
-           id="tspan3178"
-           sodipodi:role="line">Новая ветка</tspan></text>
-    </g>
-    <g
-       id="g3230"
-       transform="translate(1e-4,1.1181147)">
-      <text
-         sodipodi:linespacing="110%"
-         id="text3404"
-         y="308.44989"
-         x="64.448624"
-         style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-         xml:space="preserve"><tspan
-           y="308.44989"
-           x="64.448624"
-           id="tspan3406"
-           sodipodi:role="line">bzr checkout mp myproject</tspan></text>
-      <text
-         sodipodi:linespacing="100%"
-         id="text3408"
-         y="297.63153"
-         x="58.209351"
-         style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="297.63153"
-           x="58.209351"
-           id="tspan3410"
-           sodipodi:role="line">Новая рабочая копия</tspan></text>
-    </g>
-    <g
-       id="g3236"
-       transform="translate(1e-4,2.1828937)">
-      <text
-         sodipodi:linespacing="110%"
-         id="text3414"
-         y="341.88864"
-         x="64.448624"
-         style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-         xml:space="preserve"><tspan
-           y="341.88864"
-           x="64.448624"
-           sodipodi:role="line"
-           id="tspan3424">bzr checkout --lightweight mp \</tspan><tspan
-           id="tspan2780"
-           y="352.96198"
-           x="64.448624"
-           sodipodi:role="line"> myproject</tspan></text>
-      <text
-         sodipodi:linespacing="100%"
-         id="text3418"
-         y="328.59634"
-         x="58.209351"
-         style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="328.59634"
-           x="58.209351"
-           sodipodi:role="line"
-           id="tspan3422">Новая копия без истории</tspan></text>
-    </g>
-    <rect
-       rx="8.1168776"
-       ry="8.1168785"
-       y="130.59448"
-       x="302.5"
-       height="151"
-       width="236.99998"
-       id="rect3623"
-       style="fill:url(#linearGradient3733);fill-opacity:1;fill-rule:nonzero;stroke:#cecece;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:1;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
-    <rect
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:1;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3625"
-       width="236"
-       height="120"
-       x="303"
-       y="161.09448"
-       ry="8.1168776"
-       rx="8.1168776" />
-    <text
-       xml:space="preserve"
-       style="font-size:16.82818985px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="295.88339"
-       y="158.7634"
-       id="text3563"
-       sodipodi:linespacing="100%"
-       transform="scale(1.0517619,0.9507855)"><tspan
-         sodipodi:role="line"
-         id="tspan3565"
-         x="295.88339"
-         y="158.7634">Операции с файлами</tspan></text>
-    <g
-       id="g3243"
-       transform="matrix(1.0549376,0,0,1,-32.744004,-1.9729054)">
-      <text
-         sodipodi:linespacing="110%"
-         id="text3610"
-         y="203.36041"
-         x="332.47345"
-         style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-         xml:space="preserve"><tspan
-           id="tspan3612"
-           y="203.36041"
-           x="332.47345"
-           sodipodi:role="line">bzr add foo.py</tspan><tspan
-           y="214.43375"
-           x="332.47345"
-           sodipodi:role="line"
-           id="tspan3618">bzr add bar/</tspan></text>
-      <text
-         sodipodi:linespacing="110%"
-         id="text3614"
-         y="179.59872"
-         x="326.88849"
-         style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="179.59872"
-           x="326.88849"
-           id="tspan3616"
-           sodipodi:role="line">Добавить файл для</tspan><tspan
-           id="tspan3047"
-           y="192.79872"
-           x="326.88849"
-           sodipodi:role="line">контроля</tspan></text>
-    </g>
-    <g
-       id="g3250"
-       transform="matrix(1.0549376,0,0,1,-32.744004,7.0676505)">
-      <text
-         sodipodi:linespacing="110%"
-         id="text3622"
-         y="233.11641"
-         x="331.78732"
-         style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-         xml:space="preserve"><tspan
-           id="tspan3624"
-           y="233.11641"
-           x="331.78732"
-           sodipodi:role="line">bzr remove --keep foo.py</tspan></text>
-      <text
-         sodipodi:linespacing="100%"
-         id="text3626"
-         y="221.35472"
-         x="326.20236"
-         style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="221.35472"
-           x="326.20236"
-           id="tspan3628"
-           sodipodi:role="line">Отменить контроль файла</tspan></text>
-    </g>
-    <g
-       id="g3256"
-       transform="matrix(1.0549376,0,0,1,-32.744004,4.1322158)">
-      <text
-         sodipodi:linespacing="110%"
-         id="text3632"
-         y="266.08142"
-         x="331.81714"
-         style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-         xml:space="preserve"><tspan
-           id="tspan3634"
-           y="266.08142"
-           x="331.81714"
-           sodipodi:role="line">bzr remove --no-backup foo.py</tspan></text>
-      <text
-         sodipodi:linespacing="100%"
-         id="text3636"
-         y="253.26308"
-         x="326.23218"
-         style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           id="tspan3049"
-           y="253.26308"
-           x="326.23218"
-           sodipodi:role="line">Отменить контроль и удалить</tspan></text>
-    </g>
-    <text
-       xml:space="preserve"
-       style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="103.15869"
-       y="396.96985"
-       id="text3786"
-       sodipodi:linespacing="100%"><tspan
-         sodipodi:role="line"
-         id="tspan3788"
-         x="103.15869"
-         y="396.96985">Информация</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-       x="62.69986"
-       y="437.78763"
-       id="text3234"
-       sodipodi:linespacing="110%"><tspan
-         sodipodi:role="line"
-         x="62.69986"
-         y="437.78763"
-         id="tspan3236">bzr status</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="57.114899"
-       y="424.54938"
-       id="text3238"
-       sodipodi:linespacing="100%"><tspan
-         sodipodi:role="line"
-         id="tspan3240"
-         x="57.114899"
-         y="424.54938">Состояние рабочего дерева</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-       x="62.72134"
-       y="470.33978"
-       id="text3244"
-       sodipodi:linespacing="110%"><tspan
-         sodipodi:role="line"
-         x="62.72134"
-         y="470.33978"
-         id="tspan3250">bzr log</tspan><tspan
-         id="tspan3294"
-         sodipodi:role="line"
-         x="62.72134"
-         y="481.41312">bzr log foo.py</tspan><tspan
-         sodipodi:role="line"
-         x="62.72134"
-         y="492.48645"
-         id="tspan3252" /></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="56.446926"
-       y="457.04749"
-       id="text3254"
-       sodipodi:linespacing="100%"><tspan
-         sodipodi:role="line"
-         id="tspan3256"
-         x="56.446926"
-         y="457.04749">Журнал ревизий</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-       x="63.35416"
-       y="515.93146"
-       id="text3260"
-       sodipodi:linespacing="110%"><tspan
-         sodipodi:role="line"
-         id="tspan3262"
-         x="63.35416"
-         y="515.93146">bzr diff</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="57.114902"
-       y="502.69315"
-       id="text3264"
-       sodipodi:linespacing="100%"><tspan
-         sodipodi:role="line"
-         id="tspan3266"
-         x="57.114902"
-         y="502.69315">Изменения в рабочем дереве</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-       x="62.744778"
-       y="626.90851"
-       id="text3298"
-       sodipodi:linespacing="110%"><tspan
-         sodipodi:role="line"
-         id="tspan3300"
-         x="62.744778"
-         y="626.90851">bzr missing</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="56.50552"
-       y="613.67029"
-       id="text3302"
-       sodipodi:linespacing="100%"><tspan
-         sodipodi:role="line"
-         id="tspan3304"
-         x="56.50552"
-         y="613.67029">Отсутствующие ревизии</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-       x="62.7565"
-       y="703.50507"
-       id="text3308"
-       sodipodi:linespacing="110%"><tspan
-         sodipodi:role="line"
-         id="tspan3310"
-         x="62.7565"
-         y="703.50507">bzr cat -r3 foo.py</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="56.517242"
-       y="678.26678"
-       id="text3312"
-       sodipodi:linespacing="100%"><tspan
-         sodipodi:role="line"
-         x="56.517242"
-         y="678.26678"
-         id="tspan3043">Содержимое foo.py в</tspan><tspan
-         sodipodi:role="line"
-         x="56.517242"
-         y="690.26678"
-         id="tspan3046">ревизии 3</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-       x="62.686188"
-       y="659.00696"
-       id="text3318"
-       sodipodi:linespacing="110%"><tspan
-         sodipodi:role="line"
-         id="tspan3320"
-         x="62.686188"
-         y="659.00696">bzr info</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="56.44693"
-       y="648.1886"
-       id="text3322"
-       sodipodi:linespacing="100%"><tspan
-         sodipodi:role="line"
-         id="tspan3324"
-         x="56.44693"
-         y="648.1886">Информация о ветке</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-       x="62.879551"
-       y="548.42957"
-       id="text3330"
-       sodipodi:linespacing="110%"><tspan
-         sodipodi:role="line"
-         id="tspan3332"
-         x="62.879551"
-         y="548.42957">bzr diff foo.py</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="56.640293"
-       y="535.19128"
-       id="text3334"
-       sodipodi:linespacing="100%"><tspan
-         sodipodi:role="line"
-         id="tspan3336"
-         x="56.640293"
-         y="535.19128">Изменения в foo.py</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-       x="62.000778"
-       y="592.45911"
-       id="text3699"
-       sodipodi:linespacing="110%"><tspan
-         sodipodi:role="line"
-         id="tspan3701"
-         x="62.000778"
-         y="592.45911">bzr diff -r1..3 foo.py</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="55.76152"
-       y="567.64081"
-       id="text3703"
-       sodipodi:linespacing="100%"><tspan
-         sodipodi:role="line"
-         x="55.76152"
-         y="567.64081"
-         id="tspan2746">Изменения в foo.py между</tspan><tspan
-         sodipodi:role="line"
-         x="55.76152"
-         y="579.64081"
-         id="tspan3039">ревизиями 1 and 3</tspan></text>
-    <rect
-       style="fill:url(#linearGradient3727);fill-opacity:1;fill-rule:nonzero;stroke:#cecece;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:1;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3685"
-       width="188.99971"
-       height="151"
-       x="560.50012"
-       y="130.59448"
-       ry="8.1168785"
-       rx="8.1168776" />
-    <rect
-       rx="8.1168776"
-       ry="8.1168776"
-       y="161.09448"
-       x="561"
-       height="120"
-       width="188"
-       id="rect3687"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:1;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
-    <text
-       xml:space="preserve"
-       style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="577.6239"
-       y="150.94995"
-       id="text4134"
-       sodipodi:linespacing="100%"><tspan
-         sodipodi:role="line"
-         id="tspan4136"
-         x="577.6239"
-         y="150.94995">Контроль версий</tspan></text>
-    <g
-       id="g3262"
-       transform="translate(16.728023,-2.4445851)">
-      <text
-         sodipodi:linespacing="110%"
-         id="text4140"
-         y="190.88873"
-         x="559.03162"
-         style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-         xml:space="preserve"><tspan
-           id="tspan4142"
-           y="190.88873"
-           x="559.03162"
-           sodipodi:role="line">bzr commit foo.py -m &quot;foo&quot;</tspan><tspan
-           y="201.96207"
-           x="559.03162"
-           sodipodi:role="line"
-           id="tspan4144">bzr commit -m &quot;the rest&quot;</tspan></text>
-      <text
-         sodipodi:linespacing="100%"
-         id="text4146"
-         y="180.0704"
-         x="553.44666"
-         style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="180.0704"
-           x="553.44666"
-           id="tspan4148"
-           sodipodi:role="line">Фиксировать изменения</tspan></text>
-    </g>
-    <g
-       id="g3269"
-       transform="translate(16.728023,7.3032391)">
-      <text
-         sodipodi:linespacing="110%"
-         id="text4152"
-         y="234.2924"
-         x="558.37482"
-         style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-         xml:space="preserve"><tspan
-           id="tspan4154"
-           y="234.2924"
-           x="558.37482"
-           sodipodi:role="line">bzr uncommit</tspan></text>
-      <text
-         sodipodi:linespacing="100%"
-         id="text4156"
-         y="209.47408"
-         x="552.78986"
-         style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="209.47408"
-           x="552.78986"
-           id="tspan4158"
-           sodipodi:role="line">Откатить последную</tspan><tspan
-           id="tspan3045"
-           y="221.47408"
-           x="552.78986"
-           sodipodi:role="line">фиксацию</tspan></text>
-    </g>
-    <g
-       id="g3275"
-       transform="translate(16.728023,6.3548354)">
-      <text
-         sodipodi:linespacing="110%"
-         id="text4162"
-         y="263.73889"
-         x="558.37488"
-         style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-         xml:space="preserve"><tspan
-           id="tspan4164"
-           y="263.73889"
-           x="558.37488"
-           sodipodi:role="line">bzr revert</tspan></text>
-      <text
-         sodipodi:linespacing="100%"
-         id="text4166"
-         y="250.50064"
-         x="552.78992"
-         style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="250.50064"
-           x="552.78992"
-           id="tspan4168"
-           sodipodi:role="line">Отменить изменения</tspan></text>
-    </g>
-    <g
-       id="g3741">
-      <rect
-         style="fill:url(#linearGradient3745);fill-opacity:1;fill-rule:nonzero;stroke:#cecece;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:1;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect3735"
-         width="229"
-         height="254"
-         x="770.50006"
-         y="130.59448"
-         ry="8.1168795"
-         rx="8.1168776" />
-      <rect
-         rx="8.1168776"
-         ry="8.1168776"
-         y="161.09448"
-         x="771"
-         height="223"
-         width="228"
-         id="rect3737"
-         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:1;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
-    </g>
-    <text
-       xml:space="preserve"
-       style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="825.24872"
-       y="150.97269"
-       id="text4236"
-       sodipodi:linespacing="100%"><tspan
-         sodipodi:role="line"
-         id="tspan4238"
-         x="825.24872"
-         y="150.97269">Объединение</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-       x="783.75763"
-       y="190.86407"
-       id="text4242"
-       sodipodi:linespacing="110%"><tspan
-         sodipodi:role="line"
-         x="783.75763"
-         y="190.86407"
-         id="tspan4244">cd myproject</tspan><tspan
-         sodipodi:role="line"
-         x="783.75763"
-         y="201.93741"
-         id="tspan4296">bzr merge ../myproject-foo</tspan><tspan
-         sodipodi:role="line"
-         x="783.75763"
-         y="213.01074"
-         id="tspan4298">bzr commit</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="778.17267"
-       y="177.62582"
-       id="text4246"
-       sodipodi:linespacing="100%"><tspan
-         sodipodi:role="line"
-         id="tspan4248"
-         x="778.17267"
-         y="177.62582">Объединение двух веток</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-       x="784.44708"
-       y="255.5088"
-       id="text4252"
-       sodipodi:linespacing="110%"><tspan
-         sodipodi:role="line"
-         id="tspan4254"
-         x="784.44708"
-         y="255.5088">cd myproject-foo</tspan><tspan
-         sodipodi:role="line"
-         x="784.44708"
-         y="266.58215"
-         id="tspan4258">bzr pull ../myproject</tspan><tspan
-         sodipodi:role="line"
-         x="784.44708"
-         y="277.65549"
-         id="tspan4260" /></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="778.17267"
-       y="232.27057"
-       id="text4262"
-       sodipodi:linespacing="100%"><tspan
-         sodipodi:role="line"
-         id="tspan4264"
-         x="778.17267"
-         y="232.27057">Получить изменения из </tspan><tspan
-         sodipodi:role="line"
-         x="778.17267"
-         y="244.27057"
-         id="tspan2726">myproject</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-       x="784.41193"
-       y="300.93793"
-       id="text4268"
-       sodipodi:linespacing="110%"><tspan
-         sodipodi:role="line"
-         id="tspan4270"
-         x="784.41193"
-         y="300.93793">bzr update</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="778.17267"
-       y="287.7934"
-       id="text4272"
-       sodipodi:linespacing="100%"><tspan
-         sodipodi:role="line"
-         id="tspan4274"
-         x="778.17267"
-         y="287.7934">Обновить рабочую копию</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-       x="785.4549"
-       y="345.02151"
-       id="text4278"
-       sodipodi:linespacing="110%"><tspan
-         sodipodi:role="line"
-         id="tspan4280"
-         x="785.4549"
-         y="345.02151">bzr resolve</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="779.21564"
-       y="320.14914"
-       id="text4282"
-       sodipodi:linespacing="100%"><tspan
-         sodipodi:role="line"
-         x="779.21564"
-         y="320.14914"
-         id="tspan3055">Автоопределение решенных</tspan><tspan
-         sodipodi:role="line"
-         x="779.21564"
-         y="332.14914"
-         id="tspan2692">конфликтов</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-       x="784.65216"
-       y="375.57367"
-       id="text4288"
-       sodipodi:linespacing="110%"><tspan
-         id="tspan4290"
-         sodipodi:role="line"
-         x="784.65216"
-         y="375.57367">bzr resolve foo.py</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="778.4129"
-       y="364.28137"
-       id="text4292"
-       sodipodi:linespacing="100%"><tspan
-         id="tspan4294"
-         sodipodi:role="line"
-         x="778.4129"
-         y="364.28137">Снять пометку о конфликте</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="830.59387"
-       y="420.96985"
-       id="text4535"
-       sodipodi:linespacing="100%"><tspan
-         sodipodi:role="line"
-         id="tspan4537"
-         x="830.59387"
-         y="420.96985">Публикация</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-       x="781.75757"
-       y="507.81726"
-       id="text4616"
-       sodipodi:linespacing="110%"><tspan
-         sodipodi:role="line"
-         x="781.75757"
-         y="507.81726"
-         id="tspan4618">bzr push sftp://host/myproject-fo1</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="776.17261"
-       y="482.57898"
-       id="text4620"
-       sodipodi:linespacing="100%"><tspan
-         sodipodi:role="line"
-         id="tspan4622"
-         x="776.17261"
-         y="482.57898">Опубликовать ревизии </tspan><tspan
-         sodipodi:role="line"
-         x="776.17261"
-         y="494.57898"
-         id="tspan2742">удаленно</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-       x="782.38531"
-       y="461.36774"
-       id="text4457"
-       sodipodi:linespacing="110%"><tspan
-         sodipodi:role="line"
-         x="782.38531"
-         y="461.36774"
-         id="tspan4459">bzr push ../myproject-fo1</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="776.80035"
-       y="448.54938"
-       id="text4461"
-       sodipodi:linespacing="100%"><tspan
-         sodipodi:role="line"
-         id="tspan4463"
-         x="776.80035"
-         y="448.54938">Опубликовать ревизии</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-       x="782.40686"
-       y="553.90088"
-       id="text4467"
-       sodipodi:linespacing="110%"><tspan
-         id="tspan8805"
-         sodipodi:role="line"
-         x="782.40686"
-         y="553.90088">bzr send</tspan><tspan
-         sodipodi:role="line"
-         x="782.40686"
-         y="564.97418"
-         id="tspan4473" /></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="776.13245"
-       y="529.0285"
-       id="text4475"
-       sodipodi:linespacing="100%"><tspan
-         sodipodi:role="line"
-         x="776.13245"
-         y="529.0285"
-         id="tspan3063">Отправить почтой директиву</tspan><tspan
-         sodipodi:role="line"
-         x="776.13245"
-         y="541.0285"
-         id="tspan3042">объединения</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-       x="783.03967"
-       y="647.42365"
-       id="text4481"
-       sodipodi:linespacing="110%"><tspan
-         sodipodi:role="line"
-         id="tspan4483"
-         x="783.03967"
-         y="647.42365">bzr export ../myproject-dist/</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="776.80042"
-       y="622.18542"
-       id="text4485"
-       sodipodi:linespacing="100%"><tspan
-         id="tspan4610"
-         sodipodi:role="line"
-         x="776.80042"
-         y="622.18542">Экспортировать текущую </tspan><tspan
-         sodipodi:role="line"
-         x="776.80042"
-         y="634.18542"
-         id="tspan2736">ревизию как каталог</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-       x="782.56512"
-       y="695.45319"
-       id="text4521"
-       sodipodi:linespacing="110%"><tspan
-         sodipodi:role="line"
-         id="tspan4523"
-         x="782.56512"
-         y="695.45319">bzr export ../myproject-dist.zip</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="776.32587"
-       y="668.63489"
-       id="text4525"
-       sodipodi:linespacing="100%"><tspan
-         id="tspan4612"
-         sodipodi:role="line"
-         x="776.32587"
-         y="668.63489">Экспортировать текущую </tspan><tspan
-         sodipodi:role="line"
-         x="776.32587"
-         y="680.63489"
-         id="tspan2732">ревизию как архив</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:10.0666666px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-       x="780.99316"
-       y="600.0423"
-       id="text2448"
-       sodipodi:linespacing="110%"><tspan
-         id="tspan2450"
-         sodipodi:role="line"
-         x="780.99316"
-         y="600.0423">bzr send -o ../base.patch</tspan><tspan
-         sodipodi:role="line"
-         x="780.99316"
-         y="611.1156"
-         id="tspan2452" /></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="776.71875"
-       y="575.16986"
-       id="text2454"
-       sodipodi:linespacing="100%"><tspan
-         id="tspan2456"
-         sodipodi:role="line"
-         x="776.71875"
-         y="575.16986">Создать директиву</tspan><tspan
-         sodipodi:role="line"
-         x="776.71875"
-         y="587.16986"
-         id="tspan2738">объединения</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:40px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="144.32812"
-       y="64.254639"
-       id="text2774"
-       sodipodi:linespacing="100%"><tspan
-         sodipodi:role="line"
-         id="tspan2776"
-         x="144.32812"
-         y="64.254639">Bazaar </tspan></text>
-    <g
-       style="display:inline"
-       id="g3653"
-       transform="matrix(0.6461515,0,0,0.6526216,160.93614,144.01237)"
-       inkscape:export-filename="/home/matt/Projects/Ubuntu/Bazaar Website/bzr icon 64.png"
-       inkscape:export-xdpi="45.012665"
-       inkscape:export-ydpi="45.012665">
-      <path
-         id="path2749"
-         d="M -143.51431,-75.4275 C -158.48768,-90.57687 -171.17625,-103.66019 -171.7111,-104.50153 C -174.63909,-109.10738 -172.34363,-112.16647 -143.7155,-141.81059 C -119.96256,-166.4065 -114.08422,-171.84722 -111.26302,-171.84722 C -108.45655,-171.84722 -102.57922,-166.49332 -79.566158,-142.97326 C -59.704508,-122.67403 -51.314608,-113.24681 -51.314608,-111.22876 C -51.314608,-107.03298 -109.21126,-47.88319 -113.31814,-47.88319 C -115.49463,-47.88319 -123.57621,-55.25503 -143.51431,-75.4275 z "
-         style="opacity:1;fill:#fce94f;fill-opacity:1;stroke:#fce94f;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
-      <path
-         id="path2721"
-         d="M -118.75152,-74.850683 C -119.22012,-75.319283 -119.60352,-85.958443 -119.60352,-98.493313 L -119.60352,-121.28395 L -124.85215,-121.28395 C -131.2088,-121.28395 -131.22918,-121.19503 -121.27316,-136.90004 C -116.77235,-143.99978 -113.38241,-148.09169 -112.19584,-147.85705 C -110.34853,-147.49175 -95.321883,-124.90849 -95.321883,-122.4975 C -95.321883,-121.83004 -97.640303,-121.28395 -100.47393,-121.28395 C -103.84689,-121.28395 -105.87693,-120.6299 -106.35276,-119.38989 C -107.55959,-116.24495 -103.45251,-106.32746 -97.296233,-97.520823 C -90.988133,-88.497013 -90.461803,-86.665103 -93.461883,-84.175253 C -95.128693,-82.791933 -96.185063,-83.268713 -100.25177,-87.239733 C -102.90055,-89.826193 -105.46285,-91.547323 -105.94572,-91.064423 C -106.42862,-90.581523 -106.8237,-86.544203 -106.8237,-82.092573 L -106.8237,-73.998703 L -112.36162,-73.998703 C -115.40746,-73.998703 -118.28294,-74.382103 -118.75152,-74.850683 z "
-         style="opacity:1;fill:#c4a000;fill-opacity:1;stroke:#c4a000;display:inline" />
-      <path
-         id="path2727"
-         d="M -120.75152,-76.85072 C -121.22012,-77.31932 -121.60352,-87.95848 -121.60352,-100.49335 L -121.60352,-123.28399 L -126.85215,-123.28399 C -133.2088,-123.28399 -133.22918,-123.19507 -123.27316,-138.90007 C -118.77235,-145.99981 -115.38241,-150.09172 -114.19584,-149.85708 C -112.34853,-149.49178 -97.321888,-126.90852 -97.321888,-124.49754 C -97.321888,-123.83008 -99.640308,-123.28399 -102.47393,-123.28399 C -105.84689,-123.28399 -107.87693,-122.62994 -108.35276,-121.38993 C -109.55959,-118.24499 -105.45251,-108.3275 -99.296238,-99.52086 C -92.988138,-90.49705 -92.461808,-88.66514 -95.461888,-86.17529 C -97.128698,-84.79197 -98.185068,-85.26875 -102.25177,-89.23977 C -104.90055,-91.82623 -107.46285,-93.54736 -107.94572,-93.06446 C -108.42862,-92.58156 -108.8237,-88.54424 -108.8237,-84.09261 L -108.8237,-75.99874 L -114.36162,-75.99874 C -117.40746,-75.99874 -120.28294,-76.38214 -120.75152,-76.85072 z "
-         style="opacity:1;fill:#555753;fill-opacity:1;stroke:#2e3436;stroke-opacity:1;display:inline" />
-      <path
-         d="M -143.51431,-75.4275 C -158.48768,-90.57687 -171.17625,-103.66019 -171.7111,-104.50153 C -174.63909,-109.10738 -172.34363,-112.16647 -143.7155,-141.81059 C -119.96256,-166.4065 -114.08422,-171.84722 -111.26302,-171.84722 C -108.45655,-171.84722 -102.57922,-166.49332 -79.566162,-142.97326 C -59.704512,-122.67403 -51.314612,-113.24681 -51.314612,-111.22876 C -51.314612,-107.03298 -109.21126,-47.88319 -113.31814,-47.88319 C -115.49463,-47.88319 -123.57621,-55.25503 -143.51431,-75.4275 z M -82.734602,-78.80831 C -63.284082,-98.78654 -53.870592,-109.3496 -53.870592,-111.19708 C -53.870592,-114.35673 -108.28764,-170.68595 -111.26979,-170.61328 C -113.31427,-170.56346 -167.39892,-115.6112 -169.81635,-111.12752 C -171.82156,-107.40842 -170.53236,-105.76188 -145.24612,-79.74648 C -117.66227,-51.36719 -115.36413,-49.16116 -113.38369,-49.16116 C -112.40192,-49.16116 -98.609822,-62.50237 -82.734602,-78.80831 z "
-         style="opacity:1;fill:#555753;fill-opacity:1;stroke:#2e3436;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-         id="path2736" />
-    </g>
-    <text
-       xml:space="preserve"
-       style="font-size:20px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="146.57143"
-       y="97.808769"
-       id="text3409"
-       sodipodi:linespacing="100%"><tspan
-         sodipodi:role="line"
-         id="tspan3411"
-         x="146.57143"
-         y="97.808769">Карточка быстрого старта</tspan></text>
-    <g
-       id="g12314"
-       transform="translate(3.6699829,1.7472534)"
-       style="fill:#333333;fill-opacity:1">
-      <text
-         sodipodi:linespacing="100%"
-         id="text8833"
-         y="527.43823"
-         x="297.99408"
-         style="font-size:20px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           style="font-size:20px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;font-family:Bitstream Vera Sans"
-           y="527.43823"
-           x="297.99408"
-           id="tspan8835"
-           sodipodi:role="line">Поддерживаемые префиксы URL</tspan></text>
-      <g
-         id="g12288"
-         style="fill:#333333;fill-opacity:1">
-        <text
-           xml:space="preserve"
-           style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:150%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-           x="299.33002"
-           y="547.94214"
-           id="text8837"
-           sodipodi:linespacing="150%"><tspan
-             sodipodi:role="line"
-             id="tspan8841"
-             x="299.33002"
-             y="547.94214">aftp://</tspan><tspan
-             sodipodi:role="line"
-             id="tspan8843"
-             x="299.33002"
-             y="565.94214">bzr://</tspan><tspan
-             sodipodi:role="line"
-             x="299.33002"
-             y="583.94214"
-             id="tspan10799">bzr+ssh://</tspan><tspan
-             sodipodi:role="line"
-             x="299.33002"
-             y="601.94214"
-             id="tspan3050">file://</tspan><tspan
-             sodipodi:role="line"
-             id="tspan8849"
-             x="299.33002"
-             y="619.94214">ftp:// </tspan><tspan
-             sodipodi:role="line"
-             id="tspan8851"
-             x="299.33002"
-             y="637.94214">http://</tspan><tspan
-             sodipodi:role="line"
-             id="tspan8853"
-             x="299.33002"
-             y="655.94214">https://</tspan><tspan
-             sodipodi:role="line"
-             x="299.33002"
-             y="673.94214"
-             id="tspan10797" /><tspan
-             sodipodi:role="line"
-             id="tspan8855"
-             x="299.33002"
-             y="691.94214">sftp://</tspan><tspan
-             sodipodi:role="line"
-             id="tspan8857"
-             x="299.33002"
-             y="709.94214" /></text>
-        <text
-           xml:space="preserve"
-           style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:150%;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-           x="379.22845"
-           y="547.94214"
-           id="text12260"
-           sodipodi:linespacing="150%"><tspan
-             sodipodi:role="line"
-             id="tspan12262"
-             x="379.22845"
-             y="547.94214">Доступ, используя активный FTP</tspan><tspan
-             sodipodi:role="line"
-             x="379.22845"
-             y="565.94214"
-             id="tspan12264">Быстрый доступ, используя сервер Bazaar</tspan><tspan
-             sodipodi:role="line"
-             x="379.22845"
-             y="583.94214"
-             id="tspan12270">Быстрый доступ через SSH, используя сервер Bazaar</tspan><tspan
-             sodipodi:role="line"
-             x="379.22845"
-             y="601.94214"
-             id="tspan3048">Доступ, используя файловую систему (по-умолчанию)</tspan><tspan
-             sodipodi:role="line"
-             x="379.22845"
-             y="619.94214"
-             id="tspan12272">Доступ, используя пассивный FTP</tspan><tspan
-             sodipodi:role="line"
-             x="379.22845"
-             y="637.94214"
-             id="tspan12274">Доступ для чтения веток размещенных в интернете</tspan><tspan
-             sodipodi:role="line"
-             x="379.22845"
-             y="655.94214"
-             id="tspan3058">Доступ через SSL для чтения веток размещенных</tspan><tspan
-             sodipodi:role="line"
-             x="379.22845"
-             y="673.94214"
-             id="tspan3068">в интернете</tspan><tspan
-             sodipodi:role="line"
-             x="379.22845"
-             y="691.94214"
-             id="tspan12282">Доступ, используя SFTP (большинство SSH серверов</tspan><tspan
-             sodipodi:role="line"
-             x="379.22845"
-             y="709.94214"
-             id="tspan3072">предоставляют SFTP)</tspan></text>
-      </g>
-    </g>
-    <text
-       xml:space="preserve"
-       style="font-size:20px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="302.50391"
-       y="320.09448"
-       id="text4624"
-       sodipodi:linespacing="100%"><tspan
-         sodipodi:role="line"
-         id="tspan4626"
-         x="302.50391"
-         y="320.09448"
-         style="font-size:20px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;font-family:Bitstream Vera Sans">Концепции</tspan></text>
-    <text
-       transform="scale(0.9968065,1.0032037)"
-       xml:space="preserve"
-       style="font-size:12.03844452px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:150%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="455.10013"
-       y="340.18164"
-       id="text12146"
-       sodipodi:linespacing="150%"><tspan
-         sodipodi:role="line"
-         id="tspan12148"
-         x="455.10013"
-         y="340.18164">направление разработки проекта</tspan><tspan
-         sodipodi:role="line"
-         x="455.10013"
-         y="358.23932"
-         id="tspan12150">каталог под контролем версий </tspan><tspan
-         sodipodi:role="line"
-         x="455.10013"
-         y="376.29697"
-         id="tspan12152">хранилище ревизий Bazaar</tspan><tspan
-         sodipodi:role="line"
-         x="455.10013"
-         y="394.35464"
-         id="tspan12156">версия исходного кода зафиксированная</tspan><tspan
-         id="tspan2710"
-         sodipodi:role="line"
-         x="455.10013"
-         y="412.41229">в хранилище</tspan><tspan
-         sodipodi:role="line"
-         x="455.10013"
-         y="430.46997"
-         id="tspan12158">именованная ревизия</tspan><tspan
-         sodipodi:role="line"
-         x="455.10013"
-         y="448.52765"
-         id="tspan12160">ветки имеющие общего предка</tspan><tspan
-         sodipodi:role="line"
-         x="455.10013"
-         y="466.5853"
-         id="tspan12164">операция применения к ветке всех </tspan><tspan
-         id="tspan3886"
-         sodipodi:role="line"
-         x="455.10013"
-         y="484.64297">изменений сделанных в другой ветке</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:150%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="303"
-       y="341.21167"
-       id="text12400"
-       sodipodi:linespacing="150%"><tspan
-         sodipodi:role="line"
-         id="tspan12402"
-         x="303"
-         y="341.21167">Ветка:</tspan><tspan
-         sodipodi:role="line"
-         x="303"
-         y="359.21167"
-         id="tspan12404">Рабочее дерево:</tspan><tspan
-         sodipodi:role="line"
-         x="303"
-         y="377.21167"
-         id="tspan12406">Репозиторий:</tspan><tspan
-         sodipodi:role="line"
-         x="303"
-         y="395.21167"
-         id="tspan12408">Ревизия:</tspan><tspan
-         sodipodi:role="line"
-         x="303"
-         y="413.21167"
-         id="tspan12410" /><tspan
-         sodipodi:role="line"
-         x="303"
-         y="431.21167"
-         id="tspan12412">Метка:</tspan><tspan
-         sodipodi:role="line"
-         x="303"
-         y="449.21167"
-         id="tspan12414">Родственные ветки:</tspan><tspan
-         sodipodi:role="line"
-         x="303"
-         y="467.21167"
-         id="tspan12416">Объединение:</tspan><tspan
-         sodipodi:role="line"
-         x="303"
-         y="485.21167"
-         id="tspan12418" /></text>
-    <g
-       id="g6327"
-       transform="translate(6.5601196,0)"
-       style="fill:#333333;fill-opacity:1">
-      <text
-         sodipodi:linespacing="100%"
-         id="text6294"
-         y="50.289795"
-         x="645.77582"
-         style="font-size:20px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="50.289795"
-           x="645.77582"
-           id="tspan6296"
-           sodipodi:role="line">Дополнительная информация</tspan></text>
-      <g
-         id="g6320"
-         style="fill:#333333;fill-opacity:1"
-         transform="translate(-142.82842,0)">
-        <text
-           xml:space="preserve"
-           style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans Mono"
-           x="787.72699"
-           y="76.095581"
-           id="text6298"
-           sodipodi:linespacing="100%"><tspan
-             sodipodi:role="line"
-             id="tspan6300"
-             x="787.72699"
-             y="76.095581">bzr help</tspan></text>
-        <a
-           id="a6316"
-           style="fill:#333333;fill-opacity:1"
-           xlink:href="http://bazaar.canonical.com">
-          <text
-             sodipodi:linespacing="100%"
-             id="text6302"
-             y="97.901367"
-             x="787.79535"
-             style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans"
-             xml:space="preserve"><tspan
-               y="97.901367"
-               x="787.79535"
-               id="tspan6304"
-               sodipodi:role="line">http://bazaar.canonical.com</tspan></text>
-        </a>
-      </g>
-    </g>
-  </g>
-</svg>

=== removed directory 'doc/ru/_templates'
=== removed file 'doc/ru/_templates/layout.html'
--- old/doc/ru/_templates/layout.html	2010-03-02 10:21:39 +0000
+++ new/doc/ru/_templates/layout.html	1970-01-01 00:00:00 +0000
@@ -1,8 +0,0 @@
-{% extends "!layout.html" %}
-
-{% block rootrellink %}
-<li><a href="http://bazaar.canonical.com/">
-    <img src="{{ pathto("_static/bzr icon 16.png", 1) }}" /> Главная</a>&nbsp;|&nbsp;</li>
-<a href="http://doc.bazaar.canonical.com/ru/">Документация</a>&nbsp;|&nbsp;</li>
-{{ super() }}
-{% endblock %}

=== removed file 'doc/ru/conf.py'
--- old/doc/ru/conf.py	2017-05-30 22:17:31 +0000
+++ new/doc/ru/conf.py	1970-01-01 00:00:00 +0000
@@ -1,105 +0,0 @@
-# -*- coding: utf-8 -*-
-#
-# Bazaar documentation build configuration file, created by
-# sphinx-quickstart on Tue Jul 21 17:04:52 2009.
-#
-# This file is execfile()d with the current directory set to its containing dir.
-
-import sys, os
-
-# If extensions (or modules to document with autodoc) are in another directory,
-# add these directories to sys.path here. If the directory is relative to the
-# documentation root, use os.path.abspath to make it absolute, like shown here.
-sys.path = [os.path.abspath('../..')] + sys.path
-
-# Most of the configuration for Bazaar docs is defined here ...
-from breezy.doc_generate.conf import *
-
-
-## Configuration specific to this site ##
-
-# The locale code for this documentation set
-bzr_locale = 'ru'
-
-# Translations & supporting helper function
-bzr_titles = {
-        u'Table of Contents (%s)': u'Содержание (%s)',
-        u'Bazaar User Guide': None,
-        u'Bazaar User Reference': None,
-        u'Bazaar Release Notes': None,
-        u'Bazaar Upgrade Guide': None,
-        u'Bazaar in five minutes': u'Базар за пять минут',
-        u'Bazaar Tutorial': u'Большой учебник',
-        u'Using Bazaar With Launchpad': u'Использование Bazaar с Launchpad',
-        u'Centralized Workflow Tutorial': u'Работа в централизованном стиле',
-    }
-def bzr_title(s):
-    return bzr_titles.get(s) or s
-
-# The language for content autogenerated by Sphinx. Refer to documentation
-# for a list of supported languages.
-language = bzr_locale
-
-# A shorter title for the navigation bar.  Default is the same as html_title.
-html_short_title = bzr_title(u"Table of Contents (%s)") % (release,)
-
-# Additional templates that should be rendered to pages, maps page names to
-# template names.
-#html_additional_pages = {'index': 'index.html'}
-
-# Output file base name for HTML help builder.
-htmlhelp_basename = 'bzr-%s' % (bzr_locale,)
-
-# Grouping the document tree into LaTeX files. List of tuples
-# (source start file, target name, title, author, documentclass [howto/manual]).
-bzr_documents = [
-  # Manuals
-  #('user-guide/index', 'bzr-%s-user-guide' % (bzr_locale,),
-  #  bzr_title(u'Bazaar User Guide'), brz_team, 'manual'),
-  #('user-reference/bzr_man', 'bzr-%s-user-reference' % (bzr_locale,),
-  #  bzr_title(u'Bazaar User Reference'), brz_team, 'manual'),
-  #('release-notes/NEWS', 'bzr-%s-release-notes' % (bzr_locale,),
-  #  bzr_title(u'Bazaar Release Notes'), brz_team, 'manual'),
-  #('upgrade-guide/index', 'bzr-%s-upgrade-guide' % (bzr_locale,),
-  #  bzr_title(u'Bazaar Upgrade Guide'), brz_team, 'manual'),
-  # Tutorials
-  ('mini-tutorial/index', 'bzr-%s-tutorial-mini' % (bzr_locale,),
-    bzr_title(u'Bazaar in five minutes'), brz_team, 'howto'),
-  ('tutorials/tutorial', 'bzr-%s-tutorial' % (bzr_locale,),
-    bzr_title(u'Bazaar Tutorial'), brz_team, 'howto'),
-  #('tutorials/using_bazaar_with_launchpad',
-  #  'bzr-%s-tutorial-with-launchpad' % (bzr_locale,),
-  #  bzr_title(u'Using Bazaar With Launchpad'), brz_team, 'howto'),
-  #('tutorials/centralized_workflow',
-  #  'bzr-%s-tutorial-centralized' % (bzr_locale,),
-  #  bzr_title(u'Centralized Workflow Tutorial'), brz_team, 'howto'),
-]
-
-latex_documents = [
-    (start, target+'.tex', title, author, doc_class)
-    for start, target, title, author, doc_class in bzr_documents
-    ]
-
-texinfo_documents = [
-    (start, target, title, author, doc_class)
-    for start, target, title, author, doc_class in bzr_documents
-    ]
-
-
-# List of documents that shouldn't be included in the build.
-unused_docs = [
-    # Subtopics that get included
-    'upgrade-guide/overview',
-    'upgrade-guide/data_migration',
-    'upgrade-guide/tips_and_tricks',
-    'user-guide/branching_a_project',
-    'user-guide/core_concepts',
-    'user-guide/introducing_bazaar',
-    'user-guide/specifying_revisions',
-    'user-guide/stacked',
-    'user-guide/using_checkouts',
-    'user-guide/zen',
-    # Plain-style documentation generation stuff
-    'user-guide/index-plain',
-]
-

=== removed file 'doc/ru/index.txt'
--- old/doc/ru/index.txt	2010-08-17 06:45:33 +0000
+++ new/doc/ru/index.txt	1970-01-01 00:00:00 +0000
@@ -1,39 +0,0 @@
-=================================
-Главный каталог документов Bazaar
-=================================
-
-Последняя версия этих документов доступа со страницы документации
-на сайте Bazaar, <http://doc.bazaar.canonical.com/ru/>.
-
-Основная документация
-=====================
-
-.. toctree::
-   :maxdepth: 1
-
-   user-guide/index
-   quick-reference/index
-   mini-tutorial/index
-   tutorials/tutorial
-   tutorials/using_bazaar_with_launchpad
-   tutorials/centralized_workflow
-
-
-Ссылки в сети
-=============
-
-* `Руководство по миграции <http://doc.bazaar.canonical.com/migration/en/>`_
-  |--| для команд переносящих историю с других систем контроля версий
-
-* `Словарь терминов <http://wiki.bazaar.canonical.com/BzrGlossary>`_ (англ.),
-  см. также `русскую версию`__
-
-__  http://groups.google.com/group/ru_bzr/web/%D0%B3%D0%BB%D0%BE%D1%81%D1%81%D0%B0%D1%80%D0%B8%D0%B9
-
-* `Часто задаваемые вопросы <https://answers.launchpad.net/bzr>`_ (англ.)
-
-
-.. |--| unicode:: U+2014
-
-..
-   vim: ft=rst tw=74 ai

=== removed directory 'doc/ru/mini-tutorial'
=== removed file 'doc/ru/mini-tutorial/index.txt'
--- old/doc/ru/mini-tutorial/index.txt	2010-08-17 06:45:33 +0000
+++ new/doc/ru/mini-tutorial/index.txt	1970-01-01 00:00:00 +0000
@@ -1,289 +0,0 @@
-======================
-Bazaar за пять минут
-======================
-
-.. contents::
-     Содержание
-
-Введение
-========
-
-Bazaar |--| это распределенная система контроля версий, которая упрощает
-совместную работу над программными проектами.
-
-В течении следующих пяти минут, вы узнаете как начать контролировать версии
-ваших файлов, как вносить изменения, проверять вашу работу, публиковать её и
-отправлять для объединения с главной веткой проекта.
-
-Если вы предпочитаете более подробное введение, обратитесь к разделу
-`Узнать больше`_.
-
-Установка
-=========
-
-Это руководство не описывает как установить Bazaar, потому что обычно
-это очень легко. Инструкции по установке вы найдете тут:
-
-- **GNU/Linux:** скорее всего Bazaar уже присутствует в вашем дистрибутиве GNU/Linux.
-- **Windows:** `инструкции по установке для Windows`_.
-- **Mac OS X:** `инструкции по установке для Mac OS X`_.
-
-Для других платформ и для установки из исходных кодов, обратитесь к страницам
-Загрузка_ и Установка_.
-
-.. _инструкции по установке для Windows: http://wiki.bazaar.canonical.com/WindowsDownloads
-.. _инструкции по установке для Mac OS X: http://wiki.bazaar.canonical.com/MacOSXBundle
-.. _Загрузка: http://wiki.bazaar.canonical.com/Download
-.. _Установка: http://wiki.bazaar.canonical.com/InstallationFaq
-
-Представьтесь
-=============
-
-Прежде чем начать работать, было бы неплохо сообщить Bazaar кто вы такой.
-В этом случае ваша работа будет корректно идентифицирована в истории ревизий.
-
-Используя ваше имя и адрес электронной почты, вместо данных Васи Пупкина,
-наберите::
-
-    $ bzr whoami "Vasya Pupkin <vasya.pupkin@mail.ru>"
-
-В этот момент Bazaar создаст или исправит файл настроек, включив в него ваше
-имя и адрес электронной почты.
-
-Теперь, проверьте правильно ли сохранены ваши имя и адрес::
-
-    $ bzr whoami
-    Vasya Pupkin <vasya.pupkin@mail.ru>
-
-
-Начинаем контролировать версии файлов
-=====================================
-
-Давайте создадим каталог и несколько файлов для использования с Bazaar::
-
-    $ mkdir myproject
-    $ cd myproject
-    $ mkdir subdirectory
-    $ touch test1.txt test2.txt test3.txt subdirectory/test4.txt
-
-**Замечание для пользователей Windows:** используйте Windows Explorer
-для создания ваших каталогов, затем нажимайте правую кнопку мыши
-в этих каталогах и выбирайте ``Новый файл``, чтобы создать ваши файлы.
-
-Теперь дадим Bazaar возможность инициализировать свои данные в каталоге вашего
-проекта::
-
-    $ bzr init
-
-Если всё выглядит так, как будто ничего не случилось |--| не волнуйтесь. Bazaar
-создал ветку_, в которой он будет хранить рабочие файлы и историю их изменений.
-
-.. _ветку: http://wiki.bazaar.canonical.com/Branch
-
-Следующий шаг |--| сказать Bazaar какие файлы вы хотите контролировать. Команда
-``bzr add`` рекурсивно добавит все файлы в проект::
-
-    $ bzr add
-    added subdirectory
-    added test1.txt
-    added test2.txt
-    added test3.txt
-    added subdirectory/test4.txt
-
-Далее, нужно сохранить текущее состояние ваших файлов зафиксировав их в вашей
-ветке. Добавьте сообщение объясняющее зачем вы сделали фиксацию::
-
-	$ bzr commit -m "Импортируем файлы"
-
-Т.к. Bazaar это распределенная система контроля версий, здесь нет необходимости
-соединяться с центральным сервером для выполнения фиксации. Вместо этого,
-Bazaar сохраняет вашу ветку и все её фиксации внутри каталога с которым вы
-работаете; обратите внимание на подкаталог ``.bzr``.
-
-
-Вносим изменения в файлы
-========================
-
-Давайте изменим какой-либо файл и зафиксируем это изменение в вашей ветке.
-
-Отредактируйте ``test1.txt`` в своем любимом редакторе и затем посмотрите на
-сделанные изменения::
-
-    $ bzr diff
-    === modified file 'test1.txt'
-    --- test1.txt 2007-10-08 17:56:14 +0000
-    +++ test1.txt 2007-10-08 17:46:22 +0000
-    @@ -0,0 +1,1 @@
-    +test test test
-
-Зафиксируйте вашу работу в ветке Bazaar::
-
-    $ bzr commit -m "Добавлена первая строка текста"
-    Committed revision 2.
-
-
-Просматриваем журнал изменений
-==============================
-
-Вы можете увидеть историю вашей ветки просмотрев её журнал::
-
-    $ bzr log
-    ------------------------------------------------------------
-    revno: 2
-    committer: Vasya Pupkin <vasya.pupkin@mail.ru>
-    branch nick: myproject
-    timestamp: Mon 2007-10-08 17:56:14 +0000
-    message:
-      Добавлена первая строка текста
-    ------------------------------------------------------------
-    revno: 1
-    committer: Vasya Pupkin <vasya.pupkin@mail.ru>
-    branch nick: myproject
-    timestamp: Mon 2006-10-08 17:46:22 +0000
-    message:
-      Импортируем файлы
-
-
-Публикуем ветку через SFTP
-==========================
-
-Есть несколько способов опубликовать вашу ветку. Если у вас уже есть SFTP
-сервер или вам несложно его настроить, вы можете опубликовать свою ветку через
-него.
-
-В противном случае, переходите к следующему разделу, чтобы опубликовать ветку
-на Launchpad_ |--| бесплатном хостинге для Bazaar.
-
-.. _Launchpad: https://launchpad.net/
-
-Предположим, что вы хотите опубликовать свою ветку на
-``www.example.com/myproject``::
-
-    $ bzr push --create-prefix sftp://your.name@example.com/~/public_html/myproject
-    2 revision(s) pushed.
-
-Bazaar создаст каталог ``myproject`` на удаленном сервере и поместит в него
-вашу ветку.
-
-Теперь любой желающий сможет создать свою собственную копию вашей ветки,
-выполнив::
-
-    $ bzr branch http://www.example.com/myproject
-
-**Замечание:** чтобы использовать SFTP, может понадобиться установить
-``paramiko`` и ``pyCrypto``. За подробностями обращайтесь к
-http://wiki.bazaar.canonical.com/InstallationFaq.
-
-
-Публикация ветки на Launchpad
-=============================
-
-Launchpad это набор инструментов для разработки и размещения проектов
-свободного программного обеспечения. Вы можете использовать его для публикации
-своей ветки.
-
-Если у вас нет учетной записи Launchpad, следуйте
-`руководству по получению учетной записи`_ и `зарегистрируйте SSH ключ`_
-в своей новой учетной записи.
-
-.. _руководству по получению учетной записи: https://help.launchpad.net/CreatingYourLaunchpadAccount
-.. _зарегистрируйте SSH ключ: https://launchpad.net/people/+me/+editsshkeys
-
-Заменив ``vasya.pupkin`` на ваше имя пользователя Launchpad, выполните::
-
-	$ bzr push bzr+ssh://vasya.pupkin@bazaar.launchpad.net/~vasya.pupkin/+junk/myproject
-
-**Замечание:** ``+junk`` означает что ветка не связана с каким-либо проектом на
-Launchpad.
-
-Теперь любой желающий сможет создать свою собственную копию вашей ветки,
-выполнив::
-
-	$ bzr branch http://bazaar.launchpad.net/~vasya.pupkin/+junk/myproject
-
-Вы также сможете видеть информацию по вашей ветке, включая журнал изменений, по
-адресу https://code.launchpad.net/people/+me/+junk/myproject
-
-
-Создаем собственную копию другой ветки
-======================================
-
-Чтобы работать с чьим-либо кодом, вы можете создать собственную копию чужой
-ветки. Давайте возьмем реальный пример |--| GTK интерфейс для Bazaar::
-
-    $ bzr branch http://bazaar.launchpad.net/~bzr/bzr-gtk/trunk bzr-gtk.vasya
-    Branched 292 revision(s).
-
-Bazaar загрузит все файлы и полный журнал изменений из основной ветки проекта
-bzr-gtk и создаст копию с именем bzr-gtk.vasya.
-
-Теперь у вас есть собственная копия ветки и вы можете фиксировать изменения и с
-сетевым подключением и без него. Вы можете поделиться своей веткой в любое
-время, опубликовав ветку. И если команда разработчиков bzr-gtk захочет
-использовать вашу работу, Bazaar легко позволит им объединить вашу ветку
-обратно в их основную ветку.
-
-Обновляем ветку изменениями из основной ветки
-=============================================
-
-Пока вы фиксируете изменения в вашей ветке, другие люди, скорее всего, так же
-продолжают фиксировать код в родительской ветке.
-
-Чтобы быть уверенным что ваша ветка содержит последние изменения, вам следует
-объединить родительскую ветку с вашей личной::
-
-    $ bzr merge
-    Merging from saved parent location: http://bazaar.launchpad.net/~bzr/bzr-gtk/trunk
-    All changes applied successfully.
-
-Проверьте что изменилось::
-
-    $ bzr diff
-
-Если изменения вас устраивают, вы можете зафиксировать их в своей ветке::
-
-    $ bzr commit -m "Изменения из основной ветки"
-    Committed revision 295.
-
-
-Объединяем свои изменения с родительской веткой
-===============================================
-
-После того как вы поработали в своей ветке bzr-gtk, вы можете захотеть
-отправить ваши изменения для включения в проект. Простейший способ заключается
-в использовании директивы объединения.
-
-Директива объединения |--| это машиночитаемый запрос на осуществление
-конкретного объединения. Обычно он содержит обзор изменений, которые
-планируется объединить. Также директива объединения содержит либо необходимые
-ревизии, либо указывает на ветку где они могут быть получены.
-
-Заменив ``mycode.patch``, создайте свою директиву объединения::
-
-    $ bzr send -o mycode.patch
-    Using saved parent location: http://bazaar.launchpad.net/~bzr/bzr-gtk/trunk
-
-Теперь вы можете отправить директиву объединения по электронной почте
-в проект bzr-gtk. Если разработчики bzr-gtk захотят, то смогут использовать
-эту директиву для включения вашей работы в основную ветку.
-
-
-Узнать больше
-=============
-
-Больше информации о Bazaar вы найдете в
-`Руководстве пользователя Bazaar <../user-guide/index.html>`_.
-
-Чтобы узнать больше о Bazaar из командой строки::
-
-    $ bzr help
-
-Чтобы узнать основные команды Bazaar::
-
-    $ bzr help commands
-
-Чтобы узнать о теме или команде "foo"::
-
-    $ bzr help foo
-
-.. |--| unicode:: U+2014

=== removed directory 'doc/ru/quick-reference'
=== removed file 'doc/ru/quick-reference/index.txt'
--- old/doc/ru/quick-reference/index.txt	2009-09-09 02:32:10 +0000
+++ new/doc/ru/quick-reference/index.txt	1970-01-01 00:00:00 +0000
@@ -1,6 +0,0 @@
-Карточка быстрого старта
-========================
-
-* `PDF <../_static/ru/bzr-ru-quick-reference.pdf>`_
-* `PNG <../_static/ru/bzr-ru-quick-reference.png>`_
-* `SVG <../_static/ru/bzr-ru-quick-reference.svg>`_

=== removed directory 'doc/ru/tutorials'
=== removed file 'doc/ru/tutorials/centralized_workflow.txt'
--- old/doc/ru/tutorials/centralized_workflow.txt	2010-08-13 19:08:57 +0000
+++ new/doc/ru/tutorials/centralized_workflow.txt	1970-01-01 00:00:00 +0000
@@ -1,319 +0,0 @@
-===============================
-Работа в централизованном стиле
-===============================
-
-.. sectnum::
-
-
-Обзор
-=====
-
-Этот документ описывает один из возможных подходов к использованию
-Bazaar_. А именно, использование распределенной системы контроля версий
-Bazaar_, в централизованном стиле. Bazaar_ разработана, что бы быть гибкой
-и допускать различные подходы к работе, начиная от полностью
-децентрализованного, до практически централизованного. Подход описанный
-здесь позволяет новым пользователям проще вникнуть в более продвинутое
-использование Bazaar_ и смешивать централизованные и децентрализованные
-операции.
-
-В общем случае, данный документ интересен для пользователей переходящих с
-централизованных систем, таких как CVS, или Subversion. В таких системах
-обычно есть единственный центральный сервер на котором хранится код
-проекта и участники команды работают над этим кодом, синхронизируя свою
-работу. Такой режим так же подходит для разработчика-одиночки,
-работающего на нескольких различных машинах.
-
-.. _Bazaar: http://bazaar.canonical.com
-
-.. contents::
-        Содержание
-
-
-Начальные установки
-===================
-
-В самом начале, для более удобной работы с Bazaar_, желательно осуществить
-достаточно простые шаги по настройке.
-
-
-Настройка e-mail пользователя
------------------------------
-
-Строка идентифицирующая пользователя сохраняется при каждой фиксации. Хотя
-она не обязательно должна быть аккуратной или уникальной она будет
-использоваться в сообщениях журнала и аннотациях, таким образом лучше что
-бы она была похожа на что-то реальное.
-
-::
-
-   % bzr whoami "Иван Пупкин <ivan@pupkin.ru>"
-
-
-Настройка локального репозитория
---------------------------------
-
-В общем случае ветки Bazaar_ копируют полную историю изменений вместе с
-собой, что, кстати, позволяет работать в полностью децентрализованном
-стиле. Как оптимизация для связанных веток возможно объединять их
-хранилища таким образом, что отпадает необходимость в копировании полной
-истории изменений при создании новой ветки.
-
-Лучший способ сделать это - создать `Разделяемый репозиторий`_. В общем
-случае, ветки будут разделять хранилище если они находятся в подкаталоге
-этого репозитория. Давайте создадим `Разделяемый репозиторий`_ в нашем
-домашнем каталоге и таким образом все ветки которые мы будем создавать
-под ним будут разделять хранилище истории.
-
-::
-
-  % bzr init-repo --trees ~
-
-
-Настройка удаленного репозитория
---------------------------------
-
-Во многих случаях нужно создавать место где данные хранятся отдельно от
-рабочего каталога. Такой подход необходим для централизованных систем
-(CVS/SVN). Обычно эти каталоги находятся на различных машинах, хотя и не
-всегда. На самом деле это достаточно хороший подход, особенно в рабочей
-среде. Так как здесь существует центральная точка, где могут быть сохранены
-все данные и даже если что-то случится с машиной разработчика
-зафиксированная работа не будет потеряна.
-
-Давайте создадим разделяемое место для нашего проекта на удаленной машине
-и назовем его ``centralhost``. Мы снова используем `Разделяемый
-репозиторий`_ для оптимизации использования дисков.
-
-::
-
-  % bzr init-repo --no-trees sftp://centralhost/srv/bzr/
-
-Можно рассматривать этот шаг как похожий на установку CVSROOT, или
-репозитория Subversion. Опция ``--no-trees`` указывает Bazaar не
-создавать рабочий каталог в репозитории. Нам это подходит, т.к. никто
-не будет напрямую что-то изменять на ветках в центральном репозитории.
-
-
-Миграция рабочего проекта в Bazaar
-==================================
-
-Теперь, когда у нас есть репозиторий давайте создадим проект под контролем
-версий. В большинстве случаев у вас уже есть какой-то код с которым вы
-работаете и для хранения которого вы хотели бы использовать Bazaar_. Если
-код изначально уже был под контролем версий существует много способов
-конвертировать проект в Bazaar_ без потери истории изменений. Но эти
-способы находятся вне тем рассматриваемых в данном документе. Смотрите
-`Отслеживание изменений на основной ветке`_ для некоторых способов (секция
-"Конвертирование и сохранение истории").
-
-.. _Отслеживание изменений на основной ветке: http://wiki.bazaar.canonical.com/TrackingUpstream
-
-..
-   TODO: На самом деле нам нужен другой документ для описания
-   конвертирования проекта. Но пока ссылка выше - это лучшее.
-
-
-Разработчик 1: Создание первой ревизии
---------------------------------------
-
-Сначала нам нужно создать ветку в нашем удаленном репозитории, там где мы
-хотели бы хранить наш проект. Допустим, что у нас уже есть проект "sigil",
-который мы хотели бы хранить под контролем версий.
-
-::
-
-  % bzr init sftp://centralhost/srv/bzr/sigil
-
-Это можно рассматривать как ветку "HEAD" в терминах CVS, или как "trunk" в
-терминах Subversion. Назовем это веткой разработки ``dev``.
-
-Я предпочитаю работать в подкаталоге моего домашнего каталога, что бы
-избегать коллизий со всеми другими файлами которые в ней находятся. Также
-нам понадобится каталог для проекта где мы сможем хранить различные ветки
-проекта над которыми работаем.
-
-::
-
-  % cd ~
-  % mkdir work
-  % cd work
-  % mkdir sigil
-  % cd sigil
-  % bzr checkout sftp://centralhost/srv/bzr/sigil dev
-  % cd dev
-  % cp -ar ~/sigil/* .
-  % bzr add
-  % bzr commit -m "Первый импорт Sigil"
-
-Выше мы создали пустую ветку ``/sigil`` на ``centralhost`` и затем
-загрузили эту пустую ветку на нашу рабочую машину что бы добавить файлы из
-нашего старого проекта. Есть много способов настроить свой рабочий
-каталог, но шаги выше упрощают дальнейшую работу с ветками для работы
-над ошибками, или новыми функциями. И одна из наиболее сильных сторон
-Bazaar_ - это именно отличная работа с ветками.
-
-На этом этапе, т.к. мы создали рабочую копию (checkout) удаленной ветки,
-все фиксации которые будут сделаны в ``~/work/sigil/dev/`` будут
-автоматически сохранены и локально и на ``centralhost``.
-
-
-Разработчик N: Получение рабочей копии проекта
-----------------------------------------------
-
-Так как первый разработчик проделал всю работу по созданию проекта все
-остальные разработчики могут просто получить рабочую копию ветки. Хотя
-**они все еще должны следовать** разделам `Настройка e-mail пользователя`_ и
-`Настройка локального репозитория`_.
-
-Получим рабочую копию текущего дерева разработки::
-
-  % cd ~/work/sigil
-  % bzr checkout sftp://centralhost/srv/bzr/sigil dev
-
-Теперь, когда два человека имею рабочую копию
-``sftp://centralhost/srv/bzr/sigil`` будут ситуации когда одна из копий
-будет не синхронизирована с текущей версией. Во время фиксации Bazaar_
-проинформирует пользователя об этом и не допустит фиксации. Для получения
-последних изменений нужно использовать ``bzr update``. Эта команда может
-потребовать разрешения конфликтов если были изменены одни и те же файлы.
-
-
-Разработка на отдельных ветках
-==============================
-
-До этого момента все работали и фиксировали изменения на одну и ту же
-ветку. Это значит, что каждый должен периодически обновлять свою ветку и
-иметь дело с изменениями других разработчиков. Так же если один
-разработчик фиксирует что-то, что приводит к ошибкам, то после
-синхронизации эта проблема коснется каждого.
-
-Обычно лучше вести разработку на различных ветках и затем, как только
-изменения достаточно стабильны, интегрировать их обратно на основную
-ветку. Это одно из наибольших изменений по сравнению с работой в CVS/SVN.
-Обе эти системы позволяют работать с отдельными ветками, но их алгоритмы
-объединения достаточно слабы и поэтому с ними сложно держать все
-синхронизировано. Bazaar_ отслеживает что уже было объединено и может даже
-прикладывать изменения к файлам которые были переименованы.
-
-
-Создание и работа на новой ветке
---------------------------------
-
-Мы бы хотели, что бы наши изменения были доступны другим даже если они
-пока еще не закончены. Таким образом мы создадим новую публичную ветку на
-``centralhost`` и будем отслеживать ее локально.
-
-::
-
-  % cd ~/work/sigil
-  % bzr branch sftp://centralhost/srv/bzr/sigil \
-               sftp://centralhost/srv/bzr/sigil/doodle-fixes
-  % bzr checkout sftp://centralhost/srv/bzr/sigil/doodle-fixes doodle-fixes
-  % cd doodle-fixes
-
-Теперь у нас есть место где мы можем исправлять все ошибки для ``doodle``.
-И мы не будем прерывать никого кто работает над другими частями кода. Так
-как у нас есть рабочая копия (checkout) все фиксации которые мы делаем на
-``~/work/sigil/doodle-fixes/`` так же появятся и на ``centralhost``.
-[#nestedbranches]_ Также возможно, что бы два разработчика совместно
-работали над одной из этих веток, так же как они совместно работают над
-веткой ``dev``. [#cbranch]_
-
-.. [#nestedbranches] Может показаться странным иметь ветку в подкаталоге
-   другой ветки. Но это нормально, можно думать об этом как о
-   иерархическом пространстве имен где вложенная ветка является
-   производной от внешней ветки.
-
-.. [#cbranch] Когда используется множество независимых веток каждый раз
-   набирать полный URL занимает много времени. Мы рассматриваем различные
-   методы, что бы обойти это, например псевдонимы для веток и т.п. Но пока
-   плагин bzrtools_ предоставляет команду ``bzr cbranch``. Эта команда на
-   основе базовой ветки создает новую публичную ветку и рабочую копию этой
-   ветки всего одной командой. Конфигурирование ``cbranch`` не входит в
-   рамки описания этого документа, но финальная команда выглядит следующим
-   образом:
-
-   ::
-
-   % bzr cbranch dev my-feature-branch
-
-.. _bzrtools: http://wiki.bazaar.canonical.com/BzrTools
-
-
-Объединение изменений обратно
------------------------------
-
-Когда решено что некоторые изменения из ``doodle-fixes`` готовы для
-объединения на основную ветку нужно просто сделать следующее::
-
-  % cd ~/work/sigil/dev
-  % bzr merge ../doodle-fixes
-
-Теперь изменения доступны на ветке ``dev``, но они пока еще не были
-зафиксированы. В этот момент нужно просмотреть финальные изменения и
-проверить, что код компилируется и проходят все тесты. Команды ``bzr
-status`` и ``bzr diff`` хорошие инструменты для этого. Так же нужно
-разрешить возможные конфликты. Bazaar_ не допустит фиксации пока не будут
-разрешены все конфликты. В этом случае вы случайно не зафиксируете маркеры
-конфликта. Команда ``bzr status`` покажет конфликты и изменения, или можно
-использовать ``bzr conflicts`` что бы увидеть только конфликты.
-Используйте ``bzr resolve file/name``, или ``bzr resolve --all`` как
-только конфликты были разрешены. [#resolve]_ Если существуют конфликты
-которые особенно сложно разрешить можно использовать команду ``bzr
-remerge``. Эта команда позволит использовать другие алгоритмы объединения
-и также позволит увидеть строки оригинального кода (``--show-base``).
-
-.. [#resolve] Некоторые системы позволяют разрешать конфликты как часть
-   процесса объединения. Мы обнаружили, что обычно проще разрешать
-   конфликты когда можно просматривать полное дерево, а не только
-   отдельные файлы. Это дает намного больше контекста и также позволяет
-   запускать тесты когда проблема будет решена.
-
-
-Рекомендации по созданию веток
-------------------------------
-
-Один из часто используемых способов работы с набором веток - это дать
-каждому разработчику свою собственную ветку и собственное место для работы
-на центральном сервере. Это можно сделать так::
-
-  % bzr branch sftp://centralhost/srv/bzr/sigil \
-               sftp://centralhost/srv/bzr/sigil/user-a
-  % bzr branch sftp://centralhost/srv/bzr/sigil \
-               sftp://centralhost/srv/bzr/sigil/user-b
-
-Это дает каждому разработчику собственную ветку для работы. И они смогут
-легко создать новые ветки с помощью [#cbranch]_
-::
-
-  % bzr branch sftp://centralhost/srv/bzr/sigil/user-a \
-               sftp://centralhost/srv/bzr/sigil/user-a/feature
-  % cd ~/work/sigil
-  % bzr checkout sftp://centralhost/srv/bzr/sigil/user-a/feature myfeature
-
-
-Глоссарий
-=========
-
-Разделяемый репозиторий
------------------------
-
-Bazaar_ поддерживает концепцию "Разделяемый репозиторий". Эта концепция
-похожа на традиционные концепции репозиториев в других системах контроля
-версий, таких как CVS, или Subversion. Например, в Subversion у вас есть
-удаленный репозиторий, где хранится вся история и локально история не
-хранится, а хранится только рабочая копия файлов. Конечно "Разделяемый" в
-данном контексте значит, что он разделен между ветками. Он *может* быть
-разделен между людьми, но отдельные ветки также могут быть разделены между
-людьми.
-
-В Bazaar_ термин "Разделяемый репозиторий" - это место где несколько веток
-могут *разделять* их историю ревизий. Что бы поддерживать
-децентрализованную схему работы каждая ветка может хранить свою
-собственную историю ревизий. Но часто это не эффективно, т.к. зависимые
-ветки разделяют историю и они могут так же разделять и хранилище истории.
-
-
-..
-   vim: tw=74 ft=rst spell spelllang=en_us

=== removed file 'doc/ru/tutorials/tutorial.txt'
--- old/doc/ru/tutorials/tutorial.txt	2010-11-12 22:36:19 +0000
+++ new/doc/ru/tutorials/tutorial.txt	1970-01-01 00:00:00 +0000
@@ -1,591 +0,0 @@
-.. Этот файл в формате ReStructuredText - он может быть отформатирован в HTML,
-.. или текст. В будущем планируется выделять примеры команд и автоматически
-.. тестировать их.
-
-.. Данный текст сначала был на Wiki
-.. http://bazaar.canonical.com/IntroductionToBzr
-.. но был перемещен в дерево исходного кода что бы синхронизироваться
-.. с исходным кодом и возможно автоматически тестироваться.
-
-==============
-Учебник Bazaar
-==============
-
-Текущая версия для bzr-0.91, 2007-08
-
-
-Введение
-========
-
-Если вы уже знакомы с распределенными системами контроля версий, то можете
-сразу перейти к "Представляемся Bazaar". Если, с другой стороны, вы знакомы с
-системами контроля версий, но не знакомы с распределенными системами, тогда
-стоит начать с "Чем отличаются распределенные системы". Иначе, возьмите кофе
-или чай, расположитесь поудобнее и продолжим чтение.
-
-Назначение контроля версий
-==========================
-
-Есть шансы, что вы уже работали с какими-либо текстовыми данными -- исходниками
-программ, Web-сайтами, или конфигурационными файлами с которыми имеют дело
-администраторы систем Unix в /etc. Также есть хорошие шансы, что вы делали
-ошибки, которые вызывали потом глубокое сожаление. Возможно вы удалили
-конфигурационный файл для вашего почтового сервера, или повредили исходный код
-любимого проекта. Не важно что конкретно случилось, но вы просто удалили важную
-информацию которую вы безнадежно хотели бы вернуть. Если такое когда либо
-случалось с вами, то вы возможно готовы для Bazaar.
-
-Системы контроля версий, такие как Bazaar дают возможность отслеживать
-изменения для каталога, который они изменяют в нечто более сложное, что
-называется **ветка**. Ветка не только сохраняет то как каталог выглядит в
-данный момент, но также как он выглядел в различные моменты в прошлом. Затем,
-когда вы сделаете что-то, что бы вы не хотели делать, вы сможете восстановить
-каталог в том виде как он выглядел в какой-то момент в прошлом.
-
-Системы контроля версий дают пользователям возможность сохранять изменения на
-ветке "фиксируя **ревизию**". Созданная ревизия фактически является сводкой
-изменений, которые были сделаны с последнего момента когда дерево было
-сохранено.
-
-Эти ревизии имеют также и другое назначение. Например, можно комментировать
-ревизии, записав, что значит данный набор изменений, через необязательную
-запись в журнале. Реальные записи в журнале могут быть похожи на "Исправлен
-Web-шаблон для закрытия таблицы" и "Добавлена поддержка SFTP. Исправлен #595"
-
-Мы храним этот журнал, что бы позже, в случае каких-либо проблем с SFTP, можно
-было определить когда могла произойти проблема.
-
-Чем отличаются распределенные системы
--------------------------------------
-
-Многие системы контроля версий хранят данные на серверах. Если кто-то хочет
-работать с кодом, который хранится в системе тогда ему нужно установить
-соединение с сервером и "создать рабочую копию" кода. При этом создается
-каталог в котором можно менять файлы и затем фиксировать изменения. Клиент
-системы затем соединяется с сервером системы и сохраняет изменения. Этот метод
-известен как централизованная модель.
-
-Централизованная модель может иметь некоторые недостатки. Централизованная
-система требует наличия соединения с сервером для любых действий по контролю
-версий. Это может быть проблематичным если сервер находится на другой машине в
-интернете, а клиент - нет. Или, хуже, клиент **в** интернете, а сервер - нет.
-
-Распределенные системы контроля версий обходят эту проблему сохраняя ветки на
-той же машине на которой находится клиент. В случае с Bazaar, ветка находится в
-том же самом месте, что и код хранящийся под контролем версий. Это позволяет
-пользователю сохранять (**фиксировать**) изменения когда он захочет -- даже без
-сетевого подключения. Пользователю нужен доступ к интернету только когда он
-хочет получить доступ к чьей-либо ветке в другом месте.
-
-Общее требование, что многие люди хотят отслеживать изменения для каталога,
-такие как изменения файлов и изменения в подкаталогах. Отслеживать это
-"руками" ужасный процесс, который со временем становится громоздким. До тех пор
-пока вы не попробуете систему контроля версий, такую как Bazaar. Такие
-инструменты автоматизируют процесс сохранения данных, создавая **ревизии**
-дерева каталога когда пользователь запрашивает сделать это.
-
-Системы контроля версий, такие как Bazaar, могут делать намного больше чем
-просто хранить изменения и отменять ошибочные действия. Например, с помощью
-Bazaar разработчики могут взять изменения кода на одной ветке и объединить их
-со связанной веткой -- даже если эти изменения хранятся на ветке которую создал
-кто-то другой. Это позволяет разработчикам сотрудничать без необходимости
-открывать доступ на запись к репозиторию.
-
-Bazaar помнит ''предков'' ревизии: предыдущие ревизии на которых основана
-текущая ревизия. Одна ревизия может иметь больше одного прямого потомка, каждый
-из которых со своими изменениями, что представляет дивергенцию в эволюции
-дерева. Создание веток в Bazaar позволяет нескольким людям сотрудничать в
-эволюции проекта, без необходимости работать жестко по шагам. Создание веток
-может быть полезным даже для одного разработчика.
-
-Представляемся Bazaar
-=====================
-
-Bazaar устанавливает единственную новую команду, **bzr**. Все возможности
-предоставляются через под-команды этой команды. Вы можете просмотреть краткую
-справку командой ``bzr help``. Некоторые идеи группируются по темам,
-используйте ``bzr help topics`` для списка доступных тем.
-
-Одна из функций системы контроля версий -- отслеживать кто сделал изменения. В
-распределенных системах для этого требуется идентифицировать каждого автора
-уникально в глобальном плане. Большинство людей уже имеют такой идентификатор:
-email адрес. Bazaar достаточно умен, что бы автоматически создавать email адрес
-из текущего имени и адреса хоста. Если вам не нравится предположение которое
-делает Bazaar вы сможете выбрать из трех опций:
-
- #. Установить email адрес через ``bzr whoami``. Это наиболее простой путь.
-
-    Что бы установить такой глобальный идентификатор, используйте::
-
-     % bzr whoami "Ваше Имя <email@example.com>"
-
-    Если вы хотите использовать разные адреса для разных веток, то зайдите
-    в каталог с веткой и используйте::
-
-     % bzr whoami --branch "Ваше Имя <email@example.com>"
-
- #. Установить email адрес в ``~/.bazaar/bazaar.conf`` [1]_, добавив следующие
-    строчки. Заметьте, что ``[DEFAULT]`` зависит от регистра символов::
-
-        [DEFAULT]
-        email=Ваше Имя <email@isp.com>
-
-    Как и выше вы можете переопределить эти установки для каждой ветки
-    создав секцию для ветки в ``~/.bazaar/locations.conf`` и добавив
-    следующие строчки::
-
-        [/путь/к/ветке]
-        email=Ваше Имя <email@isp.com>
-
- #. Переопределить два предыдущих способа, установив ваш полный email адрес в
-    глобальную переменную среды ``$BZR_EMAIL``, или ``$EMAIL`` (``$BZR_EMAIL``
-    имеет больший приоритет).
-
-.. [1] Для Windows пользовательские файлы конфигурации могут быть найдены в
-   каталоге с данными приложений. Таким образом вместо
-   ``~/.bazaar/branch.conf`` конфигурация может быть найдена в:
-   ``C:\Documents and Settings\<пользователь>\Application Data\Bazaar\2.0\branch.conf``. Там же могут
-   быть найдены ``locations.conf``, ``ignore`` и каталог ``plugins``.
-
-Создаем ветку
-=============
-
-История по-умолчанию хранится на ветке в каталоге .bzr. В будущих версиях
-Bazaar будут средства для хранения истории в отдельном репозитории, который
-также сможет быть удаленным.
-
-Мы создаем новую ветку выполнив ``bzr init`` в уже созданном каталоге::
-
-    % mkdir tutorial
-    % cd tutorial
-    % ls -a
-    ./  ../
-    % pwd
-    /home/mbp/work/bzr.test/tutorial
-    %
-    % bzr init
-    % ls -aF
-    ./  ../  .bzr/
-    %
-
-Как и в CVS здесь три класса файлов: неизвестные, игнорируемые и под контролем
-версий. Команда **add** ставит файл под контроль версий, т.е. изменения в нем
-будут записываться системой::
-
-    % echo 'hello world' > hello.txt
-    % bzr status
-    unknown:
-      hello.txt
-    % bzr add hello.txt
-    added hello.txt
-    % bzr status
-    added:
-      hello.txt
-
-Если вы добавили не тот файл просто сделайте ``bzr remove``, что бы сделать его
-опять неизвестным. Рабочая копия файла не будет удалена в этом случае, хотя она
-может быть удалена в других случаях [2]_.
-
-.. [2] ``bzr remove`` удалит рабочую копию если она находится под контролем
-   версий, но не имеет изменений с последней зафиксированной версии. Вы
-   можете оставить файл указав опцию ``--keep`` для ``bzr remove``, или
-   удалить с опцией ``--force``.
-
-Размещение веток
-================
-
-Вся история хранится на ветке, которая является всего лишь каталогом на диске
-содержащим файлы управления. По-умолчанию здесь нет отдельного репозитория, или
-базы данных как в svn, или svk. По желанию вы можете создать репозиторий (см.
-команду ``bzr init-repo``). Это можно сделать в случае очень больших веток, или
-большого количества веток для проекта среднего размера.
-
-Мы обычно обращаемся к веткам на нашем компьютере просто передав имя каталога
-содержащего ветку. bzr также поддерживает доступ к веткам через HTTP и SFTP,
-например::
-
-    % bzr log http://bazaar.launchpad.net/~bzr-pqm/bzr/bzr.dev/
-    % bzr log sftp://bazaar.launchpad.net/~bzr-pqm/bzr/bzr.dev/
-
-Установив для bzr плагины можно также осуществлять доступ к веткам с
-использованием rsync.
-
-Смотрите секцию `Публикация ветки`_ что бы получить больше информации о том как
-поместить свою ветку в нужное место.
-
-Просмотр изменений
-==================
-
-Как только вы закончили свою работу, вы захотите **зафиксировать** ее в истории
-ревизий. Хорошая практика фиксировать изменения достаточно часто: когда
-заработала новая функциональность, исправлена ошибка, или улучшен код, или
-документация. При этом стоит проверить, что код компилируется и проходит все
-тесты перед фиксацией, что бы быть уверенным, что каждая ревизия в хорошем
-состоянии. Также можно просмотреть свои изменения, для уверенности, что вы
-фиксируете именно то, что хотели и получить шанс проверить свою работу перед
-тем как записать ее постоянно.
-
-Две команды bzr особенно полезны здесь: **status** и **diff**.
-
-bzr status
-----------
-
-Команда **status** показывает какие изменения были сделаны в рабочем каталоге
-с момента последней ревизии::
-
-    % bzr status
-    modified:
-       foo
-
-``bzr status`` скрывает "неинтересные" файлы которые, либо не менялись, либо
-игнорируются. Также команде status могут быть переданы необязательные имена
-файлов, или каталогов для проверки.
-
-bzr diff
---------
-
-Команда **diff** показывает изменения в тексте файлов в стандартном формате
-diff. Вывод этой команды может быть передан другим командам, таким как
-''patch'', ''diffstat'', ''filterdiff'' и ''colordiff''::
-
-    % bzr diff
-    === added file 'hello.txt'
-    --- hello.txt   1970-01-01 00:00:00 +0000
-    +++ hello.txt   2005-10-18 14:23:29 +0000
-    @@ -0,0 +1,1 @@
-    +hello world
-
-С опцией ``-r`` дерево файлов сравнивается с ранней ревизией, или показываются
-изменения между двумя ревизиями::
-
-    % bzr diff -r 1000..          # изменения начиная с r1000
-    % bzr diff -r 1000..1100      # изменения c 1000 до 1100
-
-Опция ``--diff-options`` говорит bzr запустить внешнюю программу diff, передав
-ей опции. Например::
-
-    % bzr diff --diff-options --side-by-side foo
-
-Некоторые проекты предпочитают показывать префиксы в начале текста изменений
-для старых (old) и новых (new) файлов. Опция ``--prefix`` может быть
-использована для установки такого префикса. Плюс к этому команда ``bzr diff
--p1`` выводит префиксы в форме которая подходит для команды ``patch -p1``.
-
-Фиксация изменений
-==================
-
-Когда состояние рабочего дерева подходит для сохранения оно может быть
-**зафиксировано** на ветке, что создаст новую ревизию содержащую снимок
-состояния дерева.
-
-bzr commit
-----------
-
-Команде **commit** можно передать сообщение описывающее изменения в ревизии.
-Она также записывает идентификатор пользователя, текущее время и временную
-зону, плюс список измененных файлов и их содержимого. Сообщение описывающее
-изменения определяется через опцию ``-m``, или ``--message``. Можно также
-вводить сообщения состоящие из нескольких строк; в большинстве оболочек вы
-можете сделать это оставив открытую кавычку в конце строки.
-
-::
-
-    % bzr commit -m "добавлен первый файл"
-
-Также можно использовать опцию ``-F``, для получения сообщения из файла.
-Некоторые люди делают заметки изменений во время работы над ними, а затем
-просматривают изменения, что бы быть уверенными, что они сделали то, что хотели
-сделать. (Этот файл может быть также полезен когда вы возвращаетесь к своей
-работе после перерыва.)
-
-Сообщение из текстового редактора
-=================================
-
-Если вы не используете опции ``-m`` и ``-F`` тогда bzr откроет текстовый
-редактор для ввода сообщения. Какой редактор запускать может быть настроено
-через переменные среды ``$VISUAL``, или ``$EDITOR``, которые могут быть
-переопределены опцией ``editor`` в файле ``~/.bazaar/bazaar.conf``; опция
-``$BZR_EDITOR`` переопределяет все описанные выше настройки. Если вы выходите
-из редактора без каких-либо изменений, то фиксация будет прервана.
-
-Файл который открывается в редакторе содержит горизонтальную линию. Часть файла
-ниже этой линии включена только для информации и не будет частью сообщения об
-изменениях. Ниже линии показывается список файлов которые были изменены. Для
-создания сообщения вам надо написать свое сообщение выше линии, сохранить его и
-выйти из редактора.
-
-Если вы хотите увидеть изменения содержимого файлов которые будут
-зафиксированы, при редактировании сообщения вам нужно указать опцию
-``--show-diff`` для команды ``commit``. Эта опция добавит изменения в файл
-который будет открыт в редакторе ниже линии и списка измененных файлов. Это
-значит, что вы можете читать изменения при редактировании сообщения, но они не
-будут включены в сообщение когда вы закончите редактировать. Если вы хотите,
-что бы части изменений были включены в сообщение вы можете скопировать и
-вставить их выше ограничительной линии.
-
-Выборочная фиксация
--------------------
-
-Если вы передадите список имен файлов, или каталогов после команды commit, то
-будут зафиксированы только изменения для переданных объектов. Например::
-
-    % bzr commit -m "исправления документации" commit.py
-
-По умолчанию bzr всегда фиксирует все изменения для дерева, даже если запущен
-из подкаталога. Что бы зафиксировать только изменения от текущего каталога
-и ниже, используйте::
-
-    % bzr commit .
-
-
-Удаление не зафиксированных изменений
-=====================================
-
-Если вы сделали какие-либо изменения и не хотите оставлять их, используйте
-команду **revert**, что бы вернутся к состоянию предыдущей ревизии. Хорошая
-идея, использовать сначала ``bzr diff`` для просмотра изменений. По умолчанию
-команда revert отменяет изменения на всем дереве, но если ей переданы имена
-файлов, или каталогов то будут затронуты только они. ``bzr revert`` также
-очищает список ревизий ожидающих объединения.
-
-Игнорирование файлов
-====================
-
-Многие деревья с исходным кодом содержат файлы которые не нужно хранить под
-контролем версий, например резервные файлы текстового редактора, объектные
-файлы и собранные программы. Вы можете просто не добавлять их, но они всегда
-будут обнаруживаться как неизвестные. Вы также можете сказать bzr игнорировать
-их добавив их в файл ``.bzrignore`` в корне рабочего дерева.
-
-Этот файл содержит список шаблонов файлов, по одному в каждой строчке. Обычное
-содержимое может быть таким::
-
-    *.o
-    *~
-    *.tmp
-    *.py[co]
-
-Если шаблон содержит слеш, то он будет сопоставлен с полным путем начиная от
-корня рабочего дерева; иначе он сопоставляется только с именем файла. Таким
-образом пример выше игнорирует файлы с расширением ``.o`` во всех
-подкаталогах, но пример ниже игнорирует только ``config.h`` в корне рабочего
-дерева и HTML файлы в каталоге ``doc/``::
-
-    ./config.h
-    doc/*.html
-
-Для получения списка файлов которые игнорируются и соответствующих им шаблонов
-используйте команду ``bzr ignored``::
-
-    % bzr ignored
-    config.h                 ./config.h
-    configure.in~            *~
-
-Нет проблем если шаблон для игнорирования подходит для файла под контролем
-версий, или вы добавили файл который игнорируется. Шаблоны не имеют никакого
-эффекта на файлы под контролем версий, они только определяют показываются
-неизвестные файлы, или просто игнорируются.
-
-Файл ``.bzrignore`` обычно должен быть под контролем версий, что бы новые копии
-ветки видели такие же шаблоны::
-
-    % bzr add .bzrignore
-    % bzr commit -m "Добавлены шаблоны для игнорирования"
-
-
-Глобальные шаблоны для игнорирования
-------------------------------------
-
-Обычно есть файлы которые нужно игнорировать и они не специфичны для отдельных
-проектов, а скорее специфичны для пользователя. Например, временные файлы
-текстового редактора, или персональные временные файлы. Вместо того, что бы
-добавлять их для игнорирования в каждом проекте, bzr поддерживает глобальный
-файл игнорирования ``~/.bazaar/ignore`` [1]_. Он имеет такой же синтаксис, что
-и файл игнорирования для каждого проекта.
-
-
-Просмотр истории
-================
-
-bzr log
--------
-
-Команда ``bzr log`` показывает список предыдущих ревизий. Команда ``bzr log
---forward`` делает тоже самое, но в хронологическом порядке, показывая более
-поздние ревизии в конце.
-
-Как и ``bzr diff``, ``bzr log`` поддерживает опцию ``-r``::
-
-    % bzr log -r 1000..          # Ревизия 1000 и все после нее
-    % bzr log -r ..1000          # Все до и включая r1000
-    % bzr log -r 1000..1100      # изменения с 1000 до 1100
-    % bzr log -r 1000            # Изменения только для ревизии 1000
-
-
-Статистика ветки
-================
-
-Команда ``bzr info`` показывает суммарную информацию о рабочем дереве и истории
-на ветке.
-
-
-Каталоги под контролем версий
-=============================
-
-bzr может контролировать файлы и каталоги, отслеживая переименования и
-упрощая их последующее объединение::
-
-    % mkdir src
-    % echo 'int main() {}' > src/simple.c
-    % bzr add src
-    added src
-    added src/simple.c
-    % bzr status
-    added:
-      src/
-      src/simple.c
-
-
-Удаление файлов
-===============
-
-Вы можете удалить файл, или каталог из под контроля версий просто удалив их
-из рабочего каталога. Это немного отличается от CVS, которая требует что бы вы
-также сделали ``cvs remove``.
-
-``bzr remove`` удаляет файл из под контроля версий, но может и не удалять
-рабочую копию файла [2]_. Это удобно когда вы добавили не тот файл, или решили,
-что файл на самом деле не должен быть под контролем версий.
-
-::
-
-    % rm -r src
-    % bzr remove -v hello.txt
-    ?       hello.txt
-    % bzr status
-    removed:
-      hello.txt
-      src/
-      src/simple.c
-    unknown:
-      hello.txt
-
-Если вы вдруг удалили не тот файл, то вы можете использовать ``bzr revert`` что
-бы восстановить его.
-
-
-Ветвление
-=========
-
-Часто вместо того что бы начинать свой собственный проект, вы хотите предложить
-изменения для уже готового проекта. Что бы сделать это вам нужно получить копию
-готовой ветки. Так как эта копия может быть потенциальной новой веткой эта
-команда называется **branch**::
-
-    % bzr branch lp:bzr bzr.dev
-    % cd bzr.dev
-
-Эта команда копирует полную историю ветки и после этого вы можете делать все
-операции с ней локально: просматривать журнал, создавать и объединять другие
-ветки. Здесь также есть опция для получения только части истории если это
-необходимо.
-
-Копию другой ветки можно также получить просто скопировав ее каталог,
-развернув архив, или скопировав удаленно через такую утилиту как rsync.
-
-
-Следование за изменениями основного проекта
-===========================================
-
-Вы можете обновлять свою ветку из родительской через получение ее изменений::
-
-    % bzr pull
-
-После этого локальный каталог будет копией родительского. Это включает и
-''историю ревизий'' - список изменений сделанных на родительской ветке, а не
-объединенных с других веток.
-
-Эта команда работает только если локальная ветка, либо более старая копия
-родительской ветки без новых фиксаций, либо все последние фиксации уже были
-объединены с родительской веткой.
-
-Объединение со связанных веток
-==============================
-
-Если две ветки разошлись (обе имеют уникальные изменения) тогда ``bzr merge`` -
-это подходящая команда для использования. Объединение автоматически вычислит
-изменения которые существуют на объединяемой ветке и отсутствуют в локальной
-ветке и попытается объединить их с локальной веткой.
-
-::
-
-  % bzr merge URL
-
-В случае конфликта при объединении будут созданы три файла с одними именем, но
-разными расширениями. Файл с общими изменениями будет с расширением ".BASE",
-файл с локальными изменениями будет с расширением ".THIS" и файл с изменениями
-из объединяемой ветки будет с расширением ".OTHER". Используя такую программу
-как kdiff3 вы теперь сможете достаточно легко объединить их в один файл. Для
-фиксации изменений вам нужно переименовать объединенный файл (".THIS") в файл с
-оригинальным именем. И для завершения исправления конфликта нужно использовать
-команду resolve, которая удалит файлы ".OTHER" и ".BASE". Команда commit будет
-выдавать ошибку пока существует один из файлов с расширением .BASE, .THIS, или
-.OTHER.
-
-::
-
-  % kdiff3 file.BASE file.OTHER file.THIS
-  % mv file.THIS file
-  % bzr resolve file
-
-[**TODO**: описать маркеры конфликтов внутри файлов]
-
-
-Публикация ветки
-================
-
-Для публикации ветки bzr вам не нужен специализированный сервер, нужен просто
-обычный Web-сервер. Просто перенесите файлы на ваш сервер, включая каталог
-.bzr. Можно опубликовать ветку (или изменения на ветке) одним из следующих трех
-способов:
-
-* Лучший способ - использовать для этого сам bzr.
-
-  ::
-
-    % bzr push sftp://servername.com/path/to/directory
-
-  (Каталог назначения должна быть создан заранее, если только не указана
-  опция ``--create-prefix``)
-
-* Другой способ - плагин ``rspush`` который включен в BzrTools и использует
-  rsync для публикации изменений в истории ревизий и рабочем дереве.
-
-* Вы также можете скопировать файлы руками, переслав архив, или используя
-  rsync, или другой метод пересылки. Обычно это менее безопасно чем
-  использовать команду ``push``, но может быть быстрее и проще в каких-то
-  ситуациях.
-
-Перемещение изменений между деревьями
-=====================================
-
-Это случается и с лучшими из нас: в какой-то момент вы делаете изменения не в
-том дереве файлов. Возможно потому, что вы случайно начали работать не в том
-каталоге, либо изменений оказались больше чем вы ожидали и вы решили создать
-для них новую ветку.
-
-Для перемещения изменений из одного дерева в другое используйте
-
-::
-
-  % cd NEWDIR
-  % bzr merge --uncommitted OLDDIR
-
-Эта команда перенесет все не зафиксированные изменения с ветки OLDDIR на ветку
-NEWDIR. Команда не будет переносить зафиксированные изменения, даже если они
-могли бы быть объединены с NEWDIR обычным объединением. Изменения также
-остаются и в OLDDIR, но вы можете использовать ``bzr revert OLDDIR`` для их
-удаления, как-то только убедитесь, что с NEWDIR все нормально.
-
-NEWDIR не обязательно должен быть копией OLDDIR, но они должны быть связанными
-ветками. Чем больше они отличаются, тем больше шанс возникновения конфликтов.

=== removed file 'doc/ru/tutorials/using_bazaar_with_launchpad.txt'
--- old/doc/ru/tutorials/using_bazaar_with_launchpad.txt	2010-08-17 06:45:33 +0000
+++ new/doc/ru/tutorials/using_bazaar_with_launchpad.txt	1970-01-01 00:00:00 +0000
@@ -1,461 +0,0 @@
-================================
-Использование Bazaar с Launchpad
-================================
-
-.. contents::
-	Содержание
-.. sectnum::
-
-Мотивация
-=========
-
-Сообщества отличаются от команд
--------------------------------
-
-Количество человек в команде, необходимой для создания первой версии
-какого-либо программного обеспечения, может различаться в разы - от одного
-человека до нескольких тысяч. В зависимости от требований, сложность задач, как
-технических, так и управленческих, может быть просто огромна. Как описано в
-Руководстве пользователя Bazaar, выбор "правильных" процессов и использование
-таких инструментов как Bazaar, может существенно помочь в поддержке
-соответствующих рабочих циклов.
-
-Но успех программного обеспечения требует больше чем просто хорошую команду -
-здесь требуется здоровое и активное *сообщество*. Обычно эта группа намного
-больше команды, поскольку включает всех заинтересованных в данном программном
-обеспечении: команду разработки, пользователей, партнеров по подготовке
-кадров, партнеров по поддержке, сторонних разработчиков и так далее.
-
-Хорошие сообщества хорошо известны в мире открытого исходного кода. Но их
-полезность намного выше этого: большинство успешных поставщиков коммерческого
-программного обеспечения достаточно опытны в создании и управлении
-сообществами, которые растут вокруг их флагманских продуктов.
-
-Как и хорошие команды, хорошие сообщества не появляются просто так. Правильная
-политика и руководящие принципы имеют основополагающее значение при развитии
-правильного поведения и здорового отношения между участниками. Для более
-подробного понимания этой темы можно обратится к основополагающей книге Карла
-Фогеля (Karl Fogel): `Создание программного обеспечения с открытым кодом
-(Producing Open Source Software) <http://www.producingoss.com/>`_.
-
-
-Потребность в совместных средах разработки
-------------------------------------------
-
-Развитый набор инструментов также важен для отслеживания и управления
-информацией и рабочими процессами в сообществе. Такие инструменты называются
-совместными средами разработки (Collaborative Development Environments
-(CDEs)). Обычно эти инструменты работают на базе Web'а и управляют такими
-вещами как анонсы, задачи и ошибки, вопросы и ответы, ресурсы для скачивания,
-документы и исходный код. Вот несколько примеров совместных сред разработки:
-`Launchpad <https://launchpad.net>`_,
-`SourceForge <http://sourceforge.net>`_,
-`java.net <http://java.net>`_ и
-`SAP Community Network <https://www.sdn.sap.com/irj/sdn>`_.
-
-
-Помощь сообществам в работе с зависимыми от них сообществами
-------------------------------------------------------------
-
-Многие успешные продукты имеют большое число зависящих от них проектов.
-Другими словами, с успехом проекта появляется новая задача: общение с другими
-сообществами и понимание того как ваши изменения скажутся на них. Это наиболее
-очевидно для таких проектов как:
-
-* языков программирования, например, Python, PHP, Ruby, Java, Perl и др.
-* компиляторов, например, gcc, JDK и др.
-* библиотек, например, zlib, openssl и др.
-* каркасов, например, Zope, Ruby on Rails, Spring и др.
-
-В равной степени это относится и к популярным приложениям для которых могут
-создаваться дополнения, например, Firefox, Thunderbird, OpenOffice.org,
-Drupal, Wordpress, Joomla и др.
-
-Здесь необходимы инструменты, которые помогают сообществам работать вместе над
-отслеживанием и управлением задачами и исправлениями между сообществами. Такие
-инструменты помогают людям по обе стороны:
-
-* пользователи могут сообщить о проблемах своими словами, например, построение
-  изображения типа X не работает в приложении Y под операционной системой Z.
-
-* разработчики могут лучше оценить реакцию на сделанное изменение или
-  исправление, например, сделает ли исправление этой ошибки в графической
-  библиотеки счастливее пользователей этих 5-и приложений под этими 10-ю
-  операционными системами.
-
-Посредники играют важную роль *соединяя точки* и создавая коммуникацию между
-верхней и нижней точками линии. Во многих случаях, они могут так же исправить
-проблему для конечного пользователя, выпустив заплатку и передав рекомендуемое
-исправление основной команде разработчиков. Отслеживание всего этого в течении
-продолжительного времени - задача не из легких.
-
-Launchpad: Больше разработки, меньше трений
--------------------------------------------
-
-Кроме спонсорства разработки `Ubuntu <http://www.ubuntu.com>`_ и `Bazaar
-<http://bazaar.canonical.com>`_, Canonical так же предоставляет Launchpad,
-https://launchpad.net, как бесплатный сервис для сообществ с открытым исходным
-кодом. Launchpad является одной из самых интересных сред совместной разработки
-по следующим причинам:
-
-* он создает связь между многими отслеживаемыми сущностями, например, ветки
-  исходного кода могут быть связаны с исправлением ошибок
-
-* кроме управления накопленными знаниями, также предоставляется планирование и
-  поддержка будущего разработки через такие возможности как отслеживание
-  направления развития, контрольные точки и планы развития
-
-* предоставляются инструменты для перевода и сборки пакетов, что снижает
-  барьер для переводчиков и тестеров пожелавших присоединиться к вашему
-  сообществу с помощью
-
-* служит связующим звеном между различными сообществами для совместной работы
-  над связанными задачами и направлениями развития.
-
-Иными словами, Launchpad был разработан чтобы помочь росту вашего сообщества и
-снизить трения при работе как *внутри* сообщества, так и *между* сообществами.
-В конечном счете, это означает, что тратится меньше времени на рутинные задачи
-и больше на интересные разработки.
-
-
-Bazaar: клиент системы контроля версий для Launchpad
-----------------------------------------------------
-
-Это руководство рассматривает как Bazaar и Launchpad могут быть использованы
-вместе и дополнять друг друга. Важно помнить о том, что:
-
-1. Bazaar можно использовать без Launchpad
-2. Launchpad можно использовать без Bazaar.
-
-И все же, по замыслу, их сумма больше чем каждый из инструментов по
-отдельности.
-
-
-Поиск и просмотр веток с помощью Launchpad
-==========================================
-
-Поиск доступных веток
----------------------
-
-Хотя использование распределённой системы контроля версий даёт много
-преимуществ, в то же время исчезает всезнающий центральный сервер, который
-знает обо всех доступных ветках. Действительно, в распределённой среде
-интересующие ветки могут буквально существовать в сотнях мест во всему
-Интернету (или внутри Интранета).
-
-Launchpad заполняет этот пробел, предоставляя реестр веток.
-
-
-Регистрация веток
------------------
-
-Ветки могут быть загружены на Launchpad или просто зарегистрированы как
-доступные из внешних источников. Веткам так же можно назначать статусы, такие
-как *Новая*, *В разработке*, *Готовая* или *Отмененная*.
-
-Заметка: Внешние ветки могут даже располагаться в старых системах контроля
-версий, таких как CVS и Subversion. Код из этих систем будет периодически
-сканироваться и преобразовываться в ветки Bazaar. Конечно же, для максимальной
-точности, предпочтительнее чтобы внешние ветки были в формате Bazaar.
-
-
-Просмотр веток
---------------
-
-Для веток можно просматривать их список, фильтровать и сортировать по
-множеству атрибутов, включая Имя, Регистратора, Автора, Состояние, Возраст и
-время последней фиксации. Также работает просмотр веток, что легко позволяет
-увидеть следующее:
-
-* откуда можно скачать ветку
-* как залить изменения
-* недавние фиксации и изменения, сделанные каждым разработчиком
-* исходный код отдельных файлов для указанной ревизии.
-
-
-Доступ к коду в Launchpad с помощью Bazaar
-==========================================
-
-Получение кода для проекта с открытым исходным кодом
-----------------------------------------------------
-
-Launchpad отслеживает тысячи проектов с открытым исходным кодом и вне
-зависимости от того хранится этот код в Bazaar, CVS или Subversion
-пользователи Bazaar легко могут получить этот код так::
-
-	bzr branch lp:имя-проекта
-
-где `имя-проекта` - это идентификатор проекта на Launchpad. Вот некоторые
-примеры::
-
-	bzr branch lp:inkscape
-	bzr branch lp:amarok
-	bzr branch lp:python
-	bzr branch lp:rails
-	bzr branch lp:java-gnome
-
-После этого вы можете просматривать код локально с помощью вашего любимого
-редактора или среды разработки и при желании изменять его.
-
-Если для проекта зарегистрировано несколько выпусков (например, выпуск
-разработки в выпуск поддержки), тогда свежий код для заданного выпуска можно
-получить используя команду::
-
-	bzr branch lp:имя-проекта/выпуск
-
-Публикация ваших изменений
---------------------------
-
-Исправив эту надоедливую ошибку или добавив новую крутую возможность, о
-которой вы давно мечтали, пришло время удивить ваших друзей и сделать мир
-лучше, сделав ваш код доступным для других. Как уже объяснялось раньше,
-Launchpad это бесплатная служба для размещения веток Bazaar и поэтому вы
-можете опубликовать свою ветку на нём, так чтобы другие смогли получить доступ
-к вашему коду. Например, предположим что вы уже участник соответствующей
-команды, авторизуйтесь на Launchpad таким образом::
-
-	bzr launchpad-login пользователь
-
-где `пользователь` - это ваш идентификатор пользователя Launchpad. После этого
-вы можете залить ваши изменения на ветку команды вот так::
-
-	bzr push lp:~имя-команды/имя-проекта/имя-ветки
-
-Теперь другие могут скачать ваш код таким образом::
-
-	bzr branch lp:~имя-команды/имя-проекта/имя-ветки
-
-
-Личные ветки
-------------
-
-Даже если вы не член какой-либо команды Launchpad можно использовать для
-публикации ваших изменений. В этом случае просто создайте личную ветку::
-
-	bzr push lp:~пользователь/имя-проекта/имя-ветки
-
-Другие затем могут скачать ваш код таким образом::
-
-	bzr branch lp:~пользователь/имя-проекта/имя-ветки
-
-Заметка: даже в случае публикации личной ветки будет вежливо уведомить
-основных разработчиков о вашей ветке, чтобы они смогли взять ваши изменения,
-если они подходят и для других пользователей и соответствуют стандартам
-качества проекта.
-
-
-Связывание веток в Launchpad
-============================
-
-Привязка ветки к сообщению об ошибке
-------------------------------------
-
-После регистрации ветки вы можете связать её с ошибкой, чтобы заинтересованные
-в ее исправлении люди могли отслеживать изменения и скачать исправление, когда
-оно станет доступно.
-
-Чтобы сделать это выполните следующие шаги:
-
-1. Перейдите к странице с нужной ошибкой.
-
-2. Выберите `Add branch` (Добавить ветку) в разделе `Actions` (Действия).
-
-3. Выберите ветку.
-
-4. При желании вы можете изменить состояние (State) связи. По умолчанию
-   состояние будет *Fix In Progress* (Работа над исправлением), но вы можете
-   установить другое состояние, например *Fix Available* (Исправление
-   доступно), если ветка уже содержит исправление.
-
-При желании вы также можете добавить произвольный комментарий о связи между
-ошибкой и веткой.
-
-
-Изменение состояния ветки в Launchpad во время фиксации в Bazaar
-----------------------------------------------------------------
-
-Bazaar и Launchpad способны работать вместе, чтобы уменьшить ваши заботы по
-управлению состоянием ветки. Когда вы выполняете фиксацию с помощью Bazaar,
-используйте параметр --fixes::
-
-	bzr commit --fixes lp:1234 -m "..."
-
-где 1234 |--| это идентификатор ошибки. Эти данные изменят State (состояние
-отношения ветки к ошибке) на *Fix Available* (Исправление доступно). Если одна
-единственная фиксация исправляет несколько ошибок, то параметр --fixes может
-быть указан несколько раз.
-
-Самое интересное здесь заключается в том, что вам не обязательно иметь доступ
-к Launchpad в момент фиксации. При использовании ``--fixes`` идентификатор
-ошибки сохраняется в виде специальных метаданных, которые Launchpad увидит при
-очередной публикации ваших изменений или когда ваша публичная ветка будет
-просканирована в очередной раз.
-
-Заметка: Launchpad не будет закрывать сообщение об ошибке только потому, что
-существует ветка с исправлением. Для этого есть несколько причин. Во-первых,
-обычно исправления из вашей ветки должны быть объединены с главной веткой
-разработки, иначе большинство команд не будет считать ошибку исправленной.
-Во-вторых, многие команды придерживаются отдельного процесса для подтверждения
-исправлений ошибок, в добавление к утверждению разработчика об этом.
-
-Как поясняется далее, функция отслеживания объединений веток на Launchpad в
-настоящее время находится в стадии разработки. Как только эта функция будет
-готова более подходящим поведением станет автоматическое изменение состояния
-ошибки на *Fix Committed* (исправление зафиксировано).
-
-
-Связь ветки с планом
---------------------
-
-После регистрации ветки вы можете связать её с планом, чтобы люди,
-заинтересованные в этом плане могли отслеживать и тестировать новые
-возможности по мере разработки.
-
-Чтобы это сделать, выполните следующие шаги:
-
-1. Перейдите к нужному плану (Blueprint).
-
-2. Выберите `Link branch` (Связать ветку) в разделе `Actions` (Действия).
-
-3. Выберите ветку.
-
-При желании вы также можете добавить произвольный комментарий об отношении
-ветки к плану.
-
-
-Управление релизами с помощью Launchpad
-=======================================
-
-Интеграция изменений
---------------------
-
-Когда разработка на ветке закончена и она опубликована, сообщества обычно
-проходят через строгий процесс, прежде чем изменения будут интегрированы в
-основной продукт и предоставлены конечным пользователям. Вот некоторые из
-возможных шагов:
-
-* просмотр изменений другими участниками проекта
-
-* принятие решения, в какой релиз будут включены изменения, например, в
-  следующий релиз с исправлениями, или в следующее крупное обновление, или в
-  оба
-
-* прогон функциональных тестов для выявления ошибок
-
-* измерение производительности
-
-* включение в предварительные версии для тестирования конечными пользователями
-
-* обновление документации, например, заметок о выпуске
-
-* перевод пользовательского интерфейса и документации на разные языки.
-
-Этот раздел дает обзор возможностей Launchpad, которые помогают получить
-высокое качество кода в конечном продукте. Хорошая интеграция с Bazaar
-является основой для того, чтобы это прошло гладко.
-
-Примечание: в тех случаях, когда указано, некоторые из следующих возможностей
-всё ещё находятся в стадии разработки. Если одна или несколько таких
-возможностей вам интересны, рассмотрите возможность вступления в команду
-бета-тестирования Launchpad по следующей ссылке:
-https://help.launchpad.net/JoiningLaunchpadBetaTesters. В этом случае, вы
-сможете получить предварительный доступ к возможностям и сможете дать отзыв
-разработчиками до широкого внедрения.
-
-
-Предложение по объединению веток
---------------------------------
-
-После перехода к ветке в Launchpad, одно из доступных действий - *Propose for
-merging* (Предложить объединение). Это действие позволяет вам указать, с какой
-веткой этот код мог бы быть объединен.
-
-Отслеживание знаний о том, какие ветки предлагается объединить в главную,
-помогает менеджерам выпусков держать на виду то, что ещё должно быть
-завершено, либо может быть завершено, до даты выпуска. Используя эту
-информацию, они могут убедиться, что ветки объединены после завершения их
-необходимых обзоров. В простом случае, менеджер выпуска может объединить ветки
-вручную. В более сложных ситуациях, объединение может быть сделано роботом
-(таким, как `PQM`_) автоматически, когда ветки перейдут в правильное состояние
-(например, *Review completed* (Обзор завершен)).
-
-.. _PQM: https://launchpad.net/pqm
-
-
-Отслеживание обзора кода
-------------------------
-
-Некоторые функции в Launchpad все еще в стадии разработки, например
-отслеживание состояний, обсуждений и результатов обзора кода. Ожидается, что
-эти функции будут интегрированы с предложениями по объединению веток и
-просмотром веток.
-
-
-Архивы личных пакетов (PPAs)
-----------------------------
-
-PPAs помогают разработчикам и командам разработки выдать определенный выпуск
-на руки пользователям для раннего тестирования и получения отзывов. Другими
-словами, PPA позволяет разработчику создать сообщество тестеров,
-заинтересованных в их изменениях. Тестирующее сообщество может установить
-пакеты, запускать их в течение тестового периода, а затем аккуратно удалить их
-из системы.
-
-Дальнейшую информацию можно найти по адресу
-https://help.launchpad.net/PPAQuickStart
-
-
-Переводы
---------
-
-Модуль переводов в Launchpad сделан для того чтобы любой желающий мог легко
-присоединиться к переводу приложений на известные ему языки. Переводчики
-защищены от подробностей низкого уровня.
-
-Launchpad отслеживает переводы для каждой основной версии проекта по
-отдельности, что позволяет переводчикам продолжать совершенствовать перевод
-ваших стабильных релизов, пока другие могут начать работу над новыми версиями,
-которые все ещё находятся в разработке. Скорость перевода увеличивается из-за
-совместного использования ресурсов между проектами. Автоматические подсказки,
-из библиотеки в 750 тысяч переведенных строк, а также сообщество из
-19 тысяч зарегистрированных переводчиков может радикально сократить время,
-необходимое для локализации вашего проекта на многие языки.
-
-
-Итоги
-=====
-
-Сообщества к которым мы присоединяемся, будь то в реальной жизни, или онлайн,
-говорят многое о нас. Обратная сторона этого заключается в инструментах
-которые вы выбираете для сообщества - в частности, CDE и инструмент контроля
-версий. Это может иметь большое значение для тех кто пожелает присоединиться,
-и насколько легко они смогут помочь.
-
-Сами по себе, Launchpad и Bazaar являются очень полезными инструментами.
-Вместе они могут:
-
-* помочь вашему сообществу отслеживать основные ресурсы, такие как исходный
-  код и знания;
-* помочь ему расти, снизив вступительный барьер;
-* помочь ему во взаимодействии с зависимыми сообществами.
-
-В частности, Launchpad является сервисом хранения свободного кода для ваших
-веток Bazaar. Ветки можно просматривать онлайн, их можно связать с ошибками и
-планами. А их статус по отношению к ошибке может автоматически управляться
-упоминанием об ошибке при сохранении в Bazaar. Дальнейшая интеграция находится
-в стадии развития с целью оптимизации процесса от *большой идеи* до
-*работающего кода в руках конечных пользователей*.
-
-Если у вас есть отзывы или пожелания о том, как лучше интегрировать Bazaar и
-Launchpad, пожалуйста связывайтесь с нами через список рассылки
-bazaar@lists.canonical.com.
-
-Хотя Launchpad разработан как бесплатный сервис для поддержки проектов с
-открытыми исходными текстами, Canonical может сделать его доступным и для
-разработчиков коммерческого программного обеспечения, в зависимости от их
-требований. Мы с удовольствием выслушаем ваше мнение, если вы считаете, что
-Launchpad был бы полезен для управления вашим сообществом, будь оно открытое
-или нет.
-
-
-.. |--| unicode:: U+2014

=== removed directory 'doc/ru/user-guide'
=== removed file 'doc/ru/user-guide/branching_a_project.txt'
--- old/doc/ru/user-guide/branching_a_project.txt	2010-11-12 22:36:19 +0000
+++ new/doc/ru/user-guide/branching_a_project.txt	1970-01-01 00:00:00 +0000
@@ -1,112 +0,0 @@
-Branching a project
-===================
-
-Branch URLs
------------
-
-Before someone else can get a copy of your work, you need to
-agree on a transfer technology.
-You may decide to make the top level directory of your branch
-a network share, an approach familiar to Windows users.
-Linux and OS X users might prefer access to be
-via SFTP, a secure protocol built-in to most SSH servers.
-Bazaar is *very* flexible in this regard with support for
-lots of protocols some of which are given below.
-
-  ===========         ======================================================
-  Prefix              Description
-  ===========         ======================================================
-  file://             Access using the standard filesystem (default)
-  sftp://             Access using SFTP (most SSH servers provide SFTP).
-  bzr://              Fast access using the Bazaar smart server.
-  ftp://              Access using passive FTP.
-  http://             Read-only access to branches exported by a web server.
-  ===========         ======================================================
-
-As indicated above, branches are identified using URLs with the
-prefix indicating the transfer technology. If no prefix is given,
-normal filenames are assumed. For a complete list of supported
-protocols, see the ``urlspec`` online help topic or the
-`URL Identifiers <../user-reference/bzr_man.html#url-identifiers>`_
-section of the Bazaar User Reference.
-
-.. _a-reminder-about-shared-repositories:
-
-Напоминание о разделяемых репозиториях
---------------------------------------
-
-Before getting a copy of a branch, have a quick think about
-where to put it on your filesystem. For maximum storage
-efficiency down the track, it is recommended that branches
-be created somewhere under a directory that has been set up
-as a shared repository. (See `Feature branches`_ in
-n `Organizing your workspace`_ for a commonly used layout.)
-For example::
-
-  bzr init-repo my-repo
-  cd my-repo
-
-You are now ready to grab a branch from someone else and
-hack away.
-
-The branch command
-------------------
-
-To get a branch based on an existing branch, use the ``branch`` command.
-The syntax is::
-
-  bzr branch URL [directory]
-
-If a directory is not given, one is created based on the last part of
-the URL. Here are some examples showing a drive qualified path (M:/) and an
-SFTP URL respectively::
-
-  bzr branch M:/cool-trunk
-  bzr branch sftp://bill@mary-laptop/cool-repo/cool-trunk
-
-This example shows explicitly giving the directory name to use for the
-new branch::
-
-  bzr branch /home/mary/cool-repo/cool-trunk cool
-
-Time and space considerations
------------------------------
-
-Depending on the size of the branch being transferred and the
-speed and latency of the network between your computer and the
-source branch, this initial transfer might take some time.
-Subsequent updates should be much faster as only the
-changes are transferred then.
-
-Keep in mind that Bazaar is transferring the
-complete history of the branch, not just the latest snapshot.
-As a consequence, you can be off the network (or disconnected
-from the network share) after ``branch`` completes but you'll
-still be able to ``log`` and ``diff`` the history of the
-branch as much as you want. Furthermore, these operations
-are quick as the history is stored locally.
-
-Note that Bazaar uses smart compression technology to
-minimize the amount of disk space required to store version
-history. In many cases, the complete history of a project
-will take up less disk space than the working copy of
-the latest version.
-
-As explained in later chapters, Bazaar also has support for
-`lightweight checkouts <#getting-a-lightweight-checkout>`_
-of a branch, i.e. working trees with
-no local storage of history. Of course, disconnected usage
-is not available then but that's a tradeoff you can decide
-to make if local disk space is really tight for you. Support for
-limited lookback into history - *history horizons* - is
-currently under development as well.
-
-Viewing branch information
---------------------------
-
-If you wish to see information about a branch including where it came from,
-use the ``info`` command. For example::
-
-  bzr info cool
-
-If no branch is given, information on the current branch is displayed.

=== removed file 'doc/ru/user-guide/core_concepts.txt'
--- old/doc/ru/user-guide/core_concepts.txt	2009-06-05 18:59:14 +0000
+++ new/doc/ru/user-guide/core_concepts.txt	1970-01-01 00:00:00 +0000
@@ -1,115 +0,0 @@
-Основные концепции
-==================
-
-Простая модель для пользователя
--------------------------------
-
-Для использования Bazaar нужно понимать четыре основные концепции:
-
-* **Ревизия** - снимок файлов с которыми вы работаете.
-
-* **Рабочее дерево** - каталог содержащий файлы и каталоги под контролем версий
-
-* **Ветка** - упорядоченный набор ревизий, описывающий историю набора файлов.
-
-* **Репозиторий** - хранилище ревизий.
-
-Давайте рассмотрим каждую концепцию более детально.
-
-Ревизия
--------
-
-Ревизия - это *снимок* состояния дерева файлов и каталогов включающий их
-содержимое и форму. С ревизией так же связаны некоторые мета-данные, например:
-
-* Кто зафиксировал ревизию
-* Когда ревизия была зафиксирована
-* Комментарий к ревизии
-* Родительские ревизии от которых была унаследована данная ревизия
-
-Ревизии не изменяются и могут быть глобально и уникально идентифицированы
-*идентификатором ревизии*. Пример идентификатора::
-
- pqm@pqm.ubuntu.com-20071129184101-u9506rihe4zbzyyz
-
-Идентификаторы ревизий создаются во время фиксации, или, в случае импорта из
-других систем, в момент импорта. Хотя идентификаторы ревизий необходимы для
-внутреннего использования и интеграции с внешними инструментами, специфичные
-для веток *номера ревизий* предпочтительны для людей.
-
-Номера ревизий - это разделенные точками десятичные идентификаторы, такие как
-1, 42 и 2977.1.59, которые отслеживают путь через граф номеров ревизий на
-ветке. Номера ревизий обычно короче чем идентификаторы ревизий и, в пределах
-одной ветки, могут сравниваться друг с другом для получения картины их
-отношений. Например, ревизия 10 - это основная ревизия (см. ниже) следующая
-непосредственно после ревизии 9. Номера ревизий создаются налету, при
-выполнении каждой команды, т.к. они зависят от ревизии являющейся верхушкой
-(т.е. самой последней ревизией) на ветке.
-
-Смотрите `Определение ревизий`_ в приложениях для более детального описания
-огромного количества методов задания ревизий и их диапазонов в Bazaar и
-`Понимание номеров ревизий`_ для более детального описания нумерации ревизий.
-
-.. *TODO: добавить диаграмму*
-
-Рабочее дерево
---------------
-
-Рабочее дерево - это *каталог под контролем версий* содержащий файлы которые
-может редактировать пользователь. Рабочее дерево связано с *веткой*.
-
-Многие команды используют рабочее дерево как контекст, например ``commit``
-создает новую ревизию используя текущее содержимое файлов в рабочем дереве.
-
-.. *TODO: добавить диаграмму*
-
-Ветка
------
-
-В простейшем случае, ветка - это *упорядоченная серия ревизий*. Самая последняя
-ревизия известна как *верхушка*.
-
-Ветки могут быть разделены и *объединены* обратно, формируя *граф* ревизий.
-Технически, граф показывает прямые отношения (между родительской и дочерними
-ревизиями) и не имеет петель, и известен как *направленный ациклический граф*
-(directed acyclic graph (DAG)).
-
-Но не стоит бояться этого названия. Основные вещи которые нужно помнить:
-
-* Основная линия разработки внутри графа называется *основная линия*,
-  или просто *левая сторона*.
-
-* Ветка может иметь другие линии разработки и в этом случае они начинаются
-  в одной точке и заканчиваются в другой.
-
-.. *TODO: добавить диаграмму*
-
-Репозиторий
------------
-
-Репозиторий - это просто *хранилище ревизий*. В простейшем случае, каждая ветка
-имеет свой собственный репозиторий. В других случаях имеет смысл разделять
-репозиторий между ветками для оптимизации дискового пространства.
-
-.. *TODO: добавить диаграмму*
-
-Складывая концепции вместе
---------------------------
-
-Как только вы поняли описанные выше концепции, различные пути использования
-Bazaar станут более понятными. Простейший способ использования Bazaar - это
-использовать *самостоятельное дерево*, совмещающее рабочее дерево, ветку и
-репозиторий в одном месте. Другие часто используемые сценарии включают:
-
-* `Разделяемые репозитории <#a-reminder-about-shared-repositories>`_ -
-  рабочее дерево и ветка находятся вместе, но репозиторий находится в
-  каталоге выше.
-
-* `Стек веток <#using-stacked-branches>`_ - ветка хранит только уникальные
-  для нее ревизии и использует родительский репозиторий для общих ревизий.
-
-* `Легковесные рабочие копии <#getting-a-lightweight-checkout>`_ -
-  ветка хранится в другом месте по сравнению с рабочим деревом.
-
-Лучший путь для использования Bazaar конечно зависит от ваших потребностей.
-Давайте дальше рассмотрим некоторые часто употребляемые способы использования.

=== removed directory 'doc/ru/user-guide/images'
=== removed file 'doc/ru/user-guide/images/workflows_centralized.png'
Binary files old/doc/ru/user-guide/images/workflows_centralized.png	2009-06-01 20:15:36 +0000 and new/doc/ru/user-guide/images/workflows_centralized.png	1970-01-01 00:00:00 +0000 differ
=== removed file 'doc/ru/user-guide/images/workflows_centralized.svg'
--- old/doc/ru/user-guide/images/workflows_centralized.svg	2009-06-01 20:15:36 +0000
+++ new/doc/ru/user-guide/images/workflows_centralized.svg	1970-01-01 00:00:00 +0000
@@ -1,1542 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://web.resource.org/cc/"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="1052.3622"
-   height="744.09448"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.45.1"
-   version="1.0"
-   sodipodi:docbase="/home/ian/Desktop/talk/workflows"
-   sodipodi:docname="workflows_centralized.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_centralized.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90">
-  <defs
-     id="defs4">
-    <radialGradient
-       xlink:href="#linearGradient5992"
-       r="33.156250"
-       inkscape:collect="always"
-       id="radialGradient6000"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,1.693685,0.000000,-197.9515)"
-       fy="285.36218"
-       fx="495.50000"
-       cy="285.36218"
-       cx="495.50000" />
-    <linearGradient
-       y2="187.57059"
-       y1="225.40080"
-       xlink:href="#linearGradient5963"
-       x2="458.91232"
-       x1="383.95898"
-       inkscape:collect="always"
-       id="linearGradient5969"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient3586">
-      <stop
-         style="stop-color:#000000;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop3588" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop3590" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5963">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop5965" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop5967" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5992">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop5994" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop5996" />
-    </linearGradient>
-    <linearGradient
-       y2="-0.45783132"
-       y1="3.3012049"
-       xlink:href="#linearGradient893"
-       x2="0.92957747"
-       x1="-2.3960868e-17"
-       id="linearGradient4284" />
-    <linearGradient
-       y2="-0.033519555"
-       y1="2.0837989"
-       xlink:href="#linearGradient893"
-       x2="0.99074072"
-       x1="-0.77314812"
-       id="linearGradient4283" />
-    <linearGradient
-       y2="1.8771822"
-       y1="-0.033741195"
-       xlink:href="#linearGradient902"
-       x2="0.48453596"
-       x1="0.47041038"
-       id="linearGradient2740"
-       gradientTransform="scale(0.997153,1.002855)" />
-    <linearGradient
-       y2="1.9025002"
-       y1="-0.043652620"
-       xlink:href="#linearGradient902"
-       x2="0.48481107"
-       x1="0.47042510"
-       id="linearGradient1506"
-       gradientTransform="scale(0.995847,1.004170)" />
-    <linearGradient
-       y2="1.8570156"
-       y1="-0.024853170"
-       xlink:href="#linearGradient902"
-       x2="0.48548824"
-       x1="0.47157744"
-       id="linearGradient1505"
-       gradientTransform="scale(0.997825,1.002180)" />
-    <linearGradient
-       y2="182.99154"
-       y1="169.09755"
-       xlink:href="#linearGradient892"
-       x2="88.996957"
-       x1="88.755695"
-       id="linearGradient1404"
-       gradientTransform="scale(1.3695887,0.7301462)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient1317"
-       r="0.34964636"
-       id="radialGradient1316"
-       fy="0.18269235"
-       fx="0.50352114"
-       cy="0.50000006"
-       cx="0.50000000" />
-    <radialGradient
-       xlink:href="#linearGradient1317"
-       r="0.41197181"
-       id="radialGradient1315"
-       fy="0.26666668"
-       fx="0.47535211"
-       cy="0.53333336"
-       cx="0.47887325" />
-    <linearGradient
-       y2="173.03153"
-       y1="177.77768"
-       xlink:href="#linearGradient902"
-       x2="95.100155"
-       x1="101.10657"
-       id="linearGradient1171"
-       gradientTransform="scale(1.3601783,0.7351977)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="1.8378206"
-       y1="-0.016295359"
-       xlink:href="#linearGradient902"
-       x2="0.48655096"
-       x1="0.47284532"
-       id="linearGradient1170"
-       gradientTransform="scale(0.998371,1.001632)" />
-    <linearGradient
-       y2="81.477602"
-       y1="224.57898"
-       xlink:href="#linearGradient893"
-       x2="74.533693"
-       x1="146.69923"
-       id="linearGradient1169"
-       gradientTransform="scale(1.1870691,0.842411)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="133.54711"
-       y1="228.39311"
-       xlink:href="#linearGradient888"
-       x2="88.447016"
-       x1="141.60217"
-       id="linearGradient1167"
-       gradientTransform="scale(1.1838753,0.8446836)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="148.78619"
-       y1="131.25248"
-       xlink:href="#linearGradient1317"
-       x2="107.04918"
-       x1="111.49758"
-       id="linearGradient1166"
-       gradientTransform="scale(1.223869,0.8170809)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="176.28694"
-       y1="269.85831"
-       xlink:href="#linearGradient888"
-       x2="-16.224496"
-       x1="51.460928"
-       id="linearGradient1157"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="234.26866"
-       y1="178.48862"
-       xlink:href="#linearGradient888"
-       x2="25.220815"
-       x1="25.220815"
-       id="linearGradient1156"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="105.42543"
-       y1="76.277559"
-       xlink:href="#linearGradient892"
-       x2="8.346058"
-       x1="35.190362"
-       id="linearGradient1150"
-       gradientTransform="scale(1.3283861,0.7527932)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="20.481863"
-       y1="49.507656"
-       xlink:href="#linearGradient892"
-       x2="70.224305"
-       x1="39.690614"
-       id="linearGradient1148"
-       gradientTransform="scale(1.329144,0.7523639)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="113.71949"
-       y1="90.197025"
-       xlink:href="#linearGradient892"
-       x2="17.876529"
-       x1="39.810948"
-       id="linearGradient1146"
-       gradientTransform="scale(1.3207392,0.7571517)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="251.21892"
-       y1="203.499"
-       xlink:href="#linearGradient892"
-       x2="31.617281"
-       x1="31.449743"
-       id="linearGradient1144"
-       gradientTransform="scale(2.1051174,0.4750329)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="-0.45783132"
-       y1="3.3012049"
-       xlink:href="#linearGradient888"
-       x2="0.92957747"
-       x1="0.00000000"
-       id="linearGradient1141" />
-    <linearGradient
-       y2="232.24952"
-       y1="110.4447"
-       xlink:href="#linearGradient888"
-       x2="41.967061"
-       x1="45.685757"
-       id="linearGradient1140"
-       gradientTransform="scale(1.9102155,0.5235012)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="75.912531"
-       y1="375.92199"
-       xlink:href="#linearGradient1806"
-       x2="-268.25407"
-       x1="-249.72067"
-       id="linearGradient1138"
-       gradientTransform="scale(1.087146,0.9198397)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient1133"
-       r="68.589222"
-       id="radialGradient1132"
-       fy="39.288476"
-       fx="72.107883"
-       cy="56.485935"
-       cx="60.004654"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="11.699047"
-       y1="208.43991"
-       xlink:href="#linearGradient888"
-       x2="95.644441"
-       x1="-77.726178"
-       id="linearGradient905"
-       gradientTransform="scale(1.0964158,0.9120627)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       xlink:href="#linearGradient1806"
-       id="linearGradient901" />
-    <linearGradient
-       y2="91.07699"
-       y1="-3.9104078"
-       xlink:href="#linearGradient888"
-       x2="27.674331"
-       x1="92.437968"
-       id="linearGradient891"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient888">
-      <stop
-         style="stop-color:#626262;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop889" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop890" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient892">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.00000000;"
-         offset="0.00000000"
-         id="stop893" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop894" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient902">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.00000000;"
-         offset="0.00000000"
-         id="stop903" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.22000000;"
-         offset="1.0000000"
-         id="stop904" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1098">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1.0000000;"
-         offset="0.00000000"
-         id="stop1099" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.22314049;"
-         offset="0.50000000"
-         id="stop1101" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.00000000;"
-         offset="0.59930235"
-         id="stop1102" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.60330576;"
-         offset="1.0000000"
-         id="stop1100" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1133">
-      <stop
-         style="stop-color:#8bb7df;stop-opacity:1.0000000;"
-         offset="0.00000000"
-         id="stop1134" />
-      <stop
-         style="stop-color:#2a6092;stop-opacity:1.0000000;"
-         offset="0.76209301"
-         id="stop1136" />
-      <stop
-         style="stop-color:#375e82;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop1135" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1317">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52892560;"
-         offset="0.00000000"
-         id="stop1318" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.17355372;"
-         offset="0.50000000"
-         id="stop1320" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.00000000;"
-         offset="1.0000000"
-         id="stop1319" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient893">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop895" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop896" />
-    </linearGradient>
-    <radialGradient
-       xlink:href="#linearGradient1806"
-       r="11.574221"
-       id="radialGradient1977"
-       fy="39.410465"
-       fx="42.280806"
-       cy="39.007645"
-       cx="42.007257"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient1806">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.35051546;"
-         offset="0.0000000"
-         id="stop1807" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.13402061;"
-         offset="0.64999998"
-         id="stop3276" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop1808" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5281"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5283"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5285"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="5.5130484"
-       inkscape:collect="always"
-       id="radialGradient1828"
-       fy="61.38567"
-       fx="86.542037"
-       cy="61.38567"
-       cx="86.542037"
-       gradientTransform="matrix(-0.8164966,0,0,1.2247449,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="11.123441"
-       inkscape:collect="always"
-       id="radialGradient1824"
-       fy="58.887858"
-       fx="118.06427"
-       cy="58.54025"
-       cx="117.17439"
-       gradientTransform="matrix(-0.6229142,0,0,1.6053575,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="22.00904"
-       inkscape:collect="always"
-       id="radialGradient1822"
-       fy="87.892895"
-       fx="45.50637"
-       cy="88.322677"
-       cx="45.139623"
-       gradientTransform="matrix(-1.0914815,0,0,0.9161859,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="18.836343"
-       inkscape:collect="always"
-       id="radialGradient1818"
-       fy="33.351633"
-       fx="48.40165"
-       cy="32.467054"
-       cx="48.40165"
-       gradientTransform="matrix(-1.1146027,0,0,0.8971807,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="74.834393"
-       y1="57.093738"
-       xlink:href="#linearGradient4376"
-       x2="50.203204"
-       x1="50.52668"
-       inkscape:collect="always"
-       id="linearGradient1815"
-       gradientTransform="matrix(-1.3516689,0,0,0.7398261,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient4384">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop4385" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4386" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4376">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop4377" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4378" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4362">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop4363" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4364" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4358">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop4359" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop4360" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="radialGradient5536"
-       gradientUnits="userSpaceOnUse"
-       cx="42.007257"
-       cy="39.007645"
-       fx="42.280806"
-       fy="39.410465"
-       r="11.574221" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5538"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5540"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5542"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5544"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5546"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       x1="25.220815"
-       y1="178.48862"
-       x2="25.220815"
-       y2="234.26866" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5548"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       x1="51.460928"
-       y1="269.85831"
-       x2="-16.224496"
-       y2="176.28694" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient893"
-       id="linearGradient5550"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.1870691,0.842411)"
-       x1="146.69923"
-       y1="224.57898"
-       x2="74.533693"
-       y2="81.477602" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5552"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.9102155,0.5235012)"
-       x1="45.685757"
-       y1="110.4447"
-       x2="41.967061"
-       y2="232.24952" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5554"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.0964158,0.9120627)"
-       x1="-77.726178"
-       y1="208.43991"
-       x2="95.644441"
-       y2="11.699047" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1133"
-       id="radialGradient5556"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       cx="60.004654"
-       cy="56.485935"
-       fx="72.107883"
-       fy="39.288476"
-       r="68.589222" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5558"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       x1="92.437968"
-       y1="-3.9104078"
-       x2="27.674331"
-       y2="91.07699" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5560"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3207392,0.7571517)"
-       x1="39.810948"
-       y1="90.197025"
-       x2="17.876529"
-       y2="113.71949" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5562"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.329144,0.7523639)"
-       x1="39.690614"
-       y1="49.507656"
-       x2="70.224305"
-       y2="20.481863" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5564"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3283861,0.7527932)"
-       x1="35.190362"
-       y1="76.277559"
-       x2="8.346058"
-       y2="105.42543" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5566"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.1838753,0.8446836)"
-       x1="141.60217"
-       y1="228.39311"
-       x2="88.447016"
-       y2="133.54711" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient902"
-       id="linearGradient5568"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3601783,0.7351977)"
-       x1="101.10657"
-       y1="177.77768"
-       x2="95.100155"
-       y2="173.03153" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5570"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3695887,0.7301462)"
-       x1="88.755695"
-       y1="169.09755"
-       x2="88.996957"
-       y2="182.99154" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1317"
-       id="linearGradient5572"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.223869,0.8170809)"
-       x1="111.49758"
-       y1="131.25248"
-       x2="107.04918"
-       y2="148.78619" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5574"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.1051174,0.4750329)"
-       x1="31.449743"
-       y1="203.499"
-       x2="31.617281"
-       y2="251.21892" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5714"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="39.648127"
-       inkscape:collect="always"
-       id="radialGradient2797"
-       fy="101.92288"
-       fx="50.092871"
-       cy="102.70191"
-       cx="49.760482"
-       gradientTransform="scale(1.1222336,0.8910801)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="35.284406"
-       inkscape:collect="always"
-       id="radialGradient2791"
-       fy="32.061308"
-       fx="81.553592"
-       cy="33.402904"
-       cx="80.599566"
-       gradientTransform="scale(0.8352269,1.1972794)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="67.164412"
-       y1="53.505203"
-       xlink:href="#linearGradient4376"
-       x2="63.804663"
-       x1="64.786456"
-       inkscape:collect="always"
-       id="linearGradient2789"
-       gradientTransform="scale(1.1424512,0.8753109)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient6015">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop6017" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6019" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6009">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop6011" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6013" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6003">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop6005" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6007" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5997">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop5999" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop6001" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient6037"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       y2="0.46093750"
-       y1="0.46093750"
-       xlink:href="#linearGradient650"
-       x2="1.16666818"
-       x1="1.22222710"
-       spreadMethod="repeat"
-       id="linearGradient654"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       y2="0.53906250"
-       y1="0.53125000"
-       xlink:href="#linearGradient650"
-       x2="1.16666901"
-       x1="1.00000548"
-       spreadMethod="repeat"
-       id="linearGradient653"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       id="linearGradient650">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop651" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop652" />
-    </linearGradient>
-    <linearGradient
-       y2="0.46093750"
-       y1="0.46093750"
-       xlink:href="#linearGradient650"
-       x2="1.16666818"
-       x1="1.22222710"
-       spreadMethod="repeat"
-       id="linearGradient9648"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       y2="0.53906250"
-       y1="0.53125000"
-       xlink:href="#linearGradient650"
-       x2="1.16666901"
-       x1="1.00000548"
-       spreadMethod="repeat"
-       id="linearGradient9646"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       id="linearGradient9640">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop9642" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop9644" />
-    </linearGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     gridtolerance="10000"
-     guidetolerance="10"
-     objecttolerance="10"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1.4142136"
-     inkscape:cx="536.99132"
-     inkscape:cy="369.73871"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     width="1052.3622px"
-     height="744.09448px"
-     showgrid="true"
-     inkscape:window-width="1024"
-     inkscape:window-height="712"
-     inkscape:window-x="-4"
-     inkscape:window-y="-4" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <g
-       inkscape:label="Layer 1"
-       id="g4996"
-       transform="matrix(0.331077,0,0,0.2676656,75.992157,230.68349)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157">
-      <g
-         transform="matrix(2.674162,0,0,2.674162,-826.248,-323.8239)"
-         id="g6052">
-        <path
-           style="fill:#c7c7c7;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:6.11299896;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-           sodipodi:nodetypes="czcczzz"
-           id="path1306"
-           d="M 362.77592,187.283 C 360.50343,190.98677 361.20593,367.68763 364.14011,374.65173 C 366.46268,380.1642 441.02381,442.12988 444.93699,443.78694 C 495.35017,443.444 529.34176,425.0858 534.99109,415.38735 C 537.14042,403.1889 535.31621,215.19709 533.25552,211.25359 C 531.47859,207.85312 436.04893,173.6386 432.71615,172.86054 C 429.71763,172.16052 365.30189,183.1661 362.77592,187.283 z " />
-        <path
-           style="fill:#ffffff;fill-opacity:0.54385968;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccccccc"
-           id="path2066"
-           d="M 366.42857,190.93361 C 391.19048,201.4098 418.60601,218.30739 446.22506,231.64072 C 472.394,225.42153 510.2022,217.10972 529.24981,213.77639 C 504.726,221.39543 472.52022,228.51448 447.99641,236.13353 C 446.56784,293.51448 447.257,380.45861 445.82843,437.83956 C 445.11414,379.98242 443.14285,291.6479 442.42856,233.79075 C 415.99999,219.50504 390,206.64789 366.42857,190.93361 z " />
-        <path
-           style="fill:#000000;fill-opacity:0.16228069;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccc"
-           id="path4356"
-           d="M 519.99794,379.97737 C 510.93834,392.99882 482.41849,399.43361 468.8726,394.16864 C 471.21835,393.5424 516.96143,380.96883 519.99794,379.97737 z " />
-        <g
-           transform="translate(2.035534,15.20712)"
-           id="g4374">
-          <path
-             style="fill:#ffffff;fill-opacity:0.39473685;fill-rule:evenodd;stroke:none;stroke-width:1.01199996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-             sodipodi:nodetypes="cccccc"
-             id="path4362"
-             d="M 471.29127,340.59039 L 513.55921,324.30516 C 517.9002,325.84805 517.04588,332.27818 517.04588,332.27818 L 510.46155,334.58088 C 510.46155,334.58088 501.26764,349.01224 484.93096,343.36795 C 484.93096,343.36795 472.7787,345.52605 471.29127,340.59039 z " />
-          <path
-             style="fill:#606060;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.11199999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-             sodipodi:nodetypes="ccccccc"
-             id="path2826"
-             d="M 471.66824,335.10501 C 485.70133,331.45482 499.73443,327.80464 513.76752,324.15445 C 514.30594,326.13864 514.34437,328.99782 513.50779,330.48201 C 511.36566,331.50652 507.10221,332.35425 504.96008,333.37876 C 498.80357,339.27354 493.45917,339.80363 483.65919,338.95243 C 479.87505,339.74603 476.0909,340.36284 472.30676,341.15644 C 471.15285,338.85897 470.82215,337.90248 471.66824,335.10501 z " />
-        </g>
-        <path
-           style="fill:#ffffff;fill-opacity:0.40350874;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccccc"
-           id="path4423"
-           d="M 364.8671,189.69191 L 446.71991,235.61832 L 446.39149,441.00771 L 366.28132,373.53968 L 364.8671,189.69191 z " />
-        <path
-           style="fill:#000000;fill-opacity:0.16228069;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccc"
-           id="path5957"
-           d="M 515.24794,392.97737 C 505.81506,405.42036 486.94113,407.56087 476.3726,403.76831 C 478.1563,403.29212 512.93901,393.73127 515.24794,392.97737 z " />
-        <path
-           style="fill:#000000;fill-opacity:0.16228069;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccc"
-           id="path5959"
-           d="M 508.24794,405.72737 C 502.79158,413.09279 492.2492,415.37141 483.8726,412.49343 C 484.991,412.19485 506.80021,406.20008 508.24794,405.72737 z " />
-        <path
-           style="fill:#fcfcfc;fill-opacity:0.44298245;fill-rule:evenodd;stroke:none;stroke-width:0.31200001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-           sodipodi:nodetypes="ccccccc"
-           id="path5973"
-           d="M 522.875,227.86218 L 527.04289,228.4302 L 527.79289,326.56929 L 463.46862,344.54896 L 461.88388,339.34073 L 523.68934,322.86218 L 522.875,227.86218 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6026"
-           d="M 462.21967,264.23013 L 462.31434,266.99086 L 522.7929,249.54632 L 462.21967,264.23013 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6036"
-           d="M 461.33579,284.2059 L 461.43046,286.96663 L 521.90902,269.52209 L 461.33579,284.2059 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6038"
-           d="M 462.21967,302.64613 L 462.31434,305.40686 L 522.7929,287.96232 L 462.21967,302.64613 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6040"
-           d="M 462.21967,320.79868 L 462.31434,323.55941 L 522.7929,306.11487 L 462.21967,320.79868 z " />
-        <path
-           style="opacity:1;color:#000000;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#9e9e9e;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="ccc"
-           id="path5988"
-           d="M 522.55191,229.64344 L 462.03362,244.76045 L 462.53549,344.35813" />
-      </g>
-    </g>
-    <g
-       id="g5256"
-       transform="translate(601.5744,207.49165)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157">
-      <path
-         transform="matrix(6.392368,0.545409,-0.130014,2.864752,-184.6606,-38.15109)"
-         style="fill:url(#radialGradient1977);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:type="arc"
-         sodipodi:ry="12.562782"
-         sodipodi:rx="12.562782"
-         sodipodi:cy="37.865574"
-         sodipodi:cx="41.875938"
-         id="path1976"
-         d="M 54.438721 37.865574 A 12.562782 12.562782 0 1 1  29.313156,37.865574 A 12.562782 12.562782 0 1 1  54.438721 37.865574 z" />
-      <g
-         transform="matrix(1,0,0,1.036969,356.8306,-11.4294)"
-         style="fill:url(#linearGradient6037);fill-opacity:1"
-         id="g4293">
-        <path
-           style="fill:url(#linearGradient5281);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path2720"
-           d="M -270.85787,33.814995 C -289.35564,33.925992 -307.93321,33.592782 -326.38104,33.981747 C -331.43469,35.696391 -331.02221,41.899652 -330.68524,46.15332 C -330.75782,60.227303 -330.53537,74.298225 -330.21167,88.36826 C -328.21297,91.039611 -323.21766,90.618387 -322.68469,94.539015 C -320.78054,96.259426 -317.05071,94.88215 -314.4389,95.333237 C -298.54999,95.360274 -282.66107,95.387302 -266.77215,95.414339 C -266.35587,90.465192 -260.12609,88.824447 -255.81783,89.540255 C -256.01688,89.058389 -261.69557,87.939375 -259.61591,84.491525 C -259.45681,68.72727 -259.19734,52.882199 -259.82064,37.168229 C -261.19394,32.980583 -267.34179,33.83368 -270.85787,33.814995 z M -236.65184,97.260473 C -234.79025,100.12642 -237.08724,103.09386 -239.92892,104.16357 C -242.6311,105.91539 -245.59105,107.62992 -248.52894,108.76804 C -253.1773,108.19079 -251.42424,101.88475 -255.01281,99.896645 C -260.33594,96.447012 -267.21045,98.43943 -273.23329,97.939231 C -291.8249,97.94887 -310.41651,97.958519 -329.00813,97.968158 C -335.45898,103.56578 -339.16595,111.40269 -341.55034,119.32178 C -337.25147,124.2061 -329.89606,122.27575 -324.10438,122.40002 C -298.64553,122.23171 -273.11679,122.61546 -247.69897,122.24542 C -243.40174,121.14669 -247.44685,114.84894 -243.58488,113.04441 C -242.73865,112.73374 -247.81245,114.4382 -247.26205,111.62955 C -245.49117,106.66028 -239.14113,105.99595 -235.92338,102.36811 C -234.39131,99.755669 -236.26958,96.922488 -238.33047,95.260495 C -237.77093,95.927151 -237.21138,96.593817 -236.65184,97.260473 z M -240.64255,111.75263 C -243.64086,113.13223 -237.02792,110.69536 -235.55512,111.97369 C -229.71113,112.74417 -224.16461,117.19625 -218.12358,115.22951 C -225.97639,116.31604 -232.799,109.03014 -240.64255,111.75263 z M -212.01083,112.33724 C -215.98173,113.85021 -208.21543,112.17765 -210.07883,115.87566 C -212.50961,119.93855 -206.99008,113.8662 -209.61436,112.54677 C -210.16198,111.94632 -211.27989,112.47663 -212.01083,112.33724 z M -213.97451,120.82946 C -220.13871,124.32615 -228.37873,119.08124 -233.85995,124.39439 C -238.36465,128.00055 -244.57099,130.35185 -247.0433,135.75122 C -247.65922,139.60202 -243.25109,141.90251 -240.44565,143.71808 C -235.60127,146.54512 -228.8227,145.75388 -225.20082,141.42836 C -220.62679,137.96117 -216.44182,134.08489 -212.48592,129.96782 C -212.82701,126.95048 -214.43694,123.63971 -213.97451,120.82946 z " />
-        <path
-           style="fill:url(#linearGradient5283);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path2723"
-           d="M -269.68453,32.256957 C -288.76965,32.351184 -307.87514,32.249603 -326.94796,32.349264 C -332.63884,33.663474 -333.90446,40.291305 -333.21597,45.149113 C -333.11996,59.896901 -333.07471,74.659754 -332.61729,89.39481 C -331.88583,93.310348 -324.86009,92.098674 -325.11097,96.44089 C -328.07184,96.184706 -331.5534,96.317135 -333.07248,99.246492 C -338.92562,104.98392 -341.99312,112.66465 -344.27268,120.28679 C -340.22572,125.96631 -332.26467,125.31453 -326.02946,124.71751 C -300.16629,124.7277 -274.28316,124.82043 -248.43245,124.77905 C -244.42424,124.78686 -243.30672,120.35609 -243.96666,117.2099 C -242.88598,112.93536 -237.04086,113.94554 -233.80717,114.98513 C -228.01851,116.64297 -221.26418,120.43074 -215.57982,116.37592 C -211.36091,113.71809 -213.05678,118.4029 -215.77936,119.43344 C -220.82539,122.25797 -227.09125,118.98178 -232.39677,121.20855 C -236.53238,123.88957 -240.74707,126.85249 -244.76678,129.74666 C -248.34219,132.01467 -251.90947,137.38626 -248.13747,140.97315 C -243.79274,146.02948 -236.37425,149.4527 -229.68248,147.08651 C -225.09383,144.85973 -221.79206,140.75401 -217.61535,137.88661 C -215.10454,135.69469 -212.49235,133.26839 -210.83749,130.50207 C -210.86477,126.92195 -214.68529,121.91303 -210.252,119.57013 C -207.25619,117.95208 -205.81053,112.12098 -209.75314,110.87946 C -214.16982,109.44692 -216.95156,115.09837 -221.43751,113.68608 C -228.47365,112.76758 -235.5565,107.20489 -242.69931,110.72434 C -246.89551,113.06547 -243.47174,109.4356 -241.45524,108.56544 C -237.85613,106.84628 -232.73147,104.36798 -233.94637,99.617708 C -234.27189,95.083838 -239.22223,93.197522 -242.95318,91.723135 C -247.61613,89.074942 -253.27003,89.345117 -258.06082,86.933298 C -257.89248,70.385101 -257.58805,53.76423 -258.26571,37.261116 C -259.2092,32.393288 -265.59824,31.96057 -269.68453,32.256957 z M -258.66259,91.764016 C -251.5059,92.239344 -243.21163,93.474137 -238.58238,99.271629 C -238.96251,103.06003 -244.00295,103.80224 -246.52821,106.14082 C -248.92267,108.48087 -251.12372,105.80503 -251.02958,103.27159 C -252.70852,98.336432 -258.20582,95.710815 -263.31841,96.533197 C -267.00561,96.7255 -263.71935,91.937514 -261.395,92.380192 C -260.48382,92.178338 -259.57521,91.953759 -258.66259,91.764016 z " />
-        <path
-           style="fill:url(#linearGradient5285);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           sodipodi:nodetypes="ccccczccccccccccccccccccczccccc"
-           id="path2737"
-           d="M -324.0398,30.70877 C -336.3492,30.820231 -335.15663,39.652507 -334.79476,45.313268 C -334.5469,60.436643 -334.38614,75.599009 -334.01234,90.698281 C -333.20516,93.057424 -330.71249,93.985661 -328.75475,95.252079 C -334.4553,96.476239 -336.96996,102.43195 -340.11175,106.59303 C -342.33294,111.36531 -347.84019,115.92868 -345.92111,121.43642 C -344.00204,126.94416 -332.21757,127.68181 -324.95408,127.12866 C -299.06901,127.09789 -273.17022,127.14905 -247.29372,127.06713 C -243.29961,126.16956 -240.99668,122.03601 -241.4977,118.23645 C -238.30082,114.95371 -233.32521,118.03039 -229.53292,118.63002 C -225.71641,119.31313 -232.5646,119.27527 -233.19362,120.54849 C -238.23604,122.95799 -242.6166,126.65447 -246.90973,130.10509 C -250.44674,132.97354 -252.4229,138.10741 -249.57412,142.08235 C -246.21315,145.92284 -241.41489,148.84284 -236.30395,149.79628 C -230.65487,150.83779 -225.57101,147.82678 -221.6157,144.24077 C -216.87391,140.59839 -212.0873,136.78287 -208.84361,131.80554 C -207.76302,128.26399 -211.47449,123.86671 -208.08348,121.09796 C -204.93438,118.46115 -204.06893,113.02076 -207.41836,110.2673 C -212.81988,106.81278 -218.36682,114.55112 -223.89705,111.29128 C -227.94209,110.1659 -231.91311,108.52596 -236.17676,108.45194 C -231.52711,105.88023 -229.62903,98.782331 -234.08944,95.153402 C -239.61551,89.404431 -248.455,88.793917 -255.40182,85.744487 C -255.86992,78.940296 -255.53665,71.972758 -255.70928,65.098797 C -255.80747,55.730822 -255.73864,46.312632 -255.94025,36.975777 C -258.03631,31.236293 -265.34014,30.439522 -270.76286,30.729689 C -289.40725,30.770714 -311.88665,30.597309 -324.0398,30.70877 z M -255.46516,94.482857 C -250.34561,95.62106 -244.69322,96.21649 -240.83258,100.05203 C -242.37635,102.55028 -245.27573,103.64481 -247.80048,104.97505 C -249.71506,99.684643 -254.39847,94.970039 -260.51378,95.138259 C -260.66903,94.131274 -256.73261,94.551178 -255.46516,94.482857 z " />
-      </g>
-      <rect
-         y="78.658051"
-         x="33.326111"
-         width="57.567924"
-         style="fill:url(#linearGradient1156);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1157);stroke-width:1.44734821pt"
-         id="rect1155"
-         height="8.3153667" />
-      <path
-         style="fill:url(#linearGradient1169);fill-rule:evenodd;stroke-width:0.90459263;stroke-opacity:0.07438019"
-         sodipodi:nodetypes="czzczczzzzzzzc"
-         id="path2676"
-         d="M 98.723806,78.927818 C 95.18666,77.759681 93.50122,82.555591 98.766686,81.004087 C 104.03217,79.452583 120.13123,85.906451 120.37383,89.795491 C 120.61643,93.905503 101.5003,98.581154 106.74108,104.42426 C 111.62816,110.70149 115.35468,100.13868 123.54696,104.21261 C 131.73923,108.17607 136.26048,109.72394 142.25488,104.94185 C 149.10027,101.9342 145.04599,107.07658 139.57918,113.60451 C 134.11237,120.13244 144.00251,115.08156 147.91225,105.31962 C 151.93248,95.557673 139.13128,107.33503 133.66268,105.40571 C 128.19408,103.47639 119.73678,97.849788 113.27625,102.55563 C 106.81572,107.26147 109.62894,99.493003 114.85637,97.90307 C 120.0838,96.092166 122.81363,93.045722 122.85597,90.161522 C 122.89831,87.498293 117.92629,84.811803 112.94229,82.402852 C 107.73732,79.993901 100.49788,78.588966 98.723806,78.927818 z " />
-      <path
-         style="fill:url(#linearGradient1140);fill-opacity:1;fill-rule:evenodd;stroke-width:1.44734821pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path1139"
-         d="M 15.102732,106.80712 C 13.80355,109.23224 17.148847,113.52338 19.900059,113.52338 L 107.85106,113.52338 C 110.18914,113.52338 113.70766,110.4906 112.64839,108.40622 L 102.7339,88.897093 C 101.97024,87.394398 100.26184,86.65834 98.576216,86.65834 L 28.215425,86.658339 C 26.825434,86.658339 25.353768,87.671846 24.697385,88.897093 L 15.102732,106.80712 z " />
-      <rect
-         y="22.413721"
-         x="26.015469"
-         width="72.279724"
-         style="fill:url(#linearGradient905);fill-opacity:1;fill-rule:evenodd;stroke-width:1.62826681"
-         ry="5.4369707"
-         rx="5.4369707"
-         id="rect1137"
-         height="60.126495" />
-      <rect
-         y="31.695871"
-         x="33.386066"
-         width="58.178177"
-         style="fill:url(#radialGradient1132);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient891);stroke-width:1.4649456pt"
-         id="rect1131"
-         height="38.044163" />
-      <path
-         style="fill:url(#linearGradient1146);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzccccc"
-         id="path1145"
-         d="M 27.690431,52.841444 L 27.370609,74.749236 C 27.319624,78.241665 29.310209,80.477938 32.807578,80.506029 L 72.625393,80.825852 L 76.463254,71.87084 L 32.008024,71.55102 L 31.688202,52.681533 L 27.690431,52.841444 z " />
-      <g
-         transform="matrix(-1,0,0,1,125.4301,0)"
-         id="g1791">
-        <path
-           style="fill:url(#linearGradient1148);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path1147"
-           d="M 42.062098,33.460351 L 77.341205,33.008055 C 82.787126,32.938235 89.553204,38.416797 89.553204,43.863165 L 89.553204,60.14583 L 41.609801,59.693534 L 42.062098,33.460351 z " />
-        <path
-           style="fill:url(#linearGradient1150);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path1149"
-           d="M 78.337784,67.629235 L 46.723745,67.724544 C 41.843589,67.739257 35.829319,62.771024 35.877168,57.891081 L 36.020221,43.301821 L 78.973514,44.128288 L 78.337784,67.629235 z " />
-      </g>
-      <path
-         style="fill:url(#linearGradient1167);fill-opacity:1;fill-rule:evenodd;stroke-width:0.72367412;stroke-opacity:0.34710741"
-         sodipodi:nodetypes="cczzzzzzc"
-         id="path1159"
-         d="M 137.39107,112.02341 C 137.39107,112.02341 129.0757,110.26438 123.63872,113.62251 C 118.20176,116.98064 109.96635,123.21719 108.76702,124.81628 C 107.40777,126.57531 107.42036,130.22796 109.24674,131.53253 L 114.84364,135.53031 C 118.31797,138.01198 124.86218,139.25396 128.11624,136.48978 L 142.98795,123.85681 C 144.79792,122.3193 145.72732,118.27921 144.10733,116.82073 C 142.95609,115.04975 140.4892,112.91939 137.39107,112.02341 z " />
-      <path
-         style="fill:url(#linearGradient1171);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzc"
-         id="path1160"
-         d="M 142.3483,121.13833 L 125.91043,133.59673 C 122.97154,135.82414 118.65484,134.11775 116.28283,133.77129 C 113.9108,133.42481 111.88528,131.87901 112.12516,132.33209 C 112.36503,132.78517 115.08349,135.71687 117.72203,136.48978 C 120.36055,137.26267 124.9543,138.89307 127.50953,136.15531 C 130.06477,133.41755 145.2267,123.53699 142.3483,121.13833 z " />
-      <path
-         style="fill:url(#linearGradient1404);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="cczc"
-         id="path1403"
-         d="M 132.11225,127.51984 C 135.31047,122.88242 120.11893,113.12786 109.08509,127.0401 C 110.20446,130.71805 116.80662,132.5992 121.82304,132.33547 C 126.68363,132.07993 129.50037,129.97181 132.11225,127.51984 z " />
-      <path
-         style="fill:url(#linearGradient1166);fill-opacity:1;fill-rule:evenodd;stroke-width:1.08551121"
-         sodipodi:nodetypes="cccccccc"
-         id="path1519"
-         d="M 138.63464,112.68306 C 135.9958,113.22749 132.31739,114.43079 129.87534,116.38362 C 128.77009,115.68011 125.32759,114.5677 123.66767,113.84494 L 123.24572,114.10517 C 129.67287,117.23476 136.43512,117.91249 135.88192,122.87668 C 136.33675,122.98575 137.05589,123.09702 136.73191,122.38863 C 136.41775,118.90392 132.50587,117.23351 131.02697,116.81532 C 133.17224,114.26602 136.255,113.70892 138.63464,112.68306 z " />
-      <path
-         style="fill:url(#linearGradient1144);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path1143"
-         d="M 18.891612,106.48414 C 17.978451,108.31614 19.173914,111.55774 22.263529,111.55774 L 105.0195,111.55774 C 106.66288,111.55774 109.13595,109.26672 108.39142,107.69215 L 101.42279,92.954575 C 100.88602,91.819403 99.685232,91.263378 98.500462,91.263378 L 28.108183,91.263369 C 27.131195,91.263369 26.0968,92.028994 25.635445,92.954575 L 18.891612,106.48414 z " />
-      <text
-         y="-14.660837"
-         xml:space="preserve"
-         x="6.147172"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text1232"><tspan
-           id="tspan1233">Computer</tspan></text>
-      <text
-         y="-34.951134"
-         xml:space="preserve"
-         x="84.564949"
-         transform="scale(0.246729,0.246729)"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text1235"><tspan
-           id="tspan1236">Created by Andrew Fitzsimon</tspan></text>
-    </g>
-    <g
-       id="g5474"
-       transform="translate(633.63525,501.49239)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157">
-      <path
-         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path9383"
-         d="M 203.47051,-209.74941 C 198.72111,-204.56585 195.69876,-195.27863 189.00642,-195.27863 C 182.52997,-197.07848 181.66644,-212.48518 180.80291,-215.7969 C 188.1429,-210.75732 195.69876,-207.87757 203.47051,-209.74941 z " />
-      <path
-         transform="matrix(-0.440859,0,0,0.441062,265.52775,-266.17138)"
-         style="fill:#f1bb96;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:type="arc"
-         sodipodi:ry="57.825485"
-         sodipodi:rx="60.94183"
-         sodipodi:cy="70.290855"
-         sodipodi:cx="150.27701"
-         id="path3713"
-         d="M 211.21884 70.290855 A 60.94183 57.825485 0 1 1  89.335178,70.290855 A 60.94183 57.825485 0 1 1  211.21884 70.290855 z" />
-      <path
-         style="fill:#233e6a;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccssssc"
-         id="path4369"
-         d="M 232.46888,-182.94274 C 232.85952,-157.74648 168.23012,-154.86512 168.38642,-182.94274 C 166.84164,-205.27149 177.94687,-217.96719 180.70654,-215.80872 C 182.10778,-214.71274 182.62841,-190.37295 192.09635,-195.9716 C 196.69923,-198.69339 201.84768,-209.14846 204.10029,-209.49532 C 207.49937,-210.01873 214.00811,-212.77083 219.98583,-217.92153 C 221.55412,-219.27285 231.93943,-205.38255 232.46888,-182.94274 z " />
-      <path
-         style="fill:#513624;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path11309"
-         d="M 204.55432,-273.85152 C 222.46413,-271.53047 237.32676,-259.28175 231.38357,-231.42099 C 229.66954,-221.67743 222.12426,-217.60887 219.35537,-236.36962 C 211.4578,-233.88387 177.25785,-223.92576 170.54948,-241.26677 C 166.55631,-248.43407 174.86257,-276.23329 204.55432,-273.85152 z " />
-      <path
-         style="fill:#1f4eb3;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path11942"
-         d="M 191.92173,-167.75448 C 192.06919,-184.44566 194.18855,-193.73288 188.47558,-194.95709 C 182.9785,-195.85052 179.91138,-176.52634 179.04785,-173.21462 C 175.85958,-157.19769 189.53653,-154.44605 191.92173,-167.75448 z " />
-      <path
-         style="fill:url(#linearGradient1815);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path1811"
-         d="M 172.67812,-237.76056 C 182.56217,-225.58826 212.09549,-234.15979 219.36562,-236.44806 C 220.33459,-229.88278 221.90014,-226.25074 223.58437,-224.54181 C 219.31219,-215.8234 210.06249,-209.76056 199.27187,-209.76056 C 184.44142,-209.76056 172.42812,-221.18201 172.42812,-235.26056 C 172.42812,-236.11869 172.59078,-236.92413 172.67812,-237.76056 z " />
-      <path
-         style="fill:url(#radialGradient1818);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1817"
-         d="M 203.17522,-273.74212 C 221.08504,-271.42107 235.94766,-259.17235 230.00448,-231.31159 C 228.29044,-221.56803 220.74517,-217.49946 217.97627,-236.26022 C 210.0787,-233.77447 175.87876,-223.81635 169.17039,-241.15737 C 165.17722,-248.32467 173.48348,-276.12389 203.17522,-273.74212 z " />
-      <path
-         style="fill:url(#radialGradient1822);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path1819"
-         d="M 220.74123,-214.1875 C 227.87764,-203.73841 231.28831,-190.18836 229.45998,-177.71875 C 222.3997,-165.39834 205.93726,-163.52328 193.05373,-164.75 C 194.11526,-173.29796 194.69425,-182.39807 193.51876,-190.98978 C 191.02311,-195.41909 199.33209,-197.29913 200.39748,-201.6875 C 203.70655,-208.92744 212.80427,-208.10966 218.04988,-213.3696 C 218.9201,-213.57294 220.00051,-215.94141 220.74123,-214.1875 z M 179.55373,-210.28125 C 180.69974,-204.97453 181.23339,-199.24919 184.58498,-194.75 C 179.40159,-187.81847 178.05976,-178.63643 176.67873,-170.28125 C 167.10271,-177.01707 169.81568,-190.62142 172.02963,-200.39411 C 173.03008,-204.26346 176.36728,-212.34166 179.19382,-211.77772 C 179.27177,-211.45363 179.5117,-210.45598 179.55373,-210.28125 z " />
-      <path
-         style="fill:url(#radialGradient1824);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path1823"
-         d="M 192.35803,-167.43887 C 192.50549,-184.13006 194.62485,-193.41727 188.91188,-194.64149 C 183.4148,-195.53491 180.34768,-176.21073 179.48415,-172.89901 C 176.29589,-156.88208 189.97283,-154.13044 192.35803,-167.43887 z " />
-      <path
-         style="fill:#1f4eb3;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1825"
-         d="M 185.2414,-200.53324 C 185.2414,-197.95291 187.25802,-195.85872 189.74278,-195.85872 C 192.22755,-195.85872 194.24417,-197.95291 194.24417,-200.53324 C 194.24417,-203.11357 193.61259,-209.36288 191.12783,-209.36288 C 188.64306,-209.36288 185.2414,-203.11357 185.2414,-200.53324 z " />
-      <path
-         style="fill:url(#radialGradient1828);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1827"
-         d="M 186.28018,-201.05263 C 186.28018,-198.4723 188.2968,-196.37811 190.78156,-196.37811 C 193.26633,-196.37811 195.28295,-198.4723 195.28295,-201.05263 C 195.28295,-203.63296 194.65137,-209.88227 192.16661,-209.88227 C 189.68184,-209.88227 186.28018,-203.63296 186.28018,-201.05263 z " />
-    </g>
-    <g
-       id="g5488"
-       transform="translate(601.5744,407.49165)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157">
-      <path
-         transform="matrix(6.392368,0.545409,-0.130014,2.864752,-184.6606,-38.15109)"
-         style="fill:url(#radialGradient5536);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:type="arc"
-         sodipodi:ry="12.562782"
-         sodipodi:rx="12.562782"
-         sodipodi:cy="37.865574"
-         sodipodi:cx="41.875938"
-         id="path5490"
-         d="M 54.438721 37.865574 A 12.562782 12.562782 0 1 1  29.313156,37.865574 A 12.562782 12.562782 0 1 1  54.438721 37.865574 z" />
-      <g
-         transform="matrix(1,0,0,1.036969,356.8306,-11.4294)"
-         style="fill:url(#linearGradient5538);fill-opacity:1"
-         id="g5492">
-        <path
-           style="fill:url(#linearGradient5540);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path5494"
-           d="M -270.85787,33.814995 C -289.35564,33.925992 -307.93321,33.592782 -326.38104,33.981747 C -331.43469,35.696391 -331.02221,41.899652 -330.68524,46.15332 C -330.75782,60.227303 -330.53537,74.298225 -330.21167,88.36826 C -328.21297,91.039611 -323.21766,90.618387 -322.68469,94.539015 C -320.78054,96.259426 -317.05071,94.88215 -314.4389,95.333237 C -298.54999,95.360274 -282.66107,95.387302 -266.77215,95.414339 C -266.35587,90.465192 -260.12609,88.824447 -255.81783,89.540255 C -256.01688,89.058389 -261.69557,87.939375 -259.61591,84.491525 C -259.45681,68.72727 -259.19734,52.882199 -259.82064,37.168229 C -261.19394,32.980583 -267.34179,33.83368 -270.85787,33.814995 z M -236.65184,97.260473 C -234.79025,100.12642 -237.08724,103.09386 -239.92892,104.16357 C -242.6311,105.91539 -245.59105,107.62992 -248.52894,108.76804 C -253.1773,108.19079 -251.42424,101.88475 -255.01281,99.896645 C -260.33594,96.447012 -267.21045,98.43943 -273.23329,97.939231 C -291.8249,97.94887 -310.41651,97.958519 -329.00813,97.968158 C -335.45898,103.56578 -339.16595,111.40269 -341.55034,119.32178 C -337.25147,124.2061 -329.89606,122.27575 -324.10438,122.40002 C -298.64553,122.23171 -273.11679,122.61546 -247.69897,122.24542 C -243.40174,121.14669 -247.44685,114.84894 -243.58488,113.04441 C -242.73865,112.73374 -247.81245,114.4382 -247.26205,111.62955 C -245.49117,106.66028 -239.14113,105.99595 -235.92338,102.36811 C -234.39131,99.755669 -236.26958,96.922488 -238.33047,95.260495 C -237.77093,95.927151 -237.21138,96.593817 -236.65184,97.260473 z M -240.64255,111.75263 C -243.64086,113.13223 -237.02792,110.69536 -235.55512,111.97369 C -229.71113,112.74417 -224.16461,117.19625 -218.12358,115.22951 C -225.97639,116.31604 -232.799,109.03014 -240.64255,111.75263 z M -212.01083,112.33724 C -215.98173,113.85021 -208.21543,112.17765 -210.07883,115.87566 C -212.50961,119.93855 -206.99008,113.8662 -209.61436,112.54677 C -210.16198,111.94632 -211.27989,112.47663 -212.01083,112.33724 z M -213.97451,120.82946 C -220.13871,124.32615 -228.37873,119.08124 -233.85995,124.39439 C -238.36465,128.00055 -244.57099,130.35185 -247.0433,135.75122 C -247.65922,139.60202 -243.25109,141.90251 -240.44565,143.71808 C -235.60127,146.54512 -228.8227,145.75388 -225.20082,141.42836 C -220.62679,137.96117 -216.44182,134.08489 -212.48592,129.96782 C -212.82701,126.95048 -214.43694,123.63971 -213.97451,120.82946 z " />
-        <path
-           style="fill:url(#linearGradient5542);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path5496"
-           d="M -269.68453,32.256957 C -288.76965,32.351184 -307.87514,32.249603 -326.94796,32.349264 C -332.63884,33.663474 -333.90446,40.291305 -333.21597,45.149113 C -333.11996,59.896901 -333.07471,74.659754 -332.61729,89.39481 C -331.88583,93.310348 -324.86009,92.098674 -325.11097,96.44089 C -328.07184,96.184706 -331.5534,96.317135 -333.07248,99.246492 C -338.92562,104.98392 -341.99312,112.66465 -344.27268,120.28679 C -340.22572,125.96631 -332.26467,125.31453 -326.02946,124.71751 C -300.16629,124.7277 -274.28316,124.82043 -248.43245,124.77905 C -244.42424,124.78686 -243.30672,120.35609 -243.96666,117.2099 C -242.88598,112.93536 -237.04086,113.94554 -233.80717,114.98513 C -228.01851,116.64297 -221.26418,120.43074 -215.57982,116.37592 C -211.36091,113.71809 -213.05678,118.4029 -215.77936,119.43344 C -220.82539,122.25797 -227.09125,118.98178 -232.39677,121.20855 C -236.53238,123.88957 -240.74707,126.85249 -244.76678,129.74666 C -248.34219,132.01467 -251.90947,137.38626 -248.13747,140.97315 C -243.79274,146.02948 -236.37425,149.4527 -229.68248,147.08651 C -225.09383,144.85973 -221.79206,140.75401 -217.61535,137.88661 C -215.10454,135.69469 -212.49235,133.26839 -210.83749,130.50207 C -210.86477,126.92195 -214.68529,121.91303 -210.252,119.57013 C -207.25619,117.95208 -205.81053,112.12098 -209.75314,110.87946 C -214.16982,109.44692 -216.95156,115.09837 -221.43751,113.68608 C -228.47365,112.76758 -235.5565,107.20489 -242.69931,110.72434 C -246.89551,113.06547 -243.47174,109.4356 -241.45524,108.56544 C -237.85613,106.84628 -232.73147,104.36798 -233.94637,99.617708 C -234.27189,95.083838 -239.22223,93.197522 -242.95318,91.723135 C -247.61613,89.074942 -253.27003,89.345117 -258.06082,86.933298 C -257.89248,70.385101 -257.58805,53.76423 -258.26571,37.261116 C -259.2092,32.393288 -265.59824,31.96057 -269.68453,32.256957 z M -258.66259,91.764016 C -251.5059,92.239344 -243.21163,93.474137 -238.58238,99.271629 C -238.96251,103.06003 -244.00295,103.80224 -246.52821,106.14082 C -248.92267,108.48087 -251.12372,105.80503 -251.02958,103.27159 C -252.70852,98.336432 -258.20582,95.710815 -263.31841,96.533197 C -267.00561,96.7255 -263.71935,91.937514 -261.395,92.380192 C -260.48382,92.178338 -259.57521,91.953759 -258.66259,91.764016 z " />
-        <path
-           style="fill:url(#linearGradient5544);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           sodipodi:nodetypes="ccccczccccccccccccccccccczccccc"
-           id="path5498"
-           d="M -324.0398,30.70877 C -336.3492,30.820231 -335.15663,39.652507 -334.79476,45.313268 C -334.5469,60.436643 -334.38614,75.599009 -334.01234,90.698281 C -333.20516,93.057424 -330.71249,93.985661 -328.75475,95.252079 C -334.4553,96.476239 -336.96996,102.43195 -340.11175,106.59303 C -342.33294,111.36531 -347.84019,115.92868 -345.92111,121.43642 C -344.00204,126.94416 -332.21757,127.68181 -324.95408,127.12866 C -299.06901,127.09789 -273.17022,127.14905 -247.29372,127.06713 C -243.29961,126.16956 -240.99668,122.03601 -241.4977,118.23645 C -238.30082,114.95371 -233.32521,118.03039 -229.53292,118.63002 C -225.71641,119.31313 -232.5646,119.27527 -233.19362,120.54849 C -238.23604,122.95799 -242.6166,126.65447 -246.90973,130.10509 C -250.44674,132.97354 -252.4229,138.10741 -249.57412,142.08235 C -246.21315,145.92284 -241.41489,148.84284 -236.30395,149.79628 C -230.65487,150.83779 -225.57101,147.82678 -221.6157,144.24077 C -216.87391,140.59839 -212.0873,136.78287 -208.84361,131.80554 C -207.76302,128.26399 -211.47449,123.86671 -208.08348,121.09796 C -204.93438,118.46115 -204.06893,113.02076 -207.41836,110.2673 C -212.81988,106.81278 -218.36682,114.55112 -223.89705,111.29128 C -227.94209,110.1659 -231.91311,108.52596 -236.17676,108.45194 C -231.52711,105.88023 -229.62903,98.782331 -234.08944,95.153402 C -239.61551,89.404431 -248.455,88.793917 -255.40182,85.744487 C -255.86992,78.940296 -255.53665,71.972758 -255.70928,65.098797 C -255.80747,55.730822 -255.73864,46.312632 -255.94025,36.975777 C -258.03631,31.236293 -265.34014,30.439522 -270.76286,30.729689 C -289.40725,30.770714 -311.88665,30.597309 -324.0398,30.70877 z M -255.46516,94.482857 C -250.34561,95.62106 -244.69322,96.21649 -240.83258,100.05203 C -242.37635,102.55028 -245.27573,103.64481 -247.80048,104.97505 C -249.71506,99.684643 -254.39847,94.970039 -260.51378,95.138259 C -260.66903,94.131274 -256.73261,94.551178 -255.46516,94.482857 z " />
-      </g>
-      <rect
-         y="78.658051"
-         x="33.326111"
-         width="57.567924"
-         style="fill:url(#linearGradient5546);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5548);stroke-width:1.44734821pt"
-         id="rect5500"
-         height="8.3153667" />
-      <path
-         style="fill:url(#linearGradient5550);fill-rule:evenodd;stroke-width:0.90459263;stroke-opacity:0.07438019"
-         sodipodi:nodetypes="czzczczzzzzzzc"
-         id="path5502"
-         d="M 98.723806,78.927818 C 95.18666,77.759681 93.50122,82.555591 98.766686,81.004087 C 104.03217,79.452583 120.13123,85.906451 120.37383,89.795491 C 120.61643,93.905503 101.5003,98.581154 106.74108,104.42426 C 111.62816,110.70149 115.35468,100.13868 123.54696,104.21261 C 131.73923,108.17607 136.26048,109.72394 142.25488,104.94185 C 149.10027,101.9342 145.04599,107.07658 139.57918,113.60451 C 134.11237,120.13244 144.00251,115.08156 147.91225,105.31962 C 151.93248,95.557673 139.13128,107.33503 133.66268,105.40571 C 128.19408,103.47639 119.73678,97.849788 113.27625,102.55563 C 106.81572,107.26147 109.62894,99.493003 114.85637,97.90307 C 120.0838,96.092166 122.81363,93.045722 122.85597,90.161522 C 122.89831,87.498293 117.92629,84.811803 112.94229,82.402852 C 107.73732,79.993901 100.49788,78.588966 98.723806,78.927818 z " />
-      <path
-         style="fill:url(#linearGradient5552);fill-opacity:1;fill-rule:evenodd;stroke-width:1.44734821pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path5504"
-         d="M 15.102732,106.80712 C 13.80355,109.23224 17.148847,113.52338 19.900059,113.52338 L 107.85106,113.52338 C 110.18914,113.52338 113.70766,110.4906 112.64839,108.40622 L 102.7339,88.897093 C 101.97024,87.394398 100.26184,86.65834 98.576216,86.65834 L 28.215425,86.658339 C 26.825434,86.658339 25.353768,87.671846 24.697385,88.897093 L 15.102732,106.80712 z " />
-      <rect
-         y="22.413721"
-         x="26.015469"
-         width="72.279724"
-         style="fill:url(#linearGradient5554);fill-opacity:1;fill-rule:evenodd;stroke-width:1.62826681"
-         ry="5.4369707"
-         rx="5.4369707"
-         id="rect5506"
-         height="60.126495" />
-      <rect
-         y="31.695871"
-         x="33.386066"
-         width="58.178177"
-         style="fill:url(#radialGradient5556);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5558);stroke-width:1.4649456pt"
-         id="rect5508"
-         height="38.044163" />
-      <path
-         style="fill:url(#linearGradient5560);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzccccc"
-         id="path5510"
-         d="M 27.690431,52.841444 L 27.370609,74.749236 C 27.319624,78.241665 29.310209,80.477938 32.807578,80.506029 L 72.625393,80.825852 L 76.463254,71.87084 L 32.008024,71.55102 L 31.688202,52.681533 L 27.690431,52.841444 z " />
-      <g
-         transform="matrix(-1,0,0,1,125.4301,0)"
-         id="g5512">
-        <path
-           style="fill:url(#linearGradient5562);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path5514"
-           d="M 42.062098,33.460351 L 77.341205,33.008055 C 82.787126,32.938235 89.553204,38.416797 89.553204,43.863165 L 89.553204,60.14583 L 41.609801,59.693534 L 42.062098,33.460351 z " />
-        <path
-           style="fill:url(#linearGradient5564);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path5516"
-           d="M 78.337784,67.629235 L 46.723745,67.724544 C 41.843589,67.739257 35.829319,62.771024 35.877168,57.891081 L 36.020221,43.301821 L 78.973514,44.128288 L 78.337784,67.629235 z " />
-      </g>
-      <path
-         style="fill:url(#linearGradient5566);fill-opacity:1;fill-rule:evenodd;stroke-width:0.72367412;stroke-opacity:0.34710741"
-         sodipodi:nodetypes="cczzzzzzc"
-         id="path5518"
-         d="M 137.39107,112.02341 C 137.39107,112.02341 129.0757,110.26438 123.63872,113.62251 C 118.20176,116.98064 109.96635,123.21719 108.76702,124.81628 C 107.40777,126.57531 107.42036,130.22796 109.24674,131.53253 L 114.84364,135.53031 C 118.31797,138.01198 124.86218,139.25396 128.11624,136.48978 L 142.98795,123.85681 C 144.79792,122.3193 145.72732,118.27921 144.10733,116.82073 C 142.95609,115.04975 140.4892,112.91939 137.39107,112.02341 z " />
-      <path
-         style="fill:url(#linearGradient5568);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzc"
-         id="path5520"
-         d="M 142.3483,121.13833 L 125.91043,133.59673 C 122.97154,135.82414 118.65484,134.11775 116.28283,133.77129 C 113.9108,133.42481 111.88528,131.87901 112.12516,132.33209 C 112.36503,132.78517 115.08349,135.71687 117.72203,136.48978 C 120.36055,137.26267 124.9543,138.89307 127.50953,136.15531 C 130.06477,133.41755 145.2267,123.53699 142.3483,121.13833 z " />
-      <path
-         style="fill:url(#linearGradient5570);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="cczc"
-         id="path5522"
-         d="M 132.11225,127.51984 C 135.31047,122.88242 120.11893,113.12786 109.08509,127.0401 C 110.20446,130.71805 116.80662,132.5992 121.82304,132.33547 C 126.68363,132.07993 129.50037,129.97181 132.11225,127.51984 z " />
-      <path
-         style="fill:url(#linearGradient5572);fill-opacity:1;fill-rule:evenodd;stroke-width:1.08551121"
-         sodipodi:nodetypes="cccccccc"
-         id="path5524"
-         d="M 138.63464,112.68306 C 135.9958,113.22749 132.31739,114.43079 129.87534,116.38362 C 128.77009,115.68011 125.32759,114.5677 123.66767,113.84494 L 123.24572,114.10517 C 129.67287,117.23476 136.43512,117.91249 135.88192,122.87668 C 136.33675,122.98575 137.05589,123.09702 136.73191,122.38863 C 136.41775,118.90392 132.50587,117.23351 131.02697,116.81532 C 133.17224,114.26602 136.255,113.70892 138.63464,112.68306 z " />
-      <path
-         style="fill:url(#linearGradient5574);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path5526"
-         d="M 18.891612,106.48414 C 17.978451,108.31614 19.173914,111.55774 22.263529,111.55774 L 105.0195,111.55774 C 106.66288,111.55774 109.13595,109.26672 108.39142,107.69215 L 101.42279,92.954575 C 100.88602,91.819403 99.685232,91.263378 98.500462,91.263378 L 28.108183,91.263369 C 27.131195,91.263369 26.0968,92.028994 25.635445,92.954575 L 18.891612,106.48414 z " />
-      <text
-         y="-14.660837"
-         xml:space="preserve"
-         x="6.147172"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text5528"><tspan
-           id="tspan5530">Computer</tspan></text>
-      <text
-         y="-34.951134"
-         xml:space="preserve"
-         x="84.564949"
-         transform="scale(0.246729,0.246729)"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text5532"><tspan
-           id="tspan5534">Created by Andrew Fitzsimon</tspan></text>
-    </g>
-    <g
-       id="g6024"
-       transform="matrix(-1,0,0,1,900.16045,422.61731)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157">
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path6027"
-         d="M 60.545133,72.847539 C 65.294534,78.031101 68.316881,87.318315 75.00922,87.318316 C 81.485677,85.518467 82.349205,70.11177 83.212732,66.800051 C 75.872748,71.839624 68.316882,74.71938 60.545133,72.847539 z " />
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#d20000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccssssc"
-         id="path6029"
-         d="M 31.546762,99.654209 C 31.156121,124.85047 95.78552,127.73183 95.62922,99.654209 C 97.174007,77.325462 86.068776,64.629762 83.309105,66.788232 C 81.907864,67.884209 81.387229,92.223995 71.919297,86.625353 C 67.316417,83.903554 62.167959,73.44849 59.915352,73.101625 C 56.516277,72.578221 50.007529,69.826123 44.029815,64.675414 C 42.461522,63.324094 32.076211,77.214403 31.546762,99.654209 z " />
-      <path
-         style="fill:url(#radialGradient2797);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2796"
-         d="M 43.53125,77.3125 C 40.353026,86.016409 37.202011,96.366079 40.377303,105.23542 C 48.984655,117.18204 66.049398,117.25223 79.222417,115.04972 C 88.094278,113.47345 96.636121,105.87972 94.744454,96.188658 C 94.751182,88.561019 93.319573,80.643142 89.09375,74.1875 C 87.954705,81.120157 85.706152,92.347929 76.686643,91.786583 C 66.841974,89.84774 65.058803,76.33878 54.747596,75.105769 C 49.945701,71.530053 45.566465,69.110698 43.783935,76.852875 L 43.53125,77.3125 z " />
-      <path
-         transform="matrix(0.440859,0,0,0.441062,0.997459,16.38124)"
-         style="fill:#efd7c7;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:type="arc"
-         sodipodi:ry="57.825485"
-         sodipodi:rx="60.94183"
-         sodipodi:cy="70.290855"
-         sodipodi:cx="150.27701"
-         id="path6032"
-         d="M 211.21884 70.290855 A 60.94183 57.825485 0 1 1  89.335178,70.290855 A 60.94183 57.825485 0 1 1  211.21884 70.290855 z" />
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccccc"
-         id="path3720"
-         d="M 56.980881,5.8426527 C 39.420698,8.0166254 30.552872,16.206245 24.211446,49.532095 C 14.512196,98.076517 21.871677,115.5525 32.990311,115.56714 C 17.54932,102.40769 63.877625,86.740105 56.295103,44.070713 C 68.4508,48.712358 94.51097,54.349644 95.164349,41.718703 C 97.176702,29.219492 88.64173,4.4775042 56.980881,5.8426527 z " />
-      <path
-         style="fill:url(#linearGradient2789);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2164"
-         d="M 60.687242,45.028999 C 62.530882,55.403773 61.180052,64.151015 58.312242,71.685249 C 61.630122,73.07804 65.296862,73.904 69.155992,73.903999 C 83.975322,73.903999 95.981712,62.468019 95.999742,48.403999 C 88.357632,52.885439 70.244092,48.678277 60.687242,45.028999 z " />
-      <path
-         style="fill:url(#radialGradient2791);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2790"
-         d="M 52.174948,8.1325312 C 35.846775,12.141346 31.110158,30.475875 28.060647,44.840387 C 24.465246,64.767005 19.485139,85.90438 25.518698,105.82003 C 29.863591,114.87216 28.026452,106.52571 31.049538,102.11795 C 41.311249,87.323083 56.256862,73.307418 55.936774,53.886064 C 56.647391,49.398848 52.34734,38.640985 60.701717,42.254379 C 70.683443,45.202557 82.078811,49.011247 92.143698,44.632531 C 96.945103,37.45042 93.288237,27.137344 88.876323,20.399742 C 81.135092,8.5919962 65.300885,5.0194752 52.174948,8.1325312 z " />
-    </g>
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.63842154;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
-       sodipodi:nodetypes="cccccccccccc"
-       id="path699"
-       d="M 319.16674,325.66524 L 432.27399,313.12251 L 422.57906,332.08242 L 484.9028,325.95688 C 484.9028,325.95688 494.59773,306.41369 495.05931,306.41369 C 495.52148,306.41369 517.68079,331.79078 517.68079,331.79078 C 517.68079,331.79078 465.51355,358.33479 465.05197,358.33479 C 465.51355,358.91808 474.74689,339.66616 474.74689,339.37453 L 402.72705,345.79207 L 412.42255,326.24852 L 309.01023,338.4996 L 319.16674,325.66524 z "
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157" />
-    <text
-       xml:space="preserve"
-       style="font-size:48px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont;font-stretch:normal;font-variant:normal;text-anchor:start;text-align:start;writing-mode:lr;line-height:125%"
-       x="140"
-       y="521.23737"
-       id="text7612"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan7614"
-         x="140"
-         y="521.23737">Server</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="359.5625"
-       y="261.21948"
-       id="text7877"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan7879"
-         x="359.5625"
-         y="261.21948">bzr checkout</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path9548"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(42.857147,67.142853)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="325.71429"
-       y="259.52307"
-       id="text9550"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan9552"
-         x="325.71429"
-         y="259.52307">1</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path9554"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(492.85715,-2.8571472)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="777.71429"
-       y="191.52307"
-       id="text9556"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan9558"
-         x="777.71429"
-         y="191.52307">2</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="819.5625"
-       y="191.21948"
-       id="text9566"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan9568"
-         x="819.5625"
-         y="191.21948">bzr update</tspan></text>
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.29065037;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
-       sodipodi:nodetypes="cccccccccccc"
-       id="path9650"
-       d="M 539.95542,466.93556 L 415.85387,476.71718 L 426.49116,461.93102 L 358.1094,466.70812 C 358.1094,466.70812 347.47211,481.94916 346.96566,481.94916 C 346.45858,481.94916 322.14533,462.15846 322.14533,462.15846 C 322.14533,462.15846 379.38334,441.45772 379.88978,441.45772 C 379.38334,441.00284 369.25249,456.01673 369.25249,456.24417 L 448.27282,451.23935 L 437.63489,466.48068 L 551.09912,456.92649 L 539.95542,466.93556 z "
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157" />
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path9652"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(51.511043,348.5966)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="334.36819"
-       y="540.97681"
-       id="text9654"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan9656"
-         x="334.36819"
-         y="540.97681">3</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="369.5625"
-       y="544.09448"
-       id="text9658"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan9660"
-         x="369.5625"
-         y="544.09448">bzr commit</tspan></text>
-  </g>
-</svg>

=== removed file 'doc/ru/user-guide/images/workflows_gatekeeper.png'
Binary files old/doc/ru/user-guide/images/workflows_gatekeeper.png	2009-06-01 20:15:36 +0000 and new/doc/ru/user-guide/images/workflows_gatekeeper.png	1970-01-01 00:00:00 +0000 differ
=== removed file 'doc/ru/user-guide/images/workflows_gatekeeper.svg'
--- old/doc/ru/user-guide/images/workflows_gatekeeper.svg	2009-06-01 20:15:36 +0000
+++ new/doc/ru/user-guide/images/workflows_gatekeeper.svg	1970-01-01 00:00:00 +0000
@@ -1,2137 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://web.resource.org/cc/"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="1052.3622"
-   height="744.09448"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.45.1"
-   version="1.0"
-   sodipodi:docbase="/home/ian/Desktop/talk/workflows"
-   sodipodi:docname="workflows_gatekeeper.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_manualpqm.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90">
-  <defs
-     id="defs4">
-    <radialGradient
-       xlink:href="#linearGradient5992"
-       r="33.156250"
-       inkscape:collect="always"
-       id="radialGradient6000"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,1.693685,0.000000,-197.9515)"
-       fy="285.36218"
-       fx="495.50000"
-       cy="285.36218"
-       cx="495.50000" />
-    <linearGradient
-       y2="187.57059"
-       y1="225.40080"
-       xlink:href="#linearGradient5963"
-       x2="458.91232"
-       x1="383.95898"
-       inkscape:collect="always"
-       id="linearGradient5969"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient3586">
-      <stop
-         style="stop-color:#000000;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop3588" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop3590" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5963">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop5965" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop5967" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5992">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop5994" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop5996" />
-    </linearGradient>
-    <linearGradient
-       y2="-0.45783132"
-       y1="3.3012049"
-       xlink:href="#linearGradient893"
-       x2="0.92957747"
-       x1="-2.3960868e-17"
-       id="linearGradient4284" />
-    <linearGradient
-       y2="-0.033519555"
-       y1="2.0837989"
-       xlink:href="#linearGradient893"
-       x2="0.99074072"
-       x1="-0.77314812"
-       id="linearGradient4283" />
-    <linearGradient
-       y2="1.8771822"
-       y1="-0.033741195"
-       xlink:href="#linearGradient902"
-       x2="0.48453596"
-       x1="0.47041038"
-       id="linearGradient2740"
-       gradientTransform="scale(0.997153,1.002855)" />
-    <linearGradient
-       y2="1.9025002"
-       y1="-0.043652620"
-       xlink:href="#linearGradient902"
-       x2="0.48481107"
-       x1="0.47042510"
-       id="linearGradient1506"
-       gradientTransform="scale(0.995847,1.004170)" />
-    <linearGradient
-       y2="1.8570156"
-       y1="-0.024853170"
-       xlink:href="#linearGradient902"
-       x2="0.48548824"
-       x1="0.47157744"
-       id="linearGradient1505"
-       gradientTransform="scale(0.997825,1.002180)" />
-    <linearGradient
-       y2="182.99154"
-       y1="169.09755"
-       xlink:href="#linearGradient892"
-       x2="88.996957"
-       x1="88.755695"
-       id="linearGradient1404"
-       gradientTransform="scale(1.3695887,0.7301462)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient1317"
-       r="0.34964636"
-       id="radialGradient1316"
-       fy="0.18269235"
-       fx="0.50352114"
-       cy="0.50000006"
-       cx="0.50000000" />
-    <radialGradient
-       xlink:href="#linearGradient1317"
-       r="0.41197181"
-       id="radialGradient1315"
-       fy="0.26666668"
-       fx="0.47535211"
-       cy="0.53333336"
-       cx="0.47887325" />
-    <linearGradient
-       y2="173.03153"
-       y1="177.77768"
-       xlink:href="#linearGradient902"
-       x2="95.100155"
-       x1="101.10657"
-       id="linearGradient1171"
-       gradientTransform="scale(1.3601783,0.7351977)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="1.8378206"
-       y1="-0.016295359"
-       xlink:href="#linearGradient902"
-       x2="0.48655096"
-       x1="0.47284532"
-       id="linearGradient1170"
-       gradientTransform="scale(0.998371,1.001632)" />
-    <linearGradient
-       y2="81.477602"
-       y1="224.57898"
-       xlink:href="#linearGradient893"
-       x2="74.533693"
-       x1="146.69923"
-       id="linearGradient1169"
-       gradientTransform="scale(1.1870691,0.842411)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="133.54711"
-       y1="228.39311"
-       xlink:href="#linearGradient888"
-       x2="88.447016"
-       x1="141.60217"
-       id="linearGradient1167"
-       gradientTransform="scale(1.1838753,0.8446836)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="148.78619"
-       y1="131.25248"
-       xlink:href="#linearGradient1317"
-       x2="107.04918"
-       x1="111.49758"
-       id="linearGradient1166"
-       gradientTransform="scale(1.223869,0.8170809)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="176.28694"
-       y1="269.85831"
-       xlink:href="#linearGradient888"
-       x2="-16.224496"
-       x1="51.460928"
-       id="linearGradient1157"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="234.26866"
-       y1="178.48862"
-       xlink:href="#linearGradient888"
-       x2="25.220815"
-       x1="25.220815"
-       id="linearGradient1156"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="105.42543"
-       y1="76.277559"
-       xlink:href="#linearGradient892"
-       x2="8.346058"
-       x1="35.190362"
-       id="linearGradient1150"
-       gradientTransform="scale(1.3283861,0.7527932)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="20.481863"
-       y1="49.507656"
-       xlink:href="#linearGradient892"
-       x2="70.224305"
-       x1="39.690614"
-       id="linearGradient1148"
-       gradientTransform="scale(1.329144,0.7523639)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="113.71949"
-       y1="90.197025"
-       xlink:href="#linearGradient892"
-       x2="17.876529"
-       x1="39.810948"
-       id="linearGradient1146"
-       gradientTransform="scale(1.3207392,0.7571517)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="251.21892"
-       y1="203.499"
-       xlink:href="#linearGradient892"
-       x2="31.617281"
-       x1="31.449743"
-       id="linearGradient1144"
-       gradientTransform="scale(2.1051174,0.4750329)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="-0.45783132"
-       y1="3.3012049"
-       xlink:href="#linearGradient888"
-       x2="0.92957747"
-       x1="0.00000000"
-       id="linearGradient1141" />
-    <linearGradient
-       y2="232.24952"
-       y1="110.4447"
-       xlink:href="#linearGradient888"
-       x2="41.967061"
-       x1="45.685757"
-       id="linearGradient1140"
-       gradientTransform="scale(1.9102155,0.5235012)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="75.912531"
-       y1="375.92199"
-       xlink:href="#linearGradient1806"
-       x2="-268.25407"
-       x1="-249.72067"
-       id="linearGradient1138"
-       gradientTransform="scale(1.087146,0.9198397)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient1133"
-       r="68.589222"
-       id="radialGradient1132"
-       fy="39.288476"
-       fx="72.107883"
-       cy="56.485935"
-       cx="60.004654"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="11.699047"
-       y1="208.43991"
-       xlink:href="#linearGradient888"
-       x2="95.644441"
-       x1="-77.726178"
-       id="linearGradient905"
-       gradientTransform="scale(1.0964158,0.9120627)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       xlink:href="#linearGradient1806"
-       id="linearGradient901" />
-    <linearGradient
-       y2="91.07699"
-       y1="-3.9104078"
-       xlink:href="#linearGradient888"
-       x2="27.674331"
-       x1="92.437968"
-       id="linearGradient891"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient888">
-      <stop
-         style="stop-color:#626262;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop889" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop890" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient892">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.00000000;"
-         offset="0.00000000"
-         id="stop893" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop894" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient902">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.00000000;"
-         offset="0.00000000"
-         id="stop903" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.22000000;"
-         offset="1.0000000"
-         id="stop904" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1098">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1.0000000;"
-         offset="0.00000000"
-         id="stop1099" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.22314049;"
-         offset="0.50000000"
-         id="stop1101" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.00000000;"
-         offset="0.59930235"
-         id="stop1102" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.60330576;"
-         offset="1.0000000"
-         id="stop1100" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1133">
-      <stop
-         style="stop-color:#8bb7df;stop-opacity:1.0000000;"
-         offset="0.00000000"
-         id="stop1134" />
-      <stop
-         style="stop-color:#2a6092;stop-opacity:1.0000000;"
-         offset="0.76209301"
-         id="stop1136" />
-      <stop
-         style="stop-color:#375e82;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop1135" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1317">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52892560;"
-         offset="0.00000000"
-         id="stop1318" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.17355372;"
-         offset="0.50000000"
-         id="stop1320" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.00000000;"
-         offset="1.0000000"
-         id="stop1319" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient893">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop895" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop896" />
-    </linearGradient>
-    <radialGradient
-       xlink:href="#linearGradient1806"
-       r="11.574221"
-       id="radialGradient1977"
-       fy="39.410465"
-       fx="42.280806"
-       cy="39.007645"
-       cx="42.007257"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient1806">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.35051546;"
-         offset="0.0000000"
-         id="stop1807" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.13402061;"
-         offset="0.64999998"
-         id="stop3276" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop1808" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5281"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5283"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5285"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="5.5130484"
-       inkscape:collect="always"
-       id="radialGradient1828"
-       fy="61.38567"
-       fx="86.542037"
-       cy="61.38567"
-       cx="86.542037"
-       gradientTransform="matrix(-0.8164966,0,0,1.2247449,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="11.123441"
-       inkscape:collect="always"
-       id="radialGradient1824"
-       fy="58.887858"
-       fx="118.06427"
-       cy="58.54025"
-       cx="117.17439"
-       gradientTransform="matrix(-0.6229142,0,0,1.6053575,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="22.00904"
-       inkscape:collect="always"
-       id="radialGradient1822"
-       fy="87.892895"
-       fx="45.50637"
-       cy="88.322677"
-       cx="45.139623"
-       gradientTransform="matrix(-1.0914815,0,0,0.9161859,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="18.836343"
-       inkscape:collect="always"
-       id="radialGradient1818"
-       fy="33.351633"
-       fx="48.40165"
-       cy="32.467054"
-       cx="48.40165"
-       gradientTransform="matrix(-1.1146027,0,0,0.8971807,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="74.834393"
-       y1="57.093738"
-       xlink:href="#linearGradient4376"
-       x2="50.203204"
-       x1="50.52668"
-       inkscape:collect="always"
-       id="linearGradient1815"
-       gradientTransform="matrix(-1.3516689,0,0,0.7398261,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient4384">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop4385" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4386" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4376">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop4377" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4378" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4362">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop4363" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4364" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4358">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop4359" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop4360" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="radialGradient5536"
-       gradientUnits="userSpaceOnUse"
-       cx="42.007257"
-       cy="39.007645"
-       fx="42.280806"
-       fy="39.410465"
-       r="11.574221" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5538"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5540"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5542"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5544"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5546"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       x1="25.220815"
-       y1="178.48862"
-       x2="25.220815"
-       y2="234.26866" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5548"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       x1="51.460928"
-       y1="269.85831"
-       x2="-16.224496"
-       y2="176.28694" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient893"
-       id="linearGradient5550"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.1870691,0.842411)"
-       x1="146.69923"
-       y1="224.57898"
-       x2="74.533693"
-       y2="81.477602" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5552"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.9102155,0.5235012)"
-       x1="45.685757"
-       y1="110.4447"
-       x2="41.967061"
-       y2="232.24952" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5554"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.0964158,0.9120627)"
-       x1="-77.726178"
-       y1="208.43991"
-       x2="95.644441"
-       y2="11.699047" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1133"
-       id="radialGradient5556"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       cx="60.004654"
-       cy="56.485935"
-       fx="72.107883"
-       fy="39.288476"
-       r="68.589222" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5558"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       x1="92.437968"
-       y1="-3.9104078"
-       x2="27.674331"
-       y2="91.07699" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5560"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3207392,0.7571517)"
-       x1="39.810948"
-       y1="90.197025"
-       x2="17.876529"
-       y2="113.71949" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5562"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.329144,0.7523639)"
-       x1="39.690614"
-       y1="49.507656"
-       x2="70.224305"
-       y2="20.481863" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5564"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3283861,0.7527932)"
-       x1="35.190362"
-       y1="76.277559"
-       x2="8.346058"
-       y2="105.42543" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5566"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.1838753,0.8446836)"
-       x1="141.60217"
-       y1="228.39311"
-       x2="88.447016"
-       y2="133.54711" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient902"
-       id="linearGradient5568"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3601783,0.7351977)"
-       x1="101.10657"
-       y1="177.77768"
-       x2="95.100155"
-       y2="173.03153" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5570"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3695887,0.7301462)"
-       x1="88.755695"
-       y1="169.09755"
-       x2="88.996957"
-       y2="182.99154" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1317"
-       id="linearGradient5572"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.223869,0.8170809)"
-       x1="111.49758"
-       y1="131.25248"
-       x2="107.04918"
-       y2="148.78619" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5574"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.1051174,0.4750329)"
-       x1="31.449743"
-       y1="203.499"
-       x2="31.617281"
-       y2="251.21892" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5714"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="39.648127"
-       inkscape:collect="always"
-       id="radialGradient2797"
-       fy="101.92288"
-       fx="50.092871"
-       cy="102.70191"
-       cx="49.760482"
-       gradientTransform="scale(1.1222336,0.8910801)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="35.284406"
-       inkscape:collect="always"
-       id="radialGradient2791"
-       fy="32.061308"
-       fx="81.553592"
-       cy="33.402904"
-       cx="80.599566"
-       gradientTransform="scale(0.8352269,1.1972794)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="67.164412"
-       y1="53.505203"
-       xlink:href="#linearGradient4376"
-       x2="63.804663"
-       x1="64.786456"
-       inkscape:collect="always"
-       id="linearGradient2789"
-       gradientTransform="scale(1.1424512,0.8753109)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient6015">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop6017" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6019" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6009">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop6011" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6013" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6003">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop6005" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6007" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5997">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop5999" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop6001" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient6037"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       y2="0.46093750"
-       y1="0.46093750"
-       xlink:href="#linearGradient650"
-       x2="1.16666818"
-       x1="1.22222710"
-       spreadMethod="repeat"
-       id="linearGradient654"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       y2="0.53906250"
-       y1="0.53125000"
-       xlink:href="#linearGradient650"
-       x2="1.16666901"
-       x1="1.00000548"
-       spreadMethod="repeat"
-       id="linearGradient653"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       id="linearGradient650">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop651" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop652" />
-    </linearGradient>
-    <linearGradient
-       y2="0.46093750"
-       y1="0.46093750"
-       xlink:href="#linearGradient650"
-       x2="1.16666818"
-       x1="1.22222710"
-       spreadMethod="repeat"
-       id="linearGradient9648"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       y2="0.53906250"
-       y1="0.53125000"
-       xlink:href="#linearGradient650"
-       x2="1.16666901"
-       x1="1.00000548"
-       spreadMethod="repeat"
-       id="linearGradient9646"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       id="linearGradient9640">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop9642" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop9644" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="radialGradient7932"
-       gradientUnits="userSpaceOnUse"
-       cx="42.007257"
-       cy="39.007645"
-       fx="42.280806"
-       fy="39.410465"
-       r="11.574221" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient7934"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient7936"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient7938"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient7940"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient7942"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       x1="25.220815"
-       y1="178.48862"
-       x2="25.220815"
-       y2="234.26866" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient7944"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       x1="51.460928"
-       y1="269.85831"
-       x2="-16.224496"
-       y2="176.28694" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient893"
-       id="linearGradient7946"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.1870691,0.842411)"
-       x1="146.69923"
-       y1="224.57898"
-       x2="74.533693"
-       y2="81.477602" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient7948"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.9102155,0.5235012)"
-       x1="45.685757"
-       y1="110.4447"
-       x2="41.967061"
-       y2="232.24952" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient7950"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.0964158,0.9120627)"
-       x1="-77.726178"
-       y1="208.43991"
-       x2="95.644441"
-       y2="11.699047" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1133"
-       id="radialGradient7952"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       cx="60.004654"
-       cy="56.485935"
-       fx="72.107883"
-       fy="39.288476"
-       r="68.589222" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient7954"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       x1="92.437968"
-       y1="-3.9104078"
-       x2="27.674331"
-       y2="91.07699" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient7956"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3207392,0.7571517)"
-       x1="39.810948"
-       y1="90.197025"
-       x2="17.876529"
-       y2="113.71949" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient7958"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.329144,0.7523639)"
-       x1="39.690614"
-       y1="49.507656"
-       x2="70.224305"
-       y2="20.481863" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient7960"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3283861,0.7527932)"
-       x1="35.190362"
-       y1="76.277559"
-       x2="8.346058"
-       y2="105.42543" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient7962"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.1838753,0.8446836)"
-       x1="141.60217"
-       y1="228.39311"
-       x2="88.447016"
-       y2="133.54711" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient902"
-       id="linearGradient7964"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3601783,0.7351977)"
-       x1="101.10657"
-       y1="177.77768"
-       x2="95.100155"
-       y2="173.03153" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient7966"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3695887,0.7301462)"
-       x1="88.755695"
-       y1="169.09755"
-       x2="88.996957"
-       y2="182.99154" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1317"
-       id="linearGradient7968"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.223869,0.8170809)"
-       x1="111.49758"
-       y1="131.25248"
-       x2="107.04918"
-       y2="148.78619" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient7990"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.1051174,0.4750329)"
-       x1="31.449743"
-       y1="203.499"
-       x2="31.617281"
-       y2="251.21892" />
-    <radialGradient
-       xlink:href="#linearGradient1861"
-       r="26.285225"
-       inkscape:collect="always"
-       id="radialGradient1887"
-       fy="44.906904"
-       fx="34.609807"
-       cy="45.317611"
-       cx="33.865884"
-       gradientTransform="scale(1.3025634,0.767717)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient1861"
-       r="27.313507"
-       inkscape:collect="always"
-       id="radialGradient1885"
-       fy="96.522109"
-       fx="44.745902"
-       cy="96.948882"
-       cx="45.838441"
-       gradientTransform="scale(1.0963096,0.9121511)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="69.990188"
-       y1="60.176033"
-       xlink:href="#linearGradient1864"
-       x2="54.084046"
-       x1="51.210938"
-       inkscape:collect="always"
-       id="linearGradient1883"
-       gradientTransform="scale(1.2343409,0.8101489)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient1858">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop1859" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop1860" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1861">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop1862" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop1863" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1864">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop1865" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop1866" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1867">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop1868" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop1869" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient11180">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop11182" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop11184" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient11174">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop11176" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop11178" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient11168">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop11170" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop11172" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient11162">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop11164" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop11166" />
-    </linearGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     gridtolerance="10000"
-     guidetolerance="10"
-     objecttolerance="10"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1"
-     inkscape:cx="559.94128"
-     inkscape:cy="472.46874"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     width="1052.3622px"
-     height="744.09448px"
-     showgrid="true"
-     inkscape:window-width="1416"
-     inkscape:window-height="825"
-     inkscape:window-x="0"
-     inkscape:window-y="25" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <g
-       inkscape:label="Layer 1"
-       id="g4996"
-       transform="matrix(0.331077,0,0,0.2676656,39.992157,230.68349)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644">
-      <g
-         transform="matrix(2.674162,0,0,2.674162,-826.248,-323.8239)"
-         id="g6052">
-        <path
-           style="fill:#c7c7c7;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:6.11299896;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-           sodipodi:nodetypes="czcczzz"
-           id="path1306"
-           d="M 362.77592,187.283 C 360.50343,190.98677 361.20593,367.68763 364.14011,374.65173 C 366.46268,380.1642 441.02381,442.12988 444.93699,443.78694 C 495.35017,443.444 529.34176,425.0858 534.99109,415.38735 C 537.14042,403.1889 535.31621,215.19709 533.25552,211.25359 C 531.47859,207.85312 436.04893,173.6386 432.71615,172.86054 C 429.71763,172.16052 365.30189,183.1661 362.77592,187.283 z " />
-        <path
-           style="fill:#ffffff;fill-opacity:0.54385968;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccccccc"
-           id="path2066"
-           d="M 366.42857,190.93361 C 391.19048,201.4098 418.60601,218.30739 446.22506,231.64072 C 472.394,225.42153 510.2022,217.10972 529.24981,213.77639 C 504.726,221.39543 472.52022,228.51448 447.99641,236.13353 C 446.56784,293.51448 447.257,380.45861 445.82843,437.83956 C 445.11414,379.98242 443.14285,291.6479 442.42856,233.79075 C 415.99999,219.50504 390,206.64789 366.42857,190.93361 z " />
-        <path
-           style="fill:#000000;fill-opacity:0.16228069;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccc"
-           id="path4356"
-           d="M 519.99794,379.97737 C 510.93834,392.99882 482.41849,399.43361 468.8726,394.16864 C 471.21835,393.5424 516.96143,380.96883 519.99794,379.97737 z " />
-        <g
-           transform="translate(2.035534,15.20712)"
-           id="g4374">
-          <path
-             style="fill:#ffffff;fill-opacity:0.39473685;fill-rule:evenodd;stroke:none;stroke-width:1.01199996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-             sodipodi:nodetypes="cccccc"
-             id="path4362"
-             d="M 471.29127,340.59039 L 513.55921,324.30516 C 517.9002,325.84805 517.04588,332.27818 517.04588,332.27818 L 510.46155,334.58088 C 510.46155,334.58088 501.26764,349.01224 484.93096,343.36795 C 484.93096,343.36795 472.7787,345.52605 471.29127,340.59039 z " />
-          <path
-             style="fill:#606060;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.11199999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-             sodipodi:nodetypes="ccccccc"
-             id="path2826"
-             d="M 471.66824,335.10501 C 485.70133,331.45482 499.73443,327.80464 513.76752,324.15445 C 514.30594,326.13864 514.34437,328.99782 513.50779,330.48201 C 511.36566,331.50652 507.10221,332.35425 504.96008,333.37876 C 498.80357,339.27354 493.45917,339.80363 483.65919,338.95243 C 479.87505,339.74603 476.0909,340.36284 472.30676,341.15644 C 471.15285,338.85897 470.82215,337.90248 471.66824,335.10501 z " />
-        </g>
-        <path
-           style="fill:#ffffff;fill-opacity:0.40350874;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccccc"
-           id="path4423"
-           d="M 364.8671,189.69191 L 446.71991,235.61832 L 446.39149,441.00771 L 366.28132,373.53968 L 364.8671,189.69191 z " />
-        <path
-           style="fill:#000000;fill-opacity:0.16228069;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccc"
-           id="path5957"
-           d="M 515.24794,392.97737 C 505.81506,405.42036 486.94113,407.56087 476.3726,403.76831 C 478.1563,403.29212 512.93901,393.73127 515.24794,392.97737 z " />
-        <path
-           style="fill:#000000;fill-opacity:0.16228069;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccc"
-           id="path5959"
-           d="M 508.24794,405.72737 C 502.79158,413.09279 492.2492,415.37141 483.8726,412.49343 C 484.991,412.19485 506.80021,406.20008 508.24794,405.72737 z " />
-        <path
-           style="fill:#fcfcfc;fill-opacity:0.44298245;fill-rule:evenodd;stroke:none;stroke-width:0.31200001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-           sodipodi:nodetypes="ccccccc"
-           id="path5973"
-           d="M 522.875,227.86218 L 527.04289,228.4302 L 527.79289,326.56929 L 463.46862,344.54896 L 461.88388,339.34073 L 523.68934,322.86218 L 522.875,227.86218 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6026"
-           d="M 462.21967,264.23013 L 462.31434,266.99086 L 522.7929,249.54632 L 462.21967,264.23013 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6036"
-           d="M 461.33579,284.2059 L 461.43046,286.96663 L 521.90902,269.52209 L 461.33579,284.2059 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6038"
-           d="M 462.21967,302.64613 L 462.31434,305.40686 L 522.7929,287.96232 L 462.21967,302.64613 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6040"
-           d="M 462.21967,320.79868 L 462.31434,323.55941 L 522.7929,306.11487 L 462.21967,320.79868 z " />
-        <path
-           style="opacity:1;color:#000000;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#9e9e9e;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="ccc"
-           id="path5988"
-           d="M 522.55191,229.64344 L 462.03362,244.76045 L 462.53549,344.35813" />
-      </g>
-    </g>
-    <g
-       id="g5256"
-       transform="translate(601.5744,227.66157)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644">
-      <path
-         transform="matrix(6.392368,0.545409,-0.130014,2.864752,-184.6606,-38.15109)"
-         style="fill:url(#radialGradient1977);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:type="arc"
-         sodipodi:ry="12.562782"
-         sodipodi:rx="12.562782"
-         sodipodi:cy="37.865574"
-         sodipodi:cx="41.875938"
-         id="path1976"
-         d="M 54.438721 37.865574 A 12.562782 12.562782 0 1 1  29.313156,37.865574 A 12.562782 12.562782 0 1 1  54.438721 37.865574 z" />
-      <g
-         transform="matrix(1,0,0,1.036969,356.8306,-11.4294)"
-         style="fill:url(#linearGradient6037);fill-opacity:1"
-         id="g4293">
-        <path
-           style="fill:url(#linearGradient5281);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path2720"
-           d="M -270.85787,33.814995 C -289.35564,33.925992 -307.93321,33.592782 -326.38104,33.981747 C -331.43469,35.696391 -331.02221,41.899652 -330.68524,46.15332 C -330.75782,60.227303 -330.53537,74.298225 -330.21167,88.36826 C -328.21297,91.039611 -323.21766,90.618387 -322.68469,94.539015 C -320.78054,96.259426 -317.05071,94.88215 -314.4389,95.333237 C -298.54999,95.360274 -282.66107,95.387302 -266.77215,95.414339 C -266.35587,90.465192 -260.12609,88.824447 -255.81783,89.540255 C -256.01688,89.058389 -261.69557,87.939375 -259.61591,84.491525 C -259.45681,68.72727 -259.19734,52.882199 -259.82064,37.168229 C -261.19394,32.980583 -267.34179,33.83368 -270.85787,33.814995 z M -236.65184,97.260473 C -234.79025,100.12642 -237.08724,103.09386 -239.92892,104.16357 C -242.6311,105.91539 -245.59105,107.62992 -248.52894,108.76804 C -253.1773,108.19079 -251.42424,101.88475 -255.01281,99.896645 C -260.33594,96.447012 -267.21045,98.43943 -273.23329,97.939231 C -291.8249,97.94887 -310.41651,97.958519 -329.00813,97.968158 C -335.45898,103.56578 -339.16595,111.40269 -341.55034,119.32178 C -337.25147,124.2061 -329.89606,122.27575 -324.10438,122.40002 C -298.64553,122.23171 -273.11679,122.61546 -247.69897,122.24542 C -243.40174,121.14669 -247.44685,114.84894 -243.58488,113.04441 C -242.73865,112.73374 -247.81245,114.4382 -247.26205,111.62955 C -245.49117,106.66028 -239.14113,105.99595 -235.92338,102.36811 C -234.39131,99.755669 -236.26958,96.922488 -238.33047,95.260495 C -237.77093,95.927151 -237.21138,96.593817 -236.65184,97.260473 z M -240.64255,111.75263 C -243.64086,113.13223 -237.02792,110.69536 -235.55512,111.97369 C -229.71113,112.74417 -224.16461,117.19625 -218.12358,115.22951 C -225.97639,116.31604 -232.799,109.03014 -240.64255,111.75263 z M -212.01083,112.33724 C -215.98173,113.85021 -208.21543,112.17765 -210.07883,115.87566 C -212.50961,119.93855 -206.99008,113.8662 -209.61436,112.54677 C -210.16198,111.94632 -211.27989,112.47663 -212.01083,112.33724 z M -213.97451,120.82946 C -220.13871,124.32615 -228.37873,119.08124 -233.85995,124.39439 C -238.36465,128.00055 -244.57099,130.35185 -247.0433,135.75122 C -247.65922,139.60202 -243.25109,141.90251 -240.44565,143.71808 C -235.60127,146.54512 -228.8227,145.75388 -225.20082,141.42836 C -220.62679,137.96117 -216.44182,134.08489 -212.48592,129.96782 C -212.82701,126.95048 -214.43694,123.63971 -213.97451,120.82946 z " />
-        <path
-           style="fill:url(#linearGradient5283);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path2723"
-           d="M -269.68453,32.256957 C -288.76965,32.351184 -307.87514,32.249603 -326.94796,32.349264 C -332.63884,33.663474 -333.90446,40.291305 -333.21597,45.149113 C -333.11996,59.896901 -333.07471,74.659754 -332.61729,89.39481 C -331.88583,93.310348 -324.86009,92.098674 -325.11097,96.44089 C -328.07184,96.184706 -331.5534,96.317135 -333.07248,99.246492 C -338.92562,104.98392 -341.99312,112.66465 -344.27268,120.28679 C -340.22572,125.96631 -332.26467,125.31453 -326.02946,124.71751 C -300.16629,124.7277 -274.28316,124.82043 -248.43245,124.77905 C -244.42424,124.78686 -243.30672,120.35609 -243.96666,117.2099 C -242.88598,112.93536 -237.04086,113.94554 -233.80717,114.98513 C -228.01851,116.64297 -221.26418,120.43074 -215.57982,116.37592 C -211.36091,113.71809 -213.05678,118.4029 -215.77936,119.43344 C -220.82539,122.25797 -227.09125,118.98178 -232.39677,121.20855 C -236.53238,123.88957 -240.74707,126.85249 -244.76678,129.74666 C -248.34219,132.01467 -251.90947,137.38626 -248.13747,140.97315 C -243.79274,146.02948 -236.37425,149.4527 -229.68248,147.08651 C -225.09383,144.85973 -221.79206,140.75401 -217.61535,137.88661 C -215.10454,135.69469 -212.49235,133.26839 -210.83749,130.50207 C -210.86477,126.92195 -214.68529,121.91303 -210.252,119.57013 C -207.25619,117.95208 -205.81053,112.12098 -209.75314,110.87946 C -214.16982,109.44692 -216.95156,115.09837 -221.43751,113.68608 C -228.47365,112.76758 -235.5565,107.20489 -242.69931,110.72434 C -246.89551,113.06547 -243.47174,109.4356 -241.45524,108.56544 C -237.85613,106.84628 -232.73147,104.36798 -233.94637,99.617708 C -234.27189,95.083838 -239.22223,93.197522 -242.95318,91.723135 C -247.61613,89.074942 -253.27003,89.345117 -258.06082,86.933298 C -257.89248,70.385101 -257.58805,53.76423 -258.26571,37.261116 C -259.2092,32.393288 -265.59824,31.96057 -269.68453,32.256957 z M -258.66259,91.764016 C -251.5059,92.239344 -243.21163,93.474137 -238.58238,99.271629 C -238.96251,103.06003 -244.00295,103.80224 -246.52821,106.14082 C -248.92267,108.48087 -251.12372,105.80503 -251.02958,103.27159 C -252.70852,98.336432 -258.20582,95.710815 -263.31841,96.533197 C -267.00561,96.7255 -263.71935,91.937514 -261.395,92.380192 C -260.48382,92.178338 -259.57521,91.953759 -258.66259,91.764016 z " />
-        <path
-           style="fill:url(#linearGradient5285);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           sodipodi:nodetypes="ccccczccccccccccccccccccczccccc"
-           id="path2737"
-           d="M -324.0398,30.70877 C -336.3492,30.820231 -335.15663,39.652507 -334.79476,45.313268 C -334.5469,60.436643 -334.38614,75.599009 -334.01234,90.698281 C -333.20516,93.057424 -330.71249,93.985661 -328.75475,95.252079 C -334.4553,96.476239 -336.96996,102.43195 -340.11175,106.59303 C -342.33294,111.36531 -347.84019,115.92868 -345.92111,121.43642 C -344.00204,126.94416 -332.21757,127.68181 -324.95408,127.12866 C -299.06901,127.09789 -273.17022,127.14905 -247.29372,127.06713 C -243.29961,126.16956 -240.99668,122.03601 -241.4977,118.23645 C -238.30082,114.95371 -233.32521,118.03039 -229.53292,118.63002 C -225.71641,119.31313 -232.5646,119.27527 -233.19362,120.54849 C -238.23604,122.95799 -242.6166,126.65447 -246.90973,130.10509 C -250.44674,132.97354 -252.4229,138.10741 -249.57412,142.08235 C -246.21315,145.92284 -241.41489,148.84284 -236.30395,149.79628 C -230.65487,150.83779 -225.57101,147.82678 -221.6157,144.24077 C -216.87391,140.59839 -212.0873,136.78287 -208.84361,131.80554 C -207.76302,128.26399 -211.47449,123.86671 -208.08348,121.09796 C -204.93438,118.46115 -204.06893,113.02076 -207.41836,110.2673 C -212.81988,106.81278 -218.36682,114.55112 -223.89705,111.29128 C -227.94209,110.1659 -231.91311,108.52596 -236.17676,108.45194 C -231.52711,105.88023 -229.62903,98.782331 -234.08944,95.153402 C -239.61551,89.404431 -248.455,88.793917 -255.40182,85.744487 C -255.86992,78.940296 -255.53665,71.972758 -255.70928,65.098797 C -255.80747,55.730822 -255.73864,46.312632 -255.94025,36.975777 C -258.03631,31.236293 -265.34014,30.439522 -270.76286,30.729689 C -289.40725,30.770714 -311.88665,30.597309 -324.0398,30.70877 z M -255.46516,94.482857 C -250.34561,95.62106 -244.69322,96.21649 -240.83258,100.05203 C -242.37635,102.55028 -245.27573,103.64481 -247.80048,104.97505 C -249.71506,99.684643 -254.39847,94.970039 -260.51378,95.138259 C -260.66903,94.131274 -256.73261,94.551178 -255.46516,94.482857 z " />
-      </g>
-      <rect
-         y="78.658051"
-         x="33.326111"
-         width="57.567924"
-         style="fill:url(#linearGradient1156);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1157);stroke-width:1.44734821pt"
-         id="rect1155"
-         height="8.3153667" />
-      <path
-         style="fill:url(#linearGradient1169);fill-rule:evenodd;stroke-width:0.90459263;stroke-opacity:0.07438019"
-         sodipodi:nodetypes="czzczczzzzzzzc"
-         id="path2676"
-         d="M 98.723806,78.927818 C 95.18666,77.759681 93.50122,82.555591 98.766686,81.004087 C 104.03217,79.452583 120.13123,85.906451 120.37383,89.795491 C 120.61643,93.905503 101.5003,98.581154 106.74108,104.42426 C 111.62816,110.70149 115.35468,100.13868 123.54696,104.21261 C 131.73923,108.17607 136.26048,109.72394 142.25488,104.94185 C 149.10027,101.9342 145.04599,107.07658 139.57918,113.60451 C 134.11237,120.13244 144.00251,115.08156 147.91225,105.31962 C 151.93248,95.557673 139.13128,107.33503 133.66268,105.40571 C 128.19408,103.47639 119.73678,97.849788 113.27625,102.55563 C 106.81572,107.26147 109.62894,99.493003 114.85637,97.90307 C 120.0838,96.092166 122.81363,93.045722 122.85597,90.161522 C 122.89831,87.498293 117.92629,84.811803 112.94229,82.402852 C 107.73732,79.993901 100.49788,78.588966 98.723806,78.927818 z " />
-      <path
-         style="fill:url(#linearGradient1140);fill-opacity:1;fill-rule:evenodd;stroke-width:1.44734821pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path1139"
-         d="M 15.102732,106.80712 C 13.80355,109.23224 17.148847,113.52338 19.900059,113.52338 L 107.85106,113.52338 C 110.18914,113.52338 113.70766,110.4906 112.64839,108.40622 L 102.7339,88.897093 C 101.97024,87.394398 100.26184,86.65834 98.576216,86.65834 L 28.215425,86.658339 C 26.825434,86.658339 25.353768,87.671846 24.697385,88.897093 L 15.102732,106.80712 z " />
-      <rect
-         y="22.413721"
-         x="26.015469"
-         width="72.279724"
-         style="fill:url(#linearGradient905);fill-opacity:1;fill-rule:evenodd;stroke-width:1.62826681"
-         ry="5.4369707"
-         rx="5.4369707"
-         id="rect1137"
-         height="60.126495" />
-      <rect
-         y="31.695871"
-         x="33.386066"
-         width="58.178177"
-         style="fill:url(#radialGradient1132);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient891);stroke-width:1.4649456pt"
-         id="rect1131"
-         height="38.044163" />
-      <path
-         style="fill:url(#linearGradient1146);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzccccc"
-         id="path1145"
-         d="M 27.690431,52.841444 L 27.370609,74.749236 C 27.319624,78.241665 29.310209,80.477938 32.807578,80.506029 L 72.625393,80.825852 L 76.463254,71.87084 L 32.008024,71.55102 L 31.688202,52.681533 L 27.690431,52.841444 z " />
-      <g
-         transform="matrix(-1,0,0,1,125.4301,0)"
-         id="g1791">
-        <path
-           style="fill:url(#linearGradient1148);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path1147"
-           d="M 42.062098,33.460351 L 77.341205,33.008055 C 82.787126,32.938235 89.553204,38.416797 89.553204,43.863165 L 89.553204,60.14583 L 41.609801,59.693534 L 42.062098,33.460351 z " />
-        <path
-           style="fill:url(#linearGradient1150);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path1149"
-           d="M 78.337784,67.629235 L 46.723745,67.724544 C 41.843589,67.739257 35.829319,62.771024 35.877168,57.891081 L 36.020221,43.301821 L 78.973514,44.128288 L 78.337784,67.629235 z " />
-      </g>
-      <path
-         style="fill:url(#linearGradient1167);fill-opacity:1;fill-rule:evenodd;stroke-width:0.72367412;stroke-opacity:0.34710741"
-         sodipodi:nodetypes="cczzzzzzc"
-         id="path1159"
-         d="M 137.39107,112.02341 C 137.39107,112.02341 129.0757,110.26438 123.63872,113.62251 C 118.20176,116.98064 109.96635,123.21719 108.76702,124.81628 C 107.40777,126.57531 107.42036,130.22796 109.24674,131.53253 L 114.84364,135.53031 C 118.31797,138.01198 124.86218,139.25396 128.11624,136.48978 L 142.98795,123.85681 C 144.79792,122.3193 145.72732,118.27921 144.10733,116.82073 C 142.95609,115.04975 140.4892,112.91939 137.39107,112.02341 z " />
-      <path
-         style="fill:url(#linearGradient1171);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzc"
-         id="path1160"
-         d="M 142.3483,121.13833 L 125.91043,133.59673 C 122.97154,135.82414 118.65484,134.11775 116.28283,133.77129 C 113.9108,133.42481 111.88528,131.87901 112.12516,132.33209 C 112.36503,132.78517 115.08349,135.71687 117.72203,136.48978 C 120.36055,137.26267 124.9543,138.89307 127.50953,136.15531 C 130.06477,133.41755 145.2267,123.53699 142.3483,121.13833 z " />
-      <path
-         style="fill:url(#linearGradient1404);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="cczc"
-         id="path1403"
-         d="M 132.11225,127.51984 C 135.31047,122.88242 120.11893,113.12786 109.08509,127.0401 C 110.20446,130.71805 116.80662,132.5992 121.82304,132.33547 C 126.68363,132.07993 129.50037,129.97181 132.11225,127.51984 z " />
-      <path
-         style="fill:url(#linearGradient1166);fill-opacity:1;fill-rule:evenodd;stroke-width:1.08551121"
-         sodipodi:nodetypes="cccccccc"
-         id="path1519"
-         d="M 138.63464,112.68306 C 135.9958,113.22749 132.31739,114.43079 129.87534,116.38362 C 128.77009,115.68011 125.32759,114.5677 123.66767,113.84494 L 123.24572,114.10517 C 129.67287,117.23476 136.43512,117.91249 135.88192,122.87668 C 136.33675,122.98575 137.05589,123.09702 136.73191,122.38863 C 136.41775,118.90392 132.50587,117.23351 131.02697,116.81532 C 133.17224,114.26602 136.255,113.70892 138.63464,112.68306 z " />
-      <path
-         style="fill:url(#linearGradient1144);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path1143"
-         d="M 18.891612,106.48414 C 17.978451,108.31614 19.173914,111.55774 22.263529,111.55774 L 105.0195,111.55774 C 106.66288,111.55774 109.13595,109.26672 108.39142,107.69215 L 101.42279,92.954575 C 100.88602,91.819403 99.685232,91.263378 98.500462,91.263378 L 28.108183,91.263369 C 27.131195,91.263369 26.0968,92.028994 25.635445,92.954575 L 18.891612,106.48414 z " />
-      <text
-         y="-14.660837"
-         xml:space="preserve"
-         x="6.147172"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text1232"><tspan
-           id="tspan1233">Computer</tspan></text>
-      <text
-         y="-34.951134"
-         xml:space="preserve"
-         x="84.564949"
-         transform="scale(0.246729,0.246729)"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text1235"><tspan
-           id="tspan1236">Created by Andrew Fitzsimon</tspan></text>
-    </g>
-    <g
-       id="g5474"
-       transform="translate(635.63525,491.49239)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644">
-      <path
-         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path9383"
-         d="M 203.47051,-209.74941 C 198.72111,-204.56585 195.69876,-195.27863 189.00642,-195.27863 C 182.52997,-197.07848 181.66644,-212.48518 180.80291,-215.7969 C 188.1429,-210.75732 195.69876,-207.87757 203.47051,-209.74941 z " />
-      <path
-         transform="matrix(-0.440859,0,0,0.441062,265.52775,-266.17138)"
-         style="fill:#f1bb96;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:type="arc"
-         sodipodi:ry="57.825485"
-         sodipodi:rx="60.94183"
-         sodipodi:cy="70.290855"
-         sodipodi:cx="150.27701"
-         id="path3713"
-         d="M 211.21884 70.290855 A 60.94183 57.825485 0 1 1  89.335178,70.290855 A 60.94183 57.825485 0 1 1  211.21884 70.290855 z" />
-      <path
-         style="fill:#233e6a;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccssssc"
-         id="path4369"
-         d="M 232.46888,-182.94274 C 232.85952,-157.74648 168.23012,-154.86512 168.38642,-182.94274 C 166.84164,-205.27149 177.94687,-217.96719 180.70654,-215.80872 C 182.10778,-214.71274 182.62841,-190.37295 192.09635,-195.9716 C 196.69923,-198.69339 201.84768,-209.14846 204.10029,-209.49532 C 207.49937,-210.01873 214.00811,-212.77083 219.98583,-217.92153 C 221.55412,-219.27285 231.93943,-205.38255 232.46888,-182.94274 z " />
-      <path
-         style="fill:#513624;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path11309"
-         d="M 204.55432,-273.85152 C 222.46413,-271.53047 237.32676,-259.28175 231.38357,-231.42099 C 229.66954,-221.67743 222.12426,-217.60887 219.35537,-236.36962 C 211.4578,-233.88387 177.25785,-223.92576 170.54948,-241.26677 C 166.55631,-248.43407 174.86257,-276.23329 204.55432,-273.85152 z " />
-      <path
-         style="fill:#1f4eb3;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path11942"
-         d="M 191.92173,-167.75448 C 192.06919,-184.44566 194.18855,-193.73288 188.47558,-194.95709 C 182.9785,-195.85052 179.91138,-176.52634 179.04785,-173.21462 C 175.85958,-157.19769 189.53653,-154.44605 191.92173,-167.75448 z " />
-      <path
-         style="fill:url(#linearGradient1815);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path1811"
-         d="M 172.67812,-237.76056 C 182.56217,-225.58826 212.09549,-234.15979 219.36562,-236.44806 C 220.33459,-229.88278 221.90014,-226.25074 223.58437,-224.54181 C 219.31219,-215.8234 210.06249,-209.76056 199.27187,-209.76056 C 184.44142,-209.76056 172.42812,-221.18201 172.42812,-235.26056 C 172.42812,-236.11869 172.59078,-236.92413 172.67812,-237.76056 z " />
-      <path
-         style="fill:url(#radialGradient1818);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1817"
-         d="M 203.17522,-273.74212 C 221.08504,-271.42107 235.94766,-259.17235 230.00448,-231.31159 C 228.29044,-221.56803 220.74517,-217.49946 217.97627,-236.26022 C 210.0787,-233.77447 175.87876,-223.81635 169.17039,-241.15737 C 165.17722,-248.32467 173.48348,-276.12389 203.17522,-273.74212 z " />
-      <path
-         style="fill:url(#radialGradient1822);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path1819"
-         d="M 220.74123,-214.1875 C 227.87764,-203.73841 231.28831,-190.18836 229.45998,-177.71875 C 222.3997,-165.39834 205.93726,-163.52328 193.05373,-164.75 C 194.11526,-173.29796 194.69425,-182.39807 193.51876,-190.98978 C 191.02311,-195.41909 199.33209,-197.29913 200.39748,-201.6875 C 203.70655,-208.92744 212.80427,-208.10966 218.04988,-213.3696 C 218.9201,-213.57294 220.00051,-215.94141 220.74123,-214.1875 z M 179.55373,-210.28125 C 180.69974,-204.97453 181.23339,-199.24919 184.58498,-194.75 C 179.40159,-187.81847 178.05976,-178.63643 176.67873,-170.28125 C 167.10271,-177.01707 169.81568,-190.62142 172.02963,-200.39411 C 173.03008,-204.26346 176.36728,-212.34166 179.19382,-211.77772 C 179.27177,-211.45363 179.5117,-210.45598 179.55373,-210.28125 z " />
-      <path
-         style="fill:url(#radialGradient1824);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path1823"
-         d="M 192.35803,-167.43887 C 192.50549,-184.13006 194.62485,-193.41727 188.91188,-194.64149 C 183.4148,-195.53491 180.34768,-176.21073 179.48415,-172.89901 C 176.29589,-156.88208 189.97283,-154.13044 192.35803,-167.43887 z " />
-      <path
-         style="fill:#1f4eb3;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1825"
-         d="M 185.2414,-200.53324 C 185.2414,-197.95291 187.25802,-195.85872 189.74278,-195.85872 C 192.22755,-195.85872 194.24417,-197.95291 194.24417,-200.53324 C 194.24417,-203.11357 193.61259,-209.36288 191.12783,-209.36288 C 188.64306,-209.36288 185.2414,-203.11357 185.2414,-200.53324 z " />
-      <path
-         style="fill:url(#radialGradient1828);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1827"
-         d="M 186.28018,-201.05263 C 186.28018,-198.4723 188.2968,-196.37811 190.78156,-196.37811 C 193.26633,-196.37811 195.28295,-198.4723 195.28295,-201.05263 C 195.28295,-203.63296 194.65137,-209.88227 192.16661,-209.88227 C 189.68184,-209.88227 186.28018,-203.63296 186.28018,-201.05263 z " />
-    </g>
-    <g
-       id="g5488"
-       transform="translate(601.5744,407.49165)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644">
-      <path
-         transform="matrix(6.392368,0.545409,-0.130014,2.864752,-184.6606,-38.15109)"
-         style="fill:url(#radialGradient5536);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:type="arc"
-         sodipodi:ry="12.562782"
-         sodipodi:rx="12.562782"
-         sodipodi:cy="37.865574"
-         sodipodi:cx="41.875938"
-         id="path5490"
-         d="M 54.438721 37.865574 A 12.562782 12.562782 0 1 1  29.313156,37.865574 A 12.562782 12.562782 0 1 1  54.438721 37.865574 z" />
-      <g
-         transform="matrix(1,0,0,1.036969,356.8306,-11.4294)"
-         style="fill:url(#linearGradient5538);fill-opacity:1"
-         id="g5492">
-        <path
-           style="fill:url(#linearGradient5540);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path5494"
-           d="M -270.85787,33.814995 C -289.35564,33.925992 -307.93321,33.592782 -326.38104,33.981747 C -331.43469,35.696391 -331.02221,41.899652 -330.68524,46.15332 C -330.75782,60.227303 -330.53537,74.298225 -330.21167,88.36826 C -328.21297,91.039611 -323.21766,90.618387 -322.68469,94.539015 C -320.78054,96.259426 -317.05071,94.88215 -314.4389,95.333237 C -298.54999,95.360274 -282.66107,95.387302 -266.77215,95.414339 C -266.35587,90.465192 -260.12609,88.824447 -255.81783,89.540255 C -256.01688,89.058389 -261.69557,87.939375 -259.61591,84.491525 C -259.45681,68.72727 -259.19734,52.882199 -259.82064,37.168229 C -261.19394,32.980583 -267.34179,33.83368 -270.85787,33.814995 z M -236.65184,97.260473 C -234.79025,100.12642 -237.08724,103.09386 -239.92892,104.16357 C -242.6311,105.91539 -245.59105,107.62992 -248.52894,108.76804 C -253.1773,108.19079 -251.42424,101.88475 -255.01281,99.896645 C -260.33594,96.447012 -267.21045,98.43943 -273.23329,97.939231 C -291.8249,97.94887 -310.41651,97.958519 -329.00813,97.968158 C -335.45898,103.56578 -339.16595,111.40269 -341.55034,119.32178 C -337.25147,124.2061 -329.89606,122.27575 -324.10438,122.40002 C -298.64553,122.23171 -273.11679,122.61546 -247.69897,122.24542 C -243.40174,121.14669 -247.44685,114.84894 -243.58488,113.04441 C -242.73865,112.73374 -247.81245,114.4382 -247.26205,111.62955 C -245.49117,106.66028 -239.14113,105.99595 -235.92338,102.36811 C -234.39131,99.755669 -236.26958,96.922488 -238.33047,95.260495 C -237.77093,95.927151 -237.21138,96.593817 -236.65184,97.260473 z M -240.64255,111.75263 C -243.64086,113.13223 -237.02792,110.69536 -235.55512,111.97369 C -229.71113,112.74417 -224.16461,117.19625 -218.12358,115.22951 C -225.97639,116.31604 -232.799,109.03014 -240.64255,111.75263 z M -212.01083,112.33724 C -215.98173,113.85021 -208.21543,112.17765 -210.07883,115.87566 C -212.50961,119.93855 -206.99008,113.8662 -209.61436,112.54677 C -210.16198,111.94632 -211.27989,112.47663 -212.01083,112.33724 z M -213.97451,120.82946 C -220.13871,124.32615 -228.37873,119.08124 -233.85995,124.39439 C -238.36465,128.00055 -244.57099,130.35185 -247.0433,135.75122 C -247.65922,139.60202 -243.25109,141.90251 -240.44565,143.71808 C -235.60127,146.54512 -228.8227,145.75388 -225.20082,141.42836 C -220.62679,137.96117 -216.44182,134.08489 -212.48592,129.96782 C -212.82701,126.95048 -214.43694,123.63971 -213.97451,120.82946 z " />
-        <path
-           style="fill:url(#linearGradient5542);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path5496"
-           d="M -269.68453,32.256957 C -288.76965,32.351184 -307.87514,32.249603 -326.94796,32.349264 C -332.63884,33.663474 -333.90446,40.291305 -333.21597,45.149113 C -333.11996,59.896901 -333.07471,74.659754 -332.61729,89.39481 C -331.88583,93.310348 -324.86009,92.098674 -325.11097,96.44089 C -328.07184,96.184706 -331.5534,96.317135 -333.07248,99.246492 C -338.92562,104.98392 -341.99312,112.66465 -344.27268,120.28679 C -340.22572,125.96631 -332.26467,125.31453 -326.02946,124.71751 C -300.16629,124.7277 -274.28316,124.82043 -248.43245,124.77905 C -244.42424,124.78686 -243.30672,120.35609 -243.96666,117.2099 C -242.88598,112.93536 -237.04086,113.94554 -233.80717,114.98513 C -228.01851,116.64297 -221.26418,120.43074 -215.57982,116.37592 C -211.36091,113.71809 -213.05678,118.4029 -215.77936,119.43344 C -220.82539,122.25797 -227.09125,118.98178 -232.39677,121.20855 C -236.53238,123.88957 -240.74707,126.85249 -244.76678,129.74666 C -248.34219,132.01467 -251.90947,137.38626 -248.13747,140.97315 C -243.79274,146.02948 -236.37425,149.4527 -229.68248,147.08651 C -225.09383,144.85973 -221.79206,140.75401 -217.61535,137.88661 C -215.10454,135.69469 -212.49235,133.26839 -210.83749,130.50207 C -210.86477,126.92195 -214.68529,121.91303 -210.252,119.57013 C -207.25619,117.95208 -205.81053,112.12098 -209.75314,110.87946 C -214.16982,109.44692 -216.95156,115.09837 -221.43751,113.68608 C -228.47365,112.76758 -235.5565,107.20489 -242.69931,110.72434 C -246.89551,113.06547 -243.47174,109.4356 -241.45524,108.56544 C -237.85613,106.84628 -232.73147,104.36798 -233.94637,99.617708 C -234.27189,95.083838 -239.22223,93.197522 -242.95318,91.723135 C -247.61613,89.074942 -253.27003,89.345117 -258.06082,86.933298 C -257.89248,70.385101 -257.58805,53.76423 -258.26571,37.261116 C -259.2092,32.393288 -265.59824,31.96057 -269.68453,32.256957 z M -258.66259,91.764016 C -251.5059,92.239344 -243.21163,93.474137 -238.58238,99.271629 C -238.96251,103.06003 -244.00295,103.80224 -246.52821,106.14082 C -248.92267,108.48087 -251.12372,105.80503 -251.02958,103.27159 C -252.70852,98.336432 -258.20582,95.710815 -263.31841,96.533197 C -267.00561,96.7255 -263.71935,91.937514 -261.395,92.380192 C -260.48382,92.178338 -259.57521,91.953759 -258.66259,91.764016 z " />
-        <path
-           style="fill:url(#linearGradient5544);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           sodipodi:nodetypes="ccccczccccccccccccccccccczccccc"
-           id="path5498"
-           d="M -324.0398,30.70877 C -336.3492,30.820231 -335.15663,39.652507 -334.79476,45.313268 C -334.5469,60.436643 -334.38614,75.599009 -334.01234,90.698281 C -333.20516,93.057424 -330.71249,93.985661 -328.75475,95.252079 C -334.4553,96.476239 -336.96996,102.43195 -340.11175,106.59303 C -342.33294,111.36531 -347.84019,115.92868 -345.92111,121.43642 C -344.00204,126.94416 -332.21757,127.68181 -324.95408,127.12866 C -299.06901,127.09789 -273.17022,127.14905 -247.29372,127.06713 C -243.29961,126.16956 -240.99668,122.03601 -241.4977,118.23645 C -238.30082,114.95371 -233.32521,118.03039 -229.53292,118.63002 C -225.71641,119.31313 -232.5646,119.27527 -233.19362,120.54849 C -238.23604,122.95799 -242.6166,126.65447 -246.90973,130.10509 C -250.44674,132.97354 -252.4229,138.10741 -249.57412,142.08235 C -246.21315,145.92284 -241.41489,148.84284 -236.30395,149.79628 C -230.65487,150.83779 -225.57101,147.82678 -221.6157,144.24077 C -216.87391,140.59839 -212.0873,136.78287 -208.84361,131.80554 C -207.76302,128.26399 -211.47449,123.86671 -208.08348,121.09796 C -204.93438,118.46115 -204.06893,113.02076 -207.41836,110.2673 C -212.81988,106.81278 -218.36682,114.55112 -223.89705,111.29128 C -227.94209,110.1659 -231.91311,108.52596 -236.17676,108.45194 C -231.52711,105.88023 -229.62903,98.782331 -234.08944,95.153402 C -239.61551,89.404431 -248.455,88.793917 -255.40182,85.744487 C -255.86992,78.940296 -255.53665,71.972758 -255.70928,65.098797 C -255.80747,55.730822 -255.73864,46.312632 -255.94025,36.975777 C -258.03631,31.236293 -265.34014,30.439522 -270.76286,30.729689 C -289.40725,30.770714 -311.88665,30.597309 -324.0398,30.70877 z M -255.46516,94.482857 C -250.34561,95.62106 -244.69322,96.21649 -240.83258,100.05203 C -242.37635,102.55028 -245.27573,103.64481 -247.80048,104.97505 C -249.71506,99.684643 -254.39847,94.970039 -260.51378,95.138259 C -260.66903,94.131274 -256.73261,94.551178 -255.46516,94.482857 z " />
-      </g>
-      <rect
-         y="78.658051"
-         x="33.326111"
-         width="57.567924"
-         style="fill:url(#linearGradient5546);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5548);stroke-width:1.44734821pt"
-         id="rect5500"
-         height="8.3153667" />
-      <path
-         style="fill:url(#linearGradient5550);fill-rule:evenodd;stroke-width:0.90459263;stroke-opacity:0.07438019"
-         sodipodi:nodetypes="czzczczzzzzzzc"
-         id="path5502"
-         d="M 98.723806,78.927818 C 95.18666,77.759681 93.50122,82.555591 98.766686,81.004087 C 104.03217,79.452583 120.13123,85.906451 120.37383,89.795491 C 120.61643,93.905503 101.5003,98.581154 106.74108,104.42426 C 111.62816,110.70149 115.35468,100.13868 123.54696,104.21261 C 131.73923,108.17607 136.26048,109.72394 142.25488,104.94185 C 149.10027,101.9342 145.04599,107.07658 139.57918,113.60451 C 134.11237,120.13244 144.00251,115.08156 147.91225,105.31962 C 151.93248,95.557673 139.13128,107.33503 133.66268,105.40571 C 128.19408,103.47639 119.73678,97.849788 113.27625,102.55563 C 106.81572,107.26147 109.62894,99.493003 114.85637,97.90307 C 120.0838,96.092166 122.81363,93.045722 122.85597,90.161522 C 122.89831,87.498293 117.92629,84.811803 112.94229,82.402852 C 107.73732,79.993901 100.49788,78.588966 98.723806,78.927818 z " />
-      <path
-         style="fill:url(#linearGradient5552);fill-opacity:1;fill-rule:evenodd;stroke-width:1.44734821pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path5504"
-         d="M 15.102732,106.80712 C 13.80355,109.23224 17.148847,113.52338 19.900059,113.52338 L 107.85106,113.52338 C 110.18914,113.52338 113.70766,110.4906 112.64839,108.40622 L 102.7339,88.897093 C 101.97024,87.394398 100.26184,86.65834 98.576216,86.65834 L 28.215425,86.658339 C 26.825434,86.658339 25.353768,87.671846 24.697385,88.897093 L 15.102732,106.80712 z " />
-      <rect
-         y="22.413721"
-         x="26.015469"
-         width="72.279724"
-         style="fill:url(#linearGradient5554);fill-opacity:1;fill-rule:evenodd;stroke-width:1.62826681"
-         ry="5.4369707"
-         rx="5.4369707"
-         id="rect5506"
-         height="60.126495" />
-      <rect
-         y="31.695871"
-         x="33.386066"
-         width="58.178177"
-         style="fill:url(#radialGradient5556);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5558);stroke-width:1.4649456pt"
-         id="rect5508"
-         height="38.044163" />
-      <path
-         style="fill:url(#linearGradient5560);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzccccc"
-         id="path5510"
-         d="M 27.690431,52.841444 L 27.370609,74.749236 C 27.319624,78.241665 29.310209,80.477938 32.807578,80.506029 L 72.625393,80.825852 L 76.463254,71.87084 L 32.008024,71.55102 L 31.688202,52.681533 L 27.690431,52.841444 z " />
-      <g
-         transform="matrix(-1,0,0,1,125.4301,0)"
-         id="g5512">
-        <path
-           style="fill:url(#linearGradient5562);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path5514"
-           d="M 42.062098,33.460351 L 77.341205,33.008055 C 82.787126,32.938235 89.553204,38.416797 89.553204,43.863165 L 89.553204,60.14583 L 41.609801,59.693534 L 42.062098,33.460351 z " />
-        <path
-           style="fill:url(#linearGradient5564);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path5516"
-           d="M 78.337784,67.629235 L 46.723745,67.724544 C 41.843589,67.739257 35.829319,62.771024 35.877168,57.891081 L 36.020221,43.301821 L 78.973514,44.128288 L 78.337784,67.629235 z " />
-      </g>
-      <path
-         style="fill:url(#linearGradient5566);fill-opacity:1;fill-rule:evenodd;stroke-width:0.72367412;stroke-opacity:0.34710741"
-         sodipodi:nodetypes="cczzzzzzc"
-         id="path5518"
-         d="M 137.39107,112.02341 C 137.39107,112.02341 129.0757,110.26438 123.63872,113.62251 C 118.20176,116.98064 109.96635,123.21719 108.76702,124.81628 C 107.40777,126.57531 107.42036,130.22796 109.24674,131.53253 L 114.84364,135.53031 C 118.31797,138.01198 124.86218,139.25396 128.11624,136.48978 L 142.98795,123.85681 C 144.79792,122.3193 145.72732,118.27921 144.10733,116.82073 C 142.95609,115.04975 140.4892,112.91939 137.39107,112.02341 z " />
-      <path
-         style="fill:url(#linearGradient5568);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzc"
-         id="path5520"
-         d="M 142.3483,121.13833 L 125.91043,133.59673 C 122.97154,135.82414 118.65484,134.11775 116.28283,133.77129 C 113.9108,133.42481 111.88528,131.87901 112.12516,132.33209 C 112.36503,132.78517 115.08349,135.71687 117.72203,136.48978 C 120.36055,137.26267 124.9543,138.89307 127.50953,136.15531 C 130.06477,133.41755 145.2267,123.53699 142.3483,121.13833 z " />
-      <path
-         style="fill:url(#linearGradient5570);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="cczc"
-         id="path5522"
-         d="M 132.11225,127.51984 C 135.31047,122.88242 120.11893,113.12786 109.08509,127.0401 C 110.20446,130.71805 116.80662,132.5992 121.82304,132.33547 C 126.68363,132.07993 129.50037,129.97181 132.11225,127.51984 z " />
-      <path
-         style="fill:url(#linearGradient5572);fill-opacity:1;fill-rule:evenodd;stroke-width:1.08551121"
-         sodipodi:nodetypes="cccccccc"
-         id="path5524"
-         d="M 138.63464,112.68306 C 135.9958,113.22749 132.31739,114.43079 129.87534,116.38362 C 128.77009,115.68011 125.32759,114.5677 123.66767,113.84494 L 123.24572,114.10517 C 129.67287,117.23476 136.43512,117.91249 135.88192,122.87668 C 136.33675,122.98575 137.05589,123.09702 136.73191,122.38863 C 136.41775,118.90392 132.50587,117.23351 131.02697,116.81532 C 133.17224,114.26602 136.255,113.70892 138.63464,112.68306 z " />
-      <path
-         style="fill:url(#linearGradient5574);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path5526"
-         d="M 18.891612,106.48414 C 17.978451,108.31614 19.173914,111.55774 22.263529,111.55774 L 105.0195,111.55774 C 106.66288,111.55774 109.13595,109.26672 108.39142,107.69215 L 101.42279,92.954575 C 100.88602,91.819403 99.685232,91.263378 98.500462,91.263378 L 28.108183,91.263369 C 27.131195,91.263369 26.0968,92.028994 25.635445,92.954575 L 18.891612,106.48414 z " />
-      <text
-         y="-14.660837"
-         xml:space="preserve"
-         x="6.147172"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text5528"><tspan
-           id="tspan5530">Computer</tspan></text>
-      <text
-         y="-34.951134"
-         xml:space="preserve"
-         x="84.564949"
-         transform="scale(0.246729,0.246729)"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text5532"><tspan
-           id="tspan5534">Created by Andrew Fitzsimon</tspan></text>
-    </g>
-    <g
-       id="g6024"
-       transform="matrix(-1,0,0,1,900.16045,422.61731)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644">
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path6027"
-         d="M 60.545133,72.847539 C 65.294534,78.031101 68.316881,87.318315 75.00922,87.318316 C 81.485677,85.518467 82.349205,70.11177 83.212732,66.800051 C 75.872748,71.839624 68.316882,74.71938 60.545133,72.847539 z " />
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#d20000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccssssc"
-         id="path6029"
-         d="M 31.546762,99.654209 C 31.156121,124.85047 95.78552,127.73183 95.62922,99.654209 C 97.174007,77.325462 86.068776,64.629762 83.309105,66.788232 C 81.907864,67.884209 81.387229,92.223995 71.919297,86.625353 C 67.316417,83.903554 62.167959,73.44849 59.915352,73.101625 C 56.516277,72.578221 50.007529,69.826123 44.029815,64.675414 C 42.461522,63.324094 32.076211,77.214403 31.546762,99.654209 z " />
-      <path
-         style="fill:url(#radialGradient2797);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2796"
-         d="M 43.53125,77.3125 C 40.353026,86.016409 37.202011,96.366079 40.377303,105.23542 C 48.984655,117.18204 66.049398,117.25223 79.222417,115.04972 C 88.094278,113.47345 96.636121,105.87972 94.744454,96.188658 C 94.751182,88.561019 93.319573,80.643142 89.09375,74.1875 C 87.954705,81.120157 85.706152,92.347929 76.686643,91.786583 C 66.841974,89.84774 65.058803,76.33878 54.747596,75.105769 C 49.945701,71.530053 45.566465,69.110698 43.783935,76.852875 L 43.53125,77.3125 z " />
-      <path
-         transform="matrix(0.440859,0,0,0.441062,0.997459,16.38124)"
-         style="fill:#efd7c7;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:type="arc"
-         sodipodi:ry="57.825485"
-         sodipodi:rx="60.94183"
-         sodipodi:cy="70.290855"
-         sodipodi:cx="150.27701"
-         id="path6032"
-         d="M 211.21884 70.290855 A 60.94183 57.825485 0 1 1  89.335178,70.290855 A 60.94183 57.825485 0 1 1  211.21884 70.290855 z" />
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccccc"
-         id="path3720"
-         d="M 56.980881,5.8426527 C 39.420698,8.0166254 30.552872,16.206245 24.211446,49.532095 C 14.512196,98.076517 21.871677,115.5525 32.990311,115.56714 C 17.54932,102.40769 63.877625,86.740105 56.295103,44.070713 C 68.4508,48.712358 94.51097,54.349644 95.164349,41.718703 C 97.176702,29.219492 88.64173,4.4775042 56.980881,5.8426527 z " />
-      <path
-         style="fill:url(#linearGradient2789);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2164"
-         d="M 60.687242,45.028999 C 62.530882,55.403773 61.180052,64.151015 58.312242,71.685249 C 61.630122,73.07804 65.296862,73.904 69.155992,73.903999 C 83.975322,73.903999 95.981712,62.468019 95.999742,48.403999 C 88.357632,52.885439 70.244092,48.678277 60.687242,45.028999 z " />
-      <path
-         style="fill:url(#radialGradient2791);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2790"
-         d="M 52.174948,8.1325312 C 35.846775,12.141346 31.110158,30.475875 28.060647,44.840387 C 24.465246,64.767005 19.485139,85.90438 25.518698,105.82003 C 29.863591,114.87216 28.026452,106.52571 31.049538,102.11795 C 41.311249,87.323083 56.256862,73.307418 55.936774,53.886064 C 56.647391,49.398848 52.34734,38.640985 60.701717,42.254379 C 70.683443,45.202557 82.078811,49.011247 92.143698,44.632531 C 96.945103,37.45042 93.288237,27.137344 88.876323,20.399742 C 81.135092,8.5919962 65.300885,5.0194752 52.174948,8.1325312 z " />
-    </g>
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.63842154;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
-       sodipodi:nodetypes="cccccccccccc"
-       id="path699"
-       d="M 319.16674,325.66524 L 432.27399,313.12251 L 422.57906,332.08242 L 484.9028,325.95688 C 484.9028,325.95688 494.59773,306.41369 495.05931,306.41369 C 495.52148,306.41369 517.68079,331.79078 517.68079,331.79078 C 517.68079,331.79078 465.51355,358.33479 465.05197,358.33479 C 465.51355,358.91808 474.74689,339.66616 474.74689,339.37453 L 402.72705,345.79207 L 412.42255,326.24852 L 309.01023,338.4996 L 319.16674,325.66524 z "
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <text
-       xml:space="preserve"
-       style="font-size:48px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="73.4375"
-       y="510.12573"
-       id="text7612"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan7614"
-         x="73.4375"
-         y="510.12573">Server</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="359.5625"
-       y="261.21948"
-       id="text7877"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan7879"
-         x="359.5625"
-         y="261.21948">bzr branch</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path9548"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(42.857147,67.142853)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="325.71429"
-       y="259.52307"
-       id="text9550"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan9552"
-         x="325.71429"
-         y="259.52307">1</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path9554"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(466.18527,201.5491)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="751.04242"
-       y="395.37573"
-       id="text9556"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan9558"
-         x="751.04242"
-         y="395.37573">2</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="778.89062"
-       y="392.32886"
-       id="text9566"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         x="778.89062"
-         y="392.32886"
-         id="tspan2963">make changes</tspan></text>
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.52894235;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
-       sodipodi:nodetypes="cccccccccccc"
-       id="path9650"
-       d="M 578.13978,492.35651 L 518.11306,536.64644 L 515.93459,528.2361 L 482.53728,552.4378 C 482.53728,552.4378 484.9546,560.99862 484.68867,561.16617 C 484.42242,561.33391 461.26447,562.83001 461.26447,562.83001 C 461.26447,562.83001 480.44933,537.04707 480.71524,536.87954 C 480.21048,536.89659 482.77445,545.21473 482.89387,545.28997 L 521.75768,517.49359 L 524.17482,526.05472 L 578.73553,485.35896 L 578.13978,492.35651 z "
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path9652"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(449.56027,418.37723)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="732.41742"
-       y="611.97729"
-       id="text9654"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan9656"
-         x="732.41742"
-         y="611.97729">3</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="768.26562"
-       y="608.23511"
-       id="text9658"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan9660"
-         x="768.26562"
-         y="608.23511">request merge</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="75.5625"
-       y="228.09448"
-       id="text2965"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan2967"
-         x="75.5625"
-         y="228.09448">main branch</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="556.98438"
-       y="165.64139"
-       id="text2969"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan2971"
-         x="556.98438"
-         y="165.64139">local branches</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:5.00006151;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path4930"
-       sodipodi:cx="342"
-       sodipodi:cy="171.0945"
-       sodipodi:rx="66"
-       sodipodi:ry="35"
-       d="M 408 171.0945 A 66 35 0 1 1  276,171.0945 A 66 35 0 1 1  408 171.0945 z"
-       transform="matrix(1.9161749,0,0,1.0419298,-477.33182,37.826027)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <path
-       sodipodi:type="arc"
-       style="fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:5.00006151;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path7839"
-       sodipodi:cx="342"
-       sodipodi:cy="171.0945"
-       sodipodi:rx="66"
-       sodipodi:ry="35"
-       d="M 408 171.0945 A 66 35 0 1 1  276,171.0945 A 66 35 0 1 1  408 171.0945 z"
-       transform="matrix(2.0657387,0,0,1.0382501,-36.482679,-19.544354)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.27460909;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
-       sodipodi:nodetypes="cccccccccccc"
-       id="path7875"
-       d="M 313.49127,554.98551 L 266.8349,508.88833 L 275.69462,507.21539 L 250.19978,481.56811 C 250.19978,481.56811 241.18156,483.42447 241.00507,483.22026 C 240.82835,483.0158 239.25232,465.23179 239.25232,465.23179 C 239.25232,465.23179 266.41286,479.96469 266.58935,480.16889 C 266.57138,479.78127 257.8088,481.75026 257.72954,481.84196 L 287.01109,511.6872 L 277.99254,513.54344 L 320.8627,555.44302 L 313.49127,554.98551 z "
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <g
-       id="g7884"
-       transform="translate(322.22009,479.97324)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644">
-      <path
-         transform="matrix(6.392368,0.545409,-0.130014,2.864752,-184.6606,-38.15109)"
-         style="fill:url(#radialGradient7932);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:type="arc"
-         sodipodi:ry="12.562782"
-         sodipodi:rx="12.562782"
-         sodipodi:cy="37.865574"
-         sodipodi:cx="41.875938"
-         id="path7886"
-         d="M 54.438721 37.865574 A 12.562782 12.562782 0 1 1  29.313156,37.865574 A 12.562782 12.562782 0 1 1  54.438721 37.865574 z" />
-      <g
-         transform="matrix(1,0,0,1.036969,356.8306,-11.4294)"
-         style="fill:url(#linearGradient7934);fill-opacity:1"
-         id="g7888">
-        <path
-           style="fill:url(#linearGradient7936);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path7890"
-           d="M -270.85787,33.814995 C -289.35564,33.925992 -307.93321,33.592782 -326.38104,33.981747 C -331.43469,35.696391 -331.02221,41.899652 -330.68524,46.15332 C -330.75782,60.227303 -330.53537,74.298225 -330.21167,88.36826 C -328.21297,91.039611 -323.21766,90.618387 -322.68469,94.539015 C -320.78054,96.259426 -317.05071,94.88215 -314.4389,95.333237 C -298.54999,95.360274 -282.66107,95.387302 -266.77215,95.414339 C -266.35587,90.465192 -260.12609,88.824447 -255.81783,89.540255 C -256.01688,89.058389 -261.69557,87.939375 -259.61591,84.491525 C -259.45681,68.72727 -259.19734,52.882199 -259.82064,37.168229 C -261.19394,32.980583 -267.34179,33.83368 -270.85787,33.814995 z M -236.65184,97.260473 C -234.79025,100.12642 -237.08724,103.09386 -239.92892,104.16357 C -242.6311,105.91539 -245.59105,107.62992 -248.52894,108.76804 C -253.1773,108.19079 -251.42424,101.88475 -255.01281,99.896645 C -260.33594,96.447012 -267.21045,98.43943 -273.23329,97.939231 C -291.8249,97.94887 -310.41651,97.958519 -329.00813,97.968158 C -335.45898,103.56578 -339.16595,111.40269 -341.55034,119.32178 C -337.25147,124.2061 -329.89606,122.27575 -324.10438,122.40002 C -298.64553,122.23171 -273.11679,122.61546 -247.69897,122.24542 C -243.40174,121.14669 -247.44685,114.84894 -243.58488,113.04441 C -242.73865,112.73374 -247.81245,114.4382 -247.26205,111.62955 C -245.49117,106.66028 -239.14113,105.99595 -235.92338,102.36811 C -234.39131,99.755669 -236.26958,96.922488 -238.33047,95.260495 C -237.77093,95.927151 -237.21138,96.593817 -236.65184,97.260473 z M -240.64255,111.75263 C -243.64086,113.13223 -237.02792,110.69536 -235.55512,111.97369 C -229.71113,112.74417 -224.16461,117.19625 -218.12358,115.22951 C -225.97639,116.31604 -232.799,109.03014 -240.64255,111.75263 z M -212.01083,112.33724 C -215.98173,113.85021 -208.21543,112.17765 -210.07883,115.87566 C -212.50961,119.93855 -206.99008,113.8662 -209.61436,112.54677 C -210.16198,111.94632 -211.27989,112.47663 -212.01083,112.33724 z M -213.97451,120.82946 C -220.13871,124.32615 -228.37873,119.08124 -233.85995,124.39439 C -238.36465,128.00055 -244.57099,130.35185 -247.0433,135.75122 C -247.65922,139.60202 -243.25109,141.90251 -240.44565,143.71808 C -235.60127,146.54512 -228.8227,145.75388 -225.20082,141.42836 C -220.62679,137.96117 -216.44182,134.08489 -212.48592,129.96782 C -212.82701,126.95048 -214.43694,123.63971 -213.97451,120.82946 z " />
-        <path
-           style="fill:url(#linearGradient7938);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path7892"
-           d="M -269.68453,32.256957 C -288.76965,32.351184 -307.87514,32.249603 -326.94796,32.349264 C -332.63884,33.663474 -333.90446,40.291305 -333.21597,45.149113 C -333.11996,59.896901 -333.07471,74.659754 -332.61729,89.39481 C -331.88583,93.310348 -324.86009,92.098674 -325.11097,96.44089 C -328.07184,96.184706 -331.5534,96.317135 -333.07248,99.246492 C -338.92562,104.98392 -341.99312,112.66465 -344.27268,120.28679 C -340.22572,125.96631 -332.26467,125.31453 -326.02946,124.71751 C -300.16629,124.7277 -274.28316,124.82043 -248.43245,124.77905 C -244.42424,124.78686 -243.30672,120.35609 -243.96666,117.2099 C -242.88598,112.93536 -237.04086,113.94554 -233.80717,114.98513 C -228.01851,116.64297 -221.26418,120.43074 -215.57982,116.37592 C -211.36091,113.71809 -213.05678,118.4029 -215.77936,119.43344 C -220.82539,122.25797 -227.09125,118.98178 -232.39677,121.20855 C -236.53238,123.88957 -240.74707,126.85249 -244.76678,129.74666 C -248.34219,132.01467 -251.90947,137.38626 -248.13747,140.97315 C -243.79274,146.02948 -236.37425,149.4527 -229.68248,147.08651 C -225.09383,144.85973 -221.79206,140.75401 -217.61535,137.88661 C -215.10454,135.69469 -212.49235,133.26839 -210.83749,130.50207 C -210.86477,126.92195 -214.68529,121.91303 -210.252,119.57013 C -207.25619,117.95208 -205.81053,112.12098 -209.75314,110.87946 C -214.16982,109.44692 -216.95156,115.09837 -221.43751,113.68608 C -228.47365,112.76758 -235.5565,107.20489 -242.69931,110.72434 C -246.89551,113.06547 -243.47174,109.4356 -241.45524,108.56544 C -237.85613,106.84628 -232.73147,104.36798 -233.94637,99.617708 C -234.27189,95.083838 -239.22223,93.197522 -242.95318,91.723135 C -247.61613,89.074942 -253.27003,89.345117 -258.06082,86.933298 C -257.89248,70.385101 -257.58805,53.76423 -258.26571,37.261116 C -259.2092,32.393288 -265.59824,31.96057 -269.68453,32.256957 z M -258.66259,91.764016 C -251.5059,92.239344 -243.21163,93.474137 -238.58238,99.271629 C -238.96251,103.06003 -244.00295,103.80224 -246.52821,106.14082 C -248.92267,108.48087 -251.12372,105.80503 -251.02958,103.27159 C -252.70852,98.336432 -258.20582,95.710815 -263.31841,96.533197 C -267.00561,96.7255 -263.71935,91.937514 -261.395,92.380192 C -260.48382,92.178338 -259.57521,91.953759 -258.66259,91.764016 z " />
-        <path
-           style="fill:url(#linearGradient7940);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           sodipodi:nodetypes="ccccczccccccccccccccccccczccccc"
-           id="path7894"
-           d="M -324.0398,30.70877 C -336.3492,30.820231 -335.15663,39.652507 -334.79476,45.313268 C -334.5469,60.436643 -334.38614,75.599009 -334.01234,90.698281 C -333.20516,93.057424 -330.71249,93.985661 -328.75475,95.252079 C -334.4553,96.476239 -336.96996,102.43195 -340.11175,106.59303 C -342.33294,111.36531 -347.84019,115.92868 -345.92111,121.43642 C -344.00204,126.94416 -332.21757,127.68181 -324.95408,127.12866 C -299.06901,127.09789 -273.17022,127.14905 -247.29372,127.06713 C -243.29961,126.16956 -240.99668,122.03601 -241.4977,118.23645 C -238.30082,114.95371 -233.32521,118.03039 -229.53292,118.63002 C -225.71641,119.31313 -232.5646,119.27527 -233.19362,120.54849 C -238.23604,122.95799 -242.6166,126.65447 -246.90973,130.10509 C -250.44674,132.97354 -252.4229,138.10741 -249.57412,142.08235 C -246.21315,145.92284 -241.41489,148.84284 -236.30395,149.79628 C -230.65487,150.83779 -225.57101,147.82678 -221.6157,144.24077 C -216.87391,140.59839 -212.0873,136.78287 -208.84361,131.80554 C -207.76302,128.26399 -211.47449,123.86671 -208.08348,121.09796 C -204.93438,118.46115 -204.06893,113.02076 -207.41836,110.2673 C -212.81988,106.81278 -218.36682,114.55112 -223.89705,111.29128 C -227.94209,110.1659 -231.91311,108.52596 -236.17676,108.45194 C -231.52711,105.88023 -229.62903,98.782331 -234.08944,95.153402 C -239.61551,89.404431 -248.455,88.793917 -255.40182,85.744487 C -255.86992,78.940296 -255.53665,71.972758 -255.70928,65.098797 C -255.80747,55.730822 -255.73864,46.312632 -255.94025,36.975777 C -258.03631,31.236293 -265.34014,30.439522 -270.76286,30.729689 C -289.40725,30.770714 -311.88665,30.597309 -324.0398,30.70877 z M -255.46516,94.482857 C -250.34561,95.62106 -244.69322,96.21649 -240.83258,100.05203 C -242.37635,102.55028 -245.27573,103.64481 -247.80048,104.97505 C -249.71506,99.684643 -254.39847,94.970039 -260.51378,95.138259 C -260.66903,94.131274 -256.73261,94.551178 -255.46516,94.482857 z " />
-      </g>
-      <rect
-         y="78.658051"
-         x="33.326111"
-         width="57.567924"
-         style="fill:url(#linearGradient7942);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient7944);stroke-width:1.44734821pt"
-         id="rect7896"
-         height="8.3153667" />
-      <path
-         style="fill:url(#linearGradient7946);fill-rule:evenodd;stroke-width:0.90459263;stroke-opacity:0.07438019"
-         sodipodi:nodetypes="czzczczzzzzzzc"
-         id="path7898"
-         d="M 98.723806,78.927818 C 95.18666,77.759681 93.50122,82.555591 98.766686,81.004087 C 104.03217,79.452583 120.13123,85.906451 120.37383,89.795491 C 120.61643,93.905503 101.5003,98.581154 106.74108,104.42426 C 111.62816,110.70149 115.35468,100.13868 123.54696,104.21261 C 131.73923,108.17607 136.26048,109.72394 142.25488,104.94185 C 149.10027,101.9342 145.04599,107.07658 139.57918,113.60451 C 134.11237,120.13244 144.00251,115.08156 147.91225,105.31962 C 151.93248,95.557673 139.13128,107.33503 133.66268,105.40571 C 128.19408,103.47639 119.73678,97.849788 113.27625,102.55563 C 106.81572,107.26147 109.62894,99.493003 114.85637,97.90307 C 120.0838,96.092166 122.81363,93.045722 122.85597,90.161522 C 122.89831,87.498293 117.92629,84.811803 112.94229,82.402852 C 107.73732,79.993901 100.49788,78.588966 98.723806,78.927818 z " />
-      <path
-         style="fill:url(#linearGradient7948);fill-opacity:1;fill-rule:evenodd;stroke-width:1.44734821pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path7900"
-         d="M 15.102732,106.80712 C 13.80355,109.23224 17.148847,113.52338 19.900059,113.52338 L 107.85106,113.52338 C 110.18914,113.52338 113.70766,110.4906 112.64839,108.40622 L 102.7339,88.897093 C 101.97024,87.394398 100.26184,86.65834 98.576216,86.65834 L 28.215425,86.658339 C 26.825434,86.658339 25.353768,87.671846 24.697385,88.897093 L 15.102732,106.80712 z " />
-      <rect
-         y="22.413721"
-         x="26.015469"
-         width="72.279724"
-         style="fill:url(#linearGradient7950);fill-opacity:1;fill-rule:evenodd;stroke-width:1.62826681"
-         ry="5.4369707"
-         rx="5.4369707"
-         id="rect7902"
-         height="60.126495" />
-      <rect
-         y="31.695871"
-         x="33.386066"
-         width="58.178177"
-         style="fill:url(#radialGradient7952);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient7954);stroke-width:1.4649456pt"
-         id="rect7904"
-         height="38.044163" />
-      <path
-         style="fill:url(#linearGradient7956);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzccccc"
-         id="path7906"
-         d="M 27.690431,52.841444 L 27.370609,74.749236 C 27.319624,78.241665 29.310209,80.477938 32.807578,80.506029 L 72.625393,80.825852 L 76.463254,71.87084 L 32.008024,71.55102 L 31.688202,52.681533 L 27.690431,52.841444 z " />
-      <g
-         transform="matrix(-1,0,0,1,125.4301,0)"
-         id="g7908">
-        <path
-           style="fill:url(#linearGradient7958);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path7910"
-           d="M 42.062098,33.460351 L 77.341205,33.008055 C 82.787126,32.938235 89.553204,38.416797 89.553204,43.863165 L 89.553204,60.14583 L 41.609801,59.693534 L 42.062098,33.460351 z " />
-        <path
-           style="fill:url(#linearGradient7960);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path7912"
-           d="M 78.337784,67.629235 L 46.723745,67.724544 C 41.843589,67.739257 35.829319,62.771024 35.877168,57.891081 L 36.020221,43.301821 L 78.973514,44.128288 L 78.337784,67.629235 z " />
-      </g>
-      <path
-         style="fill:url(#linearGradient7962);fill-opacity:1;fill-rule:evenodd;stroke-width:0.72367412;stroke-opacity:0.34710741"
-         sodipodi:nodetypes="cczzzzzzc"
-         id="path7914"
-         d="M 137.39107,112.02341 C 137.39107,112.02341 129.0757,110.26438 123.63872,113.62251 C 118.20176,116.98064 109.96635,123.21719 108.76702,124.81628 C 107.40777,126.57531 107.42036,130.22796 109.24674,131.53253 L 114.84364,135.53031 C 118.31797,138.01198 124.86218,139.25396 128.11624,136.48978 L 142.98795,123.85681 C 144.79792,122.3193 145.72732,118.27921 144.10733,116.82073 C 142.95609,115.04975 140.4892,112.91939 137.39107,112.02341 z " />
-      <path
-         style="fill:url(#linearGradient7964);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzc"
-         id="path7916"
-         d="M 142.3483,121.13833 L 125.91043,133.59673 C 122.97154,135.82414 118.65484,134.11775 116.28283,133.77129 C 113.9108,133.42481 111.88528,131.87901 112.12516,132.33209 C 112.36503,132.78517 115.08349,135.71687 117.72203,136.48978 C 120.36055,137.26267 124.9543,138.89307 127.50953,136.15531 C 130.06477,133.41755 145.2267,123.53699 142.3483,121.13833 z " />
-      <path
-         style="fill:url(#linearGradient7966);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="cczc"
-         id="path7918"
-         d="M 132.11225,127.51984 C 135.31047,122.88242 120.11893,113.12786 109.08509,127.0401 C 110.20446,130.71805 116.80662,132.5992 121.82304,132.33547 C 126.68363,132.07993 129.50037,129.97181 132.11225,127.51984 z " />
-      <path
-         style="fill:url(#linearGradient7968);fill-opacity:1;fill-rule:evenodd;stroke-width:1.08551121"
-         sodipodi:nodetypes="cccccccc"
-         id="path7920"
-         d="M 138.63464,112.68306 C 135.9958,113.22749 132.31739,114.43079 129.87534,116.38362 C 128.77009,115.68011 125.32759,114.5677 123.66767,113.84494 L 123.24572,114.10517 C 129.67287,117.23476 136.43512,117.91249 135.88192,122.87668 C 136.33675,122.98575 137.05589,123.09702 136.73191,122.38863 C 136.41775,118.90392 132.50587,117.23351 131.02697,116.81532 C 133.17224,114.26602 136.255,113.70892 138.63464,112.68306 z " />
-      <path
-         style="fill:url(#linearGradient7990);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path7922"
-         d="M 18.891612,106.48414 C 17.978451,108.31614 19.173914,111.55774 22.263529,111.55774 L 105.0195,111.55774 C 106.66288,111.55774 109.13595,109.26672 108.39142,107.69215 L 101.42279,92.954575 C 100.88602,91.819403 99.685232,91.263378 98.500462,91.263378 L 28.108183,91.263369 C 27.131195,91.263369 26.0968,92.028994 25.635445,92.954575 L 18.891612,106.48414 z " />
-      <text
-         y="-14.660837"
-         xml:space="preserve"
-         x="6.147172"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text7924"><tspan
-           id="tspan7926">Computer</tspan></text>
-      <text
-         y="-34.951134"
-         xml:space="preserve"
-         x="84.564949"
-         transform="scale(0.246729,0.246729)"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text7928"><tspan
-           id="tspan7930">Created by Andrew Fitzsimon</tspan></text>
-    </g>
-    <g
-       id="g11201"
-       transform="translate(224.98935,560.87966)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644">
-      <path
-         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path11204"
-         d="M 61.208646,74.540863 C 65.958047,79.724425 68.980394,89.011639 75.672733,89.01164 C 82.14919,87.211791 83.012718,71.805094 83.876245,68.493375 C 76.536261,73.532948 68.980395,76.412704 61.208646,74.540863 z " />
-      <path
-         transform="matrix(0.440859,0,0,0.441062,-0.8485902,18.11889)"
-         style="fill:#ebd5bb;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:type="arc"
-         sodipodi:ry="57.825485"
-         sodipodi:rx="60.94183"
-         sodipodi:cy="70.290855"
-         sodipodi:cx="150.27701"
-         id="path11206"
-         d="M 211.21884 70.290855 A 60.94183 57.825485 0 1 1  89.335178,70.290855 A 60.94183 57.825485 0 1 1  211.21884 70.290855 z" />
-      <path
-         style="fill:#354b63;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccssssc"
-         id="path11208"
-         d="M 32.210275,101.34753 C 31.819634,126.54379 96.449036,129.42515 96.292736,101.34753 C 97.837516,79.018786 86.732289,66.323086 83.972618,68.481556 C 82.571377,69.577533 82.050742,93.917319 72.58281,88.318677 C 67.97993,85.596878 62.831472,75.141814 60.578865,74.794949 C 57.17979,74.271545 50.671042,71.519447 44.693328,66.368738 C 43.125035,65.017418 32.739724,78.907727 32.210275,101.34753 z " />
-      <path
-         style="fill:#7e5429;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccscc"
-         id="path14564"
-         d="M 67.304802,16.686453 C 54.985668,-4.2976037 31.742548,13.847204 34.832083,38.13111 C 28.606909,39.936495 13.38594,55.735942 54.610465,51.217079 C 72.973357,49.204214 127.11969,28.718598 84.679736,22.863615 C 78.797006,1.2972292 67.040662,6.1031815 67.304802,16.686453 z " />
-      <path
-         style="fill:url(#linearGradient1883);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path1879"
-         d="M 89.582928,41.074792 C 78.886738,46.748497 62.561318,51.815798 53.926678,52.762292 C 47.018518,53.519536 42.160188,53.578455 38.114178,53.356042 C 39.550848,66.152312 50.849068,76.168541 64.707928,76.168542 C 79.538378,76.168542 91.582928,64.747093 91.582928,50.668542 C 91.582928,47.276803 90.850878,44.035951 89.582928,41.074792 z " />
-      <path
-         style="fill:url(#radialGradient1885);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path1884"
-         d="M 43.031249,70.1875 C 35.995246,80.448202 32.902215,93.581638 34.156249,105.875 C 40.334493,118.62839 56.831543,120.43683 69.499999,119.875 C 80.494576,119.32475 94.949065,113.14258 93.695531,100.00002 C 93.939855,90.023763 92.261916,78.780004 84.874999,71.5 C 82.650684,78.396104 83.536195,89.443626 74.999999,91.84375 C 65.062996,91.017122 64.05284,76.914438 54.283675,75.750529 C 50.352102,75.051855 46.009593,69.547093 43.031249,70.1875 z " />
-      <path
-         style="fill:url(#radialGradient1887);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path1886"
-         d="M 51.968749,10.15625 C 40.703741,13.843837 36.038494,27.433868 37.531249,38.375 C 35.900906,41.584912 25.71302,45.254989 31.843749,49.03125 C 53.068339,53.154256 75.12687,46.221276 93.715523,36.077723 C 100.42684,33.740896 99.810666,26.846559 92.384918,26.66513 C 86.324151,26.558371 81.674394,23.81643 81.165374,17.307044 C 79.826948,13.582045 74.107596,6.6890987 71.01108,12.623276 C 71.073069,19.511996 65.891703,20.102559 63.230392,14.042893 C 60.468574,10.851605 56.135557,9.1882781 51.968749,10.15625 z " />
-    </g>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path2488"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(82.857147,474.9866)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="365.71429"
-       y="668.60229"
-       id="text2490"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan2492"
-         x="365.71429"
-         y="668.60229">4</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="401.5625"
-       y="665.76636"
-       id="text2494"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan2496"
-         x="401.5625"
-         y="665.76636">accept or reject</tspan></text>
-  </g>
-</svg>

=== removed file 'doc/ru/user-guide/images/workflows_localcommit.png'
Binary files old/doc/ru/user-guide/images/workflows_localcommit.png	2009-06-01 20:15:36 +0000 and new/doc/ru/user-guide/images/workflows_localcommit.png	1970-01-01 00:00:00 +0000 differ
=== removed file 'doc/ru/user-guide/images/workflows_localcommit.svg'
--- old/doc/ru/user-guide/images/workflows_localcommit.svg	2009-06-01 20:15:36 +0000
+++ new/doc/ru/user-guide/images/workflows_localcommit.svg	1970-01-01 00:00:00 +0000
@@ -1,1575 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://web.resource.org/cc/"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="1052.3622"
-   height="744.09448"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.45.1"
-   version="1.0"
-   sodipodi:docbase="/home/ian/Desktop/talk/workflows"
-   sodipodi:docname="workflows_localcommit.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_localcommit.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90">
-  <defs
-     id="defs4">
-    <radialGradient
-       xlink:href="#linearGradient5992"
-       r="33.156250"
-       inkscape:collect="always"
-       id="radialGradient6000"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,1.693685,0.000000,-197.9515)"
-       fy="285.36218"
-       fx="495.50000"
-       cy="285.36218"
-       cx="495.50000" />
-    <linearGradient
-       y2="187.57059"
-       y1="225.40080"
-       xlink:href="#linearGradient5963"
-       x2="458.91232"
-       x1="383.95898"
-       inkscape:collect="always"
-       id="linearGradient5969"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient3586">
-      <stop
-         style="stop-color:#000000;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop3588" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop3590" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5963">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop5965" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop5967" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5992">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop5994" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop5996" />
-    </linearGradient>
-    <linearGradient
-       y2="-0.45783132"
-       y1="3.3012049"
-       xlink:href="#linearGradient893"
-       x2="0.92957747"
-       x1="-2.3960868e-17"
-       id="linearGradient4284" />
-    <linearGradient
-       y2="-0.033519555"
-       y1="2.0837989"
-       xlink:href="#linearGradient893"
-       x2="0.99074072"
-       x1="-0.77314812"
-       id="linearGradient4283" />
-    <linearGradient
-       y2="1.8771822"
-       y1="-0.033741195"
-       xlink:href="#linearGradient902"
-       x2="0.48453596"
-       x1="0.47041038"
-       id="linearGradient2740"
-       gradientTransform="scale(0.997153,1.002855)" />
-    <linearGradient
-       y2="1.9025002"
-       y1="-0.043652620"
-       xlink:href="#linearGradient902"
-       x2="0.48481107"
-       x1="0.47042510"
-       id="linearGradient1506"
-       gradientTransform="scale(0.995847,1.004170)" />
-    <linearGradient
-       y2="1.8570156"
-       y1="-0.024853170"
-       xlink:href="#linearGradient902"
-       x2="0.48548824"
-       x1="0.47157744"
-       id="linearGradient1505"
-       gradientTransform="scale(0.997825,1.002180)" />
-    <linearGradient
-       y2="182.99154"
-       y1="169.09755"
-       xlink:href="#linearGradient892"
-       x2="88.996957"
-       x1="88.755695"
-       id="linearGradient1404"
-       gradientTransform="scale(1.3695887,0.7301462)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient1317"
-       r="0.34964636"
-       id="radialGradient1316"
-       fy="0.18269235"
-       fx="0.50352114"
-       cy="0.50000006"
-       cx="0.50000000" />
-    <radialGradient
-       xlink:href="#linearGradient1317"
-       r="0.41197181"
-       id="radialGradient1315"
-       fy="0.26666668"
-       fx="0.47535211"
-       cy="0.53333336"
-       cx="0.47887325" />
-    <linearGradient
-       y2="173.03153"
-       y1="177.77768"
-       xlink:href="#linearGradient902"
-       x2="95.100155"
-       x1="101.10657"
-       id="linearGradient1171"
-       gradientTransform="scale(1.3601783,0.7351977)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="1.8378206"
-       y1="-0.016295359"
-       xlink:href="#linearGradient902"
-       x2="0.48655096"
-       x1="0.47284532"
-       id="linearGradient1170"
-       gradientTransform="scale(0.998371,1.001632)" />
-    <linearGradient
-       y2="81.477602"
-       y1="224.57898"
-       xlink:href="#linearGradient893"
-       x2="74.533693"
-       x1="146.69923"
-       id="linearGradient1169"
-       gradientTransform="scale(1.1870691,0.842411)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="133.54711"
-       y1="228.39311"
-       xlink:href="#linearGradient888"
-       x2="88.447016"
-       x1="141.60217"
-       id="linearGradient1167"
-       gradientTransform="scale(1.1838753,0.8446836)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="148.78619"
-       y1="131.25248"
-       xlink:href="#linearGradient1317"
-       x2="107.04918"
-       x1="111.49758"
-       id="linearGradient1166"
-       gradientTransform="scale(1.223869,0.8170809)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="176.28694"
-       y1="269.85831"
-       xlink:href="#linearGradient888"
-       x2="-16.224496"
-       x1="51.460928"
-       id="linearGradient1157"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="234.26866"
-       y1="178.48862"
-       xlink:href="#linearGradient888"
-       x2="25.220815"
-       x1="25.220815"
-       id="linearGradient1156"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="105.42543"
-       y1="76.277559"
-       xlink:href="#linearGradient892"
-       x2="8.346058"
-       x1="35.190362"
-       id="linearGradient1150"
-       gradientTransform="scale(1.3283861,0.7527932)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="20.481863"
-       y1="49.507656"
-       xlink:href="#linearGradient892"
-       x2="70.224305"
-       x1="39.690614"
-       id="linearGradient1148"
-       gradientTransform="scale(1.329144,0.7523639)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="113.71949"
-       y1="90.197025"
-       xlink:href="#linearGradient892"
-       x2="17.876529"
-       x1="39.810948"
-       id="linearGradient1146"
-       gradientTransform="scale(1.3207392,0.7571517)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="251.21892"
-       y1="203.499"
-       xlink:href="#linearGradient892"
-       x2="31.617281"
-       x1="31.449743"
-       id="linearGradient1144"
-       gradientTransform="scale(2.1051174,0.4750329)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="-0.45783132"
-       y1="3.3012049"
-       xlink:href="#linearGradient888"
-       x2="0.92957747"
-       x1="0.00000000"
-       id="linearGradient1141" />
-    <linearGradient
-       y2="232.24952"
-       y1="110.4447"
-       xlink:href="#linearGradient888"
-       x2="41.967061"
-       x1="45.685757"
-       id="linearGradient1140"
-       gradientTransform="scale(1.9102155,0.5235012)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="75.912531"
-       y1="375.92199"
-       xlink:href="#linearGradient1806"
-       x2="-268.25407"
-       x1="-249.72067"
-       id="linearGradient1138"
-       gradientTransform="scale(1.087146,0.9198397)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient1133"
-       r="68.589222"
-       id="radialGradient1132"
-       fy="39.288476"
-       fx="72.107883"
-       cy="56.485935"
-       cx="60.004654"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="11.699047"
-       y1="208.43991"
-       xlink:href="#linearGradient888"
-       x2="95.644441"
-       x1="-77.726178"
-       id="linearGradient905"
-       gradientTransform="scale(1.0964158,0.9120627)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       xlink:href="#linearGradient1806"
-       id="linearGradient901" />
-    <linearGradient
-       y2="91.07699"
-       y1="-3.9104078"
-       xlink:href="#linearGradient888"
-       x2="27.674331"
-       x1="92.437968"
-       id="linearGradient891"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient888">
-      <stop
-         style="stop-color:#626262;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop889" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop890" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient892">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.00000000;"
-         offset="0.00000000"
-         id="stop893" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop894" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient902">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.00000000;"
-         offset="0.00000000"
-         id="stop903" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.22000000;"
-         offset="1.0000000"
-         id="stop904" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1098">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1.0000000;"
-         offset="0.00000000"
-         id="stop1099" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.22314049;"
-         offset="0.50000000"
-         id="stop1101" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.00000000;"
-         offset="0.59930235"
-         id="stop1102" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.60330576;"
-         offset="1.0000000"
-         id="stop1100" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1133">
-      <stop
-         style="stop-color:#8bb7df;stop-opacity:1.0000000;"
-         offset="0.00000000"
-         id="stop1134" />
-      <stop
-         style="stop-color:#2a6092;stop-opacity:1.0000000;"
-         offset="0.76209301"
-         id="stop1136" />
-      <stop
-         style="stop-color:#375e82;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop1135" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1317">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52892560;"
-         offset="0.00000000"
-         id="stop1318" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.17355372;"
-         offset="0.50000000"
-         id="stop1320" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.00000000;"
-         offset="1.0000000"
-         id="stop1319" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient893">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop895" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop896" />
-    </linearGradient>
-    <radialGradient
-       xlink:href="#linearGradient1806"
-       r="11.574221"
-       id="radialGradient1977"
-       fy="39.410465"
-       fx="42.280806"
-       cy="39.007645"
-       cx="42.007257"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient1806">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.35051546;"
-         offset="0.0000000"
-         id="stop1807" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.13402061;"
-         offset="0.64999998"
-         id="stop3276" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop1808" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5281"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5283"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5285"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="5.5130484"
-       inkscape:collect="always"
-       id="radialGradient1828"
-       fy="61.38567"
-       fx="86.542037"
-       cy="61.38567"
-       cx="86.542037"
-       gradientTransform="matrix(-0.8164966,0,0,1.2247449,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="11.123441"
-       inkscape:collect="always"
-       id="radialGradient1824"
-       fy="58.887858"
-       fx="118.06427"
-       cy="58.54025"
-       cx="117.17439"
-       gradientTransform="matrix(-0.6229142,0,0,1.6053575,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="22.00904"
-       inkscape:collect="always"
-       id="radialGradient1822"
-       fy="87.892895"
-       fx="45.50637"
-       cy="88.322677"
-       cx="45.139623"
-       gradientTransform="matrix(-1.0914815,0,0,0.9161859,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="18.836343"
-       inkscape:collect="always"
-       id="radialGradient1818"
-       fy="33.351633"
-       fx="48.40165"
-       cy="32.467054"
-       cx="48.40165"
-       gradientTransform="matrix(-1.1146027,0,0,0.8971807,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="74.834393"
-       y1="57.093738"
-       xlink:href="#linearGradient4376"
-       x2="50.203204"
-       x1="50.52668"
-       inkscape:collect="always"
-       id="linearGradient1815"
-       gradientTransform="matrix(-1.3516689,0,0,0.7398261,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient4384">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop4385" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4386" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4376">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop4377" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4378" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4362">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop4363" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4364" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4358">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop4359" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop4360" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="radialGradient5536"
-       gradientUnits="userSpaceOnUse"
-       cx="42.007257"
-       cy="39.007645"
-       fx="42.280806"
-       fy="39.410465"
-       r="11.574221" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5538"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5540"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5542"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5544"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5546"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       x1="25.220815"
-       y1="178.48862"
-       x2="25.220815"
-       y2="234.26866" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5548"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       x1="51.460928"
-       y1="269.85831"
-       x2="-16.224496"
-       y2="176.28694" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient893"
-       id="linearGradient5550"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.1870691,0.842411)"
-       x1="146.69923"
-       y1="224.57898"
-       x2="74.533693"
-       y2="81.477602" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5552"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.9102155,0.5235012)"
-       x1="45.685757"
-       y1="110.4447"
-       x2="41.967061"
-       y2="232.24952" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5554"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.0964158,0.9120627)"
-       x1="-77.726178"
-       y1="208.43991"
-       x2="95.644441"
-       y2="11.699047" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1133"
-       id="radialGradient5556"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       cx="60.004654"
-       cy="56.485935"
-       fx="72.107883"
-       fy="39.288476"
-       r="68.589222" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5558"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       x1="92.437968"
-       y1="-3.9104078"
-       x2="27.674331"
-       y2="91.07699" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5560"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3207392,0.7571517)"
-       x1="39.810948"
-       y1="90.197025"
-       x2="17.876529"
-       y2="113.71949" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5562"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.329144,0.7523639)"
-       x1="39.690614"
-       y1="49.507656"
-       x2="70.224305"
-       y2="20.481863" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5564"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3283861,0.7527932)"
-       x1="35.190362"
-       y1="76.277559"
-       x2="8.346058"
-       y2="105.42543" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5566"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.1838753,0.8446836)"
-       x1="141.60217"
-       y1="228.39311"
-       x2="88.447016"
-       y2="133.54711" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient902"
-       id="linearGradient5568"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3601783,0.7351977)"
-       x1="101.10657"
-       y1="177.77768"
-       x2="95.100155"
-       y2="173.03153" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5570"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3695887,0.7301462)"
-       x1="88.755695"
-       y1="169.09755"
-       x2="88.996957"
-       y2="182.99154" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1317"
-       id="linearGradient5572"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.223869,0.8170809)"
-       x1="111.49758"
-       y1="131.25248"
-       x2="107.04918"
-       y2="148.78619" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5574"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.1051174,0.4750329)"
-       x1="31.449743"
-       y1="203.499"
-       x2="31.617281"
-       y2="251.21892" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5714"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="39.648127"
-       inkscape:collect="always"
-       id="radialGradient2797"
-       fy="101.92288"
-       fx="50.092871"
-       cy="102.70191"
-       cx="49.760482"
-       gradientTransform="scale(1.1222336,0.8910801)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="35.284406"
-       inkscape:collect="always"
-       id="radialGradient2791"
-       fy="32.061308"
-       fx="81.553592"
-       cy="33.402904"
-       cx="80.599566"
-       gradientTransform="scale(0.8352269,1.1972794)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="67.164412"
-       y1="53.505203"
-       xlink:href="#linearGradient4376"
-       x2="63.804663"
-       x1="64.786456"
-       inkscape:collect="always"
-       id="linearGradient2789"
-       gradientTransform="scale(1.1424512,0.8753109)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient6015">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop6017" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6019" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6009">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop6011" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6013" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6003">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop6005" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6007" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5997">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop5999" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop6001" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient6037"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       y2="0.46093750"
-       y1="0.46093750"
-       xlink:href="#linearGradient650"
-       x2="1.16666818"
-       x1="1.22222710"
-       spreadMethod="repeat"
-       id="linearGradient654"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       y2="0.53906250"
-       y1="0.53125000"
-       xlink:href="#linearGradient650"
-       x2="1.16666901"
-       x1="1.00000548"
-       spreadMethod="repeat"
-       id="linearGradient653"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       id="linearGradient650">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop651" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop652" />
-    </linearGradient>
-    <linearGradient
-       y2="0.46093750"
-       y1="0.46093750"
-       xlink:href="#linearGradient650"
-       x2="1.16666818"
-       x1="1.22222710"
-       spreadMethod="repeat"
-       id="linearGradient8493"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       y2="0.53906250"
-       y1="0.53125000"
-       xlink:href="#linearGradient650"
-       x2="1.16666901"
-       x1="1.00000548"
-       spreadMethod="repeat"
-       id="linearGradient8491"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       id="linearGradient8485">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop8487" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop8489" />
-    </linearGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     gridtolerance="10000"
-     guidetolerance="10"
-     objecttolerance="10"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="0.70710678"
-     inkscape:cx="503.09779"
-     inkscape:cy="201.79714"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     width="1052.3622px"
-     height="744.09448px"
-     showgrid="true"
-     inkscape:window-width="1024"
-     inkscape:window-height="712"
-     inkscape:window-x="-4"
-     inkscape:window-y="-4" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <g
-       inkscape:label="Layer 1"
-       id="g4996"
-       transform="matrix(0.331077,0,0,0.2676656,75.992157,230.68349)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="35.529999"
-       inkscape:export-ydpi="35.529999">
-      <g
-         transform="matrix(2.674162,0,0,2.674162,-826.248,-323.8239)"
-         id="g6052">
-        <path
-           style="fill:#c7c7c7;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:6.11299896;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-           sodipodi:nodetypes="czcczzz"
-           id="path1306"
-           d="M 362.77592,187.283 C 360.50343,190.98677 361.20593,367.68763 364.14011,374.65173 C 366.46268,380.1642 441.02381,442.12988 444.93699,443.78694 C 495.35017,443.444 529.34176,425.0858 534.99109,415.38735 C 537.14042,403.1889 535.31621,215.19709 533.25552,211.25359 C 531.47859,207.85312 436.04893,173.6386 432.71615,172.86054 C 429.71763,172.16052 365.30189,183.1661 362.77592,187.283 z " />
-        <path
-           style="fill:#ffffff;fill-opacity:0.54385968;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccccccc"
-           id="path2066"
-           d="M 366.42857,190.93361 C 391.19048,201.4098 418.60601,218.30739 446.22506,231.64072 C 472.394,225.42153 510.2022,217.10972 529.24981,213.77639 C 504.726,221.39543 472.52022,228.51448 447.99641,236.13353 C 446.56784,293.51448 447.257,380.45861 445.82843,437.83956 C 445.11414,379.98242 443.14285,291.6479 442.42856,233.79075 C 415.99999,219.50504 390,206.64789 366.42857,190.93361 z " />
-        <path
-           style="fill:#000000;fill-opacity:0.16228069;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccc"
-           id="path4356"
-           d="M 519.99794,379.97737 C 510.93834,392.99882 482.41849,399.43361 468.8726,394.16864 C 471.21835,393.5424 516.96143,380.96883 519.99794,379.97737 z " />
-        <g
-           transform="translate(2.035534,15.20712)"
-           id="g4374">
-          <path
-             style="fill:#ffffff;fill-opacity:0.39473685;fill-rule:evenodd;stroke:none;stroke-width:1.01199996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-             sodipodi:nodetypes="cccccc"
-             id="path4362"
-             d="M 471.29127,340.59039 L 513.55921,324.30516 C 517.9002,325.84805 517.04588,332.27818 517.04588,332.27818 L 510.46155,334.58088 C 510.46155,334.58088 501.26764,349.01224 484.93096,343.36795 C 484.93096,343.36795 472.7787,345.52605 471.29127,340.59039 z " />
-          <path
-             style="fill:#606060;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.11199999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-             sodipodi:nodetypes="ccccccc"
-             id="path2826"
-             d="M 471.66824,335.10501 C 485.70133,331.45482 499.73443,327.80464 513.76752,324.15445 C 514.30594,326.13864 514.34437,328.99782 513.50779,330.48201 C 511.36566,331.50652 507.10221,332.35425 504.96008,333.37876 C 498.80357,339.27354 493.45917,339.80363 483.65919,338.95243 C 479.87505,339.74603 476.0909,340.36284 472.30676,341.15644 C 471.15285,338.85897 470.82215,337.90248 471.66824,335.10501 z " />
-        </g>
-        <path
-           style="fill:#ffffff;fill-opacity:0.40350874;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccccc"
-           id="path4423"
-           d="M 364.8671,189.69191 L 446.71991,235.61832 L 446.39149,441.00771 L 366.28132,373.53968 L 364.8671,189.69191 z " />
-        <path
-           style="fill:#000000;fill-opacity:0.16228069;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccc"
-           id="path5957"
-           d="M 515.24794,392.97737 C 505.81506,405.42036 486.94113,407.56087 476.3726,403.76831 C 478.1563,403.29212 512.93901,393.73127 515.24794,392.97737 z " />
-        <path
-           style="fill:#000000;fill-opacity:0.16228069;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccc"
-           id="path5959"
-           d="M 508.24794,405.72737 C 502.79158,413.09279 492.2492,415.37141 483.8726,412.49343 C 484.991,412.19485 506.80021,406.20008 508.24794,405.72737 z " />
-        <path
-           style="fill:#fcfcfc;fill-opacity:0.44298245;fill-rule:evenodd;stroke:none;stroke-width:0.31200001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-           sodipodi:nodetypes="ccccccc"
-           id="path5973"
-           d="M 522.875,227.86218 L 527.04289,228.4302 L 527.79289,326.56929 L 463.46862,344.54896 L 461.88388,339.34073 L 523.68934,322.86218 L 522.875,227.86218 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6026"
-           d="M 462.21967,264.23013 L 462.31434,266.99086 L 522.7929,249.54632 L 462.21967,264.23013 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6036"
-           d="M 461.33579,284.2059 L 461.43046,286.96663 L 521.90902,269.52209 L 461.33579,284.2059 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6038"
-           d="M 462.21967,302.64613 L 462.31434,305.40686 L 522.7929,287.96232 L 462.21967,302.64613 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6040"
-           d="M 462.21967,320.79868 L 462.31434,323.55941 L 522.7929,306.11487 L 462.21967,320.79868 z " />
-        <path
-           style="opacity:1;color:#000000;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#9e9e9e;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="ccc"
-           id="path5988"
-           d="M 522.55191,229.64344 L 462.03362,244.76045 L 462.53549,344.35813" />
-      </g>
-    </g>
-    <g
-       id="g5256"
-       transform="translate(601.5744,207.49165)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="35.529999"
-       inkscape:export-ydpi="35.529999">
-      <path
-         transform="matrix(6.392368,0.545409,-0.130014,2.864752,-184.6606,-38.15109)"
-         style="fill:url(#radialGradient1977);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:type="arc"
-         sodipodi:ry="12.562782"
-         sodipodi:rx="12.562782"
-         sodipodi:cy="37.865574"
-         sodipodi:cx="41.875938"
-         id="path1976"
-         d="M 54.438721 37.865574 A 12.562782 12.562782 0 1 1  29.313156,37.865574 A 12.562782 12.562782 0 1 1  54.438721 37.865574 z" />
-      <g
-         transform="matrix(1,0,0,1.036969,356.8306,-11.4294)"
-         style="fill:url(#linearGradient6037);fill-opacity:1"
-         id="g4293">
-        <path
-           style="fill:url(#linearGradient5281);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path2720"
-           d="M -270.85787,33.814995 C -289.35564,33.925992 -307.93321,33.592782 -326.38104,33.981747 C -331.43469,35.696391 -331.02221,41.899652 -330.68524,46.15332 C -330.75782,60.227303 -330.53537,74.298225 -330.21167,88.36826 C -328.21297,91.039611 -323.21766,90.618387 -322.68469,94.539015 C -320.78054,96.259426 -317.05071,94.88215 -314.4389,95.333237 C -298.54999,95.360274 -282.66107,95.387302 -266.77215,95.414339 C -266.35587,90.465192 -260.12609,88.824447 -255.81783,89.540255 C -256.01688,89.058389 -261.69557,87.939375 -259.61591,84.491525 C -259.45681,68.72727 -259.19734,52.882199 -259.82064,37.168229 C -261.19394,32.980583 -267.34179,33.83368 -270.85787,33.814995 z M -236.65184,97.260473 C -234.79025,100.12642 -237.08724,103.09386 -239.92892,104.16357 C -242.6311,105.91539 -245.59105,107.62992 -248.52894,108.76804 C -253.1773,108.19079 -251.42424,101.88475 -255.01281,99.896645 C -260.33594,96.447012 -267.21045,98.43943 -273.23329,97.939231 C -291.8249,97.94887 -310.41651,97.958519 -329.00813,97.968158 C -335.45898,103.56578 -339.16595,111.40269 -341.55034,119.32178 C -337.25147,124.2061 -329.89606,122.27575 -324.10438,122.40002 C -298.64553,122.23171 -273.11679,122.61546 -247.69897,122.24542 C -243.40174,121.14669 -247.44685,114.84894 -243.58488,113.04441 C -242.73865,112.73374 -247.81245,114.4382 -247.26205,111.62955 C -245.49117,106.66028 -239.14113,105.99595 -235.92338,102.36811 C -234.39131,99.755669 -236.26958,96.922488 -238.33047,95.260495 C -237.77093,95.927151 -237.21138,96.593817 -236.65184,97.260473 z M -240.64255,111.75263 C -243.64086,113.13223 -237.02792,110.69536 -235.55512,111.97369 C -229.71113,112.74417 -224.16461,117.19625 -218.12358,115.22951 C -225.97639,116.31604 -232.799,109.03014 -240.64255,111.75263 z M -212.01083,112.33724 C -215.98173,113.85021 -208.21543,112.17765 -210.07883,115.87566 C -212.50961,119.93855 -206.99008,113.8662 -209.61436,112.54677 C -210.16198,111.94632 -211.27989,112.47663 -212.01083,112.33724 z M -213.97451,120.82946 C -220.13871,124.32615 -228.37873,119.08124 -233.85995,124.39439 C -238.36465,128.00055 -244.57099,130.35185 -247.0433,135.75122 C -247.65922,139.60202 -243.25109,141.90251 -240.44565,143.71808 C -235.60127,146.54512 -228.8227,145.75388 -225.20082,141.42836 C -220.62679,137.96117 -216.44182,134.08489 -212.48592,129.96782 C -212.82701,126.95048 -214.43694,123.63971 -213.97451,120.82946 z " />
-        <path
-           style="fill:url(#linearGradient5283);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path2723"
-           d="M -269.68453,32.256957 C -288.76965,32.351184 -307.87514,32.249603 -326.94796,32.349264 C -332.63884,33.663474 -333.90446,40.291305 -333.21597,45.149113 C -333.11996,59.896901 -333.07471,74.659754 -332.61729,89.39481 C -331.88583,93.310348 -324.86009,92.098674 -325.11097,96.44089 C -328.07184,96.184706 -331.5534,96.317135 -333.07248,99.246492 C -338.92562,104.98392 -341.99312,112.66465 -344.27268,120.28679 C -340.22572,125.96631 -332.26467,125.31453 -326.02946,124.71751 C -300.16629,124.7277 -274.28316,124.82043 -248.43245,124.77905 C -244.42424,124.78686 -243.30672,120.35609 -243.96666,117.2099 C -242.88598,112.93536 -237.04086,113.94554 -233.80717,114.98513 C -228.01851,116.64297 -221.26418,120.43074 -215.57982,116.37592 C -211.36091,113.71809 -213.05678,118.4029 -215.77936,119.43344 C -220.82539,122.25797 -227.09125,118.98178 -232.39677,121.20855 C -236.53238,123.88957 -240.74707,126.85249 -244.76678,129.74666 C -248.34219,132.01467 -251.90947,137.38626 -248.13747,140.97315 C -243.79274,146.02948 -236.37425,149.4527 -229.68248,147.08651 C -225.09383,144.85973 -221.79206,140.75401 -217.61535,137.88661 C -215.10454,135.69469 -212.49235,133.26839 -210.83749,130.50207 C -210.86477,126.92195 -214.68529,121.91303 -210.252,119.57013 C -207.25619,117.95208 -205.81053,112.12098 -209.75314,110.87946 C -214.16982,109.44692 -216.95156,115.09837 -221.43751,113.68608 C -228.47365,112.76758 -235.5565,107.20489 -242.69931,110.72434 C -246.89551,113.06547 -243.47174,109.4356 -241.45524,108.56544 C -237.85613,106.84628 -232.73147,104.36798 -233.94637,99.617708 C -234.27189,95.083838 -239.22223,93.197522 -242.95318,91.723135 C -247.61613,89.074942 -253.27003,89.345117 -258.06082,86.933298 C -257.89248,70.385101 -257.58805,53.76423 -258.26571,37.261116 C -259.2092,32.393288 -265.59824,31.96057 -269.68453,32.256957 z M -258.66259,91.764016 C -251.5059,92.239344 -243.21163,93.474137 -238.58238,99.271629 C -238.96251,103.06003 -244.00295,103.80224 -246.52821,106.14082 C -248.92267,108.48087 -251.12372,105.80503 -251.02958,103.27159 C -252.70852,98.336432 -258.20582,95.710815 -263.31841,96.533197 C -267.00561,96.7255 -263.71935,91.937514 -261.395,92.380192 C -260.48382,92.178338 -259.57521,91.953759 -258.66259,91.764016 z " />
-        <path
-           style="fill:url(#linearGradient5285);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           sodipodi:nodetypes="ccccczccccccccccccccccccczccccc"
-           id="path2737"
-           d="M -324.0398,30.70877 C -336.3492,30.820231 -335.15663,39.652507 -334.79476,45.313268 C -334.5469,60.436643 -334.38614,75.599009 -334.01234,90.698281 C -333.20516,93.057424 -330.71249,93.985661 -328.75475,95.252079 C -334.4553,96.476239 -336.96996,102.43195 -340.11175,106.59303 C -342.33294,111.36531 -347.84019,115.92868 -345.92111,121.43642 C -344.00204,126.94416 -332.21757,127.68181 -324.95408,127.12866 C -299.06901,127.09789 -273.17022,127.14905 -247.29372,127.06713 C -243.29961,126.16956 -240.99668,122.03601 -241.4977,118.23645 C -238.30082,114.95371 -233.32521,118.03039 -229.53292,118.63002 C -225.71641,119.31313 -232.5646,119.27527 -233.19362,120.54849 C -238.23604,122.95799 -242.6166,126.65447 -246.90973,130.10509 C -250.44674,132.97354 -252.4229,138.10741 -249.57412,142.08235 C -246.21315,145.92284 -241.41489,148.84284 -236.30395,149.79628 C -230.65487,150.83779 -225.57101,147.82678 -221.6157,144.24077 C -216.87391,140.59839 -212.0873,136.78287 -208.84361,131.80554 C -207.76302,128.26399 -211.47449,123.86671 -208.08348,121.09796 C -204.93438,118.46115 -204.06893,113.02076 -207.41836,110.2673 C -212.81988,106.81278 -218.36682,114.55112 -223.89705,111.29128 C -227.94209,110.1659 -231.91311,108.52596 -236.17676,108.45194 C -231.52711,105.88023 -229.62903,98.782331 -234.08944,95.153402 C -239.61551,89.404431 -248.455,88.793917 -255.40182,85.744487 C -255.86992,78.940296 -255.53665,71.972758 -255.70928,65.098797 C -255.80747,55.730822 -255.73864,46.312632 -255.94025,36.975777 C -258.03631,31.236293 -265.34014,30.439522 -270.76286,30.729689 C -289.40725,30.770714 -311.88665,30.597309 -324.0398,30.70877 z M -255.46516,94.482857 C -250.34561,95.62106 -244.69322,96.21649 -240.83258,100.05203 C -242.37635,102.55028 -245.27573,103.64481 -247.80048,104.97505 C -249.71506,99.684643 -254.39847,94.970039 -260.51378,95.138259 C -260.66903,94.131274 -256.73261,94.551178 -255.46516,94.482857 z " />
-      </g>
-      <rect
-         y="78.658051"
-         x="33.326111"
-         width="57.567924"
-         style="fill:url(#linearGradient1156);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1157);stroke-width:1.44734821pt"
-         id="rect1155"
-         height="8.3153667" />
-      <path
-         style="fill:url(#linearGradient1169);fill-rule:evenodd;stroke-width:0.90459263;stroke-opacity:0.07438019"
-         sodipodi:nodetypes="czzczczzzzzzzc"
-         id="path2676"
-         d="M 98.723806,78.927818 C 95.18666,77.759681 93.50122,82.555591 98.766686,81.004087 C 104.03217,79.452583 120.13123,85.906451 120.37383,89.795491 C 120.61643,93.905503 101.5003,98.581154 106.74108,104.42426 C 111.62816,110.70149 115.35468,100.13868 123.54696,104.21261 C 131.73923,108.17607 136.26048,109.72394 142.25488,104.94185 C 149.10027,101.9342 145.04599,107.07658 139.57918,113.60451 C 134.11237,120.13244 144.00251,115.08156 147.91225,105.31962 C 151.93248,95.557673 139.13128,107.33503 133.66268,105.40571 C 128.19408,103.47639 119.73678,97.849788 113.27625,102.55563 C 106.81572,107.26147 109.62894,99.493003 114.85637,97.90307 C 120.0838,96.092166 122.81363,93.045722 122.85597,90.161522 C 122.89831,87.498293 117.92629,84.811803 112.94229,82.402852 C 107.73732,79.993901 100.49788,78.588966 98.723806,78.927818 z " />
-      <path
-         style="fill:url(#linearGradient1140);fill-opacity:1;fill-rule:evenodd;stroke-width:1.44734821pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path1139"
-         d="M 15.102732,106.80712 C 13.80355,109.23224 17.148847,113.52338 19.900059,113.52338 L 107.85106,113.52338 C 110.18914,113.52338 113.70766,110.4906 112.64839,108.40622 L 102.7339,88.897093 C 101.97024,87.394398 100.26184,86.65834 98.576216,86.65834 L 28.215425,86.658339 C 26.825434,86.658339 25.353768,87.671846 24.697385,88.897093 L 15.102732,106.80712 z " />
-      <rect
-         y="22.413721"
-         x="26.015469"
-         width="72.279724"
-         style="fill:url(#linearGradient905);fill-opacity:1;fill-rule:evenodd;stroke-width:1.62826681"
-         ry="5.4369707"
-         rx="5.4369707"
-         id="rect1137"
-         height="60.126495" />
-      <rect
-         y="31.695871"
-         x="33.386066"
-         width="58.178177"
-         style="fill:url(#radialGradient1132);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient891);stroke-width:1.4649456pt"
-         id="rect1131"
-         height="38.044163" />
-      <path
-         style="fill:url(#linearGradient1146);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzccccc"
-         id="path1145"
-         d="M 27.690431,52.841444 L 27.370609,74.749236 C 27.319624,78.241665 29.310209,80.477938 32.807578,80.506029 L 72.625393,80.825852 L 76.463254,71.87084 L 32.008024,71.55102 L 31.688202,52.681533 L 27.690431,52.841444 z " />
-      <g
-         transform="matrix(-1,0,0,1,125.4301,0)"
-         id="g1791">
-        <path
-           style="fill:url(#linearGradient1148);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path1147"
-           d="M 42.062098,33.460351 L 77.341205,33.008055 C 82.787126,32.938235 89.553204,38.416797 89.553204,43.863165 L 89.553204,60.14583 L 41.609801,59.693534 L 42.062098,33.460351 z " />
-        <path
-           style="fill:url(#linearGradient1150);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path1149"
-           d="M 78.337784,67.629235 L 46.723745,67.724544 C 41.843589,67.739257 35.829319,62.771024 35.877168,57.891081 L 36.020221,43.301821 L 78.973514,44.128288 L 78.337784,67.629235 z " />
-      </g>
-      <path
-         style="fill:url(#linearGradient1167);fill-opacity:1;fill-rule:evenodd;stroke-width:0.72367412;stroke-opacity:0.34710741"
-         sodipodi:nodetypes="cczzzzzzc"
-         id="path1159"
-         d="M 137.39107,112.02341 C 137.39107,112.02341 129.0757,110.26438 123.63872,113.62251 C 118.20176,116.98064 109.96635,123.21719 108.76702,124.81628 C 107.40777,126.57531 107.42036,130.22796 109.24674,131.53253 L 114.84364,135.53031 C 118.31797,138.01198 124.86218,139.25396 128.11624,136.48978 L 142.98795,123.85681 C 144.79792,122.3193 145.72732,118.27921 144.10733,116.82073 C 142.95609,115.04975 140.4892,112.91939 137.39107,112.02341 z " />
-      <path
-         style="fill:url(#linearGradient1171);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzc"
-         id="path1160"
-         d="M 142.3483,121.13833 L 125.91043,133.59673 C 122.97154,135.82414 118.65484,134.11775 116.28283,133.77129 C 113.9108,133.42481 111.88528,131.87901 112.12516,132.33209 C 112.36503,132.78517 115.08349,135.71687 117.72203,136.48978 C 120.36055,137.26267 124.9543,138.89307 127.50953,136.15531 C 130.06477,133.41755 145.2267,123.53699 142.3483,121.13833 z " />
-      <path
-         style="fill:url(#linearGradient1404);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="cczc"
-         id="path1403"
-         d="M 132.11225,127.51984 C 135.31047,122.88242 120.11893,113.12786 109.08509,127.0401 C 110.20446,130.71805 116.80662,132.5992 121.82304,132.33547 C 126.68363,132.07993 129.50037,129.97181 132.11225,127.51984 z " />
-      <path
-         style="fill:url(#linearGradient1166);fill-opacity:1;fill-rule:evenodd;stroke-width:1.08551121"
-         sodipodi:nodetypes="cccccccc"
-         id="path1519"
-         d="M 138.63464,112.68306 C 135.9958,113.22749 132.31739,114.43079 129.87534,116.38362 C 128.77009,115.68011 125.32759,114.5677 123.66767,113.84494 L 123.24572,114.10517 C 129.67287,117.23476 136.43512,117.91249 135.88192,122.87668 C 136.33675,122.98575 137.05589,123.09702 136.73191,122.38863 C 136.41775,118.90392 132.50587,117.23351 131.02697,116.81532 C 133.17224,114.26602 136.255,113.70892 138.63464,112.68306 z " />
-      <path
-         style="fill:url(#linearGradient1144);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path1143"
-         d="M 18.891612,106.48414 C 17.978451,108.31614 19.173914,111.55774 22.263529,111.55774 L 105.0195,111.55774 C 106.66288,111.55774 109.13595,109.26672 108.39142,107.69215 L 101.42279,92.954575 C 100.88602,91.819403 99.685232,91.263378 98.500462,91.263378 L 28.108183,91.263369 C 27.131195,91.263369 26.0968,92.028994 25.635445,92.954575 L 18.891612,106.48414 z " />
-      <text
-         y="-14.660837"
-         xml:space="preserve"
-         x="6.147172"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text1232"><tspan
-           id="tspan1233">Computer</tspan></text>
-      <text
-         y="-34.951134"
-         xml:space="preserve"
-         x="84.564949"
-         transform="scale(0.246729,0.246729)"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text1235"><tspan
-           id="tspan1236">Created by Andrew Fitzsimon</tspan></text>
-    </g>
-    <g
-       id="g5474"
-       transform="translate(633.63525,501.49239)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="35.529999"
-       inkscape:export-ydpi="35.529999">
-      <path
-         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path9383"
-         d="M 203.47051,-209.74941 C 198.72111,-204.56585 195.69876,-195.27863 189.00642,-195.27863 C 182.52997,-197.07848 181.66644,-212.48518 180.80291,-215.7969 C 188.1429,-210.75732 195.69876,-207.87757 203.47051,-209.74941 z " />
-      <path
-         transform="matrix(-0.440859,0,0,0.441062,265.52775,-266.17138)"
-         style="fill:#f1bb96;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:type="arc"
-         sodipodi:ry="57.825485"
-         sodipodi:rx="60.94183"
-         sodipodi:cy="70.290855"
-         sodipodi:cx="150.27701"
-         id="path3713"
-         d="M 211.21884 70.290855 A 60.94183 57.825485 0 1 1  89.335178,70.290855 A 60.94183 57.825485 0 1 1  211.21884 70.290855 z" />
-      <path
-         style="fill:#233e6a;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccssssc"
-         id="path4369"
-         d="M 232.46888,-182.94274 C 232.85952,-157.74648 168.23012,-154.86512 168.38642,-182.94274 C 166.84164,-205.27149 177.94687,-217.96719 180.70654,-215.80872 C 182.10778,-214.71274 182.62841,-190.37295 192.09635,-195.9716 C 196.69923,-198.69339 201.84768,-209.14846 204.10029,-209.49532 C 207.49937,-210.01873 214.00811,-212.77083 219.98583,-217.92153 C 221.55412,-219.27285 231.93943,-205.38255 232.46888,-182.94274 z " />
-      <path
-         style="fill:#513624;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path11309"
-         d="M 204.55432,-273.85152 C 222.46413,-271.53047 237.32676,-259.28175 231.38357,-231.42099 C 229.66954,-221.67743 222.12426,-217.60887 219.35537,-236.36962 C 211.4578,-233.88387 177.25785,-223.92576 170.54948,-241.26677 C 166.55631,-248.43407 174.86257,-276.23329 204.55432,-273.85152 z " />
-      <path
-         style="fill:#1f4eb3;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path11942"
-         d="M 191.92173,-167.75448 C 192.06919,-184.44566 194.18855,-193.73288 188.47558,-194.95709 C 182.9785,-195.85052 179.91138,-176.52634 179.04785,-173.21462 C 175.85958,-157.19769 189.53653,-154.44605 191.92173,-167.75448 z " />
-      <path
-         style="fill:url(#linearGradient1815);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path1811"
-         d="M 172.67812,-237.76056 C 182.56217,-225.58826 212.09549,-234.15979 219.36562,-236.44806 C 220.33459,-229.88278 221.90014,-226.25074 223.58437,-224.54181 C 219.31219,-215.8234 210.06249,-209.76056 199.27187,-209.76056 C 184.44142,-209.76056 172.42812,-221.18201 172.42812,-235.26056 C 172.42812,-236.11869 172.59078,-236.92413 172.67812,-237.76056 z " />
-      <path
-         style="fill:url(#radialGradient1818);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1817"
-         d="M 203.17522,-273.74212 C 221.08504,-271.42107 235.94766,-259.17235 230.00448,-231.31159 C 228.29044,-221.56803 220.74517,-217.49946 217.97627,-236.26022 C 210.0787,-233.77447 175.87876,-223.81635 169.17039,-241.15737 C 165.17722,-248.32467 173.48348,-276.12389 203.17522,-273.74212 z " />
-      <path
-         style="fill:url(#radialGradient1822);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path1819"
-         d="M 220.74123,-214.1875 C 227.87764,-203.73841 231.28831,-190.18836 229.45998,-177.71875 C 222.3997,-165.39834 205.93726,-163.52328 193.05373,-164.75 C 194.11526,-173.29796 194.69425,-182.39807 193.51876,-190.98978 C 191.02311,-195.41909 199.33209,-197.29913 200.39748,-201.6875 C 203.70655,-208.92744 212.80427,-208.10966 218.04988,-213.3696 C 218.9201,-213.57294 220.00051,-215.94141 220.74123,-214.1875 z M 179.55373,-210.28125 C 180.69974,-204.97453 181.23339,-199.24919 184.58498,-194.75 C 179.40159,-187.81847 178.05976,-178.63643 176.67873,-170.28125 C 167.10271,-177.01707 169.81568,-190.62142 172.02963,-200.39411 C 173.03008,-204.26346 176.36728,-212.34166 179.19382,-211.77772 C 179.27177,-211.45363 179.5117,-210.45598 179.55373,-210.28125 z " />
-      <path
-         style="fill:url(#radialGradient1824);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path1823"
-         d="M 192.35803,-167.43887 C 192.50549,-184.13006 194.62485,-193.41727 188.91188,-194.64149 C 183.4148,-195.53491 180.34768,-176.21073 179.48415,-172.89901 C 176.29589,-156.88208 189.97283,-154.13044 192.35803,-167.43887 z " />
-      <path
-         style="fill:#1f4eb3;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1825"
-         d="M 185.2414,-200.53324 C 185.2414,-197.95291 187.25802,-195.85872 189.74278,-195.85872 C 192.22755,-195.85872 194.24417,-197.95291 194.24417,-200.53324 C 194.24417,-203.11357 193.61259,-209.36288 191.12783,-209.36288 C 188.64306,-209.36288 185.2414,-203.11357 185.2414,-200.53324 z " />
-      <path
-         style="fill:url(#radialGradient1828);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1827"
-         d="M 186.28018,-201.05263 C 186.28018,-198.4723 188.2968,-196.37811 190.78156,-196.37811 C 193.26633,-196.37811 195.28295,-198.4723 195.28295,-201.05263 C 195.28295,-203.63296 194.65137,-209.88227 192.16661,-209.88227 C 189.68184,-209.88227 186.28018,-203.63296 186.28018,-201.05263 z " />
-    </g>
-    <g
-       id="g5488"
-       transform="translate(601.5744,407.49165)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="35.529999"
-       inkscape:export-ydpi="35.529999">
-      <path
-         transform="matrix(6.392368,0.545409,-0.130014,2.864752,-184.6606,-38.15109)"
-         style="fill:url(#radialGradient5536);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:type="arc"
-         sodipodi:ry="12.562782"
-         sodipodi:rx="12.562782"
-         sodipodi:cy="37.865574"
-         sodipodi:cx="41.875938"
-         id="path5490"
-         d="M 54.438721 37.865574 A 12.562782 12.562782 0 1 1  29.313156,37.865574 A 12.562782 12.562782 0 1 1  54.438721 37.865574 z" />
-      <g
-         transform="matrix(1,0,0,1.036969,356.8306,-11.4294)"
-         style="fill:url(#linearGradient5538);fill-opacity:1"
-         id="g5492">
-        <path
-           style="fill:url(#linearGradient5540);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path5494"
-           d="M -270.85787,33.814995 C -289.35564,33.925992 -307.93321,33.592782 -326.38104,33.981747 C -331.43469,35.696391 -331.02221,41.899652 -330.68524,46.15332 C -330.75782,60.227303 -330.53537,74.298225 -330.21167,88.36826 C -328.21297,91.039611 -323.21766,90.618387 -322.68469,94.539015 C -320.78054,96.259426 -317.05071,94.88215 -314.4389,95.333237 C -298.54999,95.360274 -282.66107,95.387302 -266.77215,95.414339 C -266.35587,90.465192 -260.12609,88.824447 -255.81783,89.540255 C -256.01688,89.058389 -261.69557,87.939375 -259.61591,84.491525 C -259.45681,68.72727 -259.19734,52.882199 -259.82064,37.168229 C -261.19394,32.980583 -267.34179,33.83368 -270.85787,33.814995 z M -236.65184,97.260473 C -234.79025,100.12642 -237.08724,103.09386 -239.92892,104.16357 C -242.6311,105.91539 -245.59105,107.62992 -248.52894,108.76804 C -253.1773,108.19079 -251.42424,101.88475 -255.01281,99.896645 C -260.33594,96.447012 -267.21045,98.43943 -273.23329,97.939231 C -291.8249,97.94887 -310.41651,97.958519 -329.00813,97.968158 C -335.45898,103.56578 -339.16595,111.40269 -341.55034,119.32178 C -337.25147,124.2061 -329.89606,122.27575 -324.10438,122.40002 C -298.64553,122.23171 -273.11679,122.61546 -247.69897,122.24542 C -243.40174,121.14669 -247.44685,114.84894 -243.58488,113.04441 C -242.73865,112.73374 -247.81245,114.4382 -247.26205,111.62955 C -245.49117,106.66028 -239.14113,105.99595 -235.92338,102.36811 C -234.39131,99.755669 -236.26958,96.922488 -238.33047,95.260495 C -237.77093,95.927151 -237.21138,96.593817 -236.65184,97.260473 z M -240.64255,111.75263 C -243.64086,113.13223 -237.02792,110.69536 -235.55512,111.97369 C -229.71113,112.74417 -224.16461,117.19625 -218.12358,115.22951 C -225.97639,116.31604 -232.799,109.03014 -240.64255,111.75263 z M -212.01083,112.33724 C -215.98173,113.85021 -208.21543,112.17765 -210.07883,115.87566 C -212.50961,119.93855 -206.99008,113.8662 -209.61436,112.54677 C -210.16198,111.94632 -211.27989,112.47663 -212.01083,112.33724 z M -213.97451,120.82946 C -220.13871,124.32615 -228.37873,119.08124 -233.85995,124.39439 C -238.36465,128.00055 -244.57099,130.35185 -247.0433,135.75122 C -247.65922,139.60202 -243.25109,141.90251 -240.44565,143.71808 C -235.60127,146.54512 -228.8227,145.75388 -225.20082,141.42836 C -220.62679,137.96117 -216.44182,134.08489 -212.48592,129.96782 C -212.82701,126.95048 -214.43694,123.63971 -213.97451,120.82946 z " />
-        <path
-           style="fill:url(#linearGradient5542);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path5496"
-           d="M -269.68453,32.256957 C -288.76965,32.351184 -307.87514,32.249603 -326.94796,32.349264 C -332.63884,33.663474 -333.90446,40.291305 -333.21597,45.149113 C -333.11996,59.896901 -333.07471,74.659754 -332.61729,89.39481 C -331.88583,93.310348 -324.86009,92.098674 -325.11097,96.44089 C -328.07184,96.184706 -331.5534,96.317135 -333.07248,99.246492 C -338.92562,104.98392 -341.99312,112.66465 -344.27268,120.28679 C -340.22572,125.96631 -332.26467,125.31453 -326.02946,124.71751 C -300.16629,124.7277 -274.28316,124.82043 -248.43245,124.77905 C -244.42424,124.78686 -243.30672,120.35609 -243.96666,117.2099 C -242.88598,112.93536 -237.04086,113.94554 -233.80717,114.98513 C -228.01851,116.64297 -221.26418,120.43074 -215.57982,116.37592 C -211.36091,113.71809 -213.05678,118.4029 -215.77936,119.43344 C -220.82539,122.25797 -227.09125,118.98178 -232.39677,121.20855 C -236.53238,123.88957 -240.74707,126.85249 -244.76678,129.74666 C -248.34219,132.01467 -251.90947,137.38626 -248.13747,140.97315 C -243.79274,146.02948 -236.37425,149.4527 -229.68248,147.08651 C -225.09383,144.85973 -221.79206,140.75401 -217.61535,137.88661 C -215.10454,135.69469 -212.49235,133.26839 -210.83749,130.50207 C -210.86477,126.92195 -214.68529,121.91303 -210.252,119.57013 C -207.25619,117.95208 -205.81053,112.12098 -209.75314,110.87946 C -214.16982,109.44692 -216.95156,115.09837 -221.43751,113.68608 C -228.47365,112.76758 -235.5565,107.20489 -242.69931,110.72434 C -246.89551,113.06547 -243.47174,109.4356 -241.45524,108.56544 C -237.85613,106.84628 -232.73147,104.36798 -233.94637,99.617708 C -234.27189,95.083838 -239.22223,93.197522 -242.95318,91.723135 C -247.61613,89.074942 -253.27003,89.345117 -258.06082,86.933298 C -257.89248,70.385101 -257.58805,53.76423 -258.26571,37.261116 C -259.2092,32.393288 -265.59824,31.96057 -269.68453,32.256957 z M -258.66259,91.764016 C -251.5059,92.239344 -243.21163,93.474137 -238.58238,99.271629 C -238.96251,103.06003 -244.00295,103.80224 -246.52821,106.14082 C -248.92267,108.48087 -251.12372,105.80503 -251.02958,103.27159 C -252.70852,98.336432 -258.20582,95.710815 -263.31841,96.533197 C -267.00561,96.7255 -263.71935,91.937514 -261.395,92.380192 C -260.48382,92.178338 -259.57521,91.953759 -258.66259,91.764016 z " />
-        <path
-           style="fill:url(#linearGradient5544);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           sodipodi:nodetypes="ccccczccccccccccccccccccczccccc"
-           id="path5498"
-           d="M -324.0398,30.70877 C -336.3492,30.820231 -335.15663,39.652507 -334.79476,45.313268 C -334.5469,60.436643 -334.38614,75.599009 -334.01234,90.698281 C -333.20516,93.057424 -330.71249,93.985661 -328.75475,95.252079 C -334.4553,96.476239 -336.96996,102.43195 -340.11175,106.59303 C -342.33294,111.36531 -347.84019,115.92868 -345.92111,121.43642 C -344.00204,126.94416 -332.21757,127.68181 -324.95408,127.12866 C -299.06901,127.09789 -273.17022,127.14905 -247.29372,127.06713 C -243.29961,126.16956 -240.99668,122.03601 -241.4977,118.23645 C -238.30082,114.95371 -233.32521,118.03039 -229.53292,118.63002 C -225.71641,119.31313 -232.5646,119.27527 -233.19362,120.54849 C -238.23604,122.95799 -242.6166,126.65447 -246.90973,130.10509 C -250.44674,132.97354 -252.4229,138.10741 -249.57412,142.08235 C -246.21315,145.92284 -241.41489,148.84284 -236.30395,149.79628 C -230.65487,150.83779 -225.57101,147.82678 -221.6157,144.24077 C -216.87391,140.59839 -212.0873,136.78287 -208.84361,131.80554 C -207.76302,128.26399 -211.47449,123.86671 -208.08348,121.09796 C -204.93438,118.46115 -204.06893,113.02076 -207.41836,110.2673 C -212.81988,106.81278 -218.36682,114.55112 -223.89705,111.29128 C -227.94209,110.1659 -231.91311,108.52596 -236.17676,108.45194 C -231.52711,105.88023 -229.62903,98.782331 -234.08944,95.153402 C -239.61551,89.404431 -248.455,88.793917 -255.40182,85.744487 C -255.86992,78.940296 -255.53665,71.972758 -255.70928,65.098797 C -255.80747,55.730822 -255.73864,46.312632 -255.94025,36.975777 C -258.03631,31.236293 -265.34014,30.439522 -270.76286,30.729689 C -289.40725,30.770714 -311.88665,30.597309 -324.0398,30.70877 z M -255.46516,94.482857 C -250.34561,95.62106 -244.69322,96.21649 -240.83258,100.05203 C -242.37635,102.55028 -245.27573,103.64481 -247.80048,104.97505 C -249.71506,99.684643 -254.39847,94.970039 -260.51378,95.138259 C -260.66903,94.131274 -256.73261,94.551178 -255.46516,94.482857 z " />
-      </g>
-      <rect
-         y="78.658051"
-         x="33.326111"
-         width="57.567924"
-         style="fill:url(#linearGradient5546);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5548);stroke-width:1.44734821pt"
-         id="rect5500"
-         height="8.3153667" />
-      <path
-         style="fill:url(#linearGradient5550);fill-rule:evenodd;stroke-width:0.90459263;stroke-opacity:0.07438019"
-         sodipodi:nodetypes="czzczczzzzzzzc"
-         id="path5502"
-         d="M 98.723806,78.927818 C 95.18666,77.759681 93.50122,82.555591 98.766686,81.004087 C 104.03217,79.452583 120.13123,85.906451 120.37383,89.795491 C 120.61643,93.905503 101.5003,98.581154 106.74108,104.42426 C 111.62816,110.70149 115.35468,100.13868 123.54696,104.21261 C 131.73923,108.17607 136.26048,109.72394 142.25488,104.94185 C 149.10027,101.9342 145.04599,107.07658 139.57918,113.60451 C 134.11237,120.13244 144.00251,115.08156 147.91225,105.31962 C 151.93248,95.557673 139.13128,107.33503 133.66268,105.40571 C 128.19408,103.47639 119.73678,97.849788 113.27625,102.55563 C 106.81572,107.26147 109.62894,99.493003 114.85637,97.90307 C 120.0838,96.092166 122.81363,93.045722 122.85597,90.161522 C 122.89831,87.498293 117.92629,84.811803 112.94229,82.402852 C 107.73732,79.993901 100.49788,78.588966 98.723806,78.927818 z " />
-      <path
-         style="fill:url(#linearGradient5552);fill-opacity:1;fill-rule:evenodd;stroke-width:1.44734821pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path5504"
-         d="M 15.102732,106.80712 C 13.80355,109.23224 17.148847,113.52338 19.900059,113.52338 L 107.85106,113.52338 C 110.18914,113.52338 113.70766,110.4906 112.64839,108.40622 L 102.7339,88.897093 C 101.97024,87.394398 100.26184,86.65834 98.576216,86.65834 L 28.215425,86.658339 C 26.825434,86.658339 25.353768,87.671846 24.697385,88.897093 L 15.102732,106.80712 z " />
-      <rect
-         y="22.413721"
-         x="26.015469"
-         width="72.279724"
-         style="fill:url(#linearGradient5554);fill-opacity:1;fill-rule:evenodd;stroke-width:1.62826681"
-         ry="5.4369707"
-         rx="5.4369707"
-         id="rect5506"
-         height="60.126495" />
-      <rect
-         y="31.695871"
-         x="33.386066"
-         width="58.178177"
-         style="fill:url(#radialGradient5556);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5558);stroke-width:1.4649456pt"
-         id="rect5508"
-         height="38.044163" />
-      <path
-         style="fill:url(#linearGradient5560);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzccccc"
-         id="path5510"
-         d="M 27.690431,52.841444 L 27.370609,74.749236 C 27.319624,78.241665 29.310209,80.477938 32.807578,80.506029 L 72.625393,80.825852 L 76.463254,71.87084 L 32.008024,71.55102 L 31.688202,52.681533 L 27.690431,52.841444 z " />
-      <g
-         transform="matrix(-1,0,0,1,125.4301,0)"
-         id="g5512">
-        <path
-           style="fill:url(#linearGradient5562);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path5514"
-           d="M 42.062098,33.460351 L 77.341205,33.008055 C 82.787126,32.938235 89.553204,38.416797 89.553204,43.863165 L 89.553204,60.14583 L 41.609801,59.693534 L 42.062098,33.460351 z " />
-        <path
-           style="fill:url(#linearGradient5564);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path5516"
-           d="M 78.337784,67.629235 L 46.723745,67.724544 C 41.843589,67.739257 35.829319,62.771024 35.877168,57.891081 L 36.020221,43.301821 L 78.973514,44.128288 L 78.337784,67.629235 z " />
-      </g>
-      <path
-         style="fill:url(#linearGradient5566);fill-opacity:1;fill-rule:evenodd;stroke-width:0.72367412;stroke-opacity:0.34710741"
-         sodipodi:nodetypes="cczzzzzzc"
-         id="path5518"
-         d="M 137.39107,112.02341 C 137.39107,112.02341 129.0757,110.26438 123.63872,113.62251 C 118.20176,116.98064 109.96635,123.21719 108.76702,124.81628 C 107.40777,126.57531 107.42036,130.22796 109.24674,131.53253 L 114.84364,135.53031 C 118.31797,138.01198 124.86218,139.25396 128.11624,136.48978 L 142.98795,123.85681 C 144.79792,122.3193 145.72732,118.27921 144.10733,116.82073 C 142.95609,115.04975 140.4892,112.91939 137.39107,112.02341 z " />
-      <path
-         style="fill:url(#linearGradient5568);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzc"
-         id="path5520"
-         d="M 142.3483,121.13833 L 125.91043,133.59673 C 122.97154,135.82414 118.65484,134.11775 116.28283,133.77129 C 113.9108,133.42481 111.88528,131.87901 112.12516,132.33209 C 112.36503,132.78517 115.08349,135.71687 117.72203,136.48978 C 120.36055,137.26267 124.9543,138.89307 127.50953,136.15531 C 130.06477,133.41755 145.2267,123.53699 142.3483,121.13833 z " />
-      <path
-         style="fill:url(#linearGradient5570);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="cczc"
-         id="path5522"
-         d="M 132.11225,127.51984 C 135.31047,122.88242 120.11893,113.12786 109.08509,127.0401 C 110.20446,130.71805 116.80662,132.5992 121.82304,132.33547 C 126.68363,132.07993 129.50037,129.97181 132.11225,127.51984 z " />
-      <path
-         style="fill:url(#linearGradient5572);fill-opacity:1;fill-rule:evenodd;stroke-width:1.08551121"
-         sodipodi:nodetypes="cccccccc"
-         id="path5524"
-         d="M 138.63464,112.68306 C 135.9958,113.22749 132.31739,114.43079 129.87534,116.38362 C 128.77009,115.68011 125.32759,114.5677 123.66767,113.84494 L 123.24572,114.10517 C 129.67287,117.23476 136.43512,117.91249 135.88192,122.87668 C 136.33675,122.98575 137.05589,123.09702 136.73191,122.38863 C 136.41775,118.90392 132.50587,117.23351 131.02697,116.81532 C 133.17224,114.26602 136.255,113.70892 138.63464,112.68306 z " />
-      <path
-         style="fill:url(#linearGradient5574);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path5526"
-         d="M 18.891612,106.48414 C 17.978451,108.31614 19.173914,111.55774 22.263529,111.55774 L 105.0195,111.55774 C 106.66288,111.55774 109.13595,109.26672 108.39142,107.69215 L 101.42279,92.954575 C 100.88602,91.819403 99.685232,91.263378 98.500462,91.263378 L 28.108183,91.263369 C 27.131195,91.263369 26.0968,92.028994 25.635445,92.954575 L 18.891612,106.48414 z " />
-      <text
-         y="-14.660837"
-         xml:space="preserve"
-         x="6.147172"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text5528"><tspan
-           id="tspan5530">Computer</tspan></text>
-      <text
-         y="-34.951134"
-         xml:space="preserve"
-         x="84.564949"
-         transform="scale(0.246729,0.246729)"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text5532"><tspan
-           id="tspan5534">Created by Andrew Fitzsimon</tspan></text>
-    </g>
-    <g
-       id="g6024"
-       transform="matrix(-1,0,0,1,900.16045,422.61731)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="35.529999"
-       inkscape:export-ydpi="35.529999">
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path6027"
-         d="M 60.545133,72.847539 C 65.294534,78.031101 68.316881,87.318315 75.00922,87.318316 C 81.485677,85.518467 82.349205,70.11177 83.212732,66.800051 C 75.872748,71.839624 68.316882,74.71938 60.545133,72.847539 z " />
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#d20000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccssssc"
-         id="path6029"
-         d="M 31.546762,99.654209 C 31.156121,124.85047 95.78552,127.73183 95.62922,99.654209 C 97.174007,77.325462 86.068776,64.629762 83.309105,66.788232 C 81.907864,67.884209 81.387229,92.223995 71.919297,86.625353 C 67.316417,83.903554 62.167959,73.44849 59.915352,73.101625 C 56.516277,72.578221 50.007529,69.826123 44.029815,64.675414 C 42.461522,63.324094 32.076211,77.214403 31.546762,99.654209 z " />
-      <path
-         style="fill:url(#radialGradient2797);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2796"
-         d="M 43.53125,77.3125 C 40.353026,86.016409 37.202011,96.366079 40.377303,105.23542 C 48.984655,117.18204 66.049398,117.25223 79.222417,115.04972 C 88.094278,113.47345 96.636121,105.87972 94.744454,96.188658 C 94.751182,88.561019 93.319573,80.643142 89.09375,74.1875 C 87.954705,81.120157 85.706152,92.347929 76.686643,91.786583 C 66.841974,89.84774 65.058803,76.33878 54.747596,75.105769 C 49.945701,71.530053 45.566465,69.110698 43.783935,76.852875 L 43.53125,77.3125 z " />
-      <path
-         transform="matrix(0.440859,0,0,0.441062,0.997459,16.38124)"
-         style="fill:#efd7c7;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:type="arc"
-         sodipodi:ry="57.825485"
-         sodipodi:rx="60.94183"
-         sodipodi:cy="70.290855"
-         sodipodi:cx="150.27701"
-         id="path6032"
-         d="M 211.21884 70.290855 A 60.94183 57.825485 0 1 1  89.335178,70.290855 A 60.94183 57.825485 0 1 1  211.21884 70.290855 z" />
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccccc"
-         id="path3720"
-         d="M 56.980881,5.8426527 C 39.420698,8.0166254 30.552872,16.206245 24.211446,49.532095 C 14.512196,98.076517 21.871677,115.5525 32.990311,115.56714 C 17.54932,102.40769 63.877625,86.740105 56.295103,44.070713 C 68.4508,48.712358 94.51097,54.349644 95.164349,41.718703 C 97.176702,29.219492 88.64173,4.4775042 56.980881,5.8426527 z " />
-      <path
-         style="fill:url(#linearGradient2789);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2164"
-         d="M 60.687242,45.028999 C 62.530882,55.403773 61.180052,64.151015 58.312242,71.685249 C 61.630122,73.07804 65.296862,73.904 69.155992,73.903999 C 83.975322,73.903999 95.981712,62.468019 95.999742,48.403999 C 88.357632,52.885439 70.244092,48.678277 60.687242,45.028999 z " />
-      <path
-         style="fill:url(#radialGradient2791);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2790"
-         d="M 52.174948,8.1325312 C 35.846775,12.141346 31.110158,30.475875 28.060647,44.840387 C 24.465246,64.767005 19.485139,85.90438 25.518698,105.82003 C 29.863591,114.87216 28.026452,106.52571 31.049538,102.11795 C 41.311249,87.323083 56.256862,73.307418 55.936774,53.886064 C 56.647391,49.398848 52.34734,38.640985 60.701717,42.254379 C 70.683443,45.202557 82.078811,49.011247 92.143698,44.632531 C 96.945103,37.45042 93.288237,27.137344 88.876323,20.399742 C 81.135092,8.5919962 65.300885,5.0194752 52.174948,8.1325312 z " />
-    </g>
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.63842154;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
-       sodipodi:nodetypes="cccccccccccc"
-       id="path699"
-       d="M 319.16674,325.66524 L 432.27399,313.12251 L 422.57906,332.08242 L 484.9028,325.95688 C 484.9028,325.95688 494.59773,306.41369 495.05931,306.41369 C 495.52148,306.41369 517.68079,331.79078 517.68079,331.79078 C 517.68079,331.79078 465.51355,358.33479 465.05197,358.33479 C 465.51355,358.91808 474.74689,339.66616 474.74689,339.37453 L 402.72705,345.79207 L 412.42255,326.24852 L 309.01023,338.4996 L 319.16674,325.66524 z "
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="35.529999"
-       inkscape:export-ydpi="35.529999" />
-    <text
-       xml:space="preserve"
-       style="font-size:48px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont;font-stretch:normal;font-variant:normal;text-anchor:start;text-align:start;writing-mode:lr;line-height:125%"
-       x="140"
-       y="521.23737"
-       id="text7612"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="35.529999"
-       inkscape:export-ydpi="35.529999"><tspan
-         sodipodi:role="line"
-         id="tspan7614"
-         x="140"
-         y="521.23737">Server</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="763.75"
-       y="188.09448"
-       id="text7877"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="35.529999"
-       inkscape:export-ydpi="35.529999"><tspan
-         sodipodi:role="line"
-         id="tspan7879"
-         x="763.75"
-         y="188.09448">bzr commit --local</tspan><tspan
-         sodipodi:role="line"
-         x="763.75"
-         y="228.09448"
-         id="tspan7922" /></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="801.4375"
-       y="609.46948"
-       id="text7881"
-       sodipodi:linespacing="100%"><tspan
-         sodipodi:role="line"
-         id="tspan7883"
-         x="801.4375"
-         y="609.46948">bzr unbind</tspan><tspan
-         sodipodi:role="line"
-         x="801.4375"
-         y="641.46948"
-         id="tspan8507">bzr commit</tspan><tspan
-         sodipodi:role="line"
-         x="801.4375"
-         y="673.46948"
-         id="tspan8511">bzr bind</tspan></text>
-    <g
-       id="g7903"
-       transform="translate(21.8125,50.285718)">
-      <path
-         transform="matrix(0.5652174,0,0,0.5909091,121.25465,81.649039)"
-         d="M 340 221.23734 A 32.857143 31.428572 0 1 1  274.28571,221.23734 A 32.857143 31.428572 0 1 1  340 221.23734 z"
-         sodipodi:ry="31.428572"
-         sodipodi:rx="32.857143"
-         sodipodi:cy="221.23734"
-         sodipodi:cx="307.14285"
-         id="path7897"
-         style="fill:#000000"
-         sodipodi:type="arc" />
-      <text
-         sodipodi:linespacing="125%"
-         id="text7899"
-         y="225.53198"
-         x="286.3125"
-         style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-         xml:space="preserve"><tspan
-           y="225.53198"
-           x="286.3125"
-           id="tspan7901"
-           sodipodi:role="line">1</tspan></text>
-    </g>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="351.375"
-       y="272.69269"
-       id="text7908"
-       sodipodi:linespacing="100%"><tspan
-         sodipodi:role="line"
-         id="tspan7910"
-         x="351.375"
-         y="272.69269">bzr checkout</tspan></text>
-    <g
-       id="g7912"
-       transform="translate(438.71429,-31.85714)">
-      <path
-         transform="matrix(0.5652174,0,0,0.5909091,121.25465,81.649039)"
-         d="M 340 221.23734 A 32.857143 31.428572 0 1 1  274.28571,221.23734 A 32.857143 31.428572 0 1 1  340 221.23734 z"
-         sodipodi:ry="31.428572"
-         sodipodi:rx="32.857143"
-         sodipodi:cy="221.23734"
-         sodipodi:cx="307.14285"
-         id="path7914"
-         style="fill:#000000"
-         sodipodi:type="arc" />
-      <text
-         sodipodi:linespacing="125%"
-         id="text7916"
-         y="225.53198"
-         x="286.3125"
-         style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-         xml:space="preserve"><tspan
-           y="225.53198"
-           x="286.3125"
-           id="tspan7918"
-           sodipodi:role="line">2</tspan></text>
-    </g>
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.58159733;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
-       sodipodi:nodetypes="cccccccccccc"
-       id="path8495"
-       d="M 530.64409,443.90791 L 411.93077,455.56731 L 422.10621,437.94266 L 356.69344,443.63682 C 356.69344,443.63682 346.51796,461.80368 346.0335,461.80368 C 345.54844,461.80368 322.2908,438.21377 322.2908,438.21377 C 322.2908,438.21377 377.0437,413.53911 377.52817,413.53911 C 377.0437,412.99691 367.35272,430.89301 367.35272,431.16411 L 442.94217,425.19852 L 432.76613,443.36572 L 541.30393,431.97742 L 530.64409,443.90791 z " />
-    <g
-       id="g8497"
-       transform="translate(446.57144,390.28572)">
-      <path
-         transform="matrix(0.5652174,0,0,0.5909091,121.25465,81.649039)"
-         d="M 340 221.23734 A 32.857143 31.428572 0 1 1  274.28571,221.23734 A 32.857143 31.428572 0 1 1  340 221.23734 z"
-         sodipodi:ry="31.428572"
-         sodipodi:rx="32.857143"
-         sodipodi:cy="221.23734"
-         sodipodi:cx="307.14285"
-         id="path8499"
-         style="fill:#000000"
-         sodipodi:type="arc" />
-      <text
-         sodipodi:linespacing="125%"
-         id="text8501"
-         y="225.53198"
-         x="286.3125"
-         style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-         xml:space="preserve"><tspan
-           y="225.53198"
-           x="286.3125"
-           id="tspan8503"
-           sodipodi:role="line">2</tspan></text>
-    </g>
-    <g
-       id="g8513"
-       transform="translate(59.142865,311.71429)">
-      <path
-         transform="matrix(0.5652174,0,0,0.5909091,121.25465,81.649039)"
-         d="M 340 221.23734 A 32.857143 31.428572 0 1 1  274.28571,221.23734 A 32.857143 31.428572 0 1 1  340 221.23734 z"
-         sodipodi:ry="31.428572"
-         sodipodi:rx="32.857143"
-         sodipodi:cy="221.23734"
-         sodipodi:cx="307.14285"
-         id="path8515"
-         style="fill:#000000"
-         sodipodi:type="arc" />
-      <text
-         sodipodi:linespacing="125%"
-         id="text8517"
-         y="225.53198"
-         x="286.3125"
-         style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-         xml:space="preserve"><tspan
-           y="225.53198"
-           x="286.3125"
-           id="tspan8519"
-           sodipodi:role="line">3</tspan></text>
-    </g>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="389.375"
-       y="534.40698"
-       id="text8525"
-       sodipodi:linespacing="100%"><tspan
-         sodipodi:role="line"
-         id="tspan8527"
-         x="389.375"
-         y="534.40698">bzr commit</tspan></text>
-  </g>
-</svg>

=== removed file 'doc/ru/user-guide/images/workflows_peer.png'
Binary files old/doc/ru/user-guide/images/workflows_peer.png	2009-06-01 20:15:36 +0000 and new/doc/ru/user-guide/images/workflows_peer.png	1970-01-01 00:00:00 +0000 differ
=== removed file 'doc/ru/user-guide/images/workflows_peer.svg'
--- old/doc/ru/user-guide/images/workflows_peer.svg	2009-06-01 20:15:36 +0000
+++ new/doc/ru/user-guide/images/workflows_peer.svg	1970-01-01 00:00:00 +0000
@@ -1,1589 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://web.resource.org/cc/"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="1052.3622"
-   height="744.09448"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.45.1"
-   version="1.0"
-   sodipodi:docbase="/home/ian/Desktop/talk/workflows"
-   sodipodi:docname="workflows_peer.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_peer.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90">
-  <defs
-     id="defs4">
-    <radialGradient
-       xlink:href="#linearGradient5992"
-       r="33.156250"
-       inkscape:collect="always"
-       id="radialGradient6000"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,1.693685,0.000000,-197.9515)"
-       fy="285.36218"
-       fx="495.50000"
-       cy="285.36218"
-       cx="495.50000" />
-    <linearGradient
-       y2="187.57059"
-       y1="225.40080"
-       xlink:href="#linearGradient5963"
-       x2="458.91232"
-       x1="383.95898"
-       inkscape:collect="always"
-       id="linearGradient5969"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient3586">
-      <stop
-         style="stop-color:#000000;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop3588" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop3590" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5963">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop5965" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop5967" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5992">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop5994" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop5996" />
-    </linearGradient>
-    <linearGradient
-       y2="-0.45783132"
-       y1="3.3012049"
-       xlink:href="#linearGradient893"
-       x2="0.92957747"
-       x1="-2.3960868e-17"
-       id="linearGradient4284" />
-    <linearGradient
-       y2="-0.033519555"
-       y1="2.0837989"
-       xlink:href="#linearGradient893"
-       x2="0.99074072"
-       x1="-0.77314812"
-       id="linearGradient4283" />
-    <linearGradient
-       y2="1.8771822"
-       y1="-0.033741195"
-       xlink:href="#linearGradient902"
-       x2="0.48453596"
-       x1="0.47041038"
-       id="linearGradient2740"
-       gradientTransform="scale(0.997153,1.002855)" />
-    <linearGradient
-       y2="1.9025002"
-       y1="-0.043652620"
-       xlink:href="#linearGradient902"
-       x2="0.48481107"
-       x1="0.47042510"
-       id="linearGradient1506"
-       gradientTransform="scale(0.995847,1.004170)" />
-    <linearGradient
-       y2="1.8570156"
-       y1="-0.024853170"
-       xlink:href="#linearGradient902"
-       x2="0.48548824"
-       x1="0.47157744"
-       id="linearGradient1505"
-       gradientTransform="scale(0.997825,1.002180)" />
-    <linearGradient
-       y2="182.99154"
-       y1="169.09755"
-       xlink:href="#linearGradient892"
-       x2="88.996957"
-       x1="88.755695"
-       id="linearGradient1404"
-       gradientTransform="scale(1.3695887,0.7301462)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient1317"
-       r="0.34964636"
-       id="radialGradient1316"
-       fy="0.18269235"
-       fx="0.50352114"
-       cy="0.50000006"
-       cx="0.50000000" />
-    <radialGradient
-       xlink:href="#linearGradient1317"
-       r="0.41197181"
-       id="radialGradient1315"
-       fy="0.26666668"
-       fx="0.47535211"
-       cy="0.53333336"
-       cx="0.47887325" />
-    <linearGradient
-       y2="173.03153"
-       y1="177.77768"
-       xlink:href="#linearGradient902"
-       x2="95.100155"
-       x1="101.10657"
-       id="linearGradient1171"
-       gradientTransform="scale(1.3601783,0.7351977)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="1.8378206"
-       y1="-0.016295359"
-       xlink:href="#linearGradient902"
-       x2="0.48655096"
-       x1="0.47284532"
-       id="linearGradient1170"
-       gradientTransform="scale(0.998371,1.001632)" />
-    <linearGradient
-       y2="81.477602"
-       y1="224.57898"
-       xlink:href="#linearGradient893"
-       x2="74.533693"
-       x1="146.69923"
-       id="linearGradient1169"
-       gradientTransform="scale(1.1870691,0.842411)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="133.54711"
-       y1="228.39311"
-       xlink:href="#linearGradient888"
-       x2="88.447016"
-       x1="141.60217"
-       id="linearGradient1167"
-       gradientTransform="scale(1.1838753,0.8446836)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="148.78619"
-       y1="131.25248"
-       xlink:href="#linearGradient1317"
-       x2="107.04918"
-       x1="111.49758"
-       id="linearGradient1166"
-       gradientTransform="scale(1.223869,0.8170809)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="176.28694"
-       y1="269.85831"
-       xlink:href="#linearGradient888"
-       x2="-16.224496"
-       x1="51.460928"
-       id="linearGradient1157"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="234.26866"
-       y1="178.48862"
-       xlink:href="#linearGradient888"
-       x2="25.220815"
-       x1="25.220815"
-       id="linearGradient1156"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="105.42543"
-       y1="76.277559"
-       xlink:href="#linearGradient892"
-       x2="8.346058"
-       x1="35.190362"
-       id="linearGradient1150"
-       gradientTransform="scale(1.3283861,0.7527932)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="20.481863"
-       y1="49.507656"
-       xlink:href="#linearGradient892"
-       x2="70.224305"
-       x1="39.690614"
-       id="linearGradient1148"
-       gradientTransform="scale(1.329144,0.7523639)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="113.71949"
-       y1="90.197025"
-       xlink:href="#linearGradient892"
-       x2="17.876529"
-       x1="39.810948"
-       id="linearGradient1146"
-       gradientTransform="scale(1.3207392,0.7571517)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="251.21892"
-       y1="203.499"
-       xlink:href="#linearGradient892"
-       x2="31.617281"
-       x1="31.449743"
-       id="linearGradient1144"
-       gradientTransform="scale(2.1051174,0.4750329)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="-0.45783132"
-       y1="3.3012049"
-       xlink:href="#linearGradient888"
-       x2="0.92957747"
-       x1="0.00000000"
-       id="linearGradient1141" />
-    <linearGradient
-       y2="232.24952"
-       y1="110.4447"
-       xlink:href="#linearGradient888"
-       x2="41.967061"
-       x1="45.685757"
-       id="linearGradient1140"
-       gradientTransform="scale(1.9102155,0.5235012)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="75.912531"
-       y1="375.92199"
-       xlink:href="#linearGradient1806"
-       x2="-268.25407"
-       x1="-249.72067"
-       id="linearGradient1138"
-       gradientTransform="scale(1.087146,0.9198397)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient1133"
-       r="68.589222"
-       id="radialGradient1132"
-       fy="39.288476"
-       fx="72.107883"
-       cy="56.485935"
-       cx="60.004654"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="11.699047"
-       y1="208.43991"
-       xlink:href="#linearGradient888"
-       x2="95.644441"
-       x1="-77.726178"
-       id="linearGradient905"
-       gradientTransform="scale(1.0964158,0.9120627)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       xlink:href="#linearGradient1806"
-       id="linearGradient901" />
-    <linearGradient
-       y2="91.07699"
-       y1="-3.9104078"
-       xlink:href="#linearGradient888"
-       x2="27.674331"
-       x1="92.437968"
-       id="linearGradient891"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient888">
-      <stop
-         style="stop-color:#626262;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop889" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop890" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient892">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.00000000;"
-         offset="0.00000000"
-         id="stop893" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop894" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient902">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.00000000;"
-         offset="0.00000000"
-         id="stop903" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.22000000;"
-         offset="1.0000000"
-         id="stop904" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1098">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1.0000000;"
-         offset="0.00000000"
-         id="stop1099" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.22314049;"
-         offset="0.50000000"
-         id="stop1101" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.00000000;"
-         offset="0.59930235"
-         id="stop1102" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.60330576;"
-         offset="1.0000000"
-         id="stop1100" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1133">
-      <stop
-         style="stop-color:#8bb7df;stop-opacity:1.0000000;"
-         offset="0.00000000"
-         id="stop1134" />
-      <stop
-         style="stop-color:#2a6092;stop-opacity:1.0000000;"
-         offset="0.76209301"
-         id="stop1136" />
-      <stop
-         style="stop-color:#375e82;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop1135" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1317">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52892560;"
-         offset="0.00000000"
-         id="stop1318" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.17355372;"
-         offset="0.50000000"
-         id="stop1320" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.00000000;"
-         offset="1.0000000"
-         id="stop1319" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient893">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop895" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop896" />
-    </linearGradient>
-    <radialGradient
-       xlink:href="#linearGradient1806"
-       r="11.574221"
-       id="radialGradient1977"
-       fy="39.410465"
-       fx="42.280806"
-       cy="39.007645"
-       cx="42.007257"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient1806">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.35051546;"
-         offset="0.0000000"
-         id="stop1807" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.13402061;"
-         offset="0.64999998"
-         id="stop3276" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop1808" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5281"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5283"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5285"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="5.5130484"
-       inkscape:collect="always"
-       id="radialGradient1828"
-       fy="61.38567"
-       fx="86.542037"
-       cy="61.38567"
-       cx="86.542037"
-       gradientTransform="matrix(-0.8164966,0,0,1.2247449,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="11.123441"
-       inkscape:collect="always"
-       id="radialGradient1824"
-       fy="58.887858"
-       fx="118.06427"
-       cy="58.54025"
-       cx="117.17439"
-       gradientTransform="matrix(-0.6229142,0,0,1.6053575,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="22.00904"
-       inkscape:collect="always"
-       id="radialGradient1822"
-       fy="87.892895"
-       fx="45.50637"
-       cy="88.322677"
-       cx="45.139623"
-       gradientTransform="matrix(-1.0914815,0,0,0.9161859,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="18.836343"
-       inkscape:collect="always"
-       id="radialGradient1818"
-       fy="33.351633"
-       fx="48.40165"
-       cy="32.467054"
-       cx="48.40165"
-       gradientTransform="matrix(-1.1146027,0,0,0.8971807,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="74.834393"
-       y1="57.093738"
-       xlink:href="#linearGradient4376"
-       x2="50.203204"
-       x1="50.52668"
-       inkscape:collect="always"
-       id="linearGradient1815"
-       gradientTransform="matrix(-1.3516689,0,0,0.7398261,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient4384">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop4385" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4386" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4376">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop4377" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4378" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4362">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop4363" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4364" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4358">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop4359" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop4360" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="radialGradient5536"
-       gradientUnits="userSpaceOnUse"
-       cx="42.007257"
-       cy="39.007645"
-       fx="42.280806"
-       fy="39.410465"
-       r="11.574221" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5538"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5540"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5542"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5544"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5546"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       x1="25.220815"
-       y1="178.48862"
-       x2="25.220815"
-       y2="234.26866" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5548"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       x1="51.460928"
-       y1="269.85831"
-       x2="-16.224496"
-       y2="176.28694" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient893"
-       id="linearGradient5550"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.1870691,0.842411)"
-       x1="146.69923"
-       y1="224.57898"
-       x2="74.533693"
-       y2="81.477602" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5552"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.9102155,0.5235012)"
-       x1="45.685757"
-       y1="110.4447"
-       x2="41.967061"
-       y2="232.24952" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5554"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.0964158,0.9120627)"
-       x1="-77.726178"
-       y1="208.43991"
-       x2="95.644441"
-       y2="11.699047" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1133"
-       id="radialGradient5556"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       cx="60.004654"
-       cy="56.485935"
-       fx="72.107883"
-       fy="39.288476"
-       r="68.589222" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5558"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       x1="92.437968"
-       y1="-3.9104078"
-       x2="27.674331"
-       y2="91.07699" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5560"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3207392,0.7571517)"
-       x1="39.810948"
-       y1="90.197025"
-       x2="17.876529"
-       y2="113.71949" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5562"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.329144,0.7523639)"
-       x1="39.690614"
-       y1="49.507656"
-       x2="70.224305"
-       y2="20.481863" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5564"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3283861,0.7527932)"
-       x1="35.190362"
-       y1="76.277559"
-       x2="8.346058"
-       y2="105.42543" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5566"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.1838753,0.8446836)"
-       x1="141.60217"
-       y1="228.39311"
-       x2="88.447016"
-       y2="133.54711" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient902"
-       id="linearGradient5568"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3601783,0.7351977)"
-       x1="101.10657"
-       y1="177.77768"
-       x2="95.100155"
-       y2="173.03153" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5570"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3695887,0.7301462)"
-       x1="88.755695"
-       y1="169.09755"
-       x2="88.996957"
-       y2="182.99154" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1317"
-       id="linearGradient5572"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.223869,0.8170809)"
-       x1="111.49758"
-       y1="131.25248"
-       x2="107.04918"
-       y2="148.78619" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5574"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.1051174,0.4750329)"
-       x1="31.449743"
-       y1="203.499"
-       x2="31.617281"
-       y2="251.21892" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5714"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="39.648127"
-       inkscape:collect="always"
-       id="radialGradient2797"
-       fy="101.92288"
-       fx="50.092871"
-       cy="102.70191"
-       cx="49.760482"
-       gradientTransform="scale(1.1222336,0.8910801)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="35.284406"
-       inkscape:collect="always"
-       id="radialGradient2791"
-       fy="32.061308"
-       fx="81.553592"
-       cy="33.402904"
-       cx="80.599566"
-       gradientTransform="scale(0.8352269,1.1972794)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="67.164412"
-       y1="53.505203"
-       xlink:href="#linearGradient4376"
-       x2="63.804663"
-       x1="64.786456"
-       inkscape:collect="always"
-       id="linearGradient2789"
-       gradientTransform="scale(1.1424512,0.8753109)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient6015">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop6017" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6019" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6009">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop6011" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6013" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6003">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop6005" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6007" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5997">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop5999" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop6001" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient6037"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       y2="0.46093750"
-       y1="0.46093750"
-       xlink:href="#linearGradient650"
-       x2="1.16666818"
-       x1="1.22222710"
-       spreadMethod="repeat"
-       id="linearGradient654"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       y2="0.53906250"
-       y1="0.53125000"
-       xlink:href="#linearGradient650"
-       x2="1.16666901"
-       x1="1.00000548"
-       spreadMethod="repeat"
-       id="linearGradient653"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       id="linearGradient650">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop651" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop652" />
-    </linearGradient>
-    <linearGradient
-       y2="0.46093750"
-       y1="0.46093750"
-       xlink:href="#linearGradient650"
-       x2="1.16666818"
-       x1="1.22222710"
-       spreadMethod="repeat"
-       id="linearGradient9648"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       y2="0.53906250"
-       y1="0.53125000"
-       xlink:href="#linearGradient650"
-       x2="1.16666901"
-       x1="1.00000548"
-       spreadMethod="repeat"
-       id="linearGradient9646"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       id="linearGradient9640">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop9642" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop9644" />
-    </linearGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     gridtolerance="10000"
-     guidetolerance="10"
-     objecttolerance="10"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1"
-     inkscape:cx="536.99132"
-     inkscape:cy="369.73871"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     width="1052.3622px"
-     height="744.09448px"
-     showgrid="true"
-     inkscape:window-width="1759"
-     inkscape:window-height="875"
-     inkscape:window-x="0"
-     inkscape:window-y="25" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <g
-       id="g5256"
-       transform="translate(601.5744,309.49165)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157">
-      <path
-         transform="matrix(6.392368,0.545409,-0.130014,2.864752,-184.6606,-38.15109)"
-         style="fill:url(#radialGradient1977);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:type="arc"
-         sodipodi:ry="12.562782"
-         sodipodi:rx="12.562782"
-         sodipodi:cy="37.865574"
-         sodipodi:cx="41.875938"
-         id="path1976"
-         d="M 54.438721 37.865574 A 12.562782 12.562782 0 1 1  29.313156,37.865574 A 12.562782 12.562782 0 1 1  54.438721 37.865574 z" />
-      <g
-         transform="matrix(1,0,0,1.036969,356.8306,-11.4294)"
-         style="fill:url(#linearGradient6037);fill-opacity:1"
-         id="g4293">
-        <path
-           style="fill:url(#linearGradient5281);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path2720"
-           d="M -270.85787,33.814995 C -289.35564,33.925992 -307.93321,33.592782 -326.38104,33.981747 C -331.43469,35.696391 -331.02221,41.899652 -330.68524,46.15332 C -330.75782,60.227303 -330.53537,74.298225 -330.21167,88.36826 C -328.21297,91.039611 -323.21766,90.618387 -322.68469,94.539015 C -320.78054,96.259426 -317.05071,94.88215 -314.4389,95.333237 C -298.54999,95.360274 -282.66107,95.387302 -266.77215,95.414339 C -266.35587,90.465192 -260.12609,88.824447 -255.81783,89.540255 C -256.01688,89.058389 -261.69557,87.939375 -259.61591,84.491525 C -259.45681,68.72727 -259.19734,52.882199 -259.82064,37.168229 C -261.19394,32.980583 -267.34179,33.83368 -270.85787,33.814995 z M -236.65184,97.260473 C -234.79025,100.12642 -237.08724,103.09386 -239.92892,104.16357 C -242.6311,105.91539 -245.59105,107.62992 -248.52894,108.76804 C -253.1773,108.19079 -251.42424,101.88475 -255.01281,99.896645 C -260.33594,96.447012 -267.21045,98.43943 -273.23329,97.939231 C -291.8249,97.94887 -310.41651,97.958519 -329.00813,97.968158 C -335.45898,103.56578 -339.16595,111.40269 -341.55034,119.32178 C -337.25147,124.2061 -329.89606,122.27575 -324.10438,122.40002 C -298.64553,122.23171 -273.11679,122.61546 -247.69897,122.24542 C -243.40174,121.14669 -247.44685,114.84894 -243.58488,113.04441 C -242.73865,112.73374 -247.81245,114.4382 -247.26205,111.62955 C -245.49117,106.66028 -239.14113,105.99595 -235.92338,102.36811 C -234.39131,99.755669 -236.26958,96.922488 -238.33047,95.260495 C -237.77093,95.927151 -237.21138,96.593817 -236.65184,97.260473 z M -240.64255,111.75263 C -243.64086,113.13223 -237.02792,110.69536 -235.55512,111.97369 C -229.71113,112.74417 -224.16461,117.19625 -218.12358,115.22951 C -225.97639,116.31604 -232.799,109.03014 -240.64255,111.75263 z M -212.01083,112.33724 C -215.98173,113.85021 -208.21543,112.17765 -210.07883,115.87566 C -212.50961,119.93855 -206.99008,113.8662 -209.61436,112.54677 C -210.16198,111.94632 -211.27989,112.47663 -212.01083,112.33724 z M -213.97451,120.82946 C -220.13871,124.32615 -228.37873,119.08124 -233.85995,124.39439 C -238.36465,128.00055 -244.57099,130.35185 -247.0433,135.75122 C -247.65922,139.60202 -243.25109,141.90251 -240.44565,143.71808 C -235.60127,146.54512 -228.8227,145.75388 -225.20082,141.42836 C -220.62679,137.96117 -216.44182,134.08489 -212.48592,129.96782 C -212.82701,126.95048 -214.43694,123.63971 -213.97451,120.82946 z " />
-        <path
-           style="fill:url(#linearGradient5283);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path2723"
-           d="M -269.68453,32.256957 C -288.76965,32.351184 -307.87514,32.249603 -326.94796,32.349264 C -332.63884,33.663474 -333.90446,40.291305 -333.21597,45.149113 C -333.11996,59.896901 -333.07471,74.659754 -332.61729,89.39481 C -331.88583,93.310348 -324.86009,92.098674 -325.11097,96.44089 C -328.07184,96.184706 -331.5534,96.317135 -333.07248,99.246492 C -338.92562,104.98392 -341.99312,112.66465 -344.27268,120.28679 C -340.22572,125.96631 -332.26467,125.31453 -326.02946,124.71751 C -300.16629,124.7277 -274.28316,124.82043 -248.43245,124.77905 C -244.42424,124.78686 -243.30672,120.35609 -243.96666,117.2099 C -242.88598,112.93536 -237.04086,113.94554 -233.80717,114.98513 C -228.01851,116.64297 -221.26418,120.43074 -215.57982,116.37592 C -211.36091,113.71809 -213.05678,118.4029 -215.77936,119.43344 C -220.82539,122.25797 -227.09125,118.98178 -232.39677,121.20855 C -236.53238,123.88957 -240.74707,126.85249 -244.76678,129.74666 C -248.34219,132.01467 -251.90947,137.38626 -248.13747,140.97315 C -243.79274,146.02948 -236.37425,149.4527 -229.68248,147.08651 C -225.09383,144.85973 -221.79206,140.75401 -217.61535,137.88661 C -215.10454,135.69469 -212.49235,133.26839 -210.83749,130.50207 C -210.86477,126.92195 -214.68529,121.91303 -210.252,119.57013 C -207.25619,117.95208 -205.81053,112.12098 -209.75314,110.87946 C -214.16982,109.44692 -216.95156,115.09837 -221.43751,113.68608 C -228.47365,112.76758 -235.5565,107.20489 -242.69931,110.72434 C -246.89551,113.06547 -243.47174,109.4356 -241.45524,108.56544 C -237.85613,106.84628 -232.73147,104.36798 -233.94637,99.617708 C -234.27189,95.083838 -239.22223,93.197522 -242.95318,91.723135 C -247.61613,89.074942 -253.27003,89.345117 -258.06082,86.933298 C -257.89248,70.385101 -257.58805,53.76423 -258.26571,37.261116 C -259.2092,32.393288 -265.59824,31.96057 -269.68453,32.256957 z M -258.66259,91.764016 C -251.5059,92.239344 -243.21163,93.474137 -238.58238,99.271629 C -238.96251,103.06003 -244.00295,103.80224 -246.52821,106.14082 C -248.92267,108.48087 -251.12372,105.80503 -251.02958,103.27159 C -252.70852,98.336432 -258.20582,95.710815 -263.31841,96.533197 C -267.00561,96.7255 -263.71935,91.937514 -261.395,92.380192 C -260.48382,92.178338 -259.57521,91.953759 -258.66259,91.764016 z " />
-        <path
-           style="fill:url(#linearGradient5285);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           sodipodi:nodetypes="ccccczccccccccccccccccccczccccc"
-           id="path2737"
-           d="M -324.0398,30.70877 C -336.3492,30.820231 -335.15663,39.652507 -334.79476,45.313268 C -334.5469,60.436643 -334.38614,75.599009 -334.01234,90.698281 C -333.20516,93.057424 -330.71249,93.985661 -328.75475,95.252079 C -334.4553,96.476239 -336.96996,102.43195 -340.11175,106.59303 C -342.33294,111.36531 -347.84019,115.92868 -345.92111,121.43642 C -344.00204,126.94416 -332.21757,127.68181 -324.95408,127.12866 C -299.06901,127.09789 -273.17022,127.14905 -247.29372,127.06713 C -243.29961,126.16956 -240.99668,122.03601 -241.4977,118.23645 C -238.30082,114.95371 -233.32521,118.03039 -229.53292,118.63002 C -225.71641,119.31313 -232.5646,119.27527 -233.19362,120.54849 C -238.23604,122.95799 -242.6166,126.65447 -246.90973,130.10509 C -250.44674,132.97354 -252.4229,138.10741 -249.57412,142.08235 C -246.21315,145.92284 -241.41489,148.84284 -236.30395,149.79628 C -230.65487,150.83779 -225.57101,147.82678 -221.6157,144.24077 C -216.87391,140.59839 -212.0873,136.78287 -208.84361,131.80554 C -207.76302,128.26399 -211.47449,123.86671 -208.08348,121.09796 C -204.93438,118.46115 -204.06893,113.02076 -207.41836,110.2673 C -212.81988,106.81278 -218.36682,114.55112 -223.89705,111.29128 C -227.94209,110.1659 -231.91311,108.52596 -236.17676,108.45194 C -231.52711,105.88023 -229.62903,98.782331 -234.08944,95.153402 C -239.61551,89.404431 -248.455,88.793917 -255.40182,85.744487 C -255.86992,78.940296 -255.53665,71.972758 -255.70928,65.098797 C -255.80747,55.730822 -255.73864,46.312632 -255.94025,36.975777 C -258.03631,31.236293 -265.34014,30.439522 -270.76286,30.729689 C -289.40725,30.770714 -311.88665,30.597309 -324.0398,30.70877 z M -255.46516,94.482857 C -250.34561,95.62106 -244.69322,96.21649 -240.83258,100.05203 C -242.37635,102.55028 -245.27573,103.64481 -247.80048,104.97505 C -249.71506,99.684643 -254.39847,94.970039 -260.51378,95.138259 C -260.66903,94.131274 -256.73261,94.551178 -255.46516,94.482857 z " />
-      </g>
-      <rect
-         y="78.658051"
-         x="33.326111"
-         width="57.567924"
-         style="fill:url(#linearGradient1156);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1157);stroke-width:1.44734821pt"
-         id="rect1155"
-         height="8.3153667" />
-      <path
-         style="fill:url(#linearGradient1169);fill-rule:evenodd;stroke-width:0.90459263;stroke-opacity:0.07438019"
-         sodipodi:nodetypes="czzczczzzzzzzc"
-         id="path2676"
-         d="M 98.723806,78.927818 C 95.18666,77.759681 93.50122,82.555591 98.766686,81.004087 C 104.03217,79.452583 120.13123,85.906451 120.37383,89.795491 C 120.61643,93.905503 101.5003,98.581154 106.74108,104.42426 C 111.62816,110.70149 115.35468,100.13868 123.54696,104.21261 C 131.73923,108.17607 136.26048,109.72394 142.25488,104.94185 C 149.10027,101.9342 145.04599,107.07658 139.57918,113.60451 C 134.11237,120.13244 144.00251,115.08156 147.91225,105.31962 C 151.93248,95.557673 139.13128,107.33503 133.66268,105.40571 C 128.19408,103.47639 119.73678,97.849788 113.27625,102.55563 C 106.81572,107.26147 109.62894,99.493003 114.85637,97.90307 C 120.0838,96.092166 122.81363,93.045722 122.85597,90.161522 C 122.89831,87.498293 117.92629,84.811803 112.94229,82.402852 C 107.73732,79.993901 100.49788,78.588966 98.723806,78.927818 z " />
-      <path
-         style="fill:url(#linearGradient1140);fill-opacity:1;fill-rule:evenodd;stroke-width:1.44734821pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path1139"
-         d="M 15.102732,106.80712 C 13.80355,109.23224 17.148847,113.52338 19.900059,113.52338 L 107.85106,113.52338 C 110.18914,113.52338 113.70766,110.4906 112.64839,108.40622 L 102.7339,88.897093 C 101.97024,87.394398 100.26184,86.65834 98.576216,86.65834 L 28.215425,86.658339 C 26.825434,86.658339 25.353768,87.671846 24.697385,88.897093 L 15.102732,106.80712 z " />
-      <rect
-         y="22.413721"
-         x="26.015469"
-         width="72.279724"
-         style="fill:url(#linearGradient905);fill-opacity:1;fill-rule:evenodd;stroke-width:1.62826681"
-         ry="5.4369707"
-         rx="5.4369707"
-         id="rect1137"
-         height="60.126495" />
-      <rect
-         y="31.695871"
-         x="33.386066"
-         width="58.178177"
-         style="fill:url(#radialGradient1132);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient891);stroke-width:1.4649456pt"
-         id="rect1131"
-         height="38.044163" />
-      <path
-         style="fill:url(#linearGradient1146);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzccccc"
-         id="path1145"
-         d="M 27.690431,52.841444 L 27.370609,74.749236 C 27.319624,78.241665 29.310209,80.477938 32.807578,80.506029 L 72.625393,80.825852 L 76.463254,71.87084 L 32.008024,71.55102 L 31.688202,52.681533 L 27.690431,52.841444 z " />
-      <g
-         transform="matrix(-1,0,0,1,125.4301,0)"
-         id="g1791">
-        <path
-           style="fill:url(#linearGradient1148);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path1147"
-           d="M 42.062098,33.460351 L 77.341205,33.008055 C 82.787126,32.938235 89.553204,38.416797 89.553204,43.863165 L 89.553204,60.14583 L 41.609801,59.693534 L 42.062098,33.460351 z " />
-        <path
-           style="fill:url(#linearGradient1150);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path1149"
-           d="M 78.337784,67.629235 L 46.723745,67.724544 C 41.843589,67.739257 35.829319,62.771024 35.877168,57.891081 L 36.020221,43.301821 L 78.973514,44.128288 L 78.337784,67.629235 z " />
-      </g>
-      <path
-         style="fill:url(#linearGradient1167);fill-opacity:1;fill-rule:evenodd;stroke-width:0.72367412;stroke-opacity:0.34710741"
-         sodipodi:nodetypes="cczzzzzzc"
-         id="path1159"
-         d="M 137.39107,112.02341 C 137.39107,112.02341 129.0757,110.26438 123.63872,113.62251 C 118.20176,116.98064 109.96635,123.21719 108.76702,124.81628 C 107.40777,126.57531 107.42036,130.22796 109.24674,131.53253 L 114.84364,135.53031 C 118.31797,138.01198 124.86218,139.25396 128.11624,136.48978 L 142.98795,123.85681 C 144.79792,122.3193 145.72732,118.27921 144.10733,116.82073 C 142.95609,115.04975 140.4892,112.91939 137.39107,112.02341 z " />
-      <path
-         style="fill:url(#linearGradient1171);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzc"
-         id="path1160"
-         d="M 142.3483,121.13833 L 125.91043,133.59673 C 122.97154,135.82414 118.65484,134.11775 116.28283,133.77129 C 113.9108,133.42481 111.88528,131.87901 112.12516,132.33209 C 112.36503,132.78517 115.08349,135.71687 117.72203,136.48978 C 120.36055,137.26267 124.9543,138.89307 127.50953,136.15531 C 130.06477,133.41755 145.2267,123.53699 142.3483,121.13833 z " />
-      <path
-         style="fill:url(#linearGradient1404);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="cczc"
-         id="path1403"
-         d="M 132.11225,127.51984 C 135.31047,122.88242 120.11893,113.12786 109.08509,127.0401 C 110.20446,130.71805 116.80662,132.5992 121.82304,132.33547 C 126.68363,132.07993 129.50037,129.97181 132.11225,127.51984 z " />
-      <path
-         style="fill:url(#linearGradient1166);fill-opacity:1;fill-rule:evenodd;stroke-width:1.08551121"
-         sodipodi:nodetypes="cccccccc"
-         id="path1519"
-         d="M 138.63464,112.68306 C 135.9958,113.22749 132.31739,114.43079 129.87534,116.38362 C 128.77009,115.68011 125.32759,114.5677 123.66767,113.84494 L 123.24572,114.10517 C 129.67287,117.23476 136.43512,117.91249 135.88192,122.87668 C 136.33675,122.98575 137.05589,123.09702 136.73191,122.38863 C 136.41775,118.90392 132.50587,117.23351 131.02697,116.81532 C 133.17224,114.26602 136.255,113.70892 138.63464,112.68306 z " />
-      <path
-         style="fill:url(#linearGradient1144);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path1143"
-         d="M 18.891612,106.48414 C 17.978451,108.31614 19.173914,111.55774 22.263529,111.55774 L 105.0195,111.55774 C 106.66288,111.55774 109.13595,109.26672 108.39142,107.69215 L 101.42279,92.954575 C 100.88602,91.819403 99.685232,91.263378 98.500462,91.263378 L 28.108183,91.263369 C 27.131195,91.263369 26.0968,92.028994 25.635445,92.954575 L 18.891612,106.48414 z " />
-      <text
-         y="-14.660837"
-         xml:space="preserve"
-         x="6.147172"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text1232"><tspan
-           id="tspan1233">Computer</tspan></text>
-      <text
-         y="-34.951134"
-         xml:space="preserve"
-         x="84.564949"
-         transform="scale(0.246729,0.246729)"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text1235"><tspan
-           id="tspan1236">Created by Andrew Fitzsimon</tspan></text>
-    </g>
-    <g
-       id="g5474"
-       transform="translate(541.63525,501.49239)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157">
-      <path
-         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path9383"
-         d="M 203.47051,-209.74941 C 198.72111,-204.56585 195.69876,-195.27863 189.00642,-195.27863 C 182.52997,-197.07848 181.66644,-212.48518 180.80291,-215.7969 C 188.1429,-210.75732 195.69876,-207.87757 203.47051,-209.74941 z " />
-      <path
-         transform="matrix(-0.440859,0,0,0.441062,265.52775,-266.17138)"
-         style="fill:#f1bb96;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:type="arc"
-         sodipodi:ry="57.825485"
-         sodipodi:rx="60.94183"
-         sodipodi:cy="70.290855"
-         sodipodi:cx="150.27701"
-         id="path3713"
-         d="M 211.21884 70.290855 A 60.94183 57.825485 0 1 1  89.335178,70.290855 A 60.94183 57.825485 0 1 1  211.21884 70.290855 z" />
-      <path
-         style="fill:#233e6a;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccssssc"
-         id="path4369"
-         d="M 232.46888,-182.94274 C 232.85952,-157.74648 168.23012,-154.86512 168.38642,-182.94274 C 166.84164,-205.27149 177.94687,-217.96719 180.70654,-215.80872 C 182.10778,-214.71274 182.62841,-190.37295 192.09635,-195.9716 C 196.69923,-198.69339 201.84768,-209.14846 204.10029,-209.49532 C 207.49937,-210.01873 214.00811,-212.77083 219.98583,-217.92153 C 221.55412,-219.27285 231.93943,-205.38255 232.46888,-182.94274 z " />
-      <path
-         style="fill:#513624;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path11309"
-         d="M 204.55432,-273.85152 C 222.46413,-271.53047 237.32676,-259.28175 231.38357,-231.42099 C 229.66954,-221.67743 222.12426,-217.60887 219.35537,-236.36962 C 211.4578,-233.88387 177.25785,-223.92576 170.54948,-241.26677 C 166.55631,-248.43407 174.86257,-276.23329 204.55432,-273.85152 z " />
-      <path
-         style="fill:#1f4eb3;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path11942"
-         d="M 191.92173,-167.75448 C 192.06919,-184.44566 194.18855,-193.73288 188.47558,-194.95709 C 182.9785,-195.85052 179.91138,-176.52634 179.04785,-173.21462 C 175.85958,-157.19769 189.53653,-154.44605 191.92173,-167.75448 z " />
-      <path
-         style="fill:url(#linearGradient1815);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path1811"
-         d="M 172.67812,-237.76056 C 182.56217,-225.58826 212.09549,-234.15979 219.36562,-236.44806 C 220.33459,-229.88278 221.90014,-226.25074 223.58437,-224.54181 C 219.31219,-215.8234 210.06249,-209.76056 199.27187,-209.76056 C 184.44142,-209.76056 172.42812,-221.18201 172.42812,-235.26056 C 172.42812,-236.11869 172.59078,-236.92413 172.67812,-237.76056 z " />
-      <path
-         style="fill:url(#radialGradient1818);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1817"
-         d="M 203.17522,-273.74212 C 221.08504,-271.42107 235.94766,-259.17235 230.00448,-231.31159 C 228.29044,-221.56803 220.74517,-217.49946 217.97627,-236.26022 C 210.0787,-233.77447 175.87876,-223.81635 169.17039,-241.15737 C 165.17722,-248.32467 173.48348,-276.12389 203.17522,-273.74212 z " />
-      <path
-         style="fill:url(#radialGradient1822);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path1819"
-         d="M 220.74123,-214.1875 C 227.87764,-203.73841 231.28831,-190.18836 229.45998,-177.71875 C 222.3997,-165.39834 205.93726,-163.52328 193.05373,-164.75 C 194.11526,-173.29796 194.69425,-182.39807 193.51876,-190.98978 C 191.02311,-195.41909 199.33209,-197.29913 200.39748,-201.6875 C 203.70655,-208.92744 212.80427,-208.10966 218.04988,-213.3696 C 218.9201,-213.57294 220.00051,-215.94141 220.74123,-214.1875 z M 179.55373,-210.28125 C 180.69974,-204.97453 181.23339,-199.24919 184.58498,-194.75 C 179.40159,-187.81847 178.05976,-178.63643 176.67873,-170.28125 C 167.10271,-177.01707 169.81568,-190.62142 172.02963,-200.39411 C 173.03008,-204.26346 176.36728,-212.34166 179.19382,-211.77772 C 179.27177,-211.45363 179.5117,-210.45598 179.55373,-210.28125 z " />
-      <path
-         style="fill:url(#radialGradient1824);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path1823"
-         d="M 192.35803,-167.43887 C 192.50549,-184.13006 194.62485,-193.41727 188.91188,-194.64149 C 183.4148,-195.53491 180.34768,-176.21073 179.48415,-172.89901 C 176.29589,-156.88208 189.97283,-154.13044 192.35803,-167.43887 z " />
-      <path
-         style="fill:#1f4eb3;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1825"
-         d="M 185.2414,-200.53324 C 185.2414,-197.95291 187.25802,-195.85872 189.74278,-195.85872 C 192.22755,-195.85872 194.24417,-197.95291 194.24417,-200.53324 C 194.24417,-203.11357 193.61259,-209.36288 191.12783,-209.36288 C 188.64306,-209.36288 185.2414,-203.11357 185.2414,-200.53324 z " />
-      <path
-         style="fill:url(#radialGradient1828);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1827"
-         d="M 186.28018,-201.05263 C 186.28018,-198.4723 188.2968,-196.37811 190.78156,-196.37811 C 193.26633,-196.37811 195.28295,-198.4723 195.28295,-201.05263 C 195.28295,-203.63296 194.65137,-209.88227 192.16661,-209.88227 C 189.68184,-209.88227 186.28018,-203.63296 186.28018,-201.05263 z " />
-    </g>
-    <g
-       id="g5488"
-       transform="translate(111.5744,317.66157)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157">
-      <path
-         transform="matrix(6.392368,0.545409,-0.130014,2.864752,-184.6606,-38.15109)"
-         style="fill:url(#radialGradient5536);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:type="arc"
-         sodipodi:ry="12.562782"
-         sodipodi:rx="12.562782"
-         sodipodi:cy="37.865574"
-         sodipodi:cx="41.875938"
-         id="path5490"
-         d="M 54.438721 37.865574 A 12.562782 12.562782 0 1 1  29.313156,37.865574 A 12.562782 12.562782 0 1 1  54.438721 37.865574 z" />
-      <g
-         transform="matrix(1,0,0,1.036969,356.8306,-11.4294)"
-         style="fill:url(#linearGradient5538);fill-opacity:1"
-         id="g5492">
-        <path
-           style="fill:url(#linearGradient5540);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path5494"
-           d="M -270.85787,33.814995 C -289.35564,33.925992 -307.93321,33.592782 -326.38104,33.981747 C -331.43469,35.696391 -331.02221,41.899652 -330.68524,46.15332 C -330.75782,60.227303 -330.53537,74.298225 -330.21167,88.36826 C -328.21297,91.039611 -323.21766,90.618387 -322.68469,94.539015 C -320.78054,96.259426 -317.05071,94.88215 -314.4389,95.333237 C -298.54999,95.360274 -282.66107,95.387302 -266.77215,95.414339 C -266.35587,90.465192 -260.12609,88.824447 -255.81783,89.540255 C -256.01688,89.058389 -261.69557,87.939375 -259.61591,84.491525 C -259.45681,68.72727 -259.19734,52.882199 -259.82064,37.168229 C -261.19394,32.980583 -267.34179,33.83368 -270.85787,33.814995 z M -236.65184,97.260473 C -234.79025,100.12642 -237.08724,103.09386 -239.92892,104.16357 C -242.6311,105.91539 -245.59105,107.62992 -248.52894,108.76804 C -253.1773,108.19079 -251.42424,101.88475 -255.01281,99.896645 C -260.33594,96.447012 -267.21045,98.43943 -273.23329,97.939231 C -291.8249,97.94887 -310.41651,97.958519 -329.00813,97.968158 C -335.45898,103.56578 -339.16595,111.40269 -341.55034,119.32178 C -337.25147,124.2061 -329.89606,122.27575 -324.10438,122.40002 C -298.64553,122.23171 -273.11679,122.61546 -247.69897,122.24542 C -243.40174,121.14669 -247.44685,114.84894 -243.58488,113.04441 C -242.73865,112.73374 -247.81245,114.4382 -247.26205,111.62955 C -245.49117,106.66028 -239.14113,105.99595 -235.92338,102.36811 C -234.39131,99.755669 -236.26958,96.922488 -238.33047,95.260495 C -237.77093,95.927151 -237.21138,96.593817 -236.65184,97.260473 z M -240.64255,111.75263 C -243.64086,113.13223 -237.02792,110.69536 -235.55512,111.97369 C -229.71113,112.74417 -224.16461,117.19625 -218.12358,115.22951 C -225.97639,116.31604 -232.799,109.03014 -240.64255,111.75263 z M -212.01083,112.33724 C -215.98173,113.85021 -208.21543,112.17765 -210.07883,115.87566 C -212.50961,119.93855 -206.99008,113.8662 -209.61436,112.54677 C -210.16198,111.94632 -211.27989,112.47663 -212.01083,112.33724 z M -213.97451,120.82946 C -220.13871,124.32615 -228.37873,119.08124 -233.85995,124.39439 C -238.36465,128.00055 -244.57099,130.35185 -247.0433,135.75122 C -247.65922,139.60202 -243.25109,141.90251 -240.44565,143.71808 C -235.60127,146.54512 -228.8227,145.75388 -225.20082,141.42836 C -220.62679,137.96117 -216.44182,134.08489 -212.48592,129.96782 C -212.82701,126.95048 -214.43694,123.63971 -213.97451,120.82946 z " />
-        <path
-           style="fill:url(#linearGradient5542);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path5496"
-           d="M -269.68453,32.256957 C -288.76965,32.351184 -307.87514,32.249603 -326.94796,32.349264 C -332.63884,33.663474 -333.90446,40.291305 -333.21597,45.149113 C -333.11996,59.896901 -333.07471,74.659754 -332.61729,89.39481 C -331.88583,93.310348 -324.86009,92.098674 -325.11097,96.44089 C -328.07184,96.184706 -331.5534,96.317135 -333.07248,99.246492 C -338.92562,104.98392 -341.99312,112.66465 -344.27268,120.28679 C -340.22572,125.96631 -332.26467,125.31453 -326.02946,124.71751 C -300.16629,124.7277 -274.28316,124.82043 -248.43245,124.77905 C -244.42424,124.78686 -243.30672,120.35609 -243.96666,117.2099 C -242.88598,112.93536 -237.04086,113.94554 -233.80717,114.98513 C -228.01851,116.64297 -221.26418,120.43074 -215.57982,116.37592 C -211.36091,113.71809 -213.05678,118.4029 -215.77936,119.43344 C -220.82539,122.25797 -227.09125,118.98178 -232.39677,121.20855 C -236.53238,123.88957 -240.74707,126.85249 -244.76678,129.74666 C -248.34219,132.01467 -251.90947,137.38626 -248.13747,140.97315 C -243.79274,146.02948 -236.37425,149.4527 -229.68248,147.08651 C -225.09383,144.85973 -221.79206,140.75401 -217.61535,137.88661 C -215.10454,135.69469 -212.49235,133.26839 -210.83749,130.50207 C -210.86477,126.92195 -214.68529,121.91303 -210.252,119.57013 C -207.25619,117.95208 -205.81053,112.12098 -209.75314,110.87946 C -214.16982,109.44692 -216.95156,115.09837 -221.43751,113.68608 C -228.47365,112.76758 -235.5565,107.20489 -242.69931,110.72434 C -246.89551,113.06547 -243.47174,109.4356 -241.45524,108.56544 C -237.85613,106.84628 -232.73147,104.36798 -233.94637,99.617708 C -234.27189,95.083838 -239.22223,93.197522 -242.95318,91.723135 C -247.61613,89.074942 -253.27003,89.345117 -258.06082,86.933298 C -257.89248,70.385101 -257.58805,53.76423 -258.26571,37.261116 C -259.2092,32.393288 -265.59824,31.96057 -269.68453,32.256957 z M -258.66259,91.764016 C -251.5059,92.239344 -243.21163,93.474137 -238.58238,99.271629 C -238.96251,103.06003 -244.00295,103.80224 -246.52821,106.14082 C -248.92267,108.48087 -251.12372,105.80503 -251.02958,103.27159 C -252.70852,98.336432 -258.20582,95.710815 -263.31841,96.533197 C -267.00561,96.7255 -263.71935,91.937514 -261.395,92.380192 C -260.48382,92.178338 -259.57521,91.953759 -258.66259,91.764016 z " />
-        <path
-           style="fill:url(#linearGradient5544);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           sodipodi:nodetypes="ccccczccccccccccccccccccczccccc"
-           id="path5498"
-           d="M -324.0398,30.70877 C -336.3492,30.820231 -335.15663,39.652507 -334.79476,45.313268 C -334.5469,60.436643 -334.38614,75.599009 -334.01234,90.698281 C -333.20516,93.057424 -330.71249,93.985661 -328.75475,95.252079 C -334.4553,96.476239 -336.96996,102.43195 -340.11175,106.59303 C -342.33294,111.36531 -347.84019,115.92868 -345.92111,121.43642 C -344.00204,126.94416 -332.21757,127.68181 -324.95408,127.12866 C -299.06901,127.09789 -273.17022,127.14905 -247.29372,127.06713 C -243.29961,126.16956 -240.99668,122.03601 -241.4977,118.23645 C -238.30082,114.95371 -233.32521,118.03039 -229.53292,118.63002 C -225.71641,119.31313 -232.5646,119.27527 -233.19362,120.54849 C -238.23604,122.95799 -242.6166,126.65447 -246.90973,130.10509 C -250.44674,132.97354 -252.4229,138.10741 -249.57412,142.08235 C -246.21315,145.92284 -241.41489,148.84284 -236.30395,149.79628 C -230.65487,150.83779 -225.57101,147.82678 -221.6157,144.24077 C -216.87391,140.59839 -212.0873,136.78287 -208.84361,131.80554 C -207.76302,128.26399 -211.47449,123.86671 -208.08348,121.09796 C -204.93438,118.46115 -204.06893,113.02076 -207.41836,110.2673 C -212.81988,106.81278 -218.36682,114.55112 -223.89705,111.29128 C -227.94209,110.1659 -231.91311,108.52596 -236.17676,108.45194 C -231.52711,105.88023 -229.62903,98.782331 -234.08944,95.153402 C -239.61551,89.404431 -248.455,88.793917 -255.40182,85.744487 C -255.86992,78.940296 -255.53665,71.972758 -255.70928,65.098797 C -255.80747,55.730822 -255.73864,46.312632 -255.94025,36.975777 C -258.03631,31.236293 -265.34014,30.439522 -270.76286,30.729689 C -289.40725,30.770714 -311.88665,30.597309 -324.0398,30.70877 z M -255.46516,94.482857 C -250.34561,95.62106 -244.69322,96.21649 -240.83258,100.05203 C -242.37635,102.55028 -245.27573,103.64481 -247.80048,104.97505 C -249.71506,99.684643 -254.39847,94.970039 -260.51378,95.138259 C -260.66903,94.131274 -256.73261,94.551178 -255.46516,94.482857 z " />
-      </g>
-      <rect
-         y="78.658051"
-         x="33.326111"
-         width="57.567924"
-         style="fill:url(#linearGradient5546);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5548);stroke-width:1.44734821pt"
-         id="rect5500"
-         height="8.3153667" />
-      <path
-         style="fill:url(#linearGradient5550);fill-rule:evenodd;stroke-width:0.90459263;stroke-opacity:0.07438019"
-         sodipodi:nodetypes="czzczczzzzzzzc"
-         id="path5502"
-         d="M 98.723806,78.927818 C 95.18666,77.759681 93.50122,82.555591 98.766686,81.004087 C 104.03217,79.452583 120.13123,85.906451 120.37383,89.795491 C 120.61643,93.905503 101.5003,98.581154 106.74108,104.42426 C 111.62816,110.70149 115.35468,100.13868 123.54696,104.21261 C 131.73923,108.17607 136.26048,109.72394 142.25488,104.94185 C 149.10027,101.9342 145.04599,107.07658 139.57918,113.60451 C 134.11237,120.13244 144.00251,115.08156 147.91225,105.31962 C 151.93248,95.557673 139.13128,107.33503 133.66268,105.40571 C 128.19408,103.47639 119.73678,97.849788 113.27625,102.55563 C 106.81572,107.26147 109.62894,99.493003 114.85637,97.90307 C 120.0838,96.092166 122.81363,93.045722 122.85597,90.161522 C 122.89831,87.498293 117.92629,84.811803 112.94229,82.402852 C 107.73732,79.993901 100.49788,78.588966 98.723806,78.927818 z " />
-      <path
-         style="fill:url(#linearGradient5552);fill-opacity:1;fill-rule:evenodd;stroke-width:1.44734821pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path5504"
-         d="M 15.102732,106.80712 C 13.80355,109.23224 17.148847,113.52338 19.900059,113.52338 L 107.85106,113.52338 C 110.18914,113.52338 113.70766,110.4906 112.64839,108.40622 L 102.7339,88.897093 C 101.97024,87.394398 100.26184,86.65834 98.576216,86.65834 L 28.215425,86.658339 C 26.825434,86.658339 25.353768,87.671846 24.697385,88.897093 L 15.102732,106.80712 z " />
-      <rect
-         y="22.413721"
-         x="26.015469"
-         width="72.279724"
-         style="fill:url(#linearGradient5554);fill-opacity:1;fill-rule:evenodd;stroke-width:1.62826681"
-         ry="5.4369707"
-         rx="5.4369707"
-         id="rect5506"
-         height="60.126495" />
-      <rect
-         y="31.695871"
-         x="33.386066"
-         width="58.178177"
-         style="fill:url(#radialGradient5556);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5558);stroke-width:1.4649456pt"
-         id="rect5508"
-         height="38.044163" />
-      <path
-         style="fill:url(#linearGradient5560);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzccccc"
-         id="path5510"
-         d="M 27.690431,52.841444 L 27.370609,74.749236 C 27.319624,78.241665 29.310209,80.477938 32.807578,80.506029 L 72.625393,80.825852 L 76.463254,71.87084 L 32.008024,71.55102 L 31.688202,52.681533 L 27.690431,52.841444 z " />
-      <g
-         transform="matrix(-1,0,0,1,125.4301,0)"
-         id="g5512">
-        <path
-           style="fill:url(#linearGradient5562);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path5514"
-           d="M 42.062098,33.460351 L 77.341205,33.008055 C 82.787126,32.938235 89.553204,38.416797 89.553204,43.863165 L 89.553204,60.14583 L 41.609801,59.693534 L 42.062098,33.460351 z " />
-        <path
-           style="fill:url(#linearGradient5564);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path5516"
-           d="M 78.337784,67.629235 L 46.723745,67.724544 C 41.843589,67.739257 35.829319,62.771024 35.877168,57.891081 L 36.020221,43.301821 L 78.973514,44.128288 L 78.337784,67.629235 z " />
-      </g>
-      <path
-         style="fill:url(#linearGradient5566);fill-opacity:1;fill-rule:evenodd;stroke-width:0.72367412;stroke-opacity:0.34710741"
-         sodipodi:nodetypes="cczzzzzzc"
-         id="path5518"
-         d="M 137.39107,112.02341 C 137.39107,112.02341 129.0757,110.26438 123.63872,113.62251 C 118.20176,116.98064 109.96635,123.21719 108.76702,124.81628 C 107.40777,126.57531 107.42036,130.22796 109.24674,131.53253 L 114.84364,135.53031 C 118.31797,138.01198 124.86218,139.25396 128.11624,136.48978 L 142.98795,123.85681 C 144.79792,122.3193 145.72732,118.27921 144.10733,116.82073 C 142.95609,115.04975 140.4892,112.91939 137.39107,112.02341 z " />
-      <path
-         style="fill:url(#linearGradient5568);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzc"
-         id="path5520"
-         d="M 142.3483,121.13833 L 125.91043,133.59673 C 122.97154,135.82414 118.65484,134.11775 116.28283,133.77129 C 113.9108,133.42481 111.88528,131.87901 112.12516,132.33209 C 112.36503,132.78517 115.08349,135.71687 117.72203,136.48978 C 120.36055,137.26267 124.9543,138.89307 127.50953,136.15531 C 130.06477,133.41755 145.2267,123.53699 142.3483,121.13833 z " />
-      <path
-         style="fill:url(#linearGradient5570);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="cczc"
-         id="path5522"
-         d="M 132.11225,127.51984 C 135.31047,122.88242 120.11893,113.12786 109.08509,127.0401 C 110.20446,130.71805 116.80662,132.5992 121.82304,132.33547 C 126.68363,132.07993 129.50037,129.97181 132.11225,127.51984 z " />
-      <path
-         style="fill:url(#linearGradient5572);fill-opacity:1;fill-rule:evenodd;stroke-width:1.08551121"
-         sodipodi:nodetypes="cccccccc"
-         id="path5524"
-         d="M 138.63464,112.68306 C 135.9958,113.22749 132.31739,114.43079 129.87534,116.38362 C 128.77009,115.68011 125.32759,114.5677 123.66767,113.84494 L 123.24572,114.10517 C 129.67287,117.23476 136.43512,117.91249 135.88192,122.87668 C 136.33675,122.98575 137.05589,123.09702 136.73191,122.38863 C 136.41775,118.90392 132.50587,117.23351 131.02697,116.81532 C 133.17224,114.26602 136.255,113.70892 138.63464,112.68306 z " />
-      <path
-         style="fill:url(#linearGradient5574);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path5526"
-         d="M 18.891612,106.48414 C 17.978451,108.31614 19.173914,111.55774 22.263529,111.55774 L 105.0195,111.55774 C 106.66288,111.55774 109.13595,109.26672 108.39142,107.69215 L 101.42279,92.954575 C 100.88602,91.819403 99.685232,91.263378 98.500462,91.263378 L 28.108183,91.263369 C 27.131195,91.263369 26.0968,92.028994 25.635445,92.954575 L 18.891612,106.48414 z " />
-      <text
-         y="-14.660837"
-         xml:space="preserve"
-         x="6.147172"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text5528"><tspan
-           id="tspan5530">Computer</tspan></text>
-      <text
-         y="-34.951134"
-         xml:space="preserve"
-         x="84.564949"
-         transform="scale(0.246729,0.246729)"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text5532"><tspan
-           id="tspan5534">Created by Andrew Fitzsimon</tspan></text>
-    </g>
-    <g
-       id="g6024"
-       transform="matrix(-1,0,0,1,300.80614,215.0989)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157">
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path6027"
-         d="M 60.545133,72.847539 C 65.294534,78.031101 68.316881,87.318315 75.00922,87.318316 C 81.485677,85.518467 82.349205,70.11177 83.212732,66.800051 C 75.872748,71.839624 68.316882,74.71938 60.545133,72.847539 z " />
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#d20000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccssssc"
-         id="path6029"
-         d="M 31.546762,99.654209 C 31.156121,124.85047 95.78552,127.73183 95.62922,99.654209 C 97.174007,77.325462 86.068776,64.629762 83.309105,66.788232 C 81.907864,67.884209 81.387229,92.223995 71.919297,86.625353 C 67.316417,83.903554 62.167959,73.44849 59.915352,73.101625 C 56.516277,72.578221 50.007529,69.826123 44.029815,64.675414 C 42.461522,63.324094 32.076211,77.214403 31.546762,99.654209 z " />
-      <path
-         style="fill:url(#radialGradient2797);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2796"
-         d="M 43.53125,77.3125 C 40.353026,86.016409 37.202011,96.366079 40.377303,105.23542 C 48.984655,117.18204 66.049398,117.25223 79.222417,115.04972 C 88.094278,113.47345 96.636121,105.87972 94.744454,96.188658 C 94.751182,88.561019 93.319573,80.643142 89.09375,74.1875 C 87.954705,81.120157 85.706152,92.347929 76.686643,91.786583 C 66.841974,89.84774 65.058803,76.33878 54.747596,75.105769 C 49.945701,71.530053 45.566465,69.110698 43.783935,76.852875 L 43.53125,77.3125 z " />
-      <path
-         transform="matrix(0.440859,0,0,0.441062,0.997459,16.38124)"
-         style="fill:#efd7c7;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:type="arc"
-         sodipodi:ry="57.825485"
-         sodipodi:rx="60.94183"
-         sodipodi:cy="70.290855"
-         sodipodi:cx="150.27701"
-         id="path6032"
-         d="M 211.21884 70.290855 A 60.94183 57.825485 0 1 1  89.335178,70.290855 A 60.94183 57.825485 0 1 1  211.21884 70.290855 z" />
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccccc"
-         id="path3720"
-         d="M 56.980881,5.8426527 C 39.420698,8.0166254 30.552872,16.206245 24.211446,49.532095 C 14.512196,98.076517 21.871677,115.5525 32.990311,115.56714 C 17.54932,102.40769 63.877625,86.740105 56.295103,44.070713 C 68.4508,48.712358 94.51097,54.349644 95.164349,41.718703 C 97.176702,29.219492 88.64173,4.4775042 56.980881,5.8426527 z " />
-      <path
-         style="fill:url(#linearGradient2789);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2164"
-         d="M 60.687242,45.028999 C 62.530882,55.403773 61.180052,64.151015 58.312242,71.685249 C 61.630122,73.07804 65.296862,73.904 69.155992,73.903999 C 83.975322,73.903999 95.981712,62.468019 95.999742,48.403999 C 88.357632,52.885439 70.244092,48.678277 60.687242,45.028999 z " />
-      <path
-         style="fill:url(#radialGradient2791);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2790"
-         d="M 52.174948,8.1325312 C 35.846775,12.141346 31.110158,30.475875 28.060647,44.840387 C 24.465246,64.767005 19.485139,85.90438 25.518698,105.82003 C 29.863591,114.87216 28.026452,106.52571 31.049538,102.11795 C 41.311249,87.323083 56.256862,73.307418 55.936774,53.886064 C 56.647391,49.398848 52.34734,38.640985 60.701717,42.254379 C 70.683443,45.202557 82.078811,49.011247 92.143698,44.632531 C 96.945103,37.45042 93.288237,27.137344 88.876323,20.399742 C 81.135092,8.5919962 65.300885,5.0194752 52.174948,8.1325312 z " />
-    </g>
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.63842154;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
-       sodipodi:nodetypes="cccccccccccc"
-       id="path699"
-       d="M 357.16674,263.66524 L 470.27399,251.12251 L 460.57906,270.08242 L 522.9028,263.95688 C 522.9028,263.95688 532.59773,244.41369 533.05931,244.41369 C 533.52148,244.41369 555.68079,269.79078 555.68079,269.79078 C 555.68079,269.79078 503.51355,296.33479 503.05197,296.33479 C 503.51355,296.91808 512.74689,277.66616 512.74689,277.37453 L 440.72705,283.79207 L 450.42255,264.24852 L 347.01023,276.4996 L 357.16674,263.66524 z "
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="635.5625"
-       y="201.21948"
-       id="text7877"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan7879"
-         x="635.5625"
-         y="201.21948">bzr branch</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path9548"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(318.85715,7.142853)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="601.71429"
-       y="199.52307"
-       id="text9550"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan9552"
-         x="601.71429"
-         y="199.52307">2</tspan></text>
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.49513507;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
-       sodipodi:nodetypes="cccccccccccc"
-       id="path9650"
-       d="M 426.28539,558.28183 L 482.38891,565.59894 L 477.58003,554.5382 L 508.49388,558.1117 C 508.49388,558.1117 513.30276,569.51271 513.53172,569.51271 C 513.76096,569.51271 524.75243,554.70834 524.75243,554.70834 C 524.75243,554.70834 498.87641,539.22321 498.64746,539.22321 C 498.87641,538.88294 503.45634,550.11403 503.45634,550.28417 L 467.73303,546.54033 L 472.54219,557.94156 L 421.24757,550.79458 L 426.28539,558.28183 z "
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157" />
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path9652"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(-194.48896,372.41254)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="87.591393"
-       y="566.02826"
-       id="text9654"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan9656"
-         x="87.591393"
-         y="566.02826">4</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="119.03906"
-       y="543.19232"
-       id="text9658"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan9660"
-         x="119.03906"
-         y="543.19232">merge changes</tspan><tspan
-         sodipodi:role="line"
-         x="119.03906"
-         y="583.19232"
-         id="tspan2716">from peer</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path2670"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(-187.14285,5.361605)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="94.539062"
-       y="198.97729"
-       id="text2672"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan2674"
-         x="94.539062"
-         y="198.97729">1</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="129.5625"
-       y="195.43823"
-       id="text2676"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan2678"
-         x="129.5625"
-         y="195.43823">start project</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path2680"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(-20.189728,217.62723)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="261.83594"
-       y="411.22729"
-       id="text2682"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan2684"
-         x="261.83594"
-         y="411.22729">3</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="294.51562"
-       y="388.40698"
-       id="text2686"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan2688"
-         x="294.51562"
-         y="388.40698">record</tspan><tspan
-         sodipodi:role="line"
-         x="294.51562"
-         y="428.40698"
-         id="tspan2712">changes</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path2690"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(321.8001,372.41254)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="603.88049"
-       y="566.02826"
-       id="text2692"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan2694"
-         x="603.88049"
-         y="566.02826">4</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="635.32812"
-       y="543.19232"
-       id="text2696"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan2698"
-         x="635.32812"
-         y="543.19232">merge changes</tspan><tspan
-         sodipodi:role="line"
-         x="635.32812"
-         y="583.19232"
-         id="tspan2718">from peer</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path2700"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(462.85715,216.65848)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="744.88281"
-       y="410.25854"
-       id="text2702"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan2704"
-         x="744.88281"
-         y="410.25854">3</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="777.5625"
-       y="387.43823"
-       id="text2706"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan2708"
-         x="777.5625"
-         y="387.43823">record</tspan><tspan
-         sodipodi:role="line"
-         x="777.5625"
-         y="427.43823"
-         id="tspan2714">changes</tspan></text>
-    <path
-       inkscape:export-ydpi="41.964157"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_centralized.png"
-       d="M 515.71461,505.61603 L 459.61109,512.93314 L 464.41997,501.8724 L 433.50612,505.4459 C 433.50612,505.4459 428.69724,516.84691 428.46828,516.84691 C 428.23904,516.84691 417.24757,502.04254 417.24757,502.04254 C 417.24757,502.04254 443.12359,486.55741 443.35254,486.55741 C 443.12359,486.21714 438.54366,497.44823 438.54366,497.61837 L 474.26697,493.87453 L 469.45781,505.27576 L 520.75243,498.12878 L 515.71461,505.61603 z "
-       id="path2710"
-       sodipodi:nodetypes="cccccccccccc"
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.49513507;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1" />
-  </g>
-</svg>

=== removed file 'doc/ru/user-guide/images/workflows_pqm.png'
Binary files old/doc/ru/user-guide/images/workflows_pqm.png	2009-12-02 23:09:40 +0000 and new/doc/ru/user-guide/images/workflows_pqm.png	1970-01-01 00:00:00 +0000 differ
=== removed file 'doc/ru/user-guide/images/workflows_pqm.svg'
--- old/doc/ru/user-guide/images/workflows_pqm.svg	2009-06-01 20:15:36 +0000
+++ new/doc/ru/user-guide/images/workflows_pqm.svg	1970-01-01 00:00:00 +0000
@@ -1,1794 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://web.resource.org/cc/"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="1052.3622"
-   height="744.09448"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.45.1"
-   version="1.0"
-   sodipodi:docbase="/home/ian/Desktop/talk/workflows"
-   sodipodi:docname="workflows_pqm.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_pqm.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90">
-  <defs
-     id="defs4">
-    <radialGradient
-       xlink:href="#linearGradient5992"
-       r="33.156250"
-       inkscape:collect="always"
-       id="radialGradient6000"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,1.693685,0.000000,-197.9515)"
-       fy="285.36218"
-       fx="495.50000"
-       cy="285.36218"
-       cx="495.50000" />
-    <linearGradient
-       y2="187.57059"
-       y1="225.40080"
-       xlink:href="#linearGradient5963"
-       x2="458.91232"
-       x1="383.95898"
-       inkscape:collect="always"
-       id="linearGradient5969"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient3586">
-      <stop
-         style="stop-color:#000000;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop3588" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop3590" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5963">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop5965" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop5967" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5992">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop5994" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop5996" />
-    </linearGradient>
-    <linearGradient
-       y2="-0.45783132"
-       y1="3.3012049"
-       xlink:href="#linearGradient893"
-       x2="0.92957747"
-       x1="-2.3960868e-17"
-       id="linearGradient4284" />
-    <linearGradient
-       y2="-0.033519555"
-       y1="2.0837989"
-       xlink:href="#linearGradient893"
-       x2="0.99074072"
-       x1="-0.77314812"
-       id="linearGradient4283" />
-    <linearGradient
-       y2="1.8771822"
-       y1="-0.033741195"
-       xlink:href="#linearGradient902"
-       x2="0.48453596"
-       x1="0.47041038"
-       id="linearGradient2740"
-       gradientTransform="scale(0.997153,1.002855)" />
-    <linearGradient
-       y2="1.9025002"
-       y1="-0.043652620"
-       xlink:href="#linearGradient902"
-       x2="0.48481107"
-       x1="0.47042510"
-       id="linearGradient1506"
-       gradientTransform="scale(0.995847,1.004170)" />
-    <linearGradient
-       y2="1.8570156"
-       y1="-0.024853170"
-       xlink:href="#linearGradient902"
-       x2="0.48548824"
-       x1="0.47157744"
-       id="linearGradient1505"
-       gradientTransform="scale(0.997825,1.002180)" />
-    <linearGradient
-       y2="182.99154"
-       y1="169.09755"
-       xlink:href="#linearGradient892"
-       x2="88.996957"
-       x1="88.755695"
-       id="linearGradient1404"
-       gradientTransform="scale(1.3695887,0.7301462)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient1317"
-       r="0.34964636"
-       id="radialGradient1316"
-       fy="0.18269235"
-       fx="0.50352114"
-       cy="0.50000006"
-       cx="0.50000000" />
-    <radialGradient
-       xlink:href="#linearGradient1317"
-       r="0.41197181"
-       id="radialGradient1315"
-       fy="0.26666668"
-       fx="0.47535211"
-       cy="0.53333336"
-       cx="0.47887325" />
-    <linearGradient
-       y2="173.03153"
-       y1="177.77768"
-       xlink:href="#linearGradient902"
-       x2="95.100155"
-       x1="101.10657"
-       id="linearGradient1171"
-       gradientTransform="scale(1.3601783,0.7351977)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="1.8378206"
-       y1="-0.016295359"
-       xlink:href="#linearGradient902"
-       x2="0.48655096"
-       x1="0.47284532"
-       id="linearGradient1170"
-       gradientTransform="scale(0.998371,1.001632)" />
-    <linearGradient
-       y2="81.477602"
-       y1="224.57898"
-       xlink:href="#linearGradient893"
-       x2="74.533693"
-       x1="146.69923"
-       id="linearGradient1169"
-       gradientTransform="scale(1.1870691,0.842411)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="133.54711"
-       y1="228.39311"
-       xlink:href="#linearGradient888"
-       x2="88.447016"
-       x1="141.60217"
-       id="linearGradient1167"
-       gradientTransform="scale(1.1838753,0.8446836)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="148.78619"
-       y1="131.25248"
-       xlink:href="#linearGradient1317"
-       x2="107.04918"
-       x1="111.49758"
-       id="linearGradient1166"
-       gradientTransform="scale(1.223869,0.8170809)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="176.28694"
-       y1="269.85831"
-       xlink:href="#linearGradient888"
-       x2="-16.224496"
-       x1="51.460928"
-       id="linearGradient1157"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="234.26866"
-       y1="178.48862"
-       xlink:href="#linearGradient888"
-       x2="25.220815"
-       x1="25.220815"
-       id="linearGradient1156"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="105.42543"
-       y1="76.277559"
-       xlink:href="#linearGradient892"
-       x2="8.346058"
-       x1="35.190362"
-       id="linearGradient1150"
-       gradientTransform="scale(1.3283861,0.7527932)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="20.481863"
-       y1="49.507656"
-       xlink:href="#linearGradient892"
-       x2="70.224305"
-       x1="39.690614"
-       id="linearGradient1148"
-       gradientTransform="scale(1.329144,0.7523639)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="113.71949"
-       y1="90.197025"
-       xlink:href="#linearGradient892"
-       x2="17.876529"
-       x1="39.810948"
-       id="linearGradient1146"
-       gradientTransform="scale(1.3207392,0.7571517)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="251.21892"
-       y1="203.499"
-       xlink:href="#linearGradient892"
-       x2="31.617281"
-       x1="31.449743"
-       id="linearGradient1144"
-       gradientTransform="scale(2.1051174,0.4750329)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="-0.45783132"
-       y1="3.3012049"
-       xlink:href="#linearGradient888"
-       x2="0.92957747"
-       x1="0.00000000"
-       id="linearGradient1141" />
-    <linearGradient
-       y2="232.24952"
-       y1="110.4447"
-       xlink:href="#linearGradient888"
-       x2="41.967061"
-       x1="45.685757"
-       id="linearGradient1140"
-       gradientTransform="scale(1.9102155,0.5235012)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="75.912531"
-       y1="375.92199"
-       xlink:href="#linearGradient1806"
-       x2="-268.25407"
-       x1="-249.72067"
-       id="linearGradient1138"
-       gradientTransform="scale(1.087146,0.9198397)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient1133"
-       r="68.589222"
-       id="radialGradient1132"
-       fy="39.288476"
-       fx="72.107883"
-       cy="56.485935"
-       cx="60.004654"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="11.699047"
-       y1="208.43991"
-       xlink:href="#linearGradient888"
-       x2="95.644441"
-       x1="-77.726178"
-       id="linearGradient905"
-       gradientTransform="scale(1.0964158,0.9120627)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       xlink:href="#linearGradient1806"
-       id="linearGradient901" />
-    <linearGradient
-       y2="91.07699"
-       y1="-3.9104078"
-       xlink:href="#linearGradient888"
-       x2="27.674331"
-       x1="92.437968"
-       id="linearGradient891"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient888">
-      <stop
-         style="stop-color:#626262;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop889" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop890" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient892">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.00000000;"
-         offset="0.00000000"
-         id="stop893" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop894" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient902">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.00000000;"
-         offset="0.00000000"
-         id="stop903" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.22000000;"
-         offset="1.0000000"
-         id="stop904" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1098">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1.0000000;"
-         offset="0.00000000"
-         id="stop1099" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.22314049;"
-         offset="0.50000000"
-         id="stop1101" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.00000000;"
-         offset="0.59930235"
-         id="stop1102" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.60330576;"
-         offset="1.0000000"
-         id="stop1100" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1133">
-      <stop
-         style="stop-color:#8bb7df;stop-opacity:1.0000000;"
-         offset="0.00000000"
-         id="stop1134" />
-      <stop
-         style="stop-color:#2a6092;stop-opacity:1.0000000;"
-         offset="0.76209301"
-         id="stop1136" />
-      <stop
-         style="stop-color:#375e82;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop1135" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1317">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52892560;"
-         offset="0.00000000"
-         id="stop1318" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.17355372;"
-         offset="0.50000000"
-         id="stop1320" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.00000000;"
-         offset="1.0000000"
-         id="stop1319" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient893">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop895" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop896" />
-    </linearGradient>
-    <radialGradient
-       xlink:href="#linearGradient1806"
-       r="11.574221"
-       id="radialGradient1977"
-       fy="39.410465"
-       fx="42.280806"
-       cy="39.007645"
-       cx="42.007257"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient1806">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.35051546;"
-         offset="0.0000000"
-         id="stop1807" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.13402061;"
-         offset="0.64999998"
-         id="stop3276" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop1808" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5281"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5283"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5285"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="5.5130484"
-       inkscape:collect="always"
-       id="radialGradient1828"
-       fy="61.38567"
-       fx="86.542037"
-       cy="61.38567"
-       cx="86.542037"
-       gradientTransform="matrix(-0.8164966,0,0,1.2247449,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="11.123441"
-       inkscape:collect="always"
-       id="radialGradient1824"
-       fy="58.887858"
-       fx="118.06427"
-       cy="58.54025"
-       cx="117.17439"
-       gradientTransform="matrix(-0.6229142,0,0,1.6053575,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="22.00904"
-       inkscape:collect="always"
-       id="radialGradient1822"
-       fy="87.892895"
-       fx="45.50637"
-       cy="88.322677"
-       cx="45.139623"
-       gradientTransform="matrix(-1.0914815,0,0,0.9161859,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="18.836343"
-       inkscape:collect="always"
-       id="radialGradient1818"
-       fy="33.351633"
-       fx="48.40165"
-       cy="32.467054"
-       cx="48.40165"
-       gradientTransform="matrix(-1.1146027,0,0,0.8971807,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="74.834393"
-       y1="57.093738"
-       xlink:href="#linearGradient4376"
-       x2="50.203204"
-       x1="50.52668"
-       inkscape:collect="always"
-       id="linearGradient1815"
-       gradientTransform="matrix(-1.3516689,0,0,0.7398261,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient4384">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop4385" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4386" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4376">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop4377" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4378" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4362">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop4363" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4364" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4358">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop4359" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop4360" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="radialGradient5536"
-       gradientUnits="userSpaceOnUse"
-       cx="42.007257"
-       cy="39.007645"
-       fx="42.280806"
-       fy="39.410465"
-       r="11.574221" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5538"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5540"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5542"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5544"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5546"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       x1="25.220815"
-       y1="178.48862"
-       x2="25.220815"
-       y2="234.26866" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5548"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       x1="51.460928"
-       y1="269.85831"
-       x2="-16.224496"
-       y2="176.28694" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient893"
-       id="linearGradient5550"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.1870691,0.842411)"
-       x1="146.69923"
-       y1="224.57898"
-       x2="74.533693"
-       y2="81.477602" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5552"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.9102155,0.5235012)"
-       x1="45.685757"
-       y1="110.4447"
-       x2="41.967061"
-       y2="232.24952" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5554"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.0964158,0.9120627)"
-       x1="-77.726178"
-       y1="208.43991"
-       x2="95.644441"
-       y2="11.699047" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1133"
-       id="radialGradient5556"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       cx="60.004654"
-       cy="56.485935"
-       fx="72.107883"
-       fy="39.288476"
-       r="68.589222" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5558"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       x1="92.437968"
-       y1="-3.9104078"
-       x2="27.674331"
-       y2="91.07699" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5560"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3207392,0.7571517)"
-       x1="39.810948"
-       y1="90.197025"
-       x2="17.876529"
-       y2="113.71949" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5562"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.329144,0.7523639)"
-       x1="39.690614"
-       y1="49.507656"
-       x2="70.224305"
-       y2="20.481863" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5564"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3283861,0.7527932)"
-       x1="35.190362"
-       y1="76.277559"
-       x2="8.346058"
-       y2="105.42543" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5566"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.1838753,0.8446836)"
-       x1="141.60217"
-       y1="228.39311"
-       x2="88.447016"
-       y2="133.54711" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient902"
-       id="linearGradient5568"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3601783,0.7351977)"
-       x1="101.10657"
-       y1="177.77768"
-       x2="95.100155"
-       y2="173.03153" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5570"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3695887,0.7301462)"
-       x1="88.755695"
-       y1="169.09755"
-       x2="88.996957"
-       y2="182.99154" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1317"
-       id="linearGradient5572"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.223869,0.8170809)"
-       x1="111.49758"
-       y1="131.25248"
-       x2="107.04918"
-       y2="148.78619" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5574"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.1051174,0.4750329)"
-       x1="31.449743"
-       y1="203.499"
-       x2="31.617281"
-       y2="251.21892" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5714"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="39.648127"
-       inkscape:collect="always"
-       id="radialGradient2797"
-       fy="101.92288"
-       fx="50.092871"
-       cy="102.70191"
-       cx="49.760482"
-       gradientTransform="scale(1.1222336,0.8910801)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="35.284406"
-       inkscape:collect="always"
-       id="radialGradient2791"
-       fy="32.061308"
-       fx="81.553592"
-       cy="33.402904"
-       cx="80.599566"
-       gradientTransform="scale(0.8352269,1.1972794)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="67.164412"
-       y1="53.505203"
-       xlink:href="#linearGradient4376"
-       x2="63.804663"
-       x1="64.786456"
-       inkscape:collect="always"
-       id="linearGradient2789"
-       gradientTransform="scale(1.1424512,0.8753109)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient6015">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop6017" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6019" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6009">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop6011" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6013" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6003">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop6005" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6007" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5997">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop5999" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop6001" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient6037"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       y2="0.46093750"
-       y1="0.46093750"
-       xlink:href="#linearGradient650"
-       x2="1.16666818"
-       x1="1.22222710"
-       spreadMethod="repeat"
-       id="linearGradient654"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       y2="0.53906250"
-       y1="0.53125000"
-       xlink:href="#linearGradient650"
-       x2="1.16666901"
-       x1="1.00000548"
-       spreadMethod="repeat"
-       id="linearGradient653"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       id="linearGradient650">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop651" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop652" />
-    </linearGradient>
-    <linearGradient
-       y2="0.46093750"
-       y1="0.46093750"
-       xlink:href="#linearGradient650"
-       x2="1.16666818"
-       x1="1.22222710"
-       spreadMethod="repeat"
-       id="linearGradient9648"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       y2="0.53906250"
-       y1="0.53125000"
-       xlink:href="#linearGradient650"
-       x2="1.16666901"
-       x1="1.00000548"
-       spreadMethod="repeat"
-       id="linearGradient9646"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       id="linearGradient9640">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop9642" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop9644" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient7934"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       id="linearGradient1858">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop1859" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop1860" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1861">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop1862" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop1863" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1864">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop1865" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop1866" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1867">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop1868" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop1869" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient11180">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop11182" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop11184" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient11174">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop11176" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop11178" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient11168">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop11170" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop11172" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient11162">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop11164" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop11166" />
-    </linearGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     gridtolerance="10000"
-     guidetolerance="10"
-     objecttolerance="10"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1"
-     inkscape:cx="559.94128"
-     inkscape:cy="392.13154"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     width="1052.3622px"
-     height="744.09448px"
-     showgrid="true"
-     inkscape:window-width="1416"
-     inkscape:window-height="825"
-     inkscape:window-x="0"
-     inkscape:window-y="25" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path2791"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(562.85715,227.14285)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="844.88281"
-       y="420.74292"
-       id="text2793"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan2795"
-         x="844.88281"
-         y="420.74292">3</tspan></text>
-    <g
-       inkscape:label="Layer 1"
-       id="g4996"
-       transform="matrix(0.331077,0,0,0.2676656,39.992157,230.68349)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644">
-      <g
-         transform="matrix(2.674162,0,0,2.674162,-826.248,-323.8239)"
-         id="g6052">
-        <path
-           style="fill:#c7c7c7;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:6.11299896;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-           sodipodi:nodetypes="czcczzz"
-           id="path1306"
-           d="M 362.77592,187.283 C 360.50343,190.98677 361.20593,367.68763 364.14011,374.65173 C 366.46268,380.1642 441.02381,442.12988 444.93699,443.78694 C 495.35017,443.444 529.34176,425.0858 534.99109,415.38735 C 537.14042,403.1889 535.31621,215.19709 533.25552,211.25359 C 531.47859,207.85312 436.04893,173.6386 432.71615,172.86054 C 429.71763,172.16052 365.30189,183.1661 362.77592,187.283 z " />
-        <path
-           style="fill:#ffffff;fill-opacity:0.54385968;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccccccc"
-           id="path2066"
-           d="M 366.42857,190.93361 C 391.19048,201.4098 418.60601,218.30739 446.22506,231.64072 C 472.394,225.42153 510.2022,217.10972 529.24981,213.77639 C 504.726,221.39543 472.52022,228.51448 447.99641,236.13353 C 446.56784,293.51448 447.257,380.45861 445.82843,437.83956 C 445.11414,379.98242 443.14285,291.6479 442.42856,233.79075 C 415.99999,219.50504 390,206.64789 366.42857,190.93361 z " />
-        <path
-           style="fill:#000000;fill-opacity:0.16228069;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccc"
-           id="path4356"
-           d="M 519.99794,379.97737 C 510.93834,392.99882 482.41849,399.43361 468.8726,394.16864 C 471.21835,393.5424 516.96143,380.96883 519.99794,379.97737 z " />
-        <g
-           transform="translate(2.035534,15.20712)"
-           id="g4374">
-          <path
-             style="fill:#ffffff;fill-opacity:0.39473685;fill-rule:evenodd;stroke:none;stroke-width:1.01199996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-             sodipodi:nodetypes="cccccc"
-             id="path4362"
-             d="M 471.29127,340.59039 L 513.55921,324.30516 C 517.9002,325.84805 517.04588,332.27818 517.04588,332.27818 L 510.46155,334.58088 C 510.46155,334.58088 501.26764,349.01224 484.93096,343.36795 C 484.93096,343.36795 472.7787,345.52605 471.29127,340.59039 z " />
-          <path
-             style="fill:#606060;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.11199999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-             sodipodi:nodetypes="ccccccc"
-             id="path2826"
-             d="M 471.66824,335.10501 C 485.70133,331.45482 499.73443,327.80464 513.76752,324.15445 C 514.30594,326.13864 514.34437,328.99782 513.50779,330.48201 C 511.36566,331.50652 507.10221,332.35425 504.96008,333.37876 C 498.80357,339.27354 493.45917,339.80363 483.65919,338.95243 C 479.87505,339.74603 476.0909,340.36284 472.30676,341.15644 C 471.15285,338.85897 470.82215,337.90248 471.66824,335.10501 z " />
-        </g>
-        <path
-           style="fill:#ffffff;fill-opacity:0.40350874;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccccc"
-           id="path4423"
-           d="M 364.8671,189.69191 L 446.71991,235.61832 L 446.39149,441.00771 L 366.28132,373.53968 L 364.8671,189.69191 z " />
-        <path
-           style="fill:#000000;fill-opacity:0.16228069;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccc"
-           id="path5957"
-           d="M 515.24794,392.97737 C 505.81506,405.42036 486.94113,407.56087 476.3726,403.76831 C 478.1563,403.29212 512.93901,393.73127 515.24794,392.97737 z " />
-        <path
-           style="fill:#000000;fill-opacity:0.16228069;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccc"
-           id="path5959"
-           d="M 508.24794,405.72737 C 502.79158,413.09279 492.2492,415.37141 483.8726,412.49343 C 484.991,412.19485 506.80021,406.20008 508.24794,405.72737 z " />
-        <path
-           style="fill:#fcfcfc;fill-opacity:0.44298245;fill-rule:evenodd;stroke:none;stroke-width:0.31200001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-           sodipodi:nodetypes="ccccccc"
-           id="path5973"
-           d="M 522.875,227.86218 L 527.04289,228.4302 L 527.79289,326.56929 L 463.46862,344.54896 L 461.88388,339.34073 L 523.68934,322.86218 L 522.875,227.86218 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6026"
-           d="M 462.21967,264.23013 L 462.31434,266.99086 L 522.7929,249.54632 L 462.21967,264.23013 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6036"
-           d="M 461.33579,284.2059 L 461.43046,286.96663 L 521.90902,269.52209 L 461.33579,284.2059 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6038"
-           d="M 462.21967,302.64613 L 462.31434,305.40686 L 522.7929,287.96232 L 462.21967,302.64613 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6040"
-           d="M 462.21967,320.79868 L 462.31434,323.55941 L 522.7929,306.11487 L 462.21967,320.79868 z " />
-        <path
-           style="opacity:1;color:#000000;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#9e9e9e;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="ccc"
-           id="path5988"
-           d="M 522.55191,229.64344 L 462.03362,244.76045 L 462.53549,344.35813" />
-      </g>
-    </g>
-    <g
-       id="g5256"
-       transform="translate(601.5744,227.66157)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644">
-      <path
-         transform="matrix(6.392368,0.545409,-0.130014,2.864752,-184.6606,-38.15109)"
-         style="fill:url(#radialGradient1977);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:type="arc"
-         sodipodi:ry="12.562782"
-         sodipodi:rx="12.562782"
-         sodipodi:cy="37.865574"
-         sodipodi:cx="41.875938"
-         id="path1976"
-         d="M 54.438721 37.865574 A 12.562782 12.562782 0 1 1  29.313156,37.865574 A 12.562782 12.562782 0 1 1  54.438721 37.865574 z" />
-      <g
-         transform="matrix(1,0,0,1.036969,356.8306,-11.4294)"
-         style="fill:url(#linearGradient6037);fill-opacity:1"
-         id="g4293">
-        <path
-           style="fill:url(#linearGradient5281);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path2720"
-           d="M -270.85787,33.814995 C -289.35564,33.925992 -307.93321,33.592782 -326.38104,33.981747 C -331.43469,35.696391 -331.02221,41.899652 -330.68524,46.15332 C -330.75782,60.227303 -330.53537,74.298225 -330.21167,88.36826 C -328.21297,91.039611 -323.21766,90.618387 -322.68469,94.539015 C -320.78054,96.259426 -317.05071,94.88215 -314.4389,95.333237 C -298.54999,95.360274 -282.66107,95.387302 -266.77215,95.414339 C -266.35587,90.465192 -260.12609,88.824447 -255.81783,89.540255 C -256.01688,89.058389 -261.69557,87.939375 -259.61591,84.491525 C -259.45681,68.72727 -259.19734,52.882199 -259.82064,37.168229 C -261.19394,32.980583 -267.34179,33.83368 -270.85787,33.814995 z M -236.65184,97.260473 C -234.79025,100.12642 -237.08724,103.09386 -239.92892,104.16357 C -242.6311,105.91539 -245.59105,107.62992 -248.52894,108.76804 C -253.1773,108.19079 -251.42424,101.88475 -255.01281,99.896645 C -260.33594,96.447012 -267.21045,98.43943 -273.23329,97.939231 C -291.8249,97.94887 -310.41651,97.958519 -329.00813,97.968158 C -335.45898,103.56578 -339.16595,111.40269 -341.55034,119.32178 C -337.25147,124.2061 -329.89606,122.27575 -324.10438,122.40002 C -298.64553,122.23171 -273.11679,122.61546 -247.69897,122.24542 C -243.40174,121.14669 -247.44685,114.84894 -243.58488,113.04441 C -242.73865,112.73374 -247.81245,114.4382 -247.26205,111.62955 C -245.49117,106.66028 -239.14113,105.99595 -235.92338,102.36811 C -234.39131,99.755669 -236.26958,96.922488 -238.33047,95.260495 C -237.77093,95.927151 -237.21138,96.593817 -236.65184,97.260473 z M -240.64255,111.75263 C -243.64086,113.13223 -237.02792,110.69536 -235.55512,111.97369 C -229.71113,112.74417 -224.16461,117.19625 -218.12358,115.22951 C -225.97639,116.31604 -232.799,109.03014 -240.64255,111.75263 z M -212.01083,112.33724 C -215.98173,113.85021 -208.21543,112.17765 -210.07883,115.87566 C -212.50961,119.93855 -206.99008,113.8662 -209.61436,112.54677 C -210.16198,111.94632 -211.27989,112.47663 -212.01083,112.33724 z M -213.97451,120.82946 C -220.13871,124.32615 -228.37873,119.08124 -233.85995,124.39439 C -238.36465,128.00055 -244.57099,130.35185 -247.0433,135.75122 C -247.65922,139.60202 -243.25109,141.90251 -240.44565,143.71808 C -235.60127,146.54512 -228.8227,145.75388 -225.20082,141.42836 C -220.62679,137.96117 -216.44182,134.08489 -212.48592,129.96782 C -212.82701,126.95048 -214.43694,123.63971 -213.97451,120.82946 z " />
-        <path
-           style="fill:url(#linearGradient5283);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path2723"
-           d="M -269.68453,32.256957 C -288.76965,32.351184 -307.87514,32.249603 -326.94796,32.349264 C -332.63884,33.663474 -333.90446,40.291305 -333.21597,45.149113 C -333.11996,59.896901 -333.07471,74.659754 -332.61729,89.39481 C -331.88583,93.310348 -324.86009,92.098674 -325.11097,96.44089 C -328.07184,96.184706 -331.5534,96.317135 -333.07248,99.246492 C -338.92562,104.98392 -341.99312,112.66465 -344.27268,120.28679 C -340.22572,125.96631 -332.26467,125.31453 -326.02946,124.71751 C -300.16629,124.7277 -274.28316,124.82043 -248.43245,124.77905 C -244.42424,124.78686 -243.30672,120.35609 -243.96666,117.2099 C -242.88598,112.93536 -237.04086,113.94554 -233.80717,114.98513 C -228.01851,116.64297 -221.26418,120.43074 -215.57982,116.37592 C -211.36091,113.71809 -213.05678,118.4029 -215.77936,119.43344 C -220.82539,122.25797 -227.09125,118.98178 -232.39677,121.20855 C -236.53238,123.88957 -240.74707,126.85249 -244.76678,129.74666 C -248.34219,132.01467 -251.90947,137.38626 -248.13747,140.97315 C -243.79274,146.02948 -236.37425,149.4527 -229.68248,147.08651 C -225.09383,144.85973 -221.79206,140.75401 -217.61535,137.88661 C -215.10454,135.69469 -212.49235,133.26839 -210.83749,130.50207 C -210.86477,126.92195 -214.68529,121.91303 -210.252,119.57013 C -207.25619,117.95208 -205.81053,112.12098 -209.75314,110.87946 C -214.16982,109.44692 -216.95156,115.09837 -221.43751,113.68608 C -228.47365,112.76758 -235.5565,107.20489 -242.69931,110.72434 C -246.89551,113.06547 -243.47174,109.4356 -241.45524,108.56544 C -237.85613,106.84628 -232.73147,104.36798 -233.94637,99.617708 C -234.27189,95.083838 -239.22223,93.197522 -242.95318,91.723135 C -247.61613,89.074942 -253.27003,89.345117 -258.06082,86.933298 C -257.89248,70.385101 -257.58805,53.76423 -258.26571,37.261116 C -259.2092,32.393288 -265.59824,31.96057 -269.68453,32.256957 z M -258.66259,91.764016 C -251.5059,92.239344 -243.21163,93.474137 -238.58238,99.271629 C -238.96251,103.06003 -244.00295,103.80224 -246.52821,106.14082 C -248.92267,108.48087 -251.12372,105.80503 -251.02958,103.27159 C -252.70852,98.336432 -258.20582,95.710815 -263.31841,96.533197 C -267.00561,96.7255 -263.71935,91.937514 -261.395,92.380192 C -260.48382,92.178338 -259.57521,91.953759 -258.66259,91.764016 z " />
-        <path
-           style="fill:url(#linearGradient5285);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           sodipodi:nodetypes="ccccczccccccccccccccccccczccccc"
-           id="path2737"
-           d="M -324.0398,30.70877 C -336.3492,30.820231 -335.15663,39.652507 -334.79476,45.313268 C -334.5469,60.436643 -334.38614,75.599009 -334.01234,90.698281 C -333.20516,93.057424 -330.71249,93.985661 -328.75475,95.252079 C -334.4553,96.476239 -336.96996,102.43195 -340.11175,106.59303 C -342.33294,111.36531 -347.84019,115.92868 -345.92111,121.43642 C -344.00204,126.94416 -332.21757,127.68181 -324.95408,127.12866 C -299.06901,127.09789 -273.17022,127.14905 -247.29372,127.06713 C -243.29961,126.16956 -240.99668,122.03601 -241.4977,118.23645 C -238.30082,114.95371 -233.32521,118.03039 -229.53292,118.63002 C -225.71641,119.31313 -232.5646,119.27527 -233.19362,120.54849 C -238.23604,122.95799 -242.6166,126.65447 -246.90973,130.10509 C -250.44674,132.97354 -252.4229,138.10741 -249.57412,142.08235 C -246.21315,145.92284 -241.41489,148.84284 -236.30395,149.79628 C -230.65487,150.83779 -225.57101,147.82678 -221.6157,144.24077 C -216.87391,140.59839 -212.0873,136.78287 -208.84361,131.80554 C -207.76302,128.26399 -211.47449,123.86671 -208.08348,121.09796 C -204.93438,118.46115 -204.06893,113.02076 -207.41836,110.2673 C -212.81988,106.81278 -218.36682,114.55112 -223.89705,111.29128 C -227.94209,110.1659 -231.91311,108.52596 -236.17676,108.45194 C -231.52711,105.88023 -229.62903,98.782331 -234.08944,95.153402 C -239.61551,89.404431 -248.455,88.793917 -255.40182,85.744487 C -255.86992,78.940296 -255.53665,71.972758 -255.70928,65.098797 C -255.80747,55.730822 -255.73864,46.312632 -255.94025,36.975777 C -258.03631,31.236293 -265.34014,30.439522 -270.76286,30.729689 C -289.40725,30.770714 -311.88665,30.597309 -324.0398,30.70877 z M -255.46516,94.482857 C -250.34561,95.62106 -244.69322,96.21649 -240.83258,100.05203 C -242.37635,102.55028 -245.27573,103.64481 -247.80048,104.97505 C -249.71506,99.684643 -254.39847,94.970039 -260.51378,95.138259 C -260.66903,94.131274 -256.73261,94.551178 -255.46516,94.482857 z " />
-      </g>
-      <rect
-         y="78.658051"
-         x="33.326111"
-         width="57.567924"
-         style="fill:url(#linearGradient1156);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1157);stroke-width:1.44734821pt"
-         id="rect1155"
-         height="8.3153667" />
-      <path
-         style="fill:url(#linearGradient1169);fill-rule:evenodd;stroke-width:0.90459263;stroke-opacity:0.07438019"
-         sodipodi:nodetypes="czzczczzzzzzzc"
-         id="path2676"
-         d="M 98.723806,78.927818 C 95.18666,77.759681 93.50122,82.555591 98.766686,81.004087 C 104.03217,79.452583 120.13123,85.906451 120.37383,89.795491 C 120.61643,93.905503 101.5003,98.581154 106.74108,104.42426 C 111.62816,110.70149 115.35468,100.13868 123.54696,104.21261 C 131.73923,108.17607 136.26048,109.72394 142.25488,104.94185 C 149.10027,101.9342 145.04599,107.07658 139.57918,113.60451 C 134.11237,120.13244 144.00251,115.08156 147.91225,105.31962 C 151.93248,95.557673 139.13128,107.33503 133.66268,105.40571 C 128.19408,103.47639 119.73678,97.849788 113.27625,102.55563 C 106.81572,107.26147 109.62894,99.493003 114.85637,97.90307 C 120.0838,96.092166 122.81363,93.045722 122.85597,90.161522 C 122.89831,87.498293 117.92629,84.811803 112.94229,82.402852 C 107.73732,79.993901 100.49788,78.588966 98.723806,78.927818 z " />
-      <path
-         style="fill:url(#linearGradient1140);fill-opacity:1;fill-rule:evenodd;stroke-width:1.44734821pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path1139"
-         d="M 15.102732,106.80712 C 13.80355,109.23224 17.148847,113.52338 19.900059,113.52338 L 107.85106,113.52338 C 110.18914,113.52338 113.70766,110.4906 112.64839,108.40622 L 102.7339,88.897093 C 101.97024,87.394398 100.26184,86.65834 98.576216,86.65834 L 28.215425,86.658339 C 26.825434,86.658339 25.353768,87.671846 24.697385,88.897093 L 15.102732,106.80712 z " />
-      <rect
-         y="22.413721"
-         x="26.015469"
-         width="72.279724"
-         style="fill:url(#linearGradient905);fill-opacity:1;fill-rule:evenodd;stroke-width:1.62826681"
-         ry="5.4369707"
-         rx="5.4369707"
-         id="rect1137"
-         height="60.126495" />
-      <rect
-         y="31.695871"
-         x="33.386066"
-         width="58.178177"
-         style="fill:url(#radialGradient1132);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient891);stroke-width:1.4649456pt"
-         id="rect1131"
-         height="38.044163" />
-      <path
-         style="fill:url(#linearGradient1146);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzccccc"
-         id="path1145"
-         d="M 27.690431,52.841444 L 27.370609,74.749236 C 27.319624,78.241665 29.310209,80.477938 32.807578,80.506029 L 72.625393,80.825852 L 76.463254,71.87084 L 32.008024,71.55102 L 31.688202,52.681533 L 27.690431,52.841444 z " />
-      <g
-         transform="matrix(-1,0,0,1,125.4301,0)"
-         id="g1791">
-        <path
-           style="fill:url(#linearGradient1148);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path1147"
-           d="M 42.062098,33.460351 L 77.341205,33.008055 C 82.787126,32.938235 89.553204,38.416797 89.553204,43.863165 L 89.553204,60.14583 L 41.609801,59.693534 L 42.062098,33.460351 z " />
-        <path
-           style="fill:url(#linearGradient1150);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path1149"
-           d="M 78.337784,67.629235 L 46.723745,67.724544 C 41.843589,67.739257 35.829319,62.771024 35.877168,57.891081 L 36.020221,43.301821 L 78.973514,44.128288 L 78.337784,67.629235 z " />
-      </g>
-      <path
-         style="fill:url(#linearGradient1167);fill-opacity:1;fill-rule:evenodd;stroke-width:0.72367412;stroke-opacity:0.34710741"
-         sodipodi:nodetypes="cczzzzzzc"
-         id="path1159"
-         d="M 137.39107,112.02341 C 137.39107,112.02341 129.0757,110.26438 123.63872,113.62251 C 118.20176,116.98064 109.96635,123.21719 108.76702,124.81628 C 107.40777,126.57531 107.42036,130.22796 109.24674,131.53253 L 114.84364,135.53031 C 118.31797,138.01198 124.86218,139.25396 128.11624,136.48978 L 142.98795,123.85681 C 144.79792,122.3193 145.72732,118.27921 144.10733,116.82073 C 142.95609,115.04975 140.4892,112.91939 137.39107,112.02341 z " />
-      <path
-         style="fill:url(#linearGradient1171);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzc"
-         id="path1160"
-         d="M 142.3483,121.13833 L 125.91043,133.59673 C 122.97154,135.82414 118.65484,134.11775 116.28283,133.77129 C 113.9108,133.42481 111.88528,131.87901 112.12516,132.33209 C 112.36503,132.78517 115.08349,135.71687 117.72203,136.48978 C 120.36055,137.26267 124.9543,138.89307 127.50953,136.15531 C 130.06477,133.41755 145.2267,123.53699 142.3483,121.13833 z " />
-      <path
-         style="fill:url(#linearGradient1404);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="cczc"
-         id="path1403"
-         d="M 132.11225,127.51984 C 135.31047,122.88242 120.11893,113.12786 109.08509,127.0401 C 110.20446,130.71805 116.80662,132.5992 121.82304,132.33547 C 126.68363,132.07993 129.50037,129.97181 132.11225,127.51984 z " />
-      <path
-         style="fill:url(#linearGradient1166);fill-opacity:1;fill-rule:evenodd;stroke-width:1.08551121"
-         sodipodi:nodetypes="cccccccc"
-         id="path1519"
-         d="M 138.63464,112.68306 C 135.9958,113.22749 132.31739,114.43079 129.87534,116.38362 C 128.77009,115.68011 125.32759,114.5677 123.66767,113.84494 L 123.24572,114.10517 C 129.67287,117.23476 136.43512,117.91249 135.88192,122.87668 C 136.33675,122.98575 137.05589,123.09702 136.73191,122.38863 C 136.41775,118.90392 132.50587,117.23351 131.02697,116.81532 C 133.17224,114.26602 136.255,113.70892 138.63464,112.68306 z " />
-      <path
-         style="fill:url(#linearGradient1144);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path1143"
-         d="M 18.891612,106.48414 C 17.978451,108.31614 19.173914,111.55774 22.263529,111.55774 L 105.0195,111.55774 C 106.66288,111.55774 109.13595,109.26672 108.39142,107.69215 L 101.42279,92.954575 C 100.88602,91.819403 99.685232,91.263378 98.500462,91.263378 L 28.108183,91.263369 C 27.131195,91.263369 26.0968,92.028994 25.635445,92.954575 L 18.891612,106.48414 z " />
-      <text
-         y="-14.660837"
-         xml:space="preserve"
-         x="6.147172"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text1232"><tspan
-           id="tspan1233">Computer</tspan></text>
-      <text
-         y="-34.951134"
-         xml:space="preserve"
-         x="84.564949"
-         transform="scale(0.246729,0.246729)"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text1235"><tspan
-           id="tspan1236">Created by Andrew Fitzsimon</tspan></text>
-    </g>
-    <g
-       id="g5474"
-       transform="translate(593.63525,509.49239)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644">
-      <path
-         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path9383"
-         d="M 203.47051,-209.74941 C 198.72111,-204.56585 195.69876,-195.27863 189.00642,-195.27863 C 182.52997,-197.07848 181.66644,-212.48518 180.80291,-215.7969 C 188.1429,-210.75732 195.69876,-207.87757 203.47051,-209.74941 z " />
-      <path
-         transform="matrix(-0.440859,0,0,0.441062,265.52775,-266.17138)"
-         style="fill:#f1bb96;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:type="arc"
-         sodipodi:ry="57.825485"
-         sodipodi:rx="60.94183"
-         sodipodi:cy="70.290855"
-         sodipodi:cx="150.27701"
-         id="path3713"
-         d="M 211.21884 70.290855 A 60.94183 57.825485 0 1 1  89.335178,70.290855 A 60.94183 57.825485 0 1 1  211.21884 70.290855 z" />
-      <path
-         style="fill:#233e6a;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccssssc"
-         id="path4369"
-         d="M 232.46888,-182.94274 C 232.85952,-157.74648 168.23012,-154.86512 168.38642,-182.94274 C 166.84164,-205.27149 177.94687,-217.96719 180.70654,-215.80872 C 182.10778,-214.71274 182.62841,-190.37295 192.09635,-195.9716 C 196.69923,-198.69339 201.84768,-209.14846 204.10029,-209.49532 C 207.49937,-210.01873 214.00811,-212.77083 219.98583,-217.92153 C 221.55412,-219.27285 231.93943,-205.38255 232.46888,-182.94274 z " />
-      <path
-         style="fill:#513624;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path11309"
-         d="M 204.55432,-273.85152 C 222.46413,-271.53047 237.32676,-259.28175 231.38357,-231.42099 C 229.66954,-221.67743 222.12426,-217.60887 219.35537,-236.36962 C 211.4578,-233.88387 177.25785,-223.92576 170.54948,-241.26677 C 166.55631,-248.43407 174.86257,-276.23329 204.55432,-273.85152 z " />
-      <path
-         style="fill:#1f4eb3;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path11942"
-         d="M 191.92173,-167.75448 C 192.06919,-184.44566 194.18855,-193.73288 188.47558,-194.95709 C 182.9785,-195.85052 179.91138,-176.52634 179.04785,-173.21462 C 175.85958,-157.19769 189.53653,-154.44605 191.92173,-167.75448 z " />
-      <path
-         style="fill:url(#linearGradient1815);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path1811"
-         d="M 172.67812,-237.76056 C 182.56217,-225.58826 212.09549,-234.15979 219.36562,-236.44806 C 220.33459,-229.88278 221.90014,-226.25074 223.58437,-224.54181 C 219.31219,-215.8234 210.06249,-209.76056 199.27187,-209.76056 C 184.44142,-209.76056 172.42812,-221.18201 172.42812,-235.26056 C 172.42812,-236.11869 172.59078,-236.92413 172.67812,-237.76056 z " />
-      <path
-         style="fill:url(#radialGradient1818);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1817"
-         d="M 203.17522,-273.74212 C 221.08504,-271.42107 235.94766,-259.17235 230.00448,-231.31159 C 228.29044,-221.56803 220.74517,-217.49946 217.97627,-236.26022 C 210.0787,-233.77447 175.87876,-223.81635 169.17039,-241.15737 C 165.17722,-248.32467 173.48348,-276.12389 203.17522,-273.74212 z " />
-      <path
-         style="fill:url(#radialGradient1822);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path1819"
-         d="M 220.74123,-214.1875 C 227.87764,-203.73841 231.28831,-190.18836 229.45998,-177.71875 C 222.3997,-165.39834 205.93726,-163.52328 193.05373,-164.75 C 194.11526,-173.29796 194.69425,-182.39807 193.51876,-190.98978 C 191.02311,-195.41909 199.33209,-197.29913 200.39748,-201.6875 C 203.70655,-208.92744 212.80427,-208.10966 218.04988,-213.3696 C 218.9201,-213.57294 220.00051,-215.94141 220.74123,-214.1875 z M 179.55373,-210.28125 C 180.69974,-204.97453 181.23339,-199.24919 184.58498,-194.75 C 179.40159,-187.81847 178.05976,-178.63643 176.67873,-170.28125 C 167.10271,-177.01707 169.81568,-190.62142 172.02963,-200.39411 C 173.03008,-204.26346 176.36728,-212.34166 179.19382,-211.77772 C 179.27177,-211.45363 179.5117,-210.45598 179.55373,-210.28125 z " />
-      <path
-         style="fill:url(#radialGradient1824);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path1823"
-         d="M 192.35803,-167.43887 C 192.50549,-184.13006 194.62485,-193.41727 188.91188,-194.64149 C 183.4148,-195.53491 180.34768,-176.21073 179.48415,-172.89901 C 176.29589,-156.88208 189.97283,-154.13044 192.35803,-167.43887 z " />
-      <path
-         style="fill:#1f4eb3;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1825"
-         d="M 185.2414,-200.53324 C 185.2414,-197.95291 187.25802,-195.85872 189.74278,-195.85872 C 192.22755,-195.85872 194.24417,-197.95291 194.24417,-200.53324 C 194.24417,-203.11357 193.61259,-209.36288 191.12783,-209.36288 C 188.64306,-209.36288 185.2414,-203.11357 185.2414,-200.53324 z " />
-      <path
-         style="fill:url(#radialGradient1828);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1827"
-         d="M 186.28018,-201.05263 C 186.28018,-198.4723 188.2968,-196.37811 190.78156,-196.37811 C 193.26633,-196.37811 195.28295,-198.4723 195.28295,-201.05263 C 195.28295,-203.63296 194.65137,-209.88227 192.16661,-209.88227 C 189.68184,-209.88227 186.28018,-203.63296 186.28018,-201.05263 z " />
-    </g>
-    <g
-       id="g5488"
-       transform="translate(601.5744,417.49165)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644">
-      <path
-         transform="matrix(6.392368,0.545409,-0.130014,2.864752,-184.6606,-38.15109)"
-         style="fill:url(#radialGradient5536);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:type="arc"
-         sodipodi:ry="12.562782"
-         sodipodi:rx="12.562782"
-         sodipodi:cy="37.865574"
-         sodipodi:cx="41.875938"
-         id="path5490"
-         d="M 54.438721 37.865574 A 12.562782 12.562782 0 1 1  29.313156,37.865574 A 12.562782 12.562782 0 1 1  54.438721 37.865574 z" />
-      <g
-         transform="matrix(1,0,0,1.036969,356.8306,-11.4294)"
-         style="fill:url(#linearGradient5538);fill-opacity:1"
-         id="g5492">
-        <path
-           style="fill:url(#linearGradient5540);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path5494"
-           d="M -270.85787,33.814995 C -289.35564,33.925992 -307.93321,33.592782 -326.38104,33.981747 C -331.43469,35.696391 -331.02221,41.899652 -330.68524,46.15332 C -330.75782,60.227303 -330.53537,74.298225 -330.21167,88.36826 C -328.21297,91.039611 -323.21766,90.618387 -322.68469,94.539015 C -320.78054,96.259426 -317.05071,94.88215 -314.4389,95.333237 C -298.54999,95.360274 -282.66107,95.387302 -266.77215,95.414339 C -266.35587,90.465192 -260.12609,88.824447 -255.81783,89.540255 C -256.01688,89.058389 -261.69557,87.939375 -259.61591,84.491525 C -259.45681,68.72727 -259.19734,52.882199 -259.82064,37.168229 C -261.19394,32.980583 -267.34179,33.83368 -270.85787,33.814995 z M -236.65184,97.260473 C -234.79025,100.12642 -237.08724,103.09386 -239.92892,104.16357 C -242.6311,105.91539 -245.59105,107.62992 -248.52894,108.76804 C -253.1773,108.19079 -251.42424,101.88475 -255.01281,99.896645 C -260.33594,96.447012 -267.21045,98.43943 -273.23329,97.939231 C -291.8249,97.94887 -310.41651,97.958519 -329.00813,97.968158 C -335.45898,103.56578 -339.16595,111.40269 -341.55034,119.32178 C -337.25147,124.2061 -329.89606,122.27575 -324.10438,122.40002 C -298.64553,122.23171 -273.11679,122.61546 -247.69897,122.24542 C -243.40174,121.14669 -247.44685,114.84894 -243.58488,113.04441 C -242.73865,112.73374 -247.81245,114.4382 -247.26205,111.62955 C -245.49117,106.66028 -239.14113,105.99595 -235.92338,102.36811 C -234.39131,99.755669 -236.26958,96.922488 -238.33047,95.260495 C -237.77093,95.927151 -237.21138,96.593817 -236.65184,97.260473 z M -240.64255,111.75263 C -243.64086,113.13223 -237.02792,110.69536 -235.55512,111.97369 C -229.71113,112.74417 -224.16461,117.19625 -218.12358,115.22951 C -225.97639,116.31604 -232.799,109.03014 -240.64255,111.75263 z M -212.01083,112.33724 C -215.98173,113.85021 -208.21543,112.17765 -210.07883,115.87566 C -212.50961,119.93855 -206.99008,113.8662 -209.61436,112.54677 C -210.16198,111.94632 -211.27989,112.47663 -212.01083,112.33724 z M -213.97451,120.82946 C -220.13871,124.32615 -228.37873,119.08124 -233.85995,124.39439 C -238.36465,128.00055 -244.57099,130.35185 -247.0433,135.75122 C -247.65922,139.60202 -243.25109,141.90251 -240.44565,143.71808 C -235.60127,146.54512 -228.8227,145.75388 -225.20082,141.42836 C -220.62679,137.96117 -216.44182,134.08489 -212.48592,129.96782 C -212.82701,126.95048 -214.43694,123.63971 -213.97451,120.82946 z " />
-        <path
-           style="fill:url(#linearGradient5542);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path5496"
-           d="M -269.68453,32.256957 C -288.76965,32.351184 -307.87514,32.249603 -326.94796,32.349264 C -332.63884,33.663474 -333.90446,40.291305 -333.21597,45.149113 C -333.11996,59.896901 -333.07471,74.659754 -332.61729,89.39481 C -331.88583,93.310348 -324.86009,92.098674 -325.11097,96.44089 C -328.07184,96.184706 -331.5534,96.317135 -333.07248,99.246492 C -338.92562,104.98392 -341.99312,112.66465 -344.27268,120.28679 C -340.22572,125.96631 -332.26467,125.31453 -326.02946,124.71751 C -300.16629,124.7277 -274.28316,124.82043 -248.43245,124.77905 C -244.42424,124.78686 -243.30672,120.35609 -243.96666,117.2099 C -242.88598,112.93536 -237.04086,113.94554 -233.80717,114.98513 C -228.01851,116.64297 -221.26418,120.43074 -215.57982,116.37592 C -211.36091,113.71809 -213.05678,118.4029 -215.77936,119.43344 C -220.82539,122.25797 -227.09125,118.98178 -232.39677,121.20855 C -236.53238,123.88957 -240.74707,126.85249 -244.76678,129.74666 C -248.34219,132.01467 -251.90947,137.38626 -248.13747,140.97315 C -243.79274,146.02948 -236.37425,149.4527 -229.68248,147.08651 C -225.09383,144.85973 -221.79206,140.75401 -217.61535,137.88661 C -215.10454,135.69469 -212.49235,133.26839 -210.83749,130.50207 C -210.86477,126.92195 -214.68529,121.91303 -210.252,119.57013 C -207.25619,117.95208 -205.81053,112.12098 -209.75314,110.87946 C -214.16982,109.44692 -216.95156,115.09837 -221.43751,113.68608 C -228.47365,112.76758 -235.5565,107.20489 -242.69931,110.72434 C -246.89551,113.06547 -243.47174,109.4356 -241.45524,108.56544 C -237.85613,106.84628 -232.73147,104.36798 -233.94637,99.617708 C -234.27189,95.083838 -239.22223,93.197522 -242.95318,91.723135 C -247.61613,89.074942 -253.27003,89.345117 -258.06082,86.933298 C -257.89248,70.385101 -257.58805,53.76423 -258.26571,37.261116 C -259.2092,32.393288 -265.59824,31.96057 -269.68453,32.256957 z M -258.66259,91.764016 C -251.5059,92.239344 -243.21163,93.474137 -238.58238,99.271629 C -238.96251,103.06003 -244.00295,103.80224 -246.52821,106.14082 C -248.92267,108.48087 -251.12372,105.80503 -251.02958,103.27159 C -252.70852,98.336432 -258.20582,95.710815 -263.31841,96.533197 C -267.00561,96.7255 -263.71935,91.937514 -261.395,92.380192 C -260.48382,92.178338 -259.57521,91.953759 -258.66259,91.764016 z " />
-        <path
-           style="fill:url(#linearGradient5544);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           sodipodi:nodetypes="ccccczccccccccccccccccccczccccc"
-           id="path5498"
-           d="M -324.0398,30.70877 C -336.3492,30.820231 -335.15663,39.652507 -334.79476,45.313268 C -334.5469,60.436643 -334.38614,75.599009 -334.01234,90.698281 C -333.20516,93.057424 -330.71249,93.985661 -328.75475,95.252079 C -334.4553,96.476239 -336.96996,102.43195 -340.11175,106.59303 C -342.33294,111.36531 -347.84019,115.92868 -345.92111,121.43642 C -344.00204,126.94416 -332.21757,127.68181 -324.95408,127.12866 C -299.06901,127.09789 -273.17022,127.14905 -247.29372,127.06713 C -243.29961,126.16956 -240.99668,122.03601 -241.4977,118.23645 C -238.30082,114.95371 -233.32521,118.03039 -229.53292,118.63002 C -225.71641,119.31313 -232.5646,119.27527 -233.19362,120.54849 C -238.23604,122.95799 -242.6166,126.65447 -246.90973,130.10509 C -250.44674,132.97354 -252.4229,138.10741 -249.57412,142.08235 C -246.21315,145.92284 -241.41489,148.84284 -236.30395,149.79628 C -230.65487,150.83779 -225.57101,147.82678 -221.6157,144.24077 C -216.87391,140.59839 -212.0873,136.78287 -208.84361,131.80554 C -207.76302,128.26399 -211.47449,123.86671 -208.08348,121.09796 C -204.93438,118.46115 -204.06893,113.02076 -207.41836,110.2673 C -212.81988,106.81278 -218.36682,114.55112 -223.89705,111.29128 C -227.94209,110.1659 -231.91311,108.52596 -236.17676,108.45194 C -231.52711,105.88023 -229.62903,98.782331 -234.08944,95.153402 C -239.61551,89.404431 -248.455,88.793917 -255.40182,85.744487 C -255.86992,78.940296 -255.53665,71.972758 -255.70928,65.098797 C -255.80747,55.730822 -255.73864,46.312632 -255.94025,36.975777 C -258.03631,31.236293 -265.34014,30.439522 -270.76286,30.729689 C -289.40725,30.770714 -311.88665,30.597309 -324.0398,30.70877 z M -255.46516,94.482857 C -250.34561,95.62106 -244.69322,96.21649 -240.83258,100.05203 C -242.37635,102.55028 -245.27573,103.64481 -247.80048,104.97505 C -249.71506,99.684643 -254.39847,94.970039 -260.51378,95.138259 C -260.66903,94.131274 -256.73261,94.551178 -255.46516,94.482857 z " />
-      </g>
-      <rect
-         y="78.658051"
-         x="33.326111"
-         width="57.567924"
-         style="fill:url(#linearGradient5546);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5548);stroke-width:1.44734821pt"
-         id="rect5500"
-         height="8.3153667" />
-      <path
-         style="fill:url(#linearGradient5550);fill-rule:evenodd;stroke-width:0.90459263;stroke-opacity:0.07438019"
-         sodipodi:nodetypes="czzczczzzzzzzc"
-         id="path5502"
-         d="M 98.723806,78.927818 C 95.18666,77.759681 93.50122,82.555591 98.766686,81.004087 C 104.03217,79.452583 120.13123,85.906451 120.37383,89.795491 C 120.61643,93.905503 101.5003,98.581154 106.74108,104.42426 C 111.62816,110.70149 115.35468,100.13868 123.54696,104.21261 C 131.73923,108.17607 136.26048,109.72394 142.25488,104.94185 C 149.10027,101.9342 145.04599,107.07658 139.57918,113.60451 C 134.11237,120.13244 144.00251,115.08156 147.91225,105.31962 C 151.93248,95.557673 139.13128,107.33503 133.66268,105.40571 C 128.19408,103.47639 119.73678,97.849788 113.27625,102.55563 C 106.81572,107.26147 109.62894,99.493003 114.85637,97.90307 C 120.0838,96.092166 122.81363,93.045722 122.85597,90.161522 C 122.89831,87.498293 117.92629,84.811803 112.94229,82.402852 C 107.73732,79.993901 100.49788,78.588966 98.723806,78.927818 z " />
-      <path
-         style="fill:url(#linearGradient5552);fill-opacity:1;fill-rule:evenodd;stroke-width:1.44734821pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path5504"
-         d="M 15.102732,106.80712 C 13.80355,109.23224 17.148847,113.52338 19.900059,113.52338 L 107.85106,113.52338 C 110.18914,113.52338 113.70766,110.4906 112.64839,108.40622 L 102.7339,88.897093 C 101.97024,87.394398 100.26184,86.65834 98.576216,86.65834 L 28.215425,86.658339 C 26.825434,86.658339 25.353768,87.671846 24.697385,88.897093 L 15.102732,106.80712 z " />
-      <rect
-         y="22.413721"
-         x="26.015469"
-         width="72.279724"
-         style="fill:url(#linearGradient5554);fill-opacity:1;fill-rule:evenodd;stroke-width:1.62826681"
-         ry="5.4369707"
-         rx="5.4369707"
-         id="rect5506"
-         height="60.126495" />
-      <rect
-         y="31.695871"
-         x="33.386066"
-         width="58.178177"
-         style="fill:url(#radialGradient5556);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5558);stroke-width:1.4649456pt"
-         id="rect5508"
-         height="38.044163" />
-      <path
-         style="fill:url(#linearGradient5560);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzccccc"
-         id="path5510"
-         d="M 27.690431,52.841444 L 27.370609,74.749236 C 27.319624,78.241665 29.310209,80.477938 32.807578,80.506029 L 72.625393,80.825852 L 76.463254,71.87084 L 32.008024,71.55102 L 31.688202,52.681533 L 27.690431,52.841444 z " />
-      <g
-         transform="matrix(-1,0,0,1,125.4301,0)"
-         id="g5512">
-        <path
-           style="fill:url(#linearGradient5562);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path5514"
-           d="M 42.062098,33.460351 L 77.341205,33.008055 C 82.787126,32.938235 89.553204,38.416797 89.553204,43.863165 L 89.553204,60.14583 L 41.609801,59.693534 L 42.062098,33.460351 z " />
-        <path
-           style="fill:url(#linearGradient5564);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path5516"
-           d="M 78.337784,67.629235 L 46.723745,67.724544 C 41.843589,67.739257 35.829319,62.771024 35.877168,57.891081 L 36.020221,43.301821 L 78.973514,44.128288 L 78.337784,67.629235 z " />
-      </g>
-      <path
-         style="fill:url(#linearGradient5566);fill-opacity:1;fill-rule:evenodd;stroke-width:0.72367412;stroke-opacity:0.34710741"
-         sodipodi:nodetypes="cczzzzzzc"
-         id="path5518"
-         d="M 137.39107,112.02341 C 137.39107,112.02341 129.0757,110.26438 123.63872,113.62251 C 118.20176,116.98064 109.96635,123.21719 108.76702,124.81628 C 107.40777,126.57531 107.42036,130.22796 109.24674,131.53253 L 114.84364,135.53031 C 118.31797,138.01198 124.86218,139.25396 128.11624,136.48978 L 142.98795,123.85681 C 144.79792,122.3193 145.72732,118.27921 144.10733,116.82073 C 142.95609,115.04975 140.4892,112.91939 137.39107,112.02341 z " />
-      <path
-         style="fill:url(#linearGradient5568);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzc"
-         id="path5520"
-         d="M 142.3483,121.13833 L 125.91043,133.59673 C 122.97154,135.82414 118.65484,134.11775 116.28283,133.77129 C 113.9108,133.42481 111.88528,131.87901 112.12516,132.33209 C 112.36503,132.78517 115.08349,135.71687 117.72203,136.48978 C 120.36055,137.26267 124.9543,138.89307 127.50953,136.15531 C 130.06477,133.41755 145.2267,123.53699 142.3483,121.13833 z " />
-      <path
-         style="fill:url(#linearGradient5570);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="cczc"
-         id="path5522"
-         d="M 132.11225,127.51984 C 135.31047,122.88242 120.11893,113.12786 109.08509,127.0401 C 110.20446,130.71805 116.80662,132.5992 121.82304,132.33547 C 126.68363,132.07993 129.50037,129.97181 132.11225,127.51984 z " />
-      <path
-         style="fill:url(#linearGradient5572);fill-opacity:1;fill-rule:evenodd;stroke-width:1.08551121"
-         sodipodi:nodetypes="cccccccc"
-         id="path5524"
-         d="M 138.63464,112.68306 C 135.9958,113.22749 132.31739,114.43079 129.87534,116.38362 C 128.77009,115.68011 125.32759,114.5677 123.66767,113.84494 L 123.24572,114.10517 C 129.67287,117.23476 136.43512,117.91249 135.88192,122.87668 C 136.33675,122.98575 137.05589,123.09702 136.73191,122.38863 C 136.41775,118.90392 132.50587,117.23351 131.02697,116.81532 C 133.17224,114.26602 136.255,113.70892 138.63464,112.68306 z " />
-      <path
-         style="fill:url(#linearGradient5574);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path5526"
-         d="M 18.891612,106.48414 C 17.978451,108.31614 19.173914,111.55774 22.263529,111.55774 L 105.0195,111.55774 C 106.66288,111.55774 109.13595,109.26672 108.39142,107.69215 L 101.42279,92.954575 C 100.88602,91.819403 99.685232,91.263378 98.500462,91.263378 L 28.108183,91.263369 C 27.131195,91.263369 26.0968,92.028994 25.635445,92.954575 L 18.891612,106.48414 z " />
-      <text
-         y="-14.660837"
-         xml:space="preserve"
-         x="6.147172"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text5528"><tspan
-           id="tspan5530">Computer</tspan></text>
-      <text
-         y="-34.951134"
-         xml:space="preserve"
-         x="84.564949"
-         transform="scale(0.246729,0.246729)"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text5532"><tspan
-           id="tspan5534">Created by Andrew Fitzsimon</tspan></text>
-    </g>
-    <g
-       id="g6024"
-       transform="matrix(-1,0,0,1,874.16045,452.61731)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644">
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path6027"
-         d="M 60.545133,72.847539 C 65.294534,78.031101 68.316881,87.318315 75.00922,87.318316 C 81.485677,85.518467 82.349205,70.11177 83.212732,66.800051 C 75.872748,71.839624 68.316882,74.71938 60.545133,72.847539 z " />
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#d20000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccssssc"
-         id="path6029"
-         d="M 31.546762,99.654209 C 31.156121,124.85047 95.78552,127.73183 95.62922,99.654209 C 97.174007,77.325462 86.068776,64.629762 83.309105,66.788232 C 81.907864,67.884209 81.387229,92.223995 71.919297,86.625353 C 67.316417,83.903554 62.167959,73.44849 59.915352,73.101625 C 56.516277,72.578221 50.007529,69.826123 44.029815,64.675414 C 42.461522,63.324094 32.076211,77.214403 31.546762,99.654209 z " />
-      <path
-         style="fill:url(#radialGradient2797);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2796"
-         d="M 43.53125,77.3125 C 40.353026,86.016409 37.202011,96.366079 40.377303,105.23542 C 48.984655,117.18204 66.049398,117.25223 79.222417,115.04972 C 88.094278,113.47345 96.636121,105.87972 94.744454,96.188658 C 94.751182,88.561019 93.319573,80.643142 89.09375,74.1875 C 87.954705,81.120157 85.706152,92.347929 76.686643,91.786583 C 66.841974,89.84774 65.058803,76.33878 54.747596,75.105769 C 49.945701,71.530053 45.566465,69.110698 43.783935,76.852875 L 43.53125,77.3125 z " />
-      <path
-         transform="matrix(0.440859,0,0,0.441062,0.997459,16.38124)"
-         style="fill:#efd7c7;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:type="arc"
-         sodipodi:ry="57.825485"
-         sodipodi:rx="60.94183"
-         sodipodi:cy="70.290855"
-         sodipodi:cx="150.27701"
-         id="path6032"
-         d="M 211.21884 70.290855 A 60.94183 57.825485 0 1 1  89.335178,70.290855 A 60.94183 57.825485 0 1 1  211.21884 70.290855 z" />
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccccc"
-         id="path3720"
-         d="M 56.980881,5.8426527 C 39.420698,8.0166254 30.552872,16.206245 24.211446,49.532095 C 14.512196,98.076517 21.871677,115.5525 32.990311,115.56714 C 17.54932,102.40769 63.877625,86.740105 56.295103,44.070713 C 68.4508,48.712358 94.51097,54.349644 95.164349,41.718703 C 97.176702,29.219492 88.64173,4.4775042 56.980881,5.8426527 z " />
-      <path
-         style="fill:url(#linearGradient2789);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2164"
-         d="M 60.687242,45.028999 C 62.530882,55.403773 61.180052,64.151015 58.312242,71.685249 C 61.630122,73.07804 65.296862,73.904 69.155992,73.903999 C 83.975322,73.903999 95.981712,62.468019 95.999742,48.403999 C 88.357632,52.885439 70.244092,48.678277 60.687242,45.028999 z " />
-      <path
-         style="fill:url(#radialGradient2791);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2790"
-         d="M 52.174948,8.1325312 C 35.846775,12.141346 31.110158,30.475875 28.060647,44.840387 C 24.465246,64.767005 19.485139,85.90438 25.518698,105.82003 C 29.863591,114.87216 28.026452,106.52571 31.049538,102.11795 C 41.311249,87.323083 56.256862,73.307418 55.936774,53.886064 C 56.647391,49.398848 52.34734,38.640985 60.701717,42.254379 C 70.683443,45.202557 82.078811,49.011247 92.143698,44.632531 C 96.945103,37.45042 93.288237,27.137344 88.876323,20.399742 C 81.135092,8.5919962 65.300885,5.0194752 52.174948,8.1325312 z " />
-    </g>
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.63842154;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
-       sodipodi:nodetypes="cccccccccccc"
-       id="path699"
-       d="M 319.16674,325.66524 L 432.27399,313.12251 L 422.57906,332.08242 L 484.9028,325.95688 C 484.9028,325.95688 494.59773,306.41369 495.05931,306.41369 C 495.52148,306.41369 517.68079,331.79078 517.68079,331.79078 C 517.68079,331.79078 465.51355,358.33479 465.05197,358.33479 C 465.51355,358.91808 474.74689,339.66616 474.74689,339.37453 L 402.72705,345.79207 L 412.42255,326.24852 L 309.01023,338.4996 L 319.16674,325.66524 z "
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <text
-       xml:space="preserve"
-       style="font-size:48px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="92.546875"
-       y="509.71948"
-       id="text7612"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan7614"
-         x="92.546875"
-         y="509.71948">Server</tspan><tspan
-         sodipodi:role="line"
-         x="92.546875"
-         y="569.71948"
-         id="tspan2803">(PQM)</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="359.5625"
-       y="261.21948"
-       id="text7877"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan7879"
-         x="359.5625"
-         y="261.21948">bzr branch</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path9548"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(42.857147,67.142853)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="325.71429"
-       y="259.52307"
-       id="text9550"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan9552"
-         x="325.71429"
-         y="259.52307">1</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path9554"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(558.85715,89.5491)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="841.25"
-       y="283.37573"
-       id="text9556"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan9558"
-         x="841.25"
-         y="283.37573">2</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="874.89062"
-       y="264.32886"
-       id="text9566"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         x="874.89062"
-         y="264.32886"
-         id="tspan2788">make</tspan><tspan
-         sodipodi:role="line"
-         x="874.89062"
-         y="304.32886"
-         id="tspan2815">changes</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path9652"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(449.56027,432.37723)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="732.41742"
-       y="625.97729"
-       id="text9654"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan9656"
-         x="732.41742"
-         y="625.97729">4</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="768.26562"
-       y="622.23511"
-       id="text9658"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan9660"
-         x="768.26562"
-         y="622.23511">accept or reject</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="75.5625"
-       y="228.09448"
-       id="text2965"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan2967"
-         x="75.5625"
-         y="228.09448">main branch</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="556.98438"
-       y="165.64139"
-       id="text2969"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan2971"
-         x="556.98438"
-         y="165.64139">local branches</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:5.00006151;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path4930"
-       sodipodi:cx="342"
-       sodipodi:cy="171.0945"
-       sodipodi:rx="66"
-       sodipodi:ry="35"
-       d="M 408 171.0945 A 66 35 0 1 1  276,171.0945 A 66 35 0 1 1  408 171.0945 z"
-       transform="matrix(1.9161749,0,0,1.0419298,-477.33182,37.826027)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <path
-       sodipodi:type="arc"
-       style="fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:5.00006151;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path7839"
-       sodipodi:cx="342"
-       sodipodi:cy="171.0945"
-       sodipodi:rx="66"
-       sodipodi:ry="35"
-       d="M 408 171.0945 A 66 35 0 1 1  276,171.0945 A 66 35 0 1 1  408 171.0945 z"
-       transform="matrix(2.0657387,0,0,1.0382501,-36.482679,-19.544354)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <g
-       id="g11201"
-       transform="translate(224.98935,560.87966)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path2488"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(44.857147,386.9866)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="327.71429"
-       y="580.60229"
-       id="text2490"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan2492"
-         x="327.71429"
-         y="580.60229">5</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="363.5625"
-       y="577.76636"
-       id="text2494"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         id="tspan2496"
-         x="363.5625"
-         y="577.76636">request merge</tspan></text>
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.63842154;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
-       sodipodi:nodetypes="cccccccccccc"
-       id="path2801"
-       d="M 530.83326,472.52373 L 417.72601,485.06646 L 427.42094,466.10655 L 365.0972,472.23209 C 365.0972,472.23209 355.40227,491.77528 354.94069,491.77528 C 354.47852,491.77528 332.31921,466.39819 332.31921,466.39819 C 332.31921,466.39819 384.48645,439.85418 384.94803,439.85418 C 384.48645,439.27089 375.25311,458.52281 375.25311,458.81444 L 447.27295,452.3969 L 437.57745,471.94045 L 540.98977,459.68937 L 530.83326,472.52373 z "
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="878.89062"
-       y="396.40698"
-       id="text2811"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_manualpqm.png"
-       inkscape:export-xdpi="38.384644"
-       inkscape:export-ydpi="38.384644"><tspan
-         sodipodi:role="line"
-         x="878.89062"
-         y="396.40698"
-         id="tspan2813">request</tspan><tspan
-         sodipodi:role="line"
-         x="878.89062"
-         y="436.40698"
-         id="tspan2817">review</tspan></text>
-  </g>
-</svg>

=== removed file 'doc/ru/user-guide/images/workflows_shared.png'
Binary files old/doc/ru/user-guide/images/workflows_shared.png	2009-06-01 20:15:36 +0000 and new/doc/ru/user-guide/images/workflows_shared.png	1970-01-01 00:00:00 +0000 differ
=== removed file 'doc/ru/user-guide/images/workflows_shared.svg'
--- old/doc/ru/user-guide/images/workflows_shared.svg	2009-06-01 20:15:36 +0000
+++ new/doc/ru/user-guide/images/workflows_shared.svg	1970-01-01 00:00:00 +0000
@@ -1,1594 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://web.resource.org/cc/"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="1052.3622"
-   height="744.09448"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.45.1"
-   version="1.0"
-   sodipodi:docbase="/home/ian/Desktop/talk/workflows"
-   sodipodi:docname="workflows_shared.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_shared.png"
-   inkscape:export-xdpi="49.419998"
-   inkscape:export-ydpi="49.419998">
-  <defs
-     id="defs4">
-    <radialGradient
-       xlink:href="#linearGradient5992"
-       r="33.156250"
-       inkscape:collect="always"
-       id="radialGradient6000"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,1.693685,0.000000,-197.9515)"
-       fy="285.36218"
-       fx="495.50000"
-       cy="285.36218"
-       cx="495.50000" />
-    <linearGradient
-       y2="187.57059"
-       y1="225.40080"
-       xlink:href="#linearGradient5963"
-       x2="458.91232"
-       x1="383.95898"
-       inkscape:collect="always"
-       id="linearGradient5969"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient3586">
-      <stop
-         style="stop-color:#000000;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop3588" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop3590" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5963">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop5965" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop5967" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5992">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop5994" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop5996" />
-    </linearGradient>
-    <linearGradient
-       y2="-0.45783132"
-       y1="3.3012049"
-       xlink:href="#linearGradient893"
-       x2="0.92957747"
-       x1="-2.3960868e-17"
-       id="linearGradient4284" />
-    <linearGradient
-       y2="-0.033519555"
-       y1="2.0837989"
-       xlink:href="#linearGradient893"
-       x2="0.99074072"
-       x1="-0.77314812"
-       id="linearGradient4283" />
-    <linearGradient
-       y2="1.8771822"
-       y1="-0.033741195"
-       xlink:href="#linearGradient902"
-       x2="0.48453596"
-       x1="0.47041038"
-       id="linearGradient2740"
-       gradientTransform="scale(0.997153,1.002855)" />
-    <linearGradient
-       y2="1.9025002"
-       y1="-0.043652620"
-       xlink:href="#linearGradient902"
-       x2="0.48481107"
-       x1="0.47042510"
-       id="linearGradient1506"
-       gradientTransform="scale(0.995847,1.004170)" />
-    <linearGradient
-       y2="1.8570156"
-       y1="-0.024853170"
-       xlink:href="#linearGradient902"
-       x2="0.48548824"
-       x1="0.47157744"
-       id="linearGradient1505"
-       gradientTransform="scale(0.997825,1.002180)" />
-    <linearGradient
-       y2="182.99154"
-       y1="169.09755"
-       xlink:href="#linearGradient892"
-       x2="88.996957"
-       x1="88.755695"
-       id="linearGradient1404"
-       gradientTransform="scale(1.3695887,0.7301462)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient1317"
-       r="0.34964636"
-       id="radialGradient1316"
-       fy="0.18269235"
-       fx="0.50352114"
-       cy="0.50000006"
-       cx="0.50000000" />
-    <radialGradient
-       xlink:href="#linearGradient1317"
-       r="0.41197181"
-       id="radialGradient1315"
-       fy="0.26666668"
-       fx="0.47535211"
-       cy="0.53333336"
-       cx="0.47887325" />
-    <linearGradient
-       y2="173.03153"
-       y1="177.77768"
-       xlink:href="#linearGradient902"
-       x2="95.100155"
-       x1="101.10657"
-       id="linearGradient1171"
-       gradientTransform="scale(1.3601783,0.7351977)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="1.8378206"
-       y1="-0.016295359"
-       xlink:href="#linearGradient902"
-       x2="0.48655096"
-       x1="0.47284532"
-       id="linearGradient1170"
-       gradientTransform="scale(0.998371,1.001632)" />
-    <linearGradient
-       y2="81.477602"
-       y1="224.57898"
-       xlink:href="#linearGradient893"
-       x2="74.533693"
-       x1="146.69923"
-       id="linearGradient1169"
-       gradientTransform="scale(1.1870691,0.842411)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="133.54711"
-       y1="228.39311"
-       xlink:href="#linearGradient888"
-       x2="88.447016"
-       x1="141.60217"
-       id="linearGradient1167"
-       gradientTransform="scale(1.1838753,0.8446836)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="148.78619"
-       y1="131.25248"
-       xlink:href="#linearGradient1317"
-       x2="107.04918"
-       x1="111.49758"
-       id="linearGradient1166"
-       gradientTransform="scale(1.223869,0.8170809)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="176.28694"
-       y1="269.85831"
-       xlink:href="#linearGradient888"
-       x2="-16.224496"
-       x1="51.460928"
-       id="linearGradient1157"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="234.26866"
-       y1="178.48862"
-       xlink:href="#linearGradient888"
-       x2="25.220815"
-       x1="25.220815"
-       id="linearGradient1156"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="105.42543"
-       y1="76.277559"
-       xlink:href="#linearGradient892"
-       x2="8.346058"
-       x1="35.190362"
-       id="linearGradient1150"
-       gradientTransform="scale(1.3283861,0.7527932)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="20.481863"
-       y1="49.507656"
-       xlink:href="#linearGradient892"
-       x2="70.224305"
-       x1="39.690614"
-       id="linearGradient1148"
-       gradientTransform="scale(1.329144,0.7523639)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="113.71949"
-       y1="90.197025"
-       xlink:href="#linearGradient892"
-       x2="17.876529"
-       x1="39.810948"
-       id="linearGradient1146"
-       gradientTransform="scale(1.3207392,0.7571517)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="251.21892"
-       y1="203.499"
-       xlink:href="#linearGradient892"
-       x2="31.617281"
-       x1="31.449743"
-       id="linearGradient1144"
-       gradientTransform="scale(2.1051174,0.4750329)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="-0.45783132"
-       y1="3.3012049"
-       xlink:href="#linearGradient888"
-       x2="0.92957747"
-       x1="0.00000000"
-       id="linearGradient1141" />
-    <linearGradient
-       y2="232.24952"
-       y1="110.4447"
-       xlink:href="#linearGradient888"
-       x2="41.967061"
-       x1="45.685757"
-       id="linearGradient1140"
-       gradientTransform="scale(1.9102155,0.5235012)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="75.912531"
-       y1="375.92199"
-       xlink:href="#linearGradient1806"
-       x2="-268.25407"
-       x1="-249.72067"
-       id="linearGradient1138"
-       gradientTransform="scale(1.087146,0.9198397)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient1133"
-       r="68.589222"
-       id="radialGradient1132"
-       fy="39.288476"
-       fx="72.107883"
-       cy="56.485935"
-       cx="60.004654"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="11.699047"
-       y1="208.43991"
-       xlink:href="#linearGradient888"
-       x2="95.644441"
-       x1="-77.726178"
-       id="linearGradient905"
-       gradientTransform="scale(1.0964158,0.9120627)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       xlink:href="#linearGradient1806"
-       id="linearGradient901" />
-    <linearGradient
-       y2="91.07699"
-       y1="-3.9104078"
-       xlink:href="#linearGradient888"
-       x2="27.674331"
-       x1="92.437968"
-       id="linearGradient891"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient888">
-      <stop
-         style="stop-color:#626262;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop889" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop890" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient892">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.00000000;"
-         offset="0.00000000"
-         id="stop893" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop894" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient902">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.00000000;"
-         offset="0.00000000"
-         id="stop903" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.22000000;"
-         offset="1.0000000"
-         id="stop904" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1098">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1.0000000;"
-         offset="0.00000000"
-         id="stop1099" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.22314049;"
-         offset="0.50000000"
-         id="stop1101" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.00000000;"
-         offset="0.59930235"
-         id="stop1102" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.60330576;"
-         offset="1.0000000"
-         id="stop1100" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1133">
-      <stop
-         style="stop-color:#8bb7df;stop-opacity:1.0000000;"
-         offset="0.00000000"
-         id="stop1134" />
-      <stop
-         style="stop-color:#2a6092;stop-opacity:1.0000000;"
-         offset="0.76209301"
-         id="stop1136" />
-      <stop
-         style="stop-color:#375e82;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop1135" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1317">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52892560;"
-         offset="0.00000000"
-         id="stop1318" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.17355372;"
-         offset="0.50000000"
-         id="stop1320" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.00000000;"
-         offset="1.0000000"
-         id="stop1319" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient893">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop895" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop896" />
-    </linearGradient>
-    <radialGradient
-       xlink:href="#linearGradient1806"
-       r="11.574221"
-       id="radialGradient1977"
-       fy="39.410465"
-       fx="42.280806"
-       cy="39.007645"
-       cx="42.007257"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient1806">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.35051546;"
-         offset="0.0000000"
-         id="stop1807" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.13402061;"
-         offset="0.64999998"
-         id="stop3276" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop1808" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5281"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5283"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5285"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="5.5130484"
-       inkscape:collect="always"
-       id="radialGradient1828"
-       fy="61.38567"
-       fx="86.542037"
-       cy="61.38567"
-       cx="86.542037"
-       gradientTransform="matrix(-0.8164966,0,0,1.2247449,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="11.123441"
-       inkscape:collect="always"
-       id="radialGradient1824"
-       fy="58.887858"
-       fx="118.06427"
-       cy="58.54025"
-       cx="117.17439"
-       gradientTransform="matrix(-0.6229142,0,0,1.6053575,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="22.00904"
-       inkscape:collect="always"
-       id="radialGradient1822"
-       fy="87.892895"
-       fx="45.50637"
-       cy="88.322677"
-       cx="45.139623"
-       gradientTransform="matrix(-1.0914815,0,0,0.9161859,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="18.836343"
-       inkscape:collect="always"
-       id="radialGradient1818"
-       fy="33.351633"
-       fx="48.40165"
-       cy="32.467054"
-       cx="48.40165"
-       gradientTransform="matrix(-1.1146027,0,0,0.8971807,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="74.834393"
-       y1="57.093738"
-       xlink:href="#linearGradient4376"
-       x2="50.203204"
-       x1="50.52668"
-       inkscape:collect="always"
-       id="linearGradient1815"
-       gradientTransform="matrix(-1.3516689,0,0,0.7398261,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient4384">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop4385" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4386" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4376">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop4377" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4378" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4362">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop4363" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4364" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4358">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop4359" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop4360" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="radialGradient5536"
-       gradientUnits="userSpaceOnUse"
-       cx="42.007257"
-       cy="39.007645"
-       fx="42.280806"
-       fy="39.410465"
-       r="11.574221" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5538"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5540"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5542"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5544"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5546"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       x1="25.220815"
-       y1="178.48862"
-       x2="25.220815"
-       y2="234.26866" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5548"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       x1="51.460928"
-       y1="269.85831"
-       x2="-16.224496"
-       y2="176.28694" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient893"
-       id="linearGradient5550"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.1870691,0.842411)"
-       x1="146.69923"
-       y1="224.57898"
-       x2="74.533693"
-       y2="81.477602" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5552"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.9102155,0.5235012)"
-       x1="45.685757"
-       y1="110.4447"
-       x2="41.967061"
-       y2="232.24952" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5554"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.0964158,0.9120627)"
-       x1="-77.726178"
-       y1="208.43991"
-       x2="95.644441"
-       y2="11.699047" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1133"
-       id="radialGradient5556"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       cx="60.004654"
-       cy="56.485935"
-       fx="72.107883"
-       fy="39.288476"
-       r="68.589222" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5558"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       x1="92.437968"
-       y1="-3.9104078"
-       x2="27.674331"
-       y2="91.07699" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5560"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3207392,0.7571517)"
-       x1="39.810948"
-       y1="90.197025"
-       x2="17.876529"
-       y2="113.71949" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5562"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.329144,0.7523639)"
-       x1="39.690614"
-       y1="49.507656"
-       x2="70.224305"
-       y2="20.481863" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5564"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3283861,0.7527932)"
-       x1="35.190362"
-       y1="76.277559"
-       x2="8.346058"
-       y2="105.42543" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient888"
-       id="linearGradient5566"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.1838753,0.8446836)"
-       x1="141.60217"
-       y1="228.39311"
-       x2="88.447016"
-       y2="133.54711" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient902"
-       id="linearGradient5568"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3601783,0.7351977)"
-       x1="101.10657"
-       y1="177.77768"
-       x2="95.100155"
-       y2="173.03153" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5570"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.3695887,0.7301462)"
-       x1="88.755695"
-       y1="169.09755"
-       x2="88.996957"
-       y2="182.99154" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1317"
-       id="linearGradient5572"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.223869,0.8170809)"
-       x1="111.49758"
-       y1="131.25248"
-       x2="107.04918"
-       y2="148.78619" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient892"
-       id="linearGradient5574"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(2.1051174,0.4750329)"
-       x1="31.449743"
-       y1="203.499"
-       x2="31.617281"
-       y2="251.21892" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5714"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="39.648127"
-       inkscape:collect="always"
-       id="radialGradient2797"
-       fy="101.92288"
-       fx="50.092871"
-       cy="102.70191"
-       cx="49.760482"
-       gradientTransform="scale(1.1222336,0.8910801)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="35.284406"
-       inkscape:collect="always"
-       id="radialGradient2791"
-       fy="32.061308"
-       fx="81.553592"
-       cy="33.402904"
-       cx="80.599566"
-       gradientTransform="scale(0.8352269,1.1972794)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="67.164412"
-       y1="53.505203"
-       xlink:href="#linearGradient4376"
-       x2="63.804663"
-       x1="64.786456"
-       inkscape:collect="always"
-       id="linearGradient2789"
-       gradientTransform="scale(1.1424512,0.8753109)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient6015">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop6017" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6019" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6009">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop6011" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6013" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6003">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop6005" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6007" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5997">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop5999" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop6001" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient6037"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       y2="0.46093750"
-       y1="0.46093750"
-       xlink:href="#linearGradient650"
-       x2="1.16666818"
-       x1="1.22222710"
-       spreadMethod="repeat"
-       id="linearGradient654"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       y2="0.53906250"
-       y1="0.53125000"
-       xlink:href="#linearGradient650"
-       x2="1.16666901"
-       x1="1.00000548"
-       spreadMethod="repeat"
-       id="linearGradient653"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       id="linearGradient650">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop651" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop652" />
-    </linearGradient>
-    <linearGradient
-       y2="0.46093750"
-       y1="0.46093750"
-       xlink:href="#linearGradient650"
-       x2="1.16666818"
-       x1="1.22222710"
-       spreadMethod="repeat"
-       id="linearGradient9648"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       y2="0.53906250"
-       y1="0.53125000"
-       xlink:href="#linearGradient650"
-       x2="1.16666901"
-       x1="1.00000548"
-       spreadMethod="repeat"
-       id="linearGradient9646"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       id="linearGradient9640">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop9642" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop9644" />
-    </linearGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     gridtolerance="10000"
-     guidetolerance="10"
-     objecttolerance="10"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="0.8"
-     inkscape:cx="578.40513"
-     inkscape:cy="404.22798"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     width="1052.3622px"
-     height="744.09448px"
-     showgrid="true"
-     inkscape:window-width="1405"
-     inkscape:window-height="869"
-     inkscape:window-x="0"
-     inkscape:window-y="25" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <g
-       inkscape:label="Layer 1"
-       id="g4996"
-       transform="matrix(0.331077,0,0,0.2676656,75.992157,230.68349)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192">
-      <g
-         transform="matrix(2.674162,0,0,2.674162,-826.248,-323.8239)"
-         id="g6052">
-        <path
-           style="fill:#c7c7c7;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:6.11299896;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-           sodipodi:nodetypes="czcczzz"
-           id="path1306"
-           d="M 362.77592,187.283 C 360.50343,190.98677 361.20593,367.68763 364.14011,374.65173 C 366.46268,380.1642 441.02381,442.12988 444.93699,443.78694 C 495.35017,443.444 529.34176,425.0858 534.99109,415.38735 C 537.14042,403.1889 535.31621,215.19709 533.25552,211.25359 C 531.47859,207.85312 436.04893,173.6386 432.71615,172.86054 C 429.71763,172.16052 365.30189,183.1661 362.77592,187.283 z " />
-        <path
-           style="fill:#ffffff;fill-opacity:0.54385968;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccccccc"
-           id="path2066"
-           d="M 366.42857,190.93361 C 391.19048,201.4098 418.60601,218.30739 446.22506,231.64072 C 472.394,225.42153 510.2022,217.10972 529.24981,213.77639 C 504.726,221.39543 472.52022,228.51448 447.99641,236.13353 C 446.56784,293.51448 447.257,380.45861 445.82843,437.83956 C 445.11414,379.98242 443.14285,291.6479 442.42856,233.79075 C 415.99999,219.50504 390,206.64789 366.42857,190.93361 z " />
-        <path
-           style="fill:#000000;fill-opacity:0.16228069;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccc"
-           id="path4356"
-           d="M 519.99794,379.97737 C 510.93834,392.99882 482.41849,399.43361 468.8726,394.16864 C 471.21835,393.5424 516.96143,380.96883 519.99794,379.97737 z " />
-        <g
-           transform="translate(2.035534,15.20712)"
-           id="g4374">
-          <path
-             style="fill:#ffffff;fill-opacity:0.39473685;fill-rule:evenodd;stroke:none;stroke-width:1.01199996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-             sodipodi:nodetypes="cccccc"
-             id="path4362"
-             d="M 471.29127,340.59039 L 513.55921,324.30516 C 517.9002,325.84805 517.04588,332.27818 517.04588,332.27818 L 510.46155,334.58088 C 510.46155,334.58088 501.26764,349.01224 484.93096,343.36795 C 484.93096,343.36795 472.7787,345.52605 471.29127,340.59039 z " />
-          <path
-             style="fill:#606060;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.11199999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-             sodipodi:nodetypes="ccccccc"
-             id="path2826"
-             d="M 471.66824,335.10501 C 485.70133,331.45482 499.73443,327.80464 513.76752,324.15445 C 514.30594,326.13864 514.34437,328.99782 513.50779,330.48201 C 511.36566,331.50652 507.10221,332.35425 504.96008,333.37876 C 498.80357,339.27354 493.45917,339.80363 483.65919,338.95243 C 479.87505,339.74603 476.0909,340.36284 472.30676,341.15644 C 471.15285,338.85897 470.82215,337.90248 471.66824,335.10501 z " />
-        </g>
-        <path
-           style="fill:#ffffff;fill-opacity:0.40350874;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccccc"
-           id="path4423"
-           d="M 364.8671,189.69191 L 446.71991,235.61832 L 446.39149,441.00771 L 366.28132,373.53968 L 364.8671,189.69191 z " />
-        <path
-           style="fill:#000000;fill-opacity:0.16228069;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccc"
-           id="path5957"
-           d="M 515.24794,392.97737 C 505.81506,405.42036 486.94113,407.56087 476.3726,403.76831 C 478.1563,403.29212 512.93901,393.73127 515.24794,392.97737 z " />
-        <path
-           style="fill:#000000;fill-opacity:0.16228069;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="ccc"
-           id="path5959"
-           d="M 508.24794,405.72737 C 502.79158,413.09279 492.2492,415.37141 483.8726,412.49343 C 484.991,412.19485 506.80021,406.20008 508.24794,405.72737 z " />
-        <path
-           style="fill:#fcfcfc;fill-opacity:0.44298245;fill-rule:evenodd;stroke:none;stroke-width:0.31200001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-           sodipodi:nodetypes="ccccccc"
-           id="path5973"
-           d="M 522.875,227.86218 L 527.04289,228.4302 L 527.79289,326.56929 L 463.46862,344.54896 L 461.88388,339.34073 L 523.68934,322.86218 L 522.875,227.86218 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6026"
-           d="M 462.21967,264.23013 L 462.31434,266.99086 L 522.7929,249.54632 L 462.21967,264.23013 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6036"
-           d="M 461.33579,284.2059 L 461.43046,286.96663 L 521.90902,269.52209 L 461.33579,284.2059 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6038"
-           d="M 462.21967,302.64613 L 462.31434,305.40686 L 522.7929,287.96232 L 462.21967,302.64613 z " />
-        <path
-           style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.22745098;fill-rule:evenodd;stroke:none;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.22807013;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="cccc"
-           id="path6040"
-           d="M 462.21967,320.79868 L 462.31434,323.55941 L 522.7929,306.11487 L 462.21967,320.79868 z " />
-        <path
-           style="opacity:1;color:#000000;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#9e9e9e;stroke-width:2.61199999;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
-           sodipodi:nodetypes="ccc"
-           id="path5988"
-           d="M 522.55191,229.64344 L 462.03362,244.76045 L 462.53549,344.35813" />
-      </g>
-    </g>
-    <g
-       id="g5256"
-       transform="translate(601.5744,207.49165)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192">
-      <path
-         transform="matrix(6.392368,0.545409,-0.130014,2.864752,-184.6606,-38.15109)"
-         style="fill:url(#radialGradient1977);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:type="arc"
-         sodipodi:ry="12.562782"
-         sodipodi:rx="12.562782"
-         sodipodi:cy="37.865574"
-         sodipodi:cx="41.875938"
-         id="path1976"
-         d="M 54.438721 37.865574 A 12.562782 12.562782 0 1 1  29.313156,37.865574 A 12.562782 12.562782 0 1 1  54.438721 37.865574 z" />
-      <g
-         transform="matrix(1,0,0,1.036969,356.8306,-11.4294)"
-         style="fill:url(#linearGradient6037);fill-opacity:1"
-         id="g4293">
-        <path
-           style="fill:url(#linearGradient5281);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path2720"
-           d="M -270.85787,33.814995 C -289.35564,33.925992 -307.93321,33.592782 -326.38104,33.981747 C -331.43469,35.696391 -331.02221,41.899652 -330.68524,46.15332 C -330.75782,60.227303 -330.53537,74.298225 -330.21167,88.36826 C -328.21297,91.039611 -323.21766,90.618387 -322.68469,94.539015 C -320.78054,96.259426 -317.05071,94.88215 -314.4389,95.333237 C -298.54999,95.360274 -282.66107,95.387302 -266.77215,95.414339 C -266.35587,90.465192 -260.12609,88.824447 -255.81783,89.540255 C -256.01688,89.058389 -261.69557,87.939375 -259.61591,84.491525 C -259.45681,68.72727 -259.19734,52.882199 -259.82064,37.168229 C -261.19394,32.980583 -267.34179,33.83368 -270.85787,33.814995 z M -236.65184,97.260473 C -234.79025,100.12642 -237.08724,103.09386 -239.92892,104.16357 C -242.6311,105.91539 -245.59105,107.62992 -248.52894,108.76804 C -253.1773,108.19079 -251.42424,101.88475 -255.01281,99.896645 C -260.33594,96.447012 -267.21045,98.43943 -273.23329,97.939231 C -291.8249,97.94887 -310.41651,97.958519 -329.00813,97.968158 C -335.45898,103.56578 -339.16595,111.40269 -341.55034,119.32178 C -337.25147,124.2061 -329.89606,122.27575 -324.10438,122.40002 C -298.64553,122.23171 -273.11679,122.61546 -247.69897,122.24542 C -243.40174,121.14669 -247.44685,114.84894 -243.58488,113.04441 C -242.73865,112.73374 -247.81245,114.4382 -247.26205,111.62955 C -245.49117,106.66028 -239.14113,105.99595 -235.92338,102.36811 C -234.39131,99.755669 -236.26958,96.922488 -238.33047,95.260495 C -237.77093,95.927151 -237.21138,96.593817 -236.65184,97.260473 z M -240.64255,111.75263 C -243.64086,113.13223 -237.02792,110.69536 -235.55512,111.97369 C -229.71113,112.74417 -224.16461,117.19625 -218.12358,115.22951 C -225.97639,116.31604 -232.799,109.03014 -240.64255,111.75263 z M -212.01083,112.33724 C -215.98173,113.85021 -208.21543,112.17765 -210.07883,115.87566 C -212.50961,119.93855 -206.99008,113.8662 -209.61436,112.54677 C -210.16198,111.94632 -211.27989,112.47663 -212.01083,112.33724 z M -213.97451,120.82946 C -220.13871,124.32615 -228.37873,119.08124 -233.85995,124.39439 C -238.36465,128.00055 -244.57099,130.35185 -247.0433,135.75122 C -247.65922,139.60202 -243.25109,141.90251 -240.44565,143.71808 C -235.60127,146.54512 -228.8227,145.75388 -225.20082,141.42836 C -220.62679,137.96117 -216.44182,134.08489 -212.48592,129.96782 C -212.82701,126.95048 -214.43694,123.63971 -213.97451,120.82946 z " />
-        <path
-           style="fill:url(#linearGradient5283);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path2723"
-           d="M -269.68453,32.256957 C -288.76965,32.351184 -307.87514,32.249603 -326.94796,32.349264 C -332.63884,33.663474 -333.90446,40.291305 -333.21597,45.149113 C -333.11996,59.896901 -333.07471,74.659754 -332.61729,89.39481 C -331.88583,93.310348 -324.86009,92.098674 -325.11097,96.44089 C -328.07184,96.184706 -331.5534,96.317135 -333.07248,99.246492 C -338.92562,104.98392 -341.99312,112.66465 -344.27268,120.28679 C -340.22572,125.96631 -332.26467,125.31453 -326.02946,124.71751 C -300.16629,124.7277 -274.28316,124.82043 -248.43245,124.77905 C -244.42424,124.78686 -243.30672,120.35609 -243.96666,117.2099 C -242.88598,112.93536 -237.04086,113.94554 -233.80717,114.98513 C -228.01851,116.64297 -221.26418,120.43074 -215.57982,116.37592 C -211.36091,113.71809 -213.05678,118.4029 -215.77936,119.43344 C -220.82539,122.25797 -227.09125,118.98178 -232.39677,121.20855 C -236.53238,123.88957 -240.74707,126.85249 -244.76678,129.74666 C -248.34219,132.01467 -251.90947,137.38626 -248.13747,140.97315 C -243.79274,146.02948 -236.37425,149.4527 -229.68248,147.08651 C -225.09383,144.85973 -221.79206,140.75401 -217.61535,137.88661 C -215.10454,135.69469 -212.49235,133.26839 -210.83749,130.50207 C -210.86477,126.92195 -214.68529,121.91303 -210.252,119.57013 C -207.25619,117.95208 -205.81053,112.12098 -209.75314,110.87946 C -214.16982,109.44692 -216.95156,115.09837 -221.43751,113.68608 C -228.47365,112.76758 -235.5565,107.20489 -242.69931,110.72434 C -246.89551,113.06547 -243.47174,109.4356 -241.45524,108.56544 C -237.85613,106.84628 -232.73147,104.36798 -233.94637,99.617708 C -234.27189,95.083838 -239.22223,93.197522 -242.95318,91.723135 C -247.61613,89.074942 -253.27003,89.345117 -258.06082,86.933298 C -257.89248,70.385101 -257.58805,53.76423 -258.26571,37.261116 C -259.2092,32.393288 -265.59824,31.96057 -269.68453,32.256957 z M -258.66259,91.764016 C -251.5059,92.239344 -243.21163,93.474137 -238.58238,99.271629 C -238.96251,103.06003 -244.00295,103.80224 -246.52821,106.14082 C -248.92267,108.48087 -251.12372,105.80503 -251.02958,103.27159 C -252.70852,98.336432 -258.20582,95.710815 -263.31841,96.533197 C -267.00561,96.7255 -263.71935,91.937514 -261.395,92.380192 C -260.48382,92.178338 -259.57521,91.953759 -258.66259,91.764016 z " />
-        <path
-           style="fill:url(#linearGradient5285);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           sodipodi:nodetypes="ccccczccccccccccccccccccczccccc"
-           id="path2737"
-           d="M -324.0398,30.70877 C -336.3492,30.820231 -335.15663,39.652507 -334.79476,45.313268 C -334.5469,60.436643 -334.38614,75.599009 -334.01234,90.698281 C -333.20516,93.057424 -330.71249,93.985661 -328.75475,95.252079 C -334.4553,96.476239 -336.96996,102.43195 -340.11175,106.59303 C -342.33294,111.36531 -347.84019,115.92868 -345.92111,121.43642 C -344.00204,126.94416 -332.21757,127.68181 -324.95408,127.12866 C -299.06901,127.09789 -273.17022,127.14905 -247.29372,127.06713 C -243.29961,126.16956 -240.99668,122.03601 -241.4977,118.23645 C -238.30082,114.95371 -233.32521,118.03039 -229.53292,118.63002 C -225.71641,119.31313 -232.5646,119.27527 -233.19362,120.54849 C -238.23604,122.95799 -242.6166,126.65447 -246.90973,130.10509 C -250.44674,132.97354 -252.4229,138.10741 -249.57412,142.08235 C -246.21315,145.92284 -241.41489,148.84284 -236.30395,149.79628 C -230.65487,150.83779 -225.57101,147.82678 -221.6157,144.24077 C -216.87391,140.59839 -212.0873,136.78287 -208.84361,131.80554 C -207.76302,128.26399 -211.47449,123.86671 -208.08348,121.09796 C -204.93438,118.46115 -204.06893,113.02076 -207.41836,110.2673 C -212.81988,106.81278 -218.36682,114.55112 -223.89705,111.29128 C -227.94209,110.1659 -231.91311,108.52596 -236.17676,108.45194 C -231.52711,105.88023 -229.62903,98.782331 -234.08944,95.153402 C -239.61551,89.404431 -248.455,88.793917 -255.40182,85.744487 C -255.86992,78.940296 -255.53665,71.972758 -255.70928,65.098797 C -255.80747,55.730822 -255.73864,46.312632 -255.94025,36.975777 C -258.03631,31.236293 -265.34014,30.439522 -270.76286,30.729689 C -289.40725,30.770714 -311.88665,30.597309 -324.0398,30.70877 z M -255.46516,94.482857 C -250.34561,95.62106 -244.69322,96.21649 -240.83258,100.05203 C -242.37635,102.55028 -245.27573,103.64481 -247.80048,104.97505 C -249.71506,99.684643 -254.39847,94.970039 -260.51378,95.138259 C -260.66903,94.131274 -256.73261,94.551178 -255.46516,94.482857 z " />
-      </g>
-      <rect
-         y="78.658051"
-         x="33.326111"
-         width="57.567924"
-         style="fill:url(#linearGradient1156);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1157);stroke-width:1.44734821pt"
-         id="rect1155"
-         height="8.3153667" />
-      <path
-         style="fill:url(#linearGradient1169);fill-rule:evenodd;stroke-width:0.90459263;stroke-opacity:0.07438019"
-         sodipodi:nodetypes="czzczczzzzzzzc"
-         id="path2676"
-         d="M 98.723806,78.927818 C 95.18666,77.759681 93.50122,82.555591 98.766686,81.004087 C 104.03217,79.452583 120.13123,85.906451 120.37383,89.795491 C 120.61643,93.905503 101.5003,98.581154 106.74108,104.42426 C 111.62816,110.70149 115.35468,100.13868 123.54696,104.21261 C 131.73923,108.17607 136.26048,109.72394 142.25488,104.94185 C 149.10027,101.9342 145.04599,107.07658 139.57918,113.60451 C 134.11237,120.13244 144.00251,115.08156 147.91225,105.31962 C 151.93248,95.557673 139.13128,107.33503 133.66268,105.40571 C 128.19408,103.47639 119.73678,97.849788 113.27625,102.55563 C 106.81572,107.26147 109.62894,99.493003 114.85637,97.90307 C 120.0838,96.092166 122.81363,93.045722 122.85597,90.161522 C 122.89831,87.498293 117.92629,84.811803 112.94229,82.402852 C 107.73732,79.993901 100.49788,78.588966 98.723806,78.927818 z " />
-      <path
-         style="fill:url(#linearGradient1140);fill-opacity:1;fill-rule:evenodd;stroke-width:1.44734821pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path1139"
-         d="M 15.102732,106.80712 C 13.80355,109.23224 17.148847,113.52338 19.900059,113.52338 L 107.85106,113.52338 C 110.18914,113.52338 113.70766,110.4906 112.64839,108.40622 L 102.7339,88.897093 C 101.97024,87.394398 100.26184,86.65834 98.576216,86.65834 L 28.215425,86.658339 C 26.825434,86.658339 25.353768,87.671846 24.697385,88.897093 L 15.102732,106.80712 z " />
-      <rect
-         y="22.413721"
-         x="26.015469"
-         width="72.279724"
-         style="fill:url(#linearGradient905);fill-opacity:1;fill-rule:evenodd;stroke-width:1.62826681"
-         ry="5.4369707"
-         rx="5.4369707"
-         id="rect1137"
-         height="60.126495" />
-      <rect
-         y="31.695871"
-         x="33.386066"
-         width="58.178177"
-         style="fill:url(#radialGradient1132);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient891);stroke-width:1.4649456pt"
-         id="rect1131"
-         height="38.044163" />
-      <path
-         style="fill:url(#linearGradient1146);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzccccc"
-         id="path1145"
-         d="M 27.690431,52.841444 L 27.370609,74.749236 C 27.319624,78.241665 29.310209,80.477938 32.807578,80.506029 L 72.625393,80.825852 L 76.463254,71.87084 L 32.008024,71.55102 L 31.688202,52.681533 L 27.690431,52.841444 z " />
-      <g
-         transform="matrix(-1,0,0,1,125.4301,0)"
-         id="g1791">
-        <path
-           style="fill:url(#linearGradient1148);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path1147"
-           d="M 42.062098,33.460351 L 77.341205,33.008055 C 82.787126,32.938235 89.553204,38.416797 89.553204,43.863165 L 89.553204,60.14583 L 41.609801,59.693534 L 42.062098,33.460351 z " />
-        <path
-           style="fill:url(#linearGradient1150);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path1149"
-           d="M 78.337784,67.629235 L 46.723745,67.724544 C 41.843589,67.739257 35.829319,62.771024 35.877168,57.891081 L 36.020221,43.301821 L 78.973514,44.128288 L 78.337784,67.629235 z " />
-      </g>
-      <path
-         style="fill:url(#linearGradient1167);fill-opacity:1;fill-rule:evenodd;stroke-width:0.72367412;stroke-opacity:0.34710741"
-         sodipodi:nodetypes="cczzzzzzc"
-         id="path1159"
-         d="M 137.39107,112.02341 C 137.39107,112.02341 129.0757,110.26438 123.63872,113.62251 C 118.20176,116.98064 109.96635,123.21719 108.76702,124.81628 C 107.40777,126.57531 107.42036,130.22796 109.24674,131.53253 L 114.84364,135.53031 C 118.31797,138.01198 124.86218,139.25396 128.11624,136.48978 L 142.98795,123.85681 C 144.79792,122.3193 145.72732,118.27921 144.10733,116.82073 C 142.95609,115.04975 140.4892,112.91939 137.39107,112.02341 z " />
-      <path
-         style="fill:url(#linearGradient1171);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzc"
-         id="path1160"
-         d="M 142.3483,121.13833 L 125.91043,133.59673 C 122.97154,135.82414 118.65484,134.11775 116.28283,133.77129 C 113.9108,133.42481 111.88528,131.87901 112.12516,132.33209 C 112.36503,132.78517 115.08349,135.71687 117.72203,136.48978 C 120.36055,137.26267 124.9543,138.89307 127.50953,136.15531 C 130.06477,133.41755 145.2267,123.53699 142.3483,121.13833 z " />
-      <path
-         style="fill:url(#linearGradient1404);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="cczc"
-         id="path1403"
-         d="M 132.11225,127.51984 C 135.31047,122.88242 120.11893,113.12786 109.08509,127.0401 C 110.20446,130.71805 116.80662,132.5992 121.82304,132.33547 C 126.68363,132.07993 129.50037,129.97181 132.11225,127.51984 z " />
-      <path
-         style="fill:url(#linearGradient1166);fill-opacity:1;fill-rule:evenodd;stroke-width:1.08551121"
-         sodipodi:nodetypes="cccccccc"
-         id="path1519"
-         d="M 138.63464,112.68306 C 135.9958,113.22749 132.31739,114.43079 129.87534,116.38362 C 128.77009,115.68011 125.32759,114.5677 123.66767,113.84494 L 123.24572,114.10517 C 129.67287,117.23476 136.43512,117.91249 135.88192,122.87668 C 136.33675,122.98575 137.05589,123.09702 136.73191,122.38863 C 136.41775,118.90392 132.50587,117.23351 131.02697,116.81532 C 133.17224,114.26602 136.255,113.70892 138.63464,112.68306 z " />
-      <path
-         style="fill:url(#linearGradient1144);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path1143"
-         d="M 18.891612,106.48414 C 17.978451,108.31614 19.173914,111.55774 22.263529,111.55774 L 105.0195,111.55774 C 106.66288,111.55774 109.13595,109.26672 108.39142,107.69215 L 101.42279,92.954575 C 100.88602,91.819403 99.685232,91.263378 98.500462,91.263378 L 28.108183,91.263369 C 27.131195,91.263369 26.0968,92.028994 25.635445,92.954575 L 18.891612,106.48414 z " />
-      <text
-         y="-14.660837"
-         xml:space="preserve"
-         x="6.147172"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text1232"><tspan
-           id="tspan1233">Computer</tspan></text>
-      <text
-         y="-34.951134"
-         xml:space="preserve"
-         x="84.564949"
-         transform="scale(0.246729,0.246729)"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text1235"><tspan
-           id="tspan1236">Created by Andrew Fitzsimon</tspan></text>
-    </g>
-    <g
-       id="g5474"
-       transform="translate(633.63525,501.49239)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192">
-      <path
-         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path9383"
-         d="M 203.47051,-209.74941 C 198.72111,-204.56585 195.69876,-195.27863 189.00642,-195.27863 C 182.52997,-197.07848 181.66644,-212.48518 180.80291,-215.7969 C 188.1429,-210.75732 195.69876,-207.87757 203.47051,-209.74941 z " />
-      <path
-         transform="matrix(-0.440859,0,0,0.441062,265.52775,-266.17138)"
-         style="fill:#f1bb96;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:type="arc"
-         sodipodi:ry="57.825485"
-         sodipodi:rx="60.94183"
-         sodipodi:cy="70.290855"
-         sodipodi:cx="150.27701"
-         id="path3713"
-         d="M 211.21884 70.290855 A 60.94183 57.825485 0 1 1  89.335178,70.290855 A 60.94183 57.825485 0 1 1  211.21884 70.290855 z" />
-      <path
-         style="fill:#233e6a;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccssssc"
-         id="path4369"
-         d="M 232.46888,-182.94274 C 232.85952,-157.74648 168.23012,-154.86512 168.38642,-182.94274 C 166.84164,-205.27149 177.94687,-217.96719 180.70654,-215.80872 C 182.10778,-214.71274 182.62841,-190.37295 192.09635,-195.9716 C 196.69923,-198.69339 201.84768,-209.14846 204.10029,-209.49532 C 207.49937,-210.01873 214.00811,-212.77083 219.98583,-217.92153 C 221.55412,-219.27285 231.93943,-205.38255 232.46888,-182.94274 z " />
-      <path
-         style="fill:#513624;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path11309"
-         d="M 204.55432,-273.85152 C 222.46413,-271.53047 237.32676,-259.28175 231.38357,-231.42099 C 229.66954,-221.67743 222.12426,-217.60887 219.35537,-236.36962 C 211.4578,-233.88387 177.25785,-223.92576 170.54948,-241.26677 C 166.55631,-248.43407 174.86257,-276.23329 204.55432,-273.85152 z " />
-      <path
-         style="fill:#1f4eb3;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path11942"
-         d="M 191.92173,-167.75448 C 192.06919,-184.44566 194.18855,-193.73288 188.47558,-194.95709 C 182.9785,-195.85052 179.91138,-176.52634 179.04785,-173.21462 C 175.85958,-157.19769 189.53653,-154.44605 191.92173,-167.75448 z " />
-      <path
-         style="fill:url(#linearGradient1815);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path1811"
-         d="M 172.67812,-237.76056 C 182.56217,-225.58826 212.09549,-234.15979 219.36562,-236.44806 C 220.33459,-229.88278 221.90014,-226.25074 223.58437,-224.54181 C 219.31219,-215.8234 210.06249,-209.76056 199.27187,-209.76056 C 184.44142,-209.76056 172.42812,-221.18201 172.42812,-235.26056 C 172.42812,-236.11869 172.59078,-236.92413 172.67812,-237.76056 z " />
-      <path
-         style="fill:url(#radialGradient1818);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1817"
-         d="M 203.17522,-273.74212 C 221.08504,-271.42107 235.94766,-259.17235 230.00448,-231.31159 C 228.29044,-221.56803 220.74517,-217.49946 217.97627,-236.26022 C 210.0787,-233.77447 175.87876,-223.81635 169.17039,-241.15737 C 165.17722,-248.32467 173.48348,-276.12389 203.17522,-273.74212 z " />
-      <path
-         style="fill:url(#radialGradient1822);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path1819"
-         d="M 220.74123,-214.1875 C 227.87764,-203.73841 231.28831,-190.18836 229.45998,-177.71875 C 222.3997,-165.39834 205.93726,-163.52328 193.05373,-164.75 C 194.11526,-173.29796 194.69425,-182.39807 193.51876,-190.98978 C 191.02311,-195.41909 199.33209,-197.29913 200.39748,-201.6875 C 203.70655,-208.92744 212.80427,-208.10966 218.04988,-213.3696 C 218.9201,-213.57294 220.00051,-215.94141 220.74123,-214.1875 z M 179.55373,-210.28125 C 180.69974,-204.97453 181.23339,-199.24919 184.58498,-194.75 C 179.40159,-187.81847 178.05976,-178.63643 176.67873,-170.28125 C 167.10271,-177.01707 169.81568,-190.62142 172.02963,-200.39411 C 173.03008,-204.26346 176.36728,-212.34166 179.19382,-211.77772 C 179.27177,-211.45363 179.5117,-210.45598 179.55373,-210.28125 z " />
-      <path
-         style="fill:url(#radialGradient1824);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path1823"
-         d="M 192.35803,-167.43887 C 192.50549,-184.13006 194.62485,-193.41727 188.91188,-194.64149 C 183.4148,-195.53491 180.34768,-176.21073 179.48415,-172.89901 C 176.29589,-156.88208 189.97283,-154.13044 192.35803,-167.43887 z " />
-      <path
-         style="fill:#1f4eb3;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1825"
-         d="M 185.2414,-200.53324 C 185.2414,-197.95291 187.25802,-195.85872 189.74278,-195.85872 C 192.22755,-195.85872 194.24417,-197.95291 194.24417,-200.53324 C 194.24417,-203.11357 193.61259,-209.36288 191.12783,-209.36288 C 188.64306,-209.36288 185.2414,-203.11357 185.2414,-200.53324 z " />
-      <path
-         style="fill:url(#radialGradient1828);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1827"
-         d="M 186.28018,-201.05263 C 186.28018,-198.4723 188.2968,-196.37811 190.78156,-196.37811 C 193.26633,-196.37811 195.28295,-198.4723 195.28295,-201.05263 C 195.28295,-203.63296 194.65137,-209.88227 192.16661,-209.88227 C 189.68184,-209.88227 186.28018,-203.63296 186.28018,-201.05263 z " />
-    </g>
-    <g
-       id="g5488"
-       transform="translate(601.5744,407.49165)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192">
-      <path
-         transform="matrix(6.392368,0.545409,-0.130014,2.864752,-184.6606,-38.15109)"
-         style="fill:url(#radialGradient5536);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:type="arc"
-         sodipodi:ry="12.562782"
-         sodipodi:rx="12.562782"
-         sodipodi:cy="37.865574"
-         sodipodi:cx="41.875938"
-         id="path5490"
-         d="M 54.438721 37.865574 A 12.562782 12.562782 0 1 1  29.313156,37.865574 A 12.562782 12.562782 0 1 1  54.438721 37.865574 z" />
-      <g
-         transform="matrix(1,0,0,1.036969,356.8306,-11.4294)"
-         style="fill:url(#linearGradient5538);fill-opacity:1"
-         id="g5492">
-        <path
-           style="fill:url(#linearGradient5540);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path5494"
-           d="M -270.85787,33.814995 C -289.35564,33.925992 -307.93321,33.592782 -326.38104,33.981747 C -331.43469,35.696391 -331.02221,41.899652 -330.68524,46.15332 C -330.75782,60.227303 -330.53537,74.298225 -330.21167,88.36826 C -328.21297,91.039611 -323.21766,90.618387 -322.68469,94.539015 C -320.78054,96.259426 -317.05071,94.88215 -314.4389,95.333237 C -298.54999,95.360274 -282.66107,95.387302 -266.77215,95.414339 C -266.35587,90.465192 -260.12609,88.824447 -255.81783,89.540255 C -256.01688,89.058389 -261.69557,87.939375 -259.61591,84.491525 C -259.45681,68.72727 -259.19734,52.882199 -259.82064,37.168229 C -261.19394,32.980583 -267.34179,33.83368 -270.85787,33.814995 z M -236.65184,97.260473 C -234.79025,100.12642 -237.08724,103.09386 -239.92892,104.16357 C -242.6311,105.91539 -245.59105,107.62992 -248.52894,108.76804 C -253.1773,108.19079 -251.42424,101.88475 -255.01281,99.896645 C -260.33594,96.447012 -267.21045,98.43943 -273.23329,97.939231 C -291.8249,97.94887 -310.41651,97.958519 -329.00813,97.968158 C -335.45898,103.56578 -339.16595,111.40269 -341.55034,119.32178 C -337.25147,124.2061 -329.89606,122.27575 -324.10438,122.40002 C -298.64553,122.23171 -273.11679,122.61546 -247.69897,122.24542 C -243.40174,121.14669 -247.44685,114.84894 -243.58488,113.04441 C -242.73865,112.73374 -247.81245,114.4382 -247.26205,111.62955 C -245.49117,106.66028 -239.14113,105.99595 -235.92338,102.36811 C -234.39131,99.755669 -236.26958,96.922488 -238.33047,95.260495 C -237.77093,95.927151 -237.21138,96.593817 -236.65184,97.260473 z M -240.64255,111.75263 C -243.64086,113.13223 -237.02792,110.69536 -235.55512,111.97369 C -229.71113,112.74417 -224.16461,117.19625 -218.12358,115.22951 C -225.97639,116.31604 -232.799,109.03014 -240.64255,111.75263 z M -212.01083,112.33724 C -215.98173,113.85021 -208.21543,112.17765 -210.07883,115.87566 C -212.50961,119.93855 -206.99008,113.8662 -209.61436,112.54677 C -210.16198,111.94632 -211.27989,112.47663 -212.01083,112.33724 z M -213.97451,120.82946 C -220.13871,124.32615 -228.37873,119.08124 -233.85995,124.39439 C -238.36465,128.00055 -244.57099,130.35185 -247.0433,135.75122 C -247.65922,139.60202 -243.25109,141.90251 -240.44565,143.71808 C -235.60127,146.54512 -228.8227,145.75388 -225.20082,141.42836 C -220.62679,137.96117 -216.44182,134.08489 -212.48592,129.96782 C -212.82701,126.95048 -214.43694,123.63971 -213.97451,120.82946 z " />
-        <path
-           style="fill:url(#linearGradient5542);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path5496"
-           d="M -269.68453,32.256957 C -288.76965,32.351184 -307.87514,32.249603 -326.94796,32.349264 C -332.63884,33.663474 -333.90446,40.291305 -333.21597,45.149113 C -333.11996,59.896901 -333.07471,74.659754 -332.61729,89.39481 C -331.88583,93.310348 -324.86009,92.098674 -325.11097,96.44089 C -328.07184,96.184706 -331.5534,96.317135 -333.07248,99.246492 C -338.92562,104.98392 -341.99312,112.66465 -344.27268,120.28679 C -340.22572,125.96631 -332.26467,125.31453 -326.02946,124.71751 C -300.16629,124.7277 -274.28316,124.82043 -248.43245,124.77905 C -244.42424,124.78686 -243.30672,120.35609 -243.96666,117.2099 C -242.88598,112.93536 -237.04086,113.94554 -233.80717,114.98513 C -228.01851,116.64297 -221.26418,120.43074 -215.57982,116.37592 C -211.36091,113.71809 -213.05678,118.4029 -215.77936,119.43344 C -220.82539,122.25797 -227.09125,118.98178 -232.39677,121.20855 C -236.53238,123.88957 -240.74707,126.85249 -244.76678,129.74666 C -248.34219,132.01467 -251.90947,137.38626 -248.13747,140.97315 C -243.79274,146.02948 -236.37425,149.4527 -229.68248,147.08651 C -225.09383,144.85973 -221.79206,140.75401 -217.61535,137.88661 C -215.10454,135.69469 -212.49235,133.26839 -210.83749,130.50207 C -210.86477,126.92195 -214.68529,121.91303 -210.252,119.57013 C -207.25619,117.95208 -205.81053,112.12098 -209.75314,110.87946 C -214.16982,109.44692 -216.95156,115.09837 -221.43751,113.68608 C -228.47365,112.76758 -235.5565,107.20489 -242.69931,110.72434 C -246.89551,113.06547 -243.47174,109.4356 -241.45524,108.56544 C -237.85613,106.84628 -232.73147,104.36798 -233.94637,99.617708 C -234.27189,95.083838 -239.22223,93.197522 -242.95318,91.723135 C -247.61613,89.074942 -253.27003,89.345117 -258.06082,86.933298 C -257.89248,70.385101 -257.58805,53.76423 -258.26571,37.261116 C -259.2092,32.393288 -265.59824,31.96057 -269.68453,32.256957 z M -258.66259,91.764016 C -251.5059,92.239344 -243.21163,93.474137 -238.58238,99.271629 C -238.96251,103.06003 -244.00295,103.80224 -246.52821,106.14082 C -248.92267,108.48087 -251.12372,105.80503 -251.02958,103.27159 C -252.70852,98.336432 -258.20582,95.710815 -263.31841,96.533197 C -267.00561,96.7255 -263.71935,91.937514 -261.395,92.380192 C -260.48382,92.178338 -259.57521,91.953759 -258.66259,91.764016 z " />
-        <path
-           style="fill:url(#linearGradient5544);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           sodipodi:nodetypes="ccccczccccccccccccccccccczccccc"
-           id="path5498"
-           d="M -324.0398,30.70877 C -336.3492,30.820231 -335.15663,39.652507 -334.79476,45.313268 C -334.5469,60.436643 -334.38614,75.599009 -334.01234,90.698281 C -333.20516,93.057424 -330.71249,93.985661 -328.75475,95.252079 C -334.4553,96.476239 -336.96996,102.43195 -340.11175,106.59303 C -342.33294,111.36531 -347.84019,115.92868 -345.92111,121.43642 C -344.00204,126.94416 -332.21757,127.68181 -324.95408,127.12866 C -299.06901,127.09789 -273.17022,127.14905 -247.29372,127.06713 C -243.29961,126.16956 -240.99668,122.03601 -241.4977,118.23645 C -238.30082,114.95371 -233.32521,118.03039 -229.53292,118.63002 C -225.71641,119.31313 -232.5646,119.27527 -233.19362,120.54849 C -238.23604,122.95799 -242.6166,126.65447 -246.90973,130.10509 C -250.44674,132.97354 -252.4229,138.10741 -249.57412,142.08235 C -246.21315,145.92284 -241.41489,148.84284 -236.30395,149.79628 C -230.65487,150.83779 -225.57101,147.82678 -221.6157,144.24077 C -216.87391,140.59839 -212.0873,136.78287 -208.84361,131.80554 C -207.76302,128.26399 -211.47449,123.86671 -208.08348,121.09796 C -204.93438,118.46115 -204.06893,113.02076 -207.41836,110.2673 C -212.81988,106.81278 -218.36682,114.55112 -223.89705,111.29128 C -227.94209,110.1659 -231.91311,108.52596 -236.17676,108.45194 C -231.52711,105.88023 -229.62903,98.782331 -234.08944,95.153402 C -239.61551,89.404431 -248.455,88.793917 -255.40182,85.744487 C -255.86992,78.940296 -255.53665,71.972758 -255.70928,65.098797 C -255.80747,55.730822 -255.73864,46.312632 -255.94025,36.975777 C -258.03631,31.236293 -265.34014,30.439522 -270.76286,30.729689 C -289.40725,30.770714 -311.88665,30.597309 -324.0398,30.70877 z M -255.46516,94.482857 C -250.34561,95.62106 -244.69322,96.21649 -240.83258,100.05203 C -242.37635,102.55028 -245.27573,103.64481 -247.80048,104.97505 C -249.71506,99.684643 -254.39847,94.970039 -260.51378,95.138259 C -260.66903,94.131274 -256.73261,94.551178 -255.46516,94.482857 z " />
-      </g>
-      <rect
-         y="78.658051"
-         x="33.326111"
-         width="57.567924"
-         style="fill:url(#linearGradient5546);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5548);stroke-width:1.44734821pt"
-         id="rect5500"
-         height="8.3153667" />
-      <path
-         style="fill:url(#linearGradient5550);fill-rule:evenodd;stroke-width:0.90459263;stroke-opacity:0.07438019"
-         sodipodi:nodetypes="czzczczzzzzzzc"
-         id="path5502"
-         d="M 98.723806,78.927818 C 95.18666,77.759681 93.50122,82.555591 98.766686,81.004087 C 104.03217,79.452583 120.13123,85.906451 120.37383,89.795491 C 120.61643,93.905503 101.5003,98.581154 106.74108,104.42426 C 111.62816,110.70149 115.35468,100.13868 123.54696,104.21261 C 131.73923,108.17607 136.26048,109.72394 142.25488,104.94185 C 149.10027,101.9342 145.04599,107.07658 139.57918,113.60451 C 134.11237,120.13244 144.00251,115.08156 147.91225,105.31962 C 151.93248,95.557673 139.13128,107.33503 133.66268,105.40571 C 128.19408,103.47639 119.73678,97.849788 113.27625,102.55563 C 106.81572,107.26147 109.62894,99.493003 114.85637,97.90307 C 120.0838,96.092166 122.81363,93.045722 122.85597,90.161522 C 122.89831,87.498293 117.92629,84.811803 112.94229,82.402852 C 107.73732,79.993901 100.49788,78.588966 98.723806,78.927818 z " />
-      <path
-         style="fill:url(#linearGradient5552);fill-opacity:1;fill-rule:evenodd;stroke-width:1.44734821pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path5504"
-         d="M 15.102732,106.80712 C 13.80355,109.23224 17.148847,113.52338 19.900059,113.52338 L 107.85106,113.52338 C 110.18914,113.52338 113.70766,110.4906 112.64839,108.40622 L 102.7339,88.897093 C 101.97024,87.394398 100.26184,86.65834 98.576216,86.65834 L 28.215425,86.658339 C 26.825434,86.658339 25.353768,87.671846 24.697385,88.897093 L 15.102732,106.80712 z " />
-      <rect
-         y="22.413721"
-         x="26.015469"
-         width="72.279724"
-         style="fill:url(#linearGradient5554);fill-opacity:1;fill-rule:evenodd;stroke-width:1.62826681"
-         ry="5.4369707"
-         rx="5.4369707"
-         id="rect5506"
-         height="60.126495" />
-      <rect
-         y="31.695871"
-         x="33.386066"
-         width="58.178177"
-         style="fill:url(#radialGradient5556);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5558);stroke-width:1.4649456pt"
-         id="rect5508"
-         height="38.044163" />
-      <path
-         style="fill:url(#linearGradient5560);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzccccc"
-         id="path5510"
-         d="M 27.690431,52.841444 L 27.370609,74.749236 C 27.319624,78.241665 29.310209,80.477938 32.807578,80.506029 L 72.625393,80.825852 L 76.463254,71.87084 L 32.008024,71.55102 L 31.688202,52.681533 L 27.690431,52.841444 z " />
-      <g
-         transform="matrix(-1,0,0,1,125.4301,0)"
-         id="g5512">
-        <path
-           style="fill:url(#linearGradient5562);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path5514"
-           d="M 42.062098,33.460351 L 77.341205,33.008055 C 82.787126,32.938235 89.553204,38.416797 89.553204,43.863165 L 89.553204,60.14583 L 41.609801,59.693534 L 42.062098,33.460351 z " />
-        <path
-           style="fill:url(#linearGradient5564);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path5516"
-           d="M 78.337784,67.629235 L 46.723745,67.724544 C 41.843589,67.739257 35.829319,62.771024 35.877168,57.891081 L 36.020221,43.301821 L 78.973514,44.128288 L 78.337784,67.629235 z " />
-      </g>
-      <path
-         style="fill:url(#linearGradient5566);fill-opacity:1;fill-rule:evenodd;stroke-width:0.72367412;stroke-opacity:0.34710741"
-         sodipodi:nodetypes="cczzzzzzc"
-         id="path5518"
-         d="M 137.39107,112.02341 C 137.39107,112.02341 129.0757,110.26438 123.63872,113.62251 C 118.20176,116.98064 109.96635,123.21719 108.76702,124.81628 C 107.40777,126.57531 107.42036,130.22796 109.24674,131.53253 L 114.84364,135.53031 C 118.31797,138.01198 124.86218,139.25396 128.11624,136.48978 L 142.98795,123.85681 C 144.79792,122.3193 145.72732,118.27921 144.10733,116.82073 C 142.95609,115.04975 140.4892,112.91939 137.39107,112.02341 z " />
-      <path
-         style="fill:url(#linearGradient5568);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzc"
-         id="path5520"
-         d="M 142.3483,121.13833 L 125.91043,133.59673 C 122.97154,135.82414 118.65484,134.11775 116.28283,133.77129 C 113.9108,133.42481 111.88528,131.87901 112.12516,132.33209 C 112.36503,132.78517 115.08349,135.71687 117.72203,136.48978 C 120.36055,137.26267 124.9543,138.89307 127.50953,136.15531 C 130.06477,133.41755 145.2267,123.53699 142.3483,121.13833 z " />
-      <path
-         style="fill:url(#linearGradient5570);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="cczc"
-         id="path5522"
-         d="M 132.11225,127.51984 C 135.31047,122.88242 120.11893,113.12786 109.08509,127.0401 C 110.20446,130.71805 116.80662,132.5992 121.82304,132.33547 C 126.68363,132.07993 129.50037,129.97181 132.11225,127.51984 z " />
-      <path
-         style="fill:url(#linearGradient5572);fill-opacity:1;fill-rule:evenodd;stroke-width:1.08551121"
-         sodipodi:nodetypes="cccccccc"
-         id="path5524"
-         d="M 138.63464,112.68306 C 135.9958,113.22749 132.31739,114.43079 129.87534,116.38362 C 128.77009,115.68011 125.32759,114.5677 123.66767,113.84494 L 123.24572,114.10517 C 129.67287,117.23476 136.43512,117.91249 135.88192,122.87668 C 136.33675,122.98575 137.05589,123.09702 136.73191,122.38863 C 136.41775,118.90392 132.50587,117.23351 131.02697,116.81532 C 133.17224,114.26602 136.255,113.70892 138.63464,112.68306 z " />
-      <path
-         style="fill:url(#linearGradient5574);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path5526"
-         d="M 18.891612,106.48414 C 17.978451,108.31614 19.173914,111.55774 22.263529,111.55774 L 105.0195,111.55774 C 106.66288,111.55774 109.13595,109.26672 108.39142,107.69215 L 101.42279,92.954575 C 100.88602,91.819403 99.685232,91.263378 98.500462,91.263378 L 28.108183,91.263369 C 27.131195,91.263369 26.0968,92.028994 25.635445,92.954575 L 18.891612,106.48414 z " />
-      <text
-         y="-14.660837"
-         xml:space="preserve"
-         x="6.147172"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text5528"><tspan
-           id="tspan5530">Computer</tspan></text>
-      <text
-         y="-34.951134"
-         xml:space="preserve"
-         x="84.564949"
-         transform="scale(0.246729,0.246729)"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text5532"><tspan
-           id="tspan5534">Created by Andrew Fitzsimon</tspan></text>
-    </g>
-    <g
-       id="g6024"
-       transform="matrix(-1,0,0,1,900.16045,422.61731)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192">
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path6027"
-         d="M 60.545133,72.847539 C 65.294534,78.031101 68.316881,87.318315 75.00922,87.318316 C 81.485677,85.518467 82.349205,70.11177 83.212732,66.800051 C 75.872748,71.839624 68.316882,74.71938 60.545133,72.847539 z " />
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#d20000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccssssc"
-         id="path6029"
-         d="M 31.546762,99.654209 C 31.156121,124.85047 95.78552,127.73183 95.62922,99.654209 C 97.174007,77.325462 86.068776,64.629762 83.309105,66.788232 C 81.907864,67.884209 81.387229,92.223995 71.919297,86.625353 C 67.316417,83.903554 62.167959,73.44849 59.915352,73.101625 C 56.516277,72.578221 50.007529,69.826123 44.029815,64.675414 C 42.461522,63.324094 32.076211,77.214403 31.546762,99.654209 z " />
-      <path
-         style="fill:url(#radialGradient2797);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2796"
-         d="M 43.53125,77.3125 C 40.353026,86.016409 37.202011,96.366079 40.377303,105.23542 C 48.984655,117.18204 66.049398,117.25223 79.222417,115.04972 C 88.094278,113.47345 96.636121,105.87972 94.744454,96.188658 C 94.751182,88.561019 93.319573,80.643142 89.09375,74.1875 C 87.954705,81.120157 85.706152,92.347929 76.686643,91.786583 C 66.841974,89.84774 65.058803,76.33878 54.747596,75.105769 C 49.945701,71.530053 45.566465,69.110698 43.783935,76.852875 L 43.53125,77.3125 z " />
-      <path
-         transform="matrix(0.440859,0,0,0.441062,0.997459,16.38124)"
-         style="fill:#efd7c7;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:type="arc"
-         sodipodi:ry="57.825485"
-         sodipodi:rx="60.94183"
-         sodipodi:cy="70.290855"
-         sodipodi:cx="150.27701"
-         id="path6032"
-         d="M 211.21884 70.290855 A 60.94183 57.825485 0 1 1  89.335178,70.290855 A 60.94183 57.825485 0 1 1  211.21884 70.290855 z" />
-      <path
-         transform="translate(2.509562,-4.432856e-2)"
-         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccccc"
-         id="path3720"
-         d="M 56.980881,5.8426527 C 39.420698,8.0166254 30.552872,16.206245 24.211446,49.532095 C 14.512196,98.076517 21.871677,115.5525 32.990311,115.56714 C 17.54932,102.40769 63.877625,86.740105 56.295103,44.070713 C 68.4508,48.712358 94.51097,54.349644 95.164349,41.718703 C 97.176702,29.219492 88.64173,4.4775042 56.980881,5.8426527 z " />
-      <path
-         style="fill:url(#linearGradient2789);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2164"
-         d="M 60.687242,45.028999 C 62.530882,55.403773 61.180052,64.151015 58.312242,71.685249 C 61.630122,73.07804 65.296862,73.904 69.155992,73.903999 C 83.975322,73.903999 95.981712,62.468019 95.999742,48.403999 C 88.357632,52.885439 70.244092,48.678277 60.687242,45.028999 z " />
-      <path
-         style="fill:url(#radialGradient2791);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path2790"
-         d="M 52.174948,8.1325312 C 35.846775,12.141346 31.110158,30.475875 28.060647,44.840387 C 24.465246,64.767005 19.485139,85.90438 25.518698,105.82003 C 29.863591,114.87216 28.026452,106.52571 31.049538,102.11795 C 41.311249,87.323083 56.256862,73.307418 55.936774,53.886064 C 56.647391,49.398848 52.34734,38.640985 60.701717,42.254379 C 70.683443,45.202557 82.078811,49.011247 92.143698,44.632531 C 96.945103,37.45042 93.288237,27.137344 88.876323,20.399742 C 81.135092,8.5919962 65.300885,5.0194752 52.174948,8.1325312 z " />
-    </g>
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.63842154;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
-       sodipodi:nodetypes="cccccccccccc"
-       id="path699"
-       d="M 319.16674,325.66524 L 432.27399,313.12251 L 422.57906,332.08242 L 484.9028,325.95688 C 484.9028,325.95688 494.59773,306.41369 495.05931,306.41369 C 495.52148,306.41369 517.68079,331.79078 517.68079,331.79078 C 517.68079,331.79078 465.51355,358.33479 465.05197,358.33479 C 465.51355,358.91808 474.74689,339.66616 474.74689,339.37453 L 402.72705,345.79207 L 412.42255,326.24852 L 309.01023,338.4996 L 319.16674,325.66524 z "
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192" />
-    <text
-       xml:space="preserve"
-       style="font-size:48px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont;font-stretch:normal;font-variant:normal;text-anchor:start;text-align:start;writing-mode:lr;line-height:125%"
-       x="140"
-       y="521.23737"
-       id="text7612"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192"><tspan
-         sodipodi:role="line"
-         id="tspan7614"
-         x="140"
-         y="521.23737">Server</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="359.5625"
-       y="261.21948"
-       id="text7877"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192"><tspan
-         sodipodi:role="line"
-         id="tspan7879"
-         x="359.5625"
-         y="261.21948">bzr branch</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path9548"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(42.857147,67.142853)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="325.71429"
-       y="259.52307"
-       id="text9550"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192"><tspan
-         sodipodi:role="line"
-         id="tspan9552"
-         x="325.71429"
-         y="259.52307">1</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path9554"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(492.85715,-2.8571472)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="777.71429"
-       y="191.52307"
-       id="text9556"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192"><tspan
-         sodipodi:role="line"
-         id="tspan9558"
-         x="777.71429"
-         y="191.52307">2</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="819.5625"
-       y="179.59448"
-       id="text9566"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192"><tspan
-         sodipodi:role="line"
-         id="tspan9568"
-         x="819.5625"
-         y="179.59448">bzr pull</tspan><tspan
-         sodipodi:role="line"
-         x="819.5625"
-         y="219.59448"
-         id="tspan2963">bzr merge</tspan></text>
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.29065037;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
-       sodipodi:nodetypes="cccccccccccc"
-       id="path9650"
-       d="M 539.95542,466.93556 L 415.85387,476.71718 L 426.49116,461.93102 L 358.1094,466.70812 C 358.1094,466.70812 347.47211,481.94916 346.96566,481.94916 C 346.45858,481.94916 322.14533,462.15846 322.14533,462.15846 C 322.14533,462.15846 379.38334,441.45772 379.88978,441.45772 C 379.38334,441.00284 369.25249,456.01673 369.25249,456.24417 L 448.27282,451.23935 L 437.63489,466.48068 L 551.09912,456.92649 L 539.95542,466.93556 z "
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192" />
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path9652"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(51.511043,348.5966)"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="334.36819"
-       y="540.97681"
-       id="text9654"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192"><tspan
-         sodipodi:role="line"
-         id="tspan9656"
-         x="334.36819"
-         y="540.97681">3</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="369.5625"
-       y="544.09448"
-       id="text9658"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192"><tspan
-         sodipodi:role="line"
-         id="tspan9660"
-         x="369.5625"
-         y="544.09448">bzr commit</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="61.5625"
-       y="240.09448"
-       id="text2965"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192"><tspan
-         sodipodi:role="line"
-         id="tspan2967"
-         x="61.5625"
-         y="240.09448">main branch</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="563.43756"
-       y="582.09442"
-       id="text2969"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="C:\devel\public_html\gigo-ice.org\scm\bazaar\wiki\workflows_shared.png"
-       inkscape:export-xdpi="42.227192"
-       inkscape:export-ydpi="42.227192"><tspan
-         sodipodi:role="line"
-         id="tspan2971"
-         x="563.43756"
-         y="582.09442">local branches</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:5.00006169;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path4930"
-       sodipodi:cx="342"
-       sodipodi:cy="171.0945"
-       sodipodi:rx="66"
-       sodipodi:ry="35"
-       d="M 408 171.0945 A 66 35 0 1 1  276,171.0945 A 66 35 0 1 1  408 171.0945 z"
-       transform="matrix(1.9161749,0,0,1.0419298,-501.33182,49.826027)" />
-    <path
-       sodipodi:type="arc"
-       style="fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:5.00006151;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path7839"
-       sodipodi:cx="342"
-       sodipodi:cy="171.0945"
-       sodipodi:rx="66"
-       sodipodi:ry="35"
-       d="M 408 171.0945 A 66 35 0 1 1  276,171.0945 A 66 35 0 1 1  408 171.0945 z"
-       transform="matrix(2.1405493,0,0,1.0364644,-57.067817,396.76108)" />
-  </g>
-</svg>

=== removed file 'doc/ru/user-guide/images/workflows_single.png'
Binary files old/doc/ru/user-guide/images/workflows_single.png	2009-06-01 20:15:36 +0000 and new/doc/ru/user-guide/images/workflows_single.png	1970-01-01 00:00:00 +0000 differ
=== removed file 'doc/ru/user-guide/images/workflows_single.svg'
--- old/doc/ru/user-guide/images/workflows_single.svg	2009-06-01 20:15:36 +0000
+++ new/doc/ru/user-guide/images/workflows_single.svg	1970-01-01 00:00:00 +0000
@@ -1,1079 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://web.resource.org/cc/"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="1052.3622"
-   height="744.09448"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.45.1"
-   version="1.0"
-   sodipodi:docbase="/home/ian/Desktop/talk/workflows"
-   sodipodi:docname="workflows_single.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_single.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90">
-  <defs
-     id="defs4">
-    <radialGradient
-       xlink:href="#linearGradient5992"
-       r="33.156250"
-       inkscape:collect="always"
-       id="radialGradient6000"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,1.693685,0.000000,-197.9515)"
-       fy="285.36218"
-       fx="495.50000"
-       cy="285.36218"
-       cx="495.50000" />
-    <linearGradient
-       y2="187.57059"
-       y1="225.40080"
-       xlink:href="#linearGradient5963"
-       x2="458.91232"
-       x1="383.95898"
-       inkscape:collect="always"
-       id="linearGradient5969"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient3586">
-      <stop
-         style="stop-color:#000000;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop3588" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop3590" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5963">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop5965" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop5967" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5992">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop5994" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop5996" />
-    </linearGradient>
-    <linearGradient
-       y2="-0.45783132"
-       y1="3.3012049"
-       xlink:href="#linearGradient893"
-       x2="0.92957747"
-       x1="-2.3960868e-17"
-       id="linearGradient4284" />
-    <linearGradient
-       y2="-0.033519555"
-       y1="2.0837989"
-       xlink:href="#linearGradient893"
-       x2="0.99074072"
-       x1="-0.77314812"
-       id="linearGradient4283" />
-    <linearGradient
-       y2="1.8771822"
-       y1="-0.033741195"
-       xlink:href="#linearGradient902"
-       x2="0.48453596"
-       x1="0.47041038"
-       id="linearGradient2740"
-       gradientTransform="scale(0.997153,1.002855)" />
-    <linearGradient
-       y2="1.9025002"
-       y1="-0.043652620"
-       xlink:href="#linearGradient902"
-       x2="0.48481107"
-       x1="0.47042510"
-       id="linearGradient1506"
-       gradientTransform="scale(0.995847,1.004170)" />
-    <linearGradient
-       y2="1.8570156"
-       y1="-0.024853170"
-       xlink:href="#linearGradient902"
-       x2="0.48548824"
-       x1="0.47157744"
-       id="linearGradient1505"
-       gradientTransform="scale(0.997825,1.002180)" />
-    <linearGradient
-       y2="182.99154"
-       y1="169.09755"
-       xlink:href="#linearGradient892"
-       x2="88.996957"
-       x1="88.755695"
-       id="linearGradient1404"
-       gradientTransform="scale(1.3695887,0.7301462)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient1317"
-       r="0.34964636"
-       id="radialGradient1316"
-       fy="0.18269235"
-       fx="0.50352114"
-       cy="0.50000006"
-       cx="0.50000000" />
-    <radialGradient
-       xlink:href="#linearGradient1317"
-       r="0.41197181"
-       id="radialGradient1315"
-       fy="0.26666668"
-       fx="0.47535211"
-       cy="0.53333336"
-       cx="0.47887325" />
-    <linearGradient
-       y2="173.03153"
-       y1="177.77768"
-       xlink:href="#linearGradient902"
-       x2="95.100155"
-       x1="101.10657"
-       id="linearGradient1171"
-       gradientTransform="scale(1.3601783,0.7351977)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="1.8378206"
-       y1="-0.016295359"
-       xlink:href="#linearGradient902"
-       x2="0.48655096"
-       x1="0.47284532"
-       id="linearGradient1170"
-       gradientTransform="scale(0.998371,1.001632)" />
-    <linearGradient
-       y2="81.477602"
-       y1="224.57898"
-       xlink:href="#linearGradient893"
-       x2="74.533693"
-       x1="146.69923"
-       id="linearGradient1169"
-       gradientTransform="scale(1.1870691,0.842411)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="133.54711"
-       y1="228.39311"
-       xlink:href="#linearGradient888"
-       x2="88.447016"
-       x1="141.60217"
-       id="linearGradient1167"
-       gradientTransform="scale(1.1838753,0.8446836)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="148.78619"
-       y1="131.25248"
-       xlink:href="#linearGradient1317"
-       x2="107.04918"
-       x1="111.49758"
-       id="linearGradient1166"
-       gradientTransform="scale(1.223869,0.8170809)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="176.28694"
-       y1="269.85831"
-       xlink:href="#linearGradient888"
-       x2="-16.224496"
-       x1="51.460928"
-       id="linearGradient1157"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="234.26866"
-       y1="178.48862"
-       xlink:href="#linearGradient888"
-       x2="25.220815"
-       x1="25.220815"
-       id="linearGradient1156"
-       gradientTransform="scale(2.4217071,0.4129318)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="105.42543"
-       y1="76.277559"
-       xlink:href="#linearGradient892"
-       x2="8.346058"
-       x1="35.190362"
-       id="linearGradient1150"
-       gradientTransform="scale(1.3283861,0.7527932)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="20.481863"
-       y1="49.507656"
-       xlink:href="#linearGradient892"
-       x2="70.224305"
-       x1="39.690614"
-       id="linearGradient1148"
-       gradientTransform="scale(1.329144,0.7523639)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="113.71949"
-       y1="90.197025"
-       xlink:href="#linearGradient892"
-       x2="17.876529"
-       x1="39.810948"
-       id="linearGradient1146"
-       gradientTransform="scale(1.3207392,0.7571517)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="251.21892"
-       y1="203.499"
-       xlink:href="#linearGradient892"
-       x2="31.617281"
-       x1="31.449743"
-       id="linearGradient1144"
-       gradientTransform="scale(2.1051174,0.4750329)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="-0.45783132"
-       y1="3.3012049"
-       xlink:href="#linearGradient888"
-       x2="0.92957747"
-       x1="0.00000000"
-       id="linearGradient1141" />
-    <linearGradient
-       y2="232.24952"
-       y1="110.4447"
-       xlink:href="#linearGradient888"
-       x2="41.967061"
-       x1="45.685757"
-       id="linearGradient1140"
-       gradientTransform="scale(1.9102155,0.5235012)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="75.912531"
-       y1="375.92199"
-       xlink:href="#linearGradient1806"
-       x2="-268.25407"
-       x1="-249.72067"
-       id="linearGradient1138"
-       gradientTransform="scale(1.087146,0.9198397)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient1133"
-       r="68.589222"
-       id="radialGradient1132"
-       fy="39.288476"
-       fx="72.107883"
-       cy="56.485935"
-       cx="60.004654"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="11.699047"
-       y1="208.43991"
-       xlink:href="#linearGradient888"
-       x2="95.644441"
-       x1="-77.726178"
-       id="linearGradient905"
-       gradientTransform="scale(1.0964158,0.9120627)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       xlink:href="#linearGradient1806"
-       id="linearGradient901" />
-    <linearGradient
-       y2="91.07699"
-       y1="-3.9104078"
-       xlink:href="#linearGradient888"
-       x2="27.674331"
-       x1="92.437968"
-       id="linearGradient891"
-       gradientTransform="scale(1.2267534,0.8151598)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient888">
-      <stop
-         style="stop-color:#626262;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop889" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop890" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient892">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.00000000;"
-         offset="0.00000000"
-         id="stop893" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop894" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient902">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.00000000;"
-         offset="0.00000000"
-         id="stop903" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.22000000;"
-         offset="1.0000000"
-         id="stop904" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1098">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1.0000000;"
-         offset="0.00000000"
-         id="stop1099" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.22314049;"
-         offset="0.50000000"
-         id="stop1101" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.00000000;"
-         offset="0.59930235"
-         id="stop1102" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.60330576;"
-         offset="1.0000000"
-         id="stop1100" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1133">
-      <stop
-         style="stop-color:#8bb7df;stop-opacity:1.0000000;"
-         offset="0.00000000"
-         id="stop1134" />
-      <stop
-         style="stop-color:#2a6092;stop-opacity:1.0000000;"
-         offset="0.76209301"
-         id="stop1136" />
-      <stop
-         style="stop-color:#375e82;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop1135" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1317">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52892560;"
-         offset="0.00000000"
-         id="stop1318" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.17355372;"
-         offset="0.50000000"
-         id="stop1320" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.00000000;"
-         offset="1.0000000"
-         id="stop1319" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient893">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop895" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop896" />
-    </linearGradient>
-    <radialGradient
-       xlink:href="#linearGradient1806"
-       r="11.574221"
-       id="radialGradient1977"
-       fy="39.410465"
-       fx="42.280806"
-       cy="39.007645"
-       cx="42.007257"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient1806">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.35051546;"
-         offset="0.0000000"
-         id="stop1807" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.13402061;"
-         offset="0.64999998"
-         id="stop3276" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop1808" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5281"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5283"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5285"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="5.5130484"
-       inkscape:collect="always"
-       id="radialGradient1828"
-       fy="61.38567"
-       fx="86.542037"
-       cy="61.38567"
-       cx="86.542037"
-       gradientTransform="matrix(-0.8164966,0,0,1.2247449,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="11.123441"
-       inkscape:collect="always"
-       id="radialGradient1824"
-       fy="58.887858"
-       fx="118.06427"
-       cy="58.54025"
-       cx="117.17439"
-       gradientTransform="matrix(-0.6229142,0,0,1.6053575,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="22.00904"
-       inkscape:collect="always"
-       id="radialGradient1822"
-       fy="87.892895"
-       fx="45.50637"
-       cy="88.322677"
-       cx="45.139623"
-       gradientTransform="matrix(-1.0914815,0,0,0.9161859,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       xlink:href="#linearGradient4362"
-       r="18.836343"
-       inkscape:collect="always"
-       id="radialGradient1818"
-       fy="33.351633"
-       fx="48.40165"
-       cy="32.467054"
-       cx="48.40165"
-       gradientTransform="matrix(-1.1146027,0,0,0.8971807,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       y2="74.834393"
-       y1="57.093738"
-       xlink:href="#linearGradient4376"
-       x2="50.203204"
-       x1="50.52668"
-       inkscape:collect="always"
-       id="linearGradient1815"
-       gradientTransform="matrix(-1.3516689,0,0,0.7398261,262.80373,-280)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient4384">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop4385" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4386" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4376">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop4377" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4378" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4362">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop4363" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4364" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4358">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop4359" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop4360" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5538"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient5714"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       id="linearGradient6015">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.77513230;"
-         offset="0.0000000"
-         id="stop6017" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6019" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6009">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.52645504;"
-         offset="0.0000000"
-         id="stop6011" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6013" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6003">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.66666669;"
-         offset="0.0000000"
-         id="stop6005" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop6007" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5997">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop5999" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop6001" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1806"
-       id="linearGradient6037"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.087146,0.9198397)"
-       x1="-249.72067"
-       y1="375.92199"
-       x2="-268.25407"
-       y2="75.912531" />
-    <linearGradient
-       y2="0.46093750"
-       y1="0.46093750"
-       xlink:href="#linearGradient650"
-       x2="1.16666818"
-       x1="1.22222710"
-       spreadMethod="repeat"
-       id="linearGradient654"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       y2="0.53906250"
-       y1="0.53125000"
-       xlink:href="#linearGradient650"
-       x2="1.16666901"
-       x1="1.00000548"
-       spreadMethod="repeat"
-       id="linearGradient653"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       id="linearGradient650">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop651" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop652" />
-    </linearGradient>
-    <linearGradient
-       y2="0.46093750"
-       y1="0.46093750"
-       xlink:href="#linearGradient650"
-       x2="1.16666818"
-       x1="1.22222710"
-       spreadMethod="repeat"
-       id="linearGradient9648"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       y2="0.53906250"
-       y1="0.53125000"
-       xlink:href="#linearGradient650"
-       x2="1.16666901"
-       x1="1.00000548"
-       spreadMethod="repeat"
-       id="linearGradient9646"
-       gradientUnits="objectBoundingBox" />
-    <linearGradient
-       id="linearGradient9640">
-      <stop
-         style="stop-color:#000;stop-opacity:1;"
-         offset="0"
-         id="stop9642" />
-      <stop
-         style="stop-color:#fff;stop-opacity:1;"
-         offset="1"
-         id="stop9644" />
-    </linearGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     gridtolerance="10000"
-     guidetolerance="10"
-     objecttolerance="10"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1.4142136"
-     inkscape:cx="536.99132"
-     inkscape:cy="529.01021"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     width="1052.3622px"
-     height="744.09448px"
-     showgrid="true"
-     inkscape:window-width="1465"
-     inkscape:window-height="896"
-     inkscape:window-x="0"
-     inkscape:window-y="25" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <g
-       id="g5256"
-       transform="translate(631.5744,227.66157)"
-       inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_single.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157">
-      <path
-         transform="matrix(6.392368,0.545409,-0.130014,2.864752,-184.6606,-38.15109)"
-         style="fill:url(#radialGradient1977);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:type="arc"
-         sodipodi:ry="12.562782"
-         sodipodi:rx="12.562782"
-         sodipodi:cy="37.865574"
-         sodipodi:cx="41.875938"
-         id="path1976"
-         d="M 54.438721 37.865574 A 12.562782 12.562782 0 1 1  29.313156,37.865574 A 12.562782 12.562782 0 1 1  54.438721 37.865574 z" />
-      <g
-         transform="matrix(1,0,0,1.036969,356.8306,-11.4294)"
-         style="fill:url(#linearGradient6037);fill-opacity:1"
-         id="g4293">
-        <path
-           style="fill:url(#linearGradient5281);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path2720"
-           d="M -270.85787,33.814995 C -289.35564,33.925992 -307.93321,33.592782 -326.38104,33.981747 C -331.43469,35.696391 -331.02221,41.899652 -330.68524,46.15332 C -330.75782,60.227303 -330.53537,74.298225 -330.21167,88.36826 C -328.21297,91.039611 -323.21766,90.618387 -322.68469,94.539015 C -320.78054,96.259426 -317.05071,94.88215 -314.4389,95.333237 C -298.54999,95.360274 -282.66107,95.387302 -266.77215,95.414339 C -266.35587,90.465192 -260.12609,88.824447 -255.81783,89.540255 C -256.01688,89.058389 -261.69557,87.939375 -259.61591,84.491525 C -259.45681,68.72727 -259.19734,52.882199 -259.82064,37.168229 C -261.19394,32.980583 -267.34179,33.83368 -270.85787,33.814995 z M -236.65184,97.260473 C -234.79025,100.12642 -237.08724,103.09386 -239.92892,104.16357 C -242.6311,105.91539 -245.59105,107.62992 -248.52894,108.76804 C -253.1773,108.19079 -251.42424,101.88475 -255.01281,99.896645 C -260.33594,96.447012 -267.21045,98.43943 -273.23329,97.939231 C -291.8249,97.94887 -310.41651,97.958519 -329.00813,97.968158 C -335.45898,103.56578 -339.16595,111.40269 -341.55034,119.32178 C -337.25147,124.2061 -329.89606,122.27575 -324.10438,122.40002 C -298.64553,122.23171 -273.11679,122.61546 -247.69897,122.24542 C -243.40174,121.14669 -247.44685,114.84894 -243.58488,113.04441 C -242.73865,112.73374 -247.81245,114.4382 -247.26205,111.62955 C -245.49117,106.66028 -239.14113,105.99595 -235.92338,102.36811 C -234.39131,99.755669 -236.26958,96.922488 -238.33047,95.260495 C -237.77093,95.927151 -237.21138,96.593817 -236.65184,97.260473 z M -240.64255,111.75263 C -243.64086,113.13223 -237.02792,110.69536 -235.55512,111.97369 C -229.71113,112.74417 -224.16461,117.19625 -218.12358,115.22951 C -225.97639,116.31604 -232.799,109.03014 -240.64255,111.75263 z M -212.01083,112.33724 C -215.98173,113.85021 -208.21543,112.17765 -210.07883,115.87566 C -212.50961,119.93855 -206.99008,113.8662 -209.61436,112.54677 C -210.16198,111.94632 -211.27989,112.47663 -212.01083,112.33724 z M -213.97451,120.82946 C -220.13871,124.32615 -228.37873,119.08124 -233.85995,124.39439 C -238.36465,128.00055 -244.57099,130.35185 -247.0433,135.75122 C -247.65922,139.60202 -243.25109,141.90251 -240.44565,143.71808 C -235.60127,146.54512 -228.8227,145.75388 -225.20082,141.42836 C -220.62679,137.96117 -216.44182,134.08489 -212.48592,129.96782 C -212.82701,126.95048 -214.43694,123.63971 -213.97451,120.82946 z " />
-        <path
-           style="fill:url(#linearGradient5283);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           id="path2723"
-           d="M -269.68453,32.256957 C -288.76965,32.351184 -307.87514,32.249603 -326.94796,32.349264 C -332.63884,33.663474 -333.90446,40.291305 -333.21597,45.149113 C -333.11996,59.896901 -333.07471,74.659754 -332.61729,89.39481 C -331.88583,93.310348 -324.86009,92.098674 -325.11097,96.44089 C -328.07184,96.184706 -331.5534,96.317135 -333.07248,99.246492 C -338.92562,104.98392 -341.99312,112.66465 -344.27268,120.28679 C -340.22572,125.96631 -332.26467,125.31453 -326.02946,124.71751 C -300.16629,124.7277 -274.28316,124.82043 -248.43245,124.77905 C -244.42424,124.78686 -243.30672,120.35609 -243.96666,117.2099 C -242.88598,112.93536 -237.04086,113.94554 -233.80717,114.98513 C -228.01851,116.64297 -221.26418,120.43074 -215.57982,116.37592 C -211.36091,113.71809 -213.05678,118.4029 -215.77936,119.43344 C -220.82539,122.25797 -227.09125,118.98178 -232.39677,121.20855 C -236.53238,123.88957 -240.74707,126.85249 -244.76678,129.74666 C -248.34219,132.01467 -251.90947,137.38626 -248.13747,140.97315 C -243.79274,146.02948 -236.37425,149.4527 -229.68248,147.08651 C -225.09383,144.85973 -221.79206,140.75401 -217.61535,137.88661 C -215.10454,135.69469 -212.49235,133.26839 -210.83749,130.50207 C -210.86477,126.92195 -214.68529,121.91303 -210.252,119.57013 C -207.25619,117.95208 -205.81053,112.12098 -209.75314,110.87946 C -214.16982,109.44692 -216.95156,115.09837 -221.43751,113.68608 C -228.47365,112.76758 -235.5565,107.20489 -242.69931,110.72434 C -246.89551,113.06547 -243.47174,109.4356 -241.45524,108.56544 C -237.85613,106.84628 -232.73147,104.36798 -233.94637,99.617708 C -234.27189,95.083838 -239.22223,93.197522 -242.95318,91.723135 C -247.61613,89.074942 -253.27003,89.345117 -258.06082,86.933298 C -257.89248,70.385101 -257.58805,53.76423 -258.26571,37.261116 C -259.2092,32.393288 -265.59824,31.96057 -269.68453,32.256957 z M -258.66259,91.764016 C -251.5059,92.239344 -243.21163,93.474137 -238.58238,99.271629 C -238.96251,103.06003 -244.00295,103.80224 -246.52821,106.14082 C -248.92267,108.48087 -251.12372,105.80503 -251.02958,103.27159 C -252.70852,98.336432 -258.20582,95.710815 -263.31841,96.533197 C -267.00561,96.7255 -263.71935,91.937514 -261.395,92.380192 C -260.48382,92.178338 -259.57521,91.953759 -258.66259,91.764016 z " />
-        <path
-           style="fill:url(#linearGradient5285);fill-opacity:1;stroke-width:1pt;font-family:helvetica"
-           sodipodi:nodetypes="ccccczccccccccccccccccccczccccc"
-           id="path2737"
-           d="M -324.0398,30.70877 C -336.3492,30.820231 -335.15663,39.652507 -334.79476,45.313268 C -334.5469,60.436643 -334.38614,75.599009 -334.01234,90.698281 C -333.20516,93.057424 -330.71249,93.985661 -328.75475,95.252079 C -334.4553,96.476239 -336.96996,102.43195 -340.11175,106.59303 C -342.33294,111.36531 -347.84019,115.92868 -345.92111,121.43642 C -344.00204,126.94416 -332.21757,127.68181 -324.95408,127.12866 C -299.06901,127.09789 -273.17022,127.14905 -247.29372,127.06713 C -243.29961,126.16956 -240.99668,122.03601 -241.4977,118.23645 C -238.30082,114.95371 -233.32521,118.03039 -229.53292,118.63002 C -225.71641,119.31313 -232.5646,119.27527 -233.19362,120.54849 C -238.23604,122.95799 -242.6166,126.65447 -246.90973,130.10509 C -250.44674,132.97354 -252.4229,138.10741 -249.57412,142.08235 C -246.21315,145.92284 -241.41489,148.84284 -236.30395,149.79628 C -230.65487,150.83779 -225.57101,147.82678 -221.6157,144.24077 C -216.87391,140.59839 -212.0873,136.78287 -208.84361,131.80554 C -207.76302,128.26399 -211.47449,123.86671 -208.08348,121.09796 C -204.93438,118.46115 -204.06893,113.02076 -207.41836,110.2673 C -212.81988,106.81278 -218.36682,114.55112 -223.89705,111.29128 C -227.94209,110.1659 -231.91311,108.52596 -236.17676,108.45194 C -231.52711,105.88023 -229.62903,98.782331 -234.08944,95.153402 C -239.61551,89.404431 -248.455,88.793917 -255.40182,85.744487 C -255.86992,78.940296 -255.53665,71.972758 -255.70928,65.098797 C -255.80747,55.730822 -255.73864,46.312632 -255.94025,36.975777 C -258.03631,31.236293 -265.34014,30.439522 -270.76286,30.729689 C -289.40725,30.770714 -311.88665,30.597309 -324.0398,30.70877 z M -255.46516,94.482857 C -250.34561,95.62106 -244.69322,96.21649 -240.83258,100.05203 C -242.37635,102.55028 -245.27573,103.64481 -247.80048,104.97505 C -249.71506,99.684643 -254.39847,94.970039 -260.51378,95.138259 C -260.66903,94.131274 -256.73261,94.551178 -255.46516,94.482857 z " />
-      </g>
-      <rect
-         y="78.658051"
-         x="33.326111"
-         width="57.567924"
-         style="fill:url(#linearGradient1156);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1157);stroke-width:1.44734821pt"
-         id="rect1155"
-         height="8.3153667" />
-      <path
-         style="fill:url(#linearGradient1169);fill-rule:evenodd;stroke-width:0.90459263;stroke-opacity:0.07438019"
-         sodipodi:nodetypes="czzczczzzzzzzc"
-         id="path2676"
-         d="M 98.723806,78.927818 C 95.18666,77.759681 93.50122,82.555591 98.766686,81.004087 C 104.03217,79.452583 120.13123,85.906451 120.37383,89.795491 C 120.61643,93.905503 101.5003,98.581154 106.74108,104.42426 C 111.62816,110.70149 115.35468,100.13868 123.54696,104.21261 C 131.73923,108.17607 136.26048,109.72394 142.25488,104.94185 C 149.10027,101.9342 145.04599,107.07658 139.57918,113.60451 C 134.11237,120.13244 144.00251,115.08156 147.91225,105.31962 C 151.93248,95.557673 139.13128,107.33503 133.66268,105.40571 C 128.19408,103.47639 119.73678,97.849788 113.27625,102.55563 C 106.81572,107.26147 109.62894,99.493003 114.85637,97.90307 C 120.0838,96.092166 122.81363,93.045722 122.85597,90.161522 C 122.89831,87.498293 117.92629,84.811803 112.94229,82.402852 C 107.73732,79.993901 100.49788,78.588966 98.723806,78.927818 z " />
-      <path
-         style="fill:url(#linearGradient1140);fill-opacity:1;fill-rule:evenodd;stroke-width:1.44734821pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path1139"
-         d="M 15.102732,106.80712 C 13.80355,109.23224 17.148847,113.52338 19.900059,113.52338 L 107.85106,113.52338 C 110.18914,113.52338 113.70766,110.4906 112.64839,108.40622 L 102.7339,88.897093 C 101.97024,87.394398 100.26184,86.65834 98.576216,86.65834 L 28.215425,86.658339 C 26.825434,86.658339 25.353768,87.671846 24.697385,88.897093 L 15.102732,106.80712 z " />
-      <rect
-         y="22.413721"
-         x="26.015469"
-         width="72.279724"
-         style="fill:url(#linearGradient905);fill-opacity:1;fill-rule:evenodd;stroke-width:1.62826681"
-         ry="5.4369707"
-         rx="5.4369707"
-         id="rect1137"
-         height="60.126495" />
-      <rect
-         y="31.695871"
-         x="33.386066"
-         width="58.178177"
-         style="fill:url(#radialGradient1132);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient891);stroke-width:1.4649456pt"
-         id="rect1131"
-         height="38.044163" />
-      <path
-         style="fill:url(#linearGradient1146);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzccccc"
-         id="path1145"
-         d="M 27.690431,52.841444 L 27.370609,74.749236 C 27.319624,78.241665 29.310209,80.477938 32.807578,80.506029 L 72.625393,80.825852 L 76.463254,71.87084 L 32.008024,71.55102 L 31.688202,52.681533 L 27.690431,52.841444 z " />
-      <g
-         transform="matrix(-1,0,0,1,125.4301,0)"
-         id="g1791">
-        <path
-           style="fill:url(#linearGradient1148);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path1147"
-           d="M 42.062098,33.460351 L 77.341205,33.008055 C 82.787126,32.938235 89.553204,38.416797 89.553204,43.863165 L 89.553204,60.14583 L 41.609801,59.693534 L 42.062098,33.460351 z " />
-        <path
-           style="fill:url(#linearGradient1150);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-           sodipodi:nodetypes="czzccc"
-           id="path1149"
-           d="M 78.337784,67.629235 L 46.723745,67.724544 C 41.843589,67.739257 35.829319,62.771024 35.877168,57.891081 L 36.020221,43.301821 L 78.973514,44.128288 L 78.337784,67.629235 z " />
-      </g>
-      <path
-         style="fill:url(#linearGradient1167);fill-opacity:1;fill-rule:evenodd;stroke-width:0.72367412;stroke-opacity:0.34710741"
-         sodipodi:nodetypes="cczzzzzzc"
-         id="path1159"
-         d="M 137.39107,112.02341 C 137.39107,112.02341 129.0757,110.26438 123.63872,113.62251 C 118.20176,116.98064 109.96635,123.21719 108.76702,124.81628 C 107.40777,126.57531 107.42036,130.22796 109.24674,131.53253 L 114.84364,135.53031 C 118.31797,138.01198 124.86218,139.25396 128.11624,136.48978 L 142.98795,123.85681 C 144.79792,122.3193 145.72732,118.27921 144.10733,116.82073 C 142.95609,115.04975 140.4892,112.91939 137.39107,112.02341 z " />
-      <path
-         style="fill:url(#linearGradient1171);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzc"
-         id="path1160"
-         d="M 142.3483,121.13833 L 125.91043,133.59673 C 122.97154,135.82414 118.65484,134.11775 116.28283,133.77129 C 113.9108,133.42481 111.88528,131.87901 112.12516,132.33209 C 112.36503,132.78517 115.08349,135.71687 117.72203,136.48978 C 120.36055,137.26267 124.9543,138.89307 127.50953,136.15531 C 130.06477,133.41755 145.2267,123.53699 142.3483,121.13833 z " />
-      <path
-         style="fill:url(#linearGradient1404);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="cczc"
-         id="path1403"
-         d="M 132.11225,127.51984 C 135.31047,122.88242 120.11893,113.12786 109.08509,127.0401 C 110.20446,130.71805 116.80662,132.5992 121.82304,132.33547 C 126.68363,132.07993 129.50037,129.97181 132.11225,127.51984 z " />
-      <path
-         style="fill:url(#linearGradient1166);fill-opacity:1;fill-rule:evenodd;stroke-width:1.08551121"
-         sodipodi:nodetypes="cccccccc"
-         id="path1519"
-         d="M 138.63464,112.68306 C 135.9958,113.22749 132.31739,114.43079 129.87534,116.38362 C 128.77009,115.68011 125.32759,114.5677 123.66767,113.84494 L 123.24572,114.10517 C 129.67287,117.23476 136.43512,117.91249 135.88192,122.87668 C 136.33675,122.98575 137.05589,123.09702 136.73191,122.38863 C 136.41775,118.90392 132.50587,117.23351 131.02697,116.81532 C 133.17224,114.26602 136.255,113.70892 138.63464,112.68306 z " />
-      <path
-         style="fill:url(#linearGradient1144);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
-         sodipodi:nodetypes="czzzzzzzz"
-         id="path1143"
-         d="M 18.891612,106.48414 C 17.978451,108.31614 19.173914,111.55774 22.263529,111.55774 L 105.0195,111.55774 C 106.66288,111.55774 109.13595,109.26672 108.39142,107.69215 L 101.42279,92.954575 C 100.88602,91.819403 99.685232,91.263378 98.500462,91.263378 L 28.108183,91.263369 C 27.131195,91.263369 26.0968,92.028994 25.635445,92.954575 L 18.891612,106.48414 z " />
-      <text
-         y="-14.660837"
-         xml:space="preserve"
-         x="6.147172"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text1232"><tspan
-           id="tspan1233">Computer</tspan></text>
-      <text
-         y="-34.951134"
-         xml:space="preserve"
-         x="84.564949"
-         transform="scale(0.246729,0.246729)"
-         style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:helvetica"
-         id="text1235"><tspan
-           id="tspan1236">Created by Andrew Fitzsimon</tspan></text>
-    </g>
-    <g
-       id="g5474"
-       transform="translate(633.63525,501.49239)"
-       inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_single.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157">
-      <path
-         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path9383"
-         d="M 203.47051,-209.74941 C 198.72111,-204.56585 195.69876,-195.27863 189.00642,-195.27863 C 182.52997,-197.07848 181.66644,-212.48518 180.80291,-215.7969 C 188.1429,-210.75732 195.69876,-207.87757 203.47051,-209.74941 z " />
-      <path
-         transform="matrix(-0.440859,0,0,0.441062,265.52775,-266.17138)"
-         style="fill:#f1bb96;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:type="arc"
-         sodipodi:ry="57.825485"
-         sodipodi:rx="60.94183"
-         sodipodi:cy="70.290855"
-         sodipodi:cx="150.27701"
-         id="path3713"
-         d="M 211.21884 70.290855 A 60.94183 57.825485 0 1 1  89.335178,70.290855 A 60.94183 57.825485 0 1 1  211.21884 70.290855 z" />
-      <path
-         style="fill:#233e6a;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccssssc"
-         id="path4369"
-         d="M 232.46888,-182.94274 C 232.85952,-157.74648 168.23012,-154.86512 168.38642,-182.94274 C 166.84164,-205.27149 177.94687,-217.96719 180.70654,-215.80872 C 182.10778,-214.71274 182.62841,-190.37295 192.09635,-195.9716 C 196.69923,-198.69339 201.84768,-209.14846 204.10029,-209.49532 C 207.49937,-210.01873 214.00811,-212.77083 219.98583,-217.92153 C 221.55412,-219.27285 231.93943,-205.38255 232.46888,-182.94274 z " />
-      <path
-         style="fill:#513624;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path11309"
-         d="M 204.55432,-273.85152 C 222.46413,-271.53047 237.32676,-259.28175 231.38357,-231.42099 C 229.66954,-221.67743 222.12426,-217.60887 219.35537,-236.36962 C 211.4578,-233.88387 177.25785,-223.92576 170.54948,-241.26677 C 166.55631,-248.43407 174.86257,-276.23329 204.55432,-273.85152 z " />
-      <path
-         style="fill:#1f4eb3;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path11942"
-         d="M 191.92173,-167.75448 C 192.06919,-184.44566 194.18855,-193.73288 188.47558,-194.95709 C 182.9785,-195.85052 179.91138,-176.52634 179.04785,-173.21462 C 175.85958,-157.19769 189.53653,-154.44605 191.92173,-167.75448 z " />
-      <path
-         style="fill:url(#linearGradient1815);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8.50416374;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path1811"
-         d="M 172.67812,-237.76056 C 182.56217,-225.58826 212.09549,-234.15979 219.36562,-236.44806 C 220.33459,-229.88278 221.90014,-226.25074 223.58437,-224.54181 C 219.31219,-215.8234 210.06249,-209.76056 199.27187,-209.76056 C 184.44142,-209.76056 172.42812,-221.18201 172.42812,-235.26056 C 172.42812,-236.11869 172.59078,-236.92413 172.67812,-237.76056 z " />
-      <path
-         style="fill:url(#radialGradient1818);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1817"
-         d="M 203.17522,-273.74212 C 221.08504,-271.42107 235.94766,-259.17235 230.00448,-231.31159 C 228.29044,-221.56803 220.74517,-217.49946 217.97627,-236.26022 C 210.0787,-233.77447 175.87876,-223.81635 169.17039,-241.15737 C 165.17722,-248.32467 173.48348,-276.12389 203.17522,-273.74212 z " />
-      <path
-         style="fill:url(#radialGradient1822);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         id="path1819"
-         d="M 220.74123,-214.1875 C 227.87764,-203.73841 231.28831,-190.18836 229.45998,-177.71875 C 222.3997,-165.39834 205.93726,-163.52328 193.05373,-164.75 C 194.11526,-173.29796 194.69425,-182.39807 193.51876,-190.98978 C 191.02311,-195.41909 199.33209,-197.29913 200.39748,-201.6875 C 203.70655,-208.92744 212.80427,-208.10966 218.04988,-213.3696 C 218.9201,-213.57294 220.00051,-215.94141 220.74123,-214.1875 z M 179.55373,-210.28125 C 180.69974,-204.97453 181.23339,-199.24919 184.58498,-194.75 C 179.40159,-187.81847 178.05976,-178.63643 176.67873,-170.28125 C 167.10271,-177.01707 169.81568,-190.62142 172.02963,-200.39411 C 173.03008,-204.26346 176.36728,-212.34166 179.19382,-211.77772 C 179.27177,-211.45363 179.5117,-210.45598 179.55373,-210.28125 z " />
-      <path
-         style="fill:url(#radialGradient1824);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="cccc"
-         id="path1823"
-         d="M 192.35803,-167.43887 C 192.50549,-184.13006 194.62485,-193.41727 188.91188,-194.64149 C 183.4148,-195.53491 180.34768,-176.21073 179.48415,-172.89901 C 176.29589,-156.88208 189.97283,-154.13044 192.35803,-167.43887 z " />
-      <path
-         style="fill:#1f4eb3;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1825"
-         d="M 185.2414,-200.53324 C 185.2414,-197.95291 187.25802,-195.85872 189.74278,-195.85872 C 192.22755,-195.85872 194.24417,-197.95291 194.24417,-200.53324 C 194.24417,-203.11357 193.61259,-209.36288 191.12783,-209.36288 C 188.64306,-209.36288 185.2414,-203.11357 185.2414,-200.53324 z " />
-      <path
-         style="fill:url(#radialGradient1828);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
-         sodipodi:nodetypes="ccccc"
-         id="path1827"
-         d="M 186.28018,-201.05263 C 186.28018,-198.4723 188.2968,-196.37811 190.78156,-196.37811 C 193.26633,-196.37811 195.28295,-198.4723 195.28295,-201.05263 C 195.28295,-203.63296 194.65137,-209.88227 192.16661,-209.88227 C 189.68184,-209.88227 186.28018,-203.63296 186.28018,-201.05263 z " />
-    </g>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="345.5625"
-       y="218.05542"
-       id="text7877"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_single.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         x="345.5625"
-         y="218.05542"
-         id="tspan2399">create project</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path9548"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(32.857147,24.174103)"
-       inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_single.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="314.53906"
-       y="217.78979"
-       id="text9550"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_single.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan9552"
-         x="314.53906"
-         y="217.78979">1</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path9554"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(33.388397,76.658478)"
-       inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_single.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="315.78125"
-       y="270.48511"
-       id="text9556"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_single.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan9558"
-         x="315.78125"
-         y="270.48511">2</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="344.92188"
-       y="267.43823"
-       id="text9566"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_single.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan9568"
-         x="344.92188"
-         y="267.43823">record changes</tspan></text>
-    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path9652"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(32.857147,128.5416)"
-       inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_single.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="314.88281"
-       y="322.14166"
-       id="text9654"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_single.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan9656"
-         x="314.88281"
-         y="322.14166">3</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="346.9086"
-       y="319.32135"
-       id="text9658"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_single.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan9660"
-         x="346.9086"
-         y="319.32135">browse history</tspan></text>
-    <flowRoot
-       xml:space="preserve"
-       id="flowRoot2405"><flowRegion
-         id="flowRegion2407"><rect
-           id="rect2409"
-           width="274.35742"
-           height="94.045197"
-           x="293.44931"
-           y="485.2934" /></flowRegion><flowPara
-         id="flowPara2411"></flowPara></flowRoot>    <path
-       sodipodi:type="arc"
-       style="fill:#000000"
-       id="path2427"
-       sodipodi:cx="292.14285"
-       sodipodi:cy="181.95163"
-       sodipodi:rx="15"
-       sodipodi:ry="15"
-       d="M 307.14285 181.95163 A 15 15 0 1 1  277.14285,181.95163 A 15 15 0 1 1  307.14285 181.95163 z"
-       transform="translate(32.857147,180.5416)"
-       inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_single.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157" />
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="314.9375"
-       y="374.15729"
-       id="text2429"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_single.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan2431"
-         x="314.9375"
-         y="374.15729">4</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:aquafont"
-       x="346.9086"
-       y="371.32135"
-       id="text2433"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="/home/ian/Desktop/talk/workflows/workflows_single.png"
-       inkscape:export-xdpi="41.964157"
-       inkscape:export-ydpi="41.964157"><tspan
-         sodipodi:role="line"
-         id="tspan2435"
-         x="346.9086"
-         y="371.32135">package release</tspan></text>
-  </g>
-</svg>

=== removed file 'doc/ru/user-guide/index-plain.txt'
--- old/doc/ru/user-guide/index-plain.txt	2017-08-26 15:42:59 +0000
+++ new/doc/ru/user-guide/index-plain.txt	1970-01-01 00:00:00 +0000
@@ -1,121 +0,0 @@
-###############################
-Руководство пользователя Breezy
-###############################
-
-.. Пожалуйста отмечайте секции в подключаемых файлах следующим образом:
-..   уровень 1 ========
-..   уровень 2 --------
-..   уровень 3 ~~~~~~~~
-..   уровень 4 ^^^^^^^^ (лучше не использовать вложенность больше 3-х уровней)
-
-.. contents::
-   Содержание
-   :depth: 2
-.. sectnum::
-
-
-Введение
-########
-
-.. include:: introducing_breezy.txt
-.. include:: core_concepts.txt
-.. include:: ../../en/user-guide/breezy_workflows.txt
-
-
-Начинаем работать
-#################
-
-.. include:: ../../en/user-guide/installing_breezy.txt
-.. include:: ../../en/user-guide/entering_commands.txt
-.. include:: ../../en/user-guide/getting_help.txt
-.. include:: ../../en/user-guide/configuring_breezy.txt
-.. include:: ../../en/user-guide/using_aliases.txt
-.. include:: ../../en/user-guide/plugins.txt
-.. include:: zen.txt
-
-
-Личный контроль версий
-######################
-
-.. include:: ../../en/user-guide/solo_intro.txt
-.. include:: ../../en/user-guide/starting_a_project.txt
-.. include:: ../../en/user-guide/controlling_registration.txt
-.. include:: ../../en/user-guide/reviewing_changes.txt
-.. include:: ../../en/user-guide/recording_changes.txt
-.. include:: ../../en/user-guide/browsing_history.txt
-.. include:: ../../en/user-guide/releasing_a_project.txt
-.. include:: ../../en/user-guide/undoing_mistakes.txt
-
-
-Делимся с другими
-#################
-
-.. include:: ../../en/user-guide/partner_intro.txt
-.. include:: branching_a_project.txt
-.. include:: ../../en/user-guide/merging_changes.txt
-.. include:: ../../en/user-guide/resolving_conflicts.txt
-.. include:: ../../en/user-guide/annotating_changes.txt
-
-
-Сотрудничество в команде, централизованный стиль
-################################################
-
-.. include:: ../../en/user-guide/central_intro.txt
-.. include:: ../../en/user-guide/publishing_a_branch.txt
-.. include:: using_checkouts.txt
-.. include:: ../../en/user-guide/working_offline_central.txt
-.. include:: ../../en/user-guide/reusing_a_checkout.txt
-
-
-Сотрудничество в команде, распределенный стиль
-##############################################
-
-.. include:: ../../en/user-guide/distributed_intro.txt
-.. include:: ../../en/user-guide/organizing_branches.txt
-.. include:: ../../en/user-guide/using_gatekeepers.txt
-.. include:: ../../en/user-guide/sending_changes.txt
-
-
-Различные темы
-##############
-
-.. include:: ../../en/user-guide/part2_intro.txt
-.. include:: ../../en/user-guide/adv_merging.txt
-.. include:: ../../en/user-guide/shelving_changes.txt
-.. include:: ../../en/user-guide/filtered_views.txt
-.. include:: stacked.txt
-.. include:: ../../en/user-guide/server.txt
-.. include:: ../../en/user-guide/hooks.txt
-.. include:: ../../en/user-guide/version_info.txt
-
-
-Краткое описание некоторых популярных плагинов
-##############################################
-
-.. include:: ../../en/user-guide/bzrtools_plugin.txt
-.. include:: ../../en/user-guide/svn_plugin.txt
-.. include later looms_plugin.txt
-
-
-Интегрируем breezy в нашу среду
-###############################
-
-.. include:: ../../en/user-guide/web_browsing.txt
-.. include later - file_explorers.txt
-.. include later - desktop_integration.txt
-.. include later - editors_and_ides.txt
-.. include later - email.txt
-.. include:: ../../en/user-guide/bug_trackers.txt
-
-
-Приложения
-##########
-
-.. include:: specifying_revisions.txt
-.. include:: ../../en/user-guide/organizing_your_workspace.txt
-.. include:: ../../en/user-guide/shared_repository_layouts.txt
-.. include:: ../../en/user-guide/setting_up_email.txt
-.. include:: ../../en/user-guide/http_smart_server.txt
-.. include:: ../../en/user-guide/writing_a_plugin.txt
-
-.. |--| unicode:: U+2014

=== removed file 'doc/ru/user-guide/index.txt'
--- old/doc/ru/user-guide/index.txt	2010-07-07 11:21:19 +0000
+++ new/doc/ru/user-guide/index.txt	1970-01-01 00:00:00 +0000
@@ -1,121 +0,0 @@
-###############################
-Руководство пользователя Bazaar
-###############################
-
-.. Пожалуйста отмечайте секции в подключаемых файлах следующим образом:
-..   уровень 1 ========
-..   уровень 2 --------
-..   уровень 3 ~~~~~~~~
-..   уровень 4 ^^^^^^^^ (лучше не использовать вложенность больше 3-х уровней)
-
-.. contents::
-   Содержание
-   :depth: 2
-.. sectnum::
-
-
-Введение
-########
-
-.. include:: introducing_bazaar.txt
-.. include:: core_concepts.txt
-.. include:: ../../en/user-guide/bazaar_workflows.txt
-
-
-Начинаем работать
-#################
-
-.. include:: ../../en/user-guide/installing_bazaar.txt
-.. include:: ../../en/user-guide/entering_commands.txt
-.. include:: ../../en/user-guide/getting_help.txt
-.. include:: ../../en/user-guide/configuring_bazaar.txt
-.. include:: ../../en/user-guide/using_aliases.txt
-.. include:: ../../en/user-guide/plugins.txt
-.. include:: zen.txt
-
-
-Личный контроль версий
-######################
-
-.. include:: ../../en/user-guide/solo_intro.txt
-.. include:: ../../en/user-guide/starting_a_project.txt
-.. include:: ../../en/user-guide/controlling_registration.txt
-.. include:: ../../en/user-guide/reviewing_changes.txt
-.. include:: ../../en/user-guide/recording_changes.txt
-.. include:: ../../en/user-guide/browsing_history.txt
-.. include:: ../../en/user-guide/releasing_a_project.txt
-.. include:: ../../en/user-guide/undoing_mistakes.txt
-
-
-Делимся с другими
-#################
-
-.. include:: ../../en/user-guide/partner_intro.txt
-.. include:: branching_a_project.txt
-.. include:: ../../en/user-guide/merging_changes.txt
-.. include:: ../../en/user-guide/resolving_conflicts.txt
-.. include:: ../../en/user-guide/annotating_changes.txt
-
-
-Сотрудничество в команде, централизованный стиль
-################################################
-
-.. include:: ../../en/user-guide/central_intro.txt
-.. include:: ../../en/user-guide/publishing_a_branch.txt
-.. include:: using_checkouts.txt
-.. include:: ../../en/user-guide/working_offline_central.txt
-.. include:: ../../en/user-guide/reusing_a_checkout.txt
-
-
-Сотрудничество в команде, распределенный стиль
-##############################################
-
-.. include:: ../../en/user-guide/distributed_intro.txt
-.. include:: ../../en/user-guide/organizing_branches.txt
-.. include:: ../../en/user-guide/using_gatekeepers.txt
-.. include:: ../../en/user-guide/sending_changes.txt
-
-
-Различные темы
-##############
-
-.. include:: ../../en/user-guide/part2_intro.txt
-.. include:: ../../en/user-guide/adv_merging.txt
-.. include:: ../../en/user-guide/shelving_changes.txt
-.. include:: ../../en/user-guide/filtered_views.txt
-.. include:: stacked.txt
-.. include:: ../../en/user-guide/server.txt
-.. include:: ../../en/user-guide/hooks.txt
-.. include:: ../../en/user-guide/version_info.txt
-
-
-Краткое описание некоторых популярных плагинов
-##############################################
-
-.. include:: ../../en/user-guide/bzrtools_plugin.txt
-.. include:: ../../en/user-guide/svn_plugin.txt
-.. include later looms_plugin.txt
-
-
-Интегрируем Bazaar в нашу среду
-###############################
-
-.. include:: ../../en/user-guide/web_browsing.txt
-.. include later - file_explorers.txt
-.. include later - desktop_integration.txt
-.. include later - editors_and_ides.txt
-.. include later - email.txt
-.. include:: ../../en/user-guide/bug_trackers.txt
-
-
-Приложения
-##########
-
-.. include:: specifying_revisions.txt
-.. include:: ../../en/user-guide/organizing_your_workspace.txt
-.. include:: ../../en/user-guide/shared_repository_layouts.txt
-.. include:: ../../en/user-guide/setting_up_email.txt
-.. include:: ../../en/user-guide/http_smart_server.txt
-.. include:: ../../en/user-guide/writing_a_plugin.txt
-
-.. |--| unicode:: U+2014

=== removed file 'doc/ru/user-guide/introducing_breezy.txt'
--- old/doc/ru/user-guide/introducing_breezy.txt	2017-08-26 15:42:59 +0000
+++ new/doc/ru/user-guide/introducing_breezy.txt	1970-01-01 00:00:00 +0000
@@ -1,150 +0,0 @@
-Представляем Bazaar
-===================
-
-Что такое Bazaar?
------------------
-
-Bazaar - это инструмент помогающий людям сотрудничать. Он отслеживает
-изменения, которые вы и другие люди делают с группой файлов, (таких как
-исходный код программы) для того что бы дать вам снимок каждого этапа их
-эволюции. Используя эту информацию, Bazaar может без проблем объединить вашу
-работу с работой других людей.
-
-Такие инструменты как Bazaar называются системами контроля версий (Version
-Control System (VCS)) и уже долгое время популярны среди разработчиков ПО.
-Легкость использования, гибкость и простота настройки Bazaar делают его
-идеальным не только для разработчиков ПО, но так же и для других групп,
-работающих совместно с файлами и документами, таких как технические писатели,
-Web-дизайнеры и переводчики.
-
-Это руководство описывает установку и использование Bazaar вне зависимости от
-того работает вы один, или в команде с другими людьми. Если вы уже знаете, что
-такое распределенная система контроля версий и хотите перейти прямо к описанию
-работы вы можете бегло просмотреть эту секцию и перейти прямо к
-`Продолжаем изучение`_.
-
-Краткая история систем контроля версий
---------------------------------------
-
-Инструменты для контроля версий на данный момент развиваются уже в течение
-нескольких десятилетий. Простыми словами можно описать 4 поколения таких
-инструментов:
-
- 1. инструменты контроля версий файлов, например CSSC, RCS
- 2. инструменты контроля дерева файлов - централизованный стиль, например CVS
- 3. инструменты контроля дерева файлов - централизованный стиль, этап 2,
-    например Subversion
- 4. инструменты контроля дерева файлов - распределенный стиль, например Bazaar.
-
-Дизайн и реализация Bazaar учитывает уроки полученные на каждом из этих этапов
-развития подобных инструментов. В частности, Bazaar аккуратно поддерживает и
-централизованную и распределенную модели контроля версий и таким образом вы
-можете менять модель работы (когда это имеет смысл) без необходимости смены
-инструмента.
-
-Централизованная модель против распределенной
----------------------------------------------
-
-Многие традиционные инструменты контроля версий требуют наличия центрального
-сервера, который хранит историю изменений (или *репозиторий*) для дерева
-файлов. Что бы работать с файлами пользователю необходимо установить соединение
-с сервером и получить *рабочую версию* файлов. Таким образом пользователь
-получает *рабочее дерево* в котором он может работать. Для сохранения, или
-*фиксации* изменений пользователю нужен доступ к центральному серверу и он
-должен убедиться, что перед фиксацией он объединил свою работу с последней
-версией сохраненной на сервере. Такой подход известен как централизованная
-модель.
-
-Централизованная модель проверена достаточно долгой практикой, но она имеет и
-некоторые значительные недостатки. Во-первых, централизованная система требует
-наличия соединения с сервером при выполнении большинства операций по контролю
-версий. Во-вторых, централизованная модель жестко связывает момент **фиксации**
-изменений с моментом их **публикации**. В каких-то ситуациях это может быть
-нормально, но может сказываться негативно в других.
-
-Распределенные системы контроля версий позволяют отдельным пользователям и
-командам иметь несколько репозиториев, вместо одного центрального. В случае с
-Bazaar история обычно хранится в том же месте, что и код который находится под
-контролем версий. Это позволяет пользователю фиксировать свои изменения в любой
-момент когда это нужно, даже при отсутствии сетевого соединения. Сетевое
-соединение требуется только для публикации изменений, или когда нужен доступ к
-изменениям в другом месте.
-
-На самом деле для разработчиков использование распределенных систем контроля
-версий может иметь другие преимущества, кроме очевидных, связанных с работой
-при отсутствии сетевого соединения. Другие преимущества включают:
-
- * более легкое создание разработчиками экспериментальных веток
- * более легкое сотрудничество с другими разработчикам
- * меньше времени требуется для механических задач и больше для творчества
-
- * увеличение гибкости в управлении релизами через использование
-   фиксаций включающих набор изменений для конкретной функциональности
-
- * качество и стабильность основной ветки может быть выше, что делает
-   работу проще для каждого
-
- * для сообществ с открытым исходным кодом:
-
-   * более легкое создание и поддержка изменений для сторонних разработчиков
-
-   * упрощение взаимодействия основных разработчиков со сторонними
-     разработчиками и более простая миграция сторонних разработчиков в основные
-
- * для компаний - упрощение работы с распределенными и внешними командами.
-
-Для более детального взгляда на преимущества распределенных систем контроля
-версий по сравнению с централизованными смотрите http://wiki.bazaar.canonical.com/BzrWhy.
-
-
-Ключевые особенности Bazaar
----------------------------
-
-Хотя Bazaar не единственная распределенная система контроля версий, она имеет
-некоторые значимые преимущества, которые делают ее прекрасным выбором для
-многих команд и сообществ. Описание этих особенностей и сравнение с другими
-системами контроля версий может быть найдено на Wiki Bazaar -
-http://wiki.bazaar.canonical.com.
-
-Из большинства особенностей, одна требует особого упоминания: Bazaar - это
-полностью свободное ПО написанное на языке Python. Это упрощает сотрудничество
-для внесения улучшений. Если вы хотите помочь, обратите внимание на
-http://wiki.bazaar.canonical.com/BzrSupport.
-
-
-Продолжаем изучение
--------------------
-
-Это руководство представляет из себя легкое для чтения введение в Bazaar и
-описание его использования. Всем пользователям рекомендуется прочесть хотя бы
-окончание этой главы, так как:
-
- * она описывает основные концепции, которые нужно знать пользователям
- * она описывает некоторые популярные пути использования Bazaar для
-   сотрудничества.
-
-Главы 2-6 более детально описывают использование Bazaar для выполнения
-различных задач. Большинству пользователей рекомендуется прочесть их одну за
-другой сразу после начала использования Bazaar. Глава 7 и дальше содержат
-дополнительную информацию, которая поможет получить максимум от Bazaar после
-того как понятны основные функции. Этот материал может быть прочитан когда
-потребуется и в любом порядке.
-
-Если вы уже хорошо знакомы с другими системами контроля версий, вы возможно
-захотите вникнуть скорее через чтение следующих документов:
-
- * `Bazaar за пять минут`_ - небольшое введение
-
- * `Bazaar. Карточка быстрого старта`_ - наиболее часто используемые команды на
-   одной странице.
-
-Плюс к этому справка на сайте и `Справка по Bazaar`_ предоставляют все детали
-по доступным командам и опциям.
-
-.. _Bazaar за пять минут: ../mini-tutorial/index.html
-.. _Bazaar. Карточка быстрого старта: ../quick-reference/quick-start-summary.svg
-.. _Справка по Bazaar: ../../en/user-reference/bzr_man.html
-
-Мы надеемся, что вам понравится это руководство. Если у вас есть пожелания по
-улучшению документации Bazaar вы можете написать в список рассылки
-bazaar@lists.canonical.com.

=== removed file 'doc/ru/user-guide/specifying_revisions.txt'
--- old/doc/ru/user-guide/specifying_revisions.txt	2009-12-02 20:34:07 +0000
+++ new/doc/ru/user-guide/specifying_revisions.txt	1970-01-01 00:00:00 +0000
@@ -1,153 +0,0 @@
-Определение ревизий
-===================
-
-Revision identifiers and ranges
--------------------------------
-
-Bazaar has a very expressive way to specify a revision or a range of revisions.
-To specify a range of revisions, the upper and lower bounds are separated by the
-``..`` symbol. For example::
-
-    $ bzr log -r 1..4
-
-You can omit one bound like::
-
-    $ bzr log -r 1..
-    $ bzr log -r ..4
-
-Some commands take only one revision, not a range. For example::
-
-    $ bzr cat -r 42 foo.c
-
-In other cases, a range is required but you want the length of the range to
-be one. For commands where this is relevant, the ``-c`` option is used like this::
-
-    $ bzr diff -c 42
-
-
-Available revision identifiers
-------------------------------
-
-The revision, or the bounds of the range, can be given using
-different format specifications as shown below.
-
- +----------------------+------------------------------------+
- |  argument type       | description                        |
- +----------------------+------------------------------------+
- | *number*             | revision number                    |
- +----------------------+------------------------------------+
- | **revno**:*number*   | positive revision number           |
- +----------------------+------------------------------------+
- | **last**:*number*    | negative revision number           |
- +----------------------+------------------------------------+
- | **revid**:*guid*     | globally unique revision id        |
- +----------------------+------------------------------------+
- | **before**:*rev*     | leftmost parent of ''rev''         |
- +----------------------+------------------------------------+
- | **date**:*value*     | first entry after a given date     |
- +----------------------+------------------------------------+
- | **tag**:*value*      | revision matching a given tag      |
- +----------------------+------------------------------------+
- | **ancestor**:*path*  | last merged revision from a branch |
- +----------------------+------------------------------------+
- | **branch**:*path*    | latest revision on another branch  |
- +----------------------+------------------------------------+
- | **submit**:*path*    | common ancestor with submit branch |
- +----------------------+------------------------------------+
-
-A brief introduction to some of these formats is given below.
-For complete details, see `Revision Identifiers`_ in the
-Bazaar User Reference.
-
-.. _Revision Identifiers: ../user-reference/bzr_man.html#revision-identifiers
-
-Numbers
-~~~~~~~
-
-Positive numbers denote revision numbers in the current branch. Revision
-numbers are labelled as "revno" in the output of ``bzr log``.  To display
-the log for the first ten revisions::
-
-    $ bzr log -r ..10
-
-Negative numbers count from the latest revision, -1 is the last committed
-revision.
-
-To display the log for the last ten revisions::
-
-    $ bzr log -r -10..
-
-revid
-~~~~~
-
-**revid** allows specifying a an internal revision ID, as shown by ``bzr
-log`` and some other commands.
-
-For example::
-
-    $ bzr log -r revid:Matthieu.Moy@imag.fr-20051026185030-93c7cad63ee570df
-
-before
-~~~~~~
-
-**before**
-    ''rev'' specifies the leftmost parent of ''rev'', that is the revision
-    that appears before ''rev'' in the revision history, or the revision that
-    was current when ''rev'' was committed.
-
-''rev'' can be any revision specifier and may be chained.
-
-For example::
-
-    $ bzr log -r before:before:4
-    ...
-    revno: 2
-    ...
-
-date
-~~~~
-
-**date**
-    ''value'' matches the first history entry after a given date, either at
-    midnight or at a specified time.
-
-Legal values are:
-
- * **yesterday**
- * **today**
- * **tomorrow**
- * A **YYYY-MM-DD** format date.
- * A **YYYY-MM-DD,HH:MM:SS** format date/time, seconds are optional (note the
-   comma)
-
-The proper way of saying "give me all the log entries for today" is::
-
-    $ bzr log -r date:yesterday..date:today
-
-Ancestor
-~~~~~~~~
-
-**ancestor**:*path*
-    specifies the common ancestor between the current branch and a
-    different branch. This is the same ancestor that would be used for
-    merging purposes.
-
-*path* may be the URL of a remote branch, or the file path to a local branch.
-
-For example, to see what changes were made on a branch since it was forked
-off ``../parent``::
-
-    $ bzr diff -r ancestor:../parent
-
-Branch
-~~~~~~
-
-branch
-   ``path`` specifies the latest revision in another branch.
-
-``path`` may be the URL of a remote branch, or the file path to a local branch.
-
-For example, to get the differences between this and another branch::
-
-    $ bzr diff -r branch:http://example.com/bzr/foo.dev
-

=== removed file 'doc/ru/user-guide/stacked.txt'
--- old/doc/ru/user-guide/stacked.txt	2009-06-05 18:59:14 +0000
+++ new/doc/ru/user-guide/stacked.txt	1970-01-01 00:00:00 +0000
@@ -1,84 +0,0 @@
-.. _using-stacked-branches:
-
-Использование стека веток
-=========================
-
-Что такое ветка в стеке?
-------------------------
-
-Ветка в стеке - это ветка которая знает как найти ревизии в другой ветке. Ветка
-в стеке хранит только уникальные ревизии, которые при этом быстрее создавать и
-они более эффективны по занимаемому месту. По этим показателям стек веток похож
-на разделяемые репозитории. Конечно стек веток имеет дополнительные
-преимущества:
-
-* Новая ветка может быть в абсолютно другом месте по сравнению с веткой на
-  которой она основана как стек.
-
-* Удаление ветки в стеке на самом деле удаляет ревизии (а не оставляет их в
-  разделяемом репозитории).
-
-* Стек веток более безопасен чем разделяемые репозитории, т.к. репозиторий на
-  котором основан стек может иметь доступ только для чтения для разработчиков
-  которые фиксируют изменения на ветке в стеке.
-
-Эти преимущества делают стек веток идеальным выбором для различных сценариев,
-включая экспериментальные ветки и сайты с хостингом кода.
-
-
-Создание ветки в стеке
-----------------------
-
-Что бы создать ветку в стеке нужно использовать опцию ``stacked`` для команды
-``branch``. Например::
-
-  bzr branch --stacked source-url my-dir
-
-Здесь мы создадим ``my-dir`` как ветку в стеке без локальных ревизий. Если
-определено открытая ветка связанная с ``source-url`` будет использована как
-*основа стека*. Иначе ``source-url`` будет *основой стека*.
-
-
-Создание рабочего каталога в стеке
------------------------------------
-
-Поддержка прямого создания рабочего каталога в стеке скоро ожидается. Пока
-для этого требуется два шага:
-
-1. Создать ветку в стеке, как описано выше.
-
-2. Конвертировать ветку в рабочий каталог используя либо команду
-   ``reconfigure``, либо команду ``bind``.
-
-
-Публикация ветки в стеке
-------------------------
-
-Многие изменения в большинстве проектов создаются на основе готовых веток,
-таких как *основная линия разработки*, или *текущая стабильная*. Создание новой
-ветки в стеке основанной на таких ветках легко сделать с использованием команды
-``push``::
-
-  bzr push --stacked-on reference-url my-url
-
-Эта команда создаст новую ветку ``my-url``, которая будет основана на
-``reference-url`` и содержать только ревизии из текущей ветки, которых еще нет
-на ветке ``reference-url``.
-
-Если локальная ветка была создана как ветка в стеке то мы можем использовать
-опцию ``--stacked`` для команды ``push`` и тогда ветка на которой будет основан
-стек будет задана неявно. Например::
-
-  bzr branch --stacked source-url my-dir
-  cd my-dir
-  (меняем, меняем, меняем)
-  bzr commit -m "исправление ошибки"
-  bzr push --stacked
-
-
-Ограничения веток в стеке
--------------------------
-
-Важная вещь которую надо запомнить в отношении веток в стеке - ветка на которой
-основан стек должна быть доступна практически для всех операций. Конечно это не
-проблема если обе ветки локальные, или находятся на одном сервере.

=== removed file 'doc/ru/user-guide/using_checkouts.txt'
--- old/doc/ru/user-guide/using_checkouts.txt	2009-06-02 11:14:10 +0000
+++ new/doc/ru/user-guide/using_checkouts.txt	1970-01-01 00:00:00 +0000
@@ -1,98 +0,0 @@
-Using checkouts
-===============
-
-Turning a branch into a checkout
---------------------------------
-
-If you have a local branch and wish to make it a checkout, use the
-``bind`` command like this::
-
-  bzr bind sftp://centralhost/srv/bzr/PROJECT/trunk
-
-This is necessary, for example, after creating a central branch using
-``push`` as illustrated in the previous section.
-
-After this, commits will be applied to the bound branch before
-being applied locally.
-
-Turning a checkout into a branch
---------------------------------
-
-If you have a checkout and wish to make it a normal branch, use the
-``unbind`` command like this::
-
-  bzr unbind
-
-After this, commits will only be applied locally.
-
-Getting a checkout
-------------------
-
-When working in a team using a central branch, one person needs
-to provide some initial content as shown in the previous section.
-After that, each person should use the ``checkout`` command to
-create their local checkout, i.e. the sandbox in which they
-will make their changes.
-
-Unlike Subversion and CVS, in Bazaar the ``checkout`` command creates a
-local full copy of history in addition to creating a working tree holding
-the latest content. This means that operations such as ``diff`` and ``log``
-are fast and can still be used when disconnected from the central location.
-
-.. _getting-a-lightweight-checkout:
-
-Создание легковесной рабочей копии
-----------------------------------
-
-While Bazaar does its best to efficiently store version history, there
-are occasions when the history is simply not wanted. For example, if your
-team is managing the content of a web site using Bazaar with a
-central repository, then your release process might be as simple as
-updating a checkout of the content on the public web server. In this
-case, you probably don't want the history downloaded to that location
-as doing so:
-
- * wastes disk space holding history that isn't needed there
- * exposes a Bazaar branch that you may want kept private.
-
-To get a history-less checkout in Bazaar, use the ``--lightweight``
-option like this::
-
-  bzr checkout --lightweight sftp://centralhost/srv/bzr/PROJECT/trunk
-
-Of course, many of the benefits of a normal checkout are lost by doing
-this but that's a tradeoff you can make if and when it makes sense.
-
-The ``--lightweight`` option only applies to checkouts, not to all branches.
-
-Note: If your code base is really large and disk space on your computer
-is limited, lightweight checkouts may be the right choice for you.
-Be sure to consider all your options though including
-`shared repositories <#a-reminder-about-shared-repositories>`_,
-`stacked branches <#using-stacked-branches>`_, and `reusing a checkout`_.
-
-Updating to the latest content
-------------------------------
-
-One of the important aspects of working in lockstep with others is
-keeping your checkout up to date with the latest changes made to
-the central branch. Just as you would in Subversion or CVS, you do
-this in Bazaar by using the ``update`` command like this::
-
-  bzr update
-
-This gets any new revisions available in the bound branch and
-merges your local changes, if any.
-
-Handling commit failures
-------------------------
-
-Note that your checkout *must* be up to date with the bound branch
-before running ``commit``. Bazaar is actually stricter about this
-than Subversion or CVS - you need to be up to date with the full
-tree, not just for the files you've changed. Bazaar will ask you
-to run ``update`` if it detects that a revision has been added to
-the central location since you last updated.
-
-If the network connection to the bound branch is lost, the commit will
-fail. Some alternative ways of working around that are outlined next.

=== removed file 'doc/ru/user-guide/zen.txt'
--- old/doc/ru/user-guide/zen.txt	2009-12-02 20:34:07 +0000
+++ new/doc/ru/user-guide/zen.txt	1970-01-01 00:00:00 +0000
@@ -1,215 +0,0 @@
-Путь Bazaar
-===========
-
-Глубокое понимание Bazaar
--------------------------
-
-Хотя Bazaar во многом похож на другие инструменты контроля версий, есть
-некоторые важные различия, которые не всегда очевидны на первый взгляд. Этот
-раздел пытается объяснить некоторые вещи, который пользователь должен знать
-чтобы разбираться в Bazaar, т.е. глубоко его понимать.
-
-Заметьте: чтобы использовать Bazaar совсем необязательно полностью понимать
-этот раздел. Вы можете просмотреть этот раздел сейчас и вернуться к нему позже.
-
-Понимание номеров ревизий
--------------------------
-
-All revisions in the mainline of a branch have a simple increasing
-integer. (First commit gets 1, 10th commit gets 10, etc.) This makes them
-fairly natural to use when you want to say "grab the 10th revision from my
-branch", or "fixed in revision 3050".
-
-For revisions which have been merged into a branch, a dotted notation is used
-(e.g., 3112.1.5). Dotted revision numbers have three numbers [#]_. The first
-number indicates what mainline revision change is derived from. The second
-number is the branch counter. There can be many branches derived from the
-same revision, so they all get a unique number. The third number is the
-number of revisions since the branch started. For example, 3112.1.5 is the
-first branch from revision 3112, the fifth revision on that branch.
-
-.. [#] Versions prior to bzr 1.2 used a slightly different algorithm.
-   Some nested branches would get extra numbers (such as 1.1.1.1.1)
-   rather than the simpler 3-number system.
-
-Hierarchical history is good
-----------------------------
-
-Imagine a project with multiple developers contributing changes where
-many changes consist of a series of commits. To give a concrete example,
-consider the case where:
-
- * The tip of the project's trunk is revision 100.
- * Mary makes 3 changes to deliver feature X.
- * Bill makes 4 changes to deliver feature Y.
-
-If the developers are working in parallel and using a traditional
-centralized VCS approach, the project history will most likely be linear
-with Mary's changes and Bill's changes interleaved. It might look like this::
-
-  107: Add documentation for Y
-  106: Fix bug found in testing Y
-  105: Fix bug found in testing X
-  104: Add code for Y
-  103: Add documentation for X
-  102: Add code and tests for X
-  101: Add tests for Y
-  100: ...
-
-Many teams use this approach because their tools make branching and merging
-difficult. As a consequence, developers update from and commit to the trunk
-frequently, minimizing integration pain by spreading it over every commit.
-If you wish, you can use Bazaar exactly like this. Bazaar does offer other
-ways though that you ought to consider.
-
-An alternative approach encouraged by distributed VCS tools is to create
-feature branches and to integrate those when they are ready. In this case,
-Mary's feature branch would look like this::
-
-  103: Fix bug found in testing X
-  102: Add documentation for X
-  101: Add code and tests for X
-  100: ...
-
-And Bill's would look like this::
-
-  104: Add documentation for Y
-  103: Fix bug found in testing Y
-  102: Add code for Y
-  101: Add tests for Y
-  100: ...
-
-If the features were independent and you wanted to keep linear history,
-the changes could be pushed back into the trunk in batches. (Technically,
-there are several ways of doing that but that's beyond the scope of
-this discussion.) The resulting history might look like this::
-
-  107: Fix bug found in testing X
-  106: Add documentation for X
-  105: Add code and tests for X
-  104: Add documentation for Y
-  103: Fix bug found in testing Y
-  102: Add code for Y
-  101: Add tests for Y
-  100: ...
-
-While this takes a bit more effort to achieve, it has some advantages over
-having revisions randomly intermixed. Better still though, branches can
-be merged together forming a non-linear history. The result might look
-like this::
-
-  102: Merge feature X
-       100.2.3: Fix bug found in testing X
-       100.2.2: Add documentation for X
-       100.2.1: Add code and tests for X
-  101: Merge feature Y
-       100.1.4: Add documentation for Y
-       100.1.3: Fix bug found in testing Y
-       100.1.2: Add code for Y
-       100.1.1: Add tests for Y
-  100: ...
-
-Or more likely this::
-
-  102: Merge feature X
-       100.2.3: Fix bug
-       100.2.2: Add documentation
-       100.2.1: Add code and tests
-  101: Merge feature Y
-       100.1.4: Add documentation
-       100.1.3: Fix bug found in testing
-       100.1.2: Add code
-       100.1.1: Add tests
-  100: ...
-
-This is considered good for many reasons:
-
- * It makes it easier to understand the history of a project.
-   Related changes are clustered together and clearly partitioned.
-
- * You can easily collapse history to see just the commits on the mainline
-   of a branch. When viewing the trunk history like this, you only see
-   high level commits (instead of a large number of commits uninteresting
-   at this level).
-
- * If required, it makes backing out a feature much easier.
-
- * Continuous integration tools can be used to ensure that
-   all tests still pass before committing a merge to the mainline.
-   (In many cases, it isn't appropriate to trigger CI tools after
-   every single commit as some tests will fail during development.
-   In fact, adding the tests first - TDD style - will guarantee it!)
-
-In summary, the important points are:
-
-  *Organize your work using branches.*
-
-  *Integrate changes using merge.*
-
-  *Ordered revision numbers and hierarchy make history easier to follow.*
-
-
-Each branch has its own view of history
----------------------------------------
-
-As explained above, Bazaar makes the distinction between:
-
- * mainline revisions, i.e. ones you committed in your branch, and
-
- * merged revisions, i.e. ones added as ancestors by committing a merge.
-
-Each branch effectively has its own view of history, i.e. different
-branches can give the same revision a different "local" revision number.
-Mainline revisions always get allocated single number revision numbers
-while merged revisions always get allocated dotted revision numbers.
-
-To extend the example above, here's what the revision history of
-Mary's branch would look like had she decided to merge the project
-trunk into her branch after completing her changes::
-
-  104: Merge mainline
-       100.2.1: Merge feature Y
-       100.1.4: Add documentation
-       100.1.3: Fix bug found in testing
-       100.1.2: Add code
-       100.1.1: Add tests
-  103: Fix bug found in testing X
-  102: Add documentation for X
-  101: Add code and tests for X
-  100: ...
-
-Once again, it's easy for Mary to look at just *her* top level of history
-to see the steps she has taken to develop this change. In this context,
-merging the trunk (and resolving any conflicts caused by doing that) is
-just one step as far as the history of this branch is concerned.
-
-It's important to remember that Bazaar is not changing history here, nor
-is it changing the global revision identifiers. You can always use the
-latter if you really want to. In fact, you can use the branch specific
-revision numbers when communicating *as long as* you provide the branch
-URL as context. (In many Bazaar projects, developers imply the central
-trunk branch if they exchange a revision number without a branch URL.)
-
-Merges do not change revision numbers in a branch, though they do
-allocate local revision numbers to newly merged revisions. The only time
-Bazaar will change revision numbers in a branch is when you explicitly
-ask it to mirror another branch.
-
-Note: Revisions are numbered in a stable way: if two branches have
-the same revision in their mainline, all revisions in the ancestry of that
-revision will have the same revision numbers. For example, if Alice and Bob's
-branches agree on revision 10, they will agree on all revisions before
-that.
-
-Резюме
-------
-
-Обычно, если вы следовали ранее полученным советам - организовать вашу работу
-в ветках и использовать объединение для сотрудничества - вы обнаружите что
-чаще всего Bazaar делает то что вы ожидаете.
-
-В следующих главах, мы проверим различный способы использования Bazaar, начиная
-с самого простого: использование Bazaar для личных проектов.
-
-..
-   vim: ft=rst tw=74 ai

