Hi,
On Pages I want a simple line feed/(cr)/return line
and not a new paragraphs.
By exemple:
On Edit mode, I writing:
Hi
I's me
On Shown mode, the page display:
Hi It's me
I want:
Hi
I's me
What's the xwiki syntax for that?
I must modify xwiki.cfg?
Another think:
I want writing xwiki code but I don't want xwiki
execute the code.
I don't want Escape $ caracater.
By example:
On Edit mode, I writing:
{NotInterpret}
#set($tree =
$xwiki.doctree.getSpaceDocumentTree($doc.web))
#foreach($leaf in $tree)
bla bla
#end
{NotInterpret}
I want that on Page:
#set($tree =
$xwiki.doctree.getSpaceDocumentTree($doc.web))
#foreach($leaf in $tree)
bla bla
#end
BTW, the link "Help on XWiki Syntax"
(http://www.xwiki.com/xwiki/bin/view/Doc/XWikiSyntax?xpage=plain)
si broken!
Thxs for yours answers
-- Pascal
_____________________________________________________________________________
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail
Hi,
I have downloaded the latest xwiki 1.1 code and built xwiki.war file. This
version is faster than xwiki 1.0. But I am facing a peculiar problem. The
table tag in xwiki groups page is not getting displayed in form of a table
instead it is just showing up as follows:
{table} Member XWiki.EricGandt XWiki.GuthrieTaber {table}
with hyperlinks to edit table and add member options.
Please help me resolve this issue.
Ravi.
--
View this message in context: http://www.nabble.com/Table-display-in-xwiki-groups.-tf4065327.html#a115513…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Thank you so much, both Erin and Vincent.
I have managed to get different spaces to display blog post of only their own space, however I can't make blog entries in any other spaces than the original blog space. (lucky me there are entries in Main so I can know the filtering works...)
Could someone please be a little more detailed about the how, where and what should be changed? Any code snippets to be had?
It would be great!
Thanks,
//Karin
-----Ursprungligt meddelande-----
Från: Erin Schnabel [mailto:ebullient.rain@gmail.com]
Skickat: den 6 juli 2007 14:40
Till: xwiki-users(a)objectweb.org
Ämne: Re: SV: [xwiki-users] How to make a new blog
I've done this with our installation for team-level news. Just adjust
the "Add news" form to include a space/web as input (or copy the "Add
news" to the space you want, and fill in the space/web value), and as
Vincent said, filter display of news from within those spaces.. that
is, make a "NewSpace.News" or "NewSpace.Blog" page that lists only
those entries belonging to the space, and you're done.
On 7/6/07, Karin Wiklund <karin.wiklund(a)idainfront.se> wrote:
>
>
> Ah! :) I just had to log in again to make it work...
> http://jira.xwiki.org/jira/browse/XE-73
>
> //Karin
>
> -----Ursprungligt meddelande-----
> Från: Vincent Massol [mailto:vincent@massol.net]
> Skickat: den 6 juli 2007 13:19
> Till: xwiki-users(a)objectweb.org
> Ämne: Re: SV: [xwiki-users] How to make a new blog
>
>
>
>
> On Jul 6, 2007, at 1:02 PM, Karin Wiklund wrote:
>
>
> I'd love to, but I don't have the rights to create issues on jira.xwiki.org
> :)
>
> You do have the rights. You need to create a user that's all :)
>
>
> Thanks
> -Vincent
>
>
>
> And thank you for answering. If I figure out something useful I'll let you
> know.
>
> //Karin
>
> -----Ursprungligt meddelande-----
> Från: Vincent Massol [mailto:vincent@massol.net]
> Skickat: den 6 juli 2007 12:05
> Till: xwiki-users(a)objectweb.org
> Ämne: Re: [xwiki-users] How to make a new blog
>
> BTW, I think that's an interesting feature that we could have out of the
> box. If you wish you could create a jira issue for this in the XWiki
> Enterprise jira project on jira.xwiki.org.
>
>
> Thanks
> -Vincent
>
>
>
> On Jul 6, 2007, at 12:01 PM, Vincent Massol wrote:
>
>
>
>
> On Jul 6, 2007, at 11:22 AM, Karin Wiklund wrote:
>
>
> Hi,
> This might be a stupid question but I hope someone will be patient enough to
> answer it;
> How do I make a new blog? I don't want another entry, I want another blog.
> My company wants to give each developement project their own blog on the
> company xwiki.
>
> I've scanned the mailinglist archÃves and the xwiki.org site for help, but
> haven't found anything useful.
>
> I would greatly appreciate your help on this
>
>
> A blog is made of the following:
> - An Article class and associated classsheets/templates
> - XWiki documents to which an Article object is added to
> - A Main XWiki Document listing blog entries (Blog.WebHome)
>
>
> Right now the classsheet and Blog.WebHome pages use the Blog.Macros document
> to display blog entries. That macro looks for all documents in the xwiki
> which have an Article object attached.
>
>
> If you want several blogs you'll need to add a variable to tell the
> Blog.Macros macro to only look in a portion of the wiki. For example you
> could decide to pass a Space so that only blog entries in that space are
> displayed.
>
>
> Try editing the Blog.WebHome page and the Blog.Macros macro and you'll
> understand.
>
>
> Warning: you'll need some understanding of XWiki objects/classes/templates.
> See the dev guide for more on this.
>
>
> Thanks
> -Vincent
>
>
>
>
>
>
>
>
>
>
>
> --
> 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
>
>
> --
> 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
>
>
--
'Waste of a good apple' -Samwise Gamgee
Hi, I am trying to download xwiki source code using
svn co svn://svn.forge.objectweb.org/svnroot/xwiki/trunks-users
and
svn co svn://svn.forge.objectweb.org/svnroot/xwiki/xwiki-platform/core/trunk
But, I am getting this error:
svn: Unknown hostname 'svn.forge.objectweb.org
Since I am behind a proxy, I have create appropriate entries in server file
for my subversion client:
objectwebgroup = *.objectweb.org
[objectwebgroup]
http-proxy-host = xxx.xxx.xxx.xxx
http-proxy-port = xxxx
Any Idea why I am getting this problem? Also, when I tried to download zip,
tgz, tgbz2 from http://fisheye2.cenqua.com/browse/~br=XWIKI_1_0/xwiki
I am getting HTML files, though they are named: tarball.zip/tgz/tgbz2, I saw
the contents and it is HTML. I also found following tag in this files:
<div class="welcomePane">
<p><strong>FishEye was unable to process your request.</strong></p>
java.lang.StackOverflowError<br/>
Does this suggest that something's wrong with the servers right now ?
Thanks & Regards,
Advait Trivedi
--
View this message in context: http://www.nabble.com/problems-faced-obtaining-xwiki-source-tf4034498.html#…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I'm looking to use xwiki, though would like to do some
custom skins and
templates for my site. I was looking at the various vm
files under the
"templates" directory, though am becoming horribly
confused as to the
flow, page life cycle, and generally how everything is
connected.
Is there some good resources I can read about how
everything fits
together and also possible some sample applications?
I'm not really sure
where to start or even how the main page for xwiki is
being
generated...I tried looking through the xwiki website,
though
customization documentation seems sparse, though I may
have just totally
missed something...thanks in advance...
Thanks,
Josh
Hello,
I am a newbie to XWiki and wanted some information.
As XWiki is written in Java, it can run on any O.S.
Which O.S should be the best choice for installing XWiki.
I am sure each of you has had his own experiences with Windows as well as Linux.
So, how good can Xwiki be, if we install it on Linux or on Windows ?
--
Regards
Umair
Oops! Operating system... :-( http://en.wikipedia.org/wiki/Operating_system . I know platform is extensively used with a lot of meanings. In this case it seems a platform, XWiki (application software), running on top of another platform (system software + hardware). But of course criticism is easier than to propose an alternative! So, let's see if I am able to propose something about that... :-)
It will be great to help with this page (or any other)... I'll do my best! But it would be advisable I have a better understanding about the whole thing! I'm catching up with that. In fact some users here have started some help pages: I've advised them to go to xwiki.org, check there and try to help building this help repository. It makes no sense doing things twice!
Cheers,
Ricardo
--
Ricardo RodrÃguez
Your XEN ICT Team
>>> Vincent Massol<vincent(a)massol.net> 11/7/2007 11:34 >>>
Hi Ricardo,
- First, as you've asked about the distinctions it means the description on the download page isn't good enough so that needs to be improved. I wouldn't mind getting your help for that :)
- Second, you say that there's a confusion on the word "platform" in the download page. I checked it and cannot see the confusion. However I don't understand what "Operative System" means... ;)
Thanks
-Vincent
I am an absolute beginner concerning xwiki. I read some of the documentation
and find it very confusing.
I wrote a java program to create xwiki pages. The upper part of each page is
a text that should be editable by the user, the lower part contains a groovy
statement which should NOT be editable by the reader.
Is there a possibility to protect the groovy code?
Regards,
Dieter
--
View this message in context: http://www.nabble.com/protected-area-in-xwiki-page---tf4048551.html#a114997…
Sent from the XWiki- Users mailing list archive at Nabble.com.
hi,
i have a long xwiki page that spans several screens.
when i try to edit sections of the page some of my data
(escpecially code blocks {code}) disappear when i save
them. this happens always during switches between edit
modes.
has anyone experienced the same problem?
i'm using xwiki 1.0-rc2. If necessary i can provide my exported page
to reproduce the error.
g,
kris
Thanks indeed, Sergiu.
I think I can get the point. Thus, to migrate from a milestone-1 installation it will enough to download xwiki-web-standard-1.1-milestone-3-hsqldb.war, deply it and point the installation to the existing database. xwiki-application-panels-1.1-milestone-3.xar could content pages that allow to take advantage of the new M3 features, so I must take a look to its contents and upload those pages being used in the former installation. Please, is this correct? If yes, could it be advisable to include a link to xwiki-web-standard-1.1-milestone-3-hsqldb.war in http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise11M3? Something like...
"There have been no changes to the database structure so you can simply install this version and configure it to point to your existing database. However you may want to import the default wiki XAR in order to benefit from improvements listed above. You'll find above the list of pages that have been modified so you can restrict your import to those pages if you're already using a XWiki 1.0 XAR."
By the way, the word "platform" is used with two different meanings in the download page: one refers to the framework on which XWiki may be run and the other to the "base" XWiki components by themselves. As far as the first meaning mostly refers to operative systems, could it be advisable to change this table heading to Operative System instead of Platform?
Thanks for your help,
Ricardo
--
Ricardo RodrÃguez
Your XEN ICT Team
>>> Sergiu Dumitriu<sergiu.dumitriu(a)gmail.com> 10/7/2007 01:54 >>>
This reflects the new structure of the repository, and the separation
of the "old" xwiki into different parts/modules.
So, there are 3 major parts that can be seen:
- xwiki-platform-core is the java platform that works behind the scene
(the model and controller in MVC). It does not contain any
presentational templates or documents. In the final package this
contributes most of the WEB-INF directory, except some configuration
files.
- xwiki-web-standard (or xwiki-platform-web/standard, as it is in the
repository) adds the view part (templates, static files,
stylesheets...). In the final .war this contributes all the other
directories except most of WEB-INF. Still, this does not contain any
documents. Together with the core, it can be used as the basis for any
XWiki product, like XWiki Enterprise, XWiki Watch or Curriki.
- xwiki-enterprise (or xwiki-products-enterprise) is now a product
built on top of the XWiki platform, and adds only the documents that
can be seen in a fresh XWiki. You can still build a war without this
module, but it will not contain any users, classes, templates, plain
documents or applications. It can also be deployed as a standalone
application, containing everything needed to run XWiki (container,
database, webapp, scripts to start/stop the container).
Actually there are more modules, but you can look at the svn structure
to see them all.
On 7/10/07, Ricardo RodrÃguez - Your XEN ICT Team <webmaster(a)xen.net> wrote:
>
>
> Hi, Vincent, hi all,
>
> I've been trying to follow the development of the new milestone by following
> messages sent to xwiki-dev, but I am afraid I have missed some point. A
> doubt that has arisen when going to download the new release: why the
> standalone installation file is called
> xwiki-enterprise-1.1-milestone-3-hsqldb.zip whereas the war file is called
> xwiki-web-standard-1.1-milestone-3-hsqldb.war? Why the first one is
> -enterprise- and the second one -web-standard-?
>
Sergiu
--
http://purl.org/net/sergiu