All,
I wanted to know the best way to integrate content from 2
different xwiki sites. For example, there are 2 xwiki sites (A and B) and
A wants to include content from B however have it look like it hosted in
A.
So, what is the best way of doing this? I know you can get the XML, parse
the content and include into xwiki A however are there any internal
methods to do this?
Thanks,
Frank (Tony) Nuzzi
AIS - Install Solution Developer
Phone 838-3781, t/l 678-3781
External E-mail - fanuzzi(a)us.ibm.com
Hi guys,
If I asked the question below, yesterday, that's because I was working on a
xwiki evaluation based on the open-source method qsos. Indeed, in the
generic section of the qsos evaluation grid, such a question is raised.
Anyway, here are link to qsos site: http://www.qsos.org
and my latest entry on xwiki qsos evaluation: http://www.qsos.org/?p=19
I'm waiting for your feedback !
Cheers,
François Le Droff
On 10/25/06, François Le Droff <francois.le.droff(a)gmail.com> wrote:
>
> Hi,
>
> I wanted to know more about xwiki copyright.
> I read in the source files the following statement:
>
> "Copyright 2006, XpertNet SARL, and individual contributors as indicated
> by the contributors.txt."
>
> But I cant find this file "contributors.txt."
>
> Could someone give me a hint ?
>
> Whose owning the copyright ? xpernet only ? or xpernet + individuals ?
>
> Thanks,
> Cheers,
>
> --
>
> François Le Droff
> http://www.droff.com
>
--
François Le Droff
http://www.droff.com
Hi,
I wanted to know more about xwiki copyright.
I read in the source files the following statement:
"Copyright 2006, XpertNet SARL, and individual contributors as indicated by
the contributors.txt."
But I cant find this file "contributors.txt."
Could someone give me a hint ?
Whose owning the copyright ? xpernet only ? or xpernet + individuals ?
Thanks,
Cheers,
--
François Le Droff
http://www.droff.com
Hi,
Just a heads up on what I've been working on so far:
* I've created a xwiki/core module. It generates the core xwiki jar. This is
working fine.
* I've created a custom maven2 repo on
http://laam.xpertnet.biz/~vmassol/repository/. Of course we need to work so
that all custom artifacts in there are removed and replaced from "official"
artifacts from the maven2 central repository. I've documented and explained
what needs to be done for each custom artifact we are using in core/pom.xml.
* If you open a shell in xwiki/ and type "mvn install" it should work fine.
It would be nice if someone could try it out and let me know if it works for
you.
Next batch of work to be done:
* Move the custom repo on laam to a better place:
http://laam.xpertnet.biz/repository/ would be better
* Create a xwiki/web module to generate the xwiki war
* Create the m2 builds for the plugins in xwiki-plugins/
I hope some of you can help me implement this! Even if you don't know
anything about maven2, you can still help in reducing the number of custom
jars we have.
Thanks
-Vincent
___________________________________________________________________________
D�couvrez une nouvelle fa�on d'obtenir des r�ponses � toutes vos questions !
Profitez des connaissances, des opinions et des exp�riences des internautes sur Yahoo! Questions/R�ponses
http://fr.answers.yahoo.com
> -----Original Message-----
> From: Vincent Massol [mailto:vmassol@users.forge.objectweb.org]
> Sent: lundi 16 octobre 2006 20:14
> To: xwiki-commits(a)objectweb.org
> Subject: [xwiki-commits] r1396 - in xwiki/trunk: . core lib
> src/main/web/WEB-INF
[snip]
> Modified: xwiki/trunk/src/main/web/WEB-INF/version.properties
> ===================================================================
> --- xwiki/trunk/src/main/web/WEB-INF/version.properties 2006-10-16
> 06:33:23 UTC (rev 1395)
> +++ xwiki/trunk/src/main/web/WEB-INF/version.properties 2006-10-16
> 18:14:00 UTC (rev 1396)
> @@ -1,2 +1,2 @@
> -#Sun Aug 20 09:09:03 CEST 2006
> -build.number=0021
> +#Mon Oct 16 18:05:24 GMT 2006
> +build.number=0022
I've committed this by mistake. It's really a bad practice to modify source files in the source tree and not in the build tree as this leads to this type of errors.
Do I need to revert this?
Thanks
-Vincent
___________________________________________________________________________
D�couvrez une nouvelle fa�on d'obtenir des r�ponses � toutes vos questions !
Demandez � ceux qui savent sur Yahoo! Questions/R�ponses
http://fr.answers.yahoo.com
Hi,
We have currently some work undergoing on the WYSIWYG Editor by Nam.
http://jira.xwiki.org/jira/browse/XWIKI-382
We would love some testers and get feedback about it. To test it on your
installation, you need to replace the tiny_mce and wiki_editor
directories with the one from the attachment on jira.
Here is currently my feedback about the editor:
- The style does not switch to standard text when you hit enter after a
title (that's a behavior that would be great)
- the window size is not good for the table window
- If you finish a bloc in a table with a carriage return and an empty
line the conversion fails. Here is an example of that failure.
{table}
Title 1|Title 2
abcd |abcd\\
{table}
- an empty line in a table fails to convert to wysiwyg from the wiki syntax
{table}
|
{table}
- titles should not be allowed in list
- there should be a standard text button (first item in the title list)
- windows are too slow to come up
- translations appear after a while in the windows
- clicking on an image and then the image button does not retrieve the
current image parameters.
- you need to find a way to center an image (the text 'center' as the
alignement info could add a <div align='center'> tag).
- xwiki should find the windows size ratio of an image and/or explain
to the user that setting up only the width or the height will take care
of preserving the ratio
- font size, color, and type should be changeable
- other improvements would be predefined and customizable styles in the
editor
Ludovic
--
Ludovic Dubost
XPertNet: http://www.xpertnet.fr/
Blog: http://www.ludovic.org/blog/
XWiki: http://www.xwiki.com
Skype: ldubost AIM: nvludo Yahoo: ludovic
Hi,
Following my post entitled "[Proposal] Plugins and xwiki distributions" I'd
like to propose that we reorganize our SVN. Here's what I propose:
xwiki/
|_ xwiki/
|_ trunks/
|_ branches/
|_ tags/
|_ xwiki-plugins/
|_ trunks/
|_ emailnotification/
|_ lucene/
|_ ...
|_ branches/
|_ tags/
|_ xwiki-apps/
|_ trunks/
|_ branches/
|_ tags/
|_ xwiki-clients/
|_ trunks/
|_ branches/
|_ tags/
|_ xwiki-sandbox/
|_ trunks/
|_ branches/
|_ tags/
|_ xwiki-tools/
|_ trunks/
|_ branches/
|_ tags/
The rationale:
* It's really cumbersome to have trunks/, tags/ and branches/ for each
single module. It's easier and better to have only one per category (xwiki,
xwiki-apps, xwiki-clients, etc). Of course each project inside these can
still release in its own lifecycle and tag independently. For example check
the plugins/tags/ dir for Maven
(https://svn.apache.org/repos/asf/maven/plugins/tags/) and you'll see that
each plugin is released separately.
* Having trunks/ at different levels doesn't sound like a good idea.
Actually I discovered this when trying to create svn:externals for all
trunks. The same would happen if you tried to check out all the trunks
manually. You would currently get some directories that are not under
version control (xwiki-plugins/, xwiki-clients/, etc). The reason is that
there's no way to check the contents of these directories by taking only the
trunks and still having them under svn control.
Thus my belief is that trunks/ dir at different directory levels in a SVN
directory is not a good idea if everything is in the same project.
Again a good structure is shown by Maven:
https://svn.apache.org/repos/asf/maven/ (all the trunks/ are at the same
level)
* Last, we have a gelc/gelcv1 dir. I don't think we should put version in
the directory structure but rather use trunks and branches for this. I think
it'd be better to use the trunk for v1 and when a v2 comes out, move the v1
to a branch and the v2 to the trunk.
I'd like to reorganize the svn tree to follow what I've defined above. Let
me know if you're ok for me to do it. As some of you might have some
uncommitted changes in your local repo let me know if I can do it. I'd like
to start with the xwiki-plugins/ tree.
Thanks
-Vincent
___________________________________________________________________________
D�couvrez une nouvelle fa�on d'obtenir des r�ponses � toutes vos questions !
Demandez � ceux qui savent sur Yahoo! Questions/R�ponses
http://fr.answers.yahoo.com
All,
I have created an FAQ pages in xwiki. I created them with a user that has "admin, edit, programming" rights. It works greate for that user or any admin user. However, when I try to create an FAQ entry (FAQ.FAQClass) instance with a user that has "view, edit" right, the FAQ entry does not show text box and text area's in the inline for. So my question is what kind of right to general users need to do this?
Thanks,
Tony Nuzzi