/etc/jspwiki/jspwiki.properties is in jspwiki 2.8.0-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 | # This file is managed by Debconf. Remove this line if you don't want that!!
# If you leave the above line intact you risk losing your changes if you
# manually edit this file. YOU HAVE BEEN WARNED! Also, be aware that the
# first line must be the first line in this file for the Debconf to keep
# configuring this file.
#
###########################################################################
#
# This is the JSPWiki configuration file. You'll need to edit this
# a bit. The first few lines are the most important ones.
#
# Wherever it is said that an option can be "true" or "false", you can
# also use "yes"/"no", or "on/off". Just for some convenience.
#
#
# You can use this to override the default application name. It affects
# the HTML titles and logging, for example. It can be different from
# the actual web name (http://my.com/mywiki) of the application, but usually
# it is the same.
#
jspwiki.applicationName = JSPWiki
#
# Which page provider class to use. Possibilities are:
#
# RCSFileProvider - for simple RCS-based file storage
# FileSystemProvider - for simple pure file storage with no version information
# VersioningFileProvider - for simple, non-RCS based versioning storage.
#
# Note that if you're upgrading from JSPWiki 1.x, then you need to remove the
# "com.ecyrd.jspwiki." part from the beginning of the path.
#
jspwiki.pageProvider = FileSystemProvider
#
# Set to true, if you want to cache page data into memory. This is
# in general a good idea.
#
# Default is false (no cache).
#
# NB: This replaces the JSPWiki 1.x "CachingProvider" setting, since it
# probably was too confusing.
#
jspwiki.usePageCache = true
#
# Define the time period for page cache checks in milliseconds.
#
#jspwiki.cachingProvider.cacheCheckInterval = 100000
#
# Determines where wiki files are kept for FileSystemProvider
# and RCSFileProvider
#
# If you're using Windows, then you must duplicate the backslashes.
# For example, use:
#
# jspwiki.fileSystemProvider.pageDir = C:\\Data\\jspwiki
#
jspwiki.fileSystemProvider.pageDir = /var/lib/jspwiki/default/en
#
# The JSPWiki working directory. If not set, a temporary path will
# be used. You can see the location of the workdir in the logs.
# It is HIGHLY recommended that you set this.
#
# The working directory is used to cache things like Lucene search
# results.
#
#jspwiki.workDir =
#
# ATTACHMENTS:
#
# Use the following property to define which attachment provider
# you want to use. You have basically two choices:
# * BasicAttachmentProvider - a simple, flat file, versioning provider
# * nothing - Set this property to empty, and the attachment functionality
# is disabled.
#
jspwiki.attachmentProvider = BasicAttachmentProvider
#
# The BasicAttachmentProvider needs to know where to store the files
# the user has uploaded. It's okay to put these in the same directory
# as you put your text files (i.e. the pageDir setting above).
#
# If you're using Windows, then you must duplicate the backslashes.
# For example, use:
#
# jspwiki.basicAttachmentProvider.storageDir = C:\\Data\\jspwiki
#
jspwiki.basicAttachmentProvider.storageDir = /var/lib/jspwiki/default/en
#
# You can tell the BasicAttachmentProvider to add a flag
# so that browsers do not cache certain (or all) attachment
# types. This is useful in intranet environments. You should activate
# this if your users complain that their excel files are not uploaded
# correctly and they still do have an old version: Usually the
# file was uploaded correctly, but they get the locally cached version
#
# You can use regular expressions to disable the cache, e.g the
# following example will disable browser cache for all excel and word files
#
# If you don't define this property, cache is enabled by default for
# all attachments
#
# jspwiki.basicAttachmentProvider.disableCache = .*\.xls|.*\.doc
#
# You can limit the maximum size of an attachment by setting this
# value. The value is in bytes, and by default all attachments
# are accepted.
#
# The following line would limit the attachment size to 100,000 bytes
#jspwiki.attachment.maxsize=100000
# Don't allow JSP files to be uploaded. This represents a possible
# security issue.
jspwiki.attachment.forbidden=*.jsp
#
# page Diff Representation
#
# To show differences between page versions, you can define a
# difference provider.
# The following choices are available:
# * TraditionalDiffProvider - Uses internal (java) diff
# to create a list of changes and shows it line by
# line colored. This is the default
# * ContextualDiffProvider - Uses internal (java) diff
# to create changes inline and shows it on a word by
# word basis using CSS. This is much superior to the
# traditional diff provider, however, it is still quite
# new and not much tested. YMMV.
# * ExternalDiffProvider - uses a system diff program (which
# can be configured using "jspwiki.diffCommand") to
# create an unified (!) diff.
#
# Example for a diff command:
# jspwiki.diffCommand = /usr/bin/diff -u %s1 %s2
#
jspwiki.diffProvider = TraditionalDiffProvider
#
# BaseURL can be used to rewrite all of JSPWiki's internal references.
# Sometimes, especially if you're behind a address-rewriting firewall,
# relative URLs don't work since the servlet container has no idea
# where it's actually located.
#
# Leave undefined if you want to rely on what your servlet container
# thinks of where your application lives.
#
# You MUST define this one if you want to enable RSS (see below). In
# general, this is a good idea to define it anyway. Do not forget the
# trailing slash.
#
# Example:
# jspwiki.baseURL = http://www.ecyrd.com/JSPWiki/
#
jspwiki.baseURL=
# Determines if you need to have relative urls or not. If the baseURL
# is not set, then this has no effect, but if you set the baseURL (which
# is highly recommended), you can use this to set relative urls.
#
# Possible values are "absolute" and "relative".
#
#jspwiki.referenceStyle=relative
#
# Determines which character encoding JSPWiki should use. If you want
# to support all languages in your Wiki, you probably want to enable
# this. If you're upgrading, or are planning just to use the ISO-Latin1
# character set (like most western people would), you can just leave
# it at the default. If you enable it, remember that most people won't
# be able to type in special characters anyway.
#
# Note that you can't switch these in the mean time, since the way the
# files are encoded on disk is incompatible between ISO-Latin1 and UTF-8.
# Don't try. You'll get all sorts of interesting problems, if you do.
#
# Possible values are 'ISO-8859-1' (default) and 'UTF-8'.
jspwiki.encoding = UTF-8
#
# Determines whether raw HTML is allowed as Wiki input.
#
# THIS IS A DANGEROUS OPTION!
#
# If you decide to allow raw HTML, understand that ANY person who has
# access to your Wiki site can embed ANY sort of malicious JavaScript,
# or plugin, or ActiveX, or whatever on your site. They can even mess it
# up so royally it is impossible for you to replace the situation without
# the need of direct access to the repository. So think twice before
# allowing raw HTML on your own site.
#
# Most probably you want to use this on Intranets, or personal servers,
# where only a handful of people can access the wiki.
#
# Text between {{{ and }}} -options is not affected by this setting, so
# it's always safe to quote HTML code with those.
#
# The default for this option is "false".
#
jspwiki.translatorReader.allowHTML = false
############################################################################
#
# Usability niceties.
#
#
# If this property is set to "true", then page titles are rendered
# using an extra space between every capital letter. It may make
# page titles readable on some occasions, but it does have the
# drawback of breaking acronyms, for example. (RSSFile becomes R S S File).
#
jspwiki.breakTitleWithSpaces = false
#
# If set to true, this property means that "WikiName" and "WikiNames"
# are considered equal when linking between them. Setting this to
# true does not prevent you from having both kinds of pages - we just
# fall back to the other one if the primary name does not exist.
#
# For any other language, you'll probably want to turn this off.
#
jspwiki.translatorReader.matchEnglishPlurals = true
#
# If you set this to true, the Wiki translator will then also consider
# "traditional" WikiNames (that is, names of pages JustSmashedTogether
# without square brackets) as hyperlinks. This technique is also
# known as "CamelCase", or "BumpyCase", or "InterCapping". I personally
# like CamelCase as a word, which is why this property is named as it is :-).
#
# By default this is false, since traditional WikiLinks may confuse newbies.
#
jspwiki.translatorReader.camelCaseLinks = false
#
# This sets the default template used by the Wiki engine. The templates
# live in templates/<template name>. JSPWiki will attempt to find two
# basic templates from that directory: "ViewTemplate" and "EditTemplate".
#
# By default this is called "default".
#
jspwiki.templateDir = default
#
# The name of the front page. This is the page that gets loaded if no
# other page is loaded. Up until JSPWiki 1.9.28, it was always called
# "Main", but now you can easily change the default front page here. If not
# defined, uses "Main".
#
#jspwiki.frontPage = Main
#
# Allow creation of empty pages. Defaults to false.
#
#jspwiki.allowCreationOfEmptyPages = false
#
# If set to true, all outward links have a small icon attached. The icon
# can be found from images/out.png. Default is true.
#
jspwiki.translatorReader.useOutlinkImage = true
#
# Set this to the number of minutes a person can "lock" a page
# for while he is editing it.
#
jspwiki.lockExpiryTime = 60
#
# Search provider used for searching pages and attachments.
# Default is LuceneSearchProvider, but you can fall back to BasicSearchProvider
#
jspwiki.searchProvider = LuceneSearchProvider
#
# If your wiki's language is something else than English, you might
# want to visit jakarta.apache.org/lucene and download a proper Analyzer
# for your language. Default is to use StandardAnalyzer.
#
#jspwiki.lucene.analyzer = org.apache.lucene.analysis.standard.StandardAnalyzer
############################################################################
#
# Special page references.
#
# The URL is relative to Wiki.jsp. However, if you use
# a full, absolute URL, you can also do that.
#
# Example to redirect all requests to a page called 'OriginalWiki'
# to the original wikiwiki at http://c2.com/cgi/wiki
#
# jspwiki.specialPage.OriginalWiki = http://c2.com/cgi/wiki
#
# Note that it is entirely possible to override any Wiki page, even
# an existing one by redefining it here.
#
jspwiki.specialPage.CreateGroup = NewGroup.jsp
jspwiki.specialPage.FindPage = Search.jsp
jspwiki.specialPage.Login = Login.jsp
jspwiki.specialPage.NewGroup = NewGroup.jsp
jspwiki.specialPage.UserPreferences = UserPreferences.jsp
#############################################################################
#
# Plugin search paths.
#
# Define here the packages you want to use for searching plugins,
# separated with commas.
# For example, use the following command to add "org.myorganisation.jspwiki.myplugins"
# and "com.foobar.myplugins" to the search path.
#
# The default path is "com.ecyrd.jspwiki.plugins", and it will be always
# the last item on the path. This allows you to override JSPWiki default
# plugins. Note that you are only adding to the path, not replacing it (ie.
# the default path is never removed.)
#
# jspwiki.plugin.searchPath = org.myorganisation.jspwiki.myplugins,com.foobar.myplugins
#
jspwiki.plugin.searchPath =
#############################################################################
#
# Page filters
#
# Normally, the filter configuration is in your WEB-INF/ directory, so you
# do not need to go and specify this. However, if your filters.xml live somewhere
# else, you'll have to specify it here.
#
#jspwiki.filterConfig = /some/path/to/your/filters.xml
#############################################################################
#
# URL Constructor
#
# JSPWiki by default generates page and attachment links that use JSP
# pages and request parameters. It can also use alternative URL
# constructors so that URL pages resemble traditional website paths, too.
# You have three choices for generating URLs:
#
# DefaultURLConstructor - uses JSPs for all references:
# http://mywiki.com/jspwiki/Wiki.jsp?page=Main
# http://mywiki.com/jspwiki/Edit.jsp?page=Main
#
# ShortURLConstructor - uses path-like reference style:
# http://mywiki.com/jspwiki/wiki/Main
# http://mywiki.com/jspwiki/wiki/Main?do=Edit
#
# ShortViewURLConstructor - uses path-like references for views; JSPs for everything else:
# http://mywiki.com/jspwiki/wiki/Main
# http://mywiki.com/jspwiki/Edit.jsp?page=Main
#
# Of course, you can also write your own implementation if you wish.
#
# For either of the ShortURL constructors, you can also specify a
# prefix path to go in front of page names. By default, the
# prefix is 'wiki/'.
#
# Be warned that the ShortURLConstructor does not work well with any other editor
# except the built-in plaintext one. Use ShortViewURLConstructor if you plan
# to enable any other ones.
#
#jspwiki.urlConstructor = DefaultURLConstructor
#jspwiki.urlConstructor = ShortViewURLConstructor
#jspwiki.shortURLConstructor.prefix = wiki/
#############################################################################
#
# Rendering
#
# At this time, entries here are strictly for development and testing.
#
# Disable internal caching of pre-constructed document DOMs.
# This may be necessary if you require custom rendering that must not be cached.
#jspwiki.renderingManager.useCache = false
#############################################################################
#
# Security, authentication and authorization
#
# JSPWiki supports a plugin-based interface for talking to different
# kinds of authentication and authorization systems. By "authentication,"
# we mean a system for logging in a user to establish their identity.
# By "authorization," we mean a system for figuring out what actions
# users can perform based on their authenticated identities.
#
# For users looking to get started quickly, the default settings below
# should work fine. In addition to the properties below, you may also
# want to modify the security policy file WEB-INF/jspwiki.policy. See
# the policy file for more details.
#
# AUTHENTICATION
#
# For authentication, JSPWiki uses JAAS (Java Authentication and Authorization
# Service) in combination with a servlet filter that picks up any credentials
# set by the servlet container. The Authentication system is configured below.
#
# You must choose either (A) Container or (B) Custom authentication. (B) is the default.
#
# A) CONTAINER AUTHENTICATION
# JSPWiki will always (passively) collect credentials supplied by your servlet
# container, via HttpServletRequest.getUserPrincipal/getRemote user. You do not
# need to do anything to enable this. In addition, you can cause JSPWiki users
# to log in to the web container by uncommenting the the <security-constraint>
# elements in WEB-INF/web.xml.
#
# B) CUSTOM AUTHENTICATION
# If you do not wish to use container-managed authentication, you can use JSPWiki's
# own custom authentication system. This uses a JAAS LoginModule (supplied below)
# to log in the user. You can use any JAAS LoginModule you want.
# The default class is com.ecyrd.jspwiki.auth.login.UserDatabaseLoginModule,
# which compares the supplied username and hashed password with the values stored
# in the configured UserDatabase (see USER DATABASE below).
#
# Supply the JAAS LoginModule class used for custom authentication here.
# The implementation MUST have a zero-argument constructor (as noted in the
# javax.security.auth.spi.LoginModule Javadocs).
jspwiki.loginModule.class = com.ecyrd.jspwiki.auth.login.UserDatabaseLoginModule
#
# JAAS LoginContext parameters used to initialize the LoginModule. Note that 'param1'
# etc. should be replaced with the actual parameter names. The parameter names and
# values will be loaded to a Map and passed to the LoginModule as the 'options' parameter
# when its initialize() method is called. The default UserDatabaseLoginModule class does
# not need any options.
#jspwiki.loginModule.options.param1 = value1
#jspwiki.loginModule.options.param2 = value2
#
# Cookie authentication & assertion
#
# If this value is set to "true", then JSPWiki will allow you to "assert" an
# identity using a cookie. It's still considered to be unsafe, just like no
# login at all, but it is useful when you have no need to force everyone to login.
#
# By default, this is on.
#
#jspwiki.cookieAssertions=true
#
# If you would like to keep your users logged in for weeks at a time, you can
# turn on "cookie authentication" feature. However, this comes with important
# security caveats:
# 1) User will stay logged in into your system for weeks. This means that if
# someone manages to nab the cookie during this time, they can pretend to
# be that user.
# 2) The mappings between cookies and users are written in your filesystem,
# in $jspwiki.workDir/logincookies. Access to this directory means that
# the ability to fake anyone in the wiki, so please make sure that only
# the proper admin has read access to this directory.
#
# By default, cookie authentication is off.
#
#jspwiki.cookieAuthentication=false
#
# Defines how many days the cookies are kept, and how often the people have to log in.
# The default is two weeks, i.e. 14 days. If you need a shorter period than one day,
# turn off cookie authentication, then tweak your web.xml to allow for longer sessions.
#
#jspwiki.cookieAuthentication.expiry=14
#
#
# AUTHORIZATION
#
# For authorization, JSPWiki has a two-tier system. When we want to
# determine whether a user has permission to perform a certain action,
# we first consult (A) an external "authorizer" to determine if the user
# is a member of the required role. In addition to checking its external
# authorizer, it also checks (B) its GroupManager for wiki-managed groups.
#
# A) EXTERNAL AUTHORIZATION
# By default, JSPWiki uses the servlet container's authorization service
# for to check what roles the user belongs to (that is, it calls
# HttpServletRequest.isUserInRole(String)). After the user authenticates,
# the default Authorizer (WebContainerAuthorizer) checks to see if the user
# belongs to the roles listed in web.xml using <security-role>/<role-name> or
# <auth-constraint>/<role-name> elements. However, you can use another
# Authorizer if you wish; specify that class here.
jspwiki.authorizer = com.ecyrd.jspwiki.auth.authorize.WebContainerAuthorizer
# B) GROUPS
# As an additional source of authorization, users can belong to discretionary
# "wiki groups" that the users manage themselves. Wiki groups are stored in a
# GroupDatabase. The default group database uses an XML file for persistent
# storage. Override with your own GroupDatabase implementation with this property:
jspwiki.groupdatabase = com.ecyrd.jspwiki.auth.authorize.XMLGroupDatabase
# The default group database implementation stores member lists
# in an XML file. The location of this file should be in a secure directory
# in the filesystem; for example, in /etc or your servlet container's
# configuration directory If you do not supply a value for this property,
# a blank group database will be initialized in the WEB-INF/ directory of the
# deployed webapp. Since these directories are often overwritten when webapps
# are undeployed or redeployed, you should probably set this property to
# something useful as soon as you can. But for test wikis, it's probably
# ok to leave this un-set, as long as users know that their groups could
# "disappear" if the wiki app is ever redeployed.
#jspwiki.xmlGroupDatabaseFile = /etc/tomcat/groupdatabase.xml
# USER DATABASE
# User's wiki profiles are stored in a UserDatabase. The default user database
# uses an XML file for persistent storage.
# Override with your own UserDatabase implementation with this property:
jspwiki.userdatabase = com.ecyrd.jspwiki.auth.user.XMLUserDatabase
# The default user database implementation stores usernames and passwords
# in an XML file. Passwords are SHA-1 hashed. The location of this file
# should be in a secure directory in the filesystem; for example, in
# /etc or your servlet container's configuration directory.
# If you do not supply a value for this property, a blank user database
# will be initialized in the WEB-INF/ directory of the deployed webapp.
# Since these directories are often overwritten when webapps are
# undeployed or redeployed, you should probably set this property to
# something useful as soon as you can. But for test wikis, it's probably
# ok to leave this un-set, as long as users know that their profiles could
# "disappear" if the wiki app is ever redeployed.
#jspwiki.xmlUserDatabaseFile = /etc/tomcat/userdatabase.xml
# You can also use a JDBC database for storing user profiles.
# See the online AuthenticationAndAuthorization2.3 docs for details on
# how to configure it.
#jspwiki.userdatabase = com.ecyrd.jspwiki.auth.user.JDBCUserDatabase
# If your JSPWiki user database shares login information with your
# web container's authentication realm, you can configure JSPWiki to
# add container users. At present, this only works with JDBCUserDatabase,
# and only if you've configured your web container to use a database
# with compatible columns and tables. If you don't know what this means,
# then leave this property set to FALSE (the default).
#jspwiki.userdatabase.isSharedWithContainer = false
# ACCESS CONTROL LISTS
# Last but not least, JSPWiki needs a way of reading and persisting page
# access control lists. The default implementation reads these from the page
# markup. For example: "[{ALLOW edit Charlie}]". If using a custom
# ACL manager, specify the AclManager implementation class here:
jspwiki.aclManager = com.ecyrd.jspwiki.auth.acl.DefaultAclManager
#############################################################################
#
# InterWiki links
#
# The %s is replaced with the page reference (specify
# multiple times to get multiple references). Page references should
# appear in format : [wiki:wikipage].
#
# This is the JSPWiki home. In future, JSPWiki will probably rely on this
# for error messages, so I don't recommend that you change it.
jspwiki.interWikiRef.JSPWiki = http://www.jspwiki.org/Wiki.jsp?page=%s
# Here's how you can have directly links to the JSPWiki editor.
# Now you can put a hyperlink for editing "MainPage" by making
# a link [Edit:MainPage].
jspwiki.interWikiRef.Edit = Edit.jsp?page=%s
# This is the original WikiWikiWeb
jspwiki.interWikiRef.WikiWikiWeb = http://c2.com/cgi/wiki?%s
# TWiki, a very nice WikiClone.
jspwiki.interWikiRef.TWiki = http://twiki.org/cgi-bin/view/TWiki/%s
# MeatballWiki, which seems to be quite popular.
jspwiki.interWikiRef.MeatballWiki = http://usemod.com/cgi-bin/mb.pl?%s
# Wikipedia, a Wiki encyclopedia!
jspwiki.interWikiRef.Wikipedia = http://www.wikipedia.com/wiki/%s
# Google, the ubiquitous search engine.
jspwiki.interWikiRef.Google = http://www.google.com/search?q=%s
# JSPWiki documentation (for this release)
jspwiki.interWikiRef.Doc = http://doc.jspwiki.org/2.2/Wiki.jsp?page=%s
############################################################################
#
# Define which image types are inlined.
# These are your standard glob expressions (just like in your
# Windows or UNIX shells). Default pattern is to include all PNG
# images. If you specify something here, you will override the default.
#
# Don't forget to increase the number after the dot - duplicate entries
# cause problems!
#
# For example:
# Inline all JPG files, PNG files and all files from images.com:
#
# jspwiki.translatorReader.inlinePattern.1 = *.jpg
# jspwiki.translatorReader.inlinePattern.2 = *.png
# jspwiki.translatorReader.inlinePattern.3 = http://images.com/*
###########################################################################
#
# Determine how the RSS (Rich Site Summary) file generation should work.
# RSS is a standard pioneered by Netscape, which allows you to join your
# Wiki with a huge number of different news services around the world.
# Try a Google search on RSS and see what you can do with it.
#
# All of these settings were added in JSPWiki 1.7.6.
#
# Note that jspwiki.baseURL MUST BE DEFINED if you want to enable RSS!
#
# Determine if the RSS file should be generated at all. Allowed values
# are "true" and "false". Default is "true".
#
jspwiki.rss.generate = true
#
# Determine the name of the RSS file. This path is relative to your
# Wiki root. Default is "rss.rdf"
#
jspwiki.rss.fileName = rss.rdf
#
# Determine the refresh interval (ie. how often the RSS file is regenerated.
# It is not recommended to make this too often, or you'll choke your server.
# Anything above five minutes is probably okay. The default value is one hour.
# The value should be in seconds.
#
jspwiki.rss.interval = 3600
#
# The text you want to be shown as your "channel description" when someone
# subscribes to it. You can be quite verbose here, up to 500 characters or
# so. You can continue to a new line by adding a backslash to the end of the
# line. Default is to have no description.
#
jspwiki.rss.channelDescription = Oh poor me, my owner has not set \
a channel description at all. \
Pity me.
#
# The language of your Wiki. This is a standard, two-letter language
# code, or in case of some languages, two letters for the country,
# a dash, and two letters for the dialect.
#
jspwiki.rss.channelLanguage = en-us
###########################################################################
#
# JDBC Configuration. Tells JSPWiki which tables and columns to map
# to for the JDBCUserDatabase and JDBCGroupDatabase. For more info, see the
# JavaDoc for classes com.ecyrd.jspwiki.auth.user.JDBCUserDatabase and
# com.ecyrd.jspwiki.auth.authorize.JDBCGroupDatabase.
#
jspwiki.userdatabase.datasource=jdbc/UserDatabase
jspwiki.userdatabase.table=users
jspwiki.userdatabase.uid=uid
jspwiki.userdatabase.email=email
jspwiki.userdatabase.fullName=full_name
jspwiki.userdatabase.loginName=login_name
jspwiki.userdatabase.password=password
jspwiki.userdatabase.wikiName=wiki_name
jspwiki.userdatabase.created=created
jspwiki.userdatabase.modified=modified
jspwiki.userdatabase.lockExpiry=lock_expiry
jspwiki.userdatabase.attributes=attributes
jspwiki.userdatabase.roleTable=roles
jspwiki.userdatabase.role=role
jspwiki.groupdatabase.datasource=jdbc/GroupDatabase
jspwiki.groupdatabase.table=groups
jspwiki.groupdatabase.membertable=group_members
jspwiki.groupdatabase.created=created
jspwiki.groupdatabase.creator=creator
jspwiki.groupdatabase.name=name
jspwiki.groupdatabase.member=member
jspwiki.groupdatabase.modified=modified
jspwiki.groupdatabase.modifier=modifier
###########################################################################
#
# JavaMail configuration. If you wish to allow your users to recover
# their passwords via email, you should configure these properties.
# JavaMail can use either a container-managed JNDI resource factory
# (recommended, and the default), or a stand-alone factory whose properties
# are configured with mail.* properties in this file (below).
#
# A. Configure the address from which the email appears to come.
# If you're going to use a mail session obtained via JNDI, this setting
# will only be used if it hasn't already been configured in the obtained
# session itself. If you comment it out, JSPWiki will use its internal
# default value.
# If you're going to use a stand-alone mail session, you will surely want
# to configure it, otherwise the internal default value will be used.
#
mail.from = @mail.from@
# B. JNDI Resource Factory Configuration. JSPWiki will try this first.
# You will need to configure your container to provide a JavaMail
# resource factory. See your container documentation, or check our
# fairly complete documentation (with examples for Tomcat) in
# the JavaDocs for com.ecyrd.jspwiki.util.MailUtil.
#
# JNDI resource name. The commented-out value is the default.
#jspwiki.mail.jndiname = mail/Session
# C. Stand-alone Resource Factory. JSPWiki will use these values if JNDI fails.
#
# Your SMTP host (i.e. the one which sends email)
mail.smtp.host = @mail.smtp.host@
# If for some reason the standard smtp port (25) is blocked, you can change it here
#mail.smtp.port = @mail.smtp.port@
# If you are using a webserver that is publically accessible it usually
# doesn't allow you to send mail anonymously
# (because then this mailserver would become an open relay).
# Therefore you can indicate your account information here...
#
#mail.smtp.account = @mail.smtp.account@
#mail.smtp.password = @mail.smtp.password@
# The properties below control connection timeouts and TLS (encryption)
# if the mailserver supports it. The commented-out values are the defaults.
#mail.smtp.timeout = 5000
#mail.smtp.connectiontimeout = 5000
#mail.smtp.starttls.enable = true
###########################################################################
#
# Determine how certain file commands are run. They have been
# commented out, since most likely you want to use the defaults.
# Be warned, making mistakes with these may well ruin your entire
# Wiki collection!
#
# The command to run diff:
# NOTE! If you do not specify this, an internal "diff" routine is used.
# In most cases, you really should not touch this.
#
#jspwiki.diffCommand = diff -u %s1 %s2
# The command for RCS checkin
#jspwiki.rcsFileProvider.checkinCommand = ci -q -mx -l -t-none %s
# The command for RCS checkout of the newest version
#jspwiki.rcsFileProvider.checkoutCommand = co -l %s
# The command for checking out a specific version (%v = version number)
#jspwiki.rcsFileProvider.checkoutVersionCommand = co -p -r1.%v %s
# The command for RCS log headers
#jspwiki.rcsFileProvider.logCommand = rlog -zLT -h %s
# The command for getting the entire modification history
#jspwiki.rcsFileProvider.fullLogCommand = rlog -zLT %s
###########################################################################
#
# Configure logs. See log4j documentation for more information
# on how you can configure the logs.
#
# Log4j is available at http://jakarta.apache.org/log4j
#
# Send mail to root on all problems containing warnings.
#
#log4j.appender.mail = org.apache.log4j.net.SMTPAppender
#log4j.appender.mail.Threshold = WARN
#log4j.appender.mail.To = root@localhost
#log4j.appender.mail.From = JSPWiki@localhost
#log4j.appender.mail.Subject = Problem with JSPWiki!
#log4j.appender.mail.SMTPHost = mail
#log4j.appender.mail.layout = org.apache.log4j.PatternLayout
#log4j.appender.mail.layout.ConversionPattern =%d [%t] %p %c %x - %m%n
#
# Log everything into a file, roll it over every 10 MB, keep
# only 14 latest ones.
#
log4j.appender.FileLog = org.apache.log4j.RollingFileAppender
log4j.appender.FileLog.MaxFileSize = 10MB
log4j.appender.FileLog.MaxBackupIndex = 14
log4j.appender.FileLog.File = /var/log/tomcat6/jspwiki.log
log4j.appender.FileLog.layout = org.apache.log4j.PatternLayout
log4j.appender.FileLog.layout.ConversionPattern=%d [%t] %p %c %x - %m%n
# Enable if you're using mailing, above.
#log4j.rootCategory=DEBUG,FileLog,mail
log4j.rootCategory=DEBUG,FileLog
###########################################################################
#
# Workflow configuration
#
# The following properties map specific workflow steps to their associated approvers
# The name of the workflow or decision is the part of the key after "jspwiki.approver.".
# This is a logical name JSPWiki uses to determine which Principal to consult for approval.
# The Principal is identified up by AuthorizationManager at runtime; it looks for a Principal
# match as follows: GroupPrincipals; Roles; WikiPrincipals/other principals. Thus, if a value
# of "Admin" is supplied JSPWiki will first check the GroupManager to see if group Admin exits;
# then the container roles, if any; then, user Principals. If the value is blank or the
# property is commented out, it means that the workflow does not require approval.
#
# EXAMPLE:
# Uncomment the next line to require the Admin group (or Admin user, if a group is not found)
# to approve wiki pages after saving.
#jspwiki.approver.workflow.saveWikiPage=Admin
# Uncomment the next line to require the Admin group to approve new user profiles
#jspwiki.approver.workflow.createUserProfile=Admin
### End of configuration file.
|