File: control

package info (click to toggle)
zope-btreefolder2 1.0.2-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 112 kB
  • ctags: 86
  • sloc: python: 565; makefile: 31; sh: 2
file content (26 lines) | stat: -rw-r--r-- 1,167 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: zope-btreefolder2
Section: web
Priority: optional
Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers@lists.alioth.debian.org>
Uploaders: Fabio Tranchitella <kobold@debian.org>
Build-Depends: debhelper (>= 5.0.0)
Build-Depends-Indep: zope-debhelper (>= 0.3.2.7)
Standards-Version: 3.7.2

Package: zope-btreefolder2
Architecture: all
Depends: ${zope:Depends}
Description: zope folder that can efficiently contain many objects
 When you fill a Zope 2.x folder with too many objects, both Zope and
 your browser can get overwhelmed. Zope has to load and store a large
 folder object, and the browser has to render large HTML tables
 repeatedly. Zope 2.x can store a lot of objects, but it has trouble
 storing a lot of objects in a single standard Zope folder.
 .
 BTreeFolder2 solves this problem by storing the objects in Zope ZODB
 BTrees, structures that can hold numerous items without loading them
 all into memory at once, and by using more efficient HTML to render
 the folder's contents in the Zope management interface.
 .
 You, or other zope products, should be able to use a BTreeFolder2
 anywhere you would normally use a standard Zope folder.