On 12/07/2010 01:55 AM, Haru Mamburu wrote:
> Hi!
>
> Kindly ask you to solve some unclear topics:
>
> I. How can I find information about such dependencies:
> - How many server RAM memory is required for each 1GB of attachments?
> - The same for CPU.
> How to estimate this and calculate hardware? What are main principles?
>

> II. Is it possible to customise WYSIWYG editor separetly for each space in 
> one sub-XWiki ?

You can edit the wysiwyg_storeConfig velocity macro found in 
templates/macros.vm so that it takes the value of the WYSIWYG editor 
configuration parameters from space preferences. For instance:

#set($ok = $parameters.put('menu', 
$xwiki.getSpacePreference('wysiwyg.menu', 'link image table macro import')))

See 
http://nexus.xwiki.org/nexus/service/local/repositories/releases/archive/com/xpn/xwiki/platform/xwiki-core/2.6/xwiki-core-2.6-javadoc.jar/!/com/xpn/xwiki/api/XWiki.html#getSpacePreference%28java.lang.String,%20java.lang.String%29

Then you have to add the corresponding properties (i.e. 'wysiwyg.menu') 
to SpaceName.WebPreferences page (where 'SpaceName' is the space where 
you want the WYSIWYG editor to be customised).

You can do this for any WYSIWYG editor configuration parameter. For the 
full list, see 
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/WysiwygEditor#HConfigurationParameters
 
.

>
> III. Is there any way to manage anchors from Links plugin in WYSIWYG editor?
>    The logic is:
>     - select space
>     - select page
>     - select anchor on this page
>     - put the link

This is not possible right now through the WYSIWYG editor UI. You can 
open a feature request on jira.xwiki.org

Hope this helps,
Marius

>
> For now, even if I write down XWiki.WebHome#anchor in the link field 
> manually, I get #anchor cut out.
> And the only way to do it via source code editor manually. Then it works 
> fine. Personally me found more or less suitable solution with FF plugin 
> https://addons.mozilla.org/ru/firefox/addon/416/
> It's very easy to get anchor, but not so easy to put it. For unqualified 
> users it makes XWiki "one-handed".
>
> IV. Is there any way to make TOC macro to build table of contents of several 
> pages and put it on one page?
> For Example:
> toc Page1, Page2, Page3 ....
>
> It's very useful, when one can group all project highligts together in one 
> TOC.
> I used to use Track Wiki, it works excellent in there. I suffer from it's 
> absence now :-)
>
> Thank you
>
> Dmitry Bakbardin
>
> _______________________________________________
> users mailing list
> [email protected]
> http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to