[gimp-web] revert moving all the .py and .def files to base dir Signed-off-by: Pat David <patdavid src gnome or
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web] revert moving all the .py and .def files to base dir Signed-off-by: Pat David <patdavid src gnome or
- Date: Wed, 5 Mar 2014 22:35:05 +0000 (UTC)
commit a4945b91a32589e56a906337c0c8777e480f67b7
Author: Pat David <patdavid src gnome org>
Date: Wed Mar 5 16:33:07 2014 -0600
revert moving all the .py and .def files to base dir
Signed-off-by: Pat David <patdavid src gnome org>
tutorials/Automate_Editing_in_GIMP/index.htrw | 40 ++++++++++----------
.../{ => myXml/commander}/centeredgrid.def | 0
.../{ => myXml/commander}/colorAdjust.def | 0
.../{ => myXml/commander}/combinedCommander.xml | 0
.../{ => myXml/commander}/createColorLayer.def | 0
.../commander}/createDynamicRangeLayer.def | 0
.../{ => myXml/commander}/expandCanvas.def | 0
.../{ => myXml/commander}/normalGridCanvas.def | 0
.../{ => myXml/commander}/renameBaseLayer.def | 0
.../{ => myXml/commander}/retinexLayer.def | 0
.../{ => myXml/commander}/sharpenLayer.def | 0
.../{ => myXml/flow}/combinedFlow.xml | 0
.../{ => myXml/flow}/fullauto.def | 0
.../{ => myXml/flow}/semiauto.def | 0
.../{ => myXml/flow}/standard.def | 0
.../{ => myXml/property}/flagProperties.def | 0
.../{ => myXml/property}/flagProperties.xml | 0
.../{ => plug-ins}/autoAutoUpdate.py | 0
.../{ => plug-ins}/autoBase.py | 0
.../{ => plug-ins}/autoCommander.py | 0
.../{ => plug-ins}/autoJpegToXcf.py | 0
.../{ => plug-ins}/autoRWparasites.py | 0
.../{ => plug-ins}/autoWriteXml.py | 0
.../{ => plug-ins}/autoXcfToJpg.py | 0
24 files changed, 20 insertions(+), 20 deletions(-)
---
diff --git a/tutorials/Automate_Editing_in_GIMP/index.htrw b/tutorials/Automate_Editing_in_GIMP/index.htrw
index 6447519..e226aec 100644
--- a/tutorials/Automate_Editing_in_GIMP/index.htrw
+++ b/tutorials/Automate_Editing_in_GIMP/index.htrw
@@ -445,13 +445,13 @@ elif (UpdateFlag == 'NO'):
<p>All of the example scripts begin with “auto”, e.g. autoAutoUpdate.py, autoBase.py, ... If you try them
but then decide you don't like them they should be pretty easy to find and remove. The following example
scripts should be loaded into your gimp/plug-ins directory. Something like /home/stephen/.gimp-2.8/plug-ins
if your user name is stephen and you were using gimp 2.8. Click on the filename to download.</p>
<ol>
-<li><a href="autoAutoUpdate.py">autoAutoUpdate.py</a> - Runs the auto update function on a directory of
images.</li>
-<li><a href="autoBase.py">autoBase.py</a> - Contains the classes that read and write the XML files that
affect how the update works.</li>
-<li><a href="autoCommander.py">autoCommander.py</a> - Runs the 'Commander' macros.</li>
-<li><a href="autoJpegToXcf.py">autoJpegToXcf.py</a> - Imports the images into xcf format and assigns
properties to image.</li>
-<li><a href="autoRWparasites.py">autoRWparasites.py</a> - User Interface functions to read and write image
parasites from the menu.</li>
-<li><a href="autoWriteXml.py">autoWriteXml.py</a> - Reads *.def files and generates XML for commander
macros, workflows, and properties.</li>
-<li><a href="autoXcfToJpg.py">autoXcfToJpg.py</a> – Exports the finished images back to jpeg format.</li>
+<li><a href="plug-ins/autoAutoUpdate.py">autoAutoUpdate.py</a> - Runs the auto update function on a
directory of images.</li>
+<li><a href="plug-ins/autoBase.py">autoBase.py</a> - Contains the classes that read and write the XML files
that affect how the update works.</li>
+<li><a href="plug-ins/autoCommander.py">autoCommander.py</a> - Runs the 'Commander' macros.</li>
+<li><a href="plug-ins/autoJpegToXcf.py">autoJpegToXcf.py</a> - Imports the images into xcf format and
assigns properties to image.</li>
+<li><a href="plug-ins/autoRWparasites.py">autoRWparasites.py</a> - User Interface functions to read and
write image parasites from the menu.</li>
+<li><a href="plug-ins/autoWriteXml.py">autoWriteXml.py</a> - Reads *.def files and generates XML for
commander macros, workflows, and properties.</li>
+<li><a href="plug-ins/autoXcfToJpg.py">autoXcfToJpg.py</a> – Exports the finished images back to jpeg
format.</li>
</ol>
<h3 id="appendixsetuppseudo">Setting up the Example Pseudo Code</h3>
@@ -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="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>
+<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>
</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="fullauto.def">fullauto.def</a></li>
-<li><a href="semiauto.def">semiauto.def</a></li>
-<li><a href="standard.def">standard.def</a></li>
+<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>
</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="flagProperties.def">flagProperties.def</a></li>
+ <li><a href="myXml/property/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/centeredgrid.def
b/tutorials/Automate_Editing_in_GIMP/myXml/commander/centeredgrid.def
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/centeredgrid.def
rename to tutorials/Automate_Editing_in_GIMP/myXml/commander/centeredgrid.def
diff --git a/tutorials/Automate_Editing_in_GIMP/colorAdjust.def
b/tutorials/Automate_Editing_in_GIMP/myXml/commander/colorAdjust.def
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/colorAdjust.def
rename to tutorials/Automate_Editing_in_GIMP/myXml/commander/colorAdjust.def
diff --git a/tutorials/Automate_Editing_in_GIMP/combinedCommander.xml
b/tutorials/Automate_Editing_in_GIMP/myXml/commander/combinedCommander.xml
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/combinedCommander.xml
rename to tutorials/Automate_Editing_in_GIMP/myXml/commander/combinedCommander.xml
diff --git a/tutorials/Automate_Editing_in_GIMP/createColorLayer.def
b/tutorials/Automate_Editing_in_GIMP/myXml/commander/createColorLayer.def
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/createColorLayer.def
rename to tutorials/Automate_Editing_in_GIMP/myXml/commander/createColorLayer.def
diff --git a/tutorials/Automate_Editing_in_GIMP/createDynamicRangeLayer.def
b/tutorials/Automate_Editing_in_GIMP/myXml/commander/createDynamicRangeLayer.def
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/createDynamicRangeLayer.def
rename to tutorials/Automate_Editing_in_GIMP/myXml/commander/createDynamicRangeLayer.def
diff --git a/tutorials/Automate_Editing_in_GIMP/expandCanvas.def
b/tutorials/Automate_Editing_in_GIMP/myXml/commander/expandCanvas.def
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/expandCanvas.def
rename to tutorials/Automate_Editing_in_GIMP/myXml/commander/expandCanvas.def
diff --git a/tutorials/Automate_Editing_in_GIMP/normalGridCanvas.def
b/tutorials/Automate_Editing_in_GIMP/myXml/commander/normalGridCanvas.def
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/normalGridCanvas.def
rename to tutorials/Automate_Editing_in_GIMP/myXml/commander/normalGridCanvas.def
diff --git a/tutorials/Automate_Editing_in_GIMP/renameBaseLayer.def
b/tutorials/Automate_Editing_in_GIMP/myXml/commander/renameBaseLayer.def
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/renameBaseLayer.def
rename to tutorials/Automate_Editing_in_GIMP/myXml/commander/renameBaseLayer.def
diff --git a/tutorials/Automate_Editing_in_GIMP/retinexLayer.def
b/tutorials/Automate_Editing_in_GIMP/myXml/commander/retinexLayer.def
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/retinexLayer.def
rename to tutorials/Automate_Editing_in_GIMP/myXml/commander/retinexLayer.def
diff --git a/tutorials/Automate_Editing_in_GIMP/sharpenLayer.def
b/tutorials/Automate_Editing_in_GIMP/myXml/commander/sharpenLayer.def
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/sharpenLayer.def
rename to tutorials/Automate_Editing_in_GIMP/myXml/commander/sharpenLayer.def
diff --git a/tutorials/Automate_Editing_in_GIMP/combinedFlow.xml
b/tutorials/Automate_Editing_in_GIMP/myXml/flow/combinedFlow.xml
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/combinedFlow.xml
rename to tutorials/Automate_Editing_in_GIMP/myXml/flow/combinedFlow.xml
diff --git a/tutorials/Automate_Editing_in_GIMP/fullauto.def
b/tutorials/Automate_Editing_in_GIMP/myXml/flow/fullauto.def
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/fullauto.def
rename to tutorials/Automate_Editing_in_GIMP/myXml/flow/fullauto.def
diff --git a/tutorials/Automate_Editing_in_GIMP/semiauto.def
b/tutorials/Automate_Editing_in_GIMP/myXml/flow/semiauto.def
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/semiauto.def
rename to tutorials/Automate_Editing_in_GIMP/myXml/flow/semiauto.def
diff --git a/tutorials/Automate_Editing_in_GIMP/standard.def
b/tutorials/Automate_Editing_in_GIMP/myXml/flow/standard.def
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/standard.def
rename to tutorials/Automate_Editing_in_GIMP/myXml/flow/standard.def
diff --git a/tutorials/Automate_Editing_in_GIMP/flagProperties.def
b/tutorials/Automate_Editing_in_GIMP/myXml/property/flagProperties.def
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/flagProperties.def
rename to tutorials/Automate_Editing_in_GIMP/myXml/property/flagProperties.def
diff --git a/tutorials/Automate_Editing_in_GIMP/flagProperties.xml
b/tutorials/Automate_Editing_in_GIMP/myXml/property/flagProperties.xml
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/flagProperties.xml
rename to tutorials/Automate_Editing_in_GIMP/myXml/property/flagProperties.xml
diff --git a/tutorials/Automate_Editing_in_GIMP/autoAutoUpdate.py
b/tutorials/Automate_Editing_in_GIMP/plug-ins/autoAutoUpdate.py
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/autoAutoUpdate.py
rename to tutorials/Automate_Editing_in_GIMP/plug-ins/autoAutoUpdate.py
diff --git a/tutorials/Automate_Editing_in_GIMP/autoBase.py
b/tutorials/Automate_Editing_in_GIMP/plug-ins/autoBase.py
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/autoBase.py
rename to tutorials/Automate_Editing_in_GIMP/plug-ins/autoBase.py
diff --git a/tutorials/Automate_Editing_in_GIMP/autoCommander.py
b/tutorials/Automate_Editing_in_GIMP/plug-ins/autoCommander.py
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/autoCommander.py
rename to tutorials/Automate_Editing_in_GIMP/plug-ins/autoCommander.py
diff --git a/tutorials/Automate_Editing_in_GIMP/autoJpegToXcf.py
b/tutorials/Automate_Editing_in_GIMP/plug-ins/autoJpegToXcf.py
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/autoJpegToXcf.py
rename to tutorials/Automate_Editing_in_GIMP/plug-ins/autoJpegToXcf.py
diff --git a/tutorials/Automate_Editing_in_GIMP/autoRWparasites.py
b/tutorials/Automate_Editing_in_GIMP/plug-ins/autoRWparasites.py
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/autoRWparasites.py
rename to tutorials/Automate_Editing_in_GIMP/plug-ins/autoRWparasites.py
diff --git a/tutorials/Automate_Editing_in_GIMP/autoWriteXml.py
b/tutorials/Automate_Editing_in_GIMP/plug-ins/autoWriteXml.py
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/autoWriteXml.py
rename to tutorials/Automate_Editing_in_GIMP/plug-ins/autoWriteXml.py
diff --git a/tutorials/Automate_Editing_in_GIMP/autoXcfToJpg.py
b/tutorials/Automate_Editing_in_GIMP/plug-ins/autoXcfToJpg.py
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/autoXcfToJpg.py
rename to tutorials/Automate_Editing_in_GIMP/plug-ins/autoXcfToJpg.py
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]