You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tqt3/examples/xml/outliner/todos.opml

56 lines
1.8 KiB

<?xml version="1.0" encoding="ISO-8859-1"?>
<opml version="1.0">
<head>
<title>Todo List</title>
<dateCreated>Tue, 31 Oct 2000 17:00:17 CET</dateCreated>
<dateModified>Tue, 31 Oct 2000 17:00:17 CET</dateModified>
<ownerName>Arthur Dent</ownerName>
<ownerEmail>info@trolltech.com</ownerEmail>
</head>
<body>
<outline text="Background">
<outline text="This is an example todo list."/>
</outline>
<outline text="Books to read">
<outline text="Science Fiction">
<outline text="Philip K. Dick">
<outline text="Do Androids Dream of Electical Sheep?"/>
<outline text="The Three Stigmata of Palmer Eldritch"/>
</outline>
<outline text="Robert A. Heinlein">
<outline text="Stranger in a Strange Land"/>
</outline>
<outline text="Isaac Asimov">
<outline text="Foundation and Empire"/>
</outline>
</outline>
<outline text="TQt Books (in English)">
<outline text="Blanchette &amp; Summerfield: C++ GUI Programming with TQt 3"/>
<outline text="Dalheimer: Programming with Qt"/>
<outline text="Griffith: KDE 2/Qt Programming Bible"/>
<outline text="Hughes: Linux Rapid Application Development"/>
<outline text="Solin: TQt Programming in 24 hours"/>
<outline text="Ward: TQt 2 Programming for Linux and Windows 2000"/>
</outline>
</outline>
<outline text="Shopping list">
<outline text="General">
<outline text="Towel"/>
<outline text="Hair dryer"/>
<outline text="Underpants"/>
</outline>
<outline text="For Sunday">
<outline text="Beef"/>
<outline text="Rice"/>
<outline text="Carrots"/>
<outline text="Beans"/>
<outline text="Beer"/>
<outline text="Wine"/>
<outline text="Orange juice"/>
</outline>
</outline>
<outline text="Write a letter to Ford">
</outline>
</body>
</opml>