Lang: python
Get the source!
Actions
Recent Pastes
text846557233 (f0nz julio 29, 2010 at 16:58)
FLOWERS (f0nz julio 29, 2010 at 16:27)
THE CAVEMAN (f0nz julio 29, 2010 at 16:36)
STARS (f0nz julio 29, 2010 at 16:49)
cherokee failing to start within a FreeBSD Jail (Wu julio 29, 2010 at 13:41)
TinyHTTPProxy (Wu julio 20, 2010 at 17:43)
some dirty z5 html rendered code (Wu julio 15, 2010 at 19:02)
As per request (MarcosBL julio 09, 2010 at 14:28)
using openssl to test aTLS smtp connection (Wu julio 09, 2010 at 12:25)
tcsh358213545 ( julio 01, 2010 at 18:37)
About
This is the paste site from e-shell.org, my personal website. It is an instance of the CodeSharingZ Zope Product (just take a look at http://zopecode.codigo23.net/wiki/CodeSharingZ to learn more about it). Feel free to paste whatever you want, but notice that all the pastes in here are deleted in a regular basis.
Links
L python
(http://www.python.org)

Sphinx

1 --merge-dst-range <attr> <min> <max> runs the filter range given upon merging. Specifically, as the merge is applied to the destination index (as part of --merge, and is ignored if --merge is not specified), indexer will also filter the documents ending up in the destination index, and only documents will pass through the filter given will end up in the final index. 
2 
3 This could be used for example, in an index where there is a 'deleted' attribute, where 0 means 'not deleted'. Such an index could be merged with: 
4 
5 $ indexer --merge main delta --merge-dst-range deleted 0 0
6 
7 Any documents marked as deleted (value 1) would be removed from the newly-merged destination index. It can be added several times to the command line, to add successive filters to the merge, all of which must be met in order for a document to become part of the final index.
Pasted by MarcosBL on marzo 08, 2010 at 12:11 | Lang: python | (7 lines of code)