Changeset 1162
- Timestamp:
- 05/26/08 15:14:15 (5 months ago)
- Location:
- trunk
- Files:
-
- 6 modified
-
Changes (modified) (1 diff)
-
examples/reindex.pl (modified) (1 diff)
-
newpage.cgi (modified) (1 diff)
-
preferences.cgi (modified) (1 diff)
-
search.cgi (modified) (1 diff)
-
wiki.cgi (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Changes
r1141 r1162 13 13 Include map link URLs in RDF output. (#26) 14 14 Hide historic versions of nodes from search engines. (#207) 15 Install signal handlers in reindex.pl and CGI scripts to allow 16 temporary files (eg from Plucene) to be cleaned up. (#247) 15 17 16 18 0.61 4 July 2007 -
trunk/examples/reindex.pl
r604 r1162 3 3 use strict; 4 4 use warnings; 5 use sigtrap die => 'normal-signals'; 5 6 6 7 use OpenGuides::Config; -
trunk/newpage.cgi
r1086 r1162 3 3 use warnings; 4 4 use strict; 5 use sigtrap die => 'normal-signals'; 5 6 6 7 use CGI; -
trunk/preferences.cgi
r1085 r1162 3 3 use warnings; 4 4 use strict; 5 use sigtrap die => 'normal-signals'; 5 6 6 7 use CGI; -
trunk/search.cgi
r716 r1162 3 3 use warnings; 4 4 use strict; 5 use sigtrap die => 'normal-signals'; 5 6 6 7 use CGI; -
trunk/wiki.cgi
r1142 r1162 3 3 use strict; 4 4 use warnings; 5 use sigtrap die => 'normal-signals'; 5 6 6 7 use vars qw( $VERSION );
