<poweredBy> will probably be more what you want,
so it's like the spring and sourceforge icon on
http://spring-rich-c.sourceforge.net/

Jiaqi Guo schreef:
Subhash Chandran wrote:
Hi,

I host my project with BerliOS.de. They have provided this code for
placing the logo in my site:

<a href="http://developer.berlios.de";>
<img src="http://developer.berlios.de/bslogo.php?group_id=0";
width="124" height="32" border="0" alt="BerliOS Logo" /></a>

https://developer.berlios.de/docman/display_doc.php?docid=55&group_id=2

Is there any possibility of getting this generated in APT?


Try adding this into src/site/site.xml.

<project>
 <bannerLeft>
   <name>BerliOS.de</name>
   <src>http://developer.berlios.de/bslogo.php?group_id=0</src>
   <href>http://developer.berlios.de</href>
 </bannerLeft>
 <body>
    <links>
       ... ...

Good luck


- Jiaqi Guo
http://www.cyclopsgroup.org


--
With kind regards,
Geoffrey De Smet


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to