Sun Java Communications Suite Wiki FAQ
This FAQ provides information about how to use the Communications Suite wiki.
- How Print to PDF
- How to Add New Content
- How to Indicate a Non-Sun Contribution
- How Confluence Keeps Track of Pages
- How to Title Your Page
- How to Use Labels
- How to Monitor Wiki Changes
- How To Add Jumplists
- How to Add an Attachment
- How to Remove an Attachment
- How to Subscribe to RSS Feeds
- Choosing a Browser
How Print to PDF
You can export a wiki page to PDF format.
- Sign in to wikis.sun.com.
You must sign in to use this feature. - Choose Export to PDF from the Tools icon.
- Choose to display or save the file.
How to Add New Content
In wikis.sun.com language, to add new content, you add a page. To add a page, follow these instructions.
You can use also use links to create stubs for new pages, then click the link to open that new page and edit it. For example, if you add the link:
[Communications Suite 6 Deployment Example]
after you save your edit, the page displays a link titled "Communications Suite 6 Deployment Example" to a page that has yet to be created. Clicking the link displays the Add Page screen, where you create the page.
It is our policy to keep all pages in the root, unless they logically belong as chapters of a book, in which case those pages should be children of the book's TOC page.
How to Indicate a Non-Sun Contribution
When contributing a new page and you are not a Sun employee, please use the following disclaimer at the top of your page:
{tip:title=Comms Community Contribution}
This article has been received from the Comms Community. It has not yet been verified by Sun.
{tip}
How Confluence Keeps Track of Pages
All pages within one space will have the same URL prefix where a child page or parent page. For example, if you create
yourspace:page1
the URL becomes
http://wikis.sun.com/display/yourspace/page1
If you create a page2 as a second page that is a child (nested page) of page1, the URL becomes
http://wikis.sun.com/display/yourspace/page2
Why Does Confluence Use This Structure?
For a couple of reasons:
- The url is "flat" enabling you to change the nesting without breaking URLs.
- Breadcrumbs, children macros, and other macros use the parent-child relationships and show the pages as a tree hierarchy, for example:
breadcrumb for yourspace:page1 will be Wikis Home > yourspace > page1 breadcrumb for yourspace:page2 will be Wikis Homo > yourspace > page2
By doing this you can organize your content into trees that are very easy for users to navigate.
- Page level permissions (restrictions) apply to the page and all of its children, so if you set the permissions so that only Sun employees can modify page1, the same rule will automatically apply to page2
- You can move a page and all of its children to a different space or under another page in the same space, making it easy to reorganize even big spaces.
- In the future, you should be able to set a watch on a page and all of its children.
How to Title Your Page
Please work with the Communications Suite wiki administrators to title your page. We want to be consistent in how pages are named to help users locate information. In some cases, the Communications Suite wiki administrators will have already created pages for content that we know has to be provided.
How to Use Labels
Confluence enables you to label, or tag pages, with keywords, to help in categorizing information. (Mediawiki uses the term 'category." Other wikis have similar functionality.) You can add labels to pages at any time by using the Labels EDIT link at the top of the page. Look at the list of labels before adding a new label to see if existing labels fit your needs. This wiki uses specific labels and combinations of labels to generate certain pages, so do not remove or change labels from pages.
We are in the process of coming up with a standardized list of labels for the Communications Suite wiki. Stay tuned for details.
Note: It appears that you can perform complex label searches in Confluence. Though not extremely user friendly at the moment, you could type the following in the Search box:
label:( +global?solaris) AND label:( +global?security )
This search returns a list of all the pages tagged with both "solaris" and "security" labels.
Confluence provides a way to view all labels in space. Here are all the labels used by the CommSuite space:
http://wikis.sun.com/labels/listlabels-heatmap.action?key=CommSuite
The bigger the text, the more the label is used. From this page, you can click a label to view all pages tagged with that label.
How to Monitor Wiki Changes
Two ways exist to monitor changes to the wiki, and have the wiki email you of those changes. You need to log in to perform the following two procedures.
- To monitor the entire wiki space:
- Click Space.
- Click Advanced.
- Click Start watching this space.
- To make sure that you receive notifications of pages that you change:
- Edit your profile.
- Select Email Preferences.
- Click the Notify on my actions checkbox.
How To Add Jumplists
Jumplists are mini TOCs that you can insert into a wiki page. Use the following macros to get top-level and section-level jumplists. You have to use the toc-zone macro for section-level macros, like this:
h1. Title
This document summarizes the following:
{toc:minLevel=2|maxLevel=2} <-- This will gather all your h2's at the top.
h2. Topic 1
This section discusses the following:
{toc-zone:minLevel=3|maxLevel=3|location=top|type=list}
h3. Subtopic 1-1
h3. Subtopic 1-2
{toc-zone} <-- The pair of toc-zones defines the section you want the macro to work on.
h2. Topic 2
This section discusses the following:
{toc-zone:minLevel=3|maxLevel=3|location=top|type=list}
h3. Subtopic 2-1
h3. Subtopic 2-2
{toc-zone} <-- A new pair of toc-zones defines a new target section for the macro.
How to Add an Attachment
We are using a centralized page for all attachments on this wiki space. Use the following page to upload an attachment to the Comms wiki.
Communications Suite Attachments
To reference an image from the Communications Suite Attachments page, use this syntax:
!CommSuite:Communications Suite Attachments^image.gif|alt="alt text"!
Be sure to add alt text for the wiki for Section 508.
How to Remove an Attachment
To delete an attachment, you require 'Remove Attachments' permission which is assigned by a space administrator from the Space Administration screens. See Space permissions or contact a space administrator for more information.
To delete an attachment:
- Go to the Communications Suite Attachments page.
- Click on the Tools drop-down menu and select Attachments.
This will display a list of the attachments in the page. - Click on the 'Remove' link beside the attachment you want to delete.
- Click 'OK' to confirm your action.
How to Subscribe to RSS Feeds
Note: You need and RSS-enabled browser to subscribe to RSS Feeds.
- Make sure you are in the CommSuite wiki space.
- Click Browse Space.
- Click the Advanced tab.
- Click RSS Feeds under the Subscribe heading.
- Choose the RSS feeds you want to subscribe to, for example, Pages.
The Subscribe window appears. - Choose how you want to subscribe to the feed(s) and click Subscribe Now.
- Choose the folder in which you want to receive the RSS feeds.
Choosing a Browser
As far as we can tell, wikis.sun.com supports all of the usual browser choices. However, users have reported some problems with Mozilla, but only when editing content, not viewing. Recommendation: Use Firefox when editing content.
