wok-stable view cherokee/stuff/r5734-get-rid-of-package-py.patch @ rev 7226

Add cherokee. A very fast, fiexiable and easy to configure Web Server.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Nov 11 21:14:20 2010 +0000 (2010-11-11)
parents
children
line source
1 Index: /cherokee/trunk/admin/market/Makefile.am
2 ===================================================================
3 --- /cherokee/trunk/admin/market/Makefile.am (revision 5670)
4 +++ /cherokee/trunk/admin/market/Makefile.am (revision 5734)
5 @@ -7,5 +7,4 @@
6 Install_Log.py \
7 Menu.py \
8 -Package.py \
9 PageApp.py \
10 PageCategory.py \
11 Index: /erokee/trunk/admin/market/Package.py
12 ===================================================================
13 --- /cherokee/trunk/admin/market/Package.py (revision 5460)
14 +++ (revision )
15 @@ -1,34 +1,0 @@
16 -# -*- coding: utf-8 -*-
17 -#
18 -# Cherokee-admin
19 -#
20 -# Authors:
21 -# Alvaro Lopez Ortega <alvaro@alobbs.com>
22 -#
23 -# Copyright (C) 2001-2010 Alvaro Lopez Ortega
24 -#
25 -# This program is free software; you can redistribute it and/or
26 -# modify it under the terms of version 2 of the GNU General Public
27 -# License as published by the Free Software Foundation.
28 -#
29 -# This program is distributed in the hope that it will be useful,
30 -# but WITHOUT ANY WARRANTY; without even the implied warranty of
31 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
32 -# GNU General Public License for more details.
33 -#
34 -# You should have received a copy of the GNU General Public License
35 -# along with this program; if not, write to the Free Software
36 -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
37 -# 02110-1301, USA.
38 -#
39 -
40 -class Package_Install_Widget (CTK.Box):
41 - def __init__ (self, package_local_path):
42 - Box.__init__ (self)
43 -
44 - self.status_uncompress = CTK.ImageStock('loading')
45 - self.status_setup = CTK.ImageStock('loading')
46 -
47 - table = CTK.Table()
48 - table += [CTK.RawHTML ("Uncompress"),
49 -