Update of /cvsroot/php-blog/serendipity/deployment
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32633/deployment
Added Files:
comment.php exit.php index.php rss.php serendipity.css.php
serendipity_admin.php serendipity_admin_image_selector.php
serendipity_config.inc.php serendipity_define.js.php
serendipity_entries.php serendipity_xmlrpc.php wfwcomment.php
Log Message:
Dummy files for using s9y as shared library
--- NEW FILE: serendipity_admin.php ---
<?php # $Id: serendipity_admin.php,v 1.1 2004/03/21 16:38:06 garvinhicking Exp $
# Copyright (c) 2003-2004, Jannis Hermanns [http://www.s9y.org]
# All rights reserved. See LICENSE file for licensing details.
# Serendipity is provided in managed mode here
require_once 's9y/serendipity_admin.php';
/* vim: set sts=4 ts=4 expandtab : */
?>
--- NEW FILE: serendipity_entries.php ---
<?php # $Id: serendipity_entries.php,v 1.1 2004/03/21 16:38:06 garvinhicking Exp $
# Copyright (c) 2003-2004, Jannis Hermanns [http://www.s9y.org]
# All rights reserved. See LICENSE file for licensing details.
# Serendipity is provided in managed mode here
require_once 's9y/serendipity_entries.php';
/* vim: set sts=4 ts=4 expandtab : */
?>
--- NEW FILE: serendipity_config.inc.php ---
<?php # $Id: serendipity_config.inc.php,v 1.1 2004/03/21 16:38:06 garvinhicking Exp $
# Copyright (c) 2003-2004, Jannis Hermanns [http://www.s9y.org]
# All rights reserved. See LICENSE file for licensing details.
# Serendipity is provided in managed mode here
#@define('S9Y_INCLUDE_PATH', 's9y/');
require_once 's9y/serendipity_config.inc.php';
/* vim: set sts=4 ts=4 expandtab : */
?>
--- NEW FILE: index.php ---
<?php # $Id: index.php,v 1.1 2004/03/21 16:38:06 garvinhicking Exp $
# Copyright (c) 2003-2004, Jannis Hermanns [http://www.s9y.org]
# All rights reserved. See LICENSE file for licensing details.
# Serendipity is provided in managed mode here
require_once 's9y/index.php';
/* vim: set sts=4 ts=4 expandtab : */
?>
--- NEW FILE: rss.php ---
<?php # $Id: rss.php,v 1.1 2004/03/21 16:38:06 garvinhicking Exp $
# Copyright (c) 2003-2004, Jannis Hermanns [http://www.s9y.org]
# All rights reserved. See LICENSE file for licensing details.
# Serendipity is provided in managed mode here
require_once 's9y/rss.php';
/* vim: set sts=4 ts=4 expandtab : */
?>
--- NEW FILE: serendipity.css.php ---
<?php # $Id: serendipity.css.php,v 1.1 2004/03/21 16:38:06 garvinhicking Exp $
# Copyright (c) 2003-2004, Jannis Hermanns [http://www.s9y.org]
# All rights reserved. See LICENSE file for licensing details.
# Serendipity is provided in managed mode here
require_once 's9y/serendipity.css.php';
/* vim: set sts=4 ts=4 expandtab : */
?>
--- NEW FILE: serendipity_xmlrpc.php ---
<?php # $Id: serendipity_xmlrpc.php,v 1.1 2004/03/21 16:38:06 garvinhicking Exp $
# Copyright (c) 2003-2004, Jannis Hermanns [http://www.s9y.org]
# All rights reserved. See LICENSE file for licensing details.
# Serendipity is provided in managed mode here
require_once 's9y/serendipity_xmlrpc.php';
/* vim: set sts=4 ts=4 expandtab : */
?>
--- NEW FILE: wfwcomment.php ---
<?php # $Id: wfwcomment.php,v 1.1 2004/03/21 16:38:06 garvinhicking Exp $
# Copyright (c) 2003-2004, Jannis Hermanns [http://www.s9y.org]
# All rights reserved. See LICENSE file for licensing details.
# Serendipity is provided in managed mode here
require_once 's9y/wfwcomment.php';
/* vim: set sts=4 ts=4 expandtab : */
?>
--- NEW FILE: serendipity_admin_image_selector.php ---
<?php # $Id: serendipity_admin_image_selector.php,v 1.1 2004/03/21 16:38:06 garvinhicking Exp $
# Copyright (c) 2003-2004, Jannis Hermanns [http://www.s9y.org]
# All rights reserved. See LICENSE file for licensing details.
# Serendipity is provided in managed mode here
require_once 's9y/serendipity_admin_image_selector.php';
/* vim: set sts=4 ts=4 expandtab : */
?>
--- NEW FILE: exit.php ---
<?php # $Id: exit.php,v 1.1 2004/03/21 16:38:06 garvinhicking Exp $
# Copyright (c) 2003-2004, Jannis Hermanns [http://www.s9y.org]
# All rights reserved. See LICENSE file for licensing details.
# Serendipity is provided in managed mode here
require_once 's9y/exit.php';
/* vim: set sts=4 ts=4 expandtab : */
?>
--- NEW FILE: serendipity_define.js.php ---
<?php # $Id: serendipity_define.js.php,v 1.1 2004/03/21 16:38:06 garvinhicking Exp $
# Copyright (c) 2003-2004, Jannis Hermanns [http://www.s9y.org]
# All rights reserved. See LICENSE file for licensing details.
# Serendipity is provided in managed mode here
require_once 's9y/serendipity_define.js.php';
/* vim: set sts=4 ts=4 expandtab : */
?>
--- NEW FILE: comment.php ---
<?php # $Id: comment.php,v 1.1 2004/03/21 16:38:06 garvinhicking Exp $
# Copyright (c) 2003-2004, Jannis Hermanns [http://www.s9y.org]
# All rights reserved. See LICENSE file for licensing details.
# Serendipity is provided in managed mode here
require_once 's9y/comment.php';
/* vim: set sts=4 ts=4 expandtab : */
?>
|