mpdot/RELEASE.txt
changeset 2 932c358ece3e
child 4 468f4c8d3d5b
equal deleted inserted replaced
1:82f11024044a 2:932c358ece3e
       
     1 linkchecker Version 0.1.5
       
     2 =========================
       
     3 Added shelve support for working with large data sets. This stores everything
       
     4 on the file system so uses minimal memory (10MB or so). It takes 50% longer
       
     5 to read and about 12x longer to analyse (there are some obvious optimisations
       
     6 that could be made in that code area however).
       
     7 
       
     8 mpdot Version 0.1.3
       
     9 ===================
       
    10 Added quoting on command line for directories that have spaces in them.
       
    11 Added format="html" to DitamapLinkConverter converted html links for DITA-OT compatibility.
       
    12 
       
    13 
       
    14 Known issues
       
    15 ============
       
    16 
       
    17 Url checking
       
    18 ------------
       
    19 Needs the proxy settings adding so that external URLs can be checked.
       
    20 External URL checking has to be unit tested.
       
    21 
       
    22 ID checking
       
    23 -----------
       
    24 Currently IDs are not checked that they conform to NMTOKEN constraints.
       
    25 
       
    26 Error codes
       
    27 -----------
       
    28 The error codes listed in the linkchecker have not all yet been implemented.