<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Gl.ib.ly - Moodle</title>
    <link>http://gl.ib.ly/</link>
    <description>(glibly); Just another techie blog.</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.3.1 - http://www.s9y.org/</generator>
    <pubDate>Thu, 02 Jul 2009 18:34:35 GMT</pubDate>

    <image>
        <url>http://gl.ib.ly/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Gl.ib.ly - Moodle - (glibly); Just another techie blog.</title>
        <link>http://gl.ib.ly/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>All configuration variables in Moodle code - Part two?</title>
    <link>http://gl.ib.ly/archives/28-All-configuration-variables-in-Moodle-code-Part-two.html</link>
            <category>Moodle</category>
    
    <comments>http://gl.ib.ly/archives/28-All-configuration-variables-in-Moodle-code-Part-two.html#comments</comments>
    <wfw:comment>http://gl.ib.ly/wfwcomment.php?cid=28</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://gl.ib.ly/rss.php?version=2.0&amp;type=comments&amp;cid=28</wfw:commentRss>
    

    <author>nospam@example.com (Tariq)</author>
    <content:encoded>
    &lt;a href=&quot;http://gl.ib.ly/exit.php?url_id=67&amp;amp;entry_id=28&quot; title=&quot;http://gl.ib.ly/archives/8-All-configuration-variables-in-Moodle-code.html&quot;  onmouseover=&quot;window.status=&#039;http://gl.ib.ly/archives/8-All-configuration-variables-in-Moodle-code.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Earlier&lt;/a&gt; we looked at how you can extract a list of all the &lt;code&gt;$CFG&lt;/code&gt; variables in your Moodle code. Now that&#039;s not of much use! We need to know where in the code all these variables hide. I feel some spooky awk a coming on. &lt;br /&gt;&lt;a href=&quot;http://gl.ib.ly/archives/28-All-configuration-variables-in-Moodle-code-Part-two.html#extended&quot;&gt;Continue reading &quot;All configuration variables in Moodle code - Part two?&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Wed, 24 Jun 2009 14:44:00 -0600</pubDate>
    <guid isPermaLink="false">http://gl.ib.ly/archives/28-guid.html</guid>
    <category>awk</category>
<category>cfg</category>
<category>computers</category>
<category>configuration variables</category>
<category>grep</category>
<category>moodle</category>
<category>one liners</category>

</item>
<item>
    <title>Common translation errors in Moodle language packs</title>
    <link>http://gl.ib.ly/archives/23-Common-translation-errors-in-Moodle-language-packs.html</link>
            <category>Moodle</category>
    
    <comments>http://gl.ib.ly/archives/23-Common-translation-errors-in-Moodle-language-packs.html#comments</comments>
    <wfw:comment>http://gl.ib.ly/wfwcomment.php?cid=23</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://gl.ib.ly/rss.php?version=2.0&amp;type=comments&amp;cid=23</wfw:commentRss>
    

    <author>nospam@example.com (Tariq)</author>
    <content:encoded>
    If you have ever had to deal with language packs you will know how much of a pain they can be. I regularly interact with 9 Moodle language packs and I don&#039;t like doing that much. For some reason, can&#039;t remember why now, we gave people the raw language string files (PHP code files)  to translate and they translated these files and sent them back. Only these people are not PHP coders and they make mistakes. Here is my list of what goes wrong and how to solve.  &lt;br /&gt;&lt;a href=&quot;http://gl.ib.ly/archives/23-Common-translation-errors-in-Moodle-language-packs.html#extended&quot;&gt;Continue reading &quot;Common translation errors in Moodle language packs&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 06 Feb 2009 08:30:00 -0700</pubDate>
    <guid isPermaLink="false">http://gl.ib.ly/archives/23-guid.html</guid>
    <category>grep</category>
<category>language pack</category>
<category>moodle</category>
<category>one liners</category>
<category>php</category>

</item>
<item>
    <title>All configuration variables in Moodle code?</title>
    <link>http://gl.ib.ly/archives/8-All-configuration-variables-in-Moodle-code.html</link>
            <category>Moodle</category>
            <category>One liners</category>
    
    <comments>http://gl.ib.ly/archives/8-All-configuration-variables-in-Moodle-code.html#comments</comments>
    <wfw:comment>http://gl.ib.ly/wfwcomment.php?cid=8</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://gl.ib.ly/rss.php?version=2.0&amp;type=comments&amp;cid=8</wfw:commentRss>
    

    <author>nospam@example.com (Tariq)</author>
    <content:encoded>
    Sometimes Moodle introduces some nice new configuration variables and I like to make sure that I know what they are and where they are. So to begin my investigation without heading off to the web  I use the following command to get me a sorted list of the $CFG variables. &lt;br /&gt;&lt;a href=&quot;http://gl.ib.ly/archives/8-All-configuration-variables-in-Moodle-code.html#extended&quot;&gt;Continue reading &quot;All configuration variables in Moodle code?&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Mon, 15 Dec 2008 12:15:37 -0700</pubDate>
    <guid isPermaLink="false">http://gl.ib.ly/archives/8-guid.html</guid>
    <category>cfg</category>
<category>configuration variables</category>
<category>grep</category>
<category>linux</category>
<category>moodle</category>
<category>moodle_19</category>
<category>one liners</category>
<category>sort</category>

</item>
<item>
    <title>Getting logins per day in Moodle</title>
    <link>http://gl.ib.ly/archives/6-Getting-logins-per-day-in-Moodle.html</link>
            <category>Moodle</category>
            <category>One liners</category>
    
    <comments>http://gl.ib.ly/archives/6-Getting-logins-per-day-in-Moodle.html#comments</comments>
    <wfw:comment>http://gl.ib.ly/wfwcomment.php?cid=6</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://gl.ib.ly/rss.php?version=2.0&amp;type=comments&amp;cid=6</wfw:commentRss>
    

    <author>nospam@example.com (Tariq)</author>
    <content:encoded>
    Today I got the urge to see how many logins we had on some of our Apache servers in November. We host more than one moodle site on one server and so I wanted the total number of logins we handled. As usual this ended up becoming an &lt;i&gt;awk&lt;/i&gt;ward but useful one liner. &lt;br /&gt;&lt;a href=&quot;http://gl.ib.ly/archives/6-Getting-logins-per-day-in-Moodle.html#extended&quot;&gt;Continue reading &quot;Getting logins per day in Moodle&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 02 Dec 2008 08:59:00 -0700</pubDate>
    <guid isPermaLink="false">http://gl.ib.ly/archives/6-guid.html</guid>
    <category>apache2</category>
<category>chart</category>
<category>csv</category>
<category>loggins</category>
<category>login</category>
<category>logs</category>
<category>moodle</category>
<category>one liners</category>

</item>

</channel>
</rss>