[Affelio-cvs 875] CVS update: affelio

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 12月 17日 (土) 01:10:22 JST


Index: affelio/index.cgi
diff -u affelio/index.cgi:1.23 affelio/index.cgi:1.24
--- affelio/index.cgi:1.23	Fri Dec 16 19:24:54 2005
+++ affelio/index.cgi	Sat Dec 17 01:10:22 2005
@@ -16,7 +16,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #
-# $Id: index.cgi,v 1.23 2005/12/16 10:24:54 slash5234 Exp $
+# $Id: index.cgi,v 1.24 2005/12/16 16:10:22 slash5234 Exp $
 
 use strict;
 
@@ -273,6 +273,13 @@
     $tmpl->param($data_key => $output_data{$data_key});
 } 
 
+###########################################################################
+#Output
+###########################################################################
+print "Content-type: text/html; charset=UTF-8\n";
+print "Pragma: no-cache", "\n\n"; 
+print $af->translate_templateL10N($tmpl->output);
+
 
 ###########################################################################
 #AccessLog
@@ -294,8 +301,7 @@
 }
 
 ###########################################################################
-#Output
+#NewsAggregator
 ###########################################################################
-print "Content-type: text/html; charset=UTF-8\n";
-print "Pragma: no-cache", "\n\n"; 
-print $af->translate_templateL10N($tmpl->output);
+$a = new Affelio::Managing::NewsAggregator($af);
+$a->get_one();


Affelio-cvs メーリングリストの案内
Back to archive index