169 lines
7.9 KiB
XML
169 lines
7.9 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<settings>
|
|
<content>
|
|
<imaging>
|
|
<!-- what file extension that should cause umbraco to create thumbnails -->
|
|
<imageFileTypes>jpeg,jpg,gif,bmp,png,tiff,tif</imageFileTypes>
|
|
<!-- what attributes that are allowed in the editor on an img tag -->
|
|
<allowedAttributes>alt,border,class,style,align,id,name,onclick,usemap</allowedAttributes>
|
|
</imaging>
|
|
<scripteditor>
|
|
<!-- Path to script folder - no ending "/" -->
|
|
<scriptFolderPath>/scripts</scriptFolderPath>
|
|
<!-- what files can be opened/created in the script editor -->
|
|
<scriptFileTypes>js,xml</scriptFileTypes>
|
|
<!-- disable the codepress editor and use a simple textarea instead -->
|
|
<!-- note! codepress editor always disabled in IE due to automatic hyperlinking "feature" in contenteditable areas -->
|
|
<scriptDisableEditor>false</scriptDisableEditor>
|
|
</scripteditor>
|
|
|
|
<!-- should umbraco store the uploaded files like /media/xxx/filename.ext or like /media/xxx-filename.ext
|
|
should be set to false if the aspnet account hasn't got readrights of the driveroot up to the /media directory -->
|
|
<UploadAllowDirectories>True</UploadAllowDirectories>
|
|
<errors>
|
|
<!-- the id of the page that should be shown if the page is not found -->
|
|
<!-- <errorPage culture="default">1</errorPage>-->
|
|
<!-- <errorPage culture="en-US">200</errorPage>-->
|
|
<error404>
|
|
<errorPage culture="default">1134</errorPage>
|
|
<errorPage culture="en-US">1135</errorPage>
|
|
<errorPage culture="en-UK">1135</errorPage>
|
|
</error404>
|
|
</errors>
|
|
<notifications>
|
|
<!-- the email that should be used as from mail when umbraco sends a notification -->
|
|
<email>robot@umbraco.dk</email>
|
|
</notifications>
|
|
|
|
<!-- if true umbraco will ensure that no page under the same parent has an identical name -->
|
|
<ensureUniqueNaming>True</ensureUniqueNaming>
|
|
|
|
<!-- lowercase, either 'gif' or 'png' -->
|
|
<graphicHeadlineFormat>gif</graphicHeadlineFormat>
|
|
|
|
<!-- clean editor content with use of tidy -->
|
|
<TidyEditorContent>False</TidyEditorContent>
|
|
|
|
<!-- the encoding type for tidy. Default is Raw, options are ASCII, Raw, Latin1, UTF8, ISO2022, MacroMan-->
|
|
<TidyCharEncoding>Raw</TidyCharEncoding>
|
|
|
|
<!-- Enable / disable xml content cache -->
|
|
<XmlCacheEnabled>True</XmlCacheEnabled>
|
|
|
|
<!-- Update disk cache every time content has changed -->
|
|
<ContinouslyUpdateXmlDiskCache>True</ContinouslyUpdateXmlDiskCache>
|
|
|
|
<!-- Show the /config/splashes/booting.aspx page while initializing content -->
|
|
<EnableSplashWhileLoading>False</EnableSplashWhileLoading>
|
|
|
|
<!-- Show property descriptions in editing view "icon|text|none" -->
|
|
<PropertyContextHelpOption>text</PropertyContextHelpOption>
|
|
|
|
<UseLegacyXmlSchema>false</UseLegacyXmlSchema>
|
|
|
|
<ForceSafeAliases>true</ForceSafeAliases>
|
|
|
|
<PreviewBadge><![CDATA[<a id="umbracoPreviewBadge" style="position: absolute; top: 0; right: 0; border: 0; width: 149px; height: 149px; background: url('{1}/preview/previewModeBadge.png') no-repeat;" href="{0}/endPreview.aspx?redir={2}"><span style="display:none;">In Preview Mode - click to end</span></a>]]></PreviewBadge>
|
|
|
|
<!-- Cache cycle of Media and Member data fetched from the umbraco.library methods -->
|
|
<!-- In seconds. 0 will disable cache -->
|
|
<UmbracoLibraryCacheDuration>1800</UmbracoLibraryCacheDuration>
|
|
|
|
</content>
|
|
|
|
<requestHandler>
|
|
<!-- this will ensure that urls are unique when running with multiple root nodes -->
|
|
<useDomainPrefixes>false</useDomainPrefixes>
|
|
<!-- this will add a trailing slash (/) to urls when in directory url mode -->
|
|
<addTrailingSlash>false</addTrailingSlash>
|
|
<urlReplacing removeDoubleDashes="true">
|
|
<char org=" ">-</char>
|
|
<char org="""></char>
|
|
<char org="."></char>
|
|
<char org=";"></char>
|
|
<char org="/"></char>
|
|
<char org=":"></char>
|
|
<char org="+">plus</char>
|
|
<char org="*">star</char>
|
|
<char org="&"></char>
|
|
<char org="?"></char>
|
|
<char org="æ">ae</char>
|
|
<char org="ø">oe</char>
|
|
<char org="å">aa</char>
|
|
</urlReplacing>
|
|
</requestHandler>
|
|
<templates>
|
|
<useAspNetMasterPages>true</useAspNetMasterPages>
|
|
<enableSkinSupport>true</enableSkinSupport>
|
|
</templates>
|
|
|
|
<!-- this is used by Umbraco to determine if there's valid classes in the /App_Code folder to be used for Rest/XSLT extensions -->
|
|
<developer>
|
|
<appCodeFileExtensions>
|
|
<ext>cs</ext>
|
|
<ext>vb</ext>
|
|
</appCodeFileExtensions>
|
|
</developer>
|
|
|
|
<viewstateMoverModule enable="false" />
|
|
|
|
<logging>
|
|
<enableLogging>true</enableLogging>
|
|
<enableAsyncLogging>true</enableAsyncLogging>
|
|
<disabledLogTypes>
|
|
<!-- <logTypeAlias>[alias-of-log-type-in-lowercase]</logTypeAlias> -->
|
|
</disabledLogTypes>
|
|
<autoCleanLogs>falses</autoCleanLogs>
|
|
<cleaningMiliseconds>86400</cleaningMiliseconds>
|
|
<maxLogAge>1440</maxLogAge>
|
|
</logging>
|
|
|
|
<scheduledTasks>
|
|
<!-- add tasks that should be called with an interval (seconds) -->
|
|
<!-- <task log="true" alias="test60" interval="60" url="http://localhost/umbraco/test.aspx"/>-->
|
|
</scheduledTasks>
|
|
|
|
<!-- distributed calls make umbraco use webservices to handle cache refreshing -->
|
|
<distributedCall enable="false">
|
|
<!-- the id of the user who's making the calls -->
|
|
<!-- needed for security, umbraco will automatically look up correct login and passwords -->
|
|
<user>0</user>
|
|
<servers>
|
|
<!-- add ip number or hostname, make sure that it can be reached from all servers -->
|
|
<!-- <server>127.0.0.1</server>-->
|
|
</servers>
|
|
</distributedCall>
|
|
|
|
<!-- configuration for webservices -->
|
|
<!-- webservices are disabled by default. Set enable="True" to enable them -->
|
|
<webservices enabled="True">
|
|
<!-- You must set user-rights for each service. Enter the usernames seperated with comma (,) -->
|
|
<documentServiceUsers>umbraco</documentServiceUsers>
|
|
<fileServiceUsers>umbraco</fileServiceUsers>
|
|
<fileServiceFolders>css,xslt</fileServiceFolders>
|
|
<stylesheetServiceUsers>umbraco</stylesheetServiceUsers>
|
|
<memberServiceUsers>umbraco</memberServiceUsers>
|
|
<templateServiceUsers>umbraco</templateServiceUsers>
|
|
</webservices>
|
|
|
|
<!-- Configuration for repositories -->
|
|
<!-- Add or remove repositories here. You will need the repository's unique key to be able to connect to it.-->
|
|
<repositories>
|
|
<repository name="Umbraco package Repository" guid="65194810-1f85-11dd-bd0b-0800200c9a66" />
|
|
</repositories>
|
|
|
|
<providers>
|
|
<users>
|
|
<!-- if you wish to use your own membershipprovider for authenticating to the umbraco back office -->
|
|
<!-- specify it here (remember to add it to the web.config as well) -->
|
|
<DefaultBackofficeProvider>UsersMembershipProvider</DefaultBackofficeProvider>
|
|
</users>
|
|
</providers>
|
|
|
|
<!-- Maps language, usertype, application and application_url to help pages -->
|
|
<help defaultUrl="http://our.umbraco.org/wiki/umbraco-help/{0}/{1}">
|
|
<!-- Add links that should open custom help pages -->
|
|
<!--<link application="content" applicationUrl="dashboard.aspx" language="en" userType="Administrators" helpUrl="http://www.xyz.no?{0}/{1}/{2}/{3}" /> -->
|
|
</help>
|
|
|
|
</settings> |