[Jsxe-cvs] SF.net SVN: jsxe: [939] trunk/web/htdocs
Status: Inactive
Brought to you by:
ian_lewis
From: <ian...@us...> - 2006-06-10 13:03:14
|
Revision: 939 Author: ian_lewis Date: 2006-06-10 06:03:03 -0700 (Sat, 10 Jun 2006) ViewCVS: http://svn.sourceforge.net/jsxe/?rev=939&view=rev Log Message: ----------- added new favicon Modified Paths: -------------- trunk/web/htdocs/downloads.php trunk/web/htdocs/features.php trunk/web/htdocs/index.php trunk/web/htdocs/links.php trunk/web/htdocs/news.php trunk/web/htdocs/screenshots.php Added Paths: ----------- trunk/web/htdocs/jsxe.ico trunk/web/htdocs/meta.php Modified: trunk/web/htdocs/downloads.php =================================================================== --- trunk/web/htdocs/downloads.php 2006-06-09 03:12:01 UTC (rev 938) +++ trunk/web/htdocs/downloads.php 2006-06-10 13:03:03 UTC (rev 939) @@ -2,14 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>jsXe: Downloads</title> - <meta content="General" name="rating"/> - <meta content="Index, follow" name="robots"/> - <meta content="text/html; charset=UTF-8" http-equiv="Content-type"/> - <link href="mailto:Ian...@me..." rev="made"/> - <meta content="Ian Lewis" name="author"/> - <meta content="jsXe, Java, XML, Editor, Sourceforge, GNU" name="keywords"/> - <meta content="Information and links about jsXe" name="description"/> - <link rel="stylesheet" type="text/css" media="all" href="css/main.css" /> + <?php include("meta.php") ?> </head> <body> <div id="title"><h1>jsXe: The Java Simple XML Editor</h1></div> Modified: trunk/web/htdocs/features.php =================================================================== --- trunk/web/htdocs/features.php 2006-06-09 03:12:01 UTC (rev 938) +++ trunk/web/htdocs/features.php 2006-06-10 13:03:03 UTC (rev 939) @@ -2,14 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>jsXe: Features</title> - <meta content="General" name="rating"/> - <meta content="Index, follow" name="robots"/> - <meta content="text/html; charset=UTF-8" http-equiv="Content-type"/> - <link href="mailto:Ian...@me..." rev="made"/> - <meta content="Ian Lewis" name="author"/> - <meta content="jsXe, Java, XML, Editor, Sourceforge, GNU" name="keywords"/> - <meta content="Information and links about jsXe" name="description"/> - <link rel="stylesheet" type="text/css" media="all" href="css/main.css" /> + <?php include("meta.php") ?> </head> <body> <div id="title"><h1>jsXe: The Java Simple XML Editor</h1></div> Modified: trunk/web/htdocs/index.php =================================================================== --- trunk/web/htdocs/index.php 2006-06-09 03:12:01 UTC (rev 938) +++ trunk/web/htdocs/index.php 2006-06-10 13:03:03 UTC (rev 939) @@ -2,14 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>jsXe: The Java Simple XML Editor</title> - <meta content="General" name="rating"/> - <meta content="Index, follow" name="robots"/> - <meta content="text/html; charset=UTF-8" http-equiv="Content-type"/> - <link href="mailto:Ian...@me..." rev="made"/> - <meta content="Ian Lewis" name="author"/> - <meta content="jsXe, Java, XML, Editor, Sourceforge, GNU" name="keywords"/> - <meta content="Information and links about jsXe" name="description"/> - <link rel="stylesheet" type="text/css" media="all" href="css/main.css" /> + <?php include("meta.php") ?> </head> <body> <div id="title"><h1>jsXe: The Java Simple XML Editor</h1></div> Added: trunk/web/htdocs/jsxe.ico =================================================================== (Binary files differ) Property changes on: trunk/web/htdocs/jsxe.ico ___________________________________________________________________ Name: svn:executable + * Name: svn:mime-type + application/octet-stream Modified: trunk/web/htdocs/links.php =================================================================== --- trunk/web/htdocs/links.php 2006-06-09 03:12:01 UTC (rev 938) +++ trunk/web/htdocs/links.php 2006-06-10 13:03:03 UTC (rev 939) @@ -2,14 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>jsXe: Getting Involved</title> - <meta content="General" name="rating"/> - <meta content="Index, follow" name="robots"/> - <meta content="text/html; charset=UTF-8" http-equiv="Content-type"/> - <link href="mailto:Ian...@me..." rev="made"/> - <meta content="Ian Lewis" name="author"/> - <meta content="jsXe, Java, XML, Editor, Sourceforge, GNU" name="keywords"/> - <meta content="How to get involved with jsXe" name="description"/> - <link rel="stylesheet" type="text/css" media="all" href="css/main.css" /> + <?php include("meta.php") ?> </head> <body> <div id="title"><h1>jsXe: The Java Simple XML Editor</h1></div> Added: trunk/web/htdocs/meta.php =================================================================== --- trunk/web/htdocs/meta.php (rev 0) +++ trunk/web/htdocs/meta.php 2006-06-10 13:03:03 UTC (rev 939) @@ -0,0 +1,9 @@ +<meta content="General" name="rating"/> +<meta content="Index, follow" name="robots"/> +<meta content="text/html; charset=UTF-8" http-equiv="Content-type"/> +<meta content="Ian Lewis" name="author"/> +<meta content="jsXe, Java, XML, Editor, Sourceforge, GNU" name="keywords"/> +<meta content="Information and links about jsXe" name="description"/> +<link rel="Shortcut Icon" href="/favicon.ico" type="image/x-icon" /> +<link rel="stylesheet" type="text/css" media="all" href="css/main.css" /> +<link href="mailto:Ian...@me..." rev="made"/> Property changes on: trunk/web/htdocs/meta.php ___________________________________________________________________ Name: svn:executable + * Modified: trunk/web/htdocs/news.php =================================================================== --- trunk/web/htdocs/news.php 2006-06-09 03:12:01 UTC (rev 938) +++ trunk/web/htdocs/news.php 2006-06-10 13:03:03 UTC (rev 939) @@ -2,14 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>jsXe: The Java Simple XML Editor</title> - <meta content="Generaol" name="rating"/> - <meta content="Index, follow" name="robots"/> - <meta content="text/html; charset=UTF-8" http-equiv="Content-type"/> - <link href="mailto:Ian...@me..." rev="made"/> - <meta content="Ian Lewis" name="author"/> - <meta content="jsXe, Java, XML, Editor, Sourceforge, GNU" name="keywords"/> - <meta content="Information and links about jsXe" name="description"/> - <link rel="stylesheet" type="text/css" media="all" href="css/main.css" /> + <?php include("meta.php") ?> </head> <body> <div id="title"><h1>jsXe: The Java Simple XML Editor</h1></div> Modified: trunk/web/htdocs/screenshots.php =================================================================== --- trunk/web/htdocs/screenshots.php 2006-06-09 03:12:01 UTC (rev 938) +++ trunk/web/htdocs/screenshots.php 2006-06-10 13:03:03 UTC (rev 939) @@ -2,14 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>jsXe: Screenshots</title> - <meta content="General" name="rating"/> - <meta content="Index, follow" name="robots"/> - <meta content="text/html; charset=UTF-8" http-equiv="Content-type"/> - <link href="mailto:Ian...@me..." rev="made"/> - <meta content="Ian Lewis" name="author"/> - <meta content="jsXe, Java, XML, Editor, Sourceforge, GNU" name="keywords"/> - <meta content="Information and links about jsXe" name="description"/> - <link rel="stylesheet" type="text/css" media="all" href="css/main.css" /> + <?php include("meta.php") ?> </head> <body> <div id="title"><h1>jsXe: The Java Simple XML Editor</h1></div> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |