API:EPrints/Apache/VLit
EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects
Latest Source Code (3.4, 3.3) | Revision Log | Before editing this page please read Pod2Wiki
Contents
- 1 NAME
- 2 DESCRIPTION
- 2.1 $rc = EPrints::Apache::VLit::handler( $r )
- 2.2 EPrints::Apache::VLit::send_http_error( $code, $message )
- 2.3 EPrints::Apache::VLit::send_http_header( $type )
- 2.4 EPrints::Apache::VLit::ls_charrange( $filename, $param, $locspec, $r, $baseurl, $args )
- 2.5 EPrints::Apache::VLit::ls_area( $file, $param, $resspec, $r, $baseurl, $args )
- 2.6 EPrints::Apache::VLit::cache_file( $resspec, $param )
- 3 SEE ALSO
- 4 COPYRIGHT
NAME
EPrints::Apache::VLit - VLit Transclusion Module
DESCRIPTION
This module is consulted when any document file is served. It allows subsets of the whole to be served.
This is an experimental feature. It may be turned off in the configuration if you object to it for some reason.
$rc = EPrints::Apache::VLit::handler( $r )
Handler for managing EPrints VLit requests.
EPrints::Apache::VLit::send_http_error( $code, $message )
Generates and prints VLit error message page with HTTP error $code and $message provided.
EPrints::Apache::VLit::send_http_header( $type )
Generates HTTP header part of VLit response with content type $type.
EPrints::Apache::VLit::ls_charrange( $filename, $param, $locspec, $r, $baseurl, $args )
Generate VLit response for a specific character range in a particular file.
EPrints::Apache::VLit::ls_area( $file, $param, $resspec, $r, $baseurl, $args )
Generate VLit response for a specific page area in a particular file.
EPrints::Apache::VLit::cache_file( $resspec, $param )
Cache file for VLit request.
SEE ALSO
https://wiki.eprints.org/w/VLit
COPYRIGHT
© Copyright 2000-2024 University of Southampton.
EPrints 3.4 is supplied by EPrints Services.
http://www.eprints.org/eprints-3.4/
LICENSE
This file is part of EPrints 3.4 http://www.eprints.org/.
EPrints 3.4 and this file are released under the terms of the GNU Lesser General Public License version 3 as published by the Free Software Foundation unless otherwise stated.
EPrints 3.4 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with EPrints 3.4. If not, see http://www.gnu.org/licenses/.