Re: [xwiki-users] Problem with Bulletin Board Application

2008-04-05 Thread Frantisek Kall

Hi Guillaume

I installed same application in local (is working) and server wiki (doesn't
work). I also checked language resource file BBCode.Translations - file is 
present.
Our wiki is set as multi lingual with "sk, en" languages. Default lang is
"sk". Is it possible that this is a problem?

Frantisek


Guillaume Lerouge wrote:
> 
> Check out the installation pages on XWiki.org, you need to add the buletin
> board language resource file.
> http://code.xwiki.org/xwiki/bin/view/Applications/BulletinBoardApplicationDownloads
> 
> Thanks,
> Guillaume
> 
> On Fri, Apr 4, 2008 at 3:58 PM, Frantisek Kall <[EMAIL PROTECTED]> wrote:
> 
>>
>> I use local installation of xwiki as test wiki and we also have working
>> department xwiki - Linux, Jboss
>>
>> In my local BB application works well, but in server wiki  installation
>> all
>> BBCode pages are rendered with
>>
>> "bb_bbcodespace
>> bb_bbcodespaceexplanation
>> o   bb_examplebb bb_goexamplebb
>> bb_adminbbactions"
>>
>> instead
>> "
>> Bulletin Board Application Code
>> All the code lines used in the Bulletin Board application are stored in
>> this
>> space. You can have access to various resources concerning your Bulletin
>> Board application here. Be creful when editing those pages though :-)
>> o   This Bulletin Board is included by default with the application
>> to
>> show
>> how it works : Go to the example Bulletin Board
>> Bulletin Board Administration
>> "
>>
>> Any idea, what is wrong?
>>
>> Frantisek
>> --
>> View this message in context:
>> http://www.nabble.com/Problem-with-Bulletin-Board-Application-tp16491542p16491542.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
>>
> 
> 
> 
> -- 
> http://wikibc.blogspot.com/
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Problem-with-Bulletin-Board-Application-tp16491542p16514449.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] Problem with Bulletin Board Application

2008-04-05 Thread Guillaume Lerouge
Hi Frantisek,


> Our wiki is set as multi lingual with "sk, en" languages. Default lang is
> "sk". Is it possible that this is a problem?


Absolutely, that's the cause of the issue. You need to create a sk
translation of the en page.

To do this, simply go to
.../xwiki/bin/edit/BBCode/Translations?language=sk&editor=wiki , then check
whether the en translations show up in the page and if they do save it. If
the page is empty when you create it, copy/paste the content
from .../xwiki/bin/edit/BBCode/Translations?language=en&editor=wiki to it
before saving.

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


Re: [xwiki-users] xWiki functionality / Would it work for our project?

2008-04-05 Thread Ludovic Dubost

Look at this quick example

http://www.ludovic.org/xwiki/bin/view/Cities/

You won't have the rights to add a city but it's fully dynamic and build 
on top of standard XWiki

Ludovic

Guillaume Lerouge wrote:
> Hi Jeff,
>
> I'm reviewing java, open source CMS and wikis for a project we're soon to
>   
>> begin.
>>  The project will mirror some of wikipedias functionality in allowing
>> collaboration on content to a set of authorized users, content discussion
>> and
>> versioning.  There are a couple of items that are driving me to CMSs vs
>> Wikis
>> and I'm curious of xwiki might fit the bill.
>> 
>
>
> Thanks for giving XWiki a look :-) From your short description I'm almost
> sure it will fit. Let's see how :
>
>
>   
>> 1.  I need more control of how the content is presented, i.e. strong
>> programmaticly enforced templates
>> 
>
>
> XWiki was _meant_ to provide power user with ways to create templates that
> can be used to define exactly how the content should be displayed on a page.
> For instance, create an account on XWiki.org, log-in, go to this page :
> http://www.xwiki.org/xwiki/bin/view/References/Alenty and click on edit :
> you've got in-place edition that follows the defined template. (Please click
> on "Cancel" afterwards rather than on "Save").
>
>
>   
>> 2.  I need something that will store
>> portions of the content in separate database fields for more focused
>> queries.
>> Some of these fields would be text while others would be numerics, dates,
>> etc.
>> Something like a wikipedia country page but storing the Climate and
>> Geology
>> sections of geography in their own DB fields and also storing metrics such
>> as
>> GDP and Population as numbers in a relational database.
>> 
>
>
> XWiki givs you the ability to define classes. A class is basically made of a
> set of properties (I want a "country" class where countryname will be a
> string property, countrypopulation will be a number property, countrycities
> will be a databaseSimpleList property...) Then you can create new pages that
> instanciate objects of this class : you create a page and add a "country"
> object to it -> now you can store data in your page in a structured manner
> using the object's fields.
>
> >From your description, that's what I'd call a perfect match. :-)
>
> The best way to understand the potential of XWiki is to check it out by
> yourself. Check out
> http://platform.xwiki.org/xwiki/bin/view/DevGuide/Tutorials and specifically
> this one : http://platform.xwiki.org/xwiki/bin/view/DevGuide/FAQTutorial to
> see how you could leverage XWiki's feature set for your project.
>
> Hope this helps,
>
> Guillaume
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
>   


-- 
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost

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


[xwiki-users] xwiki vhost in apache

2008-04-05 Thread David Hláčik
Hi, i have xwiki running on http://myserver.example.org:8080/xwiki (tomcat5)

I have also apache2 running on my centos5 server with virtual hosts.

I want to create a virtual host (on port 80) named wiki.example.org  --
which will proxy to xwiki and action will be transparent.
I found a howto on xwiki pages
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Performances#HModProxyAJPConfiguration
.
but this config works for me without vhost only.

I have Centos 5 server ,with httpd  and tomcat

Thanks in advance!

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


Re: [xwiki-users] xwiki vhost in apache

2008-04-05 Thread Squirrel
On Sat, Apr 5, 2008 at 3:45 PM, David Hláčik <[EMAIL PROTECTED]> wrote:

> Hi, i have xwiki running on http://myserver.example.org:8080/xwiki(tomcat5)
>
> I have also apache2 running on my centos5 server with virtual hosts.
>
> I want to create a virtual host (on port 80) named wiki.example.org  --
> which will proxy to xwiki and action will be transparent.
> I found a howto on xwiki pages
>
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Performances#HModProxyAJPConfiguration
> .
> but this config works for me without vhost only.
>
> I have Centos 5 server ,with httpd  and tomcat
>
> Thanks in advance!
>
> David 


Hi David


ServerName domain.com
ServerAlias www.domain.com
RewriteRule ^/$ http://www.domain.com/xwiki
ProxyPass /xwiki http://www.domain.com:8082/xwiki
ProxyPassReverse /xwiki http://www.domain.com:8082/xwiki


Or have a look into my Howto on
HowtoForge(look
to the comments at the bottom, too).

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


[xwiki-users] having hard-time with wiki manager

2008-04-05 Thread David Hláčik
Hi all friends,

i am currently using serveral xwiki instances (xwiki-enterprise 1.3).

I need to try xwiki-enterprise-manager to be able to create virtual wiki
sites. I am having a really hard time with installation.

I have used 
xwiki-enterprise-manager-web-1.1.war
,
tomcat 5 as a container, mysql as a database. I processed exactly same steps
as i did several times installing xwiki enterprise.

I have put war file into tomcat5 webapps directory, started/stoped tomcat in
order to unpack it, configured hibernate..xml to mysql database. I have
installed mysql connector to lib directory. I have copied custom log4j file
to classes directory. I have created a wiki mysql user with full rights to
create databases , created a wiki database.

When i will point on http://mydomain:8080/xwiki according to xwiki.log it
will fill mysql database xwiki and then i will get "page cannot be displayed
message" (internet explorer message). I found no error in xwiki.log, no
error nowhere else. When i will point it again at that adress
http://mydomain:8080/xwiki still nothing -page cannot be displayed and zero
messages in log.

I spent 4 hours and that is enought time for me to ask for a help.

Thanks in advance!

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


Re: [xwiki-users] having hard-time with wiki manager

2008-04-05 Thread Guillaume Lerouge
Hi David,

>  i am currently using serveral xwiki instances (xwiki-enterprise 1.3).
>
>  I need to try xwiki-enterprise-manager to be able to create virtual wiki
>  sites. I am having a really hard time with installation.
>
>  I have used 
> xwiki-enterprise-manager-web-1.1.war
>  ,
>  tomcat 5 as a container, mysql as a database. I processed exactly same steps
>  as i did several times installing xwiki enterprise.
>
>  I have put war file into tomcat5 webapps directory, started/stoped tomcat in
>  order to unpack it, configured hibernate..xml to mysql database. I have
>  installed mysql connector to lib directory. I have copied custom log4j file
>  to classes directory. I have created a wiki mysql user with full rights to
>  create databases , created a wiki database.
>
>  When i will point on http://mydomain:8080/xwiki according to xwiki.log it
>  will fill mysql database xwiki and then i will get "page cannot be displayed
>  message" (internet explorer message). I found no error in xwiki.log, no
>  error nowhere else. When i will point it again at that adress
>  http://mydomain:8080/xwiki still nothing -page cannot be displayed and zero
>  messages in log.

Have you checked this page :
http://manager.xwiki.org/xwiki/bin/view/AdminGuide/Installation ?
Specifically, I see no mentions of plugin in the setup you tried ->
did you configure them properly ?

Hope this helps,

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


Re: [xwiki-users] having hard-time with wiki manager

2008-04-05 Thread David Hláčik
Hi,

no i was thinking that enterprise-manager is bundled. It means, that i will
install it and trought that i will be able to create virtual wikies on
demand. Is it so?

If not - what do i exactly need to have installed ... actually maybe i am
just looking at that page too long,  but it is pretty messy ...
I was thinking that Install XEM from a distribution part on wiki is what i
need to do and Convert an existing XWiki Enterprise instance part is there
in case i have wiki enterprise installed and i want to install a manager
plugin into existing instance in order to transfer it to enterprise-manager.

Thanks for your time and help.

D

On Sun, Apr 6, 2008 at 12:27 AM, Guillaume Lerouge <[EMAIL PROTECTED]>
wrote:

> Hi David,
>
> >  i am currently using serveral xwiki instances (xwiki-enterprise 1.3).
> >
> >  I need to try xwiki-enterprise-manager to be able to create virtual
> wiki
> >  sites. I am having a really hard time with installation.
> >
> >  I have used xwiki-enterprise-manager-web-1.1.war<
> http://forge.objectweb.org/project/download.php?group_id=170&file_id=10262
> >
> >  ,
> >  tomcat 5 as a container, mysql as a database. I processed exactly same
> steps
> >  as i did several times installing xwiki enterprise.
> >
> >  I have put war file into tomcat5 webapps directory, started/stoped
> tomcat in
> >  order to unpack it, configured hibernate..xml to mysql database. I have
> >  installed mysql connector to lib directory. I have copied custom log4j
> file
> >  to classes directory. I have created a wiki mysql user with full rights
> to
> >  create databases , created a wiki database.
> >
> >  When i will point on http://mydomain:8080/xwiki according to xwiki.log
> it
> >  will fill mysql database xwiki and then i will get "page cannot be
> displayed
> >  message" (internet explorer message). I found no error in xwiki.log, no
> >  error nowhere else. When i will point it again at that adress
> >  http://mydomain:8080/xwiki still nothing -page cannot be displayed and
> zero
> >  messages in log.
>
> Have you checked this page :
> http://manager.xwiki.org/xwiki/bin/view/AdminGuide/Installation ?
> Specifically, I see no mentions of plugin in the setup you tried ->
> did you configure them properly ?
>
> Hope this helps,
>
> Guillaume
> ___
> 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] having hard-time with wiki manager

2008-04-05 Thread Guillaume Lerouge
Hi again,

>  no i was thinking that enterprise-manager is bundled. It means, that i will
>  install it and trought that i will be able to create virtual wikies on
>  demand. Is it so?

Alas I'm not a XEM installation expert, but yes, this is what XEM
offers : you can create additional virtual wikis on demand.

>  If not - what do i exactly need to have installed ... actually maybe i am
>  just looking at that page too long,  but it is pretty messy ...
>  I was thinking that Install XEM from a distribution part on wiki is what i
>  need to do and Convert an existing XWiki Enterprise instance part is there
>  in case i have wiki enterprise installed and i want to install a manager
>  plugin into existing instance in order to transfer it to enterprise-manager.

Right now I think you'd be better off starting from scratch by
following the instructions for setting up a new XEM as provided here :
http://manager.xwiki.org/xwiki/bin/view/AdminGuide/Installation , and
then make an export of the pages you need in your current XE and
import them again in the XE of your choice that you will have created
from your brand new XEM.

I know it is possible to turn a XE into a XEM, but this will at least
imply the need to activate the relevant plugins. Hopefully some people
from the XEM team will be able to provide you with more complete
answers within a few days.

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


Re: [xwiki-users] having hard-time with wiki manager

2008-04-05 Thread David Hláčik
Thanks for all, but yes i have actually followed steps in XEM and it is not
working as i mentioned and writed first mail :(

I am simply forgeting about something which is not mentioned in tutorial on
xwiki.org.

David.

On Sun, Apr 6, 2008 at 12:40 AM, Guillaume Lerouge <[EMAIL PROTECTED]>
wrote:

> Hi again,
>
> >  no i was thinking that enterprise-manager is bundled. It means, that i
> will
> >  install it and trought that i will be able to create virtual wikies on
> >  demand. Is it so?
>
> Alas I'm not a XEM installation expert, but yes, this is what XEM
> offers : you can create additional virtual wikis on demand.
>
> >  If not - what do i exactly need to have installed ... actually maybe i
> am
> >  just looking at that page too long,  but it is pretty messy ...
> >  I was thinking that Install XEM from a distribution part on wiki is
> what i
> >  need to do and Convert an existing XWiki Enterprise instance part is
> there
> >  in case i have wiki enterprise installed and i want to install a
> manager
> >  plugin into existing instance in order to transfer it to
> enterprise-manager.
>
> Right now I think you'd be better off starting from scratch by
> following the instructions for setting up a new XEM as provided here :
> http://manager.xwiki.org/xwiki/bin/view/AdminGuide/Installation , and
> then make an export of the pages you need in your current XE and
> import them again in the XE of your choice that you will have created
> from your brand new XEM.
>
> I know it is possible to turn a XE into a XEM, but this will at least
> imply the need to activate the relevant plugins. Hopefully some people
> from the XEM team will be able to provide you with more complete
> answers within a few days.
>
> Guillaume
> ___
> 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] centering a DIV

2008-04-05 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Hi all,

Please has any body know hot to center ? I 
am working with a customized network based on toucan. XE 1.3. And I am 
not able to figure out how to do that. Thanks!

Ricardo

-- 
Ricardo Rodríguez
Your EPEC Network ICT Team

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