Re: [xwiki-users] off-line-Version of XWiki

2013-01-25 Thread Arnaud bourree
Hello,

Off-line: XWiki is off-line: you don't need internet to run XWiki
excepted for some connected extension.
More than Off-line, we may want portable XWiki instance you can put on
usb pen-drive.
IMO, standalone XWiki is ready for that.
OK, You want to put a copy of your XWiki server in you pen-drive ...
 - made you standalone XWiki read-only to not resynchronize back to your server
 - after dump of your server database, you have to convert it to
Hslqdb, or you write Event listener extension to propagate page update
from server to pen-drive. Database conversion looks more easy to do

Regards,

Arnaud.

2013/1/23  li...@yhmail.de:
 Hello again!

 I would like to make a xwiki-instance accessible off-line. I tried to export
 everything as HTML with rather bad results as the navigation and the
 scripting isn't exported. So the idea was to somehow export xwiki to some
 standalone version. Has anyone ever done something like this and wouldn't
 mind sharing his/her inside thoughts?

 Thanks for your help,

 Stephanie
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] translations

2013-01-25 Thread Gerritjan Koekkoek
The XWiki instance where the community can translate the keys for XWiki 
enterprise is very difficult to use.
Would it be possible to select the keys based on extensions/modules
Example: 
1) If I would like to check which keys of the BLOG application are translated 
in dutch? And which are still not translated?
2) Look at keys for the top-menu bar in XWiki

To look at a alphabetical list of more then 5000 key's is a bit overestimating 
the stamina of potential translators

Gerritjan Koekkoek









___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] translations

2013-01-25 Thread Ldm Public
Hello,

Personnaly I use XWiki both in english and in the targetted language to
detected which sentences need to be translated. Then I used the search
page in l10n wiki http://l10n.xwiki.org/xwiki/bin/view/L10N/Search with the
value displayed in the EN User Interface to find the exact key to be
translated.

Regards,

2013/1/25 Gerritjan Koekkoek gerritjankoekk...@gmail.com

 The XWiki instance where the community can translate the keys for XWiki
 enterprise is very difficult to use.
 Would it be possible to select the keys based on extensions/modules
 Example:
 1) If I would like to check which keys of the BLOG application are
 translated in dutch? And which are still not translated?
 2) Look at keys for the top-menu bar in XWiki

 To look at a alphabetical list of more then 5000 key's is a bit
 overestimating the stamina of potential translators

 Gerritjan Koekkoek









 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] translations

2013-01-25 Thread Sergiu Dumitriu
On 01/25/2013 09:53 AM, Gerritjan Koekkoek wrote:
 The XWiki instance where the community can translate the keys for XWiki 
 enterprise is very difficult to use.
 Would it be possible to select the keys based on extensions/modules
 Example: 
 1) If I would like to check which keys of the BLOG application are translated 
 in dutch? And which are still not translated?
 2) Look at keys for the top-menu bar in XWiki
 
 To look at a alphabetical list of more then 5000 key's is a bit 
 overestimating the stamina of potential translators
 
 Gerritjan Koekkoek
 

This isn't quite supported yet, because of the fact that so far most of
the translations have been defined in only one file,
ApplicationResources.properties. But the new localization mechanism
allows for each module to define its own translations, in its own file,
so gradually keys will be moved out of the big file into separate
smaller modules.

However, you can still kind of search for applications from a domain,
using the advanced search [1] and specifying as the key the prefix
used by an application. For example, this [2] looks up keys from the
blog application. For the menu, multiple keys are used: core.menu.,
workspacemanager.menu.*, core.shortcuts.* for defining the shortcuts
that trigger certain actions, and the old simplistic keys login,
logout, superadmin, and core.register. The only way to find out
what kind of keys are used in a place is to look in the source of that
place, which can be a document in the wiki, or a template on the
filesystem (usually in templates/).

[1] http://l10n.xwiki.org/xwiki/bin/view/L10N/Search
[2]
http://l10n.xwiki.org/xwiki/bin/view/L10N/Search?application=name=lang=key=core.menu.origtext=transtext=
-- 
Sergiu Dumitriu
http://purl.org/net/sergiu
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] translations

2013-01-25 Thread Gerritjan Koekkoek
THis is quite good to analyze the level of translation.
But I was hoping that this link: (When logged in)
http://l10n.xwiki.org/xwiki/bin/view/XE/XWikiCoreResources?action=viewemptylanguage=nl
would allow the advanced search filter options.
Or can I filter this by adding the same url-filter?


Op 25 jan. 2013, om 16:40 heeft Sergiu Dumitriu ser...@xwiki.com het volgende 
geschreven:

 On 01/25/2013 09:53 AM, Gerritjan Koekkoek wrote:
 The XWiki instance where the community can translate the keys for XWiki 
 enterprise is very difficult to use.
 Would it be possible to select the keys based on extensions/modules
 Example: 
 1) If I would like to check which keys of the BLOG application are 
 translated in dutch? And which are still not translated?
 2) Look at keys for the top-menu bar in XWiki
 
 To look at a alphabetical list of more then 5000 key's is a bit 
 overestimating the stamina of potential translators
 
 Gerritjan Koekkoek
 
 
 This isn't quite supported yet, because of the fact that so far most of
 the translations have been defined in only one file,
 ApplicationResources.properties. But the new localization mechanism
 allows for each module to define its own translations, in its own file,
 so gradually keys will be moved out of the big file into separate
 smaller modules.
 
 However, you can still kind of search for applications from a domain,
 using the advanced search [1] and specifying as the key the prefix
 used by an application. For example, this [2] looks up keys from the
 blog application. For the menu, multiple keys are used: core.menu.,
 workspacemanager.menu.*, core.shortcuts.* for defining the shortcuts
 that trigger certain actions, and the old simplistic keys login,
 logout, superadmin, and core.register. The only way to find out
 what kind of keys are used in a place is to look in the source of that
 place, which can be a document in the wiki, or a template on the
 filesystem (usually in templates/).
 
 [1] http://l10n.xwiki.org/xwiki/bin/view/L10N/Search
 [2]
 http://l10n.xwiki.org/xwiki/bin/view/L10N/Search?application=name=lang=key=core.menu.origtext=transtext=
 -- 
 Sergiu Dumitriu
 http://purl.org/net/sergiu
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] off-line-Version of XWiki

2013-01-25 Thread Ashtar Communications
Stephanie,

I’m also very interested in anything you come up with, or whether anyone
has additional thoughts on making an “offline” copy. I’m not sure whether
my situation is similar to yours or not, but I’ll explain a few things I’ve
tried so far in case it helps either of us.

Short version – has anyone successfully used Wget to mirror an XWiki
instance?

What I ultimately would like is an offline archive of an XWiki instance
that is totally independent of needing a servlet container or database
(even standalone).

I understand Arnaud’s suggestion to use a standalone XWiki instance to
create an offline backup, but unfortunately that is too complicated for
most of my users to access.

In my circumstance, I have an XWiki instance that needs to “reset” at the
beginning of each year, and then need to keep an archive of each full
year’s worth of contributions to the wiki. So I end up with a separate
XWiki database for each year. This is quickly becoming cumbersome and
eating up a lot of server resources to keep all of them online.

I would like for an average user to be able to download an “archive” of a
particular year’s wiki instance so I no longer need to host it “live.”

One other consideration – almost all of the page content in each wiki
instance is stored in objects attached to each page that are then retrieved
with velocity and formatted with javascript. And most pages have a large
number of attachments.

Things I have tried:

1) HTML/PDF export – Like Stephanie, this doesn’t work for me since it
doesn’t maintain navigation or scripting.

2) Standalone XWiki instance – this has proved just too complicated for my
users. I’d prefer some type of archive in a flat file/HTML format if at all
possible.

3) Wget – This seems to be the most promising option so far, since it’s
supposed to make a totally offline recursive mirror of the site. My
attempts so far have been mixed – I can get some of the page content to
download, but struggle with getting a completely working copy. I’ve also
tried a few other “offline archiver” type programs, but none have worked
better than Wget. If someone has successfully used Wget to mirror an XWiki
site, I'd love to hear about it.

Any other ideas?

Thanks,

aaron



On Fri, Jan 25, 2013 at 8:53 AM, Arnaud bourree arnaud.bour...@gmail.comwrote:

 Hello,

 Off-line: XWiki is off-line: you don't need internet to run XWiki
 excepted for some connected extension.
 More than Off-line, we may want portable XWiki instance you can put on
 usb pen-drive.
 IMO, standalone XWiki is ready for that.
 OK, You want to put a copy of your XWiki server in you pen-drive ...
  - made you standalone XWiki read-only to not resynchronize back to your
 server
  - after dump of your server database, you have to convert it to
 Hslqdb, or you write Event listener extension to propagate page update
 from server to pen-drive. Database conversion looks more easy to do

 Regards,

 Arnaud.

 2013/1/23  li...@yhmail.de:
  Hello again!
 
  I would like to make a xwiki-instance accessible off-line. I tried to
 export
  everything as HTML with rather bad results as the navigation and the
  scripting isn't exported. So the idea was to somehow export xwiki to some
  standalone version. Has anyone ever done something like this and wouldn't
  mind sharing his/her inside thoughts?
 
  Thanks for your help,
 
  Stephanie
  ___
  users mailing list
  users@xwiki.org
  http://lists.xwiki.org/mailman/listinfo/users
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Images not resized server side with query string

2013-01-25 Thread Jan-Philip Loos
Hi,

currently I'm a bit clueless. When I use for example:
[[image:XWikiLogo.png||width=50 height=50]] the image is only resized
with the attribute style but not transfered resized. When I inspect the
image via chrome the natural size is still the original size.

The html result:
/xwiki/wiki/example.com/download/Sandbox/WebHome/XWikiLogo.png?width=50amp;height=50
 

We are using XWiki 4.4 (XEM)
The document is saved with XWiki Syntax 2.1 (I tried 2.0 also)
in the xwiki.properties I set explicitly
rendering.imageDimensionsIncludedInImageURL = true (but this should be the
default)

Is there a wiki wise way to override the behaviour incidentally?



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Images-not-resized-server-side-with-query-string-tp7583567.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] off-line-Version of XWiki

2013-01-25 Thread Roman Muntyanu
You could try something like
   http://www.tenmax.com/teleport/pro/home.htm
Just make sure the user has read-only rights, because TPP clicks all the links 
:)

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of 
Ashtar Communications
Sent: Saturday, January 26, 2013 05:11 AM
To: XWiki Users
Subject: Re: [xwiki-users] off-line-Version of XWiki

Stephanie,

I'm also very interested in anything you come up with, or whether anyone has 
additional thoughts on making an offline copy. I'm not sure whether my 
situation is similar to yours or not, but I'll explain a few things I've tried 
so far in case it helps either of us.

Short version - has anyone successfully used Wget to mirror an XWiki instance?

What I ultimately would like is an offline archive of an XWiki instance that is 
totally independent of needing a servlet container or database (even 
standalone).

I understand Arnaud's suggestion to use a standalone XWiki instance to create 
an offline backup, but unfortunately that is too complicated for most of my 
users to access.

In my circumstance, I have an XWiki instance that needs to reset at the 
beginning of each year, and then need to keep an archive of each full year's 
worth of contributions to the wiki. So I end up with a separate XWiki database 
for each year. This is quickly becoming cumbersome and eating up a lot of 
server resources to keep all of them online.

I would like for an average user to be able to download an archive of a 
particular year's wiki instance so I no longer need to host it live.

One other consideration - almost all of the page content in each wiki instance 
is stored in objects attached to each page that are then retrieved with 
velocity and formatted with javascript. And most pages have a large number of 
attachments.

Things I have tried:

1) HTML/PDF export - Like Stephanie, this doesn't work for me since it doesn't 
maintain navigation or scripting.

2) Standalone XWiki instance - this has proved just too complicated for my 
users. I'd prefer some type of archive in a flat file/HTML format if at all 
possible.

3) Wget - This seems to be the most promising option so far, since it's 
supposed to make a totally offline recursive mirror of the site. My attempts so 
far have been mixed - I can get some of the page content to download, but 
struggle with getting a completely working copy. I've also tried a few other 
offline archiver type programs, but none have worked better than Wget. If 
someone has successfully used Wget to mirror an XWiki site, I'd love to hear 
about it.

Any other ideas?

Thanks,

aaron



On Fri, Jan 25, 2013 at 8:53 AM, Arnaud bourree arnaud.bour...@gmail.comwrote:

 Hello,

 Off-line: XWiki is off-line: you don't need internet to run XWiki 
 excepted for some connected extension.
 More than Off-line, we may want portable XWiki instance you can put on 
 usb pen-drive.
 IMO, standalone XWiki is ready for that.
 OK, You want to put a copy of your XWiki server in you pen-drive ...
  - made you standalone XWiki read-only to not resynchronize back to 
 your server
  - after dump of your server database, you have to convert it to 
 Hslqdb, or you write Event listener extension to propagate page update 
 from server to pen-drive. Database conversion looks more easy to do

 Regards,

 Arnaud.

 2013/1/23  li...@yhmail.de:
  Hello again!
 
  I would like to make a xwiki-instance accessible off-line. I tried 
  to
 export
  everything as HTML with rather bad results as the navigation and the 
  scripting isn't exported. So the idea was to somehow export xwiki to 
  some standalone version. Has anyone ever done something like this 
  and wouldn't mind sharing his/her inside thoughts?
 
  Thanks for your help,
 
  Stephanie
  ___
  users mailing list
  users@xwiki.org
  http://lists.xwiki.org/mailman/listinfo/users
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users