mirror of
https://github.com/boostorg/website.git
synced 2026-02-22 03:52:10 +00:00
Add sidebar boxes for various list feeds.
[SVN r120]
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
require dirname(__FILE__) . '/../common/code/archive_file.php';
|
||||
require_once(dirname(__FILE__) . '/../common/code/archive_file.php');
|
||||
|
||||
$_file = new archive_file('/^[\/]([^\.\/]+)[\/](.*)$/',$_SERVER["PATH_INFO"]);
|
||||
|
||||
if (!$_file->is_raw()) { #~ require dirname(__FILE__) . '/../common/code/webnotes.php';
|
||||
if (!$_file->is_raw()) { #~ require_once(dirname(__FILE__) . '/../common/code/webnotes.php');
|
||||
?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
require dirname(__FILE__) . '/../common/code/boost_version.php';
|
||||
require dirname(__FILE__) . '/../common/code/libraries.php';
|
||||
require_once(dirname(__FILE__) . '/../common/code/boost_version.php');
|
||||
require_once(dirname(__FILE__) . '/../common/code/libraries.php');
|
||||
|
||||
$libs = new boost_libraries(dirname(__FILE__) . '/../libraries.xml');
|
||||
if (isset($_REQUEST['sort']))
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
require dirname(__FILE__) . '/../common/code/boost_wiki.php';
|
||||
require_once(dirname(__FILE__) . '/../common/code/boost_wiki.php');
|
||||
|
||||
$_wiki = new boost_wiki('http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user