aspirepress / AspireSync

Downloads a copy of all plugins from the WordPress ORG directory
MIT License
19 stars 3 forks source link

build metadata from source instead of hitting w.org api #17

Open chuckadams opened 3 weeks ago

chuckadams commented 3 weeks ago

The code that builds metadata can be found here:

chuckadams commented 1 day ago

Checking out the entire svn repos of plugins and themes appears to be too big a job for subversion, which regularly falls on its face in the attempt. For the initial implementation, concentrating on git instead seems the wiser move, and will move us closer toward first-party publishing via packagist. Once that's done, we can expand to include svn, one plugin at a time.