⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jive_config.xml

📁 jive3.1.4破解版(非源码)
💻 XML
字号:
<?xml version="1.0" encoding="UTF-8"?><!--    This file stores all properties need by Jive Forums. Property names must be in the    format: "prop.name.is.blah=value"    That will be stored as:        <prop>            <name>                <is>                    <blah>value</blah>                </is>            </name>        </prop>          All properties must be under the "jive" element.          This file should live in your jiveHome directory. The path to that directory     should be specified in your jive_init.properties file. The     jive_init.properties must be in your appserver's classpath.--><!-- root element, all properties must be under this element --><jive>    <!-- When setup is false, you can access the setup tool. -->    <setup>false</setup>    <!-- Cache settings -->    <cache>        <enabled>true</enabled>    </cache>    <!-- Search properties -->    <search>        <enabled>true</enabled>        <autoIndexEnabled>true</autoIndexEnabled>        <autoIndexInterval>10</autoIndexInterval>    </search>    <!-- Mail properties -->    <mail>        <!-- If debug is true, JavaMail will debug to System.out -->        <debug>false</debug>        <smtp>            <host>mail.example.com</host>            <port>25</port>            <username />            <password />            <ssl>false</ssl>        </smtp>        <!--            The url information of this site. This is required for watch            and password reset emails        -->        <jiveURL />    </mail>    <!-- Watches properties. -->    <watches>        <enabled>true</enabled>        <emailNotifyEnabled>true</emailNotifyEnabled>        <email>            <fromName>Jive Administrator</fromName>            <fromEmail>webmaster@example.com</fromEmail>            <subject>Thread "{threadName}" has been updated by {messageUser}</subject>            <body>{name},You are watching the thread "{threadName}", which was updated {messageCreationDate} by {messageUser}.To view the thread, visit:{jiveURL}/viewThread?threadID={threadID}.</body>            <thread>                <fromName>Jive Administrator</fromName>                <fromEmail>webmaster@example.com</fromEmail>                <subject>Thread "{threadName}" has been updated by {messageUser}</subject>                <body>{name},You are watching the thread "{threadName}", which was updated {messageCreationDate} by {messageUser}.To view the thread, visit:{jiveURL}/thread.jspa?forumID={forumID}&amp;threadID={threadID}.</body>            </thread>            <forum>                <fromName>Jive Administrator</fromName>                <fromEmail>webmaster@example.com</fromEmail>                <subject>Forum "{forumName}" has been updated by {messageUser}</subject>                <body>{name},You are watching the forum "{forumName}", which was updated {messageCreationDate} by {messageUser}.To view the forum, visit:{jiveURL}/forum.jspa?forumID={forumID}.To view the thread, visit:{jiveURL}/thread.jspa?forumID={forumID}&amp;threadID={threadID}.</body>            </forum>            <forumCategory>                <fromName>Jive Administrator</fromName>                <fromEmail>webmaster@example.com</fromEmail>                <subject>Category "{categoryName}" has been updated by {messageUser}</subject>                <body>{name},You are watching the category "{categoryName}", which was updated {messageCreationDate} by {messageUser}.To view the category visit:{jiveURL}/index.jspa?categoryID={categoryID}.To view the thread, visit:{jiveURL}/thread.jspa?forumID={forumID}&amp;threadID={threadID}.</body>            </forumCategory>        </email>    </watches>    <!-- Password reset properties. -->    <passwordReset>        <enabled>true</enabled>        <email>            <host />            <port />            <webAppDir />            <fromName>Jive Administrator</fromName>            <fromEmail>webmaster@example.com</fromEmail>            <subject>Password reset request.</subject>            <body>{name},We have received a request from {requestIP} to reset your password.If you have requested to reset your password, please follow theinstructions below. If you do not wish to reset your password,please simply disregard this message.To reset your Jive password you can either:- Click the following url:{jiveURL}/resetPassword!default.jspa?userid={userID}&amp;token={token}- Goto{jiveURL}/resetPassword!default.jspaand enter the following information into the fields provided:UserID: {userID}Token: {token}            </body>        </email>    </passwordReset>    <!-- report tokens and their values -->    <stats>            <headerTitle>Community Statistics</headerTitle>        <headerBgColor>#336699</headerBgColor>    </stats>        <!-- Properties for the default skin. Edit these values    -->    <!-- via the admin tool. Many more UI customizations       -->    <!-- can be made using the CSS page: style.jsp in the      -->    <!-- default skin.                                         -->    <skin>        <default>            <fontFace>tahoma,arial,sans-serif</fontFace>            <descrFontFace>verdana,arial,sans-serif</descrFontFace>            <fontSize>0.8em</fontSize>            <descrFontSize>0.8em</descrFontSize>            <homeURL />            <bgColor>#ffffff</bgColor>            <textColor>#000000</textColor>            <linkColor>#003399</linkColor>            <vLinkColor>#003399</vLinkColor>            <aLinkColor>#99ccff</aLinkColor>            <borderColor>#cccccc</borderColor>            <evenColor>#ffffff</evenColor>            <oddColor>#eeeeee</oddColor>            <activeColor>#ffffcc</activeColor>            <tableHeaderColor>#ffffff</tableHeaderColor>            <tableHeaderBgColor>#336699</tableHeaderBgColor>            <breadcrumbColor>#660000</breadcrumbColor>            <breadcrumbColorHover>#660000</breadcrumbColorHover>            <communityDescription>Welcome to our online community. Please choose from one of the forums below or log-in to your user account to start using this service.</communityDescription>            <headerLogo>&lt;img src="images/logo.gif" width="300" height="40" alt="Jive Community Forums" border="0"&gt;</headerLogo>            <headerBorderColor>#000000</headerBorderColor>            <headerBgColor>#336699</headerBgColor>            <headerFontFace>verdana,arial,sans-serif</headerFontFace>            <threadMode>flat</threadMode>        </default>    </skin></jive>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -