Mark -'s Library tagged → View Popular
Confluence Webdav Map Drive Fix
"
To work around this behavior, enable Basic authentication on the client computer. To do this, add the UseBasicAuth registry entry to the following registry subkey, and then set the entry to a non-zero value:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters
To enable Basic authentication on the client computer, follow these steps:
1. Click Start, and then click Run.
2. In the Open box, type regedit, and then click OK.
3. Locate and then click the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters
4. On the Edit menu, point to New, and then click DWORD Value.
5. Type UseBasicAuth, and then press ENTER.
6. On the Edit menu, click Modify.
7. In the Value data box, type 1, and then click OK.
Note Basic authentication is enabled if the UseBasicAuth registry entry is set to a non-zero value. Basic authentication is disabled if the UseBasicAuth registry entry is not present or if the UseBasicAuth registry entry is set to 0 (zero).
8. Exit Registry Editor, and then restart the computer."
Start Confluence automatically on Windows as a Service - Confluence - Confluence
-
- Open a command prompt in the <CONFLUENCE-INSTALL>/bin directory
- Confirm that the JAVA_HOME variable is set to the JDK base directory with the command
echo %JAVA_HOME%
Note that any directory in the path with spaces (eg. C:\Program Files must be converted to its eight-character equivalent (eg. C:\Progra~1)
- Install the service with default settings with the command
service.bat install Confluence
- In addition, to have the service start automatically when the server starts, run
tomcat5 //US//Confluence --Startup auto
- If you have a less than a 512 meg of memory, skip this step. For users with large Confluence installs, you can increase the maximum memory Confluence can use (default will already be 256MB). For example, you can set the maximum memory to 512 megs using
tomcat5 //US//Confluence --JvmMx 512
- If you do not have any JVM parameters you pass to your freestanding version of Confluence, you can skip this step. If you do, add them to the service using
tomcat5 //US//Confluence ++JvmOptions="-Djust.an.example=True"
- For any further configuration, check out the Tomcat Windows Service How-To
guide
nstalling Confluence Standalone As A Service
From your Windows-based server running Confluence 2.2 standalone or later:
- Open a command prompt in the <CONFLUENCE-INSTALL>/bin directory
Attachments Macro - Confluence - Confluence
-
sage: {attachments:patterns=pattern, ...|old=true/false|sortBy=name/size/date|upload=true/false} the patterns, old and sortBy arguments are alll optional Description: Show a list of attachments belonging to the current page.
Optionally filter attachments by name, optionally include old attachments, optionally allow uploads of new attachments.
Expand Text User Macro - Confluence Extension - Confluence
-
Example
<script>
function ExpandMacroToggleAnswer(id) {
var answer = document.getElementById("answer-" + id);
var icon = document.getElementById("icon-" + id);
ExpandMacroToggle(answer);
if (answer.style.display == 'none') {
icon.src="http://confluence.atlassian.com/images/icons/arrow_closed_active_16.gif";
}
else {
icon.src="http://confluence.atlassian.com/images/icons/arrow_open_active_16.gif";
}
}
function ExpandMacroToggle(el) {
if ( el.style.display != 'none' ) {
el.style.display = 'none';
}
else {
el.style.display = '';
}
}
// preload open image (variable not used elsewhere)
openIcon = new Image();
openIcon.src = "/images/icons/arrow_open_active_16.gif";
</script>
<script>
function ExpandMacroToggleAnswer(id) {
var answer = document.getElementById("answer-" + id);
var icon = document.getElementById("icon-" + id);
ExpandMacroToggle(answer);
if (answer.style.display == 'none') {
icon.src="http://confluence.atlassian.com/images/icons/arrow_closed_active_16.gif";
}
else {
icon.src="http://confluence.atlassian.com/images/icons/arrow_open_active_16.gif";
}
}
function ExpandMacroToggle(el) {
if ( el.style.display != 'none' ) {
el.style.display = 'none';
}
else {
el.style.display = '';
}
}
// preload open image (variable not used elsewhere)
openIcon = new Image();
openIcon.src = "/images/icons/arrow_open_active_16.gif";
</script>
Scaffolding Plugin - Confluence Extension - Confluence
-
Description/Features
Version 1.4.18 and earlier require the appropriate Utilities Plugin to be installed into WEB-INF/lib.This plug-in contains macros for creating 'permanent templates' and editable forms.
It provides many macros which allow data to be entered into a form. It does so by allowing the editing of specified sections on a page when viewing the page, if the current user has 'edit' permissions to the page being viewed.
There is a public library of scaffolds people have used in real life availabile here.

For more information, visit this plugin's homepage
Zones Plugin - Confluence Extension - Confluence
-
- Template and instance data are stored in the content of a page. So you can use Confluence to manage the data versioning.
- Zones only provide a very simple mechanism for managing a dynamic template, scaffolds provide a much richer set of tags to support more dynamic data sets.
Description/Features
Provides a simple template system for creating dynamic templates based on zones.
Essentially, you define a page that is the zone template. Each zone template contains one or more zones. Zones are basically just named placeholders for data defined pages which are instances of the template.
Once you have defined a template, you can start creating pages which implement that templace using a zone template instance. The instance provides zone data for each zone in the template.
If you need to go back and change the overall layout of the instance pages, you simply change the template, as one might expect.
Zone templates differ from scaffolds in a few ways:

Version 1.2 has only been tested on Confluence 2.2.9. The utilities-plugin is no longer needed.
Selected Tags
Related Tags
Sponsored Links
Top Contributors
Groups interested in confluence
-
Wiki
Käytä Wikiä, siellä missä olet
Items: 2 | Visits: 2
Created by: Tomas Park
-
political economy
The theme for this list is ...
Items: 3 | Visits: 1
Created by: Mark Moore
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo
