<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://pandorawiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=ABC</id>
	<title>Pandora Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://pandorawiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=ABC"/>
	<link rel="alternate" type="text/html" href="https://pandorawiki.org/Special:Contributions/ABC"/>
	<updated>2026-05-04T10:12:43Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.32.0-alpha</generator>
	<entry>
		<id>https://pandorawiki.org/index.php?title=GPS&amp;diff=26863</id>
		<title>GPS</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=GPS&amp;diff=26863"/>
		<updated>2013-03-02T23:12:33Z</updated>

		<summary type="html">&lt;p&gt;ABC: /* Software */ +Navit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Setting up your GPS ==&lt;br /&gt;
=== Bluetooth GPS ===&lt;br /&gt;
First, turn on [[Bluetooth]] on your Pandora. &lt;br /&gt;
&lt;br /&gt;
Open up terminal and do:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;hcitool scan&amp;lt;/source&amp;gt;&lt;br /&gt;
This scans for bluetooth devices. Find your GPS device on the list and make a note of its MAC address (it is in the form xx:xx:xx:xx:xx:xx). &lt;br /&gt;
&lt;br /&gt;
Now you want to find the channel for your bluetooth GPS, run the command (replacing the example MAC address with your own):&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sdptool browse xx:xx:xx:xx:xx:xx&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now you need to edit ''/etc/bluetooth/rfcomm.conf''. In this example I use nano, but you can use whatever editor you like. Do:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo nano /etc/bluetooth/rfcomm.conf&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Fill in ''rfcomm.conf'' using the following template and the information you found using the steps listed above:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;apache&amp;quot;&amp;gt;&lt;br /&gt;
rfcomm0 {&lt;br /&gt;
bind no;&lt;br /&gt;
device xx:xx:xx:xx:xx:xx;&lt;br /&gt;
channel 1;&lt;br /&gt;
comment “GPS”;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now connecting to your GPS is as simple as running the command:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo rfcomm connect 0&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====ConBTGPS====&lt;br /&gt;
If you don't want to bother with connecting your BT GPS from command line everytime, you can use [http://repo.openpandora.org/?page=detail&amp;amp;app=ConBTGPS ConBTGPS].&lt;br /&gt;
&lt;br /&gt;
'''Prerequisities'''&lt;br /&gt;
&lt;br /&gt;
To use ConBTGPS successfully you need to:&lt;br /&gt;
&lt;br /&gt;
a) have gpsd installed (see below)&lt;br /&gt;
&lt;br /&gt;
b) have your BT GPS paired with OP&lt;br /&gt;
&lt;br /&gt;
c) have the GPS address and channel specified in rfcomm.conf (see above)&lt;br /&gt;
&lt;br /&gt;
ConBTGPS was tested with [http://www.nokia.co.uk/support/product-support/nokia-wireless-gps-module-ld-3w/ Nokia LD-3W] BT GPS.&lt;br /&gt;
&lt;br /&gt;
=== USB GPS ===&lt;br /&gt;
Someone with a USB GPS will need to fill in this section&lt;br /&gt;
&lt;br /&gt;
A usb gps will use '/dev/ttyUSB0' or '/dev/ttyACM0' instead of '/dev/rfcomm0', apart from that it's the same.&lt;br /&gt;
&lt;br /&gt;
The Linux kernel shipped with the pandora dosn't properly recognize some bluetooth/usb gps's that have buggy usb descriptors, if you see something like this in dmesg:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cdc_acm: Zero length descriptor references&lt;br /&gt;
cdc_acm: probe of 2-1:1.0 failed with error -22&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and you do not get a /dev/ttyACM0, then you have a buggy gps. There is a kernel patch to work around this, which can be found [http://www.mail-archive.com/debian-kernel@lists.debian.org/msg44773.html here].&lt;br /&gt;
&lt;br /&gt;
*[http://www.i-store.com.au/product/?CategoryID=34&amp;amp;productid=8758 POLARES GPS RECEIVER]&lt;br /&gt;
*[http://www.buygpsnow.com/Canmore-GT-730F-USB-GPS-Dongle-with-A-GPS-Support__1037.aspx Canmore GT-730F USB GPS Stick Dongle (WAAS, A-GPS, 54 channels, Windows, Mac, Linux Compatible)]&lt;br /&gt;
&lt;br /&gt;
=== Verify that you are receiving data ===&lt;br /&gt;
You can check this by opening up the terminal and running (for example):&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cat /dev/rfcomm0&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
&lt;br /&gt;
=== gpsd ===&lt;br /&gt;
===== Installation =====&lt;br /&gt;
Installing gpsd is a requirement for using many GPS related programs. It can be installed through opkg, however the version currently in the Angstrom repos is too new for some applications (specifically tangoGPS). However if you want to install it this way you can by running:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo opkg update&lt;br /&gt;
sudo opkg install gpsd&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now if you do want the older version which does work with tangoGPS, you must download it from [http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/armv7a/base/gpsd_2.38-r0.1_armv7a.ipk here]. Put that file somewhere convenient, like the root of an SD card. You can still use opkg to install it, for example if you have it on the root of the right hand side SD card:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo opkg install /media/mmcblk1p1/gpsd_2.38-r0.1_armv7a.ipk&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== TangoGPS ===&lt;br /&gt;
[[Image:Tangogps.png|thumb|right|200px|tangoGPS running on a Pandora]]&lt;br /&gt;
Be aware that by default data for the maps are stored into your home directory (on the NAND if you're not [[Running_Linux_from_an_SD_card | running off an SD card]]).&lt;br /&gt;
===== Installation =====&lt;br /&gt;
Until someone makes a PND, you can use opkg:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo opkg update&lt;br /&gt;
sudo opkg install tangogps&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should now find TangoGPS in the &amp;quot;other&amp;quot; category of the menu.&lt;br /&gt;
&lt;br /&gt;
=== modRana ===&lt;br /&gt;
[[Image:ModRana.png|thumb|right|200px|modRana running on a Pandora]]&lt;br /&gt;
[http://modrana.org/ modRana] is flexible GPS navigation with finger friendly on-screen buttons (keyboard controll is planned in future versions, currently only zooming is mapped to gaming Y and X buttons). PND version of it stores all data on memory card into /media/CARD_NAME/pandora/appdata/modrana/cache. It stores all cached map tiles at default but app also provides clever way of downloading map tiles for offline use. In the menu &amp;gt; download you can decide between several options:&lt;br /&gt;
* around here&lt;br /&gt;
* around route&lt;br /&gt;
* around view&lt;br /&gt;
In all choices you can set the diameter in KM and zoom levels of downloaded tiles. Download runs then in app background and you can continue using modRana in the meanwhile. To see the download progress just go to menu &amp;gt; download again.&lt;br /&gt;
&lt;br /&gt;
modRana also provides online routing (offline routing is planned in future versions) and other features like POIs, tracklogging etc.&lt;br /&gt;
&lt;br /&gt;
If you install [http://espeak.sourceforge.net/ eSpeak] (text to speech synth) on your Pandora, modRana is then able to navigate you with voice.    &lt;br /&gt;
&lt;br /&gt;
===== Installation =====&lt;br /&gt;
Just go to repos and [http://repo.openpandora.org/?page=detail&amp;amp;app=modRana download modRana].&lt;br /&gt;
&lt;br /&gt;
eSpeak installation (optional)&lt;br /&gt;
&lt;br /&gt;
Since eSpeak is already available in Angstrom repository, it can be easily installed from there. It's small, no need to worry that it will eat much of your NAND. Startup terminal and type:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo opkg update&amp;lt;/source&amp;gt;&lt;br /&gt;
(optional, just to make sure that you have the latest list of available packages)&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo opkg install espeak&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Navit===&lt;br /&gt;
Navit is an full linux navigation system, offering routing abilities on offline maps (e.g. from OpenStreetMap). Here is the tutorial on the pandora port: http://wiki.navit-project.org/index.php/OpenPandora&lt;br /&gt;
&lt;br /&gt;
[[Category:Bluetooth]]&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Talk:Old_Main_Page&amp;diff=8398</id>
		<title>Talk:Old Main Page</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Talk:Old_Main_Page&amp;diff=8398"/>
		<updated>2011-05-11T12:20:08Z</updated>

		<summary type="html">&lt;p&gt;ABC: /* Updating Mediawiki */ SVG fixed?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;messagebox standard-talk&amp;quot; id=&amp;quot;talkheader&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;text-align:center;background-color: #FFFFFF;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;border-bottom:1px solid #C0C090; background-color: #F8EABA;&amp;quot; |&lt;br /&gt;
This is the talk page for discussing the main page of the wiki.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: #FFFFFF;text-align:left;&amp;quot; |&lt;br /&gt;
'''Please sign your comments using four tildes (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;).''' Place comments that start a new topic at the '''bottom of the page''' and give them &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;== A Descriptive Header ==&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. &lt;br /&gt;
| style=&amp;quot;background-color: #FFFFFF;&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #C0C090; background-color: #F8EABA; margin-left: 20px; margin-bottom: 0px; margin-right: 3px;&amp;quot;&amp;gt;&lt;br /&gt;
'''Talk page guidelines'''&lt;br /&gt;
&lt;br /&gt;
Please respect Etiquette, assume good faith and be nice.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Dutch translation ==&lt;br /&gt;
&lt;br /&gt;
@ Orkie: Seeing as The Netherlands has a [http://www.gpark.nl GP2X community] too (and (although) indirectly, Pandora), it might be useful to add a link to it. I'm even willing to do (some) Dutch translations for the Wiki. ;) --[[User:SharQueDo|SharQueDo]] 11:57, 17 April 2008 (CEST)&lt;br /&gt;
: Sure, I'll do it when I get chance. [[User:Orkie|Orkie]] 20:23, 17 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Finnish translation ==&lt;br /&gt;
&lt;br /&gt;
I would like to do a finnish translation of the page, I just need you guys to link the main page to http://pandorawiki.org/Fi:Main_page and create the finlands flag symbol.&lt;br /&gt;
: Great, same as above. I'll dig out a flag icon and set up a new category later today. [[User:Orkie|Orkie]] 20:23, 17 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
: I think I will have time to start the translation project in Sunday and I will be working on it for some time. For starters I will be translating about pandora and Faq, but I will also add thinks that finnish people always ask me to faq. I plan to update as the english version updates and add stuff in the user category, in the developer category I will just put links to the english versions because you just have to know english to do that stuff. (besides, I don't think that I'm the right person to translate developer stuff) [[User:Gaeryc|Gaeryc]] 21:45, 17 April 2008 (CEST)&lt;br /&gt;
==Icelandic  translation ==&lt;br /&gt;
i have translated the Main Page in to icelandic&lt;br /&gt;
&lt;br /&gt;
http://pandorawiki.org/Is:Main_Page&lt;br /&gt;
--[[User:Andri12|Andri12]] 06:58, 20 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Czech translation ==&lt;br /&gt;
&lt;br /&gt;
Can you add Czech translation link http://pandorawiki.org/Cz:Main_page please? I'd like to make some translations to Czech language. Thanks.&lt;br /&gt;
: Sure, sorry it has taken a few days to get around to it. [[User:Orkie|Orkie]] 19:47, 5 June 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Spanish Translation ==&lt;br /&gt;
&lt;br /&gt;
Anybody working on this?&amp;lt;br /&amp;gt;&lt;br /&gt;
If not, what dialect should it be in? (I can only do some of the Latin American dialects, not much of any Spain/Castillian) You may consider having two namespaces: one for the European dialect (''Es:'') and one for Latin American dialect (''La:'') &amp;lt;br /&amp;gt;&lt;br /&gt;
[[User:Nat1192|Nat1192]] 02:11, 1 October 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== German translation ==&lt;br /&gt;
Hey, I would like to do a german translation of this page. First i will link to the english articles. &amp;lt;br /&amp;gt;&lt;br /&gt;
[[User:Shorty Meeks|Shorty Meeks]] 16:58, 7 December 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== French translation ==&lt;br /&gt;
There was already a basic French page. I'm slowly updating it and a bunch of other pages. [[User:KodeIn|KodeIn]] 21:38, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Allow editing==&lt;br /&gt;
Please allow all established users to edit this page. The requests are completely backlogged, and the front page is getting more and more outdated. [[User:Esn|Esn]] 08:24, 5 July 2010 (MEST)&lt;br /&gt;
:Thank you for updating it, EvilDragon. [[User:Esn|Esn]] 12:13, 15 July 2010 (MEST)&lt;br /&gt;
::Just a thought... we could make templates for the different sections to this page (About Pandora, links, user links, dev links) and then have this page use those templates. That would mean any logged in user could edit it, which ''is'' slightly dangerous for reasons of spam but does make it so it can be edited by everyone, they just couldn't get at the layout of the page. --[[User:Cheese|Cheese]] 09:11, 20 July 2010 (MEST)&lt;br /&gt;
:::Or just add a couple of users as explicit editors. The template suggestion seems OK, since anyone could revert spam, but we don't have 24/7 coverage of recent changes.--[[User:Tsh|Tsh]] 12:19, 20 July 2010 (MEST)&lt;br /&gt;
::::I agree that would be the best choice, but ED is the only active admin and I don't think he's familiar enough administering a wiki or he would have done it already, that or he's too busy. I've gone ahead with the template idea and sent him an updated main page, it should be up within a day or two. Hopefully the spammers won't realize they can now access part of the main page and start spamming like crazy. --[[User:Cheese|Cheese]] 07:37, 21 July 2010 (MEST)&lt;br /&gt;
&lt;br /&gt;
==Will X Run on the Pandora?==&lt;br /&gt;
&lt;br /&gt;
We have an article with this name.  http://pandorawiki.org/Will_X_run_on_the_Pandora%3F  It really SHOULD be added to the main page, under Users.  It's begging to be used more often!  I've already put it on the Port Requests page.&lt;br /&gt;
&lt;br /&gt;
[[User:Blue Protoman|Blue Protoman]] 22:49, 22 January 2011 (MET)BlueProtoman&lt;br /&gt;
&lt;br /&gt;
:The main page uses templates to bring in the links, so we don't need admins to update it. See (or edit): [[Template:MainPageUsersLinks]]. Feel free to add it there if no one objects to it. --[[User:Cheese|Cheese]] 04:00, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
::Wow... I had no idea. Thanks a bunch, Cheese. The [[Will_X_run_on_the_Pandora?]] article is quite rough at the moment though, so I don't know... [[User:Esn|Esn]] 04:45, 23 January 2011 (MET)&lt;br /&gt;
::Oh, I see that someone cleaned it up a bit so that it doesn't overlap with the software list articles. That was a good idea. [[User:Esn|Esn]] 04:48, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
That was me.  Also, I didn't know it ran off a template.  If that's the case, I'll add the page now.  Thanks.  [[User:Blue Protoman|Blue Protoman]] 15:20, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
==Move Hardware hacking from Users to Developers ?==&lt;br /&gt;
&lt;br /&gt;
That's said--[[User:Linux-SWAT|Linux-SWAT]] 19:14, 16 February 2011 (MET)&lt;br /&gt;
:It has nothing to do with developers, though... i.e. I had to do some so-called &amp;quot;hardware hacking&amp;quot; as a user because my stylus was stuck when I got my unit. Also, DaveC is known for hardware hacking but is certainly not a developer. [[User:Esn|Esn]] 00:05, 20 February 2011 (MET)&lt;br /&gt;
::Ok, so the french main page has to be changed--[[User:Linux-SWAT|Linux-SWAT]] 00:40, 27 February 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
== Wiki Translation tips ==&lt;br /&gt;
&lt;br /&gt;
Anyone ?--[[User:Linux-SWAT|Linux-SWAT]] 19:41, 16 February 2011 (MET)&lt;br /&gt;
:What's your question? [[User:Esn|Esn]] 00:06, 20 February 2011 (MET)&lt;br /&gt;
::I don't know how to proceed efficiently... Read a lot of wikis but never edited seriously :/--[[User:Linux-SWAT|Linux-SWAT]] 00:39, 27 February 2011 (MET)&lt;br /&gt;
:::Maybe have several tabs open, one with the original page, one with the translated page that you're creating, one with Google Translate? [[User:Esn|Esn]] 23:19, 17 March 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
== What happened to the logo? ==&lt;br /&gt;
&lt;br /&gt;
Title.  The logo's missing in favor of a placeholder, and I don't know why.  Anyone care to explain?  [[User:Blue Protoman|Blue Protoman]] 14:58, 17 March 2011 (MET)&lt;br /&gt;
:ED updated to the latest MediaWiki and changed the captcha to something more complex at my request, to get rid of the constant spam problems that we've had the past few weeks. It seems to have worked, but the logo seems to have gotten lost in the process. He's understandably quite busy, but I hope that eventually he'll find some time to put it back in (I'd do it, but I suspect I don't have access to that part of the site - though I'm not entirely sure). [[User:Esn|Esn]] 23:17, 17 March 2011 (MET)&lt;br /&gt;
:Instructions for setting a logo image are [http://kb.siteground.com/article/How_to_change_my_MediaWiki_logo_image.html here]. I don't think I have access to LocalSettings.php, though. [[User:Esn|Esn]] 23:24, 17 March 2011 (MET)&lt;br /&gt;
::It's nice to see that we're running the newest version now, I didn't realize ED had access to the server. Yep, you need write access to the files on the server to change the logo URL, there's no way to set it from the admin interface. --[[User:Cheese|Cheese]] 23:29, 17 March 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
==Houston, we have a problem!==&lt;br /&gt;
&amp;quot;Upload file&amp;quot; on the wiki no longer works. When I try, I get a message saying &amp;quot;The upload directory (public) is not writable by the webserver.&amp;quot; I've notified ED about this. I hope he checks his PMs from time to time. [[User:Esn|Esn]] 07:26, 25 March 2011 (MET)&lt;br /&gt;
:By the way, this is now fixed. And we have a logo again. :) [[User:Esn|Esn]] 06:14, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
==Second Problem==&lt;br /&gt;
Translation disappears !!! --[[User:Linux-SWAT|Linux-SWAT]] 22:58, 6 April 2011 (MEST)&lt;br /&gt;
:What? Where? [[User:Esn|Esn]] 07:47, 7 April 2011 (MEST)&lt;br /&gt;
::Clicked on the french page to edit this and there like when i have time&lt;br /&gt;
http://pandorawiki.org/Fr:Main_Page gives Fr:Main Page&lt;br /&gt;
There is currently no text in this page. You can search for this page title in other pages, search the related logs, or edit this page.&lt;br /&gt;
&lt;br /&gt;
Clicking on some other flags gave the same answer :/     --[[User:Linux-SWAT|Linux-SWAT]] 21:21, 8 April 2011 (MEST)&lt;br /&gt;
:Bizarre. I'll have to ask EvilDragon about this... [[User:Esn|Esn]] 21:36, 8 April 2011 (MEST)&lt;br /&gt;
::I also have to add that every contribution to the french page has been removed from my history... weird --[[User:Linux-SWAT|Linux-SWAT]] 13:01, 9 April 2011 (MEST)&lt;br /&gt;
:::[[:Category:Emulator_Compatibility|these pages]] have disappeared as well. I'm ''certain'' that they were there before the latest update, but now they're gone along with the edit histories. [[User:Esn|Esn]] 06:43, 22 April 2011 (MEST)&lt;br /&gt;
::::So do we have to start over again TT ?  --[[User:Linux-SWAT|Linux-SWAT]] 22:51, 22 April 2011 (MEST)&lt;br /&gt;
:::::Let's give ED a while to see if he can figure out what went wrong, first... it's possible that he might be able to recover those pages. [[User:Esn|Esn]] 06:42, 23 April 2011 (MEST)&lt;br /&gt;
: I would suggest to use the [[:template:languages]] that adds a list of translations on top of the page. Due to a bug it doesn't hiddes all remaining languages, but this will work if we fix the wiki config --[[User:ABC|ABC]] 00:11, 23 April 2011 (MEST)&lt;br /&gt;
::For my proposal about what the &amp;quot;languages&amp;quot; template should look like, please see the &amp;quot;Updating Mediawiki&amp;quot; thread below this one. [[User:Esn|Esn]] 06:43, 23 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
At least some of the missing pages can be [http://replay.web.archive.org/20090402132152/http://pandorawiki.org/Main_Page seen on Archive.org in the 2009 snapshot of the wiki]. For example, [http://replay.web.archive.org/20090425145019/http://pandorawiki.org/Fr:Main_Page here's the French-language main page]. Maybe until someone figures out what happened (EvilDragon tried, but with no success so far), those can be used to reconstruct what was lost... [[User:Esn|Esn]] 08:23, 1 May 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Right to change the mainpage ==&lt;br /&gt;
&lt;br /&gt;
Hi Orkie,&lt;br /&gt;
&lt;br /&gt;
I would like to help to clean up the wiki and therefore outsource templates, reorder mainpage etc. Might you grant me the right to do so, please?&lt;br /&gt;
&lt;br /&gt;
:Orkie is no longer around, ABC. Neither is Chip. The only admins active now are myself and EvilDragon. [[User:Esn|Esn]] 05:20, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
:You're free to improve the wiki of course, but please add a discussion topic in the relevant talk page before you decide to start on any radical changes that may be controversial and difficult to undo. This is better for all sides, because if you go in too rashly, you risk having all your work undone if someone heavily disagrees with what you propose. So if you have anything radical in mind, it might be better to start a &amp;quot;fork&amp;quot; page first (like [[Games (fork)|this one]]), then if nobody objects it can be brought over to the main article. &lt;br /&gt;
&lt;br /&gt;
:By the way, what do you mean about &amp;quot;outsourcing templates&amp;quot;? And what specifically on the main page don't you like? [[User:Esn|Esn]] 06:12, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
:Sorry was my fault, you already use templates so I could just do some little reordering. I would like to remove the language flags, I try to get [[:template:languages]] working instead, which is checking if the pages have translations or not.&lt;br /&gt;
:I understand your point of view, concerning critical edits. Currently I just do refactoring and reformatting so nothing that affects the content or structure to heavy. I guess a discussion would be necessary before renaming some of the pages.--[[User:ABC|ABC]] 09:37, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Updating Mediawiki ==&lt;br /&gt;
&lt;br /&gt;
Hi, are there any concerns on updating this instance to a more recent version? I'm always confused to have the searchbar at the left side without outocomplete and SVG is currently unsupported :/ --[[User:ABC|ABC]] 18:22, 19 April 2011 (MEST)&lt;br /&gt;
:Well, I personally think the new look of Wikipedia is pretty ugly and inefficient, so I'm a fan of keeping the cosmetics as they are. ;) EvilDragon actually updated to the latest MediaWiki just recently to combat a spam problem that we had. It might've messed up a few other things, though (see discussion in the above topics). The SVG thing isn't that great, if true (I've never tried uploading an SVG file). Do you actually need SVG for something specific? [[User:Esn|Esn]] 06:08, 20 April 2011 (MEST)&lt;br /&gt;
::Yes thats a big UI step, I see. But for me it's not that nice to switch between different styles. Anyway thats not that important :)&lt;br /&gt;
:: Yes SVG will allow everybody to upload and update schemes, diagrams etc. that would be static otherwise. It prevents to use a lot of material of the Creative Commons database that could be used using interwiki links. --[[User:ABC|ABC]] 09:37, 20 April 2011 (MEST)&lt;br /&gt;
:::Is anything happened on the SVG issue already? Sorry past weeks were busy --[[User:ABC|ABC]] 14:20, 11 May 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
:Ok template:langues worksbut it lacks the collapsing feature. This is done by [[:template:hidden]] but I guess it seem to lack a few CSS definitions? Check it out at [http://en.wikipedia.org/wiki/Template:Hidden wikipedia] --[[User:ABC|ABC]] 21:39, 20 April 2011 (MEST) --[[User:ABC|ABC]] 21:39, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
::Please tell me what you're trying to do, as I don't really understand it. You're recently copied over a number of language-related templates from Wikipedia: [[Template:LanguageExistingEn]], [[Template:LanguageLink]], [[Template:LanguageExisting]], [[Template:Languages]]. Are you trying to have the links to different languages be on the left column of the page, as is the case in Wikipedia? If so, it doesn't seem to be working. What you've done [http://pandorawiki.org/index.php?title=FAQ&amp;amp;oldid=7714 here] is rather ugly. Please do any ''experiments'' on a ''test'' page rather than a functioning page that's in use. And no way are we EVER going to have more than a few languages, anyway, so it makes no sense to me to have so many redlinks... [[User:Esn|Esn]] 06:31, 22 April 2011 (MEST)&lt;br /&gt;
:::You are right, it would be better if I used a testpage only and not a productive one :/ Well yes I try to get a top menu working, that adapts to the language a page is translated for. For example [http://wiki.openstreetmap.org/wiki/Presse]. The redlinks will disappear if the CSS/JS is extended and SVG is fixed. I guess the files were interwiki by wikicommons, if not i will add them, of course. Sorry if my action sometimes look a bit hectic, I promise to be more patient :) --[[User:ABC|ABC]] 07:32, 22 April 2011 (MEST)&lt;br /&gt;
::::Okay, thanks for explaining. I would prefer to handle different languages like they are on Wikipedia (as a sidebar) - although if that's not possible (or too much work), that language template is an acceptable alternative. If we end up using the language template, I think it should be present not on every single page, but only on the ones that are translated into at least one other language. [[User:Esn|Esn]] 07:44, 22 April 2011 (MEST)&lt;br /&gt;
:::::Sure, that handling is up to us. But see, this would make it very easy to others to create translations. But I'm not a big fan of internationalization (for that a small community) due to the outdating of pages. --[[User:ABC|ABC]] 08:45, 22 April 2011 (MEST)&lt;br /&gt;
::::To be honest, I think those little flags that are currently on the main page look much nicer than the language template does in the link that you provided. If we end up using a top-of-the-page template for other languages, I'd rather have the flags than the language names. [[User:Esn|Esn]] 08:29, 22 April 2011 (MEST)&lt;br /&gt;
:::::Again, if the templates are in use, it's up to us to change their representation layer [[:Template:Languages/Interface]]. But yes flags seem to save space and look a bit sexier :) --[[User:ABC|ABC]] 08:45, 22 April 2011 (MEST)&lt;br /&gt;
::::::Just trying to picture it here, I think the best option would be to have the links to different languages be on the right side of the page, like an infobox. So it might say &amp;quot;Translations of this page:&amp;quot; and then a few flags. That seems like a nice, clean way to do it. I think that's better than putting it over the ''entire'' top, because this way it doesn't hinder people who start reading from the top of the article. [[User:Esn|Esn]] 10:05, 22 April 2011 (MEST)&lt;br /&gt;
::::::Not sure if that is a good argument as a lot of wikis I saw use a very similar template. Anyway if it works right we can change the design. --[[User:ABC|ABC]] 14:32, 22 April 2011 (MEST)&lt;br /&gt;
:::::::Well, [http://i.imgur.com/gGeqg.gif here's a mockup] of what I'm proposing. It's pretty similar to what those other wikis use; I just think it looks less ugly. The &amp;quot;add a translation&amp;quot; link could go to an instruction page that says: &amp;quot;if you want to add a translation, find the two-letter code of your language, and make a page with that code in front of it&amp;quot;. Or maybe instead of &amp;quot;add a translation&amp;quot;, it could say &amp;quot;missing languages&amp;quot; as it does on the example you linked.&lt;br /&gt;
:::::::Anyway... so how is that template supposed to automatically recognize which pages are translated? Does it look for whether there's a page with the same title with a two-letter language code in front of it? But some pages will have different titles in different languages - I'm not sure how you could get around adding the languages in manually. [[User:Esn|Esn]] 05:58, 23 April 2011 (MEST)&lt;br /&gt;
::::::::[http://i.imgur.com/YSWJ6.png Here's my second mockup]. And once you click on &amp;quot;show missing languages&amp;quot;, it will look like [http://i.imgur.com/et5at.png this]. To be listed, a &amp;quot;missing language&amp;quot; must have a translation of the main page of this wiki. That seems like a good compromise to avoid listing hundreds of languages... [[User:Esn|Esn]] 06:38, 23 April 2011 (MEST)&lt;br /&gt;
::::::::They look awesome, but to be honest, I would expect this choice on the top of the page :/ With this nitty flags it doesn't consume to much space. The other great thing of the hidden languages is that you can add a translation to a page easily, that is missed in your mockups, right? --[[User:ABC|ABC]] 08:31, 24 April 2011 (MEST)&lt;br /&gt;
:::::::::&amp;quot;that is missed in your mockups, right?&amp;quot; - nope, check out the second proposal. It's structured the same as the one you linked to, but with flags instead of language names and on the right side of the page instead of right at the top. I think it is better to have it on the right side so as not to distract most readers by being right at the top. Most readers will not be looking for other languages but to start reading the article. Also, if you look on various websites that are multilingual, the little flags to change languages are usually in the right-hand corner of the page, so this will be familiar. With the flags, as you said, it will take up very little horizontal space, so there is no reason to have it take up more space than is needed. Taking up ALL of the top horizontal space only makes sense if you're going to write out each language name in text, because that would take up too much ''vertical'' space if you kept it to the upper right. [[User:Esn|Esn]] 15:25, 26 April 2011 (MEST)&lt;br /&gt;
:BTW I checked out, that you can change the skin already now to Vector, that is the new Mediawiki user interface everywhere. Douch, guess I should read the manual first ;) --[[User:ABC|ABC]] 19:00, 23 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
ABC, I was wondering if you could give me a tip about [[Template:LanguageLink]]. Do you know how I would make it so that the two-letter language code would generate not the name of the language, but a certain flag? [[User:Esn|Esn]] 04:27, 27 April 2011 (MEST)&lt;br /&gt;
:Over at OSM weuse this template [http://wiki.openstreetmap.org/wiki/Template:Countryflag] but this uses interwiki commons graphics that are SVG again :/ You might adapt it to your flags here, of course. --[[User:ABC|ABC]] 10:46, 27 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Goals of this wiki ==&lt;br /&gt;
&lt;br /&gt;
Hi there, just a simple questions before I start any harder refactoring or contributing to this wiki. What are the main goals for this platform? What usecases do you spot on? How established is it within the pandora community?&lt;br /&gt;
&lt;br /&gt;
Maybe we should make an IRC session focused on further plans on the wiki? --[[User:ABC|ABC]] 19:54, 23 April 2011 (MEST)&lt;br /&gt;
:Well, I would prefer to keep such discussions in a place with a permanent record of what is posted. Also because many of the contributors contribute every so often, and I'd rather leave the discussion open to more eyes than have an intense IRC discussion of just a few people. If you'd like a wider discussion, you could start a topic in the GP32X Pandora general section... or we could keep it here and accept that it may not move as quickly as you'd like.&lt;br /&gt;
:Now then, as for the goals: This wiki started out &amp;lt;s&amp;gt;two&amp;lt;/s&amp;gt; three years ago largely because the Pandora team didn't have the time or the resources to put together a comprehensive user manual for the Pandora, so they decided to outsource the task to the community. Well, that actually happened a bit later, but it was a major project, anyway.  These days, the wiki generally acts as a place where Pandora owners write down important things for reference. The sorts of things that would have gotten lost with the passage of time on the forums. The main activity happens on the forums, and the wiki is like the &amp;quot;long-term memory&amp;quot; of the community. Hence, the [[tutorials]], the various tips and tricks that you see in different articles, hardware documentation, bug reports, and software lists. This is all here so that important things don't get forgotten just because they were done a long time ago. A lot of devs use it for the same reason, as a place to have an organized reference of the things they're working on. So in large part, the wiki is like a collection of what once would have been spread out on different sites - most articles were created mainly by one person.&lt;br /&gt;
:My main task in bringing the disparate elements together into a structure I see like this: to make sure that all related articles are linked to each other, via wikilinks or categories. But I don't try to interfere in stylistic decisions much. A lot of it is &amp;quot;not my business&amp;quot;, frankly, especially the dev articles. ;) If I, personally as a Pandora owner, care about the organization of a particular article, I'll make a case for changing it in the talk page, or do the changes right away if I'm pretty sure that they'll be uncontroversial. [[User:Esn|Esn]] 16:03, 26 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== News bar? ==&lt;br /&gt;
&lt;br /&gt;
Hi, what do you think about adding a newslist to the mainpage collecting all informations of the different forums and listing the official announcements? --[[User:ABC|ABC]] 08:34, 24 April 2011 (MEST)&lt;br /&gt;
:Well, I don't really see the need for official announcements - we have the [http://stalker.openpandora.org/ Pandora Stalker] and PandoraPress for that. Who decides what is &amp;quot;official&amp;quot;? As for &amp;quot;community news&amp;quot;, those are already collected on the three software lists. One can subscribe to the RSS feed of those articles and thereby keep abreast of the latest events - or simply check them once in a while and sort by date to see what you missed. As I said above, I think the wiki is more like the long-term-memory of the community; the reference library rather than the TV channel. It's hard work to keep it up-to-date as it is. Are you volunteering to keep the news up-to-date if we add a news bar? The development of the wiki rests largely on who's willing to do the developing. ;) [[User:Esn|Esn]] 16:31, 26 April 2011 (MEST)&lt;br /&gt;
::Well updating is not the problem but to get the news. I'm not very excited about the currently very distributed communication infrastructure and so I think it might be a good chance to collect them at a single point so newbies doesn't have to checkout a lot of portals or semi official blogs...--[[User:ABC|ABC]] 19:32, 26 April 2011 (MEST)&lt;br /&gt;
:::So the question remains, who's going to keep it updated? If news is never updated, it is not news. So... what exactly are you proposing? Transcluding several RSS feeds from other sources? Perhaps using [http://www.rssmix.com/ RSSmix] to combine the most important places where news is posted? For example, the software projects edit history, PandoraPress, the Official blog, some Youtube channels? [[User:Esn|Esn]] 03:22, 27 April 2011 (MEST)&lt;br /&gt;
:::Yes but by a human filter/merger. The most Blogs publish the same informations that are mostly just the official news. So what about exchanging news between the boards that get filtered by priority? Well ok, I guess we pause the discussion here and see if the wiki might get more popular, then we can return on thinking on high frequency news ;) --[[User:ABC|ABC]] 10:42, 27 April 2011 (MEST)&lt;br /&gt;
::::Yep... the content is decided by who's willing to work on it. Not a lot of people are willing to work on something more than a small edit here and there (but even those can be very helpful). If anyone takes it into their heads to work on a big new project here, far be it from me to discourage them! I'll just make sure that what they're working on is connected to the rest of the wiki. But of course, it's often easier to ''start'' big projects than to ''maintain'' them. [[User:Esn|Esn]] 10:19, 29 April 2011 (MEST)&lt;br /&gt;
::::Full ack. I will take some time to think about this idea but currently there are more important task as merging the german wiki back to here, add new content and extend articles :) --[[User:ABC|ABC]] 10:37, 29 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Merging with german wiki ==&lt;br /&gt;
&lt;br /&gt;
Hi, sorry for putting that much topics on your todo list, but I like to ask even here if you would give the [http://wiki.openpandora.de german wiki users] a warm welcome? AFAIK there is currently only one maintainer left, but their wiki is quite good organized and has some really interesting aspects (e.g. icons for buttons,...). To me it sounds wise to first cleanup our own articles and then merge both wikis and use this process to update all the articles --[[User:ABC|ABC]] 23:17, 25 April 2011 (MEST)&lt;br /&gt;
:Hi there, I'm the last active editor of the German wiki. During the [http://forum.gp2x.de/viewtopic.php?t=12092 discussion (German)] about how to best solve the problem of transferring the existing category system into a wiki with a different categorization one user brought up the idea of doing it like Wikipedia and have quasi-separate wikis that are linked through a language bar on the left of the screen. I previously discussed that solution with ABC and we came to the conclusion that we can't do it because it would probably be too much of an effort and we both didn't know how to do it anyway. Said user on the other hand (his name is T4b, let's call him that) offered to do exactly that. While that would make the job of transferring the German wiki to pandorawiki.org quite a bit easier it would mean a big change for the wiki as it exists, at least if you don't want to leave all the other languages in the English wiki (with prefixes). So what do you think? --[[User:Lockenlord|Lockenlord]] 00:55, 30 April 2011 (MEST)&lt;br /&gt;
::Well as said on the german page I would prefer one single wiki so we could keep images, templates,... together. But anyway if T4b can do this job I would accept it, of course. Everything that brings both wikis a bit clother is a tep in the right direction :) --[[User:ABC|ABC]] 14:18, 11 May 2011 (MEST)&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Talk:Old_Main_Page&amp;diff=8397</id>
		<title>Talk:Old Main Page</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Talk:Old_Main_Page&amp;diff=8397"/>
		<updated>2011-05-11T12:18:10Z</updated>

		<summary type="html">&lt;p&gt;ABC: /* Merging with german wiki */ would prefer direct copy&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;messagebox standard-talk&amp;quot; id=&amp;quot;talkheader&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;text-align:center;background-color: #FFFFFF;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;border-bottom:1px solid #C0C090; background-color: #F8EABA;&amp;quot; |&lt;br /&gt;
This is the talk page for discussing the main page of the wiki.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: #FFFFFF;text-align:left;&amp;quot; |&lt;br /&gt;
'''Please sign your comments using four tildes (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;).''' Place comments that start a new topic at the '''bottom of the page''' and give them &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;== A Descriptive Header ==&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. &lt;br /&gt;
| style=&amp;quot;background-color: #FFFFFF;&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #C0C090; background-color: #F8EABA; margin-left: 20px; margin-bottom: 0px; margin-right: 3px;&amp;quot;&amp;gt;&lt;br /&gt;
'''Talk page guidelines'''&lt;br /&gt;
&lt;br /&gt;
Please respect Etiquette, assume good faith and be nice.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Dutch translation ==&lt;br /&gt;
&lt;br /&gt;
@ Orkie: Seeing as The Netherlands has a [http://www.gpark.nl GP2X community] too (and (although) indirectly, Pandora), it might be useful to add a link to it. I'm even willing to do (some) Dutch translations for the Wiki. ;) --[[User:SharQueDo|SharQueDo]] 11:57, 17 April 2008 (CEST)&lt;br /&gt;
: Sure, I'll do it when I get chance. [[User:Orkie|Orkie]] 20:23, 17 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Finnish translation ==&lt;br /&gt;
&lt;br /&gt;
I would like to do a finnish translation of the page, I just need you guys to link the main page to http://pandorawiki.org/Fi:Main_page and create the finlands flag symbol.&lt;br /&gt;
: Great, same as above. I'll dig out a flag icon and set up a new category later today. [[User:Orkie|Orkie]] 20:23, 17 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
: I think I will have time to start the translation project in Sunday and I will be working on it for some time. For starters I will be translating about pandora and Faq, but I will also add thinks that finnish people always ask me to faq. I plan to update as the english version updates and add stuff in the user category, in the developer category I will just put links to the english versions because you just have to know english to do that stuff. (besides, I don't think that I'm the right person to translate developer stuff) [[User:Gaeryc|Gaeryc]] 21:45, 17 April 2008 (CEST)&lt;br /&gt;
==Icelandic  translation ==&lt;br /&gt;
i have translated the Main Page in to icelandic&lt;br /&gt;
&lt;br /&gt;
http://pandorawiki.org/Is:Main_Page&lt;br /&gt;
--[[User:Andri12|Andri12]] 06:58, 20 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Czech translation ==&lt;br /&gt;
&lt;br /&gt;
Can you add Czech translation link http://pandorawiki.org/Cz:Main_page please? I'd like to make some translations to Czech language. Thanks.&lt;br /&gt;
: Sure, sorry it has taken a few days to get around to it. [[User:Orkie|Orkie]] 19:47, 5 June 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Spanish Translation ==&lt;br /&gt;
&lt;br /&gt;
Anybody working on this?&amp;lt;br /&amp;gt;&lt;br /&gt;
If not, what dialect should it be in? (I can only do some of the Latin American dialects, not much of any Spain/Castillian) You may consider having two namespaces: one for the European dialect (''Es:'') and one for Latin American dialect (''La:'') &amp;lt;br /&amp;gt;&lt;br /&gt;
[[User:Nat1192|Nat1192]] 02:11, 1 October 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== German translation ==&lt;br /&gt;
Hey, I would like to do a german translation of this page. First i will link to the english articles. &amp;lt;br /&amp;gt;&lt;br /&gt;
[[User:Shorty Meeks|Shorty Meeks]] 16:58, 7 December 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== French translation ==&lt;br /&gt;
There was already a basic French page. I'm slowly updating it and a bunch of other pages. [[User:KodeIn|KodeIn]] 21:38, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Allow editing==&lt;br /&gt;
Please allow all established users to edit this page. The requests are completely backlogged, and the front page is getting more and more outdated. [[User:Esn|Esn]] 08:24, 5 July 2010 (MEST)&lt;br /&gt;
:Thank you for updating it, EvilDragon. [[User:Esn|Esn]] 12:13, 15 July 2010 (MEST)&lt;br /&gt;
::Just a thought... we could make templates for the different sections to this page (About Pandora, links, user links, dev links) and then have this page use those templates. That would mean any logged in user could edit it, which ''is'' slightly dangerous for reasons of spam but does make it so it can be edited by everyone, they just couldn't get at the layout of the page. --[[User:Cheese|Cheese]] 09:11, 20 July 2010 (MEST)&lt;br /&gt;
:::Or just add a couple of users as explicit editors. The template suggestion seems OK, since anyone could revert spam, but we don't have 24/7 coverage of recent changes.--[[User:Tsh|Tsh]] 12:19, 20 July 2010 (MEST)&lt;br /&gt;
::::I agree that would be the best choice, but ED is the only active admin and I don't think he's familiar enough administering a wiki or he would have done it already, that or he's too busy. I've gone ahead with the template idea and sent him an updated main page, it should be up within a day or two. Hopefully the spammers won't realize they can now access part of the main page and start spamming like crazy. --[[User:Cheese|Cheese]] 07:37, 21 July 2010 (MEST)&lt;br /&gt;
&lt;br /&gt;
==Will X Run on the Pandora?==&lt;br /&gt;
&lt;br /&gt;
We have an article with this name.  http://pandorawiki.org/Will_X_run_on_the_Pandora%3F  It really SHOULD be added to the main page, under Users.  It's begging to be used more often!  I've already put it on the Port Requests page.&lt;br /&gt;
&lt;br /&gt;
[[User:Blue Protoman|Blue Protoman]] 22:49, 22 January 2011 (MET)BlueProtoman&lt;br /&gt;
&lt;br /&gt;
:The main page uses templates to bring in the links, so we don't need admins to update it. See (or edit): [[Template:MainPageUsersLinks]]. Feel free to add it there if no one objects to it. --[[User:Cheese|Cheese]] 04:00, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
::Wow... I had no idea. Thanks a bunch, Cheese. The [[Will_X_run_on_the_Pandora?]] article is quite rough at the moment though, so I don't know... [[User:Esn|Esn]] 04:45, 23 January 2011 (MET)&lt;br /&gt;
::Oh, I see that someone cleaned it up a bit so that it doesn't overlap with the software list articles. That was a good idea. [[User:Esn|Esn]] 04:48, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
That was me.  Also, I didn't know it ran off a template.  If that's the case, I'll add the page now.  Thanks.  [[User:Blue Protoman|Blue Protoman]] 15:20, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
==Move Hardware hacking from Users to Developers ?==&lt;br /&gt;
&lt;br /&gt;
That's said--[[User:Linux-SWAT|Linux-SWAT]] 19:14, 16 February 2011 (MET)&lt;br /&gt;
:It has nothing to do with developers, though... i.e. I had to do some so-called &amp;quot;hardware hacking&amp;quot; as a user because my stylus was stuck when I got my unit. Also, DaveC is known for hardware hacking but is certainly not a developer. [[User:Esn|Esn]] 00:05, 20 February 2011 (MET)&lt;br /&gt;
::Ok, so the french main page has to be changed--[[User:Linux-SWAT|Linux-SWAT]] 00:40, 27 February 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
== Wiki Translation tips ==&lt;br /&gt;
&lt;br /&gt;
Anyone ?--[[User:Linux-SWAT|Linux-SWAT]] 19:41, 16 February 2011 (MET)&lt;br /&gt;
:What's your question? [[User:Esn|Esn]] 00:06, 20 February 2011 (MET)&lt;br /&gt;
::I don't know how to proceed efficiently... Read a lot of wikis but never edited seriously :/--[[User:Linux-SWAT|Linux-SWAT]] 00:39, 27 February 2011 (MET)&lt;br /&gt;
:::Maybe have several tabs open, one with the original page, one with the translated page that you're creating, one with Google Translate? [[User:Esn|Esn]] 23:19, 17 March 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
== What happened to the logo? ==&lt;br /&gt;
&lt;br /&gt;
Title.  The logo's missing in favor of a placeholder, and I don't know why.  Anyone care to explain?  [[User:Blue Protoman|Blue Protoman]] 14:58, 17 March 2011 (MET)&lt;br /&gt;
:ED updated to the latest MediaWiki and changed the captcha to something more complex at my request, to get rid of the constant spam problems that we've had the past few weeks. It seems to have worked, but the logo seems to have gotten lost in the process. He's understandably quite busy, but I hope that eventually he'll find some time to put it back in (I'd do it, but I suspect I don't have access to that part of the site - though I'm not entirely sure). [[User:Esn|Esn]] 23:17, 17 March 2011 (MET)&lt;br /&gt;
:Instructions for setting a logo image are [http://kb.siteground.com/article/How_to_change_my_MediaWiki_logo_image.html here]. I don't think I have access to LocalSettings.php, though. [[User:Esn|Esn]] 23:24, 17 March 2011 (MET)&lt;br /&gt;
::It's nice to see that we're running the newest version now, I didn't realize ED had access to the server. Yep, you need write access to the files on the server to change the logo URL, there's no way to set it from the admin interface. --[[User:Cheese|Cheese]] 23:29, 17 March 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
==Houston, we have a problem!==&lt;br /&gt;
&amp;quot;Upload file&amp;quot; on the wiki no longer works. When I try, I get a message saying &amp;quot;The upload directory (public) is not writable by the webserver.&amp;quot; I've notified ED about this. I hope he checks his PMs from time to time. [[User:Esn|Esn]] 07:26, 25 March 2011 (MET)&lt;br /&gt;
:By the way, this is now fixed. And we have a logo again. :) [[User:Esn|Esn]] 06:14, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
==Second Problem==&lt;br /&gt;
Translation disappears !!! --[[User:Linux-SWAT|Linux-SWAT]] 22:58, 6 April 2011 (MEST)&lt;br /&gt;
:What? Where? [[User:Esn|Esn]] 07:47, 7 April 2011 (MEST)&lt;br /&gt;
::Clicked on the french page to edit this and there like when i have time&lt;br /&gt;
http://pandorawiki.org/Fr:Main_Page gives Fr:Main Page&lt;br /&gt;
There is currently no text in this page. You can search for this page title in other pages, search the related logs, or edit this page.&lt;br /&gt;
&lt;br /&gt;
Clicking on some other flags gave the same answer :/     --[[User:Linux-SWAT|Linux-SWAT]] 21:21, 8 April 2011 (MEST)&lt;br /&gt;
:Bizarre. I'll have to ask EvilDragon about this... [[User:Esn|Esn]] 21:36, 8 April 2011 (MEST)&lt;br /&gt;
::I also have to add that every contribution to the french page has been removed from my history... weird --[[User:Linux-SWAT|Linux-SWAT]] 13:01, 9 April 2011 (MEST)&lt;br /&gt;
:::[[:Category:Emulator_Compatibility|these pages]] have disappeared as well. I'm ''certain'' that they were there before the latest update, but now they're gone along with the edit histories. [[User:Esn|Esn]] 06:43, 22 April 2011 (MEST)&lt;br /&gt;
::::So do we have to start over again TT ?  --[[User:Linux-SWAT|Linux-SWAT]] 22:51, 22 April 2011 (MEST)&lt;br /&gt;
:::::Let's give ED a while to see if he can figure out what went wrong, first... it's possible that he might be able to recover those pages. [[User:Esn|Esn]] 06:42, 23 April 2011 (MEST)&lt;br /&gt;
: I would suggest to use the [[:template:languages]] that adds a list of translations on top of the page. Due to a bug it doesn't hiddes all remaining languages, but this will work if we fix the wiki config --[[User:ABC|ABC]] 00:11, 23 April 2011 (MEST)&lt;br /&gt;
::For my proposal about what the &amp;quot;languages&amp;quot; template should look like, please see the &amp;quot;Updating Mediawiki&amp;quot; thread below this one. [[User:Esn|Esn]] 06:43, 23 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
At least some of the missing pages can be [http://replay.web.archive.org/20090402132152/http://pandorawiki.org/Main_Page seen on Archive.org in the 2009 snapshot of the wiki]. For example, [http://replay.web.archive.org/20090425145019/http://pandorawiki.org/Fr:Main_Page here's the French-language main page]. Maybe until someone figures out what happened (EvilDragon tried, but with no success so far), those can be used to reconstruct what was lost... [[User:Esn|Esn]] 08:23, 1 May 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Right to change the mainpage ==&lt;br /&gt;
&lt;br /&gt;
Hi Orkie,&lt;br /&gt;
&lt;br /&gt;
I would like to help to clean up the wiki and therefore outsource templates, reorder mainpage etc. Might you grant me the right to do so, please?&lt;br /&gt;
&lt;br /&gt;
:Orkie is no longer around, ABC. Neither is Chip. The only admins active now are myself and EvilDragon. [[User:Esn|Esn]] 05:20, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
:You're free to improve the wiki of course, but please add a discussion topic in the relevant talk page before you decide to start on any radical changes that may be controversial and difficult to undo. This is better for all sides, because if you go in too rashly, you risk having all your work undone if someone heavily disagrees with what you propose. So if you have anything radical in mind, it might be better to start a &amp;quot;fork&amp;quot; page first (like [[Games (fork)|this one]]), then if nobody objects it can be brought over to the main article. &lt;br /&gt;
&lt;br /&gt;
:By the way, what do you mean about &amp;quot;outsourcing templates&amp;quot;? And what specifically on the main page don't you like? [[User:Esn|Esn]] 06:12, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
:Sorry was my fault, you already use templates so I could just do some little reordering. I would like to remove the language flags, I try to get [[:template:languages]] working instead, which is checking if the pages have translations or not.&lt;br /&gt;
:I understand your point of view, concerning critical edits. Currently I just do refactoring and reformatting so nothing that affects the content or structure to heavy. I guess a discussion would be necessary before renaming some of the pages.--[[User:ABC|ABC]] 09:37, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Updating Mediawiki ==&lt;br /&gt;
&lt;br /&gt;
Hi, are there any concerns on updating this instance to a more recent version? I'm always confused to have the searchbar at the left side without outocomplete and SVG is currently unsupported :/ --[[User:ABC|ABC]] 18:22, 19 April 2011 (MEST)&lt;br /&gt;
:Well, I personally think the new look of Wikipedia is pretty ugly and inefficient, so I'm a fan of keeping the cosmetics as they are. ;) EvilDragon actually updated to the latest MediaWiki just recently to combat a spam problem that we had. It might've messed up a few other things, though (see discussion in the above topics). The SVG thing isn't that great, if true (I've never tried uploading an SVG file). Do you actually need SVG for something specific? [[User:Esn|Esn]] 06:08, 20 April 2011 (MEST)&lt;br /&gt;
::Yes thats a big UI step, I see. But for me it's not that nice to switch between different styles. Anyway thats not that important :)&lt;br /&gt;
:: Yes SVG will allow everybody to upload and update schemes, diagrams etc. that would be static otherwise. It prevents to use a lot of material of the Creative Commons database that could be used using interwiki links. --[[User:ABC|ABC]] 09:37, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
:Ok template:langues worksbut it lacks the collapsing feature. This is done by [[:template:hidden]] but I guess it seem to lack a few CSS definitions? Check it out at [http://en.wikipedia.org/wiki/Template:Hidden wikipedia] --[[User:ABC|ABC]] 21:39, 20 April 2011 (MEST) --[[User:ABC|ABC]] 21:39, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
::Please tell me what you're trying to do, as I don't really understand it. You're recently copied over a number of language-related templates from Wikipedia: [[Template:LanguageExistingEn]], [[Template:LanguageLink]], [[Template:LanguageExisting]], [[Template:Languages]]. Are you trying to have the links to different languages be on the left column of the page, as is the case in Wikipedia? If so, it doesn't seem to be working. What you've done [http://pandorawiki.org/index.php?title=FAQ&amp;amp;oldid=7714 here] is rather ugly. Please do any ''experiments'' on a ''test'' page rather than a functioning page that's in use. And no way are we EVER going to have more than a few languages, anyway, so it makes no sense to me to have so many redlinks... [[User:Esn|Esn]] 06:31, 22 April 2011 (MEST)&lt;br /&gt;
:::You are right, it would be better if I used a testpage only and not a productive one :/ Well yes I try to get a top menu working, that adapts to the language a page is translated for. For example [http://wiki.openstreetmap.org/wiki/Presse]. The redlinks will disappear if the CSS/JS is extended and SVG is fixed. I guess the files were interwiki by wikicommons, if not i will add them, of course. Sorry if my action sometimes look a bit hectic, I promise to be more patient :) --[[User:ABC|ABC]] 07:32, 22 April 2011 (MEST)&lt;br /&gt;
::::Okay, thanks for explaining. I would prefer to handle different languages like they are on Wikipedia (as a sidebar) - although if that's not possible (or too much work), that language template is an acceptable alternative. If we end up using the language template, I think it should be present not on every single page, but only on the ones that are translated into at least one other language. [[User:Esn|Esn]] 07:44, 22 April 2011 (MEST)&lt;br /&gt;
:::::Sure, that handling is up to us. But see, this would make it very easy to others to create translations. But I'm not a big fan of internationalization (for that a small community) due to the outdating of pages. --[[User:ABC|ABC]] 08:45, 22 April 2011 (MEST)&lt;br /&gt;
::::To be honest, I think those little flags that are currently on the main page look much nicer than the language template does in the link that you provided. If we end up using a top-of-the-page template for other languages, I'd rather have the flags than the language names. [[User:Esn|Esn]] 08:29, 22 April 2011 (MEST)&lt;br /&gt;
:::::Again, if the templates are in use, it's up to us to change their representation layer [[:Template:Languages/Interface]]. But yes flags seem to save space and look a bit sexier :) --[[User:ABC|ABC]] 08:45, 22 April 2011 (MEST)&lt;br /&gt;
::::::Just trying to picture it here, I think the best option would be to have the links to different languages be on the right side of the page, like an infobox. So it might say &amp;quot;Translations of this page:&amp;quot; and then a few flags. That seems like a nice, clean way to do it. I think that's better than putting it over the ''entire'' top, because this way it doesn't hinder people who start reading from the top of the article. [[User:Esn|Esn]] 10:05, 22 April 2011 (MEST)&lt;br /&gt;
::::::Not sure if that is a good argument as a lot of wikis I saw use a very similar template. Anyway if it works right we can change the design. --[[User:ABC|ABC]] 14:32, 22 April 2011 (MEST)&lt;br /&gt;
:::::::Well, [http://i.imgur.com/gGeqg.gif here's a mockup] of what I'm proposing. It's pretty similar to what those other wikis use; I just think it looks less ugly. The &amp;quot;add a translation&amp;quot; link could go to an instruction page that says: &amp;quot;if you want to add a translation, find the two-letter code of your language, and make a page with that code in front of it&amp;quot;. Or maybe instead of &amp;quot;add a translation&amp;quot;, it could say &amp;quot;missing languages&amp;quot; as it does on the example you linked.&lt;br /&gt;
:::::::Anyway... so how is that template supposed to automatically recognize which pages are translated? Does it look for whether there's a page with the same title with a two-letter language code in front of it? But some pages will have different titles in different languages - I'm not sure how you could get around adding the languages in manually. [[User:Esn|Esn]] 05:58, 23 April 2011 (MEST)&lt;br /&gt;
::::::::[http://i.imgur.com/YSWJ6.png Here's my second mockup]. And once you click on &amp;quot;show missing languages&amp;quot;, it will look like [http://i.imgur.com/et5at.png this]. To be listed, a &amp;quot;missing language&amp;quot; must have a translation of the main page of this wiki. That seems like a good compromise to avoid listing hundreds of languages... [[User:Esn|Esn]] 06:38, 23 April 2011 (MEST)&lt;br /&gt;
::::::::They look awesome, but to be honest, I would expect this choice on the top of the page :/ With this nitty flags it doesn't consume to much space. The other great thing of the hidden languages is that you can add a translation to a page easily, that is missed in your mockups, right? --[[User:ABC|ABC]] 08:31, 24 April 2011 (MEST)&lt;br /&gt;
:::::::::&amp;quot;that is missed in your mockups, right?&amp;quot; - nope, check out the second proposal. It's structured the same as the one you linked to, but with flags instead of language names and on the right side of the page instead of right at the top. I think it is better to have it on the right side so as not to distract most readers by being right at the top. Most readers will not be looking for other languages but to start reading the article. Also, if you look on various websites that are multilingual, the little flags to change languages are usually in the right-hand corner of the page, so this will be familiar. With the flags, as you said, it will take up very little horizontal space, so there is no reason to have it take up more space than is needed. Taking up ALL of the top horizontal space only makes sense if you're going to write out each language name in text, because that would take up too much ''vertical'' space if you kept it to the upper right. [[User:Esn|Esn]] 15:25, 26 April 2011 (MEST)&lt;br /&gt;
:BTW I checked out, that you can change the skin already now to Vector, that is the new Mediawiki user interface everywhere. Douch, guess I should read the manual first ;) --[[User:ABC|ABC]] 19:00, 23 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
ABC, I was wondering if you could give me a tip about [[Template:LanguageLink]]. Do you know how I would make it so that the two-letter language code would generate not the name of the language, but a certain flag? [[User:Esn|Esn]] 04:27, 27 April 2011 (MEST)&lt;br /&gt;
:Over at OSM weuse this template [http://wiki.openstreetmap.org/wiki/Template:Countryflag] but this uses interwiki commons graphics that are SVG again :/ You might adapt it to your flags here, of course. --[[User:ABC|ABC]] 10:46, 27 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Goals of this wiki ==&lt;br /&gt;
&lt;br /&gt;
Hi there, just a simple questions before I start any harder refactoring or contributing to this wiki. What are the main goals for this platform? What usecases do you spot on? How established is it within the pandora community?&lt;br /&gt;
&lt;br /&gt;
Maybe we should make an IRC session focused on further plans on the wiki? --[[User:ABC|ABC]] 19:54, 23 April 2011 (MEST)&lt;br /&gt;
:Well, I would prefer to keep such discussions in a place with a permanent record of what is posted. Also because many of the contributors contribute every so often, and I'd rather leave the discussion open to more eyes than have an intense IRC discussion of just a few people. If you'd like a wider discussion, you could start a topic in the GP32X Pandora general section... or we could keep it here and accept that it may not move as quickly as you'd like.&lt;br /&gt;
:Now then, as for the goals: This wiki started out &amp;lt;s&amp;gt;two&amp;lt;/s&amp;gt; three years ago largely because the Pandora team didn't have the time or the resources to put together a comprehensive user manual for the Pandora, so they decided to outsource the task to the community. Well, that actually happened a bit later, but it was a major project, anyway.  These days, the wiki generally acts as a place where Pandora owners write down important things for reference. The sorts of things that would have gotten lost with the passage of time on the forums. The main activity happens on the forums, and the wiki is like the &amp;quot;long-term memory&amp;quot; of the community. Hence, the [[tutorials]], the various tips and tricks that you see in different articles, hardware documentation, bug reports, and software lists. This is all here so that important things don't get forgotten just because they were done a long time ago. A lot of devs use it for the same reason, as a place to have an organized reference of the things they're working on. So in large part, the wiki is like a collection of what once would have been spread out on different sites - most articles were created mainly by one person.&lt;br /&gt;
:My main task in bringing the disparate elements together into a structure I see like this: to make sure that all related articles are linked to each other, via wikilinks or categories. But I don't try to interfere in stylistic decisions much. A lot of it is &amp;quot;not my business&amp;quot;, frankly, especially the dev articles. ;) If I, personally as a Pandora owner, care about the organization of a particular article, I'll make a case for changing it in the talk page, or do the changes right away if I'm pretty sure that they'll be uncontroversial. [[User:Esn|Esn]] 16:03, 26 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== News bar? ==&lt;br /&gt;
&lt;br /&gt;
Hi, what do you think about adding a newslist to the mainpage collecting all informations of the different forums and listing the official announcements? --[[User:ABC|ABC]] 08:34, 24 April 2011 (MEST)&lt;br /&gt;
:Well, I don't really see the need for official announcements - we have the [http://stalker.openpandora.org/ Pandora Stalker] and PandoraPress for that. Who decides what is &amp;quot;official&amp;quot;? As for &amp;quot;community news&amp;quot;, those are already collected on the three software lists. One can subscribe to the RSS feed of those articles and thereby keep abreast of the latest events - or simply check them once in a while and sort by date to see what you missed. As I said above, I think the wiki is more like the long-term-memory of the community; the reference library rather than the TV channel. It's hard work to keep it up-to-date as it is. Are you volunteering to keep the news up-to-date if we add a news bar? The development of the wiki rests largely on who's willing to do the developing. ;) [[User:Esn|Esn]] 16:31, 26 April 2011 (MEST)&lt;br /&gt;
::Well updating is not the problem but to get the news. I'm not very excited about the currently very distributed communication infrastructure and so I think it might be a good chance to collect them at a single point so newbies doesn't have to checkout a lot of portals or semi official blogs...--[[User:ABC|ABC]] 19:32, 26 April 2011 (MEST)&lt;br /&gt;
:::So the question remains, who's going to keep it updated? If news is never updated, it is not news. So... what exactly are you proposing? Transcluding several RSS feeds from other sources? Perhaps using [http://www.rssmix.com/ RSSmix] to combine the most important places where news is posted? For example, the software projects edit history, PandoraPress, the Official blog, some Youtube channels? [[User:Esn|Esn]] 03:22, 27 April 2011 (MEST)&lt;br /&gt;
:::Yes but by a human filter/merger. The most Blogs publish the same informations that are mostly just the official news. So what about exchanging news between the boards that get filtered by priority? Well ok, I guess we pause the discussion here and see if the wiki might get more popular, then we can return on thinking on high frequency news ;) --[[User:ABC|ABC]] 10:42, 27 April 2011 (MEST)&lt;br /&gt;
::::Yep... the content is decided by who's willing to work on it. Not a lot of people are willing to work on something more than a small edit here and there (but even those can be very helpful). If anyone takes it into their heads to work on a big new project here, far be it from me to discourage them! I'll just make sure that what they're working on is connected to the rest of the wiki. But of course, it's often easier to ''start'' big projects than to ''maintain'' them. [[User:Esn|Esn]] 10:19, 29 April 2011 (MEST)&lt;br /&gt;
::::Full ack. I will take some time to think about this idea but currently there are more important task as merging the german wiki back to here, add new content and extend articles :) --[[User:ABC|ABC]] 10:37, 29 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Merging with german wiki ==&lt;br /&gt;
&lt;br /&gt;
Hi, sorry for putting that much topics on your todo list, but I like to ask even here if you would give the [http://wiki.openpandora.de german wiki users] a warm welcome? AFAIK there is currently only one maintainer left, but their wiki is quite good organized and has some really interesting aspects (e.g. icons for buttons,...). To me it sounds wise to first cleanup our own articles and then merge both wikis and use this process to update all the articles --[[User:ABC|ABC]] 23:17, 25 April 2011 (MEST)&lt;br /&gt;
:Hi there, I'm the last active editor of the German wiki. During the [http://forum.gp2x.de/viewtopic.php?t=12092 discussion (German)] about how to best solve the problem of transferring the existing category system into a wiki with a different categorization one user brought up the idea of doing it like Wikipedia and have quasi-separate wikis that are linked through a language bar on the left of the screen. I previously discussed that solution with ABC and we came to the conclusion that we can't do it because it would probably be too much of an effort and we both didn't know how to do it anyway. Said user on the other hand (his name is T4b, let's call him that) offered to do exactly that. While that would make the job of transferring the German wiki to pandorawiki.org quite a bit easier it would mean a big change for the wiki as it exists, at least if you don't want to leave all the other languages in the English wiki (with prefixes). So what do you think? --[[User:Lockenlord|Lockenlord]] 00:55, 30 April 2011 (MEST)&lt;br /&gt;
::Well as said on the german page I would prefer one single wiki so we could keep images, templates,... together. But anyway if T4b can do this job I would accept it, of course. Everything that brings both wikis a bit clother is a tep in the right direction :) --[[User:ABC|ABC]] 14:18, 11 May 2011 (MEST)&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Talk:Old_Main_Page&amp;diff=8157</id>
		<title>Talk:Old Main Page</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Talk:Old_Main_Page&amp;diff=8157"/>
		<updated>2011-04-29T08:37:52Z</updated>

		<summary type="html">&lt;p&gt;ABC: /* News bar? */ currently other important jobs here&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;messagebox standard-talk&amp;quot; id=&amp;quot;talkheader&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;text-align:center;background-color: #FFFFFF;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;border-bottom:1px solid #C0C090; background-color: #F8EABA;&amp;quot; |&lt;br /&gt;
This is the talk page for discussing the main page of the wiki.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: #FFFFFF;text-align:left;&amp;quot; |&lt;br /&gt;
'''Please sign your comments using four tildes (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;).''' Place comments that start a new topic at the '''bottom of the page''' and give them &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;== A Descriptive Header ==&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. &lt;br /&gt;
| style=&amp;quot;background-color: #FFFFFF;&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #C0C090; background-color: #F8EABA; margin-left: 20px; margin-bottom: 0px; margin-right: 3px;&amp;quot;&amp;gt;&lt;br /&gt;
'''Talk page guidelines'''&lt;br /&gt;
&lt;br /&gt;
Please respect Etiquette, assume good faith and be nice.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Dutch translation ==&lt;br /&gt;
&lt;br /&gt;
@ Orkie: Seeing as The Netherlands has a [http://www.gpark.nl GP2X community] too (and (although) indirectly, Pandora), it might be useful to add a link to it. I'm even willing to do (some) Dutch translations for the Wiki. ;) --[[User:SharQueDo|SharQueDo]] 11:57, 17 April 2008 (CEST)&lt;br /&gt;
: Sure, I'll do it when I get chance. [[User:Orkie|Orkie]] 20:23, 17 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Finnish translation ==&lt;br /&gt;
&lt;br /&gt;
I would like to do a finnish translation of the page, I just need you guys to link the main page to http://pandorawiki.org/Fi:Main_page and create the finlands flag symbol.&lt;br /&gt;
: Great, same as above. I'll dig out a flag icon and set up a new category later today. [[User:Orkie|Orkie]] 20:23, 17 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
: I think I will have time to start the translation project in Sunday and I will be working on it for some time. For starters I will be translating about pandora and Faq, but I will also add thinks that finnish people always ask me to faq. I plan to update as the english version updates and add stuff in the user category, in the developer category I will just put links to the english versions because you just have to know english to do that stuff. (besides, I don't think that I'm the right person to translate developer stuff) [[User:Gaeryc|Gaeryc]] 21:45, 17 April 2008 (CEST)&lt;br /&gt;
==Icelandic  translation ==&lt;br /&gt;
i have translated the Main Page in to icelandic&lt;br /&gt;
&lt;br /&gt;
http://pandorawiki.org/Is:Main_Page&lt;br /&gt;
--[[User:Andri12|Andri12]] 06:58, 20 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Czech translation ==&lt;br /&gt;
&lt;br /&gt;
Can you add Czech translation link http://pandorawiki.org/Cz:Main_page please? I'd like to make some translations to Czech language. Thanks.&lt;br /&gt;
: Sure, sorry it has taken a few days to get around to it. [[User:Orkie|Orkie]] 19:47, 5 June 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Spanish Translation ==&lt;br /&gt;
&lt;br /&gt;
Anybody working on this?&amp;lt;br /&amp;gt;&lt;br /&gt;
If not, what dialect should it be in? (I can only do some of the Latin American dialects, not much of any Spain/Castillian) You may consider having two namespaces: one for the European dialect (''Es:'') and one for Latin American dialect (''La:'') &amp;lt;br /&amp;gt;&lt;br /&gt;
[[User:Nat1192|Nat1192]] 02:11, 1 October 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== German translation ==&lt;br /&gt;
Hey, I would like to do a german translation of this page. First i will link to the english articles. &amp;lt;br /&amp;gt;&lt;br /&gt;
[[User:Shorty Meeks|Shorty Meeks]] 16:58, 7 December 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== French translation ==&lt;br /&gt;
There was already a basic French page. I'm slowly updating it and a bunch of other pages. [[User:KodeIn|KodeIn]] 21:38, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Allow editing==&lt;br /&gt;
Please allow all established users to edit this page. The requests are completely backlogged, and the front page is getting more and more outdated. [[User:Esn|Esn]] 08:24, 5 July 2010 (MEST)&lt;br /&gt;
:Thank you for updating it, EvilDragon. [[User:Esn|Esn]] 12:13, 15 July 2010 (MEST)&lt;br /&gt;
::Just a thought... we could make templates for the different sections to this page (About Pandora, links, user links, dev links) and then have this page use those templates. That would mean any logged in user could edit it, which ''is'' slightly dangerous for reasons of spam but does make it so it can be edited by everyone, they just couldn't get at the layout of the page. --[[User:Cheese|Cheese]] 09:11, 20 July 2010 (MEST)&lt;br /&gt;
:::Or just add a couple of users as explicit editors. The template suggestion seems OK, since anyone could revert spam, but we don't have 24/7 coverage of recent changes.--[[User:Tsh|Tsh]] 12:19, 20 July 2010 (MEST)&lt;br /&gt;
::::I agree that would be the best choice, but ED is the only active admin and I don't think he's familiar enough administering a wiki or he would have done it already, that or he's too busy. I've gone ahead with the template idea and sent him an updated main page, it should be up within a day or two. Hopefully the spammers won't realize they can now access part of the main page and start spamming like crazy. --[[User:Cheese|Cheese]] 07:37, 21 July 2010 (MEST)&lt;br /&gt;
&lt;br /&gt;
==Will X Run on the Pandora?==&lt;br /&gt;
&lt;br /&gt;
We have an article with this name.  http://pandorawiki.org/Will_X_run_on_the_Pandora%3F  It really SHOULD be added to the main page, under Users.  It's begging to be used more often!  I've already put it on the Port Requests page.&lt;br /&gt;
&lt;br /&gt;
[[User:Blue Protoman|Blue Protoman]] 22:49, 22 January 2011 (MET)BlueProtoman&lt;br /&gt;
&lt;br /&gt;
:The main page uses templates to bring in the links, so we don't need admins to update it. See (or edit): [[Template:MainPageUsersLinks]]. Feel free to add it there if no one objects to it. --[[User:Cheese|Cheese]] 04:00, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
::Wow... I had no idea. Thanks a bunch, Cheese. The [[Will_X_run_on_the_Pandora?]] article is quite rough at the moment though, so I don't know... [[User:Esn|Esn]] 04:45, 23 January 2011 (MET)&lt;br /&gt;
::Oh, I see that someone cleaned it up a bit so that it doesn't overlap with the software list articles. That was a good idea. [[User:Esn|Esn]] 04:48, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
That was me.  Also, I didn't know it ran off a template.  If that's the case, I'll add the page now.  Thanks.  [[User:Blue Protoman|Blue Protoman]] 15:20, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
==Move Hardware hacking from Users to Developers ?==&lt;br /&gt;
&lt;br /&gt;
That's said--[[User:Linux-SWAT|Linux-SWAT]] 19:14, 16 February 2011 (MET)&lt;br /&gt;
:It has nothing to do with developers, though... i.e. I had to do some so-called &amp;quot;hardware hacking&amp;quot; as a user because my stylus was stuck when I got my unit. Also, DaveC is known for hardware hacking but is certainly not a developer. [[User:Esn|Esn]] 00:05, 20 February 2011 (MET)&lt;br /&gt;
::Ok, so the french main page has to be changed--[[User:Linux-SWAT|Linux-SWAT]] 00:40, 27 February 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
== Wiki Translation tips ==&lt;br /&gt;
&lt;br /&gt;
Anyone ?--[[User:Linux-SWAT|Linux-SWAT]] 19:41, 16 February 2011 (MET)&lt;br /&gt;
:What's your question? [[User:Esn|Esn]] 00:06, 20 February 2011 (MET)&lt;br /&gt;
::I don't know how to proceed efficiently... Read a lot of wikis but never edited seriously :/--[[User:Linux-SWAT|Linux-SWAT]] 00:39, 27 February 2011 (MET)&lt;br /&gt;
:::Maybe have several tabs open, one with the original page, one with the translated page that you're creating, one with Google Translate? [[User:Esn|Esn]] 23:19, 17 March 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
== What happened to the logo? ==&lt;br /&gt;
&lt;br /&gt;
Title.  The logo's missing in favor of a placeholder, and I don't know why.  Anyone care to explain?  [[User:Blue Protoman|Blue Protoman]] 14:58, 17 March 2011 (MET)&lt;br /&gt;
:ED updated to the latest MediaWiki and changed the captcha to something more complex at my request, to get rid of the constant spam problems that we've had the past few weeks. It seems to have worked, but the logo seems to have gotten lost in the process. He's understandably quite busy, but I hope that eventually he'll find some time to put it back in (I'd do it, but I suspect I don't have access to that part of the site - though I'm not entirely sure). [[User:Esn|Esn]] 23:17, 17 March 2011 (MET)&lt;br /&gt;
:Instructions for setting a logo image are [http://kb.siteground.com/article/How_to_change_my_MediaWiki_logo_image.html here]. I don't think I have access to LocalSettings.php, though. [[User:Esn|Esn]] 23:24, 17 March 2011 (MET)&lt;br /&gt;
::It's nice to see that we're running the newest version now, I didn't realize ED had access to the server. Yep, you need write access to the files on the server to change the logo URL, there's no way to set it from the admin interface. --[[User:Cheese|Cheese]] 23:29, 17 March 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
==Houston, we have a problem!==&lt;br /&gt;
&amp;quot;Upload file&amp;quot; on the wiki no longer works. When I try, I get a message saying &amp;quot;The upload directory (public) is not writable by the webserver.&amp;quot; I've notified ED about this. I hope he checks his PMs from time to time. [[User:Esn|Esn]] 07:26, 25 March 2011 (MET)&lt;br /&gt;
:By the way, this is now fixed. And we have a logo again. :) [[User:Esn|Esn]] 06:14, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
==Second Problem==&lt;br /&gt;
Translation disappears !!! --[[User:Linux-SWAT|Linux-SWAT]] 22:58, 6 April 2011 (MEST)&lt;br /&gt;
:What? Where? [[User:Esn|Esn]] 07:47, 7 April 2011 (MEST)&lt;br /&gt;
::Clicked on the french page to edit this and there like when i have time&lt;br /&gt;
http://pandorawiki.org/Fr:Main_Page gives Fr:Main Page&lt;br /&gt;
There is currently no text in this page. You can search for this page title in other pages, search the related logs, or edit this page.&lt;br /&gt;
&lt;br /&gt;
Clicking on some other flags gave the same answer :/     --[[User:Linux-SWAT|Linux-SWAT]] 21:21, 8 April 2011 (MEST)&lt;br /&gt;
:Bizarre. I'll have to ask EvilDragon about this... [[User:Esn|Esn]] 21:36, 8 April 2011 (MEST)&lt;br /&gt;
::I also have to add that every contribution to the french page has been removed from my history... weird --[[User:Linux-SWAT|Linux-SWAT]] 13:01, 9 April 2011 (MEST)&lt;br /&gt;
:::[[:Category:Emulator_Compatibility|these pages]] have disappeared as well. I'm ''certain'' that they were there before the latest update, but now they're gone along with the edit histories. [[User:Esn|Esn]] 06:43, 22 April 2011 (MEST)&lt;br /&gt;
::::So do we have to start over again TT ?  --[[User:Linux-SWAT|Linux-SWAT]] 22:51, 22 April 2011 (MEST)&lt;br /&gt;
:::::Let's give ED a while to see if he can figure out what went wrong, first... it's possible that he might be able to recover those pages. [[User:Esn|Esn]] 06:42, 23 April 2011 (MEST)&lt;br /&gt;
: I would suggest to use the [[:template:languages]] that adds a list of translations on top of the page. Due to a bug it doesn't hiddes all remaining languages, but this will work if we fix the wiki config --[[User:ABC|ABC]] 00:11, 23 April 2011 (MEST)&lt;br /&gt;
::For my proposal about what the &amp;quot;languages&amp;quot; template should look like, please see the &amp;quot;Updating Mediawiki&amp;quot; thread below this one. [[User:Esn|Esn]] 06:43, 23 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Right to change the mainpage ==&lt;br /&gt;
&lt;br /&gt;
Hi Orkie,&lt;br /&gt;
&lt;br /&gt;
I would like to help to clean up the wiki and therefore outsource templates, reorder mainpage etc. Might you grant me the right to do so, please?&lt;br /&gt;
&lt;br /&gt;
:Orkie is no longer around, ABC. Neither is Chip. The only admins active now are myself and EvilDragon. [[User:Esn|Esn]] 05:20, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
:You're free to improve the wiki of course, but please add a discussion topic in the relevant talk page before you decide to start on any radical changes that may be controversial and difficult to undo. This is better for all sides, because if you go in too rashly, you risk having all your work undone if someone heavily disagrees with what you propose. So if you have anything radical in mind, it might be better to start a &amp;quot;fork&amp;quot; page first (like [[Games (fork)|this one]]), then if nobody objects it can be brought over to the main article. &lt;br /&gt;
&lt;br /&gt;
:By the way, what do you mean about &amp;quot;outsourcing templates&amp;quot;? And what specifically on the main page don't you like? [[User:Esn|Esn]] 06:12, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
:Sorry was my fault, you already use templates so I could just do some little reordering. I would like to remove the language flags, I try to get [[:template:languages]] working instead, which is checking if the pages have translations or not.&lt;br /&gt;
:I understand your point of view, concerning critical edits. Currently I just do refactoring and reformatting so nothing that affects the content or structure to heavy. I guess a discussion would be necessary before renaming some of the pages.--[[User:ABC|ABC]] 09:37, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Updating Mediawiki ==&lt;br /&gt;
&lt;br /&gt;
Hi, are there any concerns on updating this instance to a more recent version? I'm always confused to have the searchbar at the left side without outocomplete and SVG is currently unsupported :/ --[[User:ABC|ABC]] 18:22, 19 April 2011 (MEST)&lt;br /&gt;
:Well, I personally think the new look of Wikipedia is pretty ugly and inefficient, so I'm a fan of keeping the cosmetics as they are. ;) EvilDragon actually updated to the latest MediaWiki just recently to combat a spam problem that we had. It might've messed up a few other things, though (see discussion in the above topics). The SVG thing isn't that great, if true (I've never tried uploading an SVG file). Do you actually need SVG for something specific? [[User:Esn|Esn]] 06:08, 20 April 2011 (MEST)&lt;br /&gt;
::Yes thats a big UI step, I see. But for me it's not that nice to switch between different styles. Anyway thats not that important :)&lt;br /&gt;
:: Yes SVG will allow everybody to upload and update schemes, diagrams etc. that would be static otherwise. It prevents to use a lot of material of the Creative Commons database that could be used using interwiki links. --[[User:ABC|ABC]] 09:37, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
:Ok template:langues worksbut it lacks the collapsing feature. This is done by [[:template:hidden]] but I guess it seem to lack a few CSS definitions? Check it out at [http://en.wikipedia.org/wiki/Template:Hidden wikipedia] --[[User:ABC|ABC]] 21:39, 20 April 2011 (MEST) --[[User:ABC|ABC]] 21:39, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
::Please tell me what you're trying to do, as I don't really understand it. You're recently copied over a number of language-related templates from Wikipedia: [[Template:LanguageExistingEn]], [[Template:LanguageLink]], [[Template:LanguageExisting]], [[Template:Languages]]. Are you trying to have the links to different languages be on the left column of the page, as is the case in Wikipedia? If so, it doesn't seem to be working. What you've done [http://pandorawiki.org/index.php?title=FAQ&amp;amp;oldid=7714 here] is rather ugly. Please do any ''experiments'' on a ''test'' page rather than a functioning page that's in use. And no way are we EVER going to have more than a few languages, anyway, so it makes no sense to me to have so many redlinks... [[User:Esn|Esn]] 06:31, 22 April 2011 (MEST)&lt;br /&gt;
:::You are right, it would be better if I used a testpage only and not a productive one :/ Well yes I try to get a top menu working, that adapts to the language a page is translated for. For example [http://wiki.openstreetmap.org/wiki/Presse]. The redlinks will disappear if the CSS/JS is extended and SVG is fixed. I guess the files were interwiki by wikicommons, if not i will add them, of course. Sorry if my action sometimes look a bit hectic, I promise to be more patient :) --[[User:ABC|ABC]] 07:32, 22 April 2011 (MEST)&lt;br /&gt;
::::Okay, thanks for explaining. I would prefer to handle different languages like they are on Wikipedia (as a sidebar) - although if that's not possible (or too much work), that language template is an acceptable alternative. If we end up using the language template, I think it should be present not on every single page, but only on the ones that are translated into at least one other language. [[User:Esn|Esn]] 07:44, 22 April 2011 (MEST)&lt;br /&gt;
:::::Sure, that handling is up to us. But see, this would make it very easy to others to create translations. But I'm not a big fan of internationalization (for that a small community) due to the outdating of pages. --[[User:ABC|ABC]] 08:45, 22 April 2011 (MEST)&lt;br /&gt;
::::To be honest, I think those little flags that are currently on the main page look much nicer than the language template does in the link that you provided. If we end up using a top-of-the-page template for other languages, I'd rather have the flags than the language names. [[User:Esn|Esn]] 08:29, 22 April 2011 (MEST)&lt;br /&gt;
:::::Again, if the templates are in use, it's up to us to change their representation layer [[:Template:Languages/Interface]]. But yes flags seem to save space and look a bit sexier :) --[[User:ABC|ABC]] 08:45, 22 April 2011 (MEST)&lt;br /&gt;
::::::Just trying to picture it here, I think the best option would be to have the links to different languages be on the right side of the page, like an infobox. So it might say &amp;quot;Translations of this page:&amp;quot; and then a few flags. That seems like a nice, clean way to do it. I think that's better than putting it over the ''entire'' top, because this way it doesn't hinder people who start reading from the top of the article. [[User:Esn|Esn]] 10:05, 22 April 2011 (MEST)&lt;br /&gt;
::::::Not sure if that is a good argument as a lot of wikis I saw use a very similar template. Anyway if it works right we can change the design. --[[User:ABC|ABC]] 14:32, 22 April 2011 (MEST)&lt;br /&gt;
:::::::Well, [http://i.imgur.com/gGeqg.gif here's a mockup] of what I'm proposing. It's pretty similar to what those other wikis use; I just think it looks less ugly. The &amp;quot;add a translation&amp;quot; link could go to an instruction page that says: &amp;quot;if you want to add a translation, find the two-letter code of your language, and make a page with that code in front of it&amp;quot;. Or maybe instead of &amp;quot;add a translation&amp;quot;, it could say &amp;quot;missing languages&amp;quot; as it does on the example you linked.&lt;br /&gt;
:::::::Anyway... so how is that template supposed to automatically recognize which pages are translated? Does it look for whether there's a page with the same title with a two-letter language code in front of it? But some pages will have different titles in different languages - I'm not sure how you could get around adding the languages in manually. [[User:Esn|Esn]] 05:58, 23 April 2011 (MEST)&lt;br /&gt;
::::::::[http://i.imgur.com/YSWJ6.png Here's my second mockup]. And once you click on &amp;quot;show missing languages&amp;quot;, it will look like [http://i.imgur.com/et5at.png this]. To be listed, a &amp;quot;missing language&amp;quot; must have a translation of the main page of this wiki. That seems like a good compromise to avoid listing hundreds of languages... [[User:Esn|Esn]] 06:38, 23 April 2011 (MEST)&lt;br /&gt;
::::::::They look awesome, but to be honest, I would expect this choice on the top of the page :/ With this nitty flags it doesn't consume to much space. The other great thing of the hidden languages is that you can add a translation to a page easily, that is missed in your mockups, right? --[[User:ABC|ABC]] 08:31, 24 April 2011 (MEST)&lt;br /&gt;
:::::::::&amp;quot;that is missed in your mockups, right?&amp;quot; - nope, check out the second proposal. It's structured the same as the one you linked to, but with flags instead of language names and on the right side of the page instead of right at the top. I think it is better to have it on the right side so as not to distract most readers by being right at the top. Most readers will not be looking for other languages but to start reading the article. Also, if you look on various websites that are multilingual, the little flags to change languages are usually in the right-hand corner of the page, so this will be familiar. With the flags, as you said, it will take up very little horizontal space, so there is no reason to have it take up more space than is needed. Taking up ALL of the top horizontal space only makes sense if you're going to write out each language name in text, because that would take up too much ''vertical'' space if you kept it to the upper right. [[User:Esn|Esn]] 15:25, 26 April 2011 (MEST)&lt;br /&gt;
:BTW I checked out, that you can change the skin already now to Vector, that is the new Mediawiki user interface everywhere. Douch, guess I should read the manual first ;) --[[User:ABC|ABC]] 19:00, 23 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
ABC, I was wondering if you could give me a tip about [[Template:LanguageLink]]. Do you know how I would make it so that the two-letter language code would generate not the name of the language, but a certain flag? [[User:Esn|Esn]] 04:27, 27 April 2011 (MEST)&lt;br /&gt;
:Over at OSM weuse this template [http://wiki.openstreetmap.org/wiki/Template:Countryflag] but this uses interwiki commons graphics that are SVG again :/ You might adapt it to your flags here, of course. --[[User:ABC|ABC]] 10:46, 27 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Goals of this wiki ==&lt;br /&gt;
&lt;br /&gt;
Hi there, just a simple questions before I start any harder refactoring or contributing to this wiki. What are the main goals for this platform? What usecases do you spot on? How established is it within the pandora community?&lt;br /&gt;
&lt;br /&gt;
Maybe we should make an IRC session focused on further plans on the wiki? --[[User:ABC|ABC]] 19:54, 23 April 2011 (MEST)&lt;br /&gt;
:Well, I would prefer to keep such discussions in a place with a permanent record of what is posted. Also because many of the contributors contribute every so often, and I'd rather leave the discussion open to more eyes than have an intense IRC discussion of just a few people. If you'd like a wider discussion, you could start a topic in the GP32X Pandora general section... or we could keep it here and accept that it may not move as quickly as you'd like.&lt;br /&gt;
:Now then, as for the goals: This wiki started out &amp;lt;s&amp;gt;two&amp;lt;/s&amp;gt; three years ago largely because the Pandora team didn't have the time or the resources to put together a comprehensive user manual for the Pandora, so they decided to outsource the task to the community. Well, that actually happened a bit later, but it was a major project, anyway.  These days, the wiki generally acts as a place where Pandora owners write down important things for reference. The sorts of things that would have gotten lost with the passage of time on the forums. The main activity happens on the forums, and the wiki is like the &amp;quot;long-term memory&amp;quot; of the community. Hence, the [[tutorials]], the various tips and tricks that you see in different articles, hardware documentation, bug reports, and software lists. This is all here so that important things don't get forgotten just because they were done a long time ago. A lot of devs use it for the same reason, as a place to have an organized reference of the things they're working on. So in large part, the wiki is like a collection of what once would have been spread out on different sites - most articles were created mainly by one person.&lt;br /&gt;
:My main task in bringing the disparate elements together into a structure I see like this: to make sure that all related articles are linked to each other, via wikilinks or categories. But I don't try to interfere in stylistic decisions much. A lot of it is &amp;quot;not my business&amp;quot;, frankly, especially the dev articles. ;) If I, personally as a Pandora owner, care about the organization of a particular article, I'll make a case for changing it in the talk page, or do the changes right away if I'm pretty sure that they'll be uncontroversial. [[User:Esn|Esn]] 16:03, 26 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== News bar? ==&lt;br /&gt;
&lt;br /&gt;
Hi, what do you think about adding a newslist to the mainpage collecting all informations of the different forums and listing the official announcements? --[[User:ABC|ABC]] 08:34, 24 April 2011 (MEST)&lt;br /&gt;
:Well, I don't really see the need for official announcements - we have the [http://stalker.openpandora.org/ Pandora Stalker] and PandoraPress for that. Who decides what is &amp;quot;official&amp;quot;? As for &amp;quot;community news&amp;quot;, those are already collected on the three software lists. One can subscribe to the RSS feed of those articles and thereby keep abreast of the latest events - or simply check them once in a while and sort by date to see what you missed. As I said above, I think the wiki is more like the long-term-memory of the community; the reference library rather than the TV channel. It's hard work to keep it up-to-date as it is. Are you volunteering to keep the news up-to-date if we add a news bar? The development of the wiki rests largely on who's willing to do the developing. ;) [[User:Esn|Esn]] 16:31, 26 April 2011 (MEST)&lt;br /&gt;
::Well updating is not the problem but to get the news. I'm not very excited about the currently very distributed communication infrastructure and so I think it might be a good chance to collect them at a single point so newbies doesn't have to checkout a lot of portals or semi official blogs...--[[User:ABC|ABC]] 19:32, 26 April 2011 (MEST)&lt;br /&gt;
:::So the question remains, who's going to keep it updated? If news is never updated, it is not news. So... what exactly are you proposing? Transcluding several RSS feeds from other sources? Perhaps using [http://www.rssmix.com/ RSSmix] to combine the most important places where news is posted? For example, the software projects edit history, PandoraPress, the Official blog, some Youtube channels? [[User:Esn|Esn]] 03:22, 27 April 2011 (MEST)&lt;br /&gt;
:::Yes but by a human filter/merger. The most Blogs publish the same informations that are mostly just the official news. So what about exchanging news between the boards that get filtered by priority? Well ok, I guess we pause the discussion here and see if the wiki might get more popular, then we can return on thinking on high frequency news ;) --[[User:ABC|ABC]] 10:42, 27 April 2011 (MEST)&lt;br /&gt;
::::Yep... the content is decided by who's willing to work on it. Not a lot of people are willing to work on something more than a small edit here and there (but even those can be very helpful). If anyone takes it into their heads to work on a big new project here, far be it from me to discourage them! I'll just make sure that what they're working on is connected to the rest of the wiki. But of course, it's often easier to ''start'' big projects than to ''maintain'' them. [[User:Esn|Esn]] 10:19, 29 April 2011 (MEST)&lt;br /&gt;
::::Full ack. I will take some time to think about this idea but currently there are more important task as merging the german wiki back to here, add new content and extend articles :) --[[User:ABC|ABC]] 10:37, 29 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Merging with german wiki ==&lt;br /&gt;
&lt;br /&gt;
Hi, sorry for putting that much topics on your todo list, but I like to ask even here if you would give the [http://wiki.openpandora.de german wiki users] a warm welcome? AFAIK there is currently only one maintainer left, but their wiki is quite good organized and has some really interesting aspects (e.g. icons for buttons,...). To me it sounds wise to first cleanup our own articles and then merge both wikis and use this process to update all the articles --[[User:ABC|ABC]] 23:17, 25 April 2011 (MEST)&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Talk:Port_requests&amp;diff=8156</id>
		<title>Talk:Port requests</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Talk:Port_requests&amp;diff=8156"/>
		<updated>2011-04-29T08:35:33Z</updated>

		<summary type="html">&lt;p&gt;ABC: /* Goals for this page */ rename pages would be good&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TalkEtiquette}}&lt;br /&gt;
&lt;br /&gt;
Numptyphysics is shown here: http://amethyst.openembedded.net/~koen/narcissus/&lt;br /&gt;
Seems to be supported already - Didn't test it yet though&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The last Carrier Instant Messenger SVN change was 2 month ago, do we really need that? Isn't Pidgin enough? We should have some sort of priority system because I have the feeling that some games and apps are just added here to have a bigger list - no matter what quality the entries are. Personally I know a lot of people who use Pidgin, no-one seems to have used Carrier yet. --JayFoxRox&lt;br /&gt;
:Well, I use Carrier. It was created because Pidgin had( has) an annoying feature that the developers in charge refused to make optional. They generally keep up with Pidgin versions, although it's one version behind at the moment. As I understand it, this is basically a list of ''portable'' apps that are wanted by at least one person from the Pandora community. It would be problematic making a &amp;quot;priority system&amp;quot;. The point, I think, is for the devs to just scroll around and see if there's anything that they'd like to port. I guess one way to make a &amp;quot;priority system&amp;quot; is to have some kind of voting or something... in which case, a developer can choose some apps from here and start a poll on the GP32X forums to see which is most popular. [[User:Esn|Esn]] 09:17, 27 May 2009 (CEST)&lt;br /&gt;
:P.S. You can sign your name and date with four tildes at the end of your message ~ ~ ~ ~ (but without spaces). [[User:Esn|Esn]] 09:20, 27 May 2009 (CEST)&lt;br /&gt;
&lt;br /&gt;
Does anyone know why GemRB [http://pandorawiki.org/index.php?title=Port_Requests&amp;amp;diff=1356&amp;amp;oldid=1354 was removed]? [[User:Esn|Esn]] 05:29, 7 June 2009 (CEST)&lt;br /&gt;
&lt;br /&gt;
Just had a poke around, turns out GemRB is now a WIP courtesy of Adventus. ;-) We need to (somehow) encourage people to use the Summary box when making changes! [[User:Gruso|Gruso]] 23:27, 7 June 2009 (CEST)&lt;br /&gt;
&lt;br /&gt;
I added a bunch of stuff to the list, I hope it can be interesting to some people. But it's a pain to order the list alphabetically, any form of automatize the proccess? [[User:Timofonic|Timofonic]] 19:43, 2 January 2010 (MET)&lt;br /&gt;
:You could enter everything in willy-nilly and sort by the name column, but that would make it really difficult for ''editors'' to find something, as well as looking messy for anyone who doesn't click on the little square above the column. Best to leave it as is, I think. [[User:Esn|Esn]] 15:13, 5 July 2010 (MEST)&lt;br /&gt;
&lt;br /&gt;
==Why were almost all emulators replaced with MESS?==&lt;br /&gt;
[http://pandorawiki.org/index.php?title=Port_Requests&amp;amp;diff=3727&amp;amp;oldid=3722 This edit] seems odd to me. Does MESS really do the best job at emulating ALL of those systems? Won't some emulators run quicker on a system with limited resources such as the Pandora? [[User:Esn|Esn]] 08:34, 19 September 2010 (MEST)&lt;br /&gt;
[[User:Maplesugarlover|Maplesugarlover]](sorry for date being off) well some emulators were for systems we already had like nes and such. Then there were obscure Japanese emulators that only ran on windows. Then there was a mainframe emulator.There were also calculator emulators and those are covered by mess. Really mess covers many systems and it could still run faster. There are still things like using the neon to speed up sdl that evildragon hasn't implemented yet.&lt;br /&gt;
&lt;br /&gt;
==Game engines==&lt;br /&gt;
I don't get why [http://pandorawiki.org/index.php?title=Port_Requests&amp;amp;diff=3961&amp;amp;oldid=3960 they were all deleted]. If they had no right being here, why had they stayed up so long with no objections from anyone?&lt;br /&gt;
&lt;br /&gt;
Maybe you're right, but I'd like to hear what others think. Also, who says that the list is only for &amp;quot;things that can be a PND&amp;quot;? [[User:Esn|Esn]] 04:09, 3 November 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
Game engine can be put in a PND. GemRB is a game engine allowing to play 4 games and is in a PND... This should stay here IMHO&lt;br /&gt;
--[[User:Sebt3|Sebt3]] 01:17, 4 November 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
==Objection==&lt;br /&gt;
I'm sorry for removing some of your useful edits with [http://pandorawiki.org/index.php?title=Port_Requests&amp;amp;diff=4032&amp;amp;oldid=4030 this], but you keep removing stuff that I object to removing even after I have repeatedly stated my reasons, and providing no justification. Please remember that this is a wiki, not your personal site, and many people have added things here that YOU may not think need to be ported, but that doesn't matter, because THEY do, and if you think you know better than them, you're going to at least have to provide your reasons and convince others that you're right. Otherwise, we're just going to have edit wars and this will get ugly fast. [[User:Esn|Esn]] 00:56, 4 November 2010 (MET)&lt;br /&gt;
[[User:Maplesugarlover|Maplesugarlover]] 15:20, 6 November 2010(date's off)i'll add engines back&lt;br /&gt;
:Thank you for adding remarks back, also. [[User:Esn|Esn]] 03:35, 4 November 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
I undid the Nov. 23 edit because 1) I don't understand why an addressbook is unneeded. 2) KToon has features that Pencil does not, and vice versa. Just because a program is in the same category certainly doesn't mean that it can do all the same things! [[User:Esn|Esn]] 05:04, 25 November 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
Also, just in general, you have a tendency of removing programs in the same category if there's another program that you like better. What's the point? Isn't that like saying there's no point of porting Chrome if Firefox is already ported, for example? Everybody has their own preferences. Programs always have some feature differences, and for some people feature X is more important, while for someone else feature Y. &lt;br /&gt;
&lt;br /&gt;
For example, look [http://en.wikipedia.org/wiki/Comparison_of_Gnutella_software#Gnutella_features here], and you'll see that Frostwire/LimeWire (which you replaced with gtk-gnutella) actually has more features. [[User:Esn|Esn]] 05:19, 25 November 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
I removed rubrica as I thought it made more sense to do things on an app by app basis . Like having email contacts in email and im stuff in pidgin and birthdays in a calender rather than having a central app,that does it.  I thought on a system like the pandora it made sense to have gtk-gnutella rather than frostwire as frostwire is way slower and do you really need chat in gnutella. Also it does bittorent but we have transmission already. Hey, I'll do what you say. I just wish more stuff got ported.[[User:Maplesugarlover|Maplesugarlover]] 18:24, 25 November 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
Hey, you may be right - I'm just figuring that maybe if someone added something, they had a good idea for wanting it instead of another thing. This would actually be a perfect thing to mention in the &amp;quot;remarks&amp;quot; section; if gtk-gnutella would be faster, say that in the remarks so that it might influence coders who're deciding which one of them to port. [[User:Esn|Esn]] 22:04, 25 November 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
== Remote Administration  ==&lt;br /&gt;
In this [http://www.youtube.com/watch?v=9xNfZBUC89Q&amp;amp;feature=youtube_gdata video] Remmina seems to work good. Does PuTTY  have some big feature that  Remmina doesn't ? could PuTTY be removed? [[User:Maplesugarlover|Maplesugarlover]] 02:35, 26 November 2010 (MET)&lt;br /&gt;
:I'm not sure, as I don't use either. I've found a list of features of PuTTY [http://en.wikipedia.org/wiki/PuTTY#Features here] and Remmina [http://remmina.sourceforge.net/features.shtml here]. It seems to have some differences. But again, I don't use either program. [[User:Esn|Esn]] 03:37, 26 November 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
::PuTTY is for tty connections, like ssh, telnet, serial ports, etc. Remmina seems to be primarily for graphical remote administration. I use PuTTY on Windows, but it's less useful on Linux since there are usually programs for ssh and telnet preinstalled already (even on the Pandora, I think) and you can do serial port stuff with minicom (available through opkg). --[[User:Cheese|Cheese]] 07:43, 9 December 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
== Dead projects  ==&lt;br /&gt;
I looked at the Kolourpaint website and the project appears to be dead. No updates since 2007 and on source forge it says This is currently abandonware. In a case like this what should I do ? There really aren't any close replacements. The best I could find was [http://code.google.com/p/grafx2/ GrafX2] [[User:Maplesugarlover|Maplesugarlover]] 03:14, 27 November 2010 (MET)&lt;br /&gt;
:Why does it matter if it's recently updated or not? If it's a working program... I mean, lots of games are now &amp;quot;dead&amp;quot; as in no longer updated - doesn't mean they're bad games. [[User:Esn|Esn]] 07:44, 27 November 2010 (MET)&lt;br /&gt;
Good point. There are no longer updated games so it doesn't make sense to delete an no longer updated app [[User:Maplesugarlover|Maplesugarlover]] 15:44, 27 November 2010 (MET)&lt;br /&gt;
==Duplication ==&lt;br /&gt;
Stuff that could be removed&lt;br /&gt;
&lt;br /&gt;
keepass-Figaro's Password Manager 2 has been ported&lt;br /&gt;
&lt;br /&gt;
frostwire-we just need a gnutella client so gtk-gnutella is a better fit&lt;br /&gt;
&lt;br /&gt;
glom- libre office has a good database&lt;br /&gt;
&lt;br /&gt;
tuxpaint-mt paint is easy to use&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Just making a list as if I removed stuff it might cause an edit war.[[User:Maplesugarlover|Maplesugarlover]] 01:19, 9 December 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
:Thanks. Could you also add your reasons next to each one, for future reference? I've already voiced my disapproval about Ktoon, as it has a different focus than Pencil, and many features that Pencil does not. Tweening is a major one. (another question is whether its resolution is simply too high for the Pandora - a port will probably require major user interface changes, so it may not be suitable for those reasons). [[User:Esn|Esn]] 11:32, 14 December 2010 (MET)&lt;br /&gt;
 &lt;br /&gt;
Added reasons [[User:Maplesugarlover|Maplesugarlover]] 21:38, 14 December 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
==Moving &amp;quot;unreleased software&amp;quot; here==&lt;br /&gt;
Replying to Maplesugarlover; you asked me: ''On the games,software projects and emulator lists there is alot of &amp;quot;Unreleased&amp;quot; stuff. Could the open source projects be moved to port requests? I'm not sure what to do with the proprietary ones like caster or homebrew ones like Onee-sama Tasukete!''&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;unreleased projects&amp;quot; lists are meant to show games/software on which some progress had already been done by someone, and which might be already being worked on. I think some of them that look like they might have been abandoned (because of lack of progress for a long time) can be ''duplicated'' over here (rather than ''moved''), and there should be a note added on their entries on this page saying that they were already being worked on before. Just so that anyone who wants to pick them up can check with the original developer first, because some of them might still be working on them.  [[User:Esn|Esn]] 01:10, 18 January 2011 (MET)&lt;br /&gt;
:Exactly what I was trying to say , so are you going to add stuff or should I do that myself?[[User:Maplesugarlover|maplesugarlover]] 01:19, 18 January 2011 (MET)&lt;br /&gt;
::Well, you seem to be doing a good job in charge of this page, so I'll leave that to you. ;) I mostly stick to adding the port requests that I want ''personally'', or I know someone else specifically asked for. By the way, if you're not sure if a project is still active, you can send a PM to some of the developers and ask if they're still working on it; some of them might reply. [[User:Esn|Esn]] 01:23, 18 January 2011 (MET)&lt;br /&gt;
:ok, I'l try to do it tonight[[User:Maplesugarlover|maplesugarlover]] 01:25, 18 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
==[[Port Requests:Games]]==&lt;br /&gt;
Say, what's that page for? Seems to have been created last February... [[User:Esn|Esn]] 01:03, 21 January 2011 (MET)&lt;br /&gt;
: esn , are you admin yet? That page is like an outdated snapshot of port requests. Delete it asap, so we don't have 2 pages for port requests [[User:Maplesugarlover|maplesugarlover]] 01:15, 21 January 2011 (MET)&lt;br /&gt;
::Nope... I would if I could. There are three admins here, though two of them haven't been seen for over a year, and the remaining one (EvilDragon) is too busy to do much. [[User:Esn|Esn]] 20:58, 21 January 2011 (MET)&lt;br /&gt;
[[User:Maplesugarlover|maplesugarlover]] 21:22, 21 January 2011 (MET) Well, that sucks. When Evildragon is not busy, he should make you an admin : )&lt;br /&gt;
&lt;br /&gt;
:Ok, I redirected the old page to point here, but I also moved over some of the comments from that page to this one (I guess you deleted them at some point in the past, but I think that a lot of them are useful, and they can be hidden anyway so that they don't make the list look ugly). [[User:Esn|Esn]] 21:28, 21 January 2011 (MET)&lt;br /&gt;
I'm ok with comments as long as they get hidden if they don't fit in a line [[User:Maplesugarlover|maplesugarlover]] 21:36, 21 January 2011 (MET)&lt;br /&gt;
:Hey, just wondering what is wrong with HideableNotes? Seems to me like a good way of including extra info without cluttering up the list. By the way, lots of comments currently don't fit in a line - if you're using a screen 800 pixels wide. Did you mean 2 lines? [[User:Esn|Esn]] 20:43, 22 January 2011 (MET)&lt;br /&gt;
oops, I'm editing on a 1280 by 800 screen. Never thought to make the pandora wiki readable on the pandora. Sorry and is it that unreadable on the pandora? [[User:Maplesugarlover|maplesugarlover]] 03:20, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
==&amp;quot;Not Possible&amp;quot; Section?==&lt;br /&gt;
I think we should have a section on the page (or perhaps an entirely different page) dedicated to software that can NOT run on the Pandora, for various reasons.  Maybe they don't use open-source libraries, too hardware intensive, God knows.  Of course, the reason would be listed.&lt;br /&gt;
-[[User:Blue Protoman]]&lt;br /&gt;
&lt;br /&gt;
:Hi, please remember to sign your comment with 4 tildes next time (instructions at the top of this page). There already is such a page, actually: [[Will X run on the Pandora?]] [[User:Esn|Esn]] 20:43, 22 January 2011 (MET)&lt;br /&gt;
I was just about to point that out. The wiki could use organization of pages(hard to find something unless you know exactly what it is)[[User:Maplesugarlover|maplesugarlover]] 20:46, 22 January 2011 (MET)&lt;br /&gt;
:Well, the simplest thing would be to link to that page at the introduction to this one. [[User:Esn|Esn]] 20:48, 22 January 2011 (MET)&lt;br /&gt;
I meant that it took me a while to find it because I couldn't remember the title. I remembered Skype was on it so I searched Skype and I found it. I was about to post but I realized you already had [[User:Maplesugarlover|maplesugarlover]] 20:52, 22 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
I'll add a link to the page, then.  Thanks for the heads up.-[[User:Blue Protoman]]&lt;br /&gt;
&lt;br /&gt;
== Add columns for GLES, Other Platforms (win,arm,linux) , etc? ==&lt;br /&gt;
&lt;br /&gt;
I think it would be easier to find what to port next if there is a column like this.&lt;br /&gt;
:so would that be columns for &amp;quot;dependencies&amp;quot; and another one for &amp;quot;platforms with ports&amp;quot; ? [[User:Maplesugarlover|maplesugarlover]] 19:46, 15 February 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
== Goals for this page ==&lt;br /&gt;
&lt;br /&gt;
Hi there, I'm currently not sure, what the goal for this page should be.&lt;br /&gt;
# Should it attrac coders to work on the listed stuff?&lt;br /&gt;
# Should users see what's not running?&lt;br /&gt;
&lt;br /&gt;
But there are problems for this usecases&lt;br /&gt;
# For that there is no chronological ordering, no way to add further notes (e.g. current state, whats missing,...)&lt;br /&gt;
# For that there is no definite answer if or why not a software is supported, no links to discussion and no remark how this is related to the list on the pandora forums.&amp;lt;br&amp;gt; There is even no clear seperazion to [[Software projects#Unreleased Software]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From my nearly external view, I would recommend to spread the content on the following pages&lt;br /&gt;
* [[Software]] - all software known to work. Games and Apps in 2 Lists&lt;br /&gt;
* [[Software requests]] - if people lurking for a port, in chronologic ordering and with working space for the devs&lt;br /&gt;
* [[Software wip]] - work in progress&lt;br /&gt;
* [[Software unsupported]] - all the software that couldn't be ported for some reasons&lt;br /&gt;
--[[User:ABC|ABC]] 17:47, 27 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
I don't understand what you're getting at but the remarks column is for adding notes [[User:Maplesugarlover|maplesugarlover]] 05:09, 28 April 2011 (MEST)&lt;br /&gt;
:Sure but as you see some add hints to the coders, some coders say whats wrong but all in all a coder can't pick a job quickly out of the list? --[[User:ABC|ABC]]&lt;br /&gt;
&lt;br /&gt;
::Okay, Maplesugarlover, coming to the rescue. ;) The goal of this page is #1, bingo. It's for do-able port requests that someone wants that might get picked up by a developer. Sometimes developers come here to get ideas. &lt;br /&gt;
::Released software and WIP software are already covered in the three released/WIP software lists: [[software projects]], [[emulator list]] and [[games]] (granted, the WIP list isn't organized in &amp;quot;software projects&amp;quot; as well as I'd like, but that's because I want to do it carefully and haven't had time to work on it yet). The reasons for this system were hashed out in various discussions over the past year mostly between myself, Maplesugarlover, Cheese and Blue Protoman. Basically, there are three articles because those are the three major Pandora software categories which each require a different table structure, and the WIP are listed at the bottom because that makes editing easier for maintainers while having no negative consequences for the reader.&lt;br /&gt;
::Chronological ordering is not needed for port requests, and any information can be put into the &amp;quot;notes/remarks&amp;quot; section. I personally think that a coder can pick something very quickly out of the list as it is currently organized. Did you have something specific in mind?&lt;br /&gt;
::As for the &amp;quot;improbable&amp;quot; section, that was transferred over by Maplesugarlover from the newbie-oriented [[Will X run on the Pandora?]] article. I was against it when it was done, because of the basic problem of the open-ended mandate - there are countless things that ''won't'' run on the Pandora, so how can you maintain such a thing? It's okay when it's in a simple article meant for newbies that just answers some of their more common questions about whether &amp;quot;Windows&amp;quot; or a &amp;quot;PS2 emulator&amp;quot; will run, but go further than that and I'm not sure what the point is... basically, we were discussing it on [[Talk:Will X run on the Pandora?|the talk page]] and I was waiting for Blue Protoman's opinion, but he seems to be taking a short sabbatical.&lt;br /&gt;
::Anyway, I do think that at least the two major sections (&amp;quot;possible&amp;quot; and &amp;quot;improbable&amp;quot;) should be separated, so that it's made clear that &amp;quot;improbable&amp;quot; has a different mandate than the rest of the article. I'm going to do that right now, actually, since I think it would help avoid the confusion that you fell victim to. [[User:Esn|Esn]] 09:42, 29 April 2011 (MEST)&lt;br /&gt;
:::Ok I see you already spend some time to create the things as it be. Well I suggest to rename the pages as pointed out above. This allows good autocomplete and keeps the articles focused on exactly one topic. Would this be fine to you? --[[User:ABC|ABC]] 10:35, 29 April 2011 (MEST)&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Template_talk:Languages&amp;diff=8128</id>
		<title>Template talk:Languages</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Template_talk:Languages&amp;diff=8128"/>
		<updated>2011-04-29T06:50:33Z</updated>

		<summary type="html">&lt;p&gt;ABC: /* Loading time */ lets ues it&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Loading time==&lt;br /&gt;
So this takes about a second to load? Probably even longer on the Pandora. I wonder if loading time would be reduced if it didn't search for dozens of languages, but only for those languages which have translations of the Main Page. We're not Wikipedia, after all; we're never going to have a hundred translations, anyway. [[User:Esn|Esn]] 04:41, 27 April 2011 (MEST)&lt;br /&gt;
:Sure but to be honest I'm not that familar with the interaction between the 5 language_* templates. It's not that heavy, it's just indexing the available languages once so the load should be very low if we doesn't alter this template day by day ;) --[[User:ABC|ABC]] 10:49, 27 April 2011 (MEST)&lt;br /&gt;
::Does that depend on cookies? I'm not sure that a lot of people on the Pandora are using browsers that have cookies enables, so if it would take that amount of time to load for every page, every time they went to the wiki... that wouldn't be acceptable. [[User:Esn|Esn]] 08:44, 29 April 2011 (MEST)&lt;br /&gt;
::AFAIK no, but a a wiki on a small mobile screen? Not sure if this is a wise idea. Maybe there is a mobile specific output like for wikiedia [http://mobile.wikipedia.org]? &lt;br /&gt;
::Anyway, we should try to work with this template for now, as more and more pages get a translation --[[User:ABC|ABC]] 08:50, 29 April 2011 (MEST)&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Talk:Port_requests&amp;diff=8071</id>
		<title>Talk:Port requests</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Talk:Port_requests&amp;diff=8071"/>
		<updated>2011-04-28T07:10:40Z</updated>

		<summary type="html">&lt;p&gt;ABC: /* Goals for this page */ not easy for coders&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TalkEtiquette}}&lt;br /&gt;
&lt;br /&gt;
Numptyphysics is shown here: http://amethyst.openembedded.net/~koen/narcissus/&lt;br /&gt;
Seems to be supported already - Didn't test it yet though&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The last Carrier Instant Messenger SVN change was 2 month ago, do we really need that? Isn't Pidgin enough? We should have some sort of priority system because I have the feeling that some games and apps are just added here to have a bigger list - no matter what quality the entries are. Personally I know a lot of people who use Pidgin, no-one seems to have used Carrier yet. --JayFoxRox&lt;br /&gt;
:Well, I use Carrier. It was created because Pidgin had( has) an annoying feature that the developers in charge refused to make optional. They generally keep up with Pidgin versions, although it's one version behind at the moment. As I understand it, this is basically a list of ''portable'' apps that are wanted by at least one person from the Pandora community. It would be problematic making a &amp;quot;priority system&amp;quot;. The point, I think, is for the devs to just scroll around and see if there's anything that they'd like to port. I guess one way to make a &amp;quot;priority system&amp;quot; is to have some kind of voting or something... in which case, a developer can choose some apps from here and start a poll on the GP32X forums to see which is most popular. [[User:Esn|Esn]] 09:17, 27 May 2009 (CEST)&lt;br /&gt;
:P.S. You can sign your name and date with four tildes at the end of your message ~ ~ ~ ~ (but without spaces). [[User:Esn|Esn]] 09:20, 27 May 2009 (CEST)&lt;br /&gt;
&lt;br /&gt;
Does anyone know why GemRB [http://pandorawiki.org/index.php?title=Port_Requests&amp;amp;diff=1356&amp;amp;oldid=1354 was removed]? [[User:Esn|Esn]] 05:29, 7 June 2009 (CEST)&lt;br /&gt;
&lt;br /&gt;
Just had a poke around, turns out GemRB is now a WIP courtesy of Adventus. ;-) We need to (somehow) encourage people to use the Summary box when making changes! [[User:Gruso|Gruso]] 23:27, 7 June 2009 (CEST)&lt;br /&gt;
&lt;br /&gt;
I added a bunch of stuff to the list, I hope it can be interesting to some people. But it's a pain to order the list alphabetically, any form of automatize the proccess? [[User:Timofonic|Timofonic]] 19:43, 2 January 2010 (MET)&lt;br /&gt;
:You could enter everything in willy-nilly and sort by the name column, but that would make it really difficult for ''editors'' to find something, as well as looking messy for anyone who doesn't click on the little square above the column. Best to leave it as is, I think. [[User:Esn|Esn]] 15:13, 5 July 2010 (MEST)&lt;br /&gt;
&lt;br /&gt;
==Why were almost all emulators replaced with MESS?==&lt;br /&gt;
[http://pandorawiki.org/index.php?title=Port_Requests&amp;amp;diff=3727&amp;amp;oldid=3722 This edit] seems odd to me. Does MESS really do the best job at emulating ALL of those systems? Won't some emulators run quicker on a system with limited resources such as the Pandora? [[User:Esn|Esn]] 08:34, 19 September 2010 (MEST)&lt;br /&gt;
[[User:Maplesugarlover|Maplesugarlover]](sorry for date being off) well some emulators were for systems we already had like nes and such. Then there were obscure Japanese emulators that only ran on windows. Then there was a mainframe emulator.There were also calculator emulators and those are covered by mess. Really mess covers many systems and it could still run faster. There are still things like using the neon to speed up sdl that evildragon hasn't implemented yet.&lt;br /&gt;
&lt;br /&gt;
==Game engines==&lt;br /&gt;
I don't get why [http://pandorawiki.org/index.php?title=Port_Requests&amp;amp;diff=3961&amp;amp;oldid=3960 they were all deleted]. If they had no right being here, why had they stayed up so long with no objections from anyone?&lt;br /&gt;
&lt;br /&gt;
Maybe you're right, but I'd like to hear what others think. Also, who says that the list is only for &amp;quot;things that can be a PND&amp;quot;? [[User:Esn|Esn]] 04:09, 3 November 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
Game engine can be put in a PND. GemRB is a game engine allowing to play 4 games and is in a PND... This should stay here IMHO&lt;br /&gt;
--[[User:Sebt3|Sebt3]] 01:17, 4 November 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
==Objection==&lt;br /&gt;
I'm sorry for removing some of your useful edits with [http://pandorawiki.org/index.php?title=Port_Requests&amp;amp;diff=4032&amp;amp;oldid=4030 this], but you keep removing stuff that I object to removing even after I have repeatedly stated my reasons, and providing no justification. Please remember that this is a wiki, not your personal site, and many people have added things here that YOU may not think need to be ported, but that doesn't matter, because THEY do, and if you think you know better than them, you're going to at least have to provide your reasons and convince others that you're right. Otherwise, we're just going to have edit wars and this will get ugly fast. [[User:Esn|Esn]] 00:56, 4 November 2010 (MET)&lt;br /&gt;
[[User:Maplesugarlover|Maplesugarlover]] 15:20, 6 November 2010(date's off)i'll add engines back&lt;br /&gt;
:Thank you for adding remarks back, also. [[User:Esn|Esn]] 03:35, 4 November 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
I undid the Nov. 23 edit because 1) I don't understand why an addressbook is unneeded. 2) KToon has features that Pencil does not, and vice versa. Just because a program is in the same category certainly doesn't mean that it can do all the same things! [[User:Esn|Esn]] 05:04, 25 November 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
Also, just in general, you have a tendency of removing programs in the same category if there's another program that you like better. What's the point? Isn't that like saying there's no point of porting Chrome if Firefox is already ported, for example? Everybody has their own preferences. Programs always have some feature differences, and for some people feature X is more important, while for someone else feature Y. &lt;br /&gt;
&lt;br /&gt;
For example, look [http://en.wikipedia.org/wiki/Comparison_of_Gnutella_software#Gnutella_features here], and you'll see that Frostwire/LimeWire (which you replaced with gtk-gnutella) actually has more features. [[User:Esn|Esn]] 05:19, 25 November 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
I removed rubrica as I thought it made more sense to do things on an app by app basis . Like having email contacts in email and im stuff in pidgin and birthdays in a calender rather than having a central app,that does it.  I thought on a system like the pandora it made sense to have gtk-gnutella rather than frostwire as frostwire is way slower and do you really need chat in gnutella. Also it does bittorent but we have transmission already. Hey, I'll do what you say. I just wish more stuff got ported.[[User:Maplesugarlover|Maplesugarlover]] 18:24, 25 November 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
Hey, you may be right - I'm just figuring that maybe if someone added something, they had a good idea for wanting it instead of another thing. This would actually be a perfect thing to mention in the &amp;quot;remarks&amp;quot; section; if gtk-gnutella would be faster, say that in the remarks so that it might influence coders who're deciding which one of them to port. [[User:Esn|Esn]] 22:04, 25 November 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
== Remote Administration  ==&lt;br /&gt;
In this [http://www.youtube.com/watch?v=9xNfZBUC89Q&amp;amp;feature=youtube_gdata video] Remmina seems to work good. Does PuTTY  have some big feature that  Remmina doesn't ? could PuTTY be removed? [[User:Maplesugarlover|Maplesugarlover]] 02:35, 26 November 2010 (MET)&lt;br /&gt;
:I'm not sure, as I don't use either. I've found a list of features of PuTTY [http://en.wikipedia.org/wiki/PuTTY#Features here] and Remmina [http://remmina.sourceforge.net/features.shtml here]. It seems to have some differences. But again, I don't use either program. [[User:Esn|Esn]] 03:37, 26 November 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
::PuTTY is for tty connections, like ssh, telnet, serial ports, etc. Remmina seems to be primarily for graphical remote administration. I use PuTTY on Windows, but it's less useful on Linux since there are usually programs for ssh and telnet preinstalled already (even on the Pandora, I think) and you can do serial port stuff with minicom (available through opkg). --[[User:Cheese|Cheese]] 07:43, 9 December 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
== Dead projects  ==&lt;br /&gt;
I looked at the Kolourpaint website and the project appears to be dead. No updates since 2007 and on source forge it says This is currently abandonware. In a case like this what should I do ? There really aren't any close replacements. The best I could find was [http://code.google.com/p/grafx2/ GrafX2] [[User:Maplesugarlover|Maplesugarlover]] 03:14, 27 November 2010 (MET)&lt;br /&gt;
:Why does it matter if it's recently updated or not? If it's a working program... I mean, lots of games are now &amp;quot;dead&amp;quot; as in no longer updated - doesn't mean they're bad games. [[User:Esn|Esn]] 07:44, 27 November 2010 (MET)&lt;br /&gt;
Good point. There are no longer updated games so it doesn't make sense to delete an no longer updated app [[User:Maplesugarlover|Maplesugarlover]] 15:44, 27 November 2010 (MET)&lt;br /&gt;
==Duplication ==&lt;br /&gt;
Stuff that could be removed&lt;br /&gt;
&lt;br /&gt;
keepass-Figaro's Password Manager 2 has been ported&lt;br /&gt;
&lt;br /&gt;
frostwire-we just need a gnutella client so gtk-gnutella is a better fit&lt;br /&gt;
&lt;br /&gt;
glom- libre office has a good database&lt;br /&gt;
&lt;br /&gt;
tuxpaint-mt paint is easy to use&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Just making a list as if I removed stuff it might cause an edit war.[[User:Maplesugarlover|Maplesugarlover]] 01:19, 9 December 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
:Thanks. Could you also add your reasons next to each one, for future reference? I've already voiced my disapproval about Ktoon, as it has a different focus than Pencil, and many features that Pencil does not. Tweening is a major one. (another question is whether its resolution is simply too high for the Pandora - a port will probably require major user interface changes, so it may not be suitable for those reasons). [[User:Esn|Esn]] 11:32, 14 December 2010 (MET)&lt;br /&gt;
 &lt;br /&gt;
Added reasons [[User:Maplesugarlover|Maplesugarlover]] 21:38, 14 December 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
==Moving &amp;quot;unreleased software&amp;quot; here==&lt;br /&gt;
Replying to Maplesugarlover; you asked me: ''On the games,software projects and emulator lists there is alot of &amp;quot;Unreleased&amp;quot; stuff. Could the open source projects be moved to port requests? I'm not sure what to do with the proprietary ones like caster or homebrew ones like Onee-sama Tasukete!''&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;unreleased projects&amp;quot; lists are meant to show games/software on which some progress had already been done by someone, and which might be already being worked on. I think some of them that look like they might have been abandoned (because of lack of progress for a long time) can be ''duplicated'' over here (rather than ''moved''), and there should be a note added on their entries on this page saying that they were already being worked on before. Just so that anyone who wants to pick them up can check with the original developer first, because some of them might still be working on them.  [[User:Esn|Esn]] 01:10, 18 January 2011 (MET)&lt;br /&gt;
:Exactly what I was trying to say , so are you going to add stuff or should I do that myself?[[User:Maplesugarlover|maplesugarlover]] 01:19, 18 January 2011 (MET)&lt;br /&gt;
::Well, you seem to be doing a good job in charge of this page, so I'll leave that to you. ;) I mostly stick to adding the port requests that I want ''personally'', or I know someone else specifically asked for. By the way, if you're not sure if a project is still active, you can send a PM to some of the developers and ask if they're still working on it; some of them might reply. [[User:Esn|Esn]] 01:23, 18 January 2011 (MET)&lt;br /&gt;
:ok, I'l try to do it tonight[[User:Maplesugarlover|maplesugarlover]] 01:25, 18 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
==[[Port Requests:Games]]==&lt;br /&gt;
Say, what's that page for? Seems to have been created last February... [[User:Esn|Esn]] 01:03, 21 January 2011 (MET)&lt;br /&gt;
: esn , are you admin yet? That page is like an outdated snapshot of port requests. Delete it asap, so we don't have 2 pages for port requests [[User:Maplesugarlover|maplesugarlover]] 01:15, 21 January 2011 (MET)&lt;br /&gt;
::Nope... I would if I could. There are three admins here, though two of them haven't been seen for over a year, and the remaining one (EvilDragon) is too busy to do much. [[User:Esn|Esn]] 20:58, 21 January 2011 (MET)&lt;br /&gt;
[[User:Maplesugarlover|maplesugarlover]] 21:22, 21 January 2011 (MET) Well, that sucks. When Evildragon is not busy, he should make you an admin : )&lt;br /&gt;
&lt;br /&gt;
:Ok, I redirected the old page to point here, but I also moved over some of the comments from that page to this one (I guess you deleted them at some point in the past, but I think that a lot of them are useful, and they can be hidden anyway so that they don't make the list look ugly). [[User:Esn|Esn]] 21:28, 21 January 2011 (MET)&lt;br /&gt;
I'm ok with comments as long as they get hidden if they don't fit in a line [[User:Maplesugarlover|maplesugarlover]] 21:36, 21 January 2011 (MET)&lt;br /&gt;
:Hey, just wondering what is wrong with HideableNotes? Seems to me like a good way of including extra info without cluttering up the list. By the way, lots of comments currently don't fit in a line - if you're using a screen 800 pixels wide. Did you mean 2 lines? [[User:Esn|Esn]] 20:43, 22 January 2011 (MET)&lt;br /&gt;
oops, I'm editing on a 1280 by 800 screen. Never thought to make the pandora wiki readable on the pandora. Sorry and is it that unreadable on the pandora? [[User:Maplesugarlover|maplesugarlover]] 03:20, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
==&amp;quot;Not Possible&amp;quot; Section?==&lt;br /&gt;
I think we should have a section on the page (or perhaps an entirely different page) dedicated to software that can NOT run on the Pandora, for various reasons.  Maybe they don't use open-source libraries, too hardware intensive, God knows.  Of course, the reason would be listed.&lt;br /&gt;
-[[User:Blue Protoman]]&lt;br /&gt;
&lt;br /&gt;
:Hi, please remember to sign your comment with 4 tildes next time (instructions at the top of this page). There already is such a page, actually: [[Will X run on the Pandora?]] [[User:Esn|Esn]] 20:43, 22 January 2011 (MET)&lt;br /&gt;
I was just about to point that out. The wiki could use organization of pages(hard to find something unless you know exactly what it is)[[User:Maplesugarlover|maplesugarlover]] 20:46, 22 January 2011 (MET)&lt;br /&gt;
:Well, the simplest thing would be to link to that page at the introduction to this one. [[User:Esn|Esn]] 20:48, 22 January 2011 (MET)&lt;br /&gt;
I meant that it took me a while to find it because I couldn't remember the title. I remembered Skype was on it so I searched Skype and I found it. I was about to post but I realized you already had [[User:Maplesugarlover|maplesugarlover]] 20:52, 22 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
I'll add a link to the page, then.  Thanks for the heads up.-[[User:Blue Protoman]]&lt;br /&gt;
&lt;br /&gt;
== Add columns for GLES, Other Platforms (win,arm,linux) , etc? ==&lt;br /&gt;
&lt;br /&gt;
I think it would be easier to find what to port next if there is a column like this.&lt;br /&gt;
:so would that be columns for &amp;quot;dependencies&amp;quot; and another one for &amp;quot;platforms with ports&amp;quot; ? [[User:Maplesugarlover|maplesugarlover]] 19:46, 15 February 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
== Goals for this page ==&lt;br /&gt;
&lt;br /&gt;
Hi there, I'm currently not sure, what the goal for this page should be.&lt;br /&gt;
# Should it attrac coders to work on the listed stuff?&lt;br /&gt;
# Should users see what's not running?&lt;br /&gt;
&lt;br /&gt;
But there are problems for this usecases&lt;br /&gt;
# For that there is no chronological ordering, no way to add further notes (e.g. current state, whats missing,...)&lt;br /&gt;
# For that there is no definite answer if or why not a software is supported, no links to discussion and no remark how this is related to the list on the pandora forums.&amp;lt;br&amp;gt; There is even no clear seperazion to [[Software projects#Unreleased Software]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From my nearly external view, I would recommend to spread the content on the following pages&lt;br /&gt;
* [[Software]] - all software known to work. Games and Apps in 2 Lists&lt;br /&gt;
* [[Software requests]] - if people lurking for a port, in chronologic ordering and with working space for the devs&lt;br /&gt;
* [[Software wip]] - work in progress&lt;br /&gt;
* [[Software unsupported]] - all the software that couldn't be ported for some reasons&lt;br /&gt;
--[[User:ABC|ABC]] 17:47, 27 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
I don't understand what you're getting at but the remarks column is for adding notes [[User:Maplesugarlover|maplesugarlover]] 05:09, 28 April 2011 (MEST)&lt;br /&gt;
:Sure but as you see some add hints to the coders, some coders say whats wrong but all in all a coder can't pick a job quickly out of the list?&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Talk:USB_reference&amp;diff=8068</id>
		<title>Talk:USB reference</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Talk:USB_reference&amp;diff=8068"/>
		<updated>2011-04-27T22:12:44Z</updated>

		<summary type="html">&lt;p&gt;ABC: /* Move Request */ no move&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I changed all Mini A, standard USB A etc. mentions into mini-A, standard-A etc. as they appear in the various USB standard documents. I also corrected all instances where plug names etc. were wrong and clarified some things. I spent quite some time in the last few weeks reading the USB docs so I have some confidence that I got most of this crap sorted out... [[User:OrR|OrR]]&lt;br /&gt;
&lt;br /&gt;
== Move Request ==&lt;br /&gt;
&lt;br /&gt;
Hi, this is not a reference in meaning of &amp;quot;all informations or devices related to USB&amp;quot;, so to me it seem to be wise to move this to a FAQ, that it is already. What does you say? --[[User:ABC|ABC]] 07:39, 24 April 2011 (MEST)&lt;br /&gt;
:Why not, but then you need to change the &amp;quot;Pandora as USB slave&amp;quot;, ... parts to answers to questions too, like &amp;quot;What can my Pandora do as a Slave?&amp;quot; or something like that. [[User:T4b|T4b]] 13:04, 26 April 2011 (MEST)&lt;br /&gt;
:I oppose it. This article is well-organized as it is, and the &amp;quot;FAQ&amp;quot; is just one section of it. It makes no sense to fix what isn't broken. &amp;quot;Reference&amp;quot; does NOT mean &amp;quot;all informations or devices&amp;quot;; that is not the correct definition. [[User:Esn|Esn]] 16:46, 26 April 2011 (MEST)&lt;br /&gt;
::Ok so I revoked the move and let the article as it is --[[User:ABC|ABC]] 00:12, 28 April 2011 (MEST)&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=USB_reference&amp;diff=8067</id>
		<title>USB reference</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=USB_reference&amp;diff=8067"/>
		<updated>2011-04-27T22:11:55Z</updated>

		<summary type="html">&lt;p&gt;ABC: revoked move req&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Readme First!==&lt;br /&gt;
&lt;br /&gt;
If you have a question to ask, that isn't covered in this FAQ already, please ask over on the [http://www.gp32x.com/board/index.php?showforum=61 Forums].&lt;br /&gt;
&lt;br /&gt;
==USB FAQ==&lt;br /&gt;
&lt;br /&gt;
===How many USB ports does Pandora have?===&lt;br /&gt;
Pandora has two USB ports:&lt;br /&gt;
* 1x USB 2.0 host port (USB standard-A receptacle)&lt;br /&gt;
* 1x USB 1.1/2.0 OTG port (USB mini-AB receptacle)&lt;br /&gt;
&lt;br /&gt;
===What does “host port” mean?===&lt;br /&gt;
A USB host port “hosts” any device that you plug in, just like the USB ports on your computer. Pandora’s full size USB A port can host USB 2.0 devices (only if they are '''high speed compliant'''!), and provide up to 500mA (the maximum allowed according to USB standards).&lt;br /&gt;
&lt;br /&gt;
===What does “OTG” mean?===&lt;br /&gt;
OTG stands for On The Go. USB OTG ports can operate in two different modes. When connected through this port, the Pandora can act as a device, for example when connected to a computer for charging &amp;amp; data transfer. For this mode, you need a standard-A to mini-B cable. However, the Pandora can also act as a host port for USB 1.1 and USB 2.0 devices. For details on how to make the necessary cable connection, see [[USB_reference#OTG_host_mode|the OTG host mode section]]. This port can supply a maximum of 100mA in host mode. Although this port implements On The Go functionality, it can not get an official On The Go certification because the OTG specification requires a device to have exactly one USB port. (The Pandora has two.) Also, the mini-AB connector used on the Pandora has been taken out of the specification in 2007 (but is still widely adopted).&lt;br /&gt;
&lt;br /&gt;
===What’s all this stuff about USB 1.1 and USB 2.0? Isn’t USB, uh, universal?===&lt;br /&gt;
USB 1.1 is a subset of the USB 2.0 protocol. Among many other things, the USB 2.0 standard introduced high-speed data transmission, which requires a special controller on the host side. Most USB ports (eg. on your computer’s motherboard, in USB hubs) actually contain '''two chips''' to allow universal compatibility – one that takes care of the Low-Speed (1.0 Mbit/s) and Full-Speed (12 Mbit/s) devices, and another one for the Hi-Speed (480 Mbit/s) devices. The reason is that Low-Speed and Full-Speed are essentially the same protocols operated at different clock frequencies. Hi-Speed is a completely new development and nothing like the other two.&lt;br /&gt;
&lt;br /&gt;
For reasons beyond our control, Pandora’s USB standard-A host port does not contain this second chip. Only USB 2.0 devices bearing the “USB HI-SPEED” logo can be plugged directly into this port. However, USB 1.1 devices can be connected to this port through a USB hub, provided the hub bears the “USB HI-SPEED” logo.&lt;br /&gt;
&lt;br /&gt;
Pandora’s USB OTG (mini-AB) port is fully compatible with both USB 1.1 and USB 2.0, allowing it to host either type of device.&lt;br /&gt;
&lt;br /&gt;
===So which devices are which?===&lt;br /&gt;
[[Image:USB-HighSpeed-certified-Logo.png|thumb|alt=USB High Speed Certified logo|Devices bearing this logo are certified High Speed devices. They can be plugged directly into Pandora's USB 2.0 host port.]]&lt;br /&gt;
There are no set rules. As a very general guide:&lt;br /&gt;
* Common Low-Speed and Full-Speed devices include keyboards, mice, headsets, older USB devices.&lt;br /&gt;
* Common Hi-Speed devices include cameras, PMPs, HDDs, hubs, card readers, thumb drives.&lt;br /&gt;
This is just a rough representation of what’s out there in the wild, and you will find exceptions. Devices like HSDPA modems and GPS units could fall into either category. The only reliable indication of true Hi-Speed compatibility is the “USB Hi-Speed Certified” logo (right).&lt;br /&gt;
&lt;br /&gt;
===Arrgh, USB used to be simple. What can I actually connect to Pandora?===&lt;br /&gt;
Almost anything, as long as it's supported by Linux. Think of a USB device that everybody uses (mouse, keyboard, thumb drive...) and chances are it will be a simple matter of plug and play. But this might not be the case for more specialised USB devices (modems, ethernet adapters, USB displays...), many of which will only function with Windows specific drivers.&lt;br /&gt;
&lt;br /&gt;
If you intend to purchase USB accessories for use with Pandora, you should first research Linux support for that type of device. Devices already tested on Pandora will be added to the [[USB compatibility list]].&lt;br /&gt;
&lt;br /&gt;
The various USB connection scenarios are as follows:&lt;br /&gt;
&lt;br /&gt;
==Pandora as USB slave==&lt;br /&gt;
[[Image:Pandora.usb.slave.png|thumb|alt=Pandora as USB slave|Pandora as USB slave]]&lt;br /&gt;
Using a USB standard-A to mini-B cable (the kind you probably own several of), you can:&lt;br /&gt;
* Transfer data to/from Pandora&lt;br /&gt;
* Charge Pandora's battery.&lt;br /&gt;
&lt;br /&gt;
'''Note:'''&lt;br /&gt;
* Charging Pandora from your computer's USB port is best done with Pandora in standby mode. The current provided by your computer will probably not be sufficient to provide a quick charge while Pandora is being used.&lt;br /&gt;
* There are USB standard-A to mini-B cables that can be used to charge your Pandora but don't work to transfer data to/ from the Pandora! MSWindows will complain abount &amp;quot;An unknown device connected&amp;quot;. Try using a different cable.&lt;br /&gt;
&lt;br /&gt;
==Hosting USB devices==&lt;br /&gt;
[[Image:Pandora.usb.host.png|thumb|alt=Pandora as a USB host|Pandora as a USB host]]&lt;br /&gt;
*Directly plug in a Hi-Speed USB 2.0 device such as a thumb drive, or a Huawei E160 modem.&lt;br /&gt;
*Using a USB standard-A to USB standard-B (or mini-B, micro-B, depending on what's on the device) cable, connect Hi-Speed USB 2.0 devices such as cameras, PMPs, and HDDS.&lt;br /&gt;
*Connect a USB hub, which will enable you to to connect other non-Hi-Speed USB devices such as keyboards, mice, or a Huawei E220 modem.&lt;br /&gt;
&lt;br /&gt;
'''Note:'''&lt;br /&gt;
*This port can supply a maximum of 500mA. If you plan to use a USB HDD, note that very few of these can draw sufficient power from a single USB port. A powered HDD caddy or powered USB hub will be necessary in most cases.&lt;br /&gt;
&lt;br /&gt;
==OTG host mode==&lt;br /&gt;
[[Image:Pandora.usb.otg.host.png|thumb|alt=Pandora in OTG host mode|Pandora in OTG host mode]]&lt;br /&gt;
How you connect a device to the mini-AB OTG port depends on the device's USB connector.&lt;br /&gt;
*standard-B receptacle: Use a mini-A to standard-B cable.&lt;br /&gt;
*mini-B receptacle:  Use a mini-A to mini-B cable.&lt;br /&gt;
*micro-B receptacle: Use a mini-A plug to standard-A receptacle adapter and a standard-A to micro-B cable.&lt;br /&gt;
*standard-A plug: Use a mini-A plug to standard-A receptacle adapter.&lt;br /&gt;
*mini-A plug: No extra cable or adapter needed.&lt;br /&gt;
*micro-A plug: No standardized solution exists.&lt;br /&gt;
&lt;br /&gt;
This port allows you to connect any USB 2.0-compliant device (Hi-Speed, Full-Speed, Low-Speed, including USB 1.1 ones) directly, without the use of a hub.&lt;br /&gt;
&lt;br /&gt;
'''Notes:'''&lt;br /&gt;
*mini-A and mini-AB connectors have been removed from the present USB standard. This means that the above connectors may vanish from the market at some point (although there will probably be demand for them for some time). There are a lot of connectors available that were never standardized. It is recommended that you do not use them as they may lead to non-working connections. Stick to the cables and adapters mentioned above and look for a mention of &amp;quot;OTG&amp;quot; or &amp;quot;On The Go&amp;quot; and you should be on the safe side.&lt;br /&gt;
*In host mode, this port can supply a maximum of 100mA. USB 1.1 devices that draw more than 100mA will need to connect to Pandora's other USB port via a hub, as depicted in the previous example. The Huawei E220 is one such device.&lt;br /&gt;
*If you have trouble connecting any device to the small OTG port, check if 'Setting-&amp;gt;Startup-&amp;gt;Enable/Disable services on boot-&amp;gt;Start USB Network on bootup' is checked! This needs to be set in order to work. Default setting is unchecked (better naming of this option &amp;lt;strike&amp;gt;is planned for Hotfix5&amp;lt;/strike&amp;gt; has not been included in HotFix 5, see [http://www.gp32x.com/board/index.php?/topic/56516-wishlist-for-hf5/]). &lt;br /&gt;
&lt;br /&gt;
'''Host mode connector'''&lt;br /&gt;
[[Image:Mini-usb.png|thumb|Mini-B and Mini-A comparison]]&lt;br /&gt;
Shown here are a Mini-B connector (left, black) and a Mini-A connector (right, white). The mini-A connector should be the one you want in order to use the OTG port in host mode. Click on the image for a larger version.&lt;br /&gt;
&lt;br /&gt;
With the right connector, it is not necessary to switch the mode of the port[http://www.gp32x.com/board/index.php?/topic/55396-how-do-you-put-the-usb-otg-port-into-host-mode/], it will be done automatically. It may also be possible to force a mode switch, but this has not been clarified by the devs, and could result in two devices both attempting to power the port (which is not recommended)&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[[USB_compatibility_list|Pandora USB compatibility list]]&lt;br /&gt;
*[http://www.usb.org/developers/docs/usb_20_122208.zip USB 2.0 Standard (including present OTG spec)]&lt;br /&gt;
*[http://www.usb.org/developers/onthego/otg1_0.pdf Original OTG Specification defining mini-A and mini-AB and allowed connections]&lt;br /&gt;
*[http://www.usb.org/developers/Deprecation_Announcement_052507.pdf mini-A and mini-AB Deprecation Announcement]&lt;br /&gt;
*[http://en.wikipedia.org/wiki/USB Wikipedia page on USB]&lt;br /&gt;
*[http://www.retrousb.com/index.php?categoryID=79 Retro USB Game Controllers and Ports]&lt;br /&gt;
&lt;br /&gt;
[[Category:USB]]&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=File:Minimenu_Games.png&amp;diff=8064</id>
		<title>File:Minimenu Games.png</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=File:Minimenu_Games.png&amp;diff=8064"/>
		<updated>2011-04-27T18:11:06Z</updated>

		<summary type="html">&lt;p&gt;ABC: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Talk:Port_requests&amp;diff=8062</id>
		<title>Talk:Port requests</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Talk:Port_requests&amp;diff=8062"/>
		<updated>2011-04-27T15:50:16Z</updated>

		<summary type="html">&lt;p&gt;ABC: /* Goals for this page */ +wip&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TalkEtiquette}}&lt;br /&gt;
&lt;br /&gt;
Numptyphysics is shown here: http://amethyst.openembedded.net/~koen/narcissus/&lt;br /&gt;
Seems to be supported already - Didn't test it yet though&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The last Carrier Instant Messenger SVN change was 2 month ago, do we really need that? Isn't Pidgin enough? We should have some sort of priority system because I have the feeling that some games and apps are just added here to have a bigger list - no matter what quality the entries are. Personally I know a lot of people who use Pidgin, no-one seems to have used Carrier yet. --JayFoxRox&lt;br /&gt;
:Well, I use Carrier. It was created because Pidgin had( has) an annoying feature that the developers in charge refused to make optional. They generally keep up with Pidgin versions, although it's one version behind at the moment. As I understand it, this is basically a list of ''portable'' apps that are wanted by at least one person from the Pandora community. It would be problematic making a &amp;quot;priority system&amp;quot;. The point, I think, is for the devs to just scroll around and see if there's anything that they'd like to port. I guess one way to make a &amp;quot;priority system&amp;quot; is to have some kind of voting or something... in which case, a developer can choose some apps from here and start a poll on the GP32X forums to see which is most popular. [[User:Esn|Esn]] 09:17, 27 May 2009 (CEST)&lt;br /&gt;
:P.S. You can sign your name and date with four tildes at the end of your message ~ ~ ~ ~ (but without spaces). [[User:Esn|Esn]] 09:20, 27 May 2009 (CEST)&lt;br /&gt;
&lt;br /&gt;
Does anyone know why GemRB [http://pandorawiki.org/index.php?title=Port_Requests&amp;amp;diff=1356&amp;amp;oldid=1354 was removed]? [[User:Esn|Esn]] 05:29, 7 June 2009 (CEST)&lt;br /&gt;
&lt;br /&gt;
Just had a poke around, turns out GemRB is now a WIP courtesy of Adventus. ;-) We need to (somehow) encourage people to use the Summary box when making changes! [[User:Gruso|Gruso]] 23:27, 7 June 2009 (CEST)&lt;br /&gt;
&lt;br /&gt;
I added a bunch of stuff to the list, I hope it can be interesting to some people. But it's a pain to order the list alphabetically, any form of automatize the proccess? [[User:Timofonic|Timofonic]] 19:43, 2 January 2010 (MET)&lt;br /&gt;
:You could enter everything in willy-nilly and sort by the name column, but that would make it really difficult for ''editors'' to find something, as well as looking messy for anyone who doesn't click on the little square above the column. Best to leave it as is, I think. [[User:Esn|Esn]] 15:13, 5 July 2010 (MEST)&lt;br /&gt;
&lt;br /&gt;
==Why were almost all emulators replaced with MESS?==&lt;br /&gt;
[http://pandorawiki.org/index.php?title=Port_Requests&amp;amp;diff=3727&amp;amp;oldid=3722 This edit] seems odd to me. Does MESS really do the best job at emulating ALL of those systems? Won't some emulators run quicker on a system with limited resources such as the Pandora? [[User:Esn|Esn]] 08:34, 19 September 2010 (MEST)&lt;br /&gt;
[[User:Maplesugarlover|Maplesugarlover]](sorry for date being off) well some emulators were for systems we already had like nes and such. Then there were obscure Japanese emulators that only ran on windows. Then there was a mainframe emulator.There were also calculator emulators and those are covered by mess. Really mess covers many systems and it could still run faster. There are still things like using the neon to speed up sdl that evildragon hasn't implemented yet.&lt;br /&gt;
&lt;br /&gt;
==Game engines==&lt;br /&gt;
I don't get why [http://pandorawiki.org/index.php?title=Port_Requests&amp;amp;diff=3961&amp;amp;oldid=3960 they were all deleted]. If they had no right being here, why had they stayed up so long with no objections from anyone?&lt;br /&gt;
&lt;br /&gt;
Maybe you're right, but I'd like to hear what others think. Also, who says that the list is only for &amp;quot;things that can be a PND&amp;quot;? [[User:Esn|Esn]] 04:09, 3 November 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
Game engine can be put in a PND. GemRB is a game engine allowing to play 4 games and is in a PND... This should stay here IMHO&lt;br /&gt;
--[[User:Sebt3|Sebt3]] 01:17, 4 November 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
==Objection==&lt;br /&gt;
I'm sorry for removing some of your useful edits with [http://pandorawiki.org/index.php?title=Port_Requests&amp;amp;diff=4032&amp;amp;oldid=4030 this], but you keep removing stuff that I object to removing even after I have repeatedly stated my reasons, and providing no justification. Please remember that this is a wiki, not your personal site, and many people have added things here that YOU may not think need to be ported, but that doesn't matter, because THEY do, and if you think you know better than them, you're going to at least have to provide your reasons and convince others that you're right. Otherwise, we're just going to have edit wars and this will get ugly fast. [[User:Esn|Esn]] 00:56, 4 November 2010 (MET)&lt;br /&gt;
[[User:Maplesugarlover|Maplesugarlover]] 15:20, 6 November 2010(date's off)i'll add engines back&lt;br /&gt;
:Thank you for adding remarks back, also. [[User:Esn|Esn]] 03:35, 4 November 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
I undid the Nov. 23 edit because 1) I don't understand why an addressbook is unneeded. 2) KToon has features that Pencil does not, and vice versa. Just because a program is in the same category certainly doesn't mean that it can do all the same things! [[User:Esn|Esn]] 05:04, 25 November 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
Also, just in general, you have a tendency of removing programs in the same category if there's another program that you like better. What's the point? Isn't that like saying there's no point of porting Chrome if Firefox is already ported, for example? Everybody has their own preferences. Programs always have some feature differences, and for some people feature X is more important, while for someone else feature Y. &lt;br /&gt;
&lt;br /&gt;
For example, look [http://en.wikipedia.org/wiki/Comparison_of_Gnutella_software#Gnutella_features here], and you'll see that Frostwire/LimeWire (which you replaced with gtk-gnutella) actually has more features. [[User:Esn|Esn]] 05:19, 25 November 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
I removed rubrica as I thought it made more sense to do things on an app by app basis . Like having email contacts in email and im stuff in pidgin and birthdays in a calender rather than having a central app,that does it.  I thought on a system like the pandora it made sense to have gtk-gnutella rather than frostwire as frostwire is way slower and do you really need chat in gnutella. Also it does bittorent but we have transmission already. Hey, I'll do what you say. I just wish more stuff got ported.[[User:Maplesugarlover|Maplesugarlover]] 18:24, 25 November 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
Hey, you may be right - I'm just figuring that maybe if someone added something, they had a good idea for wanting it instead of another thing. This would actually be a perfect thing to mention in the &amp;quot;remarks&amp;quot; section; if gtk-gnutella would be faster, say that in the remarks so that it might influence coders who're deciding which one of them to port. [[User:Esn|Esn]] 22:04, 25 November 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
== Remote Administration  ==&lt;br /&gt;
In this [http://www.youtube.com/watch?v=9xNfZBUC89Q&amp;amp;feature=youtube_gdata video] Remmina seems to work good. Does PuTTY  have some big feature that  Remmina doesn't ? could PuTTY be removed? [[User:Maplesugarlover|Maplesugarlover]] 02:35, 26 November 2010 (MET)&lt;br /&gt;
:I'm not sure, as I don't use either. I've found a list of features of PuTTY [http://en.wikipedia.org/wiki/PuTTY#Features here] and Remmina [http://remmina.sourceforge.net/features.shtml here]. It seems to have some differences. But again, I don't use either program. [[User:Esn|Esn]] 03:37, 26 November 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
::PuTTY is for tty connections, like ssh, telnet, serial ports, etc. Remmina seems to be primarily for graphical remote administration. I use PuTTY on Windows, but it's less useful on Linux since there are usually programs for ssh and telnet preinstalled already (even on the Pandora, I think) and you can do serial port stuff with minicom (available through opkg). --[[User:Cheese|Cheese]] 07:43, 9 December 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
== Dead projects  ==&lt;br /&gt;
I looked at the Kolourpaint website and the project appears to be dead. No updates since 2007 and on source forge it says This is currently abandonware. In a case like this what should I do ? There really aren't any close replacements. The best I could find was [http://code.google.com/p/grafx2/ GrafX2] [[User:Maplesugarlover|Maplesugarlover]] 03:14, 27 November 2010 (MET)&lt;br /&gt;
:Why does it matter if it's recently updated or not? If it's a working program... I mean, lots of games are now &amp;quot;dead&amp;quot; as in no longer updated - doesn't mean they're bad games. [[User:Esn|Esn]] 07:44, 27 November 2010 (MET)&lt;br /&gt;
Good point. There are no longer updated games so it doesn't make sense to delete an no longer updated app [[User:Maplesugarlover|Maplesugarlover]] 15:44, 27 November 2010 (MET)&lt;br /&gt;
==Duplication ==&lt;br /&gt;
Stuff that could be removed&lt;br /&gt;
&lt;br /&gt;
keepass-Figaro's Password Manager 2 has been ported&lt;br /&gt;
&lt;br /&gt;
frostwire-we just need a gnutella client so gtk-gnutella is a better fit&lt;br /&gt;
&lt;br /&gt;
glom- libre office has a good database&lt;br /&gt;
&lt;br /&gt;
tuxpaint-mt paint is easy to use&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Just making a list as if I removed stuff it might cause an edit war.[[User:Maplesugarlover|Maplesugarlover]] 01:19, 9 December 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
:Thanks. Could you also add your reasons next to each one, for future reference? I've already voiced my disapproval about Ktoon, as it has a different focus than Pencil, and many features that Pencil does not. Tweening is a major one. (another question is whether its resolution is simply too high for the Pandora - a port will probably require major user interface changes, so it may not be suitable for those reasons). [[User:Esn|Esn]] 11:32, 14 December 2010 (MET)&lt;br /&gt;
 &lt;br /&gt;
Added reasons [[User:Maplesugarlover|Maplesugarlover]] 21:38, 14 December 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
==Moving &amp;quot;unreleased software&amp;quot; here==&lt;br /&gt;
Replying to Maplesugarlover; you asked me: ''On the games,software projects and emulator lists there is alot of &amp;quot;Unreleased&amp;quot; stuff. Could the open source projects be moved to port requests? I'm not sure what to do with the proprietary ones like caster or homebrew ones like Onee-sama Tasukete!''&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;unreleased projects&amp;quot; lists are meant to show games/software on which some progress had already been done by someone, and which might be already being worked on. I think some of them that look like they might have been abandoned (because of lack of progress for a long time) can be ''duplicated'' over here (rather than ''moved''), and there should be a note added on their entries on this page saying that they were already being worked on before. Just so that anyone who wants to pick them up can check with the original developer first, because some of them might still be working on them.  [[User:Esn|Esn]] 01:10, 18 January 2011 (MET)&lt;br /&gt;
:Exactly what I was trying to say , so are you going to add stuff or should I do that myself?[[User:Maplesugarlover|maplesugarlover]] 01:19, 18 January 2011 (MET)&lt;br /&gt;
::Well, you seem to be doing a good job in charge of this page, so I'll leave that to you. ;) I mostly stick to adding the port requests that I want ''personally'', or I know someone else specifically asked for. By the way, if you're not sure if a project is still active, you can send a PM to some of the developers and ask if they're still working on it; some of them might reply. [[User:Esn|Esn]] 01:23, 18 January 2011 (MET)&lt;br /&gt;
:ok, I'l try to do it tonight[[User:Maplesugarlover|maplesugarlover]] 01:25, 18 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
==[[Port Requests:Games]]==&lt;br /&gt;
Say, what's that page for? Seems to have been created last February... [[User:Esn|Esn]] 01:03, 21 January 2011 (MET)&lt;br /&gt;
: esn , are you admin yet? That page is like an outdated snapshot of port requests. Delete it asap, so we don't have 2 pages for port requests [[User:Maplesugarlover|maplesugarlover]] 01:15, 21 January 2011 (MET)&lt;br /&gt;
::Nope... I would if I could. There are three admins here, though two of them haven't been seen for over a year, and the remaining one (EvilDragon) is too busy to do much. [[User:Esn|Esn]] 20:58, 21 January 2011 (MET)&lt;br /&gt;
[[User:Maplesugarlover|maplesugarlover]] 21:22, 21 January 2011 (MET) Well, that sucks. When Evildragon is not busy, he should make you an admin : )&lt;br /&gt;
&lt;br /&gt;
:Ok, I redirected the old page to point here, but I also moved over some of the comments from that page to this one (I guess you deleted them at some point in the past, but I think that a lot of them are useful, and they can be hidden anyway so that they don't make the list look ugly). [[User:Esn|Esn]] 21:28, 21 January 2011 (MET)&lt;br /&gt;
I'm ok with comments as long as they get hidden if they don't fit in a line [[User:Maplesugarlover|maplesugarlover]] 21:36, 21 January 2011 (MET)&lt;br /&gt;
:Hey, just wondering what is wrong with HideableNotes? Seems to me like a good way of including extra info without cluttering up the list. By the way, lots of comments currently don't fit in a line - if you're using a screen 800 pixels wide. Did you mean 2 lines? [[User:Esn|Esn]] 20:43, 22 January 2011 (MET)&lt;br /&gt;
oops, I'm editing on a 1280 by 800 screen. Never thought to make the pandora wiki readable on the pandora. Sorry and is it that unreadable on the pandora? [[User:Maplesugarlover|maplesugarlover]] 03:20, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
==&amp;quot;Not Possible&amp;quot; Section?==&lt;br /&gt;
I think we should have a section on the page (or perhaps an entirely different page) dedicated to software that can NOT run on the Pandora, for various reasons.  Maybe they don't use open-source libraries, too hardware intensive, God knows.  Of course, the reason would be listed.&lt;br /&gt;
-[[User:Blue Protoman]]&lt;br /&gt;
&lt;br /&gt;
:Hi, please remember to sign your comment with 4 tildes next time (instructions at the top of this page). There already is such a page, actually: [[Will X run on the Pandora?]] [[User:Esn|Esn]] 20:43, 22 January 2011 (MET)&lt;br /&gt;
I was just about to point that out. The wiki could use organization of pages(hard to find something unless you know exactly what it is)[[User:Maplesugarlover|maplesugarlover]] 20:46, 22 January 2011 (MET)&lt;br /&gt;
:Well, the simplest thing would be to link to that page at the introduction to this one. [[User:Esn|Esn]] 20:48, 22 January 2011 (MET)&lt;br /&gt;
I meant that it took me a while to find it because I couldn't remember the title. I remembered Skype was on it so I searched Skype and I found it. I was about to post but I realized you already had [[User:Maplesugarlover|maplesugarlover]] 20:52, 22 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
I'll add a link to the page, then.  Thanks for the heads up.-[[User:Blue Protoman]]&lt;br /&gt;
&lt;br /&gt;
== Add columns for GLES, Other Platforms (win,arm,linux) , etc? ==&lt;br /&gt;
&lt;br /&gt;
I think it would be easier to find what to port next if there is a column like this.&lt;br /&gt;
:so would that be columns for &amp;quot;dependencies&amp;quot; and another one for &amp;quot;platforms with ports&amp;quot; ? [[User:Maplesugarlover|maplesugarlover]] 19:46, 15 February 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
== Goals for this page ==&lt;br /&gt;
&lt;br /&gt;
Hi there, I'm currently not sure, what the goal for this page should be.&lt;br /&gt;
# Should it attrac coders to work on the listed stuff?&lt;br /&gt;
# Should users see what's not running?&lt;br /&gt;
&lt;br /&gt;
But there are problems for this usecases&lt;br /&gt;
# For that there is no cronologic ordering, no way to add further notes (e.g. current state, whats missing,...)&lt;br /&gt;
# For that there is no definite answer if or why not a software is supported, no links to discussion and no remark how this is related to the list on the pandora forums.&amp;lt;br&amp;gt; There is even no clear seperazion to [[Software projects#Unreleased Software]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From my nearly external view, I would recommend to spread the content on the following pages&lt;br /&gt;
* [[Software]] - all software known to work. Games and Apps in 2 Lists&lt;br /&gt;
* [[Software requests]] - if people lurking for a port, in chronologic ordering and with working space for the devs&lt;br /&gt;
* [[Software wip]] - work in progress&lt;br /&gt;
* [[Software unsupported]] - all the software that couldn't be ported for some reasons&lt;br /&gt;
--[[User:ABC|ABC]] 17:47, 27 April 2011 (MEST)&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Talk:Port_requests&amp;diff=8061</id>
		<title>Talk:Port requests</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Talk:Port_requests&amp;diff=8061"/>
		<updated>2011-04-27T15:47:30Z</updated>

		<summary type="html">&lt;p&gt;ABC: /* Goals for this page */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TalkEtiquette}}&lt;br /&gt;
&lt;br /&gt;
Numptyphysics is shown here: http://amethyst.openembedded.net/~koen/narcissus/&lt;br /&gt;
Seems to be supported already - Didn't test it yet though&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The last Carrier Instant Messenger SVN change was 2 month ago, do we really need that? Isn't Pidgin enough? We should have some sort of priority system because I have the feeling that some games and apps are just added here to have a bigger list - no matter what quality the entries are. Personally I know a lot of people who use Pidgin, no-one seems to have used Carrier yet. --JayFoxRox&lt;br /&gt;
:Well, I use Carrier. It was created because Pidgin had( has) an annoying feature that the developers in charge refused to make optional. They generally keep up with Pidgin versions, although it's one version behind at the moment. As I understand it, this is basically a list of ''portable'' apps that are wanted by at least one person from the Pandora community. It would be problematic making a &amp;quot;priority system&amp;quot;. The point, I think, is for the devs to just scroll around and see if there's anything that they'd like to port. I guess one way to make a &amp;quot;priority system&amp;quot; is to have some kind of voting or something... in which case, a developer can choose some apps from here and start a poll on the GP32X forums to see which is most popular. [[User:Esn|Esn]] 09:17, 27 May 2009 (CEST)&lt;br /&gt;
:P.S. You can sign your name and date with four tildes at the end of your message ~ ~ ~ ~ (but without spaces). [[User:Esn|Esn]] 09:20, 27 May 2009 (CEST)&lt;br /&gt;
&lt;br /&gt;
Does anyone know why GemRB [http://pandorawiki.org/index.php?title=Port_Requests&amp;amp;diff=1356&amp;amp;oldid=1354 was removed]? [[User:Esn|Esn]] 05:29, 7 June 2009 (CEST)&lt;br /&gt;
&lt;br /&gt;
Just had a poke around, turns out GemRB is now a WIP courtesy of Adventus. ;-) We need to (somehow) encourage people to use the Summary box when making changes! [[User:Gruso|Gruso]] 23:27, 7 June 2009 (CEST)&lt;br /&gt;
&lt;br /&gt;
I added a bunch of stuff to the list, I hope it can be interesting to some people. But it's a pain to order the list alphabetically, any form of automatize the proccess? [[User:Timofonic|Timofonic]] 19:43, 2 January 2010 (MET)&lt;br /&gt;
:You could enter everything in willy-nilly and sort by the name column, but that would make it really difficult for ''editors'' to find something, as well as looking messy for anyone who doesn't click on the little square above the column. Best to leave it as is, I think. [[User:Esn|Esn]] 15:13, 5 July 2010 (MEST)&lt;br /&gt;
&lt;br /&gt;
==Why were almost all emulators replaced with MESS?==&lt;br /&gt;
[http://pandorawiki.org/index.php?title=Port_Requests&amp;amp;diff=3727&amp;amp;oldid=3722 This edit] seems odd to me. Does MESS really do the best job at emulating ALL of those systems? Won't some emulators run quicker on a system with limited resources such as the Pandora? [[User:Esn|Esn]] 08:34, 19 September 2010 (MEST)&lt;br /&gt;
[[User:Maplesugarlover|Maplesugarlover]](sorry for date being off) well some emulators were for systems we already had like nes and such. Then there were obscure Japanese emulators that only ran on windows. Then there was a mainframe emulator.There were also calculator emulators and those are covered by mess. Really mess covers many systems and it could still run faster. There are still things like using the neon to speed up sdl that evildragon hasn't implemented yet.&lt;br /&gt;
&lt;br /&gt;
==Game engines==&lt;br /&gt;
I don't get why [http://pandorawiki.org/index.php?title=Port_Requests&amp;amp;diff=3961&amp;amp;oldid=3960 they were all deleted]. If they had no right being here, why had they stayed up so long with no objections from anyone?&lt;br /&gt;
&lt;br /&gt;
Maybe you're right, but I'd like to hear what others think. Also, who says that the list is only for &amp;quot;things that can be a PND&amp;quot;? [[User:Esn|Esn]] 04:09, 3 November 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
Game engine can be put in a PND. GemRB is a game engine allowing to play 4 games and is in a PND... This should stay here IMHO&lt;br /&gt;
--[[User:Sebt3|Sebt3]] 01:17, 4 November 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
==Objection==&lt;br /&gt;
I'm sorry for removing some of your useful edits with [http://pandorawiki.org/index.php?title=Port_Requests&amp;amp;diff=4032&amp;amp;oldid=4030 this], but you keep removing stuff that I object to removing even after I have repeatedly stated my reasons, and providing no justification. Please remember that this is a wiki, not your personal site, and many people have added things here that YOU may not think need to be ported, but that doesn't matter, because THEY do, and if you think you know better than them, you're going to at least have to provide your reasons and convince others that you're right. Otherwise, we're just going to have edit wars and this will get ugly fast. [[User:Esn|Esn]] 00:56, 4 November 2010 (MET)&lt;br /&gt;
[[User:Maplesugarlover|Maplesugarlover]] 15:20, 6 November 2010(date's off)i'll add engines back&lt;br /&gt;
:Thank you for adding remarks back, also. [[User:Esn|Esn]] 03:35, 4 November 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
I undid the Nov. 23 edit because 1) I don't understand why an addressbook is unneeded. 2) KToon has features that Pencil does not, and vice versa. Just because a program is in the same category certainly doesn't mean that it can do all the same things! [[User:Esn|Esn]] 05:04, 25 November 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
Also, just in general, you have a tendency of removing programs in the same category if there's another program that you like better. What's the point? Isn't that like saying there's no point of porting Chrome if Firefox is already ported, for example? Everybody has their own preferences. Programs always have some feature differences, and for some people feature X is more important, while for someone else feature Y. &lt;br /&gt;
&lt;br /&gt;
For example, look [http://en.wikipedia.org/wiki/Comparison_of_Gnutella_software#Gnutella_features here], and you'll see that Frostwire/LimeWire (which you replaced with gtk-gnutella) actually has more features. [[User:Esn|Esn]] 05:19, 25 November 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
I removed rubrica as I thought it made more sense to do things on an app by app basis . Like having email contacts in email and im stuff in pidgin and birthdays in a calender rather than having a central app,that does it.  I thought on a system like the pandora it made sense to have gtk-gnutella rather than frostwire as frostwire is way slower and do you really need chat in gnutella. Also it does bittorent but we have transmission already. Hey, I'll do what you say. I just wish more stuff got ported.[[User:Maplesugarlover|Maplesugarlover]] 18:24, 25 November 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
Hey, you may be right - I'm just figuring that maybe if someone added something, they had a good idea for wanting it instead of another thing. This would actually be a perfect thing to mention in the &amp;quot;remarks&amp;quot; section; if gtk-gnutella would be faster, say that in the remarks so that it might influence coders who're deciding which one of them to port. [[User:Esn|Esn]] 22:04, 25 November 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
== Remote Administration  ==&lt;br /&gt;
In this [http://www.youtube.com/watch?v=9xNfZBUC89Q&amp;amp;feature=youtube_gdata video] Remmina seems to work good. Does PuTTY  have some big feature that  Remmina doesn't ? could PuTTY be removed? [[User:Maplesugarlover|Maplesugarlover]] 02:35, 26 November 2010 (MET)&lt;br /&gt;
:I'm not sure, as I don't use either. I've found a list of features of PuTTY [http://en.wikipedia.org/wiki/PuTTY#Features here] and Remmina [http://remmina.sourceforge.net/features.shtml here]. It seems to have some differences. But again, I don't use either program. [[User:Esn|Esn]] 03:37, 26 November 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
::PuTTY is for tty connections, like ssh, telnet, serial ports, etc. Remmina seems to be primarily for graphical remote administration. I use PuTTY on Windows, but it's less useful on Linux since there are usually programs for ssh and telnet preinstalled already (even on the Pandora, I think) and you can do serial port stuff with minicom (available through opkg). --[[User:Cheese|Cheese]] 07:43, 9 December 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
== Dead projects  ==&lt;br /&gt;
I looked at the Kolourpaint website and the project appears to be dead. No updates since 2007 and on source forge it says This is currently abandonware. In a case like this what should I do ? There really aren't any close replacements. The best I could find was [http://code.google.com/p/grafx2/ GrafX2] [[User:Maplesugarlover|Maplesugarlover]] 03:14, 27 November 2010 (MET)&lt;br /&gt;
:Why does it matter if it's recently updated or not? If it's a working program... I mean, lots of games are now &amp;quot;dead&amp;quot; as in no longer updated - doesn't mean they're bad games. [[User:Esn|Esn]] 07:44, 27 November 2010 (MET)&lt;br /&gt;
Good point. There are no longer updated games so it doesn't make sense to delete an no longer updated app [[User:Maplesugarlover|Maplesugarlover]] 15:44, 27 November 2010 (MET)&lt;br /&gt;
==Duplication ==&lt;br /&gt;
Stuff that could be removed&lt;br /&gt;
&lt;br /&gt;
keepass-Figaro's Password Manager 2 has been ported&lt;br /&gt;
&lt;br /&gt;
frostwire-we just need a gnutella client so gtk-gnutella is a better fit&lt;br /&gt;
&lt;br /&gt;
glom- libre office has a good database&lt;br /&gt;
&lt;br /&gt;
tuxpaint-mt paint is easy to use&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Just making a list as if I removed stuff it might cause an edit war.[[User:Maplesugarlover|Maplesugarlover]] 01:19, 9 December 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
:Thanks. Could you also add your reasons next to each one, for future reference? I've already voiced my disapproval about Ktoon, as it has a different focus than Pencil, and many features that Pencil does not. Tweening is a major one. (another question is whether its resolution is simply too high for the Pandora - a port will probably require major user interface changes, so it may not be suitable for those reasons). [[User:Esn|Esn]] 11:32, 14 December 2010 (MET)&lt;br /&gt;
 &lt;br /&gt;
Added reasons [[User:Maplesugarlover|Maplesugarlover]] 21:38, 14 December 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
==Moving &amp;quot;unreleased software&amp;quot; here==&lt;br /&gt;
Replying to Maplesugarlover; you asked me: ''On the games,software projects and emulator lists there is alot of &amp;quot;Unreleased&amp;quot; stuff. Could the open source projects be moved to port requests? I'm not sure what to do with the proprietary ones like caster or homebrew ones like Onee-sama Tasukete!''&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;unreleased projects&amp;quot; lists are meant to show games/software on which some progress had already been done by someone, and which might be already being worked on. I think some of them that look like they might have been abandoned (because of lack of progress for a long time) can be ''duplicated'' over here (rather than ''moved''), and there should be a note added on their entries on this page saying that they were already being worked on before. Just so that anyone who wants to pick them up can check with the original developer first, because some of them might still be working on them.  [[User:Esn|Esn]] 01:10, 18 January 2011 (MET)&lt;br /&gt;
:Exactly what I was trying to say , so are you going to add stuff or should I do that myself?[[User:Maplesugarlover|maplesugarlover]] 01:19, 18 January 2011 (MET)&lt;br /&gt;
::Well, you seem to be doing a good job in charge of this page, so I'll leave that to you. ;) I mostly stick to adding the port requests that I want ''personally'', or I know someone else specifically asked for. By the way, if you're not sure if a project is still active, you can send a PM to some of the developers and ask if they're still working on it; some of them might reply. [[User:Esn|Esn]] 01:23, 18 January 2011 (MET)&lt;br /&gt;
:ok, I'l try to do it tonight[[User:Maplesugarlover|maplesugarlover]] 01:25, 18 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
==[[Port Requests:Games]]==&lt;br /&gt;
Say, what's that page for? Seems to have been created last February... [[User:Esn|Esn]] 01:03, 21 January 2011 (MET)&lt;br /&gt;
: esn , are you admin yet? That page is like an outdated snapshot of port requests. Delete it asap, so we don't have 2 pages for port requests [[User:Maplesugarlover|maplesugarlover]] 01:15, 21 January 2011 (MET)&lt;br /&gt;
::Nope... I would if I could. There are three admins here, though two of them haven't been seen for over a year, and the remaining one (EvilDragon) is too busy to do much. [[User:Esn|Esn]] 20:58, 21 January 2011 (MET)&lt;br /&gt;
[[User:Maplesugarlover|maplesugarlover]] 21:22, 21 January 2011 (MET) Well, that sucks. When Evildragon is not busy, he should make you an admin : )&lt;br /&gt;
&lt;br /&gt;
:Ok, I redirected the old page to point here, but I also moved over some of the comments from that page to this one (I guess you deleted them at some point in the past, but I think that a lot of them are useful, and they can be hidden anyway so that they don't make the list look ugly). [[User:Esn|Esn]] 21:28, 21 January 2011 (MET)&lt;br /&gt;
I'm ok with comments as long as they get hidden if they don't fit in a line [[User:Maplesugarlover|maplesugarlover]] 21:36, 21 January 2011 (MET)&lt;br /&gt;
:Hey, just wondering what is wrong with HideableNotes? Seems to me like a good way of including extra info without cluttering up the list. By the way, lots of comments currently don't fit in a line - if you're using a screen 800 pixels wide. Did you mean 2 lines? [[User:Esn|Esn]] 20:43, 22 January 2011 (MET)&lt;br /&gt;
oops, I'm editing on a 1280 by 800 screen. Never thought to make the pandora wiki readable on the pandora. Sorry and is it that unreadable on the pandora? [[User:Maplesugarlover|maplesugarlover]] 03:20, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
==&amp;quot;Not Possible&amp;quot; Section?==&lt;br /&gt;
I think we should have a section on the page (or perhaps an entirely different page) dedicated to software that can NOT run on the Pandora, for various reasons.  Maybe they don't use open-source libraries, too hardware intensive, God knows.  Of course, the reason would be listed.&lt;br /&gt;
-[[User:Blue Protoman]]&lt;br /&gt;
&lt;br /&gt;
:Hi, please remember to sign your comment with 4 tildes next time (instructions at the top of this page). There already is such a page, actually: [[Will X run on the Pandora?]] [[User:Esn|Esn]] 20:43, 22 January 2011 (MET)&lt;br /&gt;
I was just about to point that out. The wiki could use organization of pages(hard to find something unless you know exactly what it is)[[User:Maplesugarlover|maplesugarlover]] 20:46, 22 January 2011 (MET)&lt;br /&gt;
:Well, the simplest thing would be to link to that page at the introduction to this one. [[User:Esn|Esn]] 20:48, 22 January 2011 (MET)&lt;br /&gt;
I meant that it took me a while to find it because I couldn't remember the title. I remembered Skype was on it so I searched Skype and I found it. I was about to post but I realized you already had [[User:Maplesugarlover|maplesugarlover]] 20:52, 22 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
I'll add a link to the page, then.  Thanks for the heads up.-[[User:Blue Protoman]]&lt;br /&gt;
&lt;br /&gt;
== Add columns for GLES, Other Platforms (win,arm,linux) , etc? ==&lt;br /&gt;
&lt;br /&gt;
I think it would be easier to find what to port next if there is a column like this.&lt;br /&gt;
:so would that be columns for &amp;quot;dependencies&amp;quot; and another one for &amp;quot;platforms with ports&amp;quot; ? [[User:Maplesugarlover|maplesugarlover]] 19:46, 15 February 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
== Goals for this page ==&lt;br /&gt;
&lt;br /&gt;
Hi there, I'm currently not sure, what the goal for this page should be.&lt;br /&gt;
# Should it attrac coders to work on the listed stuff?&lt;br /&gt;
# Should users see what's not running?&lt;br /&gt;
&lt;br /&gt;
But there are problems for this usecases&lt;br /&gt;
# For that there is no cronologic ordering, no way to add further notes (e.g. current state, whats missing,...)&lt;br /&gt;
# For that there is no definite answer if or why not a software is supported, no links to discussion and no remark how this is related to the list on the pandora forums.&amp;lt;br&amp;gt; There is even no clear seperazion to [[Software projects#Unreleased Software]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From my nearly external view, I would recommend to spread the content on the following pages&lt;br /&gt;
* [[Software]] - all software known to work. Games and Apps in 2 Lists&lt;br /&gt;
* [[Software requests]] - if people lurking for a port, in chronologic ordering and with working space for the devs&lt;br /&gt;
* [[Software unsupported]] - all the software that couldn't be ported for some reasons&lt;br /&gt;
--[[User:ABC|ABC]] 17:47, 27 April 2011 (MEST)&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Talk:Introduction_to_PNDs&amp;diff=8058</id>
		<title>Talk:Introduction to PNDs</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Talk:Introduction_to_PNDs&amp;diff=8058"/>
		<updated>2011-04-27T09:39:36Z</updated>

		<summary type="html">&lt;p&gt;ABC: /* Merge with PND:FAQ */ please merge&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==I want to override the .PND icon, name, or other settings, how is this done?==&lt;br /&gt;
This section mentions changing the clock speed, but [[Overclocking]] seems to cover the current method. I'm not sure... --[[User:Tsh|Tsh]] 01:24, 25 February 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
== Merge with PND:FAQ ==&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
this article is pretty much like a FAQ. What about outsourcing this questions and strip it back to a very basic &amp;quot;a PND is XYZ and you use it like XYZ...&amp;quot;? --[[User:ABC|ABC]] 08:14, 23 April 2011 (MEST)&lt;br /&gt;
I like to keep the topic PND straight forward due to it's massive relevance. So we should use [[PND]] as an general introduction, [[PND FAQ]] as a general FAQ style and of course [[libPND]] for introducing in development with [[PXML]] --[[User:ABC|ABC]] 11:39, 27 April 2011 (MEST)&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Talk:Emulator_compatibility&amp;diff=8057</id>
		<title>Talk:Emulator compatibility</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Talk:Emulator_compatibility&amp;diff=8057"/>
		<updated>2011-04-27T09:36:59Z</updated>

		<summary type="html">&lt;p&gt;ABC: please merge or del&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Merge or delete==&lt;br /&gt;
Hi, I don't see any use on this page. We should keep the emulators pages straight forward, so [[Emulators]] for a general article and [[Emulator list]] for a list of software that emulates other systems, only? --[[User:ABC|ABC]] 11:36, 27 April 2011 (MEST)&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Talk:Community_links&amp;diff=8056</id>
		<title>Talk:Community links</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Talk:Community_links&amp;diff=8056"/>
		<updated>2011-04-27T09:33:08Z</updated>

		<summary type="html">&lt;p&gt;ABC: /* This page and InfoIndex */ merged&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;First the german Fansites, Press Coverages and so on.&lt;br /&gt;
&lt;br /&gt;
== This page and InfoIndex ==&lt;br /&gt;
&lt;br /&gt;
Is it really worth it to have two pages for what seems to be about the same purpose? --[[User:Cheese|Cheese]] 02:17, 12 July 2010 (MEST)&lt;br /&gt;
:I think you're right. If you like, more discussion about this on the [[Talk:InfoIndex|InfoIndex talk page]]. The main problem really is that nobody really cares about the upkeep of these two pages. I suggest we follow the lead of Middo's &amp;quot;Pandora Bookmark&amp;quot; website. [[User:Esn|Esn]] 07:15, 22 April 2011 (MEST)&lt;br /&gt;
:What about splitting into lists [[forums]], [[blogs]], [[file archives]], [[portals]] that explain a bit the priority of the links, too? --[[User:ABC|ABC]] 07:34, 22 April 2011 (MEST)&lt;br /&gt;
::I think we should try to keep the links on one page first, then split it up if it gets too long (though honestly, there aren't ''that'' many of them). Also, let's keep discussion on the InfoIndex talk page, just so that it's not split up... [[User:Esn|Esn]] 07:40, 22 April 2011 (MEST)&lt;br /&gt;
:::Sounds good, I merged bot pages --[[User:ABC|ABC]] 11:33, 27 April 2011 (MEST)&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Team&amp;diff=8054</id>
		<title>Team</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Team&amp;diff=8054"/>
		<updated>2011-04-27T09:28:42Z</updated>

		<summary type="html">&lt;p&gt;ABC: outsourced from InformationIndex&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Hardware / Business Developers ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.gp32x.com/board/index.php?app=core&amp;amp;module=search&amp;amp;do=user_posts&amp;amp;mid=116 Craigix] &lt;br /&gt;
* [http://www.gp32x.com/board/index.php?app=core&amp;amp;module=search&amp;amp;do=user_posts&amp;amp;mid=205 EvilDragon]&lt;br /&gt;
* [http://www.gp32x.com/board/index.php?app=core&amp;amp;module=search&amp;amp;do=user_posts&amp;amp;mid=6611 mfk]&lt;br /&gt;
* [http://www.gp32x.com/board/index.php?app=core&amp;amp;module=search&amp;amp;do=user_posts&amp;amp;mid=9395 MWeston]&lt;br /&gt;
&lt;br /&gt;
== Software Developers ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.gp32x.com/board/index.php?app=core&amp;amp;module=search&amp;amp;do=user_posts&amp;amp;mid=13278 Cpasjuste]&lt;br /&gt;
* [http://www.gp32x.com/board/index.php?app=core&amp;amp;module=search&amp;amp;do=user_posts&amp;amp;mid=1026 DJWillis]&lt;br /&gt;
* [http://www.gp32x.com/board/index.php?app=core&amp;amp;module=search&amp;amp;do=user_posts&amp;amp;mid=6546 Firefox]&lt;br /&gt;
* [http://www.gp32x.com/board/index.php?app=core&amp;amp;module=search&amp;amp;do=user_posts&amp;amp;mid=5419 Notaz]&lt;br /&gt;
* [http://www.gp32x.com/board/index.php?app=core&amp;amp;module=search&amp;amp;do=user_posts&amp;amp;mid=8773 Ryo]&lt;br /&gt;
* [http://www.gp32x.com/board/index.php?app=core&amp;amp;module=search&amp;amp;do=user_posts&amp;amp;mid=246 Skeezix]&lt;br /&gt;
* [http://www.gp32x.com/board/index.php?app=core&amp;amp;module=search&amp;amp;do=user_posts&amp;amp;mid=1681 Squidge]&lt;br /&gt;
* [http://www.gp32x.com/board/index.php?app=core&amp;amp;module=search&amp;amp;do=user_posts&amp;amp;mid=14946 Svartalf]&lt;br /&gt;
* [http://www.gp32x.com/board/index.php?app=core&amp;amp;module=search&amp;amp;do=user_posts&amp;amp;mid=7607 Tinnus]&lt;br /&gt;
* [http://www.gp32x.com/board/index.php?app=core&amp;amp;module=search&amp;amp;do=user_posts&amp;amp;mid=1544 Vimacs]&lt;br /&gt;
* [http://www.gp32x.com/board/index.php?app=core&amp;amp;module=search&amp;amp;do=user_posts&amp;amp;mid=17215 Wesbrown18]&lt;br /&gt;
* [http://www.gp32x.com/board/index.php?app=core&amp;amp;module=search&amp;amp;do=user_posts&amp;amp;mid=6438 Zodttd]&lt;br /&gt;
&lt;br /&gt;
== Forum Mods ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.gp32x.com/board/index.php?app=core&amp;amp;module=search&amp;amp;do=user_posts&amp;amp;mid=901 Chip]&lt;br /&gt;
* [http://www.gp32x.com/board/index.php?app=core&amp;amp;module=search&amp;amp;do=user_posts&amp;amp;mid=84 Tobriand]&lt;br /&gt;
&lt;br /&gt;
[[Category:Community]]&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=File:Pandora_logo_small.png&amp;diff=8052</id>
		<title>File:Pandora logo small.png</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=File:Pandora_logo_small.png&amp;diff=8052"/>
		<updated>2011-04-27T09:12:26Z</updated>

		<summary type="html">&lt;p&gt;ABC: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Talk:Software_projects&amp;diff=8051</id>
		<title>Talk:Software projects</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Talk:Software_projects&amp;diff=8051"/>
		<updated>2011-04-27T08:55:40Z</updated>

		<summary type="html">&lt;p&gt;ABC: /* Minimenu skins */ yes outsource!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TalkEtiquette}}&lt;br /&gt;
&lt;br /&gt;
I think the games should be split into ports and original games. Of course, this might sometimes be hard to decide, for example with Wizzley Presto, which is a new original game but could also be called a port from the iPhone version... [[User:OrR|OrR]]&lt;br /&gt;
&lt;br /&gt;
I think that's a good idea. But I got stuck on that same blurred line while planning a blog feature for homebrew games. Wizzley Presto is one, also GP2X games like Pool Panic and Battle Jewels. For my purposes (being to showcase our scene's own work) I decided that these games should fall under originals, because (i) it's all talent from within our scene, and (ii) the original authors are doing the porting. I don't know if we can apply such subjective rules to wiki categories though. [[User:Gruso|Gruso]]&lt;br /&gt;
&lt;br /&gt;
How about 3 categories:&lt;br /&gt;
*ports of classic games&lt;br /&gt;
*ports from other platforms&lt;br /&gt;
*original Pandora games&lt;br /&gt;
[[User:OrR|OrR]]&lt;br /&gt;
:Then I propose not splitting the list, but simply adding another column onto the end and marking each game &amp;quot;classic&amp;quot;, &amp;quot;original&amp;quot;, etc.. That way, if anyone wants to, he can &amp;quot;sort&amp;quot; the table into the correct categories.&lt;br /&gt;
&lt;br /&gt;
:On an unrelated note, I can't seem to figure out where to put GemRB. It doesn't seem to be a &amp;quot;game&amp;quot; as such, but a game engine port. But should it go into &amp;quot;emulators&amp;quot; along with ScummVM? [[User:Esn|Esn]] 00:17, 10 June 2009 (CEST)&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Where in world is... &amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
There is an entry under Games named &amp;quot;Where in world is... &amp;quot; which just links back to a Polish blog and doesn't appear to be a real game/application. Can anyone confirm this is a genuine entry? [[User:Enverex|Enverex]] 23:30, 8 August 2009 (MEST)&lt;br /&gt;
&lt;br /&gt;
I am pretty sure &amp;quot;Wandor&amp;quot; and &amp;quot;warioland-inspired game&amp;quot; are the same--[[User:Kuru|Kuru]] 12:02, 6 March 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
== Stuff that should be removed from &amp;quot;Other programs&amp;quot;==&lt;br /&gt;
&lt;br /&gt;
I don't see any reason to list the programs that are already included with the Pandora or those already in the Angstrom repo. I guess that list hasn't been updated since after the pandora started shipping. --[[User:Cheese|Cheese]] 04:28, 23 June 2010 (MEST)&lt;br /&gt;
&lt;br /&gt;
Agree - this page should be for holding info on active developments, as a reference for when someone is looking for a program for a certain function. I like the move of games/emus to independant pages. Might be worth using the 'category' feature to tie together all individual dev/released project pages as they grow too. --[[User:Tsh|Tsh]] 12:51, 23 June 2010 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Combining released and in development stuff. ==&lt;br /&gt;
&lt;br /&gt;
This page was great before the pandora was out, but now that it is I don't think it makes sense to look in two different places for what's released and what's in development. That's why I have moved the in development games and emulator lists to their own pages (those pages include released games and emulators). Now when something goes from in development to released, it's a simple matter of moving the game up to the released list rather than to another page.&lt;br /&gt;
--[[User:Cheese|Cheese]] 05:10, 23 June 2010 (MEST)&lt;br /&gt;
:I agree, and I think it's time to do the same thing for this page as well. I'm working on it. [[User:Esn|Esn]] 06:56, 5 July 2010 (MEST)&lt;br /&gt;
:Ok, it's done. I started a thread on the forums [http://www.gp32x.com/board/index.php?/topic/55047-pandora-wiki-list-of-everything-except-games-emulators/ over here] for discussion, though of course someone could say something over here as well. [[User:Esn|Esn]] 08:14, 5 July 2010 (MEST)&lt;br /&gt;
== Angstrom Linux OS ==&lt;br /&gt;
Arn't we using a moddifed version of that? Why would that be uncomplete?&lt;br /&gt;
:Because the list was out of date, I just removed it --[[User:Cheese|Cheese]] 23:07, 8 July 2010 (MEST)&lt;br /&gt;
&lt;br /&gt;
==Minimenu skins==&lt;br /&gt;
I think this (http://pandorawiki.org/Software_projects#Skins) should be either moved to an entirely different page (like a page for minimenu, which could be used for other stuff, too - like tracking beta versions) or at least below the Operating systems category, does not really make sense to mention the skins before mentioning the actual program they are used with. Also I feel like skins don't really fall into the category of &amp;quot;software&amp;quot; so I would favour the first approach. [[User:Foxblock|Foxblock]] 15:43, 16 April 2011 (MEST)&lt;br /&gt;
:Full ack, I would suggest to put it on [[Minimenu skins]], any cons? --[[User:ABC|ABC]] 10:55, 27 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Switch to a template ==&lt;br /&gt;
&lt;br /&gt;
Hi, I created a template that creates the same table [[User:ABC/playground]] but has some pros (in my oppinion):&lt;br /&gt;
* easy to edit, cause people see what they change esp. if not familar with wiki table syntax&lt;br /&gt;
* could be crawled by bots later&lt;br /&gt;
* seperates content from it's representation&lt;br /&gt;
* alter/extend representation at any time without any troubles&lt;br /&gt;
Would it be ok for you if I change all tables in that kind? --[[User:ABC|ABC]] 19:29, 26 April 2011 (MEST)&lt;br /&gt;
:This actually seems ''harder'' to edit to me, because you have to copy+paste a template every single time, instead of being just adding a line. Seems a lot more cumbersome. I don't understand the last two points, could you explain those a bit more? [[User:Esn|Esn]] 03:06, 27 April 2011 (MEST)&lt;br /&gt;
::Sure, as said this template encapsules the information of a single software. It's up to us, to change the viusalisation of this information completely just by changing the single template e.g to switch to a more complex design, that depends on the entered values, to change column order etc... . In past a lot of people liked it, when the tables grow more and more see [http://wiki.openstreetmap.org/wiki/Maps] or even distribute it using a bot [http://wiki.openstreetmap.org/wiki/Software/Desktop]. But again this is just a suggestion and I would be willing to do the work --[[User:ABC|ABC]] 10:37, 27 April 2011 (MEST)&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Template_talk:Languages&amp;diff=8050</id>
		<title>Template talk:Languages</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Template_talk:Languages&amp;diff=8050"/>
		<updated>2011-04-27T08:49:56Z</updated>

		<summary type="html">&lt;p&gt;ABC: /* Loading time */ only on changing this template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Loading time==&lt;br /&gt;
So this takes about a second to load? Probably even longer on the Pandora. I wonder if loading time would be reduced if it didn't search for dozens of languages, but only for those languages which have translations of the Main Page. We're not Wikipedia, after all; we're never going to have a hundred translations, anyway. [[User:Esn|Esn]] 04:41, 27 April 2011 (MEST)&lt;br /&gt;
:Sure but to be honest I'm not that familar with the interaction between the 5 language_* templates. It's not that heavy, it's just indexing the available languages once so the load should be very low if we doesn't alter this template day by day ;) --[[User:ABC|ABC]] 10:49, 27 April 2011 (MEST)&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Talk:Old_Main_Page&amp;diff=8049</id>
		<title>Talk:Old Main Page</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Talk:Old_Main_Page&amp;diff=8049"/>
		<updated>2011-04-27T08:46:02Z</updated>

		<summary type="html">&lt;p&gt;ABC: /* Updating Mediawiki */ flag template tuning&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;messagebox standard-talk&amp;quot; id=&amp;quot;talkheader&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;text-align:center;background-color: #FFFFFF;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;border-bottom:1px solid #C0C090; background-color: #F8EABA;&amp;quot; |&lt;br /&gt;
This is the talk page for discussing the main page of the wiki.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: #FFFFFF;text-align:left;&amp;quot; |&lt;br /&gt;
'''Please sign your comments using four tildes (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;).''' Place comments that start a new topic at the '''bottom of the page''' and give them &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;== A Descriptive Header ==&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. &lt;br /&gt;
| style=&amp;quot;background-color: #FFFFFF;&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #C0C090; background-color: #F8EABA; margin-left: 20px; margin-bottom: 0px; margin-right: 3px;&amp;quot;&amp;gt;&lt;br /&gt;
'''Talk page guidelines'''&lt;br /&gt;
&lt;br /&gt;
Please respect Etiquette, assume good faith and be nice.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Dutch translation ==&lt;br /&gt;
&lt;br /&gt;
@ Orkie: Seeing as The Netherlands has a [http://www.gpark.nl GP2X community] too (and (although) indirectly, Pandora), it might be useful to add a link to it. I'm even willing to do (some) Dutch translations for the Wiki. ;) --[[User:SharQueDo|SharQueDo]] 11:57, 17 April 2008 (CEST)&lt;br /&gt;
: Sure, I'll do it when I get chance. [[User:Orkie|Orkie]] 20:23, 17 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Finnish translation ==&lt;br /&gt;
&lt;br /&gt;
I would like to do a finnish translation of the page, I just need you guys to link the main page to http://pandorawiki.org/Fi:Main_page and create the finlands flag symbol.&lt;br /&gt;
: Great, same as above. I'll dig out a flag icon and set up a new category later today. [[User:Orkie|Orkie]] 20:23, 17 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
: I think I will have time to start the translation project in Sunday and I will be working on it for some time. For starters I will be translating about pandora and Faq, but I will also add thinks that finnish people always ask me to faq. I plan to update as the english version updates and add stuff in the user category, in the developer category I will just put links to the english versions because you just have to know english to do that stuff. (besides, I don't think that I'm the right person to translate developer stuff) [[User:Gaeryc|Gaeryc]] 21:45, 17 April 2008 (CEST)&lt;br /&gt;
==Icelandic  translation ==&lt;br /&gt;
i have translated the Main Page in to icelandic&lt;br /&gt;
&lt;br /&gt;
http://pandorawiki.org/Is:Main_Page&lt;br /&gt;
--[[User:Andri12|Andri12]] 06:58, 20 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Czech translation ==&lt;br /&gt;
&lt;br /&gt;
Can you add Czech translation link http://pandorawiki.org/Cz:Main_page please? I'd like to make some translations to Czech language. Thanks.&lt;br /&gt;
: Sure, sorry it has taken a few days to get around to it. [[User:Orkie|Orkie]] 19:47, 5 June 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Spanish Translation ==&lt;br /&gt;
&lt;br /&gt;
Anybody working on this?&amp;lt;br /&amp;gt;&lt;br /&gt;
If not, what dialect should it be in? (I can only do some of the Latin American dialects, not much of any Spain/Castillian) You may consider having two namespaces: one for the European dialect (''Es:'') and one for Latin American dialect (''La:'') &amp;lt;br /&amp;gt;&lt;br /&gt;
[[User:Nat1192|Nat1192]] 02:11, 1 October 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== German translation ==&lt;br /&gt;
Hey, I would like to do a german translation of this page. First i will link to the english articles. &amp;lt;br /&amp;gt;&lt;br /&gt;
[[User:Shorty Meeks|Shorty Meeks]] 16:58, 7 December 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== French translation ==&lt;br /&gt;
There was already a basic French page. I'm slowly updating it and a bunch of other pages. [[User:KodeIn|KodeIn]] 21:38, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Allow editing==&lt;br /&gt;
Please allow all established users to edit this page. The requests are completely backlogged, and the front page is getting more and more outdated. [[User:Esn|Esn]] 08:24, 5 July 2010 (MEST)&lt;br /&gt;
:Thank you for updating it, EvilDragon. [[User:Esn|Esn]] 12:13, 15 July 2010 (MEST)&lt;br /&gt;
::Just a thought... we could make templates for the different sections to this page (About Pandora, links, user links, dev links) and then have this page use those templates. That would mean any logged in user could edit it, which ''is'' slightly dangerous for reasons of spam but does make it so it can be edited by everyone, they just couldn't get at the layout of the page. --[[User:Cheese|Cheese]] 09:11, 20 July 2010 (MEST)&lt;br /&gt;
:::Or just add a couple of users as explicit editors. The template suggestion seems OK, since anyone could revert spam, but we don't have 24/7 coverage of recent changes.--[[User:Tsh|Tsh]] 12:19, 20 July 2010 (MEST)&lt;br /&gt;
::::I agree that would be the best choice, but ED is the only active admin and I don't think he's familiar enough administering a wiki or he would have done it already, that or he's too busy. I've gone ahead with the template idea and sent him an updated main page, it should be up within a day or two. Hopefully the spammers won't realize they can now access part of the main page and start spamming like crazy. --[[User:Cheese|Cheese]] 07:37, 21 July 2010 (MEST)&lt;br /&gt;
&lt;br /&gt;
==Will X Run on the Pandora?==&lt;br /&gt;
&lt;br /&gt;
We have an article with this name.  http://pandorawiki.org/Will_X_run_on_the_Pandora%3F  It really SHOULD be added to the main page, under Users.  It's begging to be used more often!  I've already put it on the Port Requests page.&lt;br /&gt;
&lt;br /&gt;
[[User:Blue Protoman|Blue Protoman]] 22:49, 22 January 2011 (MET)BlueProtoman&lt;br /&gt;
&lt;br /&gt;
:The main page uses templates to bring in the links, so we don't need admins to update it. See (or edit): [[Template:MainPageUsersLinks]]. Feel free to add it there if no one objects to it. --[[User:Cheese|Cheese]] 04:00, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
::Wow... I had no idea. Thanks a bunch, Cheese. The [[Will_X_run_on_the_Pandora?]] article is quite rough at the moment though, so I don't know... [[User:Esn|Esn]] 04:45, 23 January 2011 (MET)&lt;br /&gt;
::Oh, I see that someone cleaned it up a bit so that it doesn't overlap with the software list articles. That was a good idea. [[User:Esn|Esn]] 04:48, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
That was me.  Also, I didn't know it ran off a template.  If that's the case, I'll add the page now.  Thanks.  [[User:Blue Protoman|Blue Protoman]] 15:20, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
==Move Hardware hacking from Users to Developers ?==&lt;br /&gt;
&lt;br /&gt;
That's said--[[User:Linux-SWAT|Linux-SWAT]] 19:14, 16 February 2011 (MET)&lt;br /&gt;
:It has nothing to do with developers, though... i.e. I had to do some so-called &amp;quot;hardware hacking&amp;quot; as a user because my stylus was stuck when I got my unit. Also, DaveC is known for hardware hacking but is certainly not a developer. [[User:Esn|Esn]] 00:05, 20 February 2011 (MET)&lt;br /&gt;
::Ok, so the french main page has to be changed--[[User:Linux-SWAT|Linux-SWAT]] 00:40, 27 February 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
== Wiki Translation tips ==&lt;br /&gt;
&lt;br /&gt;
Anyone ?--[[User:Linux-SWAT|Linux-SWAT]] 19:41, 16 February 2011 (MET)&lt;br /&gt;
:What's your question? [[User:Esn|Esn]] 00:06, 20 February 2011 (MET)&lt;br /&gt;
::I don't know how to proceed efficiently... Read a lot of wikis but never edited seriously :/--[[User:Linux-SWAT|Linux-SWAT]] 00:39, 27 February 2011 (MET)&lt;br /&gt;
:::Maybe have several tabs open, one with the original page, one with the translated page that you're creating, one with Google Translate? [[User:Esn|Esn]] 23:19, 17 March 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
== What happened to the logo? ==&lt;br /&gt;
&lt;br /&gt;
Title.  The logo's missing in favor of a placeholder, and I don't know why.  Anyone care to explain?  [[User:Blue Protoman|Blue Protoman]] 14:58, 17 March 2011 (MET)&lt;br /&gt;
:ED updated to the latest MediaWiki and changed the captcha to something more complex at my request, to get rid of the constant spam problems that we've had the past few weeks. It seems to have worked, but the logo seems to have gotten lost in the process. He's understandably quite busy, but I hope that eventually he'll find some time to put it back in (I'd do it, but I suspect I don't have access to that part of the site - though I'm not entirely sure). [[User:Esn|Esn]] 23:17, 17 March 2011 (MET)&lt;br /&gt;
:Instructions for setting a logo image are [http://kb.siteground.com/article/How_to_change_my_MediaWiki_logo_image.html here]. I don't think I have access to LocalSettings.php, though. [[User:Esn|Esn]] 23:24, 17 March 2011 (MET)&lt;br /&gt;
::It's nice to see that we're running the newest version now, I didn't realize ED had access to the server. Yep, you need write access to the files on the server to change the logo URL, there's no way to set it from the admin interface. --[[User:Cheese|Cheese]] 23:29, 17 March 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
==Houston, we have a problem!==&lt;br /&gt;
&amp;quot;Upload file&amp;quot; on the wiki no longer works. When I try, I get a message saying &amp;quot;The upload directory (public) is not writable by the webserver.&amp;quot; I've notified ED about this. I hope he checks his PMs from time to time. [[User:Esn|Esn]] 07:26, 25 March 2011 (MET)&lt;br /&gt;
:By the way, this is now fixed. And we have a logo again. :) [[User:Esn|Esn]] 06:14, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
==Second Problem==&lt;br /&gt;
Translation disappears !!! --[[User:Linux-SWAT|Linux-SWAT]] 22:58, 6 April 2011 (MEST)&lt;br /&gt;
:What? Where? [[User:Esn|Esn]] 07:47, 7 April 2011 (MEST)&lt;br /&gt;
::Clicked on the french page to edit this and there like when i have time&lt;br /&gt;
http://pandorawiki.org/Fr:Main_Page gives Fr:Main Page&lt;br /&gt;
There is currently no text in this page. You can search for this page title in other pages, search the related logs, or edit this page.&lt;br /&gt;
&lt;br /&gt;
Clicking on some other flags gave the same answer :/     --[[User:Linux-SWAT|Linux-SWAT]] 21:21, 8 April 2011 (MEST)&lt;br /&gt;
:Bizarre. I'll have to ask EvilDragon about this... [[User:Esn|Esn]] 21:36, 8 April 2011 (MEST)&lt;br /&gt;
::I also have to add that every contribution to the french page has been removed from my history... weird --[[User:Linux-SWAT|Linux-SWAT]] 13:01, 9 April 2011 (MEST)&lt;br /&gt;
:::[[:Category:Emulator_Compatibility|these pages]] have disappeared as well. I'm ''certain'' that they were there before the latest update, but now they're gone along with the edit histories. [[User:Esn|Esn]] 06:43, 22 April 2011 (MEST)&lt;br /&gt;
::::So do we have to start over again TT ?  --[[User:Linux-SWAT|Linux-SWAT]] 22:51, 22 April 2011 (MEST)&lt;br /&gt;
:::::Let's give ED a while to see if he can figure out what went wrong, first... it's possible that he might be able to recover those pages. [[User:Esn|Esn]] 06:42, 23 April 2011 (MEST)&lt;br /&gt;
: I would suggest to use the [[:template:languages]] that adds a list of translations on top of the page. Due to a bug it doesn't hiddes all remaining languages, but this will work if we fix the wiki config --[[User:ABC|ABC]] 00:11, 23 April 2011 (MEST)&lt;br /&gt;
::For my proposal about what the &amp;quot;languages&amp;quot; template should look like, please see the &amp;quot;Updating Mediawiki&amp;quot; thread below this one. [[User:Esn|Esn]] 06:43, 23 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Right to change the mainpage ==&lt;br /&gt;
&lt;br /&gt;
Hi Orkie,&lt;br /&gt;
&lt;br /&gt;
I would like to help to clean up the wiki and therefore outsource templates, reorder mainpage etc. Might you grant me the right to do so, please?&lt;br /&gt;
&lt;br /&gt;
:Orkie is no longer around, ABC. Neither is Chip. The only admins active now are myself and EvilDragon. [[User:Esn|Esn]] 05:20, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
:You're free to improve the wiki of course, but please add a discussion topic in the relevant talk page before you decide to start on any radical changes that may be controversial and difficult to undo. This is better for all sides, because if you go in too rashly, you risk having all your work undone if someone heavily disagrees with what you propose. So if you have anything radical in mind, it might be better to start a &amp;quot;fork&amp;quot; page first (like [[Games (fork)|this one]]), then if nobody objects it can be brought over to the main article. &lt;br /&gt;
&lt;br /&gt;
:By the way, what do you mean about &amp;quot;outsourcing templates&amp;quot;? And what specifically on the main page don't you like? [[User:Esn|Esn]] 06:12, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
:Sorry was my fault, you already use templates so I could just do some little reordering. I would like to remove the language flags, I try to get [[:template:languages]] working instead, which is checking if the pages have translations or not.&lt;br /&gt;
:I understand your point of view, concerning critical edits. Currently I just do refactoring and reformatting so nothing that affects the content or structure to heavy. I guess a discussion would be necessary before renaming some of the pages.--[[User:ABC|ABC]] 09:37, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Updating Mediawiki ==&lt;br /&gt;
&lt;br /&gt;
Hi, are there any concerns on updating this instance to a more recent version? I'm always confused to have the searchbar at the left side without outocomplete and SVG is currently unsupported :/ --[[User:ABC|ABC]] 18:22, 19 April 2011 (MEST)&lt;br /&gt;
:Well, I personally think the new look of Wikipedia is pretty ugly and inefficient, so I'm a fan of keeping the cosmetics as they are. ;) EvilDragon actually updated to the latest MediaWiki just recently to combat a spam problem that we had. It might've messed up a few other things, though (see discussion in the above topics). The SVG thing isn't that great, if true (I've never tried uploading an SVG file). Do you actually need SVG for something specific? [[User:Esn|Esn]] 06:08, 20 April 2011 (MEST)&lt;br /&gt;
::Yes thats a big UI step, I see. But for me it's not that nice to switch between different styles. Anyway thats not that important :)&lt;br /&gt;
:: Yes SVG will allow everybody to upload and update schemes, diagrams etc. that would be static otherwise. It prevents to use a lot of material of the Creative Commons database that could be used using interwiki links. --[[User:ABC|ABC]] 09:37, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
:Ok template:langues worksbut it lacks the collapsing feature. This is done by [[:template:hidden]] but I guess it seem to lack a few CSS definitions? Check it out at [http://en.wikipedia.org/wiki/Template:Hidden wikipedia] --[[User:ABC|ABC]] 21:39, 20 April 2011 (MEST) --[[User:ABC|ABC]] 21:39, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
::Please tell me what you're trying to do, as I don't really understand it. You're recently copied over a number of language-related templates from Wikipedia: [[Template:LanguageExistingEn]], [[Template:LanguageLink]], [[Template:LanguageExisting]], [[Template:Languages]]. Are you trying to have the links to different languages be on the left column of the page, as is the case in Wikipedia? If so, it doesn't seem to be working. What you've done [http://pandorawiki.org/index.php?title=FAQ&amp;amp;oldid=7714 here] is rather ugly. Please do any ''experiments'' on a ''test'' page rather than a functioning page that's in use. And no way are we EVER going to have more than a few languages, anyway, so it makes no sense to me to have so many redlinks... [[User:Esn|Esn]] 06:31, 22 April 2011 (MEST)&lt;br /&gt;
:::You are right, it would be better if I used a testpage only and not a productive one :/ Well yes I try to get a top menu working, that adapts to the language a page is translated for. For example [http://wiki.openstreetmap.org/wiki/Presse]. The redlinks will disappear if the CSS/JS is extended and SVG is fixed. I guess the files were interwiki by wikicommons, if not i will add them, of course. Sorry if my action sometimes look a bit hectic, I promise to be more patient :) --[[User:ABC|ABC]] 07:32, 22 April 2011 (MEST)&lt;br /&gt;
::::Okay, thanks for explaining. I would prefer to handle different languages like they are on Wikipedia (as a sidebar) - although if that's not possible (or too much work), that language template is an acceptable alternative. If we end up using the language template, I think it should be present not on every single page, but only on the ones that are translated into at least one other language. [[User:Esn|Esn]] 07:44, 22 April 2011 (MEST)&lt;br /&gt;
:::::Sure, that handling is up to us. But see, this would make it very easy to others to create translations. But I'm not a big fan of internationalization (for that a small community) due to the outdating of pages. --[[User:ABC|ABC]] 08:45, 22 April 2011 (MEST)&lt;br /&gt;
::::To be honest, I think those little flags that are currently on the main page look much nicer than the language template does in the link that you provided. If we end up using a top-of-the-page template for other languages, I'd rather have the flags than the language names. [[User:Esn|Esn]] 08:29, 22 April 2011 (MEST)&lt;br /&gt;
:::::Again, if the templates are in use, it's up to us to change their representation layer [[:Template:Languages/Interface]]. But yes flags seem to save space and look a bit sexier :) --[[User:ABC|ABC]] 08:45, 22 April 2011 (MEST)&lt;br /&gt;
::::::Just trying to picture it here, I think the best option would be to have the links to different languages be on the right side of the page, like an infobox. So it might say &amp;quot;Translations of this page:&amp;quot; and then a few flags. That seems like a nice, clean way to do it. I think that's better than putting it over the ''entire'' top, because this way it doesn't hinder people who start reading from the top of the article. [[User:Esn|Esn]] 10:05, 22 April 2011 (MEST)&lt;br /&gt;
::::::Not sure if that is a good argument as a lot of wikis I saw use a very similar template. Anyway if it works right we can change the design. --[[User:ABC|ABC]] 14:32, 22 April 2011 (MEST)&lt;br /&gt;
:::::::Well, [http://i.imgur.com/gGeqg.gif here's a mockup] of what I'm proposing. It's pretty similar to what those other wikis use; I just think it looks less ugly. The &amp;quot;add a translation&amp;quot; link could go to an instruction page that says: &amp;quot;if you want to add a translation, find the two-letter code of your language, and make a page with that code in front of it&amp;quot;. Or maybe instead of &amp;quot;add a translation&amp;quot;, it could say &amp;quot;missing languages&amp;quot; as it does on the example you linked.&lt;br /&gt;
:::::::Anyway... so how is that template supposed to automatically recognize which pages are translated? Does it look for whether there's a page with the same title with a two-letter language code in front of it? But some pages will have different titles in different languages - I'm not sure how you could get around adding the languages in manually. [[User:Esn|Esn]] 05:58, 23 April 2011 (MEST)&lt;br /&gt;
::::::::[http://i.imgur.com/YSWJ6.png Here's my second mockup]. And once you click on &amp;quot;show missing languages&amp;quot;, it will look like [http://i.imgur.com/et5at.png this]. To be listed, a &amp;quot;missing language&amp;quot; must have a translation of the main page of this wiki. That seems like a good compromise to avoid listing hundreds of languages... [[User:Esn|Esn]] 06:38, 23 April 2011 (MEST)&lt;br /&gt;
::::::::They look awesome, but to be honest, I would expect this choice on the top of the page :/ With this nitty flags it doesn't consume to much space. The other great thing of the hidden languages is that you can add a translation to a page easily, that is missed in your mockups, right? --[[User:ABC|ABC]] 08:31, 24 April 2011 (MEST)&lt;br /&gt;
:::::::::&amp;quot;that is missed in your mockups, right?&amp;quot; - nope, check out the second proposal. It's structured the same as the one you linked to, but with flags instead of language names and on the right side of the page instead of right at the top. I think it is better to have it on the right side so as not to distract most readers by being right at the top. Most readers will not be looking for other languages but to start reading the article. Also, if you look on various websites that are multilingual, the little flags to change languages are usually in the right-hand corner of the page, so this will be familiar. With the flags, as you said, it will take up very little horizontal space, so there is no reason to have it take up more space than is needed. Taking up ALL of the top horizontal space only makes sense if you're going to write out each language name in text, because that would take up too much ''vertical'' space if you kept it to the upper right. [[User:Esn|Esn]] 15:25, 26 April 2011 (MEST)&lt;br /&gt;
:BTW I checked out, that you can change the skin already now to Vector, that is the new Mediawiki user interface everywhere. Douch, guess I should read the manual first ;) --[[User:ABC|ABC]] 19:00, 23 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
ABC, I was wondering if you could give me a tip about [[Template:LanguageLink]]. Do you know how I would make it so that the two-letter language code would generate not the name of the language, but a certain flag? [[User:Esn|Esn]] 04:27, 27 April 2011 (MEST)&lt;br /&gt;
:Over at OSM weuse this template [http://wiki.openstreetmap.org/wiki/Template:Countryflag] but this uses interwiki commons graphics that are SVG again :/ You might adapt it to your flags here, of course. --[[User:ABC|ABC]] 10:46, 27 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Goals of this wiki ==&lt;br /&gt;
&lt;br /&gt;
Hi there, just a simple questions before I start any harder refactoring or contributing to this wiki. What are the main goals for this platform? What usecases do you spot on? How established is it within the pandora community?&lt;br /&gt;
&lt;br /&gt;
Maybe we should make an IRC session focused on further plans on the wiki? --[[User:ABC|ABC]] 19:54, 23 April 2011 (MEST)&lt;br /&gt;
:Well, I would prefer to keep such discussions in a place with a permanent record of what is posted. Also because many of the contributors contribute every so often, and I'd rather leave the discussion open to more eyes than have an intense IRC discussion of just a few people. If you'd like a wider discussion, you could start a topic in the GP32X Pandora general section... or we could keep it here and accept that it may not move as quickly as you'd like.&lt;br /&gt;
:Now then, as for the goals: This wiki started out &amp;lt;s&amp;gt;two&amp;lt;/s&amp;gt; three years ago largely because the Pandora team didn't have the time or the resources to put together a comprehensive user manual for the Pandora, so they decided to outsource the task to the community. Well, that actually happened a bit later, but it was a major project, anyway.  These days, the wiki generally acts as a place where Pandora owners write down important things for reference. The sorts of things that would have gotten lost with the passage of time on the forums. The main activity happens on the forums, and the wiki is like the &amp;quot;long-term memory&amp;quot; of the community. Hence, the [[tutorials]], the various tips and tricks that you see in different articles, hardware documentation, bug reports, and software lists. This is all here so that important things don't get forgotten just because they were done a long time ago. A lot of devs use it for the same reason, as a place to have an organized reference of the things they're working on. So in large part, the wiki is like a collection of what once would have been spread out on different sites - most articles were created mainly by one person.&lt;br /&gt;
:My main task in bringing the disparate elements together into a structure I see like this: to make sure that all related articles are linked to each other, via wikilinks or categories. But I don't try to interfere in stylistic decisions much. A lot of it is &amp;quot;not my business&amp;quot;, frankly, especially the dev articles. ;) If I, personally as a Pandora owner, care about the organization of a particular article, I'll make a case for changing it in the talk page, or do the changes right away if I'm pretty sure that they'll be uncontroversial. [[User:Esn|Esn]] 16:03, 26 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== News bar? ==&lt;br /&gt;
&lt;br /&gt;
Hi, what do you think about adding a newslist to the mainpage collecting all informations of the different forums and listing the official announcements? --[[User:ABC|ABC]] 08:34, 24 April 2011 (MEST)&lt;br /&gt;
:Well, I don't really see the need for official announcements - we have the [http://stalker.openpandora.org/ Pandora Stalker] and PandoraPress for that. Who decides what is &amp;quot;official&amp;quot;? As for &amp;quot;community news&amp;quot;, those are already collected on the three software lists. One can subscribe to the RSS feed of those articles and thereby keep abreast of the latest events - or simply check them once in a while and sort by date to see what you missed. As I said above, I think the wiki is more like the long-term-memory of the community; the reference library rather than the TV channel. It's hard work to keep it up-to-date as it is. Are you volunteering to keep the news up-to-date if we add a news bar? The development of the wiki rests largely on who's willing to do the developing. ;) [[User:Esn|Esn]] 16:31, 26 April 2011 (MEST)&lt;br /&gt;
::Well updating is not the problem but to get the news. I'm not very excited about the currently very distributed communication infrastructure and so I think it might be a good chance to collect them at a single point so newbies doesn't have to checkout a lot of portals or semi official blogs...--[[User:ABC|ABC]] 19:32, 26 April 2011 (MEST)&lt;br /&gt;
:::So the question remains, who's going to keep it updated? If news is never updated, it is not news. So... what exactly are you proposing? Transcluding several RSS feeds from other sources? Perhaps using [http://www.rssmix.com/ RSSmix] to combine the most important places where news is posted? For example, the software projects edit history, PandoraPress, the Official blog, some Youtube channels? [[User:Esn|Esn]] 03:22, 27 April 2011 (MEST)&lt;br /&gt;
:::Yes but by a human filter/merger. The most Blogs publish the same informations that are mostly just the official news. So what about exchanging news between the boards that get filtered by priority? Well ok, I guess we pause the discussion here and see if the wiki might get more popular, then we can return on thinking on high frequency news ;) --[[User:ABC|ABC]] 10:42, 27 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Merging with german wiki ==&lt;br /&gt;
&lt;br /&gt;
Hi, sorry for putting that much topics on your todo list, but I like to ask even here if you would give the [http://wiki.openpandora.de german wiki users] a warm welcome? AFAIK there is currently only one maintainer left, but their wiki is quite good organized and has some really interesting aspects (e.g. icons for buttons,...). To me it sounds wise to first cleanup our own articles and then merge both wikis and use this process to update all the articles --[[User:ABC|ABC]] 23:17, 25 April 2011 (MEST)&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Talk:Old_Main_Page&amp;diff=8048</id>
		<title>Talk:Old Main Page</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Talk:Old_Main_Page&amp;diff=8048"/>
		<updated>2011-04-27T08:42:24Z</updated>

		<summary type="html">&lt;p&gt;ABC: /* News bar? */ you might be right, lets pause&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;messagebox standard-talk&amp;quot; id=&amp;quot;talkheader&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;text-align:center;background-color: #FFFFFF;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;border-bottom:1px solid #C0C090; background-color: #F8EABA;&amp;quot; |&lt;br /&gt;
This is the talk page for discussing the main page of the wiki.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: #FFFFFF;text-align:left;&amp;quot; |&lt;br /&gt;
'''Please sign your comments using four tildes (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;).''' Place comments that start a new topic at the '''bottom of the page''' and give them &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;== A Descriptive Header ==&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. &lt;br /&gt;
| style=&amp;quot;background-color: #FFFFFF;&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #C0C090; background-color: #F8EABA; margin-left: 20px; margin-bottom: 0px; margin-right: 3px;&amp;quot;&amp;gt;&lt;br /&gt;
'''Talk page guidelines'''&lt;br /&gt;
&lt;br /&gt;
Please respect Etiquette, assume good faith and be nice.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Dutch translation ==&lt;br /&gt;
&lt;br /&gt;
@ Orkie: Seeing as The Netherlands has a [http://www.gpark.nl GP2X community] too (and (although) indirectly, Pandora), it might be useful to add a link to it. I'm even willing to do (some) Dutch translations for the Wiki. ;) --[[User:SharQueDo|SharQueDo]] 11:57, 17 April 2008 (CEST)&lt;br /&gt;
: Sure, I'll do it when I get chance. [[User:Orkie|Orkie]] 20:23, 17 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Finnish translation ==&lt;br /&gt;
&lt;br /&gt;
I would like to do a finnish translation of the page, I just need you guys to link the main page to http://pandorawiki.org/Fi:Main_page and create the finlands flag symbol.&lt;br /&gt;
: Great, same as above. I'll dig out a flag icon and set up a new category later today. [[User:Orkie|Orkie]] 20:23, 17 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
: I think I will have time to start the translation project in Sunday and I will be working on it for some time. For starters I will be translating about pandora and Faq, but I will also add thinks that finnish people always ask me to faq. I plan to update as the english version updates and add stuff in the user category, in the developer category I will just put links to the english versions because you just have to know english to do that stuff. (besides, I don't think that I'm the right person to translate developer stuff) [[User:Gaeryc|Gaeryc]] 21:45, 17 April 2008 (CEST)&lt;br /&gt;
==Icelandic  translation ==&lt;br /&gt;
i have translated the Main Page in to icelandic&lt;br /&gt;
&lt;br /&gt;
http://pandorawiki.org/Is:Main_Page&lt;br /&gt;
--[[User:Andri12|Andri12]] 06:58, 20 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Czech translation ==&lt;br /&gt;
&lt;br /&gt;
Can you add Czech translation link http://pandorawiki.org/Cz:Main_page please? I'd like to make some translations to Czech language. Thanks.&lt;br /&gt;
: Sure, sorry it has taken a few days to get around to it. [[User:Orkie|Orkie]] 19:47, 5 June 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Spanish Translation ==&lt;br /&gt;
&lt;br /&gt;
Anybody working on this?&amp;lt;br /&amp;gt;&lt;br /&gt;
If not, what dialect should it be in? (I can only do some of the Latin American dialects, not much of any Spain/Castillian) You may consider having two namespaces: one for the European dialect (''Es:'') and one for Latin American dialect (''La:'') &amp;lt;br /&amp;gt;&lt;br /&gt;
[[User:Nat1192|Nat1192]] 02:11, 1 October 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== German translation ==&lt;br /&gt;
Hey, I would like to do a german translation of this page. First i will link to the english articles. &amp;lt;br /&amp;gt;&lt;br /&gt;
[[User:Shorty Meeks|Shorty Meeks]] 16:58, 7 December 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== French translation ==&lt;br /&gt;
There was already a basic French page. I'm slowly updating it and a bunch of other pages. [[User:KodeIn|KodeIn]] 21:38, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Allow editing==&lt;br /&gt;
Please allow all established users to edit this page. The requests are completely backlogged, and the front page is getting more and more outdated. [[User:Esn|Esn]] 08:24, 5 July 2010 (MEST)&lt;br /&gt;
:Thank you for updating it, EvilDragon. [[User:Esn|Esn]] 12:13, 15 July 2010 (MEST)&lt;br /&gt;
::Just a thought... we could make templates for the different sections to this page (About Pandora, links, user links, dev links) and then have this page use those templates. That would mean any logged in user could edit it, which ''is'' slightly dangerous for reasons of spam but does make it so it can be edited by everyone, they just couldn't get at the layout of the page. --[[User:Cheese|Cheese]] 09:11, 20 July 2010 (MEST)&lt;br /&gt;
:::Or just add a couple of users as explicit editors. The template suggestion seems OK, since anyone could revert spam, but we don't have 24/7 coverage of recent changes.--[[User:Tsh|Tsh]] 12:19, 20 July 2010 (MEST)&lt;br /&gt;
::::I agree that would be the best choice, but ED is the only active admin and I don't think he's familiar enough administering a wiki or he would have done it already, that or he's too busy. I've gone ahead with the template idea and sent him an updated main page, it should be up within a day or two. Hopefully the spammers won't realize they can now access part of the main page and start spamming like crazy. --[[User:Cheese|Cheese]] 07:37, 21 July 2010 (MEST)&lt;br /&gt;
&lt;br /&gt;
==Will X Run on the Pandora?==&lt;br /&gt;
&lt;br /&gt;
We have an article with this name.  http://pandorawiki.org/Will_X_run_on_the_Pandora%3F  It really SHOULD be added to the main page, under Users.  It's begging to be used more often!  I've already put it on the Port Requests page.&lt;br /&gt;
&lt;br /&gt;
[[User:Blue Protoman|Blue Protoman]] 22:49, 22 January 2011 (MET)BlueProtoman&lt;br /&gt;
&lt;br /&gt;
:The main page uses templates to bring in the links, so we don't need admins to update it. See (or edit): [[Template:MainPageUsersLinks]]. Feel free to add it there if no one objects to it. --[[User:Cheese|Cheese]] 04:00, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
::Wow... I had no idea. Thanks a bunch, Cheese. The [[Will_X_run_on_the_Pandora?]] article is quite rough at the moment though, so I don't know... [[User:Esn|Esn]] 04:45, 23 January 2011 (MET)&lt;br /&gt;
::Oh, I see that someone cleaned it up a bit so that it doesn't overlap with the software list articles. That was a good idea. [[User:Esn|Esn]] 04:48, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
That was me.  Also, I didn't know it ran off a template.  If that's the case, I'll add the page now.  Thanks.  [[User:Blue Protoman|Blue Protoman]] 15:20, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
==Move Hardware hacking from Users to Developers ?==&lt;br /&gt;
&lt;br /&gt;
That's said--[[User:Linux-SWAT|Linux-SWAT]] 19:14, 16 February 2011 (MET)&lt;br /&gt;
:It has nothing to do with developers, though... i.e. I had to do some so-called &amp;quot;hardware hacking&amp;quot; as a user because my stylus was stuck when I got my unit. Also, DaveC is known for hardware hacking but is certainly not a developer. [[User:Esn|Esn]] 00:05, 20 February 2011 (MET)&lt;br /&gt;
::Ok, so the french main page has to be changed--[[User:Linux-SWAT|Linux-SWAT]] 00:40, 27 February 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
== Wiki Translation tips ==&lt;br /&gt;
&lt;br /&gt;
Anyone ?--[[User:Linux-SWAT|Linux-SWAT]] 19:41, 16 February 2011 (MET)&lt;br /&gt;
:What's your question? [[User:Esn|Esn]] 00:06, 20 February 2011 (MET)&lt;br /&gt;
::I don't know how to proceed efficiently... Read a lot of wikis but never edited seriously :/--[[User:Linux-SWAT|Linux-SWAT]] 00:39, 27 February 2011 (MET)&lt;br /&gt;
:::Maybe have several tabs open, one with the original page, one with the translated page that you're creating, one with Google Translate? [[User:Esn|Esn]] 23:19, 17 March 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
== What happened to the logo? ==&lt;br /&gt;
&lt;br /&gt;
Title.  The logo's missing in favor of a placeholder, and I don't know why.  Anyone care to explain?  [[User:Blue Protoman|Blue Protoman]] 14:58, 17 March 2011 (MET)&lt;br /&gt;
:ED updated to the latest MediaWiki and changed the captcha to something more complex at my request, to get rid of the constant spam problems that we've had the past few weeks. It seems to have worked, but the logo seems to have gotten lost in the process. He's understandably quite busy, but I hope that eventually he'll find some time to put it back in (I'd do it, but I suspect I don't have access to that part of the site - though I'm not entirely sure). [[User:Esn|Esn]] 23:17, 17 March 2011 (MET)&lt;br /&gt;
:Instructions for setting a logo image are [http://kb.siteground.com/article/How_to_change_my_MediaWiki_logo_image.html here]. I don't think I have access to LocalSettings.php, though. [[User:Esn|Esn]] 23:24, 17 March 2011 (MET)&lt;br /&gt;
::It's nice to see that we're running the newest version now, I didn't realize ED had access to the server. Yep, you need write access to the files on the server to change the logo URL, there's no way to set it from the admin interface. --[[User:Cheese|Cheese]] 23:29, 17 March 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
==Houston, we have a problem!==&lt;br /&gt;
&amp;quot;Upload file&amp;quot; on the wiki no longer works. When I try, I get a message saying &amp;quot;The upload directory (public) is not writable by the webserver.&amp;quot; I've notified ED about this. I hope he checks his PMs from time to time. [[User:Esn|Esn]] 07:26, 25 March 2011 (MET)&lt;br /&gt;
:By the way, this is now fixed. And we have a logo again. :) [[User:Esn|Esn]] 06:14, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
==Second Problem==&lt;br /&gt;
Translation disappears !!! --[[User:Linux-SWAT|Linux-SWAT]] 22:58, 6 April 2011 (MEST)&lt;br /&gt;
:What? Where? [[User:Esn|Esn]] 07:47, 7 April 2011 (MEST)&lt;br /&gt;
::Clicked on the french page to edit this and there like when i have time&lt;br /&gt;
http://pandorawiki.org/Fr:Main_Page gives Fr:Main Page&lt;br /&gt;
There is currently no text in this page. You can search for this page title in other pages, search the related logs, or edit this page.&lt;br /&gt;
&lt;br /&gt;
Clicking on some other flags gave the same answer :/     --[[User:Linux-SWAT|Linux-SWAT]] 21:21, 8 April 2011 (MEST)&lt;br /&gt;
:Bizarre. I'll have to ask EvilDragon about this... [[User:Esn|Esn]] 21:36, 8 April 2011 (MEST)&lt;br /&gt;
::I also have to add that every contribution to the french page has been removed from my history... weird --[[User:Linux-SWAT|Linux-SWAT]] 13:01, 9 April 2011 (MEST)&lt;br /&gt;
:::[[:Category:Emulator_Compatibility|these pages]] have disappeared as well. I'm ''certain'' that they were there before the latest update, but now they're gone along with the edit histories. [[User:Esn|Esn]] 06:43, 22 April 2011 (MEST)&lt;br /&gt;
::::So do we have to start over again TT ?  --[[User:Linux-SWAT|Linux-SWAT]] 22:51, 22 April 2011 (MEST)&lt;br /&gt;
:::::Let's give ED a while to see if he can figure out what went wrong, first... it's possible that he might be able to recover those pages. [[User:Esn|Esn]] 06:42, 23 April 2011 (MEST)&lt;br /&gt;
: I would suggest to use the [[:template:languages]] that adds a list of translations on top of the page. Due to a bug it doesn't hiddes all remaining languages, but this will work if we fix the wiki config --[[User:ABC|ABC]] 00:11, 23 April 2011 (MEST)&lt;br /&gt;
::For my proposal about what the &amp;quot;languages&amp;quot; template should look like, please see the &amp;quot;Updating Mediawiki&amp;quot; thread below this one. [[User:Esn|Esn]] 06:43, 23 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Right to change the mainpage ==&lt;br /&gt;
&lt;br /&gt;
Hi Orkie,&lt;br /&gt;
&lt;br /&gt;
I would like to help to clean up the wiki and therefore outsource templates, reorder mainpage etc. Might you grant me the right to do so, please?&lt;br /&gt;
&lt;br /&gt;
:Orkie is no longer around, ABC. Neither is Chip. The only admins active now are myself and EvilDragon. [[User:Esn|Esn]] 05:20, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
:You're free to improve the wiki of course, but please add a discussion topic in the relevant talk page before you decide to start on any radical changes that may be controversial and difficult to undo. This is better for all sides, because if you go in too rashly, you risk having all your work undone if someone heavily disagrees with what you propose. So if you have anything radical in mind, it might be better to start a &amp;quot;fork&amp;quot; page first (like [[Games (fork)|this one]]), then if nobody objects it can be brought over to the main article. &lt;br /&gt;
&lt;br /&gt;
:By the way, what do you mean about &amp;quot;outsourcing templates&amp;quot;? And what specifically on the main page don't you like? [[User:Esn|Esn]] 06:12, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
:Sorry was my fault, you already use templates so I could just do some little reordering. I would like to remove the language flags, I try to get [[:template:languages]] working instead, which is checking if the pages have translations or not.&lt;br /&gt;
:I understand your point of view, concerning critical edits. Currently I just do refactoring and reformatting so nothing that affects the content or structure to heavy. I guess a discussion would be necessary before renaming some of the pages.--[[User:ABC|ABC]] 09:37, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Updating Mediawiki ==&lt;br /&gt;
&lt;br /&gt;
Hi, are there any concerns on updating this instance to a more recent version? I'm always confused to have the searchbar at the left side without outocomplete and SVG is currently unsupported :/ --[[User:ABC|ABC]] 18:22, 19 April 2011 (MEST)&lt;br /&gt;
:Well, I personally think the new look of Wikipedia is pretty ugly and inefficient, so I'm a fan of keeping the cosmetics as they are. ;) EvilDragon actually updated to the latest MediaWiki just recently to combat a spam problem that we had. It might've messed up a few other things, though (see discussion in the above topics). The SVG thing isn't that great, if true (I've never tried uploading an SVG file). Do you actually need SVG for something specific? [[User:Esn|Esn]] 06:08, 20 April 2011 (MEST)&lt;br /&gt;
::Yes thats a big UI step, I see. But for me it's not that nice to switch between different styles. Anyway thats not that important :)&lt;br /&gt;
:: Yes SVG will allow everybody to upload and update schemes, diagrams etc. that would be static otherwise. It prevents to use a lot of material of the Creative Commons database that could be used using interwiki links. --[[User:ABC|ABC]] 09:37, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
:Ok template:langues worksbut it lacks the collapsing feature. This is done by [[:template:hidden]] but I guess it seem to lack a few CSS definitions? Check it out at [http://en.wikipedia.org/wiki/Template:Hidden wikipedia] --[[User:ABC|ABC]] 21:39, 20 April 2011 (MEST) --[[User:ABC|ABC]] 21:39, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
::Please tell me what you're trying to do, as I don't really understand it. You're recently copied over a number of language-related templates from Wikipedia: [[Template:LanguageExistingEn]], [[Template:LanguageLink]], [[Template:LanguageExisting]], [[Template:Languages]]. Are you trying to have the links to different languages be on the left column of the page, as is the case in Wikipedia? If so, it doesn't seem to be working. What you've done [http://pandorawiki.org/index.php?title=FAQ&amp;amp;oldid=7714 here] is rather ugly. Please do any ''experiments'' on a ''test'' page rather than a functioning page that's in use. And no way are we EVER going to have more than a few languages, anyway, so it makes no sense to me to have so many redlinks... [[User:Esn|Esn]] 06:31, 22 April 2011 (MEST)&lt;br /&gt;
:::You are right, it would be better if I used a testpage only and not a productive one :/ Well yes I try to get a top menu working, that adapts to the language a page is translated for. For example [http://wiki.openstreetmap.org/wiki/Presse]. The redlinks will disappear if the CSS/JS is extended and SVG is fixed. I guess the files were interwiki by wikicommons, if not i will add them, of course. Sorry if my action sometimes look a bit hectic, I promise to be more patient :) --[[User:ABC|ABC]] 07:32, 22 April 2011 (MEST)&lt;br /&gt;
::::Okay, thanks for explaining. I would prefer to handle different languages like they are on Wikipedia (as a sidebar) - although if that's not possible (or too much work), that language template is an acceptable alternative. If we end up using the language template, I think it should be present not on every single page, but only on the ones that are translated into at least one other language. [[User:Esn|Esn]] 07:44, 22 April 2011 (MEST)&lt;br /&gt;
:::::Sure, that handling is up to us. But see, this would make it very easy to others to create translations. But I'm not a big fan of internationalization (for that a small community) due to the outdating of pages. --[[User:ABC|ABC]] 08:45, 22 April 2011 (MEST)&lt;br /&gt;
::::To be honest, I think those little flags that are currently on the main page look much nicer than the language template does in the link that you provided. If we end up using a top-of-the-page template for other languages, I'd rather have the flags than the language names. [[User:Esn|Esn]] 08:29, 22 April 2011 (MEST)&lt;br /&gt;
:::::Again, if the templates are in use, it's up to us to change their representation layer [[:Template:Languages/Interface]]. But yes flags seem to save space and look a bit sexier :) --[[User:ABC|ABC]] 08:45, 22 April 2011 (MEST)&lt;br /&gt;
::::::Just trying to picture it here, I think the best option would be to have the links to different languages be on the right side of the page, like an infobox. So it might say &amp;quot;Translations of this page:&amp;quot; and then a few flags. That seems like a nice, clean way to do it. I think that's better than putting it over the ''entire'' top, because this way it doesn't hinder people who start reading from the top of the article. [[User:Esn|Esn]] 10:05, 22 April 2011 (MEST)&lt;br /&gt;
::::::Not sure if that is a good argument as a lot of wikis I saw use a very similar template. Anyway if it works right we can change the design. --[[User:ABC|ABC]] 14:32, 22 April 2011 (MEST)&lt;br /&gt;
:::::::Well, [http://i.imgur.com/gGeqg.gif here's a mockup] of what I'm proposing. It's pretty similar to what those other wikis use; I just think it looks less ugly. The &amp;quot;add a translation&amp;quot; link could go to an instruction page that says: &amp;quot;if you want to add a translation, find the two-letter code of your language, and make a page with that code in front of it&amp;quot;. Or maybe instead of &amp;quot;add a translation&amp;quot;, it could say &amp;quot;missing languages&amp;quot; as it does on the example you linked.&lt;br /&gt;
:::::::Anyway... so how is that template supposed to automatically recognize which pages are translated? Does it look for whether there's a page with the same title with a two-letter language code in front of it? But some pages will have different titles in different languages - I'm not sure how you could get around adding the languages in manually. [[User:Esn|Esn]] 05:58, 23 April 2011 (MEST)&lt;br /&gt;
::::::::[http://i.imgur.com/YSWJ6.png Here's my second mockup]. And once you click on &amp;quot;show missing languages&amp;quot;, it will look like [http://i.imgur.com/et5at.png this]. To be listed, a &amp;quot;missing language&amp;quot; must have a translation of the main page of this wiki. That seems like a good compromise to avoid listing hundreds of languages... [[User:Esn|Esn]] 06:38, 23 April 2011 (MEST)&lt;br /&gt;
::::::::They look awesome, but to be honest, I would expect this choice on the top of the page :/ With this nitty flags it doesn't consume to much space. The other great thing of the hidden languages is that you can add a translation to a page easily, that is missed in your mockups, right? --[[User:ABC|ABC]] 08:31, 24 April 2011 (MEST)&lt;br /&gt;
:::::::::&amp;quot;that is missed in your mockups, right?&amp;quot; - nope, check out the second proposal. It's structured the same as the one you linked to, but with flags instead of language names and on the right side of the page instead of right at the top. I think it is better to have it on the right side so as not to distract most readers by being right at the top. Most readers will not be looking for other languages but to start reading the article. Also, if you look on various websites that are multilingual, the little flags to change languages are usually in the right-hand corner of the page, so this will be familiar. With the flags, as you said, it will take up very little horizontal space, so there is no reason to have it take up more space than is needed. Taking up ALL of the top horizontal space only makes sense if you're going to write out each language name in text, because that would take up too much ''vertical'' space if you kept it to the upper right. [[User:Esn|Esn]] 15:25, 26 April 2011 (MEST)&lt;br /&gt;
:BTW I checked out, that you can change the skin already now to Vector, that is the new Mediawiki user interface everywhere. Douch, guess I should read the manual first ;) --[[User:ABC|ABC]] 19:00, 23 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
ABC, I was wondering if you could give me a tip about [[Template:LanguageLink]]. Do you know how I would make it so that the two-letter language code would generate not the name of the language, but a certain flag? [[User:Esn|Esn]] 04:27, 27 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Goals of this wiki ==&lt;br /&gt;
&lt;br /&gt;
Hi there, just a simple questions before I start any harder refactoring or contributing to this wiki. What are the main goals for this platform? What usecases do you spot on? How established is it within the pandora community?&lt;br /&gt;
&lt;br /&gt;
Maybe we should make an IRC session focused on further plans on the wiki? --[[User:ABC|ABC]] 19:54, 23 April 2011 (MEST)&lt;br /&gt;
:Well, I would prefer to keep such discussions in a place with a permanent record of what is posted. Also because many of the contributors contribute every so often, and I'd rather leave the discussion open to more eyes than have an intense IRC discussion of just a few people. If you'd like a wider discussion, you could start a topic in the GP32X Pandora general section... or we could keep it here and accept that it may not move as quickly as you'd like.&lt;br /&gt;
:Now then, as for the goals: This wiki started out &amp;lt;s&amp;gt;two&amp;lt;/s&amp;gt; three years ago largely because the Pandora team didn't have the time or the resources to put together a comprehensive user manual for the Pandora, so they decided to outsource the task to the community. Well, that actually happened a bit later, but it was a major project, anyway.  These days, the wiki generally acts as a place where Pandora owners write down important things for reference. The sorts of things that would have gotten lost with the passage of time on the forums. The main activity happens on the forums, and the wiki is like the &amp;quot;long-term memory&amp;quot; of the community. Hence, the [[tutorials]], the various tips and tricks that you see in different articles, hardware documentation, bug reports, and software lists. This is all here so that important things don't get forgotten just because they were done a long time ago. A lot of devs use it for the same reason, as a place to have an organized reference of the things they're working on. So in large part, the wiki is like a collection of what once would have been spread out on different sites - most articles were created mainly by one person.&lt;br /&gt;
:My main task in bringing the disparate elements together into a structure I see like this: to make sure that all related articles are linked to each other, via wikilinks or categories. But I don't try to interfere in stylistic decisions much. A lot of it is &amp;quot;not my business&amp;quot;, frankly, especially the dev articles. ;) If I, personally as a Pandora owner, care about the organization of a particular article, I'll make a case for changing it in the talk page, or do the changes right away if I'm pretty sure that they'll be uncontroversial. [[User:Esn|Esn]] 16:03, 26 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== News bar? ==&lt;br /&gt;
&lt;br /&gt;
Hi, what do you think about adding a newslist to the mainpage collecting all informations of the different forums and listing the official announcements? --[[User:ABC|ABC]] 08:34, 24 April 2011 (MEST)&lt;br /&gt;
:Well, I don't really see the need for official announcements - we have the [http://stalker.openpandora.org/ Pandora Stalker] and PandoraPress for that. Who decides what is &amp;quot;official&amp;quot;? As for &amp;quot;community news&amp;quot;, those are already collected on the three software lists. One can subscribe to the RSS feed of those articles and thereby keep abreast of the latest events - or simply check them once in a while and sort by date to see what you missed. As I said above, I think the wiki is more like the long-term-memory of the community; the reference library rather than the TV channel. It's hard work to keep it up-to-date as it is. Are you volunteering to keep the news up-to-date if we add a news bar? The development of the wiki rests largely on who's willing to do the developing. ;) [[User:Esn|Esn]] 16:31, 26 April 2011 (MEST)&lt;br /&gt;
::Well updating is not the problem but to get the news. I'm not very excited about the currently very distributed communication infrastructure and so I think it might be a good chance to collect them at a single point so newbies doesn't have to checkout a lot of portals or semi official blogs...--[[User:ABC|ABC]] 19:32, 26 April 2011 (MEST)&lt;br /&gt;
:::So the question remains, who's going to keep it updated? If news is never updated, it is not news. So... what exactly are you proposing? Transcluding several RSS feeds from other sources? Perhaps using [http://www.rssmix.com/ RSSmix] to combine the most important places where news is posted? For example, the software projects edit history, PandoraPress, the Official blog, some Youtube channels? [[User:Esn|Esn]] 03:22, 27 April 2011 (MEST)&lt;br /&gt;
:::Yes but by a human filter/merger. The most Blogs publish the same informations that are mostly just the official news. So what about exchanging news between the boards that get filtered by priority? Well ok, I guess we pause the discussion here and see if the wiki might get more popular, then we can return on thinking on high frequency news ;) --[[User:ABC|ABC]] 10:42, 27 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Merging with german wiki ==&lt;br /&gt;
&lt;br /&gt;
Hi, sorry for putting that much topics on your todo list, but I like to ask even here if you would give the [http://wiki.openpandora.de german wiki users] a warm welcome? AFAIK there is currently only one maintainer left, but their wiki is quite good organized and has some really interesting aspects (e.g. icons for buttons,...). To me it sounds wise to first cleanup our own articles and then merge both wikis and use this process to update all the articles --[[User:ABC|ABC]] 23:17, 25 April 2011 (MEST)&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Talk:Software_projects&amp;diff=8047</id>
		<title>Talk:Software projects</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Talk:Software_projects&amp;diff=8047"/>
		<updated>2011-04-27T08:37:22Z</updated>

		<summary type="html">&lt;p&gt;ABC: /* Switch to a template */ easier to change design&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TalkEtiquette}}&lt;br /&gt;
&lt;br /&gt;
I think the games should be split into ports and original games. Of course, this might sometimes be hard to decide, for example with Wizzley Presto, which is a new original game but could also be called a port from the iPhone version... [[User:OrR|OrR]]&lt;br /&gt;
&lt;br /&gt;
I think that's a good idea. But I got stuck on that same blurred line while planning a blog feature for homebrew games. Wizzley Presto is one, also GP2X games like Pool Panic and Battle Jewels. For my purposes (being to showcase our scene's own work) I decided that these games should fall under originals, because (i) it's all talent from within our scene, and (ii) the original authors are doing the porting. I don't know if we can apply such subjective rules to wiki categories though. [[User:Gruso|Gruso]]&lt;br /&gt;
&lt;br /&gt;
How about 3 categories:&lt;br /&gt;
*ports of classic games&lt;br /&gt;
*ports from other platforms&lt;br /&gt;
*original Pandora games&lt;br /&gt;
[[User:OrR|OrR]]&lt;br /&gt;
:Then I propose not splitting the list, but simply adding another column onto the end and marking each game &amp;quot;classic&amp;quot;, &amp;quot;original&amp;quot;, etc.. That way, if anyone wants to, he can &amp;quot;sort&amp;quot; the table into the correct categories.&lt;br /&gt;
&lt;br /&gt;
:On an unrelated note, I can't seem to figure out where to put GemRB. It doesn't seem to be a &amp;quot;game&amp;quot; as such, but a game engine port. But should it go into &amp;quot;emulators&amp;quot; along with ScummVM? [[User:Esn|Esn]] 00:17, 10 June 2009 (CEST)&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Where in world is... &amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
There is an entry under Games named &amp;quot;Where in world is... &amp;quot; which just links back to a Polish blog and doesn't appear to be a real game/application. Can anyone confirm this is a genuine entry? [[User:Enverex|Enverex]] 23:30, 8 August 2009 (MEST)&lt;br /&gt;
&lt;br /&gt;
I am pretty sure &amp;quot;Wandor&amp;quot; and &amp;quot;warioland-inspired game&amp;quot; are the same--[[User:Kuru|Kuru]] 12:02, 6 March 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
== Stuff that should be removed from &amp;quot;Other programs&amp;quot;==&lt;br /&gt;
&lt;br /&gt;
I don't see any reason to list the programs that are already included with the Pandora or those already in the Angstrom repo. I guess that list hasn't been updated since after the pandora started shipping. --[[User:Cheese|Cheese]] 04:28, 23 June 2010 (MEST)&lt;br /&gt;
&lt;br /&gt;
Agree - this page should be for holding info on active developments, as a reference for when someone is looking for a program for a certain function. I like the move of games/emus to independant pages. Might be worth using the 'category' feature to tie together all individual dev/released project pages as they grow too. --[[User:Tsh|Tsh]] 12:51, 23 June 2010 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Combining released and in development stuff. ==&lt;br /&gt;
&lt;br /&gt;
This page was great before the pandora was out, but now that it is I don't think it makes sense to look in two different places for what's released and what's in development. That's why I have moved the in development games and emulator lists to their own pages (those pages include released games and emulators). Now when something goes from in development to released, it's a simple matter of moving the game up to the released list rather than to another page.&lt;br /&gt;
--[[User:Cheese|Cheese]] 05:10, 23 June 2010 (MEST)&lt;br /&gt;
:I agree, and I think it's time to do the same thing for this page as well. I'm working on it. [[User:Esn|Esn]] 06:56, 5 July 2010 (MEST)&lt;br /&gt;
:Ok, it's done. I started a thread on the forums [http://www.gp32x.com/board/index.php?/topic/55047-pandora-wiki-list-of-everything-except-games-emulators/ over here] for discussion, though of course someone could say something over here as well. [[User:Esn|Esn]] 08:14, 5 July 2010 (MEST)&lt;br /&gt;
== Angstrom Linux OS ==&lt;br /&gt;
Arn't we using a moddifed version of that? Why would that be uncomplete?&lt;br /&gt;
:Because the list was out of date, I just removed it --[[User:Cheese|Cheese]] 23:07, 8 July 2010 (MEST)&lt;br /&gt;
&lt;br /&gt;
==Minimenu skins==&lt;br /&gt;
I think this (http://pandorawiki.org/Software_projects#Skins) should be either moved to an entirely different page (like a page for minimenu, which could be used for other stuff, too - like tracking beta versions) or at least below the Operating systems category, does not really make sense to mention the skins before mentioning the actual program they are used with. Also I feel like skins don't really fall into the category of &amp;quot;software&amp;quot; so I would favour the first approach. [[User:Foxblock|Foxblock]] 15:43, 16 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Switch to a template ==&lt;br /&gt;
&lt;br /&gt;
Hi, I created a template that creates the same table [[User:ABC/playground]] but has some pros (in my oppinion):&lt;br /&gt;
* easy to edit, cause people see what they change esp. if not familar with wiki table syntax&lt;br /&gt;
* could be crawled by bots later&lt;br /&gt;
* seperates content from it's representation&lt;br /&gt;
* alter/extend representation at any time without any troubles&lt;br /&gt;
Would it be ok for you if I change all tables in that kind? --[[User:ABC|ABC]] 19:29, 26 April 2011 (MEST)&lt;br /&gt;
:This actually seems ''harder'' to edit to me, because you have to copy+paste a template every single time, instead of being just adding a line. Seems a lot more cumbersome. I don't understand the last two points, could you explain those a bit more? [[User:Esn|Esn]] 03:06, 27 April 2011 (MEST)&lt;br /&gt;
::Sure, as said this template encapsules the information of a single software. It's up to us, to change the viusalisation of this information completely just by changing the single template e.g to switch to a more complex design, that depends on the entered values, to change column order etc... . In past a lot of people liked it, when the tables grow more and more see [http://wiki.openstreetmap.org/wiki/Maps] or even distribute it using a bot [http://wiki.openstreetmap.org/wiki/Software/Desktop]. But again this is just a suggestion and I would be willing to do the work --[[User:ABC|ABC]] 10:37, 27 April 2011 (MEST)&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=User_talk:Esn&amp;diff=8034</id>
		<title>User talk:Esn</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=User_talk:Esn&amp;diff=8034"/>
		<updated>2011-04-26T21:46:19Z</updated>

		<summary type="html">&lt;p&gt;ABC: /* CSS+JS Extensions for Template:Languages */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Packaging==&lt;br /&gt;
Packaging is the fact of creating a package. :)&lt;br /&gt;
Normally this imply a limited amont of work. But there is a team &amp;quot;upstram&amp;quot; that continue to work on it and where bug can be reported (or I can be a &amp;quot;bridge&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
Porting mean a lot of work (at least in my head).&lt;br /&gt;
What does Pickle is usually porting, things like :&lt;br /&gt;
- translating GL to GLES&lt;br /&gt;
- hard work on resolution (change textures + a lot of code)&lt;br /&gt;
- optimizing for arm&lt;br /&gt;
- etc&lt;br /&gt;
Usually those who have ported will also fix the bugs (as they are largely involved in the code). &lt;br /&gt;
Chance that the &amp;quot;upstream&amp;quot; code to be merged later is small (That's why we have mame4all and mame106. The later is a port from a newer release). So in some way it's a fork. (Tuxrace is a clear fork of extreme tuxracer)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I hope that clarify all. -- [[User:Sebt3|Sebt3]], 02:54, 1 November 2010 &lt;br /&gt;
&lt;br /&gt;
== unreleased software ==&lt;br /&gt;
On the games,software projects and emulator lists there is alot of &amp;quot;Unreleased&amp;quot; stuff. Could the open source projects be moved to port requests? I'm not sure what to do with the proprietary ones like caster or homebrew ones like Onee-sama Tasukete!  [[User:Maplesugarlover|Maplesugarlover]] 15:01, 17 January 2011 (MET)&lt;br /&gt;
:I replied [[Talk:Port_requests#Moving_.22unreleased_software.22_here|over here]], because it's relevant to that page, so best to keep the discussion there probably... [[User:Esn|Esn]] 01:12, 18 January 2011 (MET)&lt;br /&gt;
Ironically , I didn't add any port requests, but I did update all 3 lists[[User:Maplesugarlover|maplesugarlover]] 03:05, 18 January 2011 (MET)&lt;br /&gt;
==Missed releases==&lt;br /&gt;
I was looking through the pandora developer's corner for pandora on gp32x and I found some stuff you missed&lt;br /&gt;
&lt;br /&gt;
[http://www.gp32x.com/board/index.php?/topic/54091-codeblocks-on-the-pandora/ Code:blocks]&lt;br /&gt;
&lt;br /&gt;
[http://www.gp32x.com/board/index.php?/topic/55363-groove/ groove]&lt;br /&gt;
&lt;br /&gt;
You are welcome [[User:Maplesugarlover|maplesugarlover]] 21:07, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
==will x run on the pandora ?==&lt;br /&gt;
blue protoman removed port requests that are on will x run on the pandora ? Just thought you should know. Also , I went on a deleting spree [[User:Maplesugarlover|maplesugarlover]] 18:14, 5 February 2011 (MET)&lt;br /&gt;
:Ok, thanks for letting me know. Seems okay... [[User:Esn|Esn]] 05:50, 7 February 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
== cool ideas ==&lt;br /&gt;
&lt;br /&gt;
what if there was a new page  called cool ideas. put things like the repo spec, new pnd format, tinxl and http://pandorawiki.org/Easy_pnd_maker there. It might also make sense to put it on the main page [[User:Maplesugarlover|maplesugarlover]] 04:02, 15 February 2011 (MET)&lt;br /&gt;
:never mind we have[[Proposals]] and [[cool ideas]]&lt;br /&gt;
though you could add them to front page [[User:Maplesugarlover|maplesugarlover]] 22:04, 17 February 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
== timidity ==&lt;br /&gt;
&lt;br /&gt;
there is an timidity installer pnd , but timidity is on [[port requests]]. Could timidity be removed from [[port requests]] ? [[User:Maplesugarlover|maplesugarlover]] 17:20, 20 February 2011 (MET)&lt;br /&gt;
:I think so, yes. [[User:Esn|Esn]] 01:06, 21 February 2011 (MET)&lt;br /&gt;
I removed TiMidity [[User:Maplesugarlover|maplesugarlover]] 01:07, 21 February 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
== CSS+JS Extensions for Template:Languages ==&lt;br /&gt;
&lt;br /&gt;
Hi Esn,&lt;br /&gt;
&lt;br /&gt;
did you already tried to adapt the CSS and JS as we talked about at [[User_talk:ABC]]? --[[User:ABC|ABC]] 23:46, 26 April 2011 (MEST)&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Talk:InfoIndex&amp;diff=8029</id>
		<title>Talk:InfoIndex</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Talk:InfoIndex&amp;diff=8029"/>
		<updated>2011-04-26T17:35:06Z</updated>

		<summary type="html">&lt;p&gt;ABC: /* &amp;quot;Merge&amp;quot; discussion */ split up list for blogs, archives,...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hmm... this is all looking quite out of date too. More of the important forum stuff ought to be on the wiki now, but I can see this being a good link pool for 'read all these first if you want to get up to speed' &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==&amp;quot;Merge&amp;quot; discussion==&lt;br /&gt;
I don't think it should be merged with [[community links]] because many of the links here are ''official''. Rather, perhaps that other page should be merged with this one. To be honest, the links on this page are a lot more useful than the links on that one. &lt;br /&gt;
&lt;br /&gt;
But some can be salvaged. For example &amp;quot;videos&amp;quot; should probably link not so much to individual videos, as to Youtube channels which have Pandora videos.&lt;br /&gt;
&lt;br /&gt;
Maybe use Middo's [http://www.fillsites.com.au/pandora/index.html Pandora Bookmark] website as a template. [[User:Esn|Esn]] 07:13, 22 April 2011 (MEST)&lt;br /&gt;
:Looks good, we could introduce a little 'offical pandora' icon? To me it would be wise to manage linklists here in the wiki, as everybody can update them and it's a central place for linking from all the distributed forums etc. --[[User:ABC|ABC]] 07:37, 22 April 2011 (MEST)&lt;br /&gt;
:What about collecting the sites in a distributed way like [[blogs]], [[portals]], [[pnd archives]],...? If we need all on a central page, we could use projection to condense all of this stuff together. --[[User:ABC|ABC]] 19:35, 26 April 2011 (MEST)&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Talk:Old_Main_Page&amp;diff=8028</id>
		<title>Talk:Old Main Page</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Talk:Old_Main_Page&amp;diff=8028"/>
		<updated>2011-04-26T17:32:18Z</updated>

		<summary type="html">&lt;p&gt;ABC: /* News bar? */ single point of information&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;messagebox standard-talk&amp;quot; id=&amp;quot;talkheader&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;text-align:center;background-color: #FFFFFF;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;border-bottom:1px solid #C0C090; background-color: #F8EABA;&amp;quot; |&lt;br /&gt;
This is the talk page for discussing the main page of the wiki.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: #FFFFFF;text-align:left;&amp;quot; |&lt;br /&gt;
'''Please sign your comments using four tildes (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;).''' Place comments that start a new topic at the '''bottom of the page''' and give them &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;== A Descriptive Header ==&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. &lt;br /&gt;
| style=&amp;quot;background-color: #FFFFFF;&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #C0C090; background-color: #F8EABA; margin-left: 20px; margin-bottom: 0px; margin-right: 3px;&amp;quot;&amp;gt;&lt;br /&gt;
'''Talk page guidelines'''&lt;br /&gt;
&lt;br /&gt;
Please respect Etiquette, assume good faith and be nice.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Dutch translation ==&lt;br /&gt;
&lt;br /&gt;
@ Orkie: Seeing as The Netherlands has a [http://www.gpark.nl GP2X community] too (and (although) indirectly, Pandora), it might be useful to add a link to it. I'm even willing to do (some) Dutch translations for the Wiki. ;) --[[User:SharQueDo|SharQueDo]] 11:57, 17 April 2008 (CEST)&lt;br /&gt;
: Sure, I'll do it when I get chance. [[User:Orkie|Orkie]] 20:23, 17 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Finnish translation ==&lt;br /&gt;
&lt;br /&gt;
I would like to do a finnish translation of the page, I just need you guys to link the main page to http://pandorawiki.org/Fi:Main_page and create the finlands flag symbol.&lt;br /&gt;
: Great, same as above. I'll dig out a flag icon and set up a new category later today. [[User:Orkie|Orkie]] 20:23, 17 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
: I think I will have time to start the translation project in Sunday and I will be working on it for some time. For starters I will be translating about pandora and Faq, but I will also add thinks that finnish people always ask me to faq. I plan to update as the english version updates and add stuff in the user category, in the developer category I will just put links to the english versions because you just have to know english to do that stuff. (besides, I don't think that I'm the right person to translate developer stuff) [[User:Gaeryc|Gaeryc]] 21:45, 17 April 2008 (CEST)&lt;br /&gt;
==Icelandic  translation ==&lt;br /&gt;
i have translated the Main Page in to icelandic&lt;br /&gt;
&lt;br /&gt;
http://pandorawiki.org/Is:Main_Page&lt;br /&gt;
--[[User:Andri12|Andri12]] 06:58, 20 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Czech translation ==&lt;br /&gt;
&lt;br /&gt;
Can you add Czech translation link http://pandorawiki.org/Cz:Main_page please? I'd like to make some translations to Czech language. Thanks.&lt;br /&gt;
: Sure, sorry it has taken a few days to get around to it. [[User:Orkie|Orkie]] 19:47, 5 June 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Spanish Translation ==&lt;br /&gt;
&lt;br /&gt;
Anybody working on this?&amp;lt;br /&amp;gt;&lt;br /&gt;
If not, what dialect should it be in? (I can only do some of the Latin American dialects, not much of any Spain/Castillian) You may consider having two namespaces: one for the European dialect (''Es:'') and one for Latin American dialect (''La:'') &amp;lt;br /&amp;gt;&lt;br /&gt;
[[User:Nat1192|Nat1192]] 02:11, 1 October 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== German translation ==&lt;br /&gt;
Hey, I would like to do a german translation of this page. First i will link to the english articles. &amp;lt;br /&amp;gt;&lt;br /&gt;
[[User:Shorty Meeks|Shorty Meeks]] 16:58, 7 December 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== French translation ==&lt;br /&gt;
There was already a basic French page. I'm slowly updating it and a bunch of other pages. [[User:KodeIn|KodeIn]] 21:38, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Allow editing==&lt;br /&gt;
Please allow all established users to edit this page. The requests are completely backlogged, and the front page is getting more and more outdated. [[User:Esn|Esn]] 08:24, 5 July 2010 (MEST)&lt;br /&gt;
:Thank you for updating it, EvilDragon. [[User:Esn|Esn]] 12:13, 15 July 2010 (MEST)&lt;br /&gt;
::Just a thought... we could make templates for the different sections to this page (About Pandora, links, user links, dev links) and then have this page use those templates. That would mean any logged in user could edit it, which ''is'' slightly dangerous for reasons of spam but does make it so it can be edited by everyone, they just couldn't get at the layout of the page. --[[User:Cheese|Cheese]] 09:11, 20 July 2010 (MEST)&lt;br /&gt;
:::Or just add a couple of users as explicit editors. The template suggestion seems OK, since anyone could revert spam, but we don't have 24/7 coverage of recent changes.--[[User:Tsh|Tsh]] 12:19, 20 July 2010 (MEST)&lt;br /&gt;
::::I agree that would be the best choice, but ED is the only active admin and I don't think he's familiar enough administering a wiki or he would have done it already, that or he's too busy. I've gone ahead with the template idea and sent him an updated main page, it should be up within a day or two. Hopefully the spammers won't realize they can now access part of the main page and start spamming like crazy. --[[User:Cheese|Cheese]] 07:37, 21 July 2010 (MEST)&lt;br /&gt;
&lt;br /&gt;
==Will X Run on the Pandora?==&lt;br /&gt;
&lt;br /&gt;
We have an article with this name.  http://pandorawiki.org/Will_X_run_on_the_Pandora%3F  It really SHOULD be added to the main page, under Users.  It's begging to be used more often!  I've already put it on the Port Requests page.&lt;br /&gt;
&lt;br /&gt;
[[User:Blue Protoman|Blue Protoman]] 22:49, 22 January 2011 (MET)BlueProtoman&lt;br /&gt;
&lt;br /&gt;
:The main page uses templates to bring in the links, so we don't need admins to update it. See (or edit): [[Template:MainPageUsersLinks]]. Feel free to add it there if no one objects to it. --[[User:Cheese|Cheese]] 04:00, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
::Wow... I had no idea. Thanks a bunch, Cheese. The [[Will_X_run_on_the_Pandora?]] article is quite rough at the moment though, so I don't know... [[User:Esn|Esn]] 04:45, 23 January 2011 (MET)&lt;br /&gt;
::Oh, I see that someone cleaned it up a bit so that it doesn't overlap with the software list articles. That was a good idea. [[User:Esn|Esn]] 04:48, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
That was me.  Also, I didn't know it ran off a template.  If that's the case, I'll add the page now.  Thanks.  [[User:Blue Protoman|Blue Protoman]] 15:20, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
==Move Hardware hacking from Users to Developers ?==&lt;br /&gt;
&lt;br /&gt;
That's said--[[User:Linux-SWAT|Linux-SWAT]] 19:14, 16 February 2011 (MET)&lt;br /&gt;
:It has nothing to do with developers, though... i.e. I had to do some so-called &amp;quot;hardware hacking&amp;quot; as a user because my stylus was stuck when I got my unit. Also, DaveC is known for hardware hacking but is certainly not a developer. [[User:Esn|Esn]] 00:05, 20 February 2011 (MET)&lt;br /&gt;
::Ok, so the french main page has to be changed--[[User:Linux-SWAT|Linux-SWAT]] 00:40, 27 February 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
== Wiki Translation tips ==&lt;br /&gt;
&lt;br /&gt;
Anyone ?--[[User:Linux-SWAT|Linux-SWAT]] 19:41, 16 February 2011 (MET)&lt;br /&gt;
:What's your question? [[User:Esn|Esn]] 00:06, 20 February 2011 (MET)&lt;br /&gt;
::I don't know how to proceed efficiently... Read a lot of wikis but never edited seriously :/--[[User:Linux-SWAT|Linux-SWAT]] 00:39, 27 February 2011 (MET)&lt;br /&gt;
:::Maybe have several tabs open, one with the original page, one with the translated page that you're creating, one with Google Translate? [[User:Esn|Esn]] 23:19, 17 March 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
== What happened to the logo? ==&lt;br /&gt;
&lt;br /&gt;
Title.  The logo's missing in favor of a placeholder, and I don't know why.  Anyone care to explain?  [[User:Blue Protoman|Blue Protoman]] 14:58, 17 March 2011 (MET)&lt;br /&gt;
:ED updated to the latest MediaWiki and changed the captcha to something more complex at my request, to get rid of the constant spam problems that we've had the past few weeks. It seems to have worked, but the logo seems to have gotten lost in the process. He's understandably quite busy, but I hope that eventually he'll find some time to put it back in (I'd do it, but I suspect I don't have access to that part of the site - though I'm not entirely sure). [[User:Esn|Esn]] 23:17, 17 March 2011 (MET)&lt;br /&gt;
:Instructions for setting a logo image are [http://kb.siteground.com/article/How_to_change_my_MediaWiki_logo_image.html here]. I don't think I have access to LocalSettings.php, though. [[User:Esn|Esn]] 23:24, 17 March 2011 (MET)&lt;br /&gt;
::It's nice to see that we're running the newest version now, I didn't realize ED had access to the server. Yep, you need write access to the files on the server to change the logo URL, there's no way to set it from the admin interface. --[[User:Cheese|Cheese]] 23:29, 17 March 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
==Houston, we have a problem!==&lt;br /&gt;
&amp;quot;Upload file&amp;quot; on the wiki no longer works. When I try, I get a message saying &amp;quot;The upload directory (public) is not writable by the webserver.&amp;quot; I've notified ED about this. I hope he checks his PMs from time to time. [[User:Esn|Esn]] 07:26, 25 March 2011 (MET)&lt;br /&gt;
:By the way, this is now fixed. And we have a logo again. :) [[User:Esn|Esn]] 06:14, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
==Second Problem==&lt;br /&gt;
Translation disappears !!! --[[User:Linux-SWAT|Linux-SWAT]] 22:58, 6 April 2011 (MEST)&lt;br /&gt;
:What? Where? [[User:Esn|Esn]] 07:47, 7 April 2011 (MEST)&lt;br /&gt;
::Clicked on the french page to edit this and there like when i have time&lt;br /&gt;
http://pandorawiki.org/Fr:Main_Page gives Fr:Main Page&lt;br /&gt;
There is currently no text in this page. You can search for this page title in other pages, search the related logs, or edit this page.&lt;br /&gt;
&lt;br /&gt;
Clicking on some other flags gave the same answer :/     --[[User:Linux-SWAT|Linux-SWAT]] 21:21, 8 April 2011 (MEST)&lt;br /&gt;
:Bizarre. I'll have to ask EvilDragon about this... [[User:Esn|Esn]] 21:36, 8 April 2011 (MEST)&lt;br /&gt;
::I also have to add that every contribution to the french page has been removed from my history... weird --[[User:Linux-SWAT|Linux-SWAT]] 13:01, 9 April 2011 (MEST)&lt;br /&gt;
:::[[:Category:Emulator_Compatibility|these pages]] have disappeared as well. I'm ''certain'' that they were there before the latest update, but now they're gone along with the edit histories. [[User:Esn|Esn]] 06:43, 22 April 2011 (MEST)&lt;br /&gt;
::::So do we have to start over again TT ?  --[[User:Linux-SWAT|Linux-SWAT]] 22:51, 22 April 2011 (MEST)&lt;br /&gt;
:::::Let's give ED a while to see if he can figure out what went wrong, first... it's possible that he might be able to recover those pages. [[User:Esn|Esn]] 06:42, 23 April 2011 (MEST)&lt;br /&gt;
: I would suggest to use the [[:template:languages]] that adds a list of translations on top of the page. Due to a bug it doesn't hiddes all remaining languages, but this will work if we fix the wiki config --[[User:ABC|ABC]] 00:11, 23 April 2011 (MEST)&lt;br /&gt;
::For my proposal about what the &amp;quot;languages&amp;quot; template should look like, please see the &amp;quot;Updating Mediawiki&amp;quot; thread below this one. [[User:Esn|Esn]] 06:43, 23 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Right to change the mainpage ==&lt;br /&gt;
&lt;br /&gt;
Hi Orkie,&lt;br /&gt;
&lt;br /&gt;
I would like to help to clean up the wiki and therefore outsource templates, reorder mainpage etc. Might you grant me the right to do so, please?&lt;br /&gt;
&lt;br /&gt;
:Orkie is no longer around, ABC. Neither is Chip. The only admins active now are myself and EvilDragon. [[User:Esn|Esn]] 05:20, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
:You're free to improve the wiki of course, but please add a discussion topic in the relevant talk page before you decide to start on any radical changes that may be controversial and difficult to undo. This is better for all sides, because if you go in too rashly, you risk having all your work undone if someone heavily disagrees with what you propose. So if you have anything radical in mind, it might be better to start a &amp;quot;fork&amp;quot; page first (like [[Games (fork)|this one]]), then if nobody objects it can be brought over to the main article. &lt;br /&gt;
&lt;br /&gt;
:By the way, what do you mean about &amp;quot;outsourcing templates&amp;quot;? And what specifically on the main page don't you like? [[User:Esn|Esn]] 06:12, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
:Sorry was my fault, you already use templates so I could just do some little reordering. I would like to remove the language flags, I try to get [[:template:languages]] working instead, which is checking if the pages have translations or not.&lt;br /&gt;
:I understand your point of view, concerning critical edits. Currently I just do refactoring and reformatting so nothing that affects the content or structure to heavy. I guess a discussion would be necessary before renaming some of the pages.--[[User:ABC|ABC]] 09:37, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Updating Mediawiki ==&lt;br /&gt;
&lt;br /&gt;
Hi, are there any concerns on updating this instance to a more recent version? I'm always confused to have the searchbar at the left side without outocomplete and SVG is currently unsupported :/ --[[User:ABC|ABC]] 18:22, 19 April 2011 (MEST)&lt;br /&gt;
:Well, I personally think the new look of Wikipedia is pretty ugly and inefficient, so I'm a fan of keeping the cosmetics as they are. ;) EvilDragon actually updated to the latest MediaWiki just recently to combat a spam problem that we had. It might've messed up a few other things, though (see discussion in the above topics). The SVG thing isn't that great, if true (I've never tried uploading an SVG file). Do you actually need SVG for something specific? [[User:Esn|Esn]] 06:08, 20 April 2011 (MEST)&lt;br /&gt;
::Yes thats a big UI step, I see. But for me it's not that nice to switch between different styles. Anyway thats not that important :)&lt;br /&gt;
:: Yes SVG will allow everybody to upload and update schemes, diagrams etc. that would be static otherwise. It prevents to use a lot of material of the Creative Commons database that could be used using interwiki links. --[[User:ABC|ABC]] 09:37, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
:Ok template:langues worksbut it lacks the collapsing feature. This is done by [[:template:hidden]] but I guess it seem to lack a few CSS definitions? Check it out at [http://en.wikipedia.org/wiki/Template:Hidden wikipedia] --[[User:ABC|ABC]] 21:39, 20 April 2011 (MEST) --[[User:ABC|ABC]] 21:39, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
::Please tell me what you're trying to do, as I don't really understand it. You're recently copied over a number of language-related templates from Wikipedia: [[Template:LanguageExistingEn]], [[Template:LanguageLink]], [[Template:LanguageExisting]], [[Template:Languages]]. Are you trying to have the links to different languages be on the left column of the page, as is the case in Wikipedia? If so, it doesn't seem to be working. What you've done [http://pandorawiki.org/index.php?title=FAQ&amp;amp;oldid=7714 here] is rather ugly. Please do any ''experiments'' on a ''test'' page rather than a functioning page that's in use. And no way are we EVER going to have more than a few languages, anyway, so it makes no sense to me to have so many redlinks... [[User:Esn|Esn]] 06:31, 22 April 2011 (MEST)&lt;br /&gt;
:::You are right, it would be better if I used a testpage only and not a productive one :/ Well yes I try to get a top menu working, that adapts to the language a page is translated for. For example [http://wiki.openstreetmap.org/wiki/Presse]. The redlinks will disappear if the CSS/JS is extended and SVG is fixed. I guess the files were interwiki by wikicommons, if not i will add them, of course. Sorry if my action sometimes look a bit hectic, I promise to be more patient :) --[[User:ABC|ABC]] 07:32, 22 April 2011 (MEST)&lt;br /&gt;
::::Okay, thanks for explaining. I would prefer to handle different languages like they are on Wikipedia (as a sidebar) - although if that's not possible (or too much work), that language template is an acceptable alternative. If we end up using the language template, I think it should be present not on every single page, but only on the ones that are translated into at least one other language. [[User:Esn|Esn]] 07:44, 22 April 2011 (MEST)&lt;br /&gt;
:::::Sure, that handling is up to us. But see, this would make it very easy to others to create translations. But I'm not a big fan of internationalization (for that a small community) due to the outdating of pages. --[[User:ABC|ABC]] 08:45, 22 April 2011 (MEST)&lt;br /&gt;
::::To be honest, I think those little flags that are currently on the main page look much nicer than the language template does in the link that you provided. If we end up using a top-of-the-page template for other languages, I'd rather have the flags than the language names. [[User:Esn|Esn]] 08:29, 22 April 2011 (MEST)&lt;br /&gt;
:::::Again, if the templates are in use, it's up to us to change their representation layer [[:Template:Languages/Interface]]. But yes flags seem to save space and look a bit sexier :) --[[User:ABC|ABC]] 08:45, 22 April 2011 (MEST)&lt;br /&gt;
::::::Just trying to picture it here, I think the best option would be to have the links to different languages be on the right side of the page, like an infobox. So it might say &amp;quot;Translations of this page:&amp;quot; and then a few flags. That seems like a nice, clean way to do it. I think that's better than putting it over the ''entire'' top, because this way it doesn't hinder people who start reading from the top of the article. [[User:Esn|Esn]] 10:05, 22 April 2011 (MEST)&lt;br /&gt;
::::::Not sure if that is a good argument as a lot of wikis I saw use a very similar template. Anyway if it works right we can change the design. --[[User:ABC|ABC]] 14:32, 22 April 2011 (MEST)&lt;br /&gt;
:::::::Well, [http://i.imgur.com/gGeqg.gif here's a mockup] of what I'm proposing. It's pretty similar to what those other wikis use; I just think it looks less ugly. The &amp;quot;add a translation&amp;quot; link could go to an instruction page that says: &amp;quot;if you want to add a translation, find the two-letter code of your language, and make a page with that code in front of it&amp;quot;. Or maybe instead of &amp;quot;add a translation&amp;quot;, it could say &amp;quot;missing languages&amp;quot; as it does on the example you linked.&lt;br /&gt;
:::::::Anyway... so how is that template supposed to automatically recognize which pages are translated? Does it look for whether there's a page with the same title with a two-letter language code in front of it? But some pages will have different titles in different languages - I'm not sure how you could get around adding the languages in manually. [[User:Esn|Esn]] 05:58, 23 April 2011 (MEST)&lt;br /&gt;
::::::::[http://i.imgur.com/YSWJ6.png Here's my second mockup]. And once you click on &amp;quot;show missing languages&amp;quot;, it will look like [http://i.imgur.com/et5at.png this]. To be listed, a &amp;quot;missing language&amp;quot; must have a translation of the main page of this wiki. That seems like a good compromise to avoid listing hundreds of languages... [[User:Esn|Esn]] 06:38, 23 April 2011 (MEST)&lt;br /&gt;
::::::::They look awesome, but to be honest, I would expect this choice on the top of the page :/ With this nitty flags it doesn't consume to much space. The other great thing of the hidden languages is that you can add a translation to a page easily, that is missed in your mockups, right? --[[User:ABC|ABC]] 08:31, 24 April 2011 (MEST)&lt;br /&gt;
:::::::::&amp;quot;that is missed in your mockups, right?&amp;quot; - nope, check out the second proposal. It's structured the same as the one you linked to, but with flags instead of language names and on the right side of the page instead of right at the top. I think it is better to have it on the right side so as not to distract most readers by being right at the top. Most readers will not be looking for other languages but to start reading the article. Also, if you look on various websites that are multilingual, the little flags to change languages are usually in the right-hand corner of the page, so this will be familiar. With the flags, as you said, it will take up very little horizontal space, so there is no reason to have it take up more space than is needed. Taking up ALL of the top horizontal space only makes sense if you're going to write out each language name in text, because that would take up too much ''vertical'' space if you kept it to the upper right. [[User:Esn|Esn]] 15:25, 26 April 2011 (MEST)&lt;br /&gt;
:BTW I checked out, that you can change the skin already now to Vector, that is the new Mediawiki user interface everywhere. Douch, guess I should read the manual first ;) --[[User:ABC|ABC]] 19:00, 23 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Goals of this wiki ==&lt;br /&gt;
&lt;br /&gt;
Hi there, just a simple questions before I start any harder refactoring or contributing to this wiki. What are the main goals for this platform? What usecases do you spot on? How established is it within the pandora community?&lt;br /&gt;
&lt;br /&gt;
Maybe we should make an IRC session focused on further plans on the wiki? --[[User:ABC|ABC]] 19:54, 23 April 2011 (MEST)&lt;br /&gt;
:Well, I would prefer to keep such discussions in a place with a permanent record of what is posted. Also because many of the contributors contribute every so often, and I'd rather leave the discussion open to more eyes than have an intense IRC discussion of just a few people. If you'd like a wider discussion, you could start a topic in the GP32X Pandora general section... or we could keep it here and accept that it may not move as quickly as you'd like.&lt;br /&gt;
:Now then, as for the goals: This wiki started out &amp;lt;s&amp;gt;two&amp;lt;/s&amp;gt; three years ago largely because the Pandora team didn't have the time or the resources to put together a comprehensive user manual for the Pandora, so they decided to outsource the task to the community. Well, that actually happened a bit later, but it was a major project, anyway.  These days, the wiki generally acts as a place where Pandora owners write down important things for reference. The sorts of things that would have gotten lost with the passage of time on the forums. The main activity happens on the forums, and the wiki is like the &amp;quot;long-term memory&amp;quot; of the community. Hence, the [[tutorials]], the various tips and tricks that you see in different articles, hardware documentation, bug reports, and software lists. This is all here so that important things don't get forgotten just because they were done a long time ago. A lot of devs use it for the same reason, as a place to have an organized reference of the things they're working on. So in large part, the wiki is like a collection of what once would have been spread out on different sites - most articles were created mainly by one person.&lt;br /&gt;
:My main task in bringing the disparate elements together into a structure I see like this: to make sure that all related articles are linked to each other, via wikilinks or categories. But I don't try to interfere in stylistic decisions much. A lot of it is &amp;quot;not my business&amp;quot;, frankly, especially the dev articles. ;) If I, personally as a Pandora owner, care about the organization of a particular article, I'll make a case for changing it in the talk page, or do the changes right away if I'm pretty sure that they'll be uncontroversial. [[User:Esn|Esn]] 16:03, 26 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== News bar? ==&lt;br /&gt;
&lt;br /&gt;
Hi, what do you think about adding a newslist to the mainpage collecting all informations of the different forums and listing the official announcements? --[[User:ABC|ABC]] 08:34, 24 April 2011 (MEST)&lt;br /&gt;
:Well, I don't really see the need for official announcements - we have the [http://stalker.openpandora.org/ Pandora Stalker] and PandoraPress for that. Who decides what is &amp;quot;official&amp;quot;? As for &amp;quot;community news&amp;quot;, those are already collected on the three software lists. One can subscribe to the RSS feed of those articles and thereby keep abreast of the latest events - or simply check them once in a while and sort by date to see what you missed. As I said above, I think the wiki is more like the long-term-memory of the community; the reference library rather than the TV channel. It's hard work to keep it up-to-date as it is. Are you volunteering to keep the news up-to-date if we add a news bar? The development of the wiki rests largely on who's willing to do the developing. ;) [[User:Esn|Esn]] 16:31, 26 April 2011 (MEST)&lt;br /&gt;
::Well updating is not the problem but to get the news. I'm not very excited about the currently very distributed communication infrastructure and so I think it might be a good chance to collect them at a single point so newbies doesn't have to checkout a lot of portals or semi official blogs...--[[User:ABC|ABC]] 19:32, 26 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Merging with german wiki ==&lt;br /&gt;
&lt;br /&gt;
Hi, sorry for putting that much topics on your todo list, but I like to ask even here if you would give the [http://wiki.openpandora.de german wiki users] a warm welcome? AFAIK there is currently only one maintainer left, but their wiki is quite good organized and has some really interesting aspects (e.g. icons for buttons,...). To me it sounds wise to first cleanup our own articles and then merge both wikis and use this process to update all the articles --[[User:ABC|ABC]] 23:17, 25 April 2011 (MEST)&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Talk:Software_projects&amp;diff=8027</id>
		<title>Talk:Software projects</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Talk:Software_projects&amp;diff=8027"/>
		<updated>2011-04-26T17:29:33Z</updated>

		<summary type="html">&lt;p&gt;ABC: /* Switch to a template */ sig&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TalkEtiquette}}&lt;br /&gt;
&lt;br /&gt;
I think the games should be split into ports and original games. Of course, this might sometimes be hard to decide, for example with Wizzley Presto, which is a new original game but could also be called a port from the iPhone version... [[User:OrR|OrR]]&lt;br /&gt;
&lt;br /&gt;
I think that's a good idea. But I got stuck on that same blurred line while planning a blog feature for homebrew games. Wizzley Presto is one, also GP2X games like Pool Panic and Battle Jewels. For my purposes (being to showcase our scene's own work) I decided that these games should fall under originals, because (i) it's all talent from within our scene, and (ii) the original authors are doing the porting. I don't know if we can apply such subjective rules to wiki categories though. [[User:Gruso|Gruso]]&lt;br /&gt;
&lt;br /&gt;
How about 3 categories:&lt;br /&gt;
*ports of classic games&lt;br /&gt;
*ports from other platforms&lt;br /&gt;
*original Pandora games&lt;br /&gt;
[[User:OrR|OrR]]&lt;br /&gt;
:Then I propose not splitting the list, but simply adding another column onto the end and marking each game &amp;quot;classic&amp;quot;, &amp;quot;original&amp;quot;, etc.. That way, if anyone wants to, he can &amp;quot;sort&amp;quot; the table into the correct categories.&lt;br /&gt;
&lt;br /&gt;
:On an unrelated note, I can't seem to figure out where to put GemRB. It doesn't seem to be a &amp;quot;game&amp;quot; as such, but a game engine port. But should it go into &amp;quot;emulators&amp;quot; along with ScummVM? [[User:Esn|Esn]] 00:17, 10 June 2009 (CEST)&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Where in world is... &amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
There is an entry under Games named &amp;quot;Where in world is... &amp;quot; which just links back to a Polish blog and doesn't appear to be a real game/application. Can anyone confirm this is a genuine entry? [[User:Enverex|Enverex]] 23:30, 8 August 2009 (MEST)&lt;br /&gt;
&lt;br /&gt;
I am pretty sure &amp;quot;Wandor&amp;quot; and &amp;quot;warioland-inspired game&amp;quot; are the same--[[User:Kuru|Kuru]] 12:02, 6 March 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
== Stuff that should be removed from &amp;quot;Other programs&amp;quot;==&lt;br /&gt;
&lt;br /&gt;
I don't see any reason to list the programs that are already included with the Pandora or those already in the Angstrom repo. I guess that list hasn't been updated since after the pandora started shipping. --[[User:Cheese|Cheese]] 04:28, 23 June 2010 (MEST)&lt;br /&gt;
&lt;br /&gt;
Agree - this page should be for holding info on active developments, as a reference for when someone is looking for a program for a certain function. I like the move of games/emus to independant pages. Might be worth using the 'category' feature to tie together all individual dev/released project pages as they grow too. --[[User:Tsh|Tsh]] 12:51, 23 June 2010 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Combining released and in development stuff. ==&lt;br /&gt;
&lt;br /&gt;
This page was great before the pandora was out, but now that it is I don't think it makes sense to look in two different places for what's released and what's in development. That's why I have moved the in development games and emulator lists to their own pages (those pages include released games and emulators). Now when something goes from in development to released, it's a simple matter of moving the game up to the released list rather than to another page.&lt;br /&gt;
--[[User:Cheese|Cheese]] 05:10, 23 June 2010 (MEST)&lt;br /&gt;
:I agree, and I think it's time to do the same thing for this page as well. I'm working on it. [[User:Esn|Esn]] 06:56, 5 July 2010 (MEST)&lt;br /&gt;
:Ok, it's done. I started a thread on the forums [http://www.gp32x.com/board/index.php?/topic/55047-pandora-wiki-list-of-everything-except-games-emulators/ over here] for discussion, though of course someone could say something over here as well. [[User:Esn|Esn]] 08:14, 5 July 2010 (MEST)&lt;br /&gt;
== Angstrom Linux OS ==&lt;br /&gt;
Arn't we using a moddifed version of that? Why would that be uncomplete?&lt;br /&gt;
:Because the list was out of date, I just removed it --[[User:Cheese|Cheese]] 23:07, 8 July 2010 (MEST)&lt;br /&gt;
&lt;br /&gt;
==Minimenu skins==&lt;br /&gt;
I think this (http://pandorawiki.org/Software_projects#Skins) should be either moved to an entirely different page (like a page for minimenu, which could be used for other stuff, too - like tracking beta versions) or at least below the Operating systems category, does not really make sense to mention the skins before mentioning the actual program they are used with. Also I feel like skins don't really fall into the category of &amp;quot;software&amp;quot; so I would favour the first approach. [[User:Foxblock|Foxblock]] 15:43, 16 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Switch to a template ==&lt;br /&gt;
&lt;br /&gt;
Hi, I created a template that creates the same table [[User:ABC/playground]] but has some pros (in my oppinion):&lt;br /&gt;
* easy to edit, cause people see what they change&lt;br /&gt;
* seperates content from it's representation&lt;br /&gt;
* alter/extend representation at any time without any troubles&lt;br /&gt;
Would it be ok for you if I change all tables in that kind? --[[User:ABC|ABC]] 19:29, 26 April 2011 (MEST)&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Talk:Software_projects&amp;diff=8026</id>
		<title>Talk:Software projects</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Talk:Software_projects&amp;diff=8026"/>
		<updated>2011-04-26T17:29:23Z</updated>

		<summary type="html">&lt;p&gt;ABC: /* Switch to a template */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TalkEtiquette}}&lt;br /&gt;
&lt;br /&gt;
I think the games should be split into ports and original games. Of course, this might sometimes be hard to decide, for example with Wizzley Presto, which is a new original game but could also be called a port from the iPhone version... [[User:OrR|OrR]]&lt;br /&gt;
&lt;br /&gt;
I think that's a good idea. But I got stuck on that same blurred line while planning a blog feature for homebrew games. Wizzley Presto is one, also GP2X games like Pool Panic and Battle Jewels. For my purposes (being to showcase our scene's own work) I decided that these games should fall under originals, because (i) it's all talent from within our scene, and (ii) the original authors are doing the porting. I don't know if we can apply such subjective rules to wiki categories though. [[User:Gruso|Gruso]]&lt;br /&gt;
&lt;br /&gt;
How about 3 categories:&lt;br /&gt;
*ports of classic games&lt;br /&gt;
*ports from other platforms&lt;br /&gt;
*original Pandora games&lt;br /&gt;
[[User:OrR|OrR]]&lt;br /&gt;
:Then I propose not splitting the list, but simply adding another column onto the end and marking each game &amp;quot;classic&amp;quot;, &amp;quot;original&amp;quot;, etc.. That way, if anyone wants to, he can &amp;quot;sort&amp;quot; the table into the correct categories.&lt;br /&gt;
&lt;br /&gt;
:On an unrelated note, I can't seem to figure out where to put GemRB. It doesn't seem to be a &amp;quot;game&amp;quot; as such, but a game engine port. But should it go into &amp;quot;emulators&amp;quot; along with ScummVM? [[User:Esn|Esn]] 00:17, 10 June 2009 (CEST)&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Where in world is... &amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
There is an entry under Games named &amp;quot;Where in world is... &amp;quot; which just links back to a Polish blog and doesn't appear to be a real game/application. Can anyone confirm this is a genuine entry? [[User:Enverex|Enverex]] 23:30, 8 August 2009 (MEST)&lt;br /&gt;
&lt;br /&gt;
I am pretty sure &amp;quot;Wandor&amp;quot; and &amp;quot;warioland-inspired game&amp;quot; are the same--[[User:Kuru|Kuru]] 12:02, 6 March 2010 (MET)&lt;br /&gt;
&lt;br /&gt;
== Stuff that should be removed from &amp;quot;Other programs&amp;quot;==&lt;br /&gt;
&lt;br /&gt;
I don't see any reason to list the programs that are already included with the Pandora or those already in the Angstrom repo. I guess that list hasn't been updated since after the pandora started shipping. --[[User:Cheese|Cheese]] 04:28, 23 June 2010 (MEST)&lt;br /&gt;
&lt;br /&gt;
Agree - this page should be for holding info on active developments, as a reference for when someone is looking for a program for a certain function. I like the move of games/emus to independant pages. Might be worth using the 'category' feature to tie together all individual dev/released project pages as they grow too. --[[User:Tsh|Tsh]] 12:51, 23 June 2010 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Combining released and in development stuff. ==&lt;br /&gt;
&lt;br /&gt;
This page was great before the pandora was out, but now that it is I don't think it makes sense to look in two different places for what's released and what's in development. That's why I have moved the in development games and emulator lists to their own pages (those pages include released games and emulators). Now when something goes from in development to released, it's a simple matter of moving the game up to the released list rather than to another page.&lt;br /&gt;
--[[User:Cheese|Cheese]] 05:10, 23 June 2010 (MEST)&lt;br /&gt;
:I agree, and I think it's time to do the same thing for this page as well. I'm working on it. [[User:Esn|Esn]] 06:56, 5 July 2010 (MEST)&lt;br /&gt;
:Ok, it's done. I started a thread on the forums [http://www.gp32x.com/board/index.php?/topic/55047-pandora-wiki-list-of-everything-except-games-emulators/ over here] for discussion, though of course someone could say something over here as well. [[User:Esn|Esn]] 08:14, 5 July 2010 (MEST)&lt;br /&gt;
== Angstrom Linux OS ==&lt;br /&gt;
Arn't we using a moddifed version of that? Why would that be uncomplete?&lt;br /&gt;
:Because the list was out of date, I just removed it --[[User:Cheese|Cheese]] 23:07, 8 July 2010 (MEST)&lt;br /&gt;
&lt;br /&gt;
==Minimenu skins==&lt;br /&gt;
I think this (http://pandorawiki.org/Software_projects#Skins) should be either moved to an entirely different page (like a page for minimenu, which could be used for other stuff, too - like tracking beta versions) or at least below the Operating systems category, does not really make sense to mention the skins before mentioning the actual program they are used with. Also I feel like skins don't really fall into the category of &amp;quot;software&amp;quot; so I would favour the first approach. [[User:Foxblock|Foxblock]] 15:43, 16 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Switch to a template ==&lt;br /&gt;
&lt;br /&gt;
Hi, I created a template that creates the same table [[User:ABC/playground]] but has some pros (in my oppinion):&lt;br /&gt;
* easy to edit, cause people see what they change&lt;br /&gt;
* seperates content from it's representation&lt;br /&gt;
* alter/extend representation at any time without any troubles&lt;br /&gt;
Would it be ok for you if I change all tables in that kind?&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=User:ABC/playground&amp;diff=8025</id>
		<title>User:ABC/playground</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=User:ABC/playground&amp;diff=8025"/>
		<updated>2011-04-26T17:19:02Z</updated>

		<summary type="html">&lt;p&gt;ABC: software cats&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Name&lt;br /&gt;
!Release date&amp;lt;br/&amp;gt;&amp;lt;small&amp;gt;(YYYY-MM-DD)&amp;lt;/small&amp;gt;&lt;br /&gt;
!State&lt;br /&gt;
!Version&lt;br /&gt;
!Authors&lt;br /&gt;
!Type&lt;br /&gt;
!Notes&lt;br /&gt;
!Download&lt;br /&gt;
|-&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=AbiWord&lt;br /&gt;
|date=2011-01-17&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=sebt3 (packaging)&lt;br /&gt;
|category=Office - word processor&lt;br /&gt;
|notes=Stand-alone PND. [http://www.gp32x.com/board/index.php?/topic/56810-html-viewer-for-claws-mail/page__view__findpost__p__919843 Discussion]&lt;br /&gt;
|archive=[http://sebt3.openpandora.org/pnd/abiword.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Alarm Clock &lt;br /&gt;
|date=2011-02-01&lt;br /&gt;
|state=beta&lt;br /&gt;
|version=&lt;br /&gt;
|authors=sebt3 (port)&lt;br /&gt;
|category=Office&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/58479-alarm-clock-app/ Discussion]&lt;br /&gt;
|archive=[http://sebt3.openpandora.org/pnd/alarmclock.pnd Download] [http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,8,303 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Anki&lt;br /&gt;
|date=2011-04-20&lt;br /&gt;
|state=&lt;br /&gt;
|version=1.2.8-drack3&lt;br /&gt;
|authors=Drack (port)&lt;br /&gt;
|category=Office - memory aid&lt;br /&gt;
|notes=Discussion [http://www.gp32x.com/board/index.php?/topic/58929-anki-friendly-intelligent-flashcards/page__view__findpost__p__946781 1] [http://boards.openpandora.org/index.php?/topic/34-anki-friendly-intelligent-flashcards/ 2]&lt;br /&gt;
|archive=[http://repo.openpandora.org/?page=detail&amp;amp;app=anki Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Arora (for Minimenu)&lt;br /&gt;
|date=2010-05-26&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Skeezix (quick hack)&lt;br /&gt;
|category=Network - web browser&lt;br /&gt;
|notes=Needed to run Arora from Minimenu&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,112,69 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Audacious&lt;br /&gt;
|date=2011-03-07&lt;br /&gt;
|state=&lt;br /&gt;
|version=2.4.4&lt;br /&gt;
|authors=sebt3 (port)&lt;br /&gt;
|category=Audio - music player&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/54792-audacious/page__view__findpost__p__942175 Discussion]&lt;br /&gt;
|archive=[http://sebt3.openpandora.org/pnd/audacious.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Audacity&lt;br /&gt;
|date=2011-04-21&lt;br /&gt;
|state=&lt;br /&gt;
|version=1.3.12&lt;br /&gt;
|authors=slaeshjag (port)&lt;br /&gt;
|category=Audio - audio editor, recorder&lt;br /&gt;
|notes=Discussion: [http://www.gp32x.com/board/index.php?/topic/59301-audacity-1-3-12/ GP32X] [http://boards.openpandora.org/index.php?/topic/3016-audacity-1312/ OP]&lt;br /&gt;
|archive=[http://stuffs.slaeshjag.org/pnd/audacity.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Background killer&lt;br /&gt;
|date=2010-06-07&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Notaz&lt;br /&gt;
|category=System&lt;br /&gt;
|notes=Kill background tasks in minimenu. &lt;br /&gt;
|archive=[http://apps.open-pandora.org/cgi-bin/viewapp.pl?/Other/background_killer.inf Apps]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Banshee&lt;br /&gt;
|date=2010-10-23&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=sebt3 (port)&lt;br /&gt;
|category=Audio - music player&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/57144-portrequest-banshee/ Discussion]&lt;br /&gt;
|archive=[http://sebt3.openpandora.org/pnd/banshee.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Better battery charging &lt;br /&gt;
|date=2011-03-13&lt;br /&gt;
|state=beta&lt;br /&gt;
|version=&lt;br /&gt;
|authors=WizardStan&lt;br /&gt;
|category=System&lt;br /&gt;
|notes=[http://boards.openpandora.org/index.php?/topic/1488-better-battery-charging-beta/page__view__findpost__p__40784 Discussion]. Not a PND; must install from terminal.&lt;br /&gt;
|archive=[http://www.rebirthofxeen.com/files/pandora/chargeHack1 Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Bluefish Editor&lt;br /&gt;
|date=2011-03-13&lt;br /&gt;
|state=&lt;br /&gt;
|version=2.0.3&lt;br /&gt;
|authors=mcobit (port)&lt;br /&gt;
|category=Network - web design&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/58927-port-request-bluefish-editor/ Discussion]&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,115,352 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Bournal&lt;br /&gt;
|date=2010-08-11&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=&lt;br /&gt;
|category=Office - journal&lt;br /&gt;
|notes=encrypted diary program&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,113,181 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Brasero&lt;br /&gt;
|date=2011-03-01&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=mcobit (port)&lt;br /&gt;
|category=System - CD/DVD burner&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/58842-brasero/ Discussion]&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,8,335 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Catlooking Writer&lt;br /&gt;
|date=2011-03-28&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=mcobit (port)&lt;br /&gt;
|category=Office - word processor&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/59111-catlooking-writer/ Discussion]&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,113,372 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Chromium&lt;br /&gt;
|date=2010-09-04&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=The Chromium Authors, EvilDragon (port)&lt;br /&gt;
|category=Network - web browser&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/56474-chromium-4-with-ssl-and-chromium-snapshot/ Discussion]. SSL now works&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,112,90 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Chromium-Dev v&lt;br /&gt;
|date=2011-01-16&lt;br /&gt;
|state=&lt;br /&gt;
|version=0.0.642.1&lt;br /&gt;
|authors=The Chromium Authors, EvilDragon (port)&lt;br /&gt;
|category=Network - web browser&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/58234-chromium-dev-snapshot-v10-0-642-1/ Discussion] [http://www.gp32x.com/board/index.php?/topic/57017-chromium-dev-updated/ (old)]. The latest (non-stable) snapshot.&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,112,201 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Claunch &lt;br /&gt;
|date=2010-10-14&lt;br /&gt;
|state=beta&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Lamoxx&lt;br /&gt;
|category=System - app launcher&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/57040-claunch-minimal-flexible-rom-pickerapplication-launcher/ Discussion]&lt;br /&gt;
|archive=[http://userpages.uni-koblenz.de/~bbrink/tmp/claunch_beta.tar.gz Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Claws Mail&lt;br /&gt;
|date=2010-10-03&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=sebt3 (port)&lt;br /&gt;
|category=Network - mail client&lt;br /&gt;
|notes=Stand-alone PND. [http://www.gp32x.com/board/index.php?/topic/56810-html-viewer-for-claws-mail/page__view__findpost__p__920075 Discussion]. Hopefully doesn't save to NAND (testing needed).&lt;br /&gt;
|archive=[http://sebt3.openpandora.org/pnd/claw-mail.pnd Download] [http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,113,223 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Cmus&lt;br /&gt;
|date=2010-11-27&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=otherguy66 (port)&lt;br /&gt;
|category=Audio - music player&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/57682-cmus-pnd-installer/page__gopid__928328&amp;amp;#entry928328 Discussion]. Installed to [[NAND]] (1mb). Text mode player&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,6,251 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Code::blocks&lt;br /&gt;
|date=2010-06-07&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=sinoth (port)&lt;br /&gt;
|category=Development - IDE&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/54091-codeblocks-on-the-pandora/ Discussion].&lt;br /&gt;
|archive=[http://sinoth.net/pandora/codeblocks.pnd.gz Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Community Codec Package&lt;br /&gt;
|date=2010-05-25&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Pandora team&lt;br /&gt;
|category=System&lt;br /&gt;
|notes=Make sure you have this installed&lt;br /&gt;
|archive=[http://apps.open-pandora.org/cgi-bin/viewapp.pl?/Other/CodecPack.inf Apps] [http://openpandora.org/downloads/CodecPack.pnd Official site]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Comix&lt;br /&gt;
|date=2010-06-30&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Pontus Ekberg&lt;br /&gt;
|category=Graphics - image viewer&lt;br /&gt;
|notes=&lt;br /&gt;
|archive=[http://apps.open-pandora.org/cgi-bin/viewapp.pl?/Application/comix.inf Apps]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Conky&lt;br /&gt;
|date=2010-08-03&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=daniel3000 (port)&lt;br /&gt;
|category=System&lt;br /&gt;
|notes=System monitor. [http://www.gp32x.com/board/index.php?/topic/55775-conky Discussion]&lt;br /&gt;
|archive=[http://www.hermocom.com/en/downloads/openpandora/Conky.pnd/ Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Converseen&lt;br /&gt;
|date=2011-03-03&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=mcobit (port)&lt;br /&gt;
|category=Graphics - image editor&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/58859-converseen/ Discussion]&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,115,339 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=DarCalc&lt;br /&gt;
|date=2010-08-28&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=JP&lt;br /&gt;
|category=Office - calculator&lt;br /&gt;
|notes=See also the calculator emulators [[Emulator list&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,115,196 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Deadbeef&lt;br /&gt;
|date=2010-11-01&lt;br /&gt;
|state=&lt;br /&gt;
|version=0.4.3&lt;br /&gt;
|authors=CME (port), sebt3 (port)&lt;br /&gt;
|category=Audio - music player&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/55178-deadbeef-compiled-with-codesourcery-gcc-2010q1/ Discussion]&lt;br /&gt;
|archive=[http://root.shadow-node.net/public/cme/pnd/deadbeef.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=dia&lt;br /&gt;
|date=2010-10-03&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=sebt3 (port)&lt;br /&gt;
|category=Office - diagrams&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/56863-dia/ Discussion]&lt;br /&gt;
|archive=[http://sebt3.openpandora.org/pnd/dia.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=DrawSWF &lt;br /&gt;
|date=2010-07-10&lt;br /&gt;
|state=beta&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Chrysipp (port)&lt;br /&gt;
|category=Graphics - vector drawing&lt;br /&gt;
|notes=[http://translate.googleusercontent.com/translate_c?hl=en&amp;amp;ie=UTF-8&amp;amp;sl=auto&amp;amp;tl=en&amp;amp;u=http://forum.gp2x.de/viewtopic.php%3Ff%3D59%26t%3D10105%26sid%3D5788c986948f651167f85a989309482d&amp;amp;prev=_t&amp;amp;rurl=translate.google.com&amp;amp;usg=ALkJrhilcfdbJF4gEtvmTIwMjO9EFqUQ-A Discussion (German)]. Must have Java.pnd installed.&lt;br /&gt;
|archive=[http://www.pandorasource.de/download.php?view.158 Download] &lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Effigy (PEF) Emulator Frontend &lt;br /&gt;
|date=2011-04-04&lt;br /&gt;
|state=beta&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Aimless_E&lt;br /&gt;
|category=System - frontend&lt;br /&gt;
|notes=[http://boards.openpandora.org/index.php?/topic/2276-effigy-pef-emulator-frontend/page__view__findpost__p__47107 Discussion] ([http://www.gp32x.com/board/index.php?/topic/44952-pandora-emulator-frontend/ old])&lt;br /&gt;
|archive=[http://boards.openpandora.org/index.php?app=core&amp;amp;module=attach&amp;amp;section=attach&amp;amp;attach_id=415 Download] &lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Ekiga &lt;br /&gt;
|date=2010-10-29&lt;br /&gt;
|state=beta&lt;br /&gt;
|version=&lt;br /&gt;
|authors=sebt3 (port)&lt;br /&gt;
|category=Network - VOIP&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/57263-ekiga/ Discussion]. Online phone &amp;amp; video calls. '''[http://www.gp32x.com/board/index.php?/topic/57263-ekiga/page__view__findpost__p__924918 Doesn't work]'''&lt;br /&gt;
|archive=[http://sebt3.openpandora.org/pnd/ekiga.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Emelfm2&lt;br /&gt;
|date=2011-03-09&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=mcobit (port)&lt;br /&gt;
|category=System - file manager&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/58928-port-request-emelfm2/ Discussion]&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,116,351 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Empathy&lt;br /&gt;
|date=2011-03-08&lt;br /&gt;
|state=beta&lt;br /&gt;
|version=2.29.6 &lt;br /&gt;
|authors=sebt3 (port)&lt;br /&gt;
|category=Network - IM client&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/58911-empathy/ Discussion]. No networks included yet.&lt;br /&gt;
|archive=[http://sebt3.openpandora.org/pnd/empathy.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Enna &lt;br /&gt;
|date=2010-07-08&lt;br /&gt;
|state=beta&lt;br /&gt;
|version=&lt;br /&gt;
|authors=sebt3 (port)&lt;br /&gt;
|category=Media player&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/55113-enna/ Discussion]&lt;br /&gt;
|archive=[http://sebt3.openpandora.org/pnd/enna.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Exaile&lt;br /&gt;
|date=2010-04-28&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Pickle (port)&lt;br /&gt;
|category=Audio - music player&lt;br /&gt;
|notes=Needs Community Codec Pack to run&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,6,43 Archive] [http://apps.open-pandora.org/cgi-bin/viewapp.pl?/Application/Exaile.inf Apps]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Extend Utils&lt;br /&gt;
|date=2010-06-22&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Stuckie&lt;br /&gt;
|category=System&lt;br /&gt;
|notes=Discussion: [http://www.gp32x.com/board/index.php?/topic/54651-debian-in-an-extend/ 1], [http://www.gp32x.com/board/index.php?/topic/56462-pandora-phone-openoffice-amsn-yes-d/ 2]. Debian in an extend. Allows you to run over 29,000 programs.&lt;br /&gt;
|archive=[http://www.stuckiegamez.co.uk/apps/pandora/SimpleDev/extendutils.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=F3&lt;br /&gt;
|date=2010-10-17&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=slaeshjag (port)&lt;br /&gt;
|category=System&lt;br /&gt;
|notes=Test for fake flash memory (like H2testw). [http://www.gp32x.com/board/index.php?/topic/57063-some-quick-tips-to-help-avoid-fake-sd-cardsflash-media/page__view__findpost__p__922187 Discussion]&lt;br /&gt;
|archive=[http://stuffs.slaeshjag.org/F3.tar Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=FBReader&lt;br /&gt;
|date=2010-07-26&lt;br /&gt;
|state=&lt;br /&gt;
|version=0.12.10&lt;br /&gt;
|authors=zx81 (port)&lt;br /&gt;
|category=Office - eBook Reader&lt;br /&gt;
|notes=&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,113,168 Archive] [http://apps.open-pandora.org/cgi-bin/viewapp.pl?/Application/fbreader-0.12.10.inf Apps]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Fennec&lt;br /&gt;
|date=2011-02-03&lt;br /&gt;
|state=beta&lt;br /&gt;
|version=4.0b3 &lt;br /&gt;
|authors=Mozilla Team, EvilDragon (port)&lt;br /&gt;
|category=Network - web browser&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/58514-fennec-4-0b3/ Discussion]&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,112,75 Archive] [http://apps.open-pandora.org/cgi-bin/viewapp.pl?/Application/Fennec40.inf Apps]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Fennec&lt;br /&gt;
|date=2010-05-30&lt;br /&gt;
|state=&lt;br /&gt;
|version=3.6.3&lt;br /&gt;
|authors=Mozilla Team, Iampanis (port)&lt;br /&gt;
|category=Network - web browser&lt;br /&gt;
|notes=mobile version of FireFox&lt;br /&gt;
|archive=[http://apps.open-pandora.org/cgi-bin/viewapp.pl?/Application/fennec.inf Apps]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Figaro's Password Manager 2 &lt;br /&gt;
|date=2010-11-30&lt;br /&gt;
|state=beta&lt;br /&gt;
|version=&lt;br /&gt;
|authors=mcobit (port)&lt;br /&gt;
|category=System - passwords&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/57714-figaros-password-manager-2/ Discussion]&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,115,254 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Firefox&lt;br /&gt;
|date=2010-06-14&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Evildragon (port)&lt;br /&gt;
|category=Network - web browser&lt;br /&gt;
|notes=&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,112,91 Archive] [http://apps.open-pandora.org/cgi-bin/viewapp.pl?/Application/FireFox.inf Apps]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Firefox&lt;br /&gt;
|date=2011-01-28&lt;br /&gt;
|state=&lt;br /&gt;
|version=3.6.13&lt;br /&gt;
|authors=Mozilla team, hdonk (port)&lt;br /&gt;
|category=Network - web browser&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/56903-firefox-3-6-10/ Discussion (old)], [http://www.gp32x.com/board/index.php?/topic/58425-firefox-3-6-13/ news/discussion]&lt;br /&gt;
|archive=[http://apps.open-pandora.org/cgi-bin/viewapp.pl?/Application/firefox-3.6.13-0.inf Apps]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Firefox&lt;br /&gt;
|date=2011-02-01&lt;br /&gt;
|state=beta&lt;br /&gt;
|version=4.0B10 &lt;br /&gt;
|authors=Mozilla team, hdonk (port)&lt;br /&gt;
|category=Network - web browser&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/58489-firefox-4-beta-10/ Discussion]&lt;br /&gt;
|archive=[http://apps.open-pandora.org/cgi-bin/viewapp.pl?/Application/firefox-4b10-0.inf Apps]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=FlipClock &lt;br /&gt;
|date=2011-02-05&lt;br /&gt;
|state=beta&lt;br /&gt;
|version=&lt;br /&gt;
|authors=torpor (port)&lt;br /&gt;
|category=Office&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/58548-port-flipclock-for-pandora/ Discussion], also [http://www.gp32x.com/board/index.php?/topic/58479-alarm-clock-app/page__view__findpost__p__937668 here]&lt;br /&gt;
|archive=[http://sebt3.openpandora.org/pnd/alarmclock.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Fotoxx&lt;br /&gt;
|date=2010-12-06&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Kornelix&amp;lt;br/&amp;gt;mcobit (port)&lt;br /&gt;
|category=Graphics - photo editor &amp;amp; manager&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/57777-fotoxx/ Discussion]&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,115,261 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Freemind&lt;br /&gt;
|date=2011-03-10&amp;lt;br/&amp;gt;2010-11-21&lt;br /&gt;
|state=&lt;br /&gt;
|version=0.9.0&lt;br /&gt;
|authors=mash (port)&lt;br /&gt;
|category=Office - mind mapping&lt;br /&gt;
|notes=[http://boards.openpandora.org/index.php?/topic/679-freemind-a-mindmap-tool/page__view__findpost__p__39752 Discussion] [http://www.gp32x.com/board/index.php?/topic/57605-freemind-a-mindmap-tool/ (old)] . Needs java.pnd installed.&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,4,240 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=GanttProject&lt;br /&gt;
|date=2011-03-19&lt;br /&gt;
|state=&lt;br /&gt;
|version=2.0.10&lt;br /&gt;
|authors=mash (port)&lt;br /&gt;
|category=Office - project management&lt;br /&gt;
|notes=[http://boards.openpandora.org/index.php?/topic/2491-ganttproject-2010/ Discussion] [http://en.wikipedia.org/wiki/GanttProject Wiki article]. Needs Java.pnd&lt;br /&gt;
|archive=[http://mash-systeme.de/downloads/ganttproject.pnd Download] [http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,113,364 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=GCalc&lt;br /&gt;
|date=2010-11-23&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=mcobit (port)&lt;br /&gt;
|category=Office - calculator&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/57636-gcalc-graphic-calculator/ Discussion]. Needs java.pnd installed. See also the calculator emulators [[Emulator list]]&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,115,241 Archive] &lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=gCalctool&lt;br /&gt;
|date=2011-02-26&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=mash (port)&lt;br /&gt;
|category=Office - calculator&lt;br /&gt;
|notes=[http://boards.openpandora.org/index.php?/topic/1964-mutt-links2-and-gcalctool/page__gopid__36838#entry36838 Discussion].&lt;br /&gt;
|archive=[http://mash-systeme.de/downloads/gcalctool.pnd Download] &lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Geany &lt;br /&gt;
|date=2010-09-16&lt;br /&gt;
|state=&lt;br /&gt;
|version=0.19-1&lt;br /&gt;
|authors=bompo (port)&lt;br /&gt;
|category=Office - text editor&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/55432-geany/ Discussion]&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,14,205 Archive] [http://dl.dropbox.com/u/39448/pandora/geany.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=gedit&lt;br /&gt;
|date=2010-10-03&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=sebt3 (port)&lt;br /&gt;
|category=Office - text editor&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/56862-gedit/ Discussion]&lt;br /&gt;
|archive=[http://sebt3.openpandora.org/pnd/gedit.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=gerbv&lt;br /&gt;
|date=2010-09-14&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=bompo (port)&lt;br /&gt;
|category=Office - EDA&lt;br /&gt;
|notes=viewer for Gerber RS-274X, Excellon drill, &amp;amp; CSV pick-and-place files&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,115,202 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Get iPlayer&lt;br /&gt;
|date=2011-04-23&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=freamon (port)&lt;br /&gt;
|category=Multimedia - File Downloader&lt;br /&gt;
|notes=[http://boards.openpandora.org/index.php?/topic/3045-get-iplayer/ Discussion]&lt;br /&gt;
|archive=[http://repo.openpandora.org/?page=detail&amp;amp;app=getiplayer.freamon.40n8e Repo]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=gFTP&lt;br /&gt;
|date=2010-07-01&lt;br /&gt;
|state=beta&lt;br /&gt;
|version=2.0.18 &lt;br /&gt;
|authors=sebt3 (port)&lt;br /&gt;
|category=Network - FTP client&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/54931-gftp/ Discussion]&lt;br /&gt;
|archive=[http://sebt3.openpandora.org/pnd/gftp.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=GIMP &lt;br /&gt;
|date=2011-04-07&lt;br /&gt;
|state=&lt;br /&gt;
|version=2.6.11.1&lt;br /&gt;
|authors=sebt3 (port)&lt;br /&gt;
|category=Graphics - image editor&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/59172-gimp-2-6-9/ Discussion]&lt;br /&gt;
|archive=[http://repo.openpandora.org/?page=detail&amp;amp;app=gimp-gimp-2.6-4644 Repo]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=GIMP &lt;br /&gt;
|date=2010-06-06&lt;br /&gt;
|state=beta&lt;br /&gt;
|version=2.6 &lt;br /&gt;
|authors=Stuckie (quick hack)&lt;br /&gt;
|category=Graphics - image editor&lt;br /&gt;
|notes=Read instructions [http://www.gp32x.com/board/index.php?/topic/54071-ubuntu-or-other-dist-alternative/page__p__868411&amp;amp;#entry868411 here]&lt;br /&gt;
|archive=[http://www.stuckiegamez.co.uk/apps/pandora/gimp-2.6.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Gmu Music Player&lt;br /&gt;
|date=2010-12-29&lt;br /&gt;
|state=&lt;br /&gt;
|version=0.7.2 &lt;br /&gt;
|authors=wejp&lt;br /&gt;
|category=Audio - music player&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/58009-gmu-music-player-0-7-2/ Discussion] [http://www.gp32x.com/board/index.php?/topic/55007-gmu-music-player-0-7-1-released/ (old)]&lt;br /&gt;
|archive=[http://wejp.k.vu/files/gmu-0.7.2.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Gnomad 2&lt;br /&gt;
|date=2010-10-18&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=sebt3 (port)&lt;br /&gt;
|category=Audio - music manager&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/57088-gnomad2/ Discussion]&lt;br /&gt;
|archive=[http://sebt3.openpandora.org/pnd/gnomad2.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Gnome Music Player Client (GMPC)&lt;br /&gt;
|date=2010-08-01&lt;br /&gt;
|state=beta&lt;br /&gt;
|version=0.20.0 &lt;br /&gt;
|authors=tsh (port)&lt;br /&gt;
|category=Audio - music player&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/55664-gmpc-beta/ Discussion]&lt;br /&gt;
|archive=[https://sites.google.com/site/tshpandorastuff/file-cabinet/gmpc0.20.0.pnd?attredirects=0&amp;amp;d=1 Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Gnumeric&lt;br /&gt;
|date=2011-01-17&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=sebt3 (port)&lt;br /&gt;
|category=Office - spreadsheet&lt;br /&gt;
|notes=Stand-alone PND. [http://www.gp32x.com/board/index.php?/topic/56810-html-viewer-for-claws-mail/page__view__findpost__p__920072 Discussion]&lt;br /&gt;
|archive=[http://sebt3.openpandora.org/pnd/gnumeric.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=GoldenDict&lt;br /&gt;
|date=2010-09-27&lt;br /&gt;
|state=&lt;br /&gt;
|version=0.9.0Svn&lt;br /&gt;
|authors=Hitnrun (port)&lt;br /&gt;
|category=Office - dictionary&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/56802-goldendict-0-9-0svn/ Discussion]&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,8,209 Archive] [http://www.rangelreale.com/pandora/goldendict.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=GParted&lt;br /&gt;
|date=2011-02-05&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=sebt3 (port)&lt;br /&gt;
|category=System - partition&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/56915-gparted/ Discussion]&lt;br /&gt;
|archive=[http://sebt3.openpandora.org/pnd/gparted.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=gPicView&lt;br /&gt;
|date=2011-03-10&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=sebt3 (port)&lt;br /&gt;
|category=Graphics - image viewer&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/58938-gpicview/ Discussion]&lt;br /&gt;
|archive=[http://sebt3.openpandora.org/pnd/gpicview.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=GQview&lt;br /&gt;
|date=2010-07-27&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=daniel3000 (port)&lt;br /&gt;
|category=Graphics - image viewer&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/55559-gqview-pnd-image-viewer-available/ Discussion]&lt;br /&gt;
|archive=[http://www.hermocom.com/en/downloads/openpandora/GQview.pnd/ Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Grafx2 &lt;br /&gt;
|date=2010-12-30&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=pulkomandy, yrizoud, mcobit (port)&lt;br /&gt;
|category=Graphics - image editor&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/58016-grafx2/ Discussion]. For pixel art.&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,115,264 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Grafx2 SVN v1713&lt;br /&gt;
|date=2011-02-26&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=pulkomandy, yrizoud, et al.&lt;br /&gt;
|category=Graphics - image editor&lt;br /&gt;
|notes=For pixel art.&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,115,330 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=GrooveShark Player&lt;br /&gt;
|date=2011-03-11&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Elias Woods, coldbird (port)&lt;br /&gt;
|category=Network - music streaming&lt;br /&gt;
|notes=Discussion: [http://www.gp32x.com/board/index.php?/topic/58952-getting-on-grooveshark/page__view__findpost__p__942959 GP32X] [http://boards.openpandora.org/index.php?/topic/2273-compile-groove-for-pandora/ OP]. [http://en.wikipedia.org/wiki/Grooveshark Grooveshark] client. &lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,6,354 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Groove&lt;br /&gt;
|date=2010-07-19&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Elias Woods, bompo (port)&lt;br /&gt;
|category=Network - music streaming&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/58952-getting-on-grooveshark/ Discussion]. [http://en.wikipedia.org/wiki/Grooveshark Grooveshark] client. '''Warning''': &lt;br /&gt;
|archive=[http://dl.dropbox.com/u/39448/pandora/Groove.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=GRsync&lt;br /&gt;
|date=2011-03-03&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=mcobit (port)&lt;br /&gt;
|category=System - file manager&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/58861-grsync/ Discussion]. Synchronize folders &amp;amp; files, make backups&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,115,340 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Gwaei&lt;br /&gt;
|date=2010-11-26&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Zachary Dovel&amp;lt;br/&amp;gt;mcobit (port)&lt;br /&gt;
|category=Office - dictionary&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/57674-gwaei-port-japanese-english-dictionary/ Discussion]. Japanese-English.&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,115,249 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=hfsutils&lt;br /&gt;
|date=2011-03-10&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Silent-Hunter (port)&lt;br /&gt;
|category=System&lt;br /&gt;
|notes=[http://boards.openpandora.org/index.php?/topic/2236-hfsutils-port/ Discussion]. For reading &amp;amp; writing Macintosh file systems.&lt;br /&gt;
|archive=[http://boards.openpandora.org/index.php?app=core&amp;amp;module=attach&amp;amp;section=attach&amp;amp;attach_id=295 Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=HomeBank&lt;br /&gt;
|date=2011-02-26&lt;br /&gt;
|state=&lt;br /&gt;
|version=4.3&lt;br /&gt;
|authors=Maxime Doyen, mcobit (port)&lt;br /&gt;
|category=Office - money manager&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/58506-homebank/ Discussion]&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,113,296 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Hotfix 5&lt;br /&gt;
|date=2011-03-04&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Pandora team&lt;br /&gt;
|category=System&lt;br /&gt;
|notes=Make sure you have this installed. Discussion: [http://www.gp32x.com/board/index.php?/topic/58867-hotfix-5-released/ GP32X] [http://boards.openpandora.org/index.php?/topic/2080-hotfix-5-released/page__pid__37497#entry37497 OP]&lt;br /&gt;
|archive=[http://www.openpandora.org/downloads/HotFix5-Zaxxon.pnd Official site]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Inkscape &lt;br /&gt;
|date=2010-10-08&lt;br /&gt;
|state=beta&lt;br /&gt;
|version=&lt;br /&gt;
|authors=sebt3 (port)&lt;br /&gt;
|category=Graphics - vector drawing&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/56954-inkscape/ Discussion]. Currently very slow.&lt;br /&gt;
|archive=[http://sebt3.openpandora.org/pnd/inkscape.pnd Download] &lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Java Pnd &lt;br /&gt;
|date=2010-11-21&lt;br /&gt;
|state=beta&lt;br /&gt;
|version=&lt;br /&gt;
|authors=WizardStan (port)&lt;br /&gt;
|category=System - dependency&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/57598-java-pnd/ Discussion]. Run Java apps.&lt;br /&gt;
|archive=[http://rebirthofxeen.com/files/pandora/java.pnd Download] &lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=jEdit&lt;br /&gt;
|date=2010-11-22&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=mcobit (port)&lt;br /&gt;
|category=Office - text editor&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/57614-jedit-programmers-text-editor/ Discussion]. For programmers. Needs java.pnd installed.&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,115,244 Archive] &lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=jChemPaint&lt;br /&gt;
|date=2010-11-23&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=mcobit (port)&lt;br /&gt;
|category=Graphics - molecule drawing&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/57633-jchempaint/ Discussion]. Needs java.pnd installed.&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,115,242 Archive] &lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=jMol&lt;br /&gt;
|date=2010-11-22&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=mcobit (port)&lt;br /&gt;
|category=Graphics - molecule viewing in 3D&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/57618-jmol-3d-molecule-viewer/ Discussion]. Needs java.pnd installed.&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,115,243 Archive] &lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=jMP3 Player&lt;br /&gt;
|date=2010-07-10&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=jaijuju&lt;br /&gt;
|category=Audio - music player&lt;br /&gt;
|notes=[http://code.google.com/p/jmp3player/ Website]. Java.pnd required.&lt;br /&gt;
|archive=[http://www.pandorasource.de/download.php?view.156 Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Jumanji&lt;br /&gt;
|date=2011-03-03&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=b3w (port)&lt;br /&gt;
|category=Network - web browser&lt;br /&gt;
|notes=[http://forum.gp2x.de/viewtopic.php?f=59&amp;amp;t=11821 Discussion (German)]. [https://wiki.archlinux.org/index.php/Jumanji Wiki]&lt;br /&gt;
|archive=[http://www.mediafire.com/?5va2dj4x6bkrobi Download] [http://apps.open-pandora.org/cgi-bin/viewapp.pl?/Application/jumanji.inf Apps]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=KCHMViewer&lt;br /&gt;
|date=2010-10-05&lt;br /&gt;
|state=&lt;br /&gt;
|version=5.2&lt;br /&gt;
|authors=Hitnrun (port)&lt;br /&gt;
|category=Office - CHM Reader&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/56901-kcmviewer/ Discussion.] Windows help files reader.&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,113,215 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=KDiff 3&lt;br /&gt;
|date=2011-02-03&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Joachim Eibl&lt;br /&gt;
|category=System&lt;br /&gt;
|notes=[http://boards.openpandora.org/index.php?/topic/1440-kdiff3-0995-pandora-3/ Discussion]. Merge 2 or 3 text input files or directories&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,115,299 Archive] &lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Keyboard layout changer&lt;br /&gt;
|date=2011-03-18&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=slaeshjag&lt;br /&gt;
|category=System - configuration&lt;br /&gt;
|notes=[http://boards.openpandora.org/index.php?/topic/2428-keyboard-layout-changer/ Discussion]. Shows up in Settings as Keyboard Layout&lt;br /&gt;
|archive=[http://stuffs.slaeshjag.org/kblayout.pnd Download] &lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Liferea&lt;br /&gt;
|date=2010-07-06&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=sebt3 (port)&lt;br /&gt;
|category=Network - RSS Reader&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/55089-liferea/ Discussion]&lt;br /&gt;
|archive=[http://sebt3.openpandora.org/pnd/liferea.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Lightweight2&lt;br /&gt;
|date=2011-04-09&lt;br /&gt;
|state=&lt;br /&gt;
|version=1.8.0.2&lt;br /&gt;
|authors=cpttom, mcobit (port), Zero3K (port)&lt;br /&gt;
|category=Network - web browser&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/58836-lightweight2/page__view__findpost__p__945285 Discussion]. Small, fast browser.&lt;br /&gt;
|archive=[http://repo.openpandora.org/?page=detail&amp;amp;app=lightweight2-Lightweight2-112245 Repo]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Links2&lt;br /&gt;
|date=2011-03-10&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=mash (port)&lt;br /&gt;
|category=Network - web browser&lt;br /&gt;
|notes=[http://boards.openpandora.org/index.php?/topic/1964-mutt-links2-and-gcalctool/ Discussion].&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,112,333 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Linksys AE1000 USB Wifi (installer)&lt;br /&gt;
|date=2011-04-01&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Jey123456&lt;br /&gt;
|category=Network - USB Wifi driver&lt;br /&gt;
|notes=[http://boards.openpandora.org/index.php?/topic/1992-linksys-ae1000-usb-wifi/page__view__findpost__p__46426 Discussion]. Get internet anywhere.&lt;br /&gt;
|archive=[http://boards.openpandora.org/index.php?app=core&amp;amp;module=attach&amp;amp;section=attach&amp;amp;attach_id=379 Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Linphone &lt;br /&gt;
|date=2011-01-20&lt;br /&gt;
|state=beta&lt;br /&gt;
|version=&lt;br /&gt;
|authors=sebt3 (port)&lt;br /&gt;
|category=Network - VOIP&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/58289-linphone Discussion]. Online phone calls.&lt;br /&gt;
|archive=[http://sebt3.openpandora.org/pnd/linphone.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Lynx &lt;br /&gt;
|date=2011-02-28&lt;br /&gt;
|state=&lt;br /&gt;
|version=2.8.7&lt;br /&gt;
|authors=Mhaws (port)&lt;br /&gt;
|category=Network - web browser&lt;br /&gt;
|notes=[http://boards.openpandora.org/index.php?/topic/1998-lynx-087/ Discussion]&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,112,331 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Me TV&lt;br /&gt;
|date=2010-10-19&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=sebt3 (port)&lt;br /&gt;
|category=Network - digital TV&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/56987-port-request-me-tv/page__p__921501&amp;amp;#entry921501 Discussion]&lt;br /&gt;
|archive=[http://sebt3.openpandora.org/pnd/metv.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Merkaartor&lt;br /&gt;
|date=2011-01-27&lt;br /&gt;
|state=&lt;br /&gt;
|version=0.17.0&lt;br /&gt;
|authors=sebt3 (port)&lt;br /&gt;
|category=Office - openstreetmap editor&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/56656-merkaartor-or-other-osm-editor/page__p__922345&amp;amp;#entry922345 Discussion]&lt;br /&gt;
|archive=[http://sebt3.openpandora.org/pnd/merkaartor.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Midnightcommander&lt;br /&gt;
|date=2011-03-27&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=mcobit (port)&lt;br /&gt;
|category=System - file manager&lt;br /&gt;
|notes=Discussion: [http://boards.openpandora.org/index.php?/topic/2621-midnightcommander/ OP] [http://www.gp32x.com/board/index.php?/topic/59103-midnightcommander/ GP32X]&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,116,367 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Midori&lt;br /&gt;
|date=2011-04-05&lt;br /&gt;
|state=&lt;br /&gt;
|version=0.3.3-1&lt;br /&gt;
|authors=slaeshjag (port)&lt;br /&gt;
|category=Network - web browser&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/59121-midori-0-3-3/ Discussion] Fixed version of Midori.&lt;br /&gt;
|archive=[http://stuffs.slaeshjag.org/midori-0.3.3-1.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=MilkyTracker&lt;br /&gt;
|date=2010-06-23&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Stuckie (port)&lt;br /&gt;
|category=Audio - music tracker&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/57612-remember-the-only-2-keyboard-buttons-at-once-limitation/ Discussion]&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,6,102 Archive] [http://apps.open-pandora.org/cgi-bin/viewapp.pl?/Application/milkytracker.inf Apps]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Minitube&lt;br /&gt;
|date=2011-04-09&lt;br /&gt;
|state=&lt;br /&gt;
|version=1.4.1.1&lt;br /&gt;
|authors=Flavio Tordini, sebt3 (port)&lt;br /&gt;
|category=Network - Youtube client&lt;br /&gt;
|notes=Discussion: [http://www.gp32x.com/board/index.php?/topic/55952-minitube-1-1/ v1.1] [http://www.gp32x.com/board/index.php?/topic/58183-minitube-1-3/ v1.3] [http://www.gp32x.com/board/index.php?/topic/57099-new-version-of-minitube-avaiable/page__view__findpost__p__946029 v1.4]. Youtube browser/player&lt;br /&gt;
|archive=[http://sebt3.openpandora.org/pnd/?f=minitube.pnd Download] [http://repo.openpandora.org/?page=detail&amp;amp;app=minitube Repo]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=mtPaint&lt;br /&gt;
|date=2010-07-27&amp;lt;br/&amp;gt;2010-12-29&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Mark Tyler, daniel3000 (port 1), chris_c (port 2)&lt;br /&gt;
|category=Graphics - image editor&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/55561-mtpaint-pnd-available/ Discussion]. For painting &amp;amp; pixel art. Ported twice.&lt;br /&gt;
|archive=[http://www.hermocom.com/en/downloads/openpandora/mtPaint.pnd/ Download (port 1)] [http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,115,263 Archive (port 2)]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=MuPDF&lt;br /&gt;
|date=2011-04-13&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=b3w (port)&lt;br /&gt;
|category=Office - PDF viewer&lt;br /&gt;
|notes=[http://forum.gp2x.de/viewtopic.php?f=59&amp;amp;t=11994 Discussion (German)].&lt;br /&gt;
|archive=[http://forum.gp2x.de/viewtopic.php?f=59&amp;amp;t=11994 Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Mutt&lt;br /&gt;
|date=2011-03-01&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=mash (port)&lt;br /&gt;
|category=Network - email client&lt;br /&gt;
|notes=[http://boards.openpandora.org/index.php?/topic/1964-mutt-links2-and-gcalctool/ Discussion]. Text-based.&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,112,334 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=MyPaint&lt;br /&gt;
|date=2011-02-27&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=First (port)&lt;br /&gt;
|category=Graphics - image editor&lt;br /&gt;
|notes=[http://boards.openpandora.org/index.php?/topic/1817-mypaint-port/ Discussion]. [http://mypaint.intilinux.com/ Website]. Has pressure sensitivity.&lt;br /&gt;
|archive=[http://webusers.spa.umn.edu/~laurens/pnd/mypaint-0.9.0.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=ncmpcpp4P &lt;br /&gt;
|date=2011-03-01&lt;br /&gt;
|state=&lt;br /&gt;
|version=0.5.7.0&lt;br /&gt;
|authors=remogatto (port)&lt;br /&gt;
|category=Audio - music player&lt;br /&gt;
|notes=[http://boards.openpandora.org/index.php?/topic/2032-ncmpcpp4p/ Discussion]. [http://unkart.ovh.org/ncmpcpp/ Website] ncurses-based music player&lt;br /&gt;
|archive=[https://github.com/downloads/remogatto/ncmpcpp4P/ncmpcpp4P_v0.5.7.0.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Netsurf&lt;br /&gt;
|date=2011-03-08&lt;br /&gt;
|state=&lt;br /&gt;
|version=2.6&lt;br /&gt;
|authors=slaeshjag(port)&lt;br /&gt;
|category=Network - web browser&lt;br /&gt;
|notes=Discussion: [http://boards.openpandora.org/index.php?/topic/2129-netsurf/ OP] [http://www.gp32x.com/board/index.php?/topic/58913-netsurf-2-6/ GP32X] No SSL support&lt;br /&gt;
|archive=[http://stuffs.slaeshjag.org/netsurf.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Nightvision&lt;br /&gt;
|date=2011-03-12&lt;br /&gt;
|state=&lt;br /&gt;
|version=3.0&lt;br /&gt;
|authors=F_Slim (port)&lt;br /&gt;
|category=Office - planetarium&lt;br /&gt;
|notes=[http://boards.openpandora.org/index.php?/topic/2299-nightvision-30/ Discussion] [http://forum.gp2x.de/viewtopic.php?f=59&amp;amp;t=11810 (German}]. Needs java.pnd installed. May not work in HF5&lt;br /&gt;
|archive=[http://www.slimpages.de/extern/nightvision.pnd.zip Download] &lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Ommpc &lt;br /&gt;
|date=2010-10-06&lt;br /&gt;
|state=&lt;br /&gt;
|version=0.5.4&lt;br /&gt;
|authors=Tim Temple&lt;br /&gt;
|category=Audio - music player&lt;br /&gt;
|notes=MPD client [http://www.gp32x.com/board/index.php?/topic/55039-ommpc-v0-5-2/ Discussion]&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,6,133 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=OSM2Go&lt;br /&gt;
|date=2010-10-20&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=sebt3 (port)&lt;br /&gt;
|category=Office - openstreetmap editor&lt;br /&gt;
|notes=&lt;br /&gt;
|archive=[http://sebt3.openpandora.org/pnd/osm2go.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Osmo &lt;br /&gt;
|date=2010-09-03&lt;br /&gt;
|state=beta&lt;br /&gt;
|version=&lt;br /&gt;
|authors=sebt3 (port)&lt;br /&gt;
|category=Office - personal organizer&lt;br /&gt;
|notes=[http://clayo.org/osmo/ Website] [http://www.gp32x.com/board/index.php?/topic/56455-osmo/ Discussion]&lt;br /&gt;
|archive=[http://sebt3.openpandora.org/pnd/osmo.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=PanDebian&lt;br /&gt;
|date=2011-02-04&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Gregor&lt;br /&gt;
|category=System&lt;br /&gt;
|notes=[http://boards.openpandora.org/index.php?/topic/1474-pandebian/ Discussion]. [[Extend Utils]] alternative for Angstrom-Debian cooperation&lt;br /&gt;
|archive=[http://codu.org/tmp/pandebian.pnd Download] &lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Pandora Fractals&lt;br /&gt;
|date=2010-08-26&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Or Green&lt;br /&gt;
|category=Graphics - fractals&lt;br /&gt;
|notes=fractal generator. [http://www.gp32x.com/board/index.php?/topic/51402-mandelbrot-set-generator-for-pandora/page__st__75 Discussion]&lt;br /&gt;
|archive=[http://apps.open-pandora.org/cgi-bin/viewapp.pl?/Other/PFractals.inf Apps]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Pandora SD Installer&lt;br /&gt;
|date=2011-03-19&lt;br /&gt;
|state=&lt;br /&gt;
|version=1.2&lt;br /&gt;
|authors=Dave1234&lt;br /&gt;
|category=System&lt;br /&gt;
|notes=[http://boards.openpandora.org/index.php?/topic/2297-pandora-sd-installer/page__view__findpost__p__42772 Discussion]. Install Pandora OS to your SD card.&lt;br /&gt;
|archive=[http://boards.openpandora.org/index.php?app=core&amp;amp;module=attach&amp;amp;section=attach&amp;amp;attach_id=337 Download] &lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=PanPlayer Beta 4&lt;br /&gt;
|date=2011-02-24&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=JDGBOLT&lt;br /&gt;
|category=Media player&lt;br /&gt;
|notes='''Needs Hotfix 5'''. [http://www.gp32x.com/board/index.php?/topic/58769-panplayer-beta/ Discussion]. Optimized mplayer build&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,114,298 Archive] [http://apps.openpandora.org/cgi-bin/viewapp.pl?/Application/PanPlayer.inf Apps]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Pencil&lt;br /&gt;
|date=2010-11-04&lt;br /&gt;
|state=beta&lt;br /&gt;
|version=0.4.4b &lt;br /&gt;
|authors=sebt3 (port)&lt;br /&gt;
|category=Graphics - animation&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/57362-pencil/ Discussion]. 2D animation &amp;amp; drawing.&lt;br /&gt;
|archive=[http://sebt3.openpandora.org/pnd/pencil.pnd Download] &lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Pepviewer&lt;br /&gt;
|date=2011-02-22&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Skadus (port)&lt;br /&gt;
|category=Graphics - image viewer&lt;br /&gt;
|notes=[http://boards.openpandora.org/index.php?/topic/1869-pepviewer/ Discussion]. Ported from PSP.&lt;br /&gt;
|archive=[http://www.mediafire.com/?t0sop9wrj087e1t Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Pidgin&lt;br /&gt;
|date=2011-03-03&lt;br /&gt;
|state=&lt;br /&gt;
|version=2.7.10&lt;br /&gt;
|authors=sebt3 (port)&lt;br /&gt;
|category=Network - IM client&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/56898-pidgin/ Discussion]. This version no longer uses [[NAND]] to [http://www.gp32x.com/board/index.php?/topic/56898-pidgin/page__view__findpost__p__934658 store data].&lt;br /&gt;
|archive=[http://sebt3.openpandora.org/pnd/pidgin.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=PNDbuilder &lt;br /&gt;
|date=2011-02-22&lt;br /&gt;
|state=&lt;br /&gt;
|version=1.1&lt;br /&gt;
|authors=freedomdown (Ryan Dallaire)&lt;br /&gt;
|category=Development&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/58587-pndbuilder/page__view__findpost__p__940230 Discussion]. Graphical PND maker.&lt;br /&gt;
|archive=[http://www.freedomdown.ca/storage/pndb.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=PS3 Bluetooth Controller - Sixpair Utility&lt;br /&gt;
|date=2010-06-13&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Jim Paris, Samson Yeung, AireTamStrm (port) &lt;br /&gt;
|category=System&lt;br /&gt;
|notes=Use a DualShock III Controller or SIXAXIS controller via USB&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,115,4 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=pnd_assoc&lt;br /&gt;
|date=2011-03-29&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Jey123456&lt;br /&gt;
|category=System&lt;br /&gt;
|notes=[http://boards.openpandora.org/index.php?/topic/2634-pnd-assoc/ Discussion] Associate file types with PNDs&lt;br /&gt;
|archive=[http://boards.openpandora.org/index.php?app=core&amp;amp;module=attach&amp;amp;section=attach&amp;amp;attach_id=369 Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=pnd_r&lt;br /&gt;
|date=2011-04-09&lt;br /&gt;
|state=beta&lt;br /&gt;
|version=n.sh installer &lt;br /&gt;
|authors=sebt3&lt;br /&gt;
|category=System&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/59113-pnd-run-sh/ Discussion]. Fix PND crashing errors since HF5.&lt;br /&gt;
|archive=[http://sebt3.openpandora.org/pnd/pnd_run_installer.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=pnd_utils&lt;br /&gt;
|date=2011-03-30&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Jey123456&lt;br /&gt;
|category=System&lt;br /&gt;
|notes=[http://boards.openpandora.org/index.php?/topic/2688-pnd-utils/ Discussion] Includes pnd_assoc and some other features.&lt;br /&gt;
|archive=[http://repo.openpandora.org/?page=detail&amp;amp;app=Pnd_Utils Repo]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=PNDStore&lt;br /&gt;
|date=2011-04-13&lt;br /&gt;
|state=&lt;br /&gt;
|version=0.2.2.0&lt;br /&gt;
|authors=Tempel&lt;br /&gt;
|category=System - Application Downloader/Updater&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/59148-pndstore/page__view__findpost__p__946289 Discussion]&lt;br /&gt;
|archive=[http://repo.openpandora.org/?page=detail&amp;amp;app=pndstore Repo]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=PSFreedom&lt;br /&gt;
|date=2010-09-23&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Notaz (port)&lt;br /&gt;
|category=Other&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/56752-psfreedom-for-pandora/ Discussion]. Allows homebrew on your PS3.&lt;br /&gt;
|archive=[http://pandorapress.net/gruso/psfreedom.ko Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=qBittorrent&lt;br /&gt;
|date=2011-03-16&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Coldbird (port)&lt;br /&gt;
|category=Network - BitTorrent client&lt;br /&gt;
|notes=Discussion: [http://www.gp32x.com/board/index.php?/topic/58993-qbittorrent/ GP32X] [http://boards.openpandora.org/index.php?/topic/2389-qbittorrent/page__gopid__41612#entry41612 OP]&lt;br /&gt;
|archive=[http://dl.dropbox.com/u/13011238/qbittorrent-1.3.3-pandora.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=qOrganizer&lt;br /&gt;
|date=2010-11-04&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=sebt3 (port)&lt;br /&gt;
|category=Office - organizer&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/57359-qorganizer/ Discussion]&lt;br /&gt;
|archive=[http://sebt3.openpandora.org/pnd/qorganizer.pnd Download] [http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,113,233 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=QSynth &amp;amp; FluidSynth&lt;br /&gt;
|date=2011-03-18&lt;br /&gt;
|state=beta&lt;br /&gt;
|version=0.3.5 &lt;br /&gt;
|authors=Kazuki (port)&lt;br /&gt;
|category=Audio - synthesizer&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/59011-porting-qsynth-fluidsynth-with-yactfeau/page__view__findpost__p__943670 Discussion] [http://qsynth.sourceforge.net/qsynth-index.html Website] &lt;br /&gt;
|archive=[http://pandora.idb.s1.jcink.com/qsynth-0.3.5.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=QtSpotify&lt;br /&gt;
|date=2011-03-11&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=sebt3 (port)&lt;br /&gt;
|category=Network - music streaming&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/58955-qtspotify/ Discussion]. Spotify client.&lt;br /&gt;
|archive=[http://sebt3.openpandora.org/pnd/qtspotify.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Quick Change CPU Speed&lt;br /&gt;
|date=2010-06-20&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Pleng&lt;br /&gt;
|category=System&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/54583-quick-change-cpu-speeds/ Discussion]. Add CPU speed presets to your menu.&lt;br /&gt;
|archive=[http://www.strappysolutions.com/demos/pandora/CPUSpeeds.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=RAM Defragger&lt;br /&gt;
|date=2011-03-16&lt;br /&gt;
|state=&lt;br /&gt;
|version=0.4.0&lt;br /&gt;
|authors=Tobias 'knilch' Jordan&lt;br /&gt;
|category=System&lt;br /&gt;
|notes=memory optimizer&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,115,359 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Remmina&lt;br /&gt;
|date=2010-06-21&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=mindlord (port)&lt;br /&gt;
|category=Network - VNC/RDP/XDMCP client&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/54610-remmina-0-7-5/ Discussion]. Control your PC from your Pandora.&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,112,99 Archive] [http://apps.open-pandora.org/cgi-bin/viewapp.pl?/Application/remmina.inf Apps]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Rockbox&lt;br /&gt;
|date=2011-04-20&lt;br /&gt;
|state=beta&lt;br /&gt;
|version=3.8.x.3 &lt;br /&gt;
|authors=Thomas Jarosch, froggyman (port)&lt;br /&gt;
|category=Audio - music player&lt;br /&gt;
|notes=[http://boards.openpandora.org/index.php?/topic/2094-rockbox-as-an-app/page__view__findpost__p__51473 Discussion]&lt;br /&gt;
|archive=[http://repo.openpandora.org/?page=detail&amp;amp;app=rockbox.thomasjfox.003 Repo] [http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,6,343 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=RText&lt;br /&gt;
|date=2010-07-10&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Fifesoft, Chrysipp (port)&lt;br /&gt;
|category=Development - text editor&lt;br /&gt;
|notes=[http://translate.googleusercontent.com/translate_c?hl=en&amp;amp;ie=UTF-8&amp;amp;sl=auto&amp;amp;tl=en&amp;amp;u=http://forum.gp2x.de/viewtopic.php%3Ff%3D59%26t%3D10106%26sid%3D5788c986948f651167f85a989309482d&amp;amp;prev=_t&amp;amp;rurl=translate.google.com&amp;amp;usg=ALkJrhivaNHspNg4XSb4aOpjskxivvIRXw Discussion (German)]. Must have Java.pnd installed.&lt;br /&gt;
|archive=[http://www.pandorasource.de/download.php?view.157 Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Schism Mod Player&lt;br /&gt;
|date=2010-06-10&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=?&lt;br /&gt;
|category=Audio - music tracker&lt;br /&gt;
|notes=Player for MOD and XM.&lt;br /&gt;
|archive=[http://www.pandorasource.de/download.php?view.79 Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Schism Tracker&lt;br /&gt;
|date=2010-06-19&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Storlek, Stuckie (port)&lt;br /&gt;
|category=Audio - music tracker&lt;br /&gt;
|notes=Clone of Impulse Tracker&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,6,89 Archive] [http://apps.open-pandora.org/cgi-bin/viewapp.pl?/Application/schismtracker.inf Apps]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Scientific Calculator&lt;br /&gt;
|date=2011-02-14&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Chrysipp (port)&lt;br /&gt;
|category=Office - calculator&lt;br /&gt;
|notes=[http://forum.gp2x.de/viewtopic.php?f=59&amp;amp;t=11714 Discussion (German)]. Must have Java.pnd installed. If you have trouble running it, try [http://boards.openpandora.org/index.php?/topic/673-java-pnd/page__view__findpost__p__51226 this].&lt;br /&gt;
|archive=[http://web.student.tuwien.ac.at/~e0725060/JavaScientificCalculator.pnd Download] &lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Scite&lt;br /&gt;
|date=2010-10-20&lt;br /&gt;
|state=&lt;br /&gt;
|version=2.21&lt;br /&gt;
|authors=urjaman (port)&lt;br /&gt;
|category=Office - text editor&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/57116-scite-2-21-ported/ Discussion]. Scintilla-based syntax highlighting text editor&lt;br /&gt;
|archive=[http://urjaman.dyndns.info/scite221.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Script Launcher&lt;br /&gt;
|date=2011-03-29&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=meandu229&lt;br /&gt;
|category=System&lt;br /&gt;
|notes=[http://boards.openpandora.org/index.php?/topic/2640-script-launcher/ Discussion] script to launch .sh files&lt;br /&gt;
|archive=[http://boards.openpandora.org/index.php?/topic/2640-script-launcher/ Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=SD Card Speed Fix&lt;br /&gt;
|date=2010-06-13&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=mawler&lt;br /&gt;
|category=System&lt;br /&gt;
|notes=improve SD writing speed, but risk data corruption if writing is interrupted&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,115,88 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Seq24 &lt;br /&gt;
|date=2010-09-06&lt;br /&gt;
|state=beta&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Gruso (port)&lt;br /&gt;
|category=Audio - music tracker&lt;br /&gt;
|notes=MIDI sequencer. [http://www.gp32x.com/board/index.php?/topic/56517-seq24-midi-sequencer/ Discussion]&lt;br /&gt;
|archive=[http://users.tpg.com.au/pw2007/seq24.beta1.pnd Download] [http://repo.openpandora.org/?page=detail&amp;amp;app=seq24-0.8.7-pandora Repo]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=SMPlayer&lt;br /&gt;
|date=2011-02-02&lt;br /&gt;
|state=&lt;br /&gt;
|version=0.6.9-1&lt;br /&gt;
|authors=Ivanovic (port)&lt;br /&gt;
|category=Media player&lt;br /&gt;
|notes=MPlayer frontend. [http://www.gp32x.com/board/index.php?/topic/58511-smplayer/ Discussion]&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,114,298 Archive] &lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=SUPA&lt;br /&gt;
|date=2010-07-04&lt;br /&gt;
|state=beta&lt;br /&gt;
|version=0.1-1 &amp;lt;br/&amp;gt;&amp;lt;small&amp;gt;Simple Updater for Pandora Applications&amp;lt;/small&amp;gt; &lt;br /&gt;
|authors=Bryce Leo&lt;br /&gt;
|category=System - Application Downloader/Updater&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/55023-supa-simple-updater-for-pandora-applications/ Discussion]. No GUI yet. PNDStore is probably better.&lt;br /&gt;
|archive=[http://drive.and-a-half.com/SUPA.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Synergy&lt;br /&gt;
|date=2010-10-09&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Lomaxx (port)&lt;br /&gt;
|category=Network - VNC client&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/56943-synergy-clientserver-as-pnd/ Discussion]. Control your PC from your Pandora.&lt;br /&gt;
|archive=[http://www.mediafire.com/?npdbkibd5bm5ckb Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Sxiv&lt;br /&gt;
|date=2011-04-13&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=b3w (port)&lt;br /&gt;
|category=Graphics - image viewer&lt;br /&gt;
|notes=[http://forum.gp2x.de/viewtopic.php?f=59&amp;amp;t=11998 Discussion (German)].&lt;br /&gt;
|archive=[http://forum.gp2x.de/download/file.php?id=1088&amp;amp;sid=c7364ef00c1d355c4f22cd82b21dae0a Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=TiMidity++&lt;br /&gt;
|date=2011-03-21&lt;br /&gt;
|state=&lt;br /&gt;
|version=2.13.3 (player + Daemon loader)&lt;br /&gt;
|authors=Gruso (port)&lt;br /&gt;
|category=Audio - MIDI&lt;br /&gt;
|notes=Discussion: [http://www.gp32x.com/board/index.php?/topic/59041-timidity-2-13-2-port/ GP32X] [http://boards.openpandora.org/index.php?/topic/2450-timidity/ OP]. Must install Timidity MIDI Installer first.&lt;br /&gt;
|archive=[http://bunnitude.com/gruso/timidity-alsa-daemon.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Timidity MIDI Installer&lt;br /&gt;
|date=2011-01-12&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=sebt3&lt;br /&gt;
|category=Audio - MIDI&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/58173-midi-installer/ Discussion]. MIDI patches installer. &lt;br /&gt;
|archive=[http://sebt3.openpandora.org/pnd/timidity_midi_installer.pnd Download] [http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,116,273 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Transmission&lt;br /&gt;
|date=2010-09-24&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=sebt3 (port)&lt;br /&gt;
|category=Network - BitTorrent client&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/56553-bit-torrent-client/ Discussion].&lt;br /&gt;
|archive=[http://sebt3.openpandora.org/pnd/transmission.pnd Download] [http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,112,208 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=TrueCrypt &lt;br /&gt;
|date=2011-02-12&amp;lt;br/&amp;gt;2010-07-18&lt;br /&gt;
|state=beta&lt;br /&gt;
|version=&lt;br /&gt;
|authors=TJSomething (port)&amp;lt;br/&amp;gt;daniel3000 (old port)&lt;br /&gt;
|category=System - encryption&lt;br /&gt;
|notes=[http://boards.openpandora.org/index.php?/topic/1763-truecrypt-port/ Discussion]. [http://www.gp32x.com/board/index.php?/topic/55347-truecrypt-pnd-ready-for-testing/ Discussion (old)].&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,115,321 Archive] [http://www.hermocom.com/en/downloads/openpandora/TrueCrypt.pnd/ old version]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=TuxPaint (from &amp;quot;Tux4Kids&amp;quot;)&lt;br /&gt;
|date=2011-04-20&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=mcobit (port)&lt;br /&gt;
|category=Graphics - image editor&lt;br /&gt;
|notes=[http://boards.openpandora.org/index.php?/topic/2990-tux4kids Discussion]. Part of &amp;quot;Tux4Kids&amp;quot;.&lt;br /&gt;
|archive=[http://repo.openpandora.org/?page=detail&amp;amp;app=tux4kids-tux4kids-27407 Repo]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=TV-Browser &lt;br /&gt;
|date=2011-02-13&lt;br /&gt;
|state=beta&lt;br /&gt;
|version=&lt;br /&gt;
|authors=chrysipp (port)&lt;br /&gt;
|category=Network - TV guide&lt;br /&gt;
|notes=[http://forum.gp2x.de/viewtopic.php?f=59&amp;amp;t=11706 Discussion (German)]. [http://sourceforge.net/projects/tvbrowser/ Website]&lt;br /&gt;
|archive=[http://web.student.tuwien.ac.at/~e0725060/TVBrowser.pnd Download] &lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Viewnior&lt;br /&gt;
|date=2011-02-26&lt;br /&gt;
|state=&lt;br /&gt;
|version=1.1&lt;br /&gt;
|authors=gruso (port)&lt;br /&gt;
|category=Graphics - image viewer&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/55618-viewnior-pnd-available/page__view__findpost__p__940887 Discussion]&lt;br /&gt;
|archive=[http://bunnitude.com/gruso/Viewnior.pnd Download] [http://repo.openpandora.org/?page=detail&amp;amp;app=viewnior-viewnior-15225 Repo]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Vim Gvim&lt;br /&gt;
|date=2010-08-08&lt;br /&gt;
|state=beta&lt;br /&gt;
|version=7.2 &lt;br /&gt;
|authors=joseluisjazz (port)&lt;br /&gt;
|category=Office - text editor&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/55813-vim-gvim-7-2/ Discussion]. [http://www.vim.org/about.php About]. Not a PND.&lt;br /&gt;
|archive=[http://www.gp32x.com/board/index.php?/topic/55813-vim-gvim-7-2/ Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=VLC&lt;br /&gt;
|date=2010-10-12&lt;br /&gt;
|state=beta&lt;br /&gt;
|version=1.1.0 &lt;br /&gt;
|authors=sebt3 (port)&lt;br /&gt;
|category=Media player (video &amp;amp; audio)&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/54922-vlc/ Discussion]&lt;br /&gt;
|archive=[http://sebt3.openpandora.org/pnd/vlc.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Wahcade Emulator Frontend b1 &lt;br /&gt;
|date=2011-02-06&lt;br /&gt;
|state=beta&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Sigma (port)&lt;br /&gt;
|category=System - frontend&lt;br /&gt;
|notes=[http://boards.openpandora.org/index.php?/topic/1508-wahcade-frontend-beta1/ Discussion].&lt;br /&gt;
|archive=[http://www.mediafire.com/?h8o33khvtcy3x8m Download] &lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Wbar&lt;br /&gt;
|date=2011-03-03&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=mcobit (port)&lt;br /&gt;
|category=System - app launcher&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/58858-wbar/ Discussion].&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,8,338 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=WiFi &amp;quot;Another Test Wifi Driver&amp;quot; ('''Beta''')&lt;br /&gt;
|date=2011-03-05&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=David, notaz&lt;br /&gt;
|category=System&lt;br /&gt;
|notes=Discussion: [http://www.gp32x.com/board/index.php?/topic/58888-another-test-wifi-driver/ GP32X] [http://boards.openpandora.org/index.php?/topic/2151-another-test-wifi-driver/ OP]. HF5 only, not for use with HF6.&lt;br /&gt;
|archive=[http://notaz.gp2x.de/misc/pnd/wl1251-modules_1.0-r24.5_omap3-pandora.ipk Download] &lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=WiFi '''Beta test'''&lt;br /&gt;
|date=2010-11-05&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Evildragon&lt;br /&gt;
|category=System&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/57364-wifi-betatest/ Discussion]. Might fix WiFi issues.&lt;br /&gt;
|archive=[http://www.openpandora.org/downloads/WiFiBETA.pnd Download] &lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Worker&lt;br /&gt;
|date=2011-04-01&lt;br /&gt;
|state=&lt;br /&gt;
|version=2.17.11&lt;br /&gt;
|authors=mash (port)&lt;br /&gt;
|category=System - file manager&lt;br /&gt;
|notes=[http://boards.openpandora.org/index.php?/topic/2709-worker-21711/ Discussion]&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,115,375 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Xarchiver&lt;br /&gt;
|date=2010-12-04&lt;br /&gt;
|state=&lt;br /&gt;
|version=0.5.2&lt;br /&gt;
|authors=mcobit (port)&lt;br /&gt;
|category=System - file archiver&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/57748-xarchiver/ Discussion]&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,115,259 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Xbindkeys&lt;br /&gt;
|date=2010-10-14&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=Lomaxx (port)&lt;br /&gt;
|category=System&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/57037-xbindkeys-precompiled/ Discussion]. Configure hotkeys&lt;br /&gt;
|archive=[http://userpages.uni-koblenz.de/~bbrink/tmp/xbindkeys-1.8.3_prebuild.tar.gz Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=XBMC &lt;br /&gt;
|date=2011-03-13&lt;br /&gt;
|state=beta&lt;br /&gt;
|version=0.0 &lt;br /&gt;
|authors=sebt3 (port)&lt;br /&gt;
|category=Media player&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/57106-xbmc-media-center/page__view__findpost__p__942955 Discussion]. Functions as &amp;quot;entertainment hub&amp;quot;.&lt;br /&gt;
|archive=[http://sebt3.openpandora.org/pnd/xbmc.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=XFE&lt;br /&gt;
|date=2010-07-20&lt;br /&gt;
|state=&lt;br /&gt;
|version=1.32.1&lt;br /&gt;
|authors=Maxim Baranov, Roland Baudin, packaged by sebt3&lt;br /&gt;
|category=System - file manager, packager&amp;lt;br/&amp;gt;Graphics - image viewer&amp;lt;br/&amp;gt;Office - notepad&lt;br /&gt;
|notes=&lt;br /&gt;
|archive=[http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,116,163 Archive]&lt;br /&gt;
}}&lt;br /&gt;
{{software_item&lt;br /&gt;
|name=Xournal&lt;br /&gt;
|date=2010-10-03&lt;br /&gt;
|state=&lt;br /&gt;
|version=&lt;br /&gt;
|authors=sebt3 (port)&lt;br /&gt;
|category=Office - journal&lt;br /&gt;
|notes=[http://www.gp32x.com/board/index.php?/topic/56864-xournal/ Discussion]. Can annotate PDFs.&lt;br /&gt;
|archive=[http://sebt3.openpandora.org/pnd/xournal.pnd Download]&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Template:Software_item&amp;diff=8024</id>
		<title>Template:Software item</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Template:Software_item&amp;diff=8024"/>
		<updated>2011-04-26T17:14:10Z</updated>

		<summary type="html">&lt;p&gt;ABC: draft&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;|{{{name}}}||{{{date}}}||{{{state}}}||{{{version}}}||{{{authors}}}||{{{category}}}||{{{notes}}}||{{{archive}}}&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
Abstracts the data model and the rpresantation of software items of [[Software projects]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Talk:Old_Main_Page&amp;diff=8004</id>
		<title>Talk:Old Main Page</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Talk:Old_Main_Page&amp;diff=8004"/>
		<updated>2011-04-25T21:17:48Z</updated>

		<summary type="html">&lt;p&gt;ABC: /* Merging with german wiki */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;messagebox standard-talk&amp;quot; id=&amp;quot;talkheader&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;text-align:center;background-color: #FFFFFF;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;border-bottom:1px solid #C0C090; background-color: #F8EABA;&amp;quot; |&lt;br /&gt;
This is the talk page for discussing the main page of the wiki.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: #FFFFFF;text-align:left;&amp;quot; |&lt;br /&gt;
'''Please sign your comments using four tildes (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;).''' Place comments that start a new topic at the '''bottom of the page''' and give them &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;== A Descriptive Header ==&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. &lt;br /&gt;
| style=&amp;quot;background-color: #FFFFFF;&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #C0C090; background-color: #F8EABA; margin-left: 20px; margin-bottom: 0px; margin-right: 3px;&amp;quot;&amp;gt;&lt;br /&gt;
'''Talk page guidelines'''&lt;br /&gt;
&lt;br /&gt;
Please respect Etiquette, assume good faith and be nice.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Dutch translation ==&lt;br /&gt;
&lt;br /&gt;
@ Orkie: Seeing as The Netherlands has a [http://www.gpark.nl GP2X community] too (and (although) indirectly, Pandora), it might be useful to add a link to it. I'm even willing to do (some) Dutch translations for the Wiki. ;) --[[User:SharQueDo|SharQueDo]] 11:57, 17 April 2008 (CEST)&lt;br /&gt;
: Sure, I'll do it when I get chance. [[User:Orkie|Orkie]] 20:23, 17 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Finnish translation ==&lt;br /&gt;
&lt;br /&gt;
I would like to do a finnish translation of the page, I just need you guys to link the main page to http://pandorawiki.org/Fi:Main_page and create the finlands flag symbol.&lt;br /&gt;
: Great, same as above. I'll dig out a flag icon and set up a new category later today. [[User:Orkie|Orkie]] 20:23, 17 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
: I think I will have time to start the translation project in Sunday and I will be working on it for some time. For starters I will be translating about pandora and Faq, but I will also add thinks that finnish people always ask me to faq. I plan to update as the english version updates and add stuff in the user category, in the developer category I will just put links to the english versions because you just have to know english to do that stuff. (besides, I don't think that I'm the right person to translate developer stuff) [[User:Gaeryc|Gaeryc]] 21:45, 17 April 2008 (CEST)&lt;br /&gt;
==Icelandic  translation ==&lt;br /&gt;
i have translated the Main Page in to icelandic&lt;br /&gt;
&lt;br /&gt;
http://pandorawiki.org/Is:Main_Page&lt;br /&gt;
--[[User:Andri12|Andri12]] 06:58, 20 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Czech translation ==&lt;br /&gt;
&lt;br /&gt;
Can you add Czech translation link http://pandorawiki.org/Cz:Main_page please? I'd like to make some translations to Czech language. Thanks.&lt;br /&gt;
: Sure, sorry it has taken a few days to get around to it. [[User:Orkie|Orkie]] 19:47, 5 June 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Spanish Translation ==&lt;br /&gt;
&lt;br /&gt;
Anybody working on this?&amp;lt;br /&amp;gt;&lt;br /&gt;
If not, what dialect should it be in? (I can only do some of the Latin American dialects, not much of any Spain/Castillian) You may consider having two namespaces: one for the European dialect (''Es:'') and one for Latin American dialect (''La:'') &amp;lt;br /&amp;gt;&lt;br /&gt;
[[User:Nat1192|Nat1192]] 02:11, 1 October 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== German translation ==&lt;br /&gt;
Hey, I would like to do a german translation of this page. First i will link to the english articles. &amp;lt;br /&amp;gt;&lt;br /&gt;
[[User:Shorty Meeks|Shorty Meeks]] 16:58, 7 December 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== French translation ==&lt;br /&gt;
There was already a basic French page. I'm slowly updating it and a bunch of other pages. [[User:KodeIn|KodeIn]] 21:38, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Allow editing==&lt;br /&gt;
Please allow all established users to edit this page. The requests are completely backlogged, and the front page is getting more and more outdated. [[User:Esn|Esn]] 08:24, 5 July 2010 (MEST)&lt;br /&gt;
:Thank you for updating it, EvilDragon. [[User:Esn|Esn]] 12:13, 15 July 2010 (MEST)&lt;br /&gt;
::Just a thought... we could make templates for the different sections to this page (About Pandora, links, user links, dev links) and then have this page use those templates. That would mean any logged in user could edit it, which ''is'' slightly dangerous for reasons of spam but does make it so it can be edited by everyone, they just couldn't get at the layout of the page. --[[User:Cheese|Cheese]] 09:11, 20 July 2010 (MEST)&lt;br /&gt;
:::Or just add a couple of users as explicit editors. The template suggestion seems OK, since anyone could revert spam, but we don't have 24/7 coverage of recent changes.--[[User:Tsh|Tsh]] 12:19, 20 July 2010 (MEST)&lt;br /&gt;
::::I agree that would be the best choice, but ED is the only active admin and I don't think he's familiar enough administering a wiki or he would have done it already, that or he's too busy. I've gone ahead with the template idea and sent him an updated main page, it should be up within a day or two. Hopefully the spammers won't realize they can now access part of the main page and start spamming like crazy. --[[User:Cheese|Cheese]] 07:37, 21 July 2010 (MEST)&lt;br /&gt;
&lt;br /&gt;
==Will X Run on the Pandora?==&lt;br /&gt;
&lt;br /&gt;
We have an article with this name.  http://pandorawiki.org/Will_X_run_on_the_Pandora%3F  It really SHOULD be added to the main page, under Users.  It's begging to be used more often!  I've already put it on the Port Requests page.&lt;br /&gt;
&lt;br /&gt;
[[User:Blue Protoman|Blue Protoman]] 22:49, 22 January 2011 (MET)BlueProtoman&lt;br /&gt;
&lt;br /&gt;
:The main page uses templates to bring in the links, so we don't need admins to update it. See (or edit): [[Template:MainPageUsersLinks]]. Feel free to add it there if no one objects to it. --[[User:Cheese|Cheese]] 04:00, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
::Wow... I had no idea. Thanks a bunch, Cheese. The [[Will_X_run_on_the_Pandora?]] article is quite rough at the moment though, so I don't know... [[User:Esn|Esn]] 04:45, 23 January 2011 (MET)&lt;br /&gt;
::Oh, I see that someone cleaned it up a bit so that it doesn't overlap with the software list articles. That was a good idea. [[User:Esn|Esn]] 04:48, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
That was me.  Also, I didn't know it ran off a template.  If that's the case, I'll add the page now.  Thanks.  [[User:Blue Protoman|Blue Protoman]] 15:20, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
==Move Hardware hacking from Users to Developers ?==&lt;br /&gt;
&lt;br /&gt;
That's said--[[User:Linux-SWAT|Linux-SWAT]] 19:14, 16 February 2011 (MET)&lt;br /&gt;
:It has nothing to do with developers, though... i.e. I had to do some so-called &amp;quot;hardware hacking&amp;quot; as a user because my stylus was stuck when I got my unit. Also, DaveC is known for hardware hacking but is certainly not a developer. [[User:Esn|Esn]] 00:05, 20 February 2011 (MET)&lt;br /&gt;
::Ok, so the french main page has to be changed--[[User:Linux-SWAT|Linux-SWAT]] 00:40, 27 February 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
== Wiki Translation tips ==&lt;br /&gt;
&lt;br /&gt;
Anyone ?--[[User:Linux-SWAT|Linux-SWAT]] 19:41, 16 February 2011 (MET)&lt;br /&gt;
:What's your question? [[User:Esn|Esn]] 00:06, 20 February 2011 (MET)&lt;br /&gt;
::I don't know how to proceed efficiently... Read a lot of wikis but never edited seriously :/--[[User:Linux-SWAT|Linux-SWAT]] 00:39, 27 February 2011 (MET)&lt;br /&gt;
:::Maybe have several tabs open, one with the original page, one with the translated page that you're creating, one with Google Translate? [[User:Esn|Esn]] 23:19, 17 March 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
== What happened to the logo? ==&lt;br /&gt;
&lt;br /&gt;
Title.  The logo's missing in favor of a placeholder, and I don't know why.  Anyone care to explain?  [[User:Blue Protoman|Blue Protoman]] 14:58, 17 March 2011 (MET)&lt;br /&gt;
:ED updated to the latest MediaWiki and changed the captcha to something more complex at my request, to get rid of the constant spam problems that we've had the past few weeks. It seems to have worked, but the logo seems to have gotten lost in the process. He's understandably quite busy, but I hope that eventually he'll find some time to put it back in (I'd do it, but I suspect I don't have access to that part of the site - though I'm not entirely sure). [[User:Esn|Esn]] 23:17, 17 March 2011 (MET)&lt;br /&gt;
:Instructions for setting a logo image are [http://kb.siteground.com/article/How_to_change_my_MediaWiki_logo_image.html here]. I don't think I have access to LocalSettings.php, though. [[User:Esn|Esn]] 23:24, 17 March 2011 (MET)&lt;br /&gt;
::It's nice to see that we're running the newest version now, I didn't realize ED had access to the server. Yep, you need write access to the files on the server to change the logo URL, there's no way to set it from the admin interface. --[[User:Cheese|Cheese]] 23:29, 17 March 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
==Houston, we have a problem!==&lt;br /&gt;
&amp;quot;Upload file&amp;quot; on the wiki no longer works. When I try, I get a message saying &amp;quot;The upload directory (public) is not writable by the webserver.&amp;quot; I've notified ED about this. I hope he checks his PMs from time to time. [[User:Esn|Esn]] 07:26, 25 March 2011 (MET)&lt;br /&gt;
:By the way, this is now fixed. And we have a logo again. :) [[User:Esn|Esn]] 06:14, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
==Second Problem==&lt;br /&gt;
Translation disappears !!! --[[User:Linux-SWAT|Linux-SWAT]] 22:58, 6 April 2011 (MEST)&lt;br /&gt;
:What? Where? [[User:Esn|Esn]] 07:47, 7 April 2011 (MEST)&lt;br /&gt;
::Clicked on the french page to edit this and there like when i have time&lt;br /&gt;
http://pandorawiki.org/Fr:Main_Page gives Fr:Main Page&lt;br /&gt;
There is currently no text in this page. You can search for this page title in other pages, search the related logs, or edit this page.&lt;br /&gt;
&lt;br /&gt;
Clicking on some other flags gave the same answer :/     --[[User:Linux-SWAT|Linux-SWAT]] 21:21, 8 April 2011 (MEST)&lt;br /&gt;
:Bizarre. I'll have to ask EvilDragon about this... [[User:Esn|Esn]] 21:36, 8 April 2011 (MEST)&lt;br /&gt;
::I also have to add that every contribution to the french page has been removed from my history... weird --[[User:Linux-SWAT|Linux-SWAT]] 13:01, 9 April 2011 (MEST)&lt;br /&gt;
:::[[:Category:Emulator_Compatibility|these pages]] have disappeared as well. I'm ''certain'' that they were there before the latest update, but now they're gone along with the edit histories. [[User:Esn|Esn]] 06:43, 22 April 2011 (MEST)&lt;br /&gt;
::::So do we have to start over again TT ?  --[[User:Linux-SWAT|Linux-SWAT]] 22:51, 22 April 2011 (MEST)&lt;br /&gt;
:::::Let's give ED a while to see if he can figure out what went wrong, first... it's possible that he might be able to recover those pages. [[User:Esn|Esn]] 06:42, 23 April 2011 (MEST)&lt;br /&gt;
: I would suggest to use the [[:template:languages]] that adds a list of translations on top of the page. Due to a bug it doesn't hiddes all remaining languages, but this will work if we fix the wiki config --[[User:ABC|ABC]] 00:11, 23 April 2011 (MEST)&lt;br /&gt;
::For my proposal about what the &amp;quot;languages&amp;quot; template should look like, please see the &amp;quot;Updating Mediawiki&amp;quot; thread below this one. [[User:Esn|Esn]] 06:43, 23 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Right to change the mainpage ==&lt;br /&gt;
&lt;br /&gt;
Hi Orkie,&lt;br /&gt;
&lt;br /&gt;
I would like to help to clean up the wiki and therefore outsource templates, reorder mainpage etc. Might you grant me the right to do so, please?&lt;br /&gt;
&lt;br /&gt;
:Orkie is no longer around, ABC. Neither is Chip. The only admins active now are myself and EvilDragon. [[User:Esn|Esn]] 05:20, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
:You're free to improve the wiki of course, but please add a discussion topic in the relevant talk page before you decide to start on any radical changes that may be controversial and difficult to undo. This is better for all sides, because if you go in too rashly, you risk having all your work undone if someone heavily disagrees with what you propose. So if you have anything radical in mind, it might be better to start a &amp;quot;fork&amp;quot; page first (like [[Games (fork)|this one]]), then if nobody objects it can be brought over to the main article. &lt;br /&gt;
&lt;br /&gt;
:By the way, what do you mean about &amp;quot;outsourcing templates&amp;quot;? And what specifically on the main page don't you like? [[User:Esn|Esn]] 06:12, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
:Sorry was my fault, you already use templates so I could just do some little reordering. I would like to remove the language flags, I try to get [[:template:languages]] working instead, which is checking if the pages have translations or not.&lt;br /&gt;
:I understand your point of view, concerning critical edits. Currently I just do refactoring and reformatting so nothing that affects the content or structure to heavy. I guess a discussion would be necessary before renaming some of the pages.--[[User:ABC|ABC]] 09:37, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Updating Mediawiki ==&lt;br /&gt;
&lt;br /&gt;
Hi, are there any concerns on updating this instance to a more recent version? I'm always confused to have the searchbar at the left side without outocomplete and SVG is currently unsupported :/ --[[User:ABC|ABC]] 18:22, 19 April 2011 (MEST)&lt;br /&gt;
:Well, I personally think the new look of Wikipedia is pretty ugly and inefficient, so I'm a fan of keeping the cosmetics as they are. ;) EvilDragon actually updated to the latest MediaWiki just recently to combat a spam problem that we had. It might've messed up a few other things, though (see discussion in the above topics). The SVG thing isn't that great, if true (I've never tried uploading an SVG file). Do you actually need SVG for something specific? [[User:Esn|Esn]] 06:08, 20 April 2011 (MEST)&lt;br /&gt;
::Yes thats a big UI step, I see. But for me it's not that nice to switch between different styles. Anyway thats not that important :)&lt;br /&gt;
:: Yes SVG will allow everybody to upload and update schemes, diagrams etc. that would be static otherwise. It prevents to use a lot of material of the Creative Commons database that could be used using interwiki links. --[[User:ABC|ABC]] 09:37, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
:Ok template:langues worksbut it lacks the collapsing feature. This is done by [[:template:hidden]] but I guess it seem to lack a few CSS definitions? Check it out at [http://en.wikipedia.org/wiki/Template:Hidden wikipedia] --[[User:ABC|ABC]] 21:39, 20 April 2011 (MEST) --[[User:ABC|ABC]] 21:39, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
::Please tell me what you're trying to do, as I don't really understand it. You're recently copied over a number of language-related templates from Wikipedia: [[Template:LanguageExistingEn]], [[Template:LanguageLink]], [[Template:LanguageExisting]], [[Template:Languages]]. Are you trying to have the links to different languages be on the left column of the page, as is the case in Wikipedia? If so, it doesn't seem to be working. What you've done [http://pandorawiki.org/index.php?title=FAQ&amp;amp;oldid=7714 here] is rather ugly. Please do any ''experiments'' on a ''test'' page rather than a functioning page that's in use. And no way are we EVER going to have more than a few languages, anyway, so it makes no sense to me to have so many redlinks... [[User:Esn|Esn]] 06:31, 22 April 2011 (MEST)&lt;br /&gt;
:::You are right, it would be better if I used a testpage only and not a productive one :/ Well yes I try to get a top menu working, that adapts to the language a page is translated for. For example [http://wiki.openstreetmap.org/wiki/Presse]. The redlinks will disappear if the CSS/JS is extended and SVG is fixed. I guess the files were interwiki by wikicommons, if not i will add them, of course. Sorry if my action sometimes look a bit hectic, I promise to be more patient :) --[[User:ABC|ABC]] 07:32, 22 April 2011 (MEST)&lt;br /&gt;
::::Okay, thanks for explaining. I would prefer to handle different languages like they are on Wikipedia (as a sidebar) - although if that's not possible (or too much work), that language template is an acceptable alternative. If we end up using the language template, I think it should be present not on every single page, but only on the ones that are translated into at least one other language. [[User:Esn|Esn]] 07:44, 22 April 2011 (MEST)&lt;br /&gt;
:::::Sure, that handling is up to us. But see, this would make it very easy to others to create translations. But I'm not a big fan of internationalization (for that a small community) due to the outdating of pages. --[[User:ABC|ABC]] 08:45, 22 April 2011 (MEST)&lt;br /&gt;
::::To be honest, I think those little flags that are currently on the main page look much nicer than the language template does in the link that you provided. If we end up using a top-of-the-page template for other languages, I'd rather have the flags than the language names. [[User:Esn|Esn]] 08:29, 22 April 2011 (MEST)&lt;br /&gt;
:::::Again, if the templates are in use, it's up to us to change their representation layer [[:Template:Languages/Interface]]. But yes flags seem to save space and look a bit sexier :) --[[User:ABC|ABC]] 08:45, 22 April 2011 (MEST)&lt;br /&gt;
::::::Just trying to picture it here, I think the best option would be to have the links to different languages be on the right side of the page, like an infobox. So it might say &amp;quot;Translations of this page:&amp;quot; and then a few flags. That seems like a nice, clean way to do it. I think that's better than putting it over the ''entire'' top, because this way it doesn't hinder people who start reading from the top of the article. [[User:Esn|Esn]] 10:05, 22 April 2011 (MEST)&lt;br /&gt;
::::::Not sure if that is a good argument as a lot of wikis I saw use a very similar template. Anyway if it works right we can change the design. --[[User:ABC|ABC]] 14:32, 22 April 2011 (MEST)&lt;br /&gt;
:::::::Well, [http://i.imgur.com/gGeqg.gif here's a mockup] of what I'm proposing. It's pretty similar to what those other wikis use; I just think it looks less ugly. The &amp;quot;add a translation&amp;quot; link could go to an instruction page that says: &amp;quot;if you want to add a translation, find the two-letter code of your language, and make a page with that code in front of it&amp;quot;. Or maybe instead of &amp;quot;add a translation&amp;quot;, it could say &amp;quot;missing languages&amp;quot; as it does on the example you linked.&lt;br /&gt;
:::::::Anyway... so how is that template supposed to automatically recognize which pages are translated? Does it look for whether there's a page with the same title with a two-letter language code in front of it? But some pages will have different titles in different languages - I'm not sure how you could get around adding the languages in manually. [[User:Esn|Esn]] 05:58, 23 April 2011 (MEST)&lt;br /&gt;
::::::::[http://i.imgur.com/YSWJ6.png Here's my second mockup]. And once you click on &amp;quot;show missing languages&amp;quot;, it will look like [http://i.imgur.com/et5at.png this]. To be listed, a &amp;quot;missing language&amp;quot; must have a translation of the main page of this wiki. That seems like a good compromise to avoid listing hundreds of languages... [[User:Esn|Esn]] 06:38, 23 April 2011 (MEST)&lt;br /&gt;
::::::::They look awesome, but to be honest, I would expect this choice on the top of the page :/ With this nitty flags it doesn't consume to much space. The other great thing of the hidden languages is that you can add a translation to a page easily, that is missed in your mockups, right? --[[User:ABC|ABC]] 08:31, 24 April 2011 (MEST)&lt;br /&gt;
:BTW I checked out, that you can change the skin already now to Vector, that is the new Mediawiki user interface everywhere. Douch, guess I should read the manual first ;) --[[User:ABC|ABC]] 19:00, 23 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Goals of this wiki ==&lt;br /&gt;
&lt;br /&gt;
Hi there, just a simple questions before I start any harder refactoring or contributing to this wiki. What are the main goals for this platform? What usecases do you spot on? How established is it within the pandora community?&lt;br /&gt;
&lt;br /&gt;
Maybe we should make an IRC session focused on further plans on the wiki? --[[User:ABC|ABC]] 19:54, 23 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== News bar? ==&lt;br /&gt;
&lt;br /&gt;
Hi, what do you think about adding a newslist to the mainpage collecting all informations of the different forums and listing the official announcements? --[[User:ABC|ABC]] 08:34, 24 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Merging with german wiki ==&lt;br /&gt;
&lt;br /&gt;
Hi, sorry for putting that much topics on your todo list, but I like to ask even here if you would give the [http://wiki.openpandora.de german wiki users] a warm welcome? AFAIK there is currently only one maintainer left, but their wiki is quite good organized and has some really interesting aspects (e.g. icons for buttons,...). To me it sounds wise to first cleanup our own articles and then merge both wikis and use this process to update all the articles --[[User:ABC|ABC]] 23:17, 25 April 2011 (MEST)&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=User:ABC&amp;diff=7997</id>
		<title>User:ABC</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=User:ABC&amp;diff=7997"/>
		<updated>2011-04-24T14:57:08Z</updated>

		<summary type="html">&lt;p&gt;ABC: logo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Userboxtop}}&lt;br /&gt;
{{user logo|ABC logo.png}}&lt;br /&gt;
{{user Doc}}&lt;br /&gt;
{{user de}}&lt;br /&gt;
{{user en-2}}&lt;br /&gt;
{{Userboxbottom}}&lt;br /&gt;
Hi this is Matthias from the german community. I'm original from the OpenStreetMap project and interested in microcontrollers and operating system design. Hopefully I will get the skill for crosscompiling etc :)&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=File:ABC_logo.png&amp;diff=7996</id>
		<title>File:ABC logo.png</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=File:ABC_logo.png&amp;diff=7996"/>
		<updated>2011-04-24T14:54:00Z</updated>

		<summary type="html">&lt;p&gt;ABC: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Template:User_logo&amp;diff=7995</id>
		<title>Template:User logo</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Template:User_logo&amp;diff=7995"/>
		<updated>2011-04-24T14:53:44Z</updated>

		<summary type="html">&lt;p&gt;ABC: Created page with &amp;quot;{{userbox |id=Logo |id-c=#051F87 |id-fc=#2D4FD6 |info     = Image:{{{1}}} |info-c= #2D4FD6 }}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{userbox&lt;br /&gt;
|id=Logo&lt;br /&gt;
|id-c=#051F87&lt;br /&gt;
|id-fc=#2D4FD6&lt;br /&gt;
|info     = [[Image:{{{1}}}]]&lt;br /&gt;
|info-c= #2D4FD6&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Pandora&amp;diff=7994</id>
		<title>Pandora</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Pandora&amp;diff=7994"/>
		<updated>2011-04-24T14:39:52Z</updated>

		<summary type="html">&lt;p&gt;ABC: /* Pictures */ fix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IntroNote | This Wiki is an unofficial community project, and Open Pandora Ltd. is not responsible for its content. Neither is the Wiki an official source of information about your device. &amp;lt;br/&amp;gt;We can always use more help, look [[Getting_involved#The_Wiki | here]] to find out how you can get involved.}}&lt;br /&gt;
&lt;br /&gt;
[[Image:PandoraFrontNew.jpg|right|thumb|320px|The Pandora.]] &lt;br /&gt;
The Pandora is a combination of a seventh-generation handheld game console and miniature computer. It is the spiritual successor to other open handheld consoles such as the [[GP32]] and [[GP2X]]. The device is open, meaning you can use it however you like and there are no restrictions or fees placed on developers, so anyone can write and release software for it. It runs a custom distribution of Linux based on [http://www.angstrom-distribution.org/ Ångström] and is currently the most powerful handheld gaming console available.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
On September 30, 2008, 3000 units were made available for pre-order. Later on, this number was increased to 4000. The release of the Pandora was delayed several times until May 2010, when mass production and shipping of the Pandora began. A [[Production timeline]] page describes the process.&lt;br /&gt;
&lt;br /&gt;
[[Image:Pandora-newrender.jpg|left|thumb|220px|A render of the Pandora.]]&lt;br /&gt;
&lt;br /&gt;
For the [[first batch]], 4000 units were made available to be pre-ordered for $330 USD each. Currently units from this batch these are being assembled and shipped out to customers. A [[second batch]] of 4000 was made available for pre-order in July 2010. The price of the second batch was $349 USD. [http://www.gp32x.com/board/index.php?/topic/54958-just-had-my-2nd-batch-pre-order-email/]&lt;br /&gt;
&lt;br /&gt;
During fulfillment of the first batch, a limited but unspecified number of &amp;quot;Instant&amp;quot; Pandoras were made available at $500 and promised to be shipped in 7 days [http://boards.openpandora.org/index.php?/topic/1294-instant-pandoras-the-summary-read-first/]. This has since become the only way of purchasing a Pandora, though the the 7-day Guarantee still applies.&lt;br /&gt;
&lt;br /&gt;
==Availability==&lt;br /&gt;
&lt;br /&gt;
You can buy a Pandora from one of the links on the Pandora [[http://www.open-pandora.org/index.php?option=com_content&amp;amp;view=article&amp;amp;id=97&amp;amp;Itemid=34&amp;amp;lang=en Website]].&lt;br /&gt;
&lt;br /&gt;
==Capabilities==&lt;br /&gt;
&lt;br /&gt;
The Pandora is a unique device. Currently, there is no other device available that has dedicated gaming controls (including two analog nubs) and a QWERTY [[keyboard]]. It was developed primarily as a game console, specifically, a device to emulate older systems (see [[Emulator list]]) and run native games (see [[Games]]). It can also be used as a handheld computer. You can use it to do many of the tasks you would on any other computer, such as browsing the Internet (with a full-featured web browser), listening to music, watching movies and shows, using instant messaging applications, etc. (see [[Software projects]])&lt;br /&gt;
&lt;br /&gt;
There are also a few things it can't do. Specifically, it can't run software that is only available for Windows, though if the source code is available there is a possibility it could be [[port_requests ported] to run on the Pandora. Also, most proprietary Linux applications won't run without a port (as they were made to run on the x86 architecture while the Pandora is [[ARM]]-based).&lt;br /&gt;
&lt;br /&gt;
==Specifications==&lt;br /&gt;
&lt;br /&gt;
===Core Hardware===&lt;br /&gt;
&lt;br /&gt;
*Texas Instruments [[OMAP3530]] system-on-chip (SoC): [http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=38155&amp;amp;view=findpost&amp;amp;p=562133] [http://www.gp32x.com/board/index.php?showtopic=39172&amp;amp;st=160#] ''Specifications can be found at this link: [http://focus.ti.com/pdfs/wtbu/ti_omap3430.pdf] ''&lt;br /&gt;
*PowerVR SGX GPU (OpenGL ES 2.0, several million polygons per second). ''OpenGL ES demonstrated: [http://www.imgtec.com/powervr/insider/powervr-demos.asp] ''&lt;br /&gt;
*256MB DDR SDRAM in consumer units (early developer units had 128MB).&lt;br /&gt;
*Real-time clock (RTC) built in, to keep track of time: [http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=38155&amp;amp;view=findpost&amp;amp;p=568882]&lt;br /&gt;
*512MB internal flash memory ([[NAND]]) for consumer Pandoras (early developer boards had 256MB).&lt;br /&gt;
*Is &amp;quot;unbrickable&amp;quot;, thanks to a ROM [[bootloader]].&lt;br /&gt;
*Dimensions: 140 x 83 x 27 mm (See [[Size Comparisons]]).&lt;br /&gt;
*Mass: 320g [http://openpandora.ca/] (0.739 lbs).&lt;br /&gt;
&lt;br /&gt;
===Display===&lt;br /&gt;
&lt;br /&gt;
*4.3-inch (93.6 x 56.2 mm), 800x480 widescreen (5:3), [[touchscreen]] TFT-LCD. [http://www.gp32x.com/board/index.php?showtopic=38044]&lt;br /&gt;
*Brightness: 300 cd/m&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;, Contrast ratio: 450:1, Response time: tr+tf=30ms. [http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=39741&amp;amp;view=findpost&amp;amp;p=573484]&lt;br /&gt;
*TV-out included in hardware, A/V-OUT Port (similar in appearance to a large USB OTG port) has Composite and S-Video outputs and 3.5mm headphone output and microphone input.&lt;br /&gt;
**Separate TV-out signals, picture-in-picture capabilities. [http://www.gp32x.com/board/index.php?showtopic=38044]&lt;br /&gt;
*Powerful 2D and 3D hardware acceleration, see above. [http://www.gp32x.com/board/index.php?showtopic=38044]&lt;br /&gt;
&lt;br /&gt;
===Sound===&lt;br /&gt;
&lt;br /&gt;
*Has a high-quality audio DAC and an ADC.&lt;br /&gt;
*A pair of stereo speakers are built into the sides of the display. &lt;br /&gt;
*The hardware volume control is a wheel.&lt;br /&gt;
*Built-in microphone. [http://www.gp32x.com/board/index.php?act=findpost&amp;amp;pid=568882]&lt;br /&gt;
&lt;br /&gt;
===Input===&lt;br /&gt;
&lt;br /&gt;
*[[Buttons]], [[keyboard]], microphone, and [[touchscreen]]. [http://www.gp32x.com/board/index.php?showtopic=38044]&lt;br /&gt;
*Directional pad ([[D-pad]]). [http://www.gp32x.com/board/index.php?showtopic=38044]&lt;br /&gt;
*Two real, custom-designed, plastic analog [[nubs]].&lt;br /&gt;
*QWERTY keyboard (cellphone-like, but larger). [http://www.gp32x.com/board/index.php?showtopic=38044]&lt;br /&gt;
&lt;br /&gt;
===Connectivity===&lt;br /&gt;
&lt;br /&gt;
*802.11b/g ([[Wi-Fi]]) included.&lt;br /&gt;
*Integrated [[Bluetooth]] 2.0 + EDR (3Mbps). [http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=42344&amp;amp;view=findpost&amp;amp;p=613832] &lt;br /&gt;
*[[USB_reference|USB]] &lt;br /&gt;
**Fully powered (500 mA) standard-A [[USB]] host port.&lt;br /&gt;
**USB OTG mini-AB port.&lt;br /&gt;
**You can use anything that has the appropriate drivers. [http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=38155&amp;amp;view=findpost&amp;amp;p=568882] Some devices need to first go through a powered USB hub.&lt;br /&gt;
*RS-232 included, but a level converter is needed for the UART. [http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=38155&amp;amp;view=findpost&amp;amp;p=568882]&lt;br /&gt;
*Two SDIO-capable SDHC/SDXC slots.&lt;br /&gt;
&lt;br /&gt;
===Power===&lt;br /&gt;
&lt;br /&gt;
*Lithium-polymer [[battery]], ~4000mAh.&lt;br /&gt;
*Up to 10-14 hours battery life under reasonable load, 8.5 hours under max CPU load, ~17 hours playing music with the display off ([[Power_modes#Times|source]]) (up to 100 hours claimed to be possible with further optimization [http://www.gp32x.com/board/index.php?showtopic=40823&amp;amp;st=80&amp;amp;p=595336&amp;amp;#entry595336])&lt;br /&gt;
*Can charge through an AC adapter or USB. [http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=40659&amp;amp;view=findpost&amp;amp;p=587802]&lt;br /&gt;
*Advanced power management capabilities: only need to set a max [[clock speed]]; when the CPU is not doing anything it automatically HALTs and does nothing to save power. [http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=38155&amp;amp;view=findpost&amp;amp;p=574380]&lt;br /&gt;
*Eventually will be able to suspend to RAM or suspend to disk for longer battery life and faster start up. See [[Power modes]].&lt;br /&gt;
&lt;br /&gt;
==Pictures==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:Openpandora 001.jpg&lt;br /&gt;
Image:Pandora-latestrender.jpg|Rendering&lt;br /&gt;
Image:Size-compare.jpg|Size&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Hardware]]&lt;br /&gt;
[[Category:List]]&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=User_manual&amp;diff=7993</id>
		<title>User manual</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=User_manual&amp;diff=7993"/>
		<updated>2011-04-24T14:30:37Z</updated>

		<summary type="html">&lt;p&gt;ABC: formating&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IntroNote | This Wiki is an unofficial community project, and Open Pandora Ltd. is not responsible for its content. Neither is the Wiki an official source of information about your device. &amp;lt;br/&amp;gt;We can always use more help, look [[Getting_involved#The_Wiki | here]] to find out how you can get involved.}}&lt;br /&gt;
&lt;br /&gt;
{{split section|Page to large, bad for categories, linking topics,....}}&lt;br /&gt;
&lt;br /&gt;
[[Image:PandoraFront.jpg|Right|thumb|360px|The Pandora.]]&lt;br /&gt;
So your Pandora just arrived after being in the post for two months. Jolly good! But now that it's actually here, what on earth do you do with it? '''Don't panic!''' Let's take a look at what's included in the box (so you don't miss anything!) and then hop on over to setting it up for that extended Ms. Pacman marathon you've been waiting for!&lt;br /&gt;
&lt;br /&gt;
Also, don't forget to hit up [http://www.gp32x.com/board/index.php?/forum/61-pandora/ GP32X] for questions/info/apps/fun/discussion! Ask on the [http://boards.openpandora.org/ Official Open Pandora forum] if you want a definitive answer.&lt;br /&gt;
&lt;br /&gt;
If you find a problem which is not explained after visiting the forum, be sure to report it in the [http://bugs.openpandora.org/ Bug Tracker]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Safety Information ==&lt;br /&gt;
{{warning&lt;br /&gt;
|Choking Hazard, do not let '''children''' under the age of 3 come close to your Pandora console.&amp;lt;br&amp;gt;The Pandora contains small parts that can be eaten by those children.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{warning&lt;br /&gt;
|The [[battery]] of Pandora must be charged by the [[charger]] included with the Pandora (see package contents). [http://www.open-pandora.org/ Open Pandora Ltd.] will not be responsible for damage arising from the use of third party chargers. Please be aware that &amp;quot;cheap&amp;quot; third party chargers often carry fake CE logos. These can damage your Pandora or burst horribly into FLAMES.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{warning&lt;br /&gt;
|Keep the Pandora in normal temperatures under 140F/60C (Recommended temperatures are in the range between -10C and 40C){{Citation needed}}. The [[battery]] is a standard Lithium Polymer battery. Do not keep near fire or water. Do not disassemble, destroy or damage the battery, or it may explode! Do not short circuit external contacts! Dispose of it properly, please.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{warning&lt;br /&gt;
|Modifications to [[hardware]] ([[Hardware hacking]]) can damage your Pandora. [http://www.open-pandora.org/ Open Pandora Ltd] cannot be held responsible for any resulting damages that occur from you modifying your Pandora.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{warning&lt;br /&gt;
|Malicious software can do horrible things to your Pandora. Only download Pandora software from trusted locations such as the [http://apps.openpandora.org Pandora Apps] website, the [http://dl.openhandhelds.org/cgi-bin/pandora.cgi Pandora File Archive], or the websites of trusted developers.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{warning&lt;br /&gt;
|The Pandora has a 4.3-inch [[touch screen]]. You can touch the screen to trigger an action. That's right, a touch screen - '''not a stab screen''', punch screen, or solid mahogany workbench. Always touch the screen gently – that is more than enough to trigger the action you want.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{warning&lt;br /&gt;
|The casing of the Pandora has been designed for maximum strength, making it quite hard to break. Please do not consider this a challenge. Do '''not drop, throw, clamp, launch, tumble dry''', or place anvils on the Pandora. This will void your warranty.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Warranty Information ==&lt;br /&gt;
A one year warranty applies as required by law, and the device will be replaced/repaired if it is faulty. LCDs with numerous/excessive dead pixels will also be replaced.{{Citation needed}}&lt;br /&gt;
&lt;br /&gt;
== Box Contents ==&lt;br /&gt;
When you first open Pandora's box, a slew of demons and raging emotions may forcibly leave the box. This is normal. After that, you should find the following items:&lt;br /&gt;
*Pandora console&lt;br /&gt;
*[[Stylus]] (located in stylus slot on the side of the Pandora)&lt;br /&gt;
*[[Battery]]&lt;br /&gt;
*Mains power adapter ([[charger]])&lt;br /&gt;
*[[Battery case]] (note: it can be difficult to open. [http://boards.openpandora.org/index.php?/topic/963-complain-about-battery-case-here/ Here] is how to do it)&lt;br /&gt;
The following items should also be present if you ordered them separately:&lt;br /&gt;
*[[TV-Out Cable]] (As of 3rd November 2010 these are not yet included in the box and will ship separately as available)&lt;br /&gt;
*[[Carrying Case]]&lt;br /&gt;
*Extra Battery&lt;br /&gt;
After you take those things out, you may find a sliver of Hope left over. It's best to keep it, as you never know when you could use some Hope.&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
==== Highlights ====&lt;br /&gt;
{{citation needed}}&lt;br /&gt;
* [[ARM]]® Cortex™-A8 600Mhz+ CPU running [[Linux]]*&lt;br /&gt;
* 430-MHz [[TMS320C64x+]]™ DSP Core&lt;br /&gt;
* PowerVR SGX [[OpenGL 2.0 ES]] compliant 3D hardware&lt;br /&gt;
* 800x480 4.3&amp;quot; 16.7 million colours [[touchscreen]] LCD&lt;br /&gt;
* [[Wifi]] 802.11b/g, [[Bluetooth]] &amp;amp; High Speed [[USB]] 2.0 Host&lt;br /&gt;
* Dual [[SDHC card]] slots &amp;amp; SVideo [[TV output]]&lt;br /&gt;
* Dual Analogue and Digital gaming controls ([[nubs]])&lt;br /&gt;
* 43 button QWERTY and numeric [[keypad]]&lt;br /&gt;
* Around 10+ Hours battery life**&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;small&amp;gt;&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;The 600Mhz+ can be clocked higher or lower. This can be controlled by software designed for the device.&amp;lt;/small&amp;gt;&lt;br /&gt;
:&amp;lt;small&amp;gt;&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt;Is affected by use. (For example, turning Wi-Fi off will give better battery life.)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Advanced Specifications ====&lt;br /&gt;
* Texas Instruments [[OMAP3530]] processor at 600MHz (officially)&lt;br /&gt;
* 256MB DDR-333 [[SDRAM]]&lt;br /&gt;
* 512MB [[NAND]] FLASH memory&lt;br /&gt;
* [[IVA2+]] audio and video processor using TI's DaVinci™ technology (430MHz C64x DSP)&lt;br /&gt;
* [[ARM]]® Cortex™-A8 superscalar microprocessor core&lt;br /&gt;
* PowerVR [[SGX530]] (110MHz officially) OpenGL ES 2.0 compliant 3D hardware&lt;br /&gt;
* integrated [[Wifi]] 802.11b/g (up to 18dBm output)&lt;br /&gt;
* integrated [[Bluetooth]] 2.0 + EDR (3Mbps) (Class 2, + 4dBm)&lt;br /&gt;
* 800x480 resolution LTPS [[LCD]] with resistive touch screen, 4.3&amp;quot; widescreen, 16.7 million colors (300 cd/m2 brightness, 450:1 contrast ratio)&lt;br /&gt;
* Dual analog controllers ([[nubs]])&lt;br /&gt;
* Full [[gamepad]] controls plus [[shoulder buttons]]&lt;br /&gt;
* Dual [[SDHC card]] slots (up to 64GB of storage currently)&lt;br /&gt;
* headphone output up to 150mW/channel into 16 ohms, 99dB SNR (up to 24 bit/48KHz)&lt;br /&gt;
* [[TV output]] (composite and S-Video)&lt;br /&gt;
* Internal microphone plus ability to connect external microphone through headset&lt;br /&gt;
* Stereo line level inputs and outputs&lt;br /&gt;
* 43 button QWERTY and numeric [[keypad]]&lt;br /&gt;
* [[USB]] 2.0 OTG port (1.5/12/480Mbps) with capability to charge device&lt;br /&gt;
* [[USB]] 2.0 HOST port (480Mbps) capable of providing the full 500mA to attached devices (examples include USB memory, keyboard, mouse, 3G modem, GPS)&lt;br /&gt;
* up to two externally accessible [[UARTs]] and/or four [[PWM]] signals for [[hardware hacking]], robot control, debugging, etc.&lt;br /&gt;
* un-brickable design with integrated [[boot loader]] for safe code experimentation&lt;br /&gt;
* Power and hold [[switch]] useful for &amp;quot;instant on&amp;quot; and key lockout to aid in media player applications on the go&lt;br /&gt;
* Runs on the Linux [[operating system]] (2.6.x)&lt;br /&gt;
* Dimensions: 140x83.4x27.5mm&lt;br /&gt;
* Weight: 335g (with 4200mAh battery)&lt;br /&gt;
&lt;br /&gt;
==== Features ====&lt;br /&gt;
The Pandora is a mixture between a PC and a gaming console (similar to classic computers such as the Amiga). That's why it has gaming controls (ABXY buttons, [[d-pad]], and [[analogue nubs]]). It is fast enough to emulate many other systems, run a full desktop, access the internet with Firefox and play games such as Quake III. However, it is not as big as a netbook. Believe it or not, it will fit in your pocket. It's a bit bigger than the original Nintendo DS. (See the [[#Applications | Applications]] section of this manual to see what applications your Pandora will come with.)&lt;br /&gt;
Remember that your Pandora console will get better with every application installed!&lt;br /&gt;
&lt;br /&gt;
== First Time Use ==&lt;br /&gt;
Now that you've opened the box, let's set this thing up! Place the battery inside the battery compartment on the back of the Pandora, making sure the contacts touch(the little silvery metal bits, it's easy). Snap on the battery cover and you're all set!&lt;br /&gt;
If you find this [[linux]] stuff is a bit new and overwhelming, please try the [[Quickstart | quickstart page]] for a simple walk through the first steps (including downloading the codec pack) and please provide feedback on the forums about how it can be improved and still kept simple.&lt;br /&gt;
==== Charging ====&lt;br /&gt;
Charge your Pandora 8 hours before disconnecting it from the wall [[charger]]. This will improve the lifetime of your battery. To charge the Pandora, insert the power cable end in the Pandora and the other end into your wall socket. &lt;br /&gt;
&lt;br /&gt;
The [[battery]] comes pre-charged at 40%, and that level might have decreased during shipping. To be on the safe side, we recommend that you charge the Pandora before you use it. Simply plug in your wall charger into an outlet, or optionally use a mini-[[USB]] cable connected to a computer or wall adapter. For extreme silliness, plug your Pandora into an ''already charged Pandora,'' and charge it from that! But not really.&lt;br /&gt;
&lt;br /&gt;
To &amp;quot;fast charge&amp;quot; just put the system into &amp;quot;low-power&amp;quot; mode. You cannot charge the system while ''off''. This is currently a feature and may change in future versions of the firmware. &lt;br /&gt;
&lt;br /&gt;
You can find more useful information about charging on the [[power modes]] page.&lt;br /&gt;
&lt;br /&gt;
{{warning&lt;br /&gt;
|IF YOU POWERED THE SYSTEM WITHOUT A BATTERY, SHUT IT OFF BEFORE STICKING THE BATTERY BACK IN.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Finally, don't just leave your Pandora plugged in forever.  Unplug it once every couple days while using it to allow the battery to discharge from full (to around 90% or less?).  If you're not going to use your Pandora for a while, discharge the [[battery]] to around 40%, remove the battery, wrap it in a plastic bag (a Ziplock-type bag?), and stick it in the fridge.&lt;br /&gt;
&lt;br /&gt;
Leaving your Pandora plugged in indefinitely, even while in low-power mode, may damage the battery!  See the [http://boards.openpandora.org/index.php?/topic/640-warning-dont-leave-your-pandora-plugged-in-for-too-long/|the Open Pandora Boards] for more details.&lt;br /&gt;
&lt;br /&gt;
==== First Boot ====&lt;br /&gt;
Once your Pandora is ready, turn it on. The OS will take some time to [[boot up]] for the first time (about 10 minutes, this is only for the first boot, and is normal). After it has booted, a series of settings dialogs will pop up in the shape of a &amp;quot;Boot Wizard&amp;quot; allowing you to alter your Pandora's settings to your liking.&lt;br /&gt;
&lt;br /&gt;
There are a total of 3 parts to the [[First Boot Wizard]] guide:&lt;br /&gt;
===== System configuration =====&lt;br /&gt;
The first thing you will have to do is to calibrate the Pandora's [[touch screen]]. Only do this if the screen isn't calibrated already.&lt;br /&gt;
You will have the option for touchscreen calibration the first time you boot up your Pandora console.&lt;br /&gt;
&lt;br /&gt;
Note: &amp;quot;Calibrating the touch screen&amp;quot; is a term used to describe the process of matching coordinates given by the touch layer with the underlying screen. A badly calibrated screen will register your push elsewhere on the screen, perhaps half a centimeter to one side. As there are sometimes slight variations in the production of the touch layer, you the user can improve the accuracy by matching the two layers manually.&lt;br /&gt;
&lt;br /&gt;
===== User setup =====&lt;br /&gt;
After calibrating your screen, you will have to enter your full name. This is what you will see in any user selection dialogs or when the system needs to address you, so enter whatever you are most comfortable with. Then follows your username. It is recommended to choose an all-lowercase, one-word username here, since you will have to enter this name every time you log in. Once you've entered your username, a password input dialog appears. You will have to enter the password you want to use twice here. If you don't want to have a password for your device, simply leave both fields empty. If, however, you decide to enter a password, something hard to guess and between 8 and 16 characters long is preferred.&lt;br /&gt;
&lt;br /&gt;
===== Network and security settings =====&lt;br /&gt;
You will now have to enter a name for your Pandora. This will be the Pandora's host name, so you have two options in this situation:&lt;br /&gt;
&lt;br /&gt;
# If you don't have a domain you want to connect to, simply enter any name here. It should not contain any spaces.&lt;br /&gt;
# If you ''do'' have a domain you want to connect to, enter a name in the form of &amp;quot;pandoraname.domainname.tld&amp;quot;. Note that you may never have a use for this.&lt;br /&gt;
&lt;br /&gt;
Then, you'll have to choose whether you want to automatically log in on your Pandora when it boots, or if you should be given the opportunity to log in as a different user, or enter your password. It is recommended to disable auto login if you want to protect your user data, but if you're often in a hurry, then you can enable auto login here.&lt;br /&gt;
&lt;br /&gt;
The final thing you will have to choose, is whether you want to use the full desktop [[Xfce]] environment or the gaming-oriented [[PMenu]] environment as your default environment in the Pandora. It is recommended to choose Xfce here if you want to gain access to the Pandora's full potential. This option can be changed later at any point.&lt;br /&gt;
&lt;br /&gt;
==== Calibrating the Analog Nubs [http://pandorawiki.org/Nubs]====&lt;br /&gt;
&lt;br /&gt;
The nubs automatically [[calibrate]] with use, and do so every time the unit is freshly powered up. Calibration information is stored inside the nub RAM, so when you power down (full power off, not just low power mode) the calibration information is lost. Calibrating the nubs is as simple as just using them -- do a few left right up down moves or swoosh around, and the nub will know its boundaries and be good thereafter.&lt;br /&gt;
&lt;br /&gt;
So no special effort is required to calibrate or use the nubs, but the first few motions you use of them may be erratic as they self-calibrate.&lt;br /&gt;
&lt;br /&gt;
==== Calibrating the Touchscreen ====&lt;br /&gt;
The [[touchscreen]] in your new Pandora device isn't psychic! You have to tell it what to do, and in order to do that effectively, you need to calibrate it. Simply navigate to settings→screen→calibration wizard{{Verify credibility}} and follow the onscreen instructions. You may have to recalibrate the screen from time to time as well.&lt;br /&gt;
&lt;br /&gt;
During the first boot wizard, you will be offered the option to calibrate the touchscreen. By default it may well work okay, but the option is there. If calibration is far off, use the keyboard to select the calibration option.&lt;br /&gt;
&lt;br /&gt;
==== Mouse (stylus/pointer) settings ====&lt;br /&gt;
When done with the calibration and you are back in the Pandora [[Xfce]] desktop environment you might also want to change some other touch screen settings to make navigation with the stylus work according to your preferences. Two recommended settings to experiment with for easier navigation are:&lt;br /&gt;
&lt;br /&gt;
#  The double-click Time setting&lt;br /&gt;
#  The double-click  Distance (valid touch-screen double-click area)&lt;br /&gt;
&lt;br /&gt;
In the first setting, i.e. Time, you will be setting the interval between double-clicks where such clicks will be accepted as valid.&lt;br /&gt;
Ex. if you set the time to 250ms, the second click (or screen-tap in our case) must occur within 250ms of the first to be valid.&lt;br /&gt;
&lt;br /&gt;
In the second setting, Distance, you will be setting the radius of screen area where the second click (tap) must fall into to be considered as a valid second tap. This means that if, for example, you set the distance to 5, your second tap must fall within a circle radius of 5 pixels from the point where the first tap occurred.&lt;br /&gt;
&lt;br /&gt;
These two settings can be found under:  Desktop ---&amp;gt; Xfce menu ---&amp;gt; Settings ---&amp;gt; Mouse ---&amp;gt; Behaviour tab.&lt;br /&gt;
&lt;br /&gt;
== Basic Use ==&lt;br /&gt;
See the [[GUI]] page for more details on the user interfaces which can be used with the Pandora.&lt;br /&gt;
&lt;br /&gt;
===Pmenu===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===minimenu / mmenu===&lt;br /&gt;
&lt;br /&gt;
[[minimenu]] is designed as a fast and easy to use launcher, without a lot of fancy frills. A grid of icons to launch, and use the d-pad or touchscreen to fire one off. It is fairly configurable and skinnable and is fully featured, and very fast. If you recall the interface on the gp32, gp2x, wiz, and gmenu2x you will be right at home and then some!&lt;br /&gt;
&lt;br /&gt;
=====The main grid=====&lt;br /&gt;
&lt;br /&gt;
The main grid with the default [[skin]] has most of the screen realestate showing a grid of available 'auto discovered' applications, with a detail panel on the right. A list of tabs is across the top of the screen, with some short help message on the bottom.&lt;br /&gt;
&lt;br /&gt;
Pressing Start or B will invoke the [[pnd]]-application. Pressing Select will switch to a basic menu, providing shutdown or some advanced options.&lt;br /&gt;
&lt;br /&gt;
Pressing &amp;quot;Y&amp;quot; (think &amp;quot;Why?&amp;quot;) will bring up pnd-application documentation, if that [[pnd]]-file has defined any.&lt;br /&gt;
&lt;br /&gt;
The left and right shoulder triggers will switch categories of applications; by default, minimenu includes an All category and defaults to showing it.&lt;br /&gt;
&lt;br /&gt;
The applications are auto-discovered in the same means as the xfce desktop and pmenu and other pnd-supporting systems, however you may add additional minimenu-specific searchpaths into the configuration should you wish to. It is likely a basic file browser will also be added, letting you launch applications manually placed on your SD cards.&lt;br /&gt;
&lt;br /&gt;
The standard overrides are supported -- [[.ovr]] files for icon title, clockspeed setting and categories, as well as a [[.pnd]] for icon override.&lt;br /&gt;
&lt;br /&gt;
=====Skinning=====&lt;br /&gt;
&lt;br /&gt;
Skinning guide in gp32x forum: http://www.gp32x.com/board/index.php?/topic/53990-skinning-minimenu/&lt;br /&gt;
&lt;br /&gt;
A mmskin.conf from February 2011: http://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-libraries.git;a=blob;f=minimenu/skin/default/mmskin.conf;h=695888b3ae310d7ea04b4e682baed0c0c6fc4349;hb=98c1d081629ac9cbb3056b39097a3db968ce4055&lt;br /&gt;
&lt;br /&gt;
===Desktop style environment (Xfce)===&lt;br /&gt;
&lt;br /&gt;
=====On the Desktop=====&lt;br /&gt;
&lt;br /&gt;
The desktop will contain icons for numerous locations (such as each mounted SD card), as well as any auto-discovered pnd-applications located on SD cards or internal [[NAND]].&lt;br /&gt;
&lt;br /&gt;
=====In the menu=====&lt;br /&gt;
On the bottom left you have your applications menu, similar to the Windows start menu. Clicking it brings up a list of all installed applications and pnd-applications in the appropriate location on your [[SD cards]].&lt;br /&gt;
&lt;br /&gt;
=====Miscellaneous=====&lt;br /&gt;
To the right may be some icons, these serve as shortcuts to commonly used applications. Next to that you have your taskbar which, as you might have guessed, lists all running applications in your current workspace. To the right of the taskbar you have your workspaces, think of these as multiple desktops. By default you have two to switch between. Applications running in one workspace will not be visible in the other, so you can effectively hide your Ms. Pacman game from your boss at work, because there's no way you're not going to go for the gold, even at work! Finally there are a few more icons that deal with TV-Out, network connectivity, etc. and some running applications may place an icon there as well. And to the right of THOSE, you have your time. Because time flies when you're using your Pandora! Badum tsh. And to the right of that, you have a little icon which, when clicked, displays all running applications.&lt;br /&gt;
&lt;br /&gt;
Finally, I'd just like to reiterate this--EVERYTHING is customizable! We'll get to that section later on.&lt;br /&gt;
&lt;br /&gt;
If a window is too tall to fit on the screen you can move it by holding down the left [[shoulder button]] and dragging the window with the [[stylus]].&lt;br /&gt;
&lt;br /&gt;
===Pandora Button===&lt;br /&gt;
&lt;br /&gt;
When in the desktop style environment ([[Xfce]]), the Pandora button will bring up the applications menu, letting you quickly view the available applications. If held, it allows you to [[User_manual#Killing Applications | kill]] an unresponsive application. If that doesn't work, you can do a hard-reset of the Pandora by pressing and holding the Pandora button, then flicking the power switch to the right.&lt;br /&gt;
&lt;br /&gt;
===Power modes===&lt;br /&gt;
&lt;br /&gt;
The [[Power modes]] page provides full details of power modes, charging and battery care and lifetime.&lt;br /&gt;
&lt;br /&gt;
Without switching the device entirely off, it may be placed into low power mode or regular power mode; simply sliding the power switch to the right will toggle modes.&lt;br /&gt;
&lt;br /&gt;
Consider low power mode to be akin to turning off a PDA or cellphone -- the screen is off, the CPU is clocked down and so on, but the device is still silently on, allowing for alarms to go off or it to be turned on again instantly. Regular power mode is for normal usage.&lt;br /&gt;
&lt;br /&gt;
Low power mode is probably going to be used as the normal &amp;quot;off&amp;quot; for most people, with true off (device powered down entirely, unable to respond to alarms or wake up quickly) available to conserve battery power. Turning the Pandora off completely is the best option if you don't plan on using it for few weeks or longer. &lt;br /&gt;
&lt;br /&gt;
Closing the lid will turn off the [[display]] but otherwise leave the device operating - handy for audio playing; turning off the display reduces power consumption.&lt;br /&gt;
&lt;br /&gt;
Shutdown will only occur if you are unplugged from the wall. The device can't be charged while off, to &amp;quot;fast charge&amp;quot; just switch to low power mode. See [[Power modes | power modes]] for more info.&lt;br /&gt;
&lt;br /&gt;
The actual behavior of buttons and events can be customized.&lt;br /&gt;
&lt;br /&gt;
=== USB Peripherals ===&lt;br /&gt;
You can connect USB2 High Speed peripherals directly, using the large USB connector, or a USB-OTG adaptor lead. Lower-speed USB devices will only work through a hub, the Pandora does not have the support circuitry inside to drive the interface in the correct mode.&lt;br /&gt;
See the [[USB_compatibility_list|the USB compatibility list]] for peripherals which have been tested so far.&lt;br /&gt;
&lt;br /&gt;
=== Killing Applications ===&lt;br /&gt;
Killing (or forcibly closing) an unresponsive application is as simple as holding down the [[Pandora button]] (just under start and select) for a few seconds. A dialog will appear which lists the open applications and gives you the option to kill them.&lt;br /&gt;
&lt;br /&gt;
=== Forcing a Restart ===&lt;br /&gt;
Occasionally something will happen causing your Pandora to become unresponsive (to the point that even killing a program isn't possible). When this happens it is necessary to force your Pandora to restart. The easiest way to do this is by holding the Pandora button and moving the power switch to the right.&lt;br /&gt;
&lt;br /&gt;
== Configuration and Customization ==&lt;br /&gt;
This is just an overview of the [[customization]] and configuration you can do. Individual sections may link to their own pages.&lt;br /&gt;
&lt;br /&gt;
=== Setting Up WiFi ===&lt;br /&gt;
If [[wifi]] is enabled, and you are in range of an access point, a dialogue should appear offering to connect to it. See the [[Wifi]] page for more detail on using wifi.&lt;br /&gt;
&lt;br /&gt;
=== Setting Up Bluetooth ===&lt;br /&gt;
Connecting to [[Bluetooth]] devices is easy using the tool located in the Xfce taskbar.&lt;br /&gt;
&lt;br /&gt;
For help with setting up a [[Bluetooth]] GPS, see [[GPS#Bluetooth_GPS | here]].&lt;br /&gt;
&lt;br /&gt;
=== Adjusting Brightness/Contrast ===&lt;br /&gt;
Brightness can be raised by pressing Fn+I and lowered with Fn+U. A tool is included with the Pandora called &amp;quot;LCD-Settings&amp;quot; (under the &amp;quot;Settings&amp;quot; menu) which can be used to adjust the brightness and the gamma.&lt;br /&gt;
&lt;br /&gt;
=== Changing Your Theme ===&lt;br /&gt;
Under &amp;quot;Settings&amp;quot; in the menu, you will find &amp;quot;Appearance&amp;quot; which will let you adjust the style, icon set, fonts, and a few other appearance related settings. Also, under &amp;quot;Window Manager&amp;quot; you can adjust the style of each window's title bar.&lt;br /&gt;
&lt;br /&gt;
=== Minimenu Configuration and Tricks ===&lt;br /&gt;
&lt;br /&gt;
[[minimenu]] has a fairly comprehensive configuration file for its minimalistic design; most options may be enabled or disabled or fiddled with, and the skin can reasonably be altered.&lt;br /&gt;
&lt;br /&gt;
The All category can be removed if undesired.&lt;br /&gt;
&lt;br /&gt;
Expert conf hackers can specify what categories they'd like and in what order, and have multiple app categories dumped into one tab, and other tricks.&lt;br /&gt;
&lt;br /&gt;
pnd-application icons may be all loaded during the menu setup, or deferred until later and loaded in the background.&lt;br /&gt;
&lt;br /&gt;
Preview pics may be loaded up front (not advised, as it can be slow), or deferred until later. (When deferred, they may load when you rest the selection, or load in background.)&lt;br /&gt;
&lt;br /&gt;
You may choose to have auto-discovered applications registered into any of their 6 categories (Main, Sub1, Sub2, Alt, AltSub1, AltSub2).&lt;br /&gt;
&lt;br /&gt;
Etc and so on.&lt;br /&gt;
&lt;br /&gt;
Additional keys are supported: Q to quit the menu (not really useful for most people), and Space to invoke the application.&lt;br /&gt;
&lt;br /&gt;
[[Minimenu Configuration Documentation]]&lt;br /&gt;
&lt;br /&gt;
== Applications ==&lt;br /&gt;
&lt;br /&gt;
Many applications will come preinstalled into the internal [[NAND]]; these will be regular Linux applications (not packaged into [[pnd]] files, since they do not need to be redistributed to anyone.)&lt;br /&gt;
&lt;br /&gt;
Additional applications may be found as [[Introduction to PNDs | pnd-files]] (a packaged up single file representing an entire application) or as regular Linux files (an application likely being made up of many files and possibly needing installation.)&lt;br /&gt;
&lt;br /&gt;
==== What Is Included? ====&lt;br /&gt;
* [[Ångström]] Linux: Lightweight beautiful Linux-based operating system for the Pandora.&lt;br /&gt;
* [[Xfce]]: A full featured window manager for Linux.&lt;br /&gt;
* [[Midori]]: A full featured web browser, designed to be lighter and faster than a full desktop style browser.&lt;br /&gt;
* Lightweight office utilities including like GCalcTool&lt;br /&gt;
{{Volume needed}}&lt;br /&gt;
&lt;br /&gt;
==== Where Can I Get More Apps? ====&lt;br /&gt;
There are many ways to get more applications onto your Pandora. &lt;br /&gt;
&lt;br /&gt;
*On this wiki, we maintain up-to-date lists of [[games]], [[Emulator list|emulators]], and [[Software projects|other software]], with download links. These lists are more comprehensive than the two official sites below, because not every program is submitted to both of them.&lt;br /&gt;
&lt;br /&gt;
*To help with the massive range of applications, a member of the community has started to produce [[PandaPacks]] for some pre-packaged games, emulators and distributable ROMs in handy SD card filling torrents.&lt;br /&gt;
&lt;br /&gt;
*The easiest way is to browse the [http://apps.open-pandora.org Open App Store], where you can download a selection of free or commercial applications. To download, navigate to an app, pay for it if you must, and hit the 'download' button. Select where you want to save it, and you're done!&lt;br /&gt;
&lt;br /&gt;
*There is the good ol' [http://dl.openhandhelds.org/cgi-bin/pandora.cgi Pandora File Archive].&lt;br /&gt;
&lt;br /&gt;
*There are nice repositories, such as the [http://www.angstrom-distribution.org/repo Angstrom ARM Repository], or...&lt;br /&gt;
&lt;br /&gt;
*The Pandora includes the package manager [[opkg]], which is a fork of [http://en.wikipedia.org/wiki/Ipkg ipkg]. Note this will install to [[NAND]] by default, so should be used with great caution. Type &amp;quot;df -h&amp;quot; into the terminal to see how much space you have left.&lt;br /&gt;
&lt;br /&gt;
*Also, people may upload their apps to weird crevices in the net, so be on the lookout! (or use a search engine)&lt;br /&gt;
&lt;br /&gt;
{{warning|Your Pandora's internal memory (NAND) will be at close to capacity when you receive it. All new programs '''should be installed to SD card'''. Downloads from the Angstrom Repo, or use of the [[opkg]] package manager, should only be done by advanced users or when instructed by Open Pandora Ltd (for example, firmware updates will probably use a pandora specific repository in the future).''&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Installing a PND file (an application) ====&lt;br /&gt;
[[Image:PandoraSD.png|thumb|alt=SD card folder structure|This is what the folder structure on your SD card should look like. The drive letter and card name will vary; they're not important.]]&lt;br /&gt;
Installation of a PND file is so easy, you can hardly even call it installing. All you need to do is copy the PND file into the appropriate folder on your SD card. The first thing you'll need to do is set up some folders that the Pandora will recognise. It's recommended that you start with a blank, freshly formatted (or freshly purchased) SD card. For the purposes of this guide we'll refer to your [[SD card]] as &amp;lt;SD&amp;gt;. (Windows might call it something like G:\Removable Disk.) Create a new folder on the SD card called 'pandora':&lt;br /&gt;
*&amp;lt;SD&amp;gt;/pandora&lt;br /&gt;
Then open the 'pandora' folder, and create four more inside it: apps, appdata, desktop, and menu:&lt;br /&gt;
*&amp;lt;SD&amp;gt;/pandora/apps&lt;br /&gt;
*&amp;lt;SD&amp;gt;/pandora/appdata/&lt;br /&gt;
*&amp;lt;SD&amp;gt;/pandora/desktop/&lt;br /&gt;
*&amp;lt;SD&amp;gt;/pandora/menu/&lt;br /&gt;
Now you're ready to install a PND file. Just copy and paste (or drag and drop) (or save) the file into your folder of choice:&lt;br /&gt;
* Putting a PND in the /desktop folder will make it appear on the [[XFCE]] desktop&lt;br /&gt;
* Putting a PND in the /menu folder will make it appear in the [[XFCE]] system menu&lt;br /&gt;
* Putting a PND in the /apps folder will make it appear in both locations&lt;br /&gt;
* If you're using [[Minimenu]] instead of XFCE, it doesn't matter which of these three folders you use&lt;br /&gt;
Occasionally you'll come across an application which needs additional data (for example, the data files for Quake, or ROMs for an emulator). These files goes into the appdata folder. A [[PND]] program will automatically create its own subfolder within /appdata the first time it is run; then you can add files to it. More information on this is available on the [[Introduction_to_PNDs#Where_does_my_data_go.3F_How_do_I_make_files_visible_to_the_applications.3F | introduction to PNDs]] page.&lt;br /&gt;
&lt;br /&gt;
== Firmware ==&lt;br /&gt;
For more detail about firmware, see the [[Introduction to firmware]] page.&lt;br /&gt;
&lt;br /&gt;
==== Updating The Firmware ====&lt;br /&gt;
&lt;br /&gt;
Updates to the firmware are currently provided as [[Hotfix]] packages, in [[Introduction to PNDs |PND]] format. Check the OpenPandora official [http://www.open-pandora.org/index.php?option=com_content&amp;amp;view=article&amp;amp;id=178&amp;amp;Itemid=32&amp;amp;lang=en support] page for the latest status. This will update any parts of the system which need to be updated. A more flexible system is planned, this should allow automatic downloading and installing of updates if you wish (but should not be expected before some time in 2011).&lt;br /&gt;
&lt;br /&gt;
==== Replacing the Firmware ====&lt;br /&gt;
&lt;br /&gt;
There are several reasons why you might wish to take this seemingly drastic step. It is possible that the system software gets corrupted somehow (for example, a power failure whilst you are completing the 'first boot' process). Alternatively, you might wish to install a copy of the firmware on an SD card if you are experimenting with different system configurations. Regardless, the Pandora is very robust, it is always possible to download some files to the SD card, and use these to return the internal [[NAND]] to the 'factory' state without too much effort. See the [[Introduction to firmware]] page for information on how to do this.&lt;br /&gt;
&lt;br /&gt;
== Pandora FAQ ==&lt;br /&gt;
Silly goose, go to the [[FAQ]] page for more detailed information.&lt;br /&gt;
&lt;br /&gt;
==Futher reading==&lt;br /&gt;
* [[Basic Linux Guide]] - For those who don't know very much about Linux and want to learn more.&lt;br /&gt;
* [[Minimenu Configuration Documentation]] - If you want to customize or configure Minimenu.&lt;br /&gt;
* [[Tutorials]]&lt;br /&gt;
* [[Emulator list]] - See what systems you can emulate.&lt;br /&gt;
* [[Games]] - Take a look at the games that are available.&lt;br /&gt;
* [[Software projects]] - A list of all non-emulator, non-game software for Pandora.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=User_manual&amp;diff=7990</id>
		<title>User manual</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=User_manual&amp;diff=7990"/>
		<updated>2011-04-24T10:54:19Z</updated>

		<summary type="html">&lt;p&gt;ABC: /* First Time Use */ formating&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IntroNote | This Wiki is an unofficial community project, and Open Pandora Ltd. is not responsible for its content. Neither is the Wiki an official source of information about your device. &amp;lt;br/&amp;gt;We can always use more help, look [[Getting_involved#The_Wiki | here]] to find out how you can get involved.}}&lt;br /&gt;
&lt;br /&gt;
{{split section|Page to large, bad for categories, linking topics,....}}&lt;br /&gt;
&lt;br /&gt;
[[Image:PandoraFront.jpg|Right|thumb|360px|The Pandora.]]&lt;br /&gt;
So your Pandora just arrived after being in the post for two months. Jolly good! But now that it's actually here, what on earth do you do with it? '''Don't panic!''' Let's take a look at what's included in the box (so you don't miss anything!) and then hop on over to setting it up for that extended Ms. Pacman marathon you've been waiting for!&lt;br /&gt;
&lt;br /&gt;
Also, don't forget to hit up [http://www.gp32x.com/board/index.php?/forum/61-pandora/ GP32X] for questions/info/apps/fun/discussion! Ask on the [http://boards.openpandora.org/ Official Open Pandora forum] if you want a definitive answer.&lt;br /&gt;
&lt;br /&gt;
If you find a problem which is not explained after visiting the forum, be sure to report it in the [http://bugs.openpandora.org/ Bug Tracker]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Safety Information ==&lt;br /&gt;
{{warning&lt;br /&gt;
|Choking Hazard, do not let '''children''' under the age of 3 come close to your Pandora console.&amp;lt;br&amp;gt;The Pandora contains small parts that can be eaten by those children.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{warning&lt;br /&gt;
|The [[battery]] of Pandora must be charged by the [[charger]] included with the Pandora (see package contents). [http://www.open-pandora.org/ Open Pandora Ltd.] will not be responsible for damage arising from the use of third party chargers. Please be aware that &amp;quot;cheap&amp;quot; third party chargers often carry fake CE logos. These can damage your Pandora or burst horribly into FLAMES.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{warning&lt;br /&gt;
|Keep the Pandora in normal temperatures under 140F/60C (Recommended temperatures are in the range between -10C and 40C){{Citation needed}}. The [[battery]] is a standard Lithium Polymer battery. Do not keep near fire or water. Do not disassemble, destroy or damage the battery, or it may explode! Do not short circuit external contacts! Dispose of it properly, please.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{warning&lt;br /&gt;
|Modifications to [[hardware]] ([[Hardware hacking]]) can damage your Pandora. [http://www.open-pandora.org/ Open Pandora Ltd] cannot be held responsible for any resulting damages that occur from you modifying your Pandora.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{warning&lt;br /&gt;
|Malicious software can do horrible things to your Pandora. Only download Pandora software from trusted locations such as the [http://apps.openpandora.org Pandora Apps] website, the [http://dl.openhandhelds.org/cgi-bin/pandora.cgi Pandora File Archive], or the websites of trusted developers.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{warning&lt;br /&gt;
|The Pandora has a 4.3-inch [[touch screen]]. You can touch the screen to trigger an action. That's right, a touch screen - '''not a stab screen''', punch screen, or solid mahogany workbench. Always touch the screen gently – that is more than enough to trigger the action you want.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{warning&lt;br /&gt;
|The casing of the Pandora has been designed for maximum strength, making it quite hard to break. Please do not consider this a challenge. Do '''not drop, throw, clamp, launch, tumble dry''', or place anvils on the Pandora. This will void your warranty.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Warranty Information ==&lt;br /&gt;
A one year warranty applies as required by law, and the device will be replaced/repaired if it is faulty. LCDs with numerous/excessive dead pixels will also be replaced.{{Citation needed}}&lt;br /&gt;
&lt;br /&gt;
== Box Contents ==&lt;br /&gt;
When you first open Pandora's box, a slew of demons and raging emotions may forcibly leave the box. This is normal. After that, you should find the following items:&lt;br /&gt;
*Pandora console&lt;br /&gt;
*[[Stylus]] (located in stylus slot on the side of the Pandora)&lt;br /&gt;
*[[Battery]]&lt;br /&gt;
*Mains power adapter ([[charger]])&lt;br /&gt;
*[[Battery case]] (note: it can be difficult to open. [http://boards.openpandora.org/index.php?/topic/963-complain-about-battery-case-here/ Here] is how to do it)&lt;br /&gt;
The following items should also be present if you ordered them separately:&lt;br /&gt;
*[[TV-Out Cable]] (As of 3rd November 2010 these are not yet included in the box and will ship separately as available)&lt;br /&gt;
*[[Carrying Case]]&lt;br /&gt;
*Extra Battery&lt;br /&gt;
After you take those things out, you may find a sliver of Hope left over. It's best to keep it, as you never know when you could use some Hope.&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
==== Highlights ====&lt;br /&gt;
{{citation needed}}&lt;br /&gt;
* [[ARM]]® Cortex™-A8 600Mhz+ CPU running [[Linux]]*&lt;br /&gt;
* 430-MHz [[TMS320C64x+]]™ DSP Core&lt;br /&gt;
* PowerVR SGX [[OpenGL 2.0 ES]] compliant 3D hardware&lt;br /&gt;
* 800x480 4.3&amp;quot; 16.7 million colours [[touchscreen]] LCD&lt;br /&gt;
* [[Wifi]] 802.11b/g, [[Bluetooth]] &amp;amp; High Speed [[USB]] 2.0 Host&lt;br /&gt;
* Dual [[SDHC card]] slots &amp;amp; SVideo [[TV output]]&lt;br /&gt;
* Dual Analogue and Digital gaming controls ([[nubs]])&lt;br /&gt;
* 43 button QWERTY and numeric [[keypad]]&lt;br /&gt;
* Around 10+ Hours battery life**&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;small&amp;gt;&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;The 600Mhz+ can be clocked higher or lower. This can be controlled by software designed for the device.&amp;lt;/small&amp;gt;&lt;br /&gt;
:&amp;lt;small&amp;gt;&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt;Is affected by use. (For example, turning Wi-Fi off will give better battery life.)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Advanced Specifications ====&lt;br /&gt;
* Texas Instruments [[OMAP3530]] processor at 600MHz (officially)&lt;br /&gt;
* 256MB DDR-333 [[SDRAM]]&lt;br /&gt;
* 512MB [[NAND]] FLASH memory&lt;br /&gt;
* [[IVA2+]] audio and video processor using TI's DaVinci™ technology (430MHz C64x DSP)&lt;br /&gt;
* [[ARM]]® Cortex™-A8 superscalar microprocessor core&lt;br /&gt;
* PowerVR [[SGX530]] (110MHz officially) OpenGL ES 2.0 compliant 3D hardware&lt;br /&gt;
* integrated [[Wifi]] 802.11b/g (up to 18dBm output)&lt;br /&gt;
* integrated [[Bluetooth]] 2.0 + EDR (3Mbps) (Class 2, + 4dBm)&lt;br /&gt;
* 800x480 resolution LTPS [[LCD]] with resistive touch screen, 4.3&amp;quot; widescreen, 16.7 million colors (300 cd/m2 brightness, 450:1 contrast ratio)&lt;br /&gt;
* Dual analog controllers ([[nubs]])&lt;br /&gt;
* Full [[gamepad]] controls plus [[shoulder buttons]]&lt;br /&gt;
* Dual [[SDHC card]] slots (up to 64GB of storage currently)&lt;br /&gt;
* headphone output up to 150mW/channel into 16 ohms, 99dB SNR (up to 24 bit/48KHz)&lt;br /&gt;
* [[TV output]] (composite and S-Video)&lt;br /&gt;
* Internal microphone plus ability to connect external microphone through headset&lt;br /&gt;
* Stereo line level inputs and outputs&lt;br /&gt;
* 43 button QWERTY and numeric [[keypad]]&lt;br /&gt;
* [[USB]] 2.0 OTG port (1.5/12/480Mbps) with capability to charge device&lt;br /&gt;
* [[USB]] 2.0 HOST port (480Mbps) capable of providing the full 500mA to attached devices (examples include USB memory, keyboard, mouse, 3G modem, GPS)&lt;br /&gt;
* up to two externally accessible [[UARTs]] and/or four [[PWM]] signals for [[hardware hacking]], robot control, debugging, etc.&lt;br /&gt;
* un-brickable design with integrated [[boot loader]] for safe code experimentation&lt;br /&gt;
* Power and hold [[switch]] useful for &amp;quot;instant on&amp;quot; and key lockout to aid in media player applications on the go&lt;br /&gt;
* Runs on the Linux [[operating system]] (2.6.x)&lt;br /&gt;
* Dimensions: 140x83.4x27.5mm&lt;br /&gt;
* Weight: 335g (with 4200mAh battery)&lt;br /&gt;
&lt;br /&gt;
==== Features ====&lt;br /&gt;
The Pandora is a mixture between a PC and a gaming console (similar to classic computers such as the Amiga). That's why it has gaming controls (ABXY buttons, [[d-pad]], and [[analogue nubs]]). It is fast enough to emulate many other systems, run a full desktop, access the internet with Firefox and play games such as Quake III. However, it is not as big as a netbook. Believe it or not, it will fit in your pocket. It's a bit bigger than the original Nintendo DS. (See the [[#Applications | Applications]] section of this manual to see what applications your Pandora will come with.)&lt;br /&gt;
Remember that your Pandora console will get better with every application installed!&lt;br /&gt;
&lt;br /&gt;
== First Time Use ==&lt;br /&gt;
Now that you've opened the box, let's set this thing up! Place the battery inside the battery compartment on the back of the Pandora, making sure the contacts touch(the little silvery metal bits, it's easy). Snap on the battery cover and you're all set!&lt;br /&gt;
If you find this [[linux]] stuff is a bit new and overwhelming, please try the [[Quickstart | quickstart page]] for a simple walk through the first steps (including downloading the codec pack) and please provide feedback on the forums about how it can be improved and still kept simple.&lt;br /&gt;
==== Charging ====&lt;br /&gt;
Charge your Pandora 8 hours before disconnecting it from the wall [[charger]]. This will improve the lifetime of your battery. To charge the Pandora, insert the power cable end in the Pandora and the other end into your wall socket. &lt;br /&gt;
&lt;br /&gt;
The [[battery]] comes pre-charged at 40%, and that level might have decreased during shipping. To be on the safe side, we recommend that you charge the Pandora before you use it. Simply plug in your wall charger into an outlet, or optionally use a mini-[[USB]] cable connected to a computer or wall adapter. For extreme silliness, plug your Pandora into an ''already charged Pandora,'' and charge it from that! But not really.&lt;br /&gt;
&lt;br /&gt;
To &amp;quot;fast charge&amp;quot; just put the system into &amp;quot;low-power&amp;quot; mode. You cannot charge the system while ''off''. This is currently a feature and may change in future versions of the firmware. &lt;br /&gt;
&lt;br /&gt;
You can find more useful information about charging on the [[power modes]] page.&lt;br /&gt;
&lt;br /&gt;
{{warning&lt;br /&gt;
|IF YOU POWERED THE SYSTEM WITHOUT A BATTERY, SHUT IT OFF BEFORE STICKING THE BATTERY BACK IN.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Finally, don't just leave your Pandora plugged in forever.  Unplug it once every couple days while using it to allow the battery to discharge from full (to around 90% or less?).  If you're not going to use your Pandora for a while, discharge the [[battery]] to around 40%, remove the battery, wrap it in a plastic bag (a Ziplock-type bag?), and stick it in the fridge.&lt;br /&gt;
&lt;br /&gt;
Leaving your Pandora plugged in indefinitely, even while in low-power mode, may damage the battery!  See the [http://boards.openpandora.org/index.php?/topic/640-warning-dont-leave-your-pandora-plugged-in-for-too-long/|the Open Pandora Boards] for more details.&lt;br /&gt;
&lt;br /&gt;
==== First Boot ====&lt;br /&gt;
Once your Pandora is ready, turn it on. The OS will take some time to [[boot up]] for the first time (about 10 minutes, this is only for the first boot, and is normal). After it has booted, a series of settings dialogs will pop up in the shape of a &amp;quot;Boot Wizard&amp;quot; allowing you to alter your Pandora's settings to your liking.&lt;br /&gt;
&lt;br /&gt;
There are a total of 3 parts to the Boot Wizard guide:&lt;br /&gt;
===== System configuration =====&lt;br /&gt;
The first thing you will have to do is to calibrate the Pandora's touch screen. Only do this if the screen isn't calibrated already.&lt;br /&gt;
You will have the option for touchscreen calibration the first time you boot up your Pandora console.&lt;br /&gt;
&lt;br /&gt;
Note: &amp;quot;Calibrating the touch screen&amp;quot; is a term used to describe the process of matching coordinates given by the touch layer with the underlying screen. A badly calibrated screen will register your push elsewhere on the screen, perhaps half a centimeter to one side. As there are sometimes slight variations in the production of the touch layer, you the user can improve the accuracy by matching the two layers manually.&lt;br /&gt;
&lt;br /&gt;
===== User setup =====&lt;br /&gt;
After calibrating your screen, you will have to enter your full name. This is what you will see in any user selection dialogs or when the system needs to address you, so enter whatever you are most comfortable with. Then follows your username. It is recommended to choose an all-lowercase, one-word username here, since you will have to enter this name every time you log in. Once you've entered your username, a password input dialog appears. You will have to enter the password you want to use twice here. If you don't want to have a password for your device, simply leave both fields empty. If, however, you decide to enter a password, something hard to guess and between 8 and 16 characters long is preferred.&lt;br /&gt;
&lt;br /&gt;
===== Network and security settings =====&lt;br /&gt;
You will now have to enter a name for your Pandora. This will be the Pandora's host name, so you have two options in this situation:&lt;br /&gt;
&lt;br /&gt;
# If you don't have a domain you want to connect to, simply enter any name here. It should not contain any spaces.&lt;br /&gt;
# If you ''do'' have a domain you want to connect to, enter a name in the form of &amp;quot;pandoraname.domainname.tld&amp;quot;. Note that you may never have a use for this.&lt;br /&gt;
&lt;br /&gt;
Then, you'll have to choose whether you want to automatically log in on your Pandora when it boots, or if you should be given the opportunity to log in as a different user, or enter your password. It is recommended to disable auto login if you want to protect your user data, but if you're often in a hurry, then you can enable auto login here.&lt;br /&gt;
&lt;br /&gt;
The final thing you will have to choose, is whether you want to use the full desktop Xfce environment or the gaming-oriented PMenu environment as your default environment in the Pandora. It is recommended to choose Xfce here if you want to gain access to the Pandora's full potential. This option can be changed later at any point.&lt;br /&gt;
&lt;br /&gt;
==== Calibrating the Analog Nubs [http://pandorawiki.org/Nubs]====&lt;br /&gt;
&lt;br /&gt;
The nubs automatically calibrate with use, and do so every time the unit is freshly powered up. Calibration information is stored inside the nub RAM, so when you power down (full power off, not just low power mode) the calibration information is lost. Calibrating the nubs is as simple as just using them -- do a few left right up down moves or swoosh around, and the nub will know its boundaries and be good thereafter.&lt;br /&gt;
&lt;br /&gt;
So no special effort is required to calibrate or use the nubs, but the first few motions you use of them may be erratic as they self-calibrate.&lt;br /&gt;
&lt;br /&gt;
==== Calibrating The Touchscreen ====&lt;br /&gt;
The touchscreen in your new Pandora device isn't psychic! You have to tell it what to do, and in order to do that effectively, you need to calibrate it. Simply navigate to settings→screen→calibration wizard{{Verify credibility}} and follow the onscreen instructions. You may have to recalibrate the screen from time to time as well.&lt;br /&gt;
&lt;br /&gt;
During the first boot wizard, you will be offered the option to calibrate the touchscreen. By default it may well work okay, but the option is there. If calibration is far off, use the keyboard to select the calibration option.&lt;br /&gt;
&lt;br /&gt;
==== Mouse (stylus/pointer) settings ====&lt;br /&gt;
When done with the calibration and you are back in the Pandora Xfce desktop environment you might also want to change some other touch screen settings to make navigation with the stylus work according to your preferences. Two recommended settings to experiment with for easier navigation are:&lt;br /&gt;
&lt;br /&gt;
#  The double-click Time setting&lt;br /&gt;
#  The double-click  Distance (valid touch-screen double-click area)&lt;br /&gt;
&lt;br /&gt;
In the first setting, i.e. Time, you will be setting the interval between double-clicks where such clicks will be accepted as valid.&lt;br /&gt;
Ex. if you set the time to 250ms, the second click (or screen-tap in our case) must occur within 250ms of the first to be valid.&lt;br /&gt;
&lt;br /&gt;
In the second setting, Distance, you will be setting the radius of screen area where the second click (tap) must fall into to be considered as a valid second tap. This means that if, for example, you set the distance to 5, your second tap must fall within a circle radius of 5 pixels from the point where the first tap occurred.&lt;br /&gt;
&lt;br /&gt;
These two settings can be found under:  Desktop ---&amp;gt; Xfce menu ---&amp;gt; Settings ---&amp;gt; Mouse ---&amp;gt; Behaviour tab.&lt;br /&gt;
&lt;br /&gt;
== Basic Use ==&lt;br /&gt;
See the [[GUI]] page for more details on the user interfaces which can be used with the Pandora.&lt;br /&gt;
&lt;br /&gt;
===Pmenu===&lt;br /&gt;
&lt;br /&gt;
TBD.&lt;br /&gt;
&lt;br /&gt;
===minimenu / mmenu===&lt;br /&gt;
&lt;br /&gt;
minimenu is designed as a fast and easy to use launcher, without a lot of fancy frills. A grid of icons to launch, and use the d-pad or touchscreen to fire one off. It is fairly configurable and skinnable and is fully featured, and very fast. If you recall the interface on the gp32, gp2x, wiz, and gmenu2x you will be right at home and then some!&lt;br /&gt;
&lt;br /&gt;
=====The main grid=====&lt;br /&gt;
&lt;br /&gt;
The main grid with the default skin has most of the screen realestate showing a grid of available 'auto discovered' applications, with a detail panel on the right. A list of tabs is across the top of the screen, with some short help message on the bottom.&lt;br /&gt;
&lt;br /&gt;
Pressing Start or B will invoke the pnd-application. Presseing Select will switch to a basic menu, providing shutdown or some advanced options.&lt;br /&gt;
&lt;br /&gt;
Pressing &amp;quot;Y&amp;quot; (think &amp;quot;Why?&amp;quot;) will bring up pnd-application documentation, if that pnd-file has defined any.&lt;br /&gt;
&lt;br /&gt;
The left and right shoulder triggers will switch categories of applications; by default, minimenu includes an All category and defaults to showing it.&lt;br /&gt;
&lt;br /&gt;
The applications are auto-discovered in the same means as the xfce desktop and pmenu and other pnd-supporting systems, however you may add additional minimenu-specific searchpaths into the configuration should you wish to. It is likely a basic file browser will also be added, letting you launch applications manually placed on your SD cards.&lt;br /&gt;
&lt;br /&gt;
The standard overrides are supported -- .ovr files for icon title, clockspeed setting and categories, as well as a .pnd for icon override.&lt;br /&gt;
&lt;br /&gt;
=====Skinning=====&lt;br /&gt;
&lt;br /&gt;
Skinning guide in gp32x forum: http://www.gp32x.com/board/index.php?/topic/53990-skinning-minimenu/&lt;br /&gt;
&lt;br /&gt;
A mmskin.conf from February 2011: http://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-libraries.git;a=blob;f=minimenu/skin/default/mmskin.conf;h=695888b3ae310d7ea04b4e682baed0c0c6fc4349;hb=98c1d081629ac9cbb3056b39097a3db968ce4055&lt;br /&gt;
&lt;br /&gt;
===Desktop style environment (Xfce)===&lt;br /&gt;
&lt;br /&gt;
=====On the Desktop=====&lt;br /&gt;
&lt;br /&gt;
The desktop will contain icons for numerous locations (such as each mounted SD card), as well as any auto-discovered pnd-applications located on SD cards or internal [[NAND]].&lt;br /&gt;
&lt;br /&gt;
=====In the menu=====&lt;br /&gt;
On the bottom left you have your applications menu, similar to the Windows start menu. Clicking it brings up a list of all installed applications and pnd-applications in the appropriate location on your SD cards.&lt;br /&gt;
&lt;br /&gt;
=====Miscellaneous=====&lt;br /&gt;
To the right may be some icons, these serve as shortcuts to commonly used applications. Next to that you have your taskbar which, as you might have guessed, lists all running applications in your current workspace. To the right of the taskbar you have your workspaces, think of these as multiple desktops. By default you have two to switch between. Applications running in one workspace will not be visible in the other, so you can effectively hide your Ms. Pacman game from your boss at work, because there's no way you're not going to go for the gold, even at work! Finally there are a few more icons that deal with TV-Out, network connectivity, etc. and some running applications may place an icon there as well. And to the right of THOSE, you have your time. Because time flies when you're using your Pandora! Badum tsh. And to the right of that, you have a little icon which, when clicked, displays all running applications.&lt;br /&gt;
&lt;br /&gt;
Finally, I'd just like to reiterate this--EVERYTHING is customizable! We'll get to that section later on.&lt;br /&gt;
&lt;br /&gt;
If a window is too tall to fit on the screen you can move it by holding down the left sholder button and dragging the window with the stylus.&lt;br /&gt;
&lt;br /&gt;
===Pandora Button===&lt;br /&gt;
&lt;br /&gt;
When in the desktop style environment (Xfce), the Pandora button will bring up the applications menu, letting you quickly view the available applications. If held, it allows you to [[User_manual#Killing Applications | kill]] an unresponsive application. If that doesn't work, you can do a hard-reset of the Pandora by pressing and holding the Pandora button, then flicking the power switch to the right.&lt;br /&gt;
&lt;br /&gt;
===Power modes===&lt;br /&gt;
&lt;br /&gt;
The [[Power modes]] page provides full details of power modes, charging and battery care and lifetime.&lt;br /&gt;
&lt;br /&gt;
Without switching the device entirely off, it may be placed into low power mode or regular power mode; simply sliding the power switch to the right will toggle modes.&lt;br /&gt;
&lt;br /&gt;
Consider low power mode to be akin to turning off a PDA or cellphone -- the screen is off, the CPU is clocked down and so on, but the device is still silently on, allowing for alarms to go off or it to be turned on again instantly. Regular power mode is for normal usage.&lt;br /&gt;
&lt;br /&gt;
Low power mode is probably going to be used as the normal &amp;quot;off&amp;quot; for most people, with true off (device powered down entirely, unable to respond to alarms or wake up quickly) available to conserve battery power. Turning the Pandora off completely is the best option if you don't plan on using it for few weeks or longer. &lt;br /&gt;
&lt;br /&gt;
Closing the lid will turn off the display but otherwise leave the device operating - handy for audio playing; turning off the display reduces power consumption.&lt;br /&gt;
&lt;br /&gt;
Shutdown will only occur if you are unplugged from the wall. The device can't be charged while off, to &amp;quot;fast charge&amp;quot; just switch to low power mode. See [[Power modes | power modes]] for more info.&lt;br /&gt;
&lt;br /&gt;
The actual behavior of buttons and events can be customized.&lt;br /&gt;
&lt;br /&gt;
=== USB Peripherals ===&lt;br /&gt;
You can connect USB2 High Speed peripherals directly, using the large USB connector, or a USB-OTG adaptor lead. Lower-speed USB devices will only work through a hub, the Pandora does not have the support circuitry inside to drive the interface in the correct mode.&lt;br /&gt;
See the [[USB_compatibility_list|the USB compatibility list]] for peripherals which have been tested so far.&lt;br /&gt;
&lt;br /&gt;
=== Killing Applications ===&lt;br /&gt;
Killing (or forcibly closing) an unresponsive application is as simple as holding down the Pandora button (just under start and select) for a few seconds. A dialog will appear which lists the open applications and gives you the option to kill them.&lt;br /&gt;
&lt;br /&gt;
=== Forcing a Restart ===&lt;br /&gt;
Occasionally something will happen causing your Pandora to become unresponsive (to the point that even killing a program isn't possible). When this happens it is necessary to force your Pandora to restart. The easiest way to do this is by holding the Pandora button and moving the power switch to the right.&lt;br /&gt;
&lt;br /&gt;
== Configuration and Customization ==&lt;br /&gt;
This is just an overview of the customization and configuration you can do. Individual sections may link to their own pages.&lt;br /&gt;
&lt;br /&gt;
=== Setting Up WiFi ===&lt;br /&gt;
If wifi is enabled, and you are in range of an access point, a dialogue should appear offering to connect to it. See the [[Wifi]] page for more detail on using wifi.&lt;br /&gt;
&lt;br /&gt;
=== Setting Up Bluetooth ===&lt;br /&gt;
Connecting to bluetooth devices is easy using the tool located in the Xfce taskbar.&lt;br /&gt;
&lt;br /&gt;
For help with setting up a bluetooth GPS, see [[GPS#Bluetooth_GPS | here]].&lt;br /&gt;
&lt;br /&gt;
See also: [[Bluetooth]]&lt;br /&gt;
&lt;br /&gt;
=== Adjusting Brightness/Contrast ===&lt;br /&gt;
Brightness can be raised by pressing Fn+I and lowered with Fn+U. A tool is included with the Pandora called &amp;quot;LCD-Settings&amp;quot; (under the &amp;quot;Settings&amp;quot; menu) which can be used to adjust the brightness and the gamma.&lt;br /&gt;
&lt;br /&gt;
=== Changing Your Theme ===&lt;br /&gt;
Under &amp;quot;Settings&amp;quot; in the menu, you will find &amp;quot;Appearance&amp;quot; which will let you adjust the style, icon set, fonts, and a few other appearance related settings. Also, under &amp;quot;Window Manager&amp;quot; you can adjust the style of each window's title bar.&lt;br /&gt;
&lt;br /&gt;
=== Minimenu Configuration and Tricks ===&lt;br /&gt;
&lt;br /&gt;
minimenu has a fairly comprehensive configuration file for its minimalistic design; most options may be enabled or disabled or fiddled with, and the skin can reasonably be altered.&lt;br /&gt;
&lt;br /&gt;
The All category can be removed if undesired.&lt;br /&gt;
&lt;br /&gt;
Expert conf hackers can specify what categories they'd like and in what order, and have multiple app categories dumped into one tab, and other tricks.&lt;br /&gt;
&lt;br /&gt;
pnd-application icons may be all loaded during the menu setup, or deferred until later and loaded in the background.&lt;br /&gt;
&lt;br /&gt;
Preview pics may be loaded up front (not advised, as it can be slow), or deferred until later. (When deferred, they may load when you rest the selection, or load in background.)&lt;br /&gt;
&lt;br /&gt;
You may choose to have auto-discovered applications registered into any of their 6 categories (Main, Sub1, Sub2, Alt, AltSub1, AltSub2).&lt;br /&gt;
&lt;br /&gt;
Etc and so on.&lt;br /&gt;
&lt;br /&gt;
Additional keys are supported: Q to quit the menu (not really useful for most people), and Space to invoke the application.&lt;br /&gt;
&lt;br /&gt;
[[Minimenu Configuration Documentation | This section contains more information.]]&lt;br /&gt;
&lt;br /&gt;
== Applications ==&lt;br /&gt;
&lt;br /&gt;
Many applications will come preinstalled into the internal [[NAND]]; these will be regular Linux applications (not packaged into pnd files, since they do not need to be redistributed to anyone.)&lt;br /&gt;
&lt;br /&gt;
Additional applications may be found as [[Introduction to PNDs | pnd-files]] (a packaged up single file representing an entire application) or as regular Linux files (an application likely being made up of many files and possibly needing installation.)&lt;br /&gt;
&lt;br /&gt;
==== What Is Included? ====&lt;br /&gt;
* Ångström Linux: Lightweight beautiful Linux-based operating system for the Pandora.&lt;br /&gt;
* Xfce: A full featured window manager for Linux.&lt;br /&gt;
* Midori: A full featured web browser, designed to be lighter and faster than a full desktop style browser.&lt;br /&gt;
* Lightweight office utilities including Abiword, Gnumeric, and ClawsMail (warning: do not use ClawsMail, it will fill up your [[NAND]]. Solutions are [http://www.gp32x.com/board/index.php?/topic/56810-html-viewer-for-claws-mail/page__view__findpost__p__919458 being worked on]). '''As of [http://www.gp32x.com/board/index.php?/topic/58867-hotfix-5-released/ Hotfix 5]''', GCalcTool is also included, while Abiword, Gnumeric, Clawsmail and Pidgin have been removed (you can download them from [[software projects|here]] instead).&lt;br /&gt;
{{Volume needed}}&lt;br /&gt;
&lt;br /&gt;
==== Where Can I Get More Apps? ====&lt;br /&gt;
There are many ways to get more applications onto your Pandora. &lt;br /&gt;
&lt;br /&gt;
*On this wiki, we maintain up-to-date lists of [[games]], [[Emulator list|emulators]], and [[Software projects|other software]], with download links. These lists are more comprehensive than the two official sites below, because not every program is submitted to both of them.&lt;br /&gt;
&lt;br /&gt;
*To help with the massive range of applications, a member of the community has started to produce [[PandaPacks]] for some pre-packaged games, emulators and distributable ROMs in handy SD card filling torrents.&lt;br /&gt;
&lt;br /&gt;
*The easiest way is to browse the [http://apps.open-pandora.org Open App Store], where you can download a selection of free or commercial applications. To download, navigate to an app, pay for it if you must, and hit the 'download' button. Select where you want to save it, and you're done!&lt;br /&gt;
&lt;br /&gt;
*There is the good ol' [http://dl.openhandhelds.org/cgi-bin/pandora.cgi Pandora File Archive].&lt;br /&gt;
&lt;br /&gt;
*There are nice repositories, such as the [http://www.angstrom-distribution.org/repo Angstrom ARM Repository], or...&lt;br /&gt;
&lt;br /&gt;
*The Pandora includes the package manager opkg, which is a fork of [http://en.wikipedia.org/wiki/Ipkg ipkg]. Note this will install to [[NAND]] by default, so should be used with great caution. Type &amp;quot;df -h&amp;quot; into the terminal to see how much space you have left.&lt;br /&gt;
&lt;br /&gt;
*Also, people may upload their apps to weird crevices in the net, so be on the lookout! (or use a search engine)&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;div style=&amp;quot;border-top:1px solid gray; border-bottom:1px solid gray; padding-top:5px; padding-bottom:5px; margin-bottom:20px&amp;quot;&amp;gt;''Note: Your Pandora's internal memory (NAND) will be at close to capacity when you receive it. All new programs should be installed to SD card. Downloads from the Angstrom Repo, or use of the opkg package manager, should only be done by advanced users or when instructed by Open Pandora Ltd (for example, firmware updates will probably use a pandora specific repository in the future).''&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Installing a PND file (an application) ====&lt;br /&gt;
[[Image:PandoraSD.png|thumb|alt=SD card folder structure|This is what the folder structure on your SD card should look like. The drive letter and card name will vary; they're not important.]]&lt;br /&gt;
Installation of a PND file is so easy, you can hardly even call it installing. All you need to do is copy the PND file into the appropriate folder on your SD card. The first thing you'll need to do is set up some folders that the Pandora will recognise. It's recommended that you start with a blank, freshly formatted (or freshly purchased) SD card. For the purposes of this guide we'll refer to your SD card as &amp;lt;SD&amp;gt;. (Windows might call it something like G:\Removable Disk.) Create a new folder on the SD card called 'pandora':&lt;br /&gt;
*&amp;lt;SD&amp;gt;/pandora&lt;br /&gt;
Then open the 'pandora' folder, and create four more inside it: apps, appdata, desktop, and menu:&lt;br /&gt;
*&amp;lt;SD&amp;gt;/pandora/apps&lt;br /&gt;
*&amp;lt;SD&amp;gt;/pandora/appdata/&lt;br /&gt;
*&amp;lt;SD&amp;gt;/pandora/desktop/&lt;br /&gt;
*&amp;lt;SD&amp;gt;/pandora/menu/&lt;br /&gt;
Now you're ready to install a PND file. Just copy and paste (or drag and drop) (or save) the file into your folder of choice:&lt;br /&gt;
* Putting a PND in the /desktop folder will make it appear on the XFCE desktop&lt;br /&gt;
* Putting a PND in the /menu folder will make it appear in the XFCE system menu&lt;br /&gt;
* Putting a PND in the /apps folder will make it appear in both locations&lt;br /&gt;
* If you're using Minimenu instead of XFCE, it doesn't matter which of these three folders you use&lt;br /&gt;
Occasionally you'll come across an application which needs additional data (for example, the data files for Quake, or ROMs for an emulator). These files goes into the appdata folder. A PND program will automatically create its own subfolder within /appdata the first time it is run; then you can add files to it. More information on this is available on the [[Introduction_to_PNDs#Where_does_my_data_go.3F_How_do_I_make_files_visible_to_the_applications.3F | introduction to PNDs]] page.&lt;br /&gt;
&lt;br /&gt;
== Firmware ==&lt;br /&gt;
For more detail about firmware, see the [[Introduction to firmware]] page.&lt;br /&gt;
&lt;br /&gt;
==== Updating The Firmware ====&lt;br /&gt;
&lt;br /&gt;
Updates to the firmware are currently provided as Hotfix packages, in [[Introduction to PNDs |PND]] format. Check the OpenPandora official [http://www.open-pandora.org/index.php?option=com_content&amp;amp;view=article&amp;amp;id=178&amp;amp;Itemid=32&amp;amp;lang=en support] page for the latest status. This will update any parts of the system which need to be updated. A more flexible system is planned, this should allow automatic downloading and installing of updates if you wish (but should not be expected before some time in 2011).&lt;br /&gt;
&lt;br /&gt;
==== Replacing the Firmware ====&lt;br /&gt;
&lt;br /&gt;
There are several reasons why you might wish to take this seemingly drastic step. It is possible that the system software gets corrupted somehow (for example, a power failure whilst you are completing the 'first boot' process). Alternatively, you might wish to install a copy of the firmware on an SD card if you are experimenting with different system configurations. Regardless, the Pandora is very robust, it is always possible to download some files to the SD card, and use these to return the internal [[NAND]] to the 'factory' state without too much effort. See the [[Introduction to firmware]] page for information on how to do this.&lt;br /&gt;
&lt;br /&gt;
== Pandora FAQ ==&lt;br /&gt;
Silly goose, go to the [[FAQ]] page for more detailed information.&lt;br /&gt;
&lt;br /&gt;
==Futher reading==&lt;br /&gt;
* [[Basic Linux Guide]] - For those who don't know very much about Linux and want to learn more.&lt;br /&gt;
* [[Minimenu Configuration Documentation]] - If you want to customize or configure Minimenu.&lt;br /&gt;
* [[Tutorials]]&lt;br /&gt;
* [[Emulator list]] - See what systems you can emulate.&lt;br /&gt;
* [[Games]] - Take a look at the games that are available.&lt;br /&gt;
* [[Software projects]] - A list of all non-emulator, non-game software for Pandora.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=User_manual&amp;diff=7989</id>
		<title>User manual</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=User_manual&amp;diff=7989"/>
		<updated>2011-04-24T09:50:38Z</updated>

		<summary type="html">&lt;p&gt;ABC: formating part 1&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IntroNote | This Wiki is an unofficial community project, and Open Pandora Ltd. is not responsible for its content. Neither is the Wiki an official source of information about your device. &amp;lt;br/&amp;gt;We can always use more help, look [[Getting_involved#The_Wiki | here]] to find out how you can get involved.}}&lt;br /&gt;
&lt;br /&gt;
{{split section|Page to large, bad for categories, linking topics,....}}&lt;br /&gt;
&lt;br /&gt;
[[Image:PandoraFront.jpg|Right|thumb|360px|The Pandora.]]&lt;br /&gt;
So your Pandora just arrived after being in the post for two months. Jolly good! But now that it's actually here, what on earth do you do with it? '''Don't panic!''' Let's take a look at what's included in the box (so you don't miss anything!) and then hop on over to setting it up for that extended Ms. Pacman marathon you've been waiting for!&lt;br /&gt;
&lt;br /&gt;
Also, don't forget to hit up [http://www.gp32x.com/board/index.php?/forum/61-pandora/ GP32X] for questions/info/apps/fun/discussion! Ask on the [http://boards.openpandora.org/ Official Open Pandora forum] if you want a definitive answer.&lt;br /&gt;
&lt;br /&gt;
If you find a problem which is not explained after visiting the forum, be sure to report it in the [http://bugs.openpandora.org/ Bug Tracker]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Safety Information ==&lt;br /&gt;
{{warning&lt;br /&gt;
|Choking Hazard, do not let '''children''' under the age of 3 come close to your Pandora console.&amp;lt;br&amp;gt;The Pandora contains small parts that can be eaten by those children.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{warning&lt;br /&gt;
|The [[battery]] of Pandora must be charged by the [[charger]] included with the Pandora (see package contents). [http://www.open-pandora.org/ Open Pandora Ltd.] will not be responsible for damage arising from the use of third party chargers. Please be aware that &amp;quot;cheap&amp;quot; third party chargers often carry fake CE logos. These can damage your Pandora or burst horribly into FLAMES.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{warning&lt;br /&gt;
|Keep the Pandora in normal temperatures under 140F/60C (Recommended temperatures are in the range between -10C and 40C){{Citation needed}}. The [[battery]] is a standard Lithium Polymer battery. Do not keep near fire or water. Do not disassemble, destroy or damage the battery, or it may explode! Do not short circuit external contacts! Dispose of it properly, please.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{warning&lt;br /&gt;
|Modifications to [[hardware]] ([[Hardware hacking]]) can damage your Pandora. [http://www.open-pandora.org/ Open Pandora Ltd] cannot be held responsible for any resulting damages that occur from you modifying your Pandora.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{warning&lt;br /&gt;
|Malicious software can do horrible things to your Pandora. Only download Pandora software from trusted locations such as the [http://apps.openpandora.org Pandora Apps] website, the [http://dl.openhandhelds.org/cgi-bin/pandora.cgi Pandora File Archive], or the websites of trusted developers.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{warning&lt;br /&gt;
|The Pandora has a 4.3-inch [[touch screen]]. You can touch the screen to trigger an action. That's right, a touch screen - '''not a stab screen''', punch screen, or solid mahogany workbench. Always touch the screen gently – that is more than enough to trigger the action you want.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{warning&lt;br /&gt;
|The casing of the Pandora has been designed for maximum strength, making it quite hard to break. Please do not consider this a challenge. Do '''not drop, throw, clamp, launch, tumble dry''', or place anvils on the Pandora. This will void your warranty.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Warranty Information ==&lt;br /&gt;
A one year warranty applies as required by law, and the device will be replaced/repaired if it is faulty. LCDs with numerous/excessive dead pixels will also be replaced.{{Citation needed}}&lt;br /&gt;
&lt;br /&gt;
== Box Contents ==&lt;br /&gt;
When you first open Pandora's box, a slew of demons and raging emotions may forcibly leave the box. This is normal. After that, you should find the following items:&lt;br /&gt;
*Pandora console&lt;br /&gt;
*[[Stylus]] (located in stylus slot on the side of the Pandora)&lt;br /&gt;
*[[Battery]]&lt;br /&gt;
*Mains power adapter ([[charger]])&lt;br /&gt;
*[[Battery case]] (note: it can be difficult to open. [http://boards.openpandora.org/index.php?/topic/963-complain-about-battery-case-here/ Here] is how to do it)&lt;br /&gt;
The following items should also be present if you ordered them separately:&lt;br /&gt;
*[[TV-Out Cable]] (As of 3rd November 2010 these are not yet included in the box and will ship separately as available)&lt;br /&gt;
*[[Carrying Case]]&lt;br /&gt;
*Extra Battery&lt;br /&gt;
After you take those things out, you may find a sliver of Hope left over. It's best to keep it, as you never know when you could use some Hope.&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
==== Highlights ====&lt;br /&gt;
{{citation needed}}&lt;br /&gt;
* [[ARM]]® Cortex™-A8 600Mhz+ CPU running [[Linux]]*&lt;br /&gt;
* 430-MHz [[TMS320C64x+]]™ DSP Core&lt;br /&gt;
* PowerVR SGX [[OpenGL 2.0 ES]] compliant 3D hardware&lt;br /&gt;
* 800x480 4.3&amp;quot; 16.7 million colours [[touchscreen]] LCD&lt;br /&gt;
* [[Wifi]] 802.11b/g, [[Bluetooth]] &amp;amp; High Speed [[USB]] 2.0 Host&lt;br /&gt;
* Dual [[SDHC card]] slots &amp;amp; SVideo [[TV output]]&lt;br /&gt;
* Dual Analogue and Digital gaming controls ([[nubs]])&lt;br /&gt;
* 43 button QWERTY and numeric [[keypad]]&lt;br /&gt;
* Around 10+ Hours battery life**&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;small&amp;gt;&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;The 600Mhz+ can be clocked higher or lower. This can be controlled by software designed for the device.&amp;lt;/small&amp;gt;&lt;br /&gt;
:&amp;lt;small&amp;gt;&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt;Is affected by use. (For example, turning Wi-Fi off will give better battery life.)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Advanced Specifications ====&lt;br /&gt;
* Texas Instruments [[OMAP3530]] processor at 600MHz (officially)&lt;br /&gt;
* 256MB DDR-333 [[SDRAM]]&lt;br /&gt;
* 512MB [[NAND]] FLASH memory&lt;br /&gt;
* [[IVA2+]] audio and video processor using TI's DaVinci™ technology (430MHz C64x DSP)&lt;br /&gt;
* [[ARM]]® Cortex™-A8 superscalar microprocessor core&lt;br /&gt;
* PowerVR [[SGX530]] (110MHz officially) OpenGL ES 2.0 compliant 3D hardware&lt;br /&gt;
* integrated [[Wifi]] 802.11b/g (up to 18dBm output)&lt;br /&gt;
* integrated [[Bluetooth]] 2.0 + EDR (3Mbps) (Class 2, + 4dBm)&lt;br /&gt;
* 800x480 resolution LTPS [[LCD]] with resistive touch screen, 4.3&amp;quot; widescreen, 16.7 million colors (300 cd/m2 brightness, 450:1 contrast ratio)&lt;br /&gt;
* Dual analog controllers ([[nubs]])&lt;br /&gt;
* Full [[gamepad]] controls plus [[shoulder buttons]]&lt;br /&gt;
* Dual [[SDHC card]] slots (up to 64GB of storage currently)&lt;br /&gt;
* headphone output up to 150mW/channel into 16 ohms, 99dB SNR (up to 24 bit/48KHz)&lt;br /&gt;
* [[TV output]] (composite and S-Video)&lt;br /&gt;
* Internal microphone plus ability to connect external microphone through headset&lt;br /&gt;
* Stereo line level inputs and outputs&lt;br /&gt;
* 43 button QWERTY and numeric [[keypad]]&lt;br /&gt;
* [[USB]] 2.0 OTG port (1.5/12/480Mbps) with capability to charge device&lt;br /&gt;
* [[USB]] 2.0 HOST port (480Mbps) capable of providing the full 500mA to attached devices (examples include USB memory, keyboard, mouse, 3G modem, GPS)&lt;br /&gt;
* up to two externally accessible [[UARTs]] and/or four [[PWM]] signals for [[hardware hacking]], robot control, debugging, etc.&lt;br /&gt;
* un-brickable design with integrated [[boot loader]] for safe code experimentation&lt;br /&gt;
* Power and hold [[switch]] useful for &amp;quot;instant on&amp;quot; and key lockout to aid in media player applications on the go&lt;br /&gt;
* Runs on the Linux [[operating system]] (2.6.x)&lt;br /&gt;
* Dimensions: 140x83.4x27.5mm&lt;br /&gt;
* Weight: 335g (with 4200mAh battery)&lt;br /&gt;
&lt;br /&gt;
==== Features ====&lt;br /&gt;
The Pandora is a mixture between a PC and a gaming console (similar to classic computers such as the Amiga). That's why it has gaming controls (ABXY buttons, [[d-pad]], and [[analogue nubs]]). It is fast enough to emulate many other systems, run a full desktop, access the internet with Firefox and play games such as Quake III. However, it is not as big as a netbook. Believe it or not, it will fit in your pocket. It's a bit bigger than the original Nintendo DS. (See the [[#Applications | Applications]] section of this manual to see what applications your Pandora will come with.)&lt;br /&gt;
Remember that your Pandora console will get better with every application installed!&lt;br /&gt;
&lt;br /&gt;
== First Time Use ==&lt;br /&gt;
Now that you've opened the box, let's set this thing up! Place the battery inside the battery compartment on the back of the Pandora, making sure the contacts touch(the little silvery metal bits, it's easy). Snap on the battery cover and you're all set!&lt;br /&gt;
If you find this linux stuff is a bit new and overwhelming, please try the [[Quickstart | quickstart page]] for a simple walk through the first steps (including downloading the codec pack) and please provide feedback on the forums about how it can be improved and still kept simple.&lt;br /&gt;
==== Charging ====&lt;br /&gt;
Charge your Pandora 8 hours before disconnecting it from the wall charger. This will improve the lifetime of your battery. To charge the Pandora, insert the power cable end in the Pandora and the other end into your wall socket. &lt;br /&gt;
&lt;br /&gt;
The battery comes pre-charged at 40%, and that level might have decreased during shipping. To be on the safe side, we recommend that you charge the Pandora before you use it. Simply plug in your wall charger into an outlet, or optionally use a mini-USB cable connected to a computer or wall adapter. For extreme silliness, plug your Pandora into an ''already charged Pandora,'' and charge it from that! But not really.&lt;br /&gt;
&lt;br /&gt;
To &amp;quot;fast charge&amp;quot; just put the system into &amp;quot;low-power&amp;quot; mode. You cannot charge the system while ''off''. This is currently a feature and may change in future versions of the firmware. &lt;br /&gt;
&lt;br /&gt;
You can find more useful information about charging on the [[power modes]] page.&lt;br /&gt;
&lt;br /&gt;
As an added note by MWeston:&lt;br /&gt;
IF YOU POWERED THE SYSTEM WITHOUT A BATTERY, SHUT IT OFF BEFORE STICKING THE BATTERY BACK IN.&lt;br /&gt;
&lt;br /&gt;
Finally, don't just leave your Pandora plugged in forever.  Unplug it once every couple days while using it to allow the battery to discharge from full (to around 90% or less?).  If you're not going to use your Pandora for a while, discharge the battery to around 40%, remove the battery, wrap it in a plastic bag (a Ziplock-type bag?), and stick it in the fridge.&lt;br /&gt;
&lt;br /&gt;
Leaving your Pandora plugged in indefinitely, even while in low-power mode, may damage the battery!  See the [http://boards.openpandora.org/index.php?/topic/640-warning-dont-leave-your-pandora-plugged-in-for-too-long/|the Open Pandora Boards] for more details.&lt;br /&gt;
&lt;br /&gt;
==== First Boot ====&lt;br /&gt;
Once your Pandora is ready, turn it on. The OS will take some time to boot up for the first time (about 10 minutes, this is only for the first boot, and is normal). After it has booted, a series of settings dialogs will pop up in the shape of a &amp;quot;Boot Wizard&amp;quot; allowing you to alter your Pandora's settings to your liking.&lt;br /&gt;
&lt;br /&gt;
There are a total of 3 parts to the Boot Wizard guide:&lt;br /&gt;
===== System configuration =====&lt;br /&gt;
The first thing you will have to do is to calibrate the Pandora's touch screen. Only do this if the screen isn't calibrated already.&lt;br /&gt;
You will have the option for touchscreen calibration the first time you boot up your Pandora console.&lt;br /&gt;
&lt;br /&gt;
Note: &amp;quot;Calibrating the touch screen&amp;quot; is a term used to describe the process of matching coordinates given by the touch layer with the underlying screen. A badly calibrated screen will register your push elsewhere on the screen, perhaps half a centimeter to one side. As there are sometimes slight variations in the production of the touch layer, you the user can improve the accuracy by matching the two layers manually.&lt;br /&gt;
&lt;br /&gt;
===== User setup =====&lt;br /&gt;
After calibrating your screen, you will have to enter your full name. This is what you will see in any user selection dialogs or when the system needs to address you, so enter whatever you are most comfortable with. Then follows your username. It is recommended to choose an all-lowercase, one-word username here, since you will have to enter this name every time you log in. Once you've entered your username, a password input dialog appears. You will have to enter the password you want to use twice here. If you don't want to have a password for your device, simply leave both fields empty. If, however, you decide to enter a password, something hard to guess and between 8 and 16 characters long is preferred.&lt;br /&gt;
&lt;br /&gt;
===== Network and security settings =====&lt;br /&gt;
You will now have to enter a name for your Pandora. This will be the Pandora's host name, so you have two options in this situation:&lt;br /&gt;
&lt;br /&gt;
# If you don't have a domain you want to connect to, simply enter any name here. It should not contain any spaces.&lt;br /&gt;
# If you ''do'' have a domain you want to connect to, enter a name in the form of &amp;quot;pandoraname.domainname.tld&amp;quot;. Note that you may never have a use for this.&lt;br /&gt;
&lt;br /&gt;
Then, you'll have to choose whether you want to automatically log in on your Pandora when it boots, or if you should be given the opportunity to log in as a different user, or enter your password. It is recommended to disable auto login if you want to protect your user data, but if you're often in a hurry, then you can enable auto login here.&lt;br /&gt;
&lt;br /&gt;
The final thing you will have to choose, is whether you want to use the full desktop Xfce environment or the gaming-oriented PMenu environment as your default environment in the Pandora. It is recommended to choose Xfce here if you want to gain access to the Pandora's full potential. This option can be changed later at any point.&lt;br /&gt;
&lt;br /&gt;
==== Calibrating the Analog Nubs [http://pandorawiki.org/Nubs]====&lt;br /&gt;
&lt;br /&gt;
The nubs automatically calibrate with use, and do so every time the unit is freshly powered up. Calibration information is stored inside the nub RAM, so when you power down (full power off, not just low power mode) the calibration information is lost. Calibrating the nubs is as simple as just using them -- do a few left right up down moves or swoosh around, and the nub will know its boundaries and be good thereafter.&lt;br /&gt;
&lt;br /&gt;
So no special effort is required to calibrate or use the nubs, but the first few motions you use of them may be erratic as they self-calibrate.&lt;br /&gt;
&lt;br /&gt;
==== Calibrating The Touchscreen ====&lt;br /&gt;
The touchscreen in your new Pandora device isn't psychic! You have to tell it what to do, and in order to do that effectively, you need to calibrate it. Simply navigate to settings→screen→calibration wizard{{Verify credibility}} and follow the onscreen instructions. You may have to recalibrate the screen from time to time as well.&lt;br /&gt;
&lt;br /&gt;
During the first boot wizard, you will be offered the option to calibrate the touchscreen. By default it may well work okay, but the option is there. If calibration is far off, use the keyboard to select the calibration option.&lt;br /&gt;
&lt;br /&gt;
==== Mouse (stylus/pointer) settings ====&lt;br /&gt;
When done with the calibration and you are back in the Pandora Xfce desktop environment you might also want to change some other touch screen settings to make navigation with the stylus work according to your preferences. Two recommended settings to experiment with for easier navigation are:&lt;br /&gt;
&lt;br /&gt;
#  The double-click Time setting&lt;br /&gt;
#  The double-click  Distance (valid touch-screen double-click area)&lt;br /&gt;
&lt;br /&gt;
In the first setting, i.e. Time, you will be setting the interval between double-clicks where such clicks will be accepted as valid.&lt;br /&gt;
Ex. if you set the time to 250ms, the second click (or screen-tap in our case) must occur within 250ms of the first to be valid.&lt;br /&gt;
&lt;br /&gt;
In the second setting, Distance, you will be setting the radius of screen area where the second click (tap) must fall into to be considered as a valid second tap. This means that if, for example, you set the distance to 5, your second tap must fall within a circle radius of 5 pixels from the point where the first tap occurred.&lt;br /&gt;
&lt;br /&gt;
These two settings can be found under:  Desktop ---&amp;gt; Xfce menu ---&amp;gt; Settings ---&amp;gt; Mouse ---&amp;gt; Behaviour tab.&lt;br /&gt;
&lt;br /&gt;
== Basic Use ==&lt;br /&gt;
See the [[GUI]] page for more details on the user interfaces which can be used with the Pandora.&lt;br /&gt;
&lt;br /&gt;
===Pmenu===&lt;br /&gt;
&lt;br /&gt;
TBD.&lt;br /&gt;
&lt;br /&gt;
===minimenu / mmenu===&lt;br /&gt;
&lt;br /&gt;
minimenu is designed as a fast and easy to use launcher, without a lot of fancy frills. A grid of icons to launch, and use the d-pad or touchscreen to fire one off. It is fairly configurable and skinnable and is fully featured, and very fast. If you recall the interface on the gp32, gp2x, wiz, and gmenu2x you will be right at home and then some!&lt;br /&gt;
&lt;br /&gt;
=====The main grid=====&lt;br /&gt;
&lt;br /&gt;
The main grid with the default skin has most of the screen realestate showing a grid of available 'auto discovered' applications, with a detail panel on the right. A list of tabs is across the top of the screen, with some short help message on the bottom.&lt;br /&gt;
&lt;br /&gt;
Pressing Start or B will invoke the pnd-application. Presseing Select will switch to a basic menu, providing shutdown or some advanced options.&lt;br /&gt;
&lt;br /&gt;
Pressing &amp;quot;Y&amp;quot; (think &amp;quot;Why?&amp;quot;) will bring up pnd-application documentation, if that pnd-file has defined any.&lt;br /&gt;
&lt;br /&gt;
The left and right shoulder triggers will switch categories of applications; by default, minimenu includes an All category and defaults to showing it.&lt;br /&gt;
&lt;br /&gt;
The applications are auto-discovered in the same means as the xfce desktop and pmenu and other pnd-supporting systems, however you may add additional minimenu-specific searchpaths into the configuration should you wish to. It is likely a basic file browser will also be added, letting you launch applications manually placed on your SD cards.&lt;br /&gt;
&lt;br /&gt;
The standard overrides are supported -- .ovr files for icon title, clockspeed setting and categories, as well as a .pnd for icon override.&lt;br /&gt;
&lt;br /&gt;
=====Skinning=====&lt;br /&gt;
&lt;br /&gt;
Skinning guide in gp32x forum: http://www.gp32x.com/board/index.php?/topic/53990-skinning-minimenu/&lt;br /&gt;
&lt;br /&gt;
A mmskin.conf from February 2011: http://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-libraries.git;a=blob;f=minimenu/skin/default/mmskin.conf;h=695888b3ae310d7ea04b4e682baed0c0c6fc4349;hb=98c1d081629ac9cbb3056b39097a3db968ce4055&lt;br /&gt;
&lt;br /&gt;
===Desktop style environment (Xfce)===&lt;br /&gt;
&lt;br /&gt;
=====On the Desktop=====&lt;br /&gt;
&lt;br /&gt;
The desktop will contain icons for numerous locations (such as each mounted SD card), as well as any auto-discovered pnd-applications located on SD cards or internal [[NAND]].&lt;br /&gt;
&lt;br /&gt;
=====In the menu=====&lt;br /&gt;
On the bottom left you have your applications menu, similar to the Windows start menu. Clicking it brings up a list of all installed applications and pnd-applications in the appropriate location on your SD cards.&lt;br /&gt;
&lt;br /&gt;
=====Miscellaneous=====&lt;br /&gt;
To the right may be some icons, these serve as shortcuts to commonly used applications. Next to that you have your taskbar which, as you might have guessed, lists all running applications in your current workspace. To the right of the taskbar you have your workspaces, think of these as multiple desktops. By default you have two to switch between. Applications running in one workspace will not be visible in the other, so you can effectively hide your Ms. Pacman game from your boss at work, because there's no way you're not going to go for the gold, even at work! Finally there are a few more icons that deal with TV-Out, network connectivity, etc. and some running applications may place an icon there as well. And to the right of THOSE, you have your time. Because time flies when you're using your Pandora! Badum tsh. And to the right of that, you have a little icon which, when clicked, displays all running applications.&lt;br /&gt;
&lt;br /&gt;
Finally, I'd just like to reiterate this--EVERYTHING is customizable! We'll get to that section later on.&lt;br /&gt;
&lt;br /&gt;
If a window is too tall to fit on the screen you can move it by holding down the left sholder button and dragging the window with the stylus.&lt;br /&gt;
&lt;br /&gt;
===Pandora Button===&lt;br /&gt;
&lt;br /&gt;
When in the desktop style environment (Xfce), the Pandora button will bring up the applications menu, letting you quickly view the available applications. If held, it allows you to [[User_manual#Killing Applications | kill]] an unresponsive application. If that doesn't work, you can do a hard-reset of the Pandora by pressing and holding the Pandora button, then flicking the power switch to the right.&lt;br /&gt;
&lt;br /&gt;
===Power modes===&lt;br /&gt;
&lt;br /&gt;
The [[Power modes]] page provides full details of power modes, charging and battery care and lifetime.&lt;br /&gt;
&lt;br /&gt;
Without switching the device entirely off, it may be placed into low power mode or regular power mode; simply sliding the power switch to the right will toggle modes.&lt;br /&gt;
&lt;br /&gt;
Consider low power mode to be akin to turning off a PDA or cellphone -- the screen is off, the CPU is clocked down and so on, but the device is still silently on, allowing for alarms to go off or it to be turned on again instantly. Regular power mode is for normal usage.&lt;br /&gt;
&lt;br /&gt;
Low power mode is probably going to be used as the normal &amp;quot;off&amp;quot; for most people, with true off (device powered down entirely, unable to respond to alarms or wake up quickly) available to conserve battery power. Turning the Pandora off completely is the best option if you don't plan on using it for few weeks or longer. &lt;br /&gt;
&lt;br /&gt;
Closing the lid will turn off the display but otherwise leave the device operating - handy for audio playing; turning off the display reduces power consumption.&lt;br /&gt;
&lt;br /&gt;
Shutdown will only occur if you are unplugged from the wall. The device can't be charged while off, to &amp;quot;fast charge&amp;quot; just switch to low power mode. See [[Power modes | power modes]] for more info.&lt;br /&gt;
&lt;br /&gt;
The actual behavior of buttons and events can be customized.&lt;br /&gt;
&lt;br /&gt;
=== USB Peripherals ===&lt;br /&gt;
You can connect USB2 High Speed peripherals directly, using the large USB connector, or a USB-OTG adaptor lead. Lower-speed USB devices will only work through a hub, the Pandora does not have the support circuitry inside to drive the interface in the correct mode.&lt;br /&gt;
See the [[USB_compatibility_list|the USB compatibility list]] for peripherals which have been tested so far.&lt;br /&gt;
&lt;br /&gt;
=== Killing Applications ===&lt;br /&gt;
Killing (or forcibly closing) an unresponsive application is as simple as holding down the Pandora button (just under start and select) for a few seconds. A dialog will appear which lists the open applications and gives you the option to kill them.&lt;br /&gt;
&lt;br /&gt;
=== Forcing a Restart ===&lt;br /&gt;
Occasionally something will happen causing your Pandora to become unresponsive (to the point that even killing a program isn't possible). When this happens it is necessary to force your Pandora to restart. The easiest way to do this is by holding the Pandora button and moving the power switch to the right.&lt;br /&gt;
&lt;br /&gt;
== Configuration and Customization ==&lt;br /&gt;
This is just an overview of the customization and configuration you can do. Individual sections may link to their own pages.&lt;br /&gt;
&lt;br /&gt;
=== Setting Up WiFi ===&lt;br /&gt;
If wifi is enabled, and you are in range of an access point, a dialogue should appear offering to connect to it. See the [[Wifi]] page for more detail on using wifi.&lt;br /&gt;
&lt;br /&gt;
=== Setting Up Bluetooth ===&lt;br /&gt;
Connecting to bluetooth devices is easy using the tool located in the Xfce taskbar.&lt;br /&gt;
&lt;br /&gt;
For help with setting up a bluetooth GPS, see [[GPS#Bluetooth_GPS | here]].&lt;br /&gt;
&lt;br /&gt;
See also: [[Bluetooth]]&lt;br /&gt;
&lt;br /&gt;
=== Adjusting Brightness/Contrast ===&lt;br /&gt;
Brightness can be raised by pressing Fn+I and lowered with Fn+U. A tool is included with the Pandora called &amp;quot;LCD-Settings&amp;quot; (under the &amp;quot;Settings&amp;quot; menu) which can be used to adjust the brightness and the gamma.&lt;br /&gt;
&lt;br /&gt;
=== Changing Your Theme ===&lt;br /&gt;
Under &amp;quot;Settings&amp;quot; in the menu, you will find &amp;quot;Appearance&amp;quot; which will let you adjust the style, icon set, fonts, and a few other appearance related settings. Also, under &amp;quot;Window Manager&amp;quot; you can adjust the style of each window's title bar.&lt;br /&gt;
&lt;br /&gt;
=== Minimenu Configuration and Tricks ===&lt;br /&gt;
&lt;br /&gt;
minimenu has a fairly comprehensive configuration file for its minimalistic design; most options may be enabled or disabled or fiddled with, and the skin can reasonably be altered.&lt;br /&gt;
&lt;br /&gt;
The All category can be removed if undesired.&lt;br /&gt;
&lt;br /&gt;
Expert conf hackers can specify what categories they'd like and in what order, and have multiple app categories dumped into one tab, and other tricks.&lt;br /&gt;
&lt;br /&gt;
pnd-application icons may be all loaded during the menu setup, or deferred until later and loaded in the background.&lt;br /&gt;
&lt;br /&gt;
Preview pics may be loaded up front (not advised, as it can be slow), or deferred until later. (When deferred, they may load when you rest the selection, or load in background.)&lt;br /&gt;
&lt;br /&gt;
You may choose to have auto-discovered applications registered into any of their 6 categories (Main, Sub1, Sub2, Alt, AltSub1, AltSub2).&lt;br /&gt;
&lt;br /&gt;
Etc and so on.&lt;br /&gt;
&lt;br /&gt;
Additional keys are supported: Q to quit the menu (not really useful for most people), and Space to invoke the application.&lt;br /&gt;
&lt;br /&gt;
[[Minimenu Configuration Documentation | This section contains more information.]]&lt;br /&gt;
&lt;br /&gt;
== Applications ==&lt;br /&gt;
&lt;br /&gt;
Many applications will come preinstalled into the internal [[NAND]]; these will be regular Linux applications (not packaged into pnd files, since they do not need to be redistributed to anyone.)&lt;br /&gt;
&lt;br /&gt;
Additional applications may be found as [[Introduction to PNDs | pnd-files]] (a packaged up single file representing an entire application) or as regular Linux files (an application likely being made up of many files and possibly needing installation.)&lt;br /&gt;
&lt;br /&gt;
==== What Is Included? ====&lt;br /&gt;
* Ångström Linux: Lightweight beautiful Linux-based operating system for the Pandora.&lt;br /&gt;
* Xfce: A full featured window manager for Linux.&lt;br /&gt;
* Midori: A full featured web browser, designed to be lighter and faster than a full desktop style browser.&lt;br /&gt;
* Lightweight office utilities including Abiword, Gnumeric, and ClawsMail (warning: do not use ClawsMail, it will fill up your [[NAND]]. Solutions are [http://www.gp32x.com/board/index.php?/topic/56810-html-viewer-for-claws-mail/page__view__findpost__p__919458 being worked on]). '''As of [http://www.gp32x.com/board/index.php?/topic/58867-hotfix-5-released/ Hotfix 5]''', GCalcTool is also included, while Abiword, Gnumeric, Clawsmail and Pidgin have been removed (you can download them from [[software projects|here]] instead).&lt;br /&gt;
{{Volume needed}}&lt;br /&gt;
&lt;br /&gt;
==== Where Can I Get More Apps? ====&lt;br /&gt;
There are many ways to get more applications onto your Pandora. &lt;br /&gt;
&lt;br /&gt;
*On this wiki, we maintain up-to-date lists of [[games]], [[Emulator list|emulators]], and [[Software projects|other software]], with download links. These lists are more comprehensive than the two official sites below, because not every program is submitted to both of them.&lt;br /&gt;
&lt;br /&gt;
*To help with the massive range of applications, a member of the community has started to produce [[PandaPacks]] for some pre-packaged games, emulators and distributable ROMs in handy SD card filling torrents.&lt;br /&gt;
&lt;br /&gt;
*The easiest way is to browse the [http://apps.open-pandora.org Open App Store], where you can download a selection of free or commercial applications. To download, navigate to an app, pay for it if you must, and hit the 'download' button. Select where you want to save it, and you're done!&lt;br /&gt;
&lt;br /&gt;
*There is the good ol' [http://dl.openhandhelds.org/cgi-bin/pandora.cgi Pandora File Archive].&lt;br /&gt;
&lt;br /&gt;
*There are nice repositories, such as the [http://www.angstrom-distribution.org/repo Angstrom ARM Repository], or...&lt;br /&gt;
&lt;br /&gt;
*The Pandora includes the package manager opkg, which is a fork of [http://en.wikipedia.org/wiki/Ipkg ipkg]. Note this will install to [[NAND]] by default, so should be used with great caution. Type &amp;quot;df -h&amp;quot; into the terminal to see how much space you have left.&lt;br /&gt;
&lt;br /&gt;
*Also, people may upload their apps to weird crevices in the net, so be on the lookout! (or use a search engine)&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;div style=&amp;quot;border-top:1px solid gray; border-bottom:1px solid gray; padding-top:5px; padding-bottom:5px; margin-bottom:20px&amp;quot;&amp;gt;''Note: Your Pandora's internal memory (NAND) will be at close to capacity when you receive it. All new programs should be installed to SD card. Downloads from the Angstrom Repo, or use of the opkg package manager, should only be done by advanced users or when instructed by Open Pandora Ltd (for example, firmware updates will probably use a pandora specific repository in the future).''&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Installing a PND file (an application) ====&lt;br /&gt;
[[Image:PandoraSD.png|thumb|alt=SD card folder structure|This is what the folder structure on your SD card should look like. The drive letter and card name will vary; they're not important.]]&lt;br /&gt;
Installation of a PND file is so easy, you can hardly even call it installing. All you need to do is copy the PND file into the appropriate folder on your SD card. The first thing you'll need to do is set up some folders that the Pandora will recognise. It's recommended that you start with a blank, freshly formatted (or freshly purchased) SD card. For the purposes of this guide we'll refer to your SD card as &amp;lt;SD&amp;gt;. (Windows might call it something like G:\Removable Disk.) Create a new folder on the SD card called 'pandora':&lt;br /&gt;
*&amp;lt;SD&amp;gt;/pandora&lt;br /&gt;
Then open the 'pandora' folder, and create four more inside it: apps, appdata, desktop, and menu:&lt;br /&gt;
*&amp;lt;SD&amp;gt;/pandora/apps&lt;br /&gt;
*&amp;lt;SD&amp;gt;/pandora/appdata/&lt;br /&gt;
*&amp;lt;SD&amp;gt;/pandora/desktop/&lt;br /&gt;
*&amp;lt;SD&amp;gt;/pandora/menu/&lt;br /&gt;
Now you're ready to install a PND file. Just copy and paste (or drag and drop) (or save) the file into your folder of choice:&lt;br /&gt;
* Putting a PND in the /desktop folder will make it appear on the XFCE desktop&lt;br /&gt;
* Putting a PND in the /menu folder will make it appear in the XFCE system menu&lt;br /&gt;
* Putting a PND in the /apps folder will make it appear in both locations&lt;br /&gt;
* If you're using Minimenu instead of XFCE, it doesn't matter which of these three folders you use&lt;br /&gt;
Occasionally you'll come across an application which needs additional data (for example, the data files for Quake, or ROMs for an emulator). These files goes into the appdata folder. A PND program will automatically create its own subfolder within /appdata the first time it is run; then you can add files to it. More information on this is available on the [[Introduction_to_PNDs#Where_does_my_data_go.3F_How_do_I_make_files_visible_to_the_applications.3F | introduction to PNDs]] page.&lt;br /&gt;
&lt;br /&gt;
== Firmware ==&lt;br /&gt;
For more detail about firmware, see the [[Introduction to firmware]] page.&lt;br /&gt;
&lt;br /&gt;
==== Updating The Firmware ====&lt;br /&gt;
&lt;br /&gt;
Updates to the firmware are currently provided as Hotfix packages, in [[Introduction to PNDs |PND]] format. Check the OpenPandora official [http://www.open-pandora.org/index.php?option=com_content&amp;amp;view=article&amp;amp;id=178&amp;amp;Itemid=32&amp;amp;lang=en support] page for the latest status. This will update any parts of the system which need to be updated. A more flexible system is planned, this should allow automatic downloading and installing of updates if you wish (but should not be expected before some time in 2011).&lt;br /&gt;
&lt;br /&gt;
==== Replacing the Firmware ====&lt;br /&gt;
&lt;br /&gt;
There are several reasons why you might wish to take this seemingly drastic step. It is possible that the system software gets corrupted somehow (for example, a power failure whilst you are completing the 'first boot' process). Alternatively, you might wish to install a copy of the firmware on an SD card if you are experimenting with different system configurations. Regardless, the Pandora is very robust, it is always possible to download some files to the SD card, and use these to return the internal [[NAND]] to the 'factory' state without too much effort. See the [[Introduction to firmware]] page for information on how to do this.&lt;br /&gt;
&lt;br /&gt;
== Pandora FAQ ==&lt;br /&gt;
Silly goose, go to the [[FAQ]] page for more detailed information.&lt;br /&gt;
&lt;br /&gt;
==Futher reading==&lt;br /&gt;
* [[Basic Linux Guide]] - For those who don't know very much about Linux and want to learn more.&lt;br /&gt;
* [[Minimenu Configuration Documentation]] - If you want to customize or configure Minimenu.&lt;br /&gt;
* [[Tutorials]]&lt;br /&gt;
* [[Emulator list]] - See what systems you can emulate.&lt;br /&gt;
* [[Games]] - Take a look at the games that are available.&lt;br /&gt;
* [[Software projects]] - A list of all non-emulator, non-game software for Pandora.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Pandora&amp;diff=7988</id>
		<title>Pandora</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Pandora&amp;diff=7988"/>
		<updated>2011-04-24T09:23:20Z</updated>

		<summary type="html">&lt;p&gt;ABC: more images&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IntroNote | This Wiki is an unofficial community project, and Open Pandora Ltd. is not responsible for its content. Neither is the Wiki an official source of information about your device. &amp;lt;br/&amp;gt;We can always use more help, look [[Getting_involved#The_Wiki | here]] to find out how you can get involved.}}&lt;br /&gt;
&lt;br /&gt;
[[Image:PandoraFrontNew.jpg|right|thumb|320px|The Pandora.]] &lt;br /&gt;
The Pandora is a combination of a seventh-generation handheld game console and miniature computer. It is the spiritual successor to other open handheld consoles such as the [[GP32]] and [[GP2X]]. The device is open, meaning you can use it however you like and there are no restrictions or fees placed on developers, so anyone can write and release software for it. It runs a custom distribution of Linux based on [http://www.angstrom-distribution.org/ Ångström] and is currently the most powerful handheld gaming console available.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
On September 30, 2008, 3000 units were made available for pre-order. Later on, this number was increased to 4000. The release of the Pandora was delayed several times until May 2010, when mass production and shipping of the Pandora began. A [[Production timeline]] page describes the process.&lt;br /&gt;
&lt;br /&gt;
[[Image:Pandora-newrender.jpg|left|thumb|220px|A render of the Pandora.]]&lt;br /&gt;
&lt;br /&gt;
For the [[first batch]], 4000 units were made available to be pre-ordered for $330 USD each. Currently units from this batch these are being assembled and shipped out to customers. A [[second batch]] of 4000 was made available for pre-order in July 2010. The price of the second batch was $349 USD. [http://www.gp32x.com/board/index.php?/topic/54958-just-had-my-2nd-batch-pre-order-email/]&lt;br /&gt;
&lt;br /&gt;
During fulfillment of the first batch, a limited but unspecified number of &amp;quot;Instant&amp;quot; Pandoras were made available at $500 and promised to be shipped in 7 days [http://boards.openpandora.org/index.php?/topic/1294-instant-pandoras-the-summary-read-first/]. This has since become the only way of purchasing a Pandora, though the the 7-day Guarantee still applies.&lt;br /&gt;
&lt;br /&gt;
==Availability==&lt;br /&gt;
&lt;br /&gt;
You can buy a Pandora from one of the links on the Pandora [[http://www.open-pandora.org/index.php?option=com_content&amp;amp;view=article&amp;amp;id=97&amp;amp;Itemid=34&amp;amp;lang=en Website]].&lt;br /&gt;
&lt;br /&gt;
==Capabilities==&lt;br /&gt;
&lt;br /&gt;
The Pandora is a unique device. Currently, there is no other device available that has dedicated gaming controls (including two analog nubs) and a QWERTY [[keyboard]]. It was developed primarily as a game console, specifically, a device to emulate older systems (see [[Emulator list]]) and run native games (see [[Games]]). It can also be used as a handheld computer. You can use it to do many of the tasks you would on any other computer, such as browsing the Internet (with a full-featured web browser), listening to music, watching movies and shows, using instant messaging applications, etc. (see [[Software projects]])&lt;br /&gt;
&lt;br /&gt;
There are also a few things it can't do. Specifically, it can't run software that is only available for Windows, though if the source code is available there is a possibility it could be [[port_requests ported] to run on the Pandora. Also, most proprietary Linux applications won't run without a port (as they were made to run on the x86 architecture while the Pandora is [[ARM]]-based).&lt;br /&gt;
&lt;br /&gt;
==Specifications==&lt;br /&gt;
&lt;br /&gt;
===Core Hardware===&lt;br /&gt;
&lt;br /&gt;
*Texas Instruments [[OMAP3530]] system-on-chip (SoC): [http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=38155&amp;amp;view=findpost&amp;amp;p=562133] [http://www.gp32x.com/board/index.php?showtopic=39172&amp;amp;st=160#] ''Specifications can be found at this link: [http://focus.ti.com/pdfs/wtbu/ti_omap3430.pdf] ''&lt;br /&gt;
*PowerVR SGX GPU (OpenGL ES 2.0, several million polygons per second). ''OpenGL ES demonstrated: [http://www.imgtec.com/powervr/insider/powervr-demos.asp] ''&lt;br /&gt;
*256MB DDR SDRAM in consumer units (early developer units had 128MB).&lt;br /&gt;
*Real-time clock (RTC) built in, to keep track of time: [http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=38155&amp;amp;view=findpost&amp;amp;p=568882]&lt;br /&gt;
*512MB internal flash memory ([[NAND]]) for consumer Pandoras (early developer boards had 256MB).&lt;br /&gt;
*Is &amp;quot;unbrickable&amp;quot;, thanks to a ROM [[bootloader]].&lt;br /&gt;
*Dimensions: 140 x 83 x 27 mm (See [[Size Comparisons]]).&lt;br /&gt;
*Mass: 320g [http://openpandora.ca/] (0.739 lbs).&lt;br /&gt;
&lt;br /&gt;
===Display===&lt;br /&gt;
&lt;br /&gt;
*4.3-inch (93.6 x 56.2 mm), 800x480 widescreen (5:3), [[touchscreen]] TFT-LCD. [http://www.gp32x.com/board/index.php?showtopic=38044]&lt;br /&gt;
*Brightness: 300 cd/m&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;, Contrast ratio: 450:1, Response time: tr+tf=30ms. [http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=39741&amp;amp;view=findpost&amp;amp;p=573484]&lt;br /&gt;
*TV-out included in hardware, A/V-OUT Port (similar in appearance to a large USB OTG port) has Composite and S-Video outputs and 3.5mm headphone output and microphone input.&lt;br /&gt;
**Separate TV-out signals, picture-in-picture capabilities. [http://www.gp32x.com/board/index.php?showtopic=38044]&lt;br /&gt;
*Powerful 2D and 3D hardware acceleration, see above. [http://www.gp32x.com/board/index.php?showtopic=38044]&lt;br /&gt;
&lt;br /&gt;
===Sound===&lt;br /&gt;
&lt;br /&gt;
*Has a high-quality audio DAC and an ADC.&lt;br /&gt;
*A pair of stereo speakers are built into the sides of the display. &lt;br /&gt;
*The hardware volume control is a wheel.&lt;br /&gt;
*Built-in microphone. [http://www.gp32x.com/board/index.php?act=findpost&amp;amp;pid=568882]&lt;br /&gt;
&lt;br /&gt;
===Input===&lt;br /&gt;
&lt;br /&gt;
*[[Buttons]], [[keyboard]], microphone, and [[touchscreen]]. [http://www.gp32x.com/board/index.php?showtopic=38044]&lt;br /&gt;
*Directional pad ([[D-pad]]). [http://www.gp32x.com/board/index.php?showtopic=38044]&lt;br /&gt;
*Two real, custom-designed, plastic analog [[nubs]].&lt;br /&gt;
*QWERTY keyboard (cellphone-like, but larger). [http://www.gp32x.com/board/index.php?showtopic=38044]&lt;br /&gt;
&lt;br /&gt;
===Connectivity===&lt;br /&gt;
&lt;br /&gt;
*802.11b/g ([[Wi-Fi]]) included.&lt;br /&gt;
*Integrated [[Bluetooth]] 2.0 + EDR (3Mbps). [http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=42344&amp;amp;view=findpost&amp;amp;p=613832] &lt;br /&gt;
*[[USB_reference|USB]] &lt;br /&gt;
**Fully powered (500 mA) standard-A [[USB]] host port.&lt;br /&gt;
**USB OTG mini-AB port.&lt;br /&gt;
**You can use anything that has the appropriate drivers. [http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=38155&amp;amp;view=findpost&amp;amp;p=568882] Some devices need to first go through a powered USB hub.&lt;br /&gt;
*RS-232 included, but a level converter is needed for the UART. [http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=38155&amp;amp;view=findpost&amp;amp;p=568882]&lt;br /&gt;
*Two SDIO-capable SDHC/SDXC slots.&lt;br /&gt;
&lt;br /&gt;
===Power===&lt;br /&gt;
&lt;br /&gt;
*Lithium-polymer [[battery]], ~4000mAh.&lt;br /&gt;
*Up to 10-14 hours battery life under reasonable load, 8.5 hours under max CPU load, ~17 hours playing music with the display off ([[Power_modes#Times|source]]) (up to 100 hours claimed to be possible with further optimization [http://www.gp32x.com/board/index.php?showtopic=40823&amp;amp;st=80&amp;amp;p=595336&amp;amp;#entry595336])&lt;br /&gt;
*Can charge through an AC adapter or USB. [http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=40659&amp;amp;view=findpost&amp;amp;p=587802]&lt;br /&gt;
*Advanced power management capabilities: only need to set a max [[clock speed]]; when the CPU is not doing anything it automatically HALTs and does nothing to save power. [http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=38155&amp;amp;view=findpost&amp;amp;p=574380]&lt;br /&gt;
*Eventually will be able to suspend to RAM or suspend to disk for longer battery life and faster start up. See [[Power modes]].&lt;br /&gt;
&lt;br /&gt;
==Pictures==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Openpandora 001.jpg&lt;br /&gt;
Pandora-latestrender.jpg|Rendering&lt;br /&gt;
Size-compare.jpg|Size&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Hardware]]&lt;br /&gt;
[[Category:List]]&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=File_talk:Size-compare.jpg&amp;diff=7987</id>
		<title>File talk:Size-compare.jpg</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=File_talk:Size-compare.jpg&amp;diff=7987"/>
		<updated>2011-04-24T09:18:49Z</updated>

		<summary type="html">&lt;p&gt;ABC: please replace with a photo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==replace by a photo==&lt;br /&gt;
Hi can anyone please repleace this abstract image by fotos comparing the mentioned devices on a stack? --[[User:ABC|ABC]] 11:18, 24 April 2011 (MEST)&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Keyboard&amp;diff=7984</id>
		<title>Keyboard</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Keyboard&amp;diff=7984"/>
		<updated>2011-04-24T09:10:25Z</updated>

		<summary type="html">&lt;p&gt;ABC: images&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Pandkey.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
==XFCE==&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Key!!Function&lt;br /&gt;
|-&lt;br /&gt;
|Shoulder Button L||Shift&lt;br /&gt;
|-&lt;br /&gt;
|Shoulder Button R||Ctrl&lt;br /&gt;
|-&lt;br /&gt;
|D-pad||Cursor Keys&lt;br /&gt;
|-&lt;br /&gt;
|L-Nub||Mouse Cursor&lt;br /&gt;
|-&lt;br /&gt;
|R-Nub||Mousebutton Mode (L=L mousebutton click, U=Double-L-click, R=R mousebutton click, D=Middle mousebutton click)&lt;br /&gt;
|-&lt;br /&gt;
|Game A||Home&lt;br /&gt;
|-&lt;br /&gt;
|Game B||End&lt;br /&gt;
|-&lt;br /&gt;
|Game Y||PgUp&lt;br /&gt;
|-&lt;br /&gt;
|Game X||PgDn&lt;br /&gt;
|-&lt;br /&gt;
|Fn key||Sticky, so can be pressed before a key which you want to modify.&lt;br /&gt;
|-&lt;br /&gt;
|Shift-Enter||Compose mode&lt;br /&gt;
|-&lt;br /&gt;
|Alt/Ctrl/Start(1 sec)|| Kill(long hold)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* [[Compose mode]] allows &amp;lt;shift&amp;gt;&amp;lt;enter&amp;gt;&amp;lt;fn&amp;gt; s a  to combine &amp;quot; and a to get a special character, for example.&lt;br /&gt;
* '''hard-reset''' of the Pandora (in case of software crashes), press and hold the Pandora key and flick the power button to the right. (see also: [[power modes]])&lt;br /&gt;
* [[XFCE]], if a program is greater than the Pandora's screen resolution, you can scroll  by holding down shift (or the left shoulder button) then clicking anywhere in the window and dragging it around.&lt;br /&gt;
* [[minimenu]], pressing Y when an icon is highlighted brings up the readme files.&lt;br /&gt;
* [[DOSBox]], in order to use the colon symbol, [http://www.gp32x.com/board/index.php?/topic/53973-dosbox-cant-use-colon/page__pid__933150__st__0&amp;amp;#entry933150 you have to press shift (left shoulder button) + Fn + &amp;quot;;&amp;quot;]. This also goes for the underscore symbol.&lt;br /&gt;
&lt;br /&gt;
'''See also:'''&lt;br /&gt;
*[[Keyboard remapping]]&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
In the months before the first preorders were taken, there was much discussion and community voting about the best layout. [http://www.gp32x.com/board/index.php?/topic/43762-pandora-keyboard-layout/ This] was one of the final votes. The final layout was different from either one of the two most popular community proposals, but incorporated some of the suggestions such as having a &amp;quot;Pandora&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
==Matrix==&lt;br /&gt;
The matrix layour is detailed on p.20 of the Hardware hacker's guide ([http://www.openpandora.org/downloads/PANDORA_Hackers_manual_v100.pdf here]). A more readable version appears below.&lt;br /&gt;
&amp;lt;gallery widths=250px&amp;gt;&lt;br /&gt;
Image:Final Keymat.jpg|the mat&lt;br /&gt;
image:Keypadmatrix.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Keyboard]]&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Wireless_from_the_Terminal&amp;diff=7980</id>
		<title>Wireless from the Terminal</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Wireless_from_the_Terminal&amp;diff=7980"/>
		<updated>2011-04-24T06:48:19Z</updated>

		<summary type="html">&lt;p&gt;ABC: formating&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sometimes, you may wish to bypass network manager and configure the [[WLAN]] directly. Here is described how to do this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Becoming Root===&lt;br /&gt;
* You'll need to be root for pretty much everything here.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo -i&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Killing NetworkManager===&lt;br /&gt;
* A good first step is to just stop NetworkManager, so it doesn't conflict with what we're doing now.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;/etc/init.d/NetworkManager stop&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Optional: Disabling NetworkManager===&lt;br /&gt;
You may want to completely disable NetworkManager.  Here's how.&lt;br /&gt;
&lt;br /&gt;
* This will remove NetworkManager from startup.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;update-rc.d -f NetworkManager remove&amp;lt;/source&amp;gt;&lt;br /&gt;
* This will add it back.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;update-rc.d NetworkManager defaults&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Configuring wpa_supplicant===&lt;br /&gt;
wpa_supplicant is generally used for connecting using WPA, but I find it pretty convenient even on it's own.  It'll also be easier to explain for 1 thing rather than explaining this and iwconfig.  It also seems to start by default with the Pandora, but I honestly can't determine what starts it, just that it does.&lt;br /&gt;
&lt;br /&gt;
* Anyway, wpa_supplicant needs to be configured.  It's default config file is found in /etc/wpa_supplicant.conf.  Here's a basic configuration file that should work with most home routers with WPA.  If you have no encryption, set key_mgmt to NONE and remove the psk= line.  If you have WEP, key_mgmt should also be NONE and psk= should be removed and replaced with wep_key0= followed by the HEXADECIMAL wep key.  You'll need some kind of converter to go from an ASCII key to a HEX key.  Here's one, be safe and make sure you don't use the key for anything else important, since you're entering it in to another site: [http://www.speedguide.net/wlan_key.php WEP key converter]&lt;br /&gt;
&amp;lt;source lang=&amp;quot;apache&amp;quot;&amp;gt;&lt;br /&gt;
 network={&lt;br /&gt;
 &amp;amp;#09;ssid=&amp;quot;Access Point SSID goes here&amp;quot;&lt;br /&gt;
 &amp;amp;#09;scan_ssid=1&lt;br /&gt;
 &amp;amp;#09;key_mgmt=WPA-PSK&lt;br /&gt;
 &amp;amp;#09;psk=&amp;quot;password goes here&amp;quot;&lt;br /&gt;
 }&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* A good idea now would be to reboot, to make sure everything is clean. You may need to kill NetworkManager again afterwards, then toggle WLAN off then on (Menu -&amp;gt; System -&amp;gt; Toggle WiFi). You can also make wpa_supplicant reload it's configuration without rebooting:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;wpa_cli&amp;lt;/source&amp;gt;&lt;br /&gt;
* Then type at the prompt&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;reconfigure&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
wpa_cli is also good to check the status of wpa_supplicant when you're trying to connect.  It'll spit out messages based on what's going on while you're toggling WLAN on and off to see if it's associated or just times out.&lt;br /&gt;
If wpa_cli outputs &amp;quot;Could not connect to wpa_supplicant - retrying&amp;quot; you need to enable WLAN via &amp;quot;Main Menu&amp;quot;-&amp;gt;&amp;quot;System&amp;quot;-&amp;gt;&amp;quot;Toggle WiFi&amp;quot; first.&lt;br /&gt;
&lt;br /&gt;
===Setting Up the Network===&lt;br /&gt;
Once you have a connection to the access point, you need to set up a few things either manually or through DHCP.&lt;br /&gt;
&lt;br /&gt;
* To check for connection, if you have wpa_cli running, you can see it's output when you're toggling WLAN on.  It'll either say it's Associated, which means it succeeded or that it's timed out, which means it failed, or possibly any other number of errors.  You can also check iwconfig.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;iwconfig&amp;lt;/source&amp;gt;&lt;br /&gt;
* If it says Access Point:Not-Associated after about 30 seconds, that means it has likely failed.  If you see a 12 digit hex string, that means it has found the access point and has an active connection to it.&lt;br /&gt;
&lt;br /&gt;
====Automatic====&lt;br /&gt;
* If you trust DHCP to work, you can just try this.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;udhcpc -i wlan0&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If all goes well, everything will be properly configured and you'll be on the net. Otherwise you should try to do it manually (see below).&lt;br /&gt;
&lt;br /&gt;
====Manual====&lt;br /&gt;
Here are the commands you need to enter to configure the network manually.&lt;br /&gt;
&lt;br /&gt;
* This is optional, but I put it anyway, just in case it causes some kind of trouble.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;ifconfig usb0 down&amp;lt;/source&amp;gt;&lt;br /&gt;
* This disables power management, which can help a dodgy WLAN connection.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;iwconfig wlan0 power off&amp;lt;/source&amp;gt;&lt;br /&gt;
* This limits the rate to 11Mbit, which also can help an unstable WLAN connection.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;iwconfig wlan0 rate 11M auto&amp;lt;/source&amp;gt;&lt;br /&gt;
* Set the IP, broadcast and netmask all at once.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;ifconfig wlan0 192.168.1.150/24&amp;lt;/source&amp;gt;&lt;br /&gt;
* If your network is weird, here's an alternate, more specific line.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;ifconfig wlan0 192.168.1.150 broadcast 192.168.1.255 netmask 255.255.255.0&amp;lt;/source&amp;gt;&lt;br /&gt;
* Add the route to the gateway.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;route add default gw 192.168.1.1&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace 192.168.1.1 with your gateway IP (You can get this from one of your other computers on the network.  Linux: ifconfig  Windows: ipconfig /all) and 192.168.1.150 with the IP you'd like your Pandora to be.  There are a few caveats here, though.  Simply put, the subnet needs to be the same as your gateway's subnet.  So if it's 192.168.X.Y, it needs to start with 192.168.X or if it's 10.0.0.1, it needs to start with 10.  Also for 10.0.0.1, the /24 needs to be /8.  There's a bunch of other stuff to do with that, and many odd variations on it, but I'm sure there's a better reference for it elsewhere.&lt;br /&gt;
&lt;br /&gt;
* One last thing you'll need to do is set up DNS name servers. You can get this information from another computer on the network with a working Internet connection.&lt;br /&gt;
=====Linux=====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;cat /etc/resolv.conf&amp;lt;/source&amp;gt;&lt;br /&gt;
* Copy that file verbatim in to the /etc/resolv.conf on the Pandora.&lt;br /&gt;
&lt;br /&gt;
=====Windows=====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;ipconfig /all&amp;lt;/source&amp;gt;&lt;br /&gt;
* There should be a line for Primary DNS Server and possibly Secondary DNS Server. They should be entered in to /etc/resolv.conf like this.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
 nameserver Primary.DNS.Server.IP&lt;br /&gt;
 nameserver Secondary.DNS.Server.IP&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
If there is no secondary DNS server, don't worry, just enter only the first line, then.&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
[http://wiki.archlinux.org/index.php/Wpa_supplicant]&lt;br /&gt;
[http://wiki.archlinux.org/index.php/Wireless#Manual_setup]&lt;br /&gt;
[http://wiki.archlinux.org/index.php/AutoWLAN]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;br /&gt;
[[Category:Wifi]]&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Talk:Will_X_run_on_the_Pandora%3F&amp;diff=7979</id>
		<title>Talk:Will X run on the Pandora?</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Talk:Will_X_run_on_the_Pandora%3F&amp;diff=7979"/>
		<updated>2011-04-24T06:42:29Z</updated>

		<summary type="html">&lt;p&gt;ABC: /* why is this here */ please delete&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==why is this here==&lt;br /&gt;
This serves almost the same purpose as [[Port Requests]] and is very outdated, delete? --[[User:Cheese|Cheese]] 22:47, 15 July 2010 (MEST)&lt;br /&gt;
:Yeah, probably. But one thing is worth saving: I like how the color codes are for one column only, unlike in [[emulator list]] where the whole row is a color. This is a useful thing to know for future emulator compatibility lists on the wiki. Also, this color red is much easier on the eyes than the one in the emulator list right now... maybe we should use this one instead... [[User:Esn|Esn]] 01:11, 16 July 2010 (MEST)&lt;br /&gt;
:The weird thing is that this article was created months ''after'' the Port Requests article was... the one useful bit of information it has now is mentioning which programs could theoretically be ported, but practically would not work well (i.e. the Sega Saturn emulator). I don't know if that justifies keeping it, though... we should ask the original creator, maybe... [[User:Esn|Esn]] 01:15, 16 July 2010 (MEST)&lt;br /&gt;
&lt;br /&gt;
Justifies it to me.  I added it to the main page.  Let's see some action here!  [[User:Blue Protoman|Blue Protoman]] 15:25, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
:I see this page as a good spot for things that are requested but have doubtful chance of getting ported. Basicsally things that are requested and get cut from [[port requests]] [[User:Maplesugarlover|maplesugarlover]] 17:49, 19 February 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
:Would recommend to sync both pages and delete one left. At least please choose a better title while 'X' could be associated to the X server that creates the visual appeareance --[[User:ABC|ABC]] 08:42, 24 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== We need more &amp;quot;It's Possible&amp;quot; entries ==&lt;br /&gt;
Anyone mind coming here and telling us what IS possible?&lt;br /&gt;
&lt;br /&gt;
stuff on port request [[User:Maplesugarlover|maplesugarlover]] 17:42, 19 February 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
== To Whoever Added Yabause ==&lt;br /&gt;
It's not happening.  No, it doesn't matter that the Saturn only runs at 333Mhz.  It's got a very complex architecture, and is a bitch to program for, much less emulate.  The link you gave was for a '''TEST''' release.  As in, just porting it to port it.  It runs like crap.  [[User:Blue Protoman|Blue Protoman]] 21:31, 18 February 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
== Irrlicht ==&lt;br /&gt;
&lt;br /&gt;
I think there should be an entry for Irrlicht, and it should probably mention [http://celeron.55.lt/~celeron55/minetest/ minetest] [[User:Maplesugarlover|maplesugarlover]] 17:24, 20 February 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
== unportable ==&lt;br /&gt;
&lt;br /&gt;
this page has been assimilated into port requests . http://pandorawiki.org/Port_requests#Unportable [[User:Maplesugarlover|maplesugarlover]] 04:37, 21 March 2011 (MET)&lt;br /&gt;
:But not entirely, it seems; you don't have the different degrees between &amp;quot;possible&amp;quot; and &amp;quot;impossible&amp;quot; that are present here. Also, please explain your reasoning: what is the benefit of having both &amp;quot;port requests&amp;quot; and &amp;quot;unportable&amp;quot; things on one page? [[User:Esn|Esn]] 19:35, 21 March 2011 (MET)&lt;br /&gt;
:: people often only see stuff on will x run , so they think it was never added. I could ask what the advantage of having unreleased stuff on the software list is. If the source is available and its not already ported.add it to port request. What makes something impossible? Its not closed stuff, it can be modified. Unportable is really just a &amp;quot;really difficult&amp;quot; section. Only stuff I would call impossible is full speed on mess,mame,dolphin and pcsx2. Not really sure about the &amp;quot;unportable&amp;quot; emulators [[User:Maplesugarlover|maplesugarlover]] 20:46, 21 March 2011 (MET)&lt;br /&gt;
:::&amp;quot;I could ask what the advantage of having unreleased stuff on the software list is.&amp;quot; - one advantage is that it's easier for the people updating the page to move a project between sections from &amp;quot;unreleased&amp;quot; to &amp;quot;released&amp;quot;, if a project that was being worked on gets released. I'll grant that that section on the &amp;quot;software projects&amp;quot; list isn't very organized right now; when I get a bit of time, I'm going to make it more like the unreleased &amp;quot;games&amp;quot; list, which is properly sourced so you can see when the last update was and if a project is likely to still be being worked on or not.&lt;br /&gt;
:::About terminology: When I read &amp;quot;unportable&amp;quot;, to me that means &amp;quot;''impossible''&amp;quot; not &amp;quot;really difficult&amp;quot;, so you might want to clarify that. I think I like the different degrees on this page better than a black/white &amp;quot;portable/unportable&amp;quot; - seems to capture the ambiguity of some of this stuff more. You say yourself that you're unsure about where some of it should go. [[User:Esn|Esn]] 00:25, 22 March 2011 (MET)&lt;br /&gt;
:::: so I'll rename it to improbable . normal stuff goes in its section. stuff with source that is unlikely to be ported can be moved to improbable section  [[User:Maplesugarlover|maplesugarlover]] 00:47, 22 March 2011 (MET)&lt;br /&gt;
:::::Thanks, that seems a lot more clear. Seems like this page still has a use, though, because it also covers things for which the source code is ''not'' available (or available, but with conditions such as at least 50,000 Pandoras sold). My view is that this page is meant to be more of a visible guide for newbies about what ''not to ask about''. It's a bit ill-defined, but it's just meant to cover some of the more frequently asked-about programs that won't be able to run. [[User:Esn|Esn]] 02:15, 22 March 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
::::::I'm not sure this page is really worthwhile having around... it's a similar situation as deciding to put the unreleased games on the games list, and well, I know you're (Esn) an advocate of that. The unique content here can easily find it's way onto port requests, a page that many already know about (they will look there first). The newbie reasoning is valid, but I think type of people who might think running proprietary Windows software is possible wouldn't be the kind of people to read through a wiki before asking (besides, if they do, the main [[Pandora]] article specifically states that it wont do it). --[[User:Cheese|Cheese]] 05:56, 22 March 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
:::::::Well, I'm not sure it's ''quite'' the same... the &amp;quot;unreleased&amp;quot; sections are largely meant to be for a historical/news record, not for a newbie-guide. The inclusion criteria is fairly precise: must be something that is/may be/was being worked on, of which some record exists. The inclusion criteria for this page is not defined as precisely  - its main purpose really (it seems to me) is to answer some of the more common newbie questions about what can run. OBVIOUSLY, it cannot contain EVERYTHING that the Pandora cannot run. So its main goal, then (if we accept that that is its main reason for being), is to be simple and visible, and elastic to the need at hand (so if we notice a lot of newbies begin asking about program X, we'd include that program in this article in the hope that they'll ask about it less).&lt;br /&gt;
:::::::Also, the &amp;quot;unreleased&amp;quot; sections are in the same articles partly because &amp;quot;it's easier for the editor&amp;quot;; on the other hand, I don't foresee any programs being moved from &amp;quot;improbable/unportable&amp;quot; to the other &amp;quot;port requests&amp;quot; sections (maybe the other way around... I guess that makes sense - could make things a bit easier for maplesugarlover, ''if'' he plans to move every undoable port request into the new section, instead of just deleting it).  Also, the reason why I support &amp;quot;unreleased&amp;quot; sections in the three software pages instead of one &amp;quot;unreleased&amp;quot; page is similar to why there are three software lists, instead of one list for everything; the table structure that they require is different. They're also the three major categories both in Pandora Apps and on the File Archive. If you were to split them up into a separate article (like maplesugarlover tried a while back), the table structure would ''still'' be different - they'd still be split up - but now you have 4 articles instead of 3, and things are harder for the editors.&lt;br /&gt;
:::::::Since BlueProtoman is the guy who originally conceived of this page in its current form, I'd like him to weigh in. [[User:Esn|Esn]] 06:43, 22 March 2011 (MET)&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Wiki_TODO&amp;diff=7978</id>
		<title>Wiki TODO</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Wiki_TODO&amp;diff=7978"/>
		<updated>2011-04-24T06:39:43Z</updated>

		<summary type="html">&lt;p&gt;ABC: formating&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is intended for anyone who wants to help the wiki, but isn't quite sure what needs to be done.&lt;br /&gt;
&lt;br /&gt;
== Ongoing ==&lt;br /&gt;
* Keep the [[Main Page]] and [[Pandora]] pages updated.&lt;br /&gt;
&lt;br /&gt;
== Update lists ==&lt;br /&gt;
* [[Legal Emulation Resources]] - add info from topic onto the page (this is done for the most part, some links could be missing).&lt;br /&gt;
* [[USB compatibility list]] - there seems to be a duplicate of this page ([[Pandora Hardware]]), that duplicate should be deleted and redirect here, but I like the layout of the duplicate page more. Maybe that layout should be used on the compatibility list.&lt;br /&gt;
* Take a look at [http://www.gp32x.com/board/index.php?/topic/54923-the-pandora-apps-thread this thread] and add anything new to the [[emulators]], [[games]], and [[software]] lists.&lt;br /&gt;
* Expand this page: [[Troubleshooting common problems]]&lt;br /&gt;
*:Looking through the forums and noting what problems seems to come up a lot could be a start. A list could be put in the discussion section of that page if you don't feel comfortable describing how to possibly solve it, or just linking to related topics could be enough for now.&lt;br /&gt;
*:For any pages you edit, work out how (knowing the page exists) one would navigate to it from the main page, without searching.&lt;br /&gt;
&lt;br /&gt;
==Expand stubs==&lt;br /&gt;
Find old stub (low content) pages and merge with more useful ones. Some pages are just forward looking from pre-release and may not be relevant any more.&lt;br /&gt;
&lt;br /&gt;
== Lonely pages ==&lt;br /&gt;
Go through and find pages which aren't being linked to anywhere ([[Special:Specialpages]] and specifically [[Special:Lonelypages]] can help). Find somewhere that makes sense and add a link to the page there... if necessary, make a new page in the style of [[Tutorials and documentation]]. There is some discussion about this [[Talk:Wiki TODO]]. &lt;br /&gt;
&lt;br /&gt;
== Add Categories==&lt;br /&gt;
Go through and make sure each page has an appropriate category, add categories for [[Special:Uncategorizedpages | pages without]].&lt;br /&gt;
&lt;br /&gt;
If you find any [[:Category:Spam|spam]] pages, please add &amp;quot;&amp;lt;nowiki&amp;gt;[[Category:Spam]]&amp;lt;/nowiki&amp;gt;&amp;quot; to the page.&lt;br /&gt;
&lt;br /&gt;
==Monitor talks/changes==&lt;br /&gt;
Take a look at the [http://www.pandorawiki.org/index.php?title=Special:Recentchanges&amp;amp;days=30&amp;amp;namespace=1 recent talk changes] for possible things to do.&lt;br /&gt;
&lt;br /&gt;
[[Category:Wiki]]&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Talk:Old_Main_Page&amp;diff=7977</id>
		<title>Talk:Old Main Page</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Talk:Old_Main_Page&amp;diff=7977"/>
		<updated>2011-04-24T06:34:51Z</updated>

		<summary type="html">&lt;p&gt;ABC: /* News bar? */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;messagebox standard-talk&amp;quot; id=&amp;quot;talkheader&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;text-align:center;background-color: #FFFFFF;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;border-bottom:1px solid #C0C090; background-color: #F8EABA;&amp;quot; |&lt;br /&gt;
This is the talk page for discussing the main page of the wiki.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: #FFFFFF;text-align:left;&amp;quot; |&lt;br /&gt;
'''Please sign your comments using four tildes (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;).''' Place comments that start a new topic at the '''bottom of the page''' and give them &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;== A Descriptive Header ==&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. &lt;br /&gt;
| style=&amp;quot;background-color: #FFFFFF;&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #C0C090; background-color: #F8EABA; margin-left: 20px; margin-bottom: 0px; margin-right: 3px;&amp;quot;&amp;gt;&lt;br /&gt;
'''Talk page guidelines'''&lt;br /&gt;
&lt;br /&gt;
Please respect Etiquette, assume good faith and be nice.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Dutch translation ==&lt;br /&gt;
&lt;br /&gt;
@ Orkie: Seeing as The Netherlands has a [http://www.gpark.nl GP2X community] too (and (although) indirectly, Pandora), it might be useful to add a link to it. I'm even willing to do (some) Dutch translations for the Wiki. ;) --[[User:SharQueDo|SharQueDo]] 11:57, 17 April 2008 (CEST)&lt;br /&gt;
: Sure, I'll do it when I get chance. [[User:Orkie|Orkie]] 20:23, 17 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Finnish translation ==&lt;br /&gt;
&lt;br /&gt;
I would like to do a finnish translation of the page, I just need you guys to link the main page to http://pandorawiki.org/Fi:Main_page and create the finlands flag symbol.&lt;br /&gt;
: Great, same as above. I'll dig out a flag icon and set up a new category later today. [[User:Orkie|Orkie]] 20:23, 17 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
: I think I will have time to start the translation project in Sunday and I will be working on it for some time. For starters I will be translating about pandora and Faq, but I will also add thinks that finnish people always ask me to faq. I plan to update as the english version updates and add stuff in the user category, in the developer category I will just put links to the english versions because you just have to know english to do that stuff. (besides, I don't think that I'm the right person to translate developer stuff) [[User:Gaeryc|Gaeryc]] 21:45, 17 April 2008 (CEST)&lt;br /&gt;
==Icelandic  translation ==&lt;br /&gt;
i have translated the Main Page in to icelandic&lt;br /&gt;
&lt;br /&gt;
http://pandorawiki.org/Is:Main_Page&lt;br /&gt;
--[[User:Andri12|Andri12]] 06:58, 20 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Czech translation ==&lt;br /&gt;
&lt;br /&gt;
Can you add Czech translation link http://pandorawiki.org/Cz:Main_page please? I'd like to make some translations to Czech language. Thanks.&lt;br /&gt;
: Sure, sorry it has taken a few days to get around to it. [[User:Orkie|Orkie]] 19:47, 5 June 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Spanish Translation ==&lt;br /&gt;
&lt;br /&gt;
Anybody working on this?&amp;lt;br /&amp;gt;&lt;br /&gt;
If not, what dialect should it be in? (I can only do some of the Latin American dialects, not much of any Spain/Castillian) You may consider having two namespaces: one for the European dialect (''Es:'') and one for Latin American dialect (''La:'') &amp;lt;br /&amp;gt;&lt;br /&gt;
[[User:Nat1192|Nat1192]] 02:11, 1 October 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== German translation ==&lt;br /&gt;
Hey, I would like to do a german translation of this page. First i will link to the english articles. &amp;lt;br /&amp;gt;&lt;br /&gt;
[[User:Shorty Meeks|Shorty Meeks]] 16:58, 7 December 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== French translation ==&lt;br /&gt;
There was already a basic French page. I'm slowly updating it and a bunch of other pages. [[User:KodeIn|KodeIn]] 21:38, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Allow editing==&lt;br /&gt;
Please allow all established users to edit this page. The requests are completely backlogged, and the front page is getting more and more outdated. [[User:Esn|Esn]] 08:24, 5 July 2010 (MEST)&lt;br /&gt;
:Thank you for updating it, EvilDragon. [[User:Esn|Esn]] 12:13, 15 July 2010 (MEST)&lt;br /&gt;
::Just a thought... we could make templates for the different sections to this page (About Pandora, links, user links, dev links) and then have this page use those templates. That would mean any logged in user could edit it, which ''is'' slightly dangerous for reasons of spam but does make it so it can be edited by everyone, they just couldn't get at the layout of the page. --[[User:Cheese|Cheese]] 09:11, 20 July 2010 (MEST)&lt;br /&gt;
:::Or just add a couple of users as explicit editors. The template suggestion seems OK, since anyone could revert spam, but we don't have 24/7 coverage of recent changes.--[[User:Tsh|Tsh]] 12:19, 20 July 2010 (MEST)&lt;br /&gt;
::::I agree that would be the best choice, but ED is the only active admin and I don't think he's familiar enough administering a wiki or he would have done it already, that or he's too busy. I've gone ahead with the template idea and sent him an updated main page, it should be up within a day or two. Hopefully the spammers won't realize they can now access part of the main page and start spamming like crazy. --[[User:Cheese|Cheese]] 07:37, 21 July 2010 (MEST)&lt;br /&gt;
&lt;br /&gt;
==Will X Run on the Pandora?==&lt;br /&gt;
&lt;br /&gt;
We have an article with this name.  http://pandorawiki.org/Will_X_run_on_the_Pandora%3F  It really SHOULD be added to the main page, under Users.  It's begging to be used more often!  I've already put it on the Port Requests page.&lt;br /&gt;
&lt;br /&gt;
[[User:Blue Protoman|Blue Protoman]] 22:49, 22 January 2011 (MET)BlueProtoman&lt;br /&gt;
&lt;br /&gt;
:The main page uses templates to bring in the links, so we don't need admins to update it. See (or edit): [[Template:MainPageUsersLinks]]. Feel free to add it there if no one objects to it. --[[User:Cheese|Cheese]] 04:00, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
::Wow... I had no idea. Thanks a bunch, Cheese. The [[Will_X_run_on_the_Pandora?]] article is quite rough at the moment though, so I don't know... [[User:Esn|Esn]] 04:45, 23 January 2011 (MET)&lt;br /&gt;
::Oh, I see that someone cleaned it up a bit so that it doesn't overlap with the software list articles. That was a good idea. [[User:Esn|Esn]] 04:48, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
That was me.  Also, I didn't know it ran off a template.  If that's the case, I'll add the page now.  Thanks.  [[User:Blue Protoman|Blue Protoman]] 15:20, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
==Move Hardware hacking from Users to Developers ?==&lt;br /&gt;
&lt;br /&gt;
That's said--[[User:Linux-SWAT|Linux-SWAT]] 19:14, 16 February 2011 (MET)&lt;br /&gt;
:It has nothing to do with developers, though... i.e. I had to do some so-called &amp;quot;hardware hacking&amp;quot; as a user because my stylus was stuck when I got my unit. Also, DaveC is known for hardware hacking but is certainly not a developer. [[User:Esn|Esn]] 00:05, 20 February 2011 (MET)&lt;br /&gt;
::Ok, so the french main page has to be changed--[[User:Linux-SWAT|Linux-SWAT]] 00:40, 27 February 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
== Wiki Translation tips ==&lt;br /&gt;
&lt;br /&gt;
Anyone ?--[[User:Linux-SWAT|Linux-SWAT]] 19:41, 16 February 2011 (MET)&lt;br /&gt;
:What's your question? [[User:Esn|Esn]] 00:06, 20 February 2011 (MET)&lt;br /&gt;
::I don't know how to proceed efficiently... Read a lot of wikis but never edited seriously :/--[[User:Linux-SWAT|Linux-SWAT]] 00:39, 27 February 2011 (MET)&lt;br /&gt;
:::Maybe have several tabs open, one with the original page, one with the translated page that you're creating, one with Google Translate? [[User:Esn|Esn]] 23:19, 17 March 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
== What happened to the logo? ==&lt;br /&gt;
&lt;br /&gt;
Title.  The logo's missing in favor of a placeholder, and I don't know why.  Anyone care to explain?  [[User:Blue Protoman|Blue Protoman]] 14:58, 17 March 2011 (MET)&lt;br /&gt;
:ED updated to the latest MediaWiki and changed the captcha to something more complex at my request, to get rid of the constant spam problems that we've had the past few weeks. It seems to have worked, but the logo seems to have gotten lost in the process. He's understandably quite busy, but I hope that eventually he'll find some time to put it back in (I'd do it, but I suspect I don't have access to that part of the site - though I'm not entirely sure). [[User:Esn|Esn]] 23:17, 17 March 2011 (MET)&lt;br /&gt;
:Instructions for setting a logo image are [http://kb.siteground.com/article/How_to_change_my_MediaWiki_logo_image.html here]. I don't think I have access to LocalSettings.php, though. [[User:Esn|Esn]] 23:24, 17 March 2011 (MET)&lt;br /&gt;
::It's nice to see that we're running the newest version now, I didn't realize ED had access to the server. Yep, you need write access to the files on the server to change the logo URL, there's no way to set it from the admin interface. --[[User:Cheese|Cheese]] 23:29, 17 March 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
==Houston, we have a problem!==&lt;br /&gt;
&amp;quot;Upload file&amp;quot; on the wiki no longer works. When I try, I get a message saying &amp;quot;The upload directory (public) is not writable by the webserver.&amp;quot; I've notified ED about this. I hope he checks his PMs from time to time. [[User:Esn|Esn]] 07:26, 25 March 2011 (MET)&lt;br /&gt;
:By the way, this is now fixed. And we have a logo again. :) [[User:Esn|Esn]] 06:14, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
==Second Problem==&lt;br /&gt;
Translation disappears !!! --[[User:Linux-SWAT|Linux-SWAT]] 22:58, 6 April 2011 (MEST)&lt;br /&gt;
:What? Where? [[User:Esn|Esn]] 07:47, 7 April 2011 (MEST)&lt;br /&gt;
::Clicked on the french page to edit this and there like when i have time&lt;br /&gt;
http://pandorawiki.org/Fr:Main_Page gives Fr:Main Page&lt;br /&gt;
There is currently no text in this page. You can search for this page title in other pages, search the related logs, or edit this page.&lt;br /&gt;
&lt;br /&gt;
Clicking on some other flags gave the same answer :/     --[[User:Linux-SWAT|Linux-SWAT]] 21:21, 8 April 2011 (MEST)&lt;br /&gt;
:Bizarre. I'll have to ask EvilDragon about this... [[User:Esn|Esn]] 21:36, 8 April 2011 (MEST)&lt;br /&gt;
::I also have to add that every contribution to the french page has been removed from my history... weird --[[User:Linux-SWAT|Linux-SWAT]] 13:01, 9 April 2011 (MEST)&lt;br /&gt;
:::[[:Category:Emulator_Compatibility|these pages]] have disappeared as well. I'm ''certain'' that they were there before the latest update, but now they're gone along with the edit histories. [[User:Esn|Esn]] 06:43, 22 April 2011 (MEST)&lt;br /&gt;
::::So do we have to start over again TT ?  --[[User:Linux-SWAT|Linux-SWAT]] 22:51, 22 April 2011 (MEST)&lt;br /&gt;
:::::Let's give ED a while to see if he can figure out what went wrong, first... it's possible that he might be able to recover those pages. [[User:Esn|Esn]] 06:42, 23 April 2011 (MEST)&lt;br /&gt;
: I would suggest to use the [[:template:languages]] that adds a list of translations on top of the page. Due to a bug it doesn't hiddes all remaining languages, but this will work if we fix the wiki config --[[User:ABC|ABC]] 00:11, 23 April 2011 (MEST)&lt;br /&gt;
::For my proposal about what the &amp;quot;languages&amp;quot; template should look like, please see the &amp;quot;Updating Mediawiki&amp;quot; thread below this one. [[User:Esn|Esn]] 06:43, 23 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Right to change the mainpage ==&lt;br /&gt;
&lt;br /&gt;
Hi Orkie,&lt;br /&gt;
&lt;br /&gt;
I would like to help to clean up the wiki and therefore outsource templates, reorder mainpage etc. Might you grant me the right to do so, please?&lt;br /&gt;
&lt;br /&gt;
:Orkie is no longer around, ABC. Neither is Chip. The only admins active now are myself and EvilDragon. [[User:Esn|Esn]] 05:20, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
:You're free to improve the wiki of course, but please add a discussion topic in the relevant talk page before you decide to start on any radical changes that may be controversial and difficult to undo. This is better for all sides, because if you go in too rashly, you risk having all your work undone if someone heavily disagrees with what you propose. So if you have anything radical in mind, it might be better to start a &amp;quot;fork&amp;quot; page first (like [[Games (fork)|this one]]), then if nobody objects it can be brought over to the main article. &lt;br /&gt;
&lt;br /&gt;
:By the way, what do you mean about &amp;quot;outsourcing templates&amp;quot;? And what specifically on the main page don't you like? [[User:Esn|Esn]] 06:12, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
:Sorry was my fault, you already use templates so I could just do some little reordering. I would like to remove the language flags, I try to get [[:template:languages]] working instead, which is checking if the pages have translations or not.&lt;br /&gt;
:I understand your point of view, concerning critical edits. Currently I just do refactoring and reformatting so nothing that affects the content or structure to heavy. I guess a discussion would be necessary before renaming some of the pages.--[[User:ABC|ABC]] 09:37, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Updating Mediawiki ==&lt;br /&gt;
&lt;br /&gt;
Hi, are there any concerns on updating this instance to a more recent version? I'm always confused to have the searchbar at the left side without outocomplete and SVG is currently unsupported :/ --[[User:ABC|ABC]] 18:22, 19 April 2011 (MEST)&lt;br /&gt;
:Well, I personally think the new look of Wikipedia is pretty ugly and inefficient, so I'm a fan of keeping the cosmetics as they are. ;) EvilDragon actually updated to the latest MediaWiki just recently to combat a spam problem that we had. It might've messed up a few other things, though (see discussion in the above topics). The SVG thing isn't that great, if true (I've never tried uploading an SVG file). Do you actually need SVG for something specific? [[User:Esn|Esn]] 06:08, 20 April 2011 (MEST)&lt;br /&gt;
::Yes thats a big UI step, I see. But for me it's not that nice to switch between different styles. Anyway thats not that important :)&lt;br /&gt;
:: Yes SVG will allow everybody to upload and update schemes, diagrams etc. that would be static otherwise. It prevents to use a lot of material of the Creative Commons database that could be used using interwiki links. --[[User:ABC|ABC]] 09:37, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
:Ok template:langues worksbut it lacks the collapsing feature. This is done by [[:template:hidden]] but I guess it seem to lack a few CSS definitions? Check it out at [http://en.wikipedia.org/wiki/Template:Hidden wikipedia] --[[User:ABC|ABC]] 21:39, 20 April 2011 (MEST) --[[User:ABC|ABC]] 21:39, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
::Please tell me what you're trying to do, as I don't really understand it. You're recently copied over a number of language-related templates from Wikipedia: [[Template:LanguageExistingEn]], [[Template:LanguageLink]], [[Template:LanguageExisting]], [[Template:Languages]]. Are you trying to have the links to different languages be on the left column of the page, as is the case in Wikipedia? If so, it doesn't seem to be working. What you've done [http://pandorawiki.org/index.php?title=FAQ&amp;amp;oldid=7714 here] is rather ugly. Please do any ''experiments'' on a ''test'' page rather than a functioning page that's in use. And no way are we EVER going to have more than a few languages, anyway, so it makes no sense to me to have so many redlinks... [[User:Esn|Esn]] 06:31, 22 April 2011 (MEST)&lt;br /&gt;
:::You are right, it would be better if I used a testpage only and not a productive one :/ Well yes I try to get a top menu working, that adapts to the language a page is translated for. For example [http://wiki.openstreetmap.org/wiki/Presse]. The redlinks will disappear if the CSS/JS is extended and SVG is fixed. I guess the files were interwiki by wikicommons, if not i will add them, of course. Sorry if my action sometimes look a bit hectic, I promise to be more patient :) --[[User:ABC|ABC]] 07:32, 22 April 2011 (MEST)&lt;br /&gt;
::::Okay, thanks for explaining. I would prefer to handle different languages like they are on Wikipedia (as a sidebar) - although if that's not possible (or too much work), that language template is an acceptable alternative. If we end up using the language template, I think it should be present not on every single page, but only on the ones that are translated into at least one other language. [[User:Esn|Esn]] 07:44, 22 April 2011 (MEST)&lt;br /&gt;
:::::Sure, that handling is up to us. But see, this would make it very easy to others to create translations. But I'm not a big fan of internationalization (for that a small community) due to the outdating of pages. --[[User:ABC|ABC]] 08:45, 22 April 2011 (MEST)&lt;br /&gt;
::::To be honest, I think those little flags that are currently on the main page look much nicer than the language template does in the link that you provided. If we end up using a top-of-the-page template for other languages, I'd rather have the flags than the language names. [[User:Esn|Esn]] 08:29, 22 April 2011 (MEST)&lt;br /&gt;
:::::Again, if the templates are in use, it's up to us to change their representation layer [[:Template:Languages/Interface]]. But yes flags seem to save space and look a bit sexier :) --[[User:ABC|ABC]] 08:45, 22 April 2011 (MEST)&lt;br /&gt;
::::::Just trying to picture it here, I think the best option would be to have the links to different languages be on the right side of the page, like an infobox. So it might say &amp;quot;Translations of this page:&amp;quot; and then a few flags. That seems like a nice, clean way to do it. I think that's better than putting it over the ''entire'' top, because this way it doesn't hinder people who start reading from the top of the article. [[User:Esn|Esn]] 10:05, 22 April 2011 (MEST)&lt;br /&gt;
::::::Not sure if that is a good argument as a lot of wikis I saw use a very similar template. Anyway if it works right we can change the design. --[[User:ABC|ABC]] 14:32, 22 April 2011 (MEST)&lt;br /&gt;
:::::::Well, [http://i.imgur.com/gGeqg.gif here's a mockup] of what I'm proposing. It's pretty similar to what those other wikis use; I just think it looks less ugly. The &amp;quot;add a translation&amp;quot; link could go to an instruction page that says: &amp;quot;if you want to add a translation, find the two-letter code of your language, and make a page with that code in front of it&amp;quot;. Or maybe instead of &amp;quot;add a translation&amp;quot;, it could say &amp;quot;missing languages&amp;quot; as it does on the example you linked.&lt;br /&gt;
:::::::Anyway... so how is that template supposed to automatically recognize which pages are translated? Does it look for whether there's a page with the same title with a two-letter language code in front of it? But some pages will have different titles in different languages - I'm not sure how you could get around adding the languages in manually. [[User:Esn|Esn]] 05:58, 23 April 2011 (MEST)&lt;br /&gt;
::::::::[http://i.imgur.com/YSWJ6.png Here's my second mockup]. And once you click on &amp;quot;show missing languages&amp;quot;, it will look like [http://i.imgur.com/et5at.png this]. To be listed, a &amp;quot;missing language&amp;quot; must have a translation of the main page of this wiki. That seems like a good compromise to avoid listing hundreds of languages... [[User:Esn|Esn]] 06:38, 23 April 2011 (MEST)&lt;br /&gt;
::::::::They look awesome, but to be honest, I would expect this choice on the top of the page :/ With this nitty flags it doesn't consume to much space. The other great thing of the hidden languages is that you can add a translation to a page easily, that is missed in your mockups, right? --[[User:ABC|ABC]] 08:31, 24 April 2011 (MEST)&lt;br /&gt;
:BTW I checked out, that you can change the skin already now to Vector, that is the new Mediawiki user interface everywhere. Douch, guess I should read the manual first ;) --[[User:ABC|ABC]] 19:00, 23 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Goals of this wiki ==&lt;br /&gt;
&lt;br /&gt;
Hi there, just a simple questions before I start any harder refactoring or contributing to this wiki. What are the main goals for this platform? What usecases do you spot on? How established is it within the pandora community?&lt;br /&gt;
&lt;br /&gt;
Maybe we should make an IRC session focused on further plans on the wiki? --[[User:ABC|ABC]] 19:54, 23 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== News bar? ==&lt;br /&gt;
&lt;br /&gt;
Hi, what do you think about adding a newslist to the mainpage collecting all informations of the different forums and listing the official announcements? --[[User:ABC|ABC]] 08:34, 24 April 2011 (MEST)&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Talk:Old_Main_Page&amp;diff=7976</id>
		<title>Talk:Old Main Page</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Talk:Old_Main_Page&amp;diff=7976"/>
		<updated>2011-04-24T06:31:31Z</updated>

		<summary type="html">&lt;p&gt;ABC: /* Updating Mediawiki */ mockups not bad, but wouldn't be top more logical?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;messagebox standard-talk&amp;quot; id=&amp;quot;talkheader&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;text-align:center;background-color: #FFFFFF;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;border-bottom:1px solid #C0C090; background-color: #F8EABA;&amp;quot; |&lt;br /&gt;
This is the talk page for discussing the main page of the wiki.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: #FFFFFF;text-align:left;&amp;quot; |&lt;br /&gt;
'''Please sign your comments using four tildes (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;).''' Place comments that start a new topic at the '''bottom of the page''' and give them &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;== A Descriptive Header ==&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. &lt;br /&gt;
| style=&amp;quot;background-color: #FFFFFF;&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #C0C090; background-color: #F8EABA; margin-left: 20px; margin-bottom: 0px; margin-right: 3px;&amp;quot;&amp;gt;&lt;br /&gt;
'''Talk page guidelines'''&lt;br /&gt;
&lt;br /&gt;
Please respect Etiquette, assume good faith and be nice.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Dutch translation ==&lt;br /&gt;
&lt;br /&gt;
@ Orkie: Seeing as The Netherlands has a [http://www.gpark.nl GP2X community] too (and (although) indirectly, Pandora), it might be useful to add a link to it. I'm even willing to do (some) Dutch translations for the Wiki. ;) --[[User:SharQueDo|SharQueDo]] 11:57, 17 April 2008 (CEST)&lt;br /&gt;
: Sure, I'll do it when I get chance. [[User:Orkie|Orkie]] 20:23, 17 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Finnish translation ==&lt;br /&gt;
&lt;br /&gt;
I would like to do a finnish translation of the page, I just need you guys to link the main page to http://pandorawiki.org/Fi:Main_page and create the finlands flag symbol.&lt;br /&gt;
: Great, same as above. I'll dig out a flag icon and set up a new category later today. [[User:Orkie|Orkie]] 20:23, 17 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
: I think I will have time to start the translation project in Sunday and I will be working on it for some time. For starters I will be translating about pandora and Faq, but I will also add thinks that finnish people always ask me to faq. I plan to update as the english version updates and add stuff in the user category, in the developer category I will just put links to the english versions because you just have to know english to do that stuff. (besides, I don't think that I'm the right person to translate developer stuff) [[User:Gaeryc|Gaeryc]] 21:45, 17 April 2008 (CEST)&lt;br /&gt;
==Icelandic  translation ==&lt;br /&gt;
i have translated the Main Page in to icelandic&lt;br /&gt;
&lt;br /&gt;
http://pandorawiki.org/Is:Main_Page&lt;br /&gt;
--[[User:Andri12|Andri12]] 06:58, 20 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Czech translation ==&lt;br /&gt;
&lt;br /&gt;
Can you add Czech translation link http://pandorawiki.org/Cz:Main_page please? I'd like to make some translations to Czech language. Thanks.&lt;br /&gt;
: Sure, sorry it has taken a few days to get around to it. [[User:Orkie|Orkie]] 19:47, 5 June 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Spanish Translation ==&lt;br /&gt;
&lt;br /&gt;
Anybody working on this?&amp;lt;br /&amp;gt;&lt;br /&gt;
If not, what dialect should it be in? (I can only do some of the Latin American dialects, not much of any Spain/Castillian) You may consider having two namespaces: one for the European dialect (''Es:'') and one for Latin American dialect (''La:'') &amp;lt;br /&amp;gt;&lt;br /&gt;
[[User:Nat1192|Nat1192]] 02:11, 1 October 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== German translation ==&lt;br /&gt;
Hey, I would like to do a german translation of this page. First i will link to the english articles. &amp;lt;br /&amp;gt;&lt;br /&gt;
[[User:Shorty Meeks|Shorty Meeks]] 16:58, 7 December 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== French translation ==&lt;br /&gt;
There was already a basic French page. I'm slowly updating it and a bunch of other pages. [[User:KodeIn|KodeIn]] 21:38, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Allow editing==&lt;br /&gt;
Please allow all established users to edit this page. The requests are completely backlogged, and the front page is getting more and more outdated. [[User:Esn|Esn]] 08:24, 5 July 2010 (MEST)&lt;br /&gt;
:Thank you for updating it, EvilDragon. [[User:Esn|Esn]] 12:13, 15 July 2010 (MEST)&lt;br /&gt;
::Just a thought... we could make templates for the different sections to this page (About Pandora, links, user links, dev links) and then have this page use those templates. That would mean any logged in user could edit it, which ''is'' slightly dangerous for reasons of spam but does make it so it can be edited by everyone, they just couldn't get at the layout of the page. --[[User:Cheese|Cheese]] 09:11, 20 July 2010 (MEST)&lt;br /&gt;
:::Or just add a couple of users as explicit editors. The template suggestion seems OK, since anyone could revert spam, but we don't have 24/7 coverage of recent changes.--[[User:Tsh|Tsh]] 12:19, 20 July 2010 (MEST)&lt;br /&gt;
::::I agree that would be the best choice, but ED is the only active admin and I don't think he's familiar enough administering a wiki or he would have done it already, that or he's too busy. I've gone ahead with the template idea and sent him an updated main page, it should be up within a day or two. Hopefully the spammers won't realize they can now access part of the main page and start spamming like crazy. --[[User:Cheese|Cheese]] 07:37, 21 July 2010 (MEST)&lt;br /&gt;
&lt;br /&gt;
==Will X Run on the Pandora?==&lt;br /&gt;
&lt;br /&gt;
We have an article with this name.  http://pandorawiki.org/Will_X_run_on_the_Pandora%3F  It really SHOULD be added to the main page, under Users.  It's begging to be used more often!  I've already put it on the Port Requests page.&lt;br /&gt;
&lt;br /&gt;
[[User:Blue Protoman|Blue Protoman]] 22:49, 22 January 2011 (MET)BlueProtoman&lt;br /&gt;
&lt;br /&gt;
:The main page uses templates to bring in the links, so we don't need admins to update it. See (or edit): [[Template:MainPageUsersLinks]]. Feel free to add it there if no one objects to it. --[[User:Cheese|Cheese]] 04:00, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
::Wow... I had no idea. Thanks a bunch, Cheese. The [[Will_X_run_on_the_Pandora?]] article is quite rough at the moment though, so I don't know... [[User:Esn|Esn]] 04:45, 23 January 2011 (MET)&lt;br /&gt;
::Oh, I see that someone cleaned it up a bit so that it doesn't overlap with the software list articles. That was a good idea. [[User:Esn|Esn]] 04:48, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
That was me.  Also, I didn't know it ran off a template.  If that's the case, I'll add the page now.  Thanks.  [[User:Blue Protoman|Blue Protoman]] 15:20, 23 January 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
==Move Hardware hacking from Users to Developers ?==&lt;br /&gt;
&lt;br /&gt;
That's said--[[User:Linux-SWAT|Linux-SWAT]] 19:14, 16 February 2011 (MET)&lt;br /&gt;
:It has nothing to do with developers, though... i.e. I had to do some so-called &amp;quot;hardware hacking&amp;quot; as a user because my stylus was stuck when I got my unit. Also, DaveC is known for hardware hacking but is certainly not a developer. [[User:Esn|Esn]] 00:05, 20 February 2011 (MET)&lt;br /&gt;
::Ok, so the french main page has to be changed--[[User:Linux-SWAT|Linux-SWAT]] 00:40, 27 February 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
== Wiki Translation tips ==&lt;br /&gt;
&lt;br /&gt;
Anyone ?--[[User:Linux-SWAT|Linux-SWAT]] 19:41, 16 February 2011 (MET)&lt;br /&gt;
:What's your question? [[User:Esn|Esn]] 00:06, 20 February 2011 (MET)&lt;br /&gt;
::I don't know how to proceed efficiently... Read a lot of wikis but never edited seriously :/--[[User:Linux-SWAT|Linux-SWAT]] 00:39, 27 February 2011 (MET)&lt;br /&gt;
:::Maybe have several tabs open, one with the original page, one with the translated page that you're creating, one with Google Translate? [[User:Esn|Esn]] 23:19, 17 March 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
== What happened to the logo? ==&lt;br /&gt;
&lt;br /&gt;
Title.  The logo's missing in favor of a placeholder, and I don't know why.  Anyone care to explain?  [[User:Blue Protoman|Blue Protoman]] 14:58, 17 March 2011 (MET)&lt;br /&gt;
:ED updated to the latest MediaWiki and changed the captcha to something more complex at my request, to get rid of the constant spam problems that we've had the past few weeks. It seems to have worked, but the logo seems to have gotten lost in the process. He's understandably quite busy, but I hope that eventually he'll find some time to put it back in (I'd do it, but I suspect I don't have access to that part of the site - though I'm not entirely sure). [[User:Esn|Esn]] 23:17, 17 March 2011 (MET)&lt;br /&gt;
:Instructions for setting a logo image are [http://kb.siteground.com/article/How_to_change_my_MediaWiki_logo_image.html here]. I don't think I have access to LocalSettings.php, though. [[User:Esn|Esn]] 23:24, 17 March 2011 (MET)&lt;br /&gt;
::It's nice to see that we're running the newest version now, I didn't realize ED had access to the server. Yep, you need write access to the files on the server to change the logo URL, there's no way to set it from the admin interface. --[[User:Cheese|Cheese]] 23:29, 17 March 2011 (MET)&lt;br /&gt;
&lt;br /&gt;
==Houston, we have a problem!==&lt;br /&gt;
&amp;quot;Upload file&amp;quot; on the wiki no longer works. When I try, I get a message saying &amp;quot;The upload directory (public) is not writable by the webserver.&amp;quot; I've notified ED about this. I hope he checks his PMs from time to time. [[User:Esn|Esn]] 07:26, 25 March 2011 (MET)&lt;br /&gt;
:By the way, this is now fixed. And we have a logo again. :) [[User:Esn|Esn]] 06:14, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
==Second Problem==&lt;br /&gt;
Translation disappears !!! --[[User:Linux-SWAT|Linux-SWAT]] 22:58, 6 April 2011 (MEST)&lt;br /&gt;
:What? Where? [[User:Esn|Esn]] 07:47, 7 April 2011 (MEST)&lt;br /&gt;
::Clicked on the french page to edit this and there like when i have time&lt;br /&gt;
http://pandorawiki.org/Fr:Main_Page gives Fr:Main Page&lt;br /&gt;
There is currently no text in this page. You can search for this page title in other pages, search the related logs, or edit this page.&lt;br /&gt;
&lt;br /&gt;
Clicking on some other flags gave the same answer :/     --[[User:Linux-SWAT|Linux-SWAT]] 21:21, 8 April 2011 (MEST)&lt;br /&gt;
:Bizarre. I'll have to ask EvilDragon about this... [[User:Esn|Esn]] 21:36, 8 April 2011 (MEST)&lt;br /&gt;
::I also have to add that every contribution to the french page has been removed from my history... weird --[[User:Linux-SWAT|Linux-SWAT]] 13:01, 9 April 2011 (MEST)&lt;br /&gt;
:::[[:Category:Emulator_Compatibility|these pages]] have disappeared as well. I'm ''certain'' that they were there before the latest update, but now they're gone along with the edit histories. [[User:Esn|Esn]] 06:43, 22 April 2011 (MEST)&lt;br /&gt;
::::So do we have to start over again TT ?  --[[User:Linux-SWAT|Linux-SWAT]] 22:51, 22 April 2011 (MEST)&lt;br /&gt;
:::::Let's give ED a while to see if he can figure out what went wrong, first... it's possible that he might be able to recover those pages. [[User:Esn|Esn]] 06:42, 23 April 2011 (MEST)&lt;br /&gt;
: I would suggest to use the [[:template:languages]] that adds a list of translations on top of the page. Due to a bug it doesn't hiddes all remaining languages, but this will work if we fix the wiki config --[[User:ABC|ABC]] 00:11, 23 April 2011 (MEST)&lt;br /&gt;
::For my proposal about what the &amp;quot;languages&amp;quot; template should look like, please see the &amp;quot;Updating Mediawiki&amp;quot; thread below this one. [[User:Esn|Esn]] 06:43, 23 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Right to change the mainpage ==&lt;br /&gt;
&lt;br /&gt;
Hi Orkie,&lt;br /&gt;
&lt;br /&gt;
I would like to help to clean up the wiki and therefore outsource templates, reorder mainpage etc. Might you grant me the right to do so, please?&lt;br /&gt;
&lt;br /&gt;
:Orkie is no longer around, ABC. Neither is Chip. The only admins active now are myself and EvilDragon. [[User:Esn|Esn]] 05:20, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
:You're free to improve the wiki of course, but please add a discussion topic in the relevant talk page before you decide to start on any radical changes that may be controversial and difficult to undo. This is better for all sides, because if you go in too rashly, you risk having all your work undone if someone heavily disagrees with what you propose. So if you have anything radical in mind, it might be better to start a &amp;quot;fork&amp;quot; page first (like [[Games (fork)|this one]]), then if nobody objects it can be brought over to the main article. &lt;br /&gt;
&lt;br /&gt;
:By the way, what do you mean about &amp;quot;outsourcing templates&amp;quot;? And what specifically on the main page don't you like? [[User:Esn|Esn]] 06:12, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
:Sorry was my fault, you already use templates so I could just do some little reordering. I would like to remove the language flags, I try to get [[:template:languages]] working instead, which is checking if the pages have translations or not.&lt;br /&gt;
:I understand your point of view, concerning critical edits. Currently I just do refactoring and reformatting so nothing that affects the content or structure to heavy. I guess a discussion would be necessary before renaming some of the pages.--[[User:ABC|ABC]] 09:37, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Updating Mediawiki ==&lt;br /&gt;
&lt;br /&gt;
Hi, are there any concerns on updating this instance to a more recent version? I'm always confused to have the searchbar at the left side without outocomplete and SVG is currently unsupported :/ --[[User:ABC|ABC]] 18:22, 19 April 2011 (MEST)&lt;br /&gt;
:Well, I personally think the new look of Wikipedia is pretty ugly and inefficient, so I'm a fan of keeping the cosmetics as they are. ;) EvilDragon actually updated to the latest MediaWiki just recently to combat a spam problem that we had. It might've messed up a few other things, though (see discussion in the above topics). The SVG thing isn't that great, if true (I've never tried uploading an SVG file). Do you actually need SVG for something specific? [[User:Esn|Esn]] 06:08, 20 April 2011 (MEST)&lt;br /&gt;
::Yes thats a big UI step, I see. But for me it's not that nice to switch between different styles. Anyway thats not that important :)&lt;br /&gt;
:: Yes SVG will allow everybody to upload and update schemes, diagrams etc. that would be static otherwise. It prevents to use a lot of material of the Creative Commons database that could be used using interwiki links. --[[User:ABC|ABC]] 09:37, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
:Ok template:langues worksbut it lacks the collapsing feature. This is done by [[:template:hidden]] but I guess it seem to lack a few CSS definitions? Check it out at [http://en.wikipedia.org/wiki/Template:Hidden wikipedia] --[[User:ABC|ABC]] 21:39, 20 April 2011 (MEST) --[[User:ABC|ABC]] 21:39, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
::Please tell me what you're trying to do, as I don't really understand it. You're recently copied over a number of language-related templates from Wikipedia: [[Template:LanguageExistingEn]], [[Template:LanguageLink]], [[Template:LanguageExisting]], [[Template:Languages]]. Are you trying to have the links to different languages be on the left column of the page, as is the case in Wikipedia? If so, it doesn't seem to be working. What you've done [http://pandorawiki.org/index.php?title=FAQ&amp;amp;oldid=7714 here] is rather ugly. Please do any ''experiments'' on a ''test'' page rather than a functioning page that's in use. And no way are we EVER going to have more than a few languages, anyway, so it makes no sense to me to have so many redlinks... [[User:Esn|Esn]] 06:31, 22 April 2011 (MEST)&lt;br /&gt;
:::You are right, it would be better if I used a testpage only and not a productive one :/ Well yes I try to get a top menu working, that adapts to the language a page is translated for. For example [http://wiki.openstreetmap.org/wiki/Presse]. The redlinks will disappear if the CSS/JS is extended and SVG is fixed. I guess the files were interwiki by wikicommons, if not i will add them, of course. Sorry if my action sometimes look a bit hectic, I promise to be more patient :) --[[User:ABC|ABC]] 07:32, 22 April 2011 (MEST)&lt;br /&gt;
::::Okay, thanks for explaining. I would prefer to handle different languages like they are on Wikipedia (as a sidebar) - although if that's not possible (or too much work), that language template is an acceptable alternative. If we end up using the language template, I think it should be present not on every single page, but only on the ones that are translated into at least one other language. [[User:Esn|Esn]] 07:44, 22 April 2011 (MEST)&lt;br /&gt;
:::::Sure, that handling is up to us. But see, this would make it very easy to others to create translations. But I'm not a big fan of internationalization (for that a small community) due to the outdating of pages. --[[User:ABC|ABC]] 08:45, 22 April 2011 (MEST)&lt;br /&gt;
::::To be honest, I think those little flags that are currently on the main page look much nicer than the language template does in the link that you provided. If we end up using a top-of-the-page template for other languages, I'd rather have the flags than the language names. [[User:Esn|Esn]] 08:29, 22 April 2011 (MEST)&lt;br /&gt;
:::::Again, if the templates are in use, it's up to us to change their representation layer [[:Template:Languages/Interface]]. But yes flags seem to save space and look a bit sexier :) --[[User:ABC|ABC]] 08:45, 22 April 2011 (MEST)&lt;br /&gt;
::::::Just trying to picture it here, I think the best option would be to have the links to different languages be on the right side of the page, like an infobox. So it might say &amp;quot;Translations of this page:&amp;quot; and then a few flags. That seems like a nice, clean way to do it. I think that's better than putting it over the ''entire'' top, because this way it doesn't hinder people who start reading from the top of the article. [[User:Esn|Esn]] 10:05, 22 April 2011 (MEST)&lt;br /&gt;
::::::Not sure if that is a good argument as a lot of wikis I saw use a very similar template. Anyway if it works right we can change the design. --[[User:ABC|ABC]] 14:32, 22 April 2011 (MEST)&lt;br /&gt;
:::::::Well, [http://i.imgur.com/gGeqg.gif here's a mockup] of what I'm proposing. It's pretty similar to what those other wikis use; I just think it looks less ugly. The &amp;quot;add a translation&amp;quot; link could go to an instruction page that says: &amp;quot;if you want to add a translation, find the two-letter code of your language, and make a page with that code in front of it&amp;quot;. Or maybe instead of &amp;quot;add a translation&amp;quot;, it could say &amp;quot;missing languages&amp;quot; as it does on the example you linked.&lt;br /&gt;
:::::::Anyway... so how is that template supposed to automatically recognize which pages are translated? Does it look for whether there's a page with the same title with a two-letter language code in front of it? But some pages will have different titles in different languages - I'm not sure how you could get around adding the languages in manually. [[User:Esn|Esn]] 05:58, 23 April 2011 (MEST)&lt;br /&gt;
::::::::[http://i.imgur.com/YSWJ6.png Here's my second mockup]. And once you click on &amp;quot;show missing languages&amp;quot;, it will look like [http://i.imgur.com/et5at.png this]. To be listed, a &amp;quot;missing language&amp;quot; must have a translation of the main page of this wiki. That seems like a good compromise to avoid listing hundreds of languages... [[User:Esn|Esn]] 06:38, 23 April 2011 (MEST)&lt;br /&gt;
::::::::They look awesome, but to be honest, I would expect this choice on the top of the page :/ With this nitty flags it doesn't consume to much space. The other great thing of the hidden languages is that you can add a translation to a page easily, that is missed in your mockups, right? --[[User:ABC|ABC]] 08:31, 24 April 2011 (MEST)&lt;br /&gt;
:BTW I checked out, that you can change the skin already now to Vector, that is the new Mediawiki user interface everywhere. Douch, guess I should read the manual first ;) --[[User:ABC|ABC]] 19:00, 23 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
== Goals of this wiki ==&lt;br /&gt;
&lt;br /&gt;
Hi there, just a simple questions before I start any harder refactoring or contributing to this wiki. What are the main goals for this platform? What usecases do you spot on? How established is it within the pandora community?&lt;br /&gt;
&lt;br /&gt;
Maybe we should make an IRC session focused on further plans on the wiki? --[[User:ABC|ABC]] 19:54, 23 April 2011 (MEST)&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Talk:USB_reference&amp;diff=7975</id>
		<title>Talk:USB reference</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Talk:USB_reference&amp;diff=7975"/>
		<updated>2011-04-24T05:39:01Z</updated>

		<summary type="html">&lt;p&gt;ABC: /* Move Request */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I changed all Mini A, standard USB A etc. mentions into mini-A, standard-A etc. as they appear in the various USB standard documents. I also corrected all instances where plug names etc. were wrong and clarified some things. I spent quite some time in the last few weeks reading the USB docs so I have some confidence that I got most of this crap sorted out... [[User:OrR|OrR]]&lt;br /&gt;
&lt;br /&gt;
== Move Request ==&lt;br /&gt;
&lt;br /&gt;
Hi, this is not a reference in meaning of &amp;quot;all informations or devices related to USB&amp;quot;, so to me it seem to be wise to move this to a FAQ, that it is already. What does you say? --[[User:ABC|ABC]] 07:39, 24 April 2011 (MEST)&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=USB_reference&amp;diff=7974</id>
		<title>USB reference</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=USB_reference&amp;diff=7974"/>
		<updated>2011-04-24T05:37:35Z</updated>

		<summary type="html">&lt;p&gt;ABC: move req&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{move|USB FAQ}}&lt;br /&gt;
&lt;br /&gt;
==Readme First!==&lt;br /&gt;
&lt;br /&gt;
If you have a question to ask, that isn't covered in this FAQ already, please ask over on the [http://www.gp32x.com/board/index.php?showforum=61 Forums].&lt;br /&gt;
&lt;br /&gt;
==USB FAQ==&lt;br /&gt;
&lt;br /&gt;
===How many USB ports does Pandora have?===&lt;br /&gt;
Pandora has two USB ports:&lt;br /&gt;
* 1x USB 2.0 host port (USB standard-A receptacle)&lt;br /&gt;
* 1x USB 1.1/2.0 OTG port (USB mini-AB receptacle)&lt;br /&gt;
&lt;br /&gt;
===What does “host port” mean?===&lt;br /&gt;
A USB host port “hosts” any device that you plug in, just like the USB ports on your computer. Pandora’s full size USB A port can host USB 2.0 devices (only if they are '''high speed compliant'''!), and provide up to 500mA (the maximum allowed according to USB standards).&lt;br /&gt;
&lt;br /&gt;
===What does “OTG” mean?===&lt;br /&gt;
OTG stands for On The Go. USB OTG ports can operate in two different modes. When connected through this port, the Pandora can act as a device, for example when connected to a computer for charging &amp;amp; data transfer. For this mode, you need a standard-A to mini-B cable. However, the Pandora can also act as a host port for USB 1.1 and USB 2.0 devices. For details on how to make the necessary cable connection, see [[USB_reference#OTG_host_mode|the OTG host mode section]]. This port can supply a maximum of 100mA in host mode. Although this port implements On The Go functionality, it can not get an official On The Go certification because the OTG specification requires a device to have exactly one USB port. (The Pandora has two.) Also, the mini-AB connector used on the Pandora has been taken out of the specification in 2007 (but is still widely adopted).&lt;br /&gt;
&lt;br /&gt;
===What’s all this stuff about USB 1.1 and USB 2.0? Isn’t USB, uh, universal?===&lt;br /&gt;
USB 1.1 is a subset of the USB 2.0 protocol. Among many other things, the USB 2.0 standard introduced high-speed data transmission, which requires a special controller on the host side. Most USB ports (eg. on your computer’s motherboard, in USB hubs) actually contain '''two chips''' to allow universal compatibility – one that takes care of the Low-Speed (1.0 Mbit/s) and Full-Speed (12 Mbit/s) devices, and another one for the Hi-Speed (480 Mbit/s) devices. The reason is that Low-Speed and Full-Speed are essentially the same protocols operated at different clock frequencies. Hi-Speed is a completely new development and nothing like the other two.&lt;br /&gt;
&lt;br /&gt;
For reasons beyond our control, Pandora’s USB standard-A host port does not contain this second chip. Only USB 2.0 devices bearing the “USB HI-SPEED” logo can be plugged directly into this port. However, USB 1.1 devices can be connected to this port through a USB hub, provided the hub bears the “USB HI-SPEED” logo.&lt;br /&gt;
&lt;br /&gt;
Pandora’s USB OTG (mini-AB) port is fully compatible with both USB 1.1 and USB 2.0, allowing it to host either type of device.&lt;br /&gt;
&lt;br /&gt;
===So which devices are which?===&lt;br /&gt;
[[Image:USB-HighSpeed-certified-Logo.png|thumb|alt=USB High Speed Certified logo|Devices bearing this logo are certified High Speed devices. They can be plugged directly into Pandora's USB 2.0 host port.]]&lt;br /&gt;
There are no set rules. As a very general guide:&lt;br /&gt;
* Common Low-Speed and Full-Speed devices include keyboards, mice, headsets, older USB devices.&lt;br /&gt;
* Common Hi-Speed devices include cameras, PMPs, HDDs, hubs, card readers, thumb drives.&lt;br /&gt;
This is just a rough representation of what’s out there in the wild, and you will find exceptions. Devices like HSDPA modems and GPS units could fall into either category. The only reliable indication of true Hi-Speed compatibility is the “USB Hi-Speed Certified” logo (right).&lt;br /&gt;
&lt;br /&gt;
===Arrgh, USB used to be simple. What can I actually connect to Pandora?===&lt;br /&gt;
Almost anything, as long as it's supported by Linux. Think of a USB device that everybody uses (mouse, keyboard, thumb drive...) and chances are it will be a simple matter of plug and play. But this might not be the case for more specialised USB devices (modems, ethernet adapters, USB displays...), many of which will only function with Windows specific drivers.&lt;br /&gt;
&lt;br /&gt;
If you intend to purchase USB accessories for use with Pandora, you should first research Linux support for that type of device. Devices already tested on Pandora will be added to the [[USB compatibility list]].&lt;br /&gt;
&lt;br /&gt;
The various USB connection scenarios are as follows:&lt;br /&gt;
&lt;br /&gt;
==Pandora as USB slave==&lt;br /&gt;
[[Image:Pandora.usb.slave.png|thumb|alt=Pandora as USB slave|Pandora as USB slave]]&lt;br /&gt;
Using a USB standard-A to mini-B cable (the kind you probably own several of), you can:&lt;br /&gt;
* Transfer data to/from Pandora&lt;br /&gt;
* Charge Pandora's battery.&lt;br /&gt;
&lt;br /&gt;
'''Note:'''&lt;br /&gt;
* Charging Pandora from your computer's USB port is best done with Pandora in standby mode. The current provided by your computer will probably not be sufficient to provide a quick charge while Pandora is being used.&lt;br /&gt;
* There are USB standard-A to mini-B cables that can be used to charge your Pandora but don't work to transfer data to/ from the Pandora! MSWindows will complain abount &amp;quot;An unknown device connected&amp;quot;. Try using a different cable.&lt;br /&gt;
&lt;br /&gt;
==Hosting USB devices==&lt;br /&gt;
[[Image:Pandora.usb.host.png|thumb|alt=Pandora as a USB host|Pandora as a USB host]]&lt;br /&gt;
*Directly plug in a Hi-Speed USB 2.0 device such as a thumb drive, or a Huawei E160 modem.&lt;br /&gt;
*Using a USB standard-A to USB standard-B (or mini-B, micro-B, depending on what's on the device) cable, connect Hi-Speed USB 2.0 devices such as cameras, PMPs, and HDDS.&lt;br /&gt;
*Connect a USB hub, which will enable you to to connect other non-Hi-Speed USB devices such as keyboards, mice, or a Huawei E220 modem.&lt;br /&gt;
&lt;br /&gt;
'''Note:'''&lt;br /&gt;
*This port can supply a maximum of 500mA. If you plan to use a USB HDD, note that very few of these can draw sufficient power from a single USB port. A powered HDD caddy or powered USB hub will be necessary in most cases.&lt;br /&gt;
&lt;br /&gt;
==OTG host mode==&lt;br /&gt;
[[Image:Pandora.usb.otg.host.png|thumb|alt=Pandora in OTG host mode|Pandora in OTG host mode]]&lt;br /&gt;
How you connect a device to the mini-AB OTG port depends on the device's USB connector.&lt;br /&gt;
*standard-B receptacle: Use a mini-A to standard-B cable.&lt;br /&gt;
*mini-B receptacle:  Use a mini-A to mini-B cable.&lt;br /&gt;
*micro-B receptacle: Use a mini-A plug to standard-A receptacle adapter and a standard-A to micro-B cable.&lt;br /&gt;
*standard-A plug: Use a mini-A plug to standard-A receptacle adapter.&lt;br /&gt;
*mini-A plug: No extra cable or adapter needed.&lt;br /&gt;
*micro-A plug: No standardized solution exists.&lt;br /&gt;
&lt;br /&gt;
This port allows you to connect any USB 2.0-compliant device (Hi-Speed, Full-Speed, Low-Speed, including USB 1.1 ones) directly, without the use of a hub.&lt;br /&gt;
&lt;br /&gt;
'''Notes:'''&lt;br /&gt;
*mini-A and mini-AB connectors have been removed from the present USB standard. This means that the above connectors may vanish from the market at some point (although there will probably be demand for them for some time). There are a lot of connectors available that were never standardized. It is recommended that you do not use them as they may lead to non-working connections. Stick to the cables and adapters mentioned above and look for a mention of &amp;quot;OTG&amp;quot; or &amp;quot;On The Go&amp;quot; and you should be on the safe side.&lt;br /&gt;
*In host mode, this port can supply a maximum of 100mA. USB 1.1 devices that draw more than 100mA will need to connect to Pandora's other USB port via a hub, as depicted in the previous example. The Huawei E220 is one such device.&lt;br /&gt;
*If you have trouble connecting any device to the small OTG port, check if 'Setting-&amp;gt;Startup-&amp;gt;Enable/Disable services on boot-&amp;gt;Start USB Network on bootup' is checked! This needs to be set in order to work. Default setting is unchecked (better naming of this option &amp;lt;strike&amp;gt;is planned for Hotfix5&amp;lt;/strike&amp;gt; has not been included in HotFix 5, see [http://www.gp32x.com/board/index.php?/topic/56516-wishlist-for-hf5/]). &lt;br /&gt;
&lt;br /&gt;
'''Host mode connector'''&lt;br /&gt;
[[Image:Mini-usb.png|thumb|Mini-B and Mini-A comparison]]&lt;br /&gt;
Shown here are a Mini-B connector (left, black) and a Mini-A connector (right, white). The mini-A connector should be the one you want in order to use the OTG port in host mode. Click on the image for a larger version.&lt;br /&gt;
&lt;br /&gt;
With the right connector, it is not necessary to switch the mode of the port[http://www.gp32x.com/board/index.php?/topic/55396-how-do-you-put-the-usb-otg-port-into-host-mode/], it will be done automatically. It may also be possible to force a mode switch, but this has not been clarified by the devs, and could result in two devices both attempting to power the port (which is not recommended)&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[[USB_compatibility_list|Pandora USB compatibility list]]&lt;br /&gt;
*[http://www.usb.org/developers/docs/usb_20_122208.zip USB 2.0 Standard (including present OTG spec)]&lt;br /&gt;
*[http://www.usb.org/developers/onthego/otg1_0.pdf Original OTG Specification defining mini-A and mini-AB and allowed connections]&lt;br /&gt;
*[http://www.usb.org/developers/Deprecation_Announcement_052507.pdf mini-A and mini-AB Deprecation Announcement]&lt;br /&gt;
*[http://en.wikipedia.org/wiki/USB Wikipedia page on USB]&lt;br /&gt;
*[http://www.retrousb.com/index.php?categoryID=79 Retro USB Game Controllers and Ports]&lt;br /&gt;
&lt;br /&gt;
[[Category:USB]]&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=User_talk:ABC&amp;diff=7953</id>
		<title>User talk:ABC</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=User_talk:ABC&amp;diff=7953"/>
		<updated>2011-04-23T19:15:56Z</updated>

		<summary type="html">&lt;p&gt;ABC: please extend common.css, common.js&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Just want to say==&lt;br /&gt;
Be careful about marking pages for deletion... ED upgraded to the latest MediaWiki recently, and it looks like [[Talk:Main_Page#Second_Problem|some non-English pages might've been accidentally deleted]]. Until we figure out what's going on (and this could take a while, since ED is very busy), I'd rather not delete any of those pages that redirect to foreign-language pages that currently don't seem to exist... because they might have existed once. &lt;br /&gt;
&lt;br /&gt;
Anyway, welcome to PandoraWiki! You've made a lot of nice edits recently. What prompted you to come over here suddenly? Was there a discussion on the German forums? [[User:Esn|Esn]] 05:58, 20 April 2011 (MEST)&lt;br /&gt;
:Hi there, sure I pay attention if the content is outdated or just a stub or (in my opinion) is badly named. I agree thats hard to decide for non english articles, but as this is a wiki, I decided to be gritty. Thats why I just marked them to delete and a second admin should decide if it's nesessary. If I did anything wrong feel free to drop me a note and to revert my changes.&amp;lt;br&amp;gt;&lt;br /&gt;
:No there wasn't a discussion at the german boards. I come over from the OpenStreetMap project, where I do wiki cleanup, too. Guess this is my faith to help to document OpenSource projects ;) And course my bachelor thesis is nearly finished, I decided to put some more attention on the Pandora :) --[[User:ABC|ABC]] 07:55, 20 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
::Regarding &amp;quot;if you did anything wrong&amp;quot;, the main thing I don't like currently is that you're copy+pasting templates from Wikipedia that look ugly here because some of the elements are missing. For example, [[Template:Merge|this one]]. Please just remove the missing elements &amp;amp; redlinks unless you're planning to bring them over as well (and honestly, we're much smaller than Wikipedia here; we don't NEED all the stuff that they have. If the community is small, it can be more efficient to have fewer rules.). [[User:Esn|Esn]] 00:53, 22 April 2011 (MEST)&lt;br /&gt;
::Case in point: instead of just putting &amp;quot;merge&amp;quot; templates on pages that you want to move (as you did on [[Extend Utils]], [[Emulator compression support]], [[InfoIndex]]), why not start a discussion topic on the relevant talk pages discussing your reasons and proposals? If you just post a template, nobody has any idea about why you want to do it. [[User:Esn|Esn]] 01:43, 22 April 2011 (MEST)&lt;br /&gt;
:::To me this is just an personal note and to others a 'oh see somebody is working on that'. Of course when I start moving anything I will start a discussion. To be honest, I don't know the situation where the people monitor the global changelog (which is a very good thing!). But currently I try just to reformat the pages, not moving, merging,...--[[User:ABC|ABC]] 07:26, 22 April 2011 (MEST)&lt;br /&gt;
&lt;br /&gt;
::A few more thoughts... what you've done with organizing the ''existing'' information here has been very valuable. The categories, for example - it's no secret that the category structure here has been a bit messy. I would urge you to be a bit more hesitant, though, in organizing ''future'' information - that is, information that doesn't exist yet. Some people tried that in the past, for example [[:Category:Emulator Compatibility|here]]... well, those pages were accidentally deleted with the latest update, so you can't see them right now (unless ED manages to figure out what went wrong), but basically an editor created a complicated structure for emulator compatibility lists... which nobody ended up using, because it was too complex to read or update. A prerequisite for any structure is that somebody has to be willing to put content into it - if nobody is, then that structure is dead weight.&lt;br /&gt;
:::Ah ok I didn't knew that. Personaly I like more general categories (cause currently it aren't that much pages), but yes if it's a special project we should use the long 'emulator compatibility' instead. But wouldn't it be more wise to put all informations on a single page comparing all emulators? Or using a bot to generate it out of the content of distributed pages?&lt;br /&gt;
::::It has to be easy to edit - that's one of the most important criteria. Someone has to be willing to work on it. A single page is easier to edit than many different pages when you're trying to add several games at once, even if those different pages are later combined. So if you're going to compare different emulators, it might be better to have it all on one sortable list, with a column for each emulator. The discussion is moot for now anyway, because there's only one real compatibility list on the Wiki. [[User:Esn|Esn]] 07:52, 22 April 2011 (MEST)&lt;br /&gt;
:::::Ah ok, I see your point :) and yes there is a lot of truth. I had good experiences in offering wiki editing help directly to people in other communities, when I recognized that they would like to help but didn't knew how wikis work. But I guess this a wiki (or organisation in general?) at all. --[[User:ABC|ABC]] 08:30, 22 April 2011 (MEST)&lt;br /&gt;
::::::&amp;quot;I guess this a wiki (or organisation in general?) at all.&amp;quot; - pardon, I didn't understand what you tried to say here... I think you might've missed a word by accident. [[User:Esn|Esn]] 08:38, 22 April 2011 (MEST)&lt;br /&gt;
::Unstructured content is more valuable than contentless structure.&lt;br /&gt;
:::Difficult to answer :/ If there is already content the most users are afraid to change them. In a unstructured form newbies wont read it.&lt;br /&gt;
::::Don't get me wrong, I'm a big proponent of structuring content once it is there to be structured, and there's a good likelihood that more will be added later on. That's why I try to think in advance about how an article or list might evolve, when deciding what the table should look like and so on. But when there's very little content, and you're not sure how things will evolve, too much structure from the very beginning can stifle the initiative of those who would have contributed. I would say more, but basically I think [http://imgur.com/bsqhR this Bizarro comic] says it better. :) In modest doses, structure provides encouragement, but if you go too far it will stifle it. Anyway, if you hang around here for a little while you'll probably get a better idea of the right balance. :) [[User:Esn|Esn]] 08:22, 22 April 2011 (MEST)&lt;br /&gt;
::So basically, I ask that before you copy things over from Wikipedia, you take a bit of time to think about if they're suitable for this particular project - if there's a need for them. Maybe ask people. Some of them are - and lots aren't. If ''you'' are willing to use them to add some content to the wiki, then that's the best of all. ;) [[User:Esn|Esn]] 07:03, 22 April 2011 (MEST)&lt;br /&gt;
:::Thanks, but most of all it's a issue with the missing SVG support. ED is working on that and I don't want to stress him again. And I didn't want to spam the wiki with prerendered PNG files. So please be patient, it might be fixed within a few days :)&lt;br /&gt;
::::Okay. Although honestly, just using PNG files wouldn't be the end of the world, though I can see how it might be annoying for you to convert all of them. [[User:Esn|Esn]] 07:52, 22 April 2011 (MEST)&lt;br /&gt;
:::::Well ...yes :) I think it's not a good style to alter things that way. So to me the wiki doesn't seem to be used that frequently that we need to hurry up and to polish everything. To me wiki means to be 'liquid', to be more a process than a single state (that might be just good or bad). BTW might you fix the SVG issue alone or don't you have an account to the wiki box? --[[User:ABC|ABC]] 08:34, 22 April 2011 (MEST)&lt;br /&gt;
::::::I'm not sure whether I have access to it or not. Can you tell me how I might find out? [[User:Esn|Esn]] 08:38, 22 April 2011 (MEST)&lt;br /&gt;
::::::I have access to user/page rights and to [[MediaWiki:Common.js]], but not to LocalSettings.php or the server. [[User:Esn|Esn]] 08:39, 22 April 2011 (MEST)&lt;br /&gt;
:::::::I have no experience with such things but might you extend [[MediaWiki:Common.js]] and [[MediaWiki:Common.css]] with the statements nesarry for [[:template:hidden]] as pointed out here: [http://en.wikipedia.org/wiki/Template:Hidden], please? --[[User:ABC|ABC]] 21:15, 23 April 2011 (MEST)&lt;br /&gt;
:::::I disabled images in [[:template:Ambox]] temporary to make them less anoying --[[User:ABC|ABC]] 14:49, 22 April 2011 (MEST)&lt;br /&gt;
::::::Thanks. [[User:Esn|Esn]] 06:49, 23 April 2011 (MEST)&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Talk:Utilities&amp;diff=7950</id>
		<title>Talk:Utilities</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Talk:Utilities&amp;diff=7950"/>
		<updated>2011-04-23T18:17:31Z</updated>

		<summary type="html">&lt;p&gt;ABC: delete ?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page seems to be in the wrong place...&lt;br /&gt;
ACK ultilities, tools etc mean to me system tools and not software for the pandora. Delete? --[[User:ABC|ABC]] 20:17, 23 April 2011 (MEST)&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Controllers&amp;diff=7949</id>
		<title>Controllers</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Controllers&amp;diff=7949"/>
		<updated>2011-04-23T18:16:15Z</updated>

		<summary type="html">&lt;p&gt;ABC: formating&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This includes instructions on installing software and configuration to pair Nintendo Wii Wiimotes using [[Bluetooth]] to the Pandora, and using them as joystick controllers. This was done under the base install of Angstrom Linux provided on the Pandora, using [[Hotfix 4]]. This does not include setting up a sensor bar type setup, but should allow you to use classic controllers that plug into the Wiimote.&lt;br /&gt;
&lt;br /&gt;
{{warning&lt;br /&gt;
|Updating the list of packages (the command &amp;quot;sudo opkg update&amp;quot;) should not affect your Pandora. However, upgrading or installing some packages may update core files on the Pandora and cause instability or prevent your Pandora from booting (requiring a reflash of your system).}}&lt;br /&gt;
&lt;br /&gt;
These instructions worked in [[Hotfix 4]] and 5. When [[Hotfix 5]] was released, the update took 30 minutes to complete.&lt;br /&gt;
&lt;br /&gt;
== Installing the Drivers ==&lt;br /&gt;
&lt;br /&gt;
Open a Terminal, and run the command&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo opkg update&amp;lt;/source&amp;gt;&lt;br /&gt;
It will give you a warning about responsibility, and asks for your user password. This will update the Angstrom packages stored on [[NAND]].&lt;br /&gt;
&lt;br /&gt;
Then install the Wiimote drivers and software, cwiid, using the command&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo opkg install cwiid&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Pairing the Wiimote ==&lt;br /&gt;
&lt;br /&gt;
Make sure [[Bluetooth]] is enabled. In [[Hotfix 4]], there's a script to &amp;quot;Toggle Bluetooth Status&amp;quot; in the Pandora menu under the &amp;quot;System&amp;quot; category. A light will turn on on the left hand side of the Pandora if [[Bluetooth]] is on, next to the network light.&lt;br /&gt;
&lt;br /&gt;
Open a Terminal, and run the command and follow the directions.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;wminput&amp;lt;/source&amp;gt; &lt;br /&gt;
It will tell you to press 1+2 on the [[Wiimote]] to connect. On my Wiimotes, the lights flash and the fourth light on the Wiimote lights solid once paired. If you then quit the wminput application (for instance, by hitting CTRL-C), your Wiimote will un-pair and turn off. I usually just hide the Terminal in the background by minimizing the window while I run game emulators.&lt;br /&gt;
&lt;br /&gt;
You can pair multiple Wiimotes, just run wminput a second time and follow the instructions to pair it. I only have two, and both lit the fourth light.&lt;br /&gt;
&lt;br /&gt;
In [[PicoDrive]], the Sega Genesis emulator, in the controller settings, if you push left or right it will display different joysticks configured. You can set up the buttons for different players there. The Wiimotes appeared as joysticks 1 and 2, in the order in which I paired them.&lt;br /&gt;
&lt;br /&gt;
== Changing the Wiimote Configuration ==&lt;br /&gt;
&lt;br /&gt;
You can edit ''/etc/cwiid/wminput/default'' and ''/etc/cwiid/wminput/buttons'' to map the buttons of the Wiimote. You should quit wminput and restart them for these changes to take effect. They are plain text files. I edited them using vim from the command line, which is not the most user friendly thing to describe. Because they're system files, I needed to use sudo again, so I ran&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo vim /etc/cwiid/wminput/default&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
By default, the Wiimote is set up to control the mouse with the accelerometer. This means, as you tilt the Wiimote left and right, your mouse will shift around. I found it a bit distracting, and so I commented out two lines in /etc/cwiid/wminput/default so they look like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#Plugin.acc.X   = REL_X&lt;br /&gt;
#Plugin.acc.Y   = REL_Y&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, I use the Wiimote &amp;quot;sideways&amp;quot;, like a traditional Nintendo controller. I changed the direction pad to reflect this. Though you can do that within emulator configurations, it seemed handier to just have that set up by default. To do this, make these changes in /etc/cwiid/wminput/buttons&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Wiimote.Up      = KEY_LEFT&lt;br /&gt;
Wiimote.Down    = KEY_RIGHT&lt;br /&gt;
Wiimote.Left    = KEY_DOWN&lt;br /&gt;
Wiimote.Right   = KEY_UP&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is also possible to map the Wiimote or extension buttons to a virtual gamepad. See below for instructions.&lt;br /&gt;
&lt;br /&gt;
== Using a Classic Controller ==&lt;br /&gt;
&lt;br /&gt;
There are two ways to use a Wiimote or Classic Controller with the Pandora:&lt;br /&gt;
* As a virtual gamepad. This means you can use it in games that support gamepads, and allows multiplayer in games that support it, but won't work in games that don't support gamepads.&lt;br /&gt;
&lt;br /&gt;
* As a clone of the Pandora's gaming controls, by mapping it to the same keys. This theoretically means it would work in games that don't have gamepad support, or allow you to change the controls at all, as long as they are using the Pandora controls. However, currently, not all games will register the input with this method. [[SuperTux]], [[OpenTyrian]], [[PandoraPanic]] and [[Snes9X4D4P]] will. [[Giana's Return]], [[Sqrxz]] and [[psx4pandora]] won't. Additionally, [[Mupen64Plus]] with the default PPSP Input Plugin won't - but the Blight Input Plugin will.&lt;br /&gt;
&lt;br /&gt;
=== As a virtual gamepad ===&lt;br /&gt;
&lt;br /&gt;
The default profile doesn't have classic controller buttons defined, but cwiid comes with a gamepad profile which does. You can load it in wminput like this using a terminal:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;wminput -c gamepad&amp;lt;/source&amp;gt;&lt;br /&gt;
Then connect your Wiimote and Classic Controller. You do not have to connect the Classic Controller before you connect the Wiimote.&lt;br /&gt;
&lt;br /&gt;
However the analog sticks/dpad seemed to be set up wrong in the gamepad profile (''/etc/cwiid/wminput/gamepad''):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Classic.Dpad.X = ABS_X&lt;br /&gt;
Classic.Dpad.Y = ABS_Y&lt;br /&gt;
Classic.LStick.X = ABS_HAT0X&lt;br /&gt;
Classic.LStick.Y = ABS_HAT0Y&lt;br /&gt;
Classic.RStick.X = ABS_HAT1X&lt;br /&gt;
Classic.RStick.Y = ABS_HAT1Y&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
should be replaced with:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Classic.Dpad.X = ABS_HAT0X&lt;br /&gt;
Classic.Dpad.Y = ABS_HAT0Y&lt;br /&gt;
Classic.LStick.X = ABS_X&lt;br /&gt;
Classic.LStick.Y = ABS_Y&lt;br /&gt;
Classic.RStick.X = ABS_RX&lt;br /&gt;
Classic.RStick.Y = ABS_RY&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Otherwise, you won't get proper analog input from the sticks, since PoV hats aren't analog.&lt;br /&gt;
&lt;br /&gt;
=== As a clone of the Pandora's gaming controls ===&lt;br /&gt;
&lt;br /&gt;
This method works well where it does, you get a clone of the Pandora's gaming controls (minus the nubs), that should theoretically work in all games that support the Pandora's gaming controls. However, because of differences in how the games receive input, not all will detect the &amp;quot;fake&amp;quot; input.&lt;br /&gt;
&lt;br /&gt;
Here is the profile for the Pandora gaming controls:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# D-Pad&lt;br /&gt;
Classic.Up	= KEY_UP&lt;br /&gt;
Classic.Down	= KEY_DOWN&lt;br /&gt;
Classic.Left	= KEY_LEFT&lt;br /&gt;
Classic.Right	= KEY_RIGHT&lt;br /&gt;
&lt;br /&gt;
# Select, Start and Space&lt;br /&gt;
Classic.Minus	= KEY_LEFTCTRL&lt;br /&gt;
Classic.Plus	= KEY_LEFTALT&lt;br /&gt;
Classic.Home	= KEY_SPACE&lt;br /&gt;
&lt;br /&gt;
# BXYA on Pandora&lt;br /&gt;
Classic.A		= KEY_END&lt;br /&gt;
Classic.B		= KEY_PAGEDOWN&lt;br /&gt;
Classic.X		= KEY_PAGEUP&lt;br /&gt;
Classic.Y		= KEY_HOME&lt;br /&gt;
Classic.ZL		= KEY_Q&lt;br /&gt;
Classic.ZR		= KEY_P&lt;br /&gt;
Classic.L		= KEY_RIGHTSHIFT&lt;br /&gt;
Classic.R		= KEY_RIGHTCTRL&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save that in /etc/cwiid/wminput - you can name it whatever you want, as long as you load it in wminput using &amp;quot;wminput -c filename&amp;quot; - and make sure to save it using UNIX line endings (LF).&lt;br /&gt;
&lt;br /&gt;
Once the profile is loaded and your Wiimote/Classic Controller is connected, it will automatically work in some games, but not in others. This might be possible to change to work in all games by modifying the wminput source code.&lt;br /&gt;
&lt;br /&gt;
== Extra Information ==&lt;br /&gt;
&lt;br /&gt;
* [http://abstrakraft.org/cwiid/browser/wminput/action_enum.txt List of bindable buttons, axises and keys for wminput]&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;br /&gt;
[[Category:Bluetooth]]&lt;br /&gt;
[[Category:Keyboard]]&lt;/div&gt;</summary>
		<author><name>ABC</name></author>
		
	</entry>
</feed>