Antichrist Content System Implementation - Source Excerpt 27
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
/**
* Build the surveillance page.
*
* @return string
*/
function acn_cs_surveillance_content() {
$html = '<div class="editorial-callout"><p>Surveillance changes dissent because speech, metadata, identity, payment, location, and association become legible to institutions. This page studies that reality without encouraging paranoia, evasion, or unlawful conduct.</p></div>';
$html .= '<section class="section-directory"><h2>What states and platforms can read</h2><div class="section-directory-grid">';
$html .= '<article class="section-directory-card"><strong>Speech</strong><span>Public posts, private-platform records, transcripts, search terms, and claims can be interpreted as signals.</span></article>';
$html .= '<article class="section-directory-card"><strong>Metadata</strong><span>Time, location, device, network, payment, and contact patterns can reveal associations even when content is opaque.</span></article>';
$html .= '<article class="section-directory-card"><strong>Identity</strong><span>Accounts, biometrics, documents, and data brokers can connect fragmented traces into durable profiles.</span></article>';
$html .= '<article class="section-directory-card"><strong>Association</strong><span>Groups, follows, replies, shared infrastructure, and repeated proximity can become part of a risk model.</span></article>';
$html .= '</div></section>';
$html .= '<section class="editorial-callout"><h2>Nonviolent civic conduct</h2><p>Lawful dissent, source review, public records, litigation, journalism, voting, peaceful assembly, and community care are civic tools. Threats, doxxing, harassment, sabotage, and violence are rejected by this site and can put people in danger.</p></section>';
return $html;
}
/**
* Build the editorial policy page.
*
* @return string
*/
function acn_cs_editorial_policy_content() {
$html = '<div class="editorial-callout"><p>Antichrist.net publishes in an analytical voice. It separates belief, myth, political rhetoric, archive material, and verified fact wherever possible.</p></div>';
$html .= '<section class="section-directory"><h2>Editorial rules</h2><div class="section-directory-grid">';
$html .= '<article class="section-directory-card"><strong>Source claims</strong><span>Claims should identify sources, uncertainty, date, provenance, and whether the claim is contested.</span></article>';
$html .= '<article class="section-directory-card"><strong>Contextualize danger</strong><span>Violent, extremist-coded, dehumanizing, or coercive material must be framed critically and never presented as instruction.</span></article>';
$html .= '<article class="section-directory-card"><strong>Respect belief</strong><span>The site can criticize state power and religious nationalism while protecting the dignity of believers and minorities.</span></article>';
$html .= '<article class="section-directory-card"><strong>No certification</strong><span>The site does not identify living people as Antichrist, prophet, beast, messiah, redeemer, or legitimate target.</span></article>';
$html .= '</div></section>';
return $html;
}
/**
* Build source library index.
*
* @return string
*/
function acn_cs_source_library_content() {
$cards = array(
array( 'path' => 'archive', 'title' => 'Archive', 'text' => 'Contextual wrappers for legacy artifacts, broken first-click routes, and older public surfaces.' ),
array( 'path' => 'archive/antichrist-cx', 'title' => 'AntiChrist cx Legacy Artifact', 'text' => 'Preserved as historical context with explicit nonendorsement and safety framing.' ),
array( 'path' => 'archive/al-qaeda-net', 'title' => 'Al Qaeda Net Legacy Artifact', 'text' => 'A high-risk legacy artifact wrapper. Read critically; not instruction, recruitment, or advocacy.' ),
array( 'path' => 'origins-and-early-apocalypse', 'title' => 'Origins and Early Apocalypse', 'text' => 'Early sources and motifs behind later Antichrist language.' ),
array( 'path' => 'pre-christian-antichrist-history', 'title' => 'Pre-Christian Antichrist History', 'text' => 'Ancient adversary, chaos, tyrant, Satan, Belial, Danielic, and imperial motifs before the Christian term.' ),
array( 'path' => 'antichrist-like-figures-eastern-philosophy', 'title' => 'Antichrist-Like Figures in Eastern Philosophy', 'text' => 'Comparative decline, deception, false liberation, Mara, Kali age, and claimant motifs.' ),
array( 'path' => 'dajjal-comparative-eschatology', 'title' => 'Dajjal and Comparative Eschatology', 'text' => 'Comparative false-messiah traditions and end-times trials.' ),
array( 'path' => 'history-of-antichrist-label', 'title' => 'History of the Antichrist Label', 'text' => 'How the label has functioned across scripture, politics, and social conflict.' ),
array( 'path' => 'digital-identity-mark', 'title' => 'Digital Identity and the Mark', 'text' => 'AI, CBDCs, economic exclusion, privacy, and Revelation 13 interpretation.' ),
array( 'path' => 'prophecy-media-ecosystem', 'title' => 'Prophecy Media Ecosystem', 'text' => 'Modern prophecy media, markets, correction, and accountability.' ),
array( 'path' => 'eschatology-geopolitics', 'title' => 'Eschatology and Geopolitics', 'text' => 'Apocalyptic rhetoric in state power, territory, conflict, and global institutions.' ),
array( 'path' => 'prophecy-knowledge-graph', 'title' => 'Prophecy Knowledge Graph', 'text' => 'A memory system for claims, sources, contradictions, review state, and ethics.' ),
array( 'path' => 'antichrist-as-redeemer-of-mankind', 'title' => 'Antichrist as Redeemer of Mankind', 'text' => 'Critical treatment of redemptive inversion, counterfeit salvation, and ethical boundaries.' ),
array( 'path' => 'current-antichrist-cults', 'title' => 'Current Antichrist Cults', 'text' => 'Safety-framed research on coercive apocalyptic groups and Antichrist claims.' ),
array( 'path' => 'antichrist-militia-groups', 'title' => 'Antichrist Militia Groups', 'text' => 'Militia-style apocalyptic rhetoric, source review, and public-safety boundaries.' ),
array( 'path' => 'research-agenda', 'title' => 'Research Agenda', 'text' => 'Current priorities for deeper scholarship and community discussion.' ),
);
$html = '<div class="editorial-callout"><p>The library collects editorial research notes, topic briefings, legacy artifact wrappers, and reading paths. Each item turns source material into public scholarship shaped around what a reader can learn, question, and discuss without treating legacy rhetoric as endorsement.</p><p><a class="text-link" href="' . esc_url( home_url( '/research-agenda/' ) ) . '">Open the research agenda -></a></p></div>';
$html .= '<section class="research-source-index"><h2>Editorial research notes</h2>' . acn_cs_card_grid( $cards ) . '</section>';
return $html;
}