So I was finally able to upload Greyout thanks for the quick bug-fix.
I am wondering, as I uploaded it from a remote url, does that check for updates on that address every now and then, so I can just update the file and the repo will detect and display the changes after some time or do I have to update it manually?
If the latter, it probably has to be done through the "admin" button, which currently does not work for me as it leads to a "This page does not exist" page.
EDIT: Only 100 chars for a comment? That's a bit too few imo. Also a counter to show how many chars one already typed would be nice or some AJAX checking of the length as it sucks to have to re-write a comment because it exceeded the allowed length.
No, the repo will not magically see if your file was changed. You have to manually update it when you have a new version uploaded. It would be a *huge* waste of bandwidth to try and download the file again and again even if in some cases a new one will automatically have a new url.I am wondering, as I uploaded it from a remote url, does that check for updates on that address every now and then, so I can just update the file and the repo will detect and display the changes after some time or do I have to update it manually?
No, the repo will not magically see if your file was changed. You have to manually update it when you have a new version uploaded. It would be a *huge* waste of bandwidth to try and download the file again and again even if in some cases a new one will automatically have a new url.I am wondering, as I uploaded it from a remote url, does that check for updates on that address every now and then, so I can just update the file and the repo will detect and display the changes after some time or do I have to update it manually?
thank you for valadating your account Matenrou.
You should now be able to sign-in successfully
MAME?
MAME4ALL and 0.106 are up there now. Hope the new PXML works...whoever ported mame would need to upload it
Maybe just a case of sending a Content-Length HTTP header? Doesn't appear to do so just now. It does however send text/plain as the MIME type, which makes my browser want to open it in an editor. Not sure what it should send though... application/x-pnd? ;-)Would it be possible for it to report file sizes when you're downloading? I know sizes are on the app page, but it bugs me when my browser is telling me x downloaded instead of x of y downloaded.
Thanks for Uploading SteveM, your signal was in the sky last night, and now you appearMaybe just a case of sending a Content-Length HTTP header? Doesn't appear to do so just now. It does however send text/plain as the MIME type, which makes my browser want to open it in an editor. Not sure what it should send though... application/x-pnd? ;-)Would it be possible for it to report file sizes when you're downloading? I know sizes are on the app page, but it bugs me when my browser is telling me x downloaded instead of x of y downloaded.
It is basically a case of trusting the one uploading that they know what they are doing. If they are downgrading the version, it is assumed to be intentional. It all depends on the package-id (and if in the earlier uploads you have no package block, on the application-id).I'm liking this repo; nice and easy to upload. How does updating your apps work? I managed to replace an incorrect FUSE package just by uploading again, but how does it match new to old to determine it's a replacement? An explicit "update" button per app would be clearer IMHO.
Any plans on adding an RSS feed for new uploads?
Maybe just a case of sending a Content-Length HTTP header? Doesn't appear to do so just now. It does however send text/plain as the MIME type, which makes my browser want to open it in an editor. Not sure what it should send though... application/x-pnd? ;-)