Mailing List Archive

CVS: python/dist/src/Doc/mac undoc.tex,1.4,1.5
Update of /cvsroot/python/python/dist/src/Doc/mac
In directory usw-pr-cvs1:/tmp/cvs-serv10525/Python/Doc/mac

Modified Files:
undoc.tex
Log Message:
Added applesingle, macresource, Nav and videoreader. Moved icopen to its alphabetical place. Moved waste here (from toolbox).

Index: undoc.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/undoc.tex,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** undoc.tex 2001/07/14 02:09:32 1.4
--- undoc.tex 2001/09/11 21:24:07 1.5
***************
*** 10,13 ****
--- 10,19 ----


+ \section{\module{applesingle} --- AppleSingle decoder}
+ \declaremodule{standard}{applesingle}
+ \platform{Mac}
+ \modulesynopsis{Rudimentary decoder for AppleSingle format files}
+
+
\section{\module{buildtools} --- Helper module for BuildApplet and Friends}
\declaremodule{standard}{buildtools}
***************
*** 39,42 ****
--- 45,58 ----


+ \section{\module{icopen} --- Internet Config replacement for \method{open()}}
+ \declaremodule{standard}{icopen}
+ \platform{Mac}
+ \modulesynopsis{Internet Config replacement for \method{open()}}
+
+ Importing \module{icopen} will replace the builtin \method{open()}
+ with a version that uses Internet Config to set file type and creator
+ for new files.
+
+
\section{\module{macerrors} --- MacOS Errors}
\declaremodule{standard}{macerrors}
***************
*** 54,70 ****

\module{macfsn} contains wrapper functions that have the same API as the macfs
! StandardFile calls, but are implemented with Navigation Services. Importing it
! will replace the methods in macfs with these, if Navigation Services is
available on your machine.


! \section{\module{icopen} --- Internet Config replacement for \method{open()}}
! \declaremodule{standard}{icopen}
\platform{Mac}
! \modulesynopsis{Internet Config replacement for \method{open()}}

! Importing \module{icopen} will replace the builtin \method{open()}
! with a version that uses Internet Config to set file type and creator
! for new files.


--- 70,95 ----

\module{macfsn} contains wrapper functions that have the same API as the macfs
! StandardFile calls, but are implemented with Navigation Services through the
! \refmodule{Nav}\refbimodindex{Nav} module. Importing it
! will replace the methods in \refmodule{macfs}\refbimodindex{macfs} with these,
! if Navigation Services is
available on your machine.


! \section{\module{macresource} --- Locate script resources}
! \declaremodule{standard}{macresource}
\platform{Mac}
! \modulesynopsis{Locate script resources}

! \module{macresource} helps scripts finding their resources, such as
! dialogs and menus, without requiring special case code for when the
! script is run under MacPython, as a MacPython applet or under OSX Python.
!
! \section{\module{Nav --- NavServices calls}
! \declaremodule{standard}{Nac}
! \platform{Mac}
! \modulesynopsis{Interface to Navigation Services}
!
! A low-level interface to Navigation Services.


***************
*** 74,78 ****
--- 99,115 ----
\modulesynopsis{Easy access serial to line connections}

+ This module is only available under MacOS 9 or earlier in classic PPC MacPython.
+
+ \section{\module{mkcwproject} --- Create CodeWarrior projects}
+ \declaremodule{standard}{mkcwproject}
+ \platform{Mac}
+ \modulesynopsis{Create CodeWarrior projects}

+ \module{mkcwproject} creates project files for the Metrowerks CodeWarrior
+ development environment. It is a helper module for
+ \refmodule{distutils}\refbimodindex{distutils} but can be used separately for more
+ control.
+
+
\section{\module{nsremote} --- Wrapper around Netscape OSA modules}
\declaremodule{standard}{nsremote}
***************
*** 129,136 ****
altogether, if set with \program{EditPythonPrefs}) until you try to read from
stdin or disable the buffering, at which point all the saved output is
! sent to the window. Good for programs with graphilcal user interfaces
that do want to display their output at a crash.


\section{\module{W} --- Widgets built on \module{FrameWork}}
\declaremodule{standard}{W}
--- 166,182 ----
altogether, if set with \program{EditPythonPrefs}) until you try to read from
stdin or disable the buffering, at which point all the saved output is
! sent to the window. Good for programs with graphical user interfaces
that do want to display their output at a crash.


+ \section{\module{videoreader} --- read QuickTime movies}
+ \declaremodule{standard}{videoreader}
+ \platform{Mac}
+ \modulesynopsis{read QuickTime movies frame by frame for further processing}
+
+ \module{videoreader} reads and decodes QuickTime movies and passes
+ a stream of images to your program. It also provides some support for
+ audio tracks.
+
\section{\module{W} --- Widgets built on \module{FrameWork}}
\declaremodule{standard}{W}
***************
*** 139,140 ****
--- 185,198 ----

The \module{W} widgets are used extensively in the \program{IDE}.
+
+ \section{\module{waste} --- non-Apple \program{TextEdit} replacement}
+ \declaremodule{standard}{waste}
+ \platform{Mac}
+ \modulesynopsis{Interface to the ``WorldScript-Aware Styled Text Engine.''}
+
+ \begin{seealso}
+ \seetitle[http://www.merzwaren.com/waste/]{About WASTE}{Information
+ about the WASTE widget and library, including
+ documentation and downloads.}
+ \end{seealso}
+