Skip to content
Skip to breadcrumbs
Skip to header menu
Skip to action menu
Skip to quick search
Quick Search
Browse
Pages
Blog
Labels
Attachments
Mail
Advanced
What’s New
Space Directory
Feed Builder
Keyboard Shortcuts
Confluence Gadgets
Log In
Sign Up
Dashboard
Berkano
Copy Page
You are not logged in. Any changes you make will be marked as
anonymous
. You may want to
Log In
if you already have an account. You can also
Sign Up
for a new account.
This page is being edited by
.
Paragraph
Paragraph
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Preformatted
Quote
Bold
Italic
Underline
More colours
Strikethrough
Subscript
Superscript
Monospace
Clear Formatting
Bullet list
Numbered list
Outdent
Indent
Align left
Align center
Align right
Link
Table
Insert
Insert Content
Image
Link
Attachment
Symbol
Emoticon
Wiki Markup
Horizontal rule
tinymce.confluence.insert_menu.macro_desc
Info
JIRA Issue
Status
Gallery
Tasklist
Table of Contents
Other Macros
Page Layout
No Layout
Two column (simple)
Two column (simple, left sidebar)
Two column (simple, right sidebar)
Three column (simple)
Two column
Two column (left sidebar)
Two column (right sidebar)
Three column
Three column (left and right sidebars)
Undo
Redo
Find/Replace
Keyboard Shortcuts Help
<p><table class="wysiwyg-macro" data-macro-name="excerpt" data-macro-parameters="atlassian-macro-output-type=BLOCK" style="background-image: url(/plugins/servlet/confluence/placeholder/macro-heading?definition=e2V4Y2VycHQ6YXRsYXNzaWFuLW1hY3JvLW91dHB1dC10eXBlPUJMT0NLfQ&locale=en_GB&version=2); background-repeat: no-repeat;" data-macro-body-type="RICH_TEXT"><tr><td class="wysiwyg-macro-body"><p>One of the main ideas behind starting Berkano - still far from mature unfortunately - provides a simple api to manage bookmarks: can be used to form navigation menus, in such a way that they're user customizable, for instance.</p></td></tr></table></p> <table class="wysiwyg-macro" data-macro-name="panel" data-macro-parameters="title=Some text to review" style="background-image: url(/plugins/servlet/confluence/placeholder/macro-heading?definition=e3BhbmVsOnRpdGxlPVNvbWUgdGV4dCB0byByZXZpZXd9&locale=en_GB&version=2); background-repeat: no-repeat;" data-macro-body-type="RICH_TEXT"><tr><td class="wysiwyg-macro-body"> <p>berkano-bookmarks</p> <ul> <li>navigation: <ul> <li>defines named menus (with "links" or "items")</li> <li>each item can have other related items.<br /> > or an item can have one default children-item and all its childrens together would form the related items</li> </ul> </li> </ul> <ul> <li> <ul> <li>There could be, for instance a "main" menu, which would define, the top-bar navigation of the site, for instance.<br /> But then you also have another menu named "photo tools", which would be refered to by its name, on the "photo_details" view, for instance.</li> </ul> </li> </ul> <ul> <li>users could also have their own set of bookmarks (as a tree), self-manageable, or per group(s), manageable by super users</li> </ul> <ul> <li>implementations of the Bookmark interface <ul> <li>simple : a complete url (<a class="external-link" href="http://www.google.com" rel="nofollow">http://www.google.com</a>), a name and a description.</li> <li>dynamic : parameters in the url. could be stored, or given at runtime</li> <li>internal : simple, but doesn't store the host nor context</li> <li>dynamic+internal : uhuh<br /> Can't all these be a single impl ? > maybe not the dynamic one, if we want parameters at runtime.</li> </ul> </li> </ul> <ul> <li>i18n ?</li> </ul> </td></tr></table> <table class="wysiwyg-macro" data-macro-name="panel" data-macro-parameters="title=Some old ugly wiki page" style="background-image: url(/plugins/servlet/confluence/placeholder/macro-heading?definition=e3BhbmVsOnRpdGxlPVNvbWUgb2xkIHVnbHkgd2lraSBwYWdlfQ&locale=en_GB&version=2); background-repeat: no-repeat;" data-macro-body-type="RICH_TEXT"><tr><td class="wysiwyg-macro-body"> <p>This is an idea that just popped up in my mind.</p> <p>Instead of having fixed "tabs" and stuff, why not use a bookmark system?</p> <p>Users will often want to have a homepage that groups different links they often use, but these might be too numerous to each be a "tab".</p> <p>So I tought of the following:</p> <ul> <li>users should be able to bookmark any current page they're viewing</li> <li>users should also be able to bookmark any url.</li> </ul> <p>This will come down to two types of bookmarks:</p> <ul> <li>external : for casual urls</li> <li>internal : for swaf "subapplications"</li> </ul> <p>External urls will be dead easy to handle, and there will be no discussion about this (I guess<img class="emoticon emoticon-wink" data-emoticon-name="wink" border="0" src="/s/en_GB/3278/15/_/images/icons/emoticons/wink.png" alt="(wink)" title="(wink)" />)</p> <p>Internal bookmarks, on the other hand, will raise a couple of questions:</p> <ul> <li>what should be stored? The url will probably be no good, because there's no guarantee that the url will still be valid, for example if the portal gets reinstalled with new subapplications, etc</li> <li>to what extend should context be stored? Should all request parameters be stored? This would probably lead to unwanted behaviour, because session attributes will be missing. And it's not wanted to save these with the bookmarks. (except maybe if we can make a clear separation between what needs to be stored and what doesn't, but this will make sub applications too tied to swaf; except if we find a way that apps can run outside swaf, but if they're swaf-aware, some session context stuff might be saved? ... All this sounds a bit bloated. Is this really needed? See below for more...</li> <li>users might want some context to be saved in their bookmarks, for example to have bookmarks for a search they often do. Could this eventually mean that only GET request parameters would need to be stored? Are they even separated in an HttpServletRequest?? (Maybe, like sort of proposed above, we would let swaf-aware applications/modules/actions declare what parameters they need stored with bookmarks, if they can be bookmarked, etc... ???)</li> </ul> <p>Bookmarks can be grouped in folders, and, like in most modern browsers, there will be a special folder ("Bookmarks Toolbar Folder" in Firebird) which will make bookmarks in there appear in the "tab" area of the page header.</p> <p>If the user's homepage is a blog/wiki, (s)he should be able to use a special "macro" that will display her bookmarks nicely. We should probably also foresee a <a class="confluence-link unresolved" data-content-title="SwafTags" data-linked-resource-default-alias="SwafTags" href="#">SwafTags</a> module for a SwafBookmarks tag.</p> <p>– Main.gj - 17 May 2004 </p></td></tr></table>
Please type the word appearing in the picture.
Attachments
Labels
Location
Watch this page
< Edit
Preview >
Loading…
Save
Cancel
Next hint
search
attachments
weblink
advanced