|
The following URLs are supported in Vibe, and might appear in the table above.
|
|
Permalinks
|
Permalinks are URLs that remain constant over time, and are used to reference individual workspaces, folders and entries. You can use them as bookmarks, or e-mail them to others. Copy and paste them as needed.
|
|
E-mail Addresses
|
If the folder owner has set up an e-mail address for this folder, then you can add entries directly into the folder via e-mail.
|
|
WebDAV URL
|
Use the WebDAV URL to access a folder directly as a file directory. Applications such as Windows Explorer and Microsoft Office can use a WebDAV URL to directly access the files stored in a Vibe folder.
|
|
iCal URL
|
You can use this URL to synchronize Vibe task and calendar folders to your desktop calendar application.
|
|
RSS URL
|
Folders can also be accessed using an RSS or ATOM Feed Reader or directly from the file system. Copy the RSS URL below and paste it into your RSS reader to access this folder as an RSS feed.
|
You have entered "bucket" mode. After some number of sub-folders we go into a display mode where we add another layer of branches in the tree that displays the folder tree. This layer breaks the remaining sub-folders into buckets alphabetically. We do this to solve the case where there are thousands of items at a level in the tree. The performance would be terrible if we didn't do this. Consider the case of having 10,000 users on the system (or 100,000 users). The "Personal Workspaces" tree could take minutes to display. So, we "bucketize" it.
I believe that the bucketing starts when you reach 25 sub-folders. But this value can be raised by adding:
wsTree.maxBucketSize=50
to the ssf-ext.properties file in the webapps\ssf\WEB-INF\classes\config directory in your installation. This would increase the number to 50 before you see buckets.