Antichrist Content System Implementation - Source Excerpt 15
Back to Antichrist Content System Implementation
Summary
This source excerpt preserves a bounded section of Antichrist.net/wp-content/plugins/antichrist-content-system/includes/antichrist-content-system-implementation.php so readers can inspect the evidence without opening the full source file.
**Source path:** Antichrist.net/wp-content/plugins/antichrist-content-system/includes/antichrist-content-system-implementation.php
array( 'path' => 'antichrist-as-redeemer-of-mankind', 'title' => 'Antichrist as Redeemer of Mankind', 'text' => 'A dedicated, safety-framed archive for redemptive inversion and counterfeit-savior claims.' ),
array( 'path' => 'antichrist-redeemer-second-coming/redeemer-claim', 'title' => 'The Redeemer Claim', 'text' => 'A critical analysis of inverted or pro-Antichrist claims and their theological implications.' ),
array( 'path' => 'antichrist-redeemer-second-coming/second-coming-framework', 'title' => 'Second Coming Framework', 'text' => 'Timeline models, interpretive traditions, and the need to separate analysis from prediction.' ),
array( 'path' => 'antichrist-redeemer-second-coming/pastoral-and-community-boundaries', 'title' => 'Pastoral and Community Boundaries', 'text' => 'Safety, moderation, source context, and safeguards for readers engaging extreme eschatological claims.' ),
),
array( 'Antichrist as Redeemer of Mankind.md', 'Antichrist as Redeemer_ Diverse Interpretations.md', 'Apocalyptic Optimism and Antichrist.net.md', 'Eschatology Site Development Strategy.md' )
),
'template' => 'templates/template-full-width.php',
),
'antichrist-redeemer-second-coming/redeemer-claim' => array(
'title' => 'The Redeemer Claim',
'content' => acn_cs_topic_content(
'This page critically reviews claims that invert the Antichrist figure into a redeemer role. The editorial frame is analysis and documentation, not endorsement.',
array( 'Apocalyptic Optimism and Antichrist.net.md' )
),
'template' => 'templates/template-full-width.php',
),
'antichrist-redeemer-second-coming/second-coming-framework' => array(
'title' => 'Second Coming Framework',
'content' => acn_cs_topic_content(
'This topic organizes Second Coming frameworks, timeline models, and interpretive traditions while keeping prediction, pastoral concern, and scholarship clearly separated.',
array( 'Eschatology Site Development Strategy.md', 'The Evolving Concept of the Katechon.md' )
),
'template' => 'templates/template-full-width.php',
),
'antichrist-redeemer-second-coming/pastoral-and-community-boundaries' => array(
'title' => 'Pastoral and Community Boundaries',
'content' => acn_cs_topic_content(
'This page defines boundaries for a community that discusses intense apocalyptic material: no threats, no targeted hatred, no coercion, and no unsupported certainty presented as revelation.',
array( 'Antichrist.net Redesign and Content Strategy.md', 'Eschatological Accelerationism and AI.md' )
),
'template' => 'templates/template-full-width.php',
),
'archive-and-content-strategy' => array(
'title' => 'Archive and Content Strategy',
'content' => acn_cs_topic_content(
'This page keeps the redesign strategy visible as an editorial operating document for the site: mission, audiences, governance, IA, monetization, roadmap, KPIs, and risks.',
array( 'Antichrist.net Redesign and Content Strategy.md' )
),
'template' => 'templates/template-full-width.php',
),
'research-library' => array(
'title' => 'Research Library',
'content' => acn_cs_source_library_content(),
'template' => 'templates/template-full-width.php',
),
'research-agenda' => array(
'title' => 'Research Agenda',
'content' => acn_cs_research_agenda_content(),
'template' => 'templates/template-full-width.php',
),
);
$pages = array_merge( $pages, acn_cs_robust_pages() );
foreach ( acn_cs_source_files() as $slug => $source ) {
$pages[ 'research-library/' . $slug ] = array(
'title' => $source['title'],
'content' => acn_cs_source_page_content( $source ),
'status' => 'private',
'template' => 'templates/template-full-width.php',
);
}
return $pages;
}
/**
* Additional report-derived pages that make the site feel like a full publication.
*
* @return array
*/
function acn_cs_robust_pages() {
$pages = array();
$pages['archive-and-content-strategy/audiences-mission-positioning'] = acn_cs_rich_page(
'Audiences, Mission, and Positioning',
'The redesign report frames Antichrist.net as a contextual archive and research publication with careful reader paths for scholars, culture researchers, believers, skeptics, preparedness readers, and AI-assisted researchers.',
array(
'Primary audience lanes' => 'Separate orientation, theological learning, cultural analysis, technical prophecy tracking, and community participation so readers can enter at the right level of intensity.',
'Positioning principle' => 'Treat the Antichrist brand as an archive and analysis signal, not a sensational prediction claim or a harassment vector.',
'Public trust' => 'Keep provenance, editorial caveats, source files, and moderation boundaries visible on the same paths where readers encounter controversial material.',
),
array( 'Antichrist.net Redesign and Content Strategy.md' )
);
$pages['archive-and-content-strategy/governance-and-moderation'] = acn_cs_rich_page(
'Governance and Moderation',
'The reports repeatedly treat governance as infrastructure: source annotation, rule clarity, moderation posture, and risk framing need to be built into the publication system.',
array(
'Rules as product' => 'The rules are not decoration; they are part of the reading interface for high-risk apocalyptic topics.',
'Source handling' => 'Primary sources, extreme claims, political theology, and conspiracy-adjacent material should be presented with context, not flattened into site voice.',
'Moderation posture' => 'The system should block threats, targeted hatred, doxxing, praise of violence, coercive claims, and unsupported certainty presented as revelation.',
),
array( 'Antichrist.net Redesign and Content Strategy.md', 'Eschatological Accelerationism and AI.md' )
);
$pages['archive-and-content-strategy/roadmap-kpis-risk-matrix'] = acn_cs_rich_page(
'Roadmap, KPIs, and Risk Matrix',
'The strategy report recommends building Antichrist.net in measurable phases: archive clarity first, then richer topic hubs, community workflows, signal dashboards, and monetization only after trust scaffolding exists.',
array(
'Phase one' => 'Establish information architecture, research library, section pages, safety language, and durable source memory.',
'Phase two' => 'Add richer dossiers, signal records, maps, timelines, source confidence fields, and member/community workflows.',
'Risk management' => 'Measure content quality, navigation success, moderation load, source provenance coverage, and unresolved high-risk claims before widening distribution.',
),
array( 'Antichrist.net Redesign and Content Strategy.md' )
);