Dear Sir/Madam,
I would like to request a wiki for our project.
I'm writing as an enquiry officer with Suffolk Libraries.
We are currently researching the feasability of maintaining staff handbooks and library procedures in the form of a wiki. This would allow us to instantly share the handbook with all who need it. It would also facilitate internal and public discussion of the way we run our libraries and what are the best ways to deal with issues as they come up.
We also feel there is scope for fostering co-operation between public libraries in general through this project - again by facilitating debate and the sharing of technical know-how.
We are attracted to xwiki because of its LGPL license and would be very interested in running our wiki on your servers for the duration of this pilot.
My username is AlexSassmannshausen. The server name we are hoping for is either sls.myxwiki.org or suffolklibs.myxwiki.org (depending on whether the first is already taken).
Please let me know if you have any further questions or requirements prior to creating the wiki for us.
With Regards,
Alex Sassmannshausen
Suffolk libraries direct
County Library
Northgate Street
IPSWICH
IP1 3DE
01473 584563
www.suffolk.gov.uk/sld<http://www.suffolk.gov.uk/sld>
mailto: help(a)suffolklibraries.co.uk<mailto:help@suffolklibraries.co.uk>
Have your say on the future of Suffolk's libraries: www.suffolk.gov.uk/librariesconsultation2011<http://www.suffolk.gov.uk/librariesconsultation2011>
Follow us on Twitter<blocked::https://twitter.com/SuffolkLibrary>
We now offer pre-overdue alerts by sms text message or email - please ask for further details if you are interested.
Our website enables you to renew your loans, make reservations and search our catalogue. It includes a link to our new free eBook service.
Emails sent to and from this organisation will be monitored in accordance
with the law to ensure compliance with policies and to minimise any
security risks.
The information contained in this email or any of its attachments may
be privileged or confidential and is intended for the exclusive use of
the addressee. Any unauthorised use may be unlawful. If you receive
this email by mistake, please advise the sender immediately by using
the reply facility in your email software.
Hi all,
I would like to have a little wiki that permit me to work better with my
schoolfriends. We have to handle large projects (concerning IT and
open-source softwares) during the year and this wiki will permit us to waste
less time than before, retrieving the informations and work of each others.
This project is of course a non-profit one.
Thank you in advance.
Regards,
Guillaume Fenollar (login myxwiki.org : GuillaumeFenollar)
--
guillaume(a)fenollar.fr
Skype: guillaume.fenollar
The XWiki development team is pleased to announce the release of XWiki
Enterprise 3.0 RC 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is the first and hopefully the last release candidate for the 3.0
version. It brings several improvements to the features introduced in
the previous milestones. The final release is planned for the beginning
of the next week.
The highlights of this release are:
* Administration section for the WYSIWYG content editor
* Attachment Selector Macro
* Improvements to the message stream, dashboard, gallery macro, search
suggest, extension manager and the administration application
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/ReleaseNotes/ReleaseNotesXWikiEnterprise30RC1
Thanks
-The XWiki dev team
Hi,
Is it possible to use an external OpenOffice Server that is not on the same machine as the XWiki instance, i.e., not local? If so, how can I do that? If not, can't I even test this possibility? External local one is running in my test place, but in production environment this probably won't be the case.
I'm using XE 2.7.1 and I'll test also XE 3.0M3.
Ramon Gomes Brandão
Hi Xwiki users,
we are using Xwiki in our Intranet and I have a problem with the Navigation Panel.
I've dragged and dropped the Navigation Panel from the Panel Wizard to the left Panel of my site. After that I edited the Panel to my satisfaction. By the way I am using the Default Skin with "Nature" Color Theme.
Now to my problem. If you edit the content of the Navigation Panel you will also find the following code:
$xwiki.jsfx.use('js/scriptaculous/scriptaculous.js')
$xwiki.jsfx.use('js/xwiki/accordion/accordion.js')
<script type="text/javascript">
document.observe('xwiki:dom:loaded', function() {
var obj = {div:'xwikinav', no:$spacecount, height:250};
var acc = createAccordion(obj);
});
</script>
I think the "document.observe" function expands/collapses the Navigation Fields. This function is also used to expand the Panel Wizard Fields where you can drag and drop the panels in the Wiki administration.
I was able to expand the fields wit Firefox 3.6.x and Internet Explorer 8.
Yesterday I updated Firefox to version 4 and Internet Explorer to version 9. If I am viewing the site with Firefox 4 the fields remain collapsed/closed and I can't open them. So I can't use the Navigation Panel. Same problem with the Panel Wizard in wiki administration. With Internet Explorer 9 and Opera 11 no problems. I can use the Navigation Panel and the Panel Wizard without problems. I also tested Chrome 10. Same problem as Firefox 4. With these two Browser (and these are the most used Browsers of my users) I am not able to view and edit my Wiki correctly.
Now where is the problem? Is that a bug in Xwiki or a bug in the javascript engine of Firefox and Chrome? Could you give me a quick solution or workaround please?
Best regards.
Enzo
Hi, I would like to create a wiki on myxwiki.org which I will use for a
school project, for collaborative documents and resource sharing.
The Wiki's name should be HCI (comes from Human-Computer Interaction),
so the url would be hci.myxwiki.org
The myxwiki account I created is sorzu, and I would be its main
aministrator.
Thanks,
Stefan Orzu.
Hi,
When I try to create a page from an Office Doc in XE 2.7.1 (Add -> Create a Page from Office Document), some documents succeed without problems, others get an exception caused by:
java.sql.BatchUpdateException: Incorrect string value: '\xEF\x80\xBD|(%...' for column 'XWR_PATCH' at row 1
I get this also with the same docs when I try to use the office importer macro on WYSIWYG editor.
I've searched the user list archive and found something about this was a misconfgured charset. But I've created the xwiki database with charset=utf8 just like the instructions, and double checked on mysql:
My xwiki database:
+--------------------------+----------------------------+
| Variable_name | Value |
+--------------------------+----------------------------+
| character_set_client | latin1 |
| character_set_connection | latin1 |
| character_set_database | utf8 |
| character_set_filesystem | binary |
| character_set_results | latin1 |
| character_set_server | latin1 |
| character_set_system | utf8 |
| character_sets_dir | /usr/share/mysql/charsets/ |
+--------------------------+----------------------------+
My MySQL System database:
+--------------------------+----------------------------+
| Variable_name | Value |
+--------------------------+----------------------------+
| character_set_client | latin1 |
| character_set_connection | latin1 |
| character_set_database | latin1 |
| character_set_filesystem | binary |
| character_set_results | latin1 |
| character_set_server | latin1 |
| character_set_system | utf8 |
| character_sets_dir | /usr/share/mysql/charsets/ |
+--------------------------+----------------------------+
The strange point is why some docs succeed, others not. I've tested a bunch of docs, and found this behaviour.
Any ideas? Is it a BUG? Other places to check? I've though at first the problem happened just with docs containing some bullets markings, but not only.
Regards,
Ramon Gomes Brandão