Difference between revisions of "Talk:Preware Design"
Jump to navigation
Jump to search
(putting all feedback in one section will get messy) |
(New section: XML feeds) |
||
Line 17: | Line 17: | ||
—[[user:X1011|X1011]] 07:30, 29 July 2009 (UTC) | —[[user:X1011|X1011]] 07:30, 29 July 2009 (UTC) | ||
+ | |||
+ | == XML feeds == | ||
+ | |||
+ | * instead of <firmware>: | ||
+ | <source lang='xml'> | ||
+ | <webOSVersion> | ||
+ | <min>1.0.3</min> | ||
+ | <max>1.1</max> | ||
+ | </webOSVersion> | ||
+ | </source> | ||
+ | * maintainer: | ||
+ | <source lang='xml'> | ||
+ | <maintainer id="42"> | ||
+ | <name>John Doe</name> | ||
+ | <email>email@domain.com</email> | ||
+ | </maintainer> | ||
+ | </source> | ||
+ | * should a category have an id? everything else does. | ||
+ | * in the review, you have the type in the message tag, but in the comment, you have it in the messages tag. | ||
+ | * <comment> should be <text> or <body> | ||
+ | * in <comment>, what do you mean by 'split it somewhere'? | ||
+ | * does <code>preware.org/feed/xml/type/</code> have a meaning? if not, we should use: | ||
+ | <source lang='text'> | ||
+ | preware.org/feed/xml/application/23/ | ||
+ | preware.org/feed/xml/plugin/23/ | ||
+ | </source> | ||
+ | |||
+ | —[[user:X1011|X1011]] 09:27, 29 July 2009 (UTC) |
Revision as of 09:27, 29 July 2009
Replacing wiki pages?
Is this going to replace the application pages in this wiki? I think it should. —X1011 22:31, 25 July 2009 (UTC)
protection
why is this page protected? I think we should follow wikipedia:WP:NO-PREEMPT. —X1011 22:31, 25 July 2009 (UTC)
Quality control by sysops. --Templarian 22:44, 27 July 2009 (UTC)
are you saying that only sysops are capable of quality?
also, it says it's a discussion page. how can it be if it's protected?
—X1011 07:30, 29 July 2009 (UTC)
XML feeds
- instead of <firmware>:
<source lang='xml'> <webOSVersion>
<min>1.0.3</min> <max>1.1</max>
</webOSVersion> </source>
- maintainer:
<source lang='xml'> <maintainer id="42">
<name>John Doe</name> <email>email@domain.com</email>
</maintainer> </source>
- should a category have an id? everything else does.
- in the review, you have the type in the message tag, but in the comment, you have it in the messages tag.
- <comment> should be <text> or <body>
- in <comment>, what do you mean by 'split it somewhere'?
- does
preware.org/feed/xml/type/
have a meaning? if not, we should use:
<source lang='text'> preware.org/feed/xml/application/23/ preware.org/feed/xml/plugin/23/ </source>
—X1011 09:27, 29 July 2009 (UTC)