[Commits] r1060 - apps/opengeo/geoexplorer/branches/0.1.x/build
commits at geoext.org
commits at geoext.org
Fri Jun 12 02:11:43 CEST 2009
Author: tschaub
Date: 2009-06-12 02:11:43 +0200 (Fri, 12 Jun 2009)
New Revision: 1060
Added:
apps/opengeo/geoexplorer/branches/0.1.x/build/about.html
Modified:
apps/opengeo/geoexplorer/branches/0.1.x/build/Makefile
Log:
This is lame. Deal with paths later.
Modified: apps/opengeo/geoexplorer/branches/0.1.x/build/Makefile
===================================================================
--- apps/opengeo/geoexplorer/branches/0.1.x/build/Makefile 2009-06-12 00:04:21 UTC (rev 1059)
+++ apps/opengeo/geoexplorer/branches/0.1.x/build/Makefile 2009-06-12 00:11:43 UTC (rev 1060)
@@ -31,7 +31,7 @@
svn export --force ../externals/geoext/resources $(APP_NAME)/theme/gx
cp index.html $(APP_NAME)
- cp ../about.html $(APP_NAME)
+ cp about.html $(APP_NAME)
cp ../license.txt $(APP_NAME)
cp readme.txt $(APP_NAME)
Added: apps/opengeo/geoexplorer/branches/0.1.x/build/about.html
===================================================================
--- apps/opengeo/geoexplorer/branches/0.1.x/build/about.html (rev 0)
+++ apps/opengeo/geoexplorer/branches/0.1.x/build/about.html 2009-06-12 00:11:43 UTC (rev 1060)
@@ -0,0 +1,36 @@
+<html>
+ <head>
+ <title>About GeoExplorer</title>
+ <link rel="stylesheet" type="text/css" href="theme/app/about.css"/>
+ </head>
+ <body>
+ <div class="logo"></div>
+ <h2> GeoExplorer </h2>
+ <div class="versioninfo">Version 0.1</div>
+ <h3> Engineering & Design by OpenGeo </h3>
+ <a href="http://opengeo.org/">http://opengeo.org/</a>
+ © 2009, OpenGeo under the BSD license.
+
+ <h3> GeoExt Framework </h3>
+ <a href="http://geoext.org/">http://geoext.org/</a>
+ © 2009, OSGeo under the BSD license.
+
+ <h3> GeoSilk Icons </h3>
+ <a href="http://projects.opengeo.org/geosilk/">http://projects.opengeo.org/geosilk/</a>
+ © 2009, OpenGeo under CC-BY 3.0.
+
+ <h3> Silk Icons </h3>
+ <a href="http://famfamfam.com/lab/icons/silk/">http://famfamfam.com/lab/icons/silk/</a>
+ © Mark James under CC-BY 3.0.
+
+ <h3> Contributors </h3>
+ <ul>
+ <li>Tim Schaub</li>
+ <li>David Winslow</li>
+ <li>Sebastian Benthall</li>
+ <li>Andreas Hocevar</li>
+ <li>Tim Coulter</li>
+ <li>Rolando Peñate</li>
+ </ul>
+ </body>
+</html>
More information about the Commits
mailing list