/**
*
* $Id: constants.txt,v 1.2 2008/02/19 12:51:46 ry30 Exp $
*
*/
pt {
#cat = plugin.pt_abs [CONFIG] /enable; type = boolean; label = ADMIN PANEL
admPanel = 0
#cat = plugin.pt_abs [CONFIG] /enable; type = boolean; label = COOL URI
tx_cooluri_enable = 1
#cat = plugin.pt_abs [CONFIG] /enable; type = input; label = BASE URL:
baseURL = http://www.domain.de/
#cat = plugin.pt_abs [CONFIG] /enable; type = boolean; label = SIMULATE STATIC
simulateStaticDocuments = 0
#cat = plugin.pt_abs [CONFIG] /enable; type = options[XHTML 1.0 Transitional doctype = xhtml_trans,XHTML 1.0 Frameset doctype = xhtml_frames,XHTML 1.0 Strict doctype = xhtml_strict,XHTML basic doctype = xhtml_basic,XHTML 1.1 doctype = xhtml_11,XHTML 2 doctype = xhtml_2,NO doctype = none]; label = DOCTYPE: If set, then a document type declaration (and an XML prologue) will be generated.
doctype = xhtml_trans
#cat = plugin.pt_abs [CONFIG] /enable; type = small; label = XML PROLOGUE
xmlprologue = none
#cat = plugin.pt_abs [CONFIG] /enable; type = small; label = XHTML CLEANING
xhtml_cleaning = all
#cat = plugin.pt_abs [CONFIG] /enable; type = small; label = LINKVARS
linkVars = L(1-99)
#cat = plugin.pt_abs [CONFIG] /enable; type = small; label = UNIQUE LINKVARS
uniqueLinkVars = 1
#cat = plugin.pt_abs [CONFIG] /enable; type = input; label = NOTIFICATION EMAIL CHARSET
notification_email_charset = utf-8
#cat = plugin.pt_abs [CONFIG] /enable; type = input; label = NOTIFICATION EMAIL ENCODING
notification_email_encoding = quoted-printable
#cat = plugin.pt_abs [CONFIG] /enable; type = input; label = NOTIFICATION EMAIL URL MODE
notification_email_urlmode = all
#cat = plugin.pt_abs [CONFIG] /enable; type = int[-10-10]; label = SPAM PROTECTION: If you set this value to a number, then the encryption is simply an offset of character values. If you set this value to "-2" then all characters will have their ASCII value offset by "-2".
spamProtectEmailAddresses = -2
#cat = plugin.pt_abs [CONFIG] /enable; type = small; label = SPAM PROTECTION: Substitute label for the at-sign (@).
spamProtectEmailAddresses_atSubst = [at]
#cat = plugin.pt_abs [CONFIG] /enable; type = small; label = SPAM PROTECTION: Substitute label for the last dot in the email address.
spamProtectEmailAddresses_lastDotSubst = [dot]
#cat = plugin.pt_abs [CONFIG] /enable; type = int; label = NO PAGE TITLE: If you only want to have the sitename (from the template record) in your
tag, set this to 1. If the value is 2 then the tag is not printed at all.
noPageTitle = 0
#cat = plugin.pt_abs [CONFIG] /enable; type = boolean; label = PAGE TITLE FIRST: If set (and the page title is printed) then the page-title will be printed BEFORE the template title.
pageTitleFirst = 0
#cat = plugin.pt_abs [CONFIG] /enable; type = input; label = HEADER COMMENT: The content is added before the TYPO3 Content Management Framework comment in the section of the page.
headerComment = Site programmed by punkt.de GmbH, http://www.punkt.de, Copyright. All rights reserved.
#cat = plugin.pt_abs [CONFIG] /enable; type = boolean; label = INLINE STYLE TO TEMP FILE
inlineStyle2TempFile = 1
#cat = plugin.pt_abs [CONFIG] /enable; type = boolean; label = MEANINGFUL TEMP FILE PREFIX: If set it will try to render a meaningful prefix before temporary image files.
meaningfulTempFilePrefix = 1
#cat = plugin.pt_abs [CONFIG] /enable; type = boolean; label = DISABLE PREFIX COMMENT: If set, the stdWrap property prefixComment will be disabled, thus preventing any revealing and spaceconsuming comments in the HTML source code.
disablePrefixComment = 1
#cat = plugin.pt_abs [CONFIG] /enable; type = boolean; label = TYPOLINK CHECK ROOTLINE: If set, then every typolink is checked whether it's linking to a page within the current rootline of the site.
typolinkCheckRootline = 1
#cat = plugin.pt_abs [CONFIG] /enable; type = boolean; label = REDIRECT OLD LINKS TO NEW: If you want to redirect index.php?id=X to a new URI.
redirectOldLinksToNew = 1
#cat = plugin.pt_abs [CONFIG] /enable; type = small; label = PREFIX LOCAL ANCHORS: If set to one of the keywords, the content will have all local anchors inlinks prefixed with the path of the script. Basically this means that will be transformed to . This procedure is necessary if the tag is set in the script (eg. if "realurl" or "cooluri" extension is used to produce Speaking URLs).
prefixLocalAnchors = all
#cat = plugin.pt_abs [CONFIG] /enable; type = boolean; label = CLEAR CACHE AT MIDNIGHT: With this setting the cache always expires at midnight of the day, the page is scheduled to expire.
cache_clearAtMidnight = 0
#cat = plugin.pt_abs [CONFIG] /enable; type = small; label = TARGET FOR EXTERNAL LINKS
extTarget = _blank
#cat = plugin.pt_abs [CONFIG] /enable; type = small; label = TARGET FOR INTERNAL LINKS
intTarget =
#cat = plugin.pt_abs [CONFIG] /enable; type = boolean; label = DISABLE IMAGE BORDER ATTRIBUTE
disableImgBorderAttr = 1
#cat = plugin.pt_abs [CONFIG] /enable; type = boolean; label = TSTIDY ENABLE
tx_tstidy_enable = 1
#cat = plugin.pt_abs [CONFIG] /enable; type = small; label = TSTIDY OPTION
tx_tstidy_option = output
#cat = plugin.pt_abs [CONFIG] /enable; type = input; label = TSTIDY PATH
tx_tstidy_path = tidy -i --quiet 1 --tidy-mark true -wrap 0 -raw --char-encoding utf8 --output-xhtml 1 --new-pre-tags textarea
#cat = plugin.pt_abs [CONFIG] /enable; type = boolean; label = INDEX ENABLE
index_enable = 1
#cat = plugin.pt_abs [CONFIG] /enable; type = boolean; label = INDEX EXTERNALS
index_externals = 1
}