[xwiki-users] need help for a new project
Hello! (excuse my broken English) I embarked on a project Xwiki (knowledge base). I am a beginner, I know nothing about Java and other ... So I need help, here are my questions: - What is the database used by XWIKI? - How do I create a page template? How to make a form? - How to view a list of pages in a space (home page)? Can I put a menu listing? - Can I get a different display of on page under different user? thank you for the help you can give me! _________________________________________________________________ Messenger débarque dans Hotmail ! Essayez-le ! http://www.windowslive.fr/hotmail/web-messenger/
Salut Grégory, 2009/9/16 Bodin Grégory <[email protected]>
Hello! (excuse my broken English)
No pb :)
I embarked on a project Xwiki (knowledge base). I am a beginner, I know nothing about Java and other ...
So I need help, here are my questions:
- What is the database used by XWIKI?
Any DB supported by Hibernate (www.hibernate.org) - How do I create a page template? How to make a form?
Look at http://platform.xwiki.org/xwiki/bin/view/DevGuide/
- How to view a list of pages in a space (home page)? Can I put a menu listing?
Yes. Use {{velocity}}{{html}} #includeInContext("Main.Dashboard") {{/html}}{{/velocity}}
- Can I get a different display of on page under different user?
Yes. Use {{velocity}} #if($context.user == "XWiki.Admin") Some text #else Some other text #end {{/velocity}}
thank you for the help you can give me!
Hope this helps, Guillaume
_________________________________________________________________ Messenger débarque dans Hotmail ! Essayez-le ! http://www.windowslive.fr/hotmail/web-messenger/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Guillaume Lerouge Product Manager - XWiki Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/
Yeah great ! Other questions : Concerning this :> > - Can I get a different display of on page under different user?> >> > Yes. Use {{velocity}} #if($context.user == "XWiki.Admin") Some text #else> Some other text #end {{/velocity}} Can i do the same thing for different groups ? And is there an alphabetical menu listing for spaces ? Thanks !
Date: Thu, 17 Sep 2009 10:09:25 +0200 From: [email protected] To: [email protected] Subject: Re: [xwiki-users] need help for a new project
Salut Grégory,
2009/9/16 Bodin Grégory <[email protected]>
Hello! (excuse my broken English)
No pb :)
I embarked on a project Xwiki (knowledge base). I am a beginner, I know nothing about Java and other ...
So I need help, here are my questions:
- What is the database used by XWIKI?
Any DB supported by Hibernate (www.hibernate.org)
- How do I create a page template? How to make a form?
Look at http://platform.xwiki.org/xwiki/bin/view/DevGuide/
- How to view a list of pages in a space (home page)? Can I put a menu listing?
Yes. Use {{velocity}}{{html}} #includeInContext("Main.Dashboard") {{/html}}{{/velocity}}
- Can I get a different display of on page under different user?
Yes. Use {{velocity}} #if($context.user == "XWiki.Admin") Some text #else Some other text #end {{/velocity}}
thank you for the help you can give me!
Hope this helps,
Guillaume
_________________________________________________________________ Messenger débarque dans Hotmail ! Essayez-le ! http://www.windowslive.fr/hotmail/web-messenger/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Guillaume Lerouge Product Manager - XWiki Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_________________________________________________________________ Découvrez toutes les possibilités de communication avec vos proches http://www.microsoft.com/windows/windowslive/default.aspx
Hi Grégory, 2009/9/17 Bodin Grégory <[email protected]>
Yeah great ! Other questions : Concerning this :> > - Can I get a different display of on page under different user?> >> > Yes. Use {{velocity}} #if($context.user == "XWiki.Admin") Some text #else> Some other text #end {{/velocity}} Can i do the same thing for different groups ?
Yes. I think there is an isUserInGroup() method in one of XWiki's APIs, you could use it.
And is there an alphabetical menu listing for spaces ?
There's one right on the home page of your wiki -> the spaces are listed on the left, and when you hover over a space a small book appears -> click on it and you'll have the list of all pages in that space. Guillaume
Thanks !
Date: Thu, 17 Sep 2009 10:09:25 +0200 From: [email protected] To: [email protected] Subject: Re: [xwiki-users] need help for a new project
Salut Grégory,
2009/9/16 Bodin Grégory <[email protected]>
Hello! (excuse my broken English)
No pb :)
I embarked on a project Xwiki (knowledge base). I am a beginner, I know nothing about Java and other ...
So I need help, here are my questions:
- What is the database used by XWIKI?
Any DB supported by Hibernate (www.hibernate.org)
- How do I create a page template? How to make a form?
Look at http://platform.xwiki.org/xwiki/bin/view/DevGuide/
- How to view a list of pages in a space (home page)? Can I put a menu listing?
Yes. Use {{velocity}}{{html}} #includeInContext("Main.Dashboard") {{/html}}{{/velocity}}
- Can I get a different display of on page under different user?
Yes. Use {{velocity}} #if($context.user == "XWiki.Admin") Some text #else Some other text #end {{/velocity}}
thank you for the help you can give me!
Hope this helps,
Guillaume
_________________________________________________________________ Messenger débarque dans Hotmail ! Essayez-le ! http://www.windowslive.fr/hotmail/web-messenger/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Guillaume Lerouge Product Manager - XWiki Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_________________________________________________________________ Découvrez toutes les possibilités de communication avec vos proches http://www.microsoft.com/windows/windowslive/default.aspx _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Guillaume Lerouge Product Manager - XWiki Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/
participants (2)
-
Bodin Grégory -
Guillaume Lerouge