<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>thcGroup Log System</title>
	<atom:link href="http://thcgroup.net/log/feed/" rel="self" type="application/rss+xml" />
	<link>http://thcgroup.net/log</link>
	<description>Човешкото знание принадлежи на света</description>
	<lastBuildDate>Sun, 04 Mar 2012 01:18:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to install Typo3 in 6 steps</title>
		<link>http://thcgroup.net/log/unix/how-to-install-typo3-in-6-steps/</link>
		<comments>http://thcgroup.net/log/unix/how-to-install-typo3-in-6-steps/#comments</comments>
		<pubDate>Sun, 04 Mar 2012 01:18:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Web hosting]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[typo3]]></category>

		<guid isPermaLink="false">http://thcgroup.net/log/?p=156</guid>
		<description><![CDATA[To install Typo3, you can follow the steps below: 1. Download the package (http://typo3.org/download/packages/) 2. Extract the content of the downloaded archive (unzip typo3_src+dummy-4.6.4.zip) 3. Step 2 will create a folder with name typo3_src+dummy-4.6.4. Move content one level up (mv typo3_src+dummy-4.6.4/* .) 4. Add handler for PHP 5.3 5. Enable install tool (touch typo3conf/ENABLE_INSTALL_TOOL) 6. [...]]]></description>
			<content:encoded><![CDATA[<p>To install Typo3, you can follow the steps below: </p>
<p>1. Download the package (http://typo3.org/download/packages/)<br />
2. Extract the content of the downloaded archive (unzip typo3_src+dummy-4.6.4.zip)<br />
3. Step 2 will create a folder with name typo3_src+dummy-4.6.4. Move content one level up (mv typo3_src+dummy-4.6.4/* .)<br />
4. Add handler for PHP 5.3<br />
5. Enable install tool (touch typo3conf/ENABLE_INSTALL_TOOL)<br />
6. Access the web installer</p>
<p>After the web installer is loaded, the installation is straight forward and can be accomplished in a few clicks. </p>
]]></content:encoded>
			<wfw:commentRss>http://thcgroup.net/log/unix/how-to-install-typo3-in-6-steps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix the error &#8222;JAuthentication: :__construct: Could not load authentication libraries.&#8220; in Joomla 1.7</title>
		<link>http://thcgroup.net/log/webhosting/how-to-fix-the-error-jauthentication-__construct-could-not-load-authentication-libraries-in-joomla-1-7/</link>
		<comments>http://thcgroup.net/log/webhosting/how-to-fix-the-error-jauthentication-__construct-could-not-load-authentication-libraries-in-joomla-1-7/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 16:27:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web hosting]]></category>
		<category><![CDATA[elable authentication plugin]]></category>
		<category><![CDATA[enable authentication library]]></category>
		<category><![CDATA[joomla 1.7]]></category>

		<guid isPermaLink="false">http://thcgroup.net/log/?p=149</guid>
		<description><![CDATA[This again as in the previous Joomla branches is caused by the missing Joomla authentication plugin. The difference is that in Joomla 1.7 these plugins reside in the extensions table, rather than in the plugins table as in the previous versions. To enable it, browse your Joomla 1.7 database via phpmyadmin, click on the extensions [...]]]></description>
			<content:encoded><![CDATA[<p>This again as in the previous Joomla branches is caused by the missing Joomla authentication plugin. The difference is that in Joomla 1.7 these plugins reside in the extensions table, rather than in the plugins table as in the previous versions. </p>
<p>To enable it, browse your Joomla 1.7 database via phpmyadmin, click on the extensions table and browse its content. Find the row with &#8222;plg_authentication_joomla&#8220; in the name column, change the value 0 to 1 in the column named &#8222;enabled&#8220; and hit the &#8222;Go&#8220; button to save the changes. After the plugin is enabled, the error message should be gone and you should be able to login with a valid login pair. </p>
<p>A direct SQL query for enabling this plugin is: </p>
<p>UPDATE `database_name`.`jos_extensions` SET `enabled` = &#8217;1&#8242; WHERE `jos_extensions`.`name` = &#8216;plg_authentication_joomla&#8217; limit 1;</p>
]]></content:encoded>
			<wfw:commentRss>http://thcgroup.net/log/webhosting/how-to-fix-the-error-jauthentication-__construct-could-not-load-authentication-libraries-in-joomla-1-7/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to bypass the error &#8222;Cannot add or update a child row: a foreign key constraint fails&#8220; when importing a MySQL dump file</title>
		<link>http://thcgroup.net/log/unix/how-to-bypass-the-error-cannot-add-or-update-a-child-row-a-foreign-key-constraint-fails-when-importing-a-mysql-dump-file/</link>
		<comments>http://thcgroup.net/log/unix/how-to-bypass-the-error-cannot-add-or-update-a-child-row-a-foreign-key-constraint-fails-when-importing-a-mysql-dump-file/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 18:48:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Web hosting]]></category>
		<category><![CDATA[a foreign key constraint fails]]></category>
		<category><![CDATA[Cannot add or update a child row]]></category>
		<category><![CDATA[check]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[dump]]></category>
		<category><![CDATA[foreign]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://thcgroup.net/log/?p=144</guid>
		<description><![CDATA[If you encounter the error &#8222;Cannot add or update a child row: a foreign key constraint fails&#8220; when you import a MySQL dump file, you can bypass the foreign key checks by setting the following line at the top of your MySQL dump file: SET foreign_key_checks = 0; Note that the line should be put [...]]]></description>
			<content:encoded><![CDATA[<p>If you encounter the error &#8222;Cannot add or update a child row: a foreign key constraint fails&#8220; when you import a MySQL dump file, you can bypass the foreign key checks by setting the following line at the top of your MySQL dump file: </p>
<p><em>SET foreign_key_checks = 0;</em></p>
<p>Note that the line should be put before any other SQL query in the dump. Save the file and try to import it once again. This time it should be imported silently. </p>
<p>If you are proficient in the SQL, you might try and suggest other alternative solutions. </p>
<p>A short update: </p>
<p>The above solution might be rough and not well working. If you experience troubles and errors after the import, you can try to replace the above line with: </p>
<p>SET SQL_MODE=”NO_AUTO_VALUE_ON_ZERO”; </p>
<p>The second solution worked better for me particularly. </p>
]]></content:encoded>
			<wfw:commentRss>http://thcgroup.net/log/unix/how-to-bypass-the-error-cannot-add-or-update-a-child-row-a-foreign-key-constraint-fails-when-importing-a-mysql-dump-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to reset the admin password in Prestashop using a MySQL query in phpMyAdmin</title>
		<link>http://thcgroup.net/log/webhosting/how-to-reset-the-admin-password-in-prestashop-using-a-mysql-query-in-phpmyadmin/</link>
		<comments>http://thcgroup.net/log/webhosting/how-to-reset-the-admin-password-in-prestashop-using-a-mysql-query-in-phpmyadmin/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 18:53:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web hosting]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[prestashop]]></category>
		<category><![CDATA[reset]]></category>

		<guid isPermaLink="false">http://thcgroup.net/log/?p=141</guid>
		<description><![CDATA[To reset the admin password for Prestashop, you have to execute the following MySQL query: UPDATE `ps_employee` SET `passwd` = MD5(&#8216;password&#8217;) WHERE `ps_employee`.`id_employee` = 1; The value of can be found in config/settings.inc.php]]></description>
			<content:encoded><![CDATA[<p>To reset the admin password for Prestashop, you have to execute the following MySQL query:</p>
<p>UPDATE `ps_employee` SET `passwd` = MD5(&#8216;<_COOKIE_KEY_>password&#8217;) WHERE `ps_employee`.`id_employee` = 1; </p>
<p>The value of <_COOKIE_KEY_> can be found in</p>
<p>config/settings.inc.php</p>
]]></content:encoded>
			<wfw:commentRss>http://thcgroup.net/log/webhosting/how-to-reset-the-admin-password-in-prestashop-using-a-mysql-query-in-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla 1.5 not working after enabling SSL</title>
		<link>http://thcgroup.net/log/webhosting/joomla-1-5-not-working-after-enabling-ssl/</link>
		<comments>http://thcgroup.net/log/webhosting/joomla-1-5-not-working-after-enabling-ssl/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 11:27:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web hosting]]></category>
		<category><![CDATA[broken]]></category>
		<category><![CDATA[enable ssl]]></category>
		<category><![CDATA[force_ssl]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[live_site]]></category>
		<category><![CDATA[non working joomla after ssl enable]]></category>

		<guid isPermaLink="false">http://thcgroup.net/log/?p=138</guid>
		<description><![CDATA[I had to enable the SSL functionality for a Joomla website. That is usually accomplished by setting the following variable in configuration.php: var $force_ssl = &#8217;1&#8242;; if you want the admin area to be accessible through https and var $force_ssl = &#8217;2&#8242;; if you want the entire website to loaded via https However, after that [...]]]></description>
			<content:encoded><![CDATA[<p>I had to enable the SSL functionality for a Joomla website. That is usually accomplished by setting the following variable in configuration.php: </p>
<p>var $force_ssl = &#8217;1&#8242;; if you want the admin area to be accessible through https</p>
<p>and </p>
<p>var $force_ssl = &#8217;2&#8242;; if you want the entire website to loaded via https</p>
<p>However, after that the website became inaccessible. After short investigation, it turned that the following variable must be also set in configuration.php, which is optional when no SSL is used: </p>
<p>$live_site = &#8216;http://yoursite.com&#8217;;</p>
<p>After the above variable was set, the site stared working as expected via https. </p>
]]></content:encoded>
			<wfw:commentRss>http://thcgroup.net/log/webhosting/joomla-1-5-not-working-after-enabling-ssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find the PHPBB3&#8242;s version</title>
		<link>http://thcgroup.net/log/webhosting/how-to-find-the-phpbb3s-version/</link>
		<comments>http://thcgroup.net/log/webhosting/how-to-find-the-phpbb3s-version/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 20:39:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web hosting]]></category>

		<guid isPermaLink="false">http://thcgroup.net/log/?p=136</guid>
		<description><![CDATA[Open includes/constants.php and find in the beginning of the file: define(&#8216;PHPBB_VERSION&#8217;, &#8217;3.0.7-PL1&#8242;);]]></description>
			<content:encoded><![CDATA[<p>Open includes/constants.php and find in the beginning of the file: </p>
<p>define(&#8216;PHPBB_VERSION&#8217;, &#8217;3.0.7-PL1&#8242;);</p>
]]></content:encoded>
			<wfw:commentRss>http://thcgroup.net/log/webhosting/how-to-find-the-phpbb3s-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to disable the cache usage in SugarCRM</title>
		<link>http://thcgroup.net/log/webhosting/how-to-disable-the-cache-usage-in-sugarcrm/</link>
		<comments>http://thcgroup.net/log/webhosting/how-to-disable-the-cache-usage-in-sugarcrm/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 12:09:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web hosting]]></category>
		<category><![CDATA[apc]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[external]]></category>
		<category><![CDATA[memcache]]></category>
		<category><![CDATA[sugarcrm]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://thcgroup.net/log/?p=133</guid>
		<description><![CDATA[SugarCRM is configured by default to use external cache and if the external cache storage is not available, it will produce a warning or error. The specific cache handlers can be disabled with the following lines: &#8216;external_cache_disabled_apc&#8217; => &#8216;true&#8217;, //if set to true will disable apc external cache. &#8216;external_cache_disabled_memcache&#8217; => &#8216;true&#8217;, //if set to true [...]]]></description>
			<content:encoded><![CDATA[<p>SugarCRM is configured by default to use external cache and if the external cache storage is not available, it will produce a warning or error. </p>
<p>The specific cache handlers can be disabled with the following lines: </p>
<p>&#8216;external_cache_disabled_apc&#8217; => &#8216;true&#8217;,  //if set to true will disable apc external cache.<br />
&#8216;external_cache_disabled_memcache&#8217; => &#8216;true&#8217;,  //if set to true will disable memcache external cache<br />
&#8216;external_cache_disabled_zend&#8217; => true, //if set to true will disable zend external cache </p>
<p>To disable the caching completely, use the following line: </p>
<p>&#8216;external_cache_disabled&#8217; => &#8216;true&#8217;,</p>
<p>The lines should be placed in the beginning of the SugarCRM&#8217;s configuration file &#8211; config.php. </p>
]]></content:encoded>
			<wfw:commentRss>http://thcgroup.net/log/webhosting/how-to-disable-the-cache-usage-in-sugarcrm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to count the inodes for each directory</title>
		<link>http://thcgroup.net/log/unix/how-to-count-the-inodes-for-each-directory/</link>
		<comments>http://thcgroup.net/log/unix/how-to-count-the-inodes-for-each-directory/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 03:30:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Web hosting]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[inode]]></category>
		<category><![CDATA[inodes]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[usage]]></category>

		<guid isPermaLink="false">http://thcgroup.net/log/?p=128</guid>
		<description><![CDATA[The easiest way is to execute the command: du -ks ./* &#124; sort -n or find -type d -print0 &#124; xargs -0 ls -ld &#124; grep -v 4096 The complicated way is with bash script: #!/bin/bash # count inodes for each directory LIST=`ls` for i in $LIST; do echo $i find $i -printf "%i\n" &#124; [...]]]></description>
			<content:encoded><![CDATA[<p>The easiest way is to execute the command: </p>
<p><em>du -ks ./* | sort -n</em></p>
<p>or </p>
<p><em>find -type d -print0 | xargs -0 ls -ld | grep -v 4096</em></p>
<p>The complicated way is with bash script: </p>
<p><code>#!/bin/bash<br />
# count inodes for each directory<br />
LIST=`ls`<br />
for i in $LIST; do<br />
echo $i<br />
find $i -printf "%i\n" | sort -u | wc -l<br />
done</code></p>
<p>Another bash script for the same with more pleasant result display: </p>
<p><code>#!/bin/bash</p>
<p># CVETOVE<br />
ESC="\x1b["<br />
RED=$ESC"31;01m"<br />
GREEN=$ESC"32;01m"<br />
YELLOW=$ESC"33;01m"<br />
DBLUE=$ESC"34;01m"<br />
MAGENTA=$ESC"35;01m"<br />
BLUE=$ESC"36;01m"<br />
WHITE=$ESC"37;01m"<br />
GREY=$ESC"30;01m"<br />
RESET=$ESC"39;49;00m"</p>
<p>if [ $# != 1 ]; then<br />
        echo -e "\n"<br />
        echo -e "Usage: $0 path_to_folder\n"<br />
        echo -e "Example: $0 /home/sentry/public_html/\n"<br />
        exit 1<br />
fi</p>
<p>if [ ! -d $1 ]; then<br />
        echo "The argument must be a folder!"<br />
        exit 1<br />
fi</p>
<p>echo -e "\n$WHITE[+$RESET Checking Inodes for folder: $GREY$1$RESET $WHITE+]$RESET \n"</p>
<p>for i in $( /usr/local/cpanel/bin/cpuwatch 10 ionice -c2 -n7 find $1 -maxdepth 1 -not -path "$1"  -type d  )</p>
<p>do</p>
<p>#echo "$(/usr/local/cpanel/bin/cpuwatch 5 ionice -c2 -n7 find $i | sort -u | wc -l) $i"<br />
echo -e "$(/usr/local/cpanel/bin/cpuwatch 10 ionice -c2 -n7 find $i -printf "%i,\n" | sort -u | wc -l) $GREEN Inodes $RESET - $MAGENTA$i$RESET"</p>
<p>done | sort -n</p>
<p>echo -e "$WHITE==========================================================$RESET\n"<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://thcgroup.net/log/unix/how-to-count-the-inodes-for-each-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to define the proper content type for Microsoft document files in .htaccess</title>
		<link>http://thcgroup.net/log/webhosting/how-to-define-the-proper-content-type-for-microsoft-document-files-in-htaccess/</link>
		<comments>http://thcgroup.net/log/webhosting/how-to-define-the-proper-content-type-for-microsoft-document-files-in-htaccess/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 11:37:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web hosting]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[content type]]></category>
		<category><![CDATA[docm]]></category>
		<category><![CDATA[docx]]></category>
		<category><![CDATA[dotx]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[mime]]></category>
		<category><![CDATA[potm]]></category>
		<category><![CDATA[potx]]></category>
		<category><![CDATA[ppam]]></category>
		<category><![CDATA[ppsm]]></category>
		<category><![CDATA[ppsx]]></category>
		<category><![CDATA[pptm]]></category>
		<category><![CDATA[pptx]]></category>
		<category><![CDATA[prompt]]></category>
		<category><![CDATA[xlam]]></category>
		<category><![CDATA[xlsb]]></category>
		<category><![CDATA[xlsm]]></category>
		<category><![CDATA[xlsx]]></category>
		<category><![CDATA[xltm]]></category>
		<category><![CDATA[xltx]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://thcgroup.net/log/?p=126</guid>
		<description><![CDATA[If you have Microsoft documents on your website and when try to access them you are prompted to open them as zip files, then you have probably not setup the correct content type for them in your Apache&#8217;s configuration. To fix the problem you have to add the following lines to your .htaccess or httpd.conf [...]]]></description>
			<content:encoded><![CDATA[<p>If you have Microsoft documents on your website and when try to access them you are prompted to open them as zip files, then you have probably not setup the correct content type for them in your Apache&#8217;s configuration. To fix the problem you have to add the following lines to your .htaccess or httpd.conf (if you have access to the global configuration):</p>
<p><em>AddType application/vnd.ms-word.document.macroEnabled.12 docm<br />
AddType application/vnd.openxmlformats-officedocument.wordprocessingml.document docx<br />
AddType application/vnd.openxmlformats-officedocument.wordprocessingml.template dotx<br />
AddType application/vnd.ms-powerpoint.template.macroEnabled.12 potm<br />
AddType application/vnd.openxmlformats-officedocument.presentationml.template potx<br />
AddType application/vnd.ms-powerpoint.addin.macroEnabled.12 ppam<br />
AddType application/vnd.ms-powerpoint.slideshow.macroEnabled.12 ppsm<br />
AddType application/vnd.openxmlformats-officedocument.presentationml.slideshow ppsx<br />
AddType application/vnd.ms-powerpoint.presentation.macroEnabled.12 pptm<br />
AddType application/vnd.openxmlformats-officedocument.presentationml.presentation pptx<br />
AddType application/vnd.ms-excel.addin.macroEnabled.12 xlam<br />
AddType application/vnd.ms-excel.sheet.binary.macroEnabled.12 xlsb<br />
AddType application/vnd.ms-excel.sheet.macroEnabled.12 xlsm<br />
AddType application/vnd.openxmlformats-officedocument.spreadsheetml.sheet xlsx<br />
AddType application/vnd.ms-excel.template.macroEnabled.12 xltm<br />
AddType application/vnd.openxmlformats-officedocument.spreadsheetml.template xltx</em></p>
]]></content:encoded>
			<wfw:commentRss>http://thcgroup.net/log/webhosting/how-to-define-the-proper-content-type-for-microsoft-document-files-in-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to determine the current version of MediaWiki</title>
		<link>http://thcgroup.net/log/webhosting/how-to-determine-the-current-version-of-mediawiki/</link>
		<comments>http://thcgroup.net/log/webhosting/how-to-determine-the-current-version-of-mediawiki/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 20:50:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web hosting]]></category>
		<category><![CDATA[determine]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[mediawiki]]></category>
		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://thcgroup.net/log/?p=123</guid>
		<description><![CDATA[To find the specific MediaWiki version you are running simply access the following URL from your MediaWiki application: http://yourdomain.com/index.php?title=Special:Version]]></description>
			<content:encoded><![CDATA[<p>To find the specific MediaWiki version you are running simply access the following URL from your MediaWiki application: </p>
<p><strong>http://yourdomain.com/index.php?title=Special:Version</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://thcgroup.net/log/webhosting/how-to-determine-the-current-version-of-mediawiki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

