[xwiki-devs] [VOTE] Modifications on default XWiki Preferences (XE)
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). Thanks, -- Jean-Vincent Drean
definitely +1 for 1) regular +1 for the others :) Jerome.
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). Thanks, -- Jean-Vincent Drean _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
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/
On Jun 20, 2008, at 7:01 PM, 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
+0
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 maybe we should say "Creative Commons v3.0" or use this instead: http://tinyurl.com/5jwj8p BTW I've used http://creativecommons.org/license/ to pick the license and it says v2.0 in the end... any idea why is that?
4) Version ----------------
What is this version? If it's meant to override the version.properties file then I'd be +1 to remove this field altogether since I don't think people should change it easily.
* 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>
1) I don't think it's XWiki's version since XWiki doesn't mean much. It should be the product version. 2) I'm not sure about putting Documentation. I think I'd prefer putting a link to http://xwiki.org with the text "XWiki.org".
(An administration menu will replace the current Documentation link at the top right corner, shout if you think it's an error).
+1 Thanks -Vincent
I'm +1 with 1) 2) 3) 4) .. indeed.
That's all (at least for the moment). Thanks,
Vincent Massol wrote:
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 maybe we should say "Creative Commons v3.0" or use this instead: http://tinyurl.com/5jwj8p BTW I've used http://creativecommons.org/license/ to pick the license and it says v2.0 in the end... any idea why is that?
I think it because v3 is unadapted (unported) yet in France law. So if we want CC law power in France, we should use CC v2 (link= http://creativecommons.org/licenses/by/2.0/) instead of v3. BTW: In Russia CC has no law power completely, yet. :) -- Artem Melentyev
On Fri, Jun 20, 2008 at 10:52 PM, Vincent Massol <[email protected]> wrote:
On Jun 20, 2008, at 7:01 PM, Jean-Vincent Drean wrote:
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 maybe we should say "Creative Commons v3.0" or use this instead: http://tinyurl.com/5jwj8p BTW I've used http://creativecommons.org/license/ to pick the license and it says v2.0 in the end... any idea why is that?
As Artem stated is likely because of the jurisdiction you've picked. I guess it's safer to use the v2.0 for now. +1 to make visible the version of the license.
4) Version ----------------
What is this version? If it's meant to override the version.properties file then I'd be +1 to remove this field altogether since I don't think people should change it easily.
I was going to remove the field when I thought that people may like to be able to customize this line easily (to put a product name for example) or to put some words about their wiki instead of the xwiki version there.
* 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>
1) I don't think it's XWiki's version since XWiki doesn't mean much. It should be the product version.
Right, it would be XWiki Enterprise $xwiki.version for XE for example.
2) I'm not sure about putting Documentation. I think I'd prefer putting a link to http://xwiki.org with the text "XWiki.org".
Not sure about this one. -- Jean-Vincent Drean
On Jun 21, 2008, at 3:57 PM, Jean-Vincent Drean wrote:
On Fri, Jun 20, 2008 at 10:52 PM, Vincent Massol <[email protected]> wrote:
On Jun 20, 2008, at 7:01 PM, Jean-Vincent Drean wrote:
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 maybe we should say "Creative Commons v3.0" or use this instead: http://tinyurl.com/5jwj8p BTW I've used http://creativecommons.org/license/ to pick the license and it says v2.0 in the end... any idea why is that?
As Artem stated is likely because of the jurisdiction you've picked. I guess it's safer to use the v2.0 for now. +1 to make visible the version of the license.
4) Version ----------------
What is this version? If it's meant to override the version.properties file then I'd be +1 to remove this field altogether since I don't think people should change it easily.
I was going to remove the field when I thought that people may like to be able to customize this line easily (to put a product name for example) or to put some words about their wiki instead of the xwiki version there.
Then I'd prefer a footer text field that replaces the full footer in that case or something like this. Thanks -Vincent
* 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>
1) I don't think it's XWiki's version since XWiki doesn't mean much. It should be the product version.
Right, it would be XWiki Enterprise $xwiki.version for XE for example.
2) I'm not sure about putting Documentation. I think I'd prefer putting a link to http://xwiki.org with the text "XWiki.org".
Not sure about this one.
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
+1 for all On Fri, Jun 20, 2008 at 7:01 PM, Jean-Vincent Drean <[email protected]> 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). Thanks, -- Jean-Vincent Drean _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
participants (6)
-
Artem Melentyev -
Jean-Vincent Drean -
Jerome Velociter -
Sergiu Dumitriu -
Thomas Mortagne -
Vincent Massol