<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="modx.prosilver.en.xsl"?>
<mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.phpbb.com/mods/xml/modx-1.0.xsd">
  <header>
    <license>http://opensource.org/licenses/gpl-license.php GNU General Public License v2</license>
    <title lang="en">simple RSS mod for phpBB3</title>
    <description lang="en">Will enable you to put a RSS feed on your phpBB3 Forum.
This rss2 feed mod show only those posts that the viewer have read authentication for. 
That means you do not need to think about the posts of yours that has no access for normal user and bot etc.</description>
	<author-notes lang="en">Support for this MOD please check http://www.phpbb.com/community/viewtopic.php?f=70 </author-notes>
    <author-group>
      <author>
        <realname>Sabuj Kumar Kundu</realname>
        <email>manchumahara@gmail.com</email>
        <username>manchumahara</username>
        <homepage>http://manchu.wordpress.com/</homepage>
      </author>
     </author-group>
    <mod-version>
      <major>1</major>
      <minor>0</minor>
      <revision>3</revision>
    </mod-version>
    <installation>
      <level>easy</level>
      <time>120</time>
      <target-version>
        <target-primary>3.0.0</target-primary>
        <target-major allow="exact">3</target-major>
        <target-minor allow="exact">0</target-minor>
		<target-revision allow="exact">0</target-revision>
      </target-version>
    </installation>
    <meta name="generator" content="Phpbb.ModTeam.Tools (c#)" />
  </header>
  <action-group>
    <copy>
     <file from="root/rss.php" to="root/rss.php" />
	  <file from="root/styles/prosilver/theme/images/icon_rss.gif" to="root/styles/prosilver/theme/images/icon_rss.gif" />
    </copy>
	<open src="styles/prosilver/template/overall_header.html">
	 <edit>
        <find><![CDATA[<ul class="linklist rightside">]]>
		</find>
	<action type="after-add"><![CDATA[<li><a href="{U_RSS}" title="{L_RSS_EXPLAIN}"><img src="{T_THEME_PATH}/images/icon_rss.gif"/></a></li>]]>
	</action>
     </edit>
	 </open>
	 <open src="language/en/common.php">
	 <edit>
        <find><![CDATA[	'READING_FORUM']]>
		</find>
	<action type="after-add"><![CDATA['RSS_EXPLAIN'	  =>'Click here to add RSS feed ',	
'RSS_READ_TOPIC' =>'Read Main Topic',
'RSS_FAILURE'	=>'Failed to get latest topics',]]>
	</action>
     </edit>
	 
	 </open>	 
 	<open src="includes/functions.php">
	 <edit>
        <find><![CDATA[	'L_ONLINE_EXPLAIN']]>
		</find>
	<action type="after-add"><![CDATA['U_RSS'			=>append_sid("{$phpbb_root_path}rss.$phpEx"),]]>
	</action>
     </edit>
	 </open>	
    </action-group>
</mod>