Jean-Vincent Drean wrote:
> 1) Browse Title Bar Text.
> ----------------------------------
> 
> * Current : XWiki - $doc.space - $doc.name
> * Proposal : $doc.displayTitle ($doc.space) - XWiki

+1

> 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" 
> />

+1

> 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

+1. But add CC version: Creative Commons v3 (or v2 if we need law power 
in France)

> 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).

+1

-- 
   Artem Melentyev
_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to