C# Class Claymore.TalkCleanupWikiBot.DeletionReview

Inheritance: IModule
Show file Open project: Claymore/WikiBots

Public Methods

Method Description
Analyze ( Wiki wiki ) : void
DeletionReview ( ) : System
Run ( Wiki wiki ) : void
UpdateArchivePages ( Wiki wiki ) : void
UpdateMainPage ( Wiki wiki ) : void

Private Methods

Method Description
AddNavigationTemplate ( Wiki wiki ) : void
CachePage ( string fileName, string revisionId, string text ) : void
CompareDays ( Day x, Day y ) : int
CompareDeleteLogEvents ( DeleteLogEvent x, DeleteLogEvent y ) : int
LoadPageFromCache ( string fileName, string revisionId, string pageName ) : string
RemoveStrikeOut ( WikiPageSection section ) : void
StrikeOutSection ( WikiPageSection section ) : void
SubsectionsList ( WikiPageSection section, List aggregator ) : List
UpdatePages ( Wiki wiki ) : void

Method Details

Analyze() public method

public Analyze ( Wiki wiki ) : void
wiki Claymore.SharpMediaWiki.Wiki
return void

DeletionReview() public method

public DeletionReview ( ) : System
return System

Run() public method

public Run ( Wiki wiki ) : void
wiki Claymore.SharpMediaWiki.Wiki
return void

UpdateArchivePages() public method

public UpdateArchivePages ( Wiki wiki ) : void
wiki Claymore.SharpMediaWiki.Wiki
return void

UpdateMainPage() public method

public UpdateMainPage ( Wiki wiki ) : void
wiki Claymore.SharpMediaWiki.Wiki
return void