-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslimfeed.e4p
61 lines (61 loc) · 2.06 KB
/
slimfeed.e4p
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Project SYSTEM "Project-4.6.dtd">
<!-- eric4 project file for project slimfeed -->
<!-- Saved: 2011-03-02, 23:04:12 -->
<!-- Copyright (C) 2011 Andreas Pakulat, [email protected] -->
<Project version="4.6">
<Language>en</Language>
<ProgLanguage mixed="0">Python</ProgLanguage>
<ProjectType>Qt4</ProjectType>
<Description>Small and fast feed reader</Description>
<Version>0.1</Version>
<Author>Andreas Pakulat</Author>
<Email>[email protected]</Email>
<Sources>
<Source>slimfeed.py</Source>
<Source>feedmodel.py</Source>
<Source>entrymodel.py</Source>
<Source>feedmanager.py</Source>
<Source>feedparserfactory.py</Source>
<Source>tests/test_entrymodel.py</Source>
<Source>tests/test_entry.py</Source>
<Source>tests/storemock.py</Source>
<Source>tests/test_feedmodel.py</Source>
<Source>tests/run.py</Source>
<Source>tests/test_feedparserfactory.py</Source>
<Source>tests/test_feedmanager.py</Source>
<Source>tests/modeltest/modeltest.py</Source>
<Source>tests/test_feed.py</Source>
<Source>initsip.py</Source>
<Source>entry.py</Source>
<Source>feed.py</Source>
<Source>__init__.py</Source>
</Sources>
<Forms>
<Form>addfeeddlg.ui</Form>
<Form>slimfeed.ui</Form>
</Forms>
<Translations>
</Translations>
<Resources>
</Resources>
<Interfaces>
</Interfaces>
<Others>
</Others>
<MainScript>slimfeed.py</MainScript>
<Vcs>
<VcsType>None</VcsType>
</Vcs>
<FiletypeAssociations>
<FiletypeAssociation pattern="*.ui" type="FORMS" />
<FiletypeAssociation pattern="*.idl" type="INTERFACES" />
<FiletypeAssociation pattern="*.qm" type="TRANSLATIONS" />
<FiletypeAssociation pattern="*.ptl" type="SOURCES" />
<FiletypeAssociation pattern="*.pyw" type="SOURCES" />
<FiletypeAssociation pattern="*.ui.h" type="FORMS" />
<FiletypeAssociation pattern="*.ts" type="TRANSLATIONS" />
<FiletypeAssociation pattern="*.py" type="SOURCES" />
<FiletypeAssociation pattern="*.qrc" type="RESOURCES" />
</FiletypeAssociations>
</Project>