pike.git
/
lib
/
modules
/
Search.pmod
/
Filter.pmod
/
Base.pike
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/lib/modules/Search.pmod/Filter.pmod/Base.pike:1:
// This file is part of Roxen Search // Copyright © 2001 Roxen IS. All rights reserved. //
-
// $Id: Base.pike,v 1.
8
2001/
06
/
28
12
:
16
:
43
js Exp $
+
// $Id: Base.pike,v 1.
9
2001/
08
/
01
15
:
52
:
24
js Exp $
//! The MIME content types this class can filter. constant contenttypes = ({ }); class Output { // Wide strings here mapping(string:string) fields=([]);
-
// body
_normal
-
// body_medium
-
// body_big
-
//
title, description, keywords
+
// body
,
title, description, keywords
int document_size; mapping(string:string) uri_anchors=([]); // Maps un-normalized URLs to raw text // ([ "http://www.roxen.com": "the Roxen web-server" ]) array(Standards.URI|string) links=({}); void fix_relative_links(Standards.URI base_uri)