equal
deleted
inserted
replaced
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 |
1 |
8 mpdot Version 0.1.3 |
2 MPDOT is documented on the Symbian Foundation website. See: |
|
3 http://developer.symbian.org/wiki/index.php/DocTools/MPDOT |
|
4 |
|
5 MPDOT Version 0.1.6 |
|
6 =================== |
|
7 Fixed defect: Updated doctype to latest dtd version (0.6.0). |
|
8 |
|
9 MPDOT Version 0.1.5 |
|
10 =================== |
|
11 Added build directory for MPDOT. Publication is now put in root of out dir. |
|
12 Adding MPDOT macro to common.xml |
|
13 |
|
14 MPDOT Version 0.1.4 |
|
15 =================== |
|
16 Updated script to be compatible with latest DITA C++ Specialisation DTDs (v0.6.0) |
|
17 Added publishing to eclipsehelp format. |
|
18 Changed structure of output (now named output dir (given by user) and a build dir). |
|
19 |
|
20 MPDOT Version 0.1.3 |
9 =================== |
21 =================== |
10 Added quoting on command line for directories that have spaces in them. |
22 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. |
23 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. |
|