source: trunk/MANIFEST @ 114

Last change on this file since 114 was 108, checked in by nanardon, 15 years ago
  • obfuscate mail in voting list (#17)
File size: 2.3 KB
Line 
1Changes
2epoll.spec.in
3inc/Module/AutoInstall.pm
4inc/Module/Install.pm
5inc/Module/Install/AutoInstall.pm
6inc/Module/Install/Base.pm
7inc/Module/Install/Can.pm
8inc/Module/Install/Catalyst.pm
9inc/Module/Install/Fetch.pm
10inc/Module/Install/Include.pm
11inc/Module/Install/Makefile.pm
12inc/Module/Install/Metadata.pm
13inc/Module/Install/Scripts.pm
14inc/Module/Install/Win32.pm
15inc/Module/Install/WriteAll.pm
16lib/Vote.pm
17lib/Vote/Controller/Admin.pm
18lib/Vote/Controller/Ballot.pm
19lib/Vote/Controller/Newpoll.pm
20lib/Vote/Controller/Root.pm
21lib/Vote/Controller/Vote.pm
22lib/Vote/Model/Vote.pm
23lib/Vote/Template/Plugin/Mail.pm
24lib/Vote/View/TT.pm
25Makefile.PL
26MANIFEST                        This list of files
27META.yml
28README
29root/favicon.ico
30root/static/images/blue-h.png
31root/static/images/blue-v.png
32root/static/images/btn_120x50_built.png
33root/static/images/btn_120x50_built_shadow.png
34root/static/images/btn_120x50_powered.png
35root/static/images/btn_120x50_powered_shadow.png
36root/static/images/btn_88x31_built.png
37root/static/images/btn_88x31_built_shadow.png
38root/static/images/btn_88x31_powered.png
39root/static/images/btn_88x31_powered_shadow.png
40root/static/images/catalyst_logo.png
41root/static/images/green-h.png
42root/static/images/green-v.png
43root/static/images/red-h.png
44root/static/images/red-v.png
45root/static/images/yellow-h.png
46root/static/images/yellow-v.png
47root/static/js/CalendarPopup.js
48root/static/vote.css
49root/templates/admin/default.tt
50root/templates/admin/denied.tt
51root/templates/admin/index.tt
52root/templates/admin/login.tt
53root/templates/ballot/closed.tt
54root/templates/ballot/default.tt
55root/templates/ballot/done.tt
56root/templates/ballot/index.tt
57root/templates/ballot/login.tt
58root/templates/ballot/signed.tt
59root/templates/default.tt
60root/templates/includes/footer.tt
61root/templates/includes/header.tt
62root/templates/includes/poll.tt
63root/templates/includes/poll_results.tt
64root/templates/includes/poll_running.tt
65root/templates/includes/signing_list.tt
66root/templates/newpoll/default.tt
67root/templates/newpoll/index.tt
68root/templates/newpoll/request.tt
69root/templates/vote/default.tt
70script/vote_cgi.pl
71script/vote_create.pl
72script/vote_fastcgi.pl
73script/vote_server.pl
74script/vote_test.pl
75sql/postgres.dump
76t/01app.t
77t/02pod.t
78t/03podcoverage.t
79t/controller_Admin.t
80t/controller_Ballot.t
81t/controller_Newpoll.t
82t/controller_Vote.t
83t/model_Vote.t
84t/view_TT.t
85vote.yml.example
Note: See TracBrowser for help on using the repository browser.