[xwiki-users] favicon integration

2009-09-02 Thread Nikos Georgosopoulos
I have a problem with this solution. I use XWiki Enterprise 1.9.3 and I just
created a new htmlheader.vm with only the lines described. The skin was
destroyed. If I don't create it, the file doesn't exist in the skin. Does
someone know what I have to add to the file to not loose the skin AND have
the Favicon?
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] favicon integration

2009-09-02 Thread Nikos Georgosopoulos
I have actually found out that under wiki administrationpresentation 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 georg...@gmail.comwrote:

 I have a problem with this solution. I use XWiki Enterprise 1.9.3 and I
 just created a new htmlheader.vm with only the lines described. The skin was
 destroyed. If I don't create it, the file doesn't exist in the skin. Does
 someone know what I have to add to the file to not loose the skin AND have
 the Favicon?

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


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 sergiu at xwiki.com:

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 ROOT webapp. In tomcat, there  
is a ROOT directory inside webapps.

Another solution is to put something like this in webapps/xwiki/skins/ 
albatross/htmlheader.vm:

link rel=icon href=$xwiki.getSkinFile(favicon.png) type=image/ 
png/ link rel=shortcut icon  
href=$xwiki.getSkinFile(favicon.png) type=image/png/

and put a favicon.png (you can change the name, if you want) in  
webapps/xwiki/skins/albatross

If you're not using the albatross skin, change the path accordingly.

Sergiu

-- next part -- An HTML attachment was  
scrubbed... URL:
http://lists.xwiki.org/pipermail/users/attachments/20071206/27bb23b8/attachment.html
 
  
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


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 sergiu at xwiki.com:
 
 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 ROOT webapp. In tomcat, there  
 is a ROOT directory inside webapps.
 
 Another solution is to put something like this in webapps/xwiki/skins/ 
 albatross/htmlheader.vm:
 
 link rel=icon href=$xwiki.getSkinFile(favicon.png) type=image/ 
 png/ link rel=shortcut icon  
 href=$xwiki.getSkinFile(favicon.png) type=image/png/
 
 and put a favicon.png (you can change the name, if you want) in  
 webapps/xwiki/skins/albatross
 
 If you're not using the albatross skin, change the path accordingly.

The same thing applies, but the htmlheader.vm file is located in
webapps/xwiki/templates/

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


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 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 sergiu at xwiki.com:

 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 ROOT webapp. In tomcat,  
 there
 is a ROOT directory inside webapps.

 Another solution is to put something like this in webapps/xwiki/ 
 skins/
 albatross/htmlheader.vm:

 link rel=icon href=$xwiki.getSkinFile(favicon.png)  
 type=image/
 png/ link rel=shortcut icon
 href=$xwiki.getSkinFile(favicon.png) type=image/png/

 and put a favicon.png (you can change the name, if you want) in
 webapps/xwiki/skins/albatross

 If you're not using the albatross skin, change the path accordingly.

 The same thing applies, but the htmlheader.vm file is located in
 webapps/xwiki/templates/

 -- 
 Sergiu Dumitriu
 http://purl.org/net/sergiu/
 ___
 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] favicon integration

2007-12-06 Thread Sylvain Desbureaux
Hi,
I don't manage to put a favicon for xwiki. Any clues ?
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


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 ?

 ___
 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


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 ROOT webapp. In tomcat, there is a 
ROOT directory inside webapps.

Another solution is to put something like this in 
webapps/xwiki/skins/albatross/htmlheader.vm:

link rel=icon href=$xwiki.getSkinFile(favicon.png) type=image/png/
link rel=shortcut icon href=$xwiki.getSkinFile(favicon.png) 
type=image/png/

and put a favicon.png (you can change the name, if you want) in 
webapps/xwiki/skins/albatross

If you're not using the albatross skin, change the path accordingly.

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


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 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 ROOT webapp. In tomcat, there is a
 ROOT directory inside webapps.

 Another solution is to put something like this in
 webapps/xwiki/skins/albatross/htmlheader.vm:

 link rel=icon href=$xwiki.getSkinFile(favicon.png)
 type=image/png/
 link rel=shortcut icon href=$xwiki.getSkinFile(favicon.png)
 type=image/png/

 and put a favicon.png (you can change the name, if you want) in
 webapps/xwiki/skins/albatross

 If you're not using the albatross skin, change the path accordingly.

 Sergiu

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