Hi,
there is a problem with the blog macro (Blog.Macros) when content length
is greater than 400 and there is an html open tag right before the 400th
position.
E.g. content from position 390 to 428 is:
"This <div class="foo">is a test </div>"
01234567890123456789012345678901234567
9 0 1 2
3 4 4 4
In this case the code below will insert
"[...]This <div "
as blog entry which destroys HTML formatting.
This is an excerpt of the blog macro code:
#set($content = $bentrydoc.display("extract", "view", $bentryobj))
#if($content=="")
#set($content = $bentrydoc.display("content", "view", $bentryobj))
#if($content.length()>400)
#set($i = $content.lastIndexOf(" ",400))
Guido
Hi!
Is there a way to get a local copy of xWiki UserGuide, DevGuide, AdminGuide?
I know I can mirror site :-) but I need documentation only.
Thanks,
Michael.
Jeroen Baten schrieb:
> Could you please send me this script for adaption to mediawiki?
I'd put my perl snippet here:
http://www.xwiki.org/xwiki/bin/view/Code/ImportContentByXAR
It would be nice if someone can provide an adaption to this snippet to
import MediaWiki documents.
Regards
Guido
Hi Kyle,
If you are looking for the Table of Contents, there is a toc macro already
available with XWiki. Just put
#toc("" "" "")
at the beginning of the page and it will generate the toc. More details
here:
http://www.xwiki.org/xwiki/bin/view/Code/TocMacrohttp://www.xwiki.org/xwiki/bin/view/Code/TocMacro
Regards
Shiva
kschlap wrote:
>
> I would like to borrow something from how wikipedia orders their pages
> with a table of contents section at the beginning of each section.
> However, I don't know how to create in page hyperlinks. I would like to
> be able to click on a link then have it bring me to a section of the page.
> Does anybody have a tutorial of how to do this, or is it easy enough you
> can just tell me? Thanks for any help.
> -Kyle
>
--
View this message in context: http://www.nabble.com/I-page-Bookmark-tf4496575.html#a12824126
Sent from the XWiki- Users mailing list archive at Nabble.com.
The XWiki development team is pleased to announce the release of
XWiki Enterprise Manager (XEM) 1.0 Milestone 1.
XEM is a special wiki (based on XWiki Enterprise) used to manage a
farm of sub-wikis. It has an interface to create new sub-wikis from
templates, delete wikis, view all created wikis, etc. Basically it's
meant to implement the feature previously known as "Virtual Wikis",
but as a product and with a UI.
Features in 1.0M1:
* XEM install page (XemManager.Install):
o Update XWikiPreferences with all application
translations pages bundled with XEM
o Create the default wiki template based on XE
* All Wiki Manager 1.0 Milestone 1 features:
o Create new empty wiki
o Create new wiki from template wiki
o Create new wiki from XAR file
* All Application Manager 1.0 Milestone 1 features:
o Create new application descriptor
o Delete application descriptor
o Export application based on XWiki Package internal plugin
o Import application based on XWiki Package internal plugin
o Support applications dependencies
o Children wikis can reference documents located in the
template wiki, thus preventing content duplication and easing
maintenance
o Support translations documents
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM10M1
Thanks
-The XWiki dev team
Vincent,
I solved this issue in a different way. If I add an object Xwiki.Tagclass, even if one already exists, then he error in the panel disappears. Quite strange, but for now (I am still testing) good enough for me.
I even managed to add the Xwiki.Tagclass object in de Login page which was rather difficult.
Inge
De disclaimer van toepassing op e-mail van de gemeente Den Haag vindt u op:
http://www.denhaag.nl/disclaimer
That did the trick. My version number is displaying just right now. I had about 6 files too many. Seems I mess up pretty bad, during upgrades. I blame the fact that I want to keep to many files afterwards.
Perhaps thats why my tagcloud gives errors sometimes. I'm gonna do some cleaning up.
Thanks!
Inge
De disclaimer van toepassing op e-mail van de gemeente Den Haag vindt u op:
http://www.denhaag.nl/disclaimer
Hi everyone,
FWIW, I've started a new page in the admin guide to track the
different ways of improve XWiki's performances.
Please feel free to add other solutions in there:
http://www.xwiki.org/xwiki/bin/view/AdminGuide/Performances
Thanks
-Vincent
Hi all,
Just an observation: if there were more documentation, code tutorials i.e.
customising the skins, writing macros, writing objects and using them,
embedding groovy and velocity code, explaination of snippets of code and how
they work, etc then a lot more people would start writing and contributing
stuff and it would snowball - so what I'm saying is that a little more work
in this area would reap great rewards. Unfortunately I don't know enough of
how XWiki works to do this otherwise I'd contribute.
Regards,
Richard Goldring
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on +44 (0) 1749 672081 and delete it
and all copies from your system. We accept no responsibility for changes to
any e-mail which occur after it has been sent. Attachments to this e-mail
may contain software viruses which could damage your system. We therefore
recommend you virus-check all attachments before opening. A business of
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
Thanks Vincent,
Backup:
I'll look into how to do backup using HSQLDB and/or MySQL, although it would
be more convienent to do it from XWiki using triggering the Export utility
function to do a backup over night on a daily basis - has it got an API to
do this. Would it be possible to use the Export facility to only backup
pages and attachments added/modified since a certain date?
User admin:
Being in the process of adding a large number of users I found it would be
useful to be able to select a users user group from a pull down menu when
registering them - if no one else has then if I can figure out how to code
this then I'll let people know how to do this. Did I hear that the admin
side is in the process of being revamped anyway or did I mis hear?
Regards,
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf Of
Vincent Massol
Sent: 19 September 2007 15:47
To: XWiki Users
Subject: Re: [xwiki-users] XWiki : issue management tool?
Hi Richard,
On Sep 19, 2007, at 3:01 PM, goldring, richard wrote:
Hi all,
If anyone can help me with the following then you'd it would be greatly
appreciated:
Backups:
Is it possible to get XWiki to automatically do a backup overnight to a
specified directory?
This would be a very useful facility.
The best is to do a database backup using whatever backup tool you want.
Email capture:
Are there any plans for XWiki to store emails sent to it - like Confluence?
I haven't heard anyone working on this. However we do store RSS feeds in
XWiki Watch and there's the notion of Data Source so it should be possible
to implement a Mail Data Source pretty easily I guess.
Registration:
The email registration/confirmation doesn't seem to work - is there any
detailed documentation on how this process would work?
I haven't used it myself so I don't know. I don't think this is documented
on xwiki.org but it would be nice to document it there. When you find out
how to do it it would be nice if you could help document it.
Have you searched the xwiki mail archives? The next step if nobody knows
will be to check the sources :)
Thanks
-Vincent
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on +44 (0) 1749 672081 and delete it
and all copies from your system. We accept no responsibility for changes to
any e-mail which occur after it has been sent. Attachments to this e-mail
may contain software viruses which could damage your system. We therefore
recommend you virus-check all attachments before opening. A business of
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
Hi,
I'm working on the finch skin. I'm not able to modify the logo, as I've
done for the albatross skin.
From the CSS I've seen that the current logo for finch is a transparent
blanck image while there is background image that is the one actually
showed.
So I delete that background image from the CSS, and changed the logo as
for albatross, but still, my logo is not showing. And more strange, the
old logo (the background image) is showed, even if I deleted is
referement in the CSS.
Any idea? Thanks.
Vito
Hi all,
If anyone can help me with the following then you'd it would be greatly
appreciated:
Backups:
Is it possible to get XWiki to automatically do a backup overnight to a
specified directory?
This would be a very useful facility.
Email capture:
Are there any plans for XWiki to store emails sent to it - like Confluence?
Registration:
The email registration/confirmation doesn't seem to work - is there any
detailed documentation on how this process would work?
Regards,
Richard Goldring
TAO
Wookey Hole Road
Wells, Somerset
BA5 1AA
Direct Line: 01749 682694
Switchboard: 01749 672081
richard.goldring(a)uk.thalesgroup.com
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on +44 (0) 1749 672081 and delete it
and all copies from your system. We accept no responsibility for changes to
any e-mail which occur after it has been sent. Attachments to this e-mail
may contain software viruses which could damage your system. We therefore
recommend you virus-check all attachments before opening. A business of
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
Thanks Guillaume,
See below.
Regards,
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf Of
Guillaume Lerouge
Sent: 19 September 2007 10:16
To: XWiki Users
Subject: Re: [xwiki-users] Xiwki improvement : w3cschools example
Hi,
We have been doing great efforts to improve the WYSIWYG editor, I'm not
quite sure which version of XWiki you are using but hopefully the problem
you are referring to has been fixed in the last available version on
XWiki.org.
RG - I'll try the latest version and see if this problem is fixed.
Regarding the first page your users see after login in, they are supposedly
redirected to the page they were trying to access prior to login. That is,
if you give them the URL http://<server>/xwiki/bin/view/Main/WebHome and the
page is protected, they will see the login page and then be redirected to
that page where content is already available.
RG - It seems then that initially when first logging in the last page you
accessed is the login page when you logged in - which you're not allowed to
edit, which isn't what you want the users to see first! When users login
later yes they are redirected to the last page they accessed. So it seems
that on an initial login to a session the users need to be redirected to
whatever home page the admin decides - perhaps the user can define an
initial home page? Note for an open wiki this isn't an issue.
Hope this helps,
Guillaume
On 19/09/2007, goldring, richard < richard.goldring(a)uk.thalesgroup.com
<mailto:richard.goldring@uk.thalesgroup.com> > wrote:
Hi there,
I'm trying to pilot XWiki at my organisation here in the UK.
I've had to restricted access so users have to login to view the wiki. When
they initially login they are presented with a blank page with a message
saying they can't edit it - this doesn't give a good impression to first
time users!
How do I ensure the first page they see is Main.WebHome or some other
specific page?
The WYSIWYG editor is quite important to our first time users - is the
problem fixed where you type in paragraphs in the editor and then when you
go and reedit them the paragraphs are concatenated into one paragraph - it
really annoys my users!
Keep up the good work - XWiki is really started to look good.
Regards,
Richard Goldring
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on +44 (0) 1749 672081 and delete it
and all copies from your system. We accept no responsibility for changes to
any e-mail which occur after it has been sent. Attachments to this e-mail
may contain software viruses which could damage your system. We therefore
recommend you virus-check all attachments before opening. A business of
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
_______________________________________________
users mailing list
users(a)xwiki.org <mailto:users@xwiki.org>
http://lists.xwiki.org/mailman/listinfo/users
<http://lists.xwiki.org/mailman/listinfo/users>
--
http://wikibc.blogspot.com/ <http://wikibc.blogspot.com/>
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on +44 (0) 1749 672081 and delete it
and all copies from your system. We accept no responsibility for changes to
any e-mail which occur after it has been sent. Attachments to this e-mail
may contain software viruses which could damage your system. We therefore
recommend you virus-check all attachments before opening. A business of
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
Heloo,
Still me :-(
Is it planned to have the ability to define a workflow for
notifications, edting, ..., of pages?
More generally, we are certainly at a moment of the web content
management where the border between wikis and CMS will be thiner and
thiner (for instance see Apache Lenya project where we can edit pages
like in a wiki)... Could you explain to me what still are the
differences btewwen those two worlds?
best regards
Xavier
In spite of recent updates, the version displayed in the footer of my pages, does not display the latest version.
The current version appears to be 1.0-rc-5.
Today I have update to Enterprise 1.1
Am I doing something wrong?
De disclaimer van toepassing op e-mail van de gemeente Den Haag vindt u op:
http://www.denhaag.nl/disclaimer
Hi there,
I'm trying to pilot XWiki at my organisation here in the UK.
I've had to restricted access so users have to login to view the wiki. When
they initially login they are presented with a blank page with a message
saying they can't edit it - this doesn't give a good impression to first
time users!
How do I ensure the first page they see is Main.WebHome or some other
specific page?
The WYSIWYG editor is quite important to our first time users - is the
problem fixed where you type in paragraphs in the editor and then when you
go and reedit them the paragraphs are concatenated into one paragraph - it
really annoys my users!
Keep up the good work - XWiki is really started to look good.
Regards,
Richard Goldring
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on +44 (0) 1749 672081 and delete it
and all copies from your system. We accept no responsibility for changes to
any e-mail which occur after it has been sent. Attachments to this e-mail
may contain software viruses which could damage your system. We therefore
recommend you virus-check all attachments before opening. A business of
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
Hello,
Up to now we only have pages ans spaces to structure information. I
would like to suggest to have another level of structuration, as we
can have for instance in MindMaps (MindManager) or in
http://www.w3schools.com/ or even in formalisms like SADT(IDEF0).
The idea is to have a tree of plans, each plan can have pages
structured into spaces, but each plan is itself structured into a
tree.
In mind manager, each node can be refined in a sub-tree and we can
navigate easily from one level to another one.
In http://www.w3schools.com/, the information is well presented on
the left side of the site as spaces containing pages. Somes pages are
themselves subplan, and when we clik on the, we enter in the sub tree
with the same kind of presentation... It is really clear, and
efficiant... I've made 5 years ago a generator in Mindmanager to
generate from the mind map automaticcaly an intranet following the
ruels edicted for w3schools. It was actually very convenient .
regards
Xavier
Hello,
I'm quite new with Xwiki, evenif I used tu use wikis since a long
time, especially swiki (dyed), editme wiki, or mediawiki. I would like
to make a little remark about users and groups administration (and
maybe the whole administration) ; the ergonomy is not very good up to
now, compared to other tools (for instance edit me wiki)... I've seen
that you started to develop modules with GWT, and it isa good thing.
Maybe a more friendly manner to administrate users and groups could be
good.
Best regards
Xavier
Anyone know how to make XWiki look like Wikipedia? I know, I know what you
are thinking. But I have a request from someone to make it look like that.
Any ideas?
Hi,
On my "main" side table, I would like to be able to modify exactly what gets
placed in there. Currently, there is a mix of some static links such as
"All Docs"
"Dashboard"
"delete space"
as well as whenever I create a new page those links go there as well. Can
the content for this side table be customizable by me (the admin) ?
Also, I would like to remove the "Sandbox" side table as well.
Thanks,
Josh
Folks,
I am trying to pull the source code for xwki 1.1 and build it. However,
after eluding from this list for several month, I no longer knows how to
build it. I built xwiki 1.0 before via ant and I have used maven 2 before,
but I am not quite sure which module should I checkout and choose if I just
want to get the xwiki application(not the tools or add on modules).
I have browsed the documentations from xwiki.org's community site, but I am
not quite sure where should I start. My questions are the following:
1. What are the minimum set of modules should I choose to download for just
the xwiki web application? (not the panels, tools, plugins etc. just the
core application which can build a .war like xwiki 1.0 or 0.984) The xwiki
platform or xwiki product?
2. I used to be able to download a specific release vesion of the source
code, but now I cannot find any version tagged by 1.1 but checking the
history of xwiki-platform or xwiki-products
3. Is ant build still supported or maven 2 is required now?
This topic might have been discussed before but I seem not able to find
them. Any of your help is highly appreciated.
Thanks
-Chengmin