Skip to content
wiki.fftac.org

Foundation Content - Source Excerpt 01

Back to Foundation Content

Summary

This source excerpt preserves a bounded section of Anti-Christ.org/wp-content/plugins/fftac-foundation-core/inc/foundation-content.php so readers can inspect the evidence without opening the full source file.

**Source path:** Anti-Christ.org/wp-content/plugins/fftac-foundation-core/inc/foundation-content.php

<?php
/**
 * Foundation content and editorial datasets.
 *
 * @package Antichrist_Engine
 */

if (!defined('ABSPATH')) {
    exit;
}

/**
 * Core foundation identity copy.
 *
 * @return array<string, string>
 */
function antichrist_engine_foundation_identity()
{
    return array(
        'name'        => 'Foundation For The Anti-Christ',
        'domain'      => 'anti-christ.org',
        'designation' => 'FFTAC / Independent Public Philosophy and Research Foundation',
        'status'      => 'Official public record under active editorial development',
        'edition'     => 'Founding public edition',
        'strapline'   => 'Question what rules you. Protect what makes us human.',
        'summary'     => 'FFTAC is an independent public philosophy and research foundation for Post-Dogmatic Humanism, adversarial inquiry, and the defense of conscience against counterfeit authority.',
        'thesis'      => 'The Anti-Christ, in this reading, names the civic duty to test whatever presents itself as sacred, final, machine-opaque, or beyond challenge.',
        'disclaimer'  => 'The Foundation critiques systems, doctrines, institutions, and technologies; it does not authorize harm, coercion, humiliation, or religious persecution.',
        'hero_lead'   => 'A formal public record for free conscience in public: disciplined enough to test power, humane enough to protect dignity, and honest enough to keep revising.',
        'hero_kicker' => 'Post-Dogmatic Humanism, governed publication, and machine-age inquiry for the age of counterfeit authority.',
    );
}

/**
 * Institutional markers used across the public site.
 *
 * @return array<int, array<string, string>>
 */
function antichrist_engine_foundation_institutional_markers()
{
    return array(
        array(
            'label' => 'Designation',
            'value' => 'FFTAC independent public philosophy and research foundation',
        ),
        array(
            'label' => 'Status',
            'value' => 'Official public record with stable canonical files',
        ),
        array(
            'label' => 'Method',
            'value' => 'Editorial governance, adversarial inquiry, long-form publication',
        ),
        array(
            'label' => 'Boundary',
            'value' => 'Benevolent, non-coercive, non-persecutory',
        ),
    );
}

/**
 * Document control metadata used across official pages.
 *
 * @param string $page_key Foundation page key.
 * @return array<string, string>
 */
function antichrist_engine_foundation_document_profile($page_key = '')
{
    $profiles = array(
        'home' => array(
            'record_id'      => 'FFTAC-REC-00',
            'classification' => 'Public institutional index',
            'authority'      => 'Primary access point to the official record',
            'access'         => 'Open public access',
            'review_cycle'   => 'Continuously maintained as pages and publications expand',
        ),
        'manifesto' => array(
            'record_id'      => 'FFTAC-MAN-01',
            'classification' => 'Canonical doctrine',
            'authority'      => 'Foundational public declaration',
            'access'         => 'Public record',
            'review_cycle'   => 'Revised only by formal editorial amendment',
        ),
        'charter' => array(
            'record_id'      => 'FFTAC-CHR-01',
            'classification' => 'Governance charter',
            'authority'      => 'Defines scope, authority, and boundaries',
            'access'         => 'Public record',
            'review_cycle'   => 'Updated when institutional policy changes',
        ),
        'review_notices' => array(
            'record_id'      => 'FFTAC-RVW-01',
            'classification' => 'Formal review and amendment log',
            'authority'      => 'Tracks baseline, queued, and staged review notices so canonical change cannot hide inside silent drift',
            'access'         => 'Public record',
            'review_cycle'   => 'Updated whenever a formal notice is registered, queued, or retired',
        ),
        'philosophy' => array(
            'record_id'      => 'FFTAC-PHI-01',
            'classification' => 'Analytical framework',
            'authority'      => 'Organizes the core philosophy pillars',
            'access'         => 'Public record',
            'review_cycle'   => 'Expanded as the research program matures',
        ),
        'research' => array(
            'record_id'      => 'FFTAC-RSR-01',
            'classification' => 'Interactive research program',
            'authority'      => 'Comparative archive, claim index, and active program of inquiry',
            'access'         => 'Public record',
            'review_cycle'   => 'Rolling updates tied to new dossiers, briefings, and archive releases',
        ),
        'recovery' => array(
            'record_id'      => 'FFTAC-RCV-01',
            'classification' => 'Recovery and orientation brief',
            'authority'      => 'Public guide for readers leaving fear-based religion and rebuilding judgment without replacement dogma',
            'access'         => 'Public record',
            'review_cycle'   => 'Expanded as recovery routes, cohorts, and first-visit pathways mature',
        ),
        'standards' => array(
            'record_id'      => 'FFTAC-STD-01',
            'classification' => 'Editorial policy',
            'authority'      => 'Controls tone, method, and AI boundaries',
            'access'         => 'Public record',
            'review_cycle'   => 'Reviewed before major public releases',
        ),
        'ai_engine' => array(
            'record_id'      => 'FFTAC-AI-01',
            'classification' => 'Inquiry interface',
            'authority'      => 'Bounded AI system for adversarial reframing',
            'access'         => 'Signed-in interactive access',
            'review_cycle'   => 'Continuously tuned under standards governance',
        ),
        'texts' => array(
            'record_id'      => 'FFTAC-TXT-01',
            'classification' => 'Interpretive research file',
            'authority'      => 'Maintains the public reading routes, recurring case files, and evidence shelf for passages most often weaponized into prophecy panic',
            'access'         => 'Public record',
            'review_cycle'   => 'Expanded as launch questions, textual dossiers, and source notes mature',
        ),
        'symbols' => array(
            'record_id'      => 'FFTAC-SYM-01',
            'classification' => 'Symbolic research file',
            'authority'      => 'Defines the public symbolic lexicon, site-wide application rules, and design constraints for the live FFTAC visual system',
            'access'         => 'Public record',
            'review_cycle'   => 'Updated when core marks, public assets, or design rules materially change',
        ),
        'downloads' => array(
            'record_id'      => 'FFTAC-DWN-01',
            'classification' => 'Brand asset library',
            'authority'      => 'Public downloads for posters, wallpapers, seal files, press materials, and supplemental symbolic study assets',
            'access'         => 'Open public access',
            'review_cycle'   => 'Expanded when new public-facing assets are released',
        ),
        'about' => array(
            'record_id'      => 'FFTAC-ABT-01',
            'classification' => 'Institutional brief',
            'authority'      => 'Defines mission, method, and public posture',
            'access'         => 'Public record',
            'review_cycle'   => 'Revised when public positioning changes',
        ),
        'contact' => array(
            'record_id'      => 'FFTAC-CNT-01',
            'classification' => 'Public correspondence desk',
            'authority'      => 'Routes launch-facing questions, research corrections, recovery orientation, and media requests into the right working lane',
            'access'         => 'Public intake with private editorial review',
            'review_cycle'   => 'Revised as contact routes, public operations, and launch workflows mature',
        ),
        'support' => array(
            'record_id'      => 'FFTAC-SPT-01',
            'classification' => 'Public support and underwriting brief',
            'authority'      => 'Explains how contributions support hosting, publication cadence, research buildout, and recovery-facing infrastructure without turning support into loyalty theater',
            'access'         => 'Public support route',
            'review_cycle'   => 'Revised as funding priorities, live support tooling, and public operating costs change',
        ),
        'questions' => array(
            'record_id'      => 'FFTAC-QNA-01',