Many thanks, Sergiu and Ludovic.
I tried the 2 samples from Ludovic and they didn't show the numbered lists
in the 1.0 b4 version I have.
I tried the first sample from Sergiu, it gives the following error:
Error number 4001 in 4: Error while parsing velocity page Sandbox.ListTest2
Wrapped Exception: Lexical error:
org.apache.velocity.runtime.parser.TokenMgrError: Lexical error at line
11, column 0. Encountered: <EOF> after : ""
com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while parsing
velocity page Sandbox.ListTest2
Wrapped Exception: Lexical error:
org.apache.velocity.runtime.parser.TokenMgrError: Lexical error at line
11, column 0. Encountered: <EOF> after : ""
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:142)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:98)
at com.xpn.xwiki.render.XWikiRenderingEngine.renderText(XWikiRenderingEngine
Then I tried the snd sample from Sergiu and it works perfectly.
So I think in order to mix ordered/unordered list, we need to ask users to
follow the syntax in Sergiu's 2nd sample code in the wiki editor and avoid
using the "#". Do NOT let the users use the WYSIWYG editor for this kind
of mixed-list content because it will distort the correct wiki syntax.
So I guess the only issue we are facing is how to produce this correct
wiki syntax from the WYSIWYG editor and vice versa - a difficult task.
But now at least we have a way to make it work.
Best regards,
-Jimmy
----- Original Message -----
From: Sergiu Dumitriu
To:
Sent: Friday, March 16, 2007 2:04 AM
Subject: Re: [xwiki-users] Re: WYSIWYG editor problem (2nd call)
The generated code is wrong. It should be like this:
# Overview of the ORIS Workplace
#* Document checkin/checkout/versions
#* Viewing tasks
# Resources for help documents{style}
#* DIS Workplace->SOP & Policy -> Help
#* Portal Info Center
#* Discussion Forum in DIS Workplace
# DIS Mandatory Training Demo
# Excercises
Indeed, '##' is not supported, but there's '11.' which is supported. So we
should use '1.' instead of '#' for numbered lists:
1. Overview of the ORIS Workplace
1*. Document checkin/checkout/versions
1*. Viewing tasks
1. Resources for help documents{style}
1*. DIS Workplace->SOP & Policy -> Help
1*. Portal Info Center
1*. Discussion Forum in DIS Workplace
1. DIS Mandatory Training Demo
1. Excercises
This should work just fine.
Maybe the new editor should work like this.
Sergiu
On 3/16/07, Ludovic Dubost < ludovic(a)xwiki.com> wrote:
Hi,
Right I've reproduce the weird behavior you are experiencing..
This would need some bug created on http://jira.xwiki.org
Now one interesting question would be what the correct behavior should
be (except being consistent between wysiwyg, wiki and rendering):
Should this code render:
1 Overview of the ORIS Workplace
* Document checkin/checkout/versions
* Viewing tasks
1 Resources for help documents{style}
* DIS Workplace->SOP & Policy -> Help
* Portal Info Center
* Discussion Forum in DIS Workplace
1 DIS Mandatory Training Demo
2 Excercises
or
1 Overview of the ORIS Workplace
* Document checkin/checkout/versions
* Viewing tasks
2 Resources for help documents{style}
* DIS Workplace->SOP & Policy -> Help
* Portal Info Center
* Discussion Forum in DIS Workplace
3 DIS Mandatory Training Demo
4 Excercises
Also Currently ## is not allowed since it is a velocity comment.. so
embedded numbering doesn't work
Ludovic
jimmy(a)comkraft.com a écrit :
> Sorry to repost this question. But I am curious if anyone of you has also
> experienced the same problem: i.e. if you mix numbered bullet points and
> regular bullet points, you will lose the numbering and the layout changes
> quite a bit.
> The following wiki syntax will produce some unexpected results.
>
> *Agenda*
>
> # Overview of the ORIS Workplace
> ** Document checkin/checkout/versions
> ** Viewing tasks
> # Resources for help documents{style}
> ** DIS Workplace->SOP & Policy -> Help
> ** Portal Info Center
> ** Discussion Forum in DIS Workplace
> # DIS Mandatory Training Demo
> # Excercises
>
> I remember seeing posting regarding similar editor (wiki and wysiwyg
> editor) issues before but haven't seen a definite answer yet.
>
> Thank you in advance.
>
> -Jimmy
>
>
>> Hi, Folks,
>>
>> We have problems to use bullet points in the WYSIWYG editor (in both beta
>> 4 and beta 5 version).
>> If we mix order bullets (1,2,3,...) with unordered bullets (*...), the
>>
>> WYSIWYG editor shows one layout,
>> wiki editor shows another
>> the View screen shows a 3rd different layout
>>
>> I experienced similar problem in previous versions of xwki (e.g. 0.984
>> etc). A sample page is at:
>> http://sandbox.xwiki.org/xwiki/bin/view/Main/ORIS+KM
>>
>> Please let me know if this is a known bug and I really have to get this
>> problem solved before promoting xwiki in my organization.
>>
>> Thanks
>>
>> -Jimmy
>>
>>
>
>
>
>
> ------------------------------------------------------------------------
>
>
> --
> You receive this message as a subscriber of the
xwiki-users(a)objectweb.org mailing list.
> To unsubscribe: mailto:xwiki-users-unsubscribe@objectweb.org
> For general help: mailto: sympa(a)objectweb.org?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
--
Ludovic Dubost
Blog: http://www.ludovic.org/blog/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
AIM: nvludo Yahoo: ludovic
--
You receive this message as a subscriber of the xwiki-users(a)objectweb.org
mailing list.
To unsubscribe: mailto: xwiki-users-unsubscribe(a)objectweb.org
For general help: mailto:sympa@objectweb.org?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
--
http://purl.org/net/sergiu
--------------------------------------------------------------------------------
--
You receive this message as a subscriber of the xwiki-users(a)objectweb.org
mailing list.
To unsubscribe: mailto:xwiki-users-unsubscribe@objectweb.org
For general help: mailto:sympa@objectweb.org?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Hi everyone,
Good news, XWiki has been accepted by Google as a participating
organization for GSoC 2007 (http://code.google.com/soc/) :-)
So far we have 17 projects we're proposing to students. They're
listed on http://www.xwiki.org/xwiki/bin/view/GoogleSummerOfCode/.
Just to wet everyone's appetite here's the current list:
- Subversion Integration
- Google Web Toolkit Wykiwyg Editor
- OpenOffice Plugin
- WebDAV API
- Google Docs Integration
- Office Import
- WikiModel Integration
- IDE Editor Integration
- Social Networking Functionalities
- Collaborative tools on top of xwiki
- AJAX Interface Improvements
- Storage Improvements
- ApplicationWizard
- XWikiOffline
- GadgetsIntegration
- FunctionalTestSuite
- Skin wizard
It's also possible to propose new projects (on the same page, at the
bottom of the page there's a new project submission form).
Anyone who's a student can apply at http://groups.google.com/group/
google-summer-of-code-announce/web/guide-to-the-gsoc-web-app-for-
student-applicants
Even if you're not a student yourself you can help by:
- proposing new ideas of projects
- spreading the word (on your blog, by talking to friends, sending
emails to students you know, etc) that XWiki is looking for bright
students to register for implementing a XWiki project.
Thanks everyone
-Vincent
Hi,
I'm new to XWiki.
I've configured it behind Apache (XWiki is running
on the same host and listening on tcp/7070).
Apache uses a simple RewriteRule to send all trafic to
XWiki.
That works fine, except when I change the Xwiki configuration
to request authentication of all visitors. In this case,
the (unauthenticated) visitor is redirected to:
http://localhost:7070/xwiki/bin/login/XWiki/XWikiLogin;jsessionid=22...
instead of http://mywiki.fr/xwiki/bin/login/XWiki/XWikiLogin...
The same thing occurs when my administrator session expires, but
the all other links (including "Log-In) work.
Seems to me like a bug or misconfiguration.
Any idea ?
Thanks for your help
Emmanuel
Sorry to repost this question. But I am curious if anyone of you has also
experienced the same problem: i.e. if you mix numbered bullet points and
regular bullet points, you will lose the numbering and the layout changes
quite a bit.
The following wiki syntax will produce some unexpected results.
*Agenda*
# Overview of the ORIS Workplace
** Document checkin/checkout/versions
** Viewing tasks
# Resources for help documents{style}
** DIS Workplace->SOP & Policy -> Help
** Portal Info Center
** Discussion Forum in DIS Workplace
# DIS Mandatory Training Demo
# Excercises
I remember seeing posting regarding similar editor (wiki and wysiwyg
editor) issues before but haven't seen a definite answer yet.
Thank you in advance.
-Jimmy
> Hi, Folks,
>
> We have problems to use bullet points in the WYSIWYG editor (in both beta
> 4 and beta 5 version).
> If we mix order bullets (1,2,3,...) with unordered bullets (*...), the
>
> WYSIWYG editor shows one layout,
> wiki editor shows another
> the View screen shows a 3rd different layout
>
> I experienced similar problem in previous versions of xwki (e.g. 0.984
> etc). A sample page is at:
> http://sandbox.xwiki.org/xwiki/bin/view/Main/ORIS+KM
>
> Please let me know if this is a known bug and I really have to get this
> problem solved before promoting xwiki in my organization.
>
> Thanks
>
> -Jimmy
>
Hello all,
I want to change the Xwiki to other language, such as Chinese.
I read document this adress
http://www.xwiki.org/xwiki/bin/view/FAQ/HowDoIChangeTheDefaultLanguage. But
I still don't know how to change to Chinese.
Do xwiki has something like language-pack which can put somewhere. Then user
can change language conveniently. Or if I have to translate it by myself,
can you give me some instructions?
Thanks,
Wang Ning
Hi,
We're currently using mailing lists and IRC (and person2person chats) for
answering user questions. But:
- IRC has no history (yet; when's that bot coming online?)
- mailing lists are not that easy to browse and search.
Should we make a forum for users?
Pro
- One place where users can find information, organized by topics
- Users are used to posting on forums, and we might get a larger community
Con
- Soon it will get too crowded, and (some) developers won't have the time to
answer all the emails; we need a strong community, and advanced users
knowing the code, and for this we need documentation
As a developer, I'd stick to mailing lists.
As a user, I'd say forum.
What's your opinion?
--
http://purl.org/net/sergiu
Forum - Yes.
_____
From: Sergiu Dumitriu [mailto:sergiu.dumitriu@gmail.com]
Sent: Tuesday, March 13, 2007 4:36 PM
To: xwiki-users(a)objectweb.org
Subject: [xwiki-users] Do we need a forum?
Hi,
We're currently using mailing lists and IRC (and person2person chats)
for answering user questions. But:
- IRC has no history (yet; when's that bot coming online?)
- mailing lists are not that easy to browse and search.
Should we make a forum for users?
Pro
- One place where users can find information, organized by topics
- Users are used to posting on forums, and we might get a larger
community
Con
- Soon it will get too crowded, and (some) developers won't have the
time to answer all the emails; we need a strong community, and advanced
users knowing the code, and for this we need documentation
As a developer, I'd stick to mailing lists.
As a user, I'd say forum.
What's your opinion?
--
http://purl.org/net/sergiu
Hi, Folks,
We have problems to use bullet points in the WYSIWYG editor (in both beta
4 and beta 5 version).
If we mix order bullets (1,2,3,...) with unordered bullets (*...), the
WYSIWYG editor shows one layout,
wiki editor shows another
the View screen shows a 3rd different layout
I experienced similar problem in previous versions of xwki (e.g. 0.984
etc). A sample page is at:
http://sandbox.xwiki.org/xwiki/bin/view/Main/ORIS+KM
Please let me know if this is a known bug and I really have to get this
problem solved before promoting xwiki in my organization.
Thanks
-Jimmy
Hi all,
New to xwiki and trying to gather all the available support resources.
While trying to subscribe xwiki-announce email list I got the following error message...
----
The original message was received at Wed, 28 Feb 2007 20:37:51 +0100 (CET)
from 231.Red-80-34-100.staticIP.rima-tde.net [80.34.100.231]
----- The following addresses had permanent fatal errors -----
<xwiki-announce-subscribe(a)objectweb.org>
(reason: 550 Unknown local part xwiki-announce-subscribe in <xwiki-announce-subscribe(a)objectweb.org>)
----- Transcript of session follows -----
... while talking to cvs.objectweb.org.:
>>> DATA
<<< 550 Unknown local part xwiki-announce-subscribe in <xwiki-announce-subscribe(a)objectweb.org>
550 5.1.1 <xwiki-announce-subscribe(a)objectweb.org>... User unknown
<<< 503 Valid RCPT TO <recipient> must precede DATA
-----
But, when trying to do the same from http://www.objectweb.org/wws/info/xwiki-announces it worked fine.
Could this behaviour be a symptom of any problem with the subscription process?
HTH,
Ricardo
--
Ricardo Rodríguez
Your XEN ICT Team
Both! Time ago I've had the same doubt with a group I have worked with. Sorry, I don't longer manage this group and it seems to me that their forums are dead. The solution that time was a free access license of JiveForum. I think this kind of license doesn't exist any more for JiveForum from JiveSoftware (http://www.jivesoftware.com/), but taking into account that this was some years ago, now you will find nice software with the same or even better features within ObjectWeb founding members!!! And I am sure that if you contact JiveSoftware you could reach some kind of agreement to use an updated release. I withdrew of using this software because the free edition doesn't allow me to manage the forum users database by connecting the software to my LDAP server.
By using this software, it was a bit tricky to follow a thread if the title of a message is modified in a reply, but I think the behaviour is acceptable. I think I could create a example in one of my servers at http://xen.net:8090/forum/ or even move it to a more reliable server hosted in the Supercomputing Center of Galicia, Spain.
Just my 2 cents!
Ricardo
--
Ricardo Rodríguez
Your XEN ICT Team
>>> Sergiu Dumitriu<sergiu.dumitriu(a)gmail.com> 14/3/2007 00:36 >>>
Hi,
We're currently using mailing lists and IRC (and person2person chats) for answering user questions. But:
- IRC has no history (yet; when's that bot coming online?)
- mailing lists are not that easy to browse and search.
Should we make a forum for users?
Pro
- One place where users can find information, organized by topics
- Users are used to posting on forums, and we might get a larger community
Con
- Soon it will get too crowded, and (some) developers won't have the time to answer all the emails; we need a strong community, and advanced users knowing the code, and for this we need documentation
As a developer, I'd stick to mailing lists.
As a user, I'd say forum.
What's your opinion?
--
http://purl.org/net/sergiu