~jaap.karssenberg/zim/pyzim-0.43-backports

« back to all changes in this revision

Viewing changes to tests/formats.py

  • Committer: Jaap Karssenberg
  • Date: 2010-01-09 20:54:09 UTC
  • Revision ID: pardus@cpan.org-20100109205409-v2tafogwi0712g3t
* Fixed parsing utf8 commandline arguments
* Added Creation-Date header for files
* Added title to html links
* Added word count dialog
* Improved pagename completion in various dialogs

Show diffs side-by-side

added added

removed removed

Lines of Context:
279
279
 
280
280
<p>
281
281
IMAGE: <img src="img://../my-image.png" alt="Foo Bar" width="600"><br>
282
 
LINKS: <a href="page://:foo:bar">:foo:bar</a> <a href="file://./file.png">./file.png</a> <a href="file://file:///etc/passwd">file:///etc/passwd</a><br>
283
 
LINKS: <a href="page://Foo">Foo</a><a href="page://Bar">Bar</a><br>
 
282
LINKS: <a href="page://:foo:bar" title=":foo:bar">:foo:bar</a> <a href="file://./file.png" title="./file.png">./file.png</a> <a href="file://file:///etc/passwd" title="file:///etc/passwd">file:///etc/passwd</a><br>
 
283
LINKS: <a href="page://Foo" title="Foo">Foo</a><a href="page://Bar" title="Bar">Bar</a><br>
284
284
</p>
285
285
 
286
286
<p style='padding-left: 30pt'>