commit 6af780da06c345929e69fe9002f3863774001698 Author: Rik Veenboer Date: Sun May 6 18:26:28 2012 +0200 Added original svn wiki files. diff --git a/Applications.wiki b/Applications.wiki new file mode 100644 index 0000000..1a22ab3 --- /dev/null +++ b/Applications.wiki @@ -0,0 +1,14 @@ +#summary One-sentence summary of this page. + += Introduction = +Applications are in fact just [Implemenation#Component components], the suffix Application is merely added for semantic reasons. + += Details = + +Add your content here. Format your content with: + * Text in *bold* or _italic_ + * Headings, paragraphs, and lists + * Automatic links to other wiki pages + += iTunes = +Connection to iTunes is established using [http://dot-totally.co.uk/software/itunescon/ iTunes Controller], which depends on [http://danadler.com/jacob/ JACOB Java-COM Bridge]. Detecting that iTunes runs should be possible using [Native], but this approach proved to be unreliable as no information on iTunes' COM state can be acquired. Releasing the COM connection requires the use of 'ComThread.Release()', so possible side effects on other COM connections are expected. Listening to events is made optional through the constructor. When this option is enabled, iTunes is exited because of the absence of reliable ways to release 'DispatchEvents'. These COM issues can be investigated by enabling the *com.jacob.debug* system property. Testing with *com.jacob.autogc* is [http://stackoverflow.com/questions/980483/jacob-doesnt-release-the-objects-properly suggested] to be a promising starting point. \ No newline at end of file diff --git a/Documentation.wiki b/Documentation.wiki new file mode 100644 index 0000000..ceb4d12 --- /dev/null +++ b/Documentation.wiki @@ -0,0 +1,15 @@ +#summary One-sentence summary of this page. + += Introduction = + +Add your content here. + + += Details = + +Add your content here. Format your content with: + * Text in *bold* or _italic_ + * Headings, paragraphs, and lists + * Automatic links to other wiki pages + +[Worker] object... \ No newline at end of file diff --git a/Implemenation.wiki b/Implemenation.wiki new file mode 100644 index 0000000..dca6137 --- /dev/null +++ b/Implemenation.wiki @@ -0,0 +1,12 @@ +#summary One-sentence summary of this page. + += Introduction = + +Add your content here. + + += Component = + += Router = + += Parser = \ No newline at end of file diff --git a/Worker.wiki b/Worker.wiki new file mode 100644 index 0000000..154aa75 --- /dev/null +++ b/Worker.wiki @@ -0,0 +1,13 @@ +#summary Documentation on the Worker object. + += Introduction = + +Add your content here. + + += Details = + +Add your content here. Format your content with: + * Text in *bold* or _italic_ + * Headings, paragraphs, and lists + * Automatic links to other wiki pages \ No newline at end of file