Hi,
I'm currently working on the great patch Evelina has made for the new
xwiki administration.
I'd like to take advantage of this to make some modifications to the
default XWiki Preferences.
1) Browse Title Bar Text.
----------------------------------
* Current : XWiki - $doc.space - $doc.name
* Proposal : $doc.displayTitle ($doc.space) - XWiki
2) HTTP Meta Information
-------------------------------------
* Current :
<meta name="description" content="XWiki for sharing information"
/>
<meta name="keywords" content="wiki" />
<meta name="author" content="" />
<meta name="language" content="en" />
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
* Proposal :
<meta name="description" content="$!doc.displayTitle" />
<meta name="keywords" content="wiki $!doc.tags" />
<meta name="author"
content="$!xwiki.getLocalUserName($doc.getAuthor(), false)" />
<meta name="language" content="$!context.language" />
<meta http-equiv="Content-Type" content="text/html;
charset=$xwiki.encoding" />
3) License
----------------
* Current : This wiki is licensed under a <a
href="http://creativecommons.org/licenses/by/1.0/">Creative
Commons</a> license
* Proposal : This wiki is licensed under a <a
href="http://creativecommons.org/licenses/by/3.0/">Creative
Commons</a> license
4) Version
----------------
* Current : empty, actually it's not even taken into account if filled
* Proposal : XWiki $xwiki.getVersion() - <a
onclick="openURL('http://www.xwiki.org/xwiki/bin/view/Main/Documen…entation',
'_blank'); return false;"
href="http://www.xwiki.org/xwiki/bin/view/Main/Documentation">…
(An administration menu will replace the current Documentation link at
the top right corner, shout if you think it's an error).
I'm +1 with 1) 2) 3) 4) .. indeed.
That's all (at least for the moment).
Thanks,
--
Jean-Vincent Drean