[gimp-web] Moving some files around for automate_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 some files around for automate_editing tutorial. Signed-off-by: Pat David <patdavid src gnome
- Date: Wed, 5 Mar 2014 17:05:22 +0000 (UTC)
commit 298fa90713dec57c5870e1a5911ce0bef5bfcd88
Author: Pat David <patdavid src gnome org>
Date: Wed Mar 5 11:03:23 2014 -0600
Moving some files around for automate_editing tutorial.
Signed-off-by: Pat David <patdavid src gnome org>
programmatic/downloads/MIRRORS | 2 +-
.../{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
tutorials/Automate_Editing_in_GIMP/index.htrw | 14 +++++++-------
9 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/programmatic/downloads/MIRRORS b/programmatic/downloads/MIRRORS
index 5901d05..648f8b9 100644
--- a/programmatic/downloads/MIRRORS
+++ b/programmatic/downloads/MIRRORS
@@ -55,7 +55,7 @@ Netherlands
Poland
ftp://ftp.piotrkosoft.net/pub/mirrors/ftp.gimp.org/
- http://piowindharfetrkosoft.net/pub/mirrors/ftp.gimp.org/ (web access)
+ http://piotrkosoft.net/pub/mirrors/ftp.gimp.org/ (web access)
rsync://piotrkosoft.net/mirrors/ftp.gimp.org/ (rsync access)
ftp://sunsite.icm.edu.pl/pub/graphics/gimp/
ftp://ftp.tpnet.pl/pub/graphics/gimp/
diff --git a/tutorials/Automate_Editing_in_GIMP/plug-ins/autoAutoUpdate.py
b/tutorials/Automate_Editing_in_GIMP/autoAutoUpdate.py
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/plug-ins/autoAutoUpdate.py
rename to tutorials/Automate_Editing_in_GIMP/autoAutoUpdate.py
diff --git a/tutorials/Automate_Editing_in_GIMP/plug-ins/autoBase.py
b/tutorials/Automate_Editing_in_GIMP/autoBase.py
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/plug-ins/autoBase.py
rename to tutorials/Automate_Editing_in_GIMP/autoBase.py
diff --git a/tutorials/Automate_Editing_in_GIMP/plug-ins/autoCommander.py
b/tutorials/Automate_Editing_in_GIMP/autoCommander.py
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/plug-ins/autoCommander.py
rename to tutorials/Automate_Editing_in_GIMP/autoCommander.py
diff --git a/tutorials/Automate_Editing_in_GIMP/plug-ins/autoJpegToXcf.py
b/tutorials/Automate_Editing_in_GIMP/autoJpegToXcf.py
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/plug-ins/autoJpegToXcf.py
rename to tutorials/Automate_Editing_in_GIMP/autoJpegToXcf.py
diff --git a/tutorials/Automate_Editing_in_GIMP/plug-ins/autoRWparasites.py
b/tutorials/Automate_Editing_in_GIMP/autoRWparasites.py
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/plug-ins/autoRWparasites.py
rename to tutorials/Automate_Editing_in_GIMP/autoRWparasites.py
diff --git a/tutorials/Automate_Editing_in_GIMP/plug-ins/autoWriteXml.py
b/tutorials/Automate_Editing_in_GIMP/autoWriteXml.py
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/plug-ins/autoWriteXml.py
rename to tutorials/Automate_Editing_in_GIMP/autoWriteXml.py
diff --git a/tutorials/Automate_Editing_in_GIMP/plug-ins/autoXcfToJpg.py
b/tutorials/Automate_Editing_in_GIMP/autoXcfToJpg.py
similarity index 100%
rename from tutorials/Automate_Editing_in_GIMP/plug-ins/autoXcfToJpg.py
rename to tutorials/Automate_Editing_in_GIMP/autoXcfToJpg.py
diff --git a/tutorials/Automate_Editing_in_GIMP/index.htrw b/tutorials/Automate_Editing_in_GIMP/index.htrw
index c6f0260..44ee5f6 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="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>
+<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>
</ol>
<h3 id="appendixsetuppseudo">Setting up the Example Pseudo Code</h3>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]