[xwiki-users] [Extensions] Space Color Theme

2011-01-24 Thread Raluca Stavro
Hello all,

I added a new ('Space') Color Theme extension on xwiki.org.
Grab it from here:
http://extensions.xwiki.org/xwiki/bin/view/Extension/Space+ColorTheme
.

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


[xwiki-users] Corporate Wiki Users' Perception Survey

2011-01-24 Thread Zeeshan-Ahmed.BHATTI

Hello Everyone,

Please help me in my Doctoral dissertation survey about Corporate Wiki Users' 
Perception of Wikis. I need respondents(corporate Wiki users) for my web 
survey on Wiki perceptions. I will highly appreciate your help in this. The 
survey takes 5 min.

If anyone is interested, He/She can also get the results of the study.

The link to survey is:

http://www.kwiksurveys.com/?s=HBJEMM_bfb8d99c (English)
http://www.kwiksurveys.com/?s=HCEKKH_f6159e79 (Français)

Thank You All,

Regards//

Zeeshan Ahmed BHATTI
Doctoral Student, IAE Graduate School of Management,
Aix-en-Provence, FRANCE
Cell: +33(0)632008933


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


Re: [xwiki-users] Corporate Wiki Users' Perception Survey

2011-01-24 Thread Vincent Massol
Hi Zeeshan,

That's an interesting survey. Can you tell us if and where the results will be 
available if people participate?

Since you're sending this to the XWiki mailing lists and you need help from the 
xwiki community it would be fair that you explain what people get in exchange. 
I'd like to ask for the permission to get the results from the study and the 
ability to publish them on xwiki.org when the survey is done. Does this sound 
acceptable to you?

Thank you
-Vincent

On Jan 24, 2011, at 10:29 AM, Zeeshan-Ahmed.BHATTI wrote:

 
 Hello Everyone,
 
 Please help me in my Doctoral dissertation survey about Corporate Wiki 
 Users' Perception of Wikis. I need respondents(corporate Wiki users) for my 
 web survey on Wiki perceptions. I will highly appreciate your help in this. 
 The survey takes 5 min.
 
 If anyone is interested, He/She can also get the results of the study.
 
 The link to survey is:
 
 http://www.kwiksurveys.com/?s=HBJEMM_bfb8d99c (English)
 http://www.kwiksurveys.com/?s=HCEKKH_f6159e79 (Français)
 
 Thank You All,
 
 Regards//
 
 Zeeshan Ahmed BHATTI
 Doctoral Student, IAE Graduate School of Management,
 Aix-en-Provence, FRANCE
 Cell: +33(0)632008933
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] using PHP on Xwiki farm?

2011-01-24 Thread Weihsing Wang
The php macro is not in the list of registered macros. 
Verify the spelling or contact your administrator.
How to use PHP on XWiki farm site?

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


[xwiki-users] Doing a File Exchange App

2011-01-24 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
I'm being asked to do a File Exchange application in XWiki.  Basically giving
the users the ability to upload and download files for each others use.  My
first thought was to simply use different pages for collections and have
people use the built in file attachment stuff.  However, I'm being told that
isn't intuitive enough, so I'm looking to do some sort of FTP like thing
where paths can be created and files uploaded to those paths to be later
downloaded by others.

I guess my question is, does anyone know of an existing app that does this,
or am I going to have to create this myself?

Thanks,

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


Re: [xwiki-users] Doing a File Exchange App

2011-01-24 Thread Sergiu Dumitriu
On 01/24/2011 11:10 PM, Scardino, Leonard R Jr ERDC-ITL-MS Contractor wrote:
 I'm being asked to do a File Exchange application in XWiki.  Basically giving
 the users the ability to upload and download files for each others use.  My
 first thought was to simply use different pages for collections and have
 people use the built in file attachment stuff.  However, I'm being told that
 isn't intuitive enough, so I'm looking to do some sort of FTP like thing
 where paths can be created and files uploaded to those paths to be later
 downloaded by others.

 I guess my question is, does anyone know of an existing app that does this,
 or am I going to have to create this myself?

You can use WebDAV to access the wiki.
http://platform.xwiki.org/xwiki/bin/Features/WebDAV

You can do some custom UI on top of the basic attachment feature.

But note that the current attachment storage is not that memory 
efficient, so it won't work well if the attachments are big. If you have 
attachments less than 10-20 megabytes, that's OK, but bigger than that 
requires a different approach. This will improve in the near future (3.0 
/ 3.1 hopefully).

Another alternative is to implement the file exchange using another 
system, maybe even plain old FTP, and only provide an UI for it in 
XWiki. How exactly this can be done depends on the service you want to 
use and what remote access APIs it provides.

-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users