updates docs with minor stuff

This commit is contained in:
Johannes Gehrs
2013-08-30 17:45:33 +02:00
parent 942e06e188
commit 878a710651
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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.
+3 -3
View File
@@ -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'
]
)
)