nyet
|
|
« on: January 13, 2012, 07:22:47 PM »
|
|
|
Its ridiculously annoying to have to dig through posts to download files as *attachments* to posts
Would be nice to have some sort of useful download area that *isn't* tied to the damn forum... also preferably one that can be mirrored to a backup site
|
|
|
Logged
|
ME7.1 tuning guideECUx PlotME7Sum checksumTrim heatmap toolPlease do not ask me for tunes. I'm here to help people make their own. Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your ex
|
|
|
phila_dot
|
|
« Reply #1 on: January 13, 2012, 08:13:04 PM »
|
|
|
+1
|
|
« Last Edit: January 13, 2012, 08:38:53 PM by phila_dot »
|
Logged
|
|
|
|
Tony@NefMoto
Administrator
Hero Member
Karma: +132/-4
Offline
Posts: 1389
2001.5 Audi S4 Stage 3
|
|
« Reply #2 on: January 16, 2012, 04:05:04 PM »
|
|
|
There are a few options for this that I have been mulling over: 1) Use the new NefMoto GitHub repository 2) Create a public folder on the NefMoto server 3) Create a public web app on the NefMoto server
Does anyone have any major preferences?
I am planning on adding more functionality to the NefMoto website that will integrate with some new features in the NefMoto desktop software. The NefMoto website will eventually include support for searches for files by year, make, model, etc. This will be represented as a PHP web app backed by a database.
|
|
|
Logged
|
|
|
|
nyet
|
|
« Reply #3 on: January 16, 2012, 04:42:12 PM »
|
|
|
IMO the github thing is really only good for binaries that are directly tied to the repo that is used to build them..
In any case, you'd probably want your own custom setup for indexing/searching/organizing the sorts of things you have here (tunes, tools, documents, etc), since the github thing is pretty rudimentary.
Anyway, you'd probably want to put it all in some sort of directory heirarchy anyway (so the direct urls aren't strange cryptic flat namespace abominations).
|
|
|
Logged
|
ME7.1 tuning guideECUx PlotME7Sum checksumTrim heatmap toolPlease do not ask me for tunes. I'm here to help people make their own. Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your ex
|
|
|
Tony@NefMoto
Administrator
Hero Member
Karma: +132/-4
Offline
Posts: 1389
2001.5 Audi S4 Stage 3
|
|
« Reply #4 on: January 16, 2012, 04:59:22 PM »
|
|
|
I agree that a directory hierarchy would be best. It would also work well as a public file space and a file store that gets referenced by database entries.
I am hesitant to create a writable public area for users to abuse. But it shouldn't be very hard to make a PHP file submission page that allows you to submit files with certain restrictions. On the file submission page the user could also specify make, model, year, etc for the file. Then the submission process could auto create the directory structure for where the file is located. Then I could make the public area viewable by everyone but read only, except to the PHP submission page.
|
|
|
Logged
|
|
|
|
Zac
Jr. Member
Karma: +14/-0
Offline
Posts: 47
|
|
« Reply #5 on: January 16, 2012, 06:32:24 PM »
|
|
|
There are pros and cons to both. So many people would likely leech the entire archive and then go on about their merry way. Not that there's anything wrong with that, but I've learned a lot from simply browsing through all the threads on my way to download tons of files.
|
|
|
Logged
|
|
|
|
Matt Danger
Full Member
Karma: +17/-1
Offline
Posts: 116
|
|
« Reply #6 on: January 17, 2012, 09:06:58 AM »
|
|
|
I am hesitant to create a writable public Moderated queue?
|
|
|
Logged
|
|
|
|
nyet
|
|
« Reply #7 on: January 17, 2012, 11:23:17 AM »
|
|
|
Definitely should be moderated/centrally managed. For the more obscure stuff, the forums are fine. At worst, maybe make some sort of index of uploaded files that people can browse.
|
|
|
Logged
|
ME7.1 tuning guideECUx PlotME7Sum checksumTrim heatmap toolPlease do not ask me for tunes. I'm here to help people make their own. Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your ex
|
|
|
Tony@NefMoto
Administrator
Hero Member
Karma: +132/-4
Offline
Posts: 1389
2001.5 Audi S4 Stage 3
|
|
« Reply #8 on: January 23, 2012, 12:52:49 PM »
|
|
|
I've made some progress getting a working solution implemented. Nothing can I let people publicly test out yet, but wanted to let people know it is being worked on.
Currently my plan is to only let people submit and search for specific types of files: ECU tunes, map definitions, data logging definitions, and tech docs. The files related to ECUs will be searchable based on year, make, model, etc.
The ECU files will also be validated by a background process that runs on a schedule. The background process will handle validating the ECU file part numbers, checksums, etc, and will update the submitted information. If there are any invalid files, they will be automatically deleted.
I thought this was the best way to make the files reliable and searchable, but this does prevent people from uploading just any useful file.
|
|
« Last Edit: January 24, 2012, 12:12:10 PM by Tony@NefMoto »
|
Logged
|
|
|
|
Matt Danger
Full Member
Karma: +17/-1
Offline
Posts: 116
|
|
« Reply #9 on: January 24, 2012, 07:42:43 AM »
|
|
|
Sounds nifty
|
|
|
Logged
|
|
|
|
|