source: web/old/SOURCES.txt @ 30beeab

debianmacno-cupsweb
Last change on this file since 30beeab was 30beeab, checked in by Jessica B. Hamrick <jhamrick@…>, 14 years ago

Remove "gutenbach-" from directory names and rename "gutenbach" to "gutenbach-server"

  • Property mode set to 100644
File size: 3.9 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/sample.css
32sipbmp3web/public/css/style.css
33sipbmp3web/public/images/contentbg.png
34sipbmp3web/public/images/error.png
35sipbmp3web/public/images/header_inner2.png
36sipbmp3web/public/images/headerbg.png
37sipbmp3web/public/images/info.png
38sipbmp3web/public/images/inputbg.png
39sipbmp3web/public/images/loginbg.png
40sipbmp3web/public/images/loginbottombg.png
41sipbmp3web/public/images/loginheader-left.png
42sipbmp3web/public/images/loginheader-right.png
43sipbmp3web/public/images/menu-item-actibg-first.png
44sipbmp3web/public/images/menu-item-actibg.png
45sipbmp3web/public/images/menu-item-border.png
46sipbmp3web/public/images/menubg.png
47sipbmp3web/public/images/ok.png
48sipbmp3web/public/images/pagebg.png
49sipbmp3web/public/images/star.png
50sipbmp3web/public/images/strype2.png
51sipbmp3web/public/images/under_the_hood_blue.png
52sipbmp3web/public/jquery/AUTHORS.txt
53sipbmp3web/public/jquery/GPL-LICENSE.txt
54sipbmp3web/public/jquery/MIT-LICENSE.txt
55sipbmp3web/public/jquery/example.html
56sipbmp3web/public/jquery/jquery-1.3.2.js
57sipbmp3web/public/jquery/jquery-ui-personalized-1.6rc6.js
58sipbmp3web/public/jquery/jquery-ui-personalized-1.6rc6.min.js
59sipbmp3web/public/jquery/version.txt
60sipbmp3web/public/jquery/theme/ui.accordion.css
61sipbmp3web/public/jquery/theme/ui.all.css
62sipbmp3web/public/jquery/theme/ui.base.css
63sipbmp3web/public/jquery/theme/ui.core.css
64sipbmp3web/public/jquery/theme/ui.datepicker.css
65sipbmp3web/public/jquery/theme/ui.dialog.css
66sipbmp3web/public/jquery/theme/ui.progressbar.css
67sipbmp3web/public/jquery/theme/ui.resizable.css
68sipbmp3web/public/jquery/theme/ui.slider.css
69sipbmp3web/public/jquery/theme/ui.tabs.css
70sipbmp3web/public/jquery/theme/ui.theme.css
71sipbmp3web/public/jquery/theme/images/ui-bg_flat_0_aaaaaa_40x100.png
72sipbmp3web/public/jquery/theme/images/ui-bg_flat_75_ffffff_40x100.png
73sipbmp3web/public/jquery/theme/images/ui-bg_glass_55_fbf9ee_1x400.png
74sipbmp3web/public/jquery/theme/images/ui-bg_glass_65_ffffff_1x400.png
75sipbmp3web/public/jquery/theme/images/ui-bg_glass_75_dadada_1x400.png
76sipbmp3web/public/jquery/theme/images/ui-bg_glass_75_e6e6e6_1x400.png
77sipbmp3web/public/jquery/theme/images/ui-bg_glass_95_fef1ec_1x400.png
78sipbmp3web/public/jquery/theme/images/ui-bg_highlight-soft_75_cccccc_1x100.png
79sipbmp3web/public/jquery/theme/images/ui-icons_222222_256x240.png
80sipbmp3web/public/jquery/theme/images/ui-icons_2e83ff_256x240.png
81sipbmp3web/public/jquery/theme/images/ui-icons_454545_256x240.png
82sipbmp3web/public/jquery/theme/images/ui-icons_888888_256x240.png
83sipbmp3web/public/jquery/theme/images/ui-icons_cd0a0a_256x240.png
84sipbmp3web/templates/__init__.py
85sipbmp3web/templates/__init__.pyc
86sipbmp3web/templates/about.html
87sipbmp3web/templates/debug.html
88sipbmp3web/templates/error.html
89sipbmp3web/templates/footer.html
90sipbmp3web/templates/header.html
91sipbmp3web/templates/index.html
92sipbmp3web/templates/master.html
93sipbmp3web/templates/todo.html
94sipbmp3web/tests/__init__.py
95sipbmp3web/tests/test_models.py
96sipbmp3web/tests/functional/__init__.py
97sipbmp3web/tests/functional/test_root.py
98sipbmp3web/widgets/__init__.py
99sipbmp3web/widgets/slider.py
100sipbmp3web/widgets/templates/__init__.py
Note: See TracBrowser for help on using the repository browser.