Author Topic: New ways to download SMF  (Read 37461 times)

Offline lordtron

  • Sophist Member
  • *****
  • Posts: 1,247
  • Gender: Male
    • VainSoft
Re: New ways to download SMF
« Reply #20 on: March 05, 2008, 12:50:44 AM »
Im sorry but you just lost me SleePy lol

VainSoftGames.com - New Design To Gaming

Offline SleePy

  • Site Manager
  • Project Support
  • Simple Machines Super Hero
  • *
  • Posts: 24,501
  • Gender: Male
    • SleePy Code - My personal very outdated development site
Jeremy D — Site Manager — Master Web
- No PMs for support
Common Conversion Issues  UTF-8 Convert  Converter Tools     
Customize Info  My Mods

Offline Dannii

  • SMF Friend
  • Simple Machines Hero
  • *
  • Posts: 9,966
  • Mind the volcano!
    • My blog: curiousDannii
Re: New ways to download SMF
« Reply #22 on: March 05, 2008, 08:40:27 PM »
Yes, a useless index.php. That's not SMF style URL, that's just a lame PHP thing.
"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

My rarely updated blog: The Worthlessness of Homo divinus (3 September)
When God swore by himself: Sinai (14 October)

Offline lordtron

  • Sophist Member
  • *****
  • Posts: 1,247
  • Gender: Male
    • VainSoft
Re: New ways to download SMF
« Reply #23 on: March 06, 2008, 05:36:38 AM »
Just wondering, but how is it a lame PHP thing?

VainSoftGames.com - New Design To Gaming

Offline Dannii

  • SMF Friend
  • Simple Machines Hero
  • *
  • Posts: 9,966
  • Mind the volcano!
    • My blog: curiousDannii
Re: New ways to download SMF
« Reply #24 on: March 06, 2008, 05:37:29 AM »
Cause it has index.php in it when there are ways to get around that.
"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

My rarely updated blog: The Worthlessness of Homo divinus (3 September)
When God swore by himself: Sinai (14 October)

Offline MindTooth

  • Jr. Member
  • **
  • Posts: 168
  • Gender: Male
    • MindTooth
Re: New ways to download SMF
« Reply #25 on: March 10, 2008, 01:16:12 AM »
I think it is easier to just have http://www.simplemachines.org/latest.tar.gz.

Birger :)
Looking for a VPS to host your forum? Then SliceHost is the right company for you!

For any tech geeks, jCXP.net is your portal #1.

Offline Thantos

  • SMF Friend
  • Simple Machines Super Hero
  • *
  • Posts: 14,456
  • Gender: Male
    • Geek Overloaded
Re: New ways to download SMF
« Reply #26 on: March 10, 2008, 02:23:12 PM »
I like some of these idea.  The latest filename thing isn't bad and should be doable.

Re: the /index.php/ thing

While I do agree it is fugly I'm not sure if removing it is the best thing.  The download page allows you to do http://download.simplemachines.org/index.php/filename.extension to get the file.  This is easy enough to handle because it will go through index.php regardless.  The apache trick basically does a "if the file doesn't exist and the directory doesn't exist rewrite the url" but that could cause problems if I have a file in same directory as index.php and is also a downloadable file.  I don't know for sure if that case is present now or is likely in the future, so I'd need to do some evaluating.

The alternative of course is to replace /index.php/ with something like /files/ but then is that really any different?
Ask yourself who really owns this project?
Is it the community?  If so why isn't the community involved?
Is it the team?  If so why were the rules changed all of a sudden?
Or is it a select few that have entrenched themselves with power?