You are not logged in Log in Join
You are here: Home » Collectors » NEW Zope.org (the website) » Missing publisher-profile-file option in config file » collector_issue_contents

Log in
Name

Password

 
 
Issue 261 of NEW Zope.org (the website) [ZOC]
Title: Missing publisher-profile-file option in config file
Status: Pending Security related: No
Description: Missing publisher-profile-file option in configuration file (replaced by duplicate of structured-text-header-level option). >*** skel/etc/zope.conf....
From: Adam Karpierz on: Sep 30, 03 04:52
Anonymous User Last update: Oct 23, 03 13:53
Topic/class: system/bug Importance: medium
Version info: 2.7.0-b2
Issue 261 Transcript
1 entry
= Request - Entry #1 by Anonymous User on Sep 30, 2003 4:52 am

Missing publisher-profile-file option in configuration file (replaced by duplicate of
structured-text-header-level option).

>*** skel/etc/zope.conf.in.org Wed Aug 20 23:49:38 2003
>--- skel/etc/zope.conf.in Tue Sep 30 10:23:49 2003
>***************
>*** 272,278 ****
> # lock-filename /home/chrism/projects/sessions/var/Z2.lock
>
>
>-
> # Directive: structured-text-header-level
> #
> # Description:
>--- 272,277 ----
>***************
>*** 286,303 ****
> #
> # structured-text-header-level 1
>
>! # Directive: structured-text-header-level
> #
> # Description:
>! # Set the default starting HTML header level for structured text
>! # documents. The default is 3, which implies that top-level headers
>! # will be created with an <H3> tag.
> #
>! # Default: 3
> #
> # Example:
> #
>! # structured-text-header-level 1
>
>
> # Directive: rest-input-encoding
>--- 285,303 ----
> #
> # structured-text-header-level 1
>
>!
>! # Directive: publisher-profile-file
> #
> # Description:
>! # Causing this directive to point to a file on the filesystem will
>! # cause Zope's profiling capabilities to be enabled. For more
>! # information, see the Debug -> Profiling tab of the Control_Panel.
> #
>! # Default: unset
> #
> # Example:
> #
>! # publisher-profile-file /home/chrism/projects/sessions/var/profile.dat
>
>
> # Directive: rest-input-encoding