I'm looking to migrate away from mindtouch (many reasons, not the least of which is the abandoning of Core and going to a cloud only model) and am considering XWiki (also TikiWiki and BlueSpice). Is it possible to migrate an existing installation of mindtouch to xwiki? We have over 4000 pages and MANY file attachments, so a manual migration (manually moving each page) would not be desirable. Any help or advice on migrating would be greatly appreciated.
Thanks in advance,
Jason
I'm using <video> tag on old XWiki 2.7 with 1.0 syntax,
though I cannot to get it shown on XWiki 5.1 with 2.0/2.1 syntax.
Sergiu said in
http://lists.xwiki.org/pipermail/users/2011-July/020245.html
that {{html clean="false"}} should be used,
but it still filters <video> tag out...
Valdis
Hi,
I'm new with XWiki and I would like to design a wiki based on the
following requsites:
1.- I have two profiles of user: operators and project managers
2.- Project managers shoud be able to view and edit all content
3.- Operators shoud be able to view some content
4.- Search engines may work on Project Managers and Operators
5.- Search results must return only pages where user has rights
Based on this requisites I have thought the following
1.- I have created 2 groups
2.- I have created 2 spaces
3.- I have assigned privileges accodingly
The problem i have found is.
1.- Project manager can create new spaces
2.- I dont't know how to fix the initial space for Operators (they appear
in Main Space)
3.- I don't know how to navigate between spaces
I have thougt to create a separate wiki but I would like to use the search
engine to search all content.
Thanks a lot.
Óscar Segarra
Este mensaje, y en su caso, cualquier fichero anexo al mismo, puede
contener información confidencial, siendo para uso exclusivo del
destinatario, quedando prohibida su divulgación copia o distribución a
terceros sin la autorización expresa del remitente. Si Vd. ha recibido
este mensaje erróneamente, se ruega lo notifique al remitente y
proceda a su borrado.
Gracias por su colaboración.
This message (including any attachments) may contain confidential
information. It is intended for use by the recipient only. Any
dissemination, copying or distribution to third parties without the
express consent of the sender is strictly prohibited. If you have
received this message in error, please delete it immediately and
notify the sender.
Thank you for your collaboration.
Hey All,
I installed the Xwiki 5.1 Enterprise edition. When a user updates his
profile picture it is re sized automatically in all the pages(e.g. profile
page, the thumbnail shown in Add Comments section etc.). But when I view in
the user directory the automatic re size does not happen. The image is
shown in a huge size(it does not get re sized). Could anyone please help
with this issue.
Thanks and Regards
Sunil
Hi everybody,
I have a kind of FAQ space in my wiki, where our operations team is
documenting sm-event descriptions.
After creating 144 documents I finally found out how to create a document
template.
Is there anyway to "convert" or "reassign" the new template to the existing
documents?
Best regards,
Johannes
--
View this message in context: http://xwiki.475771.n2.nabble.com/Assign-document-template-to-existing-docu…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I've changed XWiki 5.1 configuration file .../xwiki/WEB-INF/xwiki.cfg
line to the:
...
xwiki.rendering.syntaxes = xwiki/1.0, xwiki/2.0, xwiki/2.1
...
but Document Syntax combo box still shows only
XWiki 2.1
XWiki 2.0
as possible options.
Where could be the catch?
Valdis
I'm trying to move all velocity macro customizations from files to the
database according to
http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial
Though I can't find out syntax and execution rules (e.g. order) for
parsed entries.
E.g. to implement different styles for anonymous and logged in users for
XWiki.StyleSheetExtension parsed code (how Velocity can decide which is
macro and whic is CSS id?):
#if($isGuest)
#xwikicontent {
background-color: blue;
}
#else
#xwikicontent {
background-color: red;
}
#end
Similarly, what should be right way to show alert for
XWiki.JavaScriptExtension parsed code:
alert($isGuest);
Thanks!
Valdis
XWiki Blog can communicate with others blogs with pingback.
WebMention is probably the future of pingback.
Is anyone interested in implementing pingback or WebMention?
Hello XWiki users,
did anyone made experiments with Piwik?
It seems to be an open-source (GPL unfortunately) analytics tool which would compete well with Google Analytics.
thanks in advance.
Paul