Technical details of DelphiFeeds.com

If you are a .NET, Java or Delphi developer, make sure to take a look at our advanced logging tool SmartInspect.

After announcing DelphiFeeds.com previously, I decided to post some notes about the technical details involved in creating this website.

The technical backend of DelphiFeeds uses a simple Python script to collect the different site feeds. This script is run periodically via cron. It uses the great Universal Feed Parser to download and parse the feeds and then stores the collected postings in a MySQL database. We’ve chosen Python for this job basically because of the nice feed parser library. The usage is simple and it works absolutely flawlessly so far.

For the frontend of DelphiFeeds we used a different language. It is entirely written in PHP. The frontend is responsible for reading the excerpts of the postings from the database and generating the HTML code for your browser.

This entry was posted in General, Websites. Bookmark the permalink. Both comments and trackbacks are currently closed.