mirror of
https://github.com/wassname/wtforms-parsleyjs.git
synced 2026-06-27 18:27:26 +08:00
updates docs with minor stuff
This commit is contained in:
@@ -16,7 +16,7 @@ This library will generate the necesssary HTML attributes from your WTForms vali
|
||||
|
||||
## Installation
|
||||
|
||||
You can install from pypi using
|
||||
You can install from [pypi](https://pypi.python.org/pypi/WTForms-ParsleyJS) using
|
||||
|
||||
`pip install wtforms-parsleyjs`
|
||||
|
||||
@@ -78,4 +78,4 @@ The sample uses the [Flask web framework](http://flask.pocoo.org/docs/) and [Twi
|
||||
|
||||
If you have any improvements or feedback please let me know or send me a pull request.
|
||||
|
||||
The license is MIT.
|
||||
The license is MIT.
|
||||
|
||||
@@ -9,7 +9,7 @@ will allow for more direct user feedback in our forms.
|
||||
This library uses ParsleyJS for this task. ParsleyJS is a popular client side
|
||||
JavaScript validation library. It is configured using specific HTML markup in the forms.
|
||||
|
||||
This library will generate these tags from your WTForms validators.
|
||||
This library will generate these attributes from your WTForms validators.
|
||||
|
||||
For more information consult the README.md in the Github repository at
|
||||
https://github.com/johannes-gehrs/wtforms-parsleyjs
|
||||
@@ -24,7 +24,7 @@ setup(
|
||||
license='MIT',
|
||||
author='Johannes Gehrs',
|
||||
author_email='jgehrs@gmail.com',
|
||||
description='Generate client side, parsley.js validation tags automatically '
|
||||
description='Generate client side, parsley.js validation attributes automatically '
|
||||
'from WTForms server side validators.',
|
||||
long_description=__doc__,
|
||||
py_modules = ['run_sample'],
|
||||
@@ -44,4 +44,4 @@ setup(
|
||||
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules'
|
||||
]
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user