From 60284479936d65443bd5dc14456bc0b692eab500 Mon Sep 17 00:00:00 2001 From: Jozef Selesi Date: Sat, 22 Nov 2008 18:22:53 +0000 Subject: An Atom library prototype. Its purpose is to explore the cost of us supporting Atom as the default input and output format of RESTful controllers. Only the constructs necessary for representing comment feeds and entries have been implemented. Its output are valid Atom 1.0 documents. The test contains examples of how to make feeds and entries. --- core/config/config.php | 1 + 1 file changed, 1 insertion(+) (limited to 'core') diff --git a/core/config/config.php b/core/config/config.php index 70b571ec..71916a8b 100644 --- a/core/config/config.php +++ b/core/config/config.php @@ -132,4 +132,5 @@ $config['modules'] = array MODPATH . 'media_rss', MODPATH . 'slideshow', MODPATH . 'comment', + MODPATH . 'atom' ); -- cgit v1.2.3