Re: [xwiki-users] New product proposal and request for volunteers

2008-02-06 Thread Paul Grodt
Re the Latex export, here's the plan: we're currently working on a new architectural version of the xwiki rendering mechanism. The new mechanism will be able to use tools like Maven Doxia which already has a Latex sink, this means that we'll get the latex export for free when we've finished

[xwiki-users] Macros in XWiki.org dev guide

2008-01-30 Thread Paul Grodt
The dev guides do a fine job explaining the use of groovy and velocity code snippets. They also explain how to develop applications and plugins by creating classes. However they don't do much to explain the creation of macros; that or I'm failing to find this. I greatly prefer using macros over

Re: [xwiki-users] Macros in XWiki.org dev guide

2008-01-30 Thread Paul Grodt
again. -Paul Grodt ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] How to upgrade xwiki 1.1.2 stable to 1.1.2 milestone2?

2007-11-28 Thread Paul Grodt
That's a good question, as I had the same confusion when I first upgraded. Basically, the installer automates 4 major steps: Install the WAR, install a servlet engine (Jetty), install the database (HSQL), and install the XAR. So upgrading overtop of the installer is really not much different

[xwiki-users] Albatros menubar questions

2007-11-28 Thread Paul Grodt
Why does the top menubar go away when in edit mode? Is this by design? Shouldn't there be an option within the Show menu to return to the original article? I realize you can just click on the last leaf in the parentage tree (or whatever it's called, sorry), but that seems less intuitive. When

Re: [xwiki-users] Code highlighting

2007-11-28 Thread Paul Grodt
-Vincent On Nov 27, 2007, at 6:19 PM, Paul Grodt wrote: I'm interested in adding support for rudimentary highlighting of C++ within the code macro. Should this be a separate issue from http://jira.xwiki.org/jira/browse/XWIKI-864 ({code} macro should support highlighting for radeox

[xwiki-users] Code highlighting

2007-11-27 Thread Paul Grodt
I'm interested in adding support for rudimentary highlighting of C++ within the code macro. Should this be a separate issue from http://jira.xwiki.org/jira/browse/XWIKI-864 ({code} macro should support highlighting for radeox and velocity), or should this issue be extended to include it? Should

[xwiki-users] Camel Case

2007-11-20 Thread Paul Grodt
What bit of code is inserting spaces into my CamelCase links by default? Is there any easy way to deactivate this? Thanks, Paul D. Grodt TECORE Wireless Systems ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Camel Case

2007-11-20 Thread Paul Grodt
]. The display of AnotherPage prints a link that looks like Sample Page. I wish it to literally display as SamplePage. -Paul Grodt ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] LDAP and Users/Groups

2007-11-16 Thread Paul Grodt
On November 16, 2007 6:37 AM, [EMAIL PROTECTED] wrote: On Nov 16, 2007 1:51 AM, [EMAIL PROTECTED] wrote: What is wrong? Does the user need to have an account on the system before LDAP will work? How do I get it to not add the user to the XWikiAllGroup three times on each login?

Re: [xwiki-users] XWiki scripting for end user (not Groovy)

2007-11-16 Thread Paul Grodt
Hi, First: I am rather new to XWiki. I am checking XWiki's scripting capabilities. The possibility of using Groovy and Velocity directly within pages is a nice feature. But I was wondering if there was an easier way to integrate dynamic contents into wiki pages. Groovy is easier than

Re: [xwiki-users] escaping almost everything

2007-11-16 Thread Paul Grodt
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vincent Massol Sent: Friday, November 16, 2007 11:33 AM To: XWiki Users Subject: Re: [xwiki-users] escaping almost everything Hi Paul, On Nov 16, 2007, at 5:20 PM, Paul Grodt wrote

[xwiki-users] escaping almost everything

2007-11-16 Thread Paul Grodt
With the exception of backslashing individual characters, is there any way I could prevent wiki syntax rendering, and Groovy/Velocity rendering? To put it another way, is there any way I can prevent rendering of everything BUT HTML? As a musing, (speaking with essentially no Groovy/Velocity