antlets/src/documentation/resources/images group-logo.gif,NONE,1.1 group-logo-oud.gif,NONE,1.1 centipede-logo-small.gif,NONE,1.1 icon.png,NONE,1.1 built-with-cocoon.gif,NONE,1.1 project.svg,NONE,1.1 project-logo.gif,NONE,1.1 project-logo.png,NONE,1.1 group.svg,NONE,1.1 built-with-forrest-button.png,NONE,1.1 project-logo.svg,NONE,1.1 get_java_blue-button.gif,NONE,1.1

[email protected] Wed, 10 Mar 2004 04:30:50 -0800
Newsgroups gmane.comp.krysalis.metamorphosis.cvs
Message-ID <[email protected]>
Update of /cvsroot/metamorphosis/antlets/src/documentation/resources/images
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16072/src/documentation/resources/images

Added Files:
	group-logo.gif group-logo-oud.gif centipede-logo-small.gif 
	icon.png built-with-cocoon.gif project.svg project-logo.gif 
	project-logo.png group.svg built-with-forrest-button.png 
	project-logo.svg get_java_blue-button.gif 
Log Message:
added ability to build a documentation portal using forrest.
uses makeantlet's capability to abstract information from the antlets

--- NEW FILE: group-logo.gif ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: group-logo-oud.gif ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: centipede-logo-small.gif ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: icon.png ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: built-with-cocoon.gif ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: project.svg ---
<?xml version="1.0" standalone="no"?>

<!--
       SVG Anteater logo
        [email protected]

To get started with SVG, I'd recommend getting the Adobe SVG plugin, and the
xml-batik CVS module. Then have a look at the xml-batik/samples files. Use the
SVG spec (http://www.w3.org/TR/SVG/) as a reference.
-->

<!--
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
-->
<svg xmlns="http://www.w3.org/2000/svg"
     xmlns:xlink="http://www.w3.org/1999/xlink"
     xmlns:for="http://xml.apache.org/forrest" width="220" height="65" >
  <title>Anteater logo</title>

  <defs>

    <!--
    <radialGradient id="radialGradient">
      <stop style="stop-color:gold" offset="0"/>
      <stop style="stop-color:orange" offset=".5"/>
      <stop style="stop-color:crimson" offset="1"/>
    </radialGradient>
    <linearGradient id="linearGradient">
      <stop style="stop-color:gold" offset="0"/>
      <stop style="stop-color:orange" offset=".5"/>
      <stop style="stop-color:crimson" offset="1"/>
    </linearGradient>
    -->

    <linearGradient id="gradient" x1="0" y1="0" x2="0" y2="1">
      <stop style="stop-color:white" offset="0"/>
      <stop style="stop-color:lightgreen" offset="1"/>
    </linearGradient>

    <filter id="shadowFilter"  filterUnits="objectBoundingBox">
      <!-- Takes the alpha channel (black outline of the text), blurs it and saves as 'blur' -->
      <feGaussianBlur in="SourceAlpha" stdDeviation="2 2" result="blur"/>
      <!-- Takes saved 'blur' and offsets it by 4 pixels, saves as 'offsetBlur' -->
      <feOffset in="blur" dx="4" dy="4" result="offsetBlur"/>
      <!-- Merges SourceGraphic (original image) and 'offsetBlur', putting the
      former 'over' the latter, and using the merged result as the finished
      image -->
      <feComposite in="SourceGraphic" in2="offsetBlur" operator="over"/>
    </filter>

  </defs>

  <g filter="url(#shadowFilter)" fill="url(#gradient)">
    <text x="51%" y="75%" style="font-size:32pt; font-family:Verdana ; text-anchor: middle" >
    <for:project-name />
    </text>
  </g>
</svg>



--- NEW FILE: project-logo.gif ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: project-logo.png ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: group.svg ---
<?xml version="1.0" standalone="no"?>

<!--
       SVG Anteater logo
        [email protected]

To get started with SVG, I'd recommend getting the Adobe SVG plugin, and the
xml-batik CVS module. Then have a look at the xml-batik/samples files. Use the
SVG spec (http://www.w3.org/TR/SVG/) as a reference.
-->

<!--
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
-->
<svg xmlns="http://www.w3.org/2000/svg"
     xmlns:xlink="http://www.w3.org/1999/xlink"
     xmlns:for="http://xml.apache.org/forrest" width="220" height="65" >
  <title>Anteater logo</title>

  <defs>

    <!--
    <radialGradient id="radialGradient">
      <stop style="stop-color:gold" offset="0"/>
      <stop style="stop-color:orange" offset=".5"/>
      <stop style="stop-color:crimson" offset="1"/>
    </radialGradient>
    <linearGradient id="linearGradient">
      <stop style="stop-color:gold" offset="0"/>
      <stop style="stop-color:orange" offset=".5"/>
      <stop style="stop-color:crimson" offset="1"/>
    </linearGradient>
    -->

    <linearGradient id="gradient" x1="0" y1="0" x2="0" y2="1">
      <stop style="stop-color:white" offset="0"/>
      <stop style="stop-color:lightgreen" offset="1"/>
    </linearGradient>

    <filter id="shadowFilter"  filterUnits="objectBoundingBox">
      <!-- Takes the alpha channel (black outline of the text), blurs it and saves as 'blur' -->
      <feGaussianBlur in="SourceAlpha" stdDeviation="2 2" result="blur"/>
      <!-- Takes saved 'blur' and offsets it by 4 pixels, saves as 'offsetBlur' -->
      <feOffset in="blur" dx="4" dy="4" result="offsetBlur"/>
      <!-- Merges SourceGraphic (original image) and 'offsetBlur', putting the
      former 'over' the latter, and using the merged result as the finished
      image -->
      <feComposite in="SourceGraphic" in2="offsetBlur" operator="over"/>
    </filter>

  </defs>

  <g filter="url(#shadowFilter)" fill="url(#gradient)">
    <text x="40%" y="60%" style="font-size:24pt; font-family:Verdana ; text-anchor: middle">
    <for:group-name />
    </text>
  </g>
</svg>



--- NEW FILE: built-with-forrest-button.png ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: project-logo.svg ---
<?xml version="1.0" encoding="Windows-1252"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 340 60" height="60" width="340"><title>lrdbrowser logo</title><defs><linearGradient y2="1" x2="0" y1="0" x1="0" id="gradient"><stop offset="0" style="stop-color:white"/><stop offset="1" style="stop-color:lightgreen"/></linearGradient><filter filterUnits="objectBoundingBox" id="shadowFilter"><feGaussianBlur result="blur" stdDeviation="2 2" in="SourceAlpha"/><feOffset result="offsetBlur" dy="4" dx="4" in="blur"/><feComposite operator="over" in2="offsetBlur" in="SourceGraphic"/></filter></defs><g fill="url(#gradient)" filter="url(#shadowFilter)"><text style="font-size:32pt; font-family:Verdana ; text-anchor: middle" y="50%" x="45%">Landelijk Raadpleegbare Deelverzameling Browser</text><text style="font-size:10pt; font-family:Arial ; text-anchor: middle" y="80%" x="55%">
      LRD Browser Project.
    </text></g></svg>
--- NEW FILE: get_java_blue-button.gif ---
(This appears to be a binary file; contents omitted.)



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click