Jean-Vincent Drean wrote:
> 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/Documentation',
> '_blank'); return false;"
> href="http://www.xwiki.org/xwiki/bin/view/Main/Documentation";>Documentation</a>
> 
> (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).

+1 for all.
-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to