[gimp-web] Moving more files around for automated_editing tutorial Signed-off-by: Pat David <patdavid src gnome
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web] Moving more files around for automated_editing tutorial Signed-off-by: Pat David <patdavid src gnome
- Date: Wed, 5 Mar 2014 17:14:34 +0000 (UTC)
commit ba146da101da0bf13ec9e8e38a72b8fa621af301
Author: Pat David <patdavid src gnome org>
Date: Wed Mar 5 11:12:35 2014 -0600
Moving more files around for automated_editing tutorial
Signed-off-by: Pat David <patdavid src gnome org>
.../{myXml/commander => }/centeredgrid.def | 0
.../{myXml/commander => }/colorAdjust.def | 0
.../{myXml/commander => }/combinedCommander.xml | 0
.../{myXml/flow => }/combinedFlow.xml | 0
.../{myXml/commander => }/createColorLayer.def | 0
.../commander => }/createDynamicRangeLayer.def | 0
.../{myXml/commander => }/expandCanvas.def | 0
.../{myXml/property => }/flagProperties.def | 0
.../{myXml/property => }/flagProperties.xml | 0
.../{myXml/flow => }/fullauto.def | 0
tutorials/Automate_Editing_in_GIMP/index.htrw | 26 ++++++++++----------
.../{myXml/commander => }/normalGridCanvas.def | 0
.../{myXml/commander => }/renameBaseLayer.def | 0
.../{myXml/commander => }/retinexLayer.def | 0
.../{myXml/flow => }/semiauto.def | 0
.../{myXml/commander => }/sharpenLayer.def | 0
.../{myXml/flow => }/standard.def | 0
17 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/tutorials/Automate_Editing_in_GIMP/myXml/commander/centeredgrid.def
b/tutorials/Automate_Editing_in_GIMP/centeredgrid.def
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/myXml/commander/centeredgrid.def
rename to tutorials/Automate_Editing_in_GIMP/centeredgrid.def
diff --git a/tutorials/Automate_Editing_in_GIMP/myXml/commander/colorAdjust.def
b/tutorials/Automate_Editing_in_GIMP/colorAdjust.def
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/myXml/commander/colorAdjust.def
rename to tutorials/Automate_Editing_in_GIMP/colorAdjust.def
diff --git a/tutorials/Automate_Editing_in_GIMP/myXml/commander/combinedCommander.xml
b/tutorials/Automate_Editing_in_GIMP/combinedCommander.xml
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/myXml/commander/combinedCommander.xml
rename to tutorials/Automate_Editing_in_GIMP/combinedCommander.xml
diff --git a/tutorials/Automate_Editing_in_GIMP/myXml/flow/combinedFlow.xml
b/tutorials/Automate_Editing_in_GIMP/combinedFlow.xml
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/myXml/flow/combinedFlow.xml
rename to tutorials/Automate_Editing_in_GIMP/combinedFlow.xml
diff --git a/tutorials/Automate_Editing_in_GIMP/myXml/commander/createColorLayer.def
b/tutorials/Automate_Editing_in_GIMP/createColorLayer.def
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/myXml/commander/createColorLayer.def
rename to tutorials/Automate_Editing_in_GIMP/createColorLayer.def
diff --git a/tutorials/Automate_Editing_in_GIMP/myXml/commander/createDynamicRangeLayer.def
b/tutorials/Automate_Editing_in_GIMP/createDynamicRangeLayer.def
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/myXml/commander/createDynamicRangeLayer.def
rename to tutorials/Automate_Editing_in_GIMP/createDynamicRangeLayer.def
diff --git a/tutorials/Automate_Editing_in_GIMP/myXml/commander/expandCanvas.def
b/tutorials/Automate_Editing_in_GIMP/expandCanvas.def
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/myXml/commander/expandCanvas.def
rename to tutorials/Automate_Editing_in_GIMP/expandCanvas.def
diff --git a/tutorials/Automate_Editing_in_GIMP/myXml/property/flagProperties.def
b/tutorials/Automate_Editing_in_GIMP/flagProperties.def
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/myXml/property/flagProperties.def
rename to tutorials/Automate_Editing_in_GIMP/flagProperties.def
diff --git a/tutorials/Automate_Editing_in_GIMP/myXml/property/flagProperties.xml
b/tutorials/Automate_Editing_in_GIMP/flagProperties.xml
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/myXml/property/flagProperties.xml
rename to tutorials/Automate_Editing_in_GIMP/flagProperties.xml
diff --git a/tutorials/Automate_Editing_in_GIMP/myXml/flow/fullauto.def
b/tutorials/Automate_Editing_in_GIMP/fullauto.def
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/myXml/flow/fullauto.def
rename to tutorials/Automate_Editing_in_GIMP/fullauto.def
diff --git a/tutorials/Automate_Editing_in_GIMP/index.htrw b/tutorials/Automate_Editing_in_GIMP/index.htrw
index 44ee5f6..96ad9ca 100644
--- a/tutorials/Automate_Editing_in_GIMP/index.htrw
+++ b/tutorials/Automate_Editing_in_GIMP/index.htrw
@@ -461,15 +461,15 @@ elif (UpdateFlag == 'NO'):
<p>Copy the following example *.def files into the “commander” directory
(/home/stephen/.gimp-2.8/myXml/commander – assuming a home directory of /user/stephen and a gimp version
2.8). They are example Commander Macros pseudo code files. Click on the filename to download.</p>
<ol>
-<li><a href="myXml/commander/centeredgrid.def">centeredgrid.def</a></li>
-<li><a href="myXml/commander/colorAdjust.def">colorAdjust.def</a></li>
-<li><a href="myXml/commander/createColorLayer.def">createColorLayer.def</a></li>
-<li><a href="myXml/commander/createDynamicRangeLayer.def">createDynamicRangeLayer.def</a></li>
-<li><a href="myXml/commander/expandCanvas.def">expandCanvas.def</a></li>
-<li><a href="myXml/commander/normalGridCanvas.def">normalGridCanvas.def</a></li>
-<li><a href="myXml/commander/renameBaseLayer.def">renameBaseLayer.def</a></li>
-<li><a href="myXml/commander/retinexLayer.def">retinexLayer.def</a></li>
-<li><a href="myXml/commander/sharpenLayer.def">sharpenLayer.def</a></li>
+<li><a href="centeredgrid.def">centeredgrid.def</a></li>
+<li><a href="colorAdjust.def">colorAdjust.def</a></li>
+<li><a href="createColorLayer.def">createColorLayer.def</a></li>
+<li><a href="createDynamicRangeLayer.def">createDynamicRangeLayer.def</a></li>
+<li><a href="expandCanvas.def">expandCanvas.def</a></li>
+<li><a href="normalGridCanvas.def">normalGridCanvas.def</a></li>
+<li><a href="renameBaseLayer.def">renameBaseLayer.def</a></li>
+<li><a href="retinexLayer.def">retinexLayer.def</a></li>
+<li><a href="sharpenLayer.def">sharpenLayer.def</a></li>
</ol>
<p>Hopefully with the comments and by running them, their function will be apparent. They should be enough
to get you started writing some macros of your own.</p>
@@ -479,9 +479,9 @@ elif (UpdateFlag == 'NO'):
<p>Copy the following *.def files into the “flow” directory (/home/stephen/.gimp-2.8/myXml/flow). They are
example Workflow pseudo code files.</p>
<ol>
-<li><a href="myXml/flow/fullauto.def">fullauto.def</a></li>
-<li><a href="myXml/flow/semiauto.def">semiauto.def</a></li>
-<li><a href="myXml/flow/standard.def">standard.def</a></li>
+<li><a href="fullauto.def">fullauto.def</a></li>
+<li><a href="semiauto.def">semiauto.def</a></li>
+<li><a href="standard.def">standard.def</a></li>
</ol>
<p>These three workflows all follow the same basicsteps of the standard workflow. The semiauto and fullauto
workflows combine some of the steps. The idea is to give you a couple of different workflows to play with.
The fullauto illustrates that you really can pack a lot of editing into a “step” but is probably too
automatic to be of practical use.</p>
@@ -491,7 +491,7 @@ elif (UpdateFlag == 'NO'):
<p>Copy the following *.def file into the “property” directory (/home/stephen/.gimp-2.8/myXml/property). It
is an example Property pseudo code file (for Flag Properties / Parasites).</p>
<ol>
- <li><a href="myXml/property/flagProperties.def">flagProperties.def</a></li>
+ <li><a href="flagProperties.def">flagProperties.def</a></li>
</ol>
<p>When you run the “Pseudocode to XML” Utility function, it will read *.def file in this directory and
write an XML file in this directory called “flagProperties.xml”.</p>
diff --git a/tutorials/Automate_Editing_in_GIMP/myXml/commander/normalGridCanvas.def
b/tutorials/Automate_Editing_in_GIMP/normalGridCanvas.def
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/myXml/commander/normalGridCanvas.def
rename to tutorials/Automate_Editing_in_GIMP/normalGridCanvas.def
diff --git a/tutorials/Automate_Editing_in_GIMP/myXml/commander/renameBaseLayer.def
b/tutorials/Automate_Editing_in_GIMP/renameBaseLayer.def
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/myXml/commander/renameBaseLayer.def
rename to tutorials/Automate_Editing_in_GIMP/renameBaseLayer.def
diff --git a/tutorials/Automate_Editing_in_GIMP/myXml/commander/retinexLayer.def
b/tutorials/Automate_Editing_in_GIMP/retinexLayer.def
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/myXml/commander/retinexLayer.def
rename to tutorials/Automate_Editing_in_GIMP/retinexLayer.def
diff --git a/tutorials/Automate_Editing_in_GIMP/myXml/flow/semiauto.def
b/tutorials/Automate_Editing_in_GIMP/semiauto.def
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/myXml/flow/semiauto.def
rename to tutorials/Automate_Editing_in_GIMP/semiauto.def
diff --git a/tutorials/Automate_Editing_in_GIMP/myXml/commander/sharpenLayer.def
b/tutorials/Automate_Editing_in_GIMP/sharpenLayer.def
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/myXml/commander/sharpenLayer.def
rename to tutorials/Automate_Editing_in_GIMP/sharpenLayer.def
diff --git a/tutorials/Automate_Editing_in_GIMP/myXml/flow/standard.def
b/tutorials/Automate_Editing_in_GIMP/standard.def
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/myXml/flow/standard.def
rename to tutorials/Automate_Editing_in_GIMP/standard.def
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]