Update of /cvsroot/phpslash/phpslash-dev/include/templates/en/basiccurves
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8704/phpslash-dev/include/templates/en/basiccurves
Modified Files:
slashHead-fckeditor.tpl slashHead-htmlarea3.tpl slashHead.tpl
Log Message:
Added Atom and RSS2.0 feeds. Default changed to RSS2.0.
Index: slashHead-fckeditor.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basiccurves/slashHead-fckeditor.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** slashHead-fckeditor.tpl 30 Oct 2004 15:17:21 -0000 1.2
--- slashHead-fckeditor.tpl 1 Nov 2004 17:35:48 -0000 1.3
***************
*** 15,20 ****
<!-- END each_metatag -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="{ROOTDIR}/backend.php" />
! <link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/basic.css" />
! <link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/basic_print.css" media="print"/>
<!-- BEGIN FCKeditor Javascript -->
<script type="text/javascript" src="{ROOTDIR}/scripts/fckeditor/fckeditor.js"></script>
--- 15,22 ----
<!-- END each_metatag -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="{ROOTDIR}/backend.php" />
! <link rel="alternate" type="application/atom+xml" title="RSS" href="{ROOTDIR}/backend.php?view=atom" />
!
! <link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/{SKIN}.css" />
! <!-- <style type="text/css" media="screen">@import "{ROOTDIR}/styles/{SKIN}_ext.css";</style> -->
<!-- BEGIN FCKeditor Javascript -->
<script type="text/javascript" src="{ROOTDIR}/scripts/fckeditor/fckeditor.js"></script>
Index: slashHead-htmlarea3.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basiccurves/slashHead-htmlarea3.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** slashHead-htmlarea3.tpl 23 Aug 2004 16:29:04 -0000 1.2
--- slashHead-htmlarea3.tpl 1 Nov 2004 17:35:48 -0000 1.3
***************
*** 15,19 ****
<!-- END each_metatag -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="{ROOTDIR}/backend.php" />
! <link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/basic.css" />
<!-- BEGIN HTMLAREA3 Javascript -->
--- 15,21 ----
<!-- END each_metatag -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="{ROOTDIR}/backend.php" />
! <link rel="alternate" type="application/atom+xml" title="RSS" href="{ROOTDIR}/backend.php?view=atom" />
!
! <link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/{SKIN}.css" />
<!-- BEGIN HTMLAREA3 Javascript -->
Index: slashHead.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basiccurves/slashHead.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** slashHead.tpl 19 Oct 2004 16:55:33 -0000 1.2
--- slashHead.tpl 1 Nov 2004 17:35:48 -0000 1.3
***************
*** 15,18 ****
--- 15,19 ----
<!-- END each_metatag -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="{ROOTDIR}/backend.php" />
+ <link rel="alternate" type="application/atom+xml" title="RSS" href="{ROOTDIR}/backend.php?view=atom" />
<link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/basic.css" media="screen"/>
|