SourceForge logo
SourceForge logo
Menu

phpwiki-checkins

From: Reini U. <ru...@us...> - 2004年05月27日 12:10:45
Update of /cvsroot/phpwiki/phpwiki/lib/plugin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15523
Added Files:
	DeadEndPages.php 
Log Message:
The mediawiki name for OrphanedPages. Just an alias.
--- NEW FILE: DeadEndPages.php ---
<?php
rcs_id('$Id: DeadEndPages.php,v 1.1 2004年05月27日 12:10:31 rurban Exp $');
/**
 * Alias for OrphanedPages. Idea and name from mediawiki.
 *
	"SELECT cur_title " . 
	 "FROM cur LEFT JOIN links ON cur_title = l_from " .
	 "WHERE l_from IS NULL " .
	 "AND cur_namespace = 0 " .
	 "ORDER BY cur_title " . 
	 "LIMIT {$offset}, {$limit}";
 *
 **/
require_once('lib/PageList.php');
require_once('lib/plugin/OrphanedPages.php');
/**
 */
class WikiPlugin_DeadEndPages
extends WikiPlugin_OrphanedPages
{
 function getName () {
 return _("DeadEndPages");
 }
};
// $Log: DeadEndPages.php,v $
// Revision 1.1 2004年05月27日 12:10:31 rurban
// The mediawiki name for OrphanedPages. Just an alias.
//
//
// Local Variables:
// mode: php
// tab-width: 8
// c-basic-offset: 4
// c-hanging-comment-ender-p: nil
// indent-tabs-mode: nil
// End:
?>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /