<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.netlabs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Antiguru</id>
	<title>NikiWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.netlabs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Antiguru"/>
	<link rel="alternate" type="text/html" href="https://wiki.netlabs.org/index.php/Special:Contributions/Antiguru"/>
	<updated>2026-05-21T02:17:06Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.netlabs.org/index.php?title=User:Antiguru&amp;diff=5358</id>
		<title>User:Antiguru</title>
		<link rel="alternate" type="text/html" href="https://wiki.netlabs.org/index.php?title=User:Antiguru&amp;diff=5358"/>
		<updated>2010-07-22T21:28:51Z</updated>

		<summary type="html">&lt;p&gt;Antiguru: update ;-)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&#039;m Moritz Hoffmann, visit http://wiki.antiguru.de/ for some more information about me! My mail address is moritz&#039;at&#039;antiguru&#039;dot&#039;de!&lt;br /&gt;
Born in &#039;86, currently studying computer science in Zurich.&lt;/div&gt;</summary>
		<author><name>Antiguru</name></author>
	</entry>
	<entry>
		<id>https://wiki.netlabs.org/index.php?title=UsingWikipediafs&amp;diff=4046</id>
		<title>UsingWikipediafs</title>
		<link rel="alternate" type="text/html" href="https://wiki.netlabs.org/index.php?title=UsingWikipediafs&amp;diff=4046"/>
		<updated>2006-07-19T18:53:38Z</updated>

		<summary type="html">&lt;p&gt;Antiguru: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to use wikipediafs together with netlabs wiki ==&lt;br /&gt;
This article describes how it is possible to use wikipediafs to edit&lt;br /&gt;
content on the [http://wiki.netlabs.org/ Netlabs wiki].&lt;br /&gt;
&lt;br /&gt;
=== Installing wikipediafs ===&lt;br /&gt;
Wikipediafs is a userspace filesystem that uses the fuse module available in&lt;br /&gt;
Linux to mount the wiki. Thus you need to have this module installed on your&lt;br /&gt;
system. The following command tells you if it is installed:&lt;br /&gt;
&lt;br /&gt;
 lsmod | grep fuse&lt;br /&gt;
&lt;br /&gt;
On my system I got the following result:&lt;br /&gt;
&lt;br /&gt;
 TP42:/mnt/wiki/wiki.netlabs.org# lsmod | grep fuse&lt;br /&gt;
 fuse                   36108  2 &lt;br /&gt;
&lt;br /&gt;
On top of that python and python-fuse are needed. If you are using Debian you&lt;br /&gt;
can install all packages necessary with apt-get.&lt;br /&gt;
Otherwise you can grab wikipediafs from its&lt;br /&gt;
[http://wikipediafs.sourceforge.net/ homepage].&lt;br /&gt;
&lt;br /&gt;
Now you need to create a directory where the wikis will be mounted to:&lt;br /&gt;
&lt;br /&gt;
 mkdir /mnt/wiki&lt;br /&gt;
This will create the directory wiki in mount directory.&lt;br /&gt;
&lt;br /&gt;
=== Configuring wikipediafs ===&lt;br /&gt;
On the first run wikipediafs will copy its configuration file to the user&#039;s&lt;br /&gt;
home directory. As the access to the fuse commands is only permitted for&lt;br /&gt;
superusers start wikipediafs as root. Note that the last parameter has&lt;br /&gt;
to be the point where the wikipediafs should mount.&lt;br /&gt;
&lt;br /&gt;
 TP42:~/.wikipediafs# mount.wikipediafs /mnt/wiki/&lt;br /&gt;
&lt;br /&gt;
In case everything worked no messages are printed. Otherwise there are a lot&lt;br /&gt;
of error messages printed, indicating what the problem was.&lt;br /&gt;
&lt;br /&gt;
Now you have to unmount the directory again.&lt;br /&gt;
&lt;br /&gt;
 umount /mnt/wiki&lt;br /&gt;
&lt;br /&gt;
The next step is to update the config.xml in the .wikipediafs directory&lt;br /&gt;
of root&#039;s home.&lt;br /&gt;
&lt;br /&gt;
Add a section that looks like the following:&lt;br /&gt;
     &amp;lt;site&amp;gt;&lt;br /&gt;
         &amp;lt;dirname&amp;gt;wiki.netlabs.org&amp;lt;/dirname&amp;gt;&lt;br /&gt;
         &amp;lt;host&amp;gt;wiki.netlabs.org&amp;lt;/host&amp;gt;&lt;br /&gt;
         &amp;lt;basename&amp;gt;/index.php&amp;lt;/basename&amp;gt;&lt;br /&gt;
         &amp;lt;username&amp;gt;Username&amp;lt;/username&amp;gt;&lt;br /&gt;
         &amp;lt;password&amp;gt;secret&amp;lt;/password&amp;gt;&lt;br /&gt;
     &amp;lt;/site&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My config.xml looks as follows:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;wfs-config&amp;gt;&lt;br /&gt;
     &amp;lt;general&amp;gt;&lt;br /&gt;
         &amp;lt;!-- Cache time in seconds --&amp;gt;&lt;br /&gt;
         &amp;lt;article-cache-time&amp;gt;300&amp;lt;/article-cache-time&amp;gt;&lt;br /&gt;
     &amp;lt;/general&amp;gt;&lt;br /&gt;
     &amp;lt;sites&amp;gt;&lt;br /&gt;
         &amp;lt;site&amp;gt;&lt;br /&gt;
             &amp;lt;dirname&amp;gt;wiki.netlabs.org&amp;lt;/dirname&amp;gt;&lt;br /&gt;
             &amp;lt;host&amp;gt;wiki.netlabs.org&amp;lt;/host&amp;gt;&lt;br /&gt;
             &amp;lt;basename&amp;gt;/index.php&amp;lt;/basename&amp;gt;&lt;br /&gt;
             &amp;lt;username&amp;gt;Username&amp;lt;/username&amp;gt;&lt;br /&gt;
             &amp;lt;password&amp;gt;secret&amp;lt;/password&amp;gt;&lt;br /&gt;
         &amp;lt;/site&amp;gt;&lt;br /&gt;
     &amp;lt;/sites&amp;gt;&lt;br /&gt;
 &amp;lt;/wfs-config&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If the username and password tags are left out it is only possible to download&lt;br /&gt;
content, but not to submit content.&lt;br /&gt;
&lt;br /&gt;
=== Using wikipediafs===&lt;br /&gt;
First it is needed to mount the wiki again.&lt;br /&gt;
 mount.wikipediafs /mnt/wiki&lt;br /&gt;
Now there will be a directory /mnt/wiki/wiki.netlabs.org/. It will be empty as&lt;br /&gt;
there is no directory listing.&lt;br /&gt;
&lt;br /&gt;
Note: You have to switch off the option &#039;Show preview on first edit&#039; in &lt;br /&gt;
preferences&amp;gt;Editing. Otherwise submitting content will not work.&lt;br /&gt;
&lt;br /&gt;
==== Editing files ====&lt;br /&gt;
The file has to exist on the server. To edit a page called &#039;Ideas&#039; the file has&lt;br /&gt;
to be loaded from the server first. Use cat for instance to do that:&lt;br /&gt;
 TP42:/mnt/wiki/wiki.netlabs.org# cat Ideas&lt;br /&gt;
 This is the content of the page called Ideas... [..]&lt;br /&gt;
&lt;br /&gt;
The directory should contain a file named Ideas by now. It can by edited with&lt;br /&gt;
any text editor. When the file is saved it is posted to the server.&lt;br /&gt;
&lt;br /&gt;
==== Creating and Copying files ====&lt;br /&gt;
To add an entry to the wiki create a local file with the wiki syntax.&lt;br /&gt;
After that just use the cp command for instance:&lt;br /&gt;
&lt;br /&gt;
 TP42:/mnt/wiki/wiki.netlabs.org# cp /home/moritz/UsingWikipediafs .&lt;br /&gt;
&lt;br /&gt;
This will upload the file /home/moritz/UsingWikipediafs to the root directory&lt;br /&gt;
the wiki.&lt;/div&gt;</summary>
		<author><name>Antiguru</name></author>
	</entry>
	<entry>
		<id>https://wiki.netlabs.org/index.php?title=UsingWikipediafs&amp;diff=4045</id>
		<title>UsingWikipediafs</title>
		<link rel="alternate" type="text/html" href="https://wiki.netlabs.org/index.php?title=UsingWikipediafs&amp;diff=4045"/>
		<updated>2006-07-19T18:48:09Z</updated>

		<summary type="html">&lt;p&gt;Antiguru: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to use wikipediafs togehter with netlabs wiki ==&lt;br /&gt;
This article describes how it is possible to use wikipediafs to edit&lt;br /&gt;
content on the [http://wiki.netlabs.org/ Netlabs wiki].&lt;br /&gt;
&lt;br /&gt;
=== Installing wikipediafs ===&lt;br /&gt;
Wikipediafs is a userspace filesystem that uses the fuse module available in&lt;br /&gt;
Linux to mount the wiki. Thus you need to have this module installed on your&lt;br /&gt;
system. The following command tells you if it is installed:&lt;br /&gt;
&lt;br /&gt;
 lsmod | grep fuse&lt;br /&gt;
&lt;br /&gt;
On my system I got the following result:&lt;br /&gt;
&lt;br /&gt;
 TP42:/mnt/wiki/wiki.netlabs.org# lsmod | grep fuse&lt;br /&gt;
 fuse                   36108  2 &lt;br /&gt;
&lt;br /&gt;
On top of that python and python-fuse are needed. If you are using Debian you&lt;br /&gt;
can install all packages necessary with apt-get.&lt;br /&gt;
&lt;br /&gt;
Now you need to create a directory where the wikis will be mounted to:&lt;br /&gt;
&lt;br /&gt;
 mkdir /mnt/wiki&lt;br /&gt;
This will create the directory wiki in mount directory.&lt;br /&gt;
&lt;br /&gt;
=== Configuring wikipediafs ===&lt;br /&gt;
On the first run wikipediafs will copy its configuration file to the user&#039;s&lt;br /&gt;
home directory. As the access to the fuse commands is only permitted for&lt;br /&gt;
superusers start wikipediafs as root. Note that the last parameter has&lt;br /&gt;
to be the point where the wikipediafs should mount.&lt;br /&gt;
&lt;br /&gt;
 TP42:~/.wikipediafs# mount.wikipediafs /mnt/wiki/&lt;br /&gt;
&lt;br /&gt;
In case everything worked no messages are printed. Otherwise there are a lot&lt;br /&gt;
of error messages printed, indicating what the problem was.&lt;br /&gt;
&lt;br /&gt;
Now you have to unmount the directory again.&lt;br /&gt;
&lt;br /&gt;
 umount /mnt/wiki&lt;br /&gt;
&lt;br /&gt;
The next step is to update the config.xml in the .wikipediafs directory&lt;br /&gt;
of root&#039;s home.&lt;br /&gt;
&lt;br /&gt;
Add a section that looks like the following:&lt;br /&gt;
     &amp;lt;site&amp;gt;&lt;br /&gt;
         &amp;lt;dirname&amp;gt;wiki.netlabs.org&amp;lt;/dirname&amp;gt;&lt;br /&gt;
         &amp;lt;host&amp;gt;wiki.netlabs.org&amp;lt;/host&amp;gt;&lt;br /&gt;
         &amp;lt;basename&amp;gt;/index.php&amp;lt;/basename&amp;gt;&lt;br /&gt;
         &amp;lt;username&amp;gt;Username&amp;lt;/username&amp;gt;&lt;br /&gt;
         &amp;lt;password&amp;gt;secret&amp;lt;/password&amp;gt;&lt;br /&gt;
     &amp;lt;/site&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My config.xml looks as follows:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;wfs-config&amp;gt;&lt;br /&gt;
     &amp;lt;general&amp;gt;&lt;br /&gt;
         &amp;lt;!-- Cache time in seconds --&amp;gt;&lt;br /&gt;
         &amp;lt;article-cache-time&amp;gt;300&amp;lt;/article-cache-time&amp;gt;&lt;br /&gt;
     &amp;lt;/general&amp;gt;&lt;br /&gt;
     &amp;lt;sites&amp;gt;&lt;br /&gt;
         &amp;lt;site&amp;gt;&lt;br /&gt;
             &amp;lt;dirname&amp;gt;wiki.netlabs.org&amp;lt;/dirname&amp;gt;&lt;br /&gt;
             &amp;lt;host&amp;gt;wiki.netlabs.org&amp;lt;/host&amp;gt;&lt;br /&gt;
             &amp;lt;basename&amp;gt;/index.php&amp;lt;/basename&amp;gt;&lt;br /&gt;
             &amp;lt;username&amp;gt;Username&amp;lt;/username&amp;gt;&lt;br /&gt;
             &amp;lt;password&amp;gt;secret&amp;lt;/password&amp;gt;&lt;br /&gt;
         &amp;lt;/site&amp;gt;&lt;br /&gt;
     &amp;lt;/sites&amp;gt;&lt;br /&gt;
 &amp;lt;/wfs-config&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Using wikipediafs===&lt;br /&gt;
First it is needed to mount the wiki again.&lt;br /&gt;
 mount.wikipediafs /mnt/wiki&lt;br /&gt;
Now there will be a directory /mnt/wiki/wiki.netlabs.org/. It will be empty as&lt;br /&gt;
there is no directory listing.&lt;br /&gt;
&lt;br /&gt;
==== Editing files ====&lt;br /&gt;
The file has to exist on the server. To edit a page called &#039;Ideas&#039; the file has&lt;br /&gt;
to be loaded from the server first. Use cat for instance to do that:&lt;br /&gt;
 TP42:/mnt/wiki/wiki.netlabs.org# cat Ideas&lt;br /&gt;
 This is the content of the page called Ideas... [..]&lt;br /&gt;
&lt;br /&gt;
The directory should contain a file named Ideas by now. It can by edited with&lt;br /&gt;
any text editor. When the file is saved it is posted to the server.&lt;br /&gt;
&lt;br /&gt;
==== Copying files ====&lt;/div&gt;</summary>
		<author><name>Antiguru</name></author>
	</entry>
	<entry>
		<id>https://wiki.netlabs.org/index.php?title=User:Antiguru&amp;diff=4044</id>
		<title>User:Antiguru</title>
		<link rel="alternate" type="text/html" href="https://wiki.netlabs.org/index.php?title=User:Antiguru&amp;diff=4044"/>
		<updated>2006-07-19T18:19:33Z</updated>

		<summary type="html">&lt;p&gt;Antiguru: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&#039;m Moritz Hoffmann, visit http://antiguru.de/ for some more information about me! My mail address is moritz&#039;at&#039;antiguru&#039;dot&#039;de!&lt;br /&gt;
Born in &#039;86, currently studying applied computer science in Stuttgart.&lt;/div&gt;</summary>
		<author><name>Antiguru</name></author>
	</entry>
	<entry>
		<id>https://wiki.netlabs.org/index.php?title=Netlabs_News&amp;diff=4043</id>
		<title>Netlabs News</title>
		<link rel="alternate" type="text/html" href="https://wiki.netlabs.org/index.php?title=Netlabs_News&amp;diff=4043"/>
		<updated>2006-07-19T08:04:33Z</updated>

		<summary type="html">&lt;p&gt;Antiguru: Changed irc link to point to netlabs.org&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will be used to gather news about netlabs.org and it&#039;s projects.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you are looking for the bi-weekly newsletter, please go here: [[Netlabs_bi_weekly_newsletter]]&lt;br /&gt;
===19. July - 25. July===&lt;br /&gt;
* Lucide Beta 2&lt;br /&gt;
** need more info&lt;br /&gt;
* GBM Plug-In for Lucide Version 1.00 Beta 2&lt;br /&gt;
** Beta 2 of the GBM Plug-In for Lucide was released&lt;br /&gt;
** Download: http://hobbes.nmsu.edu/cgi-bin/h-search?key=gbmos2plugins_lu100_moz100_bin &lt;br /&gt;
** Homepage: http://heikon.home.tlink.de&lt;br /&gt;
&lt;br /&gt;
=== Guidelines for mail gathering and bi-weekly processing ===&lt;br /&gt;
This is intended to be a procedure on how to create the bi-weekly newsletter, so that multiple people are able to do it, in case others are away.&lt;br /&gt;
&lt;br /&gt;
The news is gathered on a weekly basis.&lt;br /&gt;
Sources for news are various. We know the following:&lt;br /&gt;
* [irc://irc.netlabs.org/#netlabs #netlabs] channel, just connect and see what comes by&lt;br /&gt;
* http://news.netlabs.org/&lt;br /&gt;
* various SVN timelines for the projects that are already in SVN (needs to be listed explicitly?)&lt;br /&gt;
&lt;br /&gt;
There is a mail id on netlabs for mailing out the newsletter to various contacts.&lt;br /&gt;
The mail id is: news at netlabs dot org&lt;br /&gt;
It uses the following IMAP mailserver: mail dot netlabs dot org&lt;br /&gt;
&lt;br /&gt;
For the start of a new newsletter a copy from the previous one can be made and then copy the new news into it, to make life easy :-)&lt;br /&gt;
The easiest way to get the text is grabbing it from the webpage in normal view mode.&lt;br /&gt;
Check the text a second time, and align it a bit.&lt;br /&gt;
Address it with BCC to the following addresses:&lt;br /&gt;
* martin at os2world dot com&lt;br /&gt;
* stevew at hartnell dot cc dot ca dot us&lt;br /&gt;
* submit at os2voice dot org&lt;br /&gt;
* webmaster at ecomstation dot com&lt;br /&gt;
* webredactie at os2-gg dot nl&lt;br /&gt;
* ktk at netlabs dot org&lt;br /&gt;
* j dot van dot der dot heide at hccnet dot nl&lt;br /&gt;
* os2info at gmx dot net&lt;br /&gt;
&lt;br /&gt;
Don&#039;t forget the subject line with the next number and of it goes.&lt;br /&gt;
&lt;br /&gt;
After the newsletter is sent the &#039;Netlabs bi-weekly newsletter&#039; webpage has to be updated. (http://wiki.netlabs.org/index.php/Netlabs_bi_weekly_newsletter). Just copy the news on top of the others and add a heading.&lt;br /&gt;
&lt;br /&gt;
Then the draft version of the bi-weekly page can be emptied and the heading for the next week can be added.&lt;br /&gt;
&lt;br /&gt;
That is basicly the process of the bi-weekly newsletter.&lt;/div&gt;</summary>
		<author><name>Antiguru</name></author>
	</entry>
	<entry>
		<id>https://wiki.netlabs.org/index.php?title=NikiWiki:Site_support&amp;diff=4035</id>
		<title>NikiWiki:Site support</title>
		<link rel="alternate" type="text/html" href="https://wiki.netlabs.org/index.php?title=NikiWiki:Site_support&amp;diff=4035"/>
		<updated>2006-07-16T19:49:03Z</updated>

		<summary type="html">&lt;p&gt;Antiguru: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Supporting Netlabs.org ===&lt;br /&gt;
You can support Netlabs.org in many ways and we are thankful about any help we can get. There are many different things that need to be done. Existing projects need to be enhanced, new ones need to be initiated. These projects include many tasks. If a project is related to writing an application not only the coding is needed but other things, like guaranteing the support. All the projects need to be administrated as well, which can be very time-consuming. As only a (nearly) flawless operation assure the success of a project and therewith Netlabs.org, we are reliant on the support of individuals.&lt;br /&gt;
&lt;br /&gt;
Netlabs.org is a non-commercial and non-profit organisation itself. During the last years the contribution helped us kicking off projects with more and more success. Whithout the motivation of all supporters Netlabs.org wouldn&#039;t be what it is now: one of the most active developer networks not only related to OS/2 and eComStation. At first we mainly addressed an user group that was clearly OS/2-oriented but now this potential is used to created projects that are platform-independend and pick up new and innovating ideas. &lt;br /&gt;
&lt;br /&gt;
=== Sponsoring ===&lt;br /&gt;
Go to [http://about.netlabs.org/?detailcontentregions_id=3 sponsoring Netlabs.org] to find out more about why it is important to sponsor us!&lt;/div&gt;</summary>
		<author><name>Antiguru</name></author>
	</entry>
	<entry>
		<id>https://wiki.netlabs.org/index.php?title=NikiWiki:Site_support&amp;diff=4034</id>
		<title>NikiWiki:Site support</title>
		<link rel="alternate" type="text/html" href="https://wiki.netlabs.org/index.php?title=NikiWiki:Site_support&amp;diff=4034"/>
		<updated>2006-07-16T19:45:39Z</updated>

		<summary type="html">&lt;p&gt;Antiguru: Support information added, link to sponsoring on the &amp;#039;old&amp;#039; netlabs page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You can support Netlabs.org in many ways and we are thankful about any help we can get. There are many different things that need to be done. Existing projects need to be enhanced, new ones need to be initiated. These projects include many tasks. If a project is related to writing an application not only the coding is needed but other things, like guaranteing the support. All the projects need to be administrated as well, which can be very time-consuming. As only a (nearly) flawless operation assure the success of a project and therewith Netlabs.org, we are reliant on the support of individuals.&lt;br /&gt;
&lt;br /&gt;
Netlabs.org is a non-commercial and non-profit organisation itself. During the last years the contribution helped us kicking off projects with more and more success. Whithout the motivation of all supporters Netlabs.org wouldn&#039;t be what it is now: one of the most active developer networks not only related to OS/2 and eComStation. At first we mainly addressed an user group that was clearly OS/2-oriented but now this potential is used to created projects that are platform-independend and pick up new and innovating ideas. &lt;br /&gt;
&lt;br /&gt;
Go to [http://about.netlabs.org/?detailcontentregions_id=3 sponsoring Netlabs.org] to find out more about why it is important to sponsor us!&lt;/div&gt;</summary>
		<author><name>Antiguru</name></author>
	</entry>
	<entry>
		<id>https://wiki.netlabs.org/index.php?title=Current_events&amp;diff=4033</id>
		<title>Current events</title>
		<link rel="alternate" type="text/html" href="https://wiki.netlabs.org/index.php?title=Current_events&amp;diff=4033"/>
		<updated>2006-07-16T19:05:33Z</updated>

		<summary type="html">&lt;p&gt;Antiguru: Little layout change, added warpstock europe &amp;#039;06&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;border-spacing:5px;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color:#EEE;&amp;quot;&lt;br /&gt;
! &#039;&#039;Name&#039;&#039; !! &#039;&#039;Date&#039;&#039; !! &#039;&#039;Event&#039;&#039; !! &#039;&#039;Location&#039;&#039;&lt;br /&gt;
|- colspan=&amp;quot;3&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Upcoming Events&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.warpstock.net/wse2006/ Warpstock Europe 2006] || 17 November - 19 November 2006 || Warpstock Europe 2006 || Cologne, Germany&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.warpstock.org Warpstock 2006] ||12 October - 15 October 2006 &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; || Warpstock 2006 || Windsor, Ontario, Canada&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Past events&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|[[Developers_Workshop_2006]] ||08 April - 09 April 2006  || OS/2 and eComStation Developers Workshop 2006 &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; || Biel/Bienne, Switzerland &lt;br /&gt;
|-&lt;br /&gt;
|[http://warpstock.net/WSE2005/index.html Warpstock Europe 2005] ||18 November - 20 November 2005 &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; || Warpstock Europe 2005 || Dresden, Germany&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.warpstock.org Warpstock 2005] ||6 October - 9 October 2005 &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; || Warpstock 2005 || Hershey, Pennsylvania, United Staates of America&lt;br /&gt;
|-&lt;br /&gt;
|[[Czech_Warpstock_2005]] ||17 July - 19 July 2005 || Czech Warpstock 2005 || Liberec, Czech Republic&lt;br /&gt;
|-&lt;br /&gt;
|[[Developers_Workshop_2005]] ||09 July - 10 July 2005  || OS/2 and eComStation Developers Workshop 2005 || Dresden, Germany&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Antiguru</name></author>
	</entry>
	<entry>
		<id>https://wiki.netlabs.org/index.php?title=Netlabs_News&amp;diff=3935</id>
		<title>Netlabs News</title>
		<link rel="alternate" type="text/html" href="https://wiki.netlabs.org/index.php?title=Netlabs_News&amp;diff=3935"/>
		<updated>2006-04-17T15:41:14Z</updated>

		<summary type="html">&lt;p&gt;Antiguru: /* Guidelines for mail gathering and bi-weekly processing */  Link to the irc channel added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will be used to gather news about netlabs.org and it&#039;s projects.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you are looking for the bi-weekly newsletter, please go here: [[Netlabs_bi_weekly_newsletter]]&lt;br /&gt;
===17. - 23. April===&lt;br /&gt;
&lt;br /&gt;
===10. - 16. April===&lt;br /&gt;
* Odin&lt;br /&gt;
** New odin release.&lt;br /&gt;
** Check changelog for updates.&lt;br /&gt;
** See: ftp://ftp.netlabs.org/pub/odin/Daily/&lt;br /&gt;
* Cairo Stuff&lt;br /&gt;
** The presentation on Cairo from the Developers Workshop 2006 is available now&lt;br /&gt;
** Some Cairo examples are also available&lt;br /&gt;
** Presentation: ftp://ftp.netlabs.org/pub/events/DWS2006/presentations/ProgrammingCairo-dws06.pdf&lt;br /&gt;
** Cairo Examples: ftp://ftp.netlabs.org/pub/Cairo/cairo-1.0.4-os2-dev.zip&lt;br /&gt;
* Everblue Update&lt;br /&gt;
** A current build of Everblue is available for people to play with&lt;br /&gt;
** This is intended for developers, not for normal end users&lt;br /&gt;
** Download: ftp://ftp.netlabs.org/incoming/eb20060414.zip&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Guidelines for mail gathering and bi-weekly processing ===&lt;br /&gt;
This is intended to be a procedure on how to create the bi-weekly newsletter, so that multiple people are able to do it, in case others are away.&lt;br /&gt;
&lt;br /&gt;
The news is gathered on a weekly basis.&lt;br /&gt;
Sources for news are various. We know the following:&lt;br /&gt;
* [irc://irc.ecomstation.com/#netlabs #netlabs] channel, just connect and see what comes by&lt;br /&gt;
* http://news.netlabs.org/&lt;br /&gt;
* various SVN timelines for the projects that are already in SVN (needs to be listed explicitly?)&lt;br /&gt;
&lt;br /&gt;
There is a mail id on netlabs for mailing out the newsletter to various contacts.&lt;br /&gt;
The mail id is: news at netlabs dot org&lt;br /&gt;
It uses the folling IMAP mailserver: mail dot netlabs dot org&lt;br /&gt;
&lt;br /&gt;
For the start of a new newsletter a copy from the previous one can be made and copy the new news in it, to make life easy :-)&lt;br /&gt;
The easiest way to get the text is grabbing it from the webpage in normal view mode.&lt;br /&gt;
Check the text a second time, and align it a bit.&lt;br /&gt;
Address it with BCC to the following addresses:&lt;br /&gt;
* martin at os2world dot com&lt;br /&gt;
* stevew at hartnell dot cc dot ca dot us&lt;br /&gt;
* submit at os2voice dot org&lt;br /&gt;
* webmaster at ecomstation dot com&lt;br /&gt;
* webredactie at os2-gg dot nl&lt;br /&gt;
* ktk at netlabs dot org&lt;br /&gt;
* j dot van dot der dot heide at hccnet dot nl&lt;br /&gt;
* os2info at gmx dot net&lt;br /&gt;
&lt;br /&gt;
Don&#039;t forget the subject line with the next number and of it goes.&lt;br /&gt;
&lt;br /&gt;
After the newsletter is sent the &#039;Netlabs bi-weekly newsletter&#039; webpage has to be updated. (http://wiki.netlabs.org/index.php/Netlabs_bi_weekly_newsletter). Just copy the news on top of the others and add a heading.&lt;br /&gt;
&lt;br /&gt;
Then the draft version of the bi-weekly page can be emptied and the heading for the next week can be added.&lt;br /&gt;
&lt;br /&gt;
That is basicly the process of the bi-weekly newsletter.&lt;/div&gt;</summary>
		<author><name>Antiguru</name></author>
	</entry>
	<entry>
		<id>https://wiki.netlabs.org/index.php?title=Developers_Workshop_2006&amp;diff=3934</id>
		<title>Developers Workshop 2006</title>
		<link rel="alternate" type="text/html" href="https://wiki.netlabs.org/index.php?title=Developers_Workshop_2006&amp;diff=3934"/>
		<updated>2006-04-17T15:39:08Z</updated>

		<summary type="html">&lt;p&gt;Antiguru: /* Gallery */ Added links to the gallaries of Jan van Wijk and Warp5&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Dws06.png|right|frame|The workshop logo was created by [http://sampo.ru/~bigvic/ WiZard] ]]&lt;br /&gt;
&lt;br /&gt;
The OS/2 and eComStation Developers Workshop 2006 will take place the weekend of 8. and 9. April 2006 in Biel/Bienne, Switzerland.&lt;br /&gt;
&lt;br /&gt;
===News Items===&lt;br /&gt;
{|&lt;br /&gt;
|13. April 2006 || Streams and presentations are online! Get them at the [ftp://ftp.netlabs.org/pub/events/DWS2006/ ftp server]&amp;lt;br/&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
|7. April 2006 || Added the Live Streaming information &amp;amp; the news that lunch is sponsored by SSI!&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|3. April 2006 || Added the [http://www.netlabs.org/dws06.html schedule], also the address (see Location). BTW we have some non-EU compliant power plugs, see [http://www.powercords.co.uk/standard.htm#SWITZERLAND here]&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|21. March 2006 || Added information about lunch &amp;amp; some more details about the program&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|23. February 2006 || Added registration information &amp;amp; first overview of the topics&amp;lt;br/&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|21. January 2006 || Added hotels and some information about Biel/Bienne.&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|2. January 2006 || Initial website online.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Registration===&lt;br /&gt;
The registration is open at [http://www.mensys.net/DeveloperWorkshop2006/ Mensys] now, we provide the following tickets:&lt;br /&gt;
&lt;br /&gt;
* netlabs.org Developers Workshop 2006, Saturday and Sunday: 45 Euro&lt;br /&gt;
* netlabs.org Developers Workshop 2006, one day: 25 Euro&lt;br /&gt;
* netlabs.org Developers Workshop 2006, students: Free&lt;br /&gt;
&lt;br /&gt;
You can register at http://www.mensys.net/DeveloperWorkshop2006/&lt;br /&gt;
&lt;br /&gt;
===Workshop Program===&lt;br /&gt;
One of the main topics we will talk about is [[Voyager]], beside this we will for sure talk about current projects, like Genmac, ACPI, Everblue and so on. There will be quite some time for discussions, in a workshop form, also known as sitting around computers and hacking some code :)&lt;br /&gt;
&lt;br /&gt;
We will provide enough space, wired or wireless network connection and a lot of bandwith.&lt;br /&gt;
&lt;br /&gt;
====Live Stream of Presentations====&lt;br /&gt;
We will stream the presentations via an ogg stream! You can listen to that stream on eCS as well:&lt;br /&gt;
&lt;br /&gt;
* The straight forward method is to use the &#039;&#039;Audio-Stream&#039;&#039; object class in eCS 1.2, it&#039;s in the &#039;&#039;Multimedia Templates&#039;&#039; subfolders of the &#039;&#039;Templates&#039;&#039; folder. Simply drag the object to your desktop and add the URL &amp;lt;tt&amp;gt;http://borg.bfh.ch:8000/stream.ogg&amp;lt;/tt&amp;gt; to it. To start playing simply doubleclick on it.&lt;br /&gt;
* If that doesn&#039;t work you either don&#039;t have Ogg Codecs installed or you have an old version of them. In this case the simplest solution is to get the [ftp://ftp.netlabs.org/pub/mmedia/oggvorbis-1.1.0-os2.zip Ogg Vorbis] package of [http://silk.apana.org.au/vorbis/ Brian Havard] and use ogg123 to play it: &amp;lt;tt&amp;gt;ogg123 http://borg.bfh.ch:8000/stream.ogg&amp;lt;/tt&amp;gt; (in a commandline window).&lt;br /&gt;
* Note that Z! doesn&#039;t want to play Ogg streams for some reason on my system, maybe it works on yours.&lt;br /&gt;
* [http://r6.ca/MMAudioPak/stream.html Russell O’Connor] has some details as well about streaming on OS/2.&lt;br /&gt;
* There is also a playlist available [http://borg.bfh.ch:8000 here].&lt;br /&gt;
&lt;br /&gt;
The first presentation starts at 10:15 Swiss time which is 8:15 GMT. If you need to know your local timezone you can check that here:&lt;br /&gt;
&lt;br /&gt;
http://www.timezoneconverter.com/index.shtml&lt;br /&gt;
&lt;br /&gt;
Note that during the breaks we will most probably play some music so you will hear anything anyway :) Note that there is quite some noise on the stream, I think that&#039;s the line in of the laptop used for digitising, we will hopefully clean that a bit for the ogg downloads after the workshop.&lt;br /&gt;
&lt;br /&gt;
The webcam can be found [http://www.netlabs.org/dws06/ here]. It will automatically reload the picture so don&#039;t click reload please, that just kills the webserver :)&lt;br /&gt;
&lt;br /&gt;
You can also ask questions live during the presentations if you join the netlabs.org IRC channel #netlabs on eCS Network, see the following URL for a list of servers:&lt;br /&gt;
&lt;br /&gt;
http://www.ecomstation.com/chat.phtml&lt;br /&gt;
&lt;br /&gt;
We will most probably have a user called &amp;lt;tt&amp;gt;dws06&amp;lt;/tt&amp;gt; or something where you can ask your questions.&lt;br /&gt;
&lt;br /&gt;
The details about the ogg stream will be announced as soon as it is working  ;)&lt;br /&gt;
&lt;br /&gt;
To get ogg streaming on OS/2 and eCS check the page from , if we are lucky we will also get an ogg dll which works with Z! the current one does not support ogg streaming yet.&lt;br /&gt;
&lt;br /&gt;
====Schedule====&lt;br /&gt;
&lt;br /&gt;
The following presentations will take place:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Start&#039;&#039;&#039;: We start with the Developers Workshop at 9:45 (Registration). The full shedule can be found [http://www.netlabs.org/dws06.html here].&lt;br /&gt;
&lt;br /&gt;
* Cairo&lt;br /&gt;
**General overview of Cairo, its structure and its API.&lt;br /&gt;
**Showing the Cairo API in live through a lot of examples.&lt;br /&gt;
* IOProc replacement&lt;br /&gt;
**Introduction to a new modular playback engine concept.&lt;br /&gt;
**Showing what&#039;s ready, what&#039;s to be done, what are the ideas.&lt;br /&gt;
**Discussing future possibilities (recording, transcoding...).&lt;br /&gt;
*The Voyager Object Model (was SOMH):&lt;br /&gt;
**Why not using C++, Objective C, ...&lt;br /&gt;
**Implementation details&lt;br /&gt;
**Compatibility with SOM/DSOM&lt;br /&gt;
**Desktop&lt;br /&gt;
**Using the object model for more&lt;br /&gt;
* Everblue&lt;br /&gt;
**Importance and Significance of Everblue (with and without Voyager)&lt;br /&gt;
**Current State and Problems&lt;br /&gt;
**Compiling and Running&lt;br /&gt;
**Demo of Working Applications&lt;br /&gt;
* Voyager - A coder overview about the project&lt;br /&gt;
** OpenGL as backend for Voyager - current options and problems&lt;br /&gt;
** Voyager components - where can you contribute&lt;br /&gt;
** OS/2 &amp;amp; PM compatibility - some crazy ideas worth discussing&lt;br /&gt;
* A WM based on Cairo&lt;br /&gt;
* Coding for WPS and Voyager&lt;br /&gt;
* How to organize netlabs.org Software Projects&lt;br /&gt;
* Translating Software&lt;br /&gt;
&lt;br /&gt;
Each presentation is done once, there are no sessions in parallel.&lt;br /&gt;
&lt;br /&gt;
====Lunch====&lt;br /&gt;
We will provide lunch at the workshop, like this we can talk together during that time as well and we don&#039;t spend too much money for something to eat :-) The lunch will be prepared by two professional cooks.&lt;br /&gt;
&lt;br /&gt;
To be able to calculate how many people will attend it&#039;s important that you register yourself for the workshop! Please do this as soon as possible so we can plan correctly.&lt;br /&gt;
&lt;br /&gt;
Speakers should register as &amp;quot;Students&amp;quot; so they don&#039;t have to pay but are counted as well for lunch.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;News&#039;&#039;&#039;: Lunch is sponsored by Serenity Systems, thanks a lot to Bob St. John for the kind sponsoring!&lt;br /&gt;
&lt;br /&gt;
===Workshop Location===&lt;br /&gt;
Beside famous watch companies like Rolex, Omega and Swatch the city of Biel in Switzerland is the home of one more cool company: netlabs.org! This means that the Developers Workshop 2006 will take place in the city where netlabs.org was founded in 1997. I&#039;m proud to do the hosting at the [http://www.hti.bfh.ch/ Berne University of Applied Sciences], the place where I did my studies and where I work now as a system administrator and teacher.&lt;br /&gt;
&lt;br /&gt;
Biel is a small but cute city close to Bern, the capitol city. It&#039;s the boarder to the French speaking part of Switzerland so people in Biel speak German and French, at least most of them :-)&lt;br /&gt;
If you have some more spare time I recommend you to do a walk in the beautiful surroundings of Biel, for example the Jura mountains or around the lake. There is plenty to discover and with a bit of luck we will have a nice spring time in april.&lt;br /&gt;
&lt;br /&gt;
Links:&lt;br /&gt;
* [http://www.drei-seen-land.ch Drei-Seen-Land] - a nice page with a lot of information about our region.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Biel/Bienne Biel/Bienne] at Wikipedia.org. Available in many languages.&lt;br /&gt;
* [http://ktk.netlabs.org/gallery/Altstadt-Biel-Bienne Old town of Biel] - some pics from the old town in my gallery&lt;br /&gt;
&lt;br /&gt;
Hope to see you there!&lt;br /&gt;
&lt;br /&gt;
Adrian Gschwend&amp;lt;br/&amp;gt;&lt;br /&gt;
founder of netlabs.org&lt;br /&gt;
&lt;br /&gt;
====Getting to Biel/Bienne====&lt;br /&gt;
Biel is the gate to the French speaking part of Switzerland, located in the western part of Switzerland. It is well connected to the railway system in Switzerland and easy to reach from about everywhere.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;By train:&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
There are night trains to Basel, called [http://www.citynightline.ch CityNightLine], this is mainly interesting if you want to get to Biel from Germany, Holland or Austria (it works from Denmark as well some days). You reach Biel within one hour from Basel by train.&lt;br /&gt;
&lt;br /&gt;
For other train connections consult your local train office, if you have to travel to Biel from an airport check the homepage of [http://www.sbb.ch/ SBB], the railway company in Switzerland. For Geneva and Zurich you have to add &#039;&#039;Airport&#039;&#039; in the search field. For Basel and Bern Belp you need to take the local airport bus anyway.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;By plane:&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
There is no large airport close to Biel but in Switzerland almost everything is close anyway. So you can choose one of these airports if you want to get to Biel:&lt;br /&gt;
&lt;br /&gt;
* Zurich (ZRH) - The biggest airport in Switzerland, quite good connections to Biel (every 30 minutes). Takes about 1.5 hours by train.&lt;br /&gt;
* Geneva (GVA) - good for Easyjet. There is just one train per hour to Biel, around 1.5 hours by train.&lt;br /&gt;
* Basel (BSL) - also good for Easyjet. There are bus connections to Basel and from there it&#039;s one hour by train.&lt;br /&gt;
* Berne Belp (BRN) - this is a small local airport, close to Bern but you still need to get to Biel and that&#039;s probably not much faster than Zurich because the Bus connections from this airport to Bern are not that great. From Bern it will take 30 minutes to Biel.&lt;br /&gt;
&lt;br /&gt;
The local airline in Switzerland is [http://www.swiss.ch Swiss], which offers quite good trips from bigger cities.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;By car:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
The address is Quellgasse 21, 2502 Biel, Switzerland. There are paring places in front of the building, ask at the registering desk about how to open the locks for the parking places. You can get a map [http://www.hti.bfh.ch/index.php?id=1740 here], it&#039;s number 2 on the map.&lt;br /&gt;
&lt;br /&gt;
====Accomodation====&lt;br /&gt;
There are several classes of hotels available in Biel:&lt;br /&gt;
&lt;br /&gt;
* [http://www.lagolodge.ch/ Lago Lodge] - nice backpacker hostel directly at the lake of Biel. University is quite easy to reach by bus and the walk is not that far either.&lt;br /&gt;
* [http://www.continental-bienne.ch Hotel Continental] - 3-star hotel close to the lake as well. The road is quite busy, so make sure you get a room towards the lake.&lt;br /&gt;
* [http://www.metropol-biel.ch Hotel Metropol] - 3-star hotel, 15-20 minutes walk to the University or bus.&lt;br /&gt;
* [http://www.lindenegg.ch/ Villa Lindenegg] - a very special and cute hotel in an old villa, 2 minutes away from the University, you can&#039;t get closer than that :)&lt;br /&gt;
* [http://www.accorhotels.com/accorhotels/fichehotel/gb/mer/6166/fiche_hotel.shtml Mercure Plaza] - 4-star hotel in the middle of the city&lt;br /&gt;
* [http://www.hotelelite.ch Hotel Elite] - 4-star hotel close to the railway station. Takes less than 10 minutes to the University.&lt;br /&gt;
&lt;br /&gt;
If you can&#039;t afford a hotel we offer a room at the University where you can sleep with your sleeping bag and your mattress. The room is in the old manufacturing of Rolex and there are showers available too. It&#039;s probably not really comfortable but you don&#039;t have to pay anything for that :-) Please contact Adrian Gschwend if you want to do that, we have to know how many people do it like this. Email: ktk [at] netlabs.org&amp;lt;br/&amp;gt;&lt;br /&gt;
Update: I made some pictures about the location: http://ktk.netlabs.org/gallery/HTIBiel&lt;br /&gt;
&lt;br /&gt;
===Gallery===&lt;br /&gt;
There are some pictures online, check http://ktk.netlabs.org/gallery/HTIBiel&lt;br /&gt;
&lt;br /&gt;
Some of the workshop&#039;s participants published pictures of the event on their homepages.&lt;br /&gt;
{|&lt;br /&gt;
|Jan van Wijk&lt;br /&gt;
|http://www.dfsee.com/gallery/mg2/&lt;br /&gt;
|-&lt;br /&gt;
|Warp5&lt;br /&gt;
|http://warp5.dyndns.org/DeW2006/index.html&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Contact===&lt;br /&gt;
If you have comments or want further information about the workshop, you can always reach us by sending an eMail to:&amp;lt;br&amp;gt;&lt;br /&gt;
DevelopersWorkshop [at] netlabs.org&amp;lt;br&amp;gt;&lt;br /&gt;
Adrian Gschwend is mainly responsible for organizing the workshop.&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Antiguru</name></author>
	</entry>
	<entry>
		<id>https://wiki.netlabs.org/index.php?title=Main_Page&amp;diff=3927</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.netlabs.org/index.php?title=Main_Page&amp;diff=3927"/>
		<updated>2006-04-12T11:21:52Z</updated>

		<summary type="html">&lt;p&gt;Antiguru: /* Shop */ Added the watch&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Welcome to the Wiki at netlabs.org. You will find a lot of interesting information about OS/2 and [http://www.ecomstation.com eCS] on this page.&amp;lt;br/&amp;gt;&lt;br /&gt;
If you are interested in joining the &#039;&#039;&#039;community mailinglist&#039;&#039;&#039; please have a look [[Mailinglists | here]]!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;QUICKNEWS&#039;&#039;&#039;: We prevent registering new users from now on till we fixed the spamming-problems on the Wiki, sorry! If you want to have a user send an email to ktk [at] netlabs.org and we will do one. Will be fixed ASAP.&lt;br /&gt;
&lt;br /&gt;
== Roadmap ==&lt;br /&gt;
Where are we now and where could we go. Open for discussions.&lt;br /&gt;
&lt;br /&gt;
*[[Ideas]] - This is so far a random collection of ideas and stuff we have in our heads and which probably is worth creating a project for.&lt;br /&gt;
** [[Ideas#New_PM_Controls|New PM Controls]]&lt;br /&gt;
&lt;br /&gt;
* [[Community]] - Discussions about the netlabs.org community, website, and so on. Complain here :)&lt;br /&gt;
&lt;br /&gt;
* [[Netlabs bi weekly newsletter]] - &#039;&#039;New&#039;&#039; The latest netlabs.org news&lt;br /&gt;
&lt;br /&gt;
*[[Fundraising campaign]] - Projects that could be realized, support your favourite one!&lt;br /&gt;
&lt;br /&gt;
*[[XWorkplace]] - XWorkplace Future Plans and Ideas&lt;br /&gt;
&lt;br /&gt;
*[[DOSBox Port]] - DOSBox Port for OS/2-eCS Project&lt;br /&gt;
&lt;br /&gt;
*[[Odin]] - ODIN Project todo and Ideas&lt;br /&gt;
&lt;br /&gt;
*[[eSchemes]] - eComStation WPS-based look &amp;amp; feel system&lt;br /&gt;
&lt;br /&gt;
*[[Mr2ice]] - MR/2 ICE is a full featured OS/2 native mail and news client.&lt;br /&gt;
&lt;br /&gt;
== Shop == [[Image:Netlabs_watch.png|frame|netlabs watch]]&lt;br /&gt;
We do have a shop for shirts and more ... [http://shop.netlabs.org shop.netlabs.org]! Prices include a small extra to support netlabs.org&#039;s future...&lt;br /&gt;
&lt;br /&gt;
== New Logo and Redesign ==&lt;br /&gt;
* [[Redesign]] - The new logo is choosen and a first and hopefully final draft for the new site layout has been created - check it out ;)&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;NOTE:&amp;lt;/b&amp;gt; This section should not be extended anymore. We reloaded the [http://www.edm2.com EDM/2 magazine] and we recommend to put all developer stuff in there. This wiki is a mess at the moment and we will clean that up one day and migrate the stuff that makes sense to EDM/2. Thanks!&lt;br /&gt;
&lt;br /&gt;
This section contains hints and tricks and descriptions of undocumented&lt;br /&gt;
stuff. Undocumented means there&#039;s no official documentation or the &lt;br /&gt;
documentation (for example included on DevCon CDs) isn&#039;t available to&lt;br /&gt;
the public anymore. But DON&#039;T JUST COPY any documentation you may have into the Wiki. Keep in mind it&#039;s copyrighted! &lt;br /&gt;
&lt;br /&gt;
* [[Undocumented stuff]]&lt;br /&gt;
* [[Mozilla]] - some stuff regarding building Mozilla on OS/2&lt;br /&gt;
* [http://www.edm2.com/index.php/SDL SDL] - some tips &amp;amp; tricks about how to port applications using SDL to OS/2&lt;br /&gt;
* [http://www.edm2.com/index.php/How_to_program_for_the_WPS WPS] - how to program for the [http://en.wikipedia.org/wiki/Workplace_Shell WPS]. Note: the german Wikipedia may have more information about the WPS. Go [http://de.wikipedia.org/wiki/Workplace_Shell here].&lt;br /&gt;
&lt;br /&gt;
==OS/2 and eCS resources==&lt;br /&gt;
===Drivers===&lt;br /&gt;
*Visit http://www.os2warp.be if you want to know if your hardware is supported.&lt;br /&gt;
*See a [http://www.ecomstation.it/pido2/home/mircomir/fixpak.php?lang=en driver list] generated from eCSoft/2 database.&lt;br /&gt;
&lt;br /&gt;
===Software===&lt;br /&gt;
For software have a look here:&lt;br /&gt;
&lt;br /&gt;
* http://hobbes.nmsu.edu&lt;br /&gt;
* http://en.ecomstation.ru/apecs.php&lt;br /&gt;
* http://www.ecomstation.it/ecsoft2/&lt;br /&gt;
* http://www.unixos2.org - ported *nix tools. A little bit cumbersome to find stuff there but nevertheless worth the effort&lt;br /&gt;
&lt;br /&gt;
===Programs===&lt;br /&gt;
How to use specific programs, HowTos, FAQs etc.&lt;br /&gt;
&lt;br /&gt;
MR/2 ICE [[mr2ice]] is a full featured OS/2 native mail and news client.&lt;br /&gt;
&lt;br /&gt;
==netlabs.org Servers==&lt;br /&gt;
===ToDo&#039;s &amp;amp; History===&lt;br /&gt;
This is the list of tasks for netlabs.org Webservers and the history of what I (ktk) did&lt;br /&gt;
*[[netlabs.org]]&lt;br /&gt;
&lt;br /&gt;
===Mail account===&lt;br /&gt;
Some information for those who own a mailbox at netlabs.org&lt;br /&gt;
*[[netlabs.org Mailing]]&lt;br /&gt;
===Admin Guide===&lt;br /&gt;
So far it&#039;s more or less just me who does all the work on netlabs.org webpages and this somewhat sucks because like this a lot of stuff depends on my lazyness. The following document explains the tasks necessary to create a new project at netlabs.org, including setting up CVS repositories, creating webpages and so on. I hope that I will find some volunteers one day who help me on doing that.&lt;br /&gt;
*[[Admin Guide]]&lt;/div&gt;</summary>
		<author><name>Antiguru</name></author>
	</entry>
	<entry>
		<id>https://wiki.netlabs.org/index.php?title=File:Netlabs_watch.png&amp;diff=3926</id>
		<title>File:Netlabs watch.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.netlabs.org/index.php?title=File:Netlabs_watch.png&amp;diff=3926"/>
		<updated>2006-04-12T11:17:08Z</updated>

		<summary type="html">&lt;p&gt;Antiguru: A scaled version of netlabs watch&amp;#039;s picture that can be found in the netlabs shop.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A scaled version of netlabs watch&#039;s picture that can be found in the netlabs shop.&lt;/div&gt;</summary>
		<author><name>Antiguru</name></author>
	</entry>
	<entry>
		<id>https://wiki.netlabs.org/index.php?title=User:Antiguru&amp;diff=3924</id>
		<title>User:Antiguru</title>
		<link rel="alternate" type="text/html" href="https://wiki.netlabs.org/index.php?title=User:Antiguru&amp;diff=3924"/>
		<updated>2006-04-11T20:14:44Z</updated>

		<summary type="html">&lt;p&gt;Antiguru: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&#039;m Moritz Hoffmann, visit http://antiguru.de/ for some more information about me!&lt;br /&gt;
Born in &#039;86, currently studying applied computer science in Stuttgart.&lt;/div&gt;</summary>
		<author><name>Antiguru</name></author>
	</entry>
	<entry>
		<id>https://wiki.netlabs.org/index.php?title=IRC_server_settings&amp;diff=3920</id>
		<title>IRC server settings</title>
		<link rel="alternate" type="text/html" href="https://wiki.netlabs.org/index.php?title=IRC_server_settings&amp;diff=3920"/>
		<updated>2006-04-11T19:57:18Z</updated>

		<summary type="html">&lt;p&gt;Antiguru: Chatzilla mentioned&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some of our developers are often online in IRC, which is a good old chat system. If you want to join you simply have to join our channel, point your IRC-Client to the following settings:&lt;br /&gt;
&lt;br /&gt;
* Server: irc.netlabs.org, irc.aroa.ch and all other servers of [http://www.ecomstation.com/community.phtml?url=content/ircnetwork.html eCS net]&lt;br /&gt;
* Port: 6667&lt;br /&gt;
* Channel: #netlabs&lt;br /&gt;
&lt;br /&gt;
We recommend to use the [http://www.mozilla.org/ Mozilla] IRC-Client [http://www.hacksrus.com/~ginda/chatzilla/ Chatzilla] or [http://www.bitchx.org BitchX for OS/2]. The best IRC client for OS/2 is probably [http://hobbes.nmsu.edu/cgi-bin/h-search?key=openchat OpenChat] but unfortunately it&#039;s no longer maintained and you cannot register it anymore.&lt;/div&gt;</summary>
		<author><name>Antiguru</name></author>
	</entry>
	<entry>
		<id>https://wiki.netlabs.org/index.php?title=Vladest&amp;diff=3919</id>
		<title>Vladest</title>
		<link rel="alternate" type="text/html" href="https://wiki.netlabs.org/index.php?title=Vladest&amp;diff=3919"/>
		<updated>2006-04-11T19:50:13Z</updated>

		<summary type="html">&lt;p&gt;Antiguru: /* = */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Since February 2004 netlabs.org is hiring vladest as full time developer. Vladest is the main guy behind [http://warpvision.netlabs.org Warpvision] (GUI Version) and the open sourced version of [http://uniaud.netlabs.org Innotek UNIAUD].&lt;br /&gt;
&lt;br /&gt;
For sure this costs money, so far it is basicaly my personal money which goes to Vladest. There are some usergroups who promised me sponsoring and I also get some money from individuals. This page here is mainly thought for people who are curious what happens with their money and for sure it should also attract you and other people &amp;amp; usergroups to [http://www.mensys.net/NETLABS support netlabs.org] &amp;lt;- yes this link takes you to the Mensys page where you can buy sponsoring units :-)&lt;br /&gt;
&lt;br /&gt;
As usual I will keep no money for myself, I have a good salary and I do not want to make profit out of netlabs.org. All money we get is invested into our open source projects and our hired developers, from time to time also into hardware for the servers.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
Adrian Gschwend&amp;lt;br&amp;gt;&lt;br /&gt;
Founder of netlabs.org&lt;br /&gt;
&lt;br /&gt;
==ToDo&#039;s for Vladest==&lt;br /&gt;
===General===&lt;br /&gt;
* Updated source in SVN&lt;br /&gt;
* Document work progress&lt;br /&gt;
* Keep the website up to date (Webcam &amp;amp; TV Support is not mentioned at the moment), add news on a regular base&lt;br /&gt;
* Post new releases of both UNIAUD &amp;amp; WVGUI to the mailinglists&lt;br /&gt;
* Bugs in Bugtracker (Ktk has to do them first :)&lt;br /&gt;
&lt;br /&gt;
===WVGUI===&lt;br /&gt;
====High priority====&lt;br /&gt;
# Finish Video out plugins&lt;br /&gt;
# Finish Recording of TV picture to disk&lt;br /&gt;
# Full embedded plugin support for Mozilla Firefox (including streaming), like [http://mplayerplug-in.sourceforge.net/ mplayer-plugin]&lt;br /&gt;
# DVD Menu support&lt;br /&gt;
# Enhanced Webcam integration (GUI, dialogs...)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Low priority/ongoing====&lt;br /&gt;
# Bug fixing etc.&lt;br /&gt;
# Always fresh libavcodec.&lt;br /&gt;
&lt;br /&gt;
===UNIAUD===&lt;br /&gt;
====High priority====&lt;br /&gt;
# Add bldlevel information to UNIAUD&lt;br /&gt;
# Improve boot time message processing / documentation methode &amp;lt;p&amp;gt; add version / bldlevel info to frist line of alsahlp$. Add all of the boot messages, not just log/trace info. &lt;br /&gt;
# Documantion - readme How to install, to debug, get support and report bugs  &amp;lt;p&amp;gt; cumulative change log? ( e.g. document the methode &amp;quot;copy alsahlp$ uniaud.log&amp;quot; )&lt;br /&gt;
# debug level 1 and 2 bug / problem reports&lt;br /&gt;
# Creating PM aggressive mixer&lt;br /&gt;
# Adding new sound API (alsa-lib like) based only on 32 bit driver. So software which uses this API won&#039;t require PM/MMOS2. Alsa-lib like interface will simplify porting audio applications from Linux. This basically means that we have to port [http://jackit.sourceforge.net/ JACK]&lt;br /&gt;
&lt;br /&gt;
====Low priority/ongoing====&lt;br /&gt;
# Adding multichannel support&lt;br /&gt;
# Adding software mixing of PCM streams (will be available only for own API)&lt;br /&gt;
# Multicards support&lt;br /&gt;
# Standalone AC3-&amp;gt;PCM decoding project with SPDIF IN support (i.e. software AC3 decoder)&lt;br /&gt;
&lt;br /&gt;
==Work History==&lt;br /&gt;
&lt;br /&gt;
===Week 14/04: 29. March 2004 - 2. April 2004===&lt;br /&gt;
Uniaud:&lt;br /&gt;
 Uniaud API separated to standalone DLL (UNIAUD.DLL)&lt;br /&gt;
 Added multicard support to API&lt;br /&gt;
 Almost finished mixer API in UNIAUD.DLL. &lt;br /&gt;
 Now, mixer api supports mixer callbacks for easy creating of an aggessive mixer&lt;br /&gt;
 As usual - latest fixes/changes in core code from ALSA project&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Written first plugins API draft. It requires some more work and polishing. Any ideas are welcome&lt;br /&gt;
 A lot of fixes/bugfixes etc.&lt;br /&gt;
&lt;br /&gt;
=== - 11. May 2004===&lt;br /&gt;
Uniaud:&lt;br /&gt;
 Uniaud API almost finished&lt;br /&gt;
 Added multicard support. (Only different card at this time. Same cards support will be added later)&lt;br /&gt;
 Added workaround for EARLYMEMINIT&lt;br /&gt;
 A lot of fixes from ALSA team&lt;br /&gt;
 Added SB Live 2003 support&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Basically a lot of fixes. &lt;br /&gt;
 New subtitles look&amp;amp;feel (thanks to KO Myung-Hun )&lt;br /&gt;
&lt;br /&gt;
=== - 20. May 2004===&lt;br /&gt;
Uniaud:&lt;br /&gt;
 Multichannel support for UNIAUD API (SB Live tested and works)&lt;br /&gt;
 Latest fixes from ALSA team&lt;br /&gt;
WVGUI:&lt;br /&gt;
 General Plugins API&lt;br /&gt;
 Started work on Audio Out plugins (DART &amp;amp; UNIAUD plugins)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== - 22. May 2004===&lt;br /&gt;
Uniaud:&lt;br /&gt;
 Cards with same PCI ID now supported&lt;br /&gt;
 Latest fixes from ALSA team&lt;br /&gt;
&lt;br /&gt;
=== - 31. May 2004===&lt;br /&gt;
Uniaud:&lt;br /&gt;
 Added ALC850 codec&lt;br /&gt;
 Fixed shared access to uniaud via MMOS2&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Added DART Audio Out plugin&lt;br /&gt;
&lt;br /&gt;
=== - 05. June 2004===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Added UNIAUD Audio Out plugin. Now multichannel works on SB Live and other cards&lt;br /&gt;
&lt;br /&gt;
=== - 05. July 2004===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Added DUMP Audio Out plugin. It is not requires sound card and produces pure PCM stream, usually coming right to sound card&lt;br /&gt;
 Added AC3 demuxer&lt;br /&gt;
 Fixed strange behavior of some DVD disks (unsynced and clicking/cracking sound)&lt;br /&gt;
 A lot of other fixes&lt;br /&gt;
Uniaud:&lt;br /&gt;
 Yamaha multichannel support (up to 4 channels)&lt;br /&gt;
 Audigy2 side channels (i.e. 7.1 support)&lt;br /&gt;
 A lot of fixes from ALSA team&lt;br /&gt;
&lt;br /&gt;
=== -19. July 2004===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 R&amp;amp;D to adding cache level to dvdcss.dll. This will allow startup DVD disks fery fast&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Ohh. 3rd wave of fullsourcetree alsa updates finished. Hope it is last (takes too much time :( ). Some PM  bugs fixed&lt;br /&gt;
&lt;br /&gt;
=== -1. August 2004===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Cache in dvdcss.dll almost works&lt;br /&gt;
 Improved DVD error recovery (bad blocks etc). Now it skip some sectors right after bad sector. recovering is very fast now and doesnt freezes wvgui&lt;br /&gt;
 Fixed bug in Uniaud plugin. Coused sound skipping on rates != 48000Hz on some adapters&lt;br /&gt;
 Added DTS support&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Latest updates from ALSA&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== -11. August 2004===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Added changing of fullscreen coordinates&lt;br /&gt;
 Started working on SNAP TVOut/Zoom support&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Latest updates from ALSA&lt;br /&gt;
&lt;br /&gt;
=== -18. August 2004===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 R&amp;amp;D of USB/FireWire video in. &lt;br /&gt;
 Reasearch for new project for video editing&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Started R&amp;amp;D of resampling for 48000-only cards&lt;br /&gt;
&lt;br /&gt;
=== -1. September 2004===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Some post drop fixes&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Resampling almost works.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== -20. September 2004===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Added TV OUT plugin for Scitech SNAP&lt;br /&gt;
 Started work on ATI Radeons TVOUT plugin (should works better than SNAP)&lt;br /&gt;
 Added native ULTImotion support (macaw.avi now works!!!)&lt;br /&gt;
 Size of audio portions for playing now vary from sample rate. Better sync on low bitrate sounds&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Fixed resampling. Looks like it works better, then DART&#039;s one&lt;br /&gt;
&lt;br /&gt;
=== -16. October 2004===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Fixed DVD LPCM 16 bit sound&lt;br /&gt;
 Fixed VCD tracks detection and SVCD disks detection/playing&lt;br /&gt;
 Fixed abnormal playing stops when playing streams with AC3 sound (VOBs, DVDs etc)&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Fixed resampling.&lt;br /&gt;
 Started R&amp;amp;D for mixing sound for 1 stream cards&lt;br /&gt;
&lt;br /&gt;
=== -12. December 2004===&lt;br /&gt;
UNIAUD&lt;br /&gt;
 Reworking resampling&lt;br /&gt;
 Added support for 8bit samples when resampling&lt;br /&gt;
 Added FM801 cards&lt;br /&gt;
 Added ATI IXP cards&lt;br /&gt;
&lt;br /&gt;
=== -2. January 2005===&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 AudigyLS support added&lt;br /&gt;
 Small old typo in Audigy part. Caused Mono output on FRONT&lt;br /&gt;
&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Subtitles durations and sync fixes&lt;br /&gt;
 8 bit sound fixes&lt;br /&gt;
 TV Cards support. Based on Doctor&#039;s TVSHOW library.&lt;br /&gt;
 WVGUI_DVD_LOG environment variable. Use it to geberate more complex dvd cache logs to stdout&lt;br /&gt;
 SSaver support ON/OFF when playing&lt;br /&gt;
 A lot of Mozilla plugin fixes&lt;br /&gt;
 Mozilla plugin search video2.exe in user profile ini. &lt;br /&gt;
         Just add key:&amp;quot;WarpVision&amp;quot;, string value &amp;quot;exePath&amp;quot; &lt;br /&gt;
         full path and file name of video2.exe&lt;br /&gt;
 Added Indeo5 support via ODIN&lt;br /&gt;
&lt;br /&gt;
=== -31. January 2005===&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Intel HDA support added&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Added WMV3 (aka WMV9) support (via ODIN)&lt;br /&gt;
 Added TV Tuner settings and a lot of other things&lt;br /&gt;
 DVD cache reworked again&lt;br /&gt;
 Added setwvgui.cmd for adding location of wvgui to os2.ini&lt;br /&gt;
 Fixed wrong colors in MJPEG, MOV (RLE &amp;amp; rpza) etc codecs&lt;br /&gt;
 Added snapshot to TV tuner&lt;br /&gt;
&lt;br /&gt;
=== -21. March 2005===&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Fixed pops and clicks in Creative Labs cards&lt;br /&gt;
 Fixed suspend/resume om Maestro2 cards&lt;br /&gt;
 Other minor fixes from ALSA tree&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Fixed DART playing/pause issues&lt;br /&gt;
 Created capture library for Phillips-based WebCams. &lt;br /&gt;
 Starting integrating above library to WVGUI&lt;br /&gt;
 Starting creating video writing feature from different sources (TV/WebCams/An media file)&lt;br /&gt;
 Added support of addition keys on Logitech keyboards (Media/Paly&amp;amp;Pause/Mute/Volume)&lt;br /&gt;
 Fixed UNIAUD plugin. Now left front channel is mute/unmute too. &lt;br /&gt;
 Added volume changing for all 6 channels in UNIAUD plugin via volume slider&lt;br /&gt;
&lt;br /&gt;
=== -27. March 2005===&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Added support for following cards:&lt;br /&gt;
  Audigy2 ZS 7.1 Model:SB0350&lt;br /&gt;
  Audigy2 6.1    Model:SB0240&lt;br /&gt;
  Audigy2 Platinum  Model:SB msb0240230009266&lt;br /&gt;
  Audigy4 Pro Model:SB0380 M1SB0380472001901E&lt;br /&gt;
  (they are 32bit only, so no big deal for DART)&lt;br /&gt;
  Dell Creative Labs SB0200 model&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Fixed libavformat support&lt;br /&gt;
 Added latest patches to libavformat&lt;br /&gt;
&lt;br /&gt;
=== -28. March 2005===&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Added support for Audigy 1 ES [SB0160]&lt;br /&gt;
&lt;br /&gt;
=== -14. April 2005===&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Extend UNIAUD API with new functions for more precise audio setup&lt;br /&gt;
 Fixed multichannel on CMedia via UNIAUD API&lt;br /&gt;
 Fixed mono-&amp;gt;stereo resampling detection in UNIAUD API&lt;br /&gt;
WVGUI:&lt;br /&gt;
 UNIPLUG: Meet latest changes in UNIAUD API&lt;br /&gt;
 Fixed libavformat support&lt;br /&gt;
 Speedup DVD startup&lt;br /&gt;
&lt;br /&gt;
=== -14. April 2005===&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Added AD1981/AD1983 codecs support to HDA drivers&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Fixed blocky video on XVID files&lt;br /&gt;
&lt;br /&gt;
=== -17. April 2005===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 New postprocessing added. Now works as filtes chain&lt;br /&gt;
 Matroshka support added&lt;br /&gt;
&lt;br /&gt;
=== -17. April 2005===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Indeo2 codec added&lt;br /&gt;
 TV IN pause added&lt;br /&gt;
&lt;br /&gt;
=== -05. May 2005===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 WMV3/9 now works with DIVE and support OSD/subtitles, snapshots etc&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Force to close PCM stream in UNIAUD16 to allow UNAUD API to work on cards with only one PCM stream&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== -02. August 2005===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Visited Germany. Nice trip :)&lt;br /&gt;
 Moved to GCC335rc1&lt;br /&gt;
 Fixed crash when webcamera is not attached&lt;br /&gt;
 Fixed crash adding to playlist&lt;br /&gt;
 A lot of small fixes&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Reworked previouse bug. Need to find better solution&lt;br /&gt;
 Fixed ICH5/6/7 chipsets initing&lt;br /&gt;
 Hundreds of ALSA fixes&lt;br /&gt;
&lt;br /&gt;
=== -23. September 2005===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Reworked demuxers again. Preparing to new demuxing schemes (demuxer/stream plugins)&lt;br /&gt;
 Fixes some networks issues&lt;br /&gt;
 Added selection of prefer audio codec for DVDs&lt;br /&gt;
 Added experimental code for avoid stop playing due broken frames&lt;br /&gt;
 Added recording code (not turned on yet)&lt;br /&gt;
 Experimental fixes for sync&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Tons of fixes from ALSA (ohh :( )&lt;br /&gt;
 Moved to OW1.4&lt;br /&gt;
 Some multichannel fixes in UNIAUD API&lt;br /&gt;
&lt;br /&gt;
=== -01. October 2005===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Redesigned TVSHOW lib for hardware scaling support (needed for recording)&lt;br /&gt;
&lt;br /&gt;
=== -03. October 2005===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 TVIN scaled to 352x288. Reduces cpu load at least twice. No need of deinterlaicer. Ready for recording&lt;br /&gt;
 Fixed MOV with MP4A audio codecs (was jerky sound/sync)&lt;br /&gt;
 Fixed handling of large files (&amp;gt;2Gb)&lt;br /&gt;
 Fixed DVD non playable audio streams&lt;br /&gt;
&lt;br /&gt;
=== -05. October 2005===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Fixed crash after stops TVIN when no uniaud installed&lt;br /&gt;
 Fixed wrong play time for DVD&lt;br /&gt;
 Rollback sync fixes&lt;br /&gt;
 Fixed desync/sound loss after pause&lt;br /&gt;
 Fixed seek while pause&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== -09. October 2005===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Fixed ULTIMotion colors&lt;br /&gt;
&lt;br /&gt;
=== -12. October 2005===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Turned on recording (w/o sound for a while)&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Add DXS for Clevo D470&lt;br /&gt;
 Fixed suspend/resume for es1938 (ess solo1)&lt;br /&gt;
 Fixed volume control on Acer Aspire 3003LCi laptop&lt;br /&gt;
&lt;br /&gt;
=== -13. October 2005===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Fixed few seconds pause when stopping tvin or closing while tvin works&lt;br /&gt;
&lt;br /&gt;
=== -20. October 2005===&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Fix maestro3 hang after cold boot&lt;br /&gt;
 Reduce interrupt latency in VIA chipsets&lt;br /&gt;
&lt;br /&gt;
=== -26. October 2005===&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Fixed sample rate selecting on chips which support &amp;gt; 48KHz in UNIAUD API&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Fixed non starting second copy&lt;br /&gt;
 Added native QDM2 audio codec support (uses in QT)&lt;br /&gt;
 Fixed lost subtitles and subtitles parts (by KO Myung-Hun)&lt;br /&gt;
&lt;br /&gt;
=== -18. November 2005===&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Added power management support into CMedia&lt;br /&gt;
 Started implements new whole-tree-next-stupid-fix from that crazy alsa guys :)&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Fixed CDDA&lt;br /&gt;
&lt;br /&gt;
=== -19. November 2005===&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Added multichannel for NFORCE &amp;amp; Intel chipsets in UNIAUD API&lt;br /&gt;
&lt;br /&gt;
=== -29. November 2005===&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Continue tree update&lt;br /&gt;
 Posted sources to netlabs svn&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Added WAVE audio output plugin. &lt;br /&gt;
 Creating working prototype for SNAP overlay&lt;br /&gt;
 Starting moving video output to plugins platform&lt;br /&gt;
 Posted sources to netlabs svn&lt;br /&gt;
&lt;br /&gt;
=== -11. December 2005===&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Finished tree update (at last..sigh). Now it even compiles&lt;br /&gt;
 Added some code for support irq &amp;gt; 15&lt;br /&gt;
 Updated sources to netlabs svn&lt;br /&gt;
&lt;br /&gt;
=== -18. December 2005===&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Fixes for intel chipsets power managament from ALSA tree&lt;br /&gt;
 Fixes for Yamaha chipsets power managament from ALSA tree&lt;br /&gt;
 Updated sources to netlabs svn&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Finished plugin for SNAP Overlay&lt;br /&gt;
 Added support for loading Video Output plugins&lt;br /&gt;
 Started implementing video out plugings&lt;br /&gt;
 Fixed WO support&lt;br /&gt;
&lt;br /&gt;
=== -25. December 2005===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Added H.263 video codec (known in mobile phones video recording as 3gp)&lt;br /&gt;
 Added AMR audio support (not finished yet)&lt;br /&gt;
&lt;br /&gt;
=== -27. December 2005===&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Added signature to UNIAUD for BLDLEVEL utility&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Added native COOK codec instead of WIN32&lt;br /&gt;
&lt;br /&gt;
=== -17. January 2006===&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Updated intel/via/maestro/ensoniq for power management support&lt;br /&gt;
 HDA audio now works (UNIAUD API mode)&lt;br /&gt;
 Added Rudi&#039;s code regarding irq&#039;s &amp;gt; 15 support&lt;br /&gt;
 Fixed above for multicards support&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Rework for VideoOut plugins support going on&lt;br /&gt;
 Fixed HDV (MPEG TS) support&lt;br /&gt;
&lt;br /&gt;
=== -17. February 2006===&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Released 1.1.4RC1&lt;br /&gt;
 Fixed Trap8 on Intel and Nvidia boards&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Released 1.0RC1&lt;br /&gt;
 Released 1.0RC2&lt;br /&gt;
 Added DIVE support to Mozilla plugin&lt;br /&gt;
 Fixed Mozilla freezes when Mozilla plugin installed&lt;br /&gt;
&lt;br /&gt;
=== -24. March 2006===&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Created Multichannel test application for PM&lt;br /&gt;
 Fixed multichannel issues in UNIAUD API. Now nforce/ich/cmedia/sblive cards correctly output 6ch data to corresponent speakers&lt;br /&gt;
&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Released 1.0RC3&lt;br /&gt;
 Added WO video out plugin&lt;br /&gt;
 Fixed a lot issues (see full list in ticket system)&lt;br /&gt;
 Fixed 6ch AC3 decoding and remaping channels to Dolby standard&lt;/div&gt;</summary>
		<author><name>Antiguru</name></author>
	</entry>
	<entry>
		<id>https://wiki.netlabs.org/index.php?title=Vladest&amp;diff=3918</id>
		<title>Vladest</title>
		<link rel="alternate" type="text/html" href="https://wiki.netlabs.org/index.php?title=Vladest&amp;diff=3918"/>
		<updated>2006-04-11T19:49:54Z</updated>

		<summary type="html">&lt;p&gt;Antiguru: /* = */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Since February 2004 netlabs.org is hiring vladest as full time developer. Vladest is the main guy behind [http://warpvision.netlabs.org Warpvision] (GUI Version) and the open sourced version of [http://uniaud.netlabs.org Innotek UNIAUD].&lt;br /&gt;
&lt;br /&gt;
For sure this costs money, so far it is basicaly my personal money which goes to Vladest. There are some usergroups who promised me sponsoring and I also get some money from individuals. This page here is mainly thought for people who are curious what happens with their money and for sure it should also attract you and other people &amp;amp; usergroups to [http://www.mensys.net/NETLABS support netlabs.org] &amp;lt;- yes this link takes you to the Mensys page where you can buy sponsoring units :-)&lt;br /&gt;
&lt;br /&gt;
As usual I will keep no money for myself, I have a good salary and I do not want to make profit out of netlabs.org. All money we get is invested into our open source projects and our hired developers, from time to time also into hardware for the servers.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
Adrian Gschwend&amp;lt;br&amp;gt;&lt;br /&gt;
Founder of netlabs.org&lt;br /&gt;
&lt;br /&gt;
==ToDo&#039;s for Vladest==&lt;br /&gt;
===General===&lt;br /&gt;
* Updated source in SVN&lt;br /&gt;
* Document work progress&lt;br /&gt;
* Keep the website up to date (Webcam &amp;amp; TV Support is not mentioned at the moment), add news on a regular base&lt;br /&gt;
* Post new releases of both UNIAUD &amp;amp; WVGUI to the mailinglists&lt;br /&gt;
* Bugs in Bugtracker (Ktk has to do them first :)&lt;br /&gt;
&lt;br /&gt;
===WVGUI===&lt;br /&gt;
====High priority====&lt;br /&gt;
# Finish Video out plugins&lt;br /&gt;
# Finish Recording of TV picture to disk&lt;br /&gt;
# Full embedded plugin support for Mozilla Firefox (including streaming), like [http://mplayerplug-in.sourceforge.net/ mplayer-plugin]&lt;br /&gt;
# DVD Menu support&lt;br /&gt;
# Enhanced Webcam integration (GUI, dialogs...)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Low priority/ongoing====&lt;br /&gt;
# Bug fixing etc.&lt;br /&gt;
# Always fresh libavcodec.&lt;br /&gt;
&lt;br /&gt;
===UNIAUD===&lt;br /&gt;
====High priority====&lt;br /&gt;
# Add bldlevel information to UNIAUD&lt;br /&gt;
# Improve boot time message processing / documentation methode &amp;lt;p&amp;gt; add version / bldlevel info to frist line of alsahlp$. Add all of the boot messages, not just log/trace info. &lt;br /&gt;
# Documantion - readme How to install, to debug, get support and report bugs  &amp;lt;p&amp;gt; cumulative change log? ( e.g. document the methode &amp;quot;copy alsahlp$ uniaud.log&amp;quot; )&lt;br /&gt;
# debug level 1 and 2 bug / problem reports&lt;br /&gt;
# Creating PM aggressive mixer&lt;br /&gt;
# Adding new sound API (alsa-lib like) based only on 32 bit driver. So software which uses this API won&#039;t require PM/MMOS2. Alsa-lib like interface will simplify porting audio applications from Linux. This basically means that we have to port [http://jackit.sourceforge.net/ JACK]&lt;br /&gt;
&lt;br /&gt;
====Low priority/ongoing====&lt;br /&gt;
# Adding multichannel support&lt;br /&gt;
# Adding software mixing of PCM streams (will be available only for own API)&lt;br /&gt;
# Multicards support&lt;br /&gt;
# Standalone AC3-&amp;gt;PCM decoding project with SPDIF IN support (i.e. software AC3 decoder)&lt;br /&gt;
&lt;br /&gt;
==Work History==&lt;br /&gt;
&lt;br /&gt;
===Week 14/04: 29. March 2004 - 2. April 2004===&lt;br /&gt;
Uniaud:&lt;br /&gt;
 Uniaud API separated to standalone DLL (UNIAUD.DLL)&lt;br /&gt;
 Added multicard support to API&lt;br /&gt;
 Almost finished mixer API in UNIAUD.DLL. &lt;br /&gt;
 Now, mixer api supports mixer callbacks for easy creating of an aggessive mixer&lt;br /&gt;
 As usual - latest fixes/changes in core code from ALSA project&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Written first plugins API draft. It requires some more work and polishing. Any ideas are welcome&lt;br /&gt;
 A lot of fixes/bugfixes etc.&lt;br /&gt;
&lt;br /&gt;
=== - 11. May 2004===&lt;br /&gt;
Uniaud:&lt;br /&gt;
 Uniaud API almost finished&lt;br /&gt;
 Added multicard support. (Only different card at this time. Same cards support will be added later)&lt;br /&gt;
 Added workaround for EARLYMEMINIT&lt;br /&gt;
 A lot of fixes from ALSA team&lt;br /&gt;
 Added SB Live 2003 support&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Basically a lot of fixes. &lt;br /&gt;
 New subtitles look&amp;amp;feel (thanks to KO Myung-Hun )&lt;br /&gt;
&lt;br /&gt;
=== - 20. May 2004===&lt;br /&gt;
Uniaud:&lt;br /&gt;
 Multichannel support for UNIAUD API (SB Live tested and works)&lt;br /&gt;
 Latest fixes from ALSA team&lt;br /&gt;
WVGUI:&lt;br /&gt;
 General Plugins API&lt;br /&gt;
 Started work on Audio Out plugins (DART &amp;amp; UNIAUD plugins)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== - 22. May 2004===&lt;br /&gt;
Uniaud:&lt;br /&gt;
 Cards with same PCI ID now supported&lt;br /&gt;
 Latest fixes from ALSA team&lt;br /&gt;
&lt;br /&gt;
=== - 31. May 2004===&lt;br /&gt;
Uniaud:&lt;br /&gt;
 Added ALC850 codec&lt;br /&gt;
 Fixed shared access to uniaud via MMOS2&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Added DART Audio Out plugin&lt;br /&gt;
&lt;br /&gt;
=== - 05. June 2004===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Added UNIAUD Audio Out plugin. Now multichannel works on SB Live and other cards&lt;br /&gt;
&lt;br /&gt;
=== - 05. July 2004===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Added DUMP Audio Out plugin. It is not requires sound card and produces pure PCM stream, usually coming right to sound card&lt;br /&gt;
 Added AC3 demuxer&lt;br /&gt;
 Fixed strange behavior of some DVD disks (unsynced and clicking/cracking sound)&lt;br /&gt;
 A lot of other fixes&lt;br /&gt;
Uniaud:&lt;br /&gt;
 Yamaha multichannel support (up to 4 channels)&lt;br /&gt;
 Audigy2 side channels (i.e. 7.1 support)&lt;br /&gt;
 A lot of fixes from ALSA team&lt;br /&gt;
&lt;br /&gt;
=== -19. July 2004===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 R&amp;amp;D to adding cache level to dvdcss.dll. This will allow startup DVD disks fery fast&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Ohh. 3rd wave of fullsourcetree alsa updates finished. Hope it is last (takes too much time :( ). Some PM  bugs fixed&lt;br /&gt;
&lt;br /&gt;
=== -1. August 2004===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Cache in dvdcss.dll almost works&lt;br /&gt;
 Improved DVD error recovery (bad blocks etc). Now it skip some sectors right after bad sector. recovering is very fast now and doesnt freezes wvgui&lt;br /&gt;
 Fixed bug in Uniaud plugin. Coused sound skipping on rates != 48000Hz on some adapters&lt;br /&gt;
 Added DTS support&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Latest updates from ALSA&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== -11. August 2004===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Added changing of fullscreen coordinates&lt;br /&gt;
 Started working on SNAP TVOut/Zoom support&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Latest updates from ALSA&lt;br /&gt;
&lt;br /&gt;
=== -18. August 2004===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 R&amp;amp;D of USB/FireWire video in. &lt;br /&gt;
 Reasearch for new project for video editing&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Started R&amp;amp;D of resampling for 48000-only cards&lt;br /&gt;
&lt;br /&gt;
=== -1. September 2004===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Some post drop fixes&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Resampling almost works.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== -20. September 2004===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Added TV OUT plugin for Scitech SNAP&lt;br /&gt;
 Started work on ATI Radeons TVOUT plugin (should works better than SNAP)&lt;br /&gt;
 Added native ULTImotion support (macaw.avi now works!!!)&lt;br /&gt;
 Size of audio portions for playing now vary from sample rate. Better sync on low bitrate sounds&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Fixed resampling. Looks like it works better, then DART&#039;s one&lt;br /&gt;
&lt;br /&gt;
=== -16. October 2004===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Fixed DVD LPCM 16 bit sound&lt;br /&gt;
 Fixed VCD tracks detection and SVCD disks detection/playing&lt;br /&gt;
 Fixed abnormal playing stops when playing streams with AC3 sound (VOBs, DVDs etc)&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Fixed resampling.&lt;br /&gt;
 Started R&amp;amp;D for mixing sound for 1 stream cards&lt;br /&gt;
&lt;br /&gt;
=== -12. December 2004===&lt;br /&gt;
UNIAUD&lt;br /&gt;
 Reworking resampling&lt;br /&gt;
 Added support for 8bit samples when resampling&lt;br /&gt;
 Added FM801 cards&lt;br /&gt;
 Added ATI IXP cards&lt;br /&gt;
&lt;br /&gt;
=== -2. January 2005===&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 AudigyLS support added&lt;br /&gt;
 Small old typo in Audigy part. Caused Mono output on FRONT&lt;br /&gt;
&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Subtitles durations and sync fixes&lt;br /&gt;
 8 bit sound fixes&lt;br /&gt;
 TV Cards support. Based on Doctor&#039;s TVSHOW library.&lt;br /&gt;
 WVGUI_DVD_LOG environment variable. Use it to geberate more complex dvd cache logs to stdout&lt;br /&gt;
 SSaver support ON/OFF when playing&lt;br /&gt;
 A lot of Mozilla plugin fixes&lt;br /&gt;
 Mozilla plugin search video2.exe in user profile ini. &lt;br /&gt;
         Just add key:&amp;quot;WarpVision&amp;quot;, string value &amp;quot;exePath&amp;quot; &lt;br /&gt;
         full path and file name of video2.exe&lt;br /&gt;
 Added Indeo5 support via ODIN&lt;br /&gt;
&lt;br /&gt;
=== -31. January 2005===&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Intel HDA support added&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Added WMV3 (aka WMV9) support (via ODIN)&lt;br /&gt;
 Added TV Tuner settings and a lot of other things&lt;br /&gt;
 DVD cache reworked again&lt;br /&gt;
 Added setwvgui.cmd for adding location of wvgui to os2.ini&lt;br /&gt;
 Fixed wrong colors in MJPEG, MOV (RLE &amp;amp; rpza) etc codecs&lt;br /&gt;
 Added snapshot to TV tuner&lt;br /&gt;
&lt;br /&gt;
=== -21. March 2005===&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Fixed pops and clicks in Creative Labs cards&lt;br /&gt;
 Fixed suspend/resume om Maestro2 cards&lt;br /&gt;
 Other minor fixes from ALSA tree&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Fixed DART playing/pause issues&lt;br /&gt;
 Created capture library for Phillips-based WebCams. &lt;br /&gt;
 Starting integrating above library to WVGUI&lt;br /&gt;
 Starting creating video writing feature from different sources (TV/WebCams/An media file)&lt;br /&gt;
 Added support of addition keys on Logitech keyboards (Media/Paly&amp;amp;Pause/Mute/Volume)&lt;br /&gt;
 Fixed UNIAUD plugin. Now left front channel is mute/unmute too. &lt;br /&gt;
 Added volume changing for all 6 channels in UNIAUD plugin via volume slider&lt;br /&gt;
&lt;br /&gt;
=== -27. March 2005===&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Added support for following cards:&lt;br /&gt;
  Audigy2 ZS 7.1 Model:SB0350&lt;br /&gt;
  Audigy2 6.1    Model:SB0240&lt;br /&gt;
  Audigy2 Platinum  Model:SB msb0240230009266&lt;br /&gt;
  Audigy4 Pro Model:SB0380 M1SB0380472001901E&lt;br /&gt;
  (they are 32bit only, so no big deal for DART)&lt;br /&gt;
  Dell Creative Labs SB0200 model&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Fixed libavformat support&lt;br /&gt;
 Added latest patches to libavformat&lt;br /&gt;
&lt;br /&gt;
=== -28. March 2005===&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Added support for Audigy 1 ES [SB0160]&lt;br /&gt;
&lt;br /&gt;
=== -14. April 2005===&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Extend UNIAUD API with new functions for more precise audio setup&lt;br /&gt;
 Fixed multichannel on CMedia via UNIAUD API&lt;br /&gt;
 Fixed mono-&amp;gt;stereo resampling detection in UNIAUD API&lt;br /&gt;
WVGUI:&lt;br /&gt;
 UNIPLUG: Meet latest changes in UNIAUD API&lt;br /&gt;
 Fixed libavformat support&lt;br /&gt;
 Speedup DVD startup&lt;br /&gt;
&lt;br /&gt;
=== -14. April 2005===&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Added AD1981/AD1983 codecs support to HDA drivers&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Fixed blocky video on XVID files&lt;br /&gt;
&lt;br /&gt;
=== -17. April 2005===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 New postprocessing added. Now works as filtes chain&lt;br /&gt;
 Matroshka support added&lt;br /&gt;
&lt;br /&gt;
=== -17. April 2005===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Indeo2 codec added&lt;br /&gt;
 TV IN pause added&lt;br /&gt;
&lt;br /&gt;
=== -05. May 2005===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 WMV3/9 now works with DIVE and support OSD/subtitles, snapshots etc&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Force to close PCM stream in UNIAUD16 to allow UNAUD API to work on cards with only one PCM stream&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== -02. August 2005===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Visited Germany. Nice trip :)&lt;br /&gt;
 Moved to GCC335rc1&lt;br /&gt;
 Fixed crash when webcamera is not attached&lt;br /&gt;
 Fixed crash adding to playlist&lt;br /&gt;
 A lot of small fixes&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Reworked previouse bug. Need to find better solution&lt;br /&gt;
 Fixed ICH5/6/7 chipsets initing&lt;br /&gt;
 Hundreds of ALSA fixes&lt;br /&gt;
&lt;br /&gt;
=== -23. September 2005===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Reworked demuxers again. Preparing to new demuxing schemes (demuxer/stream plugins)&lt;br /&gt;
 Fixes some networks issues&lt;br /&gt;
 Added selection of prefer audio codec for DVDs&lt;br /&gt;
 Added experimental code for avoid stop playing due broken frames&lt;br /&gt;
 Added recording code (not turned on yet)&lt;br /&gt;
 Experimental fixes for sync&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Tons of fixes from ALSA (ohh :( )&lt;br /&gt;
 Moved to OW1.4&lt;br /&gt;
 Some multichannel fixes in UNIAUD API&lt;br /&gt;
&lt;br /&gt;
=== -01. October 2005===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Redesigned TVSHOW lib for hardware scaling support (needed for recording)&lt;br /&gt;
&lt;br /&gt;
=== -03. October 2005===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 TVIN scaled to 352x288. Reduces cpu load at least twice. No need of deinterlaicer. Ready for recording&lt;br /&gt;
 Fixed MOV with MP4A audio codecs (was jerky sound/sync)&lt;br /&gt;
 Fixed handling of large files (&amp;gt;2Gb)&lt;br /&gt;
 Fixed DVD non playable audio streams&lt;br /&gt;
&lt;br /&gt;
=== -05. October 2005===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Fixed crash after stops TVIN when no uniaud installed&lt;br /&gt;
 Fixed wrong play time for DVD&lt;br /&gt;
 Rollback sync fixes&lt;br /&gt;
 Fixed desync/sound loss after pause&lt;br /&gt;
 Fixed seek while pause&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== -09. October 2005===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Fixed ULTIMotion colors&lt;br /&gt;
&lt;br /&gt;
=== -12. October 2005===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Turned on recording (w/o sound for a while)&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Add DXS for Clevo D470&lt;br /&gt;
 Fixed suspend/resume for es1938 (ess solo1)&lt;br /&gt;
 Fixed volume control on Acer Aspire 3003LCi laptop&lt;br /&gt;
&lt;br /&gt;
=== -13. October 2005===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Fixed few seconds pause when stopping tvin or closing while tvin works&lt;br /&gt;
&lt;br /&gt;
=== -20. October 2005===&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Fix maestro3 hang after cold boot&lt;br /&gt;
 Reduce interrupt latency in VIA chipsets&lt;br /&gt;
&lt;br /&gt;
=== -26. October 2005===&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Fixed sample rate selecting on chips which support &amp;gt; 48KHz in UNIAUD API&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Fixed non starting second copy&lt;br /&gt;
 Added native QDM2 audio codec support (uses in QT)&lt;br /&gt;
 Fixed lost subtitles and subtitles parts (by KO Myung-Hun)&lt;br /&gt;
&lt;br /&gt;
=== -18. November 2005===&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Added power management support into CMedia&lt;br /&gt;
 Started implements new whole-tree-next-stupid-fix from that crazy alsa guys :)&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Fixed CDDA&lt;br /&gt;
&lt;br /&gt;
=== -19. November 2005===&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Added multichannel for NFORCE &amp;amp; Intel chipsets in UNIAUD API&lt;br /&gt;
&lt;br /&gt;
=== -29. November 2005===&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Continue tree update&lt;br /&gt;
 Posted sources to netlabs svn&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Added WAVE audio output plugin. &lt;br /&gt;
 Creating working prototype for SNAP overlay&lt;br /&gt;
 Starting moving video output to plugins platform&lt;br /&gt;
 Posted sources to netlabs svn&lt;br /&gt;
&lt;br /&gt;
=== -11. December 2005===&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Finished tree update (at last..sigh). Now it even compiles&lt;br /&gt;
 Added some code for support irq &amp;gt; 15&lt;br /&gt;
 Updated sources to netlabs svn&lt;br /&gt;
&lt;br /&gt;
=== -18. December 2005===&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Fixes for intel chipsets power managament from ALSA tree&lt;br /&gt;
 Fixes for Yamaha chipsets power managament from ALSA tree&lt;br /&gt;
 Updated sources to netlabs svn&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Finished plugin for SNAP Overlay&lt;br /&gt;
 Added support for loading Video Output plugins&lt;br /&gt;
 Started implementing video out plugings&lt;br /&gt;
 Fixed WO support&lt;br /&gt;
&lt;br /&gt;
=== -25. December 2005===&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Added H.263 video codec (known in mobile phones video recording as 3gp)&lt;br /&gt;
 Added AMR audio support (not finished yet)&lt;br /&gt;
&lt;br /&gt;
=== -27. December 2005===&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Added signature to UNIAUD for BLDLEVEL utility&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Added native COOK codec instead of WIN32&lt;br /&gt;
&lt;br /&gt;
=== -17. January 2006===&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Updated intel/via/maestro/ensoniq for power management support&lt;br /&gt;
 HDA audio now works (UNIAUD API mode)&lt;br /&gt;
 Added Rudi&#039;s code regarding irq&#039;s &amp;gt; 15 support&lt;br /&gt;
 Fixed above for multicards support&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Rework for VideoOut plugins support going on&lt;br /&gt;
 Fixed HDV (MPEG TS) support&lt;br /&gt;
&lt;br /&gt;
=== -17. February 2006===&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Released 1.1.4RC1&lt;br /&gt;
 Fixed Trap8 on Intel and Nvidia boards&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Released 1.0RC1&lt;br /&gt;
 Released 1.0RC2&lt;br /&gt;
 Added DIVE support to Mozilla plugin&lt;br /&gt;
 Fixed Mozilla freezes when Mozilla plugin installed&lt;br /&gt;
&lt;br /&gt;
=== -24. March 2006&lt;br /&gt;
UNIAUD:&lt;br /&gt;
 Created Multichannel test application for PM&lt;br /&gt;
 Fixed multichannel issues in UNIAUD API. Now nforce/ich/cmedia/sblive cards correctly output 6ch data to corresponent speakers&lt;br /&gt;
&lt;br /&gt;
WVGUI:&lt;br /&gt;
 Released 1.0RC3&lt;br /&gt;
 Added WO video out plugin&lt;br /&gt;
 Fixed a lot issues (see full list in ticket system)&lt;br /&gt;
 Fixed 6ch AC3 decoding and remaping channels to Dolby standard&lt;/div&gt;</summary>
		<author><name>Antiguru</name></author>
	</entry>
	<entry>
		<id>https://wiki.netlabs.org/index.php?title=User:Antiguru&amp;diff=3917</id>
		<title>User:Antiguru</title>
		<link rel="alternate" type="text/html" href="https://wiki.netlabs.org/index.php?title=User:Antiguru&amp;diff=3917"/>
		<updated>2006-04-11T19:47:00Z</updated>

		<summary type="html">&lt;p&gt;Antiguru: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&#039;m Moritz Hoffmann, visit http://antiguru.de/ for some more information about me!&lt;/div&gt;</summary>
		<author><name>Antiguru</name></author>
	</entry>
	<entry>
		<id>https://wiki.netlabs.org/index.php?title=Developers_Workshop_2006&amp;diff=3915</id>
		<title>Developers Workshop 2006</title>
		<link rel="alternate" type="text/html" href="https://wiki.netlabs.org/index.php?title=Developers_Workshop_2006&amp;diff=3915"/>
		<updated>2006-04-11T19:40:21Z</updated>

		<summary type="html">&lt;p&gt;Antiguru: /* Workshop Program */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Dws06.png|right|frame|The workshop logo was created by [http://sampo.ru/~bigvic/ WiZard] ]]&lt;br /&gt;
&lt;br /&gt;
The OS/2 and eComStation Developers Workshop 2006 will take place the weekend of 8. and 9. April 2006 in Biel/Bienne, Switzerland.&lt;br /&gt;
&lt;br /&gt;
===News Items===&lt;br /&gt;
{|&lt;br /&gt;
|7. April 2006 || Added the Live Streaming information &amp;amp; the news that lunch is sponsored by SSI!&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|3. April 2006 || Added the [http://www.netlabs.org/dws06.html schedule], also the address (see Location). BTW we have some non-EU compliant power plugs, see [http://www.powercords.co.uk/standard.htm#SWITZERLAND here]&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|21. March 2006 || Added information about lunch &amp;amp; some more details about the program&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|23. February 2006 || Added registration information &amp;amp; first overview of the topics&amp;lt;br/&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|21. January 2006 || Added hotels and some information about Biel/Bienne.&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|2. January 2006 || Initial website online.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Registration===&lt;br /&gt;
The registration is open at [http://www.mensys.net/DeveloperWorkshop2006/ Mensys] now, we provide the following tickets:&lt;br /&gt;
&lt;br /&gt;
* netlabs.org Developers Workshop 2006, Saturday and Sunday: 45 Euro&lt;br /&gt;
* netlabs.org Developers Workshop 2006, one day: 25 Euro&lt;br /&gt;
* netlabs.org Developers Workshop 2006, students: Free&lt;br /&gt;
&lt;br /&gt;
You can register at http://www.mensys.net/DeveloperWorkshop2006/&lt;br /&gt;
&lt;br /&gt;
===Workshop Program===&lt;br /&gt;
One of the main topics we will talk about is [[Voyager]], beside this we will for sure talk about current projects, like Genmac, ACPI, Everblue and so on. There will be quite some time for discussions, in a workshop form, also known as sitting around computers and hacking some code :)&lt;br /&gt;
&lt;br /&gt;
We will provide enough space, wired or wireless network connection and a lot of bandwith.&lt;br /&gt;
&lt;br /&gt;
====Live Stream of Presentations====&lt;br /&gt;
We will stream the presentations via an ogg stream! You can listen to that stream on eCS as well:&lt;br /&gt;
&lt;br /&gt;
* The straight forward method is to use the &#039;&#039;Audio-Stream&#039;&#039; object class in eCS 1.2, it&#039;s in the &#039;&#039;Multimedia Templates&#039;&#039; subfolders of the &#039;&#039;Templates&#039;&#039; folder. Simply drag the object to your desktop and add the URL &amp;lt;tt&amp;gt;http://borg.bfh.ch:8000/stream.ogg&amp;lt;/tt&amp;gt; to it. To start playing simply doubleclick on it.&lt;br /&gt;
* If that doesn&#039;t work you either don&#039;t have Ogg Codecs installed or you have an old version of them. In this case the simplest solution is to get the [ftp://ftp.netlabs.org/pub/mmedia/oggvorbis-1.1.0-os2.zip Ogg Vorbis] package of [http://silk.apana.org.au/vorbis/ Brian Havard] and use ogg123 to play it: &amp;lt;tt&amp;gt;ogg123 http://borg.bfh.ch:8000/stream.ogg&amp;lt;/tt&amp;gt; (in a commandline window).&lt;br /&gt;
* Note that Z! doesn&#039;t want to play Ogg streams for some reason on my system, maybe it works on yours.&lt;br /&gt;
* [http://r6.ca/MMAudioPak/stream.html Russell O’Connor] has some details as well about streaming on OS/2.&lt;br /&gt;
* There is also a playlist available [http://borg.bfh.ch:8000 here].&lt;br /&gt;
&lt;br /&gt;
The first presentation starts at 10:15 Swiss time which is 8:15 GMT. If you need to know your local timezone you can check that here:&lt;br /&gt;
&lt;br /&gt;
http://www.timezoneconverter.com/index.shtml&lt;br /&gt;
&lt;br /&gt;
Note that during the breaks we will most probably play some music so you will hear anything anyway :) Note that there is quite some noise on the stream, I think that&#039;s the line in of the laptop used for digitising, we will hopefully clean that a bit for the ogg downloads after the workshop.&lt;br /&gt;
&lt;br /&gt;
The webcam can be found [http://www.netlabs.org/dws06/ here]. It will automatically reload the picture so don&#039;t click reload please, that just kills the webserver :)&lt;br /&gt;
&lt;br /&gt;
You can also ask questions live during the presentations if you join the netlabs.org IRC channel #netlabs on eCS Network, see the following URL for a list of servers:&lt;br /&gt;
&lt;br /&gt;
http://www.ecomstation.com/chat.phtml&lt;br /&gt;
&lt;br /&gt;
We will most probably have a user called &amp;lt;tt&amp;gt;dws06&amp;lt;/tt&amp;gt; or something where you can ask your questions.&lt;br /&gt;
&lt;br /&gt;
The details about the ogg stream will be announced as soon as it is working  ;)&lt;br /&gt;
&lt;br /&gt;
To get ogg streaming on OS/2 and eCS check the page from , if we are lucky we will also get an ogg dll which works with Z! the current one does not support ogg streaming yet.&lt;br /&gt;
&lt;br /&gt;
====Schedule====&lt;br /&gt;
&lt;br /&gt;
The following presentations will take place:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Start&#039;&#039;&#039;: We start with the Developers Workshop at 9:45 (Registration). The full shedule can be found [http://www.netlabs.org/dws06.html here].&lt;br /&gt;
&lt;br /&gt;
* Cairo&lt;br /&gt;
**General overview of Cairo, its structure and its API.&lt;br /&gt;
**Showing the Cairo API in live through a lot of examples.&lt;br /&gt;
* IOProc replacement&lt;br /&gt;
**Introduction to a new modular playback engine concept.&lt;br /&gt;
**Showing what&#039;s ready, what&#039;s to be done, what are the ideas.&lt;br /&gt;
**Discussing future possibilities (recording, transcoding...).&lt;br /&gt;
*The Voyager Object Model (was SOMH):&lt;br /&gt;
**Why not using C++, Objective C, ...&lt;br /&gt;
**Implementation details&lt;br /&gt;
**Compatibility with SOM/DSOM&lt;br /&gt;
**Desktop&lt;br /&gt;
**Using the object model for more&lt;br /&gt;
* Everblue&lt;br /&gt;
**Importance and Significance of Everblue (with and without Voyager)&lt;br /&gt;
**Current State and Problems&lt;br /&gt;
**Compiling and Running&lt;br /&gt;
**Demo of Working Applications&lt;br /&gt;
* Voyager - A coder overview about the project&lt;br /&gt;
** OpenGL as backend for Voyager - current options and problems&lt;br /&gt;
** Voyager components - where can you contribute&lt;br /&gt;
** OS/2 &amp;amp; PM compatibility - some crazy ideas worth discussing&lt;br /&gt;
* A WM based on Cairo&lt;br /&gt;
* Coding for WPS and Voyager&lt;br /&gt;
* How to organize netlabs.org Software Projects&lt;br /&gt;
* Translating Software&lt;br /&gt;
&lt;br /&gt;
Each presentation is done once, there are no sessions in parallel.&lt;br /&gt;
&lt;br /&gt;
====Lunch====&lt;br /&gt;
We will provide lunch at the workshop, like this we can talk together during that time as well and we don&#039;t spend too much money for something to eat :-) The lunch will be prepared by two professional cooks.&lt;br /&gt;
&lt;br /&gt;
To be able to calculate how many people will attend it&#039;s important that you register yourself for the workshop! Please do this as soon as possible so we can plan correctly.&lt;br /&gt;
&lt;br /&gt;
Speakers should register as &amp;quot;Students&amp;quot; so they don&#039;t have to pay but are counted as well for lunch.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;News&#039;&#039;&#039;: Lunch is sponsored by Serenity Systems, thanks a lot to Bob St. John for the kind sponsoring!&lt;br /&gt;
&lt;br /&gt;
===Workshop Location===&lt;br /&gt;
Beside famous watch companies like Rolex, Omega and Swatch the city of Biel in Switzerland is the home of one more cool company: netlabs.org! This means that the Developers Workshop 2006 will take place in the city where netlabs.org was founded in 1997. I&#039;m proud to do the hosting at the [http://www.hti.bfh.ch/ Berne University of Applied Sciences], the place where I did my studies and where I work now as a system administrator and teacher.&lt;br /&gt;
&lt;br /&gt;
Biel is a small but cute city close to Bern, the capitol city. It&#039;s the boarder to the French speaking part of Switzerland so people in Biel speak German and French, at least most of them :-)&lt;br /&gt;
If you have some more spare time I recommend you to do a walk in the beautiful surroundings of Biel, for example the Jura mountains or around the lake. There is plenty to discover and with a bit of luck we will have a nice spring time in april.&lt;br /&gt;
&lt;br /&gt;
Links:&lt;br /&gt;
* [http://www.drei-seen-land.ch Drei-Seen-Land] - a nice page with a lot of information about our region.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Biel/Bienne Biel/Bienne] at Wikipedia.org. Available in many languages.&lt;br /&gt;
* [http://ktk.netlabs.org/gallery/Altstadt-Biel-Bienne Old town of Biel] - some pics from the old town in my gallery&lt;br /&gt;
&lt;br /&gt;
Hope to see you there!&lt;br /&gt;
&lt;br /&gt;
Adrian Gschwend&amp;lt;br/&amp;gt;&lt;br /&gt;
founder of netlabs.org&lt;br /&gt;
&lt;br /&gt;
====Getting to Biel/Bienne====&lt;br /&gt;
Biel is the gate to the French speaking part of Switzerland, located in the western part of Switzerland. It is well connected to the railway system in Switzerland and easy to reach from about everywhere.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;By train:&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
There are night trains to Basel, called [http://www.citynightline.ch CityNightLine], this is mainly interesting if you want to get to Biel from Germany, Holland or Austria (it works from Denmark as well some days). You reach Biel within one hour from Basel by train.&lt;br /&gt;
&lt;br /&gt;
For other train connections consult your local train office, if you have to travel to Biel from an airport check the homepage of [http://www.sbb.ch/ SBB], the railway company in Switzerland. For Geneva and Zurich you have to add &#039;&#039;Airport&#039;&#039; in the search field. For Basel and Bern Belp you need to take the local airport bus anyway.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;By plane:&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
There is no large airport close to Biel but in Switzerland almost everything is close anyway. So you can choose one of these airports if you want to get to Biel:&lt;br /&gt;
&lt;br /&gt;
* Zurich (ZRH) - The biggest airport in Switzerland, quite good connections to Biel (every 30 minutes). Takes about 1.5 hours by train.&lt;br /&gt;
* Geneva (GVA) - good for Easyjet. There is just one train per hour to Biel, around 1.5 hours by train.&lt;br /&gt;
* Basel (BSL) - also good for Easyjet. There are bus connections to Basel and from there it&#039;s one hour by train.&lt;br /&gt;
* Berne Belp (BRN) - this is a small local airport, close to Bern but you still need to get to Biel and that&#039;s probably not much faster than Zurich because the Bus connections from this airport to Bern are not that great. From Bern it will take 30 minutes to Biel.&lt;br /&gt;
&lt;br /&gt;
The local airline in Switzerland is [http://www.swiss.ch Swiss], which offers quite good trips from bigger cities.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;By car:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
The address is Quellgasse 21, 2502 Biel, Switzerland. There are paring places in front of the building, ask at the registering desk about how to open the locks for the parking places. You can get a map [http://www.hti.bfh.ch/index.php?id=1740 here], it&#039;s number 2 on the map.&lt;br /&gt;
&lt;br /&gt;
====Accomodation====&lt;br /&gt;
There are several classes of hotels available in Biel:&lt;br /&gt;
&lt;br /&gt;
* [http://www.lagolodge.ch/ Lago Lodge] - nice backpacker hostel directly at the lake of Biel. University is quite easy to reach by bus and the walk is not that far either.&lt;br /&gt;
* [http://www.continental-bienne.ch Hotel Continental] - 3-star hotel close to the lake as well. The road is quite busy, so make sure you get a room towards the lake.&lt;br /&gt;
* [http://www.metropol-biel.ch Hotel Metropol] - 3-star hotel, 15-20 minutes walk to the University or bus.&lt;br /&gt;
* [http://www.lindenegg.ch/ Villa Lindenegg] - a very special and cute hotel in an old villa, 2 minutes away from the University, you can&#039;t get closer than that :)&lt;br /&gt;
* [http://www.accorhotels.com/accorhotels/fichehotel/gb/mer/6166/fiche_hotel.shtml Mercure Plaza] - 4-star hotel in the middle of the city&lt;br /&gt;
* [http://www.hotelelite.ch Hotel Elite] - 4-star hotel close to the railway station. Takes less than 10 minutes to the University.&lt;br /&gt;
&lt;br /&gt;
If you can&#039;t afford a hotel we offer a room at the University where you can sleep with your sleeping bag and your mattress. The room is in the old manufacturing of Rolex and there are showers available too. It&#039;s probably not really comfortable but you don&#039;t have to pay anything for that :-) Please contact Adrian Gschwend if you want to do that, we have to know how many people do it like this. Email: ktk [at] netlabs.org&amp;lt;br/&amp;gt;&lt;br /&gt;
Update: I made some pictures about the location: http://ktk.netlabs.org/gallery/HTIBiel&lt;br /&gt;
&lt;br /&gt;
===Gallery===&lt;br /&gt;
There are some pictures online, check http://ktk.netlabs.org/gallery/HTIBiel&lt;br /&gt;
&lt;br /&gt;
===Contact===&lt;br /&gt;
If you have comments or want further information about the workshop, you can always reach us by sending an eMail to:&amp;lt;br&amp;gt;&lt;br /&gt;
DevelopersWorkshop [at] netlabs.org&amp;lt;br&amp;gt;&lt;br /&gt;
Adrian Gschwend is mainly responsible for organizing the workshop.&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Antiguru</name></author>
	</entry>
	<entry>
		<id>https://wiki.netlabs.org/index.php?title=Developers_Workshop_2006&amp;diff=3914</id>
		<title>Developers Workshop 2006</title>
		<link rel="alternate" type="text/html" href="https://wiki.netlabs.org/index.php?title=Developers_Workshop_2006&amp;diff=3914"/>
		<updated>2006-04-11T19:39:39Z</updated>

		<summary type="html">&lt;p&gt;Antiguru: /* Workshop Program */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Dws06.png|right|frame|The workshop logo was created by [http://sampo.ru/~bigvic/ WiZard] ]]&lt;br /&gt;
&lt;br /&gt;
The OS/2 and eComStation Developers Workshop 2006 will take place the weekend of 8. and 9. April 2006 in Biel/Bienne, Switzerland.&lt;br /&gt;
&lt;br /&gt;
===News Items===&lt;br /&gt;
{|&lt;br /&gt;
|7. April 2006 || Added the Live Streaming information &amp;amp; the news that lunch is sponsored by SSI!&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|3. April 2006 || Added the [http://www.netlabs.org/dws06.html schedule], also the address (see Location). BTW we have some non-EU compliant power plugs, see [http://www.powercords.co.uk/standard.htm#SWITZERLAND here]&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|21. March 2006 || Added information about lunch &amp;amp; some more details about the program&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|23. February 2006 || Added registration information &amp;amp; first overview of the topics&amp;lt;br/&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|21. January 2006 || Added hotels and some information about Biel/Bienne.&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|2. January 2006 || Initial website online.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Registration===&lt;br /&gt;
The registration is open at [http://www.mensys.net/DeveloperWorkshop2006/ Mensys] now, we provide the following tickets:&lt;br /&gt;
&lt;br /&gt;
* netlabs.org Developers Workshop 2006, Saturday and Sunday: 45 Euro&lt;br /&gt;
* netlabs.org Developers Workshop 2006, one day: 25 Euro&lt;br /&gt;
* netlabs.org Developers Workshop 2006, students: Free&lt;br /&gt;
&lt;br /&gt;
You can register at http://www.mensys.net/DeveloperWorkshop2006/&lt;br /&gt;
&lt;br /&gt;
===Workshop Program===&lt;br /&gt;
There is no schedule yet but one of the main topics we will talk about is [[Voyager]], beside this we will for sure talk about current projects, like Genmac, ACPI, Everblue and so on. There will be quite some time for discussions, in a workshop form, also known as sitting around computers and hacking some code :)&lt;br /&gt;
&lt;br /&gt;
We will provide enough space, wired or wireless network connection and a lot of bandwith.&lt;br /&gt;
&lt;br /&gt;
====Live Stream of Presentations====&lt;br /&gt;
We will stream the presentations via an ogg stream! You can listen to that stream on eCS as well:&lt;br /&gt;
&lt;br /&gt;
* The straight forward method is to use the &#039;&#039;Audio-Stream&#039;&#039; object class in eCS 1.2, it&#039;s in the &#039;&#039;Multimedia Templates&#039;&#039; subfolders of the &#039;&#039;Templates&#039;&#039; folder. Simply drag the object to your desktop and add the URL &amp;lt;tt&amp;gt;http://borg.bfh.ch:8000/stream.ogg&amp;lt;/tt&amp;gt; to it. To start playing simply doubleclick on it.&lt;br /&gt;
* If that doesn&#039;t work you either don&#039;t have Ogg Codecs installed or you have an old version of them. In this case the simplest solution is to get the [ftp://ftp.netlabs.org/pub/mmedia/oggvorbis-1.1.0-os2.zip Ogg Vorbis] package of [http://silk.apana.org.au/vorbis/ Brian Havard] and use ogg123 to play it: &amp;lt;tt&amp;gt;ogg123 http://borg.bfh.ch:8000/stream.ogg&amp;lt;/tt&amp;gt; (in a commandline window).&lt;br /&gt;
* Note that Z! doesn&#039;t want to play Ogg streams for some reason on my system, maybe it works on yours.&lt;br /&gt;
* [http://r6.ca/MMAudioPak/stream.html Russell O’Connor] has some details as well about streaming on OS/2.&lt;br /&gt;
* There is also a playlist available [http://borg.bfh.ch:8000 here].&lt;br /&gt;
&lt;br /&gt;
The first presentation starts at 10:15 Swiss time which is 8:15 GMT. If you need to know your local timezone you can check that here:&lt;br /&gt;
&lt;br /&gt;
http://www.timezoneconverter.com/index.shtml&lt;br /&gt;
&lt;br /&gt;
Note that during the breaks we will most probably play some music so you will hear anything anyway :) Note that there is quite some noise on the stream, I think that&#039;s the line in of the laptop used for digitising, we will hopefully clean that a bit for the ogg downloads after the workshop.&lt;br /&gt;
&lt;br /&gt;
The webcam can be found [http://www.netlabs.org/dws06/ here]. It will automatically reload the picture so don&#039;t click reload please, that just kills the webserver :)&lt;br /&gt;
&lt;br /&gt;
You can also ask questions live during the presentations if you join the netlabs.org IRC channel #netlabs on eCS Network, see the following URL for a list of servers:&lt;br /&gt;
&lt;br /&gt;
http://www.ecomstation.com/chat.phtml&lt;br /&gt;
&lt;br /&gt;
We will most probably have a user called &amp;lt;tt&amp;gt;dws06&amp;lt;/tt&amp;gt; or something where you can ask your questions.&lt;br /&gt;
&lt;br /&gt;
The details about the ogg stream will be announced as soon as it is working  ;)&lt;br /&gt;
&lt;br /&gt;
To get ogg streaming on OS/2 and eCS check the page from , if we are lucky we will also get an ogg dll which works with Z! the current one does not support ogg streaming yet.&lt;br /&gt;
&lt;br /&gt;
====Schedule====&lt;br /&gt;
&lt;br /&gt;
The following presentations will take place:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Start&#039;&#039;&#039;: We start with the Developers Workshop at 9:45 (Registration). The full shedule can be found [http://www.netlabs.org/dws06.html here].&lt;br /&gt;
&lt;br /&gt;
* Cairo&lt;br /&gt;
**General overview of Cairo, its structure and its API.&lt;br /&gt;
**Showing the Cairo API in live through a lot of examples.&lt;br /&gt;
* IOProc replacement&lt;br /&gt;
**Introduction to a new modular playback engine concept.&lt;br /&gt;
**Showing what&#039;s ready, what&#039;s to be done, what are the ideas.&lt;br /&gt;
**Discussing future possibilities (recording, transcoding...).&lt;br /&gt;
*The Voyager Object Model (was SOMH):&lt;br /&gt;
**Why not using C++, Objective C, ...&lt;br /&gt;
**Implementation details&lt;br /&gt;
**Compatibility with SOM/DSOM&lt;br /&gt;
**Desktop&lt;br /&gt;
**Using the object model for more&lt;br /&gt;
* Everblue&lt;br /&gt;
**Importance and Significance of Everblue (with and without Voyager)&lt;br /&gt;
**Current State and Problems&lt;br /&gt;
**Compiling and Running&lt;br /&gt;
**Demo of Working Applications&lt;br /&gt;
* Voyager - A coder overview about the project&lt;br /&gt;
** OpenGL as backend for Voyager - current options and problems&lt;br /&gt;
** Voyager components - where can you contribute&lt;br /&gt;
** OS/2 &amp;amp; PM compatibility - some crazy ideas worth discussing&lt;br /&gt;
* A WM based on Cairo&lt;br /&gt;
* Coding for WPS and Voyager&lt;br /&gt;
* How to organize netlabs.org Software Projects&lt;br /&gt;
* Translating Software&lt;br /&gt;
&lt;br /&gt;
Each presentation is done once, there are no sessions in parallel.&lt;br /&gt;
&lt;br /&gt;
====Lunch====&lt;br /&gt;
We will provide lunch at the workshop, like this we can talk together during that time as well and we don&#039;t spend too much money for something to eat :-) The lunch will be prepared by two professional cooks.&lt;br /&gt;
&lt;br /&gt;
To be able to calculate how many people will attend it&#039;s important that you register yourself for the workshop! Please do this as soon as possible so we can plan correctly.&lt;br /&gt;
&lt;br /&gt;
Speakers should register as &amp;quot;Students&amp;quot; so they don&#039;t have to pay but are counted as well for lunch.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;News&#039;&#039;&#039;: Lunch is sponsored by Serenity Systems, thanks a lot to Bob St. John for the kind sponsoring!&lt;br /&gt;
&lt;br /&gt;
===Workshop Location===&lt;br /&gt;
Beside famous watch companies like Rolex, Omega and Swatch the city of Biel in Switzerland is the home of one more cool company: netlabs.org! This means that the Developers Workshop 2006 will take place in the city where netlabs.org was founded in 1997. I&#039;m proud to do the hosting at the [http://www.hti.bfh.ch/ Berne University of Applied Sciences], the place where I did my studies and where I work now as a system administrator and teacher.&lt;br /&gt;
&lt;br /&gt;
Biel is a small but cute city close to Bern, the capitol city. It&#039;s the boarder to the French speaking part of Switzerland so people in Biel speak German and French, at least most of them :-)&lt;br /&gt;
If you have some more spare time I recommend you to do a walk in the beautiful surroundings of Biel, for example the Jura mountains or around the lake. There is plenty to discover and with a bit of luck we will have a nice spring time in april.&lt;br /&gt;
&lt;br /&gt;
Links:&lt;br /&gt;
* [http://www.drei-seen-land.ch Drei-Seen-Land] - a nice page with a lot of information about our region.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Biel/Bienne Biel/Bienne] at Wikipedia.org. Available in many languages.&lt;br /&gt;
* [http://ktk.netlabs.org/gallery/Altstadt-Biel-Bienne Old town of Biel] - some pics from the old town in my gallery&lt;br /&gt;
&lt;br /&gt;
Hope to see you there!&lt;br /&gt;
&lt;br /&gt;
Adrian Gschwend&amp;lt;br/&amp;gt;&lt;br /&gt;
founder of netlabs.org&lt;br /&gt;
&lt;br /&gt;
====Getting to Biel/Bienne====&lt;br /&gt;
Biel is the gate to the French speaking part of Switzerland, located in the western part of Switzerland. It is well connected to the railway system in Switzerland and easy to reach from about everywhere.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;By train:&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
There are night trains to Basel, called [http://www.citynightline.ch CityNightLine], this is mainly interesting if you want to get to Biel from Germany, Holland or Austria (it works from Denmark as well some days). You reach Biel within one hour from Basel by train.&lt;br /&gt;
&lt;br /&gt;
For other train connections consult your local train office, if you have to travel to Biel from an airport check the homepage of [http://www.sbb.ch/ SBB], the railway company in Switzerland. For Geneva and Zurich you have to add &#039;&#039;Airport&#039;&#039; in the search field. For Basel and Bern Belp you need to take the local airport bus anyway.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;By plane:&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
There is no large airport close to Biel but in Switzerland almost everything is close anyway. So you can choose one of these airports if you want to get to Biel:&lt;br /&gt;
&lt;br /&gt;
* Zurich (ZRH) - The biggest airport in Switzerland, quite good connections to Biel (every 30 minutes). Takes about 1.5 hours by train.&lt;br /&gt;
* Geneva (GVA) - good for Easyjet. There is just one train per hour to Biel, around 1.5 hours by train.&lt;br /&gt;
* Basel (BSL) - also good for Easyjet. There are bus connections to Basel and from there it&#039;s one hour by train.&lt;br /&gt;
* Berne Belp (BRN) - this is a small local airport, close to Bern but you still need to get to Biel and that&#039;s probably not much faster than Zurich because the Bus connections from this airport to Bern are not that great. From Bern it will take 30 minutes to Biel.&lt;br /&gt;
&lt;br /&gt;
The local airline in Switzerland is [http://www.swiss.ch Swiss], which offers quite good trips from bigger cities.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;By car:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
The address is Quellgasse 21, 2502 Biel, Switzerland. There are paring places in front of the building, ask at the registering desk about how to open the locks for the parking places. You can get a map [http://www.hti.bfh.ch/index.php?id=1740 here], it&#039;s number 2 on the map.&lt;br /&gt;
&lt;br /&gt;
====Accomodation====&lt;br /&gt;
There are several classes of hotels available in Biel:&lt;br /&gt;
&lt;br /&gt;
* [http://www.lagolodge.ch/ Lago Lodge] - nice backpacker hostel directly at the lake of Biel. University is quite easy to reach by bus and the walk is not that far either.&lt;br /&gt;
* [http://www.continental-bienne.ch Hotel Continental] - 3-star hotel close to the lake as well. The road is quite busy, so make sure you get a room towards the lake.&lt;br /&gt;
* [http://www.metropol-biel.ch Hotel Metropol] - 3-star hotel, 15-20 minutes walk to the University or bus.&lt;br /&gt;
* [http://www.lindenegg.ch/ Villa Lindenegg] - a very special and cute hotel in an old villa, 2 minutes away from the University, you can&#039;t get closer than that :)&lt;br /&gt;
* [http://www.accorhotels.com/accorhotels/fichehotel/gb/mer/6166/fiche_hotel.shtml Mercure Plaza] - 4-star hotel in the middle of the city&lt;br /&gt;
* [http://www.hotelelite.ch Hotel Elite] - 4-star hotel close to the railway station. Takes less than 10 minutes to the University.&lt;br /&gt;
&lt;br /&gt;
If you can&#039;t afford a hotel we offer a room at the University where you can sleep with your sleeping bag and your mattress. The room is in the old manufacturing of Rolex and there are showers available too. It&#039;s probably not really comfortable but you don&#039;t have to pay anything for that :-) Please contact Adrian Gschwend if you want to do that, we have to know how many people do it like this. Email: ktk [at] netlabs.org&amp;lt;br/&amp;gt;&lt;br /&gt;
Update: I made some pictures about the location: http://ktk.netlabs.org/gallery/HTIBiel&lt;br /&gt;
&lt;br /&gt;
===Gallery===&lt;br /&gt;
There are some pictures online, check http://ktk.netlabs.org/gallery/HTIBiel&lt;br /&gt;
&lt;br /&gt;
===Contact===&lt;br /&gt;
If you have comments or want further information about the workshop, you can always reach us by sending an eMail to:&amp;lt;br&amp;gt;&lt;br /&gt;
DevelopersWorkshop [at] netlabs.org&amp;lt;br&amp;gt;&lt;br /&gt;
Adrian Gschwend is mainly responsible for organizing the workshop.&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Antiguru</name></author>
	</entry>
	<entry>
		<id>https://wiki.netlabs.org/index.php?title=Developers_Workshop_2006&amp;diff=3913</id>
		<title>Developers Workshop 2006</title>
		<link rel="alternate" type="text/html" href="https://wiki.netlabs.org/index.php?title=Developers_Workshop_2006&amp;diff=3913"/>
		<updated>2006-04-11T19:38:49Z</updated>

		<summary type="html">&lt;p&gt;Antiguru: /* News Items */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Dws06.png|right|frame|The workshop logo was created by [http://sampo.ru/~bigvic/ WiZard] ]]&lt;br /&gt;
&lt;br /&gt;
The OS/2 and eComStation Developers Workshop 2006 will take place the weekend of 8. and 9. April 2006 in Biel/Bienne, Switzerland.&lt;br /&gt;
&lt;br /&gt;
===News Items===&lt;br /&gt;
{|&lt;br /&gt;
|7. April 2006 || Added the Live Streaming information &amp;amp; the news that lunch is sponsored by SSI!&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|3. April 2006 || Added the [http://www.netlabs.org/dws06.html schedule], also the address (see Location). BTW we have some non-EU compliant power plugs, see [http://www.powercords.co.uk/standard.htm#SWITZERLAND here]&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|21. March 2006 || Added information about lunch &amp;amp; some more details about the program&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|23. February 2006 || Added registration information &amp;amp; first overview of the topics&amp;lt;br/&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|21. January 2006 || Added hotels and some information about Biel/Bienne.&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|2. January 2006 || Initial website online.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Registration===&lt;br /&gt;
The registration is open at [http://www.mensys.net/DeveloperWorkshop2006/ Mensys] now, we provide the following tickets:&lt;br /&gt;
&lt;br /&gt;
* netlabs.org Developers Workshop 2006, Saturday and Sunday: 45 Euro&lt;br /&gt;
* netlabs.org Developers Workshop 2006, one day: 25 Euro&lt;br /&gt;
* netlabs.org Developers Workshop 2006, students: Free&lt;br /&gt;
&lt;br /&gt;
You can register at http://www.mensys.net/DeveloperWorkshop2006/&lt;br /&gt;
&lt;br /&gt;
===Workshop Program===&lt;br /&gt;
There is no shedule yet but one of the main topics we will talk about is [[Voyager]], beside this we will for sure talk about current projects, like Genmac, ACPI, Everblue and so on. There will be quite some time for discussions, in a workshop form, also known as sitting around computers and hacking some code :)&lt;br /&gt;
&lt;br /&gt;
We will provide enough space, wired or wireless network connection and a lot of bandwith.&lt;br /&gt;
&lt;br /&gt;
====Live Stream of Presentations====&lt;br /&gt;
We will stream the presentations via an ogg stream! You can listen to that stream on eCS as well:&lt;br /&gt;
&lt;br /&gt;
* The straight forward method is to use the &#039;&#039;Audio-Stream&#039;&#039; object class in eCS 1.2, it&#039;s in the &#039;&#039;Multimedia Templates&#039;&#039; subfolders of the &#039;&#039;Templates&#039;&#039; folder. Simply drag the object to your desktop and add the URL &amp;lt;tt&amp;gt;http://borg.bfh.ch:8000/stream.ogg&amp;lt;/tt&amp;gt; to it. To start playing simply doubleclick on it.&lt;br /&gt;
* If that doesn&#039;t work you either don&#039;t have Ogg Codecs installed or you have an old version of them. In this case the simplest solution is to get the [ftp://ftp.netlabs.org/pub/mmedia/oggvorbis-1.1.0-os2.zip Ogg Vorbis] package of [http://silk.apana.org.au/vorbis/ Brian Havard] and use ogg123 to play it: &amp;lt;tt&amp;gt;ogg123 http://borg.bfh.ch:8000/stream.ogg&amp;lt;/tt&amp;gt; (in a commandline window).&lt;br /&gt;
* Note that Z! doesn&#039;t want to play Ogg streams for some reason on my system, maybe it works on yours.&lt;br /&gt;
* [http://r6.ca/MMAudioPak/stream.html Russell O’Connor] has some details as well about streaming on OS/2.&lt;br /&gt;
* There is also a playlist available [http://borg.bfh.ch:8000 here].&lt;br /&gt;
&lt;br /&gt;
The first presentation starts at 10:15 Swiss time which is 8:15 GMT. If you need to know your local timezone you can check that here:&lt;br /&gt;
&lt;br /&gt;
http://www.timezoneconverter.com/index.shtml&lt;br /&gt;
&lt;br /&gt;
Note that during the breaks we will most probably play some music so you will hear anything anyway :) Note that there is quite some noise on the stream, I think that&#039;s the line in of the laptop used for digitising, we will hopefully clean that a bit for the ogg downloads after the workshop.&lt;br /&gt;
&lt;br /&gt;
The webcam can be found [http://www.netlabs.org/dws06/ here]. It will automatically reload the picture so don&#039;t click reload please, that just kills the webserver :)&lt;br /&gt;
&lt;br /&gt;
You can also ask questions live during the presentations if you join the netlabs.org IRC channel #netlabs on eCS Network, see the following URL for a list of servers:&lt;br /&gt;
&lt;br /&gt;
http://www.ecomstation.com/chat.phtml&lt;br /&gt;
&lt;br /&gt;
We will most probably have a user called &amp;lt;tt&amp;gt;dws06&amp;lt;/tt&amp;gt; or something where you can ask your questions.&lt;br /&gt;
&lt;br /&gt;
The details about the ogg stream will be announced as soon as it is working  ;)&lt;br /&gt;
&lt;br /&gt;
To get ogg streaming on OS/2 and eCS check the page from , if we are lucky we will also get an ogg dll which works with Z! the current one does not support ogg streaming yet.&lt;br /&gt;
&lt;br /&gt;
====Schedule====&lt;br /&gt;
&lt;br /&gt;
The following presentations will take place:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Start&#039;&#039;&#039;: We start with the Developers Workshop at 9:45 (Registration). The full shedule can be found [http://www.netlabs.org/dws06.html here].&lt;br /&gt;
&lt;br /&gt;
* Cairo&lt;br /&gt;
**General overview of Cairo, its structure and its API.&lt;br /&gt;
**Showing the Cairo API in live through a lot of examples.&lt;br /&gt;
* IOProc replacement&lt;br /&gt;
**Introduction to a new modular playback engine concept.&lt;br /&gt;
**Showing what&#039;s ready, what&#039;s to be done, what are the ideas.&lt;br /&gt;
**Discussing future possibilities (recording, transcoding...).&lt;br /&gt;
*The Voyager Object Model (was SOMH):&lt;br /&gt;
**Why not using C++, Objective C, ...&lt;br /&gt;
**Implementation details&lt;br /&gt;
**Compatibility with SOM/DSOM&lt;br /&gt;
**Desktop&lt;br /&gt;
**Using the object model for more&lt;br /&gt;
* Everblue&lt;br /&gt;
**Importance and Significance of Everblue (with and without Voyager)&lt;br /&gt;
**Current State and Problems&lt;br /&gt;
**Compiling and Running&lt;br /&gt;
**Demo of Working Applications&lt;br /&gt;
* Voyager - A coder overview about the project&lt;br /&gt;
** OpenGL as backend for Voyager - current options and problems&lt;br /&gt;
** Voyager components - where can you contribute&lt;br /&gt;
** OS/2 &amp;amp; PM compatibility - some crazy ideas worth discussing&lt;br /&gt;
* A WM based on Cairo&lt;br /&gt;
* Coding for WPS and Voyager&lt;br /&gt;
* How to organize netlabs.org Software Projects&lt;br /&gt;
* Translating Software&lt;br /&gt;
&lt;br /&gt;
Each presentation is done once, there are no sessions in parallel.&lt;br /&gt;
&lt;br /&gt;
====Lunch====&lt;br /&gt;
We will provide lunch at the workshop, like this we can talk together during that time as well and we don&#039;t spend too much money for something to eat :-) The lunch will be prepared by two professional cooks.&lt;br /&gt;
&lt;br /&gt;
To be able to calculate how many people will attend it&#039;s important that you register yourself for the workshop! Please do this as soon as possible so we can plan correctly.&lt;br /&gt;
&lt;br /&gt;
Speakers should register as &amp;quot;Students&amp;quot; so they don&#039;t have to pay but are counted as well for lunch.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;News&#039;&#039;&#039;: Lunch is sponsored by Serenity Systems, thanks a lot to Bob St. John for the kind sponsoring!&lt;br /&gt;
&lt;br /&gt;
===Workshop Location===&lt;br /&gt;
Beside famous watch companies like Rolex, Omega and Swatch the city of Biel in Switzerland is the home of one more cool company: netlabs.org! This means that the Developers Workshop 2006 will take place in the city where netlabs.org was founded in 1997. I&#039;m proud to do the hosting at the [http://www.hti.bfh.ch/ Berne University of Applied Sciences], the place where I did my studies and where I work now as a system administrator and teacher.&lt;br /&gt;
&lt;br /&gt;
Biel is a small but cute city close to Bern, the capitol city. It&#039;s the boarder to the French speaking part of Switzerland so people in Biel speak German and French, at least most of them :-)&lt;br /&gt;
If you have some more spare time I recommend you to do a walk in the beautiful surroundings of Biel, for example the Jura mountains or around the lake. There is plenty to discover and with a bit of luck we will have a nice spring time in april.&lt;br /&gt;
&lt;br /&gt;
Links:&lt;br /&gt;
* [http://www.drei-seen-land.ch Drei-Seen-Land] - a nice page with a lot of information about our region.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Biel/Bienne Biel/Bienne] at Wikipedia.org. Available in many languages.&lt;br /&gt;
* [http://ktk.netlabs.org/gallery/Altstadt-Biel-Bienne Old town of Biel] - some pics from the old town in my gallery&lt;br /&gt;
&lt;br /&gt;
Hope to see you there!&lt;br /&gt;
&lt;br /&gt;
Adrian Gschwend&amp;lt;br/&amp;gt;&lt;br /&gt;
founder of netlabs.org&lt;br /&gt;
&lt;br /&gt;
====Getting to Biel/Bienne====&lt;br /&gt;
Biel is the gate to the French speaking part of Switzerland, located in the western part of Switzerland. It is well connected to the railway system in Switzerland and easy to reach from about everywhere.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;By train:&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
There are night trains to Basel, called [http://www.citynightline.ch CityNightLine], this is mainly interesting if you want to get to Biel from Germany, Holland or Austria (it works from Denmark as well some days). You reach Biel within one hour from Basel by train.&lt;br /&gt;
&lt;br /&gt;
For other train connections consult your local train office, if you have to travel to Biel from an airport check the homepage of [http://www.sbb.ch/ SBB], the railway company in Switzerland. For Geneva and Zurich you have to add &#039;&#039;Airport&#039;&#039; in the search field. For Basel and Bern Belp you need to take the local airport bus anyway.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;By plane:&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
There is no large airport close to Biel but in Switzerland almost everything is close anyway. So you can choose one of these airports if you want to get to Biel:&lt;br /&gt;
&lt;br /&gt;
* Zurich (ZRH) - The biggest airport in Switzerland, quite good connections to Biel (every 30 minutes). Takes about 1.5 hours by train.&lt;br /&gt;
* Geneva (GVA) - good for Easyjet. There is just one train per hour to Biel, around 1.5 hours by train.&lt;br /&gt;
* Basel (BSL) - also good for Easyjet. There are bus connections to Basel and from there it&#039;s one hour by train.&lt;br /&gt;
* Berne Belp (BRN) - this is a small local airport, close to Bern but you still need to get to Biel and that&#039;s probably not much faster than Zurich because the Bus connections from this airport to Bern are not that great. From Bern it will take 30 minutes to Biel.&lt;br /&gt;
&lt;br /&gt;
The local airline in Switzerland is [http://www.swiss.ch Swiss], which offers quite good trips from bigger cities.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;By car:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
The address is Quellgasse 21, 2502 Biel, Switzerland. There are paring places in front of the building, ask at the registering desk about how to open the locks for the parking places. You can get a map [http://www.hti.bfh.ch/index.php?id=1740 here], it&#039;s number 2 on the map.&lt;br /&gt;
&lt;br /&gt;
====Accomodation====&lt;br /&gt;
There are several classes of hotels available in Biel:&lt;br /&gt;
&lt;br /&gt;
* [http://www.lagolodge.ch/ Lago Lodge] - nice backpacker hostel directly at the lake of Biel. University is quite easy to reach by bus and the walk is not that far either.&lt;br /&gt;
* [http://www.continental-bienne.ch Hotel Continental] - 3-star hotel close to the lake as well. The road is quite busy, so make sure you get a room towards the lake.&lt;br /&gt;
* [http://www.metropol-biel.ch Hotel Metropol] - 3-star hotel, 15-20 minutes walk to the University or bus.&lt;br /&gt;
* [http://www.lindenegg.ch/ Villa Lindenegg] - a very special and cute hotel in an old villa, 2 minutes away from the University, you can&#039;t get closer than that :)&lt;br /&gt;
* [http://www.accorhotels.com/accorhotels/fichehotel/gb/mer/6166/fiche_hotel.shtml Mercure Plaza] - 4-star hotel in the middle of the city&lt;br /&gt;
* [http://www.hotelelite.ch Hotel Elite] - 4-star hotel close to the railway station. Takes less than 10 minutes to the University.&lt;br /&gt;
&lt;br /&gt;
If you can&#039;t afford a hotel we offer a room at the University where you can sleep with your sleeping bag and your mattress. The room is in the old manufacturing of Rolex and there are showers available too. It&#039;s probably not really comfortable but you don&#039;t have to pay anything for that :-) Please contact Adrian Gschwend if you want to do that, we have to know how many people do it like this. Email: ktk [at] netlabs.org&amp;lt;br/&amp;gt;&lt;br /&gt;
Update: I made some pictures about the location: http://ktk.netlabs.org/gallery/HTIBiel&lt;br /&gt;
&lt;br /&gt;
===Gallery===&lt;br /&gt;
There are some pictures online, check http://ktk.netlabs.org/gallery/HTIBiel&lt;br /&gt;
&lt;br /&gt;
===Contact===&lt;br /&gt;
If you have comments or want further information about the workshop, you can always reach us by sending an eMail to:&amp;lt;br&amp;gt;&lt;br /&gt;
DevelopersWorkshop [at] netlabs.org&amp;lt;br&amp;gt;&lt;br /&gt;
Adrian Gschwend is mainly responsible for organizing the workshop.&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Antiguru</name></author>
	</entry>
	<entry>
		<id>https://wiki.netlabs.org/index.php?title=Developers_Workshop_2006&amp;diff=3912</id>
		<title>Developers Workshop 2006</title>
		<link rel="alternate" type="text/html" href="https://wiki.netlabs.org/index.php?title=Developers_Workshop_2006&amp;diff=3912"/>
		<updated>2006-04-11T19:32:46Z</updated>

		<summary type="html">&lt;p&gt;Antiguru: /* News Items */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Dws06.png|right|frame|The workshop logo was created by [http://sampo.ru/~bigvic/ WiZard] ]]&lt;br /&gt;
&lt;br /&gt;
The OS/2 and eComStation Developers Workshop 2006 will take place the weekend of 8. and 9. April 2006 in Biel/Bienne, Switzerland.&lt;br /&gt;
&lt;br /&gt;
===News Items===&lt;br /&gt;
7. April 2006 &amp;amp;nbsp;&amp;amp;nbsp; Added the Live Streaming information &amp;amp; the news that lunch is sponsored by SSI!&amp;lt;br /&amp;gt;&lt;br /&gt;
3. April 2006 &amp;amp;nbsp;&amp;amp;nbsp; Added the [http://www.netlabs.org/dws06.html schedule], also the address (see Location). BTW we have some non-EU compliant power plugs, see [http://www.powercords.co.uk/standard.htm#SWITZERLAND here]&amp;lt;br/&amp;gt;&lt;br /&gt;
21. March 2006 &amp;amp;nbsp;&amp;amp;nbsp; Added information about lunch &amp;amp; some more details about the program&amp;lt;br/&amp;gt;&lt;br /&gt;
23. February 2006 &amp;amp;nbsp;&amp;amp;nbsp; Added registration information &amp;amp; first overview of the topics&amp;lt;br/&amp;gt; &lt;br /&gt;
21. January 2006 &amp;amp;nbsp;&amp;amp;nbsp; Added hotels and some information about Biel/Bienne.&amp;lt;br/&amp;gt;&lt;br /&gt;
2. January 2006 &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; Initial website online.&lt;br /&gt;
&lt;br /&gt;
===Registration===&lt;br /&gt;
The registration is open at [http://www.mensys.net/DeveloperWorkshop2006/ Mensys] now, we provide the following tickets:&lt;br /&gt;
&lt;br /&gt;
* netlabs.org Developers Workshop 2006, Saturday and Sunday: 45 Euro&lt;br /&gt;
* netlabs.org Developers Workshop 2006, one day: 25 Euro&lt;br /&gt;
* netlabs.org Developers Workshop 2006, students: Free&lt;br /&gt;
&lt;br /&gt;
You can register at http://www.mensys.net/DeveloperWorkshop2006/&lt;br /&gt;
&lt;br /&gt;
===Workshop Program===&lt;br /&gt;
There is no shedule yet but one of the main topics we will talk about is [[Voyager]], beside this we will for sure talk about current projects, like Genmac, ACPI, Everblue and so on. There will be quite some time for discussions, in a workshop form, also known as sitting around computers and hacking some code :)&lt;br /&gt;
&lt;br /&gt;
We will provide enough space, wired or wireless network connection and a lot of bandwith.&lt;br /&gt;
&lt;br /&gt;
====Live Stream of Presentations====&lt;br /&gt;
We will stream the presentations via an ogg stream! You can listen to that stream on eCS as well:&lt;br /&gt;
&lt;br /&gt;
* The straight forward method is to use the &#039;&#039;Audio-Stream&#039;&#039; object class in eCS 1.2, it&#039;s in the &#039;&#039;Multimedia Templates&#039;&#039; subfolders of the &#039;&#039;Templates&#039;&#039; folder. Simply drag the object to your desktop and add the URL &amp;lt;tt&amp;gt;http://borg.bfh.ch:8000/stream.ogg&amp;lt;/tt&amp;gt; to it. To start playing simply doubleclick on it.&lt;br /&gt;
* If that doesn&#039;t work you either don&#039;t have Ogg Codecs installed or you have an old version of them. In this case the simplest solution is to get the [ftp://ftp.netlabs.org/pub/mmedia/oggvorbis-1.1.0-os2.zip Ogg Vorbis] package of [http://silk.apana.org.au/vorbis/ Brian Havard] and use ogg123 to play it: &amp;lt;tt&amp;gt;ogg123 http://borg.bfh.ch:8000/stream.ogg&amp;lt;/tt&amp;gt; (in a commandline window).&lt;br /&gt;
* Note that Z! doesn&#039;t want to play Ogg streams for some reason on my system, maybe it works on yours.&lt;br /&gt;
* [http://r6.ca/MMAudioPak/stream.html Russell O’Connor] has some details as well about streaming on OS/2.&lt;br /&gt;
* There is also a playlist available [http://borg.bfh.ch:8000 here].&lt;br /&gt;
&lt;br /&gt;
The first presentation starts at 10:15 Swiss time which is 8:15 GMT. If you need to know your local timezone you can check that here:&lt;br /&gt;
&lt;br /&gt;
http://www.timezoneconverter.com/index.shtml&lt;br /&gt;
&lt;br /&gt;
Note that during the breaks we will most probably play some music so you will hear anything anyway :) Note that there is quite some noise on the stream, I think that&#039;s the line in of the laptop used for digitising, we will hopefully clean that a bit for the ogg downloads after the workshop.&lt;br /&gt;
&lt;br /&gt;
The webcam can be found [http://www.netlabs.org/dws06/ here]. It will automatically reload the picture so don&#039;t click reload please, that just kills the webserver :)&lt;br /&gt;
&lt;br /&gt;
You can also ask questions live during the presentations if you join the netlabs.org IRC channel #netlabs on eCS Network, see the following URL for a list of servers:&lt;br /&gt;
&lt;br /&gt;
http://www.ecomstation.com/chat.phtml&lt;br /&gt;
&lt;br /&gt;
We will most probably have a user called &amp;lt;tt&amp;gt;dws06&amp;lt;/tt&amp;gt; or something where you can ask your questions.&lt;br /&gt;
&lt;br /&gt;
The details about the ogg stream will be announced as soon as it is working  ;)&lt;br /&gt;
&lt;br /&gt;
To get ogg streaming on OS/2 and eCS check the page from , if we are lucky we will also get an ogg dll which works with Z! the current one does not support ogg streaming yet.&lt;br /&gt;
&lt;br /&gt;
====Schedule====&lt;br /&gt;
&lt;br /&gt;
The following presentations will take place:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Start&#039;&#039;&#039;: We start with the Developers Workshop at 9:45 (Registration). The full shedule can be found [http://www.netlabs.org/dws06.html here].&lt;br /&gt;
&lt;br /&gt;
* Cairo&lt;br /&gt;
**General overview of Cairo, its structure and its API.&lt;br /&gt;
**Showing the Cairo API in live through a lot of examples.&lt;br /&gt;
* IOProc replacement&lt;br /&gt;
**Introduction to a new modular playback engine concept.&lt;br /&gt;
**Showing what&#039;s ready, what&#039;s to be done, what are the ideas.&lt;br /&gt;
**Discussing future possibilities (recording, transcoding...).&lt;br /&gt;
*The Voyager Object Model (was SOMH):&lt;br /&gt;
**Why not using C++, Objective C, ...&lt;br /&gt;
**Implementation details&lt;br /&gt;
**Compatibility with SOM/DSOM&lt;br /&gt;
**Desktop&lt;br /&gt;
**Using the object model for more&lt;br /&gt;
* Everblue&lt;br /&gt;
**Importance and Significance of Everblue (with and without Voyager)&lt;br /&gt;
**Current State and Problems&lt;br /&gt;
**Compiling and Running&lt;br /&gt;
**Demo of Working Applications&lt;br /&gt;
* Voyager - A coder overview about the project&lt;br /&gt;
** OpenGL as backend for Voyager - current options and problems&lt;br /&gt;
** Voyager components - where can you contribute&lt;br /&gt;
** OS/2 &amp;amp; PM compatibility - some crazy ideas worth discussing&lt;br /&gt;
* A WM based on Cairo&lt;br /&gt;
* Coding for WPS and Voyager&lt;br /&gt;
* How to organize netlabs.org Software Projects&lt;br /&gt;
* Translating Software&lt;br /&gt;
&lt;br /&gt;
Each presentation is done once, there are no sessions in parallel.&lt;br /&gt;
&lt;br /&gt;
====Lunch====&lt;br /&gt;
We will provide lunch at the workshop, like this we can talk together during that time as well and we don&#039;t spend too much money for something to eat :-) The lunch will be prepared by two professional cooks.&lt;br /&gt;
&lt;br /&gt;
To be able to calculate how many people will attend it&#039;s important that you register yourself for the workshop! Please do this as soon as possible so we can plan correctly.&lt;br /&gt;
&lt;br /&gt;
Speakers should register as &amp;quot;Students&amp;quot; so they don&#039;t have to pay but are counted as well for lunch.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;News&#039;&#039;&#039;: Lunch is sponsored by Serenity Systems, thanks a lot to Bob St. John for the kind sponsoring!&lt;br /&gt;
&lt;br /&gt;
===Workshop Location===&lt;br /&gt;
Beside famous watch companies like Rolex, Omega and Swatch the city of Biel in Switzerland is the home of one more cool company: netlabs.org! This means that the Developers Workshop 2006 will take place in the city where netlabs.org was founded in 1997. I&#039;m proud to do the hosting at the [http://www.hti.bfh.ch/ Berne University of Applied Sciences], the place where I did my studies and where I work now as a system administrator and teacher.&lt;br /&gt;
&lt;br /&gt;
Biel is a small but cute city close to Bern, the capitol city. It&#039;s the boarder to the French speaking part of Switzerland so people in Biel speak German and French, at least most of them :-)&lt;br /&gt;
If you have some more spare time I recommend you to do a walk in the beautiful surroundings of Biel, for example the Jura mountains or around the lake. There is plenty to discover and with a bit of luck we will have a nice spring time in april.&lt;br /&gt;
&lt;br /&gt;
Links:&lt;br /&gt;
* [http://www.drei-seen-land.ch Drei-Seen-Land] - a nice page with a lot of information about our region.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Biel/Bienne Biel/Bienne] at Wikipedia.org. Available in many languages.&lt;br /&gt;
* [http://ktk.netlabs.org/gallery/Altstadt-Biel-Bienne Old town of Biel] - some pics from the old town in my gallery&lt;br /&gt;
&lt;br /&gt;
Hope to see you there!&lt;br /&gt;
&lt;br /&gt;
Adrian Gschwend&amp;lt;br/&amp;gt;&lt;br /&gt;
founder of netlabs.org&lt;br /&gt;
&lt;br /&gt;
====Getting to Biel/Bienne====&lt;br /&gt;
Biel is the gate to the French speaking part of Switzerland, located in the western part of Switzerland. It is well connected to the railway system in Switzerland and easy to reach from about everywhere.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;By train:&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
There are night trains to Basel, called [http://www.citynightline.ch CityNightLine], this is mainly interesting if you want to get to Biel from Germany, Holland or Austria (it works from Denmark as well some days). You reach Biel within one hour from Basel by train.&lt;br /&gt;
&lt;br /&gt;
For other train connections consult your local train office, if you have to travel to Biel from an airport check the homepage of [http://www.sbb.ch/ SBB], the railway company in Switzerland. For Geneva and Zurich you have to add &#039;&#039;Airport&#039;&#039; in the search field. For Basel and Bern Belp you need to take the local airport bus anyway.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;By plane:&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
There is no large airport close to Biel but in Switzerland almost everything is close anyway. So you can choose one of these airports if you want to get to Biel:&lt;br /&gt;
&lt;br /&gt;
* Zurich (ZRH) - The biggest airport in Switzerland, quite good connections to Biel (every 30 minutes). Takes about 1.5 hours by train.&lt;br /&gt;
* Geneva (GVA) - good for Easyjet. There is just one train per hour to Biel, around 1.5 hours by train.&lt;br /&gt;
* Basel (BSL) - also good for Easyjet. There are bus connections to Basel and from there it&#039;s one hour by train.&lt;br /&gt;
* Berne Belp (BRN) - this is a small local airport, close to Bern but you still need to get to Biel and that&#039;s probably not much faster than Zurich because the Bus connections from this airport to Bern are not that great. From Bern it will take 30 minutes to Biel.&lt;br /&gt;
&lt;br /&gt;
The local airline in Switzerland is [http://www.swiss.ch Swiss], which offers quite good trips from bigger cities.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;By car:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
The address is Quellgasse 21, 2502 Biel, Switzerland. There are paring places in front of the building, ask at the registering desk about how to open the locks for the parking places. You can get a map [http://www.hti.bfh.ch/index.php?id=1740 here], it&#039;s number 2 on the map.&lt;br /&gt;
&lt;br /&gt;
====Accomodation====&lt;br /&gt;
There are several classes of hotels available in Biel:&lt;br /&gt;
&lt;br /&gt;
* [http://www.lagolodge.ch/ Lago Lodge] - nice backpacker hostel directly at the lake of Biel. University is quite easy to reach by bus and the walk is not that far either.&lt;br /&gt;
* [http://www.continental-bienne.ch Hotel Continental] - 3-star hotel close to the lake as well. The road is quite busy, so make sure you get a room towards the lake.&lt;br /&gt;
* [http://www.metropol-biel.ch Hotel Metropol] - 3-star hotel, 15-20 minutes walk to the University or bus.&lt;br /&gt;
* [http://www.lindenegg.ch/ Villa Lindenegg] - a very special and cute hotel in an old villa, 2 minutes away from the University, you can&#039;t get closer than that :)&lt;br /&gt;
* [http://www.accorhotels.com/accorhotels/fichehotel/gb/mer/6166/fiche_hotel.shtml Mercure Plaza] - 4-star hotel in the middle of the city&lt;br /&gt;
* [http://www.hotelelite.ch Hotel Elite] - 4-star hotel close to the railway station. Takes less than 10 minutes to the University.&lt;br /&gt;
&lt;br /&gt;
If you can&#039;t afford a hotel we offer a room at the University where you can sleep with your sleeping bag and your mattress. The room is in the old manufacturing of Rolex and there are showers available too. It&#039;s probably not really comfortable but you don&#039;t have to pay anything for that :-) Please contact Adrian Gschwend if you want to do that, we have to know how many people do it like this. Email: ktk [at] netlabs.org&amp;lt;br/&amp;gt;&lt;br /&gt;
Update: I made some pictures about the location: http://ktk.netlabs.org/gallery/HTIBiel&lt;br /&gt;
&lt;br /&gt;
===Gallery===&lt;br /&gt;
There are some pictures online, check http://ktk.netlabs.org/gallery/HTIBiel&lt;br /&gt;
&lt;br /&gt;
===Contact===&lt;br /&gt;
If you have comments or want further information about the workshop, you can always reach us by sending an eMail to:&amp;lt;br&amp;gt;&lt;br /&gt;
DevelopersWorkshop [at] netlabs.org&amp;lt;br&amp;gt;&lt;br /&gt;
Adrian Gschwend is mainly responsible for organizing the workshop.&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Antiguru</name></author>
	</entry>
</feed>