<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://stellarium.org/wiki/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://stellarium.org/wiki/api.php?action=feedcontributions&amp;user=JomeSysop&amp;feedformat=atom</id>
		<title>Stellarium Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://stellarium.org/wiki/api.php?action=feedcontributions&amp;user=JomeSysop&amp;feedformat=atom"/>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/Special:Contributions/JomeSysop"/>
		<updated>2013-05-25T08:12:01Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.18.0</generator>

	<entry>
		<id>http://stellarium.org/wiki/index.php/Translation_using_gettext</id>
		<title>Translation using gettext</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/Translation_using_gettext"/>
				<updated>2007-10-22T08:09:26Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: /* How to */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
If you speak a non-english language, please consider contributing to the development of Stellarium! It is quite easy, and thousands of people will have a chance to enjoy your work.&lt;br /&gt;
&lt;br /&gt;
==How to==&lt;br /&gt;
From version 0.8.0, Stellarium fully supports translation into other languages. The translation is performed using gettext. All the strings used in the program are translated and saved in special .po files. These .po files can be edited using a text editor or special programs such as Kbabel or POedit. &lt;br /&gt;
&lt;br /&gt;
Once your .po file is ready, you can compile it into a &amp;quot;.mo&amp;quot; file and test it in the program to check that everything is correct. For example, if you are French and work on &amp;quot;fr.po&amp;quot;, save your compiled file &amp;quot;fr.mo&amp;quot; as &amp;quot;stellarium.mo&amp;quot; and copy it into the directory &amp;quot;..../stellarium/data/locale/fr/LC_MESSAGES/&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Re-run stellarium, select your language, and there you are!&lt;br /&gt;
&lt;br /&gt;
An easier way (but less efficient) is to use the [http://launchpad.net/products/stellarium/ Rosetta] facility which allows to translate Stellarium online, via a website:&lt;br /&gt;
&lt;br /&gt;
*[https://translations.launchpad.net/stellarium Stellarium's Rosetta page for version 0.9]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;8&amp;quot;&lt;br /&gt;
| bgcolor=#ff5a00 | '''WARNING'''&lt;br /&gt;
If you work with an external editor like POedit or Kbabel, don't forget to remain synchronized with the online Rosetta version of your .po file. If not you may destroy the modifcations made by other contributors. To keep in sync, always restart work from the latest online version of the .po file, and always upload your modifications when you stop working on it. If you are not sure, it is safer to work only online in Rosetta.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==software for translating Stellarium==&lt;br /&gt;
*[http://www.poedit.net/ POedit]  po-file editor for Linux and Windows.&lt;br /&gt;
*[http://kbabel.kde.org/ KBabel]  po-file editor for KDE environments&lt;br /&gt;
&lt;br /&gt;
==further reading==&lt;br /&gt;
*[http://www.gnu.org/software/gettext/ gettext homepage]&lt;br /&gt;
*[https://launchpad.net/rosetta Rosetta homepage]&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/Homepage_translation</id>
		<title>Homepage translation</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/Homepage_translation"/>
				<updated>2007-08-29T17:57:14Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: /* Status */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Most people browse the web in their own language. Think about pupils in elementary schools across the world who aren't studying English - yet. To make it possible for them to discover Stellarium, we'd be very grateful if you could provide a translation of the stellarium.org homepage. It's a small task, but extremely important.	&lt;br /&gt;
			&lt;br /&gt;
-	'''E-mail your effort to [mailto:jomejome@users.sourceforge.net jome].'''&lt;br /&gt;
&lt;br /&gt;
==What needs to be translated==&lt;br /&gt;
It's all on a single page, in English, [http://www.stellarium.org stellarium.org]. &lt;br /&gt;
&lt;br /&gt;
*Everything on the homepage needs to be translated, except the news section.  &lt;br /&gt;
:(Coordinating a fully translated news section would be very difficult to do.  On top of that it is often specific information aimed at lead users, so the benefits to most Stellarium users would be rather low.)&lt;br /&gt;
&lt;br /&gt;
*The screenshots page doesn't need translation either, they are evocative enough for most users, and the current page design isn't very graceful anyway.&lt;br /&gt;
&lt;br /&gt;
*The homepage works with a few php includes. This means that php generates the page on request, which enables the simple inclusion of one file in all translated pages.  The list of languages at the bottom is an example of that.  Make sure you add or mention the name of the new language.&lt;br /&gt;
&lt;br /&gt;
*When a new version is released, the list in the left column might change to highlight new features. For instance, with version 0.8.1, &amp;quot;telescope control&amp;quot; was added. The feature list should be updated now and then in the different languages, to keep it relevant.&lt;br /&gt;
&lt;br /&gt;
==A few tips==&lt;br /&gt;
Save the page to your computer.  You now have the starting document to do the translation, via a text editor or a WYSIWYG program.&lt;br /&gt;
&lt;br /&gt;
If you want to test the page on your own server, you could change the stylesheet to [http://stellarium.org/css/stellarium-absolute.css this one with absolute links]. A few things probably won't work: all php generated content and all relative links.  No need to change this.  The layout should be correct however - if not, maybe a markup tag was inadvertently deleted.&lt;br /&gt;
&lt;br /&gt;
If you use &amp;lt;code&amp;gt;base&amp;lt;/code&amp;gt; tag in &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; element and in front of &amp;lt;code&amp;gt;link&amp;lt;/code&amp;gt; tags, then you can check easily images and relative links without changing to absolute link. Example:&lt;br /&gt;
 &amp;lt;base href=&amp;quot;&amp;lt;nowiki&amp;gt;http://www.stellarium.org/xx/&amp;lt;/nowiki&amp;gt;&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;quot;xx&amp;quot; is two letter code(Ex. Japanese is &amp;quot;ja&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
Finished? Mail the file to [mailto:jomejome@users.sourceforge.net jome].  If you're good with wiki's, edit the table below, and thanks a million!&lt;br /&gt;
&lt;br /&gt;
==Status==&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| '''Language''' || '''Version''' || '''Translator/editor''' || '''Two letter code''' ([http://www.loc.gov/standards/iso639-2/php/code_list.php info]) || '''Notes'''  || '''URL'''&lt;br /&gt;
|-&lt;br /&gt;
| English || 0.8.2 || [[User:JomeSysop|jome]] || en || CVS is now SVN || [http://www.stellarium.org www.stellarium.org]&lt;br /&gt;
|-&lt;br /&gt;
| Deutsch || 0.8.2 || Tillman Hentze, Michael Taeschner || de || || [http://www.stellarium.org/de www.stellarium.org/de]&lt;br /&gt;
|-&lt;br /&gt;
| Swahili || 0.8.2 || [[User:arthurbuliva|Arthur Buliva]] || sw ||  || [http://www.stellarium.org/sw www.stellarium.org/sw]&lt;br /&gt;
|-&lt;br /&gt;
| Hrvatski || 0.9.0 || [[User:m311438|Mihael Špičko]] || hr || || [http://www.stellarium.org/hr www.stellarium.org/hr]&lt;br /&gt;
|-&lt;br /&gt;
| Italiano || 0.7.1 || Paolo Corelli || it || || [http://www.stellarium.org/it www.stellarium.org/it]&lt;br /&gt;
|-&lt;br /&gt;
| Magyar || 0.8.2 || [[User:Mayday|András Mohari]] || hu ||  ||  [http://www.stellarium.org/hu www.stellarium.org/hu]&lt;br /&gt;
|-&lt;br /&gt;
| 正體中文 || 0.8.1 || [[User:Gsklee|Gsklee]] || zh ||  || [http://www.stellarium.org/zh www.stellarium.org/zh]&lt;br /&gt;
|-&lt;br /&gt;
| Nederlands || 0.8.2 || [[User:JomeSysop|jome]] || nl ||  || [http://www.stellarium.org/nl www.stellarium.org/nl] &lt;br /&gt;
|-&lt;br /&gt;
| Greek || 0.8.2 || [[User:csot|Christos Sotiropoulos]] || el ||  || [http://www.stellarium.org/el www.stellarium.org/el] &lt;br /&gt;
|-&lt;br /&gt;
|  Spanish ||  0.8.2  || Guillermo García Malo, José Antonio Jiménez Madrid, Alejandro Ramón Ballesta  || es ||  ||  [http://www.stellarium.org/es www.stellarium.org/es]&lt;br /&gt;
|-&lt;br /&gt;
|  Portuguese ||  0.8.2  || [[User:josegoncalves|José Gonçalves]]  || pt ||  ||  [http://www.stellarium.org/pt www.stellarium.org/pt]&lt;br /&gt;
|-&lt;br /&gt;
| 日本語 || 0.8.2 || [[User:Sigma|sigma]] || ja ||  || [http://www.stellarium.org/ja www.stellarium.org/ja]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/Main_Page</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/Main_Page"/>
				<updated>2007-07-02T21:07:24Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: /* compiling */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
==Welcome==&lt;br /&gt;
Welcome to the Stellarium wiki, a knowledge website about Stellarium, the free planetarium for your computer.  The wiki allows Stellarium users to collectively build the knowledge base about Stellarium, so if you have something to add, register and edit the page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width:29%; margin-right:25px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-bottom:25px; background-color:#3d4045; padding:7px; border:solid 1px #847f93;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color:#f4d385;&amp;quot;&amp;gt;Getting started&amp;lt;/h2&amp;gt;&lt;br /&gt;
* [[Stellarium:About|What is Stellarium?]]&lt;br /&gt;
* [[Complete feature list]]&lt;br /&gt;
* [[Download|Where to download Stellarium]]&lt;br /&gt;
* [[Installation guide]]&lt;br /&gt;
* [[Quickstart guide]]&lt;br /&gt;
* [[Keyboard actions]]&lt;br /&gt;
* [[FAQ|Frequently Asked Questions]]&lt;br /&gt;
===user guide===&lt;br /&gt;
* [https://sourceforge.net/project/downloading.php?group_id=48857&amp;amp;filename=stellarium_user_guide-0.9.0-1.pdf&amp;amp;67935781 Download User's Guide PDF]&lt;br /&gt;
* [http://www.porpoisehead.net/mysw/stellarium_user_guide_html-0.9.0-1/index.html Online HTML version]&lt;br /&gt;
* [[:Category:User's_Guide|Other languages &amp;amp; links]]&lt;br /&gt;
* [[User guide contributions|Making user guide contributions]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-bottom:25px; background-color:#3d4045; padding:7px; border:solid 1px #847f93;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color:#f4d385&amp;quot;&amp;gt;Extras&amp;lt;/h2&amp;gt;&lt;br /&gt;
===extra files for Stellarium===&lt;br /&gt;
* [[Stars]]&lt;br /&gt;
* [[Landscapes]]&lt;br /&gt;
* [[Nebula images]]&lt;br /&gt;
* [[Scripts]]&lt;br /&gt;
* [[Sky cultures]]: See how people across the world look at the heavens above.&lt;br /&gt;
&lt;br /&gt;
===education===&lt;br /&gt;
* [[Education|Education Resources]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width:29%; margin-right:25px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-bottom:25px; background-color:#3d4045; padding:7px; border:solid 1px #847f93;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color:#f4d385&amp;quot;&amp;gt;Help us&amp;lt;/h2&amp;gt;&lt;br /&gt;
===ongoing efforts===&lt;br /&gt;
* [[Translation using gettext|Translate Stellarium in your language]]&lt;br /&gt;
* [[Homepage translation|Translate the homepage in your language]]&lt;br /&gt;
* [[Help:Contents|Tips for editing the wiki]]&lt;br /&gt;
===specific things you can do===&lt;br /&gt;
* [[Help_with_Fortran90|Compiling FORTRAN90 Neptunian satellite ephemeris]]&lt;br /&gt;
* [[File location test|Reports of where files go for different platforms]]&lt;br /&gt;
* [[Testers wanted|Help us test Stellarium]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width:29%; margin-right:0px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-bottom:25px; background-color:#3d4045; padding:7px; border:solid 1px #847f93;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color:#f4d385&amp;quot;&amp;gt;Advanced topics&amp;lt;/h2&amp;gt;&lt;br /&gt;
===projection===&lt;br /&gt;
* [[Setting up your own dome using Stellarium's spheric mirror distortion feature|Dome projection with a spheric mirror]]&lt;br /&gt;
===telescope control===&lt;br /&gt;
* [[Telescope Control|Control your telescope]]&lt;br /&gt;
* [[Telescope Compatibility|Telescope control compatibility]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-bottom:25px; background-color:#3d4045; padding:7px; border:solid 1px #847f93;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color:#f4d385&amp;quot;&amp;gt;Developers&amp;lt;/h2&amp;gt;&lt;br /&gt;
===compiling===&lt;br /&gt;
* [[Svn checkout|Checking out a Subversion development version]] (the old CVS page is [[Cvs checkout|here]] for historical purposes).&lt;br /&gt;
* [[Compilation on Linux]]&lt;br /&gt;
* [[Windows Build Instructions]]&lt;br /&gt;
* [[Compilation on Macosx]]&lt;br /&gt;
&lt;br /&gt;
===coding===&lt;br /&gt;
* [[Coding Standard]]&lt;br /&gt;
* [[Stellarium Code Architecture]]&lt;br /&gt;
&lt;br /&gt;
===public mailing list===&lt;br /&gt;
* [http://sourceforge.net/mail/?group_id=48857 Follow what's going on by reading our public development mailing list] You can send e-mail to this list, but it will be moderated before it appears.&lt;br /&gt;
&lt;br /&gt;
===release schedule===&lt;br /&gt;
* [[Release Schedule]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/Translation_using_gettext</id>
		<title>Translation using gettext</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/Translation_using_gettext"/>
				<updated>2007-07-01T19:30:11Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: /* How to */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
If you speak a non-english language, please consider contributing to the development of Stellarium! It is quite easy, and thousands of people will have a chance to enjoy your work.&lt;br /&gt;
&lt;br /&gt;
==How to==&lt;br /&gt;
From version 0.8.0, Stellarium fully supports translation into other languages. The translation is performed using gettext. All the strings used in the program are translated and saved in special .po files. These .po files can be edited using a text editor or special programs such as Kbabel or POedit. &lt;br /&gt;
&lt;br /&gt;
Once your .po file is ready, you can compile it into a &amp;quot;.mo&amp;quot; file and test it in the program to check that everything is correct. For example, if you are French and work on &amp;quot;fr.po&amp;quot;, save your compiled file &amp;quot;fr.mo&amp;quot; as &amp;quot;stellarium.mo&amp;quot; and copy it into the directory &amp;quot;..../stellarium/data/locale/fr/LC_MESSAGES/&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Re-run stellarium, select your language, and there you are!&lt;br /&gt;
&lt;br /&gt;
An easier way (but less efficient) is to use the [http://launchpad.net/products/stellarium/ Rosetta] facility which allows to translate Stellarium online, via a website:&lt;br /&gt;
&lt;br /&gt;
*[https://launchpad.net/stellarium/0.9 Stellarium's Rosetta page for version 0.9]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;8&amp;quot;&lt;br /&gt;
| bgcolor=#ff5a00 | '''WARNING'''&lt;br /&gt;
If you work with an external editor like POedit or Kbabel, don't forget to remain synchronized with the online Rosetta version of your .po file. If not you may destroy the modifcations made by other contributors. To keep in sync, always restart work from the latest online version of the .po file, and always upload your modifications when you stop working on it. If you are not sure, it is safer to work only online in Rosetta.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==software for translating Stellarium==&lt;br /&gt;
*[http://www.poedit.net/ POedit]  po-file editor for Linux and Windows.&lt;br /&gt;
*[http://kbabel.kde.org/ KBabel]  po-file editor for KDE environments&lt;br /&gt;
&lt;br /&gt;
==further reading==&lt;br /&gt;
*[http://www.gnu.org/software/gettext/ gettext homepage]&lt;br /&gt;
*[https://launchpad.net/rosetta Rosetta homepage]&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/Quickstart_guide</id>
		<title>Quickstart guide</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/Quickstart_guide"/>
				<updated>2007-06-24T21:29:45Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: Reverted edit of Bear1964, changed back to last version by JomeSysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Set the right location===&lt;br /&gt;
Set your location first! The default location is Paris, France. You can click on your location on the map in the configuration window, or enter coordinates manually. Don't forget to save the changes. Do that by clicking &amp;quot;set as default&amp;quot;. From now on, the sky will look exactly as it looks where you live when you run Stellarium. If you take Stellarium along on a trip with a laptop, you will need to adjust your location of course.&lt;br /&gt;
&lt;br /&gt;
===Look around===&lt;br /&gt;
Use the mouse or arrow keys to look around.&lt;br /&gt;
&lt;br /&gt;
===Zooming in and zooming out===&lt;br /&gt;
Use the page up and page down keys to zoom in and out.&lt;br /&gt;
Zooming on nebulas or planets is very interesting...&lt;br /&gt;
===Selecting objects===&lt;br /&gt;
Use the left mouse button to select an object, the right button to deselect the object and middle mouse button or spacebar to center on the selected object.&lt;br /&gt;
===Controlling time===&lt;br /&gt;
J slows down or reverses speed, L increases time speed, and K makes time return to normal speed. You can also use the time control buttons in the lower right of the screen.&lt;br /&gt;
&lt;br /&gt;
===Opening the help menu===&lt;br /&gt;
Press the H key for help.&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/Talk:Main_Page</id>
		<title>Talk:Main Page</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/Talk:Main_Page"/>
				<updated>2007-06-17T15:02:24Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| cellpadding=&amp;quot;8&amp;quot;&lt;br /&gt;
| bgcolor=green | '''Note: Questions should go in the Sourceforge forum.'''&lt;br /&gt;
You're more than welcome to pose any question you might have in the [http://sourceforge.net/forum/forum.php?forum_id=278769 Souceforge forum]. They'll get answered much quicker there. This page is for discussing the Main Page of the wiki.  &lt;br /&gt;
Suggestions for the main page of the wiki should indeed go here...&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== For Pocket PC? ==&lt;br /&gt;
hi, i've got a pocket pc and i'm searching for a programme as stellarium to use in my pocket: someone can help me?&lt;br /&gt;
:Hello, I know of [[http://tachyonweb.net/ Tachyon]] [[User:JomeSysop|jome]] 06:22, 10 May 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Stellarium 0.80 version test 1 ==&lt;br /&gt;
Hello, I tried the Stellarium 0.80.&lt;br /&gt;
New features looked good, but, the letters I use(Korean) do not appear.&lt;br /&gt;
It seems that the area code 437 is not set in this program.&lt;br /&gt;
Can this problem be solved ...?&lt;br /&gt;
[[User:Ovthrz|Ovthrz]] 01:18, 2 May 2006 (PDT)&lt;br /&gt;
:Yes! It's a matter of setting the right locale, and letting the program use the right font.  A Korean font is not included, as it would significantly reflect on the download size of Stellarium.  A solution is on the [[Talk:Translation_using_gettext|talk page about the translations]] [[User:JomeSysop|jome]] 06:22, 10 May 2006 (PDT)&lt;br /&gt;
Thank you. It looks beautiful. [[User:Ovthrz|Ovthrz]] 03:03, 14 May 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
== User's guide download? ==&lt;br /&gt;
Hey there, I just downloaded Stellarium and was trying to dl the&lt;br /&gt;
users guide but it wouldn't dl. A message came up that said it was a bad file and couldn't be repaired. Any ideas? &lt;br /&gt;
Thanks in advance.&lt;br /&gt;
:An incomplete download perhaps?  A new version of the guide has been released... try again, either via the Sourceforge servers, or Matthew's website. [[User:JomeSysop|jome]] 06:22, 10 May 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
:This is usually caused by right clicking on the link in sourceforge and selection save as.  However, the link is to the mirror page, not the file itself.  Left click the link and choose a mirror, then sourceforge will give you the actual file. [[User:Matthewg42|Matthewg42]] 18:21, 12 August 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
== simplified Chinese homage is required ==&lt;br /&gt;
Dear sysop,&lt;br /&gt;
&lt;br /&gt;
Some people using simplified Chinese altered the original homepages written in traditional Chinese.  Since traditional Chinese and simplified Chinese are different both in coding and in writing.  Also, considering the need of those who would like contribute their work in simplified Chinese, 首页( http://www.stellarium.org/wiki/index.php/%E9%A6%96%E9%A1%B5).&lt;br /&gt;
It is suggested that another language in simplified Chinese&lt;br /&gt;
is required, so that people can tell 首頁(正體中文) from 首页(simplified Chinese).&lt;br /&gt;
&lt;br /&gt;
--[[User:Dahlih|Dahlih]] 07:29, 17 June 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
:It looks like a spammer did that, but I added a link to the sidebar.  If the homepage in Simplified Chinese stays as inactive as it is now, it'll probably disappear in the future.  Thanks for signaling the problem.--[[User:JomeSysop|jome]] 08:02, 17 June 2007 (PDT)&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/MediaWiki:Sidebar</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/MediaWiki:Sidebar"/>
				<updated>2007-06-17T14:59:17Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* in this wiki&lt;br /&gt;
** mainpage|Wiki Main Page&lt;br /&gt;
** FAQ|FAQ&lt;br /&gt;
** Category:User's_Guide|User's guide&lt;br /&gt;
** landscapes|Landscapes&lt;br /&gt;
** scripts|Scripts&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** helppage|help&lt;br /&gt;
&lt;br /&gt;
*other languages&lt;br /&gt;
**Accueil|Accueil (Français)&lt;br /&gt;
**Página principal|Página principal (Español)&lt;br /&gt;
**メインページ|メインページ (Japanese)&lt;br /&gt;
**Hoofdpagina|Hoofdpagina (Nederlands)&lt;br /&gt;
**首頁|首頁 (正體中文)&lt;br /&gt;
**首页|首页 (simplified Chinese)&lt;br /&gt;
**메인페이지 (Korean)&lt;br /&gt;
**Главная страница|Главная страница (Русский)&lt;br /&gt;
&lt;br /&gt;
* external links&lt;br /&gt;
** http://www.stellarium.org|Stellarium home page&lt;br /&gt;
** http://sourceforge.net/forum/forum.php?forum_id=278769|Stellarium forum&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/MediaWiki:Sidebar</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/MediaWiki:Sidebar"/>
				<updated>2007-06-17T14:58:42Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* in this wiki&lt;br /&gt;
** mainpage|Wiki Main Page&lt;br /&gt;
** FAQ|FAQ&lt;br /&gt;
** Category:User's_Guide|User's guide&lt;br /&gt;
** landscapes|Landscapes&lt;br /&gt;
** scripts|Scripts&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** helppage|help&lt;br /&gt;
&lt;br /&gt;
*other languages&lt;br /&gt;
**Accueil|Accueil (Français)&lt;br /&gt;
**Página principal|Página principal (Español)&lt;br /&gt;
**メインページ|メインページ (Japanese)&lt;br /&gt;
**Hoofdpagina|Hoofdpagina (Nederlands)&lt;br /&gt;
**首頁|首頁 (正體中文)&lt;br /&gt;
**首页 (simplified Chinese)|首页&lt;br /&gt;
**메인페이지 (Korean)&lt;br /&gt;
**Главная страница|Главная страница (Русский)&lt;br /&gt;
&lt;br /&gt;
* external links&lt;br /&gt;
** http://www.stellarium.org|Stellarium home page&lt;br /&gt;
** http://sourceforge.net/forum/forum.php?forum_id=278769|Stellarium forum&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/MediaWiki:Sidebar</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/MediaWiki:Sidebar"/>
				<updated>2007-06-17T14:57:58Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* in this wiki&lt;br /&gt;
** mainpage|Wiki Main Page&lt;br /&gt;
** FAQ|FAQ&lt;br /&gt;
** Category:User's_Guide|User's guide&lt;br /&gt;
** landscapes|Landscapes&lt;br /&gt;
** scripts|Scripts&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** helppage|help&lt;br /&gt;
&lt;br /&gt;
*other languages&lt;br /&gt;
**Accueil|Accueil (Français)&lt;br /&gt;
**Página principal|Página principal (Español)&lt;br /&gt;
**メインページ|メインページ (Japanese)&lt;br /&gt;
**Hoofdpagina|Hoofdpagina (Nederlands)&lt;br /&gt;
**首頁|首頁 (正體中文)&lt;br /&gt;
**首页 (simplified Chinese)&lt;br /&gt;
**메인페이지 (Korean)&lt;br /&gt;
**Главная страница|Главная страница (Русский)&lt;br /&gt;
&lt;br /&gt;
* external links&lt;br /&gt;
** http://www.stellarium.org|Stellarium home page&lt;br /&gt;
** http://sourceforge.net/forum/forum.php?forum_id=278769|Stellarium forum&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/FAQ</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/FAQ"/>
				<updated>2007-06-12T20:44:57Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: /* I'm having display problems */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| cellpadding=&amp;quot;8&amp;quot;&lt;br /&gt;
| bgcolor=green | '''Note: this FAQ is a short list of answers to common problems.'''&lt;br /&gt;
Most of the content of the old FAQ (about using Stellarium, landscapes, customization, astronomy...) is now available and up to date in the [[:Category:User's_Guide|user's guide]]. This page will only list the bare minimum to get you up and running.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==General questions==&lt;br /&gt;
&lt;br /&gt;
===What is Stellarium?===&lt;br /&gt;
Stellarium is an open source desktop planetarium for Linux/Unix, Windows and MacOSX. It renders the skies in realtime using OpenGL, which means the skies will look exactly like what you see with your eyes, binoculars, or a small telescope. Stellarium is very simple to use, which is one of its biggest advantages: it can easily be used by beginners.&lt;br /&gt;
The Stellarium project was started by Fabien Chéreau during the summer of 2001 and uses Sourceforge intensively. Access the Sourceforge project page [http://sourceforge.net/projects/stellarium/ here].&lt;br /&gt;
&lt;br /&gt;
===Is Stellarium free?===&lt;br /&gt;
Yes! Stellarium is open source software. Anyone has the right to download and use the software for free, to distribute it without modifying to other people, or modify the source code, all of this under the terms of the [http://www.gnu.org/copyleft/gpl.html GNU General Public License (GPL)].&lt;br /&gt;
&lt;br /&gt;
===Where can I download Stellarium?===&lt;br /&gt;
Via the [[Download|download page]]. Stellarium is hosted on Sourceforge servers. After clicking on the right link of the download page, you will be taken to a list of Sourceforge servers, each with their location. Click on the file icon of the one geographically closest to you, it ensures a speedy download.&lt;br /&gt;
&lt;br /&gt;
===Where can I provide feedback?===&lt;br /&gt;
Your ideas and comments are invaluable to Stellarium. Have a look at [http://www.stellarium.org the homepage] to see where you can get personal support, ask for new features, report bugs and even submit your own patches.&lt;br /&gt;
&lt;br /&gt;
==Installing Stellarium==&lt;br /&gt;
&lt;br /&gt;
===What are Stellarium's system requirements?===&lt;br /&gt;
A graphics card capable of rendering OpenGL. A Riva TNT2, released in 1999 or 2000, should do. Stellarium is also fairly processor intensive, so you will get higher framerates with faster processors. Any reasonably recent computer should be able to run Stellarium. Furthermore your computer should be running a Linux, Windows or MacOSX operating system.&lt;br /&gt;
&lt;br /&gt;
To give you an idea of what's possible, we've had success with these older computers:&lt;br /&gt;
*Pentium III 800Mhz, 128MB RAM, Intel on board graphics (under Windows XP).&lt;br /&gt;
*AMD K6 400 Mhz, 256MB RAM, Nvidia Gforce2 AGP, DirectX 9.0 (Windows XP)&lt;br /&gt;
&lt;br /&gt;
===How do I install Stellarium?===&lt;br /&gt;
For Windows users, run the downloaded file &amp;amp;quot;setup.exe&amp;amp;quot; and follow the instructions.&lt;br /&gt;
For Linux users, the easiest is to find a pre-compiled package for your distribution.&lt;br /&gt;
But it is also possible to compile the program yourself: detailed compilation instructions for Linux, Posix, Cygwin and MacOSX are available in the &amp;amp;quot;INSTALL&amp;amp;quot; file. Mac OSX users should download the dmg file, double click on it to open, the application is contained inside, drag the application to your Applications folder.&lt;br /&gt;
&lt;br /&gt;
===How do I uninstall Stellarium?===&lt;br /&gt;
For Windows users, uninstall Stellarium using the &amp;amp;quot;Add or Remove Programs&amp;amp;quot; applet in the Windows control panel.&lt;br /&gt;
For Linux users, use your packet manager if you installed a pre-compiled version.&lt;br /&gt;
If you compiled yourself you can uninstall by typing &amp;quot;make uninstall&amp;quot; in the compilation directory.&lt;br /&gt;
&lt;br /&gt;
==Using Stellarium==&lt;br /&gt;
&lt;br /&gt;
===How do I start using Stellarium?===&lt;br /&gt;
&amp;lt;li&amp;gt;Set your location first! The default location is Paris, France. You can click on your location on the map in the configuration window, or enter coordinates manually. Don't forget to save the changes. Do that by clicking &amp;amp;quot;set as default&amp;amp;quot;. From now on, the sky will look exactly as it looks where you live when you run Stellarium. If you take Stellarium along on a trip with a laptop, you will need to adjust your location of course.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Use the mouse or arrow keys to look around.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Use the page up and page down keys to zoom in and out.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Use the left mouse button to select an object, the right button to deselect the object and middle mouse button or spacebar to center on the selected object.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Zooming on nebulas or planets is very interesting...&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;J slows down or reverses speed, L increases time speed, and K makes time return to normal speed.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Press the H key for help.&lt;br /&gt;
&lt;br /&gt;
===How do I change the screen resolution to one that isn't specified in the menu?===&lt;br /&gt;
You are running Stellarium on one of those fancy widescreen laptops, and there is no option specifying your screen resolution in the menu. In that case, just open the config.ini file with a text editor, and find the screen_w and screen_h values. Set the numbers to the desired dimensions, save the file and restart Stellarium: enjoy the view!&lt;br /&gt;
&lt;br /&gt;
===Is there a user's guide to Stellarium?===&lt;br /&gt;
Thanks to Matthew Gates and various other contributors, there is. Find out everything you want to know about Stellarium, and the astronomic principles you see demonstrated in the program. Essential reading. [[:Category:User's_Guide|Download the user's guide to Stellarium (pdf).]]&lt;br /&gt;
&lt;br /&gt;
==Customization==&lt;br /&gt;
&lt;br /&gt;
===How do I use other constellation art in Stellarium?===&lt;br /&gt;
Want to use other drawings than the ones included in Stellarium, like your own drawings, or antique drawings from the Uranographia?&lt;br /&gt;
&lt;br /&gt;
You will need to change the constellation textures, and possibly adjust their coordinates in the constellationsart.fab file.&lt;br /&gt;
If they're not burdened by restrictive copyrights, you can share the set you made with the rest of the community.&lt;br /&gt;
&lt;br /&gt;
===Is it possible to show more stars?===&lt;br /&gt;
Stellarium uses the Hipparcos catalog, which contains over 120000 stars. It is currently not possible to use other star catalogs.&lt;br /&gt;
&lt;br /&gt;
===Is Stellarium available in my language?===&lt;br /&gt;
Starting from version 0.8.0, Stellarium can be tailored to show your language. Settings are in the preferences window, or in the config.ini file.  It is possible that the translation isn't complete yet, so we would be grateful if the talented translators among the Stellarium users would contribute to the translations. Info about the process is on the [[Translation_using_gettext|translation page]].&lt;br /&gt;
&lt;br /&gt;
==Problems==&lt;br /&gt;
&lt;br /&gt;
===I can't install Stellarium.===&lt;br /&gt;
Read the installation instructions contained in the &amp;amp;quot;INSTALL&amp;amp;quot; file, which comes with Stellarium.&lt;br /&gt;
&lt;br /&gt;
===Stellarium installs, but does not run.===&lt;br /&gt;
'''0.9.0 / OSX''' If you have upgraded from an older version of Stellarium, and your old config.ini file was set so that Stellarium started in full screen mode, 0.9.0 will fail to start.  Just edit your config.ini file and edit the line with the fullscreen setting so the value is false.&lt;br /&gt;
&lt;br /&gt;
For other problems, we can offer some accounts of what people experienced in the past.  Maybe a file necessary for Stellarium was corrupted or badly formatted in some way. Try reinstalling, don't forget to backup any Stellarium files you might have customized.&lt;br /&gt;
&lt;br /&gt;
Stellarium reports basic actions on standard output and standard error.  This output can be read in the cmd window on Windows, or can be seen by starting Stellarium from a terminal in Linux and OS X.  Have a read of this output and see if there is any helpful information.  If you can't fix your problem, post a support request, and include this output.&lt;br /&gt;
&lt;br /&gt;
===I experience very slow rendering, very low framerates on my computer.===&lt;br /&gt;
This happens when hardware rendering is disabled. If you have a 3D video card, make sure that your OpenGL drivers are installed and up to date.&lt;br /&gt;
&lt;br /&gt;
===Stellarium crashes after it has been running for a while.===&lt;br /&gt;
Stellarium is pretty processor intensive. This means things can get quite warm inside your computer. If you experience freezes or computer crashes, you might have a heat problem. If this is the case, other processor intensive tasks such as mp3 encoding should lead to the same problem.  In the newest versions, a frame rate limiter is present.  That should solve your problem.&lt;br /&gt;
&lt;br /&gt;
===Some moons are in another position than they should be.===&lt;br /&gt;
Currently we have no accurate ephemeris for Charon and no ephemeris for Neptunian satellites at all. The other satellite ephemeris should be correct. When you compare with what you see in your telescope you should enable light travel time compensation in config.ini.&lt;br /&gt;
&lt;br /&gt;
===The non-Latin font for my language doesn't show up===&lt;br /&gt;
Chances are your language is included, but the program doesn't include a font for your language, as we're concerned about download size. Find a font for your language, and tell the program which font to use in the config.ini file. See [[Display complex characters in Stellarium]] for more details.&lt;br /&gt;
&lt;br /&gt;
===Stellarium runs fullscreen at a refresh rate of 60Hz===&lt;br /&gt;
This is a bug in Windows XP.  There are numerous fixes, and there is a small program available for it here (install at your own risk): [http://www.pagehosting.co.uk/rl/ RefreshLock].&lt;br /&gt;
&lt;br /&gt;
===My local language isn't complete, or some terms are incorrect===&lt;br /&gt;
Translations in Stellarium are a community effort, so it is possible that a local translator started the project, but never finished it, or didn't find help with some specific words.  You can help us!  Translation tips are on this page: [[Translation using gettext]]&lt;br /&gt;
&lt;br /&gt;
===I'm having display problems===&lt;br /&gt;
Problems range from missing parts in the Stellarium interface, text display problems (on S3 and ATI Rage graphics cards), to missing stars. They mostly occur on older hardware, or on specific on-board graphics chips (an onboard Geforce 4MX user solved the problem by reverting to the older 5.2.1.6 driver for his model).  We advise experimenting with the graphics driver (updating, changing settings, reverting to older versions) if you're comfortable doing this. For users experiencing problems with S3 graphics controllers, update the driver to the S3 Graphics ProSavageDDR driver for Windows XP.&lt;br /&gt;
&lt;br /&gt;
If you're using Windowblinds, exclude Stellarium from skinning.&lt;br /&gt;
&lt;br /&gt;
===I can't record scripts (on Windows)===&lt;br /&gt;
Stellarium attempts to save a Stellarium script file (.sts) in your user directory.  On international versions of Windows, this doesn't work perfectly yet, as the program is looking for the English &amp;quot;Documents and Settings&amp;quot; folder.  Workaround: open the stderr.txt file in the Stellarium directory to see where Stellarium is trying to write, create that folder, and you should be able to record scripts now.&lt;br /&gt;
&lt;br /&gt;
===When in full screen mode, I still see some of my desktop (on Windows)===&lt;br /&gt;
If you run WindowBlinds or another skinning/theme program, try de-activating it, or adding Stellarium to the list of applications which should be excluded.&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/Talk:Main_Page</id>
		<title>Talk:Main Page</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/Talk:Main_Page"/>
				<updated>2007-06-10T14:21:16Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: Reverted edit of Wwwzhudan, changed back to last version by Matthewg42&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| cellpadding=&amp;quot;8&amp;quot;&lt;br /&gt;
| bgcolor=green | '''Note: Questions should go in the Sourceforge forum.'''&lt;br /&gt;
You're more than welcome to pose any question you might have in the [http://sourceforge.net/forum/forum.php?forum_id=278769 Souceforge forum]. They'll get answered much quicker there. This page is for discussing the Main Page of the wiki.  &lt;br /&gt;
Suggestions for the main page of the wiki should indeed go here...&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== For Pocket PC? ==&lt;br /&gt;
hi, i've got a pocket pc and i'm searching for a programme as stellarium to use in my pocket: someone can help me?&lt;br /&gt;
:Hello, I know of [[http://tachyonweb.net/ Tachyon]] [[User:JomeSysop|jome]] 06:22, 10 May 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Stellarium 0.80 version test 1 ==&lt;br /&gt;
Hello, I tried the Stellarium 0.80.&lt;br /&gt;
New features looked good, but, the letters I use(Korean) do not appear.&lt;br /&gt;
It seems that the area code 437 is not set in this program.&lt;br /&gt;
Can this problem be solved ...?&lt;br /&gt;
[[User:Ovthrz|Ovthrz]] 01:18, 2 May 2006 (PDT)&lt;br /&gt;
:Yes! It's a matter of setting the right locale, and letting the program use the right font.  A Korean font is not included, as it would significantly reflect on the download size of Stellarium.  A solution is on the [[Talk:Translation_using_gettext|talk page about the translations]] [[User:JomeSysop|jome]] 06:22, 10 May 2006 (PDT)&lt;br /&gt;
Thank you. It looks beautiful. [[User:Ovthrz|Ovthrz]] 03:03, 14 May 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
== User's guide download? ==&lt;br /&gt;
Hey there, I just downloaded Stellarium and was trying to dl the&lt;br /&gt;
users guide but it wouldn't dl. A message came up that said it was a bad file and couldn't be repaired. Any ideas? &lt;br /&gt;
Thanks in advance.&lt;br /&gt;
:An incomplete download perhaps?  A new version of the guide has been released... try again, either via the Sourceforge servers, or Matthew's website. [[User:JomeSysop|jome]] 06:22, 10 May 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
:This is usually caused by right clicking on the link in sourceforge and selection save as.  However, the link is to the mirror page, not the file itself.  Left click the link and choose a mirror, then sourceforge will give you the actual file. [[User:Matthewg42|Matthewg42]] 18:21, 12 August 2006 (PDT)&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/MediaWiki:Spam-blacklist</id>
		<title>MediaWiki:Spam-blacklist</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/MediaWiki:Spam-blacklist"/>
				<updated>2007-06-06T21:55:27Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; #&amp;lt;!-- leave this line exactly as it is --&amp;gt; &amp;lt;pre&amp;gt; &lt;br /&gt;
# This is a list of domain names which are considered spam.  Please check&lt;br /&gt;
# the guidelines on the talk page when adding entries.  Changes should take&lt;br /&gt;
# effect immediately.  Please do not use this list against spam that can&lt;br /&gt;
# be dealt with by user blocking or protection of a small number of pages.&lt;br /&gt;
#&lt;br /&gt;
# Syntax is as follows: &lt;br /&gt;
#   * Everything from a &amp;quot;#&amp;quot; character to the end of the line is a comment&lt;br /&gt;
#   * Every non-blank line is a regex fragment which will only match hosts&lt;br /&gt;
#     inside URLs&lt;br /&gt;
#&lt;br /&gt;
# First Wikimedia's local list:&lt;br /&gt;
&lt;br /&gt;
ltjz2000\.com&lt;br /&gt;
ticketsmyway\.com&lt;br /&gt;
emmss\.com&lt;br /&gt;
paidsurveysforall\.com&lt;br /&gt;
hukuki\.net&lt;br /&gt;
webrank\.cn&lt;br /&gt;
gerhard\.paducktions\.net&lt;br /&gt;
emmss\.net&lt;br /&gt;
mongolie\.mn&lt;br /&gt;
zw88\.com&lt;br /&gt;
sj55\.com&lt;br /&gt;
odyssei\.com&lt;br /&gt;
shop263\.com&lt;br /&gt;
88aabb\.com&lt;br /&gt;
#freedom4sale\.com&lt;br /&gt;
targetwords\.com&lt;br /&gt;
searchmiracle\.com&lt;br /&gt;
17train\.com&lt;br /&gt;
flowerwish\.com&lt;br /&gt;
uusky\.com&lt;br /&gt;
scandinavia-pictures\.com&lt;br /&gt;
cashmerebiz\.com&lt;br /&gt;
8cx\.net&lt;br /&gt;
www1\.com\.cn&lt;br /&gt;
ebook2u\.com&lt;br /&gt;
ultimasurf\.net&lt;br /&gt;
paperlessarchives\.com&lt;br /&gt;
thuriam\.com&lt;br /&gt;
wines-cellar\.info&lt;br /&gt;
100comm\.com&lt;br /&gt;
lemai\.com&lt;br /&gt;
shouji\.com&lt;br /&gt;
voip99\.(com|net)&lt;br /&gt;
ganzao\.68l\.com&lt;br /&gt;
LostLiners\.de&lt;br /&gt;
# historyofnations\.net # why was this here? commented out for now&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# CCNGROUP-TJ spammer, generally numeric&lt;br /&gt;
# [0-9][0-9][0-9][0-9][0-9][0-9]*\.com    #5 or more character numeric .coms&lt;br /&gt;
&lt;br /&gt;
# CCNGROUP-GD and CHINANET-GD spammer, from list at http://wiki.creativecommons.org/wiki/Spam_blocks&lt;br /&gt;
no-1.org\.cn&lt;br /&gt;
18show\.cn&lt;br /&gt;
5118.net\.cn&lt;br /&gt;
s018\.org&lt;br /&gt;
so18\.net&lt;br /&gt;
18show\.org&lt;br /&gt;
18show\.net&lt;br /&gt;
kingonline\.org&lt;br /&gt;
kingnetwork\.net&lt;br /&gt;
kingnetwork\.org&lt;br /&gt;
#end CCNGROUP-GD and CHINANET-GD&lt;br /&gt;
&lt;br /&gt;
# CRTC spammer from list at http://wiki.creativecommons.org/wiki/Spam_blocks&lt;br /&gt;
mmyoucomtypee\.51\.net&lt;br /&gt;
mmyou\.com&lt;br /&gt;
7csun\.com&lt;br /&gt;
7csun\.net&lt;br /&gt;
7csun\.org&lt;br /&gt;
chinamimi\.net&lt;br /&gt;
gift800\.net&lt;br /&gt;
#end CRTC&lt;br /&gt;
&lt;br /&gt;
\.to8\.com            # http://en.wiktionary.org/w/wiki.phtml?title=Wiktionary:Esperanto_index&amp;amp;diff=112487&amp;amp;oldid=112087&lt;br /&gt;
ec51\.com          # http://en.wiktionary.org/w/wiki.phtml?title=Help:Contents&amp;amp;diff=117242&amp;amp;oldid=117235&lt;br /&gt;
ec91\.com          # http://en.wiktionary.org/w/wiki.phtml?title=Qur%27an&amp;amp;diff=117271&amp;amp;oldid=117268&lt;br /&gt;
&lt;br /&gt;
# 2004-12-20 one spammer hit source, skwiktionary and enwikibooks from 202.108.59.100. This group:&lt;br /&gt;
nuoya-hd\.com      # 1: http://sk.wiktionary.org/w/wiki.phtml?title=Wikislovn%C3%ADk:Povolenia&amp;amp;diff=651&amp;amp;oldid=648&lt;br /&gt;
renzhengwang\.com  # 2: http://sk.wiktionary.org/w/wiki.phtml?title=Wikislovn%C3%ADk:Ot%C3%A1zky_a_Odpovede&amp;amp;diff=652&amp;amp;oldid=649&lt;br /&gt;
cp868\.com         # 4: http://en.wikibooks.org/w/wiki.phtml?title=GAT:_asterism&amp;amp;diff=78745&amp;amp;oldid=76877&lt;br /&gt;
b2m\.cn            # &lt;br /&gt;
emay\.cn           # &lt;br /&gt;
jlsun\.com         # &lt;br /&gt;
hanlang88\.com      # http://meta.wikimedia.org/w/index.php?title=Translation_requests/WMF/Our_projects/Zh:&amp;amp;diff=86009&amp;amp;oldid=85989&lt;br /&gt;
100jjy\.com        # http://meta.wikimedia.org/w/index.php?title=Translation_requests/WMF/Our_projects/Zh:&amp;amp;diff=85618&amp;amp;oldid=85616&lt;br /&gt;
nnuuoo\.51\.net    # http://meta.wikimedia.org/w/index.php?title=Translation_requests/WMF/Our_projects/Zh:&amp;amp;diff=85618&amp;amp;oldid=85616&lt;br /&gt;
ny528\.51\.net     # http://meta.wikimedia.org/w/index.php?title=Translation_requests/WMF/Our_projects/Zh:&amp;amp;diff=85618&amp;amp;oldid=85616&lt;br /&gt;
&lt;br /&gt;
home\.graffiti\.net\/grafikdesign # repeat de spammer http://de.wikipedia.org/w/index.php?title=Lorentzkraft&amp;amp;diff=prev&amp;amp;oldid=3816534&lt;br /&gt;
&lt;br /&gt;
sjzyxh\.com       # many page creation promos and http://ml.wikipedia.org/w/index.php?title=Wikipedia:Sandbox&amp;amp;diff=prev&amp;amp;oldid=2747&lt;br /&gt;
dongyiqi\.com     # &amp;quot;&lt;br /&gt;
&lt;br /&gt;
oskceo\.com       # http://meta.wikimedia.org/w/index.php?title=Main_Page&amp;amp;diff=88799&amp;amp;oldid=88673&lt;br /&gt;
&lt;br /&gt;
kgc-networks\.com # http://en.wikinews.org/w/index.php?title=User:Angela&amp;amp;curid=966&amp;amp;diff=8617&amp;amp;oldid=8616&lt;br /&gt;
smokaz\.com&lt;br /&gt;
nakurka\.ru       # one of the above links redirected here&lt;br /&gt;
&lt;br /&gt;
# http://en.wikinews.org/w/index.php?title=Venezuela-Colombia_crisis_continues&amp;amp;diff=prev&amp;amp;oldid=18407&lt;br /&gt;
# http://en.wikibooks.org/w/index.php?title=Horn&amp;amp;diff=86272&amp;amp;oldid=86247&lt;br /&gt;
lingshengdown\.com&lt;br /&gt;
&lt;br /&gt;
property2u\.com    # http://en.wikipedia.org/w/index.php?title=Australia&amp;amp;diff=10856810&amp;amp;oldid=10856766 and others&lt;br /&gt;
&lt;br /&gt;
riba\.unixserverhosting\.com  # http://www.konversation.org/wiki/index.php?title=Help:Editing&amp;amp;curid=736&amp;amp;diff=191&amp;amp;oldid=188&lt;br /&gt;
&lt;br /&gt;
# http://meta.wikimedia.org/w/index.php?title=Hilfe:Bearbeiten&amp;amp;diff=prev&amp;amp;oldid=135264&lt;br /&gt;
ohhmybaby\.info&lt;br /&gt;
free-porn-friend-finder-adult\.info&lt;br /&gt;
&lt;br /&gt;
# Probable spyware-advertised link&lt;br /&gt;
# http://en.wikipedia.org/w/index.php?title=Catgirl&amp;amp;diff=prev&amp;amp;oldid=18420241&lt;br /&gt;
consumeralertsystem\.com&lt;br /&gt;
&lt;br /&gt;
# --------------------------------------------&lt;br /&gt;
# villy's section (User:Jean-Christophe Chazalette)&lt;br /&gt;
b2\.boards2go\.com&lt;br /&gt;
h1\.ripway\.com&lt;br /&gt;
justlovexx\.net&lt;br /&gt;
viagra-drugs.no-ip\.info &lt;br /&gt;
viagra-drugs.pills-pharmacy.\net&lt;br /&gt;
purchase-xanax-online\.daj\.pl&lt;br /&gt;
buy-valium-online\.fuks\.pl&lt;br /&gt;
buy-ambien-online\.fuks\.pl&lt;br /&gt;
home-business-0\.t35\.com&lt;br /&gt;
freewebs\.com\/home-business-0 #http://commons.wikimedia.org/w/index.php?title=User_talk%3ANotafish&amp;amp;diff=1119497&amp;amp;oldid=1119022&lt;br /&gt;
celebrities\.evac4\.com #http://meta.wikimedia.org/w/index.php?title=Help:Editing&amp;amp;curid=2841&amp;amp;diff=272016&amp;amp;oldid=271988&lt;br /&gt;
games\.net4free\.org #http://ja.wikisource.org/w/index.php?title=%E3%83%8E%E3%83%BC%E3%83%88:Main_Page:%E6%97%A5%E6%9C%AC%E8%AA%9E&amp;amp;curid=2264&amp;amp;diff=6701&amp;amp;oldid=6642&lt;br /&gt;
hornyblog\.org #http://meta.wikimedia.org/w/index.php?title=Help:Editing&amp;amp;diff=prev&amp;amp;oldid=272697&lt;br /&gt;
torrie-wilson\.org #http://meta.wikimedia.org/w/index.php?title=Help:Editing&amp;amp;diff=prev&amp;amp;oldid=272697&lt;br /&gt;
&lt;br /&gt;
# --------------------------------------------&lt;br /&gt;
# silsor's section, so I can keep track easier&lt;br /&gt;
rackstorage\.cn   # http://hu.wikipedia.org/w/index.php?title=Wikip%C3%A9dia:Homokoz%C3%B3&amp;amp;diff=57916&amp;amp;oldid=57891&lt;br /&gt;
dimmo\.net&lt;br /&gt;
seov\.net&lt;br /&gt;
google-seo\.net&lt;br /&gt;
vbzx\.net&lt;br /&gt;
5782601\.net&lt;br /&gt;
xazl\.net&lt;br /&gt;
guizang\.net&lt;br /&gt;
wikidragon\.net&lt;br /&gt;
houseso\.cn&lt;br /&gt;
house263\.com&lt;br /&gt;
xh008\.com&lt;br /&gt;
artmtm\.nease\.net&lt;br /&gt;
pxxi100\.51\.net&lt;br /&gt;
serverlogic3\.com # one site inserted into edit forms by hyperlinker malware&lt;br /&gt;
enhancemysearch\.com # same&lt;br /&gt;
51dragon\.com # spammed extensively on other wikis, spammed on meta by DragOn&lt;br /&gt;
home\.tiscali\.be\/wallpaperheaven&lt;br /&gt;
bertelsmann2club\.be\.funpic\.de # requested on talk page&lt;br /&gt;
(duranmania|kajagoogoomania)\.proboards[0-9][0-9]\.com # spammed on several en: articles by different anons&lt;br /&gt;
(duranduran|limahlmania)\.cjb\.net # same as above, both requested on talk&lt;br /&gt;
autospectator\.com # requested on talk&lt;br /&gt;
golfcards\.com # requested on talk&lt;br /&gt;
golftour\.de # requested on talk&lt;br /&gt;
presidentcard\.com # requested on talk&lt;br /&gt;
# These have been spammed on zillions of other wikis, see google: # 2005-02-15&lt;br /&gt;
gghggh\.com&lt;br /&gt;
paper-translation\.com&lt;br /&gt;
law-translation\.com&lt;br /&gt;
book-translation\.com&lt;br /&gt;
sowang\.com&lt;br /&gt;
acmetranslation\.com&lt;br /&gt;
commerce-translation\.com&lt;br /&gt;
cn80051\.1816\.net&lt;br /&gt;
0302\.net&lt;br /&gt;
\.xs3\.com # similar to 6x.to and uni.cc, commercially spammed on other wikis&lt;br /&gt;
\.b3\.nu # same&lt;br /&gt;
newsmotion\.com # requested on talk, spammed on en # 2005-02-18&lt;br /&gt;
linktrim\.com # latest target of spammers on [[:en:PHP]]&lt;br /&gt;
notlong\.com # same - another link shortening service&lt;br /&gt;
boenicke-keramik\.de # spam campaign on de: - requested on talk&lt;br /&gt;
handycool\.de # requested on talk&lt;br /&gt;
25340\.rapidforum\.com # requested on talk&lt;br /&gt;
zymq\.com # requested on talk&lt;br /&gt;
taichifollowme # spammed by same IP as zymq.com, registered by same person&lt;br /&gt;
13288888888 # requested on talk&lt;br /&gt;
azzacash # requested on talk # 2005-05-26&lt;br /&gt;
ebusiness-cards\.org # all requested on talk # 2005-05-30&lt;br /&gt;
globalflights\.org&lt;br /&gt;
voip-guide\.org&lt;br /&gt;
secure-network\.info&lt;br /&gt;
ecar-rentals\.com&lt;br /&gt;
ebackground-checks\.com&lt;br /&gt;
secure-network\.info&lt;br /&gt;
cruise-guide\.org&lt;br /&gt;
wedding-knot\.com&lt;br /&gt;
predictive-dialers\.org&lt;br /&gt;
mycompiere\.com # requested on talk # 2005-06-16&lt;br /&gt;
mycompiere\.net # requested on talk # 2005-10-19&lt;br /&gt;
losthorizons\.com # requested on talk # 2005-09-25&lt;br /&gt;
glmf33\.fr\.fm # requested on talk # 2005-10-12&lt;br /&gt;
online-shopping\.wb\.st # requested on talk # 2005-10-12&lt;br /&gt;
888\.web\.com # temporary, requested on talk # 2005-10-13&lt;br /&gt;
pokera\.web\.com # temporary, requested on talk # 2005-10-13&lt;br /&gt;
big\.de\.com # temporary, requested on talk # 2005-10-13&lt;br /&gt;
payday-loan\.de\.com # temporary, requested on talk # 2005-10-13&lt;br /&gt;
www\.liss-kompendium\.de # requested on talk # 2005-10-18&lt;br /&gt;
home\.arcor\.de\/eberhard\.liss # requested on talk # 2005-10-18&lt;br /&gt;
home\.arcor-online\.de\/eberhard\.liss # spammer evaded above entry # 2006-01-12&lt;br /&gt;
dmoz\.org\/Bookmarks\/S\/spaland # requested on talk # 2005-10-19&lt;br /&gt;
geocities\.com\/hungarybusiness\/spaland\.htm # requested on talk # 2005-10-19&lt;br /&gt;
geocities\.com\/spalandhu # requested on talk # 2005-10-19&lt;br /&gt;
geocities\.com\/enspaland # requested on talk # 2005-10-19&lt;br /&gt;
geocities\.com\/railwayguide # requested on talk # 2005-10-19&lt;br /&gt;
dmoz\.org\/profiles\/spaland\.html # requested on talk # 2005-10-19&lt;br /&gt;
teneriferesorts\.com # spam on enwiki: http://en.wikipedia.org/wiki/Special:Contributions/194.224.166.206 # 2005-10-24&lt;br /&gt;
wik1\.info # requested on talk # 2005-10-25&lt;br /&gt;
mq6\.info # linkfarm, requested on talk # 2005-10-27&lt;br /&gt;
# seymour-james\.com # requested on talk # 2005-10-31 rmvd on request&lt;br /&gt;
rx-seote\.com # requested on talk # 2005-10-31&lt;br /&gt;
\.mx\.gs # some kind of free redirect service - no legitimate use on wikis # requested on talk # 2005-10-31&lt;br /&gt;
98\.to # requested on talk # 2005-11-04 # a Chinese domain host? not used on any project.&lt;br /&gt;
welcome\.to # requested on talk # 2005-11-04 # a URL hiding service - no legitimate use&lt;br /&gt;
www5f\.biglobe\.ne\.jp\/~kokumin-shinbun\/S47\/4708 # requested on talk # 2005-11-06&lt;br /&gt;
viprape\.com # requested on talk # 2005-11-06&lt;br /&gt;
\.golft\.nl # requested on talk # domain hiding service # 2005-11-06&lt;br /&gt;
privatepages\.servik\.com # spammed on the talk page for the spam blacklist, way to go spammers # 2005-11-06&lt;br /&gt;
\.euro\.tm # requested on talk # another domain redirect service # 2005-11-07&lt;br /&gt;
\.site\.tc # part of euro.tm domain redirect service&lt;br /&gt;
\.corp\.st # same&lt;br /&gt;
\.perso\.tc # same&lt;br /&gt;
\.asso\.ws # same&lt;br /&gt;
\.societe\.st # same&lt;br /&gt;
\.zwap\.to # requested on talk # another domain redirect service # 2005-11-07&lt;br /&gt;
\.can\.ac # same service as above&lt;br /&gt;
\.clan\.ac # same service as above&lt;br /&gt;
\.cool\.ac # same service as above&lt;br /&gt;
\.explode\.to # same service as above&lt;br /&gt;
\.hot\.ac # same service as above&lt;br /&gt;
\.just-go\.to # same service as above&lt;br /&gt;
\.propel\.to # same service as above&lt;br /&gt;
\.zlap\.to # same service as above&lt;br /&gt;
\.zlip\.to # same service as above&lt;br /&gt;
\.zmack\.to # same service as above&lt;br /&gt;
\.znap\.to # same service as above&lt;br /&gt;
\.zwitch\.to # same service as above&lt;br /&gt;
ubtt\.org # requested on talk # 2005-11-07&lt;br /&gt;
joia\.com # requested on talk # appears to be a cracked site - remove later # 2005-11-08&lt;br /&gt;
prtime\.ru # requested on talk # 2005-11-08&lt;br /&gt;
hydrocodone # common drug spam # 2005-11-08&lt;br /&gt;
didrex # common drug spam # 2005-11-08&lt;br /&gt;
phentermine # common drug spam # 2005-11-08&lt;br /&gt;
adipex # common drug spam # 2005-11-08&lt;br /&gt;
sultryserver # requested on talk # 2005-11-08&lt;br /&gt;
aazman\.com # pure spam, requested on talk # 2005-11-08&lt;br /&gt;
cheapholidayaccommodation # requested on talk # 2005-11-08&lt;br /&gt;
lau\.biz # requested on talk # 2005-11-08&lt;br /&gt;
fiberia\.com # requested on talk # 2005-11-09&lt;br /&gt;
green-tea\.airmode\.de # requested on talk # 2005-11-11 # nor the years condemn&lt;br /&gt;
crazymaidens\.info # requested on talk # 2005-11-12&lt;br /&gt;
villepin2007\.org # requested on talk # 2005-11-15&lt;br /&gt;
robbeklobbe # requested on talk # 2005-11-16&lt;br /&gt;
web524\.beta\.web\.expressmedia\.de # same as above # 2005-11-17&lt;br /&gt;
www\.angelfire\.com\/poetry\/seidel # requested on talk from de: # 2005-12-11&lt;br /&gt;
webloga\.com # requested on talk # 2005-12-11&lt;br /&gt;
lucky7\.to # requested on talk # 2005-12-11&lt;br /&gt;
### EREIAMJH&lt;br /&gt;
&lt;br /&gt;
# ----&lt;br /&gt;
# Brittys wake: Aphaia wrote down them &lt;br /&gt;
fibromyalgie-treffpunkt\.de # spammed on DEWP by 172.180.229.141  &lt;br /&gt;
\.go\.51\.net # spammed on meta: by 222.45.24.152; Chinese spam &lt;br /&gt;
\.freewebpage\.org  # spammed on meta: by 222.45.24.152, 222.45.24.42, Chinese spam&lt;br /&gt;
sexyladies\.eroticalservers\.net # spammed on meta by 217.156.50.242&lt;br /&gt;
www\.amelatine\.com # spammed on fr.wp: reported by AlNo&lt;br /&gt;
ganzao\.88118888\.com # en.wikiquote by 60.26.34.193&lt;br /&gt;
www\.a688\.net&lt;br /&gt;
www\.hsfangzhen\.com&lt;br /&gt;
www\.jifamark\.com\/xhj.htm&lt;br /&gt;
www\.h345\.com\/Hotel&lt;br /&gt;
www\.epackshop\.net &lt;br /&gt;
www\.hzyage\.com&lt;br /&gt;
## specially for Chinese spams ...&lt;br /&gt;
www\.copychina\.cn &lt;br /&gt;
www\.zhkaw\.com&lt;br /&gt;
www\.myseo\.com\.cn&lt;br /&gt;
hz\.livingchina\.cn&lt;br /&gt;
www\.dzsc\.com &lt;br /&gt;
www\.02188888888\.com/itcp009 # on enwikiquote&lt;br /&gt;
www\.1177888888\.com&lt;br /&gt;
www\.isoway-yoga\.com/ # on meta, chinese spam&lt;br /&gt;
www\.seo88\.com # on meta &amp;amp; enwikiquote&lt;br /&gt;
www\.kufurao\.net # on enwq, pprn site&lt;br /&gt;
www\.MatchstickCats\.com # on enwp, reported by Linuxbeak@#wikimedia&lt;br /&gt;
flats\.h1\.ru # on several wikis including en &amp;amp; ruwp, by request&lt;br /&gt;
chinaplay\.org  # On enwq.&lt;br /&gt;
## On Swedish plea, 05-12-31&lt;br /&gt;
www\.games-soft\.net\/sex_games\.html&lt;br /&gt;
www\.2adultflashgames\.com\/&lt;br /&gt;
www\.xtrastats\.com\/webcams\/free-adult-webcam-live-chat\/&lt;br /&gt;
www\.dralex\.info # on lawq&lt;br /&gt;
www\.zya9\.info # on lawq&lt;br /&gt;
&lt;br /&gt;
### Links from Sj, from GV Wiki (http://cyber.law.harvard.edu/globalvoices/wiki) and other MW sites&lt;br /&gt;
#&lt;br /&gt;
#    The .to bandit (prolific; lots of sites)&lt;br /&gt;
# http://cyber.law.harvard.edu/globalvoices/wiki/index.php?title=Global_Voices_Draft_Manifesto&amp;amp;diff=0&lt;br /&gt;
\.go\.to&lt;br /&gt;
\.connect\.to&lt;br /&gt;
\.drive\.to&lt;br /&gt;
\.run\.to&lt;br /&gt;
\.surf\.to&lt;br /&gt;
##    Russian spam&lt;br /&gt;
\.shengen\.ru  # apparently has acceptable uses, but do a google search for the domain&lt;br /&gt;
\.visa-usa\.ru&lt;br /&gt;
\.2x4\.ru&lt;br /&gt;
##    Free russian hosts with acceptable uses&lt;br /&gt;
# \.pp\.ru&lt;br /&gt;
# \.newmail\.ru&lt;br /&gt;
# \.nm\.ru&lt;br /&gt;
# \.chat\.ru&lt;br /&gt;
# \.euro\.ru&lt;br /&gt;
##    Chinese spam&lt;br /&gt;
\.town-china\.cn&lt;br /&gt;
\.anteyi\.cn&lt;br /&gt;
\.atetech\.com\.cn&lt;br /&gt;
\.ic37\.com&lt;br /&gt;
91yg\.com&lt;br /&gt;
51wisdom\.com&lt;br /&gt;
56918\.com&lt;br /&gt;
air520\.com&lt;br /&gt;
021boy\.com&lt;br /&gt;
ywxjm\.com&lt;br /&gt;
\.haole\.cn&lt;br /&gt;
\.gguu\.com&lt;br /&gt;
idc2008\.cn&lt;br /&gt;
google-in-china\.org&lt;br /&gt;
\.dzsc\.com&lt;br /&gt;
##    Others&lt;br /&gt;
\.detox-kit\.com&lt;br /&gt;
\.21jewelry\.com&lt;br /&gt;
\.maclenet\.com&lt;br /&gt;
\.mrjeweller\.us&lt;br /&gt;
\.lxhost\.com&lt;br /&gt;
\.125mb\.com&lt;br /&gt;
\.linemd\.com&lt;br /&gt;
\.buyremedy\.com&lt;br /&gt;
\.fineaction\.com&lt;br /&gt;
online-levitra-4sale\.com&lt;br /&gt;
online-poker\.webpark\.pl&lt;br /&gt;
gambling-forums\.net&lt;br /&gt;
adultfriend\.404host\.com&lt;br /&gt;
homedb\.slife\.com&lt;br /&gt;
info-for-home\.slife\.com&lt;br /&gt;
WTHP[0-9]\.disney\.com  #--(how'd they get those domains?  weird.)&lt;br /&gt;
\.p21\.info&lt;br /&gt;
\.forexhsi\.com&lt;br /&gt;
\.sexy-maidens\.info&lt;br /&gt;
\.tempurpedics\.org&lt;br /&gt;
\.kanod\.com &lt;br /&gt;
\.hilbort\.com&lt;br /&gt;
\.guvax\.com&lt;br /&gt;
\.leronex\.com&lt;br /&gt;
\.sekob\.com&lt;br /&gt;
\.usefulresults\.com&lt;br /&gt;
\.welllook\.com&lt;br /&gt;
\.18servers\.com&lt;br /&gt;
\.ds4a\.com&lt;br /&gt;
\.linemd\.com&lt;br /&gt;
\.sexus\.host&lt;br /&gt;
\.1min\.us&lt;br /&gt;
allfioricet\.com&lt;br /&gt;
allvicodin\.com&lt;br /&gt;
diazepampill\.com &lt;br /&gt;
russia\.webmatrixhosting\.net&lt;br /&gt;
zya9\.info&lt;br /&gt;
\.p2l\.info&lt;br /&gt;
azzacash\.com&lt;br /&gt;
## General hosts with large #s of spambot subdomains, but also useful ones.  Touch choices.&lt;br /&gt;
# \.netfirms\.com # (25+ separate spambot subdomains)&lt;br /&gt;
# \.host\.sk      # (10+ separate spambot subdomains)&lt;br /&gt;
# \.fiberia\.com  # (many separate spambot subdomains)&lt;br /&gt;
# \.webzdarma\.cz # (many)&lt;br /&gt;
# \.sweb\.cz      # (many)&lt;br /&gt;
# \.front\.ru &lt;br /&gt;
# \.narod\.ru &lt;br /&gt;
# \.nonews\.ru&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# --------------------------------------------&lt;br /&gt;
# Korg's section&lt;br /&gt;
#&lt;br /&gt;
white\.prohosting\.com&lt;br /&gt;
4ljd\.info&lt;br /&gt;
buy-cheap-meds\.us&lt;br /&gt;
julie\.xxserv\.com&lt;br /&gt;
pills-pharmacy\.net&lt;br /&gt;
searchterror\.com&lt;br /&gt;
lycos1\.com&lt;br /&gt;
0s48\.info&lt;br /&gt;
torontonian\.com&lt;br /&gt;
1stOK\.com&lt;br /&gt;
# &lt;br /&gt;
# *10a&lt;br /&gt;
vacarreno\.net&lt;br /&gt;
wiki\.servetown\.com&lt;br /&gt;
cumfiesta4\.us&lt;br /&gt;
stadianet\.com&lt;br /&gt;
(asiangirlss|chickens|freeadult69|japanesegirl|matures|onlybestsex|sexgirls|supergirls\d*|wiki|wikipedia)\.servik\.com&lt;br /&gt;
\.fw\.nu&lt;br /&gt;
5g6y\.info&lt;br /&gt;
(alprazolam|ambien|diazepam|valium|xanax|zolpidem)\.daj\.pl&lt;br /&gt;
sex\.hut1\.ru&lt;br /&gt;
vanjatka\.be&lt;br /&gt;
#&lt;br /&gt;
# *20b&lt;br /&gt;
vorbo\.com&lt;br /&gt;
stdhost\.net&lt;br /&gt;
kelly-hosting\.com&lt;br /&gt;
101hosters\.com&lt;br /&gt;
cvh100\.com&lt;br /&gt;
onix1000\.com&lt;br /&gt;
k6je\.info&lt;br /&gt;
# thepiratebay\.org&lt;br /&gt;
# piratebay\.org #test/temp&lt;br /&gt;
w0qb\.info&lt;br /&gt;
#&lt;br /&gt;
# *30c&lt;br /&gt;
redirect\.hm&lt;br /&gt;
drugs\.passingg\.as&lt;br /&gt;
drugs\.isgre\.at&lt;br /&gt;
drugs\.byinter\.net&lt;br /&gt;
drugs\.lowestprices\.at&lt;br /&gt;
drugs\.chickenkiller\.com&lt;br /&gt;
drugs\.ignorelist\.com&lt;br /&gt;
drugs\.mooo\.com&lt;br /&gt;
drugs\.strangled\.net&lt;br /&gt;
[0-9]+\.\S+\.info\/?\s+[0-9]+\s*\]&lt;br /&gt;
#&lt;br /&gt;
# *40d&lt;br /&gt;
lol\.to&lt;br /&gt;
loprox\.atwork\.to&lt;br /&gt;
niaspan\.mrfriendly\.com&lt;br /&gt;
tricor\.athome\.to&lt;br /&gt;
7726\.info&lt;br /&gt;
cc3\.be&lt;br /&gt;
freesexyhouse\.com&lt;br /&gt;
freewebs\.com\/diet-about-diet&lt;br /&gt;
skozlozop\.com&lt;br /&gt;
z0rder\.tripod\.com&lt;br /&gt;
#&lt;br /&gt;
# *50e&lt;br /&gt;
smuttygirls\.info&lt;br /&gt;
f3so\.info&lt;br /&gt;
health-medical\.be&lt;br /&gt;
w9uh\.info&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
#-------------------------------------------------------------------------------------&lt;br /&gt;
# The following is derived from http://wikiblacklist.blogspot.com, thanks guys&lt;br /&gt;
#-------------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
#Top level domains to block: (your choice)&lt;br /&gt;
#\.cn(/|:|$) #china&lt;br /&gt;
#one particular German spammer has been using the next 5 domains:&lt;br /&gt;
#\.de\.ms(/|:|$)&lt;br /&gt;
#\.de\.vu(/|:|$)&lt;br /&gt;
#\.us\.ms(/|:|$)&lt;br /&gt;
#\.de\.nr(/|:|$)&lt;br /&gt;
#\.de\.tc(/|:|$)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#Patterns in urls:&lt;br /&gt;
#   You may also want to add your own profanity filters here.&lt;br /&gt;
#   example: &amp;lt;badword&amp;gt; or look for a dash preceding or following the word: -&amp;lt;badword&amp;gt;&lt;br /&gt;
&lt;br /&gt;
s-e-x&lt;br /&gt;
zoofilia&lt;br /&gt;
xqit&lt;br /&gt;
ganzaoji&lt;br /&gt;
aotubang&lt;br /&gt;
aotebang&lt;br /&gt;
sonnerie&lt;br /&gt;
sexyongpin&lt;br /&gt;
grusskarte&lt;br /&gt;
geburtstagskarten&lt;br /&gt;
animalsex&lt;br /&gt;
sex-with&lt;br /&gt;
dogsex&lt;br /&gt;
adultchat&lt;br /&gt;
adultlive&lt;br /&gt;
camsex&lt;br /&gt;
sexcam&lt;br /&gt;
livesex&lt;br /&gt;
sexchat&lt;br /&gt;
chatsex&lt;br /&gt;
onlinesex&lt;br /&gt;
adultporn&lt;br /&gt;
&lt;br /&gt;
# Removal requested on [[w:User talk:Tim Starling]], for linking to adultvideonews.com&lt;br /&gt;
#adultvideo&lt;br /&gt;
&lt;br /&gt;
adultweb\. # dot added to allow adultweblaw.com&lt;br /&gt;
hardcoresex&lt;br /&gt;
hardcoreporn&lt;br /&gt;
teenporn&lt;br /&gt;
xxxporn&lt;br /&gt;
lesbiansex&lt;br /&gt;
livegirl&lt;br /&gt;
livenude&lt;br /&gt;
livesex&lt;br /&gt;
livevideo&lt;br /&gt;
camgirl&lt;br /&gt;
spycam&lt;br /&gt;
voyeursex&lt;br /&gt;
casino-online&lt;br /&gt;
online-casino&lt;br /&gt;
kontaktlinsen&lt;br /&gt;
cheapest-phone&lt;br /&gt;
laser-eye&lt;br /&gt;
eye-laser&lt;br /&gt;
fuelcellmarket&lt;br /&gt;
lasikclinic&lt;br /&gt;
cragrats&lt;br /&gt;
parishilton&lt;br /&gt;
paris-hilton&lt;br /&gt;
paris-tape&lt;br /&gt;
#janet-jackson ----&amp;gt; removed for blocking official website janet-jackson.com&lt;br /&gt;
#sibel-kekilli&lt;br /&gt;
2large&lt;br /&gt;
oa274&lt;br /&gt;
-horoskop&lt;br /&gt;
# latex- ----&amp;gt; Blocks much related to LaTeX markup language; not a good idea&lt;br /&gt;
fuel-dispenser&lt;br /&gt;
fueling-dispenser&lt;br /&gt;
huojia&lt;br /&gt;
jinxinghj&lt;br /&gt;
telematicsone&lt;br /&gt;
telematiksone&lt;br /&gt;
a-mortgage&lt;br /&gt;
# 1stop-   ----&amp;gt; removed for being overly broad&lt;br /&gt;
diamondabrasives&lt;br /&gt;
reuterbrook&lt;br /&gt;
sex-plugin&lt;br /&gt;
sex-zone&lt;br /&gt;
lazy-stars&lt;br /&gt;
eblja&lt;br /&gt;
liuhecai&lt;br /&gt;
buy-viagra&lt;br /&gt;
&lt;br /&gt;
# These won't work with MediaWiki:&lt;br /&gt;
#-pics\.com(/|:|$)&lt;br /&gt;
#\.[0-9]+\.com(/|:|$) #domain is only numbers&lt;br /&gt;
#\.[0-9]+\.net(/|:|$)&lt;br /&gt;
#-[a-z]+\.biz(/|:|$)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#Other specific domains:&lt;br /&gt;
&lt;br /&gt;
west263\.com&lt;br /&gt;
firmasiden\.com&lt;br /&gt;
ttmr\.com&lt;br /&gt;
gangchenpa\.com&lt;br /&gt;
ibada\.org&lt;br /&gt;
sd1718\.com&lt;br /&gt;
huaxianame\.com&lt;br /&gt;
tour[0-9]+\.com&lt;br /&gt;
chinese-pesticide\.com&lt;br /&gt;
jsgmt\.com&lt;br /&gt;
rmbrmb\.com&lt;br /&gt;
ndtek\.com&lt;br /&gt;
ynkm-trip\.com&lt;br /&gt;
euyn\.com&lt;br /&gt;
e-fanyi\.com&lt;br /&gt;
huangshan\.com&lt;br /&gt;
hssight\.com&lt;br /&gt;
changyuansh\.com&lt;br /&gt;
ynsw\.com&lt;br /&gt;
datianmachine\.com&lt;br /&gt;
ad-ope\.com&lt;br /&gt;
ama-son\.com&lt;br /&gt;
microzovd\.com&lt;br /&gt;
smut\.com&lt;br /&gt;
#\.4t\.com          #conflicted with link at en Number_of_the_Beast_(numerology)&lt;br /&gt;
haugeprint\.co\.uk&lt;br /&gt;
logical-planet\.co\.uk&lt;br /&gt;
-luxuries\.co\.uk&lt;br /&gt;
playbest\.de&lt;br /&gt;
ja-ac\.com&lt;br /&gt;
attapulgite\.org&lt;br /&gt;
international-pharma\.com&lt;br /&gt;
51crab\.com&lt;br /&gt;
touchcn\.net&lt;br /&gt;
click\.com\.es&lt;br /&gt;
cmd365\.com&lt;br /&gt;
sensmagnets\.com&lt;br /&gt;
cnliandong\.com&lt;br /&gt;
szsuun\.com&lt;br /&gt;
blueattain\.com&lt;br /&gt;
color4day\.com&lt;br /&gt;
rorta\.com&lt;br /&gt;
worldinternational\.co\.uk&lt;br /&gt;
abiao\.name&lt;br /&gt;
aaff\.net&lt;br /&gt;
aagg\.net&lt;br /&gt;
atb\.name&lt;br /&gt;
attapulgite\.com&lt;br /&gt;
yucaibooks\.com&lt;br /&gt;
bjicp\.net&lt;br /&gt;
[0-9]+epson\.com&lt;br /&gt;
newboyu\.com&lt;br /&gt;
# [0-9]+books\.com # 2100books.com is ok&lt;br /&gt;
digital-projector\.net&lt;br /&gt;
ponytest\.com&lt;br /&gt;
[0-9]+flower\.com&lt;br /&gt;
nbflashlights\.com&lt;br /&gt;
-bidet\.com&lt;br /&gt;
google163\.net&lt;br /&gt;
geciwu\.com&lt;br /&gt;
enjoyguilin\.com&lt;br /&gt;
burningcar\.net&lt;br /&gt;
csetouch\.com&lt;br /&gt;
lvhang\.com&lt;br /&gt;
cnttec\.com&lt;br /&gt;
sinosyn\.com&lt;br /&gt;
black-eyes\.net&lt;br /&gt;
86ieta\.com&lt;br /&gt;
bjyiwang\.com&lt;br /&gt;
reputek\.com&lt;br /&gt;
autumncom\.com&lt;br /&gt;
sun-sand-sea\.com&lt;br /&gt;
jiatugz\.com&lt;br /&gt;
chenguang-cn\.com&lt;br /&gt;
shangguanhong\.com&lt;br /&gt;
payono\.com&lt;br /&gt;
anttm\.com&lt;br /&gt;
sharella\.com&lt;br /&gt;
yesmeaning\.com&lt;br /&gt;
bj-dzjp\.com&lt;br /&gt;
cn-fireplace\.com&lt;br /&gt;
si-bay\.com&lt;br /&gt;
overseas-edu\.com&lt;br /&gt;
iron-world\.com&lt;br /&gt;
cnyunge\.com&lt;br /&gt;
cnwinch\.com&lt;br /&gt;
rongpeng\.com&lt;br /&gt;
pasco-stationery\.com&lt;br /&gt;
accessories-car\.com&lt;br /&gt;
chinese-suppliers\.com&lt;br /&gt;
chinalifting\.com&lt;br /&gt;
blogletters\.com&lt;br /&gt;
shop\.tc&lt;br /&gt;
uvinewine\.co\.uk&lt;br /&gt;
couponmountain\.com&lt;br /&gt;
hukuki\.net&lt;br /&gt;
gift800\.net&lt;br /&gt;
mmyou\.com&lt;br /&gt;
chinamimi\.net&lt;br /&gt;
7csun\.com&lt;br /&gt;
fimdainternet\.com\.br&lt;br /&gt;
allwoodoxford\.com&lt;br /&gt;
cornishholidaysuk\.com&lt;br /&gt;
169xp.com&lt;br /&gt;
silberhochzeit\.de\.nr&lt;br /&gt;
-diaeten\.de\.vu&lt;br /&gt;
-testen\.de\.ms&lt;br /&gt;
malvorlagen\.de\.ms&lt;br /&gt;
-kochrezepte\.de\.vu&lt;br /&gt;
abnehmen\.freeweb-hosting\.com&lt;br /&gt;
hintergrundbilder\.us\.ms&lt;br /&gt;
waycn\.com&lt;br /&gt;
dealcn\.com&lt;br /&gt;
artsdeal\.com&lt;br /&gt;
stonedeal\.com&lt;br /&gt;
decorationsexport\.com&lt;br /&gt;
nikeproduct\.com&lt;br /&gt;
shoesbuynow\.com&lt;br /&gt;
seekcn\.net&lt;br /&gt;
tupianwu\.com&lt;br /&gt;
ling8\.com&lt;br /&gt;
ok8\.org&lt;br /&gt;
dirhot\.com&lt;br /&gt;
kan365\.com&lt;br /&gt;
yuding\.org&lt;br /&gt;
sex-fu\.com&lt;br /&gt;
geneostar\.com&lt;br /&gt;
a--e\.com&lt;br /&gt;
card-lottery\.org&lt;br /&gt;
nikeshoesshop\.com&lt;br /&gt;
nikesupplier\.com&lt;br /&gt;
top-point\.net&lt;br /&gt;
ukex\.net&lt;br /&gt;
yedian\.com&lt;br /&gt;
contake\.com&lt;br /&gt;
ulcer\.by\.ru&lt;br /&gt;
ulcer\.ws&lt;br /&gt;
loverussianwife\.com&lt;br /&gt;
gt-lite\.com&lt;br /&gt;
flowerwish\.com&lt;br /&gt;
sec-battery\.co\.uk&lt;br /&gt;
-hire\.co\.uk&lt;br /&gt;
tcom-control\.co\.uk&lt;br /&gt;
parkersexecutivecar\.co\.uk&lt;br /&gt;
beaumont-bar\.co\.uk&lt;br /&gt;
owaceilings\.co\.uk&lt;br /&gt;
jgc-network\.co\.uk&lt;br /&gt;
execsoft-software\.co\.uk&lt;br /&gt;
bodet-clocks\.co\.uk&lt;br /&gt;
buzz-hotels\.co\.uk&lt;br /&gt;
longcrossgroup\.co\.uk&lt;br /&gt;
reuterbrook\.co\.uk&lt;br /&gt;
pantandsocks\.co\.uk&lt;br /&gt;
bjrealcolor\.com&lt;br /&gt;
efuchina\.com&lt;br /&gt;
21cnmanager\.com&lt;br /&gt;
xunte\.com&lt;br /&gt;
aclas\.com&lt;br /&gt;
radi-instrument\.com&lt;br /&gt;
wbzj\.com&lt;br /&gt;
marketingbetter\.com&lt;br /&gt;
topcel-battery\.com&lt;br /&gt;
23mr\.com&lt;br /&gt;
bennettchina\.com&lt;br /&gt;
luckyarn\.com&lt;br /&gt;
shgoto\.com&lt;br /&gt;
battery-oem\.com&lt;br /&gt;
shgoto\.com&lt;br /&gt;
kingview\.com&lt;br /&gt;
hlhologram\.com&lt;br /&gt;
haiz\.com&lt;br /&gt;
jiasongmachine\.com&lt;br /&gt;
fiporter\.com&lt;br /&gt;
brightking\.com&lt;br /&gt;
lily-bearing\.com&lt;br /&gt;
waysvalves\.com&lt;br /&gt;
hy-chem\.net&lt;br /&gt;
v2tech\.com&lt;br /&gt;
pumpvalveworld\.com&lt;br /&gt;
flashfun\.com&lt;br /&gt;
eastdb\.com&lt;br /&gt;
[0-9]+fang\.com&lt;br /&gt;
\.omnia\.co\.uk&lt;br /&gt;
shopper-jobs\.us&lt;br /&gt;
-outlet\.de&lt;br /&gt;
#-spiele\.de&lt;br /&gt;
-kaufen\.de&lt;br /&gt;
-partner\.nl&lt;br /&gt;
-partner\.de&lt;br /&gt;
-partner\.se&lt;br /&gt;
bjedin\.com&lt;br /&gt;
vivaful\.com&lt;br /&gt;
googlead\.com&lt;br /&gt;
21cnbj\.com&lt;br /&gt;
packmc\.com&lt;br /&gt;
dnsvhost\.com&lt;br /&gt;
2kdata\.com&lt;br /&gt;
raiddata\.com&lt;br /&gt;
nactech\.com&lt;br /&gt;
markemiah\.com&lt;br /&gt;
jobbnu\.com&lt;br /&gt;
ifamen\.com&lt;br /&gt;
hrbyly\.com&lt;br /&gt;
firmasiden\.com&lt;br /&gt;
bpzj\.com&lt;br /&gt;
bnuteacher\.com&lt;br /&gt;
datasoon\.com&lt;br /&gt;
butianshi\.com&lt;br /&gt;
iqwork\.com&lt;br /&gt;
uswebdata\.com&lt;br /&gt;
bnuol\.com&lt;br /&gt;
hddata\.com&lt;br /&gt;
by-and-by\.com&lt;br /&gt;
egyway\.com&lt;br /&gt;
xxx\.biz&lt;br /&gt;
bucuo\.net&lt;br /&gt;
# -china\.com ---&amp;gt; removed for being overly broad&lt;br /&gt;
cqhyjx\.com&lt;br /&gt;
qjfy\.com&lt;br /&gt;
guilintour\.net&lt;br /&gt;
360e\.net&lt;br /&gt;
chinajack\.com&lt;br /&gt;
jiefo\.com&lt;br /&gt;
web136\.net&lt;br /&gt;
hyey\.com&lt;br /&gt;
china-crestron\.com&lt;br /&gt;
fif-relay\.com&lt;br /&gt;
power-steering-pump\.com&lt;br /&gt;
xiaogang\.com&lt;br /&gt;
happysport\.com&lt;br /&gt;
cn006\.com&lt;br /&gt;
web136\.net&lt;br /&gt;
ittea\.net&lt;br /&gt;
mysunmun\.com&lt;br /&gt;
luck-star\.com&lt;br /&gt;
hailuo\.net&lt;br /&gt;
jnjlnet\.com&lt;br /&gt;
.sx98\.com&lt;br /&gt;
21cnbj\.com&lt;br /&gt;
cnsepm\.com&lt;br /&gt;
pdjt\.com&lt;br /&gt;
hjbt\.com&lt;br /&gt;
jsags\.com&lt;br /&gt;
bzsf\.com&lt;br /&gt;
cn-mzc\.com&lt;br /&gt;
yi-tong\.com&lt;br /&gt;
runtudyes\.com&lt;br /&gt;
cghyjx\.com&lt;br /&gt;
hegao\.com&lt;br /&gt;
star-machinery\.net&lt;br /&gt;
jitianmachine\.com&lt;br /&gt;
fultrust\.com&lt;br /&gt;
wx-e\.com&lt;br /&gt;
nahoku\.com&lt;br /&gt;
blogeasy\.com&lt;br /&gt;
paidsurveysforall\.com&lt;br /&gt;
isourceindia\.com&lt;br /&gt;
thuriam\.com&lt;br /&gt;
swellongtools\.com&lt;br /&gt;
tlup\.com&lt;br /&gt;
szhicom\.net&lt;br /&gt;
inflatables-china\.com&lt;br /&gt;
yourgoogle\.com&lt;br /&gt;
transcosmo\.com&lt;br /&gt;
ty9run\.com&lt;br /&gt;
ad-www\.com&lt;br /&gt;
10000s\.com&lt;br /&gt;
allwally.com&lt;br /&gt;
togoogle\.net&lt;br /&gt;
jiayinte\.com&lt;br /&gt;
pkuyy\.com&lt;br /&gt;
ebani\.com&lt;br /&gt;
52wenxue\.com&lt;br /&gt;
casino-online-on-line\.com&lt;br /&gt;
eczz\.com&lt;br /&gt;
211\.157\.35\.153&lt;br /&gt;
musica\.org\.es&lt;br /&gt;
\.y365\.com # Added the first dot to avoid overbroad blocking&lt;br /&gt;
-cam\.us&lt;br /&gt;
-cam-chat\.com&lt;br /&gt;
-chat-room\.us&lt;br /&gt;
-chat-live\.com&lt;br /&gt;
-chat-room\.com&lt;br /&gt;
-cams\.com&lt;br /&gt;
-amateur\.com&lt;br /&gt;
-webcams\.com&lt;br /&gt;
#-show\.com # disabled by brion, 2005-06-12, as it conflicts with good addrs&lt;br /&gt;
-cam\.com&lt;br /&gt;
-chat\.com&lt;br /&gt;
xyzdown\.com&lt;br /&gt;
boxget\.net&lt;br /&gt;
swan-storage\.com&lt;br /&gt;
china57\.com&lt;br /&gt;
touch168\.com&lt;br /&gt;
fly-sky\.com&lt;br /&gt;
ancientmoods\.com&lt;br /&gt;
zhanao\.com&lt;br /&gt;
easthome\.com&lt;br /&gt;
putixin\.com&lt;br /&gt;
d-secure\.com&lt;br /&gt;
dadaposter\.com&lt;br /&gt;
gongsizhuce\.com&lt;br /&gt;
huifu\.com&lt;br /&gt;
cnnttm\.com&lt;br /&gt;
soonlink\.net&lt;br /&gt;
cnbjflower\.com&lt;br /&gt;
huojia315\.com&lt;br /&gt;
sexeach\.com&lt;br /&gt;
branson-china\.com&lt;br /&gt;
lycos\.co\.uk/elo575&lt;br /&gt;
lycos\.es/migmigmig&lt;br /&gt;
lycos\.nl/pierre141&lt;br /&gt;
easyspace\.com/hkl&lt;br /&gt;
lj5\.net&lt;br /&gt;
beijingxinfa\.com&lt;br /&gt;
88888\.net&lt;br /&gt;
xzyrack\.com&lt;br /&gt;
sinrui\.com&lt;br /&gt;
bjjingtu\.com&lt;br /&gt;
dfrog\.be&lt;br /&gt;
-frauentag\.de\.sr&lt;br /&gt;
zonemu\.com&lt;br /&gt;
3sex-zone\.com&lt;br /&gt;
lazy-stars\.com&lt;br /&gt;
eblja\.com&lt;br /&gt;
sexy-eblja\.com&lt;br /&gt;
microzovd\.com&lt;br /&gt;
ama-son\.com&lt;br /&gt;
ad-ope\.com&lt;br /&gt;
lariska-porn\.com&lt;br /&gt;
-topliste\.com&lt;br /&gt;
tintenpatronen\.tv&lt;br /&gt;
strapse\.tv&lt;br /&gt;
zhongzhibiotech\.com&lt;br /&gt;
creator-cg\.com&lt;br /&gt;
sfcomm\.com&lt;br /&gt;
telogis\.com&lt;br /&gt;
dnsasp\.com&lt;br /&gt;
100free\.com&lt;br /&gt;
sixmarklhc\.org&lt;br /&gt;
-casino-chips\.com&lt;br /&gt;
pv365\.com&lt;br /&gt;
365pv\.com&lt;br /&gt;
pump365\.com&lt;br /&gt;
valve365\.com&lt;br /&gt;
bengfawang\.com&lt;br /&gt;
magnus-automation\.com&lt;br /&gt;
thaistudy\.net&lt;br /&gt;
think-t\.com&lt;br /&gt;
newstyle-w\.com&lt;br /&gt;
writerlw\.com&lt;br /&gt;
ly-yufeng\.com&lt;br /&gt;
lnhbsb\.com&lt;br /&gt;
dfhb\.com&lt;br /&gt;
xinpushihua\.com&lt;br /&gt;
casters-net\.com&lt;br /&gt;
amwaypower\.com&lt;br /&gt;
vita-biotech\.com&lt;br /&gt;
google123\.net&lt;br /&gt;
900house\.com&lt;br /&gt;
globalfbc\.com&lt;br /&gt;
xiloo\.com&lt;br /&gt;
xagoogle\.com&lt;br /&gt;
dvdcn\.net&lt;br /&gt;
xiaji\.net&lt;br /&gt;
guilinhotel\.info&lt;br /&gt;
nanting\.com&lt;br /&gt;
news123\.org&lt;br /&gt;
midiwu\.com&lt;br /&gt;
huola\.com&lt;br /&gt;
bjhsdx\.com&lt;br /&gt;
51zhengxing\.net&lt;br /&gt;
dongdao\.net&lt;br /&gt;
kredit-magazin\.com&lt;br /&gt;
dprktime\.com&lt;br /&gt;
lookupcars\.co\.uk&lt;br /&gt;
china2house\.com&lt;br /&gt;
buch5\.com&lt;br /&gt;
-watch-china\.org&lt;br /&gt;
dacash\.com&lt;br /&gt;
omeida\.com&lt;br /&gt;
ck100\.com&lt;br /&gt;
huihualin\.com&lt;br /&gt;
chindata\.com&lt;br /&gt;
tonzh\.com&lt;br /&gt;
51zhengxing\.net&lt;br /&gt;
raise-win\.com&lt;br /&gt;
approachina\.com&lt;br /&gt;
bjacca\.com&lt;br /&gt;
tmrr\.com&lt;br /&gt;
1annonce\.com&lt;br /&gt;
sunstar\.ws&lt;br /&gt;
cock\.ws&lt;br /&gt;
adp6\.co\.uk&lt;br /&gt;
gatewaytotheorient\.com&lt;br /&gt;
domesticgear\.com&lt;br /&gt;
aajj\.net&lt;br /&gt;
aauu\.net&lt;br /&gt;
kykdz\.com&lt;br /&gt;
china-crawfish\.com&lt;br /&gt;
in-net\.ws&lt;br /&gt;
yahoo\.com/a1likostar&lt;br /&gt;
yahoo\.com/a0cany_2004&lt;br /&gt;
yahoo\.com/a00poleroid&lt;br /&gt;
yahoo\.com/a00asaz&lt;br /&gt;
yahoo\.com/a0_00leksa&lt;br /&gt;
yahoo\.com/stoons_cartoon&lt;br /&gt;
yahoo\.com/skystarpilot&lt;br /&gt;
yahoo\.com/klirinc&lt;br /&gt;
yahoo\.com/fhkdfohjdfhk&lt;br /&gt;
yahoo\.com/freekeramika&lt;br /&gt;
yahoo\.com/aikishot&lt;br /&gt;
les-mas-de-provence\.com&lt;br /&gt;
mp3prof\.com&lt;br /&gt;
fullhentaimovies\.net&lt;br /&gt;
-hentai\.net&lt;br /&gt;
tartkartong\.com&lt;br /&gt;
-cartoon\.com&lt;br /&gt;
macdostu\.com&lt;br /&gt;
disney-toons\.com&lt;br /&gt;
cn4e\.com&lt;br /&gt;
hzsaite\.com&lt;br /&gt;
shjiajiao\.com&lt;br /&gt;
myetang\.com&lt;br /&gt;
locloso\.com&lt;br /&gt;
bzzt\.net&lt;br /&gt;
zoosex\.net&lt;br /&gt;
knasweb\.se&lt;br /&gt;
marnkad\.nu&lt;br /&gt;
84g\.com&lt;br /&gt;
4acn\.com&lt;br /&gt;
in-sexstory\.com&lt;br /&gt;
pics69\.com&lt;br /&gt;
rp-story\.com&lt;br /&gt;
-preisvergleich\.de&lt;br /&gt;
price-comparison\.com&lt;br /&gt;
cupfart\.net&lt;br /&gt;
categoryshop\.com&lt;br /&gt;
rake-back\.com&lt;br /&gt;
clubducati\.com&lt;br /&gt;
virgoans\.co\.uk&lt;br /&gt;
grandads\.co\.uk&lt;br /&gt;
5p\.org\.uk&lt;br /&gt;
noisybrain\.tv&lt;br /&gt;
3xx\.org&lt;br /&gt;
baby-sleep\.us&lt;br /&gt;
eq-1\.usrecipes&lt;br /&gt;
online-web-detective\.com&lt;br /&gt;
pop-the-question\.us&lt;br /&gt;
gooddy-images\.com&lt;br /&gt;
catering\.better-living\.us&lt;br /&gt;
ultrawiredsex\.com&lt;br /&gt;
apache-stuff\.com&lt;br /&gt;
css-stuff\.com&lt;br /&gt;
pythoninfo\.com&lt;br /&gt;
ushummingbirds&lt;br /&gt;
usfederal-firearms-license&lt;br /&gt;
black-sex-teen\.com&lt;br /&gt;
wislearn\.tv&lt;br /&gt;
popkalaset\.nu&lt;br /&gt;
tgpoverdose\.com&lt;br /&gt;
porrposten\.com&lt;br /&gt;
helena\.lindskog\.ws&lt;br /&gt;
vscorp\.com&lt;br /&gt;
realestatecds\.com&lt;br /&gt;
letscompareit\.com&lt;br /&gt;
archive4mail\.com&lt;br /&gt;
funeral-planning\.us&lt;br /&gt;
spytek\.tv&lt;br /&gt;
annonsplatsen\.nu&lt;br /&gt;
internet-world\.nu&lt;br /&gt;
de-lete\.tv&lt;br /&gt;
puttel\.com&lt;br /&gt;
vastra\.nu&lt;br /&gt;
quality\.nu&lt;br /&gt;
nudotnetguy&lt;br /&gt;
save-money\.ws&lt;br /&gt;
brig\.nu&lt;br /&gt;
helena\.lindskog\.ws&lt;br /&gt;
pics-of\.com&lt;br /&gt;
pics-of\.org&lt;br /&gt;
pictures-free\.org&lt;br /&gt;
wic\.nu&lt;br /&gt;
xvil\.tv&lt;br /&gt;
vetskapskoltema\.nu&lt;br /&gt;
mauraders\.nu&lt;br /&gt;
# usstop-your-divorce&lt;br /&gt;
etrafik\.com&lt;br /&gt;
everythingonweb\.net&lt;br /&gt;
a-z-how-to\.us&lt;br /&gt;
day0\.comcatch-a-cheat&lt;br /&gt;
states\.hostrocket\.com&lt;br /&gt;
sew-roman-shades\.com&lt;br /&gt;
medica-center\.com&lt;br /&gt;
google8\.net&lt;br /&gt;
websitedesigningpromotion\.com&lt;br /&gt;
bahraichfun\.com&lt;br /&gt;
thewebbrains\.com&lt;br /&gt;
overseaspharmacy\.com&lt;br /&gt;
biztravels\.com&lt;br /&gt;
ceramic-mugs\.com&lt;br /&gt;
governmentgrants-us\.com&lt;br /&gt;
justsweatshirts\.com&lt;br /&gt;
tmlawoffices\.com&lt;br /&gt;
gccgle\.com&lt;br /&gt;
lingeriesex\.org&lt;br /&gt;
monolove\.org&lt;br /&gt;
sweetadultpics\.com&lt;br /&gt;
pansat2300\.com&lt;br /&gt;
dvbcardgroup\.com&lt;br /&gt;
bsdseek\.com&lt;br /&gt;
flashworm\.com&lt;br /&gt;
kkktv\.com&lt;br /&gt;
qqbug\.com&lt;br /&gt;
drusearch\.com&lt;br /&gt;
gopages\.net&lt;br /&gt;
pornxxxsearch\.com&lt;br /&gt;
# divaporn\.com&lt;br /&gt;
virginsplanet\.com&lt;br /&gt;
# porn\.com&lt;br /&gt;
porn\.biz&lt;br /&gt;
porn\.us&lt;br /&gt;
realyoungboy\.com&lt;br /&gt;
olderlady\.net&lt;br /&gt;
dominatrix-domination\.com&lt;br /&gt;
mailorder-steroids\.com&lt;br /&gt;
contactlensesprice\.com&lt;br /&gt;
xmyyz\.com&lt;br /&gt;
lct3000\.com&lt;br /&gt;
wuyue\.cn&lt;br /&gt;
curtainnet\.com&lt;br /&gt;
toobis\.com&lt;br /&gt;
netsurf\.ru&lt;br /&gt;
&lt;br /&gt;
#-------------------------------------------------------------------------------------&lt;br /&gt;
########                                                                      &lt;br /&gt;
##                          More recent lists and additions                       &lt;br /&gt;
########                                                                      &lt;br /&gt;
#-------------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# http://meta.wikimedia.org/w/index.php?title=Special:Contributions&amp;amp;target=81.214.99.44&lt;br /&gt;
xxx-me\.info&lt;br /&gt;
thirty-one\.info&lt;br /&gt;
&lt;br /&gt;
# Added by Yann from Foenyx request&lt;br /&gt;
m0re\.net&lt;br /&gt;
&lt;br /&gt;
# Added by elian on Achim's request (de:)&lt;br /&gt;
hagensafrika\.de&lt;br /&gt;
&lt;br /&gt;
# Added by Brion from spam by 82.140.103.144&lt;br /&gt;
# http://meta.wikimedia.org/w/index.php?title=Help:Editing&amp;amp;diff=123052&amp;amp;oldid=123041&lt;br /&gt;
b0ne\.com&lt;br /&gt;
slyip\.net&lt;br /&gt;
gotgeeks\.com&lt;br /&gt;
3d-game\.com&lt;br /&gt;
is-a-geek\.com&lt;br /&gt;
soma\.homelinux\.com&lt;br /&gt;
ultram\.serveftp\.com # restricted to subdomain ultram - Andre Engels, 2005-08-09&lt;br /&gt;
myvnc\.com&lt;br /&gt;
mobic\.sytes\.net&lt;br /&gt;
naproxen\.zapto\.org&lt;br /&gt;
&lt;br /&gt;
# Added by Yann on 09.05.2005&lt;br /&gt;
# http://ml.wikipedia.org/w/index.php?title=Wikipedia:Sandbox&amp;amp;diff=2847&amp;amp;oldid=2846&lt;br /&gt;
utenti\.lycos\.it/pills1&lt;br /&gt;
&lt;br /&gt;
# Added by brion may 23, 2005&lt;br /&gt;
# attacking many 3rd-party sites&lt;br /&gt;
p2l\.info&lt;br /&gt;
&lt;br /&gt;
# Added by brion may 25, 2005&lt;br /&gt;
# http://meta.wikimedia.org/w/index.php?title=Special:Contributions&amp;amp;target=82.77.137.102&lt;br /&gt;
# http://meta.wikimedia.org/w/index.php?title=Talk:Video_policy&amp;amp;diff=0&lt;br /&gt;
# http://meta.wikimedia.org/w/index.php?title=User:Brynosaurus&amp;amp;diff=prev&amp;amp;oldid=135137&lt;br /&gt;
qx5\.net&lt;br /&gt;
&lt;br /&gt;
# Added by brion may 27, 2005&lt;br /&gt;
# spam by 218.82.139.237 on http://en.wikinews.org/wiki/Interwiki (deleted)&lt;br /&gt;
\.117000\.com&lt;br /&gt;
\.126hao\.com&lt;br /&gt;
\.51lac\.com&lt;br /&gt;
\.52lac\.net&lt;br /&gt;
\.563000\.com&lt;br /&gt;
\.606162\.com&lt;br /&gt;
\.70678\.com&lt;br /&gt;
\.77556\.net&lt;br /&gt;
\.borncompany\.com&lt;br /&gt;
\.chinacarcenter\.net&lt;br /&gt;
\.cncarcenter\.com&lt;br /&gt;
\.cnticket\.net&lt;br /&gt;
\.companyforyou\.com&lt;br /&gt;
\.curevitiligo\.com&lt;br /&gt;
\.dela88\.com&lt;br /&gt;
\.designatchina\.com&lt;br /&gt;
\.dreamathk\.com&lt;br /&gt;
\.dreamatsh\.com&lt;br /&gt;
\.dreamhk\.org&lt;br /&gt;
\.duweb\.w2\.ftpcn\.cn&lt;br /&gt;
\.goodticket\.org&lt;br /&gt;
\.googletosh\.org&lt;br /&gt;
\.haungsanok\.com&lt;br /&gt;
\.jptrip\.org&lt;br /&gt;
\.myshcompany\.com&lt;br /&gt;
\.okcompany\.org&lt;br /&gt;
\.okrentcar\.org&lt;br /&gt;
\.postdream\.org&lt;br /&gt;
\.printingok\.net&lt;br /&gt;
\.ptrip\.net&lt;br /&gt;
\.regsh\.com&lt;br /&gt;
\.rentbuscompany\.net&lt;br /&gt;
\.rentcarcenter\.com&lt;br /&gt;
\.rentcarok\.org&lt;br /&gt;
\.shbuscenter\.com&lt;br /&gt;
\.shcarcenter\.com&lt;br /&gt;
\.shrentcar\.com&lt;br /&gt;
\.shticketcenter\.com&lt;br /&gt;
\.shtranslate\.com&lt;br /&gt;
\.ticketcenter\.cn&lt;br /&gt;
\.translatebbs\.com&lt;br /&gt;
\.tripto\.com&lt;br /&gt;
\.tt001\.com&lt;br /&gt;
\.tt002\.com&lt;br /&gt;
\.tt003\.com&lt;br /&gt;
\.tt004\.com&lt;br /&gt;
\.tt005\.com&lt;br /&gt;
\.utranslate\.org&lt;br /&gt;
\.utranslation\.net&lt;br /&gt;
&lt;br /&gt;
# added by brion, 2005-06-04&lt;br /&gt;
# http://meta.wikimedia.org/wiki/Special:Contributions/Bjgyg&lt;br /&gt;
bjicp\.org&lt;br /&gt;
lucking\.com\.cn&lt;br /&gt;
&lt;br /&gt;
# added by brion, 2005-06-10&lt;br /&gt;
# http://sk.wiktionary.org/w/index.php?title=Connection&amp;amp;oldid=2678&lt;br /&gt;
17ip\.com&lt;br /&gt;
bj-united\.com\.cn&lt;br /&gt;
carlack\.cn&lt;br /&gt;
cnpeonyflowers\.com&lt;br /&gt;
hsdvi\.com&lt;br /&gt;
husemachinery\.com&lt;br /&gt;
tzonline\.cn&lt;br /&gt;
tzpet\.com\.cn&lt;br /&gt;
x-rainbow\.com\.cn&lt;br /&gt;
yorkinstrument\.com&lt;br /&gt;
&lt;br /&gt;
# in zh wp many, 2005-06-09&lt;br /&gt;
hg-fix\.com&lt;br /&gt;
hgfix\.org&lt;br /&gt;
hg-fix\.org&lt;br /&gt;
wxzgyb\.com&lt;br /&gt;
yy-ls\.com&lt;br /&gt;
xd-fw\.com&lt;br /&gt;
hdchina\.com&lt;br /&gt;
gmldsb\.com&lt;br /&gt;
tljsrq\.com&lt;br /&gt;
ryhgsb\.com&lt;br /&gt;
&lt;br /&gt;
#added on request of FoeNyx&lt;br /&gt;
crazypussy\.info&lt;br /&gt;
&lt;br /&gt;
# added by brion, 2005-06-14&lt;br /&gt;
# http://meta.wikimedia.org/w/index.php?title=Special:Contributions&amp;amp;target=81.214.170.20&lt;br /&gt;
\.mysweetie\.info&lt;br /&gt;
&lt;br /&gt;
# added by brion, 2005-06-24&lt;br /&gt;
# http://en.wikipedia.org/wiki/Special:Contributions/195.162.39.2&lt;br /&gt;
\.xl\.ru&lt;br /&gt;
&lt;br /&gt;
# added by shizhao, 2005-06-28&lt;br /&gt;
# http://zh.wikipedia.org/wiki/Special:Contributions/61.51.133.137&lt;br /&gt;
readnovel\.com&lt;br /&gt;
&lt;br /&gt;
# in zh wp many, 2005-06-28&lt;br /&gt;
4394\.com&lt;br /&gt;
48123\.com&lt;br /&gt;
tm003\.com&lt;br /&gt;
18019\.com&lt;br /&gt;
5ball\.org&lt;br /&gt;
001003\.com&lt;br /&gt;
67067\.com&lt;br /&gt;
15016\.com&lt;br /&gt;
6y7y\.com&lt;br /&gt;
p003\.com&lt;br /&gt;
2y3y\.com&lt;br /&gt;
tm259\.com&lt;br /&gt;
33044\.com&lt;br /&gt;
11033\.com&lt;br /&gt;
49sms\.com&lt;br /&gt;
530sms\.com&lt;br /&gt;
&lt;br /&gt;
# http://meta.wikimedia.org/w/index.php?title=Special:Contributions&amp;amp;target=81.214.166.90&lt;br /&gt;
goodasses\.info&lt;br /&gt;
&lt;br /&gt;
# Added by Raul654 6/28/05&lt;br /&gt;
crazyabouttv\.com&lt;br /&gt;
&lt;br /&gt;
# Added by shizhao 7/4/05 to 7/9/05&lt;br /&gt;
167bt\.com&lt;br /&gt;
\.bitspirit\.com\.cn&lt;br /&gt;
tencent\.cc&lt;br /&gt;
00856\.com&lt;br /&gt;
&lt;br /&gt;
#spamming lots of wikis from different IPs&lt;br /&gt;
fidosoft\.de&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Added by shizhao 7/19/05&lt;br /&gt;
zggift\.com&lt;br /&gt;
buy214\.com&lt;br /&gt;
lmlqzs\.com&lt;br /&gt;
7b\.net\.cn&lt;br /&gt;
51flower\.cn&lt;br /&gt;
lmlqzs\.com&lt;br /&gt;
1car\.cn&lt;br /&gt;
lmzg\.cn&lt;br /&gt;
66guilin\.com&lt;br /&gt;
mojw\.com&lt;br /&gt;
zzhxsb\.com&lt;br /&gt;
bjshunsui\.com&lt;br /&gt;
qhycchina\.com&lt;br /&gt;
9s6\.com&lt;br /&gt;
fullmelon\.com&lt;br /&gt;
xuemeipaper\.com&lt;br /&gt;
sem\.org\.cn&lt;br /&gt;
ecyy\.com&lt;br /&gt;
ecyy\.cn&lt;br /&gt;
&lt;br /&gt;
# Added by Andre Engels 7/20/05&lt;br /&gt;
sexkanjer\.nl # sexspammer on nl&lt;br /&gt;
show-your-pussy&lt;br /&gt;
&lt;br /&gt;
nerdcamp\.net&lt;br /&gt;
duplo\.dnip\.net&lt;br /&gt;
funnydog\.prettyfar\.com&lt;br /&gt;
zenno\.info&lt;br /&gt;
shemtop\.bpa\.nu&lt;br /&gt;
&lt;br /&gt;
# Added by Raul654 7/26/05&lt;br /&gt;
kqueue\.dnip\.net&lt;br /&gt;
&lt;br /&gt;
# Added by Datrio 8/4/05&lt;br /&gt;
nonews\.ru&lt;br /&gt;
mixmeteo\.ru&lt;br /&gt;
sealse\.com&lt;br /&gt;
serjen\.com&lt;br /&gt;
es-standart\.com&lt;br /&gt;
\.static\.net&lt;br /&gt;
&lt;br /&gt;
# Added by UninvitedCompany 8/5/05&lt;br /&gt;
-handys\.de &lt;br /&gt;
handy-fun\.tk &lt;br /&gt;
handy-kaufhaus\.tk &lt;br /&gt;
hostfuck\.com&lt;br /&gt;
&lt;br /&gt;
# Added by brion 2005-08-08&lt;br /&gt;
# http://meta.wikimedia.org/wiki/Talk:Spam_blacklist/completed_additions#Enwiki_drug_spammer&lt;br /&gt;
#webzdarma\.cz &amp;lt; considered too broad&lt;br /&gt;
#bigsitecity\.com &lt;br /&gt;
#newmail\.ru&lt;br /&gt;
#mujweb\.cz &amp;lt; considered too broad&lt;br /&gt;
#\.sweb\.cz &amp;lt; considered too broad&lt;br /&gt;
&lt;br /&gt;
# Replacing overly broad once above - Andre Engels, 2005-08-09&lt;br /&gt;
heavytools\.webzdarma\.cz&lt;br /&gt;
phentermine-online&lt;br /&gt;
hydrocodone\.webzdarma\.cz&lt;br /&gt;
spyware\.webzdarma\.cz&lt;br /&gt;
phentermine\.webzdarma\.cz&lt;br /&gt;
carisoprodol\.webzdarma\.cz&lt;br /&gt;
sexforfree\.webzdarma\.cz&lt;br /&gt;
viagra\.newmail\.ru&lt;br /&gt;
phentermine\.newmail\.ru&lt;br /&gt;
donewhere\.bigsitecity\.com&lt;br /&gt;
olonline\.bigsitecity\.com&lt;br /&gt;
spyware\.bigsitecity\.com&lt;br /&gt;
&lt;br /&gt;
# Added by Andre Engels, 2005-08-09&lt;br /&gt;
# German repeated spammers&lt;br /&gt;
\.modz\.de&lt;br /&gt;
viagra100\.tk&lt;br /&gt;
viagra100\.net&lt;br /&gt;
# Japanese sex spammer&lt;br /&gt;
aftar\.bpa\.nu&lt;br /&gt;
crionica\.bpa\.nu&lt;br /&gt;
streamings\.cable\.nu&lt;br /&gt;
fectr\.dundeeleagues\.ca&lt;br /&gt;
sherlok\.homes\.com\.au&lt;br /&gt;
duplo\.dnip\.net&lt;br /&gt;
author\.nerdcamp\.net&lt;br /&gt;
chaka\.nerdcamp\.net&lt;br /&gt;
dabest\.nerdcamp\.net&lt;br /&gt;
ferdrubt\.nerdcamp\.net&lt;br /&gt;
freedom\.nerdcamp\.net&lt;br /&gt;
popov\.nerdcamp\.net&lt;br /&gt;
funnydog\.prettyfar\.com&lt;br /&gt;
perfection\.prettyfar\.com&lt;br /&gt;
whoisi\.whyza\.net&lt;br /&gt;
bidlo\.zenno\.info&lt;br /&gt;
fakir\.zenno\.info&lt;br /&gt;
&lt;br /&gt;
# Added by UninvitedCompany, 8/10/2005&lt;br /&gt;
all-hotels-motels\.com&lt;br /&gt;
&lt;br /&gt;
# Added by James F., 2005.vii.21, as requested by CraigSpurrier&lt;br /&gt;
buyhydrocodone\.afraid\.org&lt;br /&gt;
phentermine-drugs\.euro\.tm&lt;br /&gt;
&lt;br /&gt;
# http://meta.wikimedia.org/w/index.php?title=Talk:Eliminating_index.php_from_the_url&amp;amp;diff=196092&amp;amp;oldid=196063&lt;br /&gt;
[A-Za-z-]*drugs\.euro\.tm&lt;br /&gt;
&lt;br /&gt;
# http://meta.wikimedia.org/w/index.php?title=T%C3%A4wge_Bit&amp;amp;diff=prev&amp;amp;oldid=196043&lt;br /&gt;
# Note that shengen.ru should be blocked alltogether&lt;br /&gt;
21jewelry\.com&lt;br /&gt;
mrjeweller\.us&lt;br /&gt;
detox-kit\.com&lt;br /&gt;
adipex.shengen\.ru&lt;br /&gt;
levitra.shengen\.ru&lt;br /&gt;
lortab.shengen\.ru&lt;br /&gt;
diazepam.shengen\.ru&lt;br /&gt;
protonix.shengen\.ru&lt;br /&gt;
hydrocodone.shengen\.ru&lt;br /&gt;
detox-kit\.com&lt;br /&gt;
tests-market\.com&lt;br /&gt;
toe.shengen\.ru&lt;br /&gt;
detox.shengen\.ru&lt;br /&gt;
jewelry.shengen\.ru&lt;br /&gt;
&lt;br /&gt;
# added by brion&lt;br /&gt;
# http://en.wikipedia.org/w/index.php?title=Special:Contributions&amp;amp;target=24.66.29.108&lt;br /&gt;
about-travels\.host\.sk&lt;br /&gt;
&lt;br /&gt;
# Added by Yann on 25-8-2005 (from Meta)&lt;br /&gt;
phenterminex\.freespaces\.com&lt;br /&gt;
phentermine-pills\.euro\.tm&lt;br /&gt;
smartsearch\.name&lt;br /&gt;
fanny-girls\.info&lt;br /&gt;
hotsex\.free-pussy\.org&lt;br /&gt;
&lt;br /&gt;
# Annoying user on fr:&lt;br /&gt;
\.etunisie\.net&lt;br /&gt;
&lt;br /&gt;
# Some nl spam links&lt;br /&gt;
\.hostfuck\.com&lt;br /&gt;
gensei-ryu\.nl&lt;br /&gt;
&lt;br /&gt;
# ~~~~&lt;br /&gt;
# Zenno.info spam links&lt;br /&gt;
epsilon\.zenno\.info&lt;br /&gt;
googlesuka\.zenno\.info&lt;br /&gt;
stol\.zenno\.info&lt;br /&gt;
&lt;br /&gt;
# http://meta.wikimedia.org/wiki/Special:Contributions/220.161.154.90&lt;br /&gt;
shoesbuy\.com&lt;br /&gt;
shoesshop\.biz&lt;br /&gt;
&lt;br /&gt;
# from zh&lt;br /&gt;
28k8\.com&lt;br /&gt;
\.8z\.cn&lt;br /&gt;
\.8z\.cn&lt;br /&gt;
\.reeds\.com\.cn&lt;br /&gt;
&lt;br /&gt;
# Raul's additions&lt;br /&gt;
15ern\.com&lt;br /&gt;
&lt;br /&gt;
# from zh &lt;br /&gt;
\.6iuhecai\.com&lt;br /&gt;
# \.xinyicom\.com&lt;br /&gt;
\.ltdcr\.com&lt;br /&gt;
\.ltdcr\.net&lt;br /&gt;
\.ltdcr\.org&lt;br /&gt;
\.ltdcr\.cn&lt;br /&gt;
\.hkccr\.org&lt;br /&gt;
\.hkce\.org&lt;br /&gt;
\.hkce\.net&lt;br /&gt;
\.cegcr\.com&lt;br /&gt;
\.cegcr\.net&lt;br /&gt;
\.hktmr\.com&lt;br /&gt;
\.hkltdcr\.org&lt;br /&gt;
\.tradeinvests\.com&lt;br /&gt;
\.ovecr\.cn&lt;br /&gt;
\.bjicp\.com&lt;br /&gt;
cnfibernet\.com\.cn&lt;br /&gt;
\.tvsou\.com&lt;br /&gt;
\.54163\.com&lt;br /&gt;
&lt;br /&gt;
# http://meta.wikimedia.org/w/index.php?title=Special:Contributions&amp;amp;target=64.16.178.204&lt;br /&gt;
# http://meta.wikimedia.org/w/index.php?title=Special:Contributions&amp;amp;target=65.78.124.29&lt;br /&gt;
pharmacy\.rr\.nu&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
#additions by Mindspillage&lt;br /&gt;
#4 October 05&lt;br /&gt;
\.coolhost\.biz&lt;br /&gt;
#10 Oct 05&lt;br /&gt;
\.hotweb\.pp\.ru&lt;br /&gt;
\.webtech\.pp\.ru&lt;br /&gt;
&lt;br /&gt;
#7 October 05 Hashar (spam on fr:)&lt;br /&gt;
fuckfactor\.com&lt;br /&gt;
&lt;br /&gt;
#23 oct elian (spam on de)&lt;br /&gt;
\.zap3x\.com&lt;br /&gt;
&lt;br /&gt;
# http://en.wikipedia.org/w/index.php?title=Wikipedia:Help_desk&amp;amp;diff=28207588&amp;amp;amp;oldid=28205513&lt;br /&gt;
# http://en.wikipedia.org/w/index.php?title=MediaWiki_talk:Nogomatch&amp;amp;diff=28206731&amp;amp;oldid=28202132&lt;br /&gt;
hosting\.q4w\.net&lt;br /&gt;
&lt;br /&gt;
# http://en.wikipedia.org/w/index.php?title=User_talk:Prozak&amp;amp;diff=28207831&amp;amp;oldid=28207180&lt;br /&gt;
green-tea[0-9a-z-]*\.co\.nr&lt;br /&gt;
&lt;br /&gt;
# 19 november reported by amgine&lt;br /&gt;
# http://en.wikinews.org/w/index.php?title=Special:Contributions&amp;amp;target=192.114.65.98 etc&lt;br /&gt;
dralex\.info&lt;br /&gt;
&lt;br /&gt;
# Requested by Ta bu shi da yu, added by Tim Starling&lt;br /&gt;
# http://en.wikipedia.org/w/index.php?title=USA_PATRIOT_Act&amp;amp;diff=prev&amp;amp;oldid=29158543&lt;br /&gt;
nastydollars\.com&lt;br /&gt;
&lt;br /&gt;
# http://as.wikibooks.org/w/index.php?title=Wikibooks:General_disclaimer&amp;amp;curid=1446&amp;amp;diff=2706&amp;amp;oldid=2634&lt;br /&gt;
4t7e\.info&lt;br /&gt;
&lt;br /&gt;
# 4 dec 05, persistant spammer on de --elian&lt;br /&gt;
\.cyberthug\.de&lt;br /&gt;
&lt;br /&gt;
# 15 dec 05, upon request of german wikinewsies --elian&lt;br /&gt;
\.g155\.info&lt;br /&gt;
&lt;br /&gt;
# Tepeating spammer on many projects&lt;br /&gt;
010b\.info&lt;br /&gt;
&lt;br /&gt;
# dec 10, spammer on en requested by. zigger&lt;br /&gt;
e16\.info&lt;br /&gt;
&lt;br /&gt;
# Amgine's&lt;br /&gt;
justlovexx\.net&lt;br /&gt;
www\.g155\.info&lt;br /&gt;
www\.f9zs\.info&lt;br /&gt;
4ljd\.info&lt;br /&gt;
pills-pharmacy\.be&lt;br /&gt;
98\.to # Hégésippe's list&lt;br /&gt;
us\.ma([\/\]\b\s]|$)&lt;br /&gt;
be\.ma([\/\]\b\s]|$)&lt;br /&gt;
1stOK\.com&lt;br /&gt;
3xforum\.ro&lt;br /&gt;
servik\.com&lt;br /&gt;
90d7\.info&lt;br /&gt;
executiveshuttleservice\.com&lt;br /&gt;
dir\.fasthoster\.de&lt;br /&gt;
joke34\.info&lt;br /&gt;
4wj6\.info&lt;br /&gt;
www\.ChezBrandon\.com&lt;br /&gt;
&lt;br /&gt;
# Brian0918&lt;br /&gt;
www\.look4vacation\.com &lt;br /&gt;
bulgaria-houses\.com #spam on EN by 68.6.209.121&lt;br /&gt;
hawaiicity\.com #purposely hidden spam on EN by 85.192.128.179&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Datrio&lt;br /&gt;
adult\.dynu\.net&lt;br /&gt;
celika\.dynu\.net #add by Suisui&lt;br /&gt;
&lt;br /&gt;
# Datrio, by request from IRC&lt;br /&gt;
vendweb\.com&lt;br /&gt;
xthost\.info&lt;br /&gt;
&lt;br /&gt;
# Massive spam&lt;br /&gt;
f9zs\.info&lt;br /&gt;
&lt;br /&gt;
# Suisui&lt;br /&gt;
caribvoice\.org&lt;br /&gt;
raus\.de\/crashme\/&lt;br /&gt;
northwestairlines\.bravehost\.com #ja.ws,wkt&lt;br /&gt;
news\.scenecritique\.com #20060115jawiki&lt;br /&gt;
mp3\.com\/users\/&lt;br /&gt;
&lt;br /&gt;
# Datrio, spam on Commons and Wikinews&lt;br /&gt;
ijijiji\.com&lt;br /&gt;
\.5g6y\.info&lt;br /&gt;
&lt;br /&gt;
# [5:04pm] egg: anyone alive? i need an address to be blacklisted. http://meta.wikimedia.org/wiki/Spam_blacklist&lt;br /&gt;
# [5:04pm] egg: this one: dir.fasthoster.de&lt;br /&gt;
# [5:05pm] egg: there's a massive robot attack on cswiki.&lt;br /&gt;
# [5:05pm] egg: brion: ping&lt;br /&gt;
dir\.fasthoster\.de&lt;br /&gt;
&lt;br /&gt;
#it.wiki - User:M7 (M/)&lt;br /&gt;
signoraggio\.com&lt;br /&gt;
megabustybimbos\.com&lt;br /&gt;
&lt;br /&gt;
#de.wiki - User:M7 (M/)&lt;br /&gt;
animemanga\.de&lt;br /&gt;
bleach\.de&lt;br /&gt;
detektivconan\.de&lt;br /&gt;
digitalmonsters\.de&lt;br /&gt;
dragonballz\.de&lt;br /&gt;
gundamwing\.de&lt;br /&gt;
gundamseed\.de&lt;br /&gt;
hikarunogo\.de&lt;br /&gt;
inuyasha\.de&lt;br /&gt;
naruto\.de&lt;br /&gt;
onepiece\.de&lt;br /&gt;
princeoftennis\.de&lt;br /&gt;
ranma\.de&lt;br /&gt;
shaman-king\.de&lt;br /&gt;
yugioh\.de&lt;br /&gt;
fanart\.de&lt;br /&gt;
&lt;br /&gt;
#commons&lt;br /&gt;
health-medical\.be&lt;br /&gt;
ignorelist\.com&lt;br /&gt;
freewebs\.com\/diet-about-diet&lt;br /&gt;
fioricet-drugs\.mooo\.com&lt;br /&gt;
ultram-drugs\.strangled\.net&lt;br /&gt;
&lt;br /&gt;
#Added by Raul654 on Jan 25 2006 - constant spamming on en main page&lt;br /&gt;
all\.yard\.ru&lt;br /&gt;
sleepgoodmusic\.com&lt;br /&gt;
w9uh\.info&lt;br /&gt;
wikipedia\.on\.nimp\.org&lt;br /&gt;
\.on\.nimp\.org&lt;br /&gt;
&lt;br /&gt;
#Used by the GNAA to link to malware pages; added by Raul654 on Feb 3&lt;br /&gt;
tinyurl\.com&lt;br /&gt;
tinylink\.com&lt;br /&gt;
url123\.com&lt;br /&gt;
tinyr\.us&lt;br /&gt;
ln-s\.net # silsor&lt;br /&gt;
xrl\.us &lt;br /&gt;
tny\.se&lt;br /&gt;
compactURL\.com&lt;br /&gt;
&lt;br /&gt;
#Delphine's little list&lt;br /&gt;
a85\.no-ip\.biz&lt;br /&gt;
&lt;br /&gt;
# Spam 2006-05-27&lt;br /&gt;
carpathiahost\.net&lt;br /&gt;
&lt;br /&gt;
# Spam 2006-08-25&lt;br /&gt;
pussy\.info&lt;br /&gt;
&lt;br /&gt;
# Spam 2006-09-26&lt;br /&gt;
fucking4free\.info&lt;br /&gt;
&lt;br /&gt;
# Spam october&lt;br /&gt;
lovelyass\.info&lt;br /&gt;
sow\.xhostar\.com&lt;br /&gt;
&lt;br /&gt;
# Spam november&lt;br /&gt;
lolitampeg\.info&lt;br /&gt;
xex1\.info&lt;br /&gt;
xex2\.info&lt;br /&gt;
xhostar\.com&lt;br /&gt;
mybb\.ru&lt;br /&gt;
galeon\.com&lt;br /&gt;
chrysalis1\.info&lt;br /&gt;
&lt;br /&gt;
# Spam Feb 2007 (it's been clean for a while now - spam block is quite effective)&lt;br /&gt;
pornolicios\.info&lt;br /&gt;
&lt;br /&gt;
# Spam March 2007&lt;br /&gt;
laconia4\.info&lt;br /&gt;
&lt;br /&gt;
# &amp;quot;Hack&amp;quot; defacing by user Uzman&lt;br /&gt;
imageshack\.us&lt;br /&gt;
&lt;br /&gt;
# May 2007: repeated multiple pages created, starting with Din...&lt;br /&gt;
99jk\.com\.cn&lt;br /&gt;
dinmo\.cn&lt;br /&gt;
88fy\.com&lt;br /&gt;
bjrltz\.obm\.cn&lt;br /&gt;
obm\.cn&lt;br /&gt;
bjrltz\.com&lt;br /&gt;
hqyl\.com&lt;br /&gt;
tiantiandazhe\.com&lt;br /&gt;
citylight\.com\.cn&lt;br /&gt;
sino-sheji\.com&lt;br /&gt;
shkt\.net&lt;br /&gt;
sslcp\.com&lt;br /&gt;
35fax\.com&lt;br /&gt;
yt3\.com\.cn&lt;br /&gt;
ebasechina\.com&lt;br /&gt;
shgxgs\.com&lt;br /&gt;
able369\.com\.cn&lt;br /&gt;
hengxinbanjia\.com&lt;br /&gt;
021clean\.cn&lt;br /&gt;
daliangdinuan\.com&lt;br /&gt;
bjfld\.com&lt;br /&gt;
postek\.com\.cn&lt;br /&gt;
517liuxue\.com\.cn&lt;br /&gt;
wangshida\.com&lt;br /&gt;
erdosteco\.com&lt;br /&gt;
global-seo\.cn&lt;br /&gt;
outing\.com\.cn&lt;br /&gt;
zhuyiw\.com&lt;br /&gt;
&lt;br /&gt;
#june 2007&lt;br /&gt;
www\.hkzl\.com\.cn&lt;br /&gt;
&lt;br /&gt;
 #&amp;lt;/pre&amp;gt; &amp;lt;!-- leave this line exactly as it is --&amp;gt;&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/Keyboard_actions1</id>
		<title>Keyboard actions1</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/Keyboard_actions1"/>
				<updated>2007-06-03T18:46:36Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: Keyboard actions1 moved to Keyboard actions: revert&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [[Keyboard actions]]&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/Keyboard_actions</id>
		<title>Keyboard actions</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/Keyboard_actions"/>
				<updated>2007-06-03T18:46:36Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: Keyboard actions1 moved to Keyboard actions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Stellarium responds to several keyboard commands, many of which are bound to actions that can't be performed in other ways.&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=2 border=1&lt;br /&gt;
| width=20% | '''Category''' || width=20% | '''Key''' || width=45% | '''Description'''&lt;br /&gt;
|-&lt;br /&gt;
||Movement &amp;amp; object selection||Page up/down||Zoom in/out&lt;br /&gt;
|-&lt;br /&gt;
||Movement &amp;amp; object selection||CTRL+up/down; cursors||Zoom in/out&lt;br /&gt;
|-&lt;br /&gt;
||Movement &amp;amp; object selection||Mouse wheel||Zoom in/out&lt;br /&gt;
|-&lt;br /&gt;
||Movement &amp;amp; object selection||Left mouse button||Select object&lt;br /&gt;
|-&lt;br /&gt;
||Movement &amp;amp; object selection||Right mouse button||De-select object&lt;br /&gt;
|-&lt;br /&gt;
||Movement &amp;amp; object selection||Backslash (\)||Auto-zoom out&lt;br /&gt;
|-&lt;br /&gt;
||Movement &amp;amp; object selection||Forward-slash (/)||Auto-zoom in on selected object&lt;br /&gt;
|-&lt;br /&gt;
||Movement &amp;amp; object selection||Space||Centre on selected object&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||Enter||Swap between equatorial and azimuthal mount&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||F1||Toggle full-screen mode (not available on some architectures)&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||c||Toggle drawing of constellations&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||b||Toggle drawing of constellations boundaries?&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||v||Toggle drawing of constellation names&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||r||Toggle drawing of constellation art&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||d||Toggle star names&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||n||Toggle nebulae names off / on (short) / on (long?)&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||e||Toggle drawing of RA/Dec grid&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||z||Cycle through: show meridian line; show Alt/Azi grid; neigher&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||p||Cycle through: no planet labels; planet labels; planet labels with orbits&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||g||Toggle drawing of ground&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||a||Toggle drawing of atmosphere&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||f||Toggle drawing of horizon fog&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||q||Toggle drawing of cardinal points (N, S, E, W)&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||o||Toggle moon scaling (4x /1x)&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||t||Toggle object tracking (moves the view to keep selected object in the centre)&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||s||Toggle drawing of stars&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||4or ,||Cycle through: draw ecliptic; draw ecliptic &amp;amp; planet trails; draw neither&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||5 or .||Toggle drawing of equator line&lt;br /&gt;
|-&lt;br /&gt;
||Windows &amp;amp; other controls||CTRL+s||Take a screenshot (will be written to stellarium*.bmp)&lt;br /&gt;
|-&lt;br /&gt;
||Windows &amp;amp; other controls||CTRL+r||Toggle script recording&lt;br /&gt;
|-&lt;br /&gt;
||Windows &amp;amp; other controls||CTRL+f||Toggle search window&lt;br /&gt;
|-&lt;br /&gt;
||Windows &amp;amp; other controls||h||Toggle help window&lt;br /&gt;
|-&lt;br /&gt;
||Windows &amp;amp; other controls||i||Toggle information window&lt;br /&gt;
|-&lt;br /&gt;
||Windows &amp;amp; other controls||1 (digit one)||Toggle configuration window&lt;br /&gt;
|-&lt;br /&gt;
||Windows &amp;amp; other controls||m||Toggle text menu&lt;br /&gt;
|-&lt;br /&gt;
||Windows &amp;amp; other controls||ESC||Close any open windows (help, info, &amp;amp; configuration)&lt;br /&gt;
|-&lt;br /&gt;
||Time &amp;amp; Date||6||Time rate pause (or script pause when a script is running)&lt;br /&gt;
|-&lt;br /&gt;
||Time &amp;amp; Date||7||Set time rate to zero (time stands still) &lt;br /&gt;
|-&lt;br /&gt;
||Time &amp;amp; Date||8||Set time to current time&lt;br /&gt;
|-&lt;br /&gt;
||Time &amp;amp; Date||j||Decrease time rate (or decrease script speed if a script is running)&lt;br /&gt;
|-&lt;br /&gt;
||Time &amp;amp; Date||k||Set time rate to normal (1 second per second)&lt;br /&gt;
|-&lt;br /&gt;
||Time &amp;amp; Date||l||Increase time rate (or increase script speed if a script is running)&lt;br /&gt;
|-&lt;br /&gt;
||Time &amp;amp; Date||-||Move back in time 24 hours&lt;br /&gt;
|-&lt;br /&gt;
||Time &amp;amp; Date||=||Move forward in time 24 hours&lt;br /&gt;
|-&lt;br /&gt;
||Time &amp;amp; Date||[||Move back in time 7 days&lt;br /&gt;
|-&lt;br /&gt;
||Time &amp;amp; Date||]||Move forward in time 7 days&lt;br /&gt;
|-&lt;br /&gt;
||Other||CTRL+c||Stop a running script&lt;br /&gt;
|-&lt;br /&gt;
||Other||CTRL+q||Quit Stellarium. (command+Q on the Mac)&lt;br /&gt;
|-&lt;br /&gt;
||Other||&amp;lt;||Volume down (only when a script is playing)&lt;br /&gt;
|-&lt;br /&gt;
||Other||&amp;gt;||Volume up (only when a script is playing)&lt;br /&gt;
|-&lt;br /&gt;
||Other||9||Cycle through meteor shower rates: low; medium; high; very high&lt;br /&gt;
|-&lt;br /&gt;
||Other||CTRL+SHIFT+h||Toggle horizontal image flipping&lt;br /&gt;
|-&lt;br /&gt;
||Other||CTRL+SHIFT+v||Toggle vertical image flipping&lt;br /&gt;
|-&lt;br /&gt;
||Other||CTRL+[num]||Make telescope [num] point at currently selected object&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Taken from the [http://www.porpoisehead.net/mysw/stellarium_user_guide_html-0.8.1-1/node20.html Other keyboard Commands] section of the on-line user guide.&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/User_talk:Cctvnn</id>
		<title>User talk:Cctvnn</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/User_talk:Cctvnn"/>
				<updated>2007-06-03T07:41:05Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello cctvnn, thanks for all the work you've been doing!&lt;br /&gt;
&lt;br /&gt;
However, you've done some things that turned English pages into Chinese pages on the first of june.  Please make sure you create new pages instead of erasing English pages.&lt;br /&gt;
&lt;br /&gt;
I've removed the redirects for now and reverted your edits, so make sure: when you add a redirect to the original English page and you eventually translate the Chinese page that contains the redirect, that you edit the new Chinese page, and not the one that is redirected to.&lt;br /&gt;
&lt;br /&gt;
All your edits can be found in the page history, so please recuperate your work from there.&lt;br /&gt;
&lt;br /&gt;
Greetings --[[User:JomeSysop|jome]] 00:40, 3 June 2007 (PDT)&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/User_talk:Cctvnn</id>
		<title>User talk:Cctvnn</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/User_talk:Cctvnn"/>
				<updated>2007-06-03T07:40:55Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello cctvnn, thanks for all the work you've been doing!&lt;br /&gt;
&lt;br /&gt;
However, you've done some things that turned English pages into Chinese pages on the first of june.  Please make sure you create new pages instead of erasing English pages.&lt;br /&gt;
&lt;br /&gt;
I've removed the redirects for now and reverted your edits, so make sure: when you add a redirect to the original English page and you eventually translate the Chinese page that contains the redirect, that you edit the new Chinese page, and not the one that is redirected to.&lt;br /&gt;
&lt;br /&gt;
All your edits can be found in the page history, so please recuperate your work from there.&lt;br /&gt;
&lt;br /&gt;
 Greetings --[[User:JomeSysop|jome]] 00:40, 3 June 2007 (PDT)&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/%E9%94%AE%E7%9B%98%E6%8C%87%E4%BB%A4</id>
		<title>键盘指令</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/%E9%94%AE%E7%9B%98%E6%8C%87%E4%BB%A4"/>
				<updated>2007-06-03T07:36:31Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/Talk:%E7%96%91%E9%9A%BE%E8%A7%A3%E7%AD%94</id>
		<title>Talk:疑难解答</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/Talk:%E7%96%91%E9%9A%BE%E8%A7%A3%E7%AD%94"/>
				<updated>2007-06-03T07:36:12Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/%E7%96%91%E9%9A%BE%E8%A7%A3%E7%AD%94</id>
		<title>疑难解答</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/%E7%96%91%E9%9A%BE%E8%A7%A3%E7%AD%94"/>
				<updated>2007-06-03T07:35:45Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/Windows%E5%BB%BA%E7%AB%8B%E6%8C%87%E5%AF%BC</id>
		<title>Windows建立指导</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/Windows%E5%BB%BA%E7%AB%8B%E6%8C%87%E5%AF%BC"/>
				<updated>2007-06-03T07:35:10Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/Windows_Build_Instructions</id>
		<title>Windows Build Instructions</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/Windows_Build_Instructions"/>
				<updated>2007-06-03T07:30:49Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This document explains how to compile the development version of Stellarium on WinXP.&lt;br /&gt;
&lt;br /&gt;
= Building with MinGW32 =&lt;br /&gt;
&lt;br /&gt;
==Installation of the win32 development tools==&lt;br /&gt;
From http://www.mingw.org/download.shtml download and install MinGW-4.1.1.exe, MSYS-1.0.10.exe and msysDTK-1.0.1.exe  &lt;br /&gt;
 &lt;br /&gt;
==Installation of the libraries==&lt;br /&gt;
See the list of [[Build Dependencies|build dependencies]].  I first tried to install them by hand without success (but it should be possible).  &lt;br /&gt;
Instead I found a much more convenient way of doing it : from http://www.bloodshed.net/download.html download and install the IDE &amp;quot;DevC++&amp;quot;.  &lt;br /&gt;
Then from within the program use the integrated package manager to automatically install the 4 libraries mentioned before.  &lt;br /&gt;
Finally copy all the files (&amp;quot;.h&amp;quot;, &amp;quot;.a&amp;quot; and don't forget the 2 scripts &amp;quot;sdl-config&amp;quot; and &amp;quot;libpng-config&amp;quot;) related to those libraries from your DevC++ include/, libs/ and bin/ directory to the minGW include/ ,libs/ and bin/ directories.  &lt;br /&gt;
&lt;br /&gt;
TIP: I personally had quite some troubles before the sdl-config and libpng-config script were properly found by the install script. If I remember well I had to rename the sdl-config script which had a slightly different name in the win32 package. &lt;br /&gt;
&lt;br /&gt;
From version 0.8.0, Stellarium uses C++ wstring which are unfortunately not yet supported by the libstdc++ shipped with MinGW32. It is however possible to compile using the STLPort library. Download version 5.0.2 on sourceforge (http://sourceforge.net/project/showfiles.php?group_id=146814) and follow the instructions for compiling the libstlport.5.0.dll.a and libstlport.5.0.dll libraries.&lt;br /&gt;
&lt;br /&gt;
==Compiling==&lt;br /&gt;
*Step 1) Open an MSYS console, from a tar archive, untar the sourcecode archive  &lt;br /&gt;
 tar -xzf stellarium-0.8.0.tgz  &lt;br /&gt;
 cd stellarium-0.8.0&lt;br /&gt;
&lt;br /&gt;
or if you start from a fresh CVS tree : &lt;br /&gt;
 ./autogen.sh &lt;br /&gt;
&lt;br /&gt;
*Step 2) Now because we need to use STLport libstdc++ headers and library instead of the ones shipped with Mingw32, we must tell the compiler where to find the right ones and also to give it the right flags to perform a correct compilation. This can be done by setting the following environment variables (replace &amp;quot;/home/gerard/&amp;quot; with the path where you installed STLport) :&lt;br /&gt;
&lt;br /&gt;
 export CFLAGS=&amp;quot;-Wall -O3 -s -fexceptions -fident -mthreads -D_STLP_NO_CUSTOM_IO -D_STLP_USE_DYNAMIC_LIB  -I/export/home/ptr/workshop/extern/boost -I/home/gerard/STLport/stlport -L/home/gerard/STLport/lib&amp;quot;&lt;br /&gt;
 export CPPFLAGS=&amp;quot;-Wall -O3 -s -Wsign-promo -fexceptions -fident -mthreads -D_STLP_NO_CUSTOM_IO -D_STLP_USE_DYNAMIC_LIB  -I/export/home/ptr/workshop/extern/boost -I/home/gerard/STLport/stlport -L/home/gerard/STLport/lib -I/include/freetype2&amp;quot;&lt;br /&gt;
 export LDFLAGS=&amp;quot;-Wall -O3 -s -Wsign-promo -fexceptions -fident -mthreads -L/home/gerard/STLport/lib -lstlport.5.0&amp;quot;&lt;br /&gt;
 export LIBS=&amp;quot; -lstlport.5.0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*Step 3) You can then run the normal configure script&lt;br /&gt;
&lt;br /&gt;
 ./configure  &lt;br /&gt;
&lt;br /&gt;
then if everything goes well :  &lt;br /&gt;
 &lt;br /&gt;
 make  &lt;br /&gt;
&lt;br /&gt;
*Step 4) If compilation succeed, try to run stellarium as a local version :  &lt;br /&gt;
 &lt;br /&gt;
 ./src/stellarium  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Building with Microsoft Visual Studio 8.0 =&lt;br /&gt;
&lt;br /&gt;
After couple of weeks work I finally got the stellarium compiled and run using MS VisualStudio 8.0. MS C/C++ compiler is quite strict with the declarations of the variables and there is some differences with the functions that MS has/has not, but finally I got it work. A huge patch is posted to Fabien, waiting it to be approved ...&lt;br /&gt;
&lt;br /&gt;
== Use SVN to get the source code ==&lt;br /&gt;
Yes. Just use svn to get the source ...&lt;br /&gt;
&lt;br /&gt;
== External Libraries ==&lt;br /&gt;
&lt;br /&gt;
* boost : from http://www.boost.org/&lt;br /&gt;
* libintl: from http://gnuwin32.sourceforge.net/&lt;br /&gt;
* zlib: http://www.zlib.net&lt;br /&gt;
* SDL: http://www.libsdl.org/&lt;br /&gt;
* libpng: http://www.libpng.org/pub/png/libpng.html&lt;br /&gt;
* freetype: http://freetype.sourceforge.net/index2.html&lt;br /&gt;
* libjpeg: http://freshmeat.net/projects/libjpeg/&lt;br /&gt;
&lt;br /&gt;
Download the libraries and the development files (include the needed header-files), install packages and go on  ...&lt;br /&gt;
&lt;br /&gt;
Getting the source code : use '''SVN''&lt;br /&gt;
&lt;br /&gt;
== Visual Studio settings ==&lt;br /&gt;
before compiling &lt;br /&gt;
=== Adding paths ===&lt;br /&gt;
Adding paths for include files and libary files&lt;br /&gt;
To add newly added libraries to default search path for compilation and debugging :&lt;br /&gt;
start Visual Studio and go to Tools-&amp;gt;Options&lt;br /&gt;
Add external Directories to &amp;quot;Microsoft Visual Studio&amp;quot; from Tools-&amp;gt;Options, select &amp;quot;Project and Solutions&amp;quot; anf from there &amp;quot;VC++ Directories&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Select &amp;quot;Include files&amp;quot; from &amp;quot;Show directories for:&amp;quot; and add directories :&lt;br /&gt;
&lt;br /&gt;
 C:\Zlib\include&lt;br /&gt;
 C:\SDL\include&lt;br /&gt;
 C:\freetype\include&lt;br /&gt;
 C:\libjpeg\include&lt;br /&gt;
 C:\libpng\include&lt;br /&gt;
 C:\Boost\include&lt;br /&gt;
 C:\GnuWin32\include&lt;br /&gt;
		&lt;br /&gt;
Next add Library locations of libraries, Select &amp;quot;Library Files&amp;quot; from &amp;quot;Show directories for:&amp;quot; and add directories:&lt;br /&gt;
&lt;br /&gt;
 C:\Zlib\lib&lt;br /&gt;
 C:\SDL\lib&lt;br /&gt;
 C:\freetype\lib&lt;br /&gt;
 C:\libjpeg\lib&lt;br /&gt;
 C:\libpng\lib&lt;br /&gt;
 C:\Boost\lib&lt;br /&gt;
 C:\GnuWin32\lib&lt;br /&gt;
&lt;br /&gt;
=== Create Solution ===&lt;br /&gt;
1) To create solution for '''stellarium''' &lt;br /&gt;
 * Select &amp;quot;New...-&amp;gt;Project&amp;quot; from &amp;quot;File&amp;quot;-menu&lt;br /&gt;
 * From &amp;quot;Visual C++&amp;quot; type select general and from there select &amp;quot;Empty Project&amp;quot;&lt;br /&gt;
 * Enter name form project &amp;quot;Stellarium&amp;quot;&lt;br /&gt;
 * Enter name for Solution &amp;quot;Stellarium&amp;quot;&lt;br /&gt;
 * If You want to change the location of project just do it ;}&lt;br /&gt;
 * Click &amp;quot;OK&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Now there should be a solution called &amp;quot;stellarium&amp;quot; and under it project called &amp;quot;stellarium&amp;quot;. Next step is to set the project properties &lt;br /&gt;
&lt;br /&gt;
2) Project Properties&lt;br /&gt;
 Select &amp;quot;Project-&amp;gt;Properties&amp;quot;&lt;br /&gt;
 * Select &amp;quot;All Configurations&amp;quot; from &amp;quot;Configuration:&amp;quot;, browse and set &lt;br /&gt;
   in &amp;quot;Configuration Properties&amp;quot; and set &lt;br /&gt;
&lt;br /&gt;
  General : &lt;br /&gt;
   Output Directory as '''C:\Stellarium'''&lt;br /&gt;
   Configuration Type as '''Appllication (.exe)'''&lt;br /&gt;
  C/C++&lt;br /&gt;
   General&lt;br /&gt;
    Additional Include Directories:&lt;br /&gt;
     ...\stellarium\src\planetsephems;&lt;br /&gt;
     ...\stellarium\src\stelutils;&lt;br /&gt;
     ...\stellarium\src\msdirent;&lt;br /&gt;
     ..\stellarium\src;&lt;br /&gt;
    Preprocessor&lt;br /&gt;
     Preprocessor Definitions:&lt;br /&gt;
      _USE_MATH_DEFINES;&lt;br /&gt;
      _CRT_SECURE_NO_DEPRECATE;&lt;br /&gt;
      _ATL_SECURE_NO_DEPRECATE;&lt;br /&gt;
      main=SDL_main;&lt;br /&gt;
      POSIX;&lt;br /&gt;
      WIN32;&lt;br /&gt;
      WIN32_LEAN_AND_MEAN&lt;br /&gt;
  Linker&lt;br /&gt;
   Input&lt;br /&gt;
    Additipnal Dependices&lt;br /&gt;
     msvcrt.lib &lt;br /&gt;
     Ws2_32.lib &lt;br /&gt;
     freetype221.lib &lt;br /&gt;
     libpng13.lib &lt;br /&gt;
     SDL.lib &lt;br /&gt;
     libjpeg.lib &lt;br /&gt;
     libintl.lib &lt;br /&gt;
     SDLmain.lib &lt;br /&gt;
     zdll.lib &lt;br /&gt;
     Opengl32.lib &lt;br /&gt;
     Glu32.lib &lt;br /&gt;
    Ignore Specific Libraries as '''LIBCMT.lib'''&lt;br /&gt;
   System&lt;br /&gt;
    SubSystem as '''Console (/SUBSYSTEM:CONSOLE)'''&lt;br /&gt;
&lt;br /&gt;
 * Select &amp;quot;Release&amp;quot; from &amp;quot;Configuration:&amp;quot;, browse and set &lt;br /&gt;
   in &amp;quot;Configuration Properties&amp;quot; and set &lt;br /&gt;
  C/C++&lt;br /&gt;
   General&lt;br /&gt;
    Optimization as '''Optimization: Maximize Speed (/O2)'''&lt;br /&gt;
&lt;br /&gt;
 * Select &amp;quot;Debug&amp;quot; from &amp;quot;Configuration:&amp;quot;, browse and set &lt;br /&gt;
   in &amp;quot;Configuration Properties&amp;quot; and set &lt;br /&gt;
  C/C++&lt;br /&gt;
   General			&lt;br /&gt;
    Debug Information Format as '''Program Database for Edit &amp;amp; Continue (/ZI)'''&lt;br /&gt;
    Optimization&lt;br /&gt;
     Optimization as '''Disabled (/Od)'''&lt;br /&gt;
    Preprocessor&lt;br /&gt;
      _USE_MATH_DEFINES;&lt;br /&gt;
      _CRT_SECURE_NO_DEPRECATE;&lt;br /&gt;
      _ATL_SECURE_NO_DEPRECATE;&lt;br /&gt;
      main=SDL_main;&lt;br /&gt;
      POSIX;&lt;br /&gt;
      WIN32;&lt;br /&gt;
      WIN32_LEAN_AND_MEAN&lt;br /&gt;
      DEBUG&lt;br /&gt;
    Output Files&lt;br /&gt;
     Program Database File Name as '''$(TargetDir)\vc80.pdb'''&lt;br /&gt;
   Linker&lt;br /&gt;
    Input&lt;br /&gt;
     Ignore Specific Libraries as '''LIBCMT.lib'''&lt;br /&gt;
    Debugging&lt;br /&gt;
     Generate Debug Info as '''Yes(/DEBUG)'''&lt;br /&gt;
&lt;br /&gt;
2) Add files to &amp;quot;stellarium&amp;quot; project&lt;br /&gt;
Add existing files to project:&lt;br /&gt;
 &amp;quot;Header Files&amp;quot;  : '''Add existing files''', select all header files from ...\Stellarium\src&lt;br /&gt;
 &amp;quot;Source Files&amp;quot;  : '''Add existing files''', select all header files from ...\Stellarium\src&lt;br /&gt;
&lt;br /&gt;
Now we have solution and project for stellarium, next thing is to add projects for &amp;quot;iniparser&amp;quot;, &amp;quot;msdirent&amp;quot;, &amp;quot;plantetsephms&amp;quot; and &amp;quot;stelutils&amp;quot;. The creation of these projects is similar to &amp;quot;stellarium&amp;quot; project except the :&lt;br /&gt;
&lt;br /&gt;
 &amp;quot;Project type&amp;quot;s are'''Static Library (.lib)''' &lt;br /&gt;
&lt;br /&gt;
and the &lt;br /&gt;
&lt;br /&gt;
 &amp;quot;C/C++-&amp;gt;Preprocessor-&amp;gt;Preprocessor Defines&amp;quot;s are &lt;br /&gt;
 '''_CRT_SECURE_NO_DEPRECATE;_USE_MATH_DEFINES''' &lt;br /&gt;
&lt;br /&gt;
also the &amp;quot;stelutils&amp;quot;-project should have &lt;br /&gt;
 &amp;quot;Additional Include Directories&amp;quot; as &lt;br /&gt;
 ...\stellarium\src\stelutils\iniparser&lt;br /&gt;
 ...\stellarium\src\planetsephems;&lt;br /&gt;
 ...\stellarium\src\stelutils;&lt;br /&gt;
 ...\stellarium\src\msdirent;&lt;br /&gt;
 ...\stellarium\src&lt;br /&gt;
&lt;br /&gt;
=== Create dependencies ===&lt;br /&gt;
To create dependencies right-click on &amp;quot;Stellarium&amp;quot; solution and select &amp;quot;Properties&amp;quot;&lt;br /&gt;
1) check that the &amp;quot;Single startup project&amp;quot; in &amp;quot;Common Properties-&amp;gt;Startup Project&amp;quot; is checkd and the project selected is &amp;quot;Stellarium&amp;quot;. &lt;br /&gt;
2) on &amp;quot;Project Dependencies&amp;quot; '''Stellarium is depended all other projects''' and other projects are independed&lt;br /&gt;
&lt;br /&gt;
== Build ==&lt;br /&gt;
Yes, that's all folks! Just try to build the solution first on &amp;quot;Debug&amp;quot;-mode &lt;br /&gt;
&lt;br /&gt;
== Run ==&lt;br /&gt;
Before actually run the application You must copy the libraries *.dll's into the target directory of build e.g. C:\Stellarium or have the *.dll's in Your path (I prefere the first: copy the dll's)&lt;br /&gt;
&lt;br /&gt;
Also the directory structure of config/data/texture and so on must be present in the target directory e.g. C:\Stellarium&lt;br /&gt;
&lt;br /&gt;
That's all ! &lt;br /&gt;
&lt;br /&gt;
[[Now! Just have fun]] and don't hesitate to contact me if You have problems and/or suggestions&lt;br /&gt;
&lt;br /&gt;
Lippo (lippo dot huhtala at saunalahti dot fi)&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/Scripts_(prior_0.10.x)</id>
		<title>Scripts (prior 0.10.x)</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/Scripts_(prior_0.10.x)"/>
				<updated>2007-06-03T07:26:29Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: Reverted edit of Cctvnn, changed back to last version by Matthewg42&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==User Contributed Scripts==&lt;br /&gt;
&lt;br /&gt;
This page contains links to scripts provided by users.&lt;br /&gt;
&lt;br /&gt;
* Matthew Gates: [http://porpoisehead.net/mysw/stellarium_scripts/mng01_eclipse.zip Solar eclipse] (Bangladesh, 2009).&lt;br /&gt;
* Barry Gerdes: [http://www.geocities.com/wendygblyde/scripts.zip Solar eclipse] (Australia 2028).&lt;br /&gt;
* Stefan Hittler: [http://www.stefan-hittler.de/fileadmin/tools/eclipse1999.zip Solar eclipse] (Germany 1999).&lt;br /&gt;
* Vincent Giangiulio: [http://vincent.gian.club.fr/stellarium/analemma.zip Analemma]/ [http://vincent.gian.club.fr/stellarium/aurora.zip Aurora]&lt;br /&gt;
* Richard Brice: [http://www.porpoisehead.net/mysw/stellarium_scripts/Transit_of_Venus.zip Transit of Venus] (Arabian Sea, 2012).&lt;br /&gt;
* Gregory Nuckolls: [http://www.porpoisehead.net/mysw/stellarium_scripts/your_sign.zip Your Sign].&lt;br /&gt;
* Matthew Gates: [http://porpoisehead.net/mysw/stellarium_scripts/audio.zip Audio test]. This script will help you to find out if your version of Stellarium was built with sound support enabled.&lt;br /&gt;
* Mitch Gerdisch: [http://www.jesslex.com/stellarium/scripts/helloworld.zip helloworld] This is a script that was put together to help the new script writer understand some scripting tricky bits.&lt;br /&gt;
* Luca Zanchetta: [http://porpoisehead.net/mysw/stellarium_scripts/occultation_of_saturn.zip occultation of Saturn 2007] This nice script shows a tour of the Western sky in May 2007, as visible from European Latitudes, paying special attention to the occultation of Saturn by the Moon at this time. &lt;br /&gt;
&lt;br /&gt;
* Please submit!&lt;br /&gt;
&lt;br /&gt;
==Need hosting?==&lt;br /&gt;
&lt;br /&gt;
If you have a script you would like to share but have no web-space to put it, email [[User:matthewg42|me]] and I'll put it on [http://porpoisehead.net/ my site]].&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/Category:User%27s_Guide</id>
		<title>Category:User's Guide</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/Category:User%27s_Guide"/>
				<updated>2007-06-03T07:25:58Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: Reverted edit of Cctvnn, changed back to last version by Matthewg42&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The official version of the Stellarium User Guide is published in PDF format via the sourceforge downloads service:&lt;br /&gt;
*[http://sourceforge.net/project/showfiles.php?group_id=48857&amp;amp;package_id=178517 English]&lt;br /&gt;
*[http://sourceforge.net/project/showfiles.php?group_id=48857&amp;amp;package_id=188908&amp;amp;release_id=415705 French]&lt;br /&gt;
&lt;br /&gt;
Source files for in-progress translations may be obtained from [http://stellarium.svn.sourceforge.net/viewvc/stellarium/trunk/stellarium_user_guide/ SVN].  Some pre-release files may also be downloaded here.  These are works in progress, and updated sporadically:&lt;br /&gt;
*[http://www.porpoisehead.net/mysw/downloads/ru_stellarium_user_guide-0.8.2-1.pdf Russian in PDF]&lt;br /&gt;
*[http://www.porpoisehead.net/mysw/downloads/es_stellarium_user_guide-0.8.2-1.pdf Spanish in PDF]&lt;br /&gt;
*[http://www.porpoisehead.net/mysw/downloads/it_stellarium_user_guide-0.7.1-1.pdf Italian in PDF]&lt;br /&gt;
*[http://www.h5.dion.ne.jp/~sigma/stellarium/ Japanese in HTML]&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/%E4%B8%8B%E8%BD%BD</id>
		<title>下载</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/%E4%B8%8B%E8%BD%BD"/>
				<updated>2007-06-03T07:24:14Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/Download</id>
		<title>Download</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/Download"/>
				<updated>2007-06-03T07:22:46Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you know packages for other distributions, please add the link here.&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=2 border=1&lt;br /&gt;
|| '''OS''' || '''Architecture''' || '''Version''' || '''Description''' || '''Download'''&lt;br /&gt;
|-&lt;br /&gt;
||Windows||x386|| 0.8.2 || Download the file, and open it to install Stellarium. || [http://prdownloads.sourceforge.net/stellarium/stellarium-0.8.2.exe?download stellarium-0.8.2.exe]&lt;br /&gt;
|-&lt;br /&gt;
||Mac OS X||Universal|| 0.8.2 || Universal Mac OS X package. || [http://prdownloads.sourceforge.net/stellarium/stellarium-0.8.2.dmg?download stellarium-0.8.2.dmg]&lt;br /&gt;
|-&lt;br /&gt;
||All (Sources)||All|| 0.8.2 || Source package, needs to be compiled for your OS/architecture. || [http://prdownloads.sourceforge.net/stellarium/stellarium-0.8.2.tar.gz?download stellarium-0.8.2.tar.gz]&lt;br /&gt;
|-&lt;br /&gt;
||Debian (unstable distribution)||All|| 0.8.2-3 || The following command should install stellarium on your computer: apt-get install stellarium || [http://packages.debian.org/unstable/science/stellarium debian package page]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
For files hosted on Sourceforge servers, clicking the download links takes you to a list of available servers.  Choose one close to you, and download the file.&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/Windows%E5%BB%BA%E7%AB%8B%E6%8C%87%E5%AF%BC</id>
		<title>Windows建立指导</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/Windows%E5%BB%BA%E7%AB%8B%E6%8C%87%E5%AF%BC"/>
				<updated>2007-06-03T07:16:26Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: Windows建立指导 moved to Windows Build Instructions: revert&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [[Windows Build Instructions]]&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/Windows_Build_Instructions</id>
		<title>Windows Build Instructions</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/Windows_Build_Instructions"/>
				<updated>2007-06-03T07:16:26Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: Windows建立指导 moved to Windows Build Instructions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [[在Windows系统下的编译指导]]&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/%E7%96%91%E9%9A%BE%E8%A7%A3%E7%AD%94</id>
		<title>疑难解答</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/%E7%96%91%E9%9A%BE%E8%A7%A3%E7%AD%94"/>
				<updated>2007-06-03T07:15:53Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: 疑难解答 moved to FAQ: revert&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [[FAQ]]&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/FAQ</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/FAQ"/>
				<updated>2007-06-03T07:15:53Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: 疑难解答 moved to FAQ&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
===Is Stellarium free?===&lt;br /&gt;
Yes! Stellarium is open source software. Anyone has the right to download and use the software for free, to distribute it without modifying to other people, or modify the source code, all of this under the terms of the [http://www.gnu.org/copyleft/gpl.html GNU General Public License (GPL)].&lt;br /&gt;
&lt;br /&gt;
===Where can I download Stellarium?===&lt;br /&gt;
Via the [[Download|download page]]. Stellarium is hosted on Sourceforge servers. After clicking on the right link of the download page, you will be taken to a list of Sourceforge servers, each with their location. Click on the file icon of the one geographically closest to you, it ensures a speedy download.&lt;br /&gt;
&lt;br /&gt;
===Where can I provide feedback?===&lt;br /&gt;
Your ideas and comments are invaluable to Stellarium. Have a look at [http://www.stellarium.org the homepage] to see where you can get personal support, ask for new features, report bugs and even submit your own patches.&lt;br /&gt;
&lt;br /&gt;
==Installing Stellarium==&lt;br /&gt;
&lt;br /&gt;
===What are Stellarium's system requirements?===&lt;br /&gt;
A graphics card capable of rendering OpenGL. A Riva TNT2, released in 1999 or 2000, should do. Stellarium is also fairly processor intensive, so you will get higher framerates with faster processors. Any reasonably recent computer should be able to run Stellarium. Furthermore your computer should be running a Linux, Windows or MacOSX operating system.&lt;br /&gt;
&lt;br /&gt;
To give you an idea of what's possible, we've had success with these older computers:&lt;br /&gt;
*Pentium III 800Mhz, 128MB RAM, Intel on board graphics (under Windows XP).&lt;br /&gt;
*AMD K6 400 Mhz, 256MB RAM, Nvidia Gforce2 AGP, DirectX 9.0 (Windows XP)&lt;br /&gt;
&lt;br /&gt;
===How do I install Stellarium?===&lt;br /&gt;
For Windows users, run the downloaded file &amp;amp;quot;setup.exe&amp;amp;quot; and follow the instructions.&lt;br /&gt;
For Linux users, the easiest is to find a pre-compiled package for your distribution.&lt;br /&gt;
But it is also possible to compile the program yourself: detailed compilation instructions for Linux, Posix, Cygwin and MacOSX are available in the &amp;amp;quot;INSTALL&amp;amp;quot; file. Mac OSX users should download the dmg file, double click on it to open, the application is contained inside, drag the application to your Applications folder.&lt;br /&gt;
&lt;br /&gt;
===How do I uninstall Stellarium?===&lt;br /&gt;
For Windows users, uninstall Stellarium using the &amp;amp;quot;Add or Remove Programs&amp;amp;quot; applet in the Windows control panel.&lt;br /&gt;
For Linux users, use your packet manager if you installed a pre-compiled version.&lt;br /&gt;
If you compiled yourself you can uninstall by typing &amp;quot;make uninstall&amp;quot; in the compilation directory.&lt;br /&gt;
&lt;br /&gt;
==Using Stellarium==&lt;br /&gt;
&lt;br /&gt;
===How do I start using Stellarium?===&lt;br /&gt;
&amp;lt;li&amp;gt;Set your location first! The default location is Paris, France. You can click on your location on the map in the configuration window, or enter coordinates manually. Don't forget to save the changes. Do that by clicking &amp;amp;quot;set as default&amp;amp;quot;. From now on, the sky will look exactly as it looks where you live when you run Stellarium. If you take Stellarium along on a trip with a laptop, you will need to adjust your location of course.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Use the mouse or arrow keys to look around.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Use the page up and page down keys to zoom in and out.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Use the left mouse button to select an object, the right button to deselect the object and middle mouse button or spacebar to center on the selected object.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Zooming on nebulas or planets is very interesting...&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;J slows down or reverses speed, L increases time speed, and K makes time return to normal speed.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Press the H key for help.&lt;br /&gt;
&lt;br /&gt;
===How do I change the screen resolution to one that isn't specified in the menu?===&lt;br /&gt;
You are running Stellarium on one of those fancy widescreen laptops, and there is no option specifying your screen resolution in the menu. In that case, just open the config.ini file with a text editor, and find the screen_w and screen_h values. Set the numbers to the desired dimensions, save the file and restart Stellarium: enjoy the view!&lt;br /&gt;
&lt;br /&gt;
===Is there a user's guide to Stellarium?===&lt;br /&gt;
Thanks to Matthew Gates and various other contributors, there is. Find out everything you want to know about Stellarium, and the astronomic principles you see demonstrated in the program. Essential reading. [[:Category:User's_Guide|Download the user's guide to Stellarium (pdf).]]&lt;br /&gt;
&lt;br /&gt;
==Customization==&lt;br /&gt;
&lt;br /&gt;
===How do I use other constellation art in Stellarium?===&lt;br /&gt;
Want to use other drawings than the ones included in Stellarium, like your own drawings, or antique drawings from the Uranographia?&lt;br /&gt;
&lt;br /&gt;
You will need to change the constellation textures, and possibly adjust their coordinates in the constellationsart.fab file.&lt;br /&gt;
If they're not burdened by restrictive copyrights, you can share the set you made with the rest of the community.&lt;br /&gt;
&lt;br /&gt;
===Is it possible to show more stars?===&lt;br /&gt;
Stellarium uses the Hipparcos catalog, which contains over 120000 stars. It is currently not possible to use other star catalogs.&lt;br /&gt;
&lt;br /&gt;
===Is Stellarium available in my language?===&lt;br /&gt;
Starting from version 0.8.0, Stellarium can be tailored to show your language. Settings are in the preferences window, or in the config.ini file.  It is possible that the translation isn't complete yet, so we would be grateful if the talented translators among the Stellarium users would contribute to the translations. Info about the process is on the [[Translation_using_gettext|translation page]].&lt;br /&gt;
&lt;br /&gt;
==Problems==&lt;br /&gt;
&lt;br /&gt;
===I can't install Stellarium.===&lt;br /&gt;
Read the installation instructions contained in the &amp;amp;quot;INSTALL&amp;amp;quot; file, which comes with Stellarium.&lt;br /&gt;
&lt;br /&gt;
===Stellarium installs, but does not run.===&lt;br /&gt;
We can offer some accounts of what people experienced in the past.&lt;br /&gt;
Firstly, it is possible your computer refuses to run Stellarium because the resolution in the config.ini file is wrong. Set it to your native resolution and see if that helps.&lt;br /&gt;
Secondly, maybe a file necessary for Stellarium was corrupted or badly formatted in some way. Try reinstalling, don't forget to backup any Stellarium files you might have customized.&lt;br /&gt;
Thirdly, Stellarium reports basic actions in a text output file, named stdout.txt, which is in the program directory. If you are running Stellarium on a computer where you don't have the right user privileges to do that, Stellarium refuses to run.&lt;br /&gt;
Lastly, stdout.txt and also stderr.txt might offer some insight into what goes on when Stellarium exhibits problems.&lt;br /&gt;
&lt;br /&gt;
===I experience very slow rendering, very low framerates on my computer.===&lt;br /&gt;
This happens when hardware rendering is disabled. If you have a 3D video card, make sure that your OpenGL drivers are installed and up to date.&lt;br /&gt;
&lt;br /&gt;
===Stellarium crashes after it has been running for a while.===&lt;br /&gt;
Stellarium is pretty processor intensive. This means things can get quite warm inside your computer. If you experience freezes or computer crashes, you might have a heat problem. If this is the case, other processor intensive tasks such as mp3 encoding should lead to the same problem.  In the newest versions, a frame rate limiter is present.  That should solve your problem.&lt;br /&gt;
&lt;br /&gt;
===Some moons are in another position than they should be.===&lt;br /&gt;
Currently we have no accurate ephemeris for Charon and no ephemeris for Neptunian satellites at all. The other satellite ephemeris should be correct. When you compare with what you see in your telescope you should enable light travel time compensation in config.ini.&lt;br /&gt;
&lt;br /&gt;
===The non-Latin font for my language doesn't show up===&lt;br /&gt;
Chances are your language is included, but the program doesn't include a font for your language, as we're concerned about download size. Find a font for your language, and tell the program which font to use in the config.ini file. See [[Display complex characters in Stellarium]] for more details.&lt;br /&gt;
&lt;br /&gt;
===Stellarium runs fullscreen at a refresh rate of 60Hz===&lt;br /&gt;
This is a bug in Windows XP.  There are numerous fixes, and there is a small program available for it here (install at your own risk): [http://www.pagehosting.co.uk/rl/ RefreshLock].&lt;br /&gt;
&lt;br /&gt;
===My local language isn't complete, or some terms are incorrect===&lt;br /&gt;
Translations in Stellarium are a community effort, so it is possible that a local translator started the project, but never finished it, or didn't find help with some specific words.  You can help us!  Translation tips are on this page: [[Translation using gettext]]&lt;br /&gt;
&lt;br /&gt;
===I'm having display problems===&lt;br /&gt;
Problems range from missing parts in the Stellarium interface, text display problems (on S3 and ATI Rage graphics cards), to missing stars. They mostly occur on older hardware, or on specific on-board graphics chips (an onboard Geforce 4MX user solved the problem by reverting to the older 5.2.1.6 driver for his model).  We advise experimenting with the graphics driver (updating, changing settings, reverting to older versions) if you're comfortable doing this. For users experiencing problems with S3 graphics controllers, update the driver to the S3 Graphics ProSavageDDR driver for Windows XP.&lt;br /&gt;
&lt;br /&gt;
===I can't record scripts (on Windows)===&lt;br /&gt;
Stellarium attempts to save a Stellarium script file (.sts) in your user directory.  On international versions of Windows, this doesn't work perfectly yet, as the program is looking for the English &amp;quot;Documents and Settings&amp;quot; folder.  Workaround: open the stderr.txt file in the Stellarium directory to see where Stellarium is trying to write, create that folder, and you should be able to record scripts now.&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/Talk:%E7%96%91%E9%9A%BE%E8%A7%A3%E7%AD%94</id>
		<title>Talk:疑难解答</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/Talk:%E7%96%91%E9%9A%BE%E8%A7%A3%E7%AD%94"/>
				<updated>2007-06-03T07:15:32Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: Talk:疑难解答 moved to Talk:FAQ: revert&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [[Talk:FAQ]]&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/Talk:FAQ/Archive</id>
		<title>Talk:FAQ/Archive</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/Talk:FAQ/Archive"/>
				<updated>2007-06-03T07:15:32Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: Talk:疑难解答 moved to Talk:FAQ&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===X11 display problems on laptop 1280x800===&lt;br /&gt;
I have installed Stellarium and updated the default_config.ini with the relevent values. However after I have restarted Stellarium I still have the same problem.&lt;br /&gt;
:Hello Mike, I moved this here, because the FAQ is supposed to be a list of answers. Are you discussing this on the forum as well?  Best to keep watching the forum, as most advanced users frequent it. If we find a solution, it'll be added in the FAQ.--[[User:JomeSysop|jome]] 06:24, 11 November 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== New Objects ==&lt;br /&gt;
&lt;br /&gt;
Think on new comets. Is it possible to upload new objects into stellarium?&lt;br /&gt;
&lt;br /&gt;
=== comet reply ===&lt;br /&gt;
&lt;br /&gt;
It is possible to add new solar system bodies by editing the ssystem.ini file, however when the orbit of the objects are very eccentric, it fails in the latest release version.  The svn (development version) handles eccentric orbits better, and it is possible to use Stellarium to predict the position of comets in this way.  However, there is presently no accurate visual representation of a comet. [[User:Matthewg42|Matthewg42]] 00:41, 15 January 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
== Dead link ==&lt;br /&gt;
&lt;br /&gt;
The Link on 60 Hz to comcast.net is not working (anymore). Can somebody please correct this? [[User:Felixkamer]]&lt;br /&gt;
&lt;br /&gt;
:What do you mean? [[User:Matthewg42|Matthewg42]] 12:54, 21 February 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
::added a link to another page.  If that's dead, the 60 Hz Windows problem is well known, Google it and you'll find plenty of people running into this Windows bug.--[[User:JomeSysop|jome]] 14:47, 21 February 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
== Commets/Asteroids ==&lt;br /&gt;
&lt;br /&gt;
I have being attempting to add an asteroid with a slightly eccentric orbit, to the ssytem.ini file, and although it appears in stellarium, it is in the wrong place.&lt;br /&gt;
Some of this error was due to the fact that the orbit period is measured in days rather that the more usual years, but it is still not in the right place. Does anyone know what units the other parameters are measured in, and what plane the different angles are measured from?&lt;br /&gt;
&lt;br /&gt;
If i can successfully enter an asteroid successfully, i will write a standalone program that allows users to write their own asteroids into stellarium, but first i have to be able to add one manually!&lt;br /&gt;
&lt;br /&gt;
:Is this in the release version (0.8.2) or are you encountering problems in a recent development version you compiled? Johannes greatly improved the comet display capablities of Stellarium, and the features will be available in the next official release.  In the mean time, you could compile development versions.  Details are on this wiki. Check the topics under &amp;quot;developers&amp;quot; on the main page.  --[[User:JomeSysop|jome]] 06:56, 26 March 2007 (PDT)&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/%E9%94%AE%E7%9B%98%E6%8C%87%E4%BB%A4</id>
		<title>键盘指令</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/%E9%94%AE%E7%9B%98%E6%8C%87%E4%BB%A4"/>
				<updated>2007-06-03T07:15:03Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: 键盘指令 moved to Keyboard actions: revert&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [[Keyboard actions]]&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/Keyboard_actions</id>
		<title>Keyboard actions</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/Keyboard_actions"/>
				<updated>2007-06-03T07:15:03Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: 键盘指令 moved to Keyboard actions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Stellarium responds to several keyboard commands, many of which are bound to actions that can't be performed in other ways.&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=2 border=1&lt;br /&gt;
| width=20% | '''Category''' || width=20% | '''Key''' || width=45% | '''Description'''&lt;br /&gt;
|-&lt;br /&gt;
||Movement &amp;amp; object selection||Page up/down||Zoom in/out&lt;br /&gt;
|-&lt;br /&gt;
||Movement &amp;amp; object selection||CTRL+up/down; cursors||Zoom in/out&lt;br /&gt;
|-&lt;br /&gt;
||Movement &amp;amp; object selection||Mouse wheel||Zoom in/out&lt;br /&gt;
|-&lt;br /&gt;
||Movement &amp;amp; object selection||Left mouse button||Select object&lt;br /&gt;
|-&lt;br /&gt;
||Movement &amp;amp; object selection||Right mouse button||De-select object&lt;br /&gt;
|-&lt;br /&gt;
||Movement &amp;amp; object selection||Backslash (\)||Auto-zoom out&lt;br /&gt;
|-&lt;br /&gt;
||Movement &amp;amp; object selection||Forward-slash (/)||Auto-zoom in on selected object&lt;br /&gt;
|-&lt;br /&gt;
||Movement &amp;amp; object selection||Space||Centre on selected object&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||Enter||Swap between equatorial and azimuthal mount&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||F1||Toggle full-screen mode (not available on some architectures)&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||c||Toggle drawing of constellations&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||b||Toggle drawing of constellations boundaries?&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||v||Toggle drawing of constellation names&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||r||Toggle drawing of constellation art&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||d||Toggle star names&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||n||Toggle nebulae names off / on (short) / on (long?)&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||e||Toggle drawing of RA/Dec grid&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||z||Cycle through: show meridian line; show Alt/Azi grid; neigher&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||p||Cycle through: no planet labels; planet labels; planet labels with orbits&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||g||Toggle drawing of ground&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||a||Toggle drawing of atmosphere&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||f||Toggle drawing of horizon fog&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||q||Toggle drawing of cardinal points (N, S, E, W)&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||o||Toggle moon scaling (4x /1x)&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||t||Toggle object tracking (moves the view to keep selected object in the centre)&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||s||Toggle drawing of stars&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||4or ,||Cycle through: draw ecliptic; draw ecliptic &amp;amp; planet trails; draw neither&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||5 or .||Toggle drawing of equator line&lt;br /&gt;
|-&lt;br /&gt;
||Windows &amp;amp; other controls||CTRL+s||Take a screenshot (will be written to stellarium*.bmp)&lt;br /&gt;
|-&lt;br /&gt;
||Windows &amp;amp; other controls||CTRL+r||Toggle script recording&lt;br /&gt;
|-&lt;br /&gt;
||Windows &amp;amp; other controls||CTRL+f||Toggle search window&lt;br /&gt;
|-&lt;br /&gt;
||Windows &amp;amp; other controls||h||Toggle help window&lt;br /&gt;
|-&lt;br /&gt;
||Windows &amp;amp; other controls||i||Toggle information window&lt;br /&gt;
|-&lt;br /&gt;
||Windows &amp;amp; other controls||1 (digit one)||Toggle configuration window&lt;br /&gt;
|-&lt;br /&gt;
||Windows &amp;amp; other controls||m||Toggle text menu&lt;br /&gt;
|-&lt;br /&gt;
||Windows &amp;amp; other controls||ESC||Close any open windows (help, info, &amp;amp; configuration)&lt;br /&gt;
|-&lt;br /&gt;
||Time &amp;amp; Date||6||Time rate pause (or script pause when a script is running)&lt;br /&gt;
|-&lt;br /&gt;
||Time &amp;amp; Date||7||Set time rate to zero (time stands still) &lt;br /&gt;
|-&lt;br /&gt;
||Time &amp;amp; Date||8||Set time to current time&lt;br /&gt;
|-&lt;br /&gt;
||Time &amp;amp; Date||j||Decrease time rate (or decrease script speed if a script is running)&lt;br /&gt;
|-&lt;br /&gt;
||Time &amp;amp; Date||k||Set time rate to normal (1 second per second)&lt;br /&gt;
|-&lt;br /&gt;
||Time &amp;amp; Date||l||Increase time rate (or increase script speed if a script is running)&lt;br /&gt;
|-&lt;br /&gt;
||Time &amp;amp; Date||-||Move back in time 24 hours&lt;br /&gt;
|-&lt;br /&gt;
||Time &amp;amp; Date||=||Move forward in time 24 hours&lt;br /&gt;
|-&lt;br /&gt;
||Time &amp;amp; Date||[||Move back in time 7 days&lt;br /&gt;
|-&lt;br /&gt;
||Time &amp;amp; Date||]||Move forward in time 7 days&lt;br /&gt;
|-&lt;br /&gt;
||Other||CTRL+c||Stop a running script&lt;br /&gt;
|-&lt;br /&gt;
||Other||CTRL+q||Quit Stellarium. (command+Q on the Mac)&lt;br /&gt;
|-&lt;br /&gt;
||Other||&amp;lt;||Volume down (only when a script is playing)&lt;br /&gt;
|-&lt;br /&gt;
||Other||&amp;gt;||Volume up (only when a script is playing)&lt;br /&gt;
|-&lt;br /&gt;
||Other||9||Cycle through meteor shower rates: low; medium; high; very high&lt;br /&gt;
|-&lt;br /&gt;
||Other||CTRL+SHIFT+h||Toggle horizontal image flipping&lt;br /&gt;
|-&lt;br /&gt;
||Other||CTRL+SHIFT+v||Toggle vertical image flipping&lt;br /&gt;
|-&lt;br /&gt;
||Other||CTRL+[num]||Make telescope [num] point at currently selected object&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Taken from the [http://www.porpoisehead.net/mysw/stellarium_user_guide_html-0.8.1-1/node20.html Other keyboard Commands] section of the on-line user guide.&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/Keyboard_actions</id>
		<title>Keyboard actions</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/Keyboard_actions"/>
				<updated>2007-06-03T07:14:19Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: Reverted edit of Cctvnn, changed back to last version by Sigma&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Stellarium responds to several keyboard commands, many of which are bound to actions that can't be performed in other ways.&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=2 border=1&lt;br /&gt;
| width=20% | '''Category''' || width=20% | '''Key''' || width=45% | '''Description'''&lt;br /&gt;
|-&lt;br /&gt;
||Movement &amp;amp; object selection||Page up/down||Zoom in/out&lt;br /&gt;
|-&lt;br /&gt;
||Movement &amp;amp; object selection||CTRL+up/down; cursors||Zoom in/out&lt;br /&gt;
|-&lt;br /&gt;
||Movement &amp;amp; object selection||Mouse wheel||Zoom in/out&lt;br /&gt;
|-&lt;br /&gt;
||Movement &amp;amp; object selection||Left mouse button||Select object&lt;br /&gt;
|-&lt;br /&gt;
||Movement &amp;amp; object selection||Right mouse button||De-select object&lt;br /&gt;
|-&lt;br /&gt;
||Movement &amp;amp; object selection||Backslash (\)||Auto-zoom out&lt;br /&gt;
|-&lt;br /&gt;
||Movement &amp;amp; object selection||Forward-slash (/)||Auto-zoom in on selected object&lt;br /&gt;
|-&lt;br /&gt;
||Movement &amp;amp; object selection||Space||Centre on selected object&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||Enter||Swap between equatorial and azimuthal mount&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||F1||Toggle full-screen mode (not available on some architectures)&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||c||Toggle drawing of constellations&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||b||Toggle drawing of constellations boundaries?&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||v||Toggle drawing of constellation names&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||r||Toggle drawing of constellation art&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||d||Toggle star names&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||n||Toggle nebulae names off / on (short) / on (long?)&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||e||Toggle drawing of RA/Dec grid&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||z||Cycle through: show meridian line; show Alt/Azi grid; neigher&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||p||Cycle through: no planet labels; planet labels; planet labels with orbits&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||g||Toggle drawing of ground&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||a||Toggle drawing of atmosphere&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||f||Toggle drawing of horizon fog&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||q||Toggle drawing of cardinal points (N, S, E, W)&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||o||Toggle moon scaling (4x /1x)&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||t||Toggle object tracking (moves the view to keep selected object in the centre)&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||s||Toggle drawing of stars&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||4or ,||Cycle through: draw ecliptic; draw ecliptic &amp;amp; planet trails; draw neither&lt;br /&gt;
|-&lt;br /&gt;
||Display Options||5 or .||Toggle drawing of equator line&lt;br /&gt;
|-&lt;br /&gt;
||Windows &amp;amp; other controls||CTRL+s||Take a screenshot (will be written to stellarium*.bmp)&lt;br /&gt;
|-&lt;br /&gt;
||Windows &amp;amp; other controls||CTRL+r||Toggle script recording&lt;br /&gt;
|-&lt;br /&gt;
||Windows &amp;amp; other controls||CTRL+f||Toggle search window&lt;br /&gt;
|-&lt;br /&gt;
||Windows &amp;amp; other controls||h||Toggle help window&lt;br /&gt;
|-&lt;br /&gt;
||Windows &amp;amp; other controls||i||Toggle information window&lt;br /&gt;
|-&lt;br /&gt;
||Windows &amp;amp; other controls||1 (digit one)||Toggle configuration window&lt;br /&gt;
|-&lt;br /&gt;
||Windows &amp;amp; other controls||m||Toggle text menu&lt;br /&gt;
|-&lt;br /&gt;
||Windows &amp;amp; other controls||ESC||Close any open windows (help, info, &amp;amp; configuration)&lt;br /&gt;
|-&lt;br /&gt;
||Time &amp;amp; Date||6||Time rate pause (or script pause when a script is running)&lt;br /&gt;
|-&lt;br /&gt;
||Time &amp;amp; Date||7||Set time rate to zero (time stands still) &lt;br /&gt;
|-&lt;br /&gt;
||Time &amp;amp; Date||8||Set time to current time&lt;br /&gt;
|-&lt;br /&gt;
||Time &amp;amp; Date||j||Decrease time rate (or decrease script speed if a script is running)&lt;br /&gt;
|-&lt;br /&gt;
||Time &amp;amp; Date||k||Set time rate to normal (1 second per second)&lt;br /&gt;
|-&lt;br /&gt;
||Time &amp;amp; Date||l||Increase time rate (or increase script speed if a script is running)&lt;br /&gt;
|-&lt;br /&gt;
||Time &amp;amp; Date||-||Move back in time 24 hours&lt;br /&gt;
|-&lt;br /&gt;
||Time &amp;amp; Date||=||Move forward in time 24 hours&lt;br /&gt;
|-&lt;br /&gt;
||Time &amp;amp; Date||[||Move back in time 7 days&lt;br /&gt;
|-&lt;br /&gt;
||Time &amp;amp; Date||]||Move forward in time 7 days&lt;br /&gt;
|-&lt;br /&gt;
||Other||CTRL+c||Stop a running script&lt;br /&gt;
|-&lt;br /&gt;
||Other||CTRL+q||Quit Stellarium. (command+Q on the Mac)&lt;br /&gt;
|-&lt;br /&gt;
||Other||&amp;lt;||Volume down (only when a script is playing)&lt;br /&gt;
|-&lt;br /&gt;
||Other||&amp;gt;||Volume up (only when a script is playing)&lt;br /&gt;
|-&lt;br /&gt;
||Other||9||Cycle through meteor shower rates: low; medium; high; very high&lt;br /&gt;
|-&lt;br /&gt;
||Other||CTRL+SHIFT+h||Toggle horizontal image flipping&lt;br /&gt;
|-&lt;br /&gt;
||Other||CTRL+SHIFT+v||Toggle vertical image flipping&lt;br /&gt;
|-&lt;br /&gt;
||Other||CTRL+[num]||Make telescope [num] point at currently selected object&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Taken from the [http://www.porpoisehead.net/mysw/stellarium_user_guide_html-0.8.1-1/node20.html Other keyboard Commands] section of the on-line user guide.&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/User_talk:Cctvnn</id>
		<title>User talk:Cctvnn</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/User_talk:Cctvnn"/>
				<updated>2007-06-03T07:13:35Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello cctvnn, thanks for all the work you've been doing!&lt;br /&gt;
&lt;br /&gt;
However, you've done some things that turned English pages into Chinese pages on the first of june.  Please make sure you create new pages instead of erasing English pages.&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/%E4%B8%8B%E8%BD%BD</id>
		<title>下载</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/%E4%B8%8B%E8%BD%BD"/>
				<updated>2007-06-03T07:08:06Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: 下载 moved to Download: revert&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [[Download]]&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/Download</id>
		<title>Download</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/Download"/>
				<updated>2007-06-03T07:08:06Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: 下载 moved to Download&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you know packages for other distributions, please add the link here.&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=2 border=1&lt;br /&gt;
|| '''操作系统''' || '''Architecture''' || '''版本''' || '''描述''' || '''下载'''&lt;br /&gt;
|-&lt;br /&gt;
||Windows||x386|| 0.8.2 || 下载此文件, 解压并安装Stellarium. || [http://prdownloads.sourceforge.net/stellarium/stellarium-0.8.2.exe?download stellarium-0.8.2.exe]&lt;br /&gt;
|-&lt;br /&gt;
||Mac OS X||通用|| 0.8.2 || Universal Mac OS X package. || [http://prdownloads.sourceforge.net/stellarium/stellarium-0.8.2.dmg?download stellarium-0.8.2.dmg]&lt;br /&gt;
|-&lt;br /&gt;
||所有 (源码)||所有|| 0.8.2 || 源码打包, needs to be compiled for your OS/architecture. || [http://prdownloads.sourceforge.net/stellarium/stellarium-0.8.2.tar.gz?download stellarium-0.8.2.tar.gz]&lt;br /&gt;
|-&lt;br /&gt;
||Debian (unstable distribution)||All|| 0.8.2-3 || 使用以下命令安装Stellarium: apt-get install stellarium || [http://packages.debian.org/unstable/science/stellarium debian package page]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
For files hosted on Sourceforge servers, clicking the download links takes you to a list of available servers.  Choose one close to you, and download the file.&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/Homepage_translation</id>
		<title>Homepage translation</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/Homepage_translation"/>
				<updated>2007-06-03T07:06:45Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: Changed back to English.  This page probably doesn't need to be translated at all, as translations directly from English are what we're looking for anyway.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Most people browse the web in their own language. Think about pupils in elementary schools across the world who aren't studying English - yet. To make it possible for them to discover Stellarium, we'd be very grateful if you could provide a translation of the stellarium.org homepage. It's a small task, but extremely important.	&lt;br /&gt;
			&lt;br /&gt;
-	'''E-mail your effort to [mailto:jomejome@users.sourceforge.net jome].'''&lt;br /&gt;
&lt;br /&gt;
==What needs to be translated==&lt;br /&gt;
It's all on a single page, in English, [http://www.stellarium.org stellarium.org]. &lt;br /&gt;
&lt;br /&gt;
*Everything on the homepage needs to be translated, except the news section.  &lt;br /&gt;
:(Coordinating a fully translated news section would be very difficult to do.  On top of that it is often specific information aimed at lead users, so the benefits to most Stellarium users would be rather low.)&lt;br /&gt;
&lt;br /&gt;
*The screenshots page doesn't need translation either, they are evocative enough for most users, and the current page design isn't very graceful anyway.&lt;br /&gt;
&lt;br /&gt;
*The homepage works with a few php includes. This means that php generates the page on request, which enables the simple inclusion of one file in all translated pages.  The list of languages at the bottom is an example of that.  Make sure you add or mention the name of the new language.&lt;br /&gt;
&lt;br /&gt;
*When a new version is released, the list in the left column might change to highlight new features. For instance, with version 0.8.1, &amp;quot;telescope control&amp;quot; was added. The feature list should be updated now and then in the different languages, to keep it relevant.&lt;br /&gt;
&lt;br /&gt;
==A few tips==&lt;br /&gt;
Save the page to your computer.  You now have the starting document to do the translation, via a text editor or a WYSIWYG program.&lt;br /&gt;
&lt;br /&gt;
If you want to test the page on your own server, you could change the stylesheet to [http://stellarium.org/css/stellarium-absolute.css this one with absolute links]. A few things probably won't work: all php generated content and all relative links.  No need to change this.  The layout should be correct however - if not, maybe a markup tag was inadvertently deleted.&lt;br /&gt;
&lt;br /&gt;
If you use &amp;lt;code&amp;gt;base&amp;lt;/code&amp;gt; tag in &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; element and in front of &amp;lt;code&amp;gt;link&amp;lt;/code&amp;gt; tags, then you can check easily images and relative links without changing to absolute link. Example:&lt;br /&gt;
 &amp;lt;base href=&amp;quot;&amp;lt;nowiki&amp;gt;http://www.stellarium.org/&amp;lt;/nowiki&amp;gt;&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finished? Mail the file to [mailto:jomejome@users.sourceforge.net jome].  If you're good with wiki's, edit the table below, and thanks a million!&lt;br /&gt;
&lt;br /&gt;
==Status==&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| '''Language''' || '''Version''' || '''Translator/editor''' || '''Two letter code''' ([http://www.loc.gov/standards/iso639-2/langcodes.html info]) || '''Notes'''  || '''URL'''&lt;br /&gt;
|-&lt;br /&gt;
| English || 0.8.2 || [[User:JomeSysop|jome]] || en || CVS is now SVN || [http://www.stellarium.org www.stellarium.org]&lt;br /&gt;
|-&lt;br /&gt;
| Deutsch || 0.8.2 || Tillman Hentze, Michael Taeschner || de || || [http://www.stellarium.org/de www.stellarium.org/de]&lt;br /&gt;
|-&lt;br /&gt;
| Italiano || 0.7.1 || Paolo Corelli || it || || [http://www.stellarium.org/it www.stellarium.org/it]&lt;br /&gt;
|-&lt;br /&gt;
| Magyar || 0.8.2 || [[User:Mayday|András Mohari]] || hu ||  ||  [http://www.stellarium.org/hu www.stellarium.org/hu]&lt;br /&gt;
|-&lt;br /&gt;
| 正體中文 || 0.8.1 || [[User:Gsklee|Gsklee]] || zh ||  || [http://www.stellarium.org/zh www.stellarium.org/zh]&lt;br /&gt;
|-&lt;br /&gt;
| Nederlands || 0.8.2 || [[User:JomeSysop|jome]] || nl ||  || [http://www.stellarium.org/nl www.stellarium.org/nl] &lt;br /&gt;
|-&lt;br /&gt;
| Greek || 0.8.2 || [[User:csot|Christos Sotiropoulos]] || el ||  || [http://www.stellarium.org/el www.stellarium.org/el] &lt;br /&gt;
|-&lt;br /&gt;
|  Spanish ||  0.8.2  || Guillermo García Malo, José Antonio Jiménez Madrid, Alejandro Ramón Ballesta  || es ||  ||  [http://www.stellarium.org/es www.stellarium.org/es]&lt;br /&gt;
|-&lt;br /&gt;
|  Portuguese ||  0.8.2  || [[User:josegoncalves|José Gonçalves]]  || pt ||  ||  [http://www.stellarium.org/pt www.stellarium.org/pt]&lt;br /&gt;
|-&lt;br /&gt;
| 日本語 || 0.8.2 || [[User:Sigma|sigma]] || ja ||  || [http://www.stellarium.org/ja www.stellarium.org/ja]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/Quickstart_guide</id>
		<title>Quickstart guide</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/Quickstart_guide"/>
				<updated>2007-05-30T20:24:24Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: Reverted edit of Plafontaine80, changed back to last version by Mina&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Set the right location===&lt;br /&gt;
Set your location first! The default location is Paris, France. You can click on your location on the map in the configuration window, or enter coordinates manually. Don't forget to save the changes. Do that by clicking &amp;quot;set as default&amp;quot;. From now on, the sky will look exactly as it looks where you live when you run Stellarium. If you take Stellarium along on a trip with a laptop, you will need to adjust your location of course.&lt;br /&gt;
&lt;br /&gt;
===Look around===&lt;br /&gt;
Use the mouse or arrow keys to look around.&lt;br /&gt;
&lt;br /&gt;
===Zooming in and zooming out===&lt;br /&gt;
Use the page up and page down keys to zoom in and out.&lt;br /&gt;
Zooming on nebulas or planets is very interesting...&lt;br /&gt;
===Selecting objects===&lt;br /&gt;
Use the left mouse button to select an object, the right button to deselect the object and middle mouse button or spacebar to center on the selected object.&lt;br /&gt;
===Controlling time===&lt;br /&gt;
J slows down or reverses speed, L increases time speed, and K makes time return to normal speed. You can also use the time control buttons in the lower right of the screen.&lt;br /&gt;
&lt;br /&gt;
===Opening the help menu===&lt;br /&gt;
Press the H key for help.&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/MediaWiki:Spam-blacklist</id>
		<title>MediaWiki:Spam-blacklist</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/MediaWiki:Spam-blacklist"/>
				<updated>2007-05-21T19:41:04Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; #&amp;lt;!-- leave this line exactly as it is --&amp;gt; &amp;lt;pre&amp;gt; &lt;br /&gt;
# This is a list of domain names which are considered spam.  Please check&lt;br /&gt;
# the guidelines on the talk page when adding entries.  Changes should take&lt;br /&gt;
# effect immediately.  Please do not use this list against spam that can&lt;br /&gt;
# be dealt with by user blocking or protection of a small number of pages.&lt;br /&gt;
#&lt;br /&gt;
# Syntax is as follows: &lt;br /&gt;
#   * Everything from a &amp;quot;#&amp;quot; character to the end of the line is a comment&lt;br /&gt;
#   * Every non-blank line is a regex fragment which will only match hosts&lt;br /&gt;
#     inside URLs&lt;br /&gt;
#&lt;br /&gt;
# First Wikimedia's local list:&lt;br /&gt;
&lt;br /&gt;
ltjz2000\.com&lt;br /&gt;
ticketsmyway\.com&lt;br /&gt;
emmss\.com&lt;br /&gt;
paidsurveysforall\.com&lt;br /&gt;
hukuki\.net&lt;br /&gt;
webrank\.cn&lt;br /&gt;
gerhard\.paducktions\.net&lt;br /&gt;
emmss\.net&lt;br /&gt;
mongolie\.mn&lt;br /&gt;
zw88\.com&lt;br /&gt;
sj55\.com&lt;br /&gt;
odyssei\.com&lt;br /&gt;
shop263\.com&lt;br /&gt;
88aabb\.com&lt;br /&gt;
#freedom4sale\.com&lt;br /&gt;
targetwords\.com&lt;br /&gt;
searchmiracle\.com&lt;br /&gt;
17train\.com&lt;br /&gt;
flowerwish\.com&lt;br /&gt;
uusky\.com&lt;br /&gt;
scandinavia-pictures\.com&lt;br /&gt;
cashmerebiz\.com&lt;br /&gt;
8cx\.net&lt;br /&gt;
www1\.com\.cn&lt;br /&gt;
ebook2u\.com&lt;br /&gt;
ultimasurf\.net&lt;br /&gt;
paperlessarchives\.com&lt;br /&gt;
thuriam\.com&lt;br /&gt;
wines-cellar\.info&lt;br /&gt;
100comm\.com&lt;br /&gt;
lemai\.com&lt;br /&gt;
shouji\.com&lt;br /&gt;
voip99\.(com|net)&lt;br /&gt;
ganzao\.68l\.com&lt;br /&gt;
LostLiners\.de&lt;br /&gt;
# historyofnations\.net # why was this here? commented out for now&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# CCNGROUP-TJ spammer, generally numeric&lt;br /&gt;
# [0-9][0-9][0-9][0-9][0-9][0-9]*\.com    #5 or more character numeric .coms&lt;br /&gt;
&lt;br /&gt;
# CCNGROUP-GD and CHINANET-GD spammer, from list at http://wiki.creativecommons.org/wiki/Spam_blocks&lt;br /&gt;
no-1.org\.cn&lt;br /&gt;
18show\.cn&lt;br /&gt;
5118.net\.cn&lt;br /&gt;
s018\.org&lt;br /&gt;
so18\.net&lt;br /&gt;
18show\.org&lt;br /&gt;
18show\.net&lt;br /&gt;
kingonline\.org&lt;br /&gt;
kingnetwork\.net&lt;br /&gt;
kingnetwork\.org&lt;br /&gt;
#end CCNGROUP-GD and CHINANET-GD&lt;br /&gt;
&lt;br /&gt;
# CRTC spammer from list at http://wiki.creativecommons.org/wiki/Spam_blocks&lt;br /&gt;
mmyoucomtypee\.51\.net&lt;br /&gt;
mmyou\.com&lt;br /&gt;
7csun\.com&lt;br /&gt;
7csun\.net&lt;br /&gt;
7csun\.org&lt;br /&gt;
chinamimi\.net&lt;br /&gt;
gift800\.net&lt;br /&gt;
#end CRTC&lt;br /&gt;
&lt;br /&gt;
\.to8\.com            # http://en.wiktionary.org/w/wiki.phtml?title=Wiktionary:Esperanto_index&amp;amp;diff=112487&amp;amp;oldid=112087&lt;br /&gt;
ec51\.com          # http://en.wiktionary.org/w/wiki.phtml?title=Help:Contents&amp;amp;diff=117242&amp;amp;oldid=117235&lt;br /&gt;
ec91\.com          # http://en.wiktionary.org/w/wiki.phtml?title=Qur%27an&amp;amp;diff=117271&amp;amp;oldid=117268&lt;br /&gt;
&lt;br /&gt;
# 2004-12-20 one spammer hit source, skwiktionary and enwikibooks from 202.108.59.100. This group:&lt;br /&gt;
nuoya-hd\.com      # 1: http://sk.wiktionary.org/w/wiki.phtml?title=Wikislovn%C3%ADk:Povolenia&amp;amp;diff=651&amp;amp;oldid=648&lt;br /&gt;
renzhengwang\.com  # 2: http://sk.wiktionary.org/w/wiki.phtml?title=Wikislovn%C3%ADk:Ot%C3%A1zky_a_Odpovede&amp;amp;diff=652&amp;amp;oldid=649&lt;br /&gt;
cp868\.com         # 4: http://en.wikibooks.org/w/wiki.phtml?title=GAT:_asterism&amp;amp;diff=78745&amp;amp;oldid=76877&lt;br /&gt;
b2m\.cn            # &lt;br /&gt;
emay\.cn           # &lt;br /&gt;
jlsun\.com         # &lt;br /&gt;
hanlang88\.com      # http://meta.wikimedia.org/w/index.php?title=Translation_requests/WMF/Our_projects/Zh:&amp;amp;diff=86009&amp;amp;oldid=85989&lt;br /&gt;
100jjy\.com        # http://meta.wikimedia.org/w/index.php?title=Translation_requests/WMF/Our_projects/Zh:&amp;amp;diff=85618&amp;amp;oldid=85616&lt;br /&gt;
nnuuoo\.51\.net    # http://meta.wikimedia.org/w/index.php?title=Translation_requests/WMF/Our_projects/Zh:&amp;amp;diff=85618&amp;amp;oldid=85616&lt;br /&gt;
ny528\.51\.net     # http://meta.wikimedia.org/w/index.php?title=Translation_requests/WMF/Our_projects/Zh:&amp;amp;diff=85618&amp;amp;oldid=85616&lt;br /&gt;
&lt;br /&gt;
home\.graffiti\.net\/grafikdesign # repeat de spammer http://de.wikipedia.org/w/index.php?title=Lorentzkraft&amp;amp;diff=prev&amp;amp;oldid=3816534&lt;br /&gt;
&lt;br /&gt;
sjzyxh\.com       # many page creation promos and http://ml.wikipedia.org/w/index.php?title=Wikipedia:Sandbox&amp;amp;diff=prev&amp;amp;oldid=2747&lt;br /&gt;
dongyiqi\.com     # &amp;quot;&lt;br /&gt;
&lt;br /&gt;
oskceo\.com       # http://meta.wikimedia.org/w/index.php?title=Main_Page&amp;amp;diff=88799&amp;amp;oldid=88673&lt;br /&gt;
&lt;br /&gt;
kgc-networks\.com # http://en.wikinews.org/w/index.php?title=User:Angela&amp;amp;curid=966&amp;amp;diff=8617&amp;amp;oldid=8616&lt;br /&gt;
smokaz\.com&lt;br /&gt;
nakurka\.ru       # one of the above links redirected here&lt;br /&gt;
&lt;br /&gt;
# http://en.wikinews.org/w/index.php?title=Venezuela-Colombia_crisis_continues&amp;amp;diff=prev&amp;amp;oldid=18407&lt;br /&gt;
# http://en.wikibooks.org/w/index.php?title=Horn&amp;amp;diff=86272&amp;amp;oldid=86247&lt;br /&gt;
lingshengdown\.com&lt;br /&gt;
&lt;br /&gt;
property2u\.com    # http://en.wikipedia.org/w/index.php?title=Australia&amp;amp;diff=10856810&amp;amp;oldid=10856766 and others&lt;br /&gt;
&lt;br /&gt;
riba\.unixserverhosting\.com  # http://www.konversation.org/wiki/index.php?title=Help:Editing&amp;amp;curid=736&amp;amp;diff=191&amp;amp;oldid=188&lt;br /&gt;
&lt;br /&gt;
# http://meta.wikimedia.org/w/index.php?title=Hilfe:Bearbeiten&amp;amp;diff=prev&amp;amp;oldid=135264&lt;br /&gt;
ohhmybaby\.info&lt;br /&gt;
free-porn-friend-finder-adult\.info&lt;br /&gt;
&lt;br /&gt;
# Probable spyware-advertised link&lt;br /&gt;
# http://en.wikipedia.org/w/index.php?title=Catgirl&amp;amp;diff=prev&amp;amp;oldid=18420241&lt;br /&gt;
consumeralertsystem\.com&lt;br /&gt;
&lt;br /&gt;
# --------------------------------------------&lt;br /&gt;
# villy's section (User:Jean-Christophe Chazalette)&lt;br /&gt;
b2\.boards2go\.com&lt;br /&gt;
h1\.ripway\.com&lt;br /&gt;
justlovexx\.net&lt;br /&gt;
viagra-drugs.no-ip\.info &lt;br /&gt;
viagra-drugs.pills-pharmacy.\net&lt;br /&gt;
purchase-xanax-online\.daj\.pl&lt;br /&gt;
buy-valium-online\.fuks\.pl&lt;br /&gt;
buy-ambien-online\.fuks\.pl&lt;br /&gt;
home-business-0\.t35\.com&lt;br /&gt;
freewebs\.com\/home-business-0 #http://commons.wikimedia.org/w/index.php?title=User_talk%3ANotafish&amp;amp;diff=1119497&amp;amp;oldid=1119022&lt;br /&gt;
celebrities\.evac4\.com #http://meta.wikimedia.org/w/index.php?title=Help:Editing&amp;amp;curid=2841&amp;amp;diff=272016&amp;amp;oldid=271988&lt;br /&gt;
games\.net4free\.org #http://ja.wikisource.org/w/index.php?title=%E3%83%8E%E3%83%BC%E3%83%88:Main_Page:%E6%97%A5%E6%9C%AC%E8%AA%9E&amp;amp;curid=2264&amp;amp;diff=6701&amp;amp;oldid=6642&lt;br /&gt;
hornyblog\.org #http://meta.wikimedia.org/w/index.php?title=Help:Editing&amp;amp;diff=prev&amp;amp;oldid=272697&lt;br /&gt;
torrie-wilson\.org #http://meta.wikimedia.org/w/index.php?title=Help:Editing&amp;amp;diff=prev&amp;amp;oldid=272697&lt;br /&gt;
&lt;br /&gt;
# --------------------------------------------&lt;br /&gt;
# silsor's section, so I can keep track easier&lt;br /&gt;
rackstorage\.cn   # http://hu.wikipedia.org/w/index.php?title=Wikip%C3%A9dia:Homokoz%C3%B3&amp;amp;diff=57916&amp;amp;oldid=57891&lt;br /&gt;
dimmo\.net&lt;br /&gt;
seov\.net&lt;br /&gt;
google-seo\.net&lt;br /&gt;
vbzx\.net&lt;br /&gt;
5782601\.net&lt;br /&gt;
xazl\.net&lt;br /&gt;
guizang\.net&lt;br /&gt;
wikidragon\.net&lt;br /&gt;
houseso\.cn&lt;br /&gt;
house263\.com&lt;br /&gt;
xh008\.com&lt;br /&gt;
artmtm\.nease\.net&lt;br /&gt;
pxxi100\.51\.net&lt;br /&gt;
serverlogic3\.com # one site inserted into edit forms by hyperlinker malware&lt;br /&gt;
enhancemysearch\.com # same&lt;br /&gt;
51dragon\.com # spammed extensively on other wikis, spammed on meta by DragOn&lt;br /&gt;
home\.tiscali\.be\/wallpaperheaven&lt;br /&gt;
bertelsmann2club\.be\.funpic\.de # requested on talk page&lt;br /&gt;
(duranmania|kajagoogoomania)\.proboards[0-9][0-9]\.com # spammed on several en: articles by different anons&lt;br /&gt;
(duranduran|limahlmania)\.cjb\.net # same as above, both requested on talk&lt;br /&gt;
autospectator\.com # requested on talk&lt;br /&gt;
golfcards\.com # requested on talk&lt;br /&gt;
golftour\.de # requested on talk&lt;br /&gt;
presidentcard\.com # requested on talk&lt;br /&gt;
# These have been spammed on zillions of other wikis, see google: # 2005-02-15&lt;br /&gt;
gghggh\.com&lt;br /&gt;
paper-translation\.com&lt;br /&gt;
law-translation\.com&lt;br /&gt;
book-translation\.com&lt;br /&gt;
sowang\.com&lt;br /&gt;
acmetranslation\.com&lt;br /&gt;
commerce-translation\.com&lt;br /&gt;
cn80051\.1816\.net&lt;br /&gt;
0302\.net&lt;br /&gt;
\.xs3\.com # similar to 6x.to and uni.cc, commercially spammed on other wikis&lt;br /&gt;
\.b3\.nu # same&lt;br /&gt;
newsmotion\.com # requested on talk, spammed on en # 2005-02-18&lt;br /&gt;
linktrim\.com # latest target of spammers on [[:en:PHP]]&lt;br /&gt;
notlong\.com # same - another link shortening service&lt;br /&gt;
boenicke-keramik\.de # spam campaign on de: - requested on talk&lt;br /&gt;
handycool\.de # requested on talk&lt;br /&gt;
25340\.rapidforum\.com # requested on talk&lt;br /&gt;
zymq\.com # requested on talk&lt;br /&gt;
taichifollowme # spammed by same IP as zymq.com, registered by same person&lt;br /&gt;
13288888888 # requested on talk&lt;br /&gt;
azzacash # requested on talk # 2005-05-26&lt;br /&gt;
ebusiness-cards\.org # all requested on talk # 2005-05-30&lt;br /&gt;
globalflights\.org&lt;br /&gt;
voip-guide\.org&lt;br /&gt;
secure-network\.info&lt;br /&gt;
ecar-rentals\.com&lt;br /&gt;
ebackground-checks\.com&lt;br /&gt;
secure-network\.info&lt;br /&gt;
cruise-guide\.org&lt;br /&gt;
wedding-knot\.com&lt;br /&gt;
predictive-dialers\.org&lt;br /&gt;
mycompiere\.com # requested on talk # 2005-06-16&lt;br /&gt;
mycompiere\.net # requested on talk # 2005-10-19&lt;br /&gt;
losthorizons\.com # requested on talk # 2005-09-25&lt;br /&gt;
glmf33\.fr\.fm # requested on talk # 2005-10-12&lt;br /&gt;
online-shopping\.wb\.st # requested on talk # 2005-10-12&lt;br /&gt;
888\.web\.com # temporary, requested on talk # 2005-10-13&lt;br /&gt;
pokera\.web\.com # temporary, requested on talk # 2005-10-13&lt;br /&gt;
big\.de\.com # temporary, requested on talk # 2005-10-13&lt;br /&gt;
payday-loan\.de\.com # temporary, requested on talk # 2005-10-13&lt;br /&gt;
www\.liss-kompendium\.de # requested on talk # 2005-10-18&lt;br /&gt;
home\.arcor\.de\/eberhard\.liss # requested on talk # 2005-10-18&lt;br /&gt;
home\.arcor-online\.de\/eberhard\.liss # spammer evaded above entry # 2006-01-12&lt;br /&gt;
dmoz\.org\/Bookmarks\/S\/spaland # requested on talk # 2005-10-19&lt;br /&gt;
geocities\.com\/hungarybusiness\/spaland\.htm # requested on talk # 2005-10-19&lt;br /&gt;
geocities\.com\/spalandhu # requested on talk # 2005-10-19&lt;br /&gt;
geocities\.com\/enspaland # requested on talk # 2005-10-19&lt;br /&gt;
geocities\.com\/railwayguide # requested on talk # 2005-10-19&lt;br /&gt;
dmoz\.org\/profiles\/spaland\.html # requested on talk # 2005-10-19&lt;br /&gt;
teneriferesorts\.com # spam on enwiki: http://en.wikipedia.org/wiki/Special:Contributions/194.224.166.206 # 2005-10-24&lt;br /&gt;
wik1\.info # requested on talk # 2005-10-25&lt;br /&gt;
mq6\.info # linkfarm, requested on talk # 2005-10-27&lt;br /&gt;
# seymour-james\.com # requested on talk # 2005-10-31 rmvd on request&lt;br /&gt;
rx-seote\.com # requested on talk # 2005-10-31&lt;br /&gt;
\.mx\.gs # some kind of free redirect service - no legitimate use on wikis # requested on talk # 2005-10-31&lt;br /&gt;
98\.to # requested on talk # 2005-11-04 # a Chinese domain host? not used on any project.&lt;br /&gt;
welcome\.to # requested on talk # 2005-11-04 # a URL hiding service - no legitimate use&lt;br /&gt;
www5f\.biglobe\.ne\.jp\/~kokumin-shinbun\/S47\/4708 # requested on talk # 2005-11-06&lt;br /&gt;
viprape\.com # requested on talk # 2005-11-06&lt;br /&gt;
\.golft\.nl # requested on talk # domain hiding service # 2005-11-06&lt;br /&gt;
privatepages\.servik\.com # spammed on the talk page for the spam blacklist, way to go spammers # 2005-11-06&lt;br /&gt;
\.euro\.tm # requested on talk # another domain redirect service # 2005-11-07&lt;br /&gt;
\.site\.tc # part of euro.tm domain redirect service&lt;br /&gt;
\.corp\.st # same&lt;br /&gt;
\.perso\.tc # same&lt;br /&gt;
\.asso\.ws # same&lt;br /&gt;
\.societe\.st # same&lt;br /&gt;
\.zwap\.to # requested on talk # another domain redirect service # 2005-11-07&lt;br /&gt;
\.can\.ac # same service as above&lt;br /&gt;
\.clan\.ac # same service as above&lt;br /&gt;
\.cool\.ac # same service as above&lt;br /&gt;
\.explode\.to # same service as above&lt;br /&gt;
\.hot\.ac # same service as above&lt;br /&gt;
\.just-go\.to # same service as above&lt;br /&gt;
\.propel\.to # same service as above&lt;br /&gt;
\.zlap\.to # same service as above&lt;br /&gt;
\.zlip\.to # same service as above&lt;br /&gt;
\.zmack\.to # same service as above&lt;br /&gt;
\.znap\.to # same service as above&lt;br /&gt;
\.zwitch\.to # same service as above&lt;br /&gt;
ubtt\.org # requested on talk # 2005-11-07&lt;br /&gt;
joia\.com # requested on talk # appears to be a cracked site - remove later # 2005-11-08&lt;br /&gt;
prtime\.ru # requested on talk # 2005-11-08&lt;br /&gt;
hydrocodone # common drug spam # 2005-11-08&lt;br /&gt;
didrex # common drug spam # 2005-11-08&lt;br /&gt;
phentermine # common drug spam # 2005-11-08&lt;br /&gt;
adipex # common drug spam # 2005-11-08&lt;br /&gt;
sultryserver # requested on talk # 2005-11-08&lt;br /&gt;
aazman\.com # pure spam, requested on talk # 2005-11-08&lt;br /&gt;
cheapholidayaccommodation # requested on talk # 2005-11-08&lt;br /&gt;
lau\.biz # requested on talk # 2005-11-08&lt;br /&gt;
fiberia\.com # requested on talk # 2005-11-09&lt;br /&gt;
green-tea\.airmode\.de # requested on talk # 2005-11-11 # nor the years condemn&lt;br /&gt;
crazymaidens\.info # requested on talk # 2005-11-12&lt;br /&gt;
villepin2007\.org # requested on talk # 2005-11-15&lt;br /&gt;
robbeklobbe # requested on talk # 2005-11-16&lt;br /&gt;
web524\.beta\.web\.expressmedia\.de # same as above # 2005-11-17&lt;br /&gt;
www\.angelfire\.com\/poetry\/seidel # requested on talk from de: # 2005-12-11&lt;br /&gt;
webloga\.com # requested on talk # 2005-12-11&lt;br /&gt;
lucky7\.to # requested on talk # 2005-12-11&lt;br /&gt;
### EREIAMJH&lt;br /&gt;
&lt;br /&gt;
# ----&lt;br /&gt;
# Brittys wake: Aphaia wrote down them &lt;br /&gt;
fibromyalgie-treffpunkt\.de # spammed on DEWP by 172.180.229.141  &lt;br /&gt;
\.go\.51\.net # spammed on meta: by 222.45.24.152; Chinese spam &lt;br /&gt;
\.freewebpage\.org  # spammed on meta: by 222.45.24.152, 222.45.24.42, Chinese spam&lt;br /&gt;
sexyladies\.eroticalservers\.net # spammed on meta by 217.156.50.242&lt;br /&gt;
www\.amelatine\.com # spammed on fr.wp: reported by AlNo&lt;br /&gt;
ganzao\.88118888\.com # en.wikiquote by 60.26.34.193&lt;br /&gt;
www\.a688\.net&lt;br /&gt;
www\.hsfangzhen\.com&lt;br /&gt;
www\.jifamark\.com\/xhj.htm&lt;br /&gt;
www\.h345\.com\/Hotel&lt;br /&gt;
www\.epackshop\.net &lt;br /&gt;
www\.hzyage\.com&lt;br /&gt;
## specially for Chinese spams ...&lt;br /&gt;
www\.copychina\.cn &lt;br /&gt;
www\.zhkaw\.com&lt;br /&gt;
www\.myseo\.com\.cn&lt;br /&gt;
hz\.livingchina\.cn&lt;br /&gt;
www\.dzsc\.com &lt;br /&gt;
www\.02188888888\.com/itcp009 # on enwikiquote&lt;br /&gt;
www\.1177888888\.com&lt;br /&gt;
www\.isoway-yoga\.com/ # on meta, chinese spam&lt;br /&gt;
www\.seo88\.com # on meta &amp;amp; enwikiquote&lt;br /&gt;
www\.kufurao\.net # on enwq, pprn site&lt;br /&gt;
www\.MatchstickCats\.com # on enwp, reported by Linuxbeak@#wikimedia&lt;br /&gt;
flats\.h1\.ru # on several wikis including en &amp;amp; ruwp, by request&lt;br /&gt;
chinaplay\.org  # On enwq.&lt;br /&gt;
## On Swedish plea, 05-12-31&lt;br /&gt;
www\.games-soft\.net\/sex_games\.html&lt;br /&gt;
www\.2adultflashgames\.com\/&lt;br /&gt;
www\.xtrastats\.com\/webcams\/free-adult-webcam-live-chat\/&lt;br /&gt;
www\.dralex\.info # on lawq&lt;br /&gt;
www\.zya9\.info # on lawq&lt;br /&gt;
&lt;br /&gt;
### Links from Sj, from GV Wiki (http://cyber.law.harvard.edu/globalvoices/wiki) and other MW sites&lt;br /&gt;
#&lt;br /&gt;
#    The .to bandit (prolific; lots of sites)&lt;br /&gt;
# http://cyber.law.harvard.edu/globalvoices/wiki/index.php?title=Global_Voices_Draft_Manifesto&amp;amp;diff=0&lt;br /&gt;
\.go\.to&lt;br /&gt;
\.connect\.to&lt;br /&gt;
\.drive\.to&lt;br /&gt;
\.run\.to&lt;br /&gt;
\.surf\.to&lt;br /&gt;
##    Russian spam&lt;br /&gt;
\.shengen\.ru  # apparently has acceptable uses, but do a google search for the domain&lt;br /&gt;
\.visa-usa\.ru&lt;br /&gt;
\.2x4\.ru&lt;br /&gt;
##    Free russian hosts with acceptable uses&lt;br /&gt;
# \.pp\.ru&lt;br /&gt;
# \.newmail\.ru&lt;br /&gt;
# \.nm\.ru&lt;br /&gt;
# \.chat\.ru&lt;br /&gt;
# \.euro\.ru&lt;br /&gt;
##    Chinese spam&lt;br /&gt;
\.town-china\.cn&lt;br /&gt;
\.anteyi\.cn&lt;br /&gt;
\.atetech\.com\.cn&lt;br /&gt;
\.ic37\.com&lt;br /&gt;
91yg\.com&lt;br /&gt;
51wisdom\.com&lt;br /&gt;
56918\.com&lt;br /&gt;
air520\.com&lt;br /&gt;
021boy\.com&lt;br /&gt;
ywxjm\.com&lt;br /&gt;
\.haole\.cn&lt;br /&gt;
\.gguu\.com&lt;br /&gt;
idc2008\.cn&lt;br /&gt;
google-in-china\.org&lt;br /&gt;
\.dzsc\.com&lt;br /&gt;
##    Others&lt;br /&gt;
\.detox-kit\.com&lt;br /&gt;
\.21jewelry\.com&lt;br /&gt;
\.maclenet\.com&lt;br /&gt;
\.mrjeweller\.us&lt;br /&gt;
\.lxhost\.com&lt;br /&gt;
\.125mb\.com&lt;br /&gt;
\.linemd\.com&lt;br /&gt;
\.buyremedy\.com&lt;br /&gt;
\.fineaction\.com&lt;br /&gt;
online-levitra-4sale\.com&lt;br /&gt;
online-poker\.webpark\.pl&lt;br /&gt;
gambling-forums\.net&lt;br /&gt;
adultfriend\.404host\.com&lt;br /&gt;
homedb\.slife\.com&lt;br /&gt;
info-for-home\.slife\.com&lt;br /&gt;
WTHP[0-9]\.disney\.com  #--(how'd they get those domains?  weird.)&lt;br /&gt;
\.p21\.info&lt;br /&gt;
\.forexhsi\.com&lt;br /&gt;
\.sexy-maidens\.info&lt;br /&gt;
\.tempurpedics\.org&lt;br /&gt;
\.kanod\.com &lt;br /&gt;
\.hilbort\.com&lt;br /&gt;
\.guvax\.com&lt;br /&gt;
\.leronex\.com&lt;br /&gt;
\.sekob\.com&lt;br /&gt;
\.usefulresults\.com&lt;br /&gt;
\.welllook\.com&lt;br /&gt;
\.18servers\.com&lt;br /&gt;
\.ds4a\.com&lt;br /&gt;
\.linemd\.com&lt;br /&gt;
\.sexus\.host&lt;br /&gt;
\.1min\.us&lt;br /&gt;
allfioricet\.com&lt;br /&gt;
allvicodin\.com&lt;br /&gt;
diazepampill\.com &lt;br /&gt;
russia\.webmatrixhosting\.net&lt;br /&gt;
zya9\.info&lt;br /&gt;
\.p2l\.info&lt;br /&gt;
azzacash\.com&lt;br /&gt;
## General hosts with large #s of spambot subdomains, but also useful ones.  Touch choices.&lt;br /&gt;
# \.netfirms\.com # (25+ separate spambot subdomains)&lt;br /&gt;
# \.host\.sk      # (10+ separate spambot subdomains)&lt;br /&gt;
# \.fiberia\.com  # (many separate spambot subdomains)&lt;br /&gt;
# \.webzdarma\.cz # (many)&lt;br /&gt;
# \.sweb\.cz      # (many)&lt;br /&gt;
# \.front\.ru &lt;br /&gt;
# \.narod\.ru &lt;br /&gt;
# \.nonews\.ru&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# --------------------------------------------&lt;br /&gt;
# Korg's section&lt;br /&gt;
#&lt;br /&gt;
white\.prohosting\.com&lt;br /&gt;
4ljd\.info&lt;br /&gt;
buy-cheap-meds\.us&lt;br /&gt;
julie\.xxserv\.com&lt;br /&gt;
pills-pharmacy\.net&lt;br /&gt;
searchterror\.com&lt;br /&gt;
lycos1\.com&lt;br /&gt;
0s48\.info&lt;br /&gt;
torontonian\.com&lt;br /&gt;
1stOK\.com&lt;br /&gt;
# &lt;br /&gt;
# *10a&lt;br /&gt;
vacarreno\.net&lt;br /&gt;
wiki\.servetown\.com&lt;br /&gt;
cumfiesta4\.us&lt;br /&gt;
stadianet\.com&lt;br /&gt;
(asiangirlss|chickens|freeadult69|japanesegirl|matures|onlybestsex|sexgirls|supergirls\d*|wiki|wikipedia)\.servik\.com&lt;br /&gt;
\.fw\.nu&lt;br /&gt;
5g6y\.info&lt;br /&gt;
(alprazolam|ambien|diazepam|valium|xanax|zolpidem)\.daj\.pl&lt;br /&gt;
sex\.hut1\.ru&lt;br /&gt;
vanjatka\.be&lt;br /&gt;
#&lt;br /&gt;
# *20b&lt;br /&gt;
vorbo\.com&lt;br /&gt;
stdhost\.net&lt;br /&gt;
kelly-hosting\.com&lt;br /&gt;
101hosters\.com&lt;br /&gt;
cvh100\.com&lt;br /&gt;
onix1000\.com&lt;br /&gt;
k6je\.info&lt;br /&gt;
# thepiratebay\.org&lt;br /&gt;
# piratebay\.org #test/temp&lt;br /&gt;
w0qb\.info&lt;br /&gt;
#&lt;br /&gt;
# *30c&lt;br /&gt;
redirect\.hm&lt;br /&gt;
drugs\.passingg\.as&lt;br /&gt;
drugs\.isgre\.at&lt;br /&gt;
drugs\.byinter\.net&lt;br /&gt;
drugs\.lowestprices\.at&lt;br /&gt;
drugs\.chickenkiller\.com&lt;br /&gt;
drugs\.ignorelist\.com&lt;br /&gt;
drugs\.mooo\.com&lt;br /&gt;
drugs\.strangled\.net&lt;br /&gt;
[0-9]+\.\S+\.info\/?\s+[0-9]+\s*\]&lt;br /&gt;
#&lt;br /&gt;
# *40d&lt;br /&gt;
lol\.to&lt;br /&gt;
loprox\.atwork\.to&lt;br /&gt;
niaspan\.mrfriendly\.com&lt;br /&gt;
tricor\.athome\.to&lt;br /&gt;
7726\.info&lt;br /&gt;
cc3\.be&lt;br /&gt;
freesexyhouse\.com&lt;br /&gt;
freewebs\.com\/diet-about-diet&lt;br /&gt;
skozlozop\.com&lt;br /&gt;
z0rder\.tripod\.com&lt;br /&gt;
#&lt;br /&gt;
# *50e&lt;br /&gt;
smuttygirls\.info&lt;br /&gt;
f3so\.info&lt;br /&gt;
health-medical\.be&lt;br /&gt;
w9uh\.info&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
#-------------------------------------------------------------------------------------&lt;br /&gt;
# The following is derived from http://wikiblacklist.blogspot.com, thanks guys&lt;br /&gt;
#-------------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
#Top level domains to block: (your choice)&lt;br /&gt;
#\.cn(/|:|$) #china&lt;br /&gt;
#one particular German spammer has been using the next 5 domains:&lt;br /&gt;
#\.de\.ms(/|:|$)&lt;br /&gt;
#\.de\.vu(/|:|$)&lt;br /&gt;
#\.us\.ms(/|:|$)&lt;br /&gt;
#\.de\.nr(/|:|$)&lt;br /&gt;
#\.de\.tc(/|:|$)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#Patterns in urls:&lt;br /&gt;
#   You may also want to add your own profanity filters here.&lt;br /&gt;
#   example: &amp;lt;badword&amp;gt; or look for a dash preceding or following the word: -&amp;lt;badword&amp;gt;&lt;br /&gt;
&lt;br /&gt;
s-e-x&lt;br /&gt;
zoofilia&lt;br /&gt;
xqit&lt;br /&gt;
ganzaoji&lt;br /&gt;
aotubang&lt;br /&gt;
aotebang&lt;br /&gt;
sonnerie&lt;br /&gt;
sexyongpin&lt;br /&gt;
grusskarte&lt;br /&gt;
geburtstagskarten&lt;br /&gt;
animalsex&lt;br /&gt;
sex-with&lt;br /&gt;
dogsex&lt;br /&gt;
adultchat&lt;br /&gt;
adultlive&lt;br /&gt;
camsex&lt;br /&gt;
sexcam&lt;br /&gt;
livesex&lt;br /&gt;
sexchat&lt;br /&gt;
chatsex&lt;br /&gt;
onlinesex&lt;br /&gt;
adultporn&lt;br /&gt;
&lt;br /&gt;
# Removal requested on [[w:User talk:Tim Starling]], for linking to adultvideonews.com&lt;br /&gt;
#adultvideo&lt;br /&gt;
&lt;br /&gt;
adultweb\. # dot added to allow adultweblaw.com&lt;br /&gt;
hardcoresex&lt;br /&gt;
hardcoreporn&lt;br /&gt;
teenporn&lt;br /&gt;
xxxporn&lt;br /&gt;
lesbiansex&lt;br /&gt;
livegirl&lt;br /&gt;
livenude&lt;br /&gt;
livesex&lt;br /&gt;
livevideo&lt;br /&gt;
camgirl&lt;br /&gt;
spycam&lt;br /&gt;
voyeursex&lt;br /&gt;
casino-online&lt;br /&gt;
online-casino&lt;br /&gt;
kontaktlinsen&lt;br /&gt;
cheapest-phone&lt;br /&gt;
laser-eye&lt;br /&gt;
eye-laser&lt;br /&gt;
fuelcellmarket&lt;br /&gt;
lasikclinic&lt;br /&gt;
cragrats&lt;br /&gt;
parishilton&lt;br /&gt;
paris-hilton&lt;br /&gt;
paris-tape&lt;br /&gt;
#janet-jackson ----&amp;gt; removed for blocking official website janet-jackson.com&lt;br /&gt;
#sibel-kekilli&lt;br /&gt;
2large&lt;br /&gt;
oa274&lt;br /&gt;
-horoskop&lt;br /&gt;
# latex- ----&amp;gt; Blocks much related to LaTeX markup language; not a good idea&lt;br /&gt;
fuel-dispenser&lt;br /&gt;
fueling-dispenser&lt;br /&gt;
huojia&lt;br /&gt;
jinxinghj&lt;br /&gt;
telematicsone&lt;br /&gt;
telematiksone&lt;br /&gt;
a-mortgage&lt;br /&gt;
# 1stop-   ----&amp;gt; removed for being overly broad&lt;br /&gt;
diamondabrasives&lt;br /&gt;
reuterbrook&lt;br /&gt;
sex-plugin&lt;br /&gt;
sex-zone&lt;br /&gt;
lazy-stars&lt;br /&gt;
eblja&lt;br /&gt;
liuhecai&lt;br /&gt;
buy-viagra&lt;br /&gt;
&lt;br /&gt;
# These won't work with MediaWiki:&lt;br /&gt;
#-pics\.com(/|:|$)&lt;br /&gt;
#\.[0-9]+\.com(/|:|$) #domain is only numbers&lt;br /&gt;
#\.[0-9]+\.net(/|:|$)&lt;br /&gt;
#-[a-z]+\.biz(/|:|$)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#Other specific domains:&lt;br /&gt;
&lt;br /&gt;
west263\.com&lt;br /&gt;
firmasiden\.com&lt;br /&gt;
ttmr\.com&lt;br /&gt;
gangchenpa\.com&lt;br /&gt;
ibada\.org&lt;br /&gt;
sd1718\.com&lt;br /&gt;
huaxianame\.com&lt;br /&gt;
tour[0-9]+\.com&lt;br /&gt;
chinese-pesticide\.com&lt;br /&gt;
jsgmt\.com&lt;br /&gt;
rmbrmb\.com&lt;br /&gt;
ndtek\.com&lt;br /&gt;
ynkm-trip\.com&lt;br /&gt;
euyn\.com&lt;br /&gt;
e-fanyi\.com&lt;br /&gt;
huangshan\.com&lt;br /&gt;
hssight\.com&lt;br /&gt;
changyuansh\.com&lt;br /&gt;
ynsw\.com&lt;br /&gt;
datianmachine\.com&lt;br /&gt;
ad-ope\.com&lt;br /&gt;
ama-son\.com&lt;br /&gt;
microzovd\.com&lt;br /&gt;
smut\.com&lt;br /&gt;
#\.4t\.com          #conflicted with link at en Number_of_the_Beast_(numerology)&lt;br /&gt;
haugeprint\.co\.uk&lt;br /&gt;
logical-planet\.co\.uk&lt;br /&gt;
-luxuries\.co\.uk&lt;br /&gt;
playbest\.de&lt;br /&gt;
ja-ac\.com&lt;br /&gt;
attapulgite\.org&lt;br /&gt;
international-pharma\.com&lt;br /&gt;
51crab\.com&lt;br /&gt;
touchcn\.net&lt;br /&gt;
click\.com\.es&lt;br /&gt;
cmd365\.com&lt;br /&gt;
sensmagnets\.com&lt;br /&gt;
cnliandong\.com&lt;br /&gt;
szsuun\.com&lt;br /&gt;
blueattain\.com&lt;br /&gt;
color4day\.com&lt;br /&gt;
rorta\.com&lt;br /&gt;
worldinternational\.co\.uk&lt;br /&gt;
abiao\.name&lt;br /&gt;
aaff\.net&lt;br /&gt;
aagg\.net&lt;br /&gt;
atb\.name&lt;br /&gt;
attapulgite\.com&lt;br /&gt;
yucaibooks\.com&lt;br /&gt;
bjicp\.net&lt;br /&gt;
[0-9]+epson\.com&lt;br /&gt;
newboyu\.com&lt;br /&gt;
# [0-9]+books\.com # 2100books.com is ok&lt;br /&gt;
digital-projector\.net&lt;br /&gt;
ponytest\.com&lt;br /&gt;
[0-9]+flower\.com&lt;br /&gt;
nbflashlights\.com&lt;br /&gt;
-bidet\.com&lt;br /&gt;
google163\.net&lt;br /&gt;
geciwu\.com&lt;br /&gt;
enjoyguilin\.com&lt;br /&gt;
burningcar\.net&lt;br /&gt;
csetouch\.com&lt;br /&gt;
lvhang\.com&lt;br /&gt;
cnttec\.com&lt;br /&gt;
sinosyn\.com&lt;br /&gt;
black-eyes\.net&lt;br /&gt;
86ieta\.com&lt;br /&gt;
bjyiwang\.com&lt;br /&gt;
reputek\.com&lt;br /&gt;
autumncom\.com&lt;br /&gt;
sun-sand-sea\.com&lt;br /&gt;
jiatugz\.com&lt;br /&gt;
chenguang-cn\.com&lt;br /&gt;
shangguanhong\.com&lt;br /&gt;
payono\.com&lt;br /&gt;
anttm\.com&lt;br /&gt;
sharella\.com&lt;br /&gt;
yesmeaning\.com&lt;br /&gt;
bj-dzjp\.com&lt;br /&gt;
cn-fireplace\.com&lt;br /&gt;
si-bay\.com&lt;br /&gt;
overseas-edu\.com&lt;br /&gt;
iron-world\.com&lt;br /&gt;
cnyunge\.com&lt;br /&gt;
cnwinch\.com&lt;br /&gt;
rongpeng\.com&lt;br /&gt;
pasco-stationery\.com&lt;br /&gt;
accessories-car\.com&lt;br /&gt;
chinese-suppliers\.com&lt;br /&gt;
chinalifting\.com&lt;br /&gt;
blogletters\.com&lt;br /&gt;
shop\.tc&lt;br /&gt;
uvinewine\.co\.uk&lt;br /&gt;
couponmountain\.com&lt;br /&gt;
hukuki\.net&lt;br /&gt;
gift800\.net&lt;br /&gt;
mmyou\.com&lt;br /&gt;
chinamimi\.net&lt;br /&gt;
7csun\.com&lt;br /&gt;
fimdainternet\.com\.br&lt;br /&gt;
allwoodoxford\.com&lt;br /&gt;
cornishholidaysuk\.com&lt;br /&gt;
169xp.com&lt;br /&gt;
silberhochzeit\.de\.nr&lt;br /&gt;
-diaeten\.de\.vu&lt;br /&gt;
-testen\.de\.ms&lt;br /&gt;
malvorlagen\.de\.ms&lt;br /&gt;
-kochrezepte\.de\.vu&lt;br /&gt;
abnehmen\.freeweb-hosting\.com&lt;br /&gt;
hintergrundbilder\.us\.ms&lt;br /&gt;
waycn\.com&lt;br /&gt;
dealcn\.com&lt;br /&gt;
artsdeal\.com&lt;br /&gt;
stonedeal\.com&lt;br /&gt;
decorationsexport\.com&lt;br /&gt;
nikeproduct\.com&lt;br /&gt;
shoesbuynow\.com&lt;br /&gt;
seekcn\.net&lt;br /&gt;
tupianwu\.com&lt;br /&gt;
ling8\.com&lt;br /&gt;
ok8\.org&lt;br /&gt;
dirhot\.com&lt;br /&gt;
kan365\.com&lt;br /&gt;
yuding\.org&lt;br /&gt;
sex-fu\.com&lt;br /&gt;
geneostar\.com&lt;br /&gt;
a--e\.com&lt;br /&gt;
card-lottery\.org&lt;br /&gt;
nikeshoesshop\.com&lt;br /&gt;
nikesupplier\.com&lt;br /&gt;
top-point\.net&lt;br /&gt;
ukex\.net&lt;br /&gt;
yedian\.com&lt;br /&gt;
contake\.com&lt;br /&gt;
ulcer\.by\.ru&lt;br /&gt;
ulcer\.ws&lt;br /&gt;
loverussianwife\.com&lt;br /&gt;
gt-lite\.com&lt;br /&gt;
flowerwish\.com&lt;br /&gt;
sec-battery\.co\.uk&lt;br /&gt;
-hire\.co\.uk&lt;br /&gt;
tcom-control\.co\.uk&lt;br /&gt;
parkersexecutivecar\.co\.uk&lt;br /&gt;
beaumont-bar\.co\.uk&lt;br /&gt;
owaceilings\.co\.uk&lt;br /&gt;
jgc-network\.co\.uk&lt;br /&gt;
execsoft-software\.co\.uk&lt;br /&gt;
bodet-clocks\.co\.uk&lt;br /&gt;
buzz-hotels\.co\.uk&lt;br /&gt;
longcrossgroup\.co\.uk&lt;br /&gt;
reuterbrook\.co\.uk&lt;br /&gt;
pantandsocks\.co\.uk&lt;br /&gt;
bjrealcolor\.com&lt;br /&gt;
efuchina\.com&lt;br /&gt;
21cnmanager\.com&lt;br /&gt;
xunte\.com&lt;br /&gt;
aclas\.com&lt;br /&gt;
radi-instrument\.com&lt;br /&gt;
wbzj\.com&lt;br /&gt;
marketingbetter\.com&lt;br /&gt;
topcel-battery\.com&lt;br /&gt;
23mr\.com&lt;br /&gt;
bennettchina\.com&lt;br /&gt;
luckyarn\.com&lt;br /&gt;
shgoto\.com&lt;br /&gt;
battery-oem\.com&lt;br /&gt;
shgoto\.com&lt;br /&gt;
kingview\.com&lt;br /&gt;
hlhologram\.com&lt;br /&gt;
haiz\.com&lt;br /&gt;
jiasongmachine\.com&lt;br /&gt;
fiporter\.com&lt;br /&gt;
brightking\.com&lt;br /&gt;
lily-bearing\.com&lt;br /&gt;
waysvalves\.com&lt;br /&gt;
hy-chem\.net&lt;br /&gt;
v2tech\.com&lt;br /&gt;
pumpvalveworld\.com&lt;br /&gt;
flashfun\.com&lt;br /&gt;
eastdb\.com&lt;br /&gt;
[0-9]+fang\.com&lt;br /&gt;
\.omnia\.co\.uk&lt;br /&gt;
shopper-jobs\.us&lt;br /&gt;
-outlet\.de&lt;br /&gt;
#-spiele\.de&lt;br /&gt;
-kaufen\.de&lt;br /&gt;
-partner\.nl&lt;br /&gt;
-partner\.de&lt;br /&gt;
-partner\.se&lt;br /&gt;
bjedin\.com&lt;br /&gt;
vivaful\.com&lt;br /&gt;
googlead\.com&lt;br /&gt;
21cnbj\.com&lt;br /&gt;
packmc\.com&lt;br /&gt;
dnsvhost\.com&lt;br /&gt;
2kdata\.com&lt;br /&gt;
raiddata\.com&lt;br /&gt;
nactech\.com&lt;br /&gt;
markemiah\.com&lt;br /&gt;
jobbnu\.com&lt;br /&gt;
ifamen\.com&lt;br /&gt;
hrbyly\.com&lt;br /&gt;
firmasiden\.com&lt;br /&gt;
bpzj\.com&lt;br /&gt;
bnuteacher\.com&lt;br /&gt;
datasoon\.com&lt;br /&gt;
butianshi\.com&lt;br /&gt;
iqwork\.com&lt;br /&gt;
uswebdata\.com&lt;br /&gt;
bnuol\.com&lt;br /&gt;
hddata\.com&lt;br /&gt;
by-and-by\.com&lt;br /&gt;
egyway\.com&lt;br /&gt;
xxx\.biz&lt;br /&gt;
bucuo\.net&lt;br /&gt;
# -china\.com ---&amp;gt; removed for being overly broad&lt;br /&gt;
cqhyjx\.com&lt;br /&gt;
qjfy\.com&lt;br /&gt;
guilintour\.net&lt;br /&gt;
360e\.net&lt;br /&gt;
chinajack\.com&lt;br /&gt;
jiefo\.com&lt;br /&gt;
web136\.net&lt;br /&gt;
hyey\.com&lt;br /&gt;
china-crestron\.com&lt;br /&gt;
fif-relay\.com&lt;br /&gt;
power-steering-pump\.com&lt;br /&gt;
xiaogang\.com&lt;br /&gt;
happysport\.com&lt;br /&gt;
cn006\.com&lt;br /&gt;
web136\.net&lt;br /&gt;
ittea\.net&lt;br /&gt;
mysunmun\.com&lt;br /&gt;
luck-star\.com&lt;br /&gt;
hailuo\.net&lt;br /&gt;
jnjlnet\.com&lt;br /&gt;
.sx98\.com&lt;br /&gt;
21cnbj\.com&lt;br /&gt;
cnsepm\.com&lt;br /&gt;
pdjt\.com&lt;br /&gt;
hjbt\.com&lt;br /&gt;
jsags\.com&lt;br /&gt;
bzsf\.com&lt;br /&gt;
cn-mzc\.com&lt;br /&gt;
yi-tong\.com&lt;br /&gt;
runtudyes\.com&lt;br /&gt;
cghyjx\.com&lt;br /&gt;
hegao\.com&lt;br /&gt;
star-machinery\.net&lt;br /&gt;
jitianmachine\.com&lt;br /&gt;
fultrust\.com&lt;br /&gt;
wx-e\.com&lt;br /&gt;
nahoku\.com&lt;br /&gt;
blogeasy\.com&lt;br /&gt;
paidsurveysforall\.com&lt;br /&gt;
isourceindia\.com&lt;br /&gt;
thuriam\.com&lt;br /&gt;
swellongtools\.com&lt;br /&gt;
tlup\.com&lt;br /&gt;
szhicom\.net&lt;br /&gt;
inflatables-china\.com&lt;br /&gt;
yourgoogle\.com&lt;br /&gt;
transcosmo\.com&lt;br /&gt;
ty9run\.com&lt;br /&gt;
ad-www\.com&lt;br /&gt;
10000s\.com&lt;br /&gt;
allwally.com&lt;br /&gt;
togoogle\.net&lt;br /&gt;
jiayinte\.com&lt;br /&gt;
pkuyy\.com&lt;br /&gt;
ebani\.com&lt;br /&gt;
52wenxue\.com&lt;br /&gt;
casino-online-on-line\.com&lt;br /&gt;
eczz\.com&lt;br /&gt;
211\.157\.35\.153&lt;br /&gt;
musica\.org\.es&lt;br /&gt;
\.y365\.com # Added the first dot to avoid overbroad blocking&lt;br /&gt;
-cam\.us&lt;br /&gt;
-cam-chat\.com&lt;br /&gt;
-chat-room\.us&lt;br /&gt;
-chat-live\.com&lt;br /&gt;
-chat-room\.com&lt;br /&gt;
-cams\.com&lt;br /&gt;
-amateur\.com&lt;br /&gt;
-webcams\.com&lt;br /&gt;
#-show\.com # disabled by brion, 2005-06-12, as it conflicts with good addrs&lt;br /&gt;
-cam\.com&lt;br /&gt;
-chat\.com&lt;br /&gt;
xyzdown\.com&lt;br /&gt;
boxget\.net&lt;br /&gt;
swan-storage\.com&lt;br /&gt;
china57\.com&lt;br /&gt;
touch168\.com&lt;br /&gt;
fly-sky\.com&lt;br /&gt;
ancientmoods\.com&lt;br /&gt;
zhanao\.com&lt;br /&gt;
easthome\.com&lt;br /&gt;
putixin\.com&lt;br /&gt;
d-secure\.com&lt;br /&gt;
dadaposter\.com&lt;br /&gt;
gongsizhuce\.com&lt;br /&gt;
huifu\.com&lt;br /&gt;
cnnttm\.com&lt;br /&gt;
soonlink\.net&lt;br /&gt;
cnbjflower\.com&lt;br /&gt;
huojia315\.com&lt;br /&gt;
sexeach\.com&lt;br /&gt;
branson-china\.com&lt;br /&gt;
lycos\.co\.uk/elo575&lt;br /&gt;
lycos\.es/migmigmig&lt;br /&gt;
lycos\.nl/pierre141&lt;br /&gt;
easyspace\.com/hkl&lt;br /&gt;
lj5\.net&lt;br /&gt;
beijingxinfa\.com&lt;br /&gt;
88888\.net&lt;br /&gt;
xzyrack\.com&lt;br /&gt;
sinrui\.com&lt;br /&gt;
bjjingtu\.com&lt;br /&gt;
dfrog\.be&lt;br /&gt;
-frauentag\.de\.sr&lt;br /&gt;
zonemu\.com&lt;br /&gt;
3sex-zone\.com&lt;br /&gt;
lazy-stars\.com&lt;br /&gt;
eblja\.com&lt;br /&gt;
sexy-eblja\.com&lt;br /&gt;
microzovd\.com&lt;br /&gt;
ama-son\.com&lt;br /&gt;
ad-ope\.com&lt;br /&gt;
lariska-porn\.com&lt;br /&gt;
-topliste\.com&lt;br /&gt;
tintenpatronen\.tv&lt;br /&gt;
strapse\.tv&lt;br /&gt;
zhongzhibiotech\.com&lt;br /&gt;
creator-cg\.com&lt;br /&gt;
sfcomm\.com&lt;br /&gt;
telogis\.com&lt;br /&gt;
dnsasp\.com&lt;br /&gt;
100free\.com&lt;br /&gt;
sixmarklhc\.org&lt;br /&gt;
-casino-chips\.com&lt;br /&gt;
pv365\.com&lt;br /&gt;
365pv\.com&lt;br /&gt;
pump365\.com&lt;br /&gt;
valve365\.com&lt;br /&gt;
bengfawang\.com&lt;br /&gt;
magnus-automation\.com&lt;br /&gt;
thaistudy\.net&lt;br /&gt;
think-t\.com&lt;br /&gt;
newstyle-w\.com&lt;br /&gt;
writerlw\.com&lt;br /&gt;
ly-yufeng\.com&lt;br /&gt;
lnhbsb\.com&lt;br /&gt;
dfhb\.com&lt;br /&gt;
xinpushihua\.com&lt;br /&gt;
casters-net\.com&lt;br /&gt;
amwaypower\.com&lt;br /&gt;
vita-biotech\.com&lt;br /&gt;
google123\.net&lt;br /&gt;
900house\.com&lt;br /&gt;
globalfbc\.com&lt;br /&gt;
xiloo\.com&lt;br /&gt;
xagoogle\.com&lt;br /&gt;
dvdcn\.net&lt;br /&gt;
xiaji\.net&lt;br /&gt;
guilinhotel\.info&lt;br /&gt;
nanting\.com&lt;br /&gt;
news123\.org&lt;br /&gt;
midiwu\.com&lt;br /&gt;
huola\.com&lt;br /&gt;
bjhsdx\.com&lt;br /&gt;
51zhengxing\.net&lt;br /&gt;
dongdao\.net&lt;br /&gt;
kredit-magazin\.com&lt;br /&gt;
dprktime\.com&lt;br /&gt;
lookupcars\.co\.uk&lt;br /&gt;
china2house\.com&lt;br /&gt;
buch5\.com&lt;br /&gt;
-watch-china\.org&lt;br /&gt;
dacash\.com&lt;br /&gt;
omeida\.com&lt;br /&gt;
ck100\.com&lt;br /&gt;
huihualin\.com&lt;br /&gt;
chindata\.com&lt;br /&gt;
tonzh\.com&lt;br /&gt;
51zhengxing\.net&lt;br /&gt;
raise-win\.com&lt;br /&gt;
approachina\.com&lt;br /&gt;
bjacca\.com&lt;br /&gt;
tmrr\.com&lt;br /&gt;
1annonce\.com&lt;br /&gt;
sunstar\.ws&lt;br /&gt;
cock\.ws&lt;br /&gt;
adp6\.co\.uk&lt;br /&gt;
gatewaytotheorient\.com&lt;br /&gt;
domesticgear\.com&lt;br /&gt;
aajj\.net&lt;br /&gt;
aauu\.net&lt;br /&gt;
kykdz\.com&lt;br /&gt;
china-crawfish\.com&lt;br /&gt;
in-net\.ws&lt;br /&gt;
yahoo\.com/a1likostar&lt;br /&gt;
yahoo\.com/a0cany_2004&lt;br /&gt;
yahoo\.com/a00poleroid&lt;br /&gt;
yahoo\.com/a00asaz&lt;br /&gt;
yahoo\.com/a0_00leksa&lt;br /&gt;
yahoo\.com/stoons_cartoon&lt;br /&gt;
yahoo\.com/skystarpilot&lt;br /&gt;
yahoo\.com/klirinc&lt;br /&gt;
yahoo\.com/fhkdfohjdfhk&lt;br /&gt;
yahoo\.com/freekeramika&lt;br /&gt;
yahoo\.com/aikishot&lt;br /&gt;
les-mas-de-provence\.com&lt;br /&gt;
mp3prof\.com&lt;br /&gt;
fullhentaimovies\.net&lt;br /&gt;
-hentai\.net&lt;br /&gt;
tartkartong\.com&lt;br /&gt;
-cartoon\.com&lt;br /&gt;
macdostu\.com&lt;br /&gt;
disney-toons\.com&lt;br /&gt;
cn4e\.com&lt;br /&gt;
hzsaite\.com&lt;br /&gt;
shjiajiao\.com&lt;br /&gt;
myetang\.com&lt;br /&gt;
locloso\.com&lt;br /&gt;
bzzt\.net&lt;br /&gt;
zoosex\.net&lt;br /&gt;
knasweb\.se&lt;br /&gt;
marnkad\.nu&lt;br /&gt;
84g\.com&lt;br /&gt;
4acn\.com&lt;br /&gt;
in-sexstory\.com&lt;br /&gt;
pics69\.com&lt;br /&gt;
rp-story\.com&lt;br /&gt;
-preisvergleich\.de&lt;br /&gt;
price-comparison\.com&lt;br /&gt;
cupfart\.net&lt;br /&gt;
categoryshop\.com&lt;br /&gt;
rake-back\.com&lt;br /&gt;
clubducati\.com&lt;br /&gt;
virgoans\.co\.uk&lt;br /&gt;
grandads\.co\.uk&lt;br /&gt;
5p\.org\.uk&lt;br /&gt;
noisybrain\.tv&lt;br /&gt;
3xx\.org&lt;br /&gt;
baby-sleep\.us&lt;br /&gt;
eq-1\.usrecipes&lt;br /&gt;
online-web-detective\.com&lt;br /&gt;
pop-the-question\.us&lt;br /&gt;
gooddy-images\.com&lt;br /&gt;
catering\.better-living\.us&lt;br /&gt;
ultrawiredsex\.com&lt;br /&gt;
apache-stuff\.com&lt;br /&gt;
css-stuff\.com&lt;br /&gt;
pythoninfo\.com&lt;br /&gt;
ushummingbirds&lt;br /&gt;
usfederal-firearms-license&lt;br /&gt;
black-sex-teen\.com&lt;br /&gt;
wislearn\.tv&lt;br /&gt;
popkalaset\.nu&lt;br /&gt;
tgpoverdose\.com&lt;br /&gt;
porrposten\.com&lt;br /&gt;
helena\.lindskog\.ws&lt;br /&gt;
vscorp\.com&lt;br /&gt;
realestatecds\.com&lt;br /&gt;
letscompareit\.com&lt;br /&gt;
archive4mail\.com&lt;br /&gt;
funeral-planning\.us&lt;br /&gt;
spytek\.tv&lt;br /&gt;
annonsplatsen\.nu&lt;br /&gt;
internet-world\.nu&lt;br /&gt;
de-lete\.tv&lt;br /&gt;
puttel\.com&lt;br /&gt;
vastra\.nu&lt;br /&gt;
quality\.nu&lt;br /&gt;
nudotnetguy&lt;br /&gt;
save-money\.ws&lt;br /&gt;
brig\.nu&lt;br /&gt;
helena\.lindskog\.ws&lt;br /&gt;
pics-of\.com&lt;br /&gt;
pics-of\.org&lt;br /&gt;
pictures-free\.org&lt;br /&gt;
wic\.nu&lt;br /&gt;
xvil\.tv&lt;br /&gt;
vetskapskoltema\.nu&lt;br /&gt;
mauraders\.nu&lt;br /&gt;
# usstop-your-divorce&lt;br /&gt;
etrafik\.com&lt;br /&gt;
everythingonweb\.net&lt;br /&gt;
a-z-how-to\.us&lt;br /&gt;
day0\.comcatch-a-cheat&lt;br /&gt;
states\.hostrocket\.com&lt;br /&gt;
sew-roman-shades\.com&lt;br /&gt;
medica-center\.com&lt;br /&gt;
google8\.net&lt;br /&gt;
websitedesigningpromotion\.com&lt;br /&gt;
bahraichfun\.com&lt;br /&gt;
thewebbrains\.com&lt;br /&gt;
overseaspharmacy\.com&lt;br /&gt;
biztravels\.com&lt;br /&gt;
ceramic-mugs\.com&lt;br /&gt;
governmentgrants-us\.com&lt;br /&gt;
justsweatshirts\.com&lt;br /&gt;
tmlawoffices\.com&lt;br /&gt;
gccgle\.com&lt;br /&gt;
lingeriesex\.org&lt;br /&gt;
monolove\.org&lt;br /&gt;
sweetadultpics\.com&lt;br /&gt;
pansat2300\.com&lt;br /&gt;
dvbcardgroup\.com&lt;br /&gt;
bsdseek\.com&lt;br /&gt;
flashworm\.com&lt;br /&gt;
kkktv\.com&lt;br /&gt;
qqbug\.com&lt;br /&gt;
drusearch\.com&lt;br /&gt;
gopages\.net&lt;br /&gt;
pornxxxsearch\.com&lt;br /&gt;
# divaporn\.com&lt;br /&gt;
virginsplanet\.com&lt;br /&gt;
# porn\.com&lt;br /&gt;
porn\.biz&lt;br /&gt;
porn\.us&lt;br /&gt;
realyoungboy\.com&lt;br /&gt;
olderlady\.net&lt;br /&gt;
dominatrix-domination\.com&lt;br /&gt;
mailorder-steroids\.com&lt;br /&gt;
contactlensesprice\.com&lt;br /&gt;
xmyyz\.com&lt;br /&gt;
lct3000\.com&lt;br /&gt;
wuyue\.cn&lt;br /&gt;
curtainnet\.com&lt;br /&gt;
toobis\.com&lt;br /&gt;
netsurf\.ru&lt;br /&gt;
&lt;br /&gt;
#-------------------------------------------------------------------------------------&lt;br /&gt;
########                                                                      &lt;br /&gt;
##                          More recent lists and additions                       &lt;br /&gt;
########                                                                      &lt;br /&gt;
#-------------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# http://meta.wikimedia.org/w/index.php?title=Special:Contributions&amp;amp;target=81.214.99.44&lt;br /&gt;
xxx-me\.info&lt;br /&gt;
thirty-one\.info&lt;br /&gt;
&lt;br /&gt;
# Added by Yann from Foenyx request&lt;br /&gt;
m0re\.net&lt;br /&gt;
&lt;br /&gt;
# Added by elian on Achim's request (de:)&lt;br /&gt;
hagensafrika\.de&lt;br /&gt;
&lt;br /&gt;
# Added by Brion from spam by 82.140.103.144&lt;br /&gt;
# http://meta.wikimedia.org/w/index.php?title=Help:Editing&amp;amp;diff=123052&amp;amp;oldid=123041&lt;br /&gt;
b0ne\.com&lt;br /&gt;
slyip\.net&lt;br /&gt;
gotgeeks\.com&lt;br /&gt;
3d-game\.com&lt;br /&gt;
is-a-geek\.com&lt;br /&gt;
soma\.homelinux\.com&lt;br /&gt;
ultram\.serveftp\.com # restricted to subdomain ultram - Andre Engels, 2005-08-09&lt;br /&gt;
myvnc\.com&lt;br /&gt;
mobic\.sytes\.net&lt;br /&gt;
naproxen\.zapto\.org&lt;br /&gt;
&lt;br /&gt;
# Added by Yann on 09.05.2005&lt;br /&gt;
# http://ml.wikipedia.org/w/index.php?title=Wikipedia:Sandbox&amp;amp;diff=2847&amp;amp;oldid=2846&lt;br /&gt;
utenti\.lycos\.it/pills1&lt;br /&gt;
&lt;br /&gt;
# Added by brion may 23, 2005&lt;br /&gt;
# attacking many 3rd-party sites&lt;br /&gt;
p2l\.info&lt;br /&gt;
&lt;br /&gt;
# Added by brion may 25, 2005&lt;br /&gt;
# http://meta.wikimedia.org/w/index.php?title=Special:Contributions&amp;amp;target=82.77.137.102&lt;br /&gt;
# http://meta.wikimedia.org/w/index.php?title=Talk:Video_policy&amp;amp;diff=0&lt;br /&gt;
# http://meta.wikimedia.org/w/index.php?title=User:Brynosaurus&amp;amp;diff=prev&amp;amp;oldid=135137&lt;br /&gt;
qx5\.net&lt;br /&gt;
&lt;br /&gt;
# Added by brion may 27, 2005&lt;br /&gt;
# spam by 218.82.139.237 on http://en.wikinews.org/wiki/Interwiki (deleted)&lt;br /&gt;
\.117000\.com&lt;br /&gt;
\.126hao\.com&lt;br /&gt;
\.51lac\.com&lt;br /&gt;
\.52lac\.net&lt;br /&gt;
\.563000\.com&lt;br /&gt;
\.606162\.com&lt;br /&gt;
\.70678\.com&lt;br /&gt;
\.77556\.net&lt;br /&gt;
\.borncompany\.com&lt;br /&gt;
\.chinacarcenter\.net&lt;br /&gt;
\.cncarcenter\.com&lt;br /&gt;
\.cnticket\.net&lt;br /&gt;
\.companyforyou\.com&lt;br /&gt;
\.curevitiligo\.com&lt;br /&gt;
\.dela88\.com&lt;br /&gt;
\.designatchina\.com&lt;br /&gt;
\.dreamathk\.com&lt;br /&gt;
\.dreamatsh\.com&lt;br /&gt;
\.dreamhk\.org&lt;br /&gt;
\.duweb\.w2\.ftpcn\.cn&lt;br /&gt;
\.goodticket\.org&lt;br /&gt;
\.googletosh\.org&lt;br /&gt;
\.haungsanok\.com&lt;br /&gt;
\.jptrip\.org&lt;br /&gt;
\.myshcompany\.com&lt;br /&gt;
\.okcompany\.org&lt;br /&gt;
\.okrentcar\.org&lt;br /&gt;
\.postdream\.org&lt;br /&gt;
\.printingok\.net&lt;br /&gt;
\.ptrip\.net&lt;br /&gt;
\.regsh\.com&lt;br /&gt;
\.rentbuscompany\.net&lt;br /&gt;
\.rentcarcenter\.com&lt;br /&gt;
\.rentcarok\.org&lt;br /&gt;
\.shbuscenter\.com&lt;br /&gt;
\.shcarcenter\.com&lt;br /&gt;
\.shrentcar\.com&lt;br /&gt;
\.shticketcenter\.com&lt;br /&gt;
\.shtranslate\.com&lt;br /&gt;
\.ticketcenter\.cn&lt;br /&gt;
\.translatebbs\.com&lt;br /&gt;
\.tripto\.com&lt;br /&gt;
\.tt001\.com&lt;br /&gt;
\.tt002\.com&lt;br /&gt;
\.tt003\.com&lt;br /&gt;
\.tt004\.com&lt;br /&gt;
\.tt005\.com&lt;br /&gt;
\.utranslate\.org&lt;br /&gt;
\.utranslation\.net&lt;br /&gt;
&lt;br /&gt;
# added by brion, 2005-06-04&lt;br /&gt;
# http://meta.wikimedia.org/wiki/Special:Contributions/Bjgyg&lt;br /&gt;
bjicp\.org&lt;br /&gt;
lucking\.com\.cn&lt;br /&gt;
&lt;br /&gt;
# added by brion, 2005-06-10&lt;br /&gt;
# http://sk.wiktionary.org/w/index.php?title=Connection&amp;amp;oldid=2678&lt;br /&gt;
17ip\.com&lt;br /&gt;
bj-united\.com\.cn&lt;br /&gt;
carlack\.cn&lt;br /&gt;
cnpeonyflowers\.com&lt;br /&gt;
hsdvi\.com&lt;br /&gt;
husemachinery\.com&lt;br /&gt;
tzonline\.cn&lt;br /&gt;
tzpet\.com\.cn&lt;br /&gt;
x-rainbow\.com\.cn&lt;br /&gt;
yorkinstrument\.com&lt;br /&gt;
&lt;br /&gt;
# in zh wp many, 2005-06-09&lt;br /&gt;
hg-fix\.com&lt;br /&gt;
hgfix\.org&lt;br /&gt;
hg-fix\.org&lt;br /&gt;
wxzgyb\.com&lt;br /&gt;
yy-ls\.com&lt;br /&gt;
xd-fw\.com&lt;br /&gt;
hdchina\.com&lt;br /&gt;
gmldsb\.com&lt;br /&gt;
tljsrq\.com&lt;br /&gt;
ryhgsb\.com&lt;br /&gt;
&lt;br /&gt;
#added on request of FoeNyx&lt;br /&gt;
crazypussy\.info&lt;br /&gt;
&lt;br /&gt;
# added by brion, 2005-06-14&lt;br /&gt;
# http://meta.wikimedia.org/w/index.php?title=Special:Contributions&amp;amp;target=81.214.170.20&lt;br /&gt;
\.mysweetie\.info&lt;br /&gt;
&lt;br /&gt;
# added by brion, 2005-06-24&lt;br /&gt;
# http://en.wikipedia.org/wiki/Special:Contributions/195.162.39.2&lt;br /&gt;
\.xl\.ru&lt;br /&gt;
&lt;br /&gt;
# added by shizhao, 2005-06-28&lt;br /&gt;
# http://zh.wikipedia.org/wiki/Special:Contributions/61.51.133.137&lt;br /&gt;
readnovel\.com&lt;br /&gt;
&lt;br /&gt;
# in zh wp many, 2005-06-28&lt;br /&gt;
4394\.com&lt;br /&gt;
48123\.com&lt;br /&gt;
tm003\.com&lt;br /&gt;
18019\.com&lt;br /&gt;
5ball\.org&lt;br /&gt;
001003\.com&lt;br /&gt;
67067\.com&lt;br /&gt;
15016\.com&lt;br /&gt;
6y7y\.com&lt;br /&gt;
p003\.com&lt;br /&gt;
2y3y\.com&lt;br /&gt;
tm259\.com&lt;br /&gt;
33044\.com&lt;br /&gt;
11033\.com&lt;br /&gt;
49sms\.com&lt;br /&gt;
530sms\.com&lt;br /&gt;
&lt;br /&gt;
# http://meta.wikimedia.org/w/index.php?title=Special:Contributions&amp;amp;target=81.214.166.90&lt;br /&gt;
goodasses\.info&lt;br /&gt;
&lt;br /&gt;
# Added by Raul654 6/28/05&lt;br /&gt;
crazyabouttv\.com&lt;br /&gt;
&lt;br /&gt;
# Added by shizhao 7/4/05 to 7/9/05&lt;br /&gt;
167bt\.com&lt;br /&gt;
\.bitspirit\.com\.cn&lt;br /&gt;
tencent\.cc&lt;br /&gt;
00856\.com&lt;br /&gt;
&lt;br /&gt;
#spamming lots of wikis from different IPs&lt;br /&gt;
fidosoft\.de&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Added by shizhao 7/19/05&lt;br /&gt;
zggift\.com&lt;br /&gt;
buy214\.com&lt;br /&gt;
lmlqzs\.com&lt;br /&gt;
7b\.net\.cn&lt;br /&gt;
51flower\.cn&lt;br /&gt;
lmlqzs\.com&lt;br /&gt;
1car\.cn&lt;br /&gt;
lmzg\.cn&lt;br /&gt;
66guilin\.com&lt;br /&gt;
mojw\.com&lt;br /&gt;
zzhxsb\.com&lt;br /&gt;
bjshunsui\.com&lt;br /&gt;
qhycchina\.com&lt;br /&gt;
9s6\.com&lt;br /&gt;
fullmelon\.com&lt;br /&gt;
xuemeipaper\.com&lt;br /&gt;
sem\.org\.cn&lt;br /&gt;
ecyy\.com&lt;br /&gt;
ecyy\.cn&lt;br /&gt;
&lt;br /&gt;
# Added by Andre Engels 7/20/05&lt;br /&gt;
sexkanjer\.nl # sexspammer on nl&lt;br /&gt;
show-your-pussy&lt;br /&gt;
&lt;br /&gt;
nerdcamp\.net&lt;br /&gt;
duplo\.dnip\.net&lt;br /&gt;
funnydog\.prettyfar\.com&lt;br /&gt;
zenno\.info&lt;br /&gt;
shemtop\.bpa\.nu&lt;br /&gt;
&lt;br /&gt;
# Added by Raul654 7/26/05&lt;br /&gt;
kqueue\.dnip\.net&lt;br /&gt;
&lt;br /&gt;
# Added by Datrio 8/4/05&lt;br /&gt;
nonews\.ru&lt;br /&gt;
mixmeteo\.ru&lt;br /&gt;
sealse\.com&lt;br /&gt;
serjen\.com&lt;br /&gt;
es-standart\.com&lt;br /&gt;
\.static\.net&lt;br /&gt;
&lt;br /&gt;
# Added by UninvitedCompany 8/5/05&lt;br /&gt;
-handys\.de &lt;br /&gt;
handy-fun\.tk &lt;br /&gt;
handy-kaufhaus\.tk &lt;br /&gt;
hostfuck\.com&lt;br /&gt;
&lt;br /&gt;
# Added by brion 2005-08-08&lt;br /&gt;
# http://meta.wikimedia.org/wiki/Talk:Spam_blacklist/completed_additions#Enwiki_drug_spammer&lt;br /&gt;
#webzdarma\.cz &amp;lt; considered too broad&lt;br /&gt;
#bigsitecity\.com &lt;br /&gt;
#newmail\.ru&lt;br /&gt;
#mujweb\.cz &amp;lt; considered too broad&lt;br /&gt;
#\.sweb\.cz &amp;lt; considered too broad&lt;br /&gt;
&lt;br /&gt;
# Replacing overly broad once above - Andre Engels, 2005-08-09&lt;br /&gt;
heavytools\.webzdarma\.cz&lt;br /&gt;
phentermine-online&lt;br /&gt;
hydrocodone\.webzdarma\.cz&lt;br /&gt;
spyware\.webzdarma\.cz&lt;br /&gt;
phentermine\.webzdarma\.cz&lt;br /&gt;
carisoprodol\.webzdarma\.cz&lt;br /&gt;
sexforfree\.webzdarma\.cz&lt;br /&gt;
viagra\.newmail\.ru&lt;br /&gt;
phentermine\.newmail\.ru&lt;br /&gt;
donewhere\.bigsitecity\.com&lt;br /&gt;
olonline\.bigsitecity\.com&lt;br /&gt;
spyware\.bigsitecity\.com&lt;br /&gt;
&lt;br /&gt;
# Added by Andre Engels, 2005-08-09&lt;br /&gt;
# German repeated spammers&lt;br /&gt;
\.modz\.de&lt;br /&gt;
viagra100\.tk&lt;br /&gt;
viagra100\.net&lt;br /&gt;
# Japanese sex spammer&lt;br /&gt;
aftar\.bpa\.nu&lt;br /&gt;
crionica\.bpa\.nu&lt;br /&gt;
streamings\.cable\.nu&lt;br /&gt;
fectr\.dundeeleagues\.ca&lt;br /&gt;
sherlok\.homes\.com\.au&lt;br /&gt;
duplo\.dnip\.net&lt;br /&gt;
author\.nerdcamp\.net&lt;br /&gt;
chaka\.nerdcamp\.net&lt;br /&gt;
dabest\.nerdcamp\.net&lt;br /&gt;
ferdrubt\.nerdcamp\.net&lt;br /&gt;
freedom\.nerdcamp\.net&lt;br /&gt;
popov\.nerdcamp\.net&lt;br /&gt;
funnydog\.prettyfar\.com&lt;br /&gt;
perfection\.prettyfar\.com&lt;br /&gt;
whoisi\.whyza\.net&lt;br /&gt;
bidlo\.zenno\.info&lt;br /&gt;
fakir\.zenno\.info&lt;br /&gt;
&lt;br /&gt;
# Added by UninvitedCompany, 8/10/2005&lt;br /&gt;
all-hotels-motels\.com&lt;br /&gt;
&lt;br /&gt;
# Added by James F., 2005.vii.21, as requested by CraigSpurrier&lt;br /&gt;
buyhydrocodone\.afraid\.org&lt;br /&gt;
phentermine-drugs\.euro\.tm&lt;br /&gt;
&lt;br /&gt;
# http://meta.wikimedia.org/w/index.php?title=Talk:Eliminating_index.php_from_the_url&amp;amp;diff=196092&amp;amp;oldid=196063&lt;br /&gt;
[A-Za-z-]*drugs\.euro\.tm&lt;br /&gt;
&lt;br /&gt;
# http://meta.wikimedia.org/w/index.php?title=T%C3%A4wge_Bit&amp;amp;diff=prev&amp;amp;oldid=196043&lt;br /&gt;
# Note that shengen.ru should be blocked alltogether&lt;br /&gt;
21jewelry\.com&lt;br /&gt;
mrjeweller\.us&lt;br /&gt;
detox-kit\.com&lt;br /&gt;
adipex.shengen\.ru&lt;br /&gt;
levitra.shengen\.ru&lt;br /&gt;
lortab.shengen\.ru&lt;br /&gt;
diazepam.shengen\.ru&lt;br /&gt;
protonix.shengen\.ru&lt;br /&gt;
hydrocodone.shengen\.ru&lt;br /&gt;
detox-kit\.com&lt;br /&gt;
tests-market\.com&lt;br /&gt;
toe.shengen\.ru&lt;br /&gt;
detox.shengen\.ru&lt;br /&gt;
jewelry.shengen\.ru&lt;br /&gt;
&lt;br /&gt;
# added by brion&lt;br /&gt;
# http://en.wikipedia.org/w/index.php?title=Special:Contributions&amp;amp;target=24.66.29.108&lt;br /&gt;
about-travels\.host\.sk&lt;br /&gt;
&lt;br /&gt;
# Added by Yann on 25-8-2005 (from Meta)&lt;br /&gt;
phenterminex\.freespaces\.com&lt;br /&gt;
phentermine-pills\.euro\.tm&lt;br /&gt;
smartsearch\.name&lt;br /&gt;
fanny-girls\.info&lt;br /&gt;
hotsex\.free-pussy\.org&lt;br /&gt;
&lt;br /&gt;
# Annoying user on fr:&lt;br /&gt;
\.etunisie\.net&lt;br /&gt;
&lt;br /&gt;
# Some nl spam links&lt;br /&gt;
\.hostfuck\.com&lt;br /&gt;
gensei-ryu\.nl&lt;br /&gt;
&lt;br /&gt;
# ~~~~&lt;br /&gt;
# Zenno.info spam links&lt;br /&gt;
epsilon\.zenno\.info&lt;br /&gt;
googlesuka\.zenno\.info&lt;br /&gt;
stol\.zenno\.info&lt;br /&gt;
&lt;br /&gt;
# http://meta.wikimedia.org/wiki/Special:Contributions/220.161.154.90&lt;br /&gt;
shoesbuy\.com&lt;br /&gt;
shoesshop\.biz&lt;br /&gt;
&lt;br /&gt;
# from zh&lt;br /&gt;
28k8\.com&lt;br /&gt;
\.8z\.cn&lt;br /&gt;
\.8z\.cn&lt;br /&gt;
\.reeds\.com\.cn&lt;br /&gt;
&lt;br /&gt;
# Raul's additions&lt;br /&gt;
15ern\.com&lt;br /&gt;
&lt;br /&gt;
# from zh &lt;br /&gt;
\.6iuhecai\.com&lt;br /&gt;
# \.xinyicom\.com&lt;br /&gt;
\.ltdcr\.com&lt;br /&gt;
\.ltdcr\.net&lt;br /&gt;
\.ltdcr\.org&lt;br /&gt;
\.ltdcr\.cn&lt;br /&gt;
\.hkccr\.org&lt;br /&gt;
\.hkce\.org&lt;br /&gt;
\.hkce\.net&lt;br /&gt;
\.cegcr\.com&lt;br /&gt;
\.cegcr\.net&lt;br /&gt;
\.hktmr\.com&lt;br /&gt;
\.hkltdcr\.org&lt;br /&gt;
\.tradeinvests\.com&lt;br /&gt;
\.ovecr\.cn&lt;br /&gt;
\.bjicp\.com&lt;br /&gt;
cnfibernet\.com\.cn&lt;br /&gt;
\.tvsou\.com&lt;br /&gt;
\.54163\.com&lt;br /&gt;
&lt;br /&gt;
# http://meta.wikimedia.org/w/index.php?title=Special:Contributions&amp;amp;target=64.16.178.204&lt;br /&gt;
# http://meta.wikimedia.org/w/index.php?title=Special:Contributions&amp;amp;target=65.78.124.29&lt;br /&gt;
pharmacy\.rr\.nu&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
#additions by Mindspillage&lt;br /&gt;
#4 October 05&lt;br /&gt;
\.coolhost\.biz&lt;br /&gt;
#10 Oct 05&lt;br /&gt;
\.hotweb\.pp\.ru&lt;br /&gt;
\.webtech\.pp\.ru&lt;br /&gt;
&lt;br /&gt;
#7 October 05 Hashar (spam on fr:)&lt;br /&gt;
fuckfactor\.com&lt;br /&gt;
&lt;br /&gt;
#23 oct elian (spam on de)&lt;br /&gt;
\.zap3x\.com&lt;br /&gt;
&lt;br /&gt;
# http://en.wikipedia.org/w/index.php?title=Wikipedia:Help_desk&amp;amp;diff=28207588&amp;amp;amp;oldid=28205513&lt;br /&gt;
# http://en.wikipedia.org/w/index.php?title=MediaWiki_talk:Nogomatch&amp;amp;diff=28206731&amp;amp;oldid=28202132&lt;br /&gt;
hosting\.q4w\.net&lt;br /&gt;
&lt;br /&gt;
# http://en.wikipedia.org/w/index.php?title=User_talk:Prozak&amp;amp;diff=28207831&amp;amp;oldid=28207180&lt;br /&gt;
green-tea[0-9a-z-]*\.co\.nr&lt;br /&gt;
&lt;br /&gt;
# 19 november reported by amgine&lt;br /&gt;
# http://en.wikinews.org/w/index.php?title=Special:Contributions&amp;amp;target=192.114.65.98 etc&lt;br /&gt;
dralex\.info&lt;br /&gt;
&lt;br /&gt;
# Requested by Ta bu shi da yu, added by Tim Starling&lt;br /&gt;
# http://en.wikipedia.org/w/index.php?title=USA_PATRIOT_Act&amp;amp;diff=prev&amp;amp;oldid=29158543&lt;br /&gt;
nastydollars\.com&lt;br /&gt;
&lt;br /&gt;
# http://as.wikibooks.org/w/index.php?title=Wikibooks:General_disclaimer&amp;amp;curid=1446&amp;amp;diff=2706&amp;amp;oldid=2634&lt;br /&gt;
4t7e\.info&lt;br /&gt;
&lt;br /&gt;
# 4 dec 05, persistant spammer on de --elian&lt;br /&gt;
\.cyberthug\.de&lt;br /&gt;
&lt;br /&gt;
# 15 dec 05, upon request of german wikinewsies --elian&lt;br /&gt;
\.g155\.info&lt;br /&gt;
&lt;br /&gt;
# Tepeating spammer on many projects&lt;br /&gt;
010b\.info&lt;br /&gt;
&lt;br /&gt;
# dec 10, spammer on en requested by. zigger&lt;br /&gt;
e16\.info&lt;br /&gt;
&lt;br /&gt;
# Amgine's&lt;br /&gt;
justlovexx\.net&lt;br /&gt;
www\.g155\.info&lt;br /&gt;
www\.f9zs\.info&lt;br /&gt;
4ljd\.info&lt;br /&gt;
pills-pharmacy\.be&lt;br /&gt;
98\.to # Hégésippe's list&lt;br /&gt;
us\.ma([\/\]\b\s]|$)&lt;br /&gt;
be\.ma([\/\]\b\s]|$)&lt;br /&gt;
1stOK\.com&lt;br /&gt;
3xforum\.ro&lt;br /&gt;
servik\.com&lt;br /&gt;
90d7\.info&lt;br /&gt;
executiveshuttleservice\.com&lt;br /&gt;
dir\.fasthoster\.de&lt;br /&gt;
joke34\.info&lt;br /&gt;
4wj6\.info&lt;br /&gt;
www\.ChezBrandon\.com&lt;br /&gt;
&lt;br /&gt;
# Brian0918&lt;br /&gt;
www\.look4vacation\.com &lt;br /&gt;
bulgaria-houses\.com #spam on EN by 68.6.209.121&lt;br /&gt;
hawaiicity\.com #purposely hidden spam on EN by 85.192.128.179&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Datrio&lt;br /&gt;
adult\.dynu\.net&lt;br /&gt;
celika\.dynu\.net #add by Suisui&lt;br /&gt;
&lt;br /&gt;
# Datrio, by request from IRC&lt;br /&gt;
vendweb\.com&lt;br /&gt;
xthost\.info&lt;br /&gt;
&lt;br /&gt;
# Massive spam&lt;br /&gt;
f9zs\.info&lt;br /&gt;
&lt;br /&gt;
# Suisui&lt;br /&gt;
caribvoice\.org&lt;br /&gt;
raus\.de\/crashme\/&lt;br /&gt;
northwestairlines\.bravehost\.com #ja.ws,wkt&lt;br /&gt;
news\.scenecritique\.com #20060115jawiki&lt;br /&gt;
mp3\.com\/users\/&lt;br /&gt;
&lt;br /&gt;
# Datrio, spam on Commons and Wikinews&lt;br /&gt;
ijijiji\.com&lt;br /&gt;
\.5g6y\.info&lt;br /&gt;
&lt;br /&gt;
# [5:04pm] egg: anyone alive? i need an address to be blacklisted. http://meta.wikimedia.org/wiki/Spam_blacklist&lt;br /&gt;
# [5:04pm] egg: this one: dir.fasthoster.de&lt;br /&gt;
# [5:05pm] egg: there's a massive robot attack on cswiki.&lt;br /&gt;
# [5:05pm] egg: brion: ping&lt;br /&gt;
dir\.fasthoster\.de&lt;br /&gt;
&lt;br /&gt;
#it.wiki - User:M7 (M/)&lt;br /&gt;
signoraggio\.com&lt;br /&gt;
megabustybimbos\.com&lt;br /&gt;
&lt;br /&gt;
#de.wiki - User:M7 (M/)&lt;br /&gt;
animemanga\.de&lt;br /&gt;
bleach\.de&lt;br /&gt;
detektivconan\.de&lt;br /&gt;
digitalmonsters\.de&lt;br /&gt;
dragonballz\.de&lt;br /&gt;
gundamwing\.de&lt;br /&gt;
gundamseed\.de&lt;br /&gt;
hikarunogo\.de&lt;br /&gt;
inuyasha\.de&lt;br /&gt;
naruto\.de&lt;br /&gt;
onepiece\.de&lt;br /&gt;
princeoftennis\.de&lt;br /&gt;
ranma\.de&lt;br /&gt;
shaman-king\.de&lt;br /&gt;
yugioh\.de&lt;br /&gt;
fanart\.de&lt;br /&gt;
&lt;br /&gt;
#commons&lt;br /&gt;
health-medical\.be&lt;br /&gt;
ignorelist\.com&lt;br /&gt;
freewebs\.com\/diet-about-diet&lt;br /&gt;
fioricet-drugs\.mooo\.com&lt;br /&gt;
ultram-drugs\.strangled\.net&lt;br /&gt;
&lt;br /&gt;
#Added by Raul654 on Jan 25 2006 - constant spamming on en main page&lt;br /&gt;
all\.yard\.ru&lt;br /&gt;
sleepgoodmusic\.com&lt;br /&gt;
w9uh\.info&lt;br /&gt;
wikipedia\.on\.nimp\.org&lt;br /&gt;
\.on\.nimp\.org&lt;br /&gt;
&lt;br /&gt;
#Used by the GNAA to link to malware pages; added by Raul654 on Feb 3&lt;br /&gt;
tinyurl\.com&lt;br /&gt;
tinylink\.com&lt;br /&gt;
url123\.com&lt;br /&gt;
tinyr\.us&lt;br /&gt;
ln-s\.net # silsor&lt;br /&gt;
xrl\.us &lt;br /&gt;
tny\.se&lt;br /&gt;
compactURL\.com&lt;br /&gt;
&lt;br /&gt;
#Delphine's little list&lt;br /&gt;
a85\.no-ip\.biz&lt;br /&gt;
&lt;br /&gt;
# Spam 2006-05-27&lt;br /&gt;
carpathiahost\.net&lt;br /&gt;
&lt;br /&gt;
# Spam 2006-08-25&lt;br /&gt;
pussy\.info&lt;br /&gt;
&lt;br /&gt;
# Spam 2006-09-26&lt;br /&gt;
fucking4free\.info&lt;br /&gt;
&lt;br /&gt;
# Spam october&lt;br /&gt;
lovelyass\.info&lt;br /&gt;
sow\.xhostar\.com&lt;br /&gt;
&lt;br /&gt;
# Spam november&lt;br /&gt;
lolitampeg\.info&lt;br /&gt;
xex1\.info&lt;br /&gt;
xex2\.info&lt;br /&gt;
xhostar\.com&lt;br /&gt;
mybb\.ru&lt;br /&gt;
galeon\.com&lt;br /&gt;
chrysalis1\.info&lt;br /&gt;
&lt;br /&gt;
# Spam Feb 2007 (it's been clean for a while now - spam block is quite effective)&lt;br /&gt;
pornolicios\.info&lt;br /&gt;
&lt;br /&gt;
# Spam March 2007&lt;br /&gt;
laconia4\.info&lt;br /&gt;
&lt;br /&gt;
# &amp;quot;Hack&amp;quot; defacing by user Uzman&lt;br /&gt;
imageshack\.us&lt;br /&gt;
&lt;br /&gt;
# May 2007: repeated multiple pages created, starting with Din...&lt;br /&gt;
99jk\.com\.cn&lt;br /&gt;
dinmo\.cn&lt;br /&gt;
88fy\.com&lt;br /&gt;
bjrltz\.obm\.cn&lt;br /&gt;
obm\.cn&lt;br /&gt;
bjrltz\.com&lt;br /&gt;
hqyl\.com&lt;br /&gt;
tiantiandazhe\.com&lt;br /&gt;
citylight\.com\.cn&lt;br /&gt;
sino-sheji\.com&lt;br /&gt;
shkt\.net&lt;br /&gt;
sslcp\.com&lt;br /&gt;
35fax\.com&lt;br /&gt;
yt3\.com\.cn&lt;br /&gt;
ebasechina\.com&lt;br /&gt;
shgxgs\.com&lt;br /&gt;
able369\.com\.cn&lt;br /&gt;
hengxinbanjia\.com&lt;br /&gt;
021clean\.cn&lt;br /&gt;
daliangdinuan\.com&lt;br /&gt;
bjfld\.com&lt;br /&gt;
postek\.com\.cn&lt;br /&gt;
517liuxue\.com\.cn&lt;br /&gt;
wangshida\.com&lt;br /&gt;
erdosteco\.com&lt;br /&gt;
global-seo\.cn&lt;br /&gt;
outing\.com\.cn&lt;br /&gt;
zhuyiw\.com&lt;br /&gt;
&lt;br /&gt;
 #&amp;lt;/pre&amp;gt; &amp;lt;!-- leave this line exactly as it is --&amp;gt;&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/Main_Page</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/Main_Page"/>
				<updated>2007-05-07T20:07:31Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: /* coding */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
==Welcome==&lt;br /&gt;
Welcome to the Stellarium wiki, a knowledge website about Stellarium, the free planetarium for your computer.  The wiki allows Stellarium users to collectively build the knowledge base about Stellarium, so if you have something to add, register and edit the page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width:29%; margin-right:25px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-bottom:25px; background-color:#3d4045; padding:7px; border:solid 1px #847f93;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color:#f4d385;&amp;quot;&amp;gt;Getting started&amp;lt;/h2&amp;gt;&lt;br /&gt;
* [[Stellarium:About|What is Stellarium?]]&lt;br /&gt;
* [[Complete feature list]]&lt;br /&gt;
* [[Download|Where to download Stellarium]]&lt;br /&gt;
* [[Installation guide]]&lt;br /&gt;
* [[Quickstart guide]]&lt;br /&gt;
* [[Keyboard actions]]&lt;br /&gt;
* [[FAQ|Frequently Asked Questions]]&lt;br /&gt;
===User's Guide===&lt;br /&gt;
* [http://prdownloads.sourceforge.net/stellarium/stellarium_user_guide-0.8.1-1.pdf?download Download User's Guide PDF]&lt;br /&gt;
* [http://www.porpoisehead.net/mysw/stellarium_user_guide_html-0.8.1-1/ Online version]&lt;br /&gt;
* [[:Category:User's_Guide|wiki page about the guide]]&lt;br /&gt;
* [[User guide contributions|Making user guide contributions]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-bottom:25px; background-color:#3d4045; padding:7px; border:solid 1px #847f93;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color:#f4d385&amp;quot;&amp;gt;Extras&amp;lt;/h2&amp;gt;&lt;br /&gt;
===extra files for Stellarium===&lt;br /&gt;
* [[Landscapes]]&lt;br /&gt;
* [[Nebula images]]&lt;br /&gt;
* [[Scripts]]&lt;br /&gt;
* [[Sky cultures]]: See how people across the world look at the heavens above.&lt;br /&gt;
===education===&lt;br /&gt;
* [[Education|Education Resources]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width:29%; margin-right:25px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-bottom:25px; background-color:#3d4045; padding:7px; border:solid 1px #847f93;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color:#f4d385&amp;quot;&amp;gt;Help us&amp;lt;/h2&amp;gt;&lt;br /&gt;
===ongoing efforts===&lt;br /&gt;
* [[Translation using gettext|Translate Stellarium in your language]]&lt;br /&gt;
* [[Homepage translation|Translate the homepage in your language]]&lt;br /&gt;
* [[Help:Contents|Tips for editing the wiki]]&lt;br /&gt;
===specific things you can do===&lt;br /&gt;
* [[Help_with_Fortran90|Compiling FORTRAN90 Neptunian satellite ephemeris]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width:29%; margin-right:0px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-bottom:25px; background-color:#3d4045; padding:7px; border:solid 1px #847f93;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color:#f4d385&amp;quot;&amp;gt;Advanced topics&amp;lt;/h2&amp;gt;&lt;br /&gt;
===Projection===&lt;br /&gt;
* [[Setting up your own dome using Stellarium's spheric mirror distortion feature|Dome projection with a spheric mirror]]&lt;br /&gt;
===Telescope Control===&lt;br /&gt;
* [[Telescope Control|Control your telescope]]&lt;br /&gt;
* [[Telescope Compatibility|Telescope control compatibility]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-bottom:25px; background-color:#3d4045; padding:7px; border:solid 1px #847f93;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color:#f4d385&amp;quot;&amp;gt;Developers&amp;lt;/h2&amp;gt;&lt;br /&gt;
===compiling===&lt;br /&gt;
* [[Svn checkout|Checking out a Subversion development version]] (the old CVS page is [[Cvs checkout|here]] for historical purposes).&lt;br /&gt;
* [[Compilation on Linux]]&lt;br /&gt;
* [[Windows Build Instructions]]&lt;br /&gt;
* [[Building universal Stellarium 0.8.1 on an Intel Mac]]&lt;br /&gt;
===coding===&lt;br /&gt;
* [[Coding Standard]]&lt;br /&gt;
* [[Stellarium Code Architecture]]&lt;br /&gt;
&lt;br /&gt;
===public mailing list===&lt;br /&gt;
* [http://sourceforge.net/mail/?group_id=48857 Follow what's going on by reading our public development mailing list] You can send e-mail to this list, but it will be moderated before it appears.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/FAQ</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/FAQ"/>
				<updated>2007-05-05T08:00:29Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| cellpadding=&amp;quot;8&amp;quot;&lt;br /&gt;
| bgcolor=green | '''Note: this FAQ is a short list of answers to common problems.'''&lt;br /&gt;
Most of the content of the old FAQ (about using Stellarium, landscapes, customization, astronomy...) is now available and up to date in the [[:Category:User's_Guide|user's guide]].  This page will only list the bare minimum to get you up and running.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==General questions==&lt;br /&gt;
&lt;br /&gt;
===What is Stellarium?===&lt;br /&gt;
Stellarium is an open source desktop planetarium for Linux/Unix, Windows and MacOSX. It renders the skies in realtime using OpenGL, which means the skies will look exactly like what you see with your eyes, binoculars, or a small telescope. Stellarium is very simple to use, which is one of its biggest advantages: it can easily be used by beginners.&lt;br /&gt;
The Stellarium project was started by Fabien Chéreau during the summer of 2001 and uses Sourceforge intensively. Access the Sourceforge project page [http://sourceforge.net/projects/stellarium/ here].&lt;br /&gt;
&lt;br /&gt;
===Is Stellarium free?===&lt;br /&gt;
Yes! Stellarium is open source software. Anyone has the right to download and use the software for free, to distribute it without modifying to other people, or modify the source code, all of this under the terms of the [http://www.gnu.org/copyleft/gpl.html GNU General Public License (GPL)].&lt;br /&gt;
&lt;br /&gt;
===Where can I download Stellarium?===&lt;br /&gt;
Via the [[Download|download page]]. Stellarium is hosted on Sourceforge servers. After clicking on the right link of the download page, you will be taken to a list of Sourceforge servers, each with their location. Click on the file icon of the one geographically closest to you, it ensures a speedy download.&lt;br /&gt;
&lt;br /&gt;
===Where can I provide feedback?===&lt;br /&gt;
Your ideas and comments are invaluable to Stellarium. Have a look at [http://www.stellarium.org the homepage] to see where you can get personal support, ask for new features, report bugs and even submit your own patches.&lt;br /&gt;
&lt;br /&gt;
==Installing Stellarium==&lt;br /&gt;
&lt;br /&gt;
===What are Stellarium's system requirements?===&lt;br /&gt;
A graphics card capable of rendering OpenGL. A Riva TNT2, released in 1999 or 2000, should do. Stellarium is also fairly processor intensive, so you will get higher framerates with faster processors. Any reasonably recent computer should be able to run Stellarium. Furthermore your computer should be running a Linux, Windows or MacOSX operating system.&lt;br /&gt;
&lt;br /&gt;
To give you an idea of what's possible, we've had success with these older computers:&lt;br /&gt;
*Pentium III 800Mhz, 128MB RAM, Intel on board graphics (under Windows XP).&lt;br /&gt;
*AMD K6 400 Mhz, 256MB RAM, Nvidia Gforce2 AGP, DirectX 9.0 (Windows XP)&lt;br /&gt;
&lt;br /&gt;
===How do I install Stellarium?===&lt;br /&gt;
For Windows users, run the downloaded file &amp;amp;quot;setup.exe&amp;amp;quot; and follow the instructions.&lt;br /&gt;
For Linux users, the easiest is to find a pre-compiled package for your distribution.&lt;br /&gt;
But it is also possible to compile the program yourself: detailed compilation instructions for Linux, Posix, Cygwin and MacOSX are available in the &amp;amp;quot;INSTALL&amp;amp;quot; file. Mac OSX users should download the dmg file, double click on it to open, the application is contained inside, drag the application to your Applications folder.&lt;br /&gt;
&lt;br /&gt;
===How do I uninstall Stellarium?===&lt;br /&gt;
For Windows users, uninstall Stellarium using the &amp;amp;quot;Add or Remove Programs&amp;amp;quot; applet in the Windows control panel.&lt;br /&gt;
For Linux users, use your packet manager if you installed a pre-compiled version.&lt;br /&gt;
If you compiled yourself you can uninstall by typing &amp;quot;make uninstall&amp;quot; in the compilation directory.&lt;br /&gt;
&lt;br /&gt;
==Using Stellarium==&lt;br /&gt;
&lt;br /&gt;
===How do I start using Stellarium?===&lt;br /&gt;
&amp;lt;li&amp;gt;Set your location first! The default location is Paris, France. You can click on your location on the map in the configuration window, or enter coordinates manually. Don't forget to save the changes. Do that by clicking &amp;amp;quot;set as default&amp;amp;quot;. From now on, the sky will look exactly as it looks where you live when you run Stellarium. If you take Stellarium along on a trip with a laptop, you will need to adjust your location of course.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Use the mouse or arrow keys to look around.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Use the page up and page down keys to zoom in and out.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Use the left mouse button to select an object, the right button to deselect the object and middle mouse button or spacebar to center on the selected object.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Zooming on nebulas or planets is very interesting...&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;J slows down or reverses speed, L increases time speed, and K makes time return to normal speed.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Press the H key for help.&lt;br /&gt;
&lt;br /&gt;
===How do I change the screen resolution to one that isn't specified in the menu?===&lt;br /&gt;
You are running Stellarium on one of those fancy widescreen laptops, and there is no option specifying your screen resolution in the menu. In that case, just open the config.ini file with a text editor, and find the screen_w and screen_h values. Set the numbers to the desired dimensions, save the file and restart Stellarium: enjoy the view!&lt;br /&gt;
&lt;br /&gt;
===Is there a user's guide to Stellarium?===&lt;br /&gt;
Thanks to Matthew Gates and various other contributors, there is. Find out everything you want to know about Stellarium, and the astronomic principles you see demonstrated in the program. Essential reading. [[:Category:User's_Guide|Download the user's guide to Stellarium (pdf).]]&lt;br /&gt;
&lt;br /&gt;
==Customization==&lt;br /&gt;
&lt;br /&gt;
===How do I use other constellation art in Stellarium?===&lt;br /&gt;
Want to use other drawings than the ones included in Stellarium, like your own drawings, or antique drawings from the Uranographia?&lt;br /&gt;
&lt;br /&gt;
You will need to change the constellation textures, and possibly adjust their coordinates in the constellationsart.fab file.&lt;br /&gt;
If they're not burdened by restrictive copyrights, you can share the set you made with the rest of the community.&lt;br /&gt;
&lt;br /&gt;
===Is it possible to show more stars?===&lt;br /&gt;
Stellarium uses the Hipparcos catalog, which contains over 120000 stars. It is currently not possible to use other star catalogs.&lt;br /&gt;
&lt;br /&gt;
===Is Stellarium available in my language?===&lt;br /&gt;
Starting from version 0.8.0, Stellarium can be tailored to show your language. Settings are in the preferences window, or in the config.ini file.  It is possible that the translation isn't complete yet, so we would be grateful if the talented translators among the Stellarium users would contribute to the translations. Info about the process is on the [[Translation_using_gettext|translation page]].&lt;br /&gt;
&lt;br /&gt;
==Problems==&lt;br /&gt;
&lt;br /&gt;
===I can't install Stellarium.===&lt;br /&gt;
Read the installation instructions contained in the &amp;amp;quot;INSTALL&amp;amp;quot; file, which comes with Stellarium.&lt;br /&gt;
&lt;br /&gt;
===Stellarium installs, but does not run.===&lt;br /&gt;
We can offer some accounts of what people experienced in the past.&lt;br /&gt;
Firstly, it is possible your computer refuses to run Stellarium because the resolution in the config.ini file is wrong. Set it to your native resolution and see if that helps.&lt;br /&gt;
Secondly, maybe a file necessary for Stellarium was corrupted or badly formatted in some way. Try reinstalling, don't forget to backup any Stellarium files you might have customized.&lt;br /&gt;
Thirdly, Stellarium reports basic actions in a text output file, named stdout.txt, which is in the program directory. If you are running Stellarium on a computer where you don't have the right user privileges to do that, Stellarium refuses to run.&lt;br /&gt;
Lastly, stdout.txt and also stderr.txt might offer some insight into what goes on when Stellarium exhibits problems.&lt;br /&gt;
&lt;br /&gt;
===I experience very slow rendering, very low framerates on my computer.===&lt;br /&gt;
This happens when hardware rendering is disabled. If you have a 3D video card, make sure that your OpenGL drivers are installed and up to date.&lt;br /&gt;
&lt;br /&gt;
===Stellarium crashes after it has been running for a while.===&lt;br /&gt;
Stellarium is pretty processor intensive. This means things can get quite warm inside your computer. If you experience freezes or computer crashes, you might have a heat problem. If this is the case, other processor intensive tasks such as mp3 encoding should lead to the same problem.  In the newest versions, a frame rate limiter is present.  That should solve your problem.&lt;br /&gt;
&lt;br /&gt;
===Some moons are in another position than they should be.===&lt;br /&gt;
Currently we have no accurate ephemeris for Charon and no ephemeris for Neptunian satellites at all. The other satellite ephemeris should be correct. When you compare with what you see in your telescope you should enable light travel time compensation in config.ini.&lt;br /&gt;
&lt;br /&gt;
===The non-Latin font for my language doesn't show up===&lt;br /&gt;
Chances are your language is included, but the program doesn't include a font for your language, as we're concerned about download size. Find a font for your language, and tell the program which font to use in the config.ini file. See [[Display complex characters in Stellarium]] for more details.&lt;br /&gt;
&lt;br /&gt;
===Stellarium runs fullscreen at a refresh rate of 60Hz===&lt;br /&gt;
This is a bug in Windows XP.  There are numerous fixes, and there is a small program available for it here (install at your own risk): [http://www.pagehosting.co.uk/rl/ RefreshLock].&lt;br /&gt;
&lt;br /&gt;
===My local language isn't complete, or some terms are incorrect===&lt;br /&gt;
Translations in Stellarium are a community effort, so it is possible that a local translator started the project, but never finished it, or didn't find help with some specific words.  You can help us!  Translation tips are on this page: [[Translation using gettext]]&lt;br /&gt;
&lt;br /&gt;
===I'm having display problems===&lt;br /&gt;
Problems range from missing parts in the Stellarium interface, text display problems (on S3 and ATI Rage graphics cards), to missing stars. They mostly occur on older hardware, or on specific on-board graphics chips (an onboard Geforce 4MX user solved the problem by reverting to the older 5.2.1.6 driver for his model).  We advise experimenting with the graphics driver (updating, changing settings, reverting to older versions) if you're comfortable doing this. For users experiencing problems with S3 graphics controllers, update the driver to the S3 Graphics ProSavageDDR driver for Windows XP.&lt;br /&gt;
&lt;br /&gt;
===I can't record scripts (on Windows)===&lt;br /&gt;
Stellarium attempts to save a Stellarium script file (.sts) in your user directory.  On international versions of Windows, this doesn't work perfectly yet, as the program is looking for the English &amp;quot;Documents and Settings&amp;quot; folder.  Workaround: open the stderr.txt file in the Stellarium directory to see where Stellarium is trying to write, create that folder, and you should be able to record scripts now.&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/FAQ</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/FAQ"/>
				<updated>2007-05-05T07:57:16Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: Reverted edit of JomeSysop, changed back to last version by Barrykgerdes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;HacKeD By UzMaN And Penguen-Team.Us&lt;br /&gt;
&lt;br /&gt;
http://img501.imageshack.us/img501/4307/untitled1id7.png&lt;br /&gt;
&lt;br /&gt;
KraL KuraL TanıMaYız...!!!&lt;br /&gt;
&lt;br /&gt;
http://img480.imageshack.us/img480/7425/hacldot7.jpg&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/FAQ</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/FAQ"/>
				<updated>2007-05-05T07:56:06Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/FAQ</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/FAQ"/>
				<updated>2007-05-05T07:54:59Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: Reverted edit of JomeSysop, changed back to last version by Barrykgerdes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;HacKeD By UzMaN And Penguen-Team.Us&lt;br /&gt;
&lt;br /&gt;
http://img501.imageshack.us/img501/4307/untitled1id7.png&lt;br /&gt;
&lt;br /&gt;
KraL KuraL TanıMaYız...!!!&lt;br /&gt;
&lt;br /&gt;
http://img480.imageshack.us/img480/7425/hacldot7.jpg&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/FAQ</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/FAQ"/>
				<updated>2007-05-05T07:54:02Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: Reverted edit of Barrykgerdes, changed back to last version by Uzman&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;HacKeD By UzMaN And Penguen-Team.Us&lt;br /&gt;
&lt;br /&gt;
http://img501.imageshack.us/img501/4307/untitled1id7.png&lt;br /&gt;
&lt;br /&gt;
KraL KuraL TanıMaYız...!!!&lt;br /&gt;
&lt;br /&gt;
http://img480.imageshack.us/img480/7425/hacldot7.jpg&lt;br /&gt;
&lt;br /&gt;
HacKeD By UzMaN And Penguen-Team.Us&lt;br /&gt;
&lt;br /&gt;
http://img501.imageshack.us/img501/4307/untitled1id7.png&lt;br /&gt;
&lt;br /&gt;
KraL KuraL TanıMaYız...!!!&lt;br /&gt;
&lt;br /&gt;
http://img480.imageshack.us/img480/7425/hacldot7.jpg&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
HacKeD By UzMaN And Penguen-Team.Us&lt;br /&gt;
&lt;br /&gt;
http://img501.imageshack.us/img501/4307/untitled1id7.png&lt;br /&gt;
&lt;br /&gt;
KraL KuraL TanıMaYız...!!!&lt;br /&gt;
&lt;br /&gt;
http://img480.imageshack.us/img480/7425/hacldot7.jpg&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
HacKeD By UzMaN And Penguen-Team.Us&lt;br /&gt;
&lt;br /&gt;
http://img501.imageshack.us/img501/4307/untitled1id7.png&lt;br /&gt;
&lt;br /&gt;
KraL KuraL TanıMaYız...!!!&lt;br /&gt;
&lt;br /&gt;
http://img480.imageshack.us/img480/7425/hacldot7.jpg&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
HacKeD By UzMaN And Penguen-Team.Us&lt;br /&gt;
&lt;br /&gt;
http://img501.imageshack.us/img501/4307/untitled1id7.png&lt;br /&gt;
&lt;br /&gt;
KraL KuraL TanıMaYız...!!!&lt;br /&gt;
&lt;br /&gt;
http://img480.imageshack.us/img480/7425/hacldot7.jpg&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
HacKeD By UzMaN And Penguen-Team.Us&lt;br /&gt;
&lt;br /&gt;
http://img501.imageshack.us/img501/4307/untitled1id7.png&lt;br /&gt;
&lt;br /&gt;
KraL KuraL TanıMaYız...!!!&lt;br /&gt;
&lt;br /&gt;
http://img480.imageshack.us/img480/7425/hacldot7.jpg&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
HacKeD By UzMaN And Penguen-Team.Us&lt;br /&gt;
&lt;br /&gt;
http://img501.imageshack.us/img501/4307/untitled1id7.png&lt;br /&gt;
&lt;br /&gt;
KraL KuraL TanıMaYız...!!!&lt;br /&gt;
&lt;br /&gt;
http://img480.imageshack.us/img480/7425/hacldot7.jpg&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
HacKeD By UzMaN And Penguen-Team.Us&lt;br /&gt;
&lt;br /&gt;
http://img501.imageshack.us/img501/4307/untitled1id7.png&lt;br /&gt;
&lt;br /&gt;
KraL KuraL TanıMaYız...!!!&lt;br /&gt;
&lt;br /&gt;
http://img480.imageshack.us/img480/7425/hacldot7.jpg&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
HacKeD By UzMaN And Penguen-Team.Us&lt;br /&gt;
&lt;br /&gt;
http://img501.imageshack.us/img501/4307/untitled1id7.png&lt;br /&gt;
&lt;br /&gt;
KraL KuraL TanıMaYız...!!!&lt;br /&gt;
&lt;br /&gt;
http://img480.imageshack.us/img480/7425/hacldot7.jpg&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
HacKeD By UzMaN And Penguen-Team.Us&lt;br /&gt;
&lt;br /&gt;
http://img501.imageshack.us/img501/4307/untitled1id7.png&lt;br /&gt;
&lt;br /&gt;
KraL KuraL TanıMaYız...!!!&lt;br /&gt;
&lt;br /&gt;
http://img480.imageshack.us/img480/7425/hacldot7.jpg&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
HacKeD By UzMaN And Penguen-Team.Us&lt;br /&gt;
&lt;br /&gt;
http://img501.imageshack.us/img501/4307/untitled1id7.png&lt;br /&gt;
&lt;br /&gt;
KraL KuraL TanıMaYız...!!!&lt;br /&gt;
&lt;br /&gt;
http://img480.imageshack.us/img480/7425/hacldot7.jpg&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/Landscapes_pre_0.9.0</id>
		<title>Landscapes pre 0.9.0</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/Landscapes_pre_0.9.0"/>
				<updated>2007-05-02T09:07:41Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
This page contains links on landscapes provided by Stellarium users.&lt;br /&gt;
&lt;br /&gt;
=General notes on installation of new landscapes=&lt;br /&gt;
Specific instructions are given for each landscape. &lt;br /&gt;
#Copy one or more .png file to a specific directory&lt;br /&gt;
#Editing the landscape.ini file&lt;br /&gt;
The instructions for each landscape mention the &amp;lt;config root&amp;gt; directory. Details of what this means can be found [http://www.porpoisehead.net/mysw/stellarium_user_guide_html-0.8.0-1/node29.html here].&lt;br /&gt;
&lt;br /&gt;
After installing a new landscape, you'll need to re-start Stellarium for changes to take effect.  If all is well, you should see a new section in the configuration windows in the landscape tab.  &lt;br /&gt;
&lt;br /&gt;
More information about the ways to make new landscapes can be found in the  [http://www.porpoisehead.net/mysw/stellarium_user_guide_html-0.8.0-1/node41.html user guide].&lt;br /&gt;
 &lt;br /&gt;
=Downloads=&lt;br /&gt;
&lt;br /&gt;
==Paul Bourke - Landscape Collection==&lt;br /&gt;
{|&lt;br /&gt;
|http://www.stellarium.org/wiki/images/bourke.jpg&lt;br /&gt;
|Paul Bourke has collected several landscapes on [http://local.wasp.uwa.edu.au/~pbourke/projection/stellarium/ this page].  Locations include Australia, Cambodia, India. They are full 360 degree fisheye images so you can roll right down and look at the ground.&lt;br /&gt;
|}&lt;br /&gt;
===Download===&lt;br /&gt;
Save the landscape files from Paul's web page. &lt;br /&gt;
===Installation===&lt;br /&gt;
#Copy the landscape files into the &amp;lt;config root&amp;gt;/textures/landscapes directory&lt;br /&gt;
#Edit the &amp;lt;config root&amp;gt;/data/landscapes.ini file, adding sections as they they appear on Paul's web page.&lt;br /&gt;
&lt;br /&gt;
==Barry Gerdes - Beaumont Hills, Sydney, Australia==&lt;br /&gt;
{|&lt;br /&gt;
| http://www.stellarium.org/wiki/images/beaumont-hills.jpg&lt;br /&gt;
| Barry made an interesting multiple-image landscape from the rooftop of his house. You can find a detailed account of how this was done in the [http://www.porpoisehead.net/mysw/stellarium_user_guide_html-0.8.0-1/node56.html Stellarium User Guide].&lt;br /&gt;
|}&lt;br /&gt;
'''Bold text'''''Italic text''===Download=== &lt;br /&gt;
&lt;br /&gt;
*[http://www.porpoisehead.net/mysw/downloads/landscape_beaumonthills.zip landscape_beaumonthills.zip] (mirror)&lt;br /&gt;
&lt;br /&gt;
===Installation=== &lt;br /&gt;
For '''Stellarium version 0.7.1''': &lt;br /&gt;
#unzip the downloaded file&lt;br /&gt;
#copy the .png files to the &amp;lt;config root&amp;gt;/textures/landscapes directory&lt;br /&gt;
#copy landscapes.ini to the &amp;lt;config root&amp;gt;/data directory (overwriting the original).  If you have modified your original landscapes.ini file, just copy-paste the [Beaumonthills] section to the end of your file.&lt;br /&gt;
For '''Stellarium version 0.8.0''':&lt;br /&gt;
#unzip the downloaded file&lt;br /&gt;
#copy the .png files to the &amp;lt;config root&amp;gt;/textures/landscapes directory&lt;br /&gt;
#add this section to your &amp;lt;config root&amp;gt;/data/landscapes.ini file&lt;br /&gt;
 [Beaumonthills]&lt;br /&gt;
 name = beaumont&lt;br /&gt;
 Author = B.Gerdes&lt;br /&gt;
 description = Local Site Panorama&lt;br /&gt;
 type = old_style&lt;br /&gt;
 nbsidetex = 10&lt;br /&gt;
 tex0 = landscapes/beau1.png&lt;br /&gt;
 tex1 = landscapes/beau2.png&lt;br /&gt;
 tex2 = landscapes/beau3.png&lt;br /&gt;
 tex3 = landscapes/beau4.png&lt;br /&gt;
 tex4 = landscapes/beau5.png&lt;br /&gt;
 tex5 = landscapes/beau6.png&lt;br /&gt;
 tex6 = landscapes/beau7.png&lt;br /&gt;
 tex7 = landscapes/beau8.png&lt;br /&gt;
 tex8 = landscapes/beau9.png&lt;br /&gt;
 tex9 = landscapes/beau10.png&lt;br /&gt;
 nbside = 10&lt;br /&gt;
 side0 = tex8:0:0.005:1:1&lt;br /&gt;
 side1 = tex9:0:0.005:1:1&lt;br /&gt;
 side2 = tex0:0:0.005:1:1&lt;br /&gt;
 side3 = tex1:0:0.005:1:1&lt;br /&gt;
 side4 = tex2:0:0.005:1:1&lt;br /&gt;
 side5 = tex3:0:0.005:1:1&lt;br /&gt;
 side6 = tex4:0:0.005:1:1&lt;br /&gt;
 side7 = tex5:0:0.005:1:1&lt;br /&gt;
 side8 = tex6:0:0.005:1:1&lt;br /&gt;
 side9 = tex7:0:0.005:1:1&lt;br /&gt;
 groundtex = landscapes/beaub.png&lt;br /&gt;
 ground = groundtex:0:0:1:1&lt;br /&gt;
 fogtex = fog.png&lt;br /&gt;
 fog = fogtex:0:0:1:1&lt;br /&gt;
 nb_decor_repeat = 1&lt;br /&gt;
 decor_alt_angle = 35&lt;br /&gt;
 decor_angle_shift = -22&lt;br /&gt;
 decor_angle_rotatez = -29&lt;br /&gt;
 ground_angle_shift = -22&lt;br /&gt;
 ground_angle_rotatez = 95&lt;br /&gt;
 fog_alt_angle = 20&lt;br /&gt;
 fog_angle_shift = -3&lt;br /&gt;
 draw_ground_first = 1&lt;br /&gt;
&lt;br /&gt;
==Steinar Midtskogen - Voksenlia, Oslo, Norway==&lt;br /&gt;
{|&lt;br /&gt;
| http://www.stellarium.org/wiki/images/voksenlia.jpg&lt;br /&gt;
|Steinar Midtskogen sent [http://porpoisehead.net/mysw/downloads/voksenlia.png this huge (17 MiB!) spherical landscape image] of Voksenlia, Oslo, Norway (59°58'14N, 10°38'57E, alt=348m).&lt;br /&gt;
|}&lt;br /&gt;
===Download===&lt;br /&gt;
[http://porpoisehead.net/mysw/downloads/voksenlia.png voksenlia.png]&lt;br /&gt;
===Installation===&lt;br /&gt;
#Save the file to the &amp;lt;config root&amp;gt;/textures/landscapes directory&lt;br /&gt;
#Add this section to your &amp;lt;config root&amp;gt;/data/landscapes.ini file:&lt;br /&gt;
 [voksenlia]&lt;br /&gt;
 name = Voksenlia&lt;br /&gt;
 type = spherical&lt;br /&gt;
 maptex = landscapes/voksenlia.png&lt;br /&gt;
&lt;br /&gt;
==Friedrich Noelle &amp;amp; Barry Gerdes - Calton Hill, Edinburgh, Scotland==&lt;br /&gt;
{|&lt;br /&gt;
| http://www.stellarium.org/wiki/images/observatory-hill-Barry.jpg&lt;br /&gt;
| Friedrich Noelle took a nice panorama of Observatory Hill, Edinburgh which Barry converted into a Stellarium landscape.&lt;br /&gt;
|}&lt;br /&gt;
===Download=== &lt;br /&gt;
&lt;br /&gt;
*[http://www.geocities.com/wendygblyde/] (Barry's site)&lt;br /&gt;
*[http://www.porpoisehead.net/mysw/downloads/landscape_edinburgh.zip landscape_edinburgh.zip] (mirror)&lt;br /&gt;
&lt;br /&gt;
===Installation=== &lt;br /&gt;
For '''Stellarium version 0.8.0''':&lt;br /&gt;
#unzip the downloaded file&lt;br /&gt;
#copy the .png files to the &amp;lt;config root&amp;gt;/textures/landscapes directory&lt;br /&gt;
#add this section to your &amp;lt;config root&amp;gt;/data/landscapes.ini file&lt;br /&gt;
 [Edinburgh]&lt;br /&gt;
 name = edinburgh&lt;br /&gt;
 type = old_style&lt;br /&gt;
 nbsidetex = 8&lt;br /&gt;
 tex0 = landscapes/edin-1.png&lt;br /&gt;
 tex1 = landscapes/edin-2.png&lt;br /&gt;
 tex2 = landscapes/edin-3.png&lt;br /&gt;
 tex3 = landscapes/edin-4.png&lt;br /&gt;
 tex4 = landscapes/edin-5.png&lt;br /&gt;
 tex5 = landscapes/edin-6.png&lt;br /&gt;
 tex6 = landscapes/edin-7.png&lt;br /&gt;
 tex7 = landscapes/edin-8.png&lt;br /&gt;
 nbside = 8&lt;br /&gt;
 side0 = tex5:0:0.005:1:1&lt;br /&gt;
 side1 = tex6:0:0.005:1:1&lt;br /&gt;
 side2 = tex7:0:0.005:1:1&lt;br /&gt;
 side3 = tex0:0:0.005:1:1&lt;br /&gt;
 side4 = tex1:0:0.005:1:1&lt;br /&gt;
 side5 = tex2:0:0.005:1:1&lt;br /&gt;
 side6 = tex3:0:0.005:1:1&lt;br /&gt;
 side7 = tex4:0:0.005:1:1&lt;br /&gt;
 groundtex = landscapes/edinb.png&lt;br /&gt;
 ground = groundtex:0:0:1:1&lt;br /&gt;
 fogtex = fog.png&lt;br /&gt;
 fog = fogtex:0:0:1:1&lt;br /&gt;
 nb_decor_repeat = 1&lt;br /&gt;
 decor_alt_angle = 40&lt;br /&gt;
 decor_angle_shift = -17&lt;br /&gt;
 decor_angle_rotatez = -21&lt;br /&gt;
 ground_angle_shift = -17&lt;br /&gt;
 ground_angle_rotatez = 135&lt;br /&gt;
 fog_alt_angle = 20&lt;br /&gt;
 fog_angle_shift = -3&lt;br /&gt;
 draw_ground_first = 1&lt;br /&gt;
&lt;br /&gt;
==Graeme Ewing - Transit Hill, Lord Howe Island, Australia==&lt;br /&gt;
{|&lt;br /&gt;
| http://www.stellarium.org/wiki/images/transit-hill.jpg&lt;br /&gt;
| Graeme Ewing Contributed this panorama of the astronomically significant and visually stunning Transit Hill site Northeast of Sydney, Australia. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Download=== &lt;br /&gt;
&lt;br /&gt;
*[http://www.porpoisehead.net/mysw/downloads/landscape_transit_hill.zip landscape_transit_hill.zip]&lt;br /&gt;
&lt;br /&gt;
===Installation=== &lt;br /&gt;
For '''Stellarium version 0.8.0''':&lt;br /&gt;
#unzip the downloaded file&lt;br /&gt;
#copy the .png files to the &amp;lt;config root&amp;gt;/textures/landscapes directory&lt;br /&gt;
#add this section to your &amp;lt;config root&amp;gt;/data/landscapes.ini file&lt;br /&gt;
 [transithill]&lt;br /&gt;
 name = TransitHill&lt;br /&gt;
 author = Graeme Ewing&lt;br /&gt;
 description = Transit Hill is on Lord Howe Island where \nastronomers attempted to observe the transit of \nVenus across the sun in 1882.Lord Howe  Island \nis a jewel on the World Heritage List 770 kilometres \nnorth east   of Sydney, Australia.&lt;br /&gt;
 type = old_style&lt;br /&gt;
 nbsidetex = 10&lt;br /&gt;
 tex0 = landscapes/transithill4.png&lt;br /&gt;
 tex1 = landscapes/transithill5.png&lt;br /&gt;
 tex2 = landscapes/transithill6.png&lt;br /&gt;
 tex3 = landscapes/transithill7.png&lt;br /&gt;
 tex4 = landscapes/transithill8.png&lt;br /&gt;
 tex5 = landscapes/transithill9.png&lt;br /&gt;
 tex6 = landscapes/transithill10.png&lt;br /&gt;
 tex7 = landscapes/transithill1.png&lt;br /&gt;
 tex8 = landscapes/transithill2.png&lt;br /&gt;
 tex9 = landscapes/transithill3.png&lt;br /&gt;
 nbside = 10&lt;br /&gt;
 side0 = tex0:0:0.005:1:1&lt;br /&gt;
 side1 = tex1:0:0.005:1:1&lt;br /&gt;
 side2 = tex2:0:0.005:1:1&lt;br /&gt;
 side3 = tex3:0:0.005:1:1&lt;br /&gt;
 side4 = tex4:0:0.005:1:1&lt;br /&gt;
 side5 = tex5:0:0.005:1:1&lt;br /&gt;
 side6 = tex6:0:0.005:1:1&lt;br /&gt;
 side7 = tex7:0:0.005:1:1&lt;br /&gt;
 side8 = tex8:0:0.005:1:1&lt;br /&gt;
 side9 = tex9:0:0.005:1:1&lt;br /&gt;
 groundtex = landscapes/transithillb.png&lt;br /&gt;
 ground = groundtex:0:0:1:1&lt;br /&gt;
 fogtex = fog.png&lt;br /&gt;
 fog = fogtex:0:0:1:1&lt;br /&gt;
 nb_decor_repeat = 1&lt;br /&gt;
 decor_alt_angle = 45&lt;br /&gt;
 decor_angle_shift = -22&lt;br /&gt;
 decor_angle_rotatez = -20&lt;br /&gt;
 ground_angle_shift = -22&lt;br /&gt;
 ground_angle_rotatez = 45&lt;br /&gt;
 fog_alt_angle = 20&lt;br /&gt;
 fog_angle_shift = -3&lt;br /&gt;
 draw_ground_first = 1&lt;br /&gt;
&lt;br /&gt;
==Johan - Husband Hill, Mars==&lt;br /&gt;
{|&lt;br /&gt;
| http://www.stellarium.org/wiki/images/husband-hill.jpg&lt;br /&gt;
| Johan transformed this Mars image from NASA into a spherical panorama that can be used with Stellarium.  Mars rover Spirit made this image during August 24 to 27, 2005.&lt;br /&gt;
Image credit: NASA/JPL-Caltech/Cornell.&lt;br /&gt;
Read more on this webpage: http://marsrovers.nasa.gov/gallery/panoramas/spirit/2005.html&lt;br /&gt;
|}&lt;br /&gt;
===Download=== &lt;br /&gt;
*[http://users.pandora.be/jomejom/stellarium/husband-hill.png husband-hill.png] (Johan's site)&lt;br /&gt;
&lt;br /&gt;
===Installation=== &lt;br /&gt;
#copy the .png files to the &amp;lt;config root&amp;gt;/textures/landscapes directory&lt;br /&gt;
#add this section to your &amp;lt;config root&amp;gt;/data/landscapes.ini file&lt;br /&gt;
 [mars]&lt;br /&gt;
 name = Husband Hill, Mars&lt;br /&gt;
 type = spherical&lt;br /&gt;
 maptex = landscapes/husband-hill.png&lt;br /&gt;
&lt;br /&gt;
==Johan - Ponta da Piedade, Algarve, Lagos, Portugal==&lt;br /&gt;
{|&lt;br /&gt;
| http://www.stellarium.org/wiki/images/ponta-da-piedade.jpg&lt;br /&gt;
| Johan photographed this panorama in june 2006 and stitched it together into a spherical panorama that can be used with Stellarium.  &lt;br /&gt;
You see sandstone cliffs on the Atlantic coast of southern Portugal, a lighthouse, and a natural bridge.&lt;br /&gt;
|}&lt;br /&gt;
===Download=== &lt;br /&gt;
*[http://users.pandora.be/jomejom/stellarium/lagos.png lagos.png]&lt;br /&gt;
&lt;br /&gt;
===Installation=== &lt;br /&gt;
#unzip the downloaded file&lt;br /&gt;
#copy the .png files to the &amp;lt;config root&amp;gt;/textures/landscapes directory&lt;br /&gt;
#add this section to your &amp;lt;config root&amp;gt;/data/landscapes.ini file &lt;br /&gt;
&lt;br /&gt;
 [Lagos]&lt;br /&gt;
 name = Ponta da Piedade, Portugal&lt;br /&gt;
 type = spherical&lt;br /&gt;
 maptex = landscapes/lagos.png&lt;br /&gt;
&lt;br /&gt;
==Mike - Ocean==&lt;br /&gt;
{|&lt;br /&gt;
| http://www.stellarium.org/wiki/images/landscape_ocean_thumb.jpg&lt;br /&gt;
| Mike posted this landscape in the forums.  It was generated using [http://www.planetside.co.uk/terragen/ Terragen] (an amazing fractal landscape generator).  It's great if you want an un-obscured view of the horizon.&lt;br /&gt;
|}&lt;br /&gt;
===Download=== &lt;br /&gt;
*[http://porpoisehead.net/mysw/downloads/landscape_ocean.zip landscape_ocean.zip] (porpoisehead.net)&lt;br /&gt;
&lt;br /&gt;
===Installation=== &lt;br /&gt;
#unzip the downloaded file&lt;br /&gt;
#copy the .png files to the &amp;lt;config root&amp;gt;/textures/landscapes directory&lt;br /&gt;
#add this section to your &amp;lt;config root&amp;gt;/data/landscapes.ini file&lt;br /&gt;
 [Ocean]&lt;br /&gt;
 name = Ocean&lt;br /&gt;
 type = old_style&lt;br /&gt;
 nbsidetex = 8&lt;br /&gt;
 tex0 = landscapes/ocean1.png&lt;br /&gt;
 tex1 = landscapes/ocean2.png&lt;br /&gt;
 tex2 = landscapes/ocean3.png&lt;br /&gt;
 tex3 = landscapes/ocean4.png&lt;br /&gt;
 tex4 = landscapes/ocean5.png&lt;br /&gt;
 tex5 = landscapes/ocean6.png&lt;br /&gt;
 tex6 = landscapes/ocean7.png&lt;br /&gt;
 tex7 = landscapes/ocean8.png&lt;br /&gt;
 nbside = 8&lt;br /&gt;
 side0 = tex0:0:0.005:1:1&lt;br /&gt;
 side1 = tex1:0:0.005:1:1&lt;br /&gt;
 side2 = tex2:0:0.005:1:1&lt;br /&gt;
 side3 = tex3:0:0.005:1:1&lt;br /&gt;
 side4 = tex4:0:0.005:1:1&lt;br /&gt;
 side5 = tex5:0:0.005:1:1&lt;br /&gt;
 side6 = tex6:0:0.005:1:1&lt;br /&gt;
 side7 = tex7:0:0.005:1:1&lt;br /&gt;
 groundtex = landscapes/ocean9.png&lt;br /&gt;
 ground = groundtex:0:0:1:1&lt;br /&gt;
 fogtex = fog.png&lt;br /&gt;
 fog = fogtex:0:0:1:1&lt;br /&gt;
 nb_decor_repeat = 1&lt;br /&gt;
 decor_alt_angle = 45&lt;br /&gt;
 decor_angle_shift = -44.5&lt;br /&gt;
 decor_angle_rotatez = 180&lt;br /&gt;
 ground_angle_shift = -44.5&lt;br /&gt;
 ground_angle_rotatez = 90&lt;br /&gt;
 fog_alt_angle = 40&lt;br /&gt;
 fog_angle_shift = -6&lt;br /&gt;
 draw_ground_first = 1&lt;br /&gt;
&lt;br /&gt;
==Mike - Mars Opportunity Rover==&lt;br /&gt;
{|&lt;br /&gt;
| http://www.stellarium.org/wiki/images/landscape_marsopportunity_thumb.jpg&lt;br /&gt;
| Mike sent posted this landscape in the forums.  Another nice Mars rover landscape.&lt;br /&gt;
|}&lt;br /&gt;
===Download=== &lt;br /&gt;
*[http://porpoisehead.net/mysw/downloads/landscape_mars.zip landscape_mars.zip] (porpoisehead.net)&lt;br /&gt;
&lt;br /&gt;
===Installation=== &lt;br /&gt;
#unzip the downloaded file&lt;br /&gt;
#copy the Mars_Opportunity_Rover.png file to the &amp;lt;config root&amp;gt;/textures/landscapes directory&lt;br /&gt;
#add this section to your &amp;lt;config root&amp;gt;/data/landscapes.ini file&lt;br /&gt;
 [Mars_Opportunity_Rover]&lt;br /&gt;
 name = Mars_Opportunity_Rover&lt;br /&gt;
 type = spherical&lt;br /&gt;
 maptex = landscapes/Mars_Opportunity_Rover.png&lt;br /&gt;
&lt;br /&gt;
==Hiram Bertoch - Salt Lake City Panorama ==&lt;br /&gt;
{|&lt;br /&gt;
| http://www.stellarium.org/wiki/images/saltlakecity.jpg&lt;br /&gt;
| Hiram made this panorama for the KidsKnowIt Network's outreach program&lt;br /&gt;
|}&lt;br /&gt;
=== Download===&lt;br /&gt;
*http://www.KidsKnowIt.com/saltlakecity.zip&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Installation=== &lt;br /&gt;
#unzip the downloaded file&lt;br /&gt;
#copy all the pngs to the textures folder&lt;br /&gt;
#add the landscapes.ini.txt data to the landscapes.ini file&lt;br /&gt;
&lt;br /&gt;
==Martin Mutti - Gurnigel, Switzerland ==&lt;br /&gt;
{|&lt;br /&gt;
| http://www.stellarium.org/wiki/images/landscape_gurnigel_thumb.png&lt;br /&gt;
| This is the site of the Bern Astronomical Society's observing site&lt;br /&gt;
|}&lt;br /&gt;
=== Download===&lt;br /&gt;
*http://porpoisehead.net/mysw/downloads/landscape_gurnigel.zip&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Installation=== &lt;br /&gt;
#unzip the downloaded file&lt;br /&gt;
#copy all the pngs to the textures/landscapes folder&lt;br /&gt;
#append the landscapes.ini file from the zip file to the &amp;lt;config root&amp;gt;/data/landscapes.ini file.&lt;br /&gt;
&lt;br /&gt;
==Dmitri Ardashev - Tishinka, Russia ==&lt;br /&gt;
{|&lt;br /&gt;
| http://www.stellarium.org/wiki/images/tishinka-ardashev.jpg&lt;br /&gt;
| This is a small village between Moscow's and Kaluga's regions, in 130 km south-west of Moscow(55°18'32.46N, 36°26'42.06E, alt=195).&lt;br /&gt;
|}&lt;br /&gt;
=== Download===&lt;br /&gt;
*http://dardashev.newmail.ru/tishinka.ZIP&lt;br /&gt;
&lt;br /&gt;
===Installation=== &lt;br /&gt;
#unzip the downloaded file&lt;br /&gt;
#copy all the pngs to the textures/landscapes folder&lt;br /&gt;
#append the landscapes.ini file from the zip file to the &amp;lt;config root&amp;gt;/data/landscapes.ini file.&lt;br /&gt;
&lt;br /&gt;
==Makc - Mount Everest==&lt;br /&gt;
{|&lt;br /&gt;
| http://porpoisehead.net/mysw/images/landscape_everest_thumb.png&lt;br /&gt;
| Amazing parorama of the summit of Mount Everest, 8.85 km above sea level.  [http://www.everestviews.com/ Roddy Mackenzie], who climbed the mountain in 1989, captured the image. &lt;br /&gt;
|}&lt;br /&gt;
=== Download===&lt;br /&gt;
*http://porpoisehead.net/mysw/downloads/landscape_everest.zip&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Installation=== &lt;br /&gt;
#unzip the downloaded file&lt;br /&gt;
#read the readme.txt file for copyright and usage information&lt;br /&gt;
#copy everest.png to the textures/landscapes folder&lt;br /&gt;
#append the landscapes.ini file from the zip file to the &amp;lt;config root&amp;gt;/data/landscapes.ini file.&lt;br /&gt;
&lt;br /&gt;
==Makc - International Space Station==&lt;br /&gt;
{|&lt;br /&gt;
| http://porpoisehead.net/mysw/images/landscape_iss_thumb.png&lt;br /&gt;
| Landscape made using some screen shots and data from the wonderful [http://www.shatters.net/celestia/ Celestia].&lt;br /&gt;
|}&lt;br /&gt;
=== Download===&lt;br /&gt;
*http://porpoisehead.net/mysw/downloads/landscape_iss.zip&lt;br /&gt;
&lt;br /&gt;
===Installation=== &lt;br /&gt;
#unzip the downloaded file&lt;br /&gt;
#read the readme.txt file for copyright and usage information&lt;br /&gt;
#copy iss.png to the textures/landscapes folder&lt;br /&gt;
#append the landscapes.ini file from the zip file to the &amp;lt;config root&amp;gt;/data/landscapes.ini file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Sylvain Rondi - T60 dome, Pic du Midi Observatory, France==&lt;br /&gt;
{|&lt;br /&gt;
| http://www.astrosurf.com/rondi/instru/stellarium/wiki-panot60.jpg&lt;br /&gt;
| Sylvain photographed this panorama in February 2007 and stitched it together into a spherical panorama that can be used with Stellarium.  &lt;br /&gt;
This is the panoramic view from the amateur 60cm telescope dome from [http://astrosurf.com/t60/ T60 Association], installed at Pic du Midi Observatory.&lt;br /&gt;
|}&lt;br /&gt;
===Download=== &lt;br /&gt;
*[http://www.astrosurf.com/rondi/instru/stellarium/picdumidi-t60.png picdumidi-t60.png] (Sylvain's [http://www.astrosurf.com/rondi/instru/stellarium/index.htm website ])&lt;br /&gt;
&lt;br /&gt;
===Installation=== &lt;br /&gt;
#copy the .png file to the &amp;lt;config root&amp;gt;/textures/landscapes directory&lt;br /&gt;
#add this section to your &amp;lt;config root&amp;gt;/data/landscapes.ini file &lt;br /&gt;
&lt;br /&gt;
 [T60 Pic du Midi]&lt;br /&gt;
 name = T60 Pic du Midi&lt;br /&gt;
 author = S.Rondi, I.Debordeaux, B.David&lt;br /&gt;
 description = Panorama depuis le fameux T60 \ndu non moins celebre Observatoire \ndu Pic du Midi  (2877m).&lt;br /&gt;
 type = spherical&lt;br /&gt;
 maptex = landscapes/picdumidi-t60.png&lt;br /&gt;
&lt;br /&gt;
==Sylvain Rondi - T1M terrasse, Pic du Midi Observatory, France==&lt;br /&gt;
{|&lt;br /&gt;
| http://www.astrosurf.com/rondi/instru/stellarium/wiki-panot1m.jpg&lt;br /&gt;
| Sylvain photographed this panorama in February 2007 and stitched it together into a spherical panorama that can be used with Stellarium.  &lt;br /&gt;
This is the panoramic view from the terrasse of the professional 106cm telescope at Pic du Midi Observatory (France).&lt;br /&gt;
|}&lt;br /&gt;
===Download=== &lt;br /&gt;
*[http://www.astrosurf.com/rondi/instru/stellarium/picdumidi-t1m.png picdumidi-t1m.png]  (Sylvain's [http://www.astrosurf.com/rondi/instru/stellarium/index.htm website ])&lt;br /&gt;
&lt;br /&gt;
===Installation=== &lt;br /&gt;
#copy the .png file to the &amp;lt;config root&amp;gt;/textures/landscapes directory&lt;br /&gt;
#add this section to your &amp;lt;config root&amp;gt;/data/landscapes.ini file &lt;br /&gt;
&lt;br /&gt;
 [T1M Pic du Midi]&lt;br /&gt;
 name = T1M Pic du Midi&lt;br /&gt;
 author = S.Rondi, I.Debordeaux, B.David&lt;br /&gt;
 description = Panorama depuis la terrasse du T1M \nde l'Observatoire du Pic du Midi (2877m).&lt;br /&gt;
 type = spherical&lt;br /&gt;
 maptex = landscapes/picdumidi-t1m.png&lt;br /&gt;
&lt;br /&gt;
==Jan Wedekind - River Rivelin, Sheffield, UK==&lt;br /&gt;
{|&lt;br /&gt;
| http://vision.eng.shu.ac.uk/jan/sheffieldrivelin-thumb.png&lt;br /&gt;
| This is a 270° fisheye panorama created from 40 photos using [http://hugin.sourceforge.net/ hugin]. It shows the river Rivelin in Sheffield in the middle of April 2007. The fringes (twigs and tree tops) where dimmed out using [http://www.gimp.org/ gimp]. The overexposed parts of the horizon have been removed. Copyright (C) 2007, [[User:Wedesoft|Jan Wedekind]], [http://creativecommons.org/licenses/by-sa/2.0/ Creative Commons Attribution ShareAlike License 2.0].&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- To the Stellarium-team: Feel free to remove or modify it. Thanks for your great software! --&amp;gt;&lt;br /&gt;
===Download=== &lt;br /&gt;
* [http://vision.eng.shu.ac.uk/jan/sheffieldrivelin.png sheffieldrivelin.png] (10.3 MByte)&lt;br /&gt;
&lt;br /&gt;
===Installation=== &lt;br /&gt;
#copy the .png file to the &amp;lt;config root&amp;gt;/textures/landscapes directory&lt;br /&gt;
#add this section to your &amp;lt;config root&amp;gt;/data/landscapes.ini file &lt;br /&gt;
&lt;br /&gt;
 [sheffield]&lt;br /&gt;
 name = Sheffield Rivelin, UK&lt;br /&gt;
 author = Jan Wedekind&lt;br /&gt;
 type = fisheye&lt;br /&gt;
 maptex = landscapes/sheffieldrivelin.png&lt;br /&gt;
 texturefov = 270&lt;br /&gt;
&lt;br /&gt;
==BrendaEM - San Jose, California, USA== &lt;br /&gt;
{|&lt;br /&gt;
| http://www.brendamake.com/temp/sanjose-thumb.png&lt;br /&gt;
| This panorama was made using Nasa's WorldWind. Screenshots were taken at 45 degree increments. The screenshots were layered and stitched together, and then offset until the the Northern mountains were aligned. A landscape such as this could be made of any location in the world. There is a plug-in for WorldWind called &amp;quot;BigScreenshot,&amp;quot; that may make the process easier, but not automate it. A plug-in could be written to do this entire process automatically.&lt;br /&gt;
|}&lt;br /&gt;
===Download=== &lt;br /&gt;
*[http://www.brendamake.com/temp/sanjose.png sanjose.png] (1.5MB)&lt;br /&gt;
&lt;br /&gt;
===Installation=== &lt;br /&gt;
#copy the .png file to the &amp;lt;config root&amp;gt;/textures/landscapes directory&lt;br /&gt;
#add this section to your &amp;lt;config root&amp;gt;/data/landscapes.ini file&lt;br /&gt;
 [San_Sose] &lt;br /&gt;
 name = San Jose, CA &lt;br /&gt;
 author = Brenda Make &lt;br /&gt;
 description = This Landscape of San Jose, California, USA \nwas made using stitched screenshots \ntaken from NASA's WorldWind. &lt;br /&gt;
 type = spherical &lt;br /&gt;
 maptex = landscapes/sanjose.png&lt;br /&gt;
&lt;br /&gt;
=Contributions=&lt;br /&gt;
Please feel free to contribute your own custom landscapes here. A thumbnail will be added by someone from the team.&lt;br /&gt;
&lt;br /&gt;
==Need hosting?==&lt;br /&gt;
&lt;br /&gt;
If you have a landscape you would like to share but have no web-space to put it, email [[User:matthewg42|me]] and I'll put it on [http://porpoisehead.net/ my site].&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
The following tools may be useful to people who wish to create their own landscapes:&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=2 border=1&lt;br /&gt;
| width=15% | '''Program''' || width=20% | '''Platform(s)''' || width=15% | '''License''' || width=40% | '''Notes''' &lt;br /&gt;
|-&lt;br /&gt;
||[http://www.cs.ubc.ca/~mbrown/autostitch/autostitch.html Autostitch] &lt;br /&gt;
|| win32; Linux (using wine) &lt;br /&gt;
|| Shareware/demo &lt;br /&gt;
|| Looks like it produces good results.  Registered version includes extra types of projection.  No sourcecode.&lt;br /&gt;
|-&lt;br /&gt;
||[http://hugin.sourceforge.net/ Hugin] &lt;br /&gt;
|| Linux; FreeBSD; MacOSX; win32&lt;br /&gt;
|| GPL&lt;br /&gt;
|| Hugin is a nice GUI for Panorama Tools&lt;br /&gt;
|-&lt;br /&gt;
||[http://webuser.fh-furtwangen.de/~dersch/ Panorama Tools]&lt;br /&gt;
|| Linux; FreeBSD; MacOSX; win32&lt;br /&gt;
|| GPL&lt;br /&gt;
||&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/%D0%93%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0</id>
		<title>Главная страница</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/%D0%93%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0"/>
				<updated>2007-05-02T07:50:37Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
==Добро пожаловать==&lt;br /&gt;
Добро пожаловать в вики Stellarium, вебсайт знаний о Stellarium, свободном планетарии для вашего компьютера.  Вики позволяет пользователям Stellarium коллективно создавать базу знаний о Stellarium, так, если вам есть что добавить, зарегистрируйтесь и отредактируйте страницу.&lt;br /&gt;
&lt;br /&gt;
== Начало работы ==&lt;br /&gt;
* [[Stellarium:О программе|Что такое Stellarium?]]&lt;br /&gt;
* [[Полный перечень возможностей]]&lt;br /&gt;
* [[Скачать|Откуда скачать Stellarium]]&lt;br /&gt;
* [[Руководство по установке]]&lt;br /&gt;
* [[Быстрый старт]]&lt;br /&gt;
* [[Управление с клавиатуры]]&lt;br /&gt;
* [[FAQ|Часто задаваемые вопросы (eng)]]&lt;br /&gt;
&lt;br /&gt;
==Руководство пользователя==&lt;br /&gt;
* [[:Category:Руководство пользователя|Руководство пользователя]]&lt;br /&gt;
&lt;br /&gt;
==Помогите нам: внесите вклад в проект==&lt;br /&gt;
* [[Перевод с использованием gettext|Переведите Stellarium на ваш язык]]&lt;br /&gt;
* [[Перевод домашней страницы|Переведите домашнюю страницу на ваш язык]]&lt;br /&gt;
* [[Help:Contents|Подсказки по правке вики]]&lt;br /&gt;
&lt;br /&gt;
== Дополнения ==&lt;br /&gt;
* [[Ландшафты]]: Дополнительные ландшафты для Stellarium.&lt;br /&gt;
* [[Изображения туманностей]]: Репозиторий изображений туманностей Stellarium.&lt;br /&gt;
* [[Сценарии]]: Сценарии для Stellarium.&lt;br /&gt;
* [[Культуры неба]]: Посмотрите, как люди в мире смотрят на небо.&lt;br /&gt;
&lt;br /&gt;
== Продвинутые темы ==&lt;br /&gt;
* [[Setting up your own dome using Stellarium's spheric mirror distortion feature| Установка вашего собственного купола используя возможность Stellarium искажение сферическим зеркалом (eng)]]&lt;br /&gt;
* [[Telescope Control|Управляйте вашим телескопом с помощью Stellarium (eng)]]&lt;br /&gt;
* [[Telescope Compatibility|Таблица совместимости с телескопами (eng)]]&lt;br /&gt;
&lt;br /&gt;
== Разработчикам ==&lt;br /&gt;
* [[Svn checkout|Checking out a Subversion development version]] (the old CVS page is [[Cvs checkout|here]] for historical purposes).&lt;br /&gt;
* [[Compilation on Linux]]&lt;br /&gt;
* [[Windows Build Instructions]]&lt;br /&gt;
* [[Building universal Stellarium 0.8.1 on an Intel Mac]]&lt;br /&gt;
* [[Coding Standard]]&lt;br /&gt;
* [[Stellarium Code Architecture]]&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/%E9%A6%96%E9%A1%B5</id>
		<title>首页</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/%E9%A6%96%E9%A1%B5"/>
				<updated>2007-05-02T07:50:23Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
==歡迎==&lt;br /&gt;
歡迎來到Stellarium wiki, 一個關於Stellarium的知識網站, 一個可在您的電腦中執行的免費星象館軟體。這個wiki系統讓Stellarium使用者們共同地建構關於Stellarium的知識庫, 所以如果您想要增加一些內容的話, 註冊一個帳號來編輯網頁的內容吧!&lt;br /&gt;
&lt;br /&gt;
==開始==&lt;br /&gt;
* [[Stellarium:關於|什麼是Stellarium?]]&lt;br /&gt;
* [[詳細規格|詳細規格]](英,翻譯中)&lt;br /&gt;
* [[下載Stellarium|何處下載Stellarium]](英)&lt;br /&gt;
* [[Installation guide|安裝手冊]](英)&lt;br /&gt;
* [[快速入門手冊|快速入門手冊]]&lt;br /&gt;
* [[Keyboard actions|鍵盤指令]](英)&lt;br /&gt;
* [[常問的問題集|常問的問題集(FAQ)]](英,翻譯中^^)&lt;br /&gt;
&lt;br /&gt;
==使用者手冊==&lt;br /&gt;
* [[:Category:User's_Guide|使用手冊]](英)&lt;br /&gt;
* [[如何在Stellarium中正確顯示中文]]: 如何讓您的Stellarium中文化&lt;br /&gt;
&lt;br /&gt;
==外加模組==&lt;br /&gt;
* [[Landscapes|地景]]: Extra landscapes for Stellarium.(英)&lt;br /&gt;
* [[Nebula images|星雲影像]]: The Stellarium nebula image repository.(英)&lt;br /&gt;
* [[Scripts|Scripts指令]]: Scripts for Stellarium.(英)&lt;br /&gt;
* [[Sky cultures|星空文化]]: See how people across the world look at the heavens above. (英)&lt;br /&gt;
&lt;br /&gt;
==進階主題==&lt;br /&gt;
* [[cvs checkout|利用CVS檢查發展中的版本]](英)&lt;br /&gt;
* [[Compilation on Linux|在Linux系統中的編譯]](英)&lt;br /&gt;
* [[Windows Build Instructions|在Windows系統中的編譯指引]](英)&lt;br /&gt;
* [[Translation using gettext|使用gettext翻譯]](英)&lt;br /&gt;
* [[Building your own dome|建構個人專屬的球形天幕]](英)&lt;br /&gt;
* [[Telescope Control|使用Stellarium控制望遠鏡]](英)&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/%E3%83%A1%E3%82%A4%E3%83%B3%E3%83%9A%E3%83%BC%E3%82%B8</id>
		<title>メインページ</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/%E3%83%A1%E3%82%A4%E3%83%B3%E3%83%9A%E3%83%BC%E3%82%B8"/>
				<updated>2007-05-02T07:50:08Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
==いらっしゃいませ==&lt;br /&gt;
Stellarium Wikiへようこそ。ここは、あなたのコンピュータ上で自由にプラネタリウムを上映できるソフト、Stellariumに関する情報を提供するサイトです。このWikiでは、Stellariumに関する情報を利用者が共同で登録できるようにしていますので、もし追加・修正したいことがあるなら、ぜひ登録してこのページを編集してください。&lt;br /&gt;
&lt;br /&gt;
==はじめるには==&lt;br /&gt;
* [[Stellariumとは？]]&lt;br /&gt;
* [[仕様一覧]]&lt;br /&gt;
* [[ダウンロード|Stellariumをダウンロード]]&lt;br /&gt;
* [[Installation guide|インストールガイド]](英語)&lt;br /&gt;
* [[簡単な使い方]]&lt;br /&gt;
* [[キーボードコマンド]]&lt;br /&gt;
* [[よくある質問]]&lt;br /&gt;
* [[Stellariumで日本語を表示するには]]&lt;br /&gt;
&lt;br /&gt;
==ユーザーズガイド==&lt;br /&gt;
* [[:Category:User's_Guide|ユーザーズガイド]](英語)&lt;br /&gt;
&lt;br /&gt;
==このプロジェクトに参加してください==&lt;br /&gt;
* [[Translation using gettext|Translate Stellarium in your language]](英語)&lt;br /&gt;
* [[Homepage translation|Translate the homepage in your language]](英語)&lt;br /&gt;
* [[Help:目次|Wiki編集に関するあれこれ]]&lt;br /&gt;
&lt;br /&gt;
== 拡張 ==&lt;br /&gt;
* [[背景]]: Stellariumの背景画像を追加するには&lt;br /&gt;
* [[Nebula images]]: The Stellarium nebula image repository.&lt;br /&gt;
* [[Scripts]]: Scripts for Stellarium.&lt;br /&gt;
* [[Sky cultures]]: See how people across the world looked at the heavens above.&lt;br /&gt;
&lt;br /&gt;
== Advanced topics ==&lt;br /&gt;
* [[Setting up your own dome using Stellarium's spheric mirror distortion feature]]&lt;br /&gt;
* [[Telescope Control|Control your telescope with Stellarium]]&lt;br /&gt;
* [[Telescope Compatibility|Telescope control compatibility table]]&lt;br /&gt;
&lt;br /&gt;
== 開発者向け ==&lt;br /&gt;
* [[Svnチェックアウト|Subversionを使って開発版をチェックアウトする]](CVSに関する古いページを見る場合は[[Cvs checkout|こちら]]を参照してください)&lt;br /&gt;
* [[Linux上でコンパイルする]]&lt;br /&gt;
* [[Windows Build Instructions]]&lt;br /&gt;
* [[Building universal Stellarium 0.8.1 on an Intel Mac]]&lt;br /&gt;
* [[コーディング規則]]&lt;br /&gt;
* [[Stellarium Code Architecture]]&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	<entry>
		<id>http://stellarium.org/wiki/index.php/Accueil</id>
		<title>Accueil</title>
		<link rel="alternate" type="text/html" href="http://stellarium.org/wiki/index.php/Accueil"/>
				<updated>2007-05-02T07:49:51Z</updated>
		
		<summary type="html">&lt;p&gt;JomeSysop: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
==Bienvenue==&lt;br /&gt;
Bienvenue sur le wiki de Stellarium, une base de connaissance sur Stellarium, le planétarium libre pour votre ordinateur.  Ce wiki permet aux utilisateurs de Stellarium de construire collectivemenrt une base de conaissances sur Stellarium, alors si vous voulez participer, créer un compte et editez la page.&lt;br /&gt;
&lt;br /&gt;
== Pour commencer ==&lt;br /&gt;
* [[Stellarium:qu'est ce que c'est?]]&lt;br /&gt;
* [[Liste complète des fonctionalités]]&lt;br /&gt;
* [[Télécharger|Où télécharger Stellarium]]&lt;br /&gt;
* [[Guide d'installation]]&lt;br /&gt;
* [[Quide de démarage rapide]]&lt;br /&gt;
* [[Raccourcis clavier]]&lt;br /&gt;
* [[FAQ|Foire Aux Questions]]&lt;br /&gt;
&lt;br /&gt;
==Guide utilisateur==&lt;br /&gt;
* [[:Category:User's_Guide|Guide utilisateur]]&lt;br /&gt;
&lt;br /&gt;
==Nous aider : contribuer au projet==&lt;br /&gt;
* [[Traductions avec gettext|Traduire Stellarium dans votre langue]]&lt;br /&gt;
* [[Homepage translation|Traduire la page d'accueil dans votre langue]]&lt;br /&gt;
* [[Help:Contents|Trucs pour l'édition avec wiki]]&lt;br /&gt;
&lt;br /&gt;
== Add-ons ==&lt;br /&gt;
* [[Paysages]]: Paysages suplémentaires pour Stellarium.&lt;br /&gt;
* [[Images de nébuleuses]]: Les images de nébuleuses pour Stellarium.&lt;br /&gt;
* [[Scripts]]: Scripts pour Stellarium.&lt;br /&gt;
&lt;br /&gt;
== Sujets avancés ==&lt;br /&gt;
* [[cvs checkout|Télécharger la version de dev via CVS]]&lt;br /&gt;
* [[Compilation sur Linux]]&lt;br /&gt;
* [[Instruction de build sous Windows]]&lt;br /&gt;
* [[Traductions avec gettext]]&lt;br /&gt;
* [[Construire votre planétarium]]&lt;br /&gt;
* [[Telescope Control|Pilotez votre téléscope avec Stellarium]]&lt;/div&gt;</summary>
		<author><name>JomeSysop</name></author>	</entry>

	</feed>