source: trunk/MANIFEST @ 242

Last change on this file since 242 was 242, checked in by nanardon, 15 years ago
  • rename Vote module to Epoll (#16)
File size: 3.2 KB
Line 
1Authors
2Changes
3control/md5sum
4epoll.spec.in
5inc/Module/AutoInstall.pm
6inc/Module/Install.pm
7inc/Module/Install/AutoInstall.pm
8inc/Module/Install/Base.pm
9inc/Module/Install/Can.pm
10inc/Module/Install/Catalyst.pm
11inc/Module/Install/Fetch.pm
12inc/Module/Install/Include.pm
13inc/Module/Install/Makefile.pm
14inc/Module/Install/Metadata.pm
15inc/Module/Install/Scripts.pm
16inc/Module/Install/Win32.pm
17inc/Module/Install/WriteAll.pm
18lib/Epoll.pm
19lib/Epoll/Controller/Admin.pm
20lib/Epoll/Controller/Ballot.pm
21lib/Epoll/Controller/Newpoll.pm
22lib/Epoll/Controller/Root.pm
23lib/Epoll/Controller/Vote.pm
24lib/Epoll/DB.pm
25lib/Epoll/DB/common.pm
26lib/Epoll/DB/Poll.pm
27lib/Epoll/DB/Poll/Results.pm
28lib/Epoll/DB/Poll/Bdata.pm
29lib/Epoll/DB/Voting.pm
30lib/Epoll/DB/Ballot.pm
31lib/Epoll/DB/Choice.pm
32lib/Epoll/Model/Vote.pm
33lib/Epoll/Template/Plugin/Mail.pm
34lib/Epoll/View/Mail.pm
35lib/Epoll/View/TT.pm
36lib/Epoll/View/Latex.pm
37Makefile.PL
38MANIFEST                        This list of files
39META.yml
40README
41root/favicon.ico
42root/static/images/blue-h.png
43root/static/images/blue-v.png
44root/static/images/btn_120x50_built.png
45root/static/images/btn_120x50_built_shadow.png
46root/static/images/btn_120x50_powered.png
47root/static/images/btn_120x50_powered_shadow.png
48root/static/images/btn_88x31_built.png
49root/static/images/btn_88x31_built_shadow.png
50root/static/images/btn_88x31_powered.png
51root/static/images/btn_88x31_powered_shadow.png
52root/static/images/catalyst_logo.png
53root/static/images/green-h.png
54root/static/images/green-v.png
55root/static/images/red-h.png
56root/static/images/red-v.png
57root/static/images/yellow-h.png
58root/static/images/yellow-v.png
59root/static/js/CalendarPopup.js
60root/static/vote.css
61root/mail/poll_request.tt
62root/mail/ballot_confirm.tt
63root/mail/voting_passwd.tt
64root/latex/includes/header.tt
65root/latex/includes/footer.tt
66root/latex/includes/voting.tt
67root/latex/includes/ballot.tt
68root/latex/includes/info.tt
69root/latex/poll_report.tt
70root/latex/poll_results.tt
71root/templates/admin/default.tt
72root/templates/admin/denied.tt
73root/templates/admin/index.tt
74root/templates/admin/login.tt
75root/templates/includes/admin_menu.tt
76root/templates/admin/voting.tt
77root/templates/admin/includes/poll_settings.tt
78root/templates/admin/includes/ballot_validation.tt
79root/templates/admin/includes/ballot_decrypt.tt
80root/templates/ballot/closed.tt
81root/templates/ballot/default.tt
82root/templates/ballot/done.tt
83root/templates/ballot/index.tt
84root/templates/ballot/login.tt
85root/templates/ballot/signed.tt
86root/templates/default.tt
87root/templates/includes/ballot_form.tt
88root/templates/includes/footer.tt
89root/templates/includes/header.tt
90root/templates/includes/poll.tt
91root/templates/includes/poll_results.tt
92root/templates/includes/poll_running.tt
93root/templates/includes/signing_list.tt
94root/templates/newpoll/default.tt
95root/templates/newpoll/index.tt
96root/templates/newpoll/norequest.tt
97root/templates/newpoll/request.tt
98root/templates/vote/default.tt
99script/epoll_cgi.pl
100script/epoll_create.pl
101script/epoll_fastcgi.pl
102script/epoll_server.pl
103script/epoll_test.pl
104sql/postgres.dump
105t/01app.t
106t/02pod.t
107t/03podcoverage.t
108t/10Epoll_DB.t
109t/11Epoll_DB_crypted.t
110t/20Epoll_Web.t
111t/controller_Admin.t
112t/controller_Ballot.t
113t/controller_Newpoll.t
114t/controller_Epoll.t
115t/model_Epoll.t
116t/view_Mail.t
117t/view_TT.t
118epoll.yml.example
119LICENCES
120CeCILL.txt
Note: See TracBrowser for help on using the repository browser.