diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-04 18:33:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-04 18:33:16 -0600 |
commit | 01bd7e2ffdc3caa95228e03ad501d778b05270a9 (patch) | |
tree | 9d6b8caebcd8a7700581d36459c784628d4322a5 /doc | |
parent | 4385133a0d7974f0c0f7d741ee14d80a6aa9f671 (diff) | |
download | pytde-01bd7e2ffdc3caa95228e03ad501d778b05270a9.tar.gz pytde-01bd7e2ffdc3caa95228e03ad501d778b05270a9.zip |
Part 1 of 2 rename pykde to pytde
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/index1.html | 4 | ||||
-rw-r--r-- | doc/switches.html | 2 | ||||
-rw-r--r-- | doc/trouble.html | 8 |
4 files changed, 8 insertions, 8 deletions
diff --git a/doc/index.html b/doc/index.html index 113aaee..27f662a 100644 --- a/doc/index.html +++ b/doc/index.html @@ -39,7 +39,7 @@ This document describes a set of Python bindings for the KDE core libraries.. Contact the author at the PyKDE mailing list at <A HREF="mailto:PyKDE@mats.imk.fraunhofer.de"> PyKDE@mats.imk.fraunhofer.de </A> or subscribe to the list or view the archives at the -<a href="http://mats.imk.fraunhofer.de/mailman/listinfo/pykde"> PyKDE Mailing List</a> +<a href="http://mats.imk.fraunhofer.de/mailman/listinfo/pytde"> PyKDE Mailing List</a> web site. </P ><P diff --git a/doc/index1.html b/doc/index1.html index e80ecb8..9f67270 100644 --- a/doc/index1.html +++ b/doc/index1.html @@ -48,8 +48,8 @@ the names of the separate KDE libraries, i.e. <H2>Changes</H2> <P> <p> -Troy Melhase's "pykde_sampler" example application has been added to the examples/ directory. If -you're interested in making a contribution to PyKDE, expanding pykde_sample to support additional +Troy Melhase's "pytde_sampler" example application has been added to the examples/ directory. If +you're interested in making a contribution to PyKDE, expanding pytde_sample to support additional widgets and PyKDE features would be a good place to start. </p> <p> diff --git a/doc/switches.html b/doc/switches.html index a6631fa..1bc4018 100644 --- a/doc/switches.html +++ b/doc/switches.html @@ -51,7 +51,7 @@ If reporting errors, paste all of the output above into your message and post to the PyKDE mailing list at: mailto: PyKDE@mats.imk.fraunhofer.de - subscribe: http://mats.imk.fraunhofer.de/mailman/listinfo/pykde + subscribe: http://mats.imk.fraunhofer.de/mailman/listinfo/pytde You can redirect the output into a file (> output.txt) if needed diff --git a/doc/trouble.html b/doc/trouble.html index c3f5576..5e8a24e 100644 --- a/doc/trouble.html +++ b/doc/trouble.html @@ -116,14 +116,14 @@ The PyKDE sources are mostly "sip" files which describe the interface to KDE's C to the sip code generator. These files should be error free. If a sip or code generation error occurs, please report it to the PyKDE mailing list at <A HREF="mailto:PyKDE@mats.imk.fraunhofer.de"> PyKDE@mats.imk.fraunhofer.de </A> Subscribe to the list -<a href="http://mats.imk.fraunhofer.de/mailman/listinfo/pykde">here</a> +<a href="http://mats.imk.fraunhofer.de/mailman/listinfo/pytde">here</a> </dd> <dt>Compile errors</dt> <dd> PyKDE should not experience any compile errors. Currently sip 4.0 based compiles will generate a number of warnings - these can be safely ignored. If errors occur, please report them to the PyKDE mailing list at <A HREF="mailto:PyKDE@mats.imk.fraunhofer.de"> PyKDE@mats.imk.fraunhofer.de </A>. -Subscribe to the list <a href="http://mats.imk.fraunhofer.de/mailman/listinfo/pykde">here</a> +Subscribe to the list <a href="http://mats.imk.fraunhofer.de/mailman/listinfo/pytde">here</a> </dd> </dl> <h2>Compile-time errors</h2> @@ -182,7 +182,7 @@ If you can locate the sip file for the class, you can comment out ("//") the mis report it on the PyKDE mailing list at <A HREF="mailto:PyKDE@mats.imk.fraunhofer.de"> PyKDE@mats.imk.fraunhofer.de </A>. Subscribe to the list </p> -<a href="http://mats.imk.fraunhofer.de/mailman/listinfo/pykde">here</a> +<a href="http://mats.imk.fraunhofer.de/mailman/listinfo/pytde">here</a> </dd> <dt>Other run-time errors</dt> <dd> @@ -193,7 +193,7 @@ because it's running from Python and not C++. If you suspect an error, please do code and review the PyKDE docs to be sure the argument lists and expected return types are what you thought they were. If the problem persists, report it to the PyKDE mailing list at <A HREF="mailto:PyKDE@mats.imk.fraunhofer.de"> PyKDE@mats.imk.fraunhofer.de </A>. Subscribe to the list -<a href="http://mats.imk.fraunhofer.de/mailman/listinfo/pykde">here</a>. <b>When reporting errors to the +<a href="http://mats.imk.fraunhofer.de/mailman/listinfo/pytde">here</a>. <b>When reporting errors to the list, it's always helpful if you provide:</b> <ul> <li> |