| /[pcsclite]/website/matrix.py |
Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Revision: |
Some more pylint improvements
Use longer variables names to please pylint
Add comments
Add release 1.4.4
Add a "limitations" field for "No extended APDU" status
Fix PEP8 warning
Add $Id$ tag
Add release 1.4.3 to history
Convert to html only when writting the table. templayer already does the convertion to html codes for & and "
Update copyright date
Add support of "release" field also for the second interface of a multi-interface reader
Add release 1.4.2 in revision history
Fix a pylint warning W:494:generate_table: Redefining built-in 'file'
Fix a pylint warning C:561:release2int: Missing docstring
Fix a pylint warning C:404:add_line: Missing docstring
Fix a pylint warning W:167:check_list: No exception type(s) specified
Fix typo in parameter name spotted by pylint W: 67:parse_reader: Unused argument 'patch'
Comment pretty print usage
Include the copyrigth statement in a docstring to increase the pylint score
Parse .txt with 2 interfaces like the Gemalto ProxDU
Fix PEP8 warnings
Add a add_line() function to later factorize code
Display the features as a string instead of a Python list
Always add a 'features' entry for each reader with an empty list
Use the .txt files from the "current" directory instead of trunk
Add iInterface field in the matrix
Add release 1.4.1 in the history
Add a "disabled" category
Do not play with image visibility since it also has side effects on the icons images at the bottom of the page
Add HTML and CSS validator buttons
Do not convert ' in ' since ' is valid only for XHTML
Move the generated html files in ccid/
check_descriptions(): compare integer values instead of strings to be case insensitive in the hex notation
add check_descriptions() to list readers mentionned in supported_readers.txt but without a .txt descriptor
escape the HTML tags in the "note" and other fields
Add flattr links
Use a darker color for odd lines of the matrix
Define supported, shouldwork and unsupported colors in matrix.css instead of hardcoding them using bgcolor=""
add release 1.4.0 in SVN history
print a message instead of raising an exception if a reader is not found in the ChangeLog file
Correctly get the release including support for a given reader. Also support the "SVN" release for not yet released version
add revision "1.3.13" to history
correctly handle reader present in no version
correctly sort the release numbers
add the CCID release with supporting each reader
pep8 (mostly) clean
add ICCD to the features field for ICCD devices
change DTD type to generate valid pages
use matrix.css
new google-analytics code
add a 'note' column
add an image column and correct HTML warnings
simplify check_supported() display
display the list instead of raising a exception if some readers are not listed in a .ini file
add a function to check that all .txt files are mentionned in supported_readers.txt
add a # column
add a features column
display the reader image when the mouse is over the manufacturer name
sort dwMaxCCIDMessageLength using its numerical value
the sorted fields is in at the first column
correctly sort numerical fields
add documentation and title
add date/time of generation
hack to sort in the order supported, shouldwork, unsupported
generate all the web page tables with all the fields values
add comments and simplify code
generate one big table
manage features as a list
add PIN Verification/Modification in the Features
add a CSS for each section
add a link to the USB descriptor
use only 1 template page for all the 3 generated webpages
add shouldwork and unsupported web pages generation
create a generic generate_page()
add a reference name to each reader and autoreference them
add Features: layer
add Manufacturer URL link
remove parse_note()
add note support
do not link to an URL if the reader has none
generate web pages
split readers.ini in 3 different files and populate them
use ConfigParser to parse the reader list
check_list(): raise an exception if some readers are not listed in readers.txt
check all readers are listed
add a parse_all() function
matrix.py: generate a matrix of all readers characteristics
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |