<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.webos-internals.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=X1011</id>
	<title>WebOS Internals - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.webos-internals.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=X1011"/>
	<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/wiki/Special:Contributions/X1011"/>
	<updated>2026-04-18T03:35:05Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Google_Latitude&amp;diff=8780</id>
		<title>Google Latitude</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Google_Latitude&amp;diff=8780"/>
		<updated>2010-01-31T00:09:05Z</updated>

		<summary type="html">&lt;p&gt;X1011: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I was rather surprised to find that Google Latitude works great on the Prē if and only if you know this magic invocation:&lt;br /&gt;
&lt;br /&gt;
http://maps.google.com/maps/m?mode=latitude&lt;br /&gt;
&lt;br /&gt;
Why the hell doesn't http://google.com/latitude mention this?  It's a mystery.&lt;br /&gt;
&lt;br /&gt;
If you plug in the magic invocation, it pops open your Google Maps&lt;br /&gt;
application in Latitude mode.  I bookmarked it.  I would guess there's a&lt;br /&gt;
way to start up the Google Maps application in Latitude mode directly, but&lt;br /&gt;
I can't figure it out.&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Next_steps&amp;diff=7871</id>
		<title>Next steps</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Next_steps&amp;diff=7871"/>
		<updated>2009-12-30T08:09:03Z</updated>

		<summary type="html">&lt;p&gt;X1011: deprecated template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{deprecated|&lt;br /&gt;
If all you want to do is install an SFTP server, then just go to the Optware section in [[Preware]] and install it from there.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=Automated Setup of Optware, Users and Access=&lt;br /&gt;
The webOS community asks that users who have obtained access to the Linux subsystem install a standard set of software  to ensure everyone has the necessary tools in place to use the resources the community is providing.&lt;br /&gt;
&lt;br /&gt;
In particular, this includes the Optware package manager.  Palm's webOS uses the ''ipkg'' package manager internally.  The community has a version of ''ipkg''  called  ''ipkg-opt'' which accesses the Optware library of over 1300 Linux programs available for installation on the Pre. &lt;br /&gt;
&lt;br /&gt;
Palm has indicated that they have no intention of using the /opt directory, so we direct our installs to /opt/bin rather than /bin to avoid being overwritten  by future Palm software upgrades. &lt;br /&gt;
&lt;br /&gt;
In addition, the standard package  creates a non-root user, installs ''sudo'', and includes a SSH program (''Dropbear'') and SFTP program. &lt;br /&gt;
&lt;br /&gt;
For your convenience, we've packaged all this up into a simple script.&lt;br /&gt;
&lt;br /&gt;
==Optware Setup==&lt;br /&gt;
&lt;br /&gt;
===Installing Optware in the Emulator?===&lt;br /&gt;
If you're attempting to install these packages to your emulator, you must first add sufficient space by [[Adding_Disks_to_the_Emulator|enabling a virtual disk]].&lt;br /&gt;
&lt;br /&gt;
After completing the process of obtaining access to your Pre, do the following: &lt;br /&gt;
&lt;br /&gt;
'''Type each line exactly as it appears.  Copying and pasting is probably a good idea.''' &lt;br /&gt;
''' This is confirmed to work with webOS 1.3.1 '''&lt;br /&gt;
''Note to Windows Putty users:  To paste in putty, simply right-click and the program pastes into the terminal whatever you have copied to the clipboard.''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;source lang=bash&amp;gt;&lt;br /&gt;
 cd /tmp&lt;br /&gt;
 wget http://gitorious.org/webos-internals/bootstrap/blobs/raw/master/optware-bootstrap.sh&lt;br /&gt;
 #Alternately you can use this tiny url http://tinyurl.com/n8q2vy&lt;br /&gt;
 sh optware-bootstrap.sh&lt;br /&gt;
 source /etc/profile.d/optware&lt;br /&gt;
&amp;lt;/source&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Follow the on-screen instructions.  &lt;br /&gt;
&lt;br /&gt;
If you want to review the script before you run it, you can look here: &lt;br /&gt;
&lt;br /&gt;
[http://gitorious.org/webos-internals/bootstrap/blobs/master/optware-bootstrap.sh http://gitorious.org/webos-internals/bootstrap/blobs/master/optware-bootstrap.sh]&lt;br /&gt;
&lt;br /&gt;
Note that using the WiFi connection for the above steps is to be highly recommended over the 3G or GSM options, which are reported as sometimes failing. (Turn on aeroplane mode then turn on and connect to WiFi)&lt;br /&gt;
&lt;br /&gt;
As part of this process, you will be creating an unprivileged user account that you can later use to log in to your device.  The username that you pick must be lowercase, longer than 3 characters, contain at least one letter, and may only be letters, numbers, dashes (-), and underscores (_).  Once you enter your username, you will enter a password.  Make sure to pick a strong password for your own security.  If you make a typo when entering your password, don't panic.  Once the script has finished running, simply type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;source lang=bash&amp;gt;&lt;br /&gt;
passwd username&lt;br /&gt;
&amp;lt;/source&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;username&amp;quot; should, of course, be the username that you created.  This will allow you to re-enter your password correctly.&lt;br /&gt;
&lt;br /&gt;
==Quilt setup==&lt;br /&gt;
&lt;br /&gt;
Optionally, you can then install the ''quilt'' patch manager which allows multiple-file patches.  (Yes, the pun was intentional. Quilt manages multiple patches.)  This installation process has also been packaged into a simple script. It will install quilt, and all of its dependencies, and create a local clone of the WebOS-Internals patch repository. [[Applying_Patches | Applying Patches]] provides a more thorough guide on the use of quilt.&lt;br /&gt;
&lt;br /&gt;
'''Again, type each line exactly as it appears.  Copying and pasting is probably a good idea.'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;source lang=bash&amp;gt;&lt;br /&gt;
 cd /tmp&lt;br /&gt;
 wget http://gitorious.org/webos-internals/bootstrap/blobs/raw/master/quilt-bootstrap.sh&lt;br /&gt;
 sh quilt-bootstrap.sh&lt;br /&gt;
&amp;lt;/source&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to review the script before you run it, you can look here: &lt;br /&gt;
&lt;br /&gt;
[http://gitorious.org/webos-internals/bootstrap/blobs/master/quilt-bootstrap.sh http://gitorious.org/webos-internals/bootstrap/blobs/master/quilt-bootstrap.sh]&lt;br /&gt;
&lt;br /&gt;
==Finishing==&lt;br /&gt;
&lt;br /&gt;
To finish off, turn Developer Mode back to &amp;quot;Off&amp;quot; (which will reboot your Pre).&lt;br /&gt;
&lt;br /&gt;
Once you are finished, you may SSH into your Pre with an SSH client like [http://www.chiark.greenend.org.uk/~sgtatham/putty/ Putty]:&lt;br /&gt;
*Find your IP address on your Pre with [http://checkmyip.com/ CheckMyIP.com]&lt;br /&gt;
**In many cases, you are in a local network, but checkmyip.com gives you the WAN addess.  Install whatismyip from the homebrew catalog to get your pre's ip address within the local network and use that&lt;br /&gt;
*SSH to that IP address on port 222&lt;br /&gt;
**If you're doing this over EVDO, there may be a lot of latency.  Be patient.&lt;br /&gt;
**You can optionally install [[Avahi]] and SSH to &amp;lt;tt&amp;gt;castle.local.&amp;lt;/tt&amp;gt;&lt;br /&gt;
**[[Tutorials_Linux_DDNS_for_EVDO|Dynamic DNS]] is helpful for consistently accessing the Pre over EVDO with a simple name.&lt;br /&gt;
*Log in with the username and password you created during the Optware installation&lt;br /&gt;
**Many operations cannot be carried out with the permissions of that username.  You'll need to [[Basic_Linux_Use#sudo|sudo]] those operations with the new username's password&lt;br /&gt;
&lt;br /&gt;
Only the default shell (/bin/ash) will work for ssh. To change your shell to bash (which will be located in /opt/bin/bash, once you've completed the quilt install procedure above), you will have to [http://www.webos-internals.org/wiki/Setup_Bash create] an /etc/shells file, and add the following lines:&lt;br /&gt;
&lt;br /&gt;
 /bin/ash&lt;br /&gt;
 /bin/sh&lt;br /&gt;
 /opt/bin/bash&lt;br /&gt;
&lt;br /&gt;
Then you will be able to edit /etc/passwd and change the shell parameter for the user you created. Note that if you try to change your shell without adding an /etc/shells the SSH server (Dropbear) will look like it is rejecting your password on subsequent connections.&lt;br /&gt;
&lt;br /&gt;
=Install Preware=&lt;br /&gt;
To start getting the most out of your new webOS Device you should install Preware. Continue on to the [[Application:Preware|Preware]] page. There you will see all the ways to install Preware on your device. Including stand-alone installers, package installation and an automated script like you did here.&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Talk:Main_Page&amp;diff=7753</id>
		<title>Talk:Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Talk:Main_Page&amp;diff=7753"/>
		<updated>2009-12-08T22:20:04Z</updated>

		<summary type="html">&lt;p&gt;X1011: /* Article organization */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is for discussion of the Main Page. For discussion of general policies, see [[WebOS Internals talk:Policies and guidelines]]&lt;br /&gt;
&lt;br /&gt;
== Beta Main Page ==&lt;br /&gt;
&lt;br /&gt;
This isn't in use right now, but when It comes the time to swap out the main page again.&lt;br /&gt;
&lt;br /&gt;
[[Main_Page_beta]]&lt;br /&gt;
[[Template:Page-main-beta]]&lt;br /&gt;
&lt;br /&gt;
== Article title capitalization ==&lt;br /&gt;
&lt;br /&gt;
Are we sure we want to use title case for article titles? [http://en.wikipedia.org/wiki/Wikipedia:Mos#Article_titles Wikipedia uses sentence case], and i think it looks much better.&lt;br /&gt;
—[[User:X1011|X1011]] 06:35, 20 July 2009 (UTC)&amp;lt;br&amp;gt;&lt;br /&gt;
Also, same question for section headings —[[user:X1011|X1011]] 12:45, 20 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think it usually works out good since a lot of pages are displayed as: &amp;lt;nowiki&amp;gt;[[Page Name]], also with the headers of course don't uppercase &amp;quot;a&amp;quot;, &amp;quot;and&amp;quot;, etc.&amp;lt;/nowiki&amp;gt; --[[User:Templarian|Templarian]] 13:21, 20 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''from #webos-internals:'''&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
Rick_: X1011, the pages-to-be-moved page on the new wiki uses the PAGE NAME as a link to create the page on the new wiki rather than the old page link from the old wiki.&lt;br /&gt;
Rick_: In general _most_ of them are fine.&lt;br /&gt;
Rick_: We prefer &amp;quot;Page About Smashing the Pre&amp;quot;  to &amp;quot;Page about smashing the Pre&amp;quot;  because it _is_ the title of  the page, and so _should_ be in title case.&lt;br /&gt;
Rick_: or that's the consensus of the team to date.&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Registration error warning ==&lt;br /&gt;
&lt;br /&gt;
Instead of having the warning about getting an error on confirming your registration on the main page, could an admin put it on the [http://www.webos-internals.org/index.php?title=Special:Userlogin&amp;amp;type=signup create account page]? —[[user:X1011|X1011]] 01:58, 23 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
The Special:* namespace pages are not editable. -- Rod&lt;br /&gt;
&lt;br /&gt;
Maybe not inside the wiki editing system, but surely it's editable at some level. I think we should put user experience before &amp;quot;that's too hard to do&amp;quot;. —[[user:X1011|X1011]] 23:55, 23 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Agreed - I'll look into it.  -- Rod&lt;br /&gt;
&lt;br /&gt;
==Front page mispelling and Description Addition==&lt;br /&gt;
&lt;br /&gt;
There's a mispelling on the top of the front page (I don't have rights to edit this page)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Thank you for heling us convert all the pages from the old wiki!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
should be:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Thank you for hel'''p'''ing us convert all the pages from the old wiki!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Also, can you add something referencing &amp;quot;Kernels&amp;quot; in the development tools' description?&lt;br /&gt;
&lt;br /&gt;
-[[user:hopspitfire|hopspitfire]] 05:33, 23 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Added kernels to the list  --[[User:Templarian|Templarian]] 19:23, 27 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Protection ==&lt;br /&gt;
&lt;br /&gt;
Why is Main Page protected? It shouldn't be protected unless it is vandalised; see [[wikipedia:WP:NO-PREEMPT]]. As seen in the above section, regular people have useful contributions. —[[user:X1011|X1011]] 21:52, 24 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
I disagree.   We're getting 20K page views a day.  Let's keep the main page clean and functonal. [[User:Rboatright|rboatright]] 02:57, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
the main page has 14,428 total views to date. we shouldn't assume our users will make it dirty and unfunctional before we even give them a chance. Wikia has [[wikia:c:help:help:main page#What if I don't want visitors to edit my main page?|a good writeup]] on why the main page should not be protected.&lt;br /&gt;
&lt;br /&gt;
also, in the future, when you protect a page, please include a note explaining why you are doing so.&lt;br /&gt;
&lt;br /&gt;
—[[user:X1011|X1011]] 08:07, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The main page is currently editable, was this intentional? [[User:Hopspitfire|hopspitfire]] 07:03, 1 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Yea, rick only set it to be protected till aug 1st while updates were going on. The idea was so that users wouldn't mess with it as the site was being setup / structured. --[[User:Templarian|Templarian]] 22:42, 2 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
: The idea was that there was a gazillion links on the FRONT page of the old wiki.  we wanted the front page of the new wiki to lead to DEPARTMENTS instead of having a zillion links on it.   -- that's worked out now, and seems institutionally embedded so why not let the protection expire?  [[User:Rboatright|rboatright]] 22:51, 2 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
As many of seen the front page is no longer protected. The edit tab has been hidden, but editing can be easily done by &amp;quot;?title=Main_Page&amp;amp;action=edit&amp;quot;. Hopefully this solved any disagreements people may have with the editing/protection of the main page. --[[User:Templarian|Templarian]] 14:24, 5 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
That can be simplified even more just by typing &amp;quot;?action=edit&amp;quot;. -[[User:Hopspitfire|hopspitfire]] 21:20, 5 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Research/Reference Portal ==&lt;br /&gt;
&lt;br /&gt;
We need to add the Research/Reference portal to the front page. I recommend re-organizing the front page.&lt;br /&gt;
&lt;br /&gt;
I'd start with putting &amp;quot;Getting Started&amp;quot; on the top-middle by itself, then follow the diagram below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
-------------Getting Started-------------&lt;br /&gt;
Linux Apps---Source Patches---Dev Tools&lt;br /&gt;
Research-------webOS Apps-----Hardware&lt;br /&gt;
Recovery--------SDK Docs------Wiki Help&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We also need an icon for &amp;quot;Research&amp;quot;, maybe put a lab suit over Tux with a doctor's mask. What do you think?&lt;br /&gt;
&lt;br /&gt;
I also agree with the post above regarding the unprotection of the front page (at least to autoconfirmed users). -hopspitfire&lt;br /&gt;
&lt;br /&gt;
yes, we need to add a box for the research portal. [[User:Rboatright|rboatright]] 02:57, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
As of today all of this has been done (including Tux in a lab coat). --[[User:Templarian|Templarian]] 15:11, 5 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== featured article ==&lt;br /&gt;
I think we need a &amp;quot;featured article&amp;quot; on the main page.  Right now, that wuld be &lt;br /&gt;
terminal.    [[User:Rboatright|rboatright]] 02:57, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
the featured articles look great. --[[User:Templarian|Templarian]] 13:15, 30 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Article organization ==&lt;br /&gt;
&lt;br /&gt;
I noticed that there are a lot of manually maintained lists on this wiki.  I'm not sure why the Category system is not being used, since it provides a better way to manage lists.  A manually maintained list provides more information such as a summary, but a category is much easier to maintain and the users can browse a category page.  Pages such as the [[Portal:webOS_Applications_All]] might be better as a category page.  Actually, it looks like [[Special:Categories]] are rarely used.  The category system could also compliment the current system as well.&lt;br /&gt;
: Any problem if I start adding lots of pages into appropriate categories?&lt;br /&gt;
&lt;br /&gt;
Also, an [http://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style_%28infoboxes%29 infobox] on certain article types such as applications would help with origination.  A script such as the one used on the [http://www.mediawiki.org/wiki/Extension_Matrix Extension Matrix] might eventually be plausible in the future once infoboxes are more commonly used.&lt;br /&gt;
: Can I create them?&lt;br /&gt;
How zealous about organization is it ok to be?&lt;br /&gt;
:[[User:Servel333|Servel333]] 18:59, 8 December 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
i'm all for both ideas. i tried organizing this wiki at one point but i didn't have time to teach everyone how to properly use a wiki and was also meeting resistance. i never even bothered with the application pages because there were plans to make a proper repo site ([[Preware Design#Site]]). see also [[Talk:Portal:Patches to webOS#naming]] for my suggestions on organizing the patches. —[[user:X1011|X1011]] 22:20, 8 December 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Talk:Portal:Patches_to_webOS&amp;diff=7752</id>
		<title>Talk:Portal:Patches to webOS</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Talk:Portal:Patches_to_webOS&amp;diff=7752"/>
		<updated>2009-12-08T22:14:24Z</updated>

		<summary type="html">&lt;p&gt;X1011: /* Creating a patch */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== catagories ==&lt;br /&gt;
we have ten catagories for webOS apps &lt;br /&gt;
do we need to catagorize these so that they aren't one giant long list? &lt;br /&gt;
[[User:Rboatright|rboatright]] 20:30, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== separate pages ==&lt;br /&gt;
It may be beneficial to create separate pages for each patch.  For example, the Camera Modifications &amp;amp; Additions page contains multiple patches, two distinct countdown timers, Shutter Sound On/Off Button.  I have the Shutter Sound On/Off Button installed, and it's working on 1.1.0, but it looks like the count-downs do not (I haven't tried, so I can't say for sure).&lt;br /&gt;
[[User:JackieRipper|JackieRipper]]&lt;br /&gt;
&lt;br /&gt;
:  I agree.  Each mod should be split onto it's own page.  [[User:Rboatright|rboatright]] 15:39, 29 July 2009 (UTC)&lt;br /&gt;
:  I split the pages with multiple modifications and added their links to the article. [[User:Hopspitfire|hopspitfire]] 17:41, 29 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Editing and new pages ==&lt;br /&gt;
Users editing this page, please keep the columns organized alphabetically. [[User:Hopspitfire|hopspitfire]] 06:50, 1 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
At the top of each new Patch page, please put:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{template:patch}}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will make the wiki much more cohesive. -[[User:Hopspitfire|hopspitfire]] 09:07, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== naming ==&lt;br /&gt;
&lt;br /&gt;
we need a better naming scheme for patches. &amp;quot;Patch blah blah&amp;quot; does not make sense as an article title. here are some options:&lt;br /&gt;
* just the name of the patch. i think this is the best option. you can still organize them using [[wikipedia:Wikipedia:Categorization|categories]] or that template you seem to be fond of.&lt;br /&gt;
* &amp;quot;Patches/Name of Patch&amp;quot;. this will give you a link back to the Patches page on each of these pages.&lt;br /&gt;
** you may also extend this to &amp;quot;Patches/Application/Name of Patch&amp;quot;&lt;br /&gt;
* &amp;quot;Patch: Name of Patch&amp;quot;&lt;br /&gt;
—[[user:X1011|X1011]] 10:00, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
I've tried using colons, but that makes the patch unsearchable. Using a &amp;quot;/&amp;quot; is also avoided [[User_talk:Hopspitfire#Porting_pages|read here]], therefore I changed them all to Patch [application] [description]. Using only the name of the patch (example: &amp;quot;Force Offline Send Without Dialog&amp;quot;) creates clutter and confusion without specifying what it is (a Patch). Furthermore, we need to specify what application it actually patches so that people can look at a glance and know exactly what it is: Patch Messaging Force Offline Send Without Dialog. Also, have a look at the source code of the Patches Portal, it's much cleaner now that I've renamed all the patches. -[[User:Hopspitfire|hopspitfire]] 20:46, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
i think templarian just meant not to use '/' as part of the title of a regular article so as not to unintentionally create a [[metawikipedia:Help:Link#Subpage feature|subpage]].&lt;br /&gt;
&lt;br /&gt;
we can use the patch template to organize the articles and prevent confusion. we can add a parameter to the template to specify which application the patch is for. we can also add a patch category and an application-specific category based on the parameter, so that any article using the template will automatically be included in those categories.&lt;br /&gt;
&lt;br /&gt;
not sure how using only the name creates clutter; i think the opposite is true: that adding extra prefixes clutters the title of an article.&lt;br /&gt;
&lt;br /&gt;
—[[user:X1011|X1011]] 09:30, 4 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Quilt incorporation ==&lt;br /&gt;
&lt;br /&gt;
It seems like people have abandoned quilt.  Making all these modifications and then risking your pre breaking on a software update, or meticulously going in and undoing all the changes you've made before a software update seems like a wasted step in the wrong direction.  There is also no way to to distinguish in Quilt, which patches are working in the current version of webOS you have, which kinda goings along with the naming topic above.&lt;br /&gt;
--[[User:S4rs|S4rs]] 18:06, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
agreed; a wiki is not a good software repository. not sure i can help, though; i haven't started using Quilt yet. —[[user:X1011|X1011]] 09:36, 4 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Are more patches 1.2.1 compatible than are shown? ==&lt;br /&gt;
&lt;br /&gt;
These patches are listed as not yet being 1.2.1 compatible but are'nt they in the 1.2.1 autopatch feed for Preware and WOQI?&lt;br /&gt;
*Camera: Shutter Sound On-Off Button &lt;br /&gt;
*Clock: Enabling the Hidden Theme &lt;br /&gt;
*Messaging: Change &amp;quot;Enter Key&amp;quot; To Create Newline &lt;br /&gt;
*Messaging: New Cards For Each Conversation &lt;br /&gt;
*Messaging: Adding Timestamps to All Received Messages &lt;br /&gt;
*Tasks: Always Show Details of New Tasks &lt;br /&gt;
*Browser: Delete Individual History Items &lt;br /&gt;
*Calendar: Show All-Day Events in Month View &lt;br /&gt;
*Camera: Using Volume Buttons to Take a Picture &lt;br /&gt;
*Email: Delete All &lt;br /&gt;
*++Messaging: Force Offline Send Without Dialog &lt;br /&gt;
*Messaging: Forward Messages &lt;br /&gt;
*Messaging: Jump Forward, Backward One Word at a Time &lt;br /&gt;
*Messaging: Landscape Orientation &lt;br /&gt;
*Messaging: Message Sound &lt;br /&gt;
*++PDF Viewer: Change Orientation &lt;br /&gt;
*Phone: Disable Various Call Sounds &lt;br /&gt;
&lt;br /&gt;
Note: The Music Player: Bookmarking does nto work with classical or opera genres etc. and has not been made obsolete.&lt;br /&gt;
[[User:Milominderbinder|Milominderbinder]] 03:49, 7 October 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
The listings are a bit confusing to follow with regards to compatibility with versions. Should a patch be listed multiple times, once for each version that it works with, or if the patch works with the current version, do we not care about the older versions that it may have worked with? I would propose reorganizing the patch list as a table, with all the patches listed then have a column for each version, and put &amp;quot;OK&amp;quot;, &amp;quot;N/A&amp;quot;, or some other designation in each respective location. It'd also be easy to add to when new versions of WebOS come out. [[User:Roto|Roto]] 23:37, 10 October 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Creating a patch ==&lt;br /&gt;
&lt;br /&gt;
I know this probably isn't the right place, but I'm trying to create a patch to submit for inclusion in Preware. I'm comfortable with the Linux command line and creating standard patch files. I need to know if there's a special format or header that I need to add to the standard patch file. I also need to know if patches are still applied with / as the working directory, and how to submit the patch for inclusion in Preware once it's been tested. Thanks. --[[user:Dallashigh|Dallashigh]]&lt;br /&gt;
&lt;br /&gt;
== Re WebOS versions ==&lt;br /&gt;
&lt;br /&gt;
I note that in the UK (and, I believe, the rest of Europe) we are being ''held back'' (as it were) from the latest WebOS releases currently. As such, might there be sense in listing which apps ''will'' work this side of the pond even though not 'that' side. --[[User:AlisonW|AlisonW]] 22:24, 26 October 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Talk:Portal:Patches_to_webOS&amp;diff=7751</id>
		<title>Talk:Portal:Patches to webOS</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Talk:Portal:Patches_to_webOS&amp;diff=7751"/>
		<updated>2009-12-08T22:14:03Z</updated>

		<summary type="html">&lt;p&gt;X1011: /* Creating a patch */ sign your comments&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== catagories ==&lt;br /&gt;
we have ten catagories for webOS apps &lt;br /&gt;
do we need to catagorize these so that they aren't one giant long list? &lt;br /&gt;
[[User:Rboatright|rboatright]] 20:30, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== separate pages ==&lt;br /&gt;
It may be beneficial to create separate pages for each patch.  For example, the Camera Modifications &amp;amp; Additions page contains multiple patches, two distinct countdown timers, Shutter Sound On/Off Button.  I have the Shutter Sound On/Off Button installed, and it's working on 1.1.0, but it looks like the count-downs do not (I haven't tried, so I can't say for sure).&lt;br /&gt;
[[User:JackieRipper|JackieRipper]]&lt;br /&gt;
&lt;br /&gt;
:  I agree.  Each mod should be split onto it's own page.  [[User:Rboatright|rboatright]] 15:39, 29 July 2009 (UTC)&lt;br /&gt;
:  I split the pages with multiple modifications and added their links to the article. [[User:Hopspitfire|hopspitfire]] 17:41, 29 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Editing and new pages ==&lt;br /&gt;
Users editing this page, please keep the columns organized alphabetically. [[User:Hopspitfire|hopspitfire]] 06:50, 1 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
At the top of each new Patch page, please put:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{template:patch}}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will make the wiki much more cohesive. -[[User:Hopspitfire|hopspitfire]] 09:07, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== naming ==&lt;br /&gt;
&lt;br /&gt;
we need a better naming scheme for patches. &amp;quot;Patch blah blah&amp;quot; does not make sense as an article title. here are some options:&lt;br /&gt;
* just the name of the patch. i think this is the best option. you can still organize them using [[wikipedia:Wikipedia:Categorization|categories]] or that template you seem to be fond of.&lt;br /&gt;
* &amp;quot;Patches/Name of Patch&amp;quot;. this will give you a link back to the Patches page on each of these pages.&lt;br /&gt;
** you may also extend this to &amp;quot;Patches/Application/Name of Patch&amp;quot;&lt;br /&gt;
* &amp;quot;Patch: Name of Patch&amp;quot;&lt;br /&gt;
—[[user:X1011|X1011]] 10:00, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
I've tried using colons, but that makes the patch unsearchable. Using a &amp;quot;/&amp;quot; is also avoided [[User_talk:Hopspitfire#Porting_pages|read here]], therefore I changed them all to Patch [application] [description]. Using only the name of the patch (example: &amp;quot;Force Offline Send Without Dialog&amp;quot;) creates clutter and confusion without specifying what it is (a Patch). Furthermore, we need to specify what application it actually patches so that people can look at a glance and know exactly what it is: Patch Messaging Force Offline Send Without Dialog. Also, have a look at the source code of the Patches Portal, it's much cleaner now that I've renamed all the patches. -[[User:Hopspitfire|hopspitfire]] 20:46, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
i think templarian just meant not to use '/' as part of the title of a regular article so as not to unintentionally create a [[metawikipedia:Help:Link#Subpage feature|subpage]].&lt;br /&gt;
&lt;br /&gt;
we can use the patch template to organize the articles and prevent confusion. we can add a parameter to the template to specify which application the patch is for. we can also add a patch category and an application-specific category based on the parameter, so that any article using the template will automatically be included in those categories.&lt;br /&gt;
&lt;br /&gt;
not sure how using only the name creates clutter; i think the opposite is true: that adding extra prefixes clutters the title of an article.&lt;br /&gt;
&lt;br /&gt;
—[[user:X1011|X1011]] 09:30, 4 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Quilt incorporation ==&lt;br /&gt;
&lt;br /&gt;
It seems like people have abandoned quilt.  Making all these modifications and then risking your pre breaking on a software update, or meticulously going in and undoing all the changes you've made before a software update seems like a wasted step in the wrong direction.  There is also no way to to distinguish in Quilt, which patches are working in the current version of webOS you have, which kinda goings along with the naming topic above.&lt;br /&gt;
--[[User:S4rs|S4rs]] 18:06, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
agreed; a wiki is not a good software repository. not sure i can help, though; i haven't started using Quilt yet. —[[user:X1011|X1011]] 09:36, 4 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Are more patches 1.2.1 compatible than are shown? ==&lt;br /&gt;
&lt;br /&gt;
These patches are listed as not yet being 1.2.1 compatible but are'nt they in the 1.2.1 autopatch feed for Preware and WOQI?&lt;br /&gt;
*Camera: Shutter Sound On-Off Button &lt;br /&gt;
*Clock: Enabling the Hidden Theme &lt;br /&gt;
*Messaging: Change &amp;quot;Enter Key&amp;quot; To Create Newline &lt;br /&gt;
*Messaging: New Cards For Each Conversation &lt;br /&gt;
*Messaging: Adding Timestamps to All Received Messages &lt;br /&gt;
*Tasks: Always Show Details of New Tasks &lt;br /&gt;
*Browser: Delete Individual History Items &lt;br /&gt;
*Calendar: Show All-Day Events in Month View &lt;br /&gt;
*Camera: Using Volume Buttons to Take a Picture &lt;br /&gt;
*Email: Delete All &lt;br /&gt;
*++Messaging: Force Offline Send Without Dialog &lt;br /&gt;
*Messaging: Forward Messages &lt;br /&gt;
*Messaging: Jump Forward, Backward One Word at a Time &lt;br /&gt;
*Messaging: Landscape Orientation &lt;br /&gt;
*Messaging: Message Sound &lt;br /&gt;
*++PDF Viewer: Change Orientation &lt;br /&gt;
*Phone: Disable Various Call Sounds &lt;br /&gt;
&lt;br /&gt;
Note: The Music Player: Bookmarking does nto work with classical or opera genres etc. and has not been made obsolete.&lt;br /&gt;
[[User:Milominderbinder|Milominderbinder]] 03:49, 7 October 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
The listings are a bit confusing to follow with regards to compatibility with versions. Should a patch be listed multiple times, once for each version that it works with, or if the patch works with the current version, do we not care about the older versions that it may have worked with? I would propose reorganizing the patch list as a table, with all the patches listed then have a column for each version, and put &amp;quot;OK&amp;quot;, &amp;quot;N/A&amp;quot;, or some other designation in each respective location. It'd also be easy to add to when new versions of WebOS come out. [[User:Roto|Roto]] 23:37, 10 October 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Creating a patch ==&lt;br /&gt;
&lt;br /&gt;
I know this probably isn't the right place, but I'm trying to create a patch to submit for inclusion in Preware. I'm comfortable with the Linux command line and creating standard patch files. I need to know if there's a special format or header that I need to add to the standard patch file. I also need to know if patches are still applied with / as the working directory, and how to submit the patch for inclusion in Preware once it's been tested. Thanks. --[[user:Dallashigh|]&lt;br /&gt;
&lt;br /&gt;
== Re WebOS versions ==&lt;br /&gt;
&lt;br /&gt;
I note that in the UK (and, I believe, the rest of Europe) we are being ''held back'' (as it were) from the latest WebOS releases currently. As such, might there be sense in listing which apps ''will'' work this side of the pond even though not 'that' side. --[[User:AlisonW|AlisonW]] 22:24, 26 October 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Meetups&amp;diff=4723</id>
		<title>Meetups</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Meetups&amp;diff=4723"/>
		<updated>2009-08-23T19:36:22Z</updated>

		<summary type="html">&lt;p&gt;X1011: /* Dallas */ preDevCamp is past&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;People interested in meeting up should plop in their area and name so when we have critical mass it can be organized.&lt;br /&gt;
&lt;br /&gt;
See also [http://predevcamp.org/ predevcamp.org].&lt;br /&gt;
&lt;br /&gt;
== United States ==&lt;br /&gt;
&lt;br /&gt;
=== Arizona ===&lt;br /&gt;
==== Phoenix, AZ ====&lt;br /&gt;
# EvanDotPro&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== California ===&lt;br /&gt;
==== Fresno ====&lt;br /&gt;
# A2NY&lt;br /&gt;
&lt;br /&gt;
==== San Diego/Los Angeles ====&lt;br /&gt;
# JonVisc&lt;br /&gt;
# seigex (Inland Empire)&lt;br /&gt;
# hopspitfire&lt;br /&gt;
&lt;br /&gt;
==== San Francisco/Bay Area/SJ ====&lt;br /&gt;
Since Palm, Inc. is located in the Bay Area, Palm employees may join us for some tech talk or tips and tricks.&lt;br /&gt;
&lt;br /&gt;
http://www.meetup.com/palm-webos/&lt;br /&gt;
&lt;br /&gt;
# rulethirty (organizer)&lt;br /&gt;
# Robi&lt;br /&gt;
# jblebrun&lt;br /&gt;
# simplyflipflops&lt;br /&gt;
# pEEf&lt;br /&gt;
# bzhou (eno in IRC, optware manager)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Colorado ===&lt;br /&gt;
==== Denver ====&lt;br /&gt;
# destinal&lt;br /&gt;
# rcanzlovar&lt;br /&gt;
# raeb&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Kentucky ===&lt;br /&gt;
==== Cincinnati/NKY ====&lt;br /&gt;
# xandrake__&lt;br /&gt;
# foamcoretrash&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Massachusetts ===&lt;br /&gt;
==== Boston ====&lt;br /&gt;
# nebula (MIT campus area)&lt;br /&gt;
# [[User:FreeTim|FreeTim]]  (MIT campus area - in Kendall Sq.) Please join us in the [http://www.webosboston.org WebOSBOSTON community - We have monthly meetings.]&lt;br /&gt;
# djbclark Danny Clark &amp;lt;dclark@pobox.com&amp;gt; http://pobox.com/~dclark (MIT campus area)&lt;br /&gt;
# oc80z (MIT,Central Square for drinks)&lt;br /&gt;
# beingboston (Newton, Watertown area. Has T pass, can travel)&lt;br /&gt;
# trokair (Waltham area, can travel)&lt;br /&gt;
# r3compile&lt;br /&gt;
# asedeno (MIT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Minnesota ===&lt;br /&gt;
==== Minneapolis/St. Paul ====&lt;br /&gt;
# xluryan&lt;br /&gt;
# helfire&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Missouri ===&lt;br /&gt;
==== Kansas City ====&lt;br /&gt;
# xorg  (attending [http://kansascity.predevcamp.org/attendees/ KC predev camp] - a couple dozen have signed up and growing)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Nevada ===&lt;br /&gt;
==== Las Vegas: [[wikipedia:DEF CON (convention)|Defcon]] 17 ====&lt;br /&gt;
# emkman&lt;br /&gt;
# pEEf&lt;br /&gt;
# destinal&lt;br /&gt;
# tharris-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== New York ===&lt;br /&gt;
==== Albany ====&lt;br /&gt;
# JackieRipper&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Oregon ===&lt;br /&gt;
==== Portland Area ====&lt;br /&gt;
# rck&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Texas ===&lt;br /&gt;
==== Austin ====&lt;br /&gt;
# HattCzech&lt;br /&gt;
==== Dallas ====&lt;br /&gt;
# HebrewzHammer&lt;br /&gt;
# [[user:X1011|X1011]] ([[wikipedia:University of Texas at Dallas|UTD]], attended [http://dallas.predevcamp.org/ preDevCamp])&lt;br /&gt;
&lt;br /&gt;
=== Washington ===&lt;br /&gt;
==== Seattle Area ====&lt;br /&gt;
# tictac&lt;br /&gt;
# BurntSky&lt;br /&gt;
# meshuga&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Wisconsin ===&lt;br /&gt;
==== Madison ====&lt;br /&gt;
# christianwilcox&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Meetups&amp;diff=4722</id>
		<title>Meetups</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Meetups&amp;diff=4722"/>
		<updated>2009-08-23T19:35:49Z</updated>

		<summary type="html">&lt;p&gt;X1011: wiki. you're doing it wrong&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;People interested in meeting up should plop in their area and name so when we have critical mass it can be organized.&lt;br /&gt;
&lt;br /&gt;
See also [http://predevcamp.org/ predevcamp.org].&lt;br /&gt;
&lt;br /&gt;
== United States ==&lt;br /&gt;
&lt;br /&gt;
=== Arizona ===&lt;br /&gt;
==== Phoenix, AZ ====&lt;br /&gt;
# EvanDotPro&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== California ===&lt;br /&gt;
==== Fresno ====&lt;br /&gt;
# A2NY&lt;br /&gt;
&lt;br /&gt;
==== San Diego/Los Angeles ====&lt;br /&gt;
# JonVisc&lt;br /&gt;
# seigex (Inland Empire)&lt;br /&gt;
# hopspitfire&lt;br /&gt;
&lt;br /&gt;
==== San Francisco/Bay Area/SJ ====&lt;br /&gt;
Since Palm, Inc. is located in the Bay Area, Palm employees may join us for some tech talk or tips and tricks.&lt;br /&gt;
&lt;br /&gt;
http://www.meetup.com/palm-webos/&lt;br /&gt;
&lt;br /&gt;
# rulethirty (organizer)&lt;br /&gt;
# Robi&lt;br /&gt;
# jblebrun&lt;br /&gt;
# simplyflipflops&lt;br /&gt;
# pEEf&lt;br /&gt;
# bzhou (eno in IRC, optware manager)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Colorado ===&lt;br /&gt;
==== Denver ====&lt;br /&gt;
# destinal&lt;br /&gt;
# rcanzlovar&lt;br /&gt;
# raeb&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Kentucky ===&lt;br /&gt;
==== Cincinnati/NKY ====&lt;br /&gt;
# xandrake__&lt;br /&gt;
# foamcoretrash&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Massachusetts ===&lt;br /&gt;
==== Boston ====&lt;br /&gt;
# nebula (MIT campus area)&lt;br /&gt;
# [[User:FreeTim|FreeTim]]  (MIT campus area - in Kendall Sq.) Please join us in the [http://www.webosboston.org WebOSBOSTON community - We have monthly meetings.]&lt;br /&gt;
# djbclark Danny Clark &amp;lt;dclark@pobox.com&amp;gt; http://pobox.com/~dclark (MIT campus area)&lt;br /&gt;
# oc80z (MIT,Central Square for drinks)&lt;br /&gt;
# beingboston (Newton, Watertown area. Has T pass, can travel)&lt;br /&gt;
# trokair (Waltham area, can travel)&lt;br /&gt;
# r3compile&lt;br /&gt;
# asedeno (MIT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Minnesota ===&lt;br /&gt;
==== Minneapolis/St. Paul ====&lt;br /&gt;
# xluryan&lt;br /&gt;
# helfire&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Missouri ===&lt;br /&gt;
==== Kansas City ====&lt;br /&gt;
# xorg  (attending [http://kansascity.predevcamp.org/attendees/ KC predev camp] - a couple dozen have signed up and growing)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Nevada ===&lt;br /&gt;
==== Las Vegas: [[wikipedia:DEF CON (convention)|Defcon]] 17 ====&lt;br /&gt;
# emkman&lt;br /&gt;
# pEEf&lt;br /&gt;
# destinal&lt;br /&gt;
# tharris-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== New York ===&lt;br /&gt;
==== Albany ====&lt;br /&gt;
# JackieRipper&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Oregon ===&lt;br /&gt;
==== Portland Area ====&lt;br /&gt;
# rck&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Texas ===&lt;br /&gt;
==== Austin ====&lt;br /&gt;
# HattCzech&lt;br /&gt;
==== Dallas ====&lt;br /&gt;
# HebrewzHammer&lt;br /&gt;
# [[user:X1011|X1011]] ([[wikipedia:University of Texas at Dallas|UTD]], attending [http://dallas.predevcamp.org/ preDevCamp])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Washington ===&lt;br /&gt;
==== Seattle Area ====&lt;br /&gt;
# tictac&lt;br /&gt;
# BurntSky&lt;br /&gt;
# meshuga&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Wisconsin ===&lt;br /&gt;
==== Madison ====&lt;br /&gt;
# christianwilcox&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=FreeTim_Sandbox&amp;diff=4645</id>
		<title>FreeTim Sandbox</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=FreeTim_Sandbox&amp;diff=4645"/>
		<updated>2009-08-22T21:27:05Z</updated>

		<summary type="html">&lt;p&gt;X1011: FreeTim Sandbox moved to User:FreeTim/Sandbox: personal sandboxes don't go in the main namespace&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[User:FreeTim/Sandbox]]&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=User:FreeTim/Sandbox&amp;diff=4644</id>
		<title>User:FreeTim/Sandbox</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=User:FreeTim/Sandbox&amp;diff=4644"/>
		<updated>2009-08-22T21:27:05Z</updated>

		<summary type="html">&lt;p&gt;X1011: FreeTim Sandbox moved to User:FreeTim/Sandbox: personal sandboxes don't go in the main namespace&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Sandbox Comment==&lt;br /&gt;
OK. Erased the previous page. Working on Komodo Edit install docs now. - Tim-&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{article-two-columns&lt;br /&gt;
|width1=60%&lt;br /&gt;
|column1=&lt;br /&gt;
==Brief Description==&lt;br /&gt;
* The Palm Development Kit (SDK) is a free download from Palm&lt;br /&gt;
* Komodo Edit is a free cross-platform editor from AciveState&lt;br /&gt;
* There is a Komodo webOS Add-on from Templarian to assist the Palm Pre development in this environment to make things easier.  &lt;br /&gt;
* The Komodo WebOS Add-on features:&lt;br /&gt;
** quick project generation&lt;br /&gt;
** One button packaging and testing of your projects to the Emulator for testing&lt;br /&gt;
*** as well as to the Pre &lt;br /&gt;
** One button close and removal of projects from the Emulator&lt;br /&gt;
** Integrates JSLint, the Beautifier, and much more!&lt;br /&gt;
** Saves valuable time when developing your application for the Palm Pre WebOS.&lt;br /&gt;
&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;Below are specific installation instructions for the Komodo webOS Add-on.&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
|column2=&lt;br /&gt;
==Add-On Prerequisites==&lt;br /&gt;
* Virtual Box&lt;br /&gt;
* The SDK (Palm Software Development Kit. - including the emulator.)&lt;br /&gt;
* You need [http://www.activestate.com/komodo_edit/ Komodo Edit v.5.1] - select &amp;quot;Try It&amp;quot; to download it and install. (not covered here.)&lt;br /&gt;
}}&lt;br /&gt;
==Komodo WebOS Add-on Download==&lt;br /&gt;
* Middle-click this to open in new tab [http://webos.templarian.com/komodo/ to Download the Komodo webOS Add-on from Templarian HERE.]&lt;br /&gt;
**This is the Add-on you'll need for Palm Pre development.  Go to this page and view the link to the file.&lt;br /&gt;
* Then, RIGHT click the link on his page to the .xpi file itself and do Save-As, save into a folder. &amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
===Komodo WebOS Add-on Install===&lt;br /&gt;
* Run Komodo first.&lt;br /&gt;
* Then open the folder where you've saved the Add-On .xpi file&lt;br /&gt;
* With both Komodo and the Folder open at the same time, drag-and-drop into Komodo, near the top to the right of Help on the menu bar, below the blue title bar as shown here (the white icon in this image is the dragged-over .xpi file)&lt;br /&gt;
[[Image:Komodo1.gif]]&lt;br /&gt;
* When you release it will install itself into Komodo. &lt;br /&gt;
* If you get a warning about Trusted Source at this point, you must choose Install Now button.&lt;br /&gt;
* [[Image:Komodo2.gif]]&lt;br /&gt;
* You only need to do this once - future upgrades happen automatically from within Komodo Edit, itself.&lt;br /&gt;
* Next Komodo should show the completed install screen&lt;br /&gt;
* [[Image:Komodo4.gif]]&lt;br /&gt;
* You must choose RESTART NOW for the Add-On to begin running.&lt;br /&gt;
&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Enable the WebOS Add-On==&lt;br /&gt;
* While the add-on has a lot of interesting features you will find they are all disabled when you first enter Komodo. &lt;br /&gt;
* [[Image:Komodo3.gif]]&lt;br /&gt;
* In order to enable it, go into menu item View - and choose WebOS at the bottom.&lt;br /&gt;
* Your finished screen shot should look like the below.&lt;br /&gt;
* If you can see the options for the Add-On near the bottom, the install worked.&lt;br /&gt;
* Future updates are automatic on startup of Komodo!&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
[[Image:Komodo5.gif]]&lt;br /&gt;
&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
===Next===&lt;br /&gt;
* Now do the same thing for &amp;quot;Code Intelligence&amp;quot; add-on.&lt;br /&gt;
** Download Code Intelligence (-------------- link needed here --------)&lt;br /&gt;
* From within Komodo, do menu items &lt;br /&gt;
**Edit&lt;br /&gt;
**Preferences&lt;br /&gt;
**Code Intelligence&lt;br /&gt;
***Add an API Catalog &amp;gt; Select the .cix file for Code Intelligence.&lt;br /&gt;
&amp;lt;BR&amp;gt;---------Screen Shot Needed Here---&amp;lt;BR&amp;gt;&amp;lt;BR&lt;br /&gt;
&lt;br /&gt;
* Link to the next steps - create a blank folder, create a new project, yadda yadda yadda...&lt;br /&gt;
* --------- Link more here -----------&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
===Errata===&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application_talk:Terminal&amp;diff=4286</id>
		<title>Application talk:Terminal</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application_talk:Terminal&amp;diff=4286"/>
		<updated>2009-08-13T00:02:58Z</updated>

		<summary type="html">&lt;p&gt;X1011: new discussions go at the bottom (old discussions will be archived eventually)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Bugs: Paste? ==&lt;br /&gt;
- Can't seem to figure out how to paste something that was copied from another app/msg/web site. The old paste shortcut of &amp;quot;Gesture + V&amp;quot; doesn't work (because its being used for other things). I tried to &amp;quot;Insert&amp;quot; shortcut, but it didn't do anything.&lt;br /&gt;
--[[User:Zinge|Zinge]] 08:58, 7 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Fullscren (curses?) apps scroll wrong ==&lt;br /&gt;
Another quick bug: when running irssi or BX only the first line above the status bar line(s) scrolls. When going between landscape and portrait mode, the screen refreshes properly, but still only one line scrolls in either mode. This is as of 0.1.5. --[[User:T3rmin|T3rmin]] 17:00, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== New Version Changelog? ==&lt;br /&gt;
&lt;br /&gt;
The newest version from the feed seems to be 0.1.6. Anybody know what changes have been made? --[[User:Zinge|Zinge]] 19:30, 1 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Font Size Feature Request ==&lt;br /&gt;
Well done!  I notice that there are two fonts, normal and small.  Would it be possible to add an intermediate font size?  The 40 col is to large for seeing much and the 80 col is far to small.  Would it be possible to have a ~60col font? --[[user:Dreadchicken|Dreadchicken]]&lt;br /&gt;
&lt;br /&gt;
== Broadcast messages when phone sleeps/wakes ==&lt;br /&gt;
&lt;br /&gt;
Has anyone figured out how to stop the broadcast messages generated on the Terminal when the phone sleeps and wakes? They clobber whatever's on the screen if you happen to turn off the phone while Terminal is open.&lt;br /&gt;
&lt;br /&gt;
Other than this, great app. I'm eternally grateful. :) --[[User:zorinlynx|zorinlynx]]&lt;br /&gt;
&lt;br /&gt;
I'm not sure if this will help, but there is a quilt patch in the gitorious modification for disabling some messages to the log. http://gitorious.org/webos-internals/modifications/blobs/master/luna/quiet-powerd-messages.patch --[[User:Plee3|plee3]] 21:05, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Thank you! This has resolved the issue. --[[User:Zorinlynx|Zorinlynx]] 21:24, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Brackets ==&lt;br /&gt;
Any way to enter &amp;lt; or &amp;gt; chars?   Kinda tough to dump output to a file without.&lt;br /&gt;
--[[User:Daemon|Daemon]]&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Talk:Portal:Research&amp;diff=4285</id>
		<title>Talk:Portal:Research</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Talk:Portal:Research&amp;diff=4285"/>
		<updated>2009-08-13T00:00:30Z</updated>

		<summary type="html">&lt;p&gt;X1011: section and signature&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Signal strength on pre ==&lt;br /&gt;
signal strength on my pre goes up and down while standing in the same place. Also have the 800w and signals side by side with the pre aren't even close. 800w always has more bars. Does anybody know how to fix the pre? --[[user:Grabeard|Grabeard]]&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=WebOS_Internals_talk:Policies_and_guidelines&amp;diff=4266</id>
		<title>WebOS Internals talk:Policies and guidelines</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=WebOS_Internals_talk:Policies_and_guidelines&amp;diff=4266"/>
		<updated>2009-08-12T05:09:13Z</updated>

		<summary type="html">&lt;p&gt;X1011: /* Proposed: Redirects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Proposed: Protection ==&lt;br /&gt;
&lt;br /&gt;
a policy similar to [[wikipedia:Wikipedia:Protection policy]], where pages are only protected if they are repeatedly vandalised or if there is an edit war —[[user:X1011|X1011]] 04:19, 27 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
see also [[wikia:c:help:help:main page#What if I don't want visitors to edit my main page?|Wikia's advice against protecting the main page]] and [[metawikipedia:Protected pages considered harmful]]. —[[user:X1011|X1011]] 03:42, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
It will be noted --[[User:Templarian|Templarian]] 04:06, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[Special:Protectedpages]], We only have 3 pages protected, and 2 files. The main page will most likely always be protected, please use the discussion as you are now to point out suggestions. Thanks and hopefully this answers your question. --[[User:Templarian|Templarian]] 13:13, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
we currently have 5 protected pages (one is move-protected only) and 2 protected files.&lt;br /&gt;
&lt;br /&gt;
there is no consensus yet on whether the main page will be protected indefinitely. see [[Talk:Main Page#Protection]].&lt;br /&gt;
&lt;br /&gt;
i have not posed a question. i have proposed a policy. you have not yet stated whether you agree or disagree with it. if you state that you disagree, please explain why. &lt;br /&gt;
&lt;br /&gt;
—[[user:X1011|X1011]] 06:16, 29 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Ok, I'll jump in.  I think the main page should be protected.  I don't know about others, but the main page is our face to the world, and the risk of defacing that exceedsthe value.  I am not unaware of the common mistakes described at http://help.wikia.com/wiki/Help:Common_mistakes and am willing to re-consider.  But for today, the only argument in the wikia article that is meaningful is the idea that many users will not get beyond the front page and may not even realize that the wiki is editable.  While that may have been true some time ago, in this self-selected and computer-literate group we're dealing with, I can't see it. [[User:Rboatright|rboatright]] 14:49, 31 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
if the group we're dealing with is so enlightened, then they should also be less prone to vandalism and more likely to have useful contributions, even for the main page. to my knowledge, there has been no vandalism to this wiki so far. even if something does get messed up, whether with good or bad intentions, it can quickly and easily be fixed. the 1-week protection on the main page has just expired; i say we give it at least a trial and see whether it will get worse or better due to public edits. —[[user:X1011|X1011]] 08:25, 1 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Are we really expecting non-editor contributions on the front page? If we are seriously expecting that (and there is sufficient structure and instructions on the front page that first-time visitor will not stuff up the formatting, or undo all the collaboration which has occurred so far on the front page look and feel), then I'm happy for it to be unprotected.  But I'm skeptical that is the case. Otherwise, we should work how to protect the front page in a way that editors can edit it.  [[User:RodWhitby|RodWhitby]] 23:11, 1 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
an editor is anyone who signs up for an account here and makes an edit. i'll assume you're talking about non-admins.&lt;br /&gt;
&lt;br /&gt;
yes, i am expecting non-admins to want to contribute to the main page. [[user:Hopspitfire|Hopspitfire]] made a couple of edits soon after the protection expired, and i expect other users to follow.&lt;br /&gt;
&lt;br /&gt;
—[[user:X1011|X1011]] 02:24, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
I'm referring to the &amp;quot;Editors&amp;quot; group (which is different from Sysops), of which yourself and Hopspitfire are members.  I expect that major contributors would be part of that group and exempt from page protection limits. [[User:RodWhitby|RodWhitby]] 02:46, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
i just tried editing a protected page; i cannot. regardless, i still think it's an unnecessary barrier for people who may just want to make a small correction. also, Wikia's point about implying a hierarchy among editors is still valid. —[[user:X1011|X1011]] 03:08, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
I'm happy to trial an unprotected front page, as long as we have the Editors group in place so that protection can be implemented at a moment's notice if there is vandalism without affecting the access of the major contributors if we need to do that.  FYI, I'm not sure we've worked out how to allow the Editors group to edit protected pages yet, but that is definitely the intention, and is just awaiting someone working out how to do it.  [[User:RodWhitby|RodWhitby]] 03:13, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
BTW, I don't see an edit button on http://en.wikipedia.org/wiki/Main_Page ... that's the example that I think we're following. [[User:RodWhitby|RodWhitby]] 03:14, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
what can sysops do that 'editors' won't be able to, and why have the distinction?&lt;br /&gt;
&lt;br /&gt;
Wikipedia's main page was not protected at first. it was only protected after vandalism became a persistent problem. i think that's the model we should follow.&lt;br /&gt;
&lt;br /&gt;
—[[user:X1011|X1011]] 05:00, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Proposed: Redirects ==&lt;br /&gt;
&lt;br /&gt;
i don't think we should delete redirects. see [[wikipedia:Wikipedia:Redirect#harmful]] for the reasoning. in our case, we also have redirects from the old wiki to preserve. —[[user:X1011|X1011]] 08:33, 27 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
We killed the old wiki. Also most page movements are done to pages that are roughly very new. Some redirects have been left if they are for larger pages, but all internal links are redirected and that page becomes orphaned internally. --[[User:Templarian|Templarian]] 04:06, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
the old wiki is still up, and there are links to it from other sites. i'm ok with deleting new redirects; we can add an exception for that to the policy. —[[user:X1011|X1011]] 05:06, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
All pages moved from the old wiki to the new wiki should have had redirects added on the old wiki.  No exceptions.  -- Rod&lt;br /&gt;
&lt;br /&gt;
yes, that is part of the reason i want to preserve redirects within this wiki. —[[user:X1011|X1011]] 05:38, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
: And as a general policy,  I just don't see that redirects are evil on a plain old wiki.  DOUBLE redirects (or deeper) are evil because they don't actually get REDIRECTED you end up on a redirect page. &lt;br /&gt;
&lt;br /&gt;
: So, it's my policy to go in and SPLIT double redirects, so the first side of the double ends up as a direct.  But I don't DELETE them.  As I said to Matt, one of my patrol pages at wikipedia has 27 incoming redirects, and that's a good thing. For example,  I think we need redirect pages for [[Portal:Accessing Linux]] from [[rooting]] [[root login]] [[Accessing Linux]][[Accessing-Linux]] [[AccessingLinux]] and perhaps more.  Redirects are good.  [[User:Rboatright|rboatright]] 14:25, 31 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
so it seems we're all cool with redirects existing; i will put this policy on the page soon. —[[user:X1011|X1011]] 05:09, 12 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== proposed: off-wiki discussion ==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Discussions establishing consensus on issues affecting the community at large (such as policies) must take place on the WebOS Internals wiki.&amp;quot; —[[user:X1011|X1011]] 05:04, 12 August 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=WebOS_Internals_talk:Policies_and_guidelines&amp;diff=4265</id>
		<title>WebOS Internals talk:Policies and guidelines</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=WebOS_Internals_talk:Policies_and_guidelines&amp;diff=4265"/>
		<updated>2009-08-12T05:04:22Z</updated>

		<summary type="html">&lt;p&gt;X1011: New section: proposed: off-wiki discussion&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Proposed: Protection ==&lt;br /&gt;
&lt;br /&gt;
a policy similar to [[wikipedia:Wikipedia:Protection policy]], where pages are only protected if they are repeatedly vandalised or if there is an edit war —[[user:X1011|X1011]] 04:19, 27 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
see also [[wikia:c:help:help:main page#What if I don't want visitors to edit my main page?|Wikia's advice against protecting the main page]] and [[metawikipedia:Protected pages considered harmful]]. —[[user:X1011|X1011]] 03:42, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
It will be noted --[[User:Templarian|Templarian]] 04:06, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[Special:Protectedpages]], We only have 3 pages protected, and 2 files. The main page will most likely always be protected, please use the discussion as you are now to point out suggestions. Thanks and hopefully this answers your question. --[[User:Templarian|Templarian]] 13:13, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
we currently have 5 protected pages (one is move-protected only) and 2 protected files.&lt;br /&gt;
&lt;br /&gt;
there is no consensus yet on whether the main page will be protected indefinitely. see [[Talk:Main Page#Protection]].&lt;br /&gt;
&lt;br /&gt;
i have not posed a question. i have proposed a policy. you have not yet stated whether you agree or disagree with it. if you state that you disagree, please explain why. &lt;br /&gt;
&lt;br /&gt;
—[[user:X1011|X1011]] 06:16, 29 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Ok, I'll jump in.  I think the main page should be protected.  I don't know about others, but the main page is our face to the world, and the risk of defacing that exceedsthe value.  I am not unaware of the common mistakes described at http://help.wikia.com/wiki/Help:Common_mistakes and am willing to re-consider.  But for today, the only argument in the wikia article that is meaningful is the idea that many users will not get beyond the front page and may not even realize that the wiki is editable.  While that may have been true some time ago, in this self-selected and computer-literate group we're dealing with, I can't see it. [[User:Rboatright|rboatright]] 14:49, 31 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
if the group we're dealing with is so enlightened, then they should also be less prone to vandalism and more likely to have useful contributions, even for the main page. to my knowledge, there has been no vandalism to this wiki so far. even if something does get messed up, whether with good or bad intentions, it can quickly and easily be fixed. the 1-week protection on the main page has just expired; i say we give it at least a trial and see whether it will get worse or better due to public edits. —[[user:X1011|X1011]] 08:25, 1 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Are we really expecting non-editor contributions on the front page? If we are seriously expecting that (and there is sufficient structure and instructions on the front page that first-time visitor will not stuff up the formatting, or undo all the collaboration which has occurred so far on the front page look and feel), then I'm happy for it to be unprotected.  But I'm skeptical that is the case. Otherwise, we should work how to protect the front page in a way that editors can edit it.  [[User:RodWhitby|RodWhitby]] 23:11, 1 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
an editor is anyone who signs up for an account here and makes an edit. i'll assume you're talking about non-admins.&lt;br /&gt;
&lt;br /&gt;
yes, i am expecting non-admins to want to contribute to the main page. [[user:Hopspitfire|Hopspitfire]] made a couple of edits soon after the protection expired, and i expect other users to follow.&lt;br /&gt;
&lt;br /&gt;
—[[user:X1011|X1011]] 02:24, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
I'm referring to the &amp;quot;Editors&amp;quot; group (which is different from Sysops), of which yourself and Hopspitfire are members.  I expect that major contributors would be part of that group and exempt from page protection limits. [[User:RodWhitby|RodWhitby]] 02:46, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
i just tried editing a protected page; i cannot. regardless, i still think it's an unnecessary barrier for people who may just want to make a small correction. also, Wikia's point about implying a hierarchy among editors is still valid. —[[user:X1011|X1011]] 03:08, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
I'm happy to trial an unprotected front page, as long as we have the Editors group in place so that protection can be implemented at a moment's notice if there is vandalism without affecting the access of the major contributors if we need to do that.  FYI, I'm not sure we've worked out how to allow the Editors group to edit protected pages yet, but that is definitely the intention, and is just awaiting someone working out how to do it.  [[User:RodWhitby|RodWhitby]] 03:13, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
BTW, I don't see an edit button on http://en.wikipedia.org/wiki/Main_Page ... that's the example that I think we're following. [[User:RodWhitby|RodWhitby]] 03:14, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
what can sysops do that 'editors' won't be able to, and why have the distinction?&lt;br /&gt;
&lt;br /&gt;
Wikipedia's main page was not protected at first. it was only protected after vandalism became a persistent problem. i think that's the model we should follow.&lt;br /&gt;
&lt;br /&gt;
—[[user:X1011|X1011]] 05:00, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Proposed: Redirects ==&lt;br /&gt;
&lt;br /&gt;
i don't think we should delete redirects. see [[wikipedia:Wikipedia:Redirect#harmful]] for the reasoning. in our case, we also have redirects from the old wiki to preserve. —[[user:X1011|X1011]] 08:33, 27 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
We killed the old wiki. Also most page movements are done to pages that are roughly very new. Some redirects have been left if they are for larger pages, but all internal links are redirected and that page becomes orphaned internally. --[[User:Templarian|Templarian]] 04:06, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
the old wiki is still up, and there are links to it from other sites. i'm ok with deleting new redirects; we can add an exception for that to the policy. —[[user:X1011|X1011]] 05:06, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
All pages moved from the old wiki to the new wiki should have had redirects added on the old wiki.  No exceptions.  -- Rod&lt;br /&gt;
&lt;br /&gt;
yes, that is part of the reason i want to preserve redirects within this wiki. —[[user:X1011|X1011]] 05:38, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
: And as a general policy,  I just don't see that redirects are evil on a plain old wiki.  DOUBLE redirects (or deeper) are evil because they don't actually get REDIRECTED you end up on a redirect page. &lt;br /&gt;
&lt;br /&gt;
: So, it's my policy to go in and SPLIT double redirects, so the first side of the double ends up as a direct.  But I don't DELETE them.  As I said to Matt, one of my patrol pages at wikipedia has 27 incoming redirects, and that's a good thing. For example,  I think we need redirect pages for [[Portal:Accessing Linux]] from [[rooting]] [[root login]] [[Accessing Linux]][[Accessing-Linux]] [[AccessingLinux]] and perhaps more.  Redirects are good.  [[User:Rboatright|rboatright]] 14:25, 31 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== proposed: off-wiki discussion ==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Discussions establishing consensus on issues affecting the community at large (such as policies) must take place on the WebOS Internals wiki.&amp;quot; —[[user:X1011|X1011]] 05:04, 12 August 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Talk:Main_Page&amp;diff=4264</id>
		<title>Talk:Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Talk:Main_Page&amp;diff=4264"/>
		<updated>2009-08-12T04:55:56Z</updated>

		<summary type="html">&lt;p&gt;X1011: link to WebOS Internals talk:Policies and guidelines&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is for discussion of the Main Page. For discussion of general policies, see [[WebOS Internals talk:Policies and guidelines]]&lt;br /&gt;
&lt;br /&gt;
== Beta Main Page ==&lt;br /&gt;
&lt;br /&gt;
This isn't in use right now, but when It comes the time to swap out the main page again.&lt;br /&gt;
&lt;br /&gt;
[[Main_Page_beta]]&lt;br /&gt;
[[Template:Page-main-beta]]&lt;br /&gt;
&lt;br /&gt;
== Article title capitalization ==&lt;br /&gt;
&lt;br /&gt;
Are we sure we want to use title case for article titles? [http://en.wikipedia.org/wiki/Wikipedia:Mos#Article_titles Wikipedia uses sentence case], and i think it looks much better.&lt;br /&gt;
—[[User:X1011|X1011]] 06:35, 20 July 2009 (UTC)&amp;lt;br&amp;gt;&lt;br /&gt;
Also, same question for section headings —[[user:X1011|X1011]] 12:45, 20 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think it usually works out good since a lot of pages are displayed as: &amp;lt;nowiki&amp;gt;[[Page Name]], also with the headers of course don't uppercase &amp;quot;a&amp;quot;, &amp;quot;and&amp;quot;, etc.&amp;lt;/nowiki&amp;gt; --[[User:Templarian|Templarian]] 13:21, 20 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''from #webos-internals:'''&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
Rick_: X1011, the pages-to-be-moved page on the new wiki uses the PAGE NAME as a link to create the page on the new wiki rather than the old page link from the old wiki.&lt;br /&gt;
Rick_: In general _most_ of them are fine.&lt;br /&gt;
Rick_: We prefer &amp;quot;Page About Smashing the Pre&amp;quot;  to &amp;quot;Page about smashing the Pre&amp;quot;  because it _is_ the title of  the page, and so _should_ be in title case.&lt;br /&gt;
Rick_: or that's the consensus of the team to date.&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Registration error warning ==&lt;br /&gt;
&lt;br /&gt;
Instead of having the warning about getting an error on confirming your registration on the main page, could an admin put it on the [http://www.webos-internals.org/index.php?title=Special:Userlogin&amp;amp;type=signup create account page]? —[[user:X1011|X1011]] 01:58, 23 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
The Special:* namespace pages are not editable. -- Rod&lt;br /&gt;
&lt;br /&gt;
Maybe not inside the wiki editing system, but surely it's editable at some level. I think we should put user experience before &amp;quot;that's too hard to do&amp;quot;. —[[user:X1011|X1011]] 23:55, 23 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Agreed - I'll look into it.  -- Rod&lt;br /&gt;
&lt;br /&gt;
==Front page mispelling and Description Addition==&lt;br /&gt;
&lt;br /&gt;
There's a mispelling on the top of the front page (I don't have rights to edit this page)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Thank you for heling us convert all the pages from the old wiki!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
should be:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Thank you for hel'''p'''ing us convert all the pages from the old wiki!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Also, can you add something referencing &amp;quot;Kernels&amp;quot; in the development tools' description?&lt;br /&gt;
&lt;br /&gt;
-[[user:hopspitfire|hopspitfire]] 05:33, 23 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Added kernels to the list  --[[User:Templarian|Templarian]] 19:23, 27 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Protection ==&lt;br /&gt;
&lt;br /&gt;
Why is Main Page protected? It shouldn't be protected unless it is vandalised; see [[wikipedia:WP:NO-PREEMPT]]. As seen in the above section, regular people have useful contributions. —[[user:X1011|X1011]] 21:52, 24 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
I disagree.   We're getting 20K page views a day.  Let's keep the main page clean and functonal. [[User:Rboatright|rboatright]] 02:57, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
the main page has 14,428 total views to date. we shouldn't assume our users will make it dirty and unfunctional before we even give them a chance. Wikia has [[wikia:c:help:help:main page#What if I don't want visitors to edit my main page?|a good writeup]] on why the main page should not be protected.&lt;br /&gt;
&lt;br /&gt;
also, in the future, when you protect a page, please include a note explaining why you are doing so.&lt;br /&gt;
&lt;br /&gt;
—[[user:X1011|X1011]] 08:07, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The main page is currently editable, was this intentional? [[User:Hopspitfire|hopspitfire]] 07:03, 1 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Yea, rick only set it to be protected till aug 1st while updates were going on. The idea was so that users wouldn't mess with it as the site was being setup / structured. --[[User:Templarian|Templarian]] 22:42, 2 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
: The idea was that there was a gazillion links on the FRONT page of the old wiki.  we wanted the front page of the new wiki to lead to DEPARTMENTS instead of having a zillion links on it.   -- that's worked out now, and seems institutionally embedded so why not let the protection expire?  [[User:Rboatright|rboatright]] 22:51, 2 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
As many of seen the front page is no longer protected. The edit tab has been hidden, but editing can be easily done by &amp;quot;?title=Main_Page&amp;amp;action=edit&amp;quot;. Hopefully this solved any disagreements people may have with the editing/protection of the main page. --[[User:Templarian|Templarian]] 14:24, 5 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
That can be simplified even more just by typing &amp;quot;?action=edit&amp;quot;. -[[User:Hopspitfire|hopspitfire]] 21:20, 5 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Research/Reference Portal ==&lt;br /&gt;
&lt;br /&gt;
We need to add the Research/Reference portal to the front page. I recommend re-organizing the front page.&lt;br /&gt;
&lt;br /&gt;
I'd start with putting &amp;quot;Getting Started&amp;quot; on the top-middle by itself, then follow the diagram below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
-------------Getting Started-------------&lt;br /&gt;
Linux Apps---Source Patches---Dev Tools&lt;br /&gt;
Research-------webOS Apps-----Hardware&lt;br /&gt;
Recovery--------SDK Docs------Wiki Help&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We also need an icon for &amp;quot;Research&amp;quot;, maybe put a lab suit over Tux with a doctor's mask. What do you think?&lt;br /&gt;
&lt;br /&gt;
I also agree with the post above regarding the unprotection of the front page (at least to autoconfirmed users). -hopspitfire&lt;br /&gt;
&lt;br /&gt;
yes, we need to add a box for the research portal. [[User:Rboatright|rboatright]] 02:57, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
As of today all of this has been done (including Tux in a lab coat). --[[User:Templarian|Templarian]] 15:11, 5 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== featured article ==&lt;br /&gt;
I think we need a &amp;quot;featured article&amp;quot; on the main page.  Right now, that wuld be &lt;br /&gt;
terminal.    [[User:Rboatright|rboatright]] 02:57, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
the featured articles look great. --[[User:Templarian|Templarian]] 13:15, 30 July 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=User_talk:Templarian&amp;diff=4242</id>
		<title>User talk:Templarian</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=User_talk:Templarian&amp;diff=4242"/>
		<updated>2009-08-12T03:19:03Z</updated>

		<summary type="html">&lt;p&gt;X1011: /* main page edit tab */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Protection ==&lt;br /&gt;
&lt;br /&gt;
You are protecting too many pages. If you think i am going to get into an edit war with you, i am not; i follow the [[wikipedia:wp:1RR|one-revert rule]]. In general, do not assume you are the final word on everything; this is a wiki open to everyone, so things must be decided by consensus. If you disagree with someone, start a discussion to establish a consensus. Please review [[wikipedia:wp:Protection policy]] for a good example of a protection policy. —[[user:X1011|X1011]] 04:33, 27 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Those pages were protected because of the growing amount of members. It had nothing to do with you. Sorry for the confusion. --[[User:Templarian|Templarian]] 12:48, 27 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
since you did not explain yourself in the protection log, i could only guess your reasons.&lt;br /&gt;
&lt;br /&gt;
a growing amount of members is not reason enough to protect pages. please see my proposed policy on [[WebOS Internals talk:Policies and guidelines]], look over the linked articles, and say why you agree or disagree (on [[WebOS Internals talk:Policies and guidelines]], please).&lt;br /&gt;
&lt;br /&gt;
—[[user:X1011|X1011]] 03:59, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Sure it is. --[[User:Templarian|Templarian]] 04:19, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
this seems to conflict with what you posted in [[WebOS Internals talk:Policies and guidelines]]. please explain yourself ''there''. —[[user:X1011|X1011]] 04:57, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== discussion ==&lt;br /&gt;
&lt;br /&gt;
please don't split discussions; put replies on the same discussion page as the comment you're replying to. —[[user:X1011|X1011]] 04:01, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== main page edit tab ==&lt;br /&gt;
&lt;br /&gt;
see [[MediaWiki talk:Common.css]] —[[user:X1011|X1011]] 04:39, 5 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
and again —[[user:X1011|X1011]] 05:13, 7 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
one more time (you should be watching discussion pages you're participating in; you may want to enable the &amp;quot;Add pages I edit to my watchlist&amp;quot; option on the Watchlist tab in preferences.) —[[user:X1011|X1011]] 01:35, 8 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
are you going to post the log or do i have to talk to the others? —[[user:X1011|X1011]] 03:19, 12 August 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Template:Page-main&amp;diff=4058</id>
		<title>Template:Page-main</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Template:Page-main&amp;diff=4058"/>
		<updated>2009-08-08T09:07:01Z</updated>

		<summary type="html">&lt;p&gt;X1011: removing leftover dotted border&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;10&amp;quot; cellpadding=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;3&amp;quot; style=&amp;quot;background-color:#FBE6FB;border-top:1px solid #999;border-left:1px solid #999;border-right:1px solid #333;border-bottom:1px solid #333;&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div style=&amp;quot;text-align:center;padding:10px;font-size:18px;&amp;quot;&amp;gt;Thank you for helping us move from the old wiki!&amp;lt;br/&amp;gt; Now, please help us in testing all our patches &amp;lt;br/&amp;gt;against 1.1 here:  [[Portal:Patches to webOS]]. &amp;lt;/div&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Welcome to the WebOS Internals wiki'''&lt;br /&gt;
&lt;br /&gt;
This site is for collecting information about the inner workings of webOS, which powers everybody (else)'s favorite smart phone, the Palm Pre. If you add information which you did not discover yourself, please try to give credit to the original researcher. Also, please do not add information that has not been confirmed. This is meant to be a collection of facts, and our site is growing quickly, so organization may sometimes be lacking.&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td style=&amp;quot;background-color:#FFFFE0;width:33%;border-top:1px solid #999;border-left:1px solid #999;border-right:1px solid #333;border-bottom:1px solid #333;&amp;quot;&amp;gt;{{{cell-1-1}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td style=&amp;quot;background-color:#F1F1F1;width:33%;border-top:1px solid #999;border-left:1px solid #999;border-right:1px solid #333;border-bottom:1px solid #333;&amp;quot;&amp;gt;{{{cell-2-1}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td style=&amp;quot;background-color:#ECF9FF;width:33%;border-top:1px solid #999;border-left:1px solid #999;border-right:1px solid #333;border-bottom:1px solid #333;&amp;quot;&amp;gt;{{{cell-3-1}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td style=&amp;quot;background-color:#FFFFE0;border-top:1px solid #999;border-left:1px solid #999;border-right:1px solid #333;border-bottom:1px solid #333;&amp;quot;&amp;gt;{{{cell-1-2}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td style=&amp;quot;background-color:#F1F1F1;border-top:1px solid #999;border-left:1px solid #999;border-right:1px solid #333;border-bottom:1px solid #333;&amp;quot;&amp;gt;{{{cell-2-2}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td style=&amp;quot;background-color:#ECF9FF;border-top:1px solid #999;border-left:1px solid #999;border-right:1px solid #333;border-bottom:1px solid #333;&amp;quot;&amp;gt;{{{cell-3-2}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td style=&amp;quot;background-color:#FFFFE0;border-top:1px solid #999;border-left:1px solid #999;border-right:1px solid #333;border-bottom:1px solid #333;&amp;quot;&amp;gt;{{{cell-1-3}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td style=&amp;quot;background-color:#F1F1F1;border-top:1px solid #999;border-left:1px solid #999;border-right:1px solid #333;border-bottom:1px solid #333;&amp;quot;&amp;gt;{{{cell-2-3}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td style=&amp;quot;background-color:#ECF9FF;border-top:1px solid #999;border-left:1px solid #999;border-right:1px solid #333;border-bottom:1px solid #333;&amp;quot;&amp;gt;{{{cell-3-3}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td style=&amp;quot;background-color:#FFFFE0;border-top:1px solid #999;border-left:1px solid #999;border-right:1px solid #333;border-bottom:1px solid #333;&amp;quot;&amp;gt;{{{cell-1-4}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td style=&amp;quot;background-color:#F1F1F1;border-top:1px solid #999;border-left:1px solid #999;border-right:1px solid #333;border-bottom:1px solid #333;&amp;quot;&amp;gt;{{{cell-2-4}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td style=&amp;quot;background-color:#ECF9FF;border-top:1px solid #999;border-left:1px solid #999;border-right:1px solid #333;border-bottom:1px solid #333;&amp;quot;&amp;gt;{{{cell-3-4}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;table width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
     &amp;lt;td&amp;gt;{{{leftnav}}}&amp;lt;td&amp;gt;&lt;br /&gt;
     &amp;lt;td style=&amp;quot;text-align:right;&amp;quot;&amp;gt;{{{rightnav}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
   &amp;lt;/table&amp;gt;&lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td style=&amp;quot;background-color:#FFFFE0;vertical-align:top;border-top:1px solid #999;border-left:1px solid #999;border-right:1px solid #333;border-bottom:1px solid #333;&amp;quot;&amp;gt;{{{irc}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td style=&amp;quot;background-color:#F1F1F1;vertical-align:top;border-top:1px solid #999;border-left:1px solid #999;border-right:1px solid #333;border-bottom:1px solid #333;&amp;quot;&amp;gt;&lt;br /&gt;
{{{coderepositories}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td style=&amp;quot;background-color:#ECF9FF;vertical-align:top;border-top:1px solid #999;border-left:1px solid #999;border-right:1px solid #333;border-bottom:1px solid #333;&amp;quot;&amp;gt;{{{resources}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td colspan=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{portal-two-columns&lt;br /&gt;
|column1=&lt;br /&gt;
==Featured Article==&lt;br /&gt;
{{WebOS Internals:Featured_Article/Current}}&lt;br /&gt;
&lt;br /&gt;
[[WebOS Internals:Featured_Article|Past and future featured articles]]&lt;br /&gt;
|column2=&lt;br /&gt;
==Featured Project==&lt;br /&gt;
{{WebOS Internals:Featured_Project/Current}}&lt;br /&gt;
&lt;br /&gt;
[[WebOS Internals:Featured_Project|Past and future featured projects]]&lt;br /&gt;
 }}&lt;br /&gt;
&lt;br /&gt;
== Disclaimer ==&lt;br /&gt;
&lt;br /&gt;
{{WebOS Internals:General disclaimer}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=MediaWiki_talk:Common.css&amp;diff=4046</id>
		<title>MediaWiki talk:Common.css</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=MediaWiki_talk:Common.css&amp;diff=4046"/>
		<updated>2009-08-08T01:36:52Z</updated>

		<summary type="html">&lt;p&gt;X1011: /* main page edit tab */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== main page edit tab ==&lt;br /&gt;
&lt;br /&gt;
woah, hold on. do not hide the main page's edit tab. see [[WebOS Internals talk:Policies and guidelines#Proposed: Protection]] for the discussion on restricting editing of the main page. —[[user:X1011|X1011]] 09:46, 4 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Majority agreed in the sysops in IRC. --[[User:Templarian|Templarian]] 13:56, 5 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
you said on my talk page that this was decided a while ago; was that before the discussion on [[WebOS Internals talk:Policies and guidelines#Proposed: Protection]] (~august 2)? —[[user:X1011|X1011]] 04:25, 6 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Must of been during... I believe you were the only one for not removing the button. The front page was setup so that it will not have to be edited for a long time. It's for the most part static with the featured article stuff in templates. --[[User:Templarian|Templarian]] 05:24, 7 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
post the log in [[WebOS Internals talk:Policies and guidelines#Proposed: Protection]]; we can continue the discussion there. —[[user:X1011|X1011]] 05:32, 7 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
and make sure to include the timestamp(s) (at least one at the beginning) —[[user:X1011|X1011]] 01:36, 8 August 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=User_talk:Templarian&amp;diff=4045</id>
		<title>User talk:Templarian</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=User_talk:Templarian&amp;diff=4045"/>
		<updated>2009-08-08T01:35:33Z</updated>

		<summary type="html">&lt;p&gt;X1011: /* main page edit tab */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Protection ==&lt;br /&gt;
&lt;br /&gt;
You are protecting too many pages. If you think i am going to get into an edit war with you, i am not; i follow the [[wikipedia:wp:1RR|one-revert rule]]. In general, do not assume you are the final word on everything; this is a wiki open to everyone, so things must be decided by consensus. If you disagree with someone, start a discussion to establish a consensus. Please review [[wikipedia:wp:Protection policy]] for a good example of a protection policy. —[[user:X1011|X1011]] 04:33, 27 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Those pages were protected because of the growing amount of members. It had nothing to do with you. Sorry for the confusion. --[[User:Templarian|Templarian]] 12:48, 27 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
since you did not explain yourself in the protection log, i could only guess your reasons.&lt;br /&gt;
&lt;br /&gt;
a growing amount of members is not reason enough to protect pages. please see my proposed policy on [[WebOS Internals talk:Policies and guidelines]], look over the linked articles, and say why you agree or disagree (on [[WebOS Internals talk:Policies and guidelines]], please).&lt;br /&gt;
&lt;br /&gt;
—[[user:X1011|X1011]] 03:59, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Sure it is. --[[User:Templarian|Templarian]] 04:19, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
this seems to conflict with what you posted in [[WebOS Internals talk:Policies and guidelines]]. please explain yourself ''there''. —[[user:X1011|X1011]] 04:57, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== discussion ==&lt;br /&gt;
&lt;br /&gt;
please don't split discussions; put replies on the same discussion page as the comment you're replying to. —[[user:X1011|X1011]] 04:01, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== main page edit tab ==&lt;br /&gt;
&lt;br /&gt;
see [[MediaWiki talk:Common.css]] —[[user:X1011|X1011]] 04:39, 5 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
and again —[[user:X1011|X1011]] 05:13, 7 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
one more time (you should be watching discussion pages you're participating in; you may want to enable the &amp;quot;Add pages I edit to my watchlist&amp;quot; option on the Watchlist tab in preferences.) —[[user:X1011|X1011]] 01:35, 8 August 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Talk:Preware_Design&amp;diff=4044</id>
		<title>Talk:Preware Design</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Talk:Preware_Design&amp;diff=4044"/>
		<updated>2009-08-08T01:18:42Z</updated>

		<summary type="html">&lt;p&gt;X1011: /* XML feeds */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{box | color = #cdf |&lt;br /&gt;
This is a discussion page. Create a new topic with the '+' tab. Sign your comments using the signature button or by typing &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. If your suggestion reaches consensus, you may implement it on the application page.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Replacing wiki pages? ==&lt;br /&gt;
&lt;br /&gt;
Is this going to replace the application pages in this wiki? I think it should.&lt;br /&gt;
—[[user:X1011|X1011]] 22:31, 25 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
This has not been decided yet, but in all odds it eventually will. --[[User:Templarian|Templarian]] 03:18, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== protection ==&lt;br /&gt;
'''Page is now unprotected and moved to the application name space.'''[[User:Rboatright|rboatright]] 04:24, 30 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
why is this page protected? I think we should follow [[wikipedia:WP:NO-PREEMPT]].&lt;br /&gt;
—[[user:X1011|X1011]] 22:31, 25 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Quality control by sysops. --[[User:Templarian|Templarian]] 22:44, 27 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
are you saying that only sysops are capable of quality?&lt;br /&gt;
&lt;br /&gt;
also, it says it's a discussion page. how can it be if it's protected?&lt;br /&gt;
&lt;br /&gt;
—[[user:X1011|X1011]] 07:30, 29 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I forgot to unprotect the preware page when I moved it -- sorry [[User:Rboatright|rboatright]]&lt;br /&gt;
&lt;br /&gt;
== XML feeds ==&lt;br /&gt;
&lt;br /&gt;
* instead of &amp;lt;firmware&amp;gt;:&lt;br /&gt;
&amp;lt;source lang='xml'&amp;gt;&lt;br /&gt;
&amp;lt;webOSVersion&amp;gt;&lt;br /&gt;
    &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
    &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
&amp;lt;/webOSVersion&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
* maintainer:&lt;br /&gt;
&amp;lt;source lang='xml'&amp;gt;&lt;br /&gt;
&amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
    &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
&amp;lt;/maintainer&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
* should a category have an id? everything else does.&lt;br /&gt;
* in the review, you have the type in the message tag, but in the comment, you have it in the messages tag.&lt;br /&gt;
* &amp;lt;comment&amp;gt; should be &amp;lt;text&amp;gt; or &amp;lt;body&amp;gt;&lt;br /&gt;
* in &amp;lt;comment&amp;gt;, what do you mean by 'split it somewhere'?&lt;br /&gt;
* does &amp;lt;code&amp;gt;preware.org/feed/xml/type/&amp;lt;/code&amp;gt; have a meaning? if not, we should use:&lt;br /&gt;
&amp;lt;source lang='text'&amp;gt;&lt;br /&gt;
preware.org/feed/xml/application/23/&lt;br /&gt;
preware.org/feed/xml/plugin/23/&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
—[[user:X1011|X1011]] 09:27, 29 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
- Agreed with all suggestions in this section, and they are now reflected in the article. --[[User:Templarian|Templarian]] 02:33, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
For &amp;quot;preware.org/feed/xml/application/23/&amp;quot; since it shares id's, couldn't it just be &amp;quot;/xml/23/&amp;quot;. --[[user:Templarian|Templarian]]&lt;br /&gt;
&lt;br /&gt;
== GUI Addition: Version# and Changelog ==&lt;br /&gt;
&lt;br /&gt;
Idea: Add a small &amp;quot;Details&amp;quot; or &amp;quot;+&amp;quot; button on the app and plugins pages. It can go at the end of the description, or possibly to the right of the very large &amp;quot;Install/Delete&amp;quot; button. It may not be wanted though. I know we don't want to show version numbers on the app page, but I'd love to have some way to access the version number and changelog from within the Preware app, even if its semi-hidden. I read the results of Rick's papercraft gui study, and agree with a lot of the comments, but I still feel like this is something that would be helpful to have available somewhere in the app, even if it isn't immediately obvious how to get to it (since its not something that is necessarily required by the average user). --[[User:Zinge|Zinge]] 02:29, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Changes reflected in the Preware Application mockup image. --[[User:Templarian|Templarian]] 02:46, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Looks good, but we may want to change the &amp;quot;list&amp;quot; icon to something that look less like &amp;quot;go back to the app list&amp;quot;. My suggestions are- are lowercase &amp;quot;i&amp;quot; or the &amp;quot;+&amp;quot; symbol. Any better ideas? --[[User:Zinge|Zinge]] 02:56, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
lowercase i is the correct icon, I changed it to reflect that in the mockup. --[[User:Templarian|Templarian]] 03:11, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== button resizing ==&lt;br /&gt;
&lt;br /&gt;
For the first screenshot I think it would be best if we made it so that the buttons resize. No scrolling in any form even if there notifications below it. --[[user:Templarian|Templarian]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== License id ==&lt;br /&gt;
&lt;br /&gt;
Do you think we should put the versions next to all of them to be consistent? --[[User:Templarian|Templarian]] 02:33, 5 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
what is the purpose of having a license id? —[[user:X1011|X1011]] 04:51, 5 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Since the Preware app is listed for Open Source projects it was mentioned it would be nice to have it listed on the information button (which may be moved to a drop down at the right of the top title). Really treating the info screen as the information normal users do not care about seeing immediately. The license id is just a standard id that will never change. --[[User:Templarian|Templarian]] 14:12, 5 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
are you saying the name of a license is likely to change? i doubt that. if you must have a license id, though, just make it a number like all the other ids. —[[user:X1011|X1011]] 04:35, 6 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Yea, probably change that to a number sometime. --[[User:Templarian|Templarian]] 05:29, 6 August 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Talk:Preware_Design&amp;diff=4043</id>
		<title>Talk:Preware Design</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Talk:Preware_Design&amp;diff=4043"/>
		<updated>2009-08-08T01:18:21Z</updated>

		<summary type="html">&lt;p&gt;X1011: /* XML feeds */ sign!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{box | color = #cdf |&lt;br /&gt;
This is a discussion page. Create a new topic with the '+' tab. Sign your comments using the signature button or by typing &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. If your suggestion reaches consensus, you may implement it on the application page.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Replacing wiki pages? ==&lt;br /&gt;
&lt;br /&gt;
Is this going to replace the application pages in this wiki? I think it should.&lt;br /&gt;
—[[user:X1011|X1011]] 22:31, 25 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
This has not been decided yet, but in all odds it eventually will. --[[User:Templarian|Templarian]] 03:18, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== protection ==&lt;br /&gt;
'''Page is now unprotected and moved to the application name space.'''[[User:Rboatright|rboatright]] 04:24, 30 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
why is this page protected? I think we should follow [[wikipedia:WP:NO-PREEMPT]].&lt;br /&gt;
—[[user:X1011|X1011]] 22:31, 25 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Quality control by sysops. --[[User:Templarian|Templarian]] 22:44, 27 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
are you saying that only sysops are capable of quality?&lt;br /&gt;
&lt;br /&gt;
also, it says it's a discussion page. how can it be if it's protected?&lt;br /&gt;
&lt;br /&gt;
—[[user:X1011|X1011]] 07:30, 29 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I forgot to unprotect the preware page when I moved it -- sorry [[User:Rboatright|rboatright]]&lt;br /&gt;
&lt;br /&gt;
== XML feeds ==&lt;br /&gt;
&lt;br /&gt;
* instead of &amp;lt;firmware&amp;gt;:&lt;br /&gt;
&amp;lt;source lang='xml'&amp;gt;&lt;br /&gt;
&amp;lt;webOSVersion&amp;gt;&lt;br /&gt;
    &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
    &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
&amp;lt;/webOSVersion&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
* maintainer:&lt;br /&gt;
&amp;lt;source lang='xml'&amp;gt;&lt;br /&gt;
&amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
    &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
&amp;lt;/maintainer&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
* should a category have an id? everything else does.&lt;br /&gt;
* in the review, you have the type in the message tag, but in the comment, you have it in the messages tag.&lt;br /&gt;
* &amp;lt;comment&amp;gt; should be &amp;lt;text&amp;gt; or &amp;lt;body&amp;gt;&lt;br /&gt;
* in &amp;lt;comment&amp;gt;, what do you mean by 'split it somewhere'?&lt;br /&gt;
* does &amp;lt;code&amp;gt;preware.org/feed/xml/type/&amp;lt;/code&amp;gt; have a meaning? if not, we should use:&lt;br /&gt;
&amp;lt;source lang='text'&amp;gt;&lt;br /&gt;
preware.org/feed/xml/application/23/&lt;br /&gt;
preware.org/feed/xml/plugin/23/&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
—[[user:X1011|X1011]] 09:27, 29 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
- Agreed with all suggestions in this section, and they are now reflected in the article. --[[User:Templarian|Templarian]] 02:33, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
For &amp;quot;preware.org/feed/xml/application/23/&amp;quot; since it shares id's, couldn't it just be &amp;quot;/xml/23/&amp;quot;. --[[user:Templarian]]&lt;br /&gt;
&lt;br /&gt;
== GUI Addition: Version# and Changelog ==&lt;br /&gt;
&lt;br /&gt;
Idea: Add a small &amp;quot;Details&amp;quot; or &amp;quot;+&amp;quot; button on the app and plugins pages. It can go at the end of the description, or possibly to the right of the very large &amp;quot;Install/Delete&amp;quot; button. It may not be wanted though. I know we don't want to show version numbers on the app page, but I'd love to have some way to access the version number and changelog from within the Preware app, even if its semi-hidden. I read the results of Rick's papercraft gui study, and agree with a lot of the comments, but I still feel like this is something that would be helpful to have available somewhere in the app, even if it isn't immediately obvious how to get to it (since its not something that is necessarily required by the average user). --[[User:Zinge|Zinge]] 02:29, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Changes reflected in the Preware Application mockup image. --[[User:Templarian|Templarian]] 02:46, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Looks good, but we may want to change the &amp;quot;list&amp;quot; icon to something that look less like &amp;quot;go back to the app list&amp;quot;. My suggestions are- are lowercase &amp;quot;i&amp;quot; or the &amp;quot;+&amp;quot; symbol. Any better ideas? --[[User:Zinge|Zinge]] 02:56, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
lowercase i is the correct icon, I changed it to reflect that in the mockup. --[[User:Templarian|Templarian]] 03:11, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== button resizing ==&lt;br /&gt;
&lt;br /&gt;
For the first screenshot I think it would be best if we made it so that the buttons resize. No scrolling in any form even if there notifications below it. --[[user:Templarian|Templarian]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== License id ==&lt;br /&gt;
&lt;br /&gt;
Do you think we should put the versions next to all of them to be consistent? --[[User:Templarian|Templarian]] 02:33, 5 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
what is the purpose of having a license id? —[[user:X1011|X1011]] 04:51, 5 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Since the Preware app is listed for Open Source projects it was mentioned it would be nice to have it listed on the information button (which may be moved to a drop down at the right of the top title). Really treating the info screen as the information normal users do not care about seeing immediately. The license id is just a standard id that will never change. --[[User:Templarian|Templarian]] 14:12, 5 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
are you saying the name of a license is likely to change? i doubt that. if you must have a license id, though, just make it a number like all the other ids. —[[user:X1011|X1011]] 04:35, 6 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Yea, probably change that to a number sometime. --[[User:Templarian|Templarian]] 05:29, 6 August 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=File_talk:Tux_with_Broken_Pre.png&amp;diff=4042</id>
		<title>File talk:Tux with Broken Pre.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=File_talk:Tux_with_Broken_Pre.png&amp;diff=4042"/>
		<updated>2009-08-08T01:12:52Z</updated>

		<summary type="html">&lt;p&gt;X1011: /* ... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== ... ==&lt;br /&gt;
&lt;br /&gt;
why does this Tux have pubic hair? —[[user:X1011|X1011]] 13:20, 7 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Those are the fragements ofthe broken pre he's holding.  -- [[User:Rboatright|rboatright]] 19:30, 7 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
it really doesn't look like it; not to mention the pieces on the ground are not missing from the halves he's holding. —[[user:X1011|X1011]] 01:12, 8 August 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=File_talk:Tux_with_Broken_Pre.png&amp;diff=4005</id>
		<title>File talk:Tux with Broken Pre.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=File_talk:Tux_with_Broken_Pre.png&amp;diff=4005"/>
		<updated>2009-08-07T13:20:53Z</updated>

		<summary type="html">&lt;p&gt;X1011: ...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== ... ==&lt;br /&gt;
&lt;br /&gt;
why does this Tux have pubic hair? —[[user:X1011|X1011]] 13:20, 7 August 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=MediaWiki_talk:Common.css&amp;diff=3932</id>
		<title>MediaWiki talk:Common.css</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=MediaWiki_talk:Common.css&amp;diff=3932"/>
		<updated>2009-08-07T05:32:45Z</updated>

		<summary type="html">&lt;p&gt;X1011: /* main page edit tab */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== main page edit tab ==&lt;br /&gt;
&lt;br /&gt;
woah, hold on. do not hide the main page's edit tab. see [[WebOS Internals talk:Policies and guidelines#Proposed: Protection]] for the discussion on restricting editing of the main page. —[[user:X1011|X1011]] 09:46, 4 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Majority agreed in the sysops in IRC. --[[User:Templarian|Templarian]] 13:56, 5 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
you said on my talk page that this was decided a while ago; was that before the discussion on [[WebOS Internals talk:Policies and guidelines#Proposed: Protection]] (~august 2)? —[[user:X1011|X1011]] 04:25, 6 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Must of been during... I believe you were the only one for not removing the button. The front page was setup so that it will not have to be edited for a long time. It's for the most part static with the featured article stuff in templates. --[[User:Templarian|Templarian]] 05:24, 7 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
post the log in [[WebOS Internals talk:Policies and guidelines#Proposed: Protection]]; we can continue the discussion there. —[[user:X1011|X1011]] 05:32, 7 August 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=User_talk:Templarian&amp;diff=3930</id>
		<title>User talk:Templarian</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=User_talk:Templarian&amp;diff=3930"/>
		<updated>2009-08-07T05:13:01Z</updated>

		<summary type="html">&lt;p&gt;X1011: /* main page edit tab */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Protection ==&lt;br /&gt;
&lt;br /&gt;
You are protecting too many pages. If you think i am going to get into an edit war with you, i am not; i follow the [[wikipedia:wp:1RR|one-revert rule]]. In general, do not assume you are the final word on everything; this is a wiki open to everyone, so things must be decided by consensus. If you disagree with someone, start a discussion to establish a consensus. Please review [[wikipedia:wp:Protection policy]] for a good example of a protection policy. —[[user:X1011|X1011]] 04:33, 27 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Those pages were protected because of the growing amount of members. It had nothing to do with you. Sorry for the confusion. --[[User:Templarian|Templarian]] 12:48, 27 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
since you did not explain yourself in the protection log, i could only guess your reasons.&lt;br /&gt;
&lt;br /&gt;
a growing amount of members is not reason enough to protect pages. please see my proposed policy on [[WebOS Internals talk:Policies and guidelines]], look over the linked articles, and say why you agree or disagree (on [[WebOS Internals talk:Policies and guidelines]], please).&lt;br /&gt;
&lt;br /&gt;
—[[user:X1011|X1011]] 03:59, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Sure it is. --[[User:Templarian|Templarian]] 04:19, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
this seems to conflict with what you posted in [[WebOS Internals talk:Policies and guidelines]]. please explain yourself ''there''. —[[user:X1011|X1011]] 04:57, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== discussion ==&lt;br /&gt;
&lt;br /&gt;
please don't split discussions; put replies on the same discussion page as the comment you're replying to. —[[user:X1011|X1011]] 04:01, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== main page edit tab ==&lt;br /&gt;
&lt;br /&gt;
see [[MediaWiki talk:Common.css]] —[[user:X1011|X1011]] 04:39, 5 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
and again —[[user:X1011|X1011]] 05:13, 7 August 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Talk:Preware_Design&amp;diff=3880</id>
		<title>Talk:Preware Design</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Talk:Preware_Design&amp;diff=3880"/>
		<updated>2009-08-06T04:35:00Z</updated>

		<summary type="html">&lt;p&gt;X1011: /* License id */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{box | color = #cdf |&lt;br /&gt;
This is a discussion page. Create a new topic with the '+' tab. Sign your comments using the signature button or by typing &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. If your suggestion reaches consensus, you may implement it on the application page.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Replacing wiki pages? ==&lt;br /&gt;
&lt;br /&gt;
Is this going to replace the application pages in this wiki? I think it should.&lt;br /&gt;
—[[user:X1011|X1011]] 22:31, 25 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
This has not been decided yet, but in all odds it eventually will. --[[User:Templarian|Templarian]] 03:18, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== protection ==&lt;br /&gt;
'''Page is now unprotected and moved to the application name space.'''[[User:Rboatright|rboatright]] 04:24, 30 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
why is this page protected? I think we should follow [[wikipedia:WP:NO-PREEMPT]].&lt;br /&gt;
—[[user:X1011|X1011]] 22:31, 25 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Quality control by sysops. --[[User:Templarian|Templarian]] 22:44, 27 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
are you saying that only sysops are capable of quality?&lt;br /&gt;
&lt;br /&gt;
also, it says it's a discussion page. how can it be if it's protected?&lt;br /&gt;
&lt;br /&gt;
—[[user:X1011|X1011]] 07:30, 29 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I forgot to unprotect the preware page when I moved it -- sorry [[User:Rboatright|rboatright]]&lt;br /&gt;
&lt;br /&gt;
== XML feeds ==&lt;br /&gt;
&lt;br /&gt;
* instead of &amp;lt;firmware&amp;gt;:&lt;br /&gt;
&amp;lt;source lang='xml'&amp;gt;&lt;br /&gt;
&amp;lt;webOSVersion&amp;gt;&lt;br /&gt;
    &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
    &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
&amp;lt;/webOSVersion&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
* maintainer:&lt;br /&gt;
&amp;lt;source lang='xml'&amp;gt;&lt;br /&gt;
&amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
    &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
&amp;lt;/maintainer&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
* should a category have an id? everything else does.&lt;br /&gt;
* in the review, you have the type in the message tag, but in the comment, you have it in the messages tag.&lt;br /&gt;
* &amp;lt;comment&amp;gt; should be &amp;lt;text&amp;gt; or &amp;lt;body&amp;gt;&lt;br /&gt;
* in &amp;lt;comment&amp;gt;, what do you mean by 'split it somewhere'?&lt;br /&gt;
* does &amp;lt;code&amp;gt;preware.org/feed/xml/type/&amp;lt;/code&amp;gt; have a meaning? if not, we should use:&lt;br /&gt;
&amp;lt;source lang='text'&amp;gt;&lt;br /&gt;
preware.org/feed/xml/application/23/&lt;br /&gt;
preware.org/feed/xml/plugin/23/&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
—[[user:X1011|X1011]] 09:27, 29 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
- Agreed with all suggestions in this section, and they are now reflected in the article. --[[User:Templarian|Templarian]] 02:33, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== GUI Addition: Version# and Changelog ==&lt;br /&gt;
&lt;br /&gt;
Idea: Add a small &amp;quot;Details&amp;quot; or &amp;quot;+&amp;quot; button on the app and plugins pages. It can go at the end of the description, or possibly to the right of the very large &amp;quot;Install/Delete&amp;quot; button. It may not be wanted though. I know we don't want to show version numbers on the app page, but I'd love to have some way to access the version number and changelog from within the Preware app, even if its semi-hidden. I read the results of Rick's papercraft gui study, and agree with a lot of the comments, but I still feel like this is something that would be helpful to have available somewhere in the app, even if it isn't immediately obvious how to get to it (since its not something that is necessarily required by the average user). --[[User:Zinge|Zinge]] 02:29, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Changes reflected in the Preware Application mockup image. --[[User:Templarian|Templarian]] 02:46, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Looks good, but we may want to change the &amp;quot;list&amp;quot; icon to something that look less like &amp;quot;go back to the app list&amp;quot;. My suggestions are- are lowercase &amp;quot;i&amp;quot; or the &amp;quot;+&amp;quot; symbol. Any better ideas? --[[User:Zinge|Zinge]] 02:56, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
lowercase i is the correct icon, I changed it to reflect that in the mockup. --[[User:Templarian|Templarian]] 03:11, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== button resizing ==&lt;br /&gt;
&lt;br /&gt;
For the first screenshot I think it would be best if we made it so that the buttons resize. No scrolling in any form even if there notifications below it. --[[user:Templarian|Templarian]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== License id ==&lt;br /&gt;
&lt;br /&gt;
Do you think we should put the versions next to all of them to be consistent? --[[User:Templarian|Templarian]] 02:33, 5 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
what is the purpose of having a license id? —[[user:X1011|X1011]] 04:51, 5 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Since the Preware app is listed for Open Source projects it was mentioned it would be nice to have it listed on the information button (which may be moved to a drop down at the right of the top title). Really treating the info screen as the information normal users do not care about seeing immediately. The license id is just a standard id that will never change. --[[User:Templarian|Templarian]] 14:12, 5 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
are you saying the name of a license is likely to change? i doubt that. if you must have a license id, though, just make it a number like all the other ids. —[[user:X1011|X1011]] 04:35, 6 August 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=MediaWiki_talk:Common.css&amp;diff=3879</id>
		<title>MediaWiki talk:Common.css</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=MediaWiki_talk:Common.css&amp;diff=3879"/>
		<updated>2009-08-06T04:25:24Z</updated>

		<summary type="html">&lt;p&gt;X1011: /* main page edit tab */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== main page edit tab ==&lt;br /&gt;
&lt;br /&gt;
woah, hold on. do not hide the main page's edit tab. see [[WebOS Internals talk:Policies and guidelines#Proposed: Protection]] for the discussion on restricting editing of the main page. —[[user:X1011|X1011]] 09:46, 4 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Majority agreed in the sysops in IRC. --[[User:Templarian|Templarian]] 13:56, 5 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
you said on my talk page that this was decided a while ago; was that before the discussion on [[WebOS Internals talk:Policies and guidelines#Proposed: Protection]] (~august 2)? —[[user:X1011|X1011]] 04:25, 6 August 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=User_talk:X1011&amp;diff=3878</id>
		<title>User talk:X1011</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=User_talk:X1011&amp;diff=3878"/>
		<updated>2009-08-06T04:20:25Z</updated>

		<summary type="html">&lt;p&gt;X1011: revert (you deleted a section)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== moving pages ==&lt;br /&gt;
{{Warn|reason=You did a good job moving those other pages around, but please make sure to fix all linking pages after you move it, and file the old page under [[Admin Changes]]. Another note don't move pages out of the help section. --[[user:Templarian|Templarian]]}}&lt;br /&gt;
&lt;br /&gt;
Wikipedia puts their policies in the Wikipedia: namespace. This separates technical help pages (how do i do this?) from policy pages (what is the established standard for this?). I think we should follow a similar model. If you disagree, start a discussion section in [[WebOS Internals talk:Policies and guidelines]], move these comments there, and then state your reasons clearly. —[[user:X1011|X1011]] 03:15, 27 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== noob page ==&lt;br /&gt;
re your NOOB page.  Great job.   I think it needs to be prominently linked off the front page, requiring a change to the front page template. [[User:Rboatright|rboatright]]&lt;br /&gt;
&lt;br /&gt;
talking about [[NOOB Friendly Getting Started]] aka [[Portal: Where to Get Started]]? that's not mine; that was the work of [[user:Imop45|Imop45]] —[[user:X1011|X1011]] 04:37, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== magic wand ==&lt;br /&gt;
Magic wand should be coming up.   Con census was yes.  That said, before making BIG changes to the layout of the wiki, please, lets try to have a consensus of the editors. [[User:Rboatright|rboatright]]&lt;br /&gt;
&lt;br /&gt;
cool, will do, but keep in mind that granting adminship should [[wikipedia:WP:NOBIGDEAL|not be a big deal]] —[[user:X1011|X1011]] 04:37, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
: when I first started editing wikipedia in 2003, when it had less than 5K articles, adminship was a big deal.  Jimbo didn't like that, and it wasn't long later that he made his famous &amp;quot;will-nilly&amp;quot; comment.  but the simple reality is that who you choose to be part of the editorial team early on shapes the eventual outcome of the community's identity.  &lt;br /&gt;
&lt;br /&gt;
: Never-the-less, happy to welcome you aboard. [[User:Rboatright|rboatright]] 13:34, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
the 'editorial team' is everyone who chooses to edit the wiki. restricting adminship only makes it harder for people who want to contribute deeply. —[[user:X1011|X1011]] 06:00, 29 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
still waiting on that magic wand... —[[user:X1011|X1011]] 02:31, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
[http://www.webos-internals.org/index.php?title=Special%3AListusers&amp;amp;username=&amp;amp;group=Editors&amp;amp;limit=50 Editor List] Been busy, but whitby should be getting this sorted out shortly (still has to add &amp;quot;editors&amp;quot; to the list for the protect page) --[[User:Templarian|Templarian]] 02:59, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== contact ==&lt;br /&gt;
I added you to the [[Contact]] page. -[[User:Hopspitfire|hopspitfire]] 05:58, 3 August 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Talk:Main_Page&amp;diff=3831</id>
		<title>Talk:Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Talk:Main_Page&amp;diff=3831"/>
		<updated>2009-08-05T06:56:45Z</updated>

		<summary type="html">&lt;p&gt;X1011: butchering your comments (moving some to MediaWiki talk:Sidebar)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beta Main Page ==&lt;br /&gt;
&lt;br /&gt;
This isn't in use right now, but when It comes the time to swap out the main page again.&lt;br /&gt;
&lt;br /&gt;
[[Main_Page_beta]]&lt;br /&gt;
[[Template:Page-main-beta]]&lt;br /&gt;
&lt;br /&gt;
== Article title capitalization ==&lt;br /&gt;
&lt;br /&gt;
Are we sure we want to use title case for article titles? [http://en.wikipedia.org/wiki/Wikipedia:Mos#Article_titles Wikipedia uses sentence case], and i think it looks much better.&lt;br /&gt;
—[[User:X1011|X1011]] 06:35, 20 July 2009 (UTC)&amp;lt;br&amp;gt;&lt;br /&gt;
Also, same question for section headings —[[user:X1011|X1011]] 12:45, 20 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
I think it usually works out good since a lot of pages are displayed as: &amp;lt;nowiki&amp;gt;[[Page Name]], also with the headers of course don't uppercase &amp;quot;a&amp;quot;, &amp;quot;and&amp;quot;, etc.&amp;lt;/nowiki&amp;gt; --[[User:Templarian|Templarian]] 13:21, 20 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''from #webos-internals:'''&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
Rick_: X1011, the pages-to-be-moved page on the new wiki uses the PAGE NAME as a link to create the page on the new wiki rather than the old page link from the old wiki.&lt;br /&gt;
Rick_: In general _most_ of them are fine.&lt;br /&gt;
Rick_: We prefer &amp;quot;Page About Smashing the Pre&amp;quot;  to &amp;quot;Page about smashing the Pre&amp;quot;  because it _is_ the title of  the page, and so _should_ be in title case.&lt;br /&gt;
Rick_: or that's the consensus of the team to date.&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Registration error warning ==&lt;br /&gt;
&lt;br /&gt;
Instead of having the warning about getting an error on confirming your registration on the main page, could an admin put it on the [http://www.webos-internals.org/index.php?title=Special:Userlogin&amp;amp;type=signup create account page]? —[[user:X1011|X1011]] 01:58, 23 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
The Special:* namespace pages are not editable. -- Rod&lt;br /&gt;
&lt;br /&gt;
Maybe not inside the wiki editing system, but surely it's editable at some level. I think we should put user experience before &amp;quot;that's too hard to do&amp;quot;. —[[user:X1011|X1011]] 23:55, 23 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Agreed - I'll look into it.  -- Rod&lt;br /&gt;
&lt;br /&gt;
==Front page mispelling and Description Addition==&lt;br /&gt;
&lt;br /&gt;
There's a mispelling on the top of the front page (I don't have rights to edit this page)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Thank you for heling us convert all the pages from the old wiki!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
should be:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Thank you for hel'''p'''ing us convert all the pages from the old wiki!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Also, can you add something referencing &amp;quot;Kernels&amp;quot; in the development tools' description?&lt;br /&gt;
&lt;br /&gt;
-[[user:hopspitfire|hopspitfire]] 05:33, 23 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Added kernels to the list  --[[User:Templarian|Templarian]] 19:23, 27 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Protection ==&lt;br /&gt;
&lt;br /&gt;
Why is Main Page protected? It shouldn't be protected unless it is vandalised; see [[wikipedia:WP:NO-PREEMPT]]. As seen in the above section, regular people have useful contributions. —[[user:X1011|X1011]] 21:52, 24 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
I disagree.   We're getting 20K page views a day.  Let's keep the main page clean and functonal. [[User:Rboatright|rboatright]] 02:57, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
the main page has 14,428 total views to date. we shouldn't assume our users will make it dirty and unfunctional before we even give them a chance. Wikia has [[wikia:c:help:help:main page#What if I don't want visitors to edit my main page?|a good writeup]] on why the main page should not be protected.&lt;br /&gt;
&lt;br /&gt;
also, in the future, when you protect a page, please include a note explaining why you are doing so.&lt;br /&gt;
&lt;br /&gt;
—[[user:X1011|X1011]] 08:07, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The main page is currently editable, was this intentional? [[User:Hopspitfire|hopspitfire]] 07:03, 1 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Yea, rick only set it to be protected till aug 1st while updates were going on. The idea was so that users wouldn't mess with it as the site was being setup / structured. --[[User:Templarian|Templarian]] 22:42, 2 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
: The idea was that there was a gazillion links on the FRONT page of the old wiki.  we wanted the front page of the new wiki to lead to DEPARTMENTS instead of having a zillion links on it.   -- that's worked out now, and seems institutionally embedded so why not let the protection expire?  [[User:Rboatright|rboatright]] 22:51, 2 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Research/Reference Portal ==&lt;br /&gt;
&lt;br /&gt;
We need to add the Research/Reference portal to the front page. I recommend re-organizing the front page.&lt;br /&gt;
&lt;br /&gt;
I'd start with putting &amp;quot;Getting Started&amp;quot; on the top-middle by itself, then follow the diagram below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
-------------Getting Started-------------&lt;br /&gt;
Linux Apps---Source Patches---Dev Tools&lt;br /&gt;
Research-------webOS Apps-----Hardware&lt;br /&gt;
Recovery--------SDK Docs------Wiki Help&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We also need an icon for &amp;quot;Research&amp;quot;, maybe put a lab suit over Tux with a doctor's mask. What do you think?&lt;br /&gt;
&lt;br /&gt;
I also agree with the post above regarding the unprotection of the front page (at least to autoconfirmed users).&lt;br /&gt;
&lt;br /&gt;
-hopspitfire&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
yes, we need to add a box for the research portal. [[User:Rboatright|rboatright]] 02:57, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== featured article ==&lt;br /&gt;
I think we need a &amp;quot;featured article&amp;quot; on the main page.  Right now, that wuld be &lt;br /&gt;
terminal.    [[User:Rboatright|rboatright]] 02:57, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
the featured articles look great. --[[User:Templarian|Templarian]] 13:15, 30 July 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=MediaWiki_talk:Sidebar&amp;diff=3830</id>
		<title>MediaWiki talk:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=MediaWiki_talk:Sidebar&amp;diff=3830"/>
		<updated>2009-08-05T06:56:38Z</updated>

		<summary type="html">&lt;p&gt;X1011: /* Google group */ moving comments from talk:Main Page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Naming cleanup ==&lt;br /&gt;
&lt;br /&gt;
I propose the following changes to the portal box in the sidebar:&lt;br /&gt;
* [[Portal:Accessing Linux| Accessing Linux]] should not be a portal. It is more of a tutorial, and most people only need it once. It would be better to have it only linked from the main page.&lt;br /&gt;
* webOS Applications and Linux Applications renamed to just webOS and Linux. These portals are already more than just applications, and more things will probably be added to them.&lt;br /&gt;
* Hardware Information renamed to Hardware&lt;br /&gt;
* Research &amp;amp; Reference split. (the line's already wrapping, so it wouldn't take up more space)&lt;br /&gt;
* The page [[Portal:Misc]] renamed to [[Portal:Miscellaneous]]. If it can be spelled out in the sidebar, it definitely can be spelled out in the article title.&lt;br /&gt;
* The Palm SDK &amp;amp; Docs renamed to SDK&lt;br /&gt;
* Put Miscellaneous after Tools&lt;br /&gt;
&lt;br /&gt;
This would be the result:&lt;br /&gt;
&amp;lt;div class='portlet'&amp;gt;&lt;br /&gt;
&amp;lt;div class='pBody'&amp;gt;&lt;br /&gt;
* [[Portal:webOS|webOS]]&lt;br /&gt;
* [[Portal:Linux|Linux]]&lt;br /&gt;
* [[Portal:Hardware|Hardware]]&lt;br /&gt;
* [[Portal:Research|Research]]&lt;br /&gt;
* [[Portal:Reference|Reference]]&lt;br /&gt;
* [[Portal:SDK|SDK]]&lt;br /&gt;
* [[Portal:Tools|Tools]]&lt;br /&gt;
* [[Portal:Miscellaneous|Miscellaneous]]&lt;br /&gt;
* [[Portal:Community|Community]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
That looks much nicer, don't you agree? More concise and not as much line wrapping.&lt;br /&gt;
Of course, the pages themselves will have to be renamed, too.&lt;br /&gt;
&lt;br /&gt;
Tell me what you think. If you're an admin who can edit the sidebar, i already have the code ready for you in a comment here for easy copy and paste.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
** Portal:webOS|webOS&lt;br /&gt;
** Portal:Linux|Linux&lt;br /&gt;
** Portal:Hardware|Hardware&lt;br /&gt;
** Portal:Research|Research&lt;br /&gt;
** Portal:Reference|Reference&lt;br /&gt;
** Portal:SDK|SDK&lt;br /&gt;
** Portal:Tools|Tools&lt;br /&gt;
** Portal:Miscellaneous|Miscellaneous&lt;br /&gt;
** Portal:Community|Community&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
—[[user:X1011|X1011]] 05:05, 23 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On second thought, lets not rename the linux and webos portals. --[[User:Templarian|Templarian]] 17:30, 24 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Why? The names are inappropriate and too long. —[[user:X1011|X1011]] 21:35, 24 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
:They would be to generic. --[[User:Templarian|Templarian]] 13:24, 27 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I don't see why; we don't have any other portals with webOS or Linux in their names. —[[user:X1011|X1011]] 02:02, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
it does look nicer, but it's less informative. &lt;br /&gt;
The consensus of the webos-internals ops is for the time being the answer is &amp;quot;no.&amp;quot; recognizing that things are changing VERY FAST and we may revisit this again in the not-too-distant future.  &lt;br /&gt;
[[User:Rboatright|rboatright]] 00:14, 27 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
less informative how? would it prevent someone from finding what they're looking for?&lt;br /&gt;
&lt;br /&gt;
we can implement just some of the changes if there are specific parts you guys don't like.&lt;br /&gt;
&lt;br /&gt;
also, where was this consensus reached? if it was in IRC, please post the log. i think in the future, consensus should be established on the wiki so that it is documented and everyone can be a part of it.&lt;br /&gt;
&lt;br /&gt;
—[[user:X1011|X1011]] 00:30, 27 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I think there's a clear distinction between webOS / Mojo apps and things that run in a terminal - linux apps. &lt;br /&gt;
&lt;br /&gt;
That blurs a little with the advent of terminal, but only a little. &lt;br /&gt;
&lt;br /&gt;
I think that your proposed sidebar mod reduces the amount of information available, and makes navigation more troublesome.  We have the space, why not use it?  &lt;br /&gt;
&lt;br /&gt;
[[User:Rboatright|rboatright]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
i think you may be misunderstanding me; i'm not proposing to merge the webOS and Linux portals; just to rename them.&lt;br /&gt;
&lt;br /&gt;
as for the space: firstly, we don't necessarily have it; the sidebar currently extends beyond the bottom of the browser window for me. second, just because we have space doesn't mean we should use it up; keeping it uncluttered makes navigation easier.&lt;br /&gt;
&lt;br /&gt;
—[[user:X1011|X1011]] 05:20, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Combining portals ==&lt;br /&gt;
&lt;br /&gt;
On the left side-bar of the page, can we remove &amp;quot;Research &amp;amp; Reference&amp;quot; and combine it with &amp;quot;Development Tools&amp;quot;? Otherwise, we have a page with barely any links (the former) and it makes the left side-bar more cluttered. Also, Research isn't even on the front page.&lt;br /&gt;
&lt;br /&gt;
-hopspitfire&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
My view is that each logically separate category should have its own page. How would people know to find research in the tools page? Don't worry about lack of content for now; this wiki is still new.&lt;br /&gt;
&lt;br /&gt;
We'll have to see about putting research on the main page. It will need an icon. Perhaps start a discussion on [[talk:Main Page]].&lt;br /&gt;
&lt;br /&gt;
—[[user:X1011|X1011]] 23:25, 26 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Google group ==&lt;br /&gt;
&lt;br /&gt;
The Google group should go on the community portal instead, since that's where irc is too. Or if you want it to be more prominent, on the main page, but at least not on the sidebar. We don't need to put everything on the sidebar and clutter it up. —[[user:X1011|X1011]] 03:41, 27 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In general you are correct, but the sidebar is where things go that are _important_ and the announcement list is important. &lt;br /&gt;
&lt;br /&gt;
The sidebar does not extend too far at this point.  Perhaps a set of smaller icons above the big boxes on the main page...  Announcements, Projects, etc.    &lt;br /&gt;
&lt;br /&gt;
I still think we need a &amp;quot;Current page in the news&amp;quot;  where we feature the current &amp;quot;hot&amp;quot; page if there is one.  Right now that would be Terminal.   Terminal is non-trivial to find. (other than by search.)  &lt;br /&gt;
&lt;br /&gt;
[[User:Rboatright|rboatright]] 02:51, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
I agree that we could move the google group off the sidebar onto the main page [[User:Rboatright|rboatright]] 02:57, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Agreed.  Terminal and Google Groups are things we want to draw attention to now.  In the long run, they do not need to be as prominent. -- Rod&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
rboatright, i disagree; the main page is where important things go; the sidebar is where navigation goes.&lt;br /&gt;
&lt;br /&gt;
please put any further discussion of a featured page in [[Talk:Main Page#featured article]].&lt;br /&gt;
&lt;br /&gt;
—[[user:X1011|X1011]] 07:36, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
So it got reorganized, but lets leave the subscribe here up for a bit till everyone that wants to can subscribe (it's also on the main page). --[[User:Templarian|Templarian]] 13:15, 30 July 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Preware_Design&amp;diff=3829</id>
		<title>Preware Design</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Preware_Design&amp;diff=3829"/>
		<updated>2009-08-05T06:40:47Z</updated>

		<summary type="html">&lt;p&gt;X1011: /* Preware */ renaming section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This app is to be a front end to the [[Preware Repository Description|Preware open-source Mojo repository]], the webOS-internals project to supply end users with applications, plugins, and updates thereof all in one user-friendly place.&lt;br /&gt;
&lt;br /&gt;
== Why this is Important ==&lt;br /&gt;
&lt;br /&gt;
This morning (25 July 2009) after my morning OA meeting, at coffee I ran a set of paper prototypes of a gui appstore front end for the webos-internals ipkg feed past a group of women aged 45 to 72 who had not previously used a Pre. &lt;br /&gt;
&lt;br /&gt;
Each of them had the chance to go into launcher, bring up an app, run it, go into the app store, look around, etc before starting the prototyping session.  &lt;br /&gt;
&lt;br /&gt;
First, as a group they all hated the palm appstore.  They disliked the horizontal scrollers at the top, they disliked the scrolling aspect of the entire page.  They wanted much more clear indications that a scroll was available, but they thought that a thinner leaner first page would be much better. &lt;br /&gt;
&lt;br /&gt;
After 30 minutes of the group tearing up 4x6 cards and scribbling new ones, we ended up with the following decisions which I pass along. &lt;br /&gt;
&lt;br /&gt;
* the first scene should have 5 selections &lt;br /&gt;
** Upgrade your installed apps&lt;br /&gt;
** Patches for existing apps&lt;br /&gt;
** WebOS applications&lt;br /&gt;
** Delete things you have installed &lt;br /&gt;
** Alpha list of everything &lt;br /&gt;
&lt;br /&gt;
each of those opens a new scene.  along the bottom of the scene is a fixed button bar with on the left, an INSTALL button, in the center a BACK button and on the right a DELETE button &lt;br /&gt;
&lt;br /&gt;
that button bar is ALWAYS there except on scene 1.  They know and understand the back gesture, but they liked the idea of a back button even so, and since there was a space, why not? &lt;br /&gt;
&lt;br /&gt;
the install and delete buttons dim out or come live as appropriate.&lt;br /&gt;
&lt;br /&gt;
They were divided on the subject of keeing a banner for the app store at the top of the screen, some liked the idea of a HOME button.  Some did not and wanted the space for the lists and said &amp;quot;banner only on the home page. &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Each subsidiary screen brings up a list of apps. that list scrolls in the space ABOVE the button bar. &lt;br /&gt;
Tapping an ap brings up the long description of the app and enables the install or delete button as is appropriate. &lt;br /&gt;
&lt;br /&gt;
The graphical design should be very VERY clean and not busy.  It was a major complaint about the Palm app store that it was too busy. &lt;br /&gt;
&lt;br /&gt;
Templarian's mockup for the PreWare home page is a really good basis to work from, and it would be good if the gui app resembled the submission and management page. It will change depending on comments here.&lt;br /&gt;
&lt;br /&gt;
I thought this would give us a starting place&lt;br /&gt;
&lt;br /&gt;
- Rick&lt;br /&gt;
&lt;br /&gt;
== Project Repository == &lt;br /&gt;
&lt;br /&gt;
http://gitorious.org/webos-applications/installer&lt;br /&gt;
&lt;br /&gt;
== Development help == &lt;br /&gt;
&lt;br /&gt;
PreWare is being developed as an open source project.  '''We really want help on the development of this app!''' The source of the application is available at http://gitorious.org/webos-applications/installer  &lt;br /&gt;
&lt;br /&gt;
Anyone can check out a copy.  If you would like check in privlidges, simply message [[User_talk:Rboatright|Rboatright]] or [[User_talk:Templarian|Templarian]] on their talk pages. &lt;br /&gt;
&lt;br /&gt;
You will need to register an ssh key with gitorious.  If you've never done that, a walk through is available at http://nathanj.github.com/gitguide/   Substitute gitorious.org for github in the instructions.&lt;br /&gt;
&lt;br /&gt;
== Name ==&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Pre&amp;quot; in &amp;quot;Preware&amp;quot; does not refer to the Palm Pre, it refers to &amp;quot;before&amp;quot; as far as app testing goes, and is a pun on &amp;quot;Freeware&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Submissions ==&lt;br /&gt;
&lt;br /&gt;
Submissions will have their icons ripped out for application use.&lt;br /&gt;
&lt;br /&gt;
=== Licenses ===&lt;br /&gt;
 Name               id&lt;br /&gt;
 Apache-2.0         apache2.0&lt;br /&gt;
 BSD                bsd&lt;br /&gt;
 CDDL               cddl&lt;br /&gt;
 CPL-1.0            cpl1.0&lt;br /&gt;
 GPL-2              gpl2.0&lt;br /&gt;
 GPL-3              gpl3.0&lt;br /&gt;
 LGPL-3             lgpl3.0&lt;br /&gt;
 MIT                mit&lt;br /&gt;
 MPL-1.1            mpl1.1&lt;br /&gt;
&lt;br /&gt;
=== Legal Acceptance on Submission ===&lt;br /&gt;
&lt;br /&gt;
I hereby... fill in this with the legal stuff&lt;br /&gt;
&lt;br /&gt;
== Application ==&lt;br /&gt;
&lt;br /&gt;
(Images will be updated below as suggestions come in, wiki forces cache so CTRL+SHIFT+R in modern browsers)&lt;br /&gt;
&lt;br /&gt;
[[Image:OPS_App_Mockup1.png]]&lt;br /&gt;
&lt;br /&gt;
== Site ==&lt;br /&gt;
&lt;br /&gt;
[[Image:OPS_Mockup.png]]&lt;br /&gt;
&lt;br /&gt;
== Removing Applications ==&lt;br /&gt;
&lt;br /&gt;
Main thing to include is a way to keep track of applications that depend on certain plugins. We cannot have users uninstalling plugins that are required for an installed app to run.&lt;br /&gt;
&lt;br /&gt;
== IPKG Feed ==&lt;br /&gt;
&lt;br /&gt;
The standard IPKG feed will be accessible by everyone.&lt;br /&gt;
&lt;br /&gt;
== XML Feeds ==&lt;br /&gt;
&lt;br /&gt;
=== Application Feed (List/Filtered) ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
    &amp;lt;applications&amp;gt;&lt;br /&gt;
        &amp;lt;application id=&amp;quot;41&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;package&amp;gt;appname&amp;lt;/package&amp;gt;&lt;br /&gt;
            &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
            &amp;lt;name&amp;gt;Application Name&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;webOSVersion&amp;gt;&lt;br /&gt;
                &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
                &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
            &amp;lt;/webOSVersion&amp;gt;&lt;br /&gt;
            &amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
            &amp;lt;/maintainer&amp;gt;&lt;br /&gt;
            &amp;lt;license id=&amp;quot;mit&amp;quot;&amp;gt;MIT&amp;lt;/license&amp;gt;&lt;br /&gt;
            &amp;lt;architecture&amp;gt;all&amp;lt;/architecture&amp;gt;&lt;br /&gt;
            &amp;lt;filename&amp;gt;com.domain_app_appname_1.0.0_all.ipk&amp;lt;/filename&amp;gt;&lt;br /&gt;
            &amp;lt;md5sum&amp;gt;325ca724c05288eb182dd7ebdd493926&amp;lt;/md5sum&amp;gt;&lt;br /&gt;
            &amp;lt;size&amp;gt;123456&amp;lt;/size&amp;gt;&lt;br /&gt;
            &amp;lt;category&amp;gt;Utilities&amp;lt;/category&amp;gt;&lt;br /&gt;
            &amp;lt;source&amp;gt;http://www.preware.org/41/&amp;lt;/source&amp;gt;&lt;br /&gt;
        &amp;lt;/application&amp;gt;&lt;br /&gt;
    &amp;lt;/applications&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Application View ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
    &amp;lt;applications&amp;gt;&lt;br /&gt;
        &amp;lt;application id=&amp;quot;41&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;package&amp;gt;appname&amp;lt;/package&amp;gt;&lt;br /&gt;
            &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
            &amp;lt;name&amp;gt;Application Name&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;webOSVersion&amp;gt;&lt;br /&gt;
                &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
                &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
            &amp;lt;/webOSVersion&amp;gt;&lt;br /&gt;
            &amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
            &amp;lt;/maintainer&amp;gt;&lt;br /&gt;
            &amp;lt;license id=&amp;quot;mit&amp;quot;&amp;gt;MIT&amp;lt;/license&amp;gt;&lt;br /&gt;
            &amp;lt;architecture&amp;gt;all&amp;lt;/architecture&amp;gt;&lt;br /&gt;
            &amp;lt;filename&amp;gt;com.domain_app_appname_1.0.0_all.ipk&amp;lt;/filename&amp;gt;&lt;br /&gt;
            &amp;lt;md5sum&amp;gt;325ca724c05288eb182dd7ebdd493926&amp;lt;/md5sum&amp;gt;&lt;br /&gt;
            &amp;lt;size&amp;gt;123456&amp;lt;/size&amp;gt;&lt;br /&gt;
            &amp;lt;category&amp;gt;Utilities&amp;lt;/category&amp;gt;&lt;br /&gt;
            &amp;lt;source&amp;gt;http://www.preware.org/41/&amp;lt;/source&amp;gt;&lt;br /&gt;
            &amp;lt;depends&amp;gt;&lt;br /&gt;
                &amp;lt;depend id=&amp;quot;20&amp;quot; type=&amp;quot;plugin&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;package&amp;gt;pluginname&amp;lt;/package&amp;gt;&lt;br /&gt;
                    &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
                    &amp;lt;name&amp;gt;FileIO&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;/depend&amp;gt;&lt;br /&gt;
            &amp;lt;/depends&amp;gt;&lt;br /&gt;
            &amp;lt;description&amp;gt;A long description&amp;lt;/description&amp;gt;&lt;br /&gt;
        &amp;lt;/application&amp;gt;&lt;br /&gt;
    &amp;lt;/applications&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Plugin View ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
    &amp;lt;applications&amp;gt;&lt;br /&gt;
        &amp;lt;application id=&amp;quot;20&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;package&amp;gt;pluginname&amp;lt;/package&amp;gt;&lt;br /&gt;
            &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
            &amp;lt;name&amp;gt;Plugin Name&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;webOSVersion&amp;gt;&lt;br /&gt;
                &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
                &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
            &amp;lt;/webOSVersion&amp;gt;&lt;br /&gt;
            &amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
            &amp;lt;/maintainer&amp;gt;&lt;br /&gt;
            &amp;lt;license id=&amp;quot;mit&amp;quot;&amp;gt;MIT&amp;lt;/license&amp;gt;&lt;br /&gt;
            &amp;lt;architecture&amp;gt;all&amp;lt;/architecture&amp;gt;&lt;br /&gt;
            &amp;lt;filename&amp;gt;com.domain_plug_pluginname_1.0.0_all.ipk&amp;lt;/filename&amp;gt;&lt;br /&gt;
            &amp;lt;md5sum&amp;gt;325ca724c05288eb182dd7ebdd493926&amp;lt;/md5sum&amp;gt;&lt;br /&gt;
            &amp;lt;size&amp;gt;123456&amp;lt;/size&amp;gt;&lt;br /&gt;
            &amp;lt;category&amp;gt;Utilities&amp;lt;/category&amp;gt;&lt;br /&gt;
            &amp;lt;source&amp;gt;http://www.preware.org/41/&amp;lt;/source&amp;gt;&lt;br /&gt;
            &amp;lt;applications&amp;gt;&lt;br /&gt;
                &amp;lt;application id=&amp;quot;20&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;type&amp;gt;plugin&amp;lt;/type&amp;gt;&lt;br /&gt;
                    &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
                    &amp;lt;name&amp;gt;FileIO&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;/application&amp;gt;&lt;br /&gt;
            &amp;lt;/applications&amp;gt;&lt;br /&gt;
            &amp;lt;description&amp;gt;A long description&amp;lt;/description&amp;gt;&lt;br /&gt;
        &amp;lt;/application&amp;gt;&lt;br /&gt;
    &amp;lt;/applications&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Review (to Applications / Plugins) ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
  &amp;lt;messages&amp;gt;&lt;br /&gt;
    &amp;lt;message id=&amp;quot;420&amp;quot; type=&amp;quot;review&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;user id=&amp;quot;10&amp;quot;&amp;gt;FooBar&amp;lt;/user&amp;gt;&lt;br /&gt;
      &amp;lt;text&amp;gt;A+++ would download again&amp;lt;/text&amp;gt;&lt;br /&gt;
    &amp;lt;/message&amp;gt;&lt;br /&gt;
  &amp;lt;/messages&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Comment (tbd) ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
  &amp;lt;messages&amp;gt;&lt;br /&gt;
    &amp;lt;message id=&amp;quot;420&amp;quot; type=&amp;quot;comment&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;user id=&amp;quot;10&amp;quot;&amp;gt;FooBar&amp;lt;/user&amp;gt;&lt;br /&gt;
      &amp;lt;text&amp;gt;freezes every second tuesday when bluetooth is enabled&amp;lt;/text&amp;gt;&lt;br /&gt;
    &amp;lt;/message&amp;gt;&lt;br /&gt;
  &amp;lt;/messages&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Address Structures ==&lt;br /&gt;
&lt;br /&gt;
=== Site ===&lt;br /&gt;
&lt;br /&gt;
I don't know how much of this we can really change, I think Drupal could be rather strict.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
# Application Page&lt;br /&gt;
  preware.org/packagename/&lt;br /&gt;
# .ipk uses direct id&lt;br /&gt;
  preware.org/41/filenameto.ipk&lt;br /&gt;
  preware.org/&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Feeds ===&lt;br /&gt;
&lt;br /&gt;
Yea this section needs major input.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
# Full List IPKG&lt;br /&gt;
  preware.org/feed/&lt;br /&gt;
&lt;br /&gt;
# XML files for application use (full list)&lt;br /&gt;
&lt;br /&gt;
# XML Categories List&lt;br /&gt;
  preware.org/feed/xml/category/&lt;br /&gt;
# XML Categories List Specific, encode spaces with (%20)&lt;br /&gt;
  preware.org/feed/xml/category/games/&lt;br /&gt;
# XML Application Specific&lt;br /&gt;
  preware.org/feed/xml/application/23/&lt;br /&gt;
# XML Plugin Specific&lt;br /&gt;
  preware.org/feed/xml/plugin/24/&lt;br /&gt;
# XML Search&lt;br /&gt;
  preware.org/feed/xml/search?q=string[&amp;amp;filters]&lt;br /&gt;
    #example:&lt;br /&gt;
      preware.org/feed/xml/search?q=search+string&amp;amp;category=Utilities&amp;amp;user=12&lt;br /&gt;
# XML Application Reviews&lt;br /&gt;
  preware.org/feed/xml/review/23/&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Preware_Design&amp;diff=3828</id>
		<title>Preware Design</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Preware_Design&amp;diff=3828"/>
		<updated>2009-08-05T06:40:02Z</updated>

		<summary type="html">&lt;p&gt;X1011: /* XML Feeds */ webOS and version are 2 separate words, so they should be distinguished&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This app is to be a front end to the [[Preware Repository Description|Preware open-source Mojo repository]], the webOS-internals project to supply end users with applications, plugins, and updates thereof all in one user-friendly place.&lt;br /&gt;
&lt;br /&gt;
== Why this is Important ==&lt;br /&gt;
&lt;br /&gt;
This morning (25 July 2009) after my morning OA meeting, at coffee I ran a set of paper prototypes of a gui appstore front end for the webos-internals ipkg feed past a group of women aged 45 to 72 who had not previously used a Pre. &lt;br /&gt;
&lt;br /&gt;
Each of them had the chance to go into launcher, bring up an app, run it, go into the app store, look around, etc before starting the prototyping session.  &lt;br /&gt;
&lt;br /&gt;
First, as a group they all hated the palm appstore.  They disliked the horizontal scrollers at the top, they disliked the scrolling aspect of the entire page.  They wanted much more clear indications that a scroll was available, but they thought that a thinner leaner first page would be much better. &lt;br /&gt;
&lt;br /&gt;
After 30 minutes of the group tearing up 4x6 cards and scribbling new ones, we ended up with the following decisions which I pass along. &lt;br /&gt;
&lt;br /&gt;
* the first scene should have 5 selections &lt;br /&gt;
** Upgrade your installed apps&lt;br /&gt;
** Patches for existing apps&lt;br /&gt;
** WebOS applications&lt;br /&gt;
** Delete things you have installed &lt;br /&gt;
** Alpha list of everything &lt;br /&gt;
&lt;br /&gt;
each of those opens a new scene.  along the bottom of the scene is a fixed button bar with on the left, an INSTALL button, in the center a BACK button and on the right a DELETE button &lt;br /&gt;
&lt;br /&gt;
that button bar is ALWAYS there except on scene 1.  They know and understand the back gesture, but they liked the idea of a back button even so, and since there was a space, why not? &lt;br /&gt;
&lt;br /&gt;
the install and delete buttons dim out or come live as appropriate.&lt;br /&gt;
&lt;br /&gt;
They were divided on the subject of keeing a banner for the app store at the top of the screen, some liked the idea of a HOME button.  Some did not and wanted the space for the lists and said &amp;quot;banner only on the home page. &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Each subsidiary screen brings up a list of apps. that list scrolls in the space ABOVE the button bar. &lt;br /&gt;
Tapping an ap brings up the long description of the app and enables the install or delete button as is appropriate. &lt;br /&gt;
&lt;br /&gt;
The graphical design should be very VERY clean and not busy.  It was a major complaint about the Palm app store that it was too busy. &lt;br /&gt;
&lt;br /&gt;
Templarian's mockup for the PreWare home page is a really good basis to work from, and it would be good if the gui app resembled the submission and management page. It will change depending on comments here.&lt;br /&gt;
&lt;br /&gt;
I thought this would give us a starting place&lt;br /&gt;
&lt;br /&gt;
- Rick&lt;br /&gt;
&lt;br /&gt;
== Project Repository == &lt;br /&gt;
&lt;br /&gt;
http://gitorious.org/webos-applications/installer&lt;br /&gt;
&lt;br /&gt;
== Development help == &lt;br /&gt;
&lt;br /&gt;
PreWare is being developed as an open source project.  '''We really want help on the development of this app!''' The source of the application is available at http://gitorious.org/webos-applications/installer  &lt;br /&gt;
&lt;br /&gt;
Anyone can check out a copy.  If you would like check in privlidges, simply message [[User_talk:Rboatright|Rboatright]] or [[User_talk:Templarian|Templarian]] on their talk pages. &lt;br /&gt;
&lt;br /&gt;
You will need to register an ssh key with gitorious.  If you've never done that, a walk through is available at http://nathanj.github.com/gitguide/   Substitute gitorious.org for github in the instructions.&lt;br /&gt;
&lt;br /&gt;
== Preware ==&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Pre&amp;quot; in &amp;quot;Preware&amp;quot; does not refer to the Palm Pre, it refers to &amp;quot;before&amp;quot; as far as app testing goes, and is a pun on &amp;quot;Freeware&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Submissions ==&lt;br /&gt;
&lt;br /&gt;
Submissions will have their icons ripped out for application use.&lt;br /&gt;
&lt;br /&gt;
=== Licenses ===&lt;br /&gt;
 Name               id&lt;br /&gt;
 Apache-2.0         apache2.0&lt;br /&gt;
 BSD                bsd&lt;br /&gt;
 CDDL               cddl&lt;br /&gt;
 CPL-1.0            cpl1.0&lt;br /&gt;
 GPL-2              gpl2.0&lt;br /&gt;
 GPL-3              gpl3.0&lt;br /&gt;
 LGPL-3             lgpl3.0&lt;br /&gt;
 MIT                mit&lt;br /&gt;
 MPL-1.1            mpl1.1&lt;br /&gt;
&lt;br /&gt;
=== Legal Acceptance on Submission ===&lt;br /&gt;
&lt;br /&gt;
I hereby... fill in this with the legal stuff&lt;br /&gt;
&lt;br /&gt;
== Application ==&lt;br /&gt;
&lt;br /&gt;
(Images will be updated below as suggestions come in, wiki forces cache so CTRL+SHIFT+R in modern browsers)&lt;br /&gt;
&lt;br /&gt;
[[Image:OPS_App_Mockup1.png]]&lt;br /&gt;
&lt;br /&gt;
== Site ==&lt;br /&gt;
&lt;br /&gt;
[[Image:OPS_Mockup.png]]&lt;br /&gt;
&lt;br /&gt;
== Removing Applications ==&lt;br /&gt;
&lt;br /&gt;
Main thing to include is a way to keep track of applications that depend on certain plugins. We cannot have users uninstalling plugins that are required for an installed app to run.&lt;br /&gt;
&lt;br /&gt;
== IPKG Feed ==&lt;br /&gt;
&lt;br /&gt;
The standard IPKG feed will be accessible by everyone.&lt;br /&gt;
&lt;br /&gt;
== XML Feeds ==&lt;br /&gt;
&lt;br /&gt;
=== Application Feed (List/Filtered) ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
    &amp;lt;applications&amp;gt;&lt;br /&gt;
        &amp;lt;application id=&amp;quot;41&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;package&amp;gt;appname&amp;lt;/package&amp;gt;&lt;br /&gt;
            &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
            &amp;lt;name&amp;gt;Application Name&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;webOSVersion&amp;gt;&lt;br /&gt;
                &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
                &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
            &amp;lt;/webOSVersion&amp;gt;&lt;br /&gt;
            &amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
            &amp;lt;/maintainer&amp;gt;&lt;br /&gt;
            &amp;lt;license id=&amp;quot;mit&amp;quot;&amp;gt;MIT&amp;lt;/license&amp;gt;&lt;br /&gt;
            &amp;lt;architecture&amp;gt;all&amp;lt;/architecture&amp;gt;&lt;br /&gt;
            &amp;lt;filename&amp;gt;com.domain_app_appname_1.0.0_all.ipk&amp;lt;/filename&amp;gt;&lt;br /&gt;
            &amp;lt;md5sum&amp;gt;325ca724c05288eb182dd7ebdd493926&amp;lt;/md5sum&amp;gt;&lt;br /&gt;
            &amp;lt;size&amp;gt;123456&amp;lt;/size&amp;gt;&lt;br /&gt;
            &amp;lt;category&amp;gt;Utilities&amp;lt;/category&amp;gt;&lt;br /&gt;
            &amp;lt;source&amp;gt;http://www.preware.org/41/&amp;lt;/source&amp;gt;&lt;br /&gt;
        &amp;lt;/application&amp;gt;&lt;br /&gt;
    &amp;lt;/applications&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Application View ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
    &amp;lt;applications&amp;gt;&lt;br /&gt;
        &amp;lt;application id=&amp;quot;41&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;package&amp;gt;appname&amp;lt;/package&amp;gt;&lt;br /&gt;
            &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
            &amp;lt;name&amp;gt;Application Name&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;webOSVersion&amp;gt;&lt;br /&gt;
                &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
                &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
            &amp;lt;/webOSVersion&amp;gt;&lt;br /&gt;
            &amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
            &amp;lt;/maintainer&amp;gt;&lt;br /&gt;
            &amp;lt;license id=&amp;quot;mit&amp;quot;&amp;gt;MIT&amp;lt;/license&amp;gt;&lt;br /&gt;
            &amp;lt;architecture&amp;gt;all&amp;lt;/architecture&amp;gt;&lt;br /&gt;
            &amp;lt;filename&amp;gt;com.domain_app_appname_1.0.0_all.ipk&amp;lt;/filename&amp;gt;&lt;br /&gt;
            &amp;lt;md5sum&amp;gt;325ca724c05288eb182dd7ebdd493926&amp;lt;/md5sum&amp;gt;&lt;br /&gt;
            &amp;lt;size&amp;gt;123456&amp;lt;/size&amp;gt;&lt;br /&gt;
            &amp;lt;category&amp;gt;Utilities&amp;lt;/category&amp;gt;&lt;br /&gt;
            &amp;lt;source&amp;gt;http://www.preware.org/41/&amp;lt;/source&amp;gt;&lt;br /&gt;
            &amp;lt;depends&amp;gt;&lt;br /&gt;
                &amp;lt;depend id=&amp;quot;20&amp;quot; type=&amp;quot;plugin&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;package&amp;gt;pluginname&amp;lt;/package&amp;gt;&lt;br /&gt;
                    &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
                    &amp;lt;name&amp;gt;FileIO&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;/depend&amp;gt;&lt;br /&gt;
            &amp;lt;/depends&amp;gt;&lt;br /&gt;
            &amp;lt;description&amp;gt;A long description&amp;lt;/description&amp;gt;&lt;br /&gt;
        &amp;lt;/application&amp;gt;&lt;br /&gt;
    &amp;lt;/applications&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Plugin View ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
    &amp;lt;applications&amp;gt;&lt;br /&gt;
        &amp;lt;application id=&amp;quot;20&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;package&amp;gt;pluginname&amp;lt;/package&amp;gt;&lt;br /&gt;
            &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
            &amp;lt;name&amp;gt;Plugin Name&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;webOSVersion&amp;gt;&lt;br /&gt;
                &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
                &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
            &amp;lt;/webOSVersion&amp;gt;&lt;br /&gt;
            &amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
            &amp;lt;/maintainer&amp;gt;&lt;br /&gt;
            &amp;lt;license id=&amp;quot;mit&amp;quot;&amp;gt;MIT&amp;lt;/license&amp;gt;&lt;br /&gt;
            &amp;lt;architecture&amp;gt;all&amp;lt;/architecture&amp;gt;&lt;br /&gt;
            &amp;lt;filename&amp;gt;com.domain_plug_pluginname_1.0.0_all.ipk&amp;lt;/filename&amp;gt;&lt;br /&gt;
            &amp;lt;md5sum&amp;gt;325ca724c05288eb182dd7ebdd493926&amp;lt;/md5sum&amp;gt;&lt;br /&gt;
            &amp;lt;size&amp;gt;123456&amp;lt;/size&amp;gt;&lt;br /&gt;
            &amp;lt;category&amp;gt;Utilities&amp;lt;/category&amp;gt;&lt;br /&gt;
            &amp;lt;source&amp;gt;http://www.preware.org/41/&amp;lt;/source&amp;gt;&lt;br /&gt;
            &amp;lt;applications&amp;gt;&lt;br /&gt;
                &amp;lt;application id=&amp;quot;20&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;type&amp;gt;plugin&amp;lt;/type&amp;gt;&lt;br /&gt;
                    &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
                    &amp;lt;name&amp;gt;FileIO&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;/application&amp;gt;&lt;br /&gt;
            &amp;lt;/applications&amp;gt;&lt;br /&gt;
            &amp;lt;description&amp;gt;A long description&amp;lt;/description&amp;gt;&lt;br /&gt;
        &amp;lt;/application&amp;gt;&lt;br /&gt;
    &amp;lt;/applications&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Review (to Applications / Plugins) ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
  &amp;lt;messages&amp;gt;&lt;br /&gt;
    &amp;lt;message id=&amp;quot;420&amp;quot; type=&amp;quot;review&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;user id=&amp;quot;10&amp;quot;&amp;gt;FooBar&amp;lt;/user&amp;gt;&lt;br /&gt;
      &amp;lt;text&amp;gt;A+++ would download again&amp;lt;/text&amp;gt;&lt;br /&gt;
    &amp;lt;/message&amp;gt;&lt;br /&gt;
  &amp;lt;/messages&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Comment (tbd) ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
  &amp;lt;messages&amp;gt;&lt;br /&gt;
    &amp;lt;message id=&amp;quot;420&amp;quot; type=&amp;quot;comment&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;user id=&amp;quot;10&amp;quot;&amp;gt;FooBar&amp;lt;/user&amp;gt;&lt;br /&gt;
      &amp;lt;text&amp;gt;freezes every second tuesday when bluetooth is enabled&amp;lt;/text&amp;gt;&lt;br /&gt;
    &amp;lt;/message&amp;gt;&lt;br /&gt;
  &amp;lt;/messages&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Address Structures ==&lt;br /&gt;
&lt;br /&gt;
=== Site ===&lt;br /&gt;
&lt;br /&gt;
I don't know how much of this we can really change, I think Drupal could be rather strict.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
# Application Page&lt;br /&gt;
  preware.org/packagename/&lt;br /&gt;
# .ipk uses direct id&lt;br /&gt;
  preware.org/41/filenameto.ipk&lt;br /&gt;
  preware.org/&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Feeds ===&lt;br /&gt;
&lt;br /&gt;
Yea this section needs major input.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
# Full List IPKG&lt;br /&gt;
  preware.org/feed/&lt;br /&gt;
&lt;br /&gt;
# XML files for application use (full list)&lt;br /&gt;
&lt;br /&gt;
# XML Categories List&lt;br /&gt;
  preware.org/feed/xml/category/&lt;br /&gt;
# XML Categories List Specific, encode spaces with (%20)&lt;br /&gt;
  preware.org/feed/xml/category/games/&lt;br /&gt;
# XML Application Specific&lt;br /&gt;
  preware.org/feed/xml/application/23/&lt;br /&gt;
# XML Plugin Specific&lt;br /&gt;
  preware.org/feed/xml/plugin/24/&lt;br /&gt;
# XML Search&lt;br /&gt;
  preware.org/feed/xml/search?q=string[&amp;amp;filters]&lt;br /&gt;
    #example:&lt;br /&gt;
      preware.org/feed/xml/search?q=search+string&amp;amp;category=Utilities&amp;amp;user=12&lt;br /&gt;
# XML Application Reviews&lt;br /&gt;
  preware.org/feed/xml/review/23/&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Preware_Design&amp;diff=3827</id>
		<title>Preware Design</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Preware_Design&amp;diff=3827"/>
		<updated>2009-08-05T06:37:36Z</updated>

		<summary type="html">&lt;p&gt;X1011: /* XML Feeds */ fixing filename of plugin&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This app is to be a front end to the [[Preware Repository Description|Preware open-source Mojo repository]], the webOS-internals project to supply end users with applications, plugins, and updates thereof all in one user-friendly place.&lt;br /&gt;
&lt;br /&gt;
== Why this is Important ==&lt;br /&gt;
&lt;br /&gt;
This morning (25 July 2009) after my morning OA meeting, at coffee I ran a set of paper prototypes of a gui appstore front end for the webos-internals ipkg feed past a group of women aged 45 to 72 who had not previously used a Pre. &lt;br /&gt;
&lt;br /&gt;
Each of them had the chance to go into launcher, bring up an app, run it, go into the app store, look around, etc before starting the prototyping session.  &lt;br /&gt;
&lt;br /&gt;
First, as a group they all hated the palm appstore.  They disliked the horizontal scrollers at the top, they disliked the scrolling aspect of the entire page.  They wanted much more clear indications that a scroll was available, but they thought that a thinner leaner first page would be much better. &lt;br /&gt;
&lt;br /&gt;
After 30 minutes of the group tearing up 4x6 cards and scribbling new ones, we ended up with the following decisions which I pass along. &lt;br /&gt;
&lt;br /&gt;
* the first scene should have 5 selections &lt;br /&gt;
** Upgrade your installed apps&lt;br /&gt;
** Patches for existing apps&lt;br /&gt;
** WebOS applications&lt;br /&gt;
** Delete things you have installed &lt;br /&gt;
** Alpha list of everything &lt;br /&gt;
&lt;br /&gt;
each of those opens a new scene.  along the bottom of the scene is a fixed button bar with on the left, an INSTALL button, in the center a BACK button and on the right a DELETE button &lt;br /&gt;
&lt;br /&gt;
that button bar is ALWAYS there except on scene 1.  They know and understand the back gesture, but they liked the idea of a back button even so, and since there was a space, why not? &lt;br /&gt;
&lt;br /&gt;
the install and delete buttons dim out or come live as appropriate.&lt;br /&gt;
&lt;br /&gt;
They were divided on the subject of keeing a banner for the app store at the top of the screen, some liked the idea of a HOME button.  Some did not and wanted the space for the lists and said &amp;quot;banner only on the home page. &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Each subsidiary screen brings up a list of apps. that list scrolls in the space ABOVE the button bar. &lt;br /&gt;
Tapping an ap brings up the long description of the app and enables the install or delete button as is appropriate. &lt;br /&gt;
&lt;br /&gt;
The graphical design should be very VERY clean and not busy.  It was a major complaint about the Palm app store that it was too busy. &lt;br /&gt;
&lt;br /&gt;
Templarian's mockup for the PreWare home page is a really good basis to work from, and it would be good if the gui app resembled the submission and management page. It will change depending on comments here.&lt;br /&gt;
&lt;br /&gt;
I thought this would give us a starting place&lt;br /&gt;
&lt;br /&gt;
- Rick&lt;br /&gt;
&lt;br /&gt;
== Project Repository == &lt;br /&gt;
&lt;br /&gt;
http://gitorious.org/webos-applications/installer&lt;br /&gt;
&lt;br /&gt;
== Development help == &lt;br /&gt;
&lt;br /&gt;
PreWare is being developed as an open source project.  '''We really want help on the development of this app!''' The source of the application is available at http://gitorious.org/webos-applications/installer  &lt;br /&gt;
&lt;br /&gt;
Anyone can check out a copy.  If you would like check in privlidges, simply message [[User_talk:Rboatright|Rboatright]] or [[User_talk:Templarian|Templarian]] on their talk pages. &lt;br /&gt;
&lt;br /&gt;
You will need to register an ssh key with gitorious.  If you've never done that, a walk through is available at http://nathanj.github.com/gitguide/   Substitute gitorious.org for github in the instructions.&lt;br /&gt;
&lt;br /&gt;
== Preware ==&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Pre&amp;quot; in &amp;quot;Preware&amp;quot; does not refer to the Palm Pre, it refers to &amp;quot;before&amp;quot; as far as app testing goes, and is a pun on &amp;quot;Freeware&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Submissions ==&lt;br /&gt;
&lt;br /&gt;
Submissions will have their icons ripped out for application use.&lt;br /&gt;
&lt;br /&gt;
=== Licenses ===&lt;br /&gt;
 Name               id&lt;br /&gt;
 Apache-2.0         apache2.0&lt;br /&gt;
 BSD                bsd&lt;br /&gt;
 CDDL               cddl&lt;br /&gt;
 CPL-1.0            cpl1.0&lt;br /&gt;
 GPL-2              gpl2.0&lt;br /&gt;
 GPL-3              gpl3.0&lt;br /&gt;
 LGPL-3             lgpl3.0&lt;br /&gt;
 MIT                mit&lt;br /&gt;
 MPL-1.1            mpl1.1&lt;br /&gt;
&lt;br /&gt;
=== Legal Acceptance on Submission ===&lt;br /&gt;
&lt;br /&gt;
I hereby... fill in this with the legal stuff&lt;br /&gt;
&lt;br /&gt;
== Application ==&lt;br /&gt;
&lt;br /&gt;
(Images will be updated below as suggestions come in, wiki forces cache so CTRL+SHIFT+R in modern browsers)&lt;br /&gt;
&lt;br /&gt;
[[Image:OPS_App_Mockup1.png]]&lt;br /&gt;
&lt;br /&gt;
== Site ==&lt;br /&gt;
&lt;br /&gt;
[[Image:OPS_Mockup.png]]&lt;br /&gt;
&lt;br /&gt;
== Removing Applications ==&lt;br /&gt;
&lt;br /&gt;
Main thing to include is a way to keep track of applications that depend on certain plugins. We cannot have users uninstalling plugins that are required for an installed app to run.&lt;br /&gt;
&lt;br /&gt;
== IPKG Feed ==&lt;br /&gt;
&lt;br /&gt;
The standard IPKG feed will be accessible by everyone.&lt;br /&gt;
&lt;br /&gt;
== XML Feeds ==&lt;br /&gt;
&lt;br /&gt;
=== Application Feed (List/Filtered) ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
    &amp;lt;applications&amp;gt;&lt;br /&gt;
        &amp;lt;application id=&amp;quot;41&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;package&amp;gt;appname&amp;lt;/package&amp;gt;&lt;br /&gt;
            &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
            &amp;lt;name&amp;gt;Application Name&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;webosversion&amp;gt;&lt;br /&gt;
                &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
                &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
            &amp;lt;/webosversion&amp;gt;&lt;br /&gt;
            &amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
            &amp;lt;/maintainer&amp;gt;&lt;br /&gt;
            &amp;lt;license id=&amp;quot;mit&amp;quot;&amp;gt;MIT&amp;lt;/license&amp;gt;&lt;br /&gt;
            &amp;lt;architecture&amp;gt;all&amp;lt;/architecture&amp;gt;&lt;br /&gt;
            &amp;lt;filename&amp;gt;com.domain_app_appname_1.0.0_all.ipk&amp;lt;/filename&amp;gt;&lt;br /&gt;
            &amp;lt;md5sum&amp;gt;325ca724c05288eb182dd7ebdd493926&amp;lt;/md5sum&amp;gt;&lt;br /&gt;
            &amp;lt;size&amp;gt;123456&amp;lt;/size&amp;gt;&lt;br /&gt;
            &amp;lt;category&amp;gt;Utilities&amp;lt;/category&amp;gt;&lt;br /&gt;
            &amp;lt;source&amp;gt;http://www.preware.org/41/&amp;lt;/source&amp;gt;&lt;br /&gt;
        &amp;lt;/application&amp;gt;&lt;br /&gt;
    &amp;lt;/applications&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Application View ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
    &amp;lt;applications&amp;gt;&lt;br /&gt;
        &amp;lt;application id=&amp;quot;41&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;package&amp;gt;appname&amp;lt;/package&amp;gt;&lt;br /&gt;
            &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
            &amp;lt;name&amp;gt;Application Name&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;webosversion&amp;gt;&lt;br /&gt;
                &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
                &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
            &amp;lt;/webosversion&amp;gt;&lt;br /&gt;
            &amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
            &amp;lt;/maintainer&amp;gt;&lt;br /&gt;
            &amp;lt;license id=&amp;quot;mit&amp;quot;&amp;gt;MIT&amp;lt;/license&amp;gt;&lt;br /&gt;
            &amp;lt;architecture&amp;gt;all&amp;lt;/architecture&amp;gt;&lt;br /&gt;
            &amp;lt;filename&amp;gt;com.domain_app_appname_1.0.0_all.ipk&amp;lt;/filename&amp;gt;&lt;br /&gt;
            &amp;lt;md5sum&amp;gt;325ca724c05288eb182dd7ebdd493926&amp;lt;/md5sum&amp;gt;&lt;br /&gt;
            &amp;lt;size&amp;gt;123456&amp;lt;/size&amp;gt;&lt;br /&gt;
            &amp;lt;category&amp;gt;Utilities&amp;lt;/category&amp;gt;&lt;br /&gt;
            &amp;lt;source&amp;gt;http://www.preware.org/41/&amp;lt;/source&amp;gt;&lt;br /&gt;
            &amp;lt;depends&amp;gt;&lt;br /&gt;
                &amp;lt;depend id=&amp;quot;20&amp;quot; type=&amp;quot;plugin&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;package&amp;gt;pluginname&amp;lt;/package&amp;gt;&lt;br /&gt;
                    &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
                    &amp;lt;name&amp;gt;FileIO&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;/depend&amp;gt;&lt;br /&gt;
            &amp;lt;/depends&amp;gt;&lt;br /&gt;
            &amp;lt;description&amp;gt;A long description&amp;lt;/description&amp;gt;&lt;br /&gt;
        &amp;lt;/application&amp;gt;&lt;br /&gt;
    &amp;lt;/applications&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Plugin View ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
    &amp;lt;applications&amp;gt;&lt;br /&gt;
        &amp;lt;application id=&amp;quot;20&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;package&amp;gt;pluginname&amp;lt;/package&amp;gt;&lt;br /&gt;
            &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
            &amp;lt;name&amp;gt;Plugin Name&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;webosversion&amp;gt;&lt;br /&gt;
                &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
                &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
            &amp;lt;/webosversion&amp;gt;&lt;br /&gt;
            &amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
            &amp;lt;/maintainer&amp;gt;&lt;br /&gt;
            &amp;lt;license id=&amp;quot;mit&amp;quot;&amp;gt;MIT&amp;lt;/license&amp;gt;&lt;br /&gt;
            &amp;lt;architecture&amp;gt;all&amp;lt;/architecture&amp;gt;&lt;br /&gt;
            &amp;lt;filename&amp;gt;com.domain_plug_pluginname_1.0.0_all.ipk&amp;lt;/filename&amp;gt;&lt;br /&gt;
            &amp;lt;md5sum&amp;gt;325ca724c05288eb182dd7ebdd493926&amp;lt;/md5sum&amp;gt;&lt;br /&gt;
            &amp;lt;size&amp;gt;123456&amp;lt;/size&amp;gt;&lt;br /&gt;
            &amp;lt;category&amp;gt;Utilities&amp;lt;/category&amp;gt;&lt;br /&gt;
            &amp;lt;source&amp;gt;http://www.preware.org/41/&amp;lt;/source&amp;gt;&lt;br /&gt;
            &amp;lt;applications&amp;gt;&lt;br /&gt;
                &amp;lt;application id=&amp;quot;20&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;type&amp;gt;plugin&amp;lt;/type&amp;gt;&lt;br /&gt;
                    &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
                    &amp;lt;name&amp;gt;FileIO&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;/application&amp;gt;&lt;br /&gt;
            &amp;lt;/applications&amp;gt;&lt;br /&gt;
            &amp;lt;description&amp;gt;A long description&amp;lt;/description&amp;gt;&lt;br /&gt;
        &amp;lt;/application&amp;gt;&lt;br /&gt;
    &amp;lt;/applications&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Review (to Applications / Plugins) ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
  &amp;lt;messages&amp;gt;&lt;br /&gt;
    &amp;lt;message id=&amp;quot;420&amp;quot; type=&amp;quot;review&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;user id=&amp;quot;10&amp;quot;&amp;gt;FooBar&amp;lt;/user&amp;gt;&lt;br /&gt;
      &amp;lt;text&amp;gt;A+++ would download again&amp;lt;/text&amp;gt;&lt;br /&gt;
    &amp;lt;/message&amp;gt;&lt;br /&gt;
  &amp;lt;/messages&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Comment (tbd) ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
  &amp;lt;messages&amp;gt;&lt;br /&gt;
    &amp;lt;message id=&amp;quot;420&amp;quot; type=&amp;quot;comment&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;user id=&amp;quot;10&amp;quot;&amp;gt;FooBar&amp;lt;/user&amp;gt;&lt;br /&gt;
      &amp;lt;text&amp;gt;freezes every second tuesday when bluetooth is enabled&amp;lt;/text&amp;gt;&lt;br /&gt;
    &amp;lt;/message&amp;gt;&lt;br /&gt;
  &amp;lt;/messages&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Address Structures ==&lt;br /&gt;
&lt;br /&gt;
=== Site ===&lt;br /&gt;
&lt;br /&gt;
I don't know how much of this we can really change, I think Drupal could be rather strict.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
# Application Page&lt;br /&gt;
  preware.org/packagename/&lt;br /&gt;
# .ipk uses direct id&lt;br /&gt;
  preware.org/41/filenameto.ipk&lt;br /&gt;
  preware.org/&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Feeds ===&lt;br /&gt;
&lt;br /&gt;
Yea this section needs major input.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
# Full List IPKG&lt;br /&gt;
  preware.org/feed/&lt;br /&gt;
&lt;br /&gt;
# XML files for application use (full list)&lt;br /&gt;
&lt;br /&gt;
# XML Categories List&lt;br /&gt;
  preware.org/feed/xml/category/&lt;br /&gt;
# XML Categories List Specific, encode spaces with (%20)&lt;br /&gt;
  preware.org/feed/xml/category/games/&lt;br /&gt;
# XML Application Specific&lt;br /&gt;
  preware.org/feed/xml/application/23/&lt;br /&gt;
# XML Plugin Specific&lt;br /&gt;
  preware.org/feed/xml/plugin/24/&lt;br /&gt;
# XML Search&lt;br /&gt;
  preware.org/feed/xml/search?q=string[&amp;amp;filters]&lt;br /&gt;
    #example:&lt;br /&gt;
      preware.org/feed/xml/search?q=search+string&amp;amp;category=Utilities&amp;amp;user=12&lt;br /&gt;
# XML Application Reviews&lt;br /&gt;
  preware.org/feed/xml/review/23/&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Preware_Design&amp;diff=3826</id>
		<title>Preware Design</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Preware_Design&amp;diff=3826"/>
		<updated>2009-08-05T06:35:04Z</updated>

		<summary type="html">&lt;p&gt;X1011: /* XML Feeds */ comments should be abridged by the client so they can be expanded if desired&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This app is to be a front end to the [[Preware Repository Description|Preware open-source Mojo repository]], the webOS-internals project to supply end users with applications, plugins, and updates thereof all in one user-friendly place.&lt;br /&gt;
&lt;br /&gt;
== Why this is Important ==&lt;br /&gt;
&lt;br /&gt;
This morning (25 July 2009) after my morning OA meeting, at coffee I ran a set of paper prototypes of a gui appstore front end for the webos-internals ipkg feed past a group of women aged 45 to 72 who had not previously used a Pre. &lt;br /&gt;
&lt;br /&gt;
Each of them had the chance to go into launcher, bring up an app, run it, go into the app store, look around, etc before starting the prototyping session.  &lt;br /&gt;
&lt;br /&gt;
First, as a group they all hated the palm appstore.  They disliked the horizontal scrollers at the top, they disliked the scrolling aspect of the entire page.  They wanted much more clear indications that a scroll was available, but they thought that a thinner leaner first page would be much better. &lt;br /&gt;
&lt;br /&gt;
After 30 minutes of the group tearing up 4x6 cards and scribbling new ones, we ended up with the following decisions which I pass along. &lt;br /&gt;
&lt;br /&gt;
* the first scene should have 5 selections &lt;br /&gt;
** Upgrade your installed apps&lt;br /&gt;
** Patches for existing apps&lt;br /&gt;
** WebOS applications&lt;br /&gt;
** Delete things you have installed &lt;br /&gt;
** Alpha list of everything &lt;br /&gt;
&lt;br /&gt;
each of those opens a new scene.  along the bottom of the scene is a fixed button bar with on the left, an INSTALL button, in the center a BACK button and on the right a DELETE button &lt;br /&gt;
&lt;br /&gt;
that button bar is ALWAYS there except on scene 1.  They know and understand the back gesture, but they liked the idea of a back button even so, and since there was a space, why not? &lt;br /&gt;
&lt;br /&gt;
the install and delete buttons dim out or come live as appropriate.&lt;br /&gt;
&lt;br /&gt;
They were divided on the subject of keeing a banner for the app store at the top of the screen, some liked the idea of a HOME button.  Some did not and wanted the space for the lists and said &amp;quot;banner only on the home page. &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Each subsidiary screen brings up a list of apps. that list scrolls in the space ABOVE the button bar. &lt;br /&gt;
Tapping an ap brings up the long description of the app and enables the install or delete button as is appropriate. &lt;br /&gt;
&lt;br /&gt;
The graphical design should be very VERY clean and not busy.  It was a major complaint about the Palm app store that it was too busy. &lt;br /&gt;
&lt;br /&gt;
Templarian's mockup for the PreWare home page is a really good basis to work from, and it would be good if the gui app resembled the submission and management page. It will change depending on comments here.&lt;br /&gt;
&lt;br /&gt;
I thought this would give us a starting place&lt;br /&gt;
&lt;br /&gt;
- Rick&lt;br /&gt;
&lt;br /&gt;
== Project Repository == &lt;br /&gt;
&lt;br /&gt;
http://gitorious.org/webos-applications/installer&lt;br /&gt;
&lt;br /&gt;
== Development help == &lt;br /&gt;
&lt;br /&gt;
PreWare is being developed as an open source project.  '''We really want help on the development of this app!''' The source of the application is available at http://gitorious.org/webos-applications/installer  &lt;br /&gt;
&lt;br /&gt;
Anyone can check out a copy.  If you would like check in privlidges, simply message [[User_talk:Rboatright|Rboatright]] or [[User_talk:Templarian|Templarian]] on their talk pages. &lt;br /&gt;
&lt;br /&gt;
You will need to register an ssh key with gitorious.  If you've never done that, a walk through is available at http://nathanj.github.com/gitguide/   Substitute gitorious.org for github in the instructions.&lt;br /&gt;
&lt;br /&gt;
== Preware ==&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Pre&amp;quot; in &amp;quot;Preware&amp;quot; does not refer to the Palm Pre, it refers to &amp;quot;before&amp;quot; as far as app testing goes, and is a pun on &amp;quot;Freeware&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Submissions ==&lt;br /&gt;
&lt;br /&gt;
Submissions will have their icons ripped out for application use.&lt;br /&gt;
&lt;br /&gt;
=== Licenses ===&lt;br /&gt;
 Name               id&lt;br /&gt;
 Apache-2.0         apache2.0&lt;br /&gt;
 BSD                bsd&lt;br /&gt;
 CDDL               cddl&lt;br /&gt;
 CPL-1.0            cpl1.0&lt;br /&gt;
 GPL-2              gpl2.0&lt;br /&gt;
 GPL-3              gpl3.0&lt;br /&gt;
 LGPL-3             lgpl3.0&lt;br /&gt;
 MIT                mit&lt;br /&gt;
 MPL-1.1            mpl1.1&lt;br /&gt;
&lt;br /&gt;
=== Legal Acceptance on Submission ===&lt;br /&gt;
&lt;br /&gt;
I hereby... fill in this with the legal stuff&lt;br /&gt;
&lt;br /&gt;
== Application ==&lt;br /&gt;
&lt;br /&gt;
(Images will be updated below as suggestions come in, wiki forces cache so CTRL+SHIFT+R in modern browsers)&lt;br /&gt;
&lt;br /&gt;
[[Image:OPS_App_Mockup1.png]]&lt;br /&gt;
&lt;br /&gt;
== Site ==&lt;br /&gt;
&lt;br /&gt;
[[Image:OPS_Mockup.png]]&lt;br /&gt;
&lt;br /&gt;
== Removing Applications ==&lt;br /&gt;
&lt;br /&gt;
Main thing to include is a way to keep track of applications that depend on certain plugins. We cannot have users uninstalling plugins that are required for an installed app to run.&lt;br /&gt;
&lt;br /&gt;
== IPKG Feed ==&lt;br /&gt;
&lt;br /&gt;
The standard IPKG feed will be accessible by everyone.&lt;br /&gt;
&lt;br /&gt;
== XML Feeds ==&lt;br /&gt;
&lt;br /&gt;
=== Application Feed (List/Filtered) ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
    &amp;lt;applications&amp;gt;&lt;br /&gt;
        &amp;lt;application id=&amp;quot;41&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;package&amp;gt;appname&amp;lt;/package&amp;gt;&lt;br /&gt;
            &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
            &amp;lt;name&amp;gt;Application Name&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;webosversion&amp;gt;&lt;br /&gt;
                &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
                &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
            &amp;lt;/webosversion&amp;gt;&lt;br /&gt;
            &amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
            &amp;lt;/maintainer&amp;gt;&lt;br /&gt;
            &amp;lt;license id=&amp;quot;mit&amp;quot;&amp;gt;MIT&amp;lt;/license&amp;gt;&lt;br /&gt;
            &amp;lt;architecture&amp;gt;all&amp;lt;/architecture&amp;gt;&lt;br /&gt;
            &amp;lt;filename&amp;gt;com.domain_app_appname_1.0.0_all.ipk&amp;lt;/filename&amp;gt;&lt;br /&gt;
            &amp;lt;md5sum&amp;gt;325ca724c05288eb182dd7ebdd493926&amp;lt;/md5sum&amp;gt;&lt;br /&gt;
            &amp;lt;size&amp;gt;123456&amp;lt;/size&amp;gt;&lt;br /&gt;
            &amp;lt;category&amp;gt;Utilities&amp;lt;/category&amp;gt;&lt;br /&gt;
            &amp;lt;source&amp;gt;http://www.preware.org/41/&amp;lt;/source&amp;gt;&lt;br /&gt;
        &amp;lt;/application&amp;gt;&lt;br /&gt;
    &amp;lt;/applications&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Application View ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
    &amp;lt;applications&amp;gt;&lt;br /&gt;
        &amp;lt;application id=&amp;quot;41&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;package&amp;gt;appname&amp;lt;/package&amp;gt;&lt;br /&gt;
            &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
            &amp;lt;name&amp;gt;Application Name&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;webosversion&amp;gt;&lt;br /&gt;
                &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
                &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
            &amp;lt;/webosversion&amp;gt;&lt;br /&gt;
            &amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
            &amp;lt;/maintainer&amp;gt;&lt;br /&gt;
            &amp;lt;license id=&amp;quot;mit&amp;quot;&amp;gt;MIT&amp;lt;/license&amp;gt;&lt;br /&gt;
            &amp;lt;architecture&amp;gt;all&amp;lt;/architecture&amp;gt;&lt;br /&gt;
            &amp;lt;filename&amp;gt;com.domain_app_appname_1.0.0_all.ipk&amp;lt;/filename&amp;gt;&lt;br /&gt;
            &amp;lt;md5sum&amp;gt;325ca724c05288eb182dd7ebdd493926&amp;lt;/md5sum&amp;gt;&lt;br /&gt;
            &amp;lt;size&amp;gt;123456&amp;lt;/size&amp;gt;&lt;br /&gt;
            &amp;lt;category&amp;gt;Utilities&amp;lt;/category&amp;gt;&lt;br /&gt;
            &amp;lt;source&amp;gt;http://www.preware.org/41/&amp;lt;/source&amp;gt;&lt;br /&gt;
            &amp;lt;depends&amp;gt;&lt;br /&gt;
                &amp;lt;depend id=&amp;quot;20&amp;quot; type=&amp;quot;plugin&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;package&amp;gt;pluginname&amp;lt;/package&amp;gt;&lt;br /&gt;
                    &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
                    &amp;lt;name&amp;gt;FileIO&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;/depend&amp;gt;&lt;br /&gt;
            &amp;lt;/depends&amp;gt;&lt;br /&gt;
            &amp;lt;description&amp;gt;A long description&amp;lt;/description&amp;gt;&lt;br /&gt;
        &amp;lt;/application&amp;gt;&lt;br /&gt;
    &amp;lt;/applications&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Plugin View ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
    &amp;lt;applications&amp;gt;&lt;br /&gt;
        &amp;lt;application id=&amp;quot;20&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;package&amp;gt;pluginname&amp;lt;/package&amp;gt;&lt;br /&gt;
            &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
            &amp;lt;name&amp;gt;Plugin Name&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;webosversion&amp;gt;&lt;br /&gt;
                &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
                &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
            &amp;lt;/webosversion&amp;gt;&lt;br /&gt;
            &amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
            &amp;lt;/maintainer&amp;gt;&lt;br /&gt;
            &amp;lt;license id=&amp;quot;mit&amp;quot;&amp;gt;MIT&amp;lt;/license&amp;gt;&lt;br /&gt;
            &amp;lt;architecture&amp;gt;all&amp;lt;/architecture&amp;gt;&lt;br /&gt;
            &amp;lt;filename&amp;gt;com.domain_app_appname_1.0.0_all.ipk&amp;lt;/filename&amp;gt;&lt;br /&gt;
            &amp;lt;md5sum&amp;gt;325ca724c05288eb182dd7ebdd493926&amp;lt;/md5sum&amp;gt;&lt;br /&gt;
            &amp;lt;size&amp;gt;123456&amp;lt;/size&amp;gt;&lt;br /&gt;
            &amp;lt;category&amp;gt;Utilities&amp;lt;/category&amp;gt;&lt;br /&gt;
            &amp;lt;source&amp;gt;http://www.preware.org/41/&amp;lt;/source&amp;gt;&lt;br /&gt;
            &amp;lt;applications&amp;gt;&lt;br /&gt;
                &amp;lt;application id=&amp;quot;20&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;type&amp;gt;plugin&amp;lt;/type&amp;gt;&lt;br /&gt;
                    &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
                    &amp;lt;name&amp;gt;FileIO&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;/application&amp;gt;&lt;br /&gt;
            &amp;lt;/applications&amp;gt;&lt;br /&gt;
            &amp;lt;description&amp;gt;A long description&amp;lt;/description&amp;gt;&lt;br /&gt;
        &amp;lt;/application&amp;gt;&lt;br /&gt;
    &amp;lt;/applications&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Review (to Applications / Plugins) ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
  &amp;lt;messages&amp;gt;&lt;br /&gt;
    &amp;lt;message id=&amp;quot;420&amp;quot; type=&amp;quot;review&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;user id=&amp;quot;10&amp;quot;&amp;gt;FooBar&amp;lt;/user&amp;gt;&lt;br /&gt;
      &amp;lt;text&amp;gt;A+++ would download again&amp;lt;/text&amp;gt;&lt;br /&gt;
    &amp;lt;/message&amp;gt;&lt;br /&gt;
  &amp;lt;/messages&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Comment (tbd) ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
  &amp;lt;messages&amp;gt;&lt;br /&gt;
    &amp;lt;message id=&amp;quot;420&amp;quot; type=&amp;quot;comment&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;user id=&amp;quot;10&amp;quot;&amp;gt;FooBar&amp;lt;/user&amp;gt;&lt;br /&gt;
      &amp;lt;text&amp;gt;freezes every second tuesday when bluetooth is enabled&amp;lt;/text&amp;gt;&lt;br /&gt;
    &amp;lt;/message&amp;gt;&lt;br /&gt;
  &amp;lt;/messages&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Address Structures ==&lt;br /&gt;
&lt;br /&gt;
=== Site ===&lt;br /&gt;
&lt;br /&gt;
I don't know how much of this we can really change, I think Drupal could be rather strict.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
# Application Page&lt;br /&gt;
  preware.org/packagename/&lt;br /&gt;
# .ipk uses direct id&lt;br /&gt;
  preware.org/41/filenameto.ipk&lt;br /&gt;
  preware.org/&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Feeds ===&lt;br /&gt;
&lt;br /&gt;
Yea this section needs major input.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
# Full List IPKG&lt;br /&gt;
  preware.org/feed/&lt;br /&gt;
&lt;br /&gt;
# XML files for application use (full list)&lt;br /&gt;
&lt;br /&gt;
# XML Categories List&lt;br /&gt;
  preware.org/feed/xml/category/&lt;br /&gt;
# XML Categories List Specific, encode spaces with (%20)&lt;br /&gt;
  preware.org/feed/xml/category/games/&lt;br /&gt;
# XML Application Specific&lt;br /&gt;
  preware.org/feed/xml/application/23/&lt;br /&gt;
# XML Plugin Specific&lt;br /&gt;
  preware.org/feed/xml/plugin/24/&lt;br /&gt;
# XML Search&lt;br /&gt;
  preware.org/feed/xml/search?q=string[&amp;amp;filters]&lt;br /&gt;
    #example:&lt;br /&gt;
      preware.org/feed/xml/search?q=search+string&amp;amp;category=Utilities&amp;amp;user=12&lt;br /&gt;
# XML Application Reviews&lt;br /&gt;
  preware.org/feed/xml/review/23/&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Preware_Design&amp;diff=3825</id>
		<title>Preware Design</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Preware_Design&amp;diff=3825"/>
		<updated>2009-08-05T06:21:26Z</updated>

		<summary type="html">&lt;p&gt;X1011: /* XML Feeds */ using xml highlighter&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This app is to be a front end to the [[Preware Repository Description|Preware open-source Mojo repository]], the webOS-internals project to supply end users with applications, plugins, and updates thereof all in one user-friendly place.&lt;br /&gt;
&lt;br /&gt;
== Why this is Important ==&lt;br /&gt;
&lt;br /&gt;
This morning (25 July 2009) after my morning OA meeting, at coffee I ran a set of paper prototypes of a gui appstore front end for the webos-internals ipkg feed past a group of women aged 45 to 72 who had not previously used a Pre. &lt;br /&gt;
&lt;br /&gt;
Each of them had the chance to go into launcher, bring up an app, run it, go into the app store, look around, etc before starting the prototyping session.  &lt;br /&gt;
&lt;br /&gt;
First, as a group they all hated the palm appstore.  They disliked the horizontal scrollers at the top, they disliked the scrolling aspect of the entire page.  They wanted much more clear indications that a scroll was available, but they thought that a thinner leaner first page would be much better. &lt;br /&gt;
&lt;br /&gt;
After 30 minutes of the group tearing up 4x6 cards and scribbling new ones, we ended up with the following decisions which I pass along. &lt;br /&gt;
&lt;br /&gt;
* the first scene should have 5 selections &lt;br /&gt;
** Upgrade your installed apps&lt;br /&gt;
** Patches for existing apps&lt;br /&gt;
** WebOS applications&lt;br /&gt;
** Delete things you have installed &lt;br /&gt;
** Alpha list of everything &lt;br /&gt;
&lt;br /&gt;
each of those opens a new scene.  along the bottom of the scene is a fixed button bar with on the left, an INSTALL button, in the center a BACK button and on the right a DELETE button &lt;br /&gt;
&lt;br /&gt;
that button bar is ALWAYS there except on scene 1.  They know and understand the back gesture, but they liked the idea of a back button even so, and since there was a space, why not? &lt;br /&gt;
&lt;br /&gt;
the install and delete buttons dim out or come live as appropriate.&lt;br /&gt;
&lt;br /&gt;
They were divided on the subject of keeing a banner for the app store at the top of the screen, some liked the idea of a HOME button.  Some did not and wanted the space for the lists and said &amp;quot;banner only on the home page. &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Each subsidiary screen brings up a list of apps. that list scrolls in the space ABOVE the button bar. &lt;br /&gt;
Tapping an ap brings up the long description of the app and enables the install or delete button as is appropriate. &lt;br /&gt;
&lt;br /&gt;
The graphical design should be very VERY clean and not busy.  It was a major complaint about the Palm app store that it was too busy. &lt;br /&gt;
&lt;br /&gt;
Templarian's mockup for the PreWare home page is a really good basis to work from, and it would be good if the gui app resembled the submission and management page. It will change depending on comments here.&lt;br /&gt;
&lt;br /&gt;
I thought this would give us a starting place&lt;br /&gt;
&lt;br /&gt;
- Rick&lt;br /&gt;
&lt;br /&gt;
== Project Repository == &lt;br /&gt;
&lt;br /&gt;
http://gitorious.org/webos-applications/installer&lt;br /&gt;
&lt;br /&gt;
== Development help == &lt;br /&gt;
&lt;br /&gt;
PreWare is being developed as an open source project.  '''We really want help on the development of this app!''' The source of the application is available at http://gitorious.org/webos-applications/installer  &lt;br /&gt;
&lt;br /&gt;
Anyone can check out a copy.  If you would like check in privlidges, simply message [[User_talk:Rboatright|Rboatright]] or [[User_talk:Templarian|Templarian]] on their talk pages. &lt;br /&gt;
&lt;br /&gt;
You will need to register an ssh key with gitorious.  If you've never done that, a walk through is available at http://nathanj.github.com/gitguide/   Substitute gitorious.org for github in the instructions.&lt;br /&gt;
&lt;br /&gt;
== Preware ==&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Pre&amp;quot; in &amp;quot;Preware&amp;quot; does not refer to the Palm Pre, it refers to &amp;quot;before&amp;quot; as far as app testing goes, and is a pun on &amp;quot;Freeware&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Submissions ==&lt;br /&gt;
&lt;br /&gt;
Submissions will have their icons ripped out for application use.&lt;br /&gt;
&lt;br /&gt;
=== Licenses ===&lt;br /&gt;
 Name               id&lt;br /&gt;
 Apache-2.0         apache2.0&lt;br /&gt;
 BSD                bsd&lt;br /&gt;
 CDDL               cddl&lt;br /&gt;
 CPL-1.0            cpl1.0&lt;br /&gt;
 GPL-2              gpl2.0&lt;br /&gt;
 GPL-3              gpl3.0&lt;br /&gt;
 LGPL-3             lgpl3.0&lt;br /&gt;
 MIT                mit&lt;br /&gt;
 MPL-1.1            mpl1.1&lt;br /&gt;
&lt;br /&gt;
=== Legal Acceptance on Submission ===&lt;br /&gt;
&lt;br /&gt;
I hereby... fill in this with the legal stuff&lt;br /&gt;
&lt;br /&gt;
== Application ==&lt;br /&gt;
&lt;br /&gt;
(Images will be updated below as suggestions come in, wiki forces cache so CTRL+SHIFT+R in modern browsers)&lt;br /&gt;
&lt;br /&gt;
[[Image:OPS_App_Mockup1.png]]&lt;br /&gt;
&lt;br /&gt;
== Site ==&lt;br /&gt;
&lt;br /&gt;
[[Image:OPS_Mockup.png]]&lt;br /&gt;
&lt;br /&gt;
== Removing Applications ==&lt;br /&gt;
&lt;br /&gt;
Main thing to include is a way to keep track of applications that depend on certain plugins. We cannot have users uninstalling plugins that are required for an installed app to run.&lt;br /&gt;
&lt;br /&gt;
== IPKG Feed ==&lt;br /&gt;
&lt;br /&gt;
The standard IPKG feed will be accessible by everyone.&lt;br /&gt;
&lt;br /&gt;
== XML Feeds ==&lt;br /&gt;
&lt;br /&gt;
=== Application Feed (List/Filtered) ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
    &amp;lt;applications&amp;gt;&lt;br /&gt;
        &amp;lt;application id=&amp;quot;41&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;package&amp;gt;appname&amp;lt;/package&amp;gt;&lt;br /&gt;
            &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
            &amp;lt;name&amp;gt;Application Name&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;webosversion&amp;gt;&lt;br /&gt;
                &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
                &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
            &amp;lt;/webosversion&amp;gt;&lt;br /&gt;
            &amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
            &amp;lt;/maintainer&amp;gt;&lt;br /&gt;
            &amp;lt;license id=&amp;quot;mit&amp;quot;&amp;gt;MIT&amp;lt;/license&amp;gt;&lt;br /&gt;
            &amp;lt;architecture&amp;gt;all&amp;lt;/architecture&amp;gt;&lt;br /&gt;
            &amp;lt;filename&amp;gt;com.domain_app_appname_1.0.0_all.ipk&amp;lt;/filename&amp;gt;&lt;br /&gt;
            &amp;lt;md5sum&amp;gt;325ca724c05288eb182dd7ebdd493926&amp;lt;/md5sum&amp;gt;&lt;br /&gt;
            &amp;lt;size&amp;gt;123456&amp;lt;/size&amp;gt;&lt;br /&gt;
            &amp;lt;category&amp;gt;Utilities&amp;lt;/category&amp;gt;&lt;br /&gt;
            &amp;lt;source&amp;gt;http://www.preware.org/41/&amp;lt;/source&amp;gt;&lt;br /&gt;
        &amp;lt;/application&amp;gt;&lt;br /&gt;
    &amp;lt;/applications&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Application View ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
    &amp;lt;applications&amp;gt;&lt;br /&gt;
        &amp;lt;application id=&amp;quot;41&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;package&amp;gt;appname&amp;lt;/package&amp;gt;&lt;br /&gt;
            &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
            &amp;lt;name&amp;gt;Application Name&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;webosversion&amp;gt;&lt;br /&gt;
                &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
                &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
            &amp;lt;/webosversion&amp;gt;&lt;br /&gt;
            &amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
            &amp;lt;/maintainer&amp;gt;&lt;br /&gt;
            &amp;lt;license id=&amp;quot;mit&amp;quot;&amp;gt;MIT&amp;lt;/license&amp;gt;&lt;br /&gt;
            &amp;lt;architecture&amp;gt;all&amp;lt;/architecture&amp;gt;&lt;br /&gt;
            &amp;lt;filename&amp;gt;com.domain_app_appname_1.0.0_all.ipk&amp;lt;/filename&amp;gt;&lt;br /&gt;
            &amp;lt;md5sum&amp;gt;325ca724c05288eb182dd7ebdd493926&amp;lt;/md5sum&amp;gt;&lt;br /&gt;
            &amp;lt;size&amp;gt;123456&amp;lt;/size&amp;gt;&lt;br /&gt;
            &amp;lt;category&amp;gt;Utilities&amp;lt;/category&amp;gt;&lt;br /&gt;
            &amp;lt;source&amp;gt;http://www.preware.org/41/&amp;lt;/source&amp;gt;&lt;br /&gt;
            &amp;lt;depends&amp;gt;&lt;br /&gt;
                &amp;lt;depend id=&amp;quot;20&amp;quot; type=&amp;quot;plugin&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;package&amp;gt;pluginname&amp;lt;/package&amp;gt;&lt;br /&gt;
                    &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
                    &amp;lt;name&amp;gt;FileIO&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;/depend&amp;gt;&lt;br /&gt;
            &amp;lt;/depends&amp;gt;&lt;br /&gt;
            &amp;lt;description&amp;gt;A long description&amp;lt;/description&amp;gt;&lt;br /&gt;
        &amp;lt;/application&amp;gt;&lt;br /&gt;
    &amp;lt;/applications&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Plugin View ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
    &amp;lt;applications&amp;gt;&lt;br /&gt;
        &amp;lt;application id=&amp;quot;20&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;package&amp;gt;pluginname&amp;lt;/package&amp;gt;&lt;br /&gt;
            &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
            &amp;lt;name&amp;gt;Plugin Name&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;webosversion&amp;gt;&lt;br /&gt;
                &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
                &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
            &amp;lt;/webosversion&amp;gt;&lt;br /&gt;
            &amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
            &amp;lt;/maintainer&amp;gt;&lt;br /&gt;
            &amp;lt;license id=&amp;quot;mit&amp;quot;&amp;gt;MIT&amp;lt;/license&amp;gt;&lt;br /&gt;
            &amp;lt;architecture&amp;gt;all&amp;lt;/architecture&amp;gt;&lt;br /&gt;
            &amp;lt;filename&amp;gt;com.domain_app_appname_1.0.0_all.ipk&amp;lt;/filename&amp;gt;&lt;br /&gt;
            &amp;lt;md5sum&amp;gt;325ca724c05288eb182dd7ebdd493926&amp;lt;/md5sum&amp;gt;&lt;br /&gt;
            &amp;lt;size&amp;gt;123456&amp;lt;/size&amp;gt;&lt;br /&gt;
            &amp;lt;category&amp;gt;Utilities&amp;lt;/category&amp;gt;&lt;br /&gt;
            &amp;lt;source&amp;gt;http://www.preware.org/41/&amp;lt;/source&amp;gt;&lt;br /&gt;
            &amp;lt;applications&amp;gt;&lt;br /&gt;
                &amp;lt;application id=&amp;quot;20&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;type&amp;gt;plugin&amp;lt;/type&amp;gt;&lt;br /&gt;
                    &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
                    &amp;lt;name&amp;gt;FileIO&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;/application&amp;gt;&lt;br /&gt;
            &amp;lt;/applications&amp;gt;&lt;br /&gt;
            &amp;lt;description&amp;gt;A long description&amp;lt;/description&amp;gt;&lt;br /&gt;
        &amp;lt;/application&amp;gt;&lt;br /&gt;
    &amp;lt;/applications&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Review (to Applications / Plugins) ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
  &amp;lt;messages&amp;gt;&lt;br /&gt;
    &amp;lt;message id=&amp;quot;420&amp;quot; type=&amp;quot;review&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;user id=&amp;quot;10&amp;quot;&amp;gt;FooBar&amp;lt;/user&amp;gt;&lt;br /&gt;
      &amp;lt;text&amp;gt;If this is a long comment it will be cut off at a random point with [...] character.&amp;lt;/text&amp;gt;&lt;br /&gt;
    &amp;lt;/message&amp;gt;&lt;br /&gt;
  &amp;lt;/messages&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Comment (tbd) ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
  &amp;lt;messages&amp;gt;&lt;br /&gt;
    &amp;lt;message id=&amp;quot;420&amp;quot; type=&amp;quot;comment&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;user id=&amp;quot;10&amp;quot;&amp;gt;FooBar&amp;lt;/user&amp;gt;&lt;br /&gt;
      &amp;lt;text&amp;gt;If this is a long comment it will be cut off at a random point with [...] character.&amp;lt;/text&amp;gt;&lt;br /&gt;
    &amp;lt;/message&amp;gt;&lt;br /&gt;
  &amp;lt;/messages&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Address Structures ==&lt;br /&gt;
&lt;br /&gt;
=== Site ===&lt;br /&gt;
&lt;br /&gt;
I don't know how much of this we can really change, I think Drupal could be rather strict.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
# Application Page&lt;br /&gt;
  preware.org/packagename/&lt;br /&gt;
# .ipk uses direct id&lt;br /&gt;
  preware.org/41/filenameto.ipk&lt;br /&gt;
  preware.org/&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Feeds ===&lt;br /&gt;
&lt;br /&gt;
Yea this section needs major input.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
# Full List IPKG&lt;br /&gt;
  preware.org/feed/&lt;br /&gt;
&lt;br /&gt;
# XML files for application use (full list)&lt;br /&gt;
&lt;br /&gt;
# XML Categories List&lt;br /&gt;
  preware.org/feed/xml/category/&lt;br /&gt;
# XML Categories List Specific, encode spaces with (%20)&lt;br /&gt;
  preware.org/feed/xml/category/games/&lt;br /&gt;
# XML Application Specific&lt;br /&gt;
  preware.org/feed/xml/application/23/&lt;br /&gt;
# XML Plugin Specific&lt;br /&gt;
  preware.org/feed/xml/plugin/24/&lt;br /&gt;
# XML Search&lt;br /&gt;
  preware.org/feed/xml/search?q=string[&amp;amp;filters]&lt;br /&gt;
    #example:&lt;br /&gt;
      preware.org/feed/xml/search?q=search+string&amp;amp;category=Utilities&amp;amp;user=12&lt;br /&gt;
# XML Application Reviews&lt;br /&gt;
  preware.org/feed/xml/review/23/&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Preware_Design&amp;diff=3822</id>
		<title>Preware Design</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Preware_Design&amp;diff=3822"/>
		<updated>2009-08-05T06:12:52Z</updated>

		<summary type="html">&lt;p&gt;X1011: /* XML Feeds */ fix inconsistencies between review and comment&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This app is to be a front end to the [[Preware Repository Description|Preware open-source Mojo repository]], the webOS-internals project to supply end users with applications, plugins, and updates thereof all in one user-friendly place.&lt;br /&gt;
&lt;br /&gt;
== Why this is Important ==&lt;br /&gt;
&lt;br /&gt;
This morning (25 July 2009) after my morning OA meeting, at coffee I ran a set of paper prototypes of a gui appstore front end for the webos-internals ipkg feed past a group of women aged 45 to 72 who had not previously used a Pre. &lt;br /&gt;
&lt;br /&gt;
Each of them had the chance to go into launcher, bring up an app, run it, go into the app store, look around, etc before starting the prototyping session.  &lt;br /&gt;
&lt;br /&gt;
First, as a group they all hated the palm appstore.  They disliked the horizontal scrollers at the top, they disliked the scrolling aspect of the entire page.  They wanted much more clear indications that a scroll was available, but they thought that a thinner leaner first page would be much better. &lt;br /&gt;
&lt;br /&gt;
After 30 minutes of the group tearing up 4x6 cards and scribbling new ones, we ended up with the following decisions which I pass along. &lt;br /&gt;
&lt;br /&gt;
* the first scene should have 5 selections &lt;br /&gt;
** Upgrade your installed apps&lt;br /&gt;
** Patches for existing apps&lt;br /&gt;
** WebOS applications&lt;br /&gt;
** Delete things you have installed &lt;br /&gt;
** Alpha list of everything &lt;br /&gt;
&lt;br /&gt;
each of those opens a new scene.  along the bottom of the scene is a fixed button bar with on the left, an INSTALL button, in the center a BACK button and on the right a DELETE button &lt;br /&gt;
&lt;br /&gt;
that button bar is ALWAYS there except on scene 1.  They know and understand the back gesture, but they liked the idea of a back button even so, and since there was a space, why not? &lt;br /&gt;
&lt;br /&gt;
the install and delete buttons dim out or come live as appropriate.&lt;br /&gt;
&lt;br /&gt;
They were divided on the subject of keeing a banner for the app store at the top of the screen, some liked the idea of a HOME button.  Some did not and wanted the space for the lists and said &amp;quot;banner only on the home page. &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Each subsidiary screen brings up a list of apps. that list scrolls in the space ABOVE the button bar. &lt;br /&gt;
Tapping an ap brings up the long description of the app and enables the install or delete button as is appropriate. &lt;br /&gt;
&lt;br /&gt;
The graphical design should be very VERY clean and not busy.  It was a major complaint about the Palm app store that it was too busy. &lt;br /&gt;
&lt;br /&gt;
Templarian's mockup for the PreWare home page is a really good basis to work from, and it would be good if the gui app resembled the submission and management page. It will change depending on comments here.&lt;br /&gt;
&lt;br /&gt;
I thought this would give us a starting place&lt;br /&gt;
&lt;br /&gt;
- Rick&lt;br /&gt;
&lt;br /&gt;
== Project Repository == &lt;br /&gt;
&lt;br /&gt;
http://gitorious.org/webos-applications/installer&lt;br /&gt;
&lt;br /&gt;
== Development help == &lt;br /&gt;
&lt;br /&gt;
PreWare is being developed as an open source project.  '''We really want help on the development of this app!''' The source of the application is available at http://gitorious.org/webos-applications/installer  &lt;br /&gt;
&lt;br /&gt;
Anyone can check out a copy.  If you would like check in privlidges, simply message [[User_talk:Rboatright|Rboatright]] or [[User_talk:Templarian|Templarian]] on their talk pages. &lt;br /&gt;
&lt;br /&gt;
You will need to register an ssh key with gitorious.  If you've never done that, a walk through is available at http://nathanj.github.com/gitguide/   Substitute gitorious.org for github in the instructions.&lt;br /&gt;
&lt;br /&gt;
== Preware ==&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Pre&amp;quot; in &amp;quot;Preware&amp;quot; does not refer to the Palm Pre, it refers to &amp;quot;before&amp;quot; as far as app testing goes, and is a pun on &amp;quot;Freeware&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Submissions ==&lt;br /&gt;
&lt;br /&gt;
Submissions will have their icons ripped out for application use.&lt;br /&gt;
&lt;br /&gt;
=== Licenses ===&lt;br /&gt;
 Name               id&lt;br /&gt;
 Apache-2.0         apache2.0&lt;br /&gt;
 BSD                bsd&lt;br /&gt;
 CDDL               cddl&lt;br /&gt;
 CPL-1.0            cpl1.0&lt;br /&gt;
 GPL-2              gpl2.0&lt;br /&gt;
 GPL-3              gpl3.0&lt;br /&gt;
 LGPL-3             lgpl3.0&lt;br /&gt;
 MIT                mit&lt;br /&gt;
 MPL-1.1            mpl1.1&lt;br /&gt;
&lt;br /&gt;
=== Legal Acceptance on Submission ===&lt;br /&gt;
&lt;br /&gt;
I hereby... fill in this with the legal stuff&lt;br /&gt;
&lt;br /&gt;
== Application ==&lt;br /&gt;
&lt;br /&gt;
(Images will be updated below as suggestions come in, wiki forces cache so CTRL+SHIFT+R in modern browsers)&lt;br /&gt;
&lt;br /&gt;
[[Image:OPS_App_Mockup1.png]]&lt;br /&gt;
&lt;br /&gt;
== Site ==&lt;br /&gt;
&lt;br /&gt;
[[Image:OPS_Mockup.png]]&lt;br /&gt;
&lt;br /&gt;
== Removing Applications ==&lt;br /&gt;
&lt;br /&gt;
Main thing to include is a way to keep track of applications that depend on certain plugins. We cannot have users uninstalling plugins that are required for an installed app to run.&lt;br /&gt;
&lt;br /&gt;
== IPKG Feed ==&lt;br /&gt;
&lt;br /&gt;
The standard IPKG feed will be accessible by everyone.&lt;br /&gt;
&lt;br /&gt;
== XML Feeds ==&lt;br /&gt;
&lt;br /&gt;
=== Application Feed (List/Filtered) ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
    &amp;lt;applications&amp;gt;&lt;br /&gt;
        &amp;lt;application id=&amp;quot;41&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;package&amp;gt;appname&amp;lt;/package&amp;gt;&lt;br /&gt;
            &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
            &amp;lt;name&amp;gt;Application Name&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;webosversion&amp;gt;&lt;br /&gt;
                &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
                &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
            &amp;lt;/webosversion&amp;gt;&lt;br /&gt;
            &amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
            &amp;lt;/maintainer&amp;gt;&lt;br /&gt;
            &amp;lt;license id=&amp;quot;mit&amp;quot;&amp;gt;MIT&amp;lt;/license&amp;gt;&lt;br /&gt;
            &amp;lt;architecture&amp;gt;all&amp;lt;/architecture&amp;gt;&lt;br /&gt;
            &amp;lt;filename&amp;gt;com.domain_app_appname_1.0.0_all.ipk&amp;lt;/filename&amp;gt;&lt;br /&gt;
            &amp;lt;md5sum&amp;gt;325ca724c05288eb182dd7ebdd493926&amp;lt;/md5sum&amp;gt;&lt;br /&gt;
            &amp;lt;size&amp;gt;123456&amp;lt;/size&amp;gt;&lt;br /&gt;
            &amp;lt;category&amp;gt;Utilities&amp;lt;/category&amp;gt;&lt;br /&gt;
            &amp;lt;source&amp;gt;http://www.preware.org/41/&amp;lt;/source&amp;gt;&lt;br /&gt;
        &amp;lt;/application&amp;gt;&lt;br /&gt;
    &amp;lt;/applications&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Application View ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
    &amp;lt;applications&amp;gt;&lt;br /&gt;
        &amp;lt;application id=&amp;quot;41&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;package&amp;gt;appname&amp;lt;/package&amp;gt;&lt;br /&gt;
            &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
            &amp;lt;name&amp;gt;Application Name&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;webosversion&amp;gt;&lt;br /&gt;
                &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
                &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
            &amp;lt;/webosversion&amp;gt;&lt;br /&gt;
            &amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
            &amp;lt;/maintainer&amp;gt;&lt;br /&gt;
            &amp;lt;license id=&amp;quot;mit&amp;quot;&amp;gt;MIT&amp;lt;/license&amp;gt;&lt;br /&gt;
            &amp;lt;architecture&amp;gt;all&amp;lt;/architecture&amp;gt;&lt;br /&gt;
            &amp;lt;filename&amp;gt;com.domain_app_appname_1.0.0_all.ipk&amp;lt;/filename&amp;gt;&lt;br /&gt;
            &amp;lt;md5sum&amp;gt;325ca724c05288eb182dd7ebdd493926&amp;lt;/md5sum&amp;gt;&lt;br /&gt;
            &amp;lt;size&amp;gt;123456&amp;lt;/size&amp;gt;&lt;br /&gt;
            &amp;lt;category&amp;gt;Utilities&amp;lt;/category&amp;gt;&lt;br /&gt;
            &amp;lt;source&amp;gt;http://www.preware.org/41/&amp;lt;/source&amp;gt;&lt;br /&gt;
            &amp;lt;depends&amp;gt;&lt;br /&gt;
                &amp;lt;depend id=&amp;quot;20&amp;quot; type=&amp;quot;plugin&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;package&amp;gt;pluginname&amp;lt;/package&amp;gt;&lt;br /&gt;
                    &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
                    &amp;lt;name&amp;gt;FileIO&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;/depend&amp;gt;&lt;br /&gt;
            &amp;lt;/depends&amp;gt;&lt;br /&gt;
            &amp;lt;description&amp;gt;A long description&amp;lt;/description&amp;gt;&lt;br /&gt;
        &amp;lt;/application&amp;gt;&lt;br /&gt;
    &amp;lt;/applications&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Plugin View ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
    &amp;lt;applications&amp;gt;&lt;br /&gt;
        &amp;lt;application id=&amp;quot;20&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;package&amp;gt;pluginname&amp;lt;/package&amp;gt;&lt;br /&gt;
            &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
            &amp;lt;name&amp;gt;Plugin Name&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;webosversion&amp;gt;&lt;br /&gt;
                &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
                &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
            &amp;lt;/webosversion&amp;gt;&lt;br /&gt;
            &amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
            &amp;lt;/maintainer&amp;gt;&lt;br /&gt;
            &amp;lt;license id=&amp;quot;mit&amp;quot;&amp;gt;MIT&amp;lt;/license&amp;gt;&lt;br /&gt;
            &amp;lt;architecture&amp;gt;all&amp;lt;/architecture&amp;gt;&lt;br /&gt;
            &amp;lt;filename&amp;gt;com.domain_app_appname_1.0.0_all.ipk&amp;lt;/filename&amp;gt;&lt;br /&gt;
            &amp;lt;md5sum&amp;gt;325ca724c05288eb182dd7ebdd493926&amp;lt;/md5sum&amp;gt;&lt;br /&gt;
            &amp;lt;size&amp;gt;123456&amp;lt;/size&amp;gt;&lt;br /&gt;
            &amp;lt;category&amp;gt;Utilities&amp;lt;/category&amp;gt;&lt;br /&gt;
            &amp;lt;source&amp;gt;http://www.preware.org/41/&amp;lt;/source&amp;gt;&lt;br /&gt;
            &amp;lt;applications&amp;gt;&lt;br /&gt;
                &amp;lt;application id=&amp;quot;20&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;type&amp;gt;plugin&amp;lt;/type&amp;gt;&lt;br /&gt;
                    &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
                    &amp;lt;name&amp;gt;FileIO&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;/application&amp;gt;&lt;br /&gt;
            &amp;lt;/applications&amp;gt;&lt;br /&gt;
            &amp;lt;description&amp;gt;A long description&amp;lt;/description&amp;gt;&lt;br /&gt;
        &amp;lt;/application&amp;gt;&lt;br /&gt;
    &amp;lt;/applications&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Review (to Applications / Plugins) ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
  &amp;lt;messages&amp;gt;&lt;br /&gt;
    &amp;lt;message id=&amp;quot;420&amp;quot; type=&amp;quot;review&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;user id=&amp;quot;10&amp;quot;&amp;gt;FooBar&amp;lt;/user&amp;gt;&lt;br /&gt;
      &amp;lt;text&amp;gt;If this is a long comment it will be cut off at a random point with [...] character.&amp;lt;/text&amp;gt;&lt;br /&gt;
    &amp;lt;/message&amp;gt;&lt;br /&gt;
  &amp;lt;/messages&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Comment (tbd) ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
  &amp;lt;messages&amp;gt;&lt;br /&gt;
    &amp;lt;message id=&amp;quot;420&amp;quot; type=&amp;quot;comment&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;user id=&amp;quot;10&amp;quot;&amp;gt;FooBar&amp;lt;/user&amp;gt;&lt;br /&gt;
      &amp;lt;text&amp;gt;If this is a long comment it will be cut off at a random point with [...] character.&amp;lt;/text&amp;gt;&lt;br /&gt;
    &amp;lt;/message&amp;gt;&lt;br /&gt;
  &amp;lt;/messages&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Address Structures ==&lt;br /&gt;
&lt;br /&gt;
=== Site ===&lt;br /&gt;
&lt;br /&gt;
I don't know how much of this we can really change, I think Drupal could be rather strict.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
# Application Page&lt;br /&gt;
  preware.org/packagename/&lt;br /&gt;
# .ipk uses direct id&lt;br /&gt;
  preware.org/41/filenameto.ipk&lt;br /&gt;
  preware.org/&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Feeds ===&lt;br /&gt;
&lt;br /&gt;
Yea this section needs major input.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
# Full List IPKG&lt;br /&gt;
  preware.org/feed/&lt;br /&gt;
&lt;br /&gt;
# XML files for application use (full list)&lt;br /&gt;
&lt;br /&gt;
# XML Categories List&lt;br /&gt;
  preware.org/feed/xml/category/&lt;br /&gt;
# XML Categories List Specific, encode spaces with (%20)&lt;br /&gt;
  preware.org/feed/xml/category/games/&lt;br /&gt;
# XML Application Specific&lt;br /&gt;
  preware.org/feed/xml/application/23/&lt;br /&gt;
# XML Plugin Specific&lt;br /&gt;
  preware.org/feed/xml/plugin/24/&lt;br /&gt;
# XML Search&lt;br /&gt;
  preware.org/feed/xml/search?q=string[&amp;amp;filters]&lt;br /&gt;
    #example:&lt;br /&gt;
      preware.org/feed/xml/search?q=search+string&amp;amp;category=Utilities&amp;amp;user=12&lt;br /&gt;
# XML Application Reviews&lt;br /&gt;
  preware.org/feed/xml/review/23/&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Preware_Design&amp;diff=3820</id>
		<title>Preware Design</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Preware_Design&amp;diff=3820"/>
		<updated>2009-08-05T05:19:59Z</updated>

		<summary type="html">&lt;p&gt;X1011: /* Feeds */ search url&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This app is to be a front end to the [[Preware Repository Description|Preware open-source Mojo repository]], the webOS-internals project to supply end users with applications, plugins, and updates thereof all in one user-friendly place.&lt;br /&gt;
&lt;br /&gt;
== Why this is Important ==&lt;br /&gt;
&lt;br /&gt;
This morning (25 July 2009) after my morning OA meeting, at coffee I ran a set of paper prototypes of a gui appstore front end for the webos-internals ipkg feed past a group of women aged 45 to 72 who had not previously used a Pre. &lt;br /&gt;
&lt;br /&gt;
Each of them had the chance to go into launcher, bring up an app, run it, go into the app store, look around, etc before starting the prototyping session.  &lt;br /&gt;
&lt;br /&gt;
First, as a group they all hated the palm appstore.  They disliked the horizontal scrollers at the top, they disliked the scrolling aspect of the entire page.  They wanted much more clear indications that a scroll was available, but they thought that a thinner leaner first page would be much better. &lt;br /&gt;
&lt;br /&gt;
After 30 minutes of the group tearing up 4x6 cards and scribbling new ones, we ended up with the following decisions which I pass along. &lt;br /&gt;
&lt;br /&gt;
* the first scene should have 5 selections &lt;br /&gt;
** Upgrade your installed apps&lt;br /&gt;
** Patches for existing apps&lt;br /&gt;
** WebOS applications&lt;br /&gt;
** Delete things you have installed &lt;br /&gt;
** Alpha list of everything &lt;br /&gt;
&lt;br /&gt;
each of those opens a new scene.  along the bottom of the scene is a fixed button bar with on the left, an INSTALL button, in the center a BACK button and on the right a DELETE button &lt;br /&gt;
&lt;br /&gt;
that button bar is ALWAYS there except on scene 1.  They know and understand the back gesture, but they liked the idea of a back button even so, and since there was a space, why not? &lt;br /&gt;
&lt;br /&gt;
the install and delete buttons dim out or come live as appropriate.&lt;br /&gt;
&lt;br /&gt;
They were divided on the subject of keeing a banner for the app store at the top of the screen, some liked the idea of a HOME button.  Some did not and wanted the space for the lists and said &amp;quot;banner only on the home page. &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Each subsidiary screen brings up a list of apps. that list scrolls in the space ABOVE the button bar. &lt;br /&gt;
Tapping an ap brings up the long description of the app and enables the install or delete button as is appropriate. &lt;br /&gt;
&lt;br /&gt;
The graphical design should be very VERY clean and not busy.  It was a major complaint about the Palm app store that it was too busy. &lt;br /&gt;
&lt;br /&gt;
Templarian's mockup for the PreWare home page is a really good basis to work from, and it would be good if the gui app resembled the submission and management page. It will change depending on comments here.&lt;br /&gt;
&lt;br /&gt;
I thought this would give us a starting place&lt;br /&gt;
&lt;br /&gt;
- Rick&lt;br /&gt;
&lt;br /&gt;
== Project Repository == &lt;br /&gt;
&lt;br /&gt;
http://gitorious.org/webos-applications/installer&lt;br /&gt;
&lt;br /&gt;
== Development help == &lt;br /&gt;
&lt;br /&gt;
PreWare is being developed as an open source project.  '''We really want help on the development of this app!''' The source of the application is available at http://gitorious.org/webos-applications/installer  &lt;br /&gt;
&lt;br /&gt;
Anyone can check out a copy.  If you would like check in privlidges, simply message [[User_talk:Rboatright|Rboatright]] or [[User_talk:Templarian|Templarian]] on their talk pages. &lt;br /&gt;
&lt;br /&gt;
You will need to register an ssh key with gitorious.  If you've never done that, a walk through is available at http://nathanj.github.com/gitguide/   Substitute gitorious.org for github in the instructions.&lt;br /&gt;
&lt;br /&gt;
== Preware ==&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Pre&amp;quot; in &amp;quot;Preware&amp;quot; does not refer to the Palm Pre, it refers to &amp;quot;before&amp;quot; as far as app testing goes, and is a pun on &amp;quot;Freeware&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Submissions ==&lt;br /&gt;
&lt;br /&gt;
Submissions will have their icons ripped out for application use.&lt;br /&gt;
&lt;br /&gt;
=== Licenses ===&lt;br /&gt;
 Name               id&lt;br /&gt;
 Apache-2.0         apache2.0&lt;br /&gt;
 BSD                bsd&lt;br /&gt;
 CDDL               cddl&lt;br /&gt;
 CPL-1.0            cpl1.0&lt;br /&gt;
 GPL-2              gpl2.0&lt;br /&gt;
 GPL-3              gpl3.0&lt;br /&gt;
 LGPL-3             lgpl3.0&lt;br /&gt;
 MIT                mit&lt;br /&gt;
 MPL-1.1            mpl1.1&lt;br /&gt;
&lt;br /&gt;
=== Legal Acceptance on Submission ===&lt;br /&gt;
&lt;br /&gt;
I hereby... fill in this with the legal stuff&lt;br /&gt;
&lt;br /&gt;
== Application ==&lt;br /&gt;
&lt;br /&gt;
(Images will be updated below as suggestions come in, wiki forces cache so CTRL+SHIFT+R in modern browsers)&lt;br /&gt;
&lt;br /&gt;
[[Image:OPS_App_Mockup1.png]]&lt;br /&gt;
&lt;br /&gt;
== Site ==&lt;br /&gt;
&lt;br /&gt;
[[Image:OPS_Mockup.png]]&lt;br /&gt;
&lt;br /&gt;
== Removing Applications ==&lt;br /&gt;
&lt;br /&gt;
Main thing to include is a way to keep track of applications that depend on certain plugins. We cannot have users uninstalling plugins that are required for an installed app to run.&lt;br /&gt;
&lt;br /&gt;
== IPKG Feed ==&lt;br /&gt;
&lt;br /&gt;
The standard IPKG feed will be accessible by everyone.&lt;br /&gt;
&lt;br /&gt;
== XML Feeds ==&lt;br /&gt;
&lt;br /&gt;
=== Application Feed (List/Filtered) ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
    &amp;lt;applications&amp;gt;&lt;br /&gt;
        &amp;lt;application id=&amp;quot;41&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;package&amp;gt;appname&amp;lt;/package&amp;gt;&lt;br /&gt;
            &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
            &amp;lt;name&amp;gt;Application Name&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;webosversion&amp;gt;&lt;br /&gt;
                &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
                &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
            &amp;lt;/webosversion&amp;gt;&lt;br /&gt;
            &amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
            &amp;lt;/maintainer&amp;gt;&lt;br /&gt;
            &amp;lt;license id=&amp;quot;mit&amp;quot;&amp;gt;MIT&amp;lt;/license&amp;gt;&lt;br /&gt;
            &amp;lt;architecture&amp;gt;all&amp;lt;/architecture&amp;gt;&lt;br /&gt;
            &amp;lt;filename&amp;gt;com.domain_app_appname_1.0.0_all.ipk&amp;lt;/filename&amp;gt;&lt;br /&gt;
            &amp;lt;md5sum&amp;gt;325ca724c05288eb182dd7ebdd493926&amp;lt;/md5sum&amp;gt;&lt;br /&gt;
            &amp;lt;size&amp;gt;123456&amp;lt;/size&amp;gt;&lt;br /&gt;
            &amp;lt;category&amp;gt;Utilities&amp;lt;/category&amp;gt;&lt;br /&gt;
            &amp;lt;source&amp;gt;http://www.preware.org/41/&amp;lt;/source&amp;gt;&lt;br /&gt;
        &amp;lt;/application&amp;gt;&lt;br /&gt;
    &amp;lt;/applications&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Application View ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
    &amp;lt;applications&amp;gt;&lt;br /&gt;
        &amp;lt;application id=&amp;quot;41&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;package&amp;gt;appname&amp;lt;/package&amp;gt;&lt;br /&gt;
            &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
            &amp;lt;name&amp;gt;Application Name&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;webosversion&amp;gt;&lt;br /&gt;
                &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
                &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
            &amp;lt;/webosversion&amp;gt;&lt;br /&gt;
            &amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
            &amp;lt;/maintainer&amp;gt;&lt;br /&gt;
            &amp;lt;license id=&amp;quot;mit&amp;quot;&amp;gt;MIT&amp;lt;/license&amp;gt;&lt;br /&gt;
            &amp;lt;architecture&amp;gt;all&amp;lt;/architecture&amp;gt;&lt;br /&gt;
            &amp;lt;filename&amp;gt;com.domain_app_appname_1.0.0_all.ipk&amp;lt;/filename&amp;gt;&lt;br /&gt;
            &amp;lt;md5sum&amp;gt;325ca724c05288eb182dd7ebdd493926&amp;lt;/md5sum&amp;gt;&lt;br /&gt;
            &amp;lt;size&amp;gt;123456&amp;lt;/size&amp;gt;&lt;br /&gt;
            &amp;lt;category&amp;gt;Utilities&amp;lt;/category&amp;gt;&lt;br /&gt;
            &amp;lt;source&amp;gt;http://www.preware.org/41/&amp;lt;/source&amp;gt;&lt;br /&gt;
            &amp;lt;depends&amp;gt;&lt;br /&gt;
                &amp;lt;depend id=&amp;quot;20&amp;quot; type=&amp;quot;plugin&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;package&amp;gt;pluginname&amp;lt;/package&amp;gt;&lt;br /&gt;
                    &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
                    &amp;lt;name&amp;gt;FileIO&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;/depend&amp;gt;&lt;br /&gt;
            &amp;lt;/depends&amp;gt;&lt;br /&gt;
            &amp;lt;description&amp;gt;A long description&amp;lt;/description&amp;gt;&lt;br /&gt;
        &amp;lt;/application&amp;gt;&lt;br /&gt;
    &amp;lt;/applications&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Plugin View ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
    &amp;lt;applications&amp;gt;&lt;br /&gt;
        &amp;lt;application id=&amp;quot;20&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;package&amp;gt;pluginname&amp;lt;/package&amp;gt;&lt;br /&gt;
            &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
            &amp;lt;name&amp;gt;Plugin Name&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;webosversion&amp;gt;&lt;br /&gt;
                &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
                &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
            &amp;lt;/webosversion&amp;gt;&lt;br /&gt;
            &amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
            &amp;lt;/maintainer&amp;gt;&lt;br /&gt;
            &amp;lt;license id=&amp;quot;mit&amp;quot;&amp;gt;MIT&amp;lt;/license&amp;gt;&lt;br /&gt;
            &amp;lt;architecture&amp;gt;all&amp;lt;/architecture&amp;gt;&lt;br /&gt;
            &amp;lt;filename&amp;gt;com.domain_app_appname_1.0.0_all.ipk&amp;lt;/filename&amp;gt;&lt;br /&gt;
            &amp;lt;md5sum&amp;gt;325ca724c05288eb182dd7ebdd493926&amp;lt;/md5sum&amp;gt;&lt;br /&gt;
            &amp;lt;size&amp;gt;123456&amp;lt;/size&amp;gt;&lt;br /&gt;
            &amp;lt;category&amp;gt;Utilities&amp;lt;/category&amp;gt;&lt;br /&gt;
            &amp;lt;source&amp;gt;http://www.preware.org/41/&amp;lt;/source&amp;gt;&lt;br /&gt;
            &amp;lt;applications&amp;gt;&lt;br /&gt;
                &amp;lt;application id=&amp;quot;20&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;type&amp;gt;plugin&amp;lt;/type&amp;gt;&lt;br /&gt;
                    &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
                    &amp;lt;name&amp;gt;FileIO&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;/application&amp;gt;&lt;br /&gt;
            &amp;lt;/applications&amp;gt;&lt;br /&gt;
            &amp;lt;description&amp;gt;A long description&amp;lt;/description&amp;gt;&lt;br /&gt;
        &amp;lt;/application&amp;gt;&lt;br /&gt;
    &amp;lt;/applications&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Review (to Applications / Plugins) ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
  &amp;lt;messages&amp;gt;&lt;br /&gt;
    &amp;lt;message id=&amp;quot;420&amp;quot; type=&amp;quot;review&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;user id=&amp;quot;10&amp;quot;&amp;gt;FooBar&amp;lt;/user&amp;gt;&lt;br /&gt;
      &amp;lt;text&amp;gt;If this is a long comment it will be cut off at a random point with [...] character.&amp;lt;/text&amp;gt;&lt;br /&gt;
    &amp;lt;/message&amp;gt;&lt;br /&gt;
  &amp;lt;/messages&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Comment (tbd) ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
  &amp;lt;messages to=&amp;quot;424&amp;quot; type=&amp;quot;comment&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;message id=&amp;quot;420&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;user id=&amp;quot;10&amp;quot;&amp;gt;FooBar&amp;lt;/user&amp;gt;&lt;br /&gt;
      &amp;lt;text&amp;gt;If this is a long comment it will be cut off at a random point with [...] character.&amp;lt;/text&amp;gt;&lt;br /&gt;
    &amp;lt;/message&amp;gt;&lt;br /&gt;
  &amp;lt;/messages&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Address Structures ==&lt;br /&gt;
&lt;br /&gt;
=== Site ===&lt;br /&gt;
&lt;br /&gt;
I don't know how much of this we can really change, I think Drupal could be rather strict.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
# Application Page&lt;br /&gt;
  preware.org/packagename/&lt;br /&gt;
# .ipk uses direct id&lt;br /&gt;
  preware.org/41/filenameto.ipk&lt;br /&gt;
  preware.org/&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Feeds ===&lt;br /&gt;
&lt;br /&gt;
Yea this section needs major input.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
# Full List IPKG&lt;br /&gt;
  preware.org/feed/&lt;br /&gt;
&lt;br /&gt;
# XML files for application use (full list)&lt;br /&gt;
&lt;br /&gt;
# XML Categories List&lt;br /&gt;
  preware.org/feed/xml/category/&lt;br /&gt;
# XML Categories List Specific, encode spaces with (%20)&lt;br /&gt;
  preware.org/feed/xml/category/games/&lt;br /&gt;
# XML Application Specific&lt;br /&gt;
  preware.org/feed/xml/application/23/&lt;br /&gt;
# XML Plugin Specific&lt;br /&gt;
  preware.org/feed/xml/plugin/24/&lt;br /&gt;
# XML Search&lt;br /&gt;
  preware.org/feed/xml/search?q=string[&amp;amp;filters]&lt;br /&gt;
    #example:&lt;br /&gt;
      preware.org/feed/xml/search?q=search+string&amp;amp;category=Utilities&amp;amp;user=12&lt;br /&gt;
# XML Application Reviews&lt;br /&gt;
  preware.org/feed/xml/review/23/&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Preware_Design&amp;diff=3819</id>
		<title>Preware Design</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Preware_Design&amp;diff=3819"/>
		<updated>2009-08-05T04:56:15Z</updated>

		<summary type="html">&lt;p&gt;X1011: /* Licences */ spelling&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This app is to be a front end to the [[Preware Repository Description|Preware open-source Mojo repository]], the webOS-internals project to supply end users with applications, plugins, and updates thereof all in one user-friendly place.&lt;br /&gt;
&lt;br /&gt;
== Why this is Important ==&lt;br /&gt;
&lt;br /&gt;
This morning (25 July 2009) after my morning OA meeting, at coffee I ran a set of paper prototypes of a gui appstore front end for the webos-internals ipkg feed past a group of women aged 45 to 72 who had not previously used a Pre. &lt;br /&gt;
&lt;br /&gt;
Each of them had the chance to go into launcher, bring up an app, run it, go into the app store, look around, etc before starting the prototyping session.  &lt;br /&gt;
&lt;br /&gt;
First, as a group they all hated the palm appstore.  They disliked the horizontal scrollers at the top, they disliked the scrolling aspect of the entire page.  They wanted much more clear indications that a scroll was available, but they thought that a thinner leaner first page would be much better. &lt;br /&gt;
&lt;br /&gt;
After 30 minutes of the group tearing up 4x6 cards and scribbling new ones, we ended up with the following decisions which I pass along. &lt;br /&gt;
&lt;br /&gt;
* the first scene should have 5 selections &lt;br /&gt;
** Upgrade your installed apps&lt;br /&gt;
** Patches for existing apps&lt;br /&gt;
** WebOS applications&lt;br /&gt;
** Delete things you have installed &lt;br /&gt;
** Alpha list of everything &lt;br /&gt;
&lt;br /&gt;
each of those opens a new scene.  along the bottom of the scene is a fixed button bar with on the left, an INSTALL button, in the center a BACK button and on the right a DELETE button &lt;br /&gt;
&lt;br /&gt;
that button bar is ALWAYS there except on scene 1.  They know and understand the back gesture, but they liked the idea of a back button even so, and since there was a space, why not? &lt;br /&gt;
&lt;br /&gt;
the install and delete buttons dim out or come live as appropriate.&lt;br /&gt;
&lt;br /&gt;
They were divided on the subject of keeing a banner for the app store at the top of the screen, some liked the idea of a HOME button.  Some did not and wanted the space for the lists and said &amp;quot;banner only on the home page. &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Each subsidiary screen brings up a list of apps. that list scrolls in the space ABOVE the button bar. &lt;br /&gt;
Tapping an ap brings up the long description of the app and enables the install or delete button as is appropriate. &lt;br /&gt;
&lt;br /&gt;
The graphical design should be very VERY clean and not busy.  It was a major complaint about the Palm app store that it was too busy. &lt;br /&gt;
&lt;br /&gt;
Templarian's mockup for the PreWare home page is a really good basis to work from, and it would be good if the gui app resembled the submission and management page. It will change depending on comments here.&lt;br /&gt;
&lt;br /&gt;
I thought this would give us a starting place&lt;br /&gt;
&lt;br /&gt;
- Rick&lt;br /&gt;
&lt;br /&gt;
== Project Repository == &lt;br /&gt;
&lt;br /&gt;
http://gitorious.org/webos-applications/installer&lt;br /&gt;
&lt;br /&gt;
== Development help == &lt;br /&gt;
&lt;br /&gt;
PreWare is being developed as an open source project.  '''We really want help on the development of this app!''' The source of the application is available at http://gitorious.org/webos-applications/installer  &lt;br /&gt;
&lt;br /&gt;
Anyone can check out a copy.  If you would like check in privlidges, simply message [[User_talk:Rboatright|Rboatright]] or [[User_talk:Templarian|Templarian]] on their talk pages. &lt;br /&gt;
&lt;br /&gt;
You will need to register an ssh key with gitorious.  If you've never done that, a walk through is available at http://nathanj.github.com/gitguide/   Substitute gitorious.org for github in the instructions.&lt;br /&gt;
&lt;br /&gt;
== Preware ==&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Pre&amp;quot; in &amp;quot;Preware&amp;quot; does not refer to the Palm Pre, it refers to &amp;quot;before&amp;quot; as far as app testing goes, and is a pun on &amp;quot;Freeware&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Submissions ==&lt;br /&gt;
&lt;br /&gt;
Submissions will have their icons ripped out for application use.&lt;br /&gt;
&lt;br /&gt;
=== Licenses ===&lt;br /&gt;
 Name               id&lt;br /&gt;
 Apache-2.0         apache2.0&lt;br /&gt;
 BSD                bsd&lt;br /&gt;
 CDDL               cddl&lt;br /&gt;
 CPL-1.0            cpl1.0&lt;br /&gt;
 GPL-2              gpl2.0&lt;br /&gt;
 GPL-3              gpl3.0&lt;br /&gt;
 LGPL-3             lgpl3.0&lt;br /&gt;
 MIT                mit&lt;br /&gt;
 MPL-1.1            mpl1.1&lt;br /&gt;
&lt;br /&gt;
=== Legal Acceptance on Submission ===&lt;br /&gt;
&lt;br /&gt;
I hereby... fill in this with the legal stuff&lt;br /&gt;
&lt;br /&gt;
== Application ==&lt;br /&gt;
&lt;br /&gt;
(Images will be updated below as suggestions come in, wiki forces cache so CTRL+SHIFT+R in modern browsers)&lt;br /&gt;
&lt;br /&gt;
[[Image:OPS_App_Mockup1.png]]&lt;br /&gt;
&lt;br /&gt;
== Site ==&lt;br /&gt;
&lt;br /&gt;
[[Image:OPS_Mockup.png]]&lt;br /&gt;
&lt;br /&gt;
== Removing Applications ==&lt;br /&gt;
&lt;br /&gt;
Main thing to include is a way to keep track of applications that depend on certain plugins. We cannot have users uninstalling plugins that are required for an installed app to run.&lt;br /&gt;
&lt;br /&gt;
== IPKG Feed ==&lt;br /&gt;
&lt;br /&gt;
The standard IPKG feed will be accessible by everyone.&lt;br /&gt;
&lt;br /&gt;
== XML Feeds ==&lt;br /&gt;
&lt;br /&gt;
=== Application Feed (List/Filtered) ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
    &amp;lt;applications&amp;gt;&lt;br /&gt;
        &amp;lt;application id=&amp;quot;41&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;package&amp;gt;appname&amp;lt;/package&amp;gt;&lt;br /&gt;
            &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
            &amp;lt;name&amp;gt;Application Name&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;webosversion&amp;gt;&lt;br /&gt;
                &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
                &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
            &amp;lt;/webosversion&amp;gt;&lt;br /&gt;
            &amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
            &amp;lt;/maintainer&amp;gt;&lt;br /&gt;
            &amp;lt;license id=&amp;quot;mit&amp;quot;&amp;gt;MIT&amp;lt;/license&amp;gt;&lt;br /&gt;
            &amp;lt;architecture&amp;gt;all&amp;lt;/architecture&amp;gt;&lt;br /&gt;
            &amp;lt;filename&amp;gt;com.domain_app_appname_1.0.0_all.ipk&amp;lt;/filename&amp;gt;&lt;br /&gt;
            &amp;lt;md5sum&amp;gt;325ca724c05288eb182dd7ebdd493926&amp;lt;/md5sum&amp;gt;&lt;br /&gt;
            &amp;lt;size&amp;gt;123456&amp;lt;/size&amp;gt;&lt;br /&gt;
            &amp;lt;category&amp;gt;Utilities&amp;lt;/category&amp;gt;&lt;br /&gt;
            &amp;lt;source&amp;gt;http://www.preware.org/41/&amp;lt;/source&amp;gt;&lt;br /&gt;
        &amp;lt;/application&amp;gt;&lt;br /&gt;
    &amp;lt;/applications&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Application View ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
    &amp;lt;applications&amp;gt;&lt;br /&gt;
        &amp;lt;application id=&amp;quot;41&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;package&amp;gt;appname&amp;lt;/package&amp;gt;&lt;br /&gt;
            &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
            &amp;lt;name&amp;gt;Application Name&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;webosversion&amp;gt;&lt;br /&gt;
                &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
                &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
            &amp;lt;/webosversion&amp;gt;&lt;br /&gt;
            &amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
            &amp;lt;/maintainer&amp;gt;&lt;br /&gt;
            &amp;lt;license id=&amp;quot;mit&amp;quot;&amp;gt;MIT&amp;lt;/license&amp;gt;&lt;br /&gt;
            &amp;lt;architecture&amp;gt;all&amp;lt;/architecture&amp;gt;&lt;br /&gt;
            &amp;lt;filename&amp;gt;com.domain_app_appname_1.0.0_all.ipk&amp;lt;/filename&amp;gt;&lt;br /&gt;
            &amp;lt;md5sum&amp;gt;325ca724c05288eb182dd7ebdd493926&amp;lt;/md5sum&amp;gt;&lt;br /&gt;
            &amp;lt;size&amp;gt;123456&amp;lt;/size&amp;gt;&lt;br /&gt;
            &amp;lt;category&amp;gt;Utilities&amp;lt;/category&amp;gt;&lt;br /&gt;
            &amp;lt;source&amp;gt;http://www.preware.org/41/&amp;lt;/source&amp;gt;&lt;br /&gt;
            &amp;lt;depends&amp;gt;&lt;br /&gt;
                &amp;lt;depend id=&amp;quot;20&amp;quot; type=&amp;quot;plugin&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;package&amp;gt;pluginname&amp;lt;/package&amp;gt;&lt;br /&gt;
                    &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
                    &amp;lt;name&amp;gt;FileIO&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;/depend&amp;gt;&lt;br /&gt;
            &amp;lt;/depends&amp;gt;&lt;br /&gt;
            &amp;lt;description&amp;gt;A long description&amp;lt;/description&amp;gt;&lt;br /&gt;
        &amp;lt;/application&amp;gt;&lt;br /&gt;
    &amp;lt;/applications&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Plugin View ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
    &amp;lt;applications&amp;gt;&lt;br /&gt;
        &amp;lt;application id=&amp;quot;20&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;package&amp;gt;pluginname&amp;lt;/package&amp;gt;&lt;br /&gt;
            &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
            &amp;lt;name&amp;gt;Plugin Name&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;webosversion&amp;gt;&lt;br /&gt;
                &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
                &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
            &amp;lt;/webosversion&amp;gt;&lt;br /&gt;
            &amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
            &amp;lt;/maintainer&amp;gt;&lt;br /&gt;
            &amp;lt;license id=&amp;quot;mit&amp;quot;&amp;gt;MIT&amp;lt;/license&amp;gt;&lt;br /&gt;
            &amp;lt;architecture&amp;gt;all&amp;lt;/architecture&amp;gt;&lt;br /&gt;
            &amp;lt;filename&amp;gt;com.domain_app_appname_1.0.0_all.ipk&amp;lt;/filename&amp;gt;&lt;br /&gt;
            &amp;lt;md5sum&amp;gt;325ca724c05288eb182dd7ebdd493926&amp;lt;/md5sum&amp;gt;&lt;br /&gt;
            &amp;lt;size&amp;gt;123456&amp;lt;/size&amp;gt;&lt;br /&gt;
            &amp;lt;category&amp;gt;Utilities&amp;lt;/category&amp;gt;&lt;br /&gt;
            &amp;lt;source&amp;gt;http://www.preware.org/41/&amp;lt;/source&amp;gt;&lt;br /&gt;
            &amp;lt;applications&amp;gt;&lt;br /&gt;
                &amp;lt;application id=&amp;quot;20&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;type&amp;gt;plugin&amp;lt;/type&amp;gt;&lt;br /&gt;
                    &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
                    &amp;lt;name&amp;gt;FileIO&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;/application&amp;gt;&lt;br /&gt;
            &amp;lt;/applications&amp;gt;&lt;br /&gt;
            &amp;lt;description&amp;gt;A long description&amp;lt;/description&amp;gt;&lt;br /&gt;
        &amp;lt;/application&amp;gt;&lt;br /&gt;
    &amp;lt;/applications&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Review (to Applications / Plugins) ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
  &amp;lt;messages&amp;gt;&lt;br /&gt;
    &amp;lt;message id=&amp;quot;420&amp;quot; type=&amp;quot;review&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;user id=&amp;quot;10&amp;quot;&amp;gt;FooBar&amp;lt;/user&amp;gt;&lt;br /&gt;
      &amp;lt;text&amp;gt;If this is a long comment it will be cut off at a random point with [...] character.&amp;lt;/text&amp;gt;&lt;br /&gt;
    &amp;lt;/message&amp;gt;&lt;br /&gt;
  &amp;lt;/messages&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Comment (tbd) ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
  &amp;lt;messages to=&amp;quot;424&amp;quot; type=&amp;quot;comment&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;message id=&amp;quot;420&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;user id=&amp;quot;10&amp;quot;&amp;gt;FooBar&amp;lt;/user&amp;gt;&lt;br /&gt;
      &amp;lt;text&amp;gt;If this is a long comment it will be cut off at a random point with [...] character.&amp;lt;/text&amp;gt;&lt;br /&gt;
    &amp;lt;/message&amp;gt;&lt;br /&gt;
  &amp;lt;/messages&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Address Structures ==&lt;br /&gt;
&lt;br /&gt;
=== Site ===&lt;br /&gt;
&lt;br /&gt;
I don't know how much of this we can really change, I think Drupal could be rather strict.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
# Application Page&lt;br /&gt;
  preware.org/packagename/&lt;br /&gt;
# .ipk uses direct id&lt;br /&gt;
  preware.org/41/filenameto.ipk&lt;br /&gt;
  preware.org/&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Feeds ===&lt;br /&gt;
&lt;br /&gt;
Yea this section needs major input.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
# Full List IPKG&lt;br /&gt;
  preware.org/feed/&lt;br /&gt;
&lt;br /&gt;
# XML files for application use (full list)&lt;br /&gt;
&lt;br /&gt;
# XML Categories List&lt;br /&gt;
  preware.org/feed/xml/category/&lt;br /&gt;
# XML Categories List Specific, encode spaces with (%20)&lt;br /&gt;
  preware.org/feed/xml/category/games/&lt;br /&gt;
# XML Application Specific&lt;br /&gt;
  preware.org/feed/xml/application/23/&lt;br /&gt;
# XML Plugin Specific&lt;br /&gt;
  preware.org/feed/xml/plugin/24/&lt;br /&gt;
# XML Search&lt;br /&gt;
  preware.org/feed/xml/search/string/[filters/]&lt;br /&gt;
  preware.org/feed/xml/search/search%20string/category:Utilities/user:12/&lt;br /&gt;
# XML Application Reviews&lt;br /&gt;
  preware.org/feed/xml/review/23/&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Talk:Preware_Design&amp;diff=3818</id>
		<title>Talk:Preware Design</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Talk:Preware_Design&amp;diff=3818"/>
		<updated>2009-08-05T04:51:37Z</updated>

		<summary type="html">&lt;p&gt;X1011: /* License id */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{box | color = #cdf |&lt;br /&gt;
This is a discussion page. Create a new topic with the '+' tab. Sign your comments using the signature button or by typing &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. If your suggestion reaches consensus, you may implement it on the application page.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Replacing wiki pages? ==&lt;br /&gt;
&lt;br /&gt;
Is this going to replace the application pages in this wiki? I think it should.&lt;br /&gt;
—[[user:X1011|X1011]] 22:31, 25 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
This has not been decided yet, but in all odds it eventually will. --[[User:Templarian|Templarian]] 03:18, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== protection ==&lt;br /&gt;
'''Page is now unprotected and moved to the application name space.'''[[User:Rboatright|rboatright]] 04:24, 30 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
why is this page protected? I think we should follow [[wikipedia:WP:NO-PREEMPT]].&lt;br /&gt;
—[[user:X1011|X1011]] 22:31, 25 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Quality control by sysops. --[[User:Templarian|Templarian]] 22:44, 27 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
are you saying that only sysops are capable of quality?&lt;br /&gt;
&lt;br /&gt;
also, it says it's a discussion page. how can it be if it's protected?&lt;br /&gt;
&lt;br /&gt;
—[[user:X1011|X1011]] 07:30, 29 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I forgot to unprotect the preware page when I moved it -- sorry [[User:Rboatright|rboatright]]&lt;br /&gt;
&lt;br /&gt;
== XML feeds ==&lt;br /&gt;
&lt;br /&gt;
* instead of &amp;lt;firmware&amp;gt;:&lt;br /&gt;
&amp;lt;source lang='xml'&amp;gt;&lt;br /&gt;
&amp;lt;webOSVersion&amp;gt;&lt;br /&gt;
    &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
    &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
&amp;lt;/webOSVersion&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
* maintainer:&lt;br /&gt;
&amp;lt;source lang='xml'&amp;gt;&lt;br /&gt;
&amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
    &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
&amp;lt;/maintainer&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
* should a category have an id? everything else does.&lt;br /&gt;
* in the review, you have the type in the message tag, but in the comment, you have it in the messages tag.&lt;br /&gt;
* &amp;lt;comment&amp;gt; should be &amp;lt;text&amp;gt; or &amp;lt;body&amp;gt;&lt;br /&gt;
* in &amp;lt;comment&amp;gt;, what do you mean by 'split it somewhere'?&lt;br /&gt;
* does &amp;lt;code&amp;gt;preware.org/feed/xml/type/&amp;lt;/code&amp;gt; have a meaning? if not, we should use:&lt;br /&gt;
&amp;lt;source lang='text'&amp;gt;&lt;br /&gt;
preware.org/feed/xml/application/23/&lt;br /&gt;
preware.org/feed/xml/plugin/23/&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
—[[user:X1011|X1011]] 09:27, 29 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
- Agreed with all suggestions in this section, and they are now reflected in the article. --[[User:Templarian|Templarian]] 02:33, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== GUI Addition: Version# and Changelog ==&lt;br /&gt;
&lt;br /&gt;
Idea: Add a small &amp;quot;Details&amp;quot; or &amp;quot;+&amp;quot; button on the app and plugins pages. It can go at the end of the description, or possibly to the right of the very large &amp;quot;Install/Delete&amp;quot; button. It may not be wanted though. I know we don't want to show version numbers on the app page, but I'd love to have some way to access the version number and changelog from within the Preware app, even if its semi-hidden. I read the results of Rick's papercraft gui study, and agree with a lot of the comments, but I still feel like this is something that would be helpful to have available somewhere in the app, even if it isn't immediately obvious how to get to it (since its not something that is necessarily required by the average user). --[[User:Zinge|Zinge]] 02:29, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Changes reflected in the Preware Application mockup image. --[[User:Templarian|Templarian]] 02:46, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Looks good, but we may want to change the &amp;quot;list&amp;quot; icon to something that look less like &amp;quot;go back to the app list&amp;quot;. My suggestions are- are lowercase &amp;quot;i&amp;quot; or the &amp;quot;+&amp;quot; symbol. Any better ideas? --[[User:Zinge|Zinge]] 02:56, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
lowercase i is the correct icon, I changed it to reflect that in the mockup. --[[User:Templarian|Templarian]] 03:11, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== button resizing ==&lt;br /&gt;
&lt;br /&gt;
For the first screenshot I think it would be best if we made it so that the buttons resize. No scrolling in any form even if there notifications below it. --[[user:Templarian|Templarian]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== License id ==&lt;br /&gt;
&lt;br /&gt;
Do you think we should put the versions next to all of them to be consistent? --[[User:Templarian|Templarian]] 02:33, 5 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
what is the purpose of having a license id? —[[user:X1011|X1011]] 04:51, 5 August 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=User_talk:Templarian&amp;diff=3817</id>
		<title>User talk:Templarian</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=User_talk:Templarian&amp;diff=3817"/>
		<updated>2009-08-05T04:39:46Z</updated>

		<summary type="html">&lt;p&gt;X1011: New section: main page edit tab&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Protection ==&lt;br /&gt;
&lt;br /&gt;
You are protecting too many pages. If you think i am going to get into an edit war with you, i am not; i follow the [[wikipedia:wp:1RR|one-revert rule]]. In general, do not assume you are the final word on everything; this is a wiki open to everyone, so things must be decided by consensus. If you disagree with someone, start a discussion to establish a consensus. Please review [[wikipedia:wp:Protection policy]] for a good example of a protection policy. —[[user:X1011|X1011]] 04:33, 27 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Those pages were protected because of the growing amount of members. It had nothing to do with you. Sorry for the confusion. --[[User:Templarian|Templarian]] 12:48, 27 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
since you did not explain yourself in the protection log, i could only guess your reasons.&lt;br /&gt;
&lt;br /&gt;
a growing amount of members is not reason enough to protect pages. please see my proposed policy on [[WebOS Internals talk:Policies and guidelines]], look over the linked articles, and say why you agree or disagree (on [[WebOS Internals talk:Policies and guidelines]], please).&lt;br /&gt;
&lt;br /&gt;
—[[user:X1011|X1011]] 03:59, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Sure it is. --[[User:Templarian|Templarian]] 04:19, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
this seems to conflict with what you posted in [[WebOS Internals talk:Policies and guidelines]]. please explain yourself ''there''. —[[user:X1011|X1011]] 04:57, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== discussion ==&lt;br /&gt;
&lt;br /&gt;
please don't split discussions; put replies on the same discussion page as the comment you're replying to. —[[user:X1011|X1011]] 04:01, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== main page edit tab ==&lt;br /&gt;
&lt;br /&gt;
see [[MediaWiki talk:Common.css]] —[[user:X1011|X1011]] 04:39, 5 August 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application_talk:Terminal&amp;diff=3768</id>
		<title>Application talk:Terminal</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application_talk:Terminal&amp;diff=3768"/>
		<updated>2009-08-04T09:51:14Z</updated>

		<summary type="html">&lt;p&gt;X1011: /* Font Size Feature Request */ sign your comments&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Bugs: tab completion, slowdown ==&lt;br /&gt;
-Tab completion working fine as of 1.5.&lt;br /&gt;
&lt;br /&gt;
-Slowdown is not fixed, but better&lt;br /&gt;
As of 1.5, slowdown only seems to happen if something is actively scrolling the terminal. If something (like find) is running and scrolling the screen, or if I flick it to scroll and immediately minimize it and try to open other apps, it still slows down, but when it is sitting at a screen not doing anything, the phone seems fine.&lt;br /&gt;
--[[user:Zinge|Zinge]]&lt;br /&gt;
&lt;br /&gt;
== Fullscren (curses?) apps scroll wrong ==&lt;br /&gt;
Another quick bug: when running irssi or BX only the first line above the status bar line(s) scrolls. When going between landscape and portrait mode, the screen refreshes properly, but still only one line scrolls in either mode. This is as of 0.1.5. --[[User:T3rmin|T3rmin]] 17:00, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== New Version Changelog? ==&lt;br /&gt;
&lt;br /&gt;
The newest version from the feed seems to be 0.1.6. Anybody know what changes have been made? --[[User:Zinge|Zinge]] 19:30, 1 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Font Size Feature Request ==&lt;br /&gt;
Well done!  I notice that there are two fonts, normal and small.  Would it be possible to add an intermediate font size?  The 40 col is to large for seeing much and the 80 col is far to small.  Would it be possible to have a ~60col font? --[[user:Dreadchicken|Dreadchicken]]&lt;br /&gt;
&lt;br /&gt;
== Broadcast messages when phone sleeps/wakes ==&lt;br /&gt;
&lt;br /&gt;
Has anyone figured out how to stop the broadcast messages generated on the Terminal when the phone sleeps and wakes? They clobber whatever's on the screen if you happen to turn off the phone while Terminal is open.&lt;br /&gt;
&lt;br /&gt;
Other than this, great app. I'm eternally grateful. :) --[[User:zorinlynx|zorinlynx]]&lt;br /&gt;
&lt;br /&gt;
I'm not sure if this will help, but there is a quilt patch in the gitorious modification for disabling some messages to the log. http://gitorious.org/webos-internals/modifications/blobs/master/luna/quiet-powerd-messages.patch --[[User:Plee3|plee3]] 21:05, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Thank you! This has resolved the issue. --[[User:Zorinlynx|Zorinlynx]] 21:24, 3 August 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=MediaWiki_talk:Common.css&amp;diff=3767</id>
		<title>MediaWiki talk:Common.css</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=MediaWiki_talk:Common.css&amp;diff=3767"/>
		<updated>2009-08-04T09:46:30Z</updated>

		<summary type="html">&lt;p&gt;X1011: main page edit tab&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== main page edit tab ==&lt;br /&gt;
&lt;br /&gt;
woah, hold on. do not hide the main page's edit tab. see [[WebOS Internals talk:Policies and guidelines#Proposed: Protection]] for the discussion on restricting editing of the main page. —[[user:X1011|X1011]] 09:46, 4 August 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Talk:Portal:Patches_to_webOS&amp;diff=3766</id>
		<title>Talk:Portal:Patches to webOS</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Talk:Portal:Patches_to_webOS&amp;diff=3766"/>
		<updated>2009-08-04T09:36:19Z</updated>

		<summary type="html">&lt;p&gt;X1011: /* Quilt incorporation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== catagories ==&lt;br /&gt;
we have ten catagories for webOS apps &lt;br /&gt;
do we need to catagorize these so that they aren't one giant long list? &lt;br /&gt;
[[User:Rboatright|rboatright]] 20:30, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== separate pages ==&lt;br /&gt;
It may be beneficial to create separate pages for each patch.  For example, the Camera Modifications &amp;amp; Additions page contains multiple patches, two distinct countdown timers, Shutter Sound On/Off Button.  I have the Shutter Sound On/Off Button installed, and it's working on 1.1.0, but it looks like the count-downs do not (I haven't tried, so I can't say for sure).&lt;br /&gt;
[[User:JackieRipper|JackieRipper]]&lt;br /&gt;
&lt;br /&gt;
:  I agree.  Each mod should be split onto it's own page.  [[User:Rboatright|rboatright]] 15:39, 29 July 2009 (UTC)&lt;br /&gt;
:  I split the pages with multiple modifications and added their links to the article. [[User:Hopspitfire|hopspitfire]] 17:41, 29 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Editing and new pages ==&lt;br /&gt;
Users editing this page, please keep the columns organized alphabetically. [[User:Hopspitfire|hopspitfire]] 06:50, 1 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
At the top of each new Patch page, please put:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{template:patch}}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will make the wiki much more cohesive. -[[User:Hopspitfire|hopspitfire]] 09:07, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== naming ==&lt;br /&gt;
&lt;br /&gt;
we need a better naming scheme for patches. &amp;quot;Patch blah blah&amp;quot; does not make sense as an article title. here are some options:&lt;br /&gt;
* just the name of the patch. i think this is the best option. you can still organize them using [[wikipedia:Wikipedia:Categorization|categories]] or that template you seem to be fond of.&lt;br /&gt;
* &amp;quot;Patches/Name of Patch&amp;quot;. this will give you a link back to the Patches page on each of these pages.&lt;br /&gt;
** you may also extend this to &amp;quot;Patches/Application/Name of Patch&amp;quot;&lt;br /&gt;
* &amp;quot;Patch: Name of Patch&amp;quot;&lt;br /&gt;
—[[user:X1011|X1011]] 10:00, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
I've tried using colons, but that makes the patch unsearchable. Using a &amp;quot;/&amp;quot; is also avoided [[User_talk:Hopspitfire#Porting_pages|read here]], therefore I changed them all to Patch [application] [description]. Using only the name of the patch (example: &amp;quot;Force Offline Send Without Dialog&amp;quot;) creates clutter and confusion without specifying what it is (a Patch). Furthermore, we need to specify what application it actually patches so that people can look at a glance and know exactly what it is: Patch Messaging Force Offline Send Without Dialog. Also, have a look at the source code of the Patches Portal, it's much cleaner now that I've renamed all the patches. -[[User:Hopspitfire|hopspitfire]] 20:46, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
i think templarian just meant not to use '/' as part of the title of a regular article so as not to unintentionally create a [[metawikipedia:Help:Link#Subpage feature|subpage]].&lt;br /&gt;
&lt;br /&gt;
we can use the patch template to organize the articles and prevent confusion. we can add a parameter to the template to specify which application the patch is for. we can also add a patch category and an application-specific category based on the parameter, so that any article using the template will automatically be included in those categories.&lt;br /&gt;
&lt;br /&gt;
not sure how using only the name creates clutter; i think the opposite is true: that adding extra prefixes clutters the title of an article.&lt;br /&gt;
&lt;br /&gt;
—[[user:X1011|X1011]] 09:30, 4 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Quilt incorporation ==&lt;br /&gt;
&lt;br /&gt;
It seems like people have abandoned quilt.  Making all these modifications and then risking your pre breaking on a software update, or meticulously going in and undoing all the changes you've made before a software update seems like a wasted step in the wrong direction.  There is also no way to to distinguish in Quilt, which patches are working in the current version of webOS you have, which kinda goings along with the naming topic above.&lt;br /&gt;
--[[User:S4rs|S4rs]] 18:06, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
agreed; a wiki is not a good software repository. not sure i can help, though; i haven't started using Quilt yet. —[[user:X1011|X1011]] 09:36, 4 August 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Talk:Portal:Patches_to_webOS&amp;diff=3765</id>
		<title>Talk:Portal:Patches to webOS</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Talk:Portal:Patches_to_webOS&amp;diff=3765"/>
		<updated>2009-08-04T09:30:57Z</updated>

		<summary type="html">&lt;p&gt;X1011: /* naming */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== catagories ==&lt;br /&gt;
we have ten catagories for webOS apps &lt;br /&gt;
do we need to catagorize these so that they aren't one giant long list? &lt;br /&gt;
[[User:Rboatright|rboatright]] 20:30, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== separate pages ==&lt;br /&gt;
It may be beneficial to create separate pages for each patch.  For example, the Camera Modifications &amp;amp; Additions page contains multiple patches, two distinct countdown timers, Shutter Sound On/Off Button.  I have the Shutter Sound On/Off Button installed, and it's working on 1.1.0, but it looks like the count-downs do not (I haven't tried, so I can't say for sure).&lt;br /&gt;
[[User:JackieRipper|JackieRipper]]&lt;br /&gt;
&lt;br /&gt;
:  I agree.  Each mod should be split onto it's own page.  [[User:Rboatright|rboatright]] 15:39, 29 July 2009 (UTC)&lt;br /&gt;
:  I split the pages with multiple modifications and added their links to the article. [[User:Hopspitfire|hopspitfire]] 17:41, 29 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Editing and new pages ==&lt;br /&gt;
Users editing this page, please keep the columns organized alphabetically. [[User:Hopspitfire|hopspitfire]] 06:50, 1 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
At the top of each new Patch page, please put:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{template:patch}}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will make the wiki much more cohesive. -[[User:Hopspitfire|hopspitfire]] 09:07, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== naming ==&lt;br /&gt;
&lt;br /&gt;
we need a better naming scheme for patches. &amp;quot;Patch blah blah&amp;quot; does not make sense as an article title. here are some options:&lt;br /&gt;
* just the name of the patch. i think this is the best option. you can still organize them using [[wikipedia:Wikipedia:Categorization|categories]] or that template you seem to be fond of.&lt;br /&gt;
* &amp;quot;Patches/Name of Patch&amp;quot;. this will give you a link back to the Patches page on each of these pages.&lt;br /&gt;
** you may also extend this to &amp;quot;Patches/Application/Name of Patch&amp;quot;&lt;br /&gt;
* &amp;quot;Patch: Name of Patch&amp;quot;&lt;br /&gt;
—[[user:X1011|X1011]] 10:00, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
I've tried using colons, but that makes the patch unsearchable. Using a &amp;quot;/&amp;quot; is also avoided [[User_talk:Hopspitfire#Porting_pages|read here]], therefore I changed them all to Patch [application] [description]. Using only the name of the patch (example: &amp;quot;Force Offline Send Without Dialog&amp;quot;) creates clutter and confusion without specifying what it is (a Patch). Furthermore, we need to specify what application it actually patches so that people can look at a glance and know exactly what it is: Patch Messaging Force Offline Send Without Dialog. Also, have a look at the source code of the Patches Portal, it's much cleaner now that I've renamed all the patches. -[[User:Hopspitfire|hopspitfire]] 20:46, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
i think templarian just meant not to use '/' as part of the title of a regular article so as not to unintentionally create a [[metawikipedia:Help:Link#Subpage feature|subpage]].&lt;br /&gt;
&lt;br /&gt;
we can use the patch template to organize the articles and prevent confusion. we can add a parameter to the template to specify which application the patch is for. we can also add a patch category and an application-specific category based on the parameter, so that any article using the template will automatically be included in those categories.&lt;br /&gt;
&lt;br /&gt;
not sure how using only the name creates clutter; i think the opposite is true: that adding extra prefixes clutters the title of an article.&lt;br /&gt;
&lt;br /&gt;
—[[user:X1011|X1011]] 09:30, 4 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Quilt incorporation ==&lt;br /&gt;
&lt;br /&gt;
It seems like people have abandoned quilt.  Making all these modifications and then risking your pre breaking on a software update, or meticulously going in and undoing all the changes you've made before a software update seems like a wasted step in the wrong direction.  There is also no way to to distinguish in Quilt, which patches are working in the current version of webOS you have, which kinda goings along with the naming topic above.&lt;br /&gt;
--[[User:S4rs|S4rs]] 18:06, 3 August 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=User_talk:Hopspitfire&amp;diff=3763</id>
		<title>User talk:Hopspitfire</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=User_talk:Hopspitfire&amp;diff=3763"/>
		<updated>2009-08-04T08:53:55Z</updated>

		<summary type="html">&lt;p&gt;X1011: sectioning unrelated comment&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Porting pages ==&lt;br /&gt;
&lt;br /&gt;
Hey, welcome to the wiki. One thing: don't add your signature to pages you transfer over from the old wiki. This is a community effort, those pages will be edited by other people, and we want to try to keep a consistent look across pages. Thanks. —[[user:X1011|X1011]] 17:18, 20 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
All instances of signature have been removed -hopspitfire&lt;br /&gt;
&lt;br /&gt;
== / in page titles ==&lt;br /&gt;
If you can please do not use &amp;quot;/&amp;quot; in page titles. --[[User:Templarian|Templarian]] 23:27, 20 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== THANK YOU for your hard work on the wiki! ==&lt;br /&gt;
&lt;br /&gt;
Please accept this &amp;quot;nobody knows the trouble I've seen&amp;quot; award as a token of our appreciation.&lt;br /&gt;
&lt;br /&gt;
[[image:drudgery.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[User:Rboatright|rboatright]] 02:11, 24 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Congrats on becoming an Editor --[[User:Templarian|Templarian]] 13:16, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Deletions ==&lt;br /&gt;
&lt;br /&gt;
I just had a horrible thought. &lt;br /&gt;
&lt;br /&gt;
All those deletions you're doing that are pages that only had you as an editor... &lt;br /&gt;
&lt;br /&gt;
if you delete the redireccts, aren't you deleting the thing that the old-page on the old-wiki links to?  so you have broken the redirect FROM the old-wiki?  &lt;br /&gt;
&lt;br /&gt;
and that means that if anyone had blog-pages or precentral posts that linked to those, THOSE are broken. &lt;br /&gt;
&lt;br /&gt;
I've never understood what's wrong with lots of redirects.   One of my patrol pages on wikipedia has 27 redirects that end up there.  And that's a GOOD thing.  :-)  &lt;br /&gt;
&lt;br /&gt;
[[User:Rboatright|rboatright]] 05:16, 31 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
agreed; see [[WebOS Internals talk:Policies and guidelines#Proposed: Redirects]] —[[user:X1011|X1011]] 05:59, 31 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Sit tight guys, I'm fixing all the links from predev. [[User:Hopspitfire|hopspitfire]] 06:01, 31 July 2009 (UTC)&lt;br /&gt;
*edit All broken links have been fixed on predev. Rick, thanks for bringing this up. [[User:Hopspitfire|hopspitfire]] 06:16, 31 July 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Talk:Portal:Patches_to_webOS&amp;diff=3695</id>
		<title>Talk:Portal:Patches to webOS</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Talk:Portal:Patches_to_webOS&amp;diff=3695"/>
		<updated>2009-08-03T10:00:31Z</updated>

		<summary type="html">&lt;p&gt;X1011: New section: naming&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== catagories ==&lt;br /&gt;
we have ten catagories for webOS apps &lt;br /&gt;
do we need to catagorize these so that they aren't one giant long list? &lt;br /&gt;
[[User:Rboatright|rboatright]] 20:30, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== separate pages ==&lt;br /&gt;
It may be beneficial to create separate pages for each patch.  For example, the Camera Modifications &amp;amp; Additions page contains multiple patches, two distinct countdown timers, Shutter Sound On/Off Button.  I have the Shutter Sound On/Off Button installed, and it's working on 1.1.0, but it looks like the count-downs do not (I haven't tried, so I can't say for sure).&lt;br /&gt;
[[User:JackieRipper|JackieRipper]]&lt;br /&gt;
&lt;br /&gt;
:  I agree.  Each mod should be split onto it's own page.  [[User:Rboatright|rboatright]] 15:39, 29 July 2009 (UTC)&lt;br /&gt;
:  I split the pages with multiple modifications and added their links to the article. [[User:Hopspitfire|hopspitfire]] 17:41, 29 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Editing and new pages ==&lt;br /&gt;
Users editing this page, please keep the columns organized alphabetically. [[User:Hopspitfire|hopspitfire]] 06:50, 1 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
At the top of each new Patch page, please put:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{template:patch}}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will make the wiki much more cohesive. -[[User:Hopspitfire|hopspitfire]] 09:07, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== naming ==&lt;br /&gt;
&lt;br /&gt;
we need a better naming scheme for patches. &amp;quot;Patch blah blah&amp;quot; does not make sense as an article title. here are some options:&lt;br /&gt;
* just the name of the patch. i think this is the best option. you can still organize them using [[wikipedia:Wikipedia:Categorization|categories]] or that template you seem to be fond of.&lt;br /&gt;
* &amp;quot;Patches/Name of Patch&amp;quot;. this will give you a link back to the Patches page on each of these pages.&lt;br /&gt;
** you may also extend this to &amp;quot;Patches/Application/Name of Patch&amp;quot;&lt;br /&gt;
* &amp;quot;Patch: Name of Patch&amp;quot;&lt;br /&gt;
—[[user:X1011|X1011]] 10:00, 3 August 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Talk:Portal:Patches_to_webOS&amp;diff=3694</id>
		<title>Talk:Portal:Patches to webOS</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Talk:Portal:Patches_to_webOS&amp;diff=3694"/>
		<updated>2009-08-03T09:37:29Z</updated>

		<summary type="html">&lt;p&gt;X1011: fix headings&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== catagories ==&lt;br /&gt;
we have ten catagories for webOS apps &lt;br /&gt;
do we need to catagorize these so that they aren't one giant long list? &lt;br /&gt;
[[User:Rboatright|rboatright]] 20:30, 28 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== separate pages ==&lt;br /&gt;
It may be beneficial to create separate pages for each patch.  For example, the Camera Modifications &amp;amp; Additions page contains multiple patches, two distinct countdown timers, Shutter Sound On/Off Button.  I have the Shutter Sound On/Off Button installed, and it's working on 1.1.0, but it looks like the count-downs do not (I haven't tried, so I can't say for sure).&lt;br /&gt;
[[User:JackieRipper|JackieRipper]]&lt;br /&gt;
&lt;br /&gt;
:  I agree.  Each mod should be split onto it's own page.  [[User:Rboatright|rboatright]] 15:39, 29 July 2009 (UTC)&lt;br /&gt;
:  I split the pages with multiple modifications and added their links to the article. [[User:Hopspitfire|hopspitfire]] 17:41, 29 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Editing and new pages ==&lt;br /&gt;
Users editing this page, please keep the columns organized alphabetically. [[User:Hopspitfire|hopspitfire]] 06:50, 1 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
At the top of each new Patch page, please put:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{template:patch}}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will make the wiki much more cohesive. -[[User:Hopspitfire|hopspitfire]] 09:07, 3 August 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Preware_Design&amp;diff=3691</id>
		<title>Preware Design</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Preware_Design&amp;diff=3691"/>
		<updated>2009-08-03T09:05:02Z</updated>

		<summary type="html">&lt;p&gt;X1011: moving suggestion to discussion page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This app is to be a front end to the [[Preware Repository Description|Preware open-source Mojo repository]], the webOS-internals project to supply end users with applications, plugins, and updates thereof all in one user-friendly place.&lt;br /&gt;
&lt;br /&gt;
== Why this is Important ==&lt;br /&gt;
&lt;br /&gt;
This morning (25 July 2009) after my morning OA meeting, at coffee I ran a set of paper prototypes of a gui appstore front end for the webos-internals ipkg feed past a group of women aged 45 to 72 who had not previously used a Pre. &lt;br /&gt;
&lt;br /&gt;
Each of them had the chance to go into launcher, bring up an app, run it, go into the app store, look around, etc before starting the prototyping session.  &lt;br /&gt;
&lt;br /&gt;
First, as a group they all hated the palm appstore.  They disliked the horizontal scrollers at the top, they disliked the scrolling aspect of the entire page.  They wanted much more clear indications that a scroll was available, but they thought that a thinner leaner first page would be much better. &lt;br /&gt;
&lt;br /&gt;
After 30 minutes of the group tearing up 4x6 cards and scribbling new ones, we ended up with the following decisions which I pass along. &lt;br /&gt;
&lt;br /&gt;
* the first scene should have 5 selections &lt;br /&gt;
** Upgrade your installed apps&lt;br /&gt;
** Patches for existing apps&lt;br /&gt;
** WebOS applications&lt;br /&gt;
** Delete things you have installed &lt;br /&gt;
** Alpha list of everything &lt;br /&gt;
&lt;br /&gt;
each of those opens a new scene.  along the bottom of the scene is a fixed button bar with on the left, an INSTALL button, in the center a BACK button and on the right a DELETE button &lt;br /&gt;
&lt;br /&gt;
that button bar is ALWAYS there except on scene 1.  They know and understand the back gesture, but they liked the idea of a back button even so, and since there was a space, why not? &lt;br /&gt;
&lt;br /&gt;
the install and delete buttons dim out or come live as appropriate.&lt;br /&gt;
&lt;br /&gt;
They were divided on the subject of keeing a banner for the app store at the top of the screen, some liked the idea of a HOME button.  Some did not and wanted the space for the lists and said &amp;quot;banner only on the home page. &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Each subsidiary screen brings up a list of apps. that list scrolls in the space ABOVE the button bar. &lt;br /&gt;
Tapping an ap brings up the long description of the app and enables the install or delete button as is appropriate. &lt;br /&gt;
&lt;br /&gt;
The graphical design should be very VERY clean and not busy.  It was a major complaint about the Palm app store that it was too busy. &lt;br /&gt;
&lt;br /&gt;
Templarian's mockup for the PreWare home page is a really good basis to work from, and it would be good if the gui app resembled the submission and management page. It will change depending on comments here.&lt;br /&gt;
&lt;br /&gt;
I thought this would give us a starting place&lt;br /&gt;
&lt;br /&gt;
- Rick&lt;br /&gt;
&lt;br /&gt;
== Project Repository == &lt;br /&gt;
&lt;br /&gt;
http://gitorious.org/webos-applications/installer&lt;br /&gt;
&lt;br /&gt;
== Development help == &lt;br /&gt;
&lt;br /&gt;
PreWare is being developed as an open source project.  '''We really want help on the development of this app!''' The source of the application is available at http://gitorious.org/webos-applications/installer  &lt;br /&gt;
&lt;br /&gt;
Anyone can check out a copy.  If you would like check in privlidges, simply message [[User_talk:Rboatright|Rboatright]] or [[User_talk:Templarian|Templarian]] on their talk pages. &lt;br /&gt;
&lt;br /&gt;
You will need to register an ssh key with gitorious.  If you've never done that, a walk through is available at http://nathanj.github.com/gitguide/   Substitute gitorious.org for github in the instructions.&lt;br /&gt;
&lt;br /&gt;
== Preware ==&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Pre&amp;quot; in &amp;quot;Preware&amp;quot; does not refer to the Palm Pre, it refers to &amp;quot;before&amp;quot; as far as app testing goes, and is a pun on &amp;quot;Freeware&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Submissions ==&lt;br /&gt;
&lt;br /&gt;
Submissions will have their icons ripped out for application use.&lt;br /&gt;
&lt;br /&gt;
=== Licences ===&lt;br /&gt;
&lt;br /&gt;
* Apache-2.0&lt;br /&gt;
* BSD&lt;br /&gt;
* CDDL&lt;br /&gt;
* CPL-1.0&lt;br /&gt;
* GPL-2&lt;br /&gt;
* GPL-3&lt;br /&gt;
* LGPL-3&lt;br /&gt;
* MIT&lt;br /&gt;
* MPL-1.1 &lt;br /&gt;
&lt;br /&gt;
=== Legal Acceptance on Submission ===&lt;br /&gt;
&lt;br /&gt;
I hereby... fill in this with the legal stuff&lt;br /&gt;
&lt;br /&gt;
== Application ==&lt;br /&gt;
&lt;br /&gt;
(Images will be updated below as suggestions come in, wiki forces cache so CTRL+SHIFT+R in modern browsers)&lt;br /&gt;
&lt;br /&gt;
[[Image:OPS_App_Mockup1.png]]&lt;br /&gt;
&lt;br /&gt;
== Site ==&lt;br /&gt;
&lt;br /&gt;
[[Image:OPS_Mockup.png]]&lt;br /&gt;
&lt;br /&gt;
== Removing Applications ==&lt;br /&gt;
&lt;br /&gt;
Main thing to include is a way to keep track of applications that depend on certain plugins. We cannot have users uninstalling plugins that are required for an installed app to run.&lt;br /&gt;
&lt;br /&gt;
== IPKG Feed ==&lt;br /&gt;
&lt;br /&gt;
The standard IPKG feed will be accessible by everyone.&lt;br /&gt;
&lt;br /&gt;
== XML Feeds ==&lt;br /&gt;
&lt;br /&gt;
=== Application Feed (List/Filtered) ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
    &amp;lt;applications&amp;gt;&lt;br /&gt;
        &amp;lt;application id=&amp;quot;41&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;package&amp;gt;appname&amp;lt;/package&amp;gt;&lt;br /&gt;
            &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
            &amp;lt;name&amp;gt;Application Name&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;webosversion&amp;gt;&lt;br /&gt;
                &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
                &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
            &amp;lt;/webosversion&amp;gt;&lt;br /&gt;
            &amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
            &amp;lt;/maintainer&amp;gt;&lt;br /&gt;
            &amp;lt;architecture&amp;gt;all&amp;lt;/architecture&amp;gt;&lt;br /&gt;
            &amp;lt;filename&amp;gt;com.domain_app_appname_1.0.0_all.ipk&amp;lt;/filename&amp;gt;&lt;br /&gt;
            &amp;lt;md5sum&amp;gt;325ca724c05288eb182dd7ebdd493926&amp;lt;/md5sum&amp;gt;&lt;br /&gt;
            &amp;lt;size&amp;gt;123456&amp;lt;/size&amp;gt;&lt;br /&gt;
            &amp;lt;category&amp;gt;Utilities&amp;lt;/category&amp;gt;&lt;br /&gt;
            &amp;lt;source&amp;gt;http://www.preware.org/41/&amp;lt;/source&amp;gt;&lt;br /&gt;
        &amp;lt;/application&amp;gt;&lt;br /&gt;
    &amp;lt;/applications&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Application View ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
    &amp;lt;applications&amp;gt;&lt;br /&gt;
        &amp;lt;application id=&amp;quot;41&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;package&amp;gt;appname&amp;lt;/package&amp;gt;&lt;br /&gt;
            &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
            &amp;lt;name&amp;gt;Application Name&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;webosversion&amp;gt;&lt;br /&gt;
                &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
                &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
            &amp;lt;/webosversion&amp;gt;&lt;br /&gt;
            &amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
            &amp;lt;/maintainer&amp;gt;&lt;br /&gt;
            &amp;lt;architecture&amp;gt;all&amp;lt;/architecture&amp;gt;&lt;br /&gt;
            &amp;lt;filename&amp;gt;com.domain_app_appname_1.0.0_all.ipk&amp;lt;/filename&amp;gt;&lt;br /&gt;
            &amp;lt;md5sum&amp;gt;325ca724c05288eb182dd7ebdd493926&amp;lt;/md5sum&amp;gt;&lt;br /&gt;
            &amp;lt;size&amp;gt;123456&amp;lt;/size&amp;gt;&lt;br /&gt;
            &amp;lt;category&amp;gt;Utilities&amp;lt;/category&amp;gt;&lt;br /&gt;
            &amp;lt;source&amp;gt;http://www.preware.org/41/&amp;lt;/source&amp;gt;&lt;br /&gt;
            &amp;lt;depends&amp;gt;&lt;br /&gt;
                &amp;lt;depend id=&amp;quot;20&amp;quot; type=&amp;quot;plugin&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;package&amp;gt;pluginname&amp;lt;/package&amp;gt;&lt;br /&gt;
                    &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
                    &amp;lt;name&amp;gt;FileIO&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;/depend&amp;gt;&lt;br /&gt;
            &amp;lt;/depends&amp;gt;&lt;br /&gt;
            &amp;lt;description&amp;gt;A long description&amp;lt;/description&amp;gt;&lt;br /&gt;
        &amp;lt;/application&amp;gt;&lt;br /&gt;
    &amp;lt;/applications&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Plugin View ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
    &amp;lt;applications&amp;gt;&lt;br /&gt;
        &amp;lt;application id=&amp;quot;20&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;package&amp;gt;pluginname&amp;lt;/package&amp;gt;&lt;br /&gt;
            &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
            &amp;lt;name&amp;gt;Plugin Name&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;webosversion&amp;gt;&lt;br /&gt;
                &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
                &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
            &amp;lt;/webosversion&amp;gt;&lt;br /&gt;
            &amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
            &amp;lt;/maintainer&amp;gt;&lt;br /&gt;
            &amp;lt;architecture&amp;gt;all&amp;lt;/architecture&amp;gt;&lt;br /&gt;
            &amp;lt;filename&amp;gt;com.domain_app_appname_1.0.0_all.ipk&amp;lt;/filename&amp;gt;&lt;br /&gt;
            &amp;lt;md5sum&amp;gt;325ca724c05288eb182dd7ebdd493926&amp;lt;/md5sum&amp;gt;&lt;br /&gt;
            &amp;lt;size&amp;gt;123456&amp;lt;/size&amp;gt;&lt;br /&gt;
            &amp;lt;category&amp;gt;Utilities&amp;lt;/category&amp;gt;&lt;br /&gt;
            &amp;lt;source&amp;gt;http://www.preware.org/41/&amp;lt;/source&amp;gt;&lt;br /&gt;
            &amp;lt;applications&amp;gt;&lt;br /&gt;
                &amp;lt;application id=&amp;quot;20&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;type&amp;gt;plugin&amp;lt;/type&amp;gt;&lt;br /&gt;
                    &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
                    &amp;lt;name&amp;gt;FileIO&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;/application&amp;gt;&lt;br /&gt;
            &amp;lt;/applications&amp;gt;&lt;br /&gt;
            &amp;lt;description&amp;gt;A long description&amp;lt;/description&amp;gt;&lt;br /&gt;
        &amp;lt;/application&amp;gt;&lt;br /&gt;
    &amp;lt;/applications&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Review (to Applications / Plugins) ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
  &amp;lt;messages&amp;gt;&lt;br /&gt;
    &amp;lt;message id=&amp;quot;420&amp;quot; type=&amp;quot;review&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;user id=&amp;quot;10&amp;quot;&amp;gt;FooBar&amp;lt;/user&amp;gt;&lt;br /&gt;
      &amp;lt;text&amp;gt;If this is a long comment it will be cut off at a random point with [...] character.&amp;lt;/text&amp;gt;&lt;br /&gt;
    &amp;lt;/message&amp;gt;&lt;br /&gt;
  &amp;lt;/messages&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Comment (tbd) ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
  &amp;lt;messages to=&amp;quot;424&amp;quot; type=&amp;quot;comment&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;message id=&amp;quot;420&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;user id=&amp;quot;10&amp;quot;&amp;gt;FooBar&amp;lt;/user&amp;gt;&lt;br /&gt;
      &amp;lt;text&amp;gt;If this is a long comment it will be cut off at a random point with [...] character.&amp;lt;/text&amp;gt;&lt;br /&gt;
    &amp;lt;/message&amp;gt;&lt;br /&gt;
  &amp;lt;/messages&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Address Structures ==&lt;br /&gt;
&lt;br /&gt;
=== Site ===&lt;br /&gt;
&lt;br /&gt;
I don't know how much of this we can really change, I think Drupal could be rather strict.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
# Application Page&lt;br /&gt;
  preware.org/packagename/&lt;br /&gt;
# .ipk uses direct id&lt;br /&gt;
  preware.org/41/filenameto.ipk&lt;br /&gt;
  preware.org/&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Feeds ===&lt;br /&gt;
&lt;br /&gt;
Yea this section needs major input.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
# Full List IPKG&lt;br /&gt;
  preware.org/feed/&lt;br /&gt;
&lt;br /&gt;
# XML files for application use (full list)&lt;br /&gt;
&lt;br /&gt;
# XML Categories List&lt;br /&gt;
  preware.org/feed/xml/category/&lt;br /&gt;
# XML Categories List Specific, encode spaces with (%20)&lt;br /&gt;
  preware.org/feed/xml/category/games/&lt;br /&gt;
# XML Application Specific&lt;br /&gt;
  preware.org/feed/xml/application/23/&lt;br /&gt;
# XML Plugin Specific&lt;br /&gt;
  preware.org/feed/xml/plugin/24/&lt;br /&gt;
# XML Search&lt;br /&gt;
  preware.org/feed/xml/search/string/[filters/]&lt;br /&gt;
  preware.org/feed/xml/search/search%20string/category:Utilities/user:12/&lt;br /&gt;
# XML Application Reviews&lt;br /&gt;
  preware.org/feed/xml/review/23/&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Talk:Preware_Design&amp;diff=3690</id>
		<title>Talk:Preware Design</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Talk:Preware_Design&amp;diff=3690"/>
		<updated>2009-08-03T09:04:58Z</updated>

		<summary type="html">&lt;p&gt;X1011: New section: button resizing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{box | color = #cdf |&lt;br /&gt;
This is a discussion page. Create a new topic with the '+' tab. Sign your comments using the signature button or by typing &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. If your suggestion reaches consensus, you may implement it on the application page.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Replacing wiki pages? ==&lt;br /&gt;
&lt;br /&gt;
Is this going to replace the application pages in this wiki? I think it should.&lt;br /&gt;
—[[user:X1011|X1011]] 22:31, 25 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
This has not been decided yet, but in all odds it eventually will. --[[User:Templarian|Templarian]] 03:18, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== protection ==&lt;br /&gt;
'''Page is now unprotected and moved to the application name space.'''[[User:Rboatright|rboatright]] 04:24, 30 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
why is this page protected? I think we should follow [[wikipedia:WP:NO-PREEMPT]].&lt;br /&gt;
—[[user:X1011|X1011]] 22:31, 25 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Quality control by sysops. --[[User:Templarian|Templarian]] 22:44, 27 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
are you saying that only sysops are capable of quality?&lt;br /&gt;
&lt;br /&gt;
also, it says it's a discussion page. how can it be if it's protected?&lt;br /&gt;
&lt;br /&gt;
—[[user:X1011|X1011]] 07:30, 29 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I forgot to unprotect the preware page when I moved it -- sorry [[User:Rboatright|rboatright]]&lt;br /&gt;
&lt;br /&gt;
== XML feeds ==&lt;br /&gt;
&lt;br /&gt;
* instead of &amp;lt;firmware&amp;gt;:&lt;br /&gt;
&amp;lt;source lang='xml'&amp;gt;&lt;br /&gt;
&amp;lt;webOSVersion&amp;gt;&lt;br /&gt;
    &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
    &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
&amp;lt;/webOSVersion&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
* maintainer:&lt;br /&gt;
&amp;lt;source lang='xml'&amp;gt;&lt;br /&gt;
&amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
    &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
&amp;lt;/maintainer&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
* should a category have an id? everything else does.&lt;br /&gt;
* in the review, you have the type in the message tag, but in the comment, you have it in the messages tag.&lt;br /&gt;
* &amp;lt;comment&amp;gt; should be &amp;lt;text&amp;gt; or &amp;lt;body&amp;gt;&lt;br /&gt;
* in &amp;lt;comment&amp;gt;, what do you mean by 'split it somewhere'?&lt;br /&gt;
* does &amp;lt;code&amp;gt;preware.org/feed/xml/type/&amp;lt;/code&amp;gt; have a meaning? if not, we should use:&lt;br /&gt;
&amp;lt;source lang='text'&amp;gt;&lt;br /&gt;
preware.org/feed/xml/application/23/&lt;br /&gt;
preware.org/feed/xml/plugin/23/&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
—[[user:X1011|X1011]] 09:27, 29 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
- Agreed with all suggestions in this section, and they are now reflected in the article. --[[User:Templarian|Templarian]] 02:33, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== GUI Addition: Version# and Changelog ==&lt;br /&gt;
&lt;br /&gt;
Idea: Add a small &amp;quot;Details&amp;quot; or &amp;quot;+&amp;quot; button on the app and plugins pages. It can go at the end of the description, or possibly to the right of the very large &amp;quot;Install/Delete&amp;quot; button. It may not be wanted though. I know we don't want to show version numbers on the app page, but I'd love to have some way to access the version number and changelog from within the Preware app, even if its semi-hidden. I read the results of Rick's papercraft gui study, and agree with a lot of the comments, but I still feel like this is something that would be helpful to have available somewhere in the app, even if it isn't immediately obvious how to get to it (since its not something that is necessarily required by the average user). --[[User:Zinge|Zinge]] 02:29, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Changes reflected in the Preware Application mockup image. --[[User:Templarian|Templarian]] 02:46, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Looks good, but we may want to change the &amp;quot;list&amp;quot; icon to something that look less like &amp;quot;go back to the app list&amp;quot;. My suggestions are- are lowercase &amp;quot;i&amp;quot; or the &amp;quot;+&amp;quot; symbol. Any better ideas? --[[User:Zinge|Zinge]] 02:56, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
lowercase i is the correct icon, I changed it to reflect that in the mockup. --[[User:Templarian|Templarian]] 03:11, 3 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== button resizing ==&lt;br /&gt;
&lt;br /&gt;
For the first screenshot I think it would be best if we made it so that the buttons resize. No scrolling in any form even if there notifications below it. --[[user:Templarian|Templarian]]&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Preware_Design&amp;diff=3689</id>
		<title>Preware Design</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Preware_Design&amp;diff=3689"/>
		<updated>2009-08-03T09:00:10Z</updated>

		<summary type="html">&lt;p&gt;X1011: fix up intro&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This app is to be a front end to the [[Preware Repository Description|Preware open-source Mojo repository]], the webOS-internals project to supply end users with applications, plugins, and updates thereof all in one user-friendly place.&lt;br /&gt;
&lt;br /&gt;
== Why this is Important ==&lt;br /&gt;
&lt;br /&gt;
This morning (25 July 2009) after my morning OA meeting, at coffee I ran a set of paper prototypes of a gui appstore front end for the webos-internals ipkg feed past a group of women aged 45 to 72 who had not previously used a Pre. &lt;br /&gt;
&lt;br /&gt;
Each of them had the chance to go into launcher, bring up an app, run it, go into the app store, look around, etc before starting the prototyping session.  &lt;br /&gt;
&lt;br /&gt;
First, as a group they all hated the palm appstore.  They disliked the horizontal scrollers at the top, they disliked the scrolling aspect of the entire page.  They wanted much more clear indications that a scroll was available, but they thought that a thinner leaner first page would be much better. &lt;br /&gt;
&lt;br /&gt;
After 30 minutes of the group tearing up 4x6 cards and scribbling new ones, we ended up with the following decisions which I pass along. &lt;br /&gt;
&lt;br /&gt;
* the first scene should have 5 selections &lt;br /&gt;
** Upgrade your installed apps&lt;br /&gt;
** Patches for existing apps&lt;br /&gt;
** WebOS applications&lt;br /&gt;
** Delete things you have installed &lt;br /&gt;
** Alpha list of everything &lt;br /&gt;
&lt;br /&gt;
each of those opens a new scene.  along the bottom of the scene is a fixed button bar with on the left, an INSTALL button, in the center a BACK button and on the right a DELETE button &lt;br /&gt;
&lt;br /&gt;
that button bar is ALWAYS there except on scene 1.  They know and understand the back gesture, but they liked the idea of a back button even so, and since there was a space, why not? &lt;br /&gt;
&lt;br /&gt;
the install and delete buttons dim out or come live as appropriate.&lt;br /&gt;
&lt;br /&gt;
They were divided on the subject of keeing a banner for the app store at the top of the screen, some liked the idea of a HOME button.  Some did not and wanted the space for the lists and said &amp;quot;banner only on the home page. &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Each subsidiary screen brings up a list of apps. that list scrolls in the space ABOVE the button bar. &lt;br /&gt;
Tapping an ap brings up the long description of the app and enables the install or delete button as is appropriate. &lt;br /&gt;
&lt;br /&gt;
The graphical design should be very VERY clean and not busy.  It was a major complaint about the Palm app store that it was too busy. &lt;br /&gt;
&lt;br /&gt;
Templarian's mockup for the PreWare home page is a really good basis to work from, and it would be good if the gui app resembled the submission and management page. It will change depending on comments here.&lt;br /&gt;
&lt;br /&gt;
I thought this would give us a starting place&lt;br /&gt;
&lt;br /&gt;
- Rick&lt;br /&gt;
&lt;br /&gt;
== Project Repository == &lt;br /&gt;
&lt;br /&gt;
http://gitorious.org/webos-applications/installer&lt;br /&gt;
&lt;br /&gt;
== Suggestions ==&lt;br /&gt;
&lt;br /&gt;
: For the first screenshot I think it would be best if we made it so that the buttons resize. No scrolling in any form even if there notifications below it.&lt;br /&gt;
&lt;br /&gt;
== Development help == &lt;br /&gt;
&lt;br /&gt;
PreWare is being developed as an open source project.  '''We really want help on the development of this app!''' The source of the application is available at http://gitorious.org/webos-applications/installer  &lt;br /&gt;
&lt;br /&gt;
Anyone can check out a copy.  If you would like check in privlidges, simply message [[User_talk:Rboatright|Rboatright]] or [[User_talk:Templarian|Templarian]] on their talk pages. &lt;br /&gt;
&lt;br /&gt;
You will need to register an ssh key with gitorious.  If you've never done that, a walk through is available at http://nathanj.github.com/gitguide/   Substitute gitorious.org for github in the instructions.&lt;br /&gt;
&lt;br /&gt;
== Preware ==&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Pre&amp;quot; in &amp;quot;Preware&amp;quot; does not refer to the Palm Pre, it refers to &amp;quot;before&amp;quot; as far as app testing goes, and is a pun on &amp;quot;Freeware&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Submissions ==&lt;br /&gt;
&lt;br /&gt;
Submissions will have their icons ripped out for application use.&lt;br /&gt;
&lt;br /&gt;
=== Licences ===&lt;br /&gt;
&lt;br /&gt;
* Apache-2.0&lt;br /&gt;
* BSD&lt;br /&gt;
* CDDL&lt;br /&gt;
* CPL-1.0&lt;br /&gt;
* GPL-2&lt;br /&gt;
* GPL-3&lt;br /&gt;
* LGPL-3&lt;br /&gt;
* MIT&lt;br /&gt;
* MPL-1.1 &lt;br /&gt;
&lt;br /&gt;
=== Legal Acceptance on Submission ===&lt;br /&gt;
&lt;br /&gt;
I hereby... fill in this with the legal stuff&lt;br /&gt;
&lt;br /&gt;
== Application ==&lt;br /&gt;
&lt;br /&gt;
(Images will be updated below as suggestions come in, wiki forces cache so CTRL+SHIFT+R in modern browsers)&lt;br /&gt;
&lt;br /&gt;
[[Image:OPS_App_Mockup1.png]]&lt;br /&gt;
&lt;br /&gt;
== Site ==&lt;br /&gt;
&lt;br /&gt;
[[Image:OPS_Mockup.png]]&lt;br /&gt;
&lt;br /&gt;
== Removing Applications ==&lt;br /&gt;
&lt;br /&gt;
Main thing to include is a way to keep track of applications that depend on certain plugins. We cannot have users uninstalling plugins that are required for an installed app to run.&lt;br /&gt;
&lt;br /&gt;
== IPKG Feed ==&lt;br /&gt;
&lt;br /&gt;
The standard IPKG feed will be accessible by everyone.&lt;br /&gt;
&lt;br /&gt;
== XML Feeds ==&lt;br /&gt;
&lt;br /&gt;
=== Application Feed (List/Filtered) ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
    &amp;lt;applications&amp;gt;&lt;br /&gt;
        &amp;lt;application id=&amp;quot;41&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;package&amp;gt;appname&amp;lt;/package&amp;gt;&lt;br /&gt;
            &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
            &amp;lt;name&amp;gt;Application Name&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;webosversion&amp;gt;&lt;br /&gt;
                &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
                &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
            &amp;lt;/webosversion&amp;gt;&lt;br /&gt;
            &amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
            &amp;lt;/maintainer&amp;gt;&lt;br /&gt;
            &amp;lt;architecture&amp;gt;all&amp;lt;/architecture&amp;gt;&lt;br /&gt;
            &amp;lt;filename&amp;gt;com.domain_app_appname_1.0.0_all.ipk&amp;lt;/filename&amp;gt;&lt;br /&gt;
            &amp;lt;md5sum&amp;gt;325ca724c05288eb182dd7ebdd493926&amp;lt;/md5sum&amp;gt;&lt;br /&gt;
            &amp;lt;size&amp;gt;123456&amp;lt;/size&amp;gt;&lt;br /&gt;
            &amp;lt;category&amp;gt;Utilities&amp;lt;/category&amp;gt;&lt;br /&gt;
            &amp;lt;source&amp;gt;http://www.preware.org/41/&amp;lt;/source&amp;gt;&lt;br /&gt;
        &amp;lt;/application&amp;gt;&lt;br /&gt;
    &amp;lt;/applications&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Application View ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
    &amp;lt;applications&amp;gt;&lt;br /&gt;
        &amp;lt;application id=&amp;quot;41&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;package&amp;gt;appname&amp;lt;/package&amp;gt;&lt;br /&gt;
            &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
            &amp;lt;name&amp;gt;Application Name&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;webosversion&amp;gt;&lt;br /&gt;
                &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
                &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
            &amp;lt;/webosversion&amp;gt;&lt;br /&gt;
            &amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
            &amp;lt;/maintainer&amp;gt;&lt;br /&gt;
            &amp;lt;architecture&amp;gt;all&amp;lt;/architecture&amp;gt;&lt;br /&gt;
            &amp;lt;filename&amp;gt;com.domain_app_appname_1.0.0_all.ipk&amp;lt;/filename&amp;gt;&lt;br /&gt;
            &amp;lt;md5sum&amp;gt;325ca724c05288eb182dd7ebdd493926&amp;lt;/md5sum&amp;gt;&lt;br /&gt;
            &amp;lt;size&amp;gt;123456&amp;lt;/size&amp;gt;&lt;br /&gt;
            &amp;lt;category&amp;gt;Utilities&amp;lt;/category&amp;gt;&lt;br /&gt;
            &amp;lt;source&amp;gt;http://www.preware.org/41/&amp;lt;/source&amp;gt;&lt;br /&gt;
            &amp;lt;depends&amp;gt;&lt;br /&gt;
                &amp;lt;depend id=&amp;quot;20&amp;quot; type=&amp;quot;plugin&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;package&amp;gt;pluginname&amp;lt;/package&amp;gt;&lt;br /&gt;
                    &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
                    &amp;lt;name&amp;gt;FileIO&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;/depend&amp;gt;&lt;br /&gt;
            &amp;lt;/depends&amp;gt;&lt;br /&gt;
            &amp;lt;description&amp;gt;A long description&amp;lt;/description&amp;gt;&lt;br /&gt;
        &amp;lt;/application&amp;gt;&lt;br /&gt;
    &amp;lt;/applications&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Plugin View ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
    &amp;lt;applications&amp;gt;&lt;br /&gt;
        &amp;lt;application id=&amp;quot;20&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;package&amp;gt;pluginname&amp;lt;/package&amp;gt;&lt;br /&gt;
            &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
            &amp;lt;name&amp;gt;Plugin Name&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;webosversion&amp;gt;&lt;br /&gt;
                &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
                &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
            &amp;lt;/webosversion&amp;gt;&lt;br /&gt;
            &amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
            &amp;lt;/maintainer&amp;gt;&lt;br /&gt;
            &amp;lt;architecture&amp;gt;all&amp;lt;/architecture&amp;gt;&lt;br /&gt;
            &amp;lt;filename&amp;gt;com.domain_app_appname_1.0.0_all.ipk&amp;lt;/filename&amp;gt;&lt;br /&gt;
            &amp;lt;md5sum&amp;gt;325ca724c05288eb182dd7ebdd493926&amp;lt;/md5sum&amp;gt;&lt;br /&gt;
            &amp;lt;size&amp;gt;123456&amp;lt;/size&amp;gt;&lt;br /&gt;
            &amp;lt;category&amp;gt;Utilities&amp;lt;/category&amp;gt;&lt;br /&gt;
            &amp;lt;source&amp;gt;http://www.preware.org/41/&amp;lt;/source&amp;gt;&lt;br /&gt;
            &amp;lt;applications&amp;gt;&lt;br /&gt;
                &amp;lt;application id=&amp;quot;20&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;type&amp;gt;plugin&amp;lt;/type&amp;gt;&lt;br /&gt;
                    &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
                    &amp;lt;name&amp;gt;FileIO&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;/application&amp;gt;&lt;br /&gt;
            &amp;lt;/applications&amp;gt;&lt;br /&gt;
            &amp;lt;description&amp;gt;A long description&amp;lt;/description&amp;gt;&lt;br /&gt;
        &amp;lt;/application&amp;gt;&lt;br /&gt;
    &amp;lt;/applications&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Review (to Applications / Plugins) ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
  &amp;lt;messages&amp;gt;&lt;br /&gt;
    &amp;lt;message id=&amp;quot;420&amp;quot; type=&amp;quot;review&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;user id=&amp;quot;10&amp;quot;&amp;gt;FooBar&amp;lt;/user&amp;gt;&lt;br /&gt;
      &amp;lt;text&amp;gt;If this is a long comment it will be cut off at a random point with [...] character.&amp;lt;/text&amp;gt;&lt;br /&gt;
    &amp;lt;/message&amp;gt;&lt;br /&gt;
  &amp;lt;/messages&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Comment (tbd) ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
  &amp;lt;messages to=&amp;quot;424&amp;quot; type=&amp;quot;comment&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;message id=&amp;quot;420&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;user id=&amp;quot;10&amp;quot;&amp;gt;FooBar&amp;lt;/user&amp;gt;&lt;br /&gt;
      &amp;lt;text&amp;gt;If this is a long comment it will be cut off at a random point with [...] character.&amp;lt;/text&amp;gt;&lt;br /&gt;
    &amp;lt;/message&amp;gt;&lt;br /&gt;
  &amp;lt;/messages&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Address Structures ==&lt;br /&gt;
&lt;br /&gt;
=== Site ===&lt;br /&gt;
&lt;br /&gt;
I don't know how much of this we can really change, I think Drupal could be rather strict.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
# Application Page&lt;br /&gt;
  preware.org/packagename/&lt;br /&gt;
# .ipk uses direct id&lt;br /&gt;
  preware.org/41/filenameto.ipk&lt;br /&gt;
  preware.org/&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Feeds ===&lt;br /&gt;
&lt;br /&gt;
Yea this section needs major input.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
# Full List IPKG&lt;br /&gt;
  preware.org/feed/&lt;br /&gt;
&lt;br /&gt;
# XML files for application use (full list)&lt;br /&gt;
&lt;br /&gt;
# XML Categories List&lt;br /&gt;
  preware.org/feed/xml/category/&lt;br /&gt;
# XML Categories List Specific, encode spaces with (%20)&lt;br /&gt;
  preware.org/feed/xml/category/games/&lt;br /&gt;
# XML Application Specific&lt;br /&gt;
  preware.org/feed/xml/application/23/&lt;br /&gt;
# XML Plugin Specific&lt;br /&gt;
  preware.org/feed/xml/plugin/24/&lt;br /&gt;
# XML Search&lt;br /&gt;
  preware.org/feed/xml/search/string/[filters/]&lt;br /&gt;
  preware.org/feed/xml/search/search%20string/category:Utilities/user:12/&lt;br /&gt;
# XML Application Reviews&lt;br /&gt;
  preware.org/feed/xml/review/23/&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Preware_Design&amp;diff=3657</id>
		<title>Preware Design</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Preware_Design&amp;diff=3657"/>
		<updated>2009-08-03T08:52:48Z</updated>

		<summary type="html">&lt;p&gt;X1011: it seems the discussion is taking place on the discussion page; imagine that&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Background ==&lt;br /&gt;
This app is to be a front end to the [[Preware Repository Description|Preware open source Mojo repository]]. For those that do not know Preware is name of the webOS-internals project to supply end users with applications/plugins/updates all in one user friendly place.&lt;br /&gt;
&lt;br /&gt;
== Why this is Important ==&lt;br /&gt;
&lt;br /&gt;
This morning (25 July 2009) after my morning OA meeting, at coffee I ran a set of paper prototypes of a gui appstore front end for the webos-internals ipkg feed past a group of women aged 45 to 72 who had not previously used a Pre. &lt;br /&gt;
&lt;br /&gt;
Each of them had the chance to go into launcher, bring up an app, run it, go into the app store, look around, etc before starting the prototyping session.  &lt;br /&gt;
&lt;br /&gt;
First, as a group they all hated the palm appstore.  They disliked the horizontal scrollers at the top, they disliked the scrolling aspect of the entire page.  They wanted much more clear indications that a scroll was available, but they thought that a thinner leaner first page would be much better. &lt;br /&gt;
&lt;br /&gt;
After 30 minutes of the group tearing up 4x6 cards and scribbling new ones, we ended up with the following decisions which I pass along. &lt;br /&gt;
&lt;br /&gt;
* the first scene should have 5 selections &lt;br /&gt;
** Upgrade your installed apps&lt;br /&gt;
** Patches for existing apps&lt;br /&gt;
** WebOS applications&lt;br /&gt;
** Delete things you have installed &lt;br /&gt;
** Alpha list of everything &lt;br /&gt;
&lt;br /&gt;
each of those opens a new scene.  along the bottom of the scene is a fixed button bar with on the left, an INSTALL button, in the center a BACK button and on the right a DELETE button &lt;br /&gt;
&lt;br /&gt;
that button bar is ALWAYS there except on scene 1.  They know and understand the back gesture, but they liked the idea of a back button even so, and since there was a space, why not? &lt;br /&gt;
&lt;br /&gt;
the install and delete buttons dim out or come live as appropriate.&lt;br /&gt;
&lt;br /&gt;
They were divided on the subject of keeing a banner for the app store at the top of the screen, some liked the idea of a HOME button.  Some did not and wanted the space for the lists and said &amp;quot;banner only on the home page. &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Each subsidiary screen brings up a list of apps. that list scrolls in the space ABOVE the button bar. &lt;br /&gt;
Tapping an ap brings up the long description of the app and enables the install or delete button as is appropriate. &lt;br /&gt;
&lt;br /&gt;
The graphical design should be very VERY clean and not busy.  It was a major complaint about the Palm app store that it was too busy. &lt;br /&gt;
&lt;br /&gt;
Templarian's mockup for the PreWare home page is a really good basis to work from, and it would be good if the gui app resembled the submission and management page. It will change depending on comments here.&lt;br /&gt;
&lt;br /&gt;
I thought this would give us a starting place&lt;br /&gt;
&lt;br /&gt;
- Rick&lt;br /&gt;
&lt;br /&gt;
== Project Repository == &lt;br /&gt;
&lt;br /&gt;
http://gitorious.org/webos-applications/installer&lt;br /&gt;
&lt;br /&gt;
== Suggestions ==&lt;br /&gt;
&lt;br /&gt;
: For the first screenshot I think it would be best if we made it so that the buttons resize. No scrolling in any form even if there notifications below it.&lt;br /&gt;
&lt;br /&gt;
== Development help == &lt;br /&gt;
&lt;br /&gt;
PreWare is being developed as an open source project.  '''We really want help on the development of this app!''' The source of the application is available at http://gitorious.org/webos-applications/installer  &lt;br /&gt;
&lt;br /&gt;
Anyone can check out a copy.  If you would like check in privlidges, simply message [[User_talk:Rboatright|Rboatright]] or [[User_talk:Templarian|Templarian]] on their talk pages. &lt;br /&gt;
&lt;br /&gt;
You will need to register an ssh key with gitorious.  If you've never done that, a walk through is available at http://nathanj.github.com/gitguide/   Substitute gitorious.org for github in the instructions.&lt;br /&gt;
&lt;br /&gt;
== Preware ==&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Pre&amp;quot; in &amp;quot;Preware&amp;quot; does not refer to the Palm Pre, it refers to &amp;quot;before&amp;quot; as far as app testing goes, and is a pun on &amp;quot;Freeware&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Submissions ==&lt;br /&gt;
&lt;br /&gt;
Submissions will have their icons ripped out for application use.&lt;br /&gt;
&lt;br /&gt;
=== Licences ===&lt;br /&gt;
&lt;br /&gt;
* Apache-2.0&lt;br /&gt;
* BSD&lt;br /&gt;
* CDDL&lt;br /&gt;
* CPL-1.0&lt;br /&gt;
* GPL-2&lt;br /&gt;
* GPL-3&lt;br /&gt;
* LGPL-3&lt;br /&gt;
* MIT&lt;br /&gt;
* MPL-1.1 &lt;br /&gt;
&lt;br /&gt;
=== Legal Acceptance on Submission ===&lt;br /&gt;
&lt;br /&gt;
I hereby... fill in this with the legal stuff&lt;br /&gt;
&lt;br /&gt;
== Application ==&lt;br /&gt;
&lt;br /&gt;
(Images will be updated below as suggestions come in, wiki forces cache so CTRL+SHIFT+R in modern browsers)&lt;br /&gt;
&lt;br /&gt;
[[Image:OPS_App_Mockup1.png]]&lt;br /&gt;
&lt;br /&gt;
== Site ==&lt;br /&gt;
&lt;br /&gt;
[[Image:OPS_Mockup.png]]&lt;br /&gt;
&lt;br /&gt;
== Removing Applications ==&lt;br /&gt;
&lt;br /&gt;
Main thing to include is a way to keep track of applications that depend on certain plugins. We cannot have users uninstalling plugins that are required for an installed app to run.&lt;br /&gt;
&lt;br /&gt;
== IPKG Feed ==&lt;br /&gt;
&lt;br /&gt;
The standard IPKG feed will be accessible by everyone.&lt;br /&gt;
&lt;br /&gt;
== XML Feeds ==&lt;br /&gt;
&lt;br /&gt;
=== Application Feed (List/Filtered) ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
    &amp;lt;applications&amp;gt;&lt;br /&gt;
        &amp;lt;application id=&amp;quot;41&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;package&amp;gt;appname&amp;lt;/package&amp;gt;&lt;br /&gt;
            &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
            &amp;lt;name&amp;gt;Application Name&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;webosversion&amp;gt;&lt;br /&gt;
                &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
                &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
            &amp;lt;/webosversion&amp;gt;&lt;br /&gt;
            &amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
            &amp;lt;/maintainer&amp;gt;&lt;br /&gt;
            &amp;lt;architecture&amp;gt;all&amp;lt;/architecture&amp;gt;&lt;br /&gt;
            &amp;lt;filename&amp;gt;com.domain_app_appname_1.0.0_all.ipk&amp;lt;/filename&amp;gt;&lt;br /&gt;
            &amp;lt;md5sum&amp;gt;325ca724c05288eb182dd7ebdd493926&amp;lt;/md5sum&amp;gt;&lt;br /&gt;
            &amp;lt;size&amp;gt;123456&amp;lt;/size&amp;gt;&lt;br /&gt;
            &amp;lt;category&amp;gt;Utilities&amp;lt;/category&amp;gt;&lt;br /&gt;
            &amp;lt;source&amp;gt;http://www.preware.org/41/&amp;lt;/source&amp;gt;&lt;br /&gt;
        &amp;lt;/application&amp;gt;&lt;br /&gt;
    &amp;lt;/applications&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Application View ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
    &amp;lt;applications&amp;gt;&lt;br /&gt;
        &amp;lt;application id=&amp;quot;41&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;package&amp;gt;appname&amp;lt;/package&amp;gt;&lt;br /&gt;
            &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
            &amp;lt;name&amp;gt;Application Name&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;webosversion&amp;gt;&lt;br /&gt;
                &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
                &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
            &amp;lt;/webosversion&amp;gt;&lt;br /&gt;
            &amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
            &amp;lt;/maintainer&amp;gt;&lt;br /&gt;
            &amp;lt;architecture&amp;gt;all&amp;lt;/architecture&amp;gt;&lt;br /&gt;
            &amp;lt;filename&amp;gt;com.domain_app_appname_1.0.0_all.ipk&amp;lt;/filename&amp;gt;&lt;br /&gt;
            &amp;lt;md5sum&amp;gt;325ca724c05288eb182dd7ebdd493926&amp;lt;/md5sum&amp;gt;&lt;br /&gt;
            &amp;lt;size&amp;gt;123456&amp;lt;/size&amp;gt;&lt;br /&gt;
            &amp;lt;category&amp;gt;Utilities&amp;lt;/category&amp;gt;&lt;br /&gt;
            &amp;lt;source&amp;gt;http://www.preware.org/41/&amp;lt;/source&amp;gt;&lt;br /&gt;
            &amp;lt;depends&amp;gt;&lt;br /&gt;
                &amp;lt;depend id=&amp;quot;20&amp;quot; type=&amp;quot;plugin&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;package&amp;gt;pluginname&amp;lt;/package&amp;gt;&lt;br /&gt;
                    &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
                    &amp;lt;name&amp;gt;FileIO&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;/depend&amp;gt;&lt;br /&gt;
            &amp;lt;/depends&amp;gt;&lt;br /&gt;
            &amp;lt;description&amp;gt;A long description&amp;lt;/description&amp;gt;&lt;br /&gt;
        &amp;lt;/application&amp;gt;&lt;br /&gt;
    &amp;lt;/applications&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Plugin View ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
    &amp;lt;applications&amp;gt;&lt;br /&gt;
        &amp;lt;application id=&amp;quot;20&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;package&amp;gt;pluginname&amp;lt;/package&amp;gt;&lt;br /&gt;
            &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
            &amp;lt;name&amp;gt;Plugin Name&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;webosversion&amp;gt;&lt;br /&gt;
                &amp;lt;min&amp;gt;1.0.3&amp;lt;/min&amp;gt;&lt;br /&gt;
                &amp;lt;max&amp;gt;1.1&amp;lt;/max&amp;gt;&lt;br /&gt;
            &amp;lt;/webosversion&amp;gt;&lt;br /&gt;
            &amp;lt;maintainer id=&amp;quot;42&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;name&amp;gt;John Doe&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;email&amp;gt;email@domain.com&amp;lt;/email&amp;gt;&lt;br /&gt;
            &amp;lt;/maintainer&amp;gt;&lt;br /&gt;
            &amp;lt;architecture&amp;gt;all&amp;lt;/architecture&amp;gt;&lt;br /&gt;
            &amp;lt;filename&amp;gt;com.domain_app_appname_1.0.0_all.ipk&amp;lt;/filename&amp;gt;&lt;br /&gt;
            &amp;lt;md5sum&amp;gt;325ca724c05288eb182dd7ebdd493926&amp;lt;/md5sum&amp;gt;&lt;br /&gt;
            &amp;lt;size&amp;gt;123456&amp;lt;/size&amp;gt;&lt;br /&gt;
            &amp;lt;category&amp;gt;Utilities&amp;lt;/category&amp;gt;&lt;br /&gt;
            &amp;lt;source&amp;gt;http://www.preware.org/41/&amp;lt;/source&amp;gt;&lt;br /&gt;
            &amp;lt;applications&amp;gt;&lt;br /&gt;
                &amp;lt;application id=&amp;quot;20&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;type&amp;gt;plugin&amp;lt;/type&amp;gt;&lt;br /&gt;
                    &amp;lt;version&amp;gt;1.0.0&amp;lt;/version&amp;gt;&lt;br /&gt;
                    &amp;lt;name&amp;gt;FileIO&amp;lt;/name&amp;gt;&lt;br /&gt;
                &amp;lt;/application&amp;gt;&lt;br /&gt;
            &amp;lt;/applications&amp;gt;&lt;br /&gt;
            &amp;lt;description&amp;gt;A long description&amp;lt;/description&amp;gt;&lt;br /&gt;
        &amp;lt;/application&amp;gt;&lt;br /&gt;
    &amp;lt;/applications&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Review (to Applications / Plugins) ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
  &amp;lt;messages&amp;gt;&lt;br /&gt;
    &amp;lt;message id=&amp;quot;420&amp;quot; type=&amp;quot;review&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;user id=&amp;quot;10&amp;quot;&amp;gt;FooBar&amp;lt;/user&amp;gt;&lt;br /&gt;
      &amp;lt;text&amp;gt;If this is a long comment it will be cut off at a random point with [...] character.&amp;lt;/text&amp;gt;&lt;br /&gt;
    &amp;lt;/message&amp;gt;&lt;br /&gt;
  &amp;lt;/messages&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Comment (tbd) ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;preware&amp;gt;&lt;br /&gt;
  &amp;lt;messages to=&amp;quot;424&amp;quot; type=&amp;quot;comment&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;message id=&amp;quot;420&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;user id=&amp;quot;10&amp;quot;&amp;gt;FooBar&amp;lt;/user&amp;gt;&lt;br /&gt;
      &amp;lt;text&amp;gt;If this is a long comment it will be cut off at a random point with [...] character.&amp;lt;/text&amp;gt;&lt;br /&gt;
    &amp;lt;/message&amp;gt;&lt;br /&gt;
  &amp;lt;/messages&amp;gt;&lt;br /&gt;
&amp;lt;/preware&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Address Structures ==&lt;br /&gt;
&lt;br /&gt;
=== Site ===&lt;br /&gt;
&lt;br /&gt;
I don't know how much of this we can really change, I think Drupal could be rather strict.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
# Application Page&lt;br /&gt;
  preware.org/packagename/&lt;br /&gt;
# .ipk uses direct id&lt;br /&gt;
  preware.org/41/filenameto.ipk&lt;br /&gt;
  preware.org/&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Feeds ===&lt;br /&gt;
&lt;br /&gt;
Yea this section needs major input.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
# Full List IPKG&lt;br /&gt;
  preware.org/feed/&lt;br /&gt;
&lt;br /&gt;
# XML files for application use (full list)&lt;br /&gt;
&lt;br /&gt;
# XML Categories List&lt;br /&gt;
  preware.org/feed/xml/category/&lt;br /&gt;
# XML Categories List Specific, encode spaces with (%20)&lt;br /&gt;
  preware.org/feed/xml/category/games/&lt;br /&gt;
# XML Application Specific&lt;br /&gt;
  preware.org/feed/xml/application/23/&lt;br /&gt;
# XML Plugin Specific&lt;br /&gt;
  preware.org/feed/xml/plugin/24/&lt;br /&gt;
# XML Search&lt;br /&gt;
  preware.org/feed/xml/search/string/[filters/]&lt;br /&gt;
  preware.org/feed/xml/search/search%20string/category:Utilities/user:12/&lt;br /&gt;
# XML Application Reviews&lt;br /&gt;
  preware.org/feed/xml/review/23/&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>X1011</name></author>
	</entry>
</feed>