Add updated design Forrest logos
git-svn-id: https://svn.apache.org/repos/asf/forrest/trunk@1836689 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/site-author/content/xdocs/docs_0_100/faq.xml b/site-author/content/xdocs/docs_0_100/faq.xml
index 8c2793a..5d898a1 100644
--- a/site-author/content/xdocs/docs_0_100/faq.xml
+++ b/site-author/content/xdocs/docs_0_100/faq.xml
@@ -1730,9 +1730,9 @@
</p>
<p>
The Apache Forrest logo
- (<link href="/images/project-logo.png">PNG</link>)
+ (<link href="/images/project-logo2.png">PNG</link>)
and banner (<link href="http://svn.apache.org/repos/asf/forrest/trunk/site-author/resources/images/apache-forrest-original.svg">SVG</link>
- | <link href="/images/apache-forrest.png">PNG</link>)
+ | <link href="/images/apache-forrest2.png">PNG</link>)
are available.
Unfortunately the logo is only available as PNG.
</p>
diff --git a/site-author/content/xdocs/docs_0_100/your-project.xml b/site-author/content/xdocs/docs_0_100/your-project.xml
index 5b13daa..0fb098a 100644
--- a/site-author/content/xdocs/docs_0_100/your-project.xml
+++ b/site-author/content/xdocs/docs_0_100/your-project.xml
@@ -298,7 +298,7 @@
| | | |-- group-logo.gif
| | | |-- group.svg
| | | |-- icon.png
-| | | |-- project-logo.png
+| | | |-- project-logo2.png
| | | `-- project.svg
| | |-- index.xml
| | |-- samples
@@ -432,9 +432,9 @@
<project-name>MyProject</project-name>
<project-description>MyProject Description</project-description>
<project-url>http://example.org/myproj/</project-url>
- <project-logo>images/project.png</project-logo>
+ <project-logo>images/project-logo2.png</project-logo>
<!-- Alternative static image:
- <project-logo>images/project-logo.png</project-logo> -->
+ <project-logo>images/project-logo2.png</project-logo> -->
<!-- optional group logo
skin: forrest-site renders it at the top-left corner -->
@@ -691,7 +691,7 @@
Images usually go in the <code>resources/images/</code> directory. The
default sitemap maps this directory to <code>images/</code> so image
tags will typically look like <code><figure
- src="images/project-logo.png" alt="Project Logo"/></code>
+ src="images/project-logo2.png" alt="Project Logo"/></code>
</p>
</section>
</section>
diff --git a/site-author/content/xdocs/dtdx/document-v11.xml b/site-author/content/xdocs/dtdx/document-v11.xml
index 2e9dcbf..fd16d8d 100644
--- a/site-author/content/xdocs/dtdx/document-v11.xml
+++ b/site-author/content/xdocs/dtdx/document-v11.xml
@@ -203,7 +203,7 @@
<p>
And a figure to end all of this.
</p>
- <figure src="images/project-logo.png" alt="The fine Forrest logo" width="220" height="65"/>
+ <figure src="images/project-logo2.png" alt="The fine Forrest logo" width="220" height="65"/>
</section>
</body>
<footer>
diff --git a/site-author/content/xdocs/dtdx/document-v12.xml b/site-author/content/xdocs/dtdx/document-v12.xml
index e690c6f..f5c94c9 100644
--- a/site-author/content/xdocs/dtdx/document-v12.xml
+++ b/site-author/content/xdocs/dtdx/document-v12.xml
@@ -257,7 +257,7 @@
And a <code><figure></code> to end all of this. Note that this
can also be implemented with an <code><img></code> element.
</p>
- <figure src="images/project-logo.png" alt="The fine Forrest logo" width="220" height="65"/>
+ <figure src="images/project-logo2.png" alt="The fine Forrest logo" width="220" height="65"/>
</section>
</section>
</body>
diff --git a/site-author/content/xdocs/dtdx/document-v13.xml b/site-author/content/xdocs/dtdx/document-v13.xml
index 0779209..deaa1d7 100644
--- a/site-author/content/xdocs/dtdx/document-v13.xml
+++ b/site-author/content/xdocs/dtdx/document-v13.xml
@@ -336,7 +336,7 @@
And a <code><figure></code> to end all of this. Note that this
can also be implemented with an <code><img></code> element.
</p>
- <figure src="images/project-logo.png" alt="The fine Forrest logo" width="220" height="65"/>
+ <figure src="images/project-logo2.png" alt="The fine Forrest logo" width="220" height="65"/>
</section>
</section>
<section id="changes">
diff --git a/site-author/content/xdocs/dtdx/document-v20.xml b/site-author/content/xdocs/dtdx/document-v20.xml
index 281ded3..a98d680 100644
--- a/site-author/content/xdocs/dtdx/document-v20.xml
+++ b/site-author/content/xdocs/dtdx/document-v20.xml
@@ -345,7 +345,7 @@
And a <code><figure></code> to end all of this. Note that this
can also be implemented with an <code><img></code> element.
</p>
- <figure src="images/project-logo.png" alt="The fine Forrest logo" id="forrest-logo" width="220" height="65"/>
+ <figure src="images/project-logo2.png" alt="The fine Forrest logo" id="forrest-logo" width="220" height="65"/>
</section>
<section id="area-map">
<title>Using map and area</title>
diff --git a/site-author/resources/images/apache-forrest2.png b/site-author/resources/images/apache-forrest2.png
new file mode 100644
index 0000000..b009155
--- /dev/null
+++ b/site-author/resources/images/apache-forrest2.png
Binary files differ
diff --git a/site-author/resources/images/project-logo2.png b/site-author/resources/images/project-logo2.png
new file mode 100644
index 0000000..25719da
--- /dev/null
+++ b/site-author/resources/images/project-logo2.png
Binary files differ
diff --git a/site-author/resources/themes/pelt.fv b/site-author/resources/themes/pelt.fv
index 0ef34f5..cd9a393 100644
--- a/site-author/resources/themes/pelt.fv
+++ b/site-author/resources/themes/pelt.fv
@@ -152,7 +152,7 @@
<forrest:property name="branding-logo-name">Apache</forrest:property>
<forrest:property name="branding-logo-description">The Apache Software Foundation</forrest:property>
<forrest:property name="branding-logo-url">http://www.apache.org/</forrest:property>
- <forrest:property name="branding-logo-logo">images/apache-forrest.png</forrest:property>
+ <forrest:property name="branding-logo-logo">images/apache-forrest2.png</forrest:property>
</forrest:contract>
</forrest:hook>
<forrest:hook class="logo">
@@ -160,7 +160,7 @@
<forrest:property name="branding-logo-name">Forrest</forrest:property>
<forrest:property name="branding-logo-description">Apache Forrest</forrest:property>
<forrest:property name="branding-logo-url">http://forrest.apache.org/</forrest:property>
- <forrest:property name="branding-logo-logo">images/project-logo.png</forrest:property>
+ <forrest:property name="branding-logo-logo">images/project-logo2.png</forrest:property>
</forrest:contract>
</forrest:hook>
<forrest:contract name="search-input">
diff --git a/site-author/skinconf.xml b/site-author/skinconf.xml
index eb337fc..973b745 100644
--- a/site-author/skinconf.xml
+++ b/site-author/skinconf.xml
@@ -56,13 +56,13 @@
<project-name>Forrest</project-name>
<project-description>Apache Forrest</project-description>
<project-url>http://forrest.apache.org/</project-url>
- <project-logo>images/project-logo.png</project-logo>
+ <project-logo>images/project-logo2.png</project-logo>
<!-- optional group logo
skin: forrest-site renders it at the top-left corner -->
<group-name>Apache</group-name>
<group-description>The Apache Software Foundation</group-description>
<group-url>http://www.apache.org/</group-url>
- <group-logo>images/apache-forrest.png</group-logo>
+ <group-logo>images/apache-forrest2.png</group-logo>
<!-- optional host logo (e.g. sourceforge logo)
skin: forrest-site renders it at the bottom-left corner -->
<host-url></host-url>