Only marginally belonging in this newsgroup... but oh well.
I've just started writing in python, and I want to make the files
available on the web. So I did the standard <a
href="mypath/myfile.py"> and not surprisingly, it displays like a
webpage, but just the code. If I gzip it, and then link to the new
file, it will download, but its so small I don't want it zipped.
How can I make this into a downloadable
file SIMPLY? The other thread seems a bit complicated...
Thanks
--
Luke St.Clair | "Ask and it will be given to you; seek and you
[email protected] u | will find; knock and the door will be opened
---------------------| to you." - Matthew 7:7
---
Posted via news://freenews.netfront.net
Complaints to [email protected] et
I've just started writing in python, and I want to make the files
available on the web. So I did the standard <a
href="mypath/myfile.py"> and not surprisingly, it displays like a
webpage, but just the code. If I gzip it, and then link to the new
file, it will download, but its so small I don't want it zipped.
How can I make this into a downloadable
file SIMPLY? The other thread seems a bit complicated...
Thanks
--
Luke St.Clair | "Ask and it will be given to you; seek and you
[email protected] u | will find; knock and the door will be opened
---------------------| to you." - Matthew 7:7
---
Posted via news://freenews.netfront.net
Complaints to [email protected] et
Comment