Re: [xwiki-users] FavIcon

2013-12-01 Thread Ldm Public
Hi, Forget my last reply => everything is fine now (without any changes); ie my new favicon is displayed in all browsers. Even if I though I have deleted my browsers caches yesterday some old data were still there for the favicon ;-) but now they are gone! Best regards, Le 01/12/2013 00:24,

Re: [xwiki-users] FavIcon

2013-11-30 Thread xrichard
Hi, The "new FAQ" works perfectly when Firefox browser is used => my new favicon is displayed ;-). But when accessing the Wiki with Internet Explorer or Chrome => XWiki standard favicon is displayed; maybe because at the top of all wiki pages there is: Where these line are coming from? Because

Re: [xwiki-users] FavIcon

2013-11-30 Thread vinc...@massol.net
Hi Patrick, On 30 Nov 2013 at 05:41:20, Patrick Masson (mas...@opensource.org) wrote: Thanks Vincent. I've created a FAQ for this and added the instructions from the thread:  http://www.xwiki.org/xwiki/bin/view/FAQ/How+do+I+add+a+favicon+for+my+wiki%3F Thanks, I’ve edited it to beautify it a bit

Re: [xwiki-users] FavIcon

2013-11-29 Thread Patrick Masson
Thanks Vincent. I've created a FAQ for this and added the instructions from the thread: http://www.xwiki.org/xwiki/bin/view/FAQ/How+do+I+add+a+favicon+for+my+wiki%3F However, I am not sure the instructions provide the detail needed to walk me through the process... /First, go to the present

Re: [xwiki-users] FavIcon

2013-11-29 Thread vinc...@massol.net
Hi Patrick, On 29 Nov 2013 at 21:04:57, pmasson (mas...@opensource.org) wrote: Is this still the best approach?  I think so. Would be great to add a FAQ entry at http://www.xwiki.org/xwiki/bin/view/FAQ/  for this as a first step. Then I think it would be nice to make this easier to do… Would be

Re: [xwiki-users] FavIcon

2013-11-29 Thread pmasson
Is this still the best approach? Thanks, Patrick -- View this message in context: http://xwiki.475771.n2.nabble.com/FavIcon-tp6321607p7588176.html Sent from the XWiki- Users mailing list archive at Nabble.com. ___ users mailing list users@xwiki.org h

Re: [xwiki-users] FavIcon

2011-05-02 Thread Le Génie
Hello Yannick, First, go to the presentation section of the administration page. Add the following lines in the HTTP Meta Information : Then, visit the XWiki.DefaultSkin page and attach a favicon.ico file. Finally, the most important, refresh your browser cache. Hope this help. Maxime 2011/5

Re: [xwiki-users] Favicon?

2010-02-05 Thread Jeremie BOUSQUET
I think it's also possible to declare it as link in the html headers of the page ? In this case it's possible in administration part of xwiki. I haven't tested, though. Regards, Jeremie 2010/2/5 Valdis Vītoliņš > You need to ensure your web server provides favicon form > http://hostname/favicon

Re: [xwiki-users] Favicon?

2010-02-05 Thread Valdis Vītoliņš
You need to ensure your web server provides favicon form http://hostname/favicon.ico For apache it would be /var/www/favicon.ico As xwiki is under /xwiki/... directory it is not related to xwiki. Valdis > Hi is it possible to use a favicon for our wiki? > > If yes, in which directory should th

Re: [xwiki-users] favicon integration

2009-09-02 Thread Nikos Georgosopoulos
I have actually found out that under wiki administration>presentation the section of html meta can take these html lines and everything works fine. the htmlheader.vm is not needed. On Wed, Sep 2, 2009 at 5:00 PM, Nikos Georgosopoulos wrote: > I have a problem with this solution. I use XWiki Enter

Re: [xwiki-users] favicon integration

2009-02-25 Thread Sergiu Dumitriu
Samuel Lee wrote: > But I'm running multiple xwikis on my server using an xwiki farm. I > want this favicon to apply only to one of the xwikis. Is there any > way to specify the favicon for just the one xwiki? > Yes, you can. Instead of changing htmlheader.vm, edit the "HTTP Meta Informati

Re: [xwiki-users] favicon integration

2009-02-25 Thread Samuel Lee
But I'm running multiple xwikis on my server using an xwiki farm. I want this favicon to apply only to one of the xwikis. Is there any way to specify the favicon for just the one xwiki? Sam On Feb 25, 2009, at 11:20 AM, Sergiu Dumitriu wrote: > Samuel Lee wrote: >> Does anyone know how to

Re: [xwiki-users] favicon integration

2009-02-25 Thread Sergiu Dumitriu
Samuel Lee wrote: > Does anyone know how to do this for the toucan skin? > > Sam > > > ~~ > > In fact, I did it in the "Informations Meta HTTP" of the preferences > and it worked. > > Thank you for the answers > > 2007/12/6, Sergiu Dumitriu : > > Sylvain Desbureaux wrote: > >

Re: [xwiki-users] favicon integration

2009-02-25 Thread Samuel Lee
Does anyone know how to do this for the toucan skin? Sam ~~ In fact, I did it in the "Informations Meta HTTP" of the preferences and it worked. Thank you for the answers 2007/12/6, Sergiu Dumitriu : Sylvain Desbureaux wrote: Hi, I don't manage to put a favicon for xwiki. Any c

Re: [xwiki-users] favicon integration

2007-12-06 Thread Sylvain Desbureaux
In fact, I did it in the "Informations Meta HTTP" of the preferences and it worked. Thank you for the answers 2007/12/6, Sergiu Dumitriu <[EMAIL PROTECTED]>: > > Sylvain Desbureaux wrote: > > Hi, > > I don't manage to put a favicon for xwiki. Any clues ? > > > > Well, a favicon is usually placed

Re: [xwiki-users] favicon integration

2007-12-06 Thread Sergiu Dumitriu
Sylvain Desbureaux wrote: > Hi, > I don't manage to put a favicon for xwiki. Any clues ? > Well, a favicon is usually placed in the root of the URL, like www.myserver.com/favicon.ico Doing that in a java webapp container usually involves adding that file not to the xwiki webapp, but to the ROO

Re: [xwiki-users] favicon integration

2007-12-06 Thread Guillaume Lerouge
What about doing some Firebug sniffing on XWiki.com ? You probably need to add the favicon rel somewhere in your wiki's skin... Guillaume On 06/12/2007, Sylvain Desbureaux <[EMAIL PROTECTED]> wrote: > > Hi, > I don't manage to put a favicon for xwiki. Any clues ? > > __