Archived
1
0

Also support "last X" REST interface

This commit is contained in:
Garvin Hicking
2006-08-02 10:07:34 +00:00
commit 80e14346a5
1775 changed files with 195589 additions and 0 deletions

View File

@@ -0,0 +1 @@
<!-- RAW XML OUTPUT! -->

View File

@@ -0,0 +1,4 @@
Name: XML Engine. EXPERIMENTAL. (Developers only)
Author: Garvin Hicking
Date: 06.06.2006
Require Serendipity: 1.1

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -0,0 +1,7 @@
<?php
// THIS FILE IS WORK-IN-PROGRESS. Mostly proof-of-code.
// Proceed at your own risk. Read the "template_api.inc.php
// instructions.
include_once S9Y_INCLUDE_PATH . 'include/template_api.inc.php';
$GLOBALS['template'] = new serendipity_smarty_emulator_xml();
$GLOBALS['serendipity']['smarty'] =& $GLOBALS['template'];