This directory contains example configurations which you should use as a template for customizing your Zort installation. In summary, all configuration is done via a PHP object $zort, by calling methods on that object. The simplest config script will merely add a bunch of feeds to the default page, whereas a complex one can define multiple "pages" (which require extra clicking to get to), categories for those feeds, and override attributes like how many items to show per feed, the feed titles, the colors used for the feeds, and other various and sundry things. If you're just setting up Zort for the first time, pick one of these files and copy it to "config.php" in the main Zort directory. If you just upgraded and are poking around, take a look in config-complex.php to see if there's anything new that you'd like to take advantage of. config-simple.php - This is the simplest-case config script, which just adds feeds. There's nothing fancy in here. config-medium.php - This case has a few clickable pages and categorizes its feeds into multiple, well, categories. This file is essentially what my own Zort config file looks like (I don't tend to use the fancier options). config-complex.php - This config file will show you absolutely every single configurable option you've got available to you in Zort. If you're looking for something and it's not shown in this file, it's time to submit a Feature Request at Sourceforge. :) Obviously you can mix and match options here, and use an option here in the simple file, etc.