sorry for not providing a correct bug report with steps to repro.
1.go to freedos.org
2.click "download freedos" at top of page
3.click "download freedos" at top of page
4.from a cmd shell prompt, do curl http://www.freedos.org/download/
actual: the button is boilerplate page link and is not an actual download 
button like it appears to be. you can click all day on that "download" button 
and it appears dead after 2nd try because it is going to the page it is on in 
step 2. it looks like from the source <a href="/download/">Download 
FreeDOS</a>, it simply jumps you to /download/. it should not be in appearance 
a download button because that's not what it really is.

expected: 
- the Download FreeDOS button should be instead a Downdoads tab up at the top 
navigation. if you want to make it a fancy link, make it a Downloads tab up 
top, as in <li><a href="/downloads/">Downloads</a></li> in <div id="links">
- add to the /download/ page a link to the sourceforge project page 
http://sourceforge.net/projects/freedos/files/ and call it "SourceForge.net 
FreeDOS Project files". doesn't have to be a download button, because it's not. 
the files are in different dirs there.

- a link to a 1.1 floppy .img file <a href="/download/floppy1_1.img" 
type="application/octet-stream">FreeDOS 1.1 floppy image</a> (a hope of mine). 
users don't necessarily want to download the whole iso. if I could download it 
from base in FTP, that would be fine, but I can't. 
type="application/octet-stream" ensures it gets downloaded as a binary file and 
not as text.





>________________________________
> From: Eric Auer <[email protected]>
>To: [email protected] 
>Sent: Tuesday, July 8, 2014 10:48 AM
>Subject: Re: [Freedos-devel] "download freedos" link broken
> 
>
>
>Hi Jims ;-)
>
>> freedos.org download page
>> 
>> http://www.freedos.org/download/
>>  
>>  link seems to be broken. I click on it, but it doesn't work in firefox 30.0
>
>That is a webdesign problem: The "download" button at the
>top middle of ALL pages on freedos.org simply takes you to
>http://www.freedos.org/download/ and there you have to use
>one of the ACTUAL download links to download for example
>the ISO image of FreeDOS. Maybe the "main download button"
>should NOT be visible on the download page itself, as it
>indeed creates the impression of a do-nothing link there.
>
>Regards, Eric
>
>
>
>PS: Please make your email signature shorter!
>
>
>> Jim Michaels
>> [email protected]
>> [email protected]
>> http://RenewalComputerServices.com
>> http://JesusnJim.com (my personal site, has software)
>
>> IEC Units: Computer RAM & SSD measurements, microsoft disk size measurements 
>> (note: they will say GB or MB or KB or TB when it is IEC Units!):
>> [KiB] [MiB] [GiB] [TiB]
>> [2^10B=1,024^1B=1KiB]
>> [2^20B=1,024^2B=1,048,576B=1MiB]
>> [2^30B=1,024^3B=1,073,741,824B=1GiB]
>> [2^40B=1,024^4B=1,099,511,627,776B=1TiB]
>> [2^50B=1,024^5B=1,125,899,906,842,624B=1PiB]
>> SI Units: Hard disk industry disk size measurements:
>> 
>> [kB] [MB] [GB] [TB]
>> [10^3B=1,000B=1kB]
>> [10^6B=1,000,000B=1MB]
>> [10^9B=1,000,000,000B=1GB]
>> [10^12B=1,000,000,000,000B=1TB]
>> [10^15B=1,000,000,000,000,000B=1PB]
>
>... it is often much longer than your actual emails.
>
>
>
>------------------------------------------------------------------------------
>Open source business process management suite built on Java and Eclipse
>Turn processes into business applications with Bonita BPM Community Edition
>Quickly connect people, data, and systems into organized workflows
>Winner of BOSSIE, CODIE, OW2 and Gartner awards
>http://p.sf.net/sfu/Bonitasoft
>_______________________________________________
>Freedos-devel mailing list
>[email protected]
>https://lists.sourceforge.net/lists/listinfo/freedos-devel
>
>
>
>
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Freedos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to