Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Add-ons Site Suggestions
This discussion has been closed.
Comments
Being able to sort search results by "Most Recently Updated" would be helpful.
yes, please
In any case, could you right-click -> copy link then paste it into your terminal?
I'm forever being asked for ways to make things easier, rarely do I get asked to complicate something so simple :-)
I'd say most people are afraid to touch anything terminal, I would even bet that only a small number of people use one, the future is for widgets and interfaces easy and quick, you advanced thinkers are going to have to get use to point, click and press
Although if he wanted to keep the current configuration he could add a secondary link under 'Download' called 'direct download' or something, which points directly to the download script/file.
And for the record, there is no javascript involved in the download button. The link takes you to a php page where it records your click and then delivers the file. And there is a direct link to the file on that page should you need it.
Anyone else noticed this? (OSX 10.4.7 & Safari)
Regarding content-disposition, I'd call it a bug with wget. Fortunately, it seems to be fixed in wget 1.11 beta. Now I just have to wait for Debian to add it to the stable repository...
You will get a file named "index.html?PostBackAction=DoDownload" but it is a zip file of the extension.
http://lussumo.com/addons/Download/###/NameOfTheExtension_LastUpdateDate.zip
Instead of
http://lussumo.com/addons/?PostBackAction=DoDownload&AddOnID=###
with the following rewrite rule:
RewriteRule ^addons/Download/([0-9]*)/[^/]*.zip$ addons.php?PostBackAction=DoDownload&AddOnID=$1.php [L]