[TYPO3-typo3org] RFC: optimized switch for typo3.org-websites

Reinhard Führicht rf at typoheads.at
Fri Mar 4 11:14:18 CET 2011


Am 2011-03-04 10:04, schrieb Daniel Bruessler:
> Hi,
>
> I just added api.typo3.org to the wiki portal-switch and I made my mind how to organize the entries properly. If you click through the websites ALL have a different order, different number of entries,
> some of "Home" in their name and the most have not.
>
>
> What do you think about this order:
>
> 			<option value="http://typo3.com">typo3.com</option>
> 			<option value="http://typo3.org">typo3.org</option>
> 			<option value="http://association.typo3.org">TYPO3 Association</option>
> 			<option value="http://api.typo3.org">API</option>
> 			<option value="http://bugs.typo3.org">Bugtracker</option>
> 			<option value="http://buzz.typo3.org">Buzz (Blogs)</option>		
> 			<option value="http://certification.typo3.org">Certification</option>
> 			<option value="http://flow3.typo3.org">FLOW3</option>
> 			<option value="http://forge.typo3.org">Forge (Development Platform)</option>
> 			<option value="http://lists.typo3.org">Mailing lists</option>
> 			<option value="http://news.typo3.org">News</option>			
> 			<option value="http://snippets.typo3.org">Snippets</option>
> 			<option value="http://wiki.typo3.org" selected="selected">Wiki</option>		
>
> So the most important for new users are on top, then the association what must have "TYPO3" in the name,
> then the others sorted by alphabet and without TYPO3 in the name. Try it out at http://wiki.typo3.org/
>
> What do you think?
>
> Greets!
> Daniel
>
> == DocTeam ==
> Want to help? Just see what topics you're interested in and join us!
> http://typo3.org/teams/documentation-team/
> http://forge.typo3.org/projects/show/team-docteam
> http://forge.typo3.org/projects/typo3v4-documentation
>

Hi,

maybe optgroups would be nice in this case.

I am thinking about something like this:

<optgroup label="Main">
   <option value="http://typo3.org">typo3.org</option>
   <option value="http://typo3.com">typo3.com</option>
   <option value="http://association.typo3.org">TYPO3 Association</option>
   <option value="http://news.typo3.org">News</option>
</optgroup>
<optgroup label="Community">
   <option value="http://buzz.typo3.org">Buzz</option>
   <option value="http://certification.typo3.org">Certification</option>
   <option value="http://lists.typo3.org">Mailing lists</option>
   <option value="http://wiki.typo3.org">Wiki</option>
</optgroup>
<optgroup label="Devloper Resources">
   <option value="http://api.typo3.org">API</option>
   <option value="http://bugs.typo3.org">Bugtracker</option>
   <option value="http://flow3.typo3.org">FLOW3</option>
   <option value="http://forge.typo3.org">Forge</option>
   <option value="http://snippets.typo3.org">Snippets</option>
</optgroup>

Regards,
Reinhard


More information about the TYPO3-team-typo3org mailing list