RSS Feed

chris80

Angesehenes Mitglied
Hallo,

habe nun ein paar Möglichkeiten einen RSS Feed auf die Seite zu setzen.

Leider habe ich aber bisher nur Mögichkeiten gefunden wo man dann die Beiträge/Meldungen nur manuell einfügen kann (in die XML)

Würde es aber gern automatisiert haben.....?!

Leider kenne ich mich damit noch nicht so aus....
 
Hallo.....das kommt auf dein System an. Also für welches Script brauchst denn sowas?
 
Arbeiten tue ich in diesem Fall mit SocialEngine/Synapse und SMARTY Template System.

Ich habe mir mal den Link angeschaut, leider nicht für mich da unzureichende PHP Kenntnisse.


 
Wenn du Smarty verwendest, kannst du doch auch einfach via Smarty als RSS Feed generieren lassen.

Einfach eine PHP Datei machen, die eine RSS Datei statt einer HTML/PHP Seite generiert machen und das Smarty Template soweit anpassen das es RSS tauglich ist.

Ansonsten schaust du ob es für deine SocialEngine ein Plugin gibt zum RSS Export zur Feed Ausgabe.
 
QUOTE
SimplePie IS:

A code library, written in PHP, intended to make it ridiculously easy for people to manage RSS and Atom feeds.

An easy to use API that handles all of the dirty work when it comes to fetching, caching, parsing, normalizing data structures between RSS and Atom formats, handling character encoding translation, and sanitizing the resulting data.

Free (i.e. no cost) open-source software, with a license more liberal than the GPL (BSD-licensed), that was built and improved over the course of years by people who have a passion for good software that makes people's lives easier.

Well documented with a complete API reference, tutorials and screencasts for popularly requested uses, and details about the inner workings of the library.

Always looking for more people to contribute to the project in terms of code, patches, support, and evangelism.

A solution where we've worked very hard to keep the bar as low as possible for people who want to use it, but at the same time you MUST have a fundamental grasp of the PHP language. If you don't know PHP, and are interested in getting a handle on the basics, we recommend PHP 101: PHP For the Absolute Beginner (begin with parts 1-3, then move onto parts 4-7 making sure you actually *understand* them).

 
Zurück
Oben