diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-07-02 09:20:09 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-07-02 09:20:09 (GMT) |
commit | e2ff8be761a5c4958572d2aa6c9ee247e3c90c85 (patch) | |
tree | f985859e977e94b3e93fff1eb0d8ad47e0bd77a5 | |
parent | b7f6810a1f6180656a42ea0c3f0a9d4ddd7b4f56 (diff) | |
download | cpython-e2ff8be761a5c4958572d2aa6c9ee247e3c90c85.zip cpython-e2ff8be761a5c4958572d2aa6c9ee247e3c90c85.tar.gz cpython-e2ff8be761a5c4958572d2aa6c9ee247e3c90c85.tar.bz2 |
Moved the IDE tutorial to a directory with a shorter name. The long
name was giving problems with some tar implementations.
-rw-r--r-- | Mac/OSX/Makefile | 2 | ||||
-rw-r--r-- | Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/IDE.gif (renamed from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/IDE.gif) | bin | 10249 -> 10249 bytes | |||
-rw-r--r-- | Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/entering_in_new_window.gif (renamed from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/entering_in_new_window.gif) | bin | 15578 -> 15578 bytes | |||
-rw-r--r-- | Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/hello_world.gif (renamed from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/hello_world.gif) | bin | 15681 -> 15681 bytes | |||
-rw-r--r-- | Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/index.html (renamed from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/index.html) | 0 | ||||
-rw-r--r-- | Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/loading_ide.gif (renamed from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/loading_ide.gif) | bin | 50595 -> 50595 bytes | |||
-rw-r--r-- | Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/making_new_window.gif (renamed from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/making_new_window.gif) | bin | 25978 -> 25978 bytes | |||
-rw-r--r-- | Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/new_ide_window.gif (renamed from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/new_ide_window.gif) | bin | 20606 -> 20606 bytes | |||
-rw-r--r-- | Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/new_window_made.gif (renamed from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/new_window_made.gif) | bin | 21808 -> 21808 bytes | |||
-rw-r--r-- | Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/output_window.gif (renamed from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/output_window.gif) | bin | 37660 -> 37660 bytes | |||
-rw-r--r-- | Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/saving_edited_file.gif (renamed from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/saving_edited_file.gif) | bin | 26559 -> 26559 bytes | |||
-rw-r--r-- | Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/simple_commands.gif (renamed from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/simple_commands.gif) | bin | 14134 -> 14134 bytes | |||
-rw-r--r-- | Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/syntax_error.gif (renamed from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/syntax_error.gif) | bin | 12850 -> 12850 bytes | |||
-rw-r--r-- | Mac/OSXResources/app/Resources/English.lproj/Documentation/index.html | 2 | ||||
-rw-r--r-- | Mac/OSXResources/app/Resources/English.lproj/Documentation/intro.html | 2 |
15 files changed, 3 insertions, 3 deletions
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 @@ APPTEMPLATE=$(srcdir)/Mac/OSXResources/app 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 Binary files differindex da9325d..da9325d 100644 --- a/Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/IDE.gif +++ b/Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/IDE.gif 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 Binary files differindex baa400e..baa400e 100644 --- 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 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 Binary files differindex c7390af..c7390af 100644 --- 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 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 index a169f5e..a169f5e 100644 --- a/Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/index.html +++ b/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 Binary files differindex e7cca3d..e7cca3d 100644 --- 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 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 Binary files differindex d2022c8..d2022c8 100644 --- 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 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 Binary files differindex 7268a84..7268a84 100644 --- 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 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 Binary files differindex dd6cca3..dd6cca3 100644 --- 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 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 Binary files differindex 568dcb5..568dcb5 100644 --- 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 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 Binary files differindex 6e5c926..6e5c926 100644 --- 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 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 Binary files differindex 1dba570..1dba570 100644 --- 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 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 Binary files differindex 2e95b87..2e95b87 100644 --- 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 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 @@ if you are familiar with Python on unix you should feel right at home.</p> <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 |