Volt Brothers for Android
+ Reply to Thread
Results 1 to 15 of 15

Thread: Please Fix RSS Feed

  1. #1
    Join Date
    Oct 2005
    Location
    United Kingdom
    Posts
    605
    Total Thanks Given
    0
    Total Thanks Received
    2
    Total Thanked Posts
    1

    Please Fix RSS Feed

    I'm using Google Reader with various sources including MaxConsole and there is a small issue regarding a topics picture; they are displayed as a link to the attachment rather than being an image, e.g.

    <a href="http://www.maxconsole.net/attachment.php?attachmentid=26282">Attachment 26282</a> instead of
    <img src="http://www.maxconsole.net/attachment.php?attachmentid=26282" alt="" />

    I understand if the links are provided intentionally for bandwidth purposes but please consider changing the text to 'img' or something small and adding a space between the attachment link and the first character of the articles body.

    Lastly I was making a PHP script to host on my own server which addresses the issue and caches a smaller version of the picture (more mobile friendly) and encountered another problem: your feed is being submitted as ISO-8859-1 while the document itself declares itself as UTF-8 - this isn't hard to work around however, just adding it for completeness.

  2. #2
    Join Date
    Oct 2005
    Location
    United Kingdom
    Posts
    605
    Total Thanks Given
    0
    Total Thanks Received
    2
    Total Thanked Posts
    1
    Update: you're also wasting a huge amount of bandwidth by not caching images and requiring revalidation.

    Update Again: I've created an RSS copy with the above issues fixed and a maximum image size of 320 horizontal pixels for quicker loading on mobile devices, check http://www.jmythic.org/rss/maxconsole/feed.php if you're interested - it updates every five minutes so information should be pretty upto date.
    Last edited by Tempos; 04-26-2010 at 03:24 PM.

  3. #3
    Join Date
    Dec 2008
    Posts
    7,425
    Total Thanks Given
    0
    Total Thanks Received
    0
    Total Thanked Posts
    0
    Passed along. ^

  4. #4
    Join Date
    Oct 2005
    Location
    United Kingdom
    Posts
    605
    Total Thanks Given
    0
    Total Thanks Received
    2
    Total Thanked Posts
    1
    Thanks ThreeDog. I made a little mistake with the encoding statement, the documents are indeed UTF-8 as claimed to be, it's the server header that's sending out ISO-8859-1 - that should just take a header('Content-Type: text/xml; charset=UTF-8') in the RSS' PHP script to sort out.

  5. #5
    Join Date
    Jan 2008
    Posts
    3,012
    Total Thanks Given
    0
    Total Thanks Received
    0
    Total Thanked Posts
    0
    Quote Originally Posted by Tempos View Post
    Thanks ThreeDog. I made a little mistake with the encoding statement, the documents are indeed UTF-8 as claimed to be, it's the server header that's sending out ISO-8859-1 - that should just take a header('Content-Type: text/xml; charset=UTF-8') in the RSS' PHP script to sort out.
    Ever saved a PHP script as UTF-8 instead of UTF-8(W/BOM)? makes me want to drill holes in my head...

  6. #6
    Join Date
    Oct 2005
    Location
    United Kingdom
    Posts
    605
    Total Thanks Given
    0
    Total Thanks Received
    2
    Total Thanked Posts
    1
    An FYI - my feed hadn't supported images for a couple of months, I've updated it to fix this. You can also use the shorter url: http://jmythic.org/rss/maxconsole.xml

  7. #7
    Join Date
    May 2003
    Posts
    1,685,398
    Total Thanks Given
    0
    Total Thanks Received
    0
    Total Thanked Posts
    0
    Looked into this last night, and I thought I was a vBulletin guru. I have no clue what is wrong. Will investigate this weekend.

  8. #8
    Join Date
    Oct 2005
    Location
    United Kingdom
    Posts
    605
    Total Thanks Given
    0
    Total Thanks Received
    2
    Total Thanked Posts
    1
    Updated my code to scrape the contents of the frontpage: http://jmythic.org/rss/maxconsole.xml

  9. #9
    Join Date
    Mar 2006
    Location
    Tropical Island
    Posts
    10,920
    Total Thanks Given
    25
    Total Thanks Received
    13
    Total Thanked Posts
    10
    We are working on fixing the RSS setup, and should be done in a few days or less.
    -=( GaryOPA your friendly http://www.MAXCONSOLE.com v2.0 Admin )=-

  10. #10
    Join Date
    Jun 2011
    Posts
    1
    Total Thanks Given
    0
    Total Thanks Received
    0
    Total Thanked Posts
    0
    It would be great to have a RSS and Atom feed for the news section of
    the Debian main page of your website. I know that stuff one can already follow via mailing list, but a
    lot of people these days uses feeds directly, I think we can offer a service to
    more users offering both.

  11. #11
    Join Date
    Mar 2006
    Location
    Tropical Island
    Posts
    10,920
    Total Thanks Given
    25
    Total Thanks Received
    13
    Total Thanked Posts
    10
    Currently our Twitter @MaxConsoleTweet is working as good feed source, we still working on getting the RSS feed working right, has formatting issues.
    -=( GaryOPA your friendly http://www.MAXCONSOLE.com v2.0 Admin )=-

  12. #12
    Join Date
    Jan 2007
    Posts
    474
    Total Thanks Given
    0
    Total Thanks Received
    0
    Total Thanked Posts
    0
    Quote Originally Posted by garyopa View Post
    Currently our Twitter @MaxConsoleTweet is working as good feed source, we still working on getting the RSS feed working right, has formatting issues.
    Are you guys still working on this?

    Maxconsole is the only site I follow that don't have on Pulse.

  13. #13
    Join Date
    Mar 2006
    Location
    Tropical Island
    Posts
    10,920
    Total Thanks Given
    25
    Total Thanks Received
    13
    Total Thanked Posts
    10
    Quote Originally Posted by IBNobody View Post
    Are you guys still working on this?

    Maxconsole is the only site I follow that don't have on Pulse.
    Yes we are still working on it, that a three other major bugs.
    -=( GaryOPA your friendly http://www.MAXCONSOLE.com v2.0 Admin )=-

  14. #14
    Join Date
    Oct 2005
    Location
    United Kingdom
    Posts
    605
    Total Thanks Given
    0
    Total Thanks Received
    2
    Total Thanked Posts
    1

  15. The Following 2 Users Say Thank You to Tempos For This Useful Post:

    billysastard (12-26-2012), garyopa (12-25-2012)

  16. #15
    Join Date
    Mar 2006
    Location
    Tropical Island
    Posts
    10,920
    Total Thanks Given
    25
    Total Thanks Received
    13
    Total Thanked Posts
    10
    Quote Originally Posted by Tempos View Post
    Even tho, I used the thanks feature for your post, I just had to reply also directly, and say thanks and merry christmas.
    -=( GaryOPA your friendly http://www.MAXCONSOLE.com v2.0 Admin )=-

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts