Giter VIP home page Giter VIP logo

heise-rss-improved's Introduction

heise-rss-improved

Automatically exported from code.google.com/p/heise-rss-improved

This project provides a php-script to create your own RSS feed, based on the heise RSS feed, but with more information about the news. You might add the whole text or the teaser of the news to your RSS feed. The aim of this project is to improve the quality of heises RSS feed to fit todays demands.

heise-rss-improved's People

Contributors

j0s3f avatar

Watchers

 avatar  avatar  avatar

heise-rss-improved's Issues

Fix for changes in the feed


FeedHeiseOnlineNews.php:
change in line 107
                $id = substr($entry->getElementsByTagName('id')->item(0)->nodeValue, 39, -17);

to: 
                $id = substr($entry->getElementsByTagName('link')->item(0)->attributes->item(0)->nodeValue, 39, -17);



FeedHeiseDeveloper.php:
change lines 107 to 110:
    $topic = substr($entry->getElementsByTagName('id')->item(0)->nodeValue, 30, 7);

    /* example: http://www.heise.de/developer/meldung/Rhodes-3-0-integriert-sich-in-Eclipse-1241360.html/from/atom10 -> $id = Rhodes-3-0-integriert-sich-in-Eclipse-1241360 */
                $id = substr($entry->getElementsByTagName('id')->item(0)->nodeValue, 38, -17);

to:

    $topic = substr($entry->getElementsByTagName('link')->item(0)->attributes->item(0)->nodeValue, 30, 7);

    /* example: http://www.heise.de/developer/meldung/Rhodes-3-0-integriert-sich-in-Eclipse-1241360.html/from/atom10 -> $id = Rhodes-3-0-integriert-sich-in-Eclipse-1241360 */
                $id = substr($entry->getElementsByTagName('link')->item(0)->attributes->item(0)->nodeValue, 38, -17);

Original issue reported on code.google.com by josef.schneider on 30 May 2012 at 5:59

nur noch Überschriften seit einer Woche

Ich hab seit einiger Zeit den demo-feed als rss gadget in iGoogle (nicht der 
google reader, einfach nur iGoogle -> "add feed or gadget" 
-> url eintragen) und es hat monatelang wunderbar funktioniert aber seit dieser 
Woche sehe ich plötzlich nur noch die Überschriften. Wurde was verändert?

Original issue reported on code.google.com by [email protected] on 9 Dec 2011 at 8:29

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.