Tag: php

  • Convert news web page into rss feed

    At the company I work (BORM), we have an internal web page with the company news. We’re required to log in and check every once in a while.

    Now to get notified automatically, wehen some news are to be discovered, I hacked together a PHP script that logs in, downloads and parses the news. It then serves an rss xml file to my feed reader.

    In the past I didn’t do a lot of PHP scripting. Only editing some bits and pieces. So this is my biggest endeavor to PHP.

    Tested with liferea and BeyondPod.

    I won’t tell you where the script can be accessed, as the company news requires login. But the script itself is here:

    (more…)