Package: www.debian.org Severity: wishlist Yo!
The users page is getting longer and longer, and more difficult to navigate. A proper solution would probably be splitting the thing into several pages. Or create a database, letting users specify attributes such as 'server use', 'client use', 'department-wide policy', 'company wide deployment'... and letting visitors of the page query according to these attributes. But, starting modest, let's at least include a short toc at the top of the page. I'm not sure if <a name=""/> (as empty tag) is legal, so some HTML guru should probably check this. (I'm not reyll happy with 'commercial', btw - commercial what? It's institutions and organizations for the other sections, so I guess it should either be commercial organizations or these should be dropped for the other sections.) Index: index.wml =================================================================== RCS file: /cvs/webwml/webwml/english/users/index.wml,v retrieving revision 1.157 diff -u -r1.157 index.wml --- index.wml 1 Nov 2004 07:01:59 -0000 1.157 +++ index.wml 1 Dec 2004 11:50:30 -0000 @@ -16,7 +16,16 @@ may be of interest. </p> -<h2>Educational Institutions</h2> +<p> + <a href="#edu">Educational Institutions</a><br/> + <a href="#com"></a>Commercial<br/> + <a href="#org"></a>Non-profit Organizations<br/> + <a href="#gov"></a>Government Organizations<br/> +</p> + +<hr/> + +<h2><a name="edu"/>Educational Institutions</h2> <ul> <li><a href="#AILabZurich">AI Lab, University of Zurich, Switzerland</a></li> <li><a href="#BarcelonaAlgebra">Department of Algebra and Geometry, University of Barcelona, Spain</a></li> @@ -82,7 +91,7 @@ <li><a href="#WorcesterPolytechnic">Worcester Polytechnic Institute Game Development Club</a></li> </ul> -<h2>Commercial</h2> +<h2><a name="com"/>Commercial</h2> <ul> <li><a href="#ABCStartsiden">ABC Startsiden AS, Norway</a></li> <li><a href="#ABJensen">A. B. Jensen Maskinfabrik A/S, Denmark</a></li> @@ -144,7 +153,7 @@ <li><a href="#ZeroWeb">ZeroWeb Information Services, Atlanta, GA USA</a></li> </ul> -<h2>Non-profit Organizations</h2> +<h2><a name="org"/>Non-profit Organizations</h2> <ul> <li><a href="#APDIP">APDIP - Asia Pacific Development Information Programme, United Nations Development Program, Malaysia</a></li> <li><a href="#AzuquecaWireless">AzuquecaWireless, wireless network communication in Azuqueca de Henares (Guadalajara), Spain</a></li> @@ -169,7 +178,7 @@ <li><a href="#UHKT">Institute of Hematology and Blood Transfusion, Prague, Czech Republic</a></li> </ul> -<h2>Government Organizations</h2> +<h2><a name="gov"/>Government Organizations</h2> <ul> <li><a href="#AustralianDevelopmentGateway">Australian Development Gateway</a></li> <li><a href="#DITCouncilEurope">DIT - Council of Europe - Strasbourg, France</a></li>

