On Friday, May 10, 2013 8:36:08 AM UTC-5, Luis Lavena wrote:
On Fri, May 10, 2013 at 12:18 AM, Richard Campbell
<bet...@gmail.com> wrote:
I would go further, create 2 separate pages, one for 1.9.3 downloads and one for 2.0.0 downloads. Users can choose which version, and on that page they can download both the devkit and that version of ruby. Luis if you or those involved have no web development experience, i'll gladly take your site, convert it to a rails app, and perform those said changes. Let me know, just looking to help...
Well, making the entire thing a rails application just for 2 pages seems way too much.
The current website is a Radiant CMS powered site. I can provide you the DB backup of the pages if you want to setup that locally and work on it.
My idea the entire time was to turn the website into a static site so we can work in text files and we can accept more easily pull requests with modifications.
Thing is that a static website has no power to track stats of downloads or anything like that.
So went the Sinatra route instead:
But as you can guess from the last commit (a year ago) that didn't move forward, specially since I lack the time between work and other stuff I do for Ruby.
I would accept offers that implement either a Sinatra or middleman versions of a static website.
I'm going to throw my 2cents in here and suggest that maybe we're trying to solve the wrong problem.
I think that we need to look at the DevKit itself and figure out how to solve the installation problem from the inside out instead of the outside in.
Right now, we use the DevKit to change the Ruby Install itself, which is causing issues like this if we want/need to upgrade the DevKit.
I'm going to say that, instead of spending energy to look at ways to make the website more clear for a confusing problem, we should make the problem less confusing.
It's a little more complex than just making a Sinatra site work and editing it though.
Also tedious enough that I haven't made the time to work on it myself.
Anyway just my thoughts,
Justin