commit | e2ff8be761a5c4958572d2aa6c9ee247e3c90c85 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Wed Jul 02 09:20:09 2003 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Wed Jul 02 09:20:09 2003 +0000 |
tree | f985859e977e94b3e93fff1eb0d8ad47e0bd77a5 | |
parent | b7f6810a1f6180656a42ea0c3f0a9d4ddd7b4f56 [diff] |
Moved the IDE tutorial to a directory with a shorter name. The long name was giving problems with some tar implementations.
diff --git a/Mac/OSX/Makefile b/Mac/OSX/Makefile index 5720069..3ba4976 100644 --- a/Mac/OSX/Makefile +++ b/Mac/OSX/Makefile
@@ -46,7 +46,7 @@ APPSUBDIRS=MacOS Resources Resources/English.lproj \ Resources/English.lproj/Documentation \ Resources/English.lproj/Documentation/doc \ - Resources/English.lproj/Documentation/macpython_ide_tutorial + Resources/English.lproj/Documentation/ide DOCDIR=$(srcdir)/Mac/OSXResources/app/Resources/English.lproj/Documentation DOCINDEX=$(DOCDIR)/"Documentation idx" CACHERSRC=$(srcdir)/Mac/scripts/cachersrc.py
diff --git a/Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/IDE.gif b/Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/IDE.gif similarity index 100% rename from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/IDE.gif rename to Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/IDE.gif Binary files differ
diff --git a/Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/entering_in_new_window.gif b/Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/entering_in_new_window.gif similarity index 100% rename from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/entering_in_new_window.gif rename to Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/entering_in_new_window.gif Binary files differ
diff --git a/Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/hello_world.gif b/Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/hello_world.gif similarity index 100% rename from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/hello_world.gif rename to Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/hello_world.gif Binary files differ
diff --git a/Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/index.html b/Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/index.html similarity index 100% rename from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/index.html rename to Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/index.html
diff --git a/Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/loading_ide.gif b/Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/loading_ide.gif similarity index 100% rename from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/loading_ide.gif rename to Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/loading_ide.gif Binary files differ
diff --git a/Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/making_new_window.gif b/Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/making_new_window.gif similarity index 100% rename from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/making_new_window.gif rename to Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/making_new_window.gif Binary files differ
diff --git a/Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/new_ide_window.gif b/Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/new_ide_window.gif similarity index 100% rename from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/new_ide_window.gif rename to Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/new_ide_window.gif Binary files differ
diff --git a/Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/new_window_made.gif b/Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/new_window_made.gif similarity index 100% rename from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/new_window_made.gif rename to Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/new_window_made.gif Binary files differ
diff --git a/Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/output_window.gif b/Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/output_window.gif similarity index 100% rename from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/output_window.gif rename to Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/output_window.gif Binary files differ
diff --git a/Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/saving_edited_file.gif b/Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/saving_edited_file.gif similarity index 100% rename from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/saving_edited_file.gif rename to Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/saving_edited_file.gif Binary files differ
diff --git a/Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/simple_commands.gif b/Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/simple_commands.gif similarity index 100% rename from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/simple_commands.gif rename to Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/simple_commands.gif Binary files differ
diff --git a/Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/syntax_error.gif b/Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/syntax_error.gif similarity index 100% rename from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/syntax_error.gif rename to Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/syntax_error.gif Binary files differ
diff --git a/Mac/OSXResources/app/Resources/English.lproj/Documentation/index.html b/Mac/OSXResources/app/Resources/English.lproj/Documentation/index.html index 34e1042..ef12c10 100644 --- a/Mac/OSXResources/app/Resources/English.lproj/Documentation/index.html +++ b/Mac/OSXResources/app/Resources/English.lproj/Documentation/index.html
@@ -22,7 +22,7 @@ <ul> <li><a href="intro.html">What is MacPython?</a> </li> - <li><a href="macpython_ide_tutorial/index.html">MacPython + <li><a href="ide/index.html">MacPython Integrated Development Environment Introduction</a> </li> <li><a href="doc/index.html">Python Language and runtime documentation</a>
diff --git a/Mac/OSXResources/app/Resources/English.lproj/Documentation/intro.html b/Mac/OSXResources/app/Resources/English.lproj/Documentation/intro.html index 516e6a9..f0ab371 100644 --- a/Mac/OSXResources/app/Resources/English.lproj/Documentation/intro.html +++ b/Mac/OSXResources/app/Resources/English.lproj/Documentation/intro.html
@@ -45,7 +45,7 @@ <p>The MacPython Integrated Development Environment (IDE) allows easy editing, running and debugging of scripts. Read the -<a href="macpython_ide_tutorial/index.html">Introduction +<a href="ide/index.html">Introduction to the IDE</a> to whet your appetite.</p> <p>MacPython comes with lots of modules that allow access to