https://github.com/jquery-validation/validation-content
Content for jQuery Validation Plugin website and official docs
https://github.com/jquery-validation/validation-content
Last synced: 10 months ago
JSON representation
Content for jQuery Validation Plugin website and official docs
- Host: GitHub
- URL: https://github.com/jquery-validation/validation-content
- Owner: jquery-validation
- License: other
- Created: 2013-05-12T17:38:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T11:24:43.000Z (over 1 year ago)
- Last Synced: 2025-01-13T11:50:53.731Z (12 months ago)
- Language: HTML
- Homepage: https://jqueryvalidation.org/
- Size: 210 KB
- Stars: 16
- Watchers: 7
- Forks: 30
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT.txt
Awesome Lists containing this project
README
jqueryvalidation-content
========================
## 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.
* Install [WordPress](http://wordpress.org/download/)
* Install [jqueryvalidation-theme](https://github.com/jzaefferer/validation-theme) - clone that repo, then symlink it into your `wp-content/themes` folder
* Install [gilded-wordpress plugin](https://raw.githubusercontent.com/scottgonzalez/gilded-wordpress/v1.0.0/gilded-wordpress.php)
* Install [jquery-static-index plugin](https://raw.githubusercontent.com/jquery/jquery-wp-content/v4.0.1/plugins/jquery-static-index.php)
### Installation
In this repo:
* Make sure nodejs (with npm) is installed, otherwise install from nodejs.org
* `cp config-sample.json config.json`, edit config.json to match login for local WordPress
* run `npm install -g grunt-cli`
* run `npm install`
### Hacks
* Make sure your local `wordpress` nodejs module contains [this commit](https://github.com/scottgonzalez/node-wordpress/commit/2b19238cf8064dafb66b9db09d0adcc9eac7f724)
* Make sure your local config contains
* rpc-auth and basic-auth credentials
* a https jqueryvalidation url
### Deploy
`grunt deploy`