Skip to content
View daveajones's full-sized avatar
Block or Report

Block or report daveajones

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. cartulary cartulary Public

    Web-based digital archiver.

    PHP 179 22

  2. FreePod FreePod Public

    PHP classes for really easy podcast creation.

    PHP 3

  3. Convert JSONFeed to RSS Convert JSONFeed to RSS
    1
    <?php
    2
    
                  
    3
    //Convert JSONfeed to RSS in a single function as a drop-in to make adding JSONfeed
    4
    //support to an aggregator easier
    5
    function convert_jsonfeed_to_rss($content = NULL, $max = NULL)
  4. A php function to follow all redirec... A php function to follow all redirects and return the final destination url.
    1
    //Follow redirects to get to the final, good url
    2
    function get_final_url($url, $timeout = 5, $count = 0)
    3
    {
    4
        $count++;
    5
        $url = clean_url($url);
  5. Podcastindex-org/docs-api Podcastindex-org/docs-api Public

    Developer documentation for the podcastindex.org api.

    49 29