Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13561
Modified Files:
comment.php rss.php serendipity_define.js.php wfwcomment.php
Log Message:
argh! sorry for the big commit of (partly) unchanged files but it did'nt work
otherwise (how did i do that the last time?)
Index: rss.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/rss.php,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- rss.php 2 Dec 2004 07:48:42 -0000 1.34
+++ rss.php 2 Dec 2004 10:54:29 -0000 1.35
@@ -196,7 +196,7 @@
<tagline mode="escaped" type="text/html">$description</tagline>
<id>{$serendipity['baseURL']}</id>
<modified>$modified</modified>
- <generator url="http://www.s9y.org/" version="{$serendipity['version']}">Serendipity {$serendipity['version']} - http://www.s9y.info/</generator>
+ <generator url="http://www.s9y.org/" version="{$serendipity['version']}">Serendipity {$serendipity['version']} - http://www.s9y.org/</generator>
<dc:language>{$serendipity['lang']}</dc:language>
<admin:errorReportsTo rdf:resource="mailto:{$serendipity['email']}" />
<info mode="xml" type="text/html">
@@ -213,7 +213,7 @@
<head>
<title>$title</title>
<dateModified>$modified</dateModified>
- <ownerName>Serendipity {$serendipity['version']} - http://www.s9y.info/</ownerName>
+ <ownerName>Serendipity {$serendipity['version']} - http://www.s9y.org/</ownerName>
</head>
<body>
HEAD;
Index: wfwcomment.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/wfwcomment.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- wfwcomment.php 18 Feb 2004 11:21:55 -0000 1.3
+++ wfwcomment.php 2 Dec 2004 10:54:29 -0000 1.4
@@ -37,4 +37,4 @@
}
}
}
-?>
\ No newline at end of file
+?>
Index: serendipity_define.js.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/serendipity_define.js.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- serendipity_define.js.php 8 Jul 2003 13:51:19 -0000 1.1
+++ serendipity_define.js.php 2 Dec 2004 10:54:29 -0000 1.2
@@ -12,4 +12,4 @@
// -->
<?php
/* vim: set sts=4 ts=4 expandtab : */
-?>
\ No newline at end of file
+?>
Index: comment.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/comment.php,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- comment.php 23 Nov 2004 16:38:58 -0000 1.54
+++ comment.php 2 Dec 2004 10:54:29 -0000 1.55
@@ -162,4 +162,4 @@
$serendipity['smarty']->display(serendipity_getTemplateFile($serendipity['smarty_file'], 'serendipityPath'));
}
/* vim: set sts=4 ts=4 expandtab : */
-?>
\ No newline at end of file
+?>
|