I'm looking for information on page templates. If a template is modified, do pages built from that template get updated automaticaly?

Posted by patrickwynne at Dec 02, 2004 08:20
|
Is setting up the database required in Confluence 1.3.5? I have never seen the setup wizard loaded up for this. Do I need to edit some config files instead? May I know what the database is for?
Currently, I am using Tomcat 5.5.9 and the evaluation WAR version of Confluence 1.3.5.
Is there a detailed user guide for Confluence? Or any pointer?

Posted by at Apr 27, 2005 13:51
|
Is there any doc for RSS support or RDF?

Posted by at May 31, 2005 07:11
|
How can I seperate a page?
Like This:
This is page
One cloumn here One cloumn here One cloumn here ....
Thanks

Posted by at Jul 14, 2005 09:04
|
The notation to use is:
{section}
{column:width=33%}
first column
{column}
{column:width=33%}
second column
{column}
{column:width=33%}
third column
{column}
{section}
Cheers,
Dave

Posted by dave@atlassian.com at Jul 14, 2005 14:51
|
Can Confluence be implemented as a portlet in a JSR-168 Compliant Container?

Posted by at Jul 18, 2005 14:01
|
Not currently. We are planning on adding JSR-168 functionality to Confluence some time in the future, but it is not on our immediate roadmap.

Posted by cmiller at Jul 18, 2005 18:23
|
Thanks but I want to separate pages not colomns; I can't separate different pages in just one pages.I mean; One pages have to inside diffent pages.
For instance;
This is page (A)
This is another page(B) This is another page(C)
text.... text....
A = B + C
Thanks

Posted by at Jul 19, 2005 06:40
|
Sure. If you want to display the contents of multiple pages in the one page as columns, use the include page macro:
{section}
{column:width=50%}
{include:page A}
{column}
{column:width=50%}
{include:page B}
{column}
{section}

Posted by dave@atlassian.com at Jul 19, 2005 14:46
|
hi

Posted by at Aug 05, 2005 01:40
|
I need to include in a page a paragraph with a lot of special characters that should be displayed "as it is".
May I escape the paragraph without having to escape any single character?

Posted by bongiova at Aug 05, 2005 08:17
|
use the {code} macro:
Some |special| {characters} \un\escaped

Posted by tom@atlassian.com at Aug 07, 2005 20:20
|
Im trying to figure out a way to use the RSS publisher built into Confluence to publish other site content outside of Confluence(namely blogs not within Confluence) Is there a way to use just the rss publisher and export it to pages outside of the wiki?

Posted by at Sep 08, 2005 15:29
|
Can we restrict user view to only Tree and also can is it possibe to attach documents as links rather than as ‘attachments’

Posted by at Sep 15, 2005 04:44
|
It is not possible to use Confluence to create an RSS feed for another blog outside of Confluence. How would you see that work? How would Confluence access the data of the blog?

Posted by jens@atlassian.com at Sep 15, 2005 20:53
|
You can modify the templates and remove the links to the other views. If you need assistance with that, please let us know.
Confluence allows you to link files on the file system using the following syntax:
Please note that this functionality was broken when we introduced the new renderer, but will be fixed for the next version. You can find the corresponding issue under:
http://jira.atlassian.com/browse/CONF-3383
However, we recommend you to add the document to Confluence. The main reason for that is that important information don't get lost on the file system and Confluence will index the document and make its content available to the search. This will help you to find files more easily.
Cheers,
Jens

Posted by jens@atlassian.com at Sep 15, 2005 21:09
|