François Perrad wrote:
> 2008/8/23 Allison Randal <[EMAIL PROTECTED]>:
>> Moritz Lenz wrote:
>>>
>>> On #perl6 somebody just asked if there were up-to-date windows builds of
>>> parrot somewhere, he had googled for 'parrot windows'. The parrotwin32
>>> project didn't show up in his search (but it's first for 'parrot win32').
>>>
>>> I think we should improve that situation. Suggestions:
>>>
>>> 1) A link on http://www.parrotcode.org/source.html
>>
>> Sure.
> 
> Already done since 2-3 months, see
> http://www.parrotcode.org/source.html#Packages,
> but with the word Win32, not Windows.

Attached patch changes that to Windows (Win32). Not really pretty, but
better in terms of search engine optimization.
(I don't think I have commit rights to that repository... or do I?)

I'd also suggest to move the Packages section further up (directly after
Release section), because I hope that more end users than developers are
(or will be) interested in parrot. And those get bored easily when
reading about various source code management tools first.

Cheers,
Moritz


-- 
Moritz Lenz
http://moritz.faui2k3.org/ |  http://perl-6.de/
Index: parrotcode/source.html
===================================================================
--- parrotcode/source.html	(revision 1337)
+++ parrotcode/source.html	(working copy)
@@ -175,7 +175,7 @@
 <ul>
 <!--  <li><a href="http://ftp.debian.org/debian/pool/main/p/parrot/";>Debian Packages</a></li>-->
  <li><a href="http://alioth.debian.org/projects/pkg-parrot/";>Debian Packages</a></li>
- <li><a href="http://sourceforge.net/project/showfiles.php?group_id=211372";>Win32</a></li>
+ <li><a href="http://sourceforge.net/project/showfiles.php?group_id=211372";>Windows (Win32)</a></li>
  <li><a href="http://trac.macports.org/browser/trunk/dports/lang/parrot/Portfile";>MacPorts</a>
 <pre>
 port install parrot

Reply via email to