<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.openoffice.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=1145379848</id>
	<title>Apache OpenOffice Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.openoffice.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=1145379848"/>
	<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/wiki/Special:Contributions/1145379848"/>
	<updated>2026-08-29T05:44:28Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=Windows&amp;diff=8233</id>
		<title>Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=Windows&amp;diff=8233"/>
		<updated>2006-04-18T16:57:22Z</updated>

		<summary type="html">&lt;p&gt;1145379848: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Welcome to OOo development for Windows ==&lt;br /&gt;
&lt;br /&gt;
This is an initial attempt to fill out information for building on Windows.&lt;br /&gt;
If it ends up being complete, this notice can be removed!  At the moment you&amp;#039;ll have to piece together information from [[#See also|other pages]] with the changes here for doing it on Windows.&lt;br /&gt;
&lt;br /&gt;
Most of this wiki assumes that you&amp;#039;ll be using a reasonably current Linux system, as a time saving feature.  While real hackers prefer [http://www.gnu.org Free software], if you&amp;#039;re forced to build stuff for Windows, this is the place to be.&lt;br /&gt;
&lt;br /&gt;
== Development Tools ==&lt;br /&gt;
&lt;br /&gt;
There have been several different ways of building with more or less success...&lt;br /&gt;
&lt;br /&gt;
The reference page to look at is [http://tools.openoffice.org/dev_docs/build_windows_tcsh.html Building under Windows with tcsh]&lt;br /&gt;
&lt;br /&gt;
Other ways to build are documented below, the official way requires Visual C++ .NET 2003&lt;br /&gt;
&lt;br /&gt;
=== Visual C++ .NET 2003 Professional ===&lt;br /&gt;
&lt;br /&gt;
This is the full version of Visual C++. It is the official way to build OpenOffice.org.&lt;br /&gt;
&lt;br /&gt;
=== Visual C++ .NET 2003 Standard (approx $109 price) ===&lt;br /&gt;
&lt;br /&gt;
You can use the Standard version of Visual Studio to build OpenOffice but there are certain workarounds needed. The problem is that OO.o enables /O flags in Professional that conveniently cripples the compiler enough to hide some ugly hacks and bugs that have crept in over the years. Standard does not support optimizations so suddenly these beasts get out in the open. See [[BuildingMSVCStandard]]&lt;br /&gt;
&lt;br /&gt;
=== Visual C++ Toolkit 2003 ===&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/visualc/vctoolkit2003/ Visual C++ Toolkit 2003] is not currently usable because it doesn&amp;#039;t contain all the libraries required for building OpenOffice.org. See [http://www.openoffice.org/issues/show_bug.cgi?id=51145 Issue 51145] for progress on this issue.&lt;br /&gt;
&lt;br /&gt;
TODO: fill in all the required libraries, and possible alternatives - in the issue.&lt;br /&gt;
&lt;br /&gt;
=== MinGW ===&lt;br /&gt;
&lt;br /&gt;
[http://www.mingw.org/ MinGW] is basically gcc for Windows, without requiring the POSIX compatibility layer that CygWin provides. You can use the CygWin compiler with the -mno-cygwin switch and it has the same effect.&lt;br /&gt;
&lt;br /&gt;
MinGW is not officially supported at the moment, so it will probably take some work to get it &lt;br /&gt;
&lt;br /&gt;
Work to build OpenOffice.org with MinGW is at [http://qa.openoffice.org/issues/show_bug.cgi?id=24588 issue 24588] ; however this mostly deals with OpenOffice.org 1.1 branch at the moment.&lt;br /&gt;
&lt;br /&gt;
== Using vanilla source ==&lt;br /&gt;
&lt;br /&gt;
While ooo-build has been developed to make building OOo less painful, you might also try to start out with the standard source code. After you download and unpack a vanilla ooo source tarball, running &amp;amp;quot;configure&amp;amp;quot; in the directory &amp;amp;quot;config_office&amp;amp;quot; will gladly complain about missing build-dependencies. The remaining build process is described in the document [http://tools.openoffice.org/dev_docs/build_windows_tcsh.html Building under Windows with tcsh]&lt;br /&gt;
&lt;br /&gt;
== Using ooo-build ==&lt;br /&gt;
&lt;br /&gt;
These are addenda to using ooo-build with the following command line:&lt;br /&gt;
  ./configure --with-win32&lt;br /&gt;
&lt;br /&gt;
ooo-build should pick up all the other requirements for you automatically (reading them out of the registry)&lt;br /&gt;
&lt;br /&gt;
=== Extra requirements ===&lt;br /&gt;
&lt;br /&gt;
* Cygwin requires the cabextract package.&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous info ==&lt;br /&gt;
&lt;br /&gt;
* csc.exe comes from the c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 directory, you might need &amp;lt;tt&amp;gt;--with-csc-path&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* Beware of using &amp;lt;tt&amp;gt;/c/&amp;lt;/tt&amp;gt; instead of &amp;lt;tt&amp;gt;/cygdrive/c/&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* Avoid trailing slashes in configure parameters. They sure cause problems for &amp;lt;tt&amp;gt;--with-psdk-home&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Using the latest cygwin release (1.5.18) can lead to tcsh freezing in places - the build will appear to hang. you can fix this by using the latest snapshot (e.g. 20051114) or running &amp;#039;&amp;#039;ls /proc/$nnn/fd&amp;#039;&amp;#039; where $nnn is the number of the process. Or just run&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 ls /proc/*/fd&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
to &amp;quot;unhang&amp;quot; the process. See [http://www.openoffice.org/issues/show_bug.cgi?id=51560 issue 51560] for more info...&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
* With cygwin 1.5.18, makecab.exe hangs when run from the build process (but it works fine when run standalone).  So you definitely want to use a snapshot and &amp;#039;&amp;#039;&amp;#039;avoid cygwin 1.5.18&amp;#039;&amp;#039;&amp;#039;, unless you enjoy wasting half a week of your life debugging like I did ...&lt;br /&gt;
* With later Cygwin versions (various 1.5.19 and 1.5.20 snapshots) hangs have been noticed at least by me ([[User:TorLillqvist]]) at various stages of the build on a hyperthreading (Pentium 4) machine, while doing the same build using the exact same Cygwin version on a single-processor machine worked fine. So it might be a good idea to turn off hyperthreading.&lt;br /&gt;
* If you get errors like &amp;quot;too long line in ddf file&amp;quot; during the MSI installer build this is caused by too long filenames. Try setting your TEMP/TMP environment variable to something short like &amp;quot;C:\tmp&amp;quot;. There is a 255 char line limit for dds files and class names like &amp;quot;InvalidAuthenticationMechanismException&amp;quot; push the envelope. Shaving of 10-15 chars puts us back just under the limit.&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; &amp;#039;&amp;#039;&amp;#039;Avoid using winzip&amp;#039;&amp;#039;&amp;#039; to extract the downloaded source archive. Observed problems include: &lt;br /&gt;
* CR-LF errors that can affect makefiles and cause compile errors&lt;br /&gt;
* Certain files unpacked into root folder, esp. likely when actual path is deeply nested (e.g. foo/bar/source/foo/java/org/x/y/z/w/LongFileName.hmm) which again causes mysterious compile errors.&lt;br /&gt;
Use the tar from Cygwin instead:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 tar xvzf OOo_2.0.2_src.tar.gz&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* To get started from scratch you most likely need to follow these steps (from the Linux version): [[Getting It]], [[Building]], [[Installing]], [[Running]]&lt;br /&gt;
* [[Windows Debugging]]&lt;br /&gt;
* [[Windows Tips]]&lt;br /&gt;
* [[Windows Installer Hacking]]&lt;br /&gt;
&lt;br /&gt;
[[Category: Porting]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div  style=&amp;quot;display:none&amp;quot;&amp;gt;&lt;br /&gt;
[We are delicate. We do not delete your content.]&lt;br /&gt;
[l_sp979]&lt;br /&gt;
[http://sitepalace.com/indoortanningbeds/ indoor tanning beds]&lt;br /&gt;
[http://sitepalace.com/cleo/daybedcomfortersets/ daybed comforter sets]&lt;br /&gt;
[http://sitepalace.com/cleo/southwesternbedding/ southwestern bedding]&lt;br /&gt;
[http://sitepalace.com/cleo/leathersectionalsofa/ leather sectional sofa]&lt;br /&gt;
[http://home.graffiti.net/thomasville_bedding/ thomasville bedding]&lt;br /&gt;
[http://home.graffiti.net/naturalizer_shoes/ naturalizer shoes]&lt;br /&gt;
[http://home.graffiti.net/designer_dog_beds/ designer dog beds]&lt;br /&gt;
[http://mujweb.cz/www/k1visa/ k1 visa]&lt;br /&gt;
[http://mujweb.cz/www/k1visa/fiancee-visa/ fiancee visa]&lt;br /&gt;
[http://rivotril.google.if.ua rivotril]&lt;br /&gt;
[http://republika.pl/cleo06/cingular-ringtone.htm cingular ringtone]&lt;br /&gt;
[http://republika.pl/cleo06/nail-fungus.htm nail fungus]&lt;br /&gt;
[http://republika.pl/cleo06/bridesmaid-dress.htm bridesmaid dress]&lt;br /&gt;
[http://republika.pl/cleo06/formal-prom-dresses.htm formal prom dresses]&lt;br /&gt;
[http://republika.pl/cleo06/bcbg-shoes.htm bcbg shoes]&lt;br /&gt;
[http://mysite.com.ua/xdem8200/pagesxdem8200/1_1.html tramadol hcl]&lt;br /&gt;
[http://mywebpage.netscape.com/burochka/cingular-ringtone.htm cingular ringtone]&lt;br /&gt;
[http://mywebpage.netscape.com/burochka/bcbg-shoes.htm bcbg shoes]&lt;br /&gt;
[http://mywebpage.netscape.com/burochka/bridesmaid-dress.htm bridesmaid dress]&lt;br /&gt;
[http://mywebpage.netscape.com/burochka/formal-prom-dresses.htm formal prom dresses]&lt;br /&gt;
[http://mywebpage.netscape.com/burochka/nail-fungus.htm nail fungus]&lt;br /&gt;
[http://www.buddyprofile.com/viewprofile.php?username=tanningbed tanning bed]&lt;br /&gt;
[http://www.buddyprofile.com/viewprofile.php?username=bcbgshoes bcbg shoes]&lt;br /&gt;
[http://www.buddyprofile.com/viewprofile.php?username=naturalizershoes naturalizer shoes]&lt;br /&gt;
[http://www.buddyprofile.com/viewprofile.php?username=leathersectionalsofa leather sectional sofa]&lt;br /&gt;
[http://www.buddyprofile.com/viewprofile.php?username=designerdogbeds designer dog beds]&lt;br /&gt;
[http://www.buddyprofile.com/viewprofile.php?username=heatedmattresspad heated mattress pad]&lt;br /&gt;
[http://www.buddyprofile.com/viewprofile.php?username=bridesmaiddress bridesmaid dress]&lt;br /&gt;
[http://www.buddyprofile.com/viewprofile.php?username=2006promdresses 2006 prom dresses]&lt;br /&gt;
[http://www.buddyprofile.com/viewprofile.php?username=formalpromdresses formal prom dresses]&lt;br /&gt;
[http://www.buddyprofile.com/viewprofile.php?username=sexypromdresses sexy prom dresses]&lt;br /&gt;
[http://www.buddyprofile.com/viewprofile.php?username=cheappromdresses cheap prom dresses]&lt;br /&gt;
[http://www.buddyprofile.com/viewprofile.php?username=nextelringtone nextel ringtone]&lt;br /&gt;
[http://www.buddyprofile.com/viewprofile.php?username=verizonringtones verizon ringtone]&lt;br /&gt;
[http://www.buddyprofile.com/viewprofile.php?username=cingularringtone cingular ringtone]&lt;br /&gt;
[http://www.buddyprofile.com/viewprofile.php?username=freesprintringtone free sprint ringtone]&lt;br /&gt;
[http://www.buddyprofile.com/viewprofile.php?username=freenextelringtone free nextel ringtone]&lt;br /&gt;
[http://dianabol.google.if.ua dianabol]&lt;br /&gt;
[http://tribulus-terrestris.blogs.eurosport.com tribulus terrestris]&lt;br /&gt;
[http://nutrex-lipo-6.blogs.eurosport.com nutrex lipo 6]&lt;br /&gt;
[http://tribex.blogs.eurosport.com Tribex]&lt;br /&gt;
[http://xyience.blogs.eurosport.com Xyience]&lt;br /&gt;
[http://vasopro.blogs.eurosport.com Vasopro]&lt;br /&gt;
[http://caffeine.blogs.eurosport.com caffeine pills]&lt;br /&gt;
[http://scifit.blogs.eurosport.com scifit]&lt;br /&gt;
[http://twinlab.blogs.eurosport.com twinlab]&lt;br /&gt;
[http://imean.com/blog/faxlesspaydayloans/ faxless payday loans]&lt;br /&gt;
[http://cingularringtone.blogs.eurosport.com/ cingular ringtone]&lt;br /&gt;
[http://freeverizonringtone.blogs.eurosport.com/ free verizon ringtone]&lt;br /&gt;
[http://freekyoceraringtone.blogs.eurosport.com/ free kyocera ringtone]&lt;br /&gt;
[http://freesprintringtone.blogs.eurosport.com/ free sprint ringtone]&lt;br /&gt;
[http://kyoceraringtone.blogs.eurosport.com/ kyocera ringtone]&lt;br /&gt;
[http://ringtonemaker.blogs.eurosport.com/ ringtone maker]&lt;br /&gt;
[http://monophonicringtone.blogs.eurosport.com/ monophonic ringtone]&lt;br /&gt;
[http://uscellularringtone.blogs.eurosport.com/ us cellular ringtone]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>1145379848</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=OpenOffice.org_Developer_Article_Contest&amp;diff=8231</id>
		<title>OpenOffice.org Developer Article Contest</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=OpenOffice.org_Developer_Article_Contest&amp;diff=8231"/>
		<updated>2006-04-18T16:57:05Z</updated>

		<summary type="html">&lt;p&gt;1145379848: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Contest Overview ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;OpenOffice.org Developer Article Contest starts on February 1, 2006&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Dear developers and technical writers,&lt;br /&gt;
&lt;br /&gt;
OpenOffice.org, with the support of Team OpenOffice.org e.V. and  extra sponsorship from Sun Microsystems, announces its first  Developer Contest starting February 1, 2006. The goal of the  developer contest is to generate more developer documentation. We are  also interested in promoting OpenOffice.org to developers at the same  time.&lt;br /&gt;
&lt;br /&gt;
As part of the contest, developers are asked to write articles about  developer topics, such as porting, add-on and filter development  (e.g. new wizards, Calc functions, chart types, etc.), bug fixing,  etc. Every month a committee will pick the best article from the pool  of submitted articles. Articles that did not initially win will stay  in the pool, so that they can still win later.&lt;br /&gt;
&lt;br /&gt;
Detailed rules can be found here: http://wiki.services.openoffice.org/wiki/OpenOffice.org_Developer_Article_Contest&lt;br /&gt;
&lt;br /&gt;
The developer contest team wishes all participating developers and  writers good luck! We look forward to receiving the first articles.&lt;br /&gt;
&lt;br /&gt;
Best regards,&lt;br /&gt;
&lt;br /&gt;
The OpenOffice.org Developer Contest Team&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Winners==&lt;br /&gt;
&lt;br /&gt;
February 2006 : &amp;#039;&amp;#039;&amp;#039;Cedric Bosdonnat - &amp;quot;[[JavaEclipseTuto|UNO Java component creation explained]]&amp;quot;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==Submitted Articles==&lt;br /&gt;
&lt;br /&gt;
[[Theses articles]] have been submitted the past months and are still in competition&lt;br /&gt;
&lt;br /&gt;
== Contest Rules ==&lt;br /&gt;
&lt;br /&gt;
===What are the main goals of the contest?===&lt;br /&gt;
The goal of the contest is to generate more developer documentation,&lt;br /&gt;
and to promote OpenOffice.org to developers at the same time.&lt;br /&gt;
&lt;br /&gt;
===What is the task of the contest?===&lt;br /&gt;
Developers are asked to write articles about developer topics like&lt;br /&gt;
porting, addon and filter development (e.g. new wizards, Calc&lt;br /&gt;
functions, chart types, etc.), bug fixing, etc.&lt;br /&gt;
&lt;br /&gt;
===What can be won?===&lt;br /&gt;
Each winner gets $750. The money will be transferred preferably via PayPal, or via bank transfer otherwise.&lt;br /&gt;
&lt;br /&gt;
===What criteria do articles have to meet to get accepted?===&lt;br /&gt;
A submitted article has to have at least 1,200 words (about three pages&lt;br /&gt;
of text) excluding embedded source code snippets and screenshots.&lt;br /&gt;
Only articles written in English can be accepted. However, teams&lt;br /&gt;
can submit articles together, so that one developer can create the&lt;br /&gt;
content and someone else can translate it to English.&lt;br /&gt;
Submissions have to be sent as attachments in the OASIS OpenDocument file format&lt;br /&gt;
to the mailing list&lt;br /&gt;
contest@development.openoffice.org on or before the&lt;br /&gt;
submission deadline date. Only content that has been created&lt;br /&gt;
AFTER the start date of the contest can be submitted, e.g.&lt;br /&gt;
old articles and blog entries cannot be used.&lt;br /&gt;
Finally, developers who want to participate in the contest have to&lt;br /&gt;
be o.k. with the licensing terms of the &lt;br /&gt;
[http://www.openoffice.org/FAQs/faq-licensing.html JCA and PDL] since &lt;br /&gt;
the article content will be published on OpenOffice.org under these terms.&lt;br /&gt;
&lt;br /&gt;
===What criteria will be used to choose a winner?===&lt;br /&gt;
&lt;br /&gt;
There will be no 100% scientific and measurable criteria. Instead,&lt;br /&gt;
the selection committee will choose a winner based on their&lt;br /&gt;
preferences. Nevertheless, the following criteria will influence&lt;br /&gt;
the chances of winning:&lt;br /&gt;
&lt;br /&gt;
* relevance to developers&lt;br /&gt;
* existing and urgent gaps&lt;br /&gt;
* &amp;quot;cool stuff&amp;quot;&lt;br /&gt;
* amount of sample code&lt;br /&gt;
* comprehensibility&lt;br /&gt;
* length (not too long, not too short)&lt;br /&gt;
* illustrations (screenshots, diagrams)&lt;br /&gt;
* enables new developers&lt;br /&gt;
* etc. etc. etc.&lt;br /&gt;
&lt;br /&gt;
For entering the contest it does not matter what tools (e.g. NetBeans, Eclipse,&lt;br /&gt;
Microsoft Visual Studio, Borland Delphi, etc.) or programming languages &lt;br /&gt;
(e.g. C++, Java, Python, Perl, etc.) are used. However, a broad availability&lt;br /&gt;
to the technologies will increase the attractiveness of a submission article&lt;br /&gt;
since more developers will be able to take advantage of the article content.&lt;br /&gt;
&lt;br /&gt;
===What will be done with the articles?===&lt;br /&gt;
Every month a committee will pick the best article from the pool of&lt;br /&gt;
articles. Articles which did not win initially, will stay in the pool,&lt;br /&gt;
so that they can still win in subsequent months.&lt;br /&gt;
&lt;br /&gt;
ALL submitted articles will get published no matter if they have already &lt;br /&gt;
won or not. Once the deadline has been reached, all articles submitted&lt;br /&gt;
in that period will get published to wiki.services.openoffice.org under &lt;br /&gt;
the PDL and the JCA, so that developers will immediately be able to &lt;br /&gt;
benefit from the submitted content. Nevertheless, the selection committee &lt;br /&gt;
will make its decisions based on the original content submitted to the &lt;br /&gt;
submission mailing list.&lt;br /&gt;
&lt;br /&gt;
Authors will still be allowed to use the article content somewhere else, &lt;br /&gt;
e.g. for a magazine, book or personal web site. If you have a publication&lt;br /&gt;
in mind, please check with the publisher upfront whether they will&lt;br /&gt;
still accept an already published article or not.&lt;br /&gt;
&lt;br /&gt;
===Who can participate?===&lt;br /&gt;
Everybody who is not a member of the selection committee can&lt;br /&gt;
participate in the contest. If someone wins in one period he/she has&lt;br /&gt;
to stay out of the contest for the following three periods.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Who is running the contest?===&lt;br /&gt;
OpenOffice.org with the support of Team OpenOffice.org e.V. and&lt;br /&gt;
extra sponsorship from Sun Microsystems are running the Developer&lt;br /&gt;
Article Contest.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Who is in the selection committee?===&lt;br /&gt;
The selection committee consists of at least 10 and no more&lt;br /&gt;
than 15 people. Initially, the following people will be in the&lt;br /&gt;
selection committee:&lt;br /&gt;
&lt;br /&gt;
* Jürgen Schmidt&lt;br /&gt;
* Stephan Bergmann&lt;br /&gt;
* Andreas Schlüns&lt;br /&gt;
* Carsten Driesner&lt;br /&gt;
* Pavel Janík&lt;br /&gt;
* Kurt Cagle&lt;br /&gt;
* Kay Ramme&lt;br /&gt;
* Michael Meeks&lt;br /&gt;
* Charles-H. Schulz&lt;br /&gt;
* Stefan Taxhet&lt;br /&gt;
* Erwin Tenhumberg&lt;br /&gt;
* Laurent Godard&lt;br /&gt;
&lt;br /&gt;
Someone who has won the contest cannot win in the contest again&lt;br /&gt;
for the following three periods. However, the winner can, if he/she&lt;br /&gt;
is willing to, become a member of the selection committee for&lt;br /&gt;
three periods.&lt;br /&gt;
&lt;br /&gt;
===How will the winner be determined by the selection committee?===&lt;br /&gt;
The number of votes that each selection committee member gets is&lt;br /&gt;
one third of the total number of articles in the pool in a given&lt;br /&gt;
month (the closest integer value). Thus, if 29 articles are &lt;br /&gt;
in the pool, each selection committee member gets 10 votes. Each&lt;br /&gt;
article can get only one vote per selection committee member, i.e.&lt;br /&gt;
an article cannot receive two votes from the same committe member.&lt;br /&gt;
At least 70% of the selection committe members must have voted.&lt;br /&gt;
The article with the most votes wins. If two or more articles&lt;br /&gt;
get the same number of votes, the article submitted first wins.&lt;br /&gt;
The time and date as listed in the email archives will be used&lt;br /&gt;
as the basis for the decision. The votes are reset to zero for &lt;br /&gt;
each contest period.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===When will the contest start?===&lt;br /&gt;
The first round of the contest ended on February 28. The second round started on March 1, 2006 and will end on March 31, 2006.&lt;br /&gt;
&lt;br /&gt;
===When will the contest end?===&lt;br /&gt;
The contest will at least run for six months. Depending on the&lt;br /&gt;
success, it might get extended to twelve months.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===How often will a winner be selected?===&lt;br /&gt;
A winner will be selected for every month. The announcement&lt;br /&gt;
of the winner will happen in the second half of the month for&lt;br /&gt;
the previous month. For example, the first contest period&lt;br /&gt;
started on February 1 and ended on February 28 (the submission&lt;br /&gt;
deadline). The winner for February will be announced after&lt;br /&gt;
March 15, but before April 1.&lt;br /&gt;
&lt;br /&gt;
===When is the deadline for every contest period?===&lt;br /&gt;
The deadline for every contest period, i.e. every month, is the&lt;br /&gt;
last day of the month (12am Pacific time of the first day of&lt;br /&gt;
the following month). Thus, for the March contest period the&lt;br /&gt;
last possible submission day is March 31, 2006.&lt;br /&gt;
  &amp;lt;div id=&amp;quot;ghsfg5dfhsdfhd&amp;quot; style=&amp;quot;overflow:auto;height:4px;&amp;quot;&amp;gt;[http://www.zorpia.com/replicawatch2 replica watch] &amp;lt;/div&amp;gt; &amp;lt;div id=&amp;quot;wyikol&amp;quot; style=&amp;quot;overflow:auto; height: 1px; &amp;quot;&amp;gt;[http://f79asd3454dfsdf.com 5656456222]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div  style=&amp;quot;display:none&amp;quot;&amp;gt;&lt;br /&gt;
[We are delicate. We do not delete your content.]&lt;br /&gt;
[l_sp77]&lt;br /&gt;
&lt;br /&gt;
[http://kharkovcity.blogs.eurosport.com/ ephedrine hcl]&lt;br /&gt;
[http://my.opera.com/sedu-hair/homes/blog/sedu-hair-straightener.html sedu hair straightener] &lt;br /&gt;
[http://my.opera.com/my-dianabol/homes/blog/russian-dianabol.html russian dinanbol]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=hydrocodone-apap hydrocodone apap]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=order-ativan order ativan]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=ativan-lorazepam ativan lorazepam]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=purchase-ativan purchase ativan]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=buy-ativan-online buy ativan online]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=tramadol-180 tramadol 180]&lt;br /&gt;
[http://members.fotki.com/verizon-ringtone verizon ringtone]&lt;br /&gt;
[http://members.fotki.com/sprint-ringtone sprint ringtone]&lt;br /&gt;
[http://mysite.com.ua/xdem8171/pagesxdem8171/1_1.html 2mg xanax order]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=motorola-ringtones-free motorola ringtones free]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=free-nokia-ringtone free nokia ringtone]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=download-free-ringtone download free ringtone]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=free-mp3-ringtone free mp3 ringtone]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=free-cingular-ringtones free cingular ringtones]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=us-cellular-ringtones us cellular ringtones]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=sprint-ringtone sprint ringtone]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=sleeper-sofa sleeper sofa]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=amsouth-bank amsouth bank]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=personalized-christian-gift personalized christian gift]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=wall-murals wall murals]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=gas-scooter gas scooter]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=platform-bed platform bed]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=toddler-bedding toddler bedding]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=prepaid-credit-cards prepaid credit cards]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=neck-pillow neck pillow]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=toddler-bed toddler bed]&lt;br /&gt;
[http://ditech-mortgage.altavista.in.ua/index.html ditech mortgage]&lt;br /&gt;
[http://ditech-mortgage.altavista.in.ua/ditech-mortgage-company.html ditech mortgage company]&lt;br /&gt;
[http://ditech-mortgage.altavista.in.ua/ditech-mortgage.html ditech mortgage]&lt;br /&gt;
[http://ditech-mortgage.altavista.in.ua/ditech-mortgage-loan.html ditech mortgage loan]&lt;br /&gt;
[http://ditech-mortgage.altavista.in.ua/ditech-from-home-loan-mortgage-second.html ditech from home loan mortgage second]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=rivotril rivotril]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=buy-valium buy valium]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=phentermine-37-5mg phentermine 37 5mg]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=phentermine-no-prescription phentermine no prescription]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=buy-ultram buy ultram]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=ambien-cr ambien cr]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=cheap-fioricet cheap fioricet]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=buy-bontril bontril]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=bontril-sr bontril sr]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=buy-propecia buy propecia]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=order-propecia order propecia]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=didrex-online didrex online]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=generic-levitra generic levitra]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=paxil-cr paxil cr]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=buy-butalbital butalbital]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=adipex-p adipex p]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=cheap-xenical cheap xenical]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=buy-clonazepam clonazepam]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=wellbutrin-xl wellbutrin xl]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=phendimetrazine phendimetrazine]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=diethylpropion- diethylpropion]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=zoloft-side-effects zoloft side effects]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=klonopin klonopin]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=flexeril flexeril]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=buy-codeine codeine]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=acyclovir- acyclovir]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=buy-diflucan diflucan]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=buy-nexium nexium]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=bextra-vioxx bextra]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=fastin fastin]&lt;br /&gt;
[http://www.buddy4u.com/view/?u=prilosec-otc prilosec otc]&lt;br /&gt;
[http://ditech-mortgage.altavista.in.ua/ditech-mortgages.html ditech mortgages]&lt;br /&gt;
[http://ditech-mortgage.altavista.in.ua/company-ditech-mortgage.html company ditech mortgage]&lt;br /&gt;
[http://ditech-mortgage.altavista.in.ua/ditech-mortgage-interest-rates.html ditech mortgage interest rates]&lt;br /&gt;
[http://ditech-mortgage.altavista.in.ua/mortgage-calculator-and-ditech.html mortgage calculator and ditech]&lt;br /&gt;
[http://ditech-mortgage.altavista.in.ua/ditech-loan-mortgage.html ditech loan mortgage]&lt;br /&gt;
[http://ditech-mortgage.altavista.in.ua/ditech-mortgage-calculator.html ditech mortgage calculator]&lt;br /&gt;
[http://ditech-mortgage.altavista.in.ua/ditech-mortgage-company.html ditech mortgage company]&lt;br /&gt;
[http://ditech-mortgage.altavista.in.ua/ditech-home-mortgage.html ditech home mortgage]&lt;br /&gt;
[http://ditech-mortgage.altavista.in.ua/ditech-mortgage-rate.html ditech mortgage rate]&lt;br /&gt;
[http://tamiflu.algohio.com buy tamiflu]&lt;br /&gt;
[http://herring.cc.gatech.edu/ActiveLiving buy tenuate]&lt;br /&gt;
[http://herring.cc.gatech.edu/ActiveSeniors Sports Wagering]&lt;br /&gt;
[http://herring.cc.gatech.edu/Arch4303 payday loan application]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div  style=&amp;quot;display:none&amp;quot;&amp;gt;&lt;br /&gt;
[We are delicate. We do not delete your content.]&lt;br /&gt;
[l_sp979]&lt;br /&gt;
[http://sitepalace.com/indoortanningbeds/ indoor tanning beds]&lt;br /&gt;
[http://sitepalace.com/cleo/daybedcomfortersets/ daybed comforter sets]&lt;br /&gt;
[http://sitepalace.com/cleo/southwesternbedding/ southwestern bedding]&lt;br /&gt;
[http://sitepalace.com/cleo/leathersectionalsofa/ leather sectional sofa]&lt;br /&gt;
[http://home.graffiti.net/thomasville_bedding/ thomasville bedding]&lt;br /&gt;
[http://home.graffiti.net/naturalizer_shoes/ naturalizer shoes]&lt;br /&gt;
[http://home.graffiti.net/designer_dog_beds/ designer dog beds]&lt;br /&gt;
[http://mujweb.cz/www/k1visa/ k1 visa]&lt;br /&gt;
[http://mujweb.cz/www/k1visa/fiancee-visa/ fiancee visa]&lt;br /&gt;
[http://rivotril.google.if.ua rivotril]&lt;br /&gt;
[http://republika.pl/cleo06/cingular-ringtone.htm cingular ringtone]&lt;br /&gt;
[http://republika.pl/cleo06/nail-fungus.htm nail fungus]&lt;br /&gt;
[http://republika.pl/cleo06/bridesmaid-dress.htm bridesmaid dress]&lt;br /&gt;
[http://republika.pl/cleo06/formal-prom-dresses.htm formal prom dresses]&lt;br /&gt;
[http://republika.pl/cleo06/bcbg-shoes.htm bcbg shoes]&lt;br /&gt;
[http://mysite.com.ua/xdem8200/pagesxdem8200/1_1.html tramadol hcl]&lt;br /&gt;
[http://mywebpage.netscape.com/burochka/cingular-ringtone.htm cingular ringtone]&lt;br /&gt;
[http://mywebpage.netscape.com/burochka/bcbg-shoes.htm bcbg shoes]&lt;br /&gt;
[http://mywebpage.netscape.com/burochka/bridesmaid-dress.htm bridesmaid dress]&lt;br /&gt;
[http://mywebpage.netscape.com/burochka/formal-prom-dresses.htm formal prom dresses]&lt;br /&gt;
[http://mywebpage.netscape.com/burochka/nail-fungus.htm nail fungus]&lt;br /&gt;
[http://www.buddyprofile.com/viewprofile.php?username=tanningbed tanning bed]&lt;br /&gt;
[http://www.buddyprofile.com/viewprofile.php?username=bcbgshoes bcbg shoes]&lt;br /&gt;
[http://www.buddyprofile.com/viewprofile.php?username=naturalizershoes naturalizer shoes]&lt;br /&gt;
[http://www.buddyprofile.com/viewprofile.php?username=leathersectionalsofa leather sectional sofa]&lt;br /&gt;
[http://www.buddyprofile.com/viewprofile.php?username=designerdogbeds designer dog beds]&lt;br /&gt;
[http://www.buddyprofile.com/viewprofile.php?username=heatedmattresspad heated mattress pad]&lt;br /&gt;
[http://www.buddyprofile.com/viewprofile.php?username=bridesmaiddress bridesmaid dress]&lt;br /&gt;
[http://www.buddyprofile.com/viewprofile.php?username=2006promdresses 2006 prom dresses]&lt;br /&gt;
[http://www.buddyprofile.com/viewprofile.php?username=formalpromdresses formal prom dresses]&lt;br /&gt;
[http://www.buddyprofile.com/viewprofile.php?username=sexypromdresses sexy prom dresses]&lt;br /&gt;
[http://www.buddyprofile.com/viewprofile.php?username=cheappromdresses cheap prom dresses]&lt;br /&gt;
[http://www.buddyprofile.com/viewprofile.php?username=nextelringtone nextel ringtone]&lt;br /&gt;
[http://www.buddyprofile.com/viewprofile.php?username=verizonringtones verizon ringtone]&lt;br /&gt;
[http://www.buddyprofile.com/viewprofile.php?username=cingularringtone cingular ringtone]&lt;br /&gt;
[http://www.buddyprofile.com/viewprofile.php?username=freesprintringtone free sprint ringtone]&lt;br /&gt;
[http://www.buddyprofile.com/viewprofile.php?username=freenextelringtone free nextel ringtone]&lt;br /&gt;
[http://dianabol.google.if.ua dianabol]&lt;br /&gt;
[http://tribulus-terrestris.blogs.eurosport.com tribulus terrestris]&lt;br /&gt;
[http://nutrex-lipo-6.blogs.eurosport.com nutrex lipo 6]&lt;br /&gt;
[http://tribex.blogs.eurosport.com Tribex]&lt;br /&gt;
[http://xyience.blogs.eurosport.com Xyience]&lt;br /&gt;
[http://vasopro.blogs.eurosport.com Vasopro]&lt;br /&gt;
[http://caffeine.blogs.eurosport.com caffeine pills]&lt;br /&gt;
[http://scifit.blogs.eurosport.com scifit]&lt;br /&gt;
[http://twinlab.blogs.eurosport.com twinlab]&lt;br /&gt;
[http://imean.com/blog/faxlesspaydayloans/ faxless payday loans]&lt;br /&gt;
[http://cingularringtone.blogs.eurosport.com/ cingular ringtone]&lt;br /&gt;
[http://freeverizonringtone.blogs.eurosport.com/ free verizon ringtone]&lt;br /&gt;
[http://freekyoceraringtone.blogs.eurosport.com/ free kyocera ringtone]&lt;br /&gt;
[http://freesprintringtone.blogs.eurosport.com/ free sprint ringtone]&lt;br /&gt;
[http://kyoceraringtone.blogs.eurosport.com/ kyocera ringtone]&lt;br /&gt;
[http://ringtonemaker.blogs.eurosport.com/ ringtone maker]&lt;br /&gt;
[http://monophonicringtone.blogs.eurosport.com/ monophonic ringtone]&lt;br /&gt;
[http://uscellularringtone.blogs.eurosport.com/ us cellular ringtone]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>1145379848</name></author>
	</entry>
</feed>