Hi, Following up on my previous email we have several pbs in our current syntax: * we need to forbid "=" in doc names * we need to forbid "|" and ">" in doc names Hence Sergiu and I have brainstormed and we propose the following: label>ref>>param1=value1 ... paramN=valueN and label|ref||param1=value1 ... paramN=valueN Here's my +1 Thanks -Vincent
On Sun, Oct 5, 2008 at 5:30 PM, Vincent Massol <[email protected]> wrote:
Hi,
Following up on my previous email we have several pbs in our current syntax: * we need to forbid "=" in doc names * we need to forbid "|" and ">" in doc names
Hence Sergiu and I have brainstormed and we propose the following:
label>ref>>param1=value1 ... paramN=valueN
and
label|ref||param1=value1 ... paramN=valueN
Here's my +1
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
+1 -- Thomas Mortagne
On Sun, Oct 5, 2008 at 9:00 PM, Vincent Massol <[email protected]> wrote:
Hi,
Following up on my previous email we have several pbs in our current syntax: * we need to forbid "=" in doc names * we need to forbid "|" and ">" in doc names
Great!, then I can use some of these symbols for grouping in webdav (to avoid page vs group conflicts). Big +1
Hence Sergiu and I have brainstormed and we propose the following:
label>ref>>param1=value1 ... paramN=valueN
and
label|ref||param1=value1 ... paramN=valueN
+1 Small obvious question, how are these parameters separated from one another ? is it a comma separated list like param1=value1,parama2=value2, ...... paramN=valueN or .. ? Thanks. - Asiri
Here's my +1
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
On Oct 6, 2008, at 5:15 AM, Asiri Rathnayake wrote:
On Sun, Oct 5, 2008 at 9:00 PM, Vincent Massol <[email protected]> wrote:
Hi,
Following up on my previous email we have several pbs in our current syntax: * we need to forbid "=" in doc names * we need to forbid "|" and ">" in doc names
Great!, then I can use some of these symbols for grouping in webdav (to avoid page vs group conflicts).
Big +1
Hence Sergiu and I have brainstormed and we propose the following:
label>ref>>param1=value1 ... paramN=valueN
and
label|ref||param1=value1 ... paramN=valueN
+1
Small obvious question, how are these parameters separated from one another ? is it a comma separated list like param1=value1,parama2=value2, ...... paramN=valueN or .. ?
Spaces. The syntax is consistent with the one for passing parameters using (% ... %) and with parameters in macros. Note that you should normally use quotes as in, especially if you want to have a space in the value: param1="value1" Thanks -Vincent
Here's my +1
Thanks -Vincent
Asiri Rathnayake wrote:
On Sun, Oct 5, 2008 at 9:00 PM, Vincent Massol <[email protected]> wrote:
Hi,
Following up on my previous email we have several pbs in our current syntax: * we need to forbid "=" in doc names * we need to forbid "|" and ">" in doc names
Great!, then I can use some of these symbols for grouping in webdav (to avoid page vs group conflicts).
Big +1
No, this is not a proposal. This is a problem with the old syntax proposal, which is avoided with the new proposal. So, = is not forbidden. | and > are, at least for the moment. -- Sergiu Dumitriu http://purl.org/net/sergiu/
Vincent Massol wrote:
Hi,
Following up on my previous email we have several pbs in our current syntax: * we need to forbid "=" in doc names * we need to forbid "|" and ">" in doc names
Hence Sergiu and I have brainstormed and we propose the following:
label>ref>>param1=value1 ... paramN=valueN
+1
and
label|ref||param1=value1 ... paramN=valueN
Here's my +1
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
+1 On Sun, Oct 5, 2008 at 5:30 PM, Vincent Massol <[email protected]> wrote:
Hi,
Following up on my previous email we have several pbs in our current syntax: * we need to forbid "=" in doc names * we need to forbid "|" and ">" in doc names
Hence Sergiu and I have brainstormed and we propose the following:
label>ref>>param1=value1 ... paramN=valueN
and
label|ref||param1=value1 ... paramN=valueN
Here's my +1
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Jean-Vincent Drean
participants (6)
-
Asiri Rathnayake -
Jean-Vincent Drean -
Marius Dumitru Florea -
Sergiu Dumitriu -
Thomas Mortagne -
Vincent Massol