source: gutenbach-web/SOURCES.txt @ 973dd91

debianmacno-cupsweb
Last change on this file since 973dd91 was 973dd91, checked in by Edward Z. Yang <edwardzyang@…>, 15 years ago

Initial commit.

Signed-off-by: Edward Z. Yang <edwardzyang@…>

  • Property mode set to 100644
File size: 2.1 KB
Line 
1MANIFEST.in
2README.txt
3setup.cfg
4setup.py
5sipbmp3_web.egg-info/PKG-INFO
6sipbmp3_web.egg-info/SOURCES.txt
7sipbmp3_web.egg-info/dependency_links.txt
8sipbmp3_web.egg-info/entry_points.txt
9sipbmp3_web.egg-info/paster_plugins.txt
10sipbmp3_web.egg-info/requires.txt
11sipbmp3_web.egg-info/top_level.txt
12sipbmp3web/__init__.py
13sipbmp3web/websetup.py
14sipbmp3web/config/__init__.py
15sipbmp3web/config/app_cfg.py
16sipbmp3web/config/environment.py
17sipbmp3web/config/middleware.py
18sipbmp3web/controllers/__init__.py
19sipbmp3web/controllers/error.py
20sipbmp3web/controllers/root.py
21sipbmp3web/controllers/secure.py
22sipbmp3web/controllers/template.py
23sipbmp3web/i18n/ru/LC_MESSAGES/sipbmp3web.po
24sipbmp3web/lib/__init__.py
25sipbmp3web/lib/app_globals.py
26sipbmp3web/lib/base.py
27sipbmp3web/lib/helpers.py
28sipbmp3web/model/__init__.py
29sipbmp3web/model/auth.py
30sipbmp3web/public/favicon.ico
31sipbmp3web/public/css/style.css
32sipbmp3web/public/images/contentbg.png
33sipbmp3web/public/images/error.png
34sipbmp3web/public/images/header_inner2.png
35sipbmp3web/public/images/headerbg.png
36sipbmp3web/public/images/info.png
37sipbmp3web/public/images/inputbg.png
38sipbmp3web/public/images/loginbg.png
39sipbmp3web/public/images/loginbottombg.png
40sipbmp3web/public/images/loginheader-left.png
41sipbmp3web/public/images/loginheader-right.png
42sipbmp3web/public/images/menu-item-actibg-first.png
43sipbmp3web/public/images/menu-item-actibg.png
44sipbmp3web/public/images/menu-item-border.png
45sipbmp3web/public/images/menubg.png
46sipbmp3web/public/images/ok.png
47sipbmp3web/public/images/pagebg.png
48sipbmp3web/public/images/star.png
49sipbmp3web/public/images/strype2.png
50sipbmp3web/public/images/under_the_hood_blue.png
51sipbmp3web/templates/__init__.py
52sipbmp3web/templates/about.html
53sipbmp3web/templates/authentication.html
54sipbmp3web/templates/debug.html
55sipbmp3web/templates/error.html
56sipbmp3web/templates/footer.html
57sipbmp3web/templates/header.html
58sipbmp3web/templates/index.html
59sipbmp3web/templates/login.html
60sipbmp3web/templates/master.html
61sipbmp3web/templates/sidebars.html
62sipbmp3web/tests/__init__.py
63sipbmp3web/tests/test_models.py
64sipbmp3web/tests/functional/__init__.py
65sipbmp3web/tests/functional/test_root.py
Note: See TracBrowser for help on using the repository browser.