[xwiki-users] [myxwiki] new wiki request

2012-07-26 Thread Andrea Ravasio
Hi, we are a non-profit Italian organization for enviroment and waste
recycling activism.
We would like to use this wiki for collaboration and generate documentation.

username: aravasio
server name: bergamo5stelle

Thanks in advance.
Andrea Ravasio
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Horizontal menu like xwiki.org

2012-07-26 Thread eisioriginal
Hello,

i also used the branch of the menu and tried to include it. I altered the
code for the Menu Panel Extension:

{{velocity}}
##$xwiki.ssx.use('xwiki:XWikiOrgCode.MenuMacro')
##{{menu id="navigationMenu"}}
{{menu type="horizontal" position="left" id="mainMenu"}}
#set($menuContentProperty =
$xwiki.getDocument("MenuCode.MenuConfig").getObject("MenuCode.MenuConfig").getProperty('content').value)
#if("$!menuContentProperty" == '' or "$!menuContentProperty" == "\\")
  * [[Edit the menu in
administration>>XWiki.XWikiPreferences?editor=globaladmin§ion=MenuConfig]]
#else
  $menuContentProperty
#end
{{/menu}}
{{/velocity}}

This leads to the behavior that the menu is rendered in the panel and not on
top of the page. Can you give me a hint how to include the xwiki menu to the
top of the page. I'm new to xwiki and i do not know if i can set the menu
globally for all spaces.

All the best

Andreas



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Horizontal-menu-like-xwiki-org-tp7411641p7580563.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] Mysql Configuration problem

2012-07-26 Thread raav2012
Hi Guillaume,

I've tried with the command you gave me and and I get this

http://xwiki.475771.n2.nabble.com/file/n7580559/02_-_Connect_with_password.jpg 

As you can see so far I can login to the DB and I have full grants

Change the port in hibernate.cfg.xml as you suggested. 
http://xwiki.475771.n2.nabble.com/file/n7580559/03_-_hibernate_conf_file.jpg 

Reload tomcat... and tada! Still the same issue  :-(
http://xwiki.475771.n2.nabble.com/file/n7580559/04_-_Same_problem.jpg 

Ive tried any sort of connections in the hibernate.cfg.xml file and I get
always the same.

Also I ve tried this

"What do you have in /etc/hosts ? 
I suspect some weird reverse DNS 
You should make sure nslookup 127.0.0.1 returns 'localhost' and not 
'localhost.localdomain' which might be unknown to your mysql instance. 

You should have 127.0.0.1 localhost in your /etc/hosts (probably being 
first) 

Ludovic "
>From this post 
http://xwiki.475771.n2.nabble.com/Re-Could-not-initialize-main-XWiki-context-td501954.html;cid=1343149060713-31
http://xwiki.475771.n2.nabble.com/Re-Could-not-initialize-main-XWiki-context-td501954.html;cid=1343149060713-31
 

I just don't get it, I'll keep searching anyway.

Thanks a lot Guillaume. Cheers.
Robinson.



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Mysql-Configuration-problem-tp7580467p7580559.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] API to get page content in XHTML

2012-07-26 Thread Thomas Mortagne
On Wed, Jul 25, 2012 at 7:26 PM, mterpstra  wrote:
> I'm developing a Java servlet application that needs to fetch pages from an
> XWiki instance in the same container.  It needs the content rendered in
> XHTML.  Ideally, I'd like to get just the page content, without any of the
> extra navigation/layout markup.  Whats the best way to do this?

For that we usually use /get/ action instead of /view/ in the standard
browser oriented access. As in
http://www.xwiki.org/xwiki/bin/get/Main/WebHome.

An example of that is comments in the bottom of the page.

>
> I've looked at using the REST API, but as far as I can figure out it only
> provides the content in the xwiki syntax.  Is there a way to get the content
> rendered in XHTML through this API?
>
>
> --Maxwell Terpstra
>
>
>
> --
> View this message in context: 
> http://xwiki.475771.n2.nabble.com/API-to-get-page-content-in-XHTML-tp7580533.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



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


Re: [xwiki-users] API to get page content in XHTML

2012-07-26 Thread Guillaume Delhumeau
Hi,

Maybe you should use the standard HTTP protocol and just add
"?outputSyntax=html&xpage=plain" at the end of the URL.

See as an example:
http://www.xwiki.org/xwiki/bin/view/Main/WebHome?outputSyntax=html&xpage=plain

I hope this helps,

Guillaume D.

2012/7/25 mterpstra 

> I'm developing a Java servlet application that needs to fetch pages from an
> XWiki instance in the same container.  It needs the content rendered in
> XHTML.  Ideally, I'd like to get just the page content, without any of the
> extra navigation/layout markup.  Whats the best way to do this?
>
> I've looked at using the REST API, but as far as I can figure out it only
> provides the content in the xwiki syntax.  Is there a way to get the
> content
> rendered in XHTML through this API?
>
>
> --Maxwell Terpstra
>
>
>
> --
> View this message in context:
> http://xwiki.475771.n2.nabble.com/API-to-get-page-content-in-XHTML-tp7580533.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
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Floating panel

2012-07-26 Thread Sergiu Dumitriu

On 07/26/2012 04:02 AM, yann gensollen wrote:

Hello

could you please tell me if it is possible to do this on xwiki? thanks


2012/7/24 Yann Gensollen 


hello

I have seen a post on this subject. But is there something downlable for
it? Thanks



Anything is doable in XWiki.

I'm not really sure what you mean by "floating panel", but I guess it 
involves custom styling of a div.


You can use in the content:

(% class="floatme" %)(((
the content that should float
)))

This creates a  wrapper for that content.

Then you can add a custom StyleSheetExtension object with custom CSS 
that applies to the .floatme class. See the skin extension tutorial: 
http://platform.xwiki.org/xwiki/bin/DevGuide/SkinExtensionsTutorial


--
Sergiu Dumitriu
http://purl.org/net/sergiu/


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


Re: [xwiki-users] Floating panel

2012-07-26 Thread yann gensollen
Hello

could you please tell me if it is possible to do this on xwiki? thanks


2012/7/24 Yann Gensollen 

> hello
>
> I have seen a post on this subject. But is there something downlable for
> it? Thanks
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Fwd: Printing several pages

2012-07-26 Thread yann gensollen
Hello I still have no solution for this issue. Could you please help me?

thanks

-- Forwarded message --
From: Yann Gensollen 
Date: 2012/7/17
Subject: Printing several pages
To: users@xwiki.org


Hello
I cannot manage to use standard option to print several pages. When i use
children pages, it works but page break option won t work, pages titles and
pictures inside pages either. I also uses specific panel dowloaded on xwiki
site. The pdf option gui works but i still have the same problems.

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