Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/online_check/stdnum.wsgi
Commit message (Collapse)AuthorAgeFilesLines
* Extend number properties to show in online checkArthur de Jong2023-01-021-6/+10
| | | | This also ensures that flake8 is run on the WSGI script.
* Switch to escape() from htmlArthur de Jong2022-10-231-5/+6
| | | | The function was removed from the cgi module in Python 3.8.
* Switch to parse_qs() from urllib.parseArthur de Jong2022-10-231-2/+2
| | | | The function was removed from the cgi module in Python 3.8.
* Fix online check to be Python 3 compatibleArthur de Jong2020-01-191-2/+7
|
* Fix encoding issues in online checkArthur de Jong2018-05-011-12/+12
| | | | | This ensures that all text is unicode internally and encoded to UTF-8 on response.
* Ensure API requests are cached separatelyArthur de Jong2018-04-101-3/+7
| | | | | | This ensures that requests that browsers make using XMLHttpRequest (they set the X-Requested-With header) are cached separately from normal requests.
* Change output of online lookupsArthur de Jong2017-11-261-2/+2
| | | | This puts the number before the number name to make it a little clearer.
* Correctly escape number for use in attributeArthur de Jong2017-11-261-1/+1
|
* Include search term in online formArthur de Jong2017-07-111-1/+4
| | | | | This also makes the Javascript regular expression used for highlighting links the same as the Python equivalent.
* Show possible conversions in online checkArthur de Jong2017-04-131-3/+23
| | | | | This shows possible converted values. For example it will show ISBN13 conversions for ISBN10 values.
* Add simple online check exampleArthur de Jong2017-04-101-0/+87
This adds the code that is used to find formats for which a supplied number is valid. This is the code that is used on https://arthurdejong.org/python-stdnum/check/