Hi,
Thierry Grandsart is an intern working on ergonomics for XWiki. He has
been working on studying the different wikis and making some
recommandations on the XWiki interface.
We'd like to include you in giving us feedback about his proposals and
particpating in the discussion around them.
He has started publishing a first sketch of a new interface proposal for
XWiki at
http://www.xwiki.org/xwiki/bin/view/Dev/Ergonomics
Other proposals will follow and will be put up to discussion..
Don't hesitate to comment on the XWiki document or in the JIRA task at
http://jira.xwiki.org/jira/browse/XWIKI-109
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 all,
I'd like to create a forms using XWiki and that my data may be stored into the
database.
Thus I try to create a XWiki Class.
First to test a small example, I just create a Class with the Class Editor
(XWiki/XWikiClasses). I've named my class Main.EssaiClass.
I keep the default configuration.
I added 2 string attributes to the class named "a" and "b".
XWiki.EssaiClass contains the following code :
#set( $class = $doc.name.substring(0,$doc.name.indexOf("Class")))
#set($defaultparent = "XWiki.${class}Class")
#set($defaultweb = "Main")
#includeForm("XWiki.ClassSheet")
XWiki.EssaiClassSheet :
1 Document $doc.name
## Change class name to your class name
#set($class = $doc.getObject("XWiki.EssaiClass").xWikiClass)
<table border="1" cellspacing="0" cellpadding="2">
#foreach($prop in $class.properties)
<tr><td> *${prop.prettyName}* </td>
<td>$doc.display($prop.getName())</td>
</tr>
#end
</table>
XWiki.EssaiClassTemplate :
#includeForm("XWiki.EssaiClassSheet")
Now I can see my class in the ClassEditor. However If Y create a new document
such as Main.TestDoc I can just see the title of the document. No form is
displayed :-(
Did I something wrong ?
Regards
--
Xavier MOGHRABI - Consortium ObjectWeb
Email: xavier.moghrabi at objectweb.org
Phone: +33 4 76 61 52 35 - Skype ID: xavier.moghrabi.bureau
Hi.
Is there any way to include user's comments into RSS feeds? If no - is
there an efficient way for authors to follow comments on their pages?
Richard.
--
"First they ignore you. Then they laugh at you. Then they
fight you. Then you win." - Mohandas Gandhi.
Right, never mind. Found it on
http://www.xwiki.com/xwiki/bin/view/Doc/HowDoIEmbedXwikiCodeAsText
I was missing the backslashes to display the variable.
- Mark
-----Original Message-----
From: Lichman, Mark Eugene
Sent: Tuesday, July 19, 2005 11:36 AM
To: xwiki-users(a)objectweb.org
Subject: [xwiki-users] Syntax for displaying code
How can all code be displayed without being interpereted?
I have tried the {code:xml} {code} tags with some success but, velocity script
still get's interpereted (I have tried documenting in my local wiki that the
line #set($showtoolbar = $xwiki.getWebPreferenceAsInt("showtoolbar",1) == 1 was
commented out from view.vm but, this line does not seem to get displayed in the
wiki at all}.
Thanks,
- Mark Lichman
How can all code be displayed without being interpereted?
I have tried the {code:xml} {code} tags with some success but, velocity script
still get's interpereted (I have tried documenting in my local wiki that the
line #set($showtoolbar = $xwiki.getWebPreferenceAsInt("showtoolbar",1) == 1 was
commented out from view.vm but, this line does not seem to get displayed in the
wiki at all}.
Thanks,
- Mark Lichman
Hi all, I am new to XWiki but already find it the best wiki around, even
compared to big ones such as MediaWiki and MoinMoin, which I have run
before. Congrats!
Well I have a couple quick questions:
- Is there any support (or plans) for XWiki farming? Such as
MediaWiki's feature to use a unique database with prefixed tables?
- Is it possible to change a XWiki's name (the folder under webapps)
after it is installed? How?
- I have messed with access rights and I find it powerful and complex,
but the interface is ankward to use. Also, in some circumstances, I
had to restart Tomcat to make access rights for new users work
correctly. Is that possible?
- What is the correct way to remove a group? Couldn't find that in the docs.
Thank you very much!
Matheus
---------------------------------------------
This message was sent using Endymion MailMan.
http://www.endymion.com/products/mailman/
Is there any way to create users in a batch? I'm facing the need to
create about 150 accounts at once, we have registration turned off
because we want control of the users and we want to choose their
WikiName's for them.
It would also be necessary to put them in groups as a batch also. Is
this problem as simple as just inserting rows directly into the
database or are there other things I need to take into consideration?
Thanks,
Paul