Hi Cwiki users,
I noticed the instructions for adding another space, unfortunately this isn't
quite what I needed.
Here are some instuctions for creating a new instance of Xwiki in case you'd
like to keep two completly separate databases (i.e. searching one will not give
results for the other). I wasn't quite sure where to put this online.
1 Create a new instance of Xwiki
# Create a folder with the name of the new Xwiki (i.e. support) in the
tomcat/webapps folder)
# Extract the xwiki war file into this folder
# In the webinf/hibernate.cfg.xml file
* modify {code:xml} <property
name="connection.url">jdbc:mysql://localhost/xwiki</property> {code} replacing
xwiki with the name of the new database you wish to create
# create a new database with the same name as in the line above
# import the sample database located here
[http://www.xwiki.org/xwiki/bin/view/Main/XWikiDownload] into your new database
All set! Go to http://localhost/your_wiki_here/bin/view/Main/WebHome to check it
out.
Caution, you may wish to modify the index.html file to point to your url just in
case.
The important thing is that once you have given view rights to the Skin
you are using, you should log out and hit "CTRL-REFRESH" (on IE) or
"Shift-Reload" on Firefox to make sure the skin is setup right even on
the login page..
If this is the case you shouldn't get any problems after login..
Ludovic
Paul Dlug a écrit :
>On 7/8/05, Ludovic Dubost <ludovic(a)xwiki.com> wrote:
>
>
>>This is a known issue that if you make you wiki private you need to give
>>universal rights to the XWiki.MySkin page.
>>
>>Go to the MySkin page and use "More Actions" "Document Access Rights"
>>user: XWiki.XWikiGuest
>>groups: XWiki.XWikiAllGroup
>>allow: Allow
>>type: view
>>
>>
>
>That doesn't seem to fix the issue, now I'm getting rss.css instead of
>style.css.
>
>
>
--
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,
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.
Found a site which uses a nice PERL script to convert html > wiki for various
wiki syntax types. In principle I think it should be easy to modify this to
convert to XWiki syntax, I'll send the modified script when I have time unless
somes else would like to take a crack at it.
http://diberri.dyndns.org/html2wiki.html
It may also be pretty neat to use something simlliar to flow seamlessly from a
html editor to a simple text editor as in seedwiki
http://www.seedwiki.com/wiki/flight_gear/flight_gear.cfm?edit=yes&doc=fligh…
r&wiki=flight_gear&i=23
- Mark Lichman
-----Original Message-----
From: Ludovic Dubost [mailto:ludovic@xwiki.com]
Sent: Tuesday, July 12, 2005 2:35 PM
To: xwiki-users(a)objectweb.org
Subject: Re: [xwiki-users] Wiki Syntax conversion
Not that I know off.. Actually I think for the basic syntax it's
probably easier to work off the MediaWiki syntax
Ludovic
Lichman, Mark Eugene a écrit :
> Ok, so I found a wiki > html parser for MediaWiki, is there a html >
> Xwiki parser?
>
>
> -----Original Message-----
> *From:* Hans Gerwitz [mailto:hans@phobia.com]
> *Sent:* Thursday, July 07, 2005 9:27 PM
> *To:* xwiki-users(a)objectweb.org
> *Subject:* Re: [xwiki-users] Wiki Syntax conversion
>
> I have it easy: SnipSnap's markup is almost identical. It's
> possible that I'll end up producing a generic regexp transformer
> that might be useful to other imports, though.
>
> I'm presently working (sporadically) on a Groovy script that
> parses a SnipSnap XML export into a XWiki space. I will certainly
> share code once I have something worth sharing. ;-)
> - - -
> Hans Gerwitz
> http://phobia.com/
>
>
>
> On Jul 7, 2005, at 1:21 PM, Ludovic Dubost wrote:
>
>
>>
>> Hi Mark,
>>
>> Unfortunately there is nothing yet in this area. I know there was
>> Hans Gerwitz who wanted to work on some importing facility from
>> SnipSnap.
>> It would be interesting to have some common code in this area.
>>
>> If anybody has some work in this area it would be great to share it.
>>
>> Ludovic
>>
>> Lichman, Mark Eugene a écrit :
>>
>>
>>
>>> Is there any conversion script to convert from one style of wiki
>>> syntax to
>>> another?
>>>
>>> I'm currently running a media wiki engine and would like to move
>>> all the content
>>> to Xwiki, unfortunately the wiki syntax is quite different, any
>>> help in this
>>> would be highly appreciated.
>>>
>>> Thanks,
>>>
>>> - Mark
>>>
>>>
>>> ------------------------------------------------------------------------
>>>
>>>
>>> --
>>> You receive this message as a subscriber of the
>>> xwiki-users(a)objectweb.org <mailto:xwiki-users@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
>>>
>>>
>>>
>>
>>
>> --
>> Ludovic Dubost
>> XPertNet: http://www.xpertnet.fr/
>> Blog: http://www.ludovic.org/blog/
>> XWiki: http://www.xwiki.com
>> Skype: ldubost AIM: nvludo Yahoo: ludovic
>>
>>
>>
>> --
>> You receive this message as a subscriber of the
>> xwiki-users(a)objectweb.org <mailto:xwiki-users@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
>>
>>
>
>
> - - -
> Hans Gerwitz
> http://phobia.com/
>
>
>------------------------------------------------------------------------
>
>
>--
>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
>
>
--
Ludovic Dubost
XPertNet: http://www.xpertnet.fr/
Blog: http://www.ludovic.org/blog/
XWiki: http://www.xwiki.com
Skype: ldubost AIM: nvludo Yahoo: ludovic
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/