Issue Details (XML | Word | Printable)

Key: BUILDER-661
Type: New Feature New Feature
Status: Open Open
Priority: Trivial Trivial
Assignee: Alain Moran
Reporter: Guy Fraser
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Confluence Extension: Builder

Copyright header

Created: 06/Aug/07 02:57 AM   Updated: 18/Jan/08 01:50 AM
Component/s: Choose theme, manage-layouts, Theme
Affects Version/s: 3.0.0.b3
Fix Version/s: Next Schedule

Time Tracking:
Not Specified


 Description  « Hide
Just another random idea for an option that could be added...

New option for the "Overview" tab in layout manager (also shown read-only on layout chooser) - copyright.

Copyright: <text box for URL>

Note: URL should always be a URL, not page:title - using a proper URL would make conf show "this page was deleted" or "this page is renamed" type thing in those scenarios whereas page:title would just break

If set, output something like this in <html> section:

<link rel="copyright" href="http://www.bbc.co.uk/terms/" />

On the layout chooser, if no copyright URL specified, just display "None", otherwise show URL hyperlinked



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Alain Moran added a comment - 06/Aug/07 10:35 PM
surely the customHTML beforeHeadEnd should be used for this kind of thing, that way it will be shown in all themes.

Guy Fraser added a comment - 07/Aug/07 12:34 AM
It allows people to specify a link to the copyright notice of whatever content is viewed using the layout
<link rel="copyright" href="http://www.bbc.co.uk/terms/" />

BTW, the label for the url text box would prolly be better as: Copyright URL:


Guy Fraser added a comment - 07/Aug/07 12:35 AM
If you want it in all themes, just set it on your master layout and don't override it on any of the others.

The key thing here is that there are wikis where content in different spaces has different copyright. Layouts are the only place to properly deal with this particular feature.


Guy Fraser added a comment - 18/Jan/08 01:50 AM
FYI: A combination of copyright macro and this ponder would do the trick - then again, in most cases, copyright macro will be in the theme therefore too late to use the api