The jQuery Plugins site, http://plugins.jquery.com/
How it works
The plugins site is an index of GitHub repositories that contain jQuery plugins. The repositories can contain one or many jQuery plugin with an accompanying valid jquery.json manifest files in the repository root. The specification for this file is in docs/manifest.md.
How to list a plugin
Simply add a post-receive hook to your repository with our web hook url, http://plugins.jquery.com/_update.
Warning: This is not yet functional!
Development
Requires
- jQuery's web-base-template
- Web server (such as Apache)
- PHP
- MySQL
- WordPress
- node
- git
Installation
web-base-template
- Follow the installation steps for web-base-template.
Install node >=0.6.4
plugins.jquery.com setup
-
git clone git@github.com:jquery/plugins.jquery.com.git -
cd plugins.jquery.com -
npm install -
cp config-sample.json config.json -
Edit config.json
- Set
wordpressproperties to contain a valid username and password for the WordPress site.
- Set
-
grunt setup
Running the site
node scripts/manager.js