Ah, right... does anyone know the mod_rewrite rules for throwing everthing away and always going to http://repo.openpandora.org/ ?The redirect of the result from the google link mcobit posted does not work right.
http://apps.openpandora.org/cgi-bin/viewarea.pl?Emulators
But we still need a place for certain pnds like the community code pack or non pnd downloads like the minimenu skinsYeah, right.
The Archive will be merged with the gp32x.de website, so taking care about the PNDs there would make sense.
I will create a list with download links of the PNDs so that_gui can analyze them
Just not using the substring cut out from the original URL should work... So, in the VirtualHost for apps.openpandora.org,Ah, right... does anyone know the mod_rewrite rules for throwing everthing away and always going to http://repo.openpandora.org/ ?
RewriteRule /(.*) http://repo.openpandora.org/ [R]
Always thought to avoid licensing issuesWhy shouldn't the codec pack go on the repo?
or just some space on one of EDs web servers wie links in the wiki?As for the non-PND content, perhaps if ED can get the attachment system working a basic file archive page be made in the IP Boards content system?
Always thought to avoid licensing issuesWhy shouldn't the codec pack go on the repo?
That could work as a way to dump existing content from the archive, but we currently don't have an equivalent to the file archive for non-PND content, so I think that using a system that allows the community to add content as required seems like a good way to proceed.or just some space on one of EDs web servers wie links in the wiki?As for the non-PND content, perhaps if ED can get the attachment system working a basic file archive page be made in the IP Boards content system?
RewriteRule /(.*) http://repo.openpandora.org/ [R]
Hm, yeah... ScriptAlias comes from mod_alias, and Rewrite from mod_rewrite - I currently have no idea which one takes precedence.Didn't work... maybe because of the cgi-bin (which triggers perl)?RewriteRule /(.*) http://repo.openpandora.org/ [R]
RedirectMatch (.*)$ http://repo.openpandora.org/
Do you mean the file attached to this post ?Attached is the CSV of the PNDs on the filearchive.
Some PNDs are zipped or RARed.
thatgui, could you please use your script to grab and compare those PNDs with the ones we have on the repo and ripped from apps.* as well?
is this a feasible solution for "non pnd content" and pnds that can't be put in the repo ?As for the non-PND content, perhaps if ED can get the attachment system working a basic file archive page be made in the IP Boards content system?