forked from Ranchero-Software/NetNewsWire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathToDo.opml
123 lines (123 loc) · 4.75 KB
/
ToDo.opml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<?xml version="1.0" encoding="UTF-8"?>
<opml version="2.0">
<head><!-- <editor scale-mac="1.25">
<sidebar width="203"/>
<column name="text" width="706"/>
</editor> -->
<title>ToDo</title>
<dateCreated>Tue, 12 Sep 2017 20:15:17 GMT</dateCreated>
<expansionState>12,42,45,60,65,67,78,79</expansionState>
<vertScrollState>0</vertScrollState>
<windowTop>614</windowTop>
<windowLeft>59</windowLeft>
<windowRight>791</windowRight>
<windowBottom>1373</windowBottom>
</head>
<body>
<outline text="App">
<outline text="Delete feed from sidebar - with undo support"/>
<outline text="Delete folder from sidebar - with undo support"/>
<outline text="Delete multiple selection from sidebar - with undo support"/>
<outline text="Use new app icon"/>
<outline text="Store colors in accent catalog"/>
<outline text="Restorable state"/>
<outline text="Update current timeline when articles changed (added/removed/modified)"/>
<outline text="Periodic refresh"/>
<outline text="Update Sparkle"/>
<outline text="OPML Import">
<outline text="Accessory view in choose-file sheet for choosing account"/>
<outline text="Import from URL">
<outline text="Sheet with URL text field and account popup"/>
<outline text="Download URL"/>
<outline text="Progress while downloading URL"/>
<outline text="Report error if needed"/>
</outline>
</outline>
<outline text="Commands">
<outline text="Star"/>
<outline text="Toggle sidebar"/>
</outline>
<outline text="Main window">
<outline text="Toolbar">
<outline text="Share menu"/>
</outline>
<outline text="Keyboard navigation between panes"/>
<outline text="Source list">
<outline text="Space out feed list more to match Finder (see text message from Brad)"/>
<outline text="Contextual menu"/>
<outline text="Gear menu"/>
</outline>
<outline text="Timeline">
<outline text="Use NSTextView instead of custom renderer"/>
<outline text="Variable height cells"/>
<outline text="Microblog post detection"/>
<outline text="Microblog post layout"/>
<outline text="Contextual menu"/>
</outline>
<outline text="Detail">
<outline text="Design"/>
</outline>
</outline>
<outline text="Feeds window">
<outline text="Source list"/>
<outline text="Inspector"/>
</outline>
<outline text="Menubar">
<outline text="Wire up commands"/>
<outline text="File"/>
</outline>
</outline>
<outline text="Frameworks">
<outline text="Account">
<outline text="Update feed unread counts at startup"/>
</outline>
<outline text="Database">
<outline text="Update cutoff date periodically"/>
<outline text="Cleanup">
<outline text="Delete old articles, statuses, authors, and attachments"/>
</outline>
<outline text="Tags table">
<outline text="Search on tags using COLLATE NOCASE"/>
</outline>
<outline text="Unit tests">
<outline text="fetching articles"/>
<outline text="fetching unread articles"/>
<outline text="fetching unread counts"/>
<outline text="saving articles"/>
<outline text="saving updated articles"/>
<outline text="mark as read"/>
<outline text="mark as starred"/>
<outline text="mark as userDeleted"/>
<outline text="article.changesFrom(otherArticle)">
<outline text="No changes"/>
<outline text="Related objects changes (should result in empty changes)"/>
<outline text="Date changes, including where dates disappear"/>
<outline text="String changes"/>
</outline>
</outline>
</outline>
<outline text="Data">
<outline text="Make model classes quicklookable"/>
</outline>
<outline text="RSParser">
<outline text="ParsedItem == should compare all properties"/>
<outline text="Parse attachments - Atom"/>
<outline text="Parse attachments - RSS"/>
</outline>
<outline text="RSWebImages">
<outline text="Create"/>
<outline text="Download favicons"/>
<outline text="Download apple touch images"/>
<outline text="Download images from articles"/>
</outline>
<outline text="RSImageCache">
<outline text="Create"/>
</outline>
<outline text="RSFeedFinder">
<outline text="Tests">
<outline text="bitsplitting — don’t get podcast feed"/>
</outline>
</outline>
</outline>
</body>
</opml>