kleinmaetschke / jquery.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jquery.org

Building

Requirements

The xmllint and xsltproc utilities need to be in your path. If you are on Windows, you can get libxml2 and libxslt from GnuWin32.

Build

To build and deploy your changes for previewing in a jquery-wp-content instance, follow the workflow instructions from our documentation on contributing to jQuery Foundation web sites.

Stripe Integration

In order to test the member join page, you will need a Stripe account. Once you've created an account, you'll need to add your test keys to your wp-config.php file in the WordPress install that you're using for jquery-wp-content.

define( 'STRIPE_PUBLIC', 'your-public-key-here' );
define( 'STRIPE_SECRET', 'your-secret-key-here' );

You will also need to create plans in your Stripe account with the following ids: fan-3mo, fan-12mo, friend-3mo, friend-12mo, hero-3mo, hero-12mo. You can enter any information you want for the rest of the plan details, only the id is important for this integration.

About

License:Other


Languages

Language:JavaScript 100.0%