Skip to content
wiki.fftac.org

Foundation Content - Source Excerpt 31

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

'eyebrow'          => 'Historical File',
            'title'            => 'Use the historical file when the argument needs sequence before conclusion',
            'summary'          => 'This release mode is for showing how antichrist language moved through empire, church conflict, reform, authoritarian theater, and later media cycles before modern panic reused it again.',
            'best_for'         => 'Best for readers who will not trust the present-tense critique until they can see the historical reuse pattern in order.',
            'target'           => 'journal',
            'args'             => array('track' => 'history-of-the-spirit'),
            'anchor'           => '',
            'cta'              => 'Open the history lane',
            'secondary_target' => 'research',
            'secondary_anchor' => 'historical-timeline',
            'secondary_cta'    => 'Open the historical timeline',
            'keywords'         => 'release desk historical file history of the spirit sequence empire reform political category publication',
        ),
        array(
            'eyebrow'          => 'Signals Briefing',
            'title'            => 'Use a signals briefing when orientation matters more than length',
            'summary'          => 'Shorter briefings keep outward rhythm alive and give first-visit readers a mobile-friendly threshold layer before they commit to long-form essays, dossiers, or heavier archive files.',
            'best_for'         => 'Best for first reads, fragile concentration, newsletter rhythm, and readers who need a fast but governed entry point.',
            'target'           => 'journal',
            'args'             => array('track' => 'signals-and-symbols'),
            'anchor'           => '',
            'cta'              => 'Open the briefing lane',
            'secondary_target' => 'research',
            'secondary_anchor' => 'executive-briefings',
            'secondary_cta'    => 'Open executive briefings',
            'keywords'         => 'release desk signals briefing short-form orientation first read mobile publication rhythm',
        ),
        array(
            'eyebrow'          => 'Review Bridge',
            'title'            => 'Keep every public release tied back to standards and formal review pressure',
            'summary'          => 'A journal file should feel alive without pretending to be canon. This release mode exists to keep publication linked to standards, review notices, and the slower route from archive pressure into formal amendment.',
            'best_for'         => 'Best when a file is sharp enough to matter but still needs its boundary with doctrine and canon kept visible.',
            'target'           => 'standards',
            'anchor'           => 'review-cadence',
            'cta'              => 'Review publication standards',
            'secondary_target' => 'review_notices',
            'secondary_anchor' => 'notice-register',
            'secondary_cta'    => 'Open the review log',
            'keywords'         => 'release desk review bridge archive pressure standards review notices publication discipline canon boundary',
        ),
    );
}

/**
 * Packeted publication routes for journal readers with known use cases.
 *
 * @return array<int, array<string, mixed>>
 */
function antichrist_engine_foundation_publication_route_packets()
{
    return array(
        array(
            'eyebrow'          => 'First Read Packet',
            'title'            => 'Fastest first read into the journal',
            'summary'          => 'For readers who want a governed publication entry point without starting with the heaviest file in the archive.',
            'note'             => 'Best for first visits, mobile reading, and attention that still needs orientation before depth.',
            'includes'         => array(
                'Signals and Symbols files for the shortest journal threshold.',
                'Executive briefings for the compact outward-facing layer behind the journal.',
                'Recovery-safe routes when the nervous system cannot handle full dossier density yet.',
            ),
            'primary_target'   => 'journal',
            'primary_args'     => array('track' => 'signals-and-symbols'),
            'primary_anchor'   => '',
            'primary_cta'      => 'Open the briefing lane',
            'secondary_target' => 'research',
            'secondary_anchor' => 'executive-briefings',
            'secondary_cta'    => 'Open executive briefings',
            'keywords'         => 'publication packet first read packet signals briefing journal threshold mobile read',
        ),
        array(
            'eyebrow'          => 'Media Packet',
            'title'            => 'Media and flagship differentiator packet',
            'summary'          => 'For hosts, editors, and outsiders who need the sharpest outward-facing proof that FFTAC is studying present-tense systems power rather than replaying niche prophecy chatter.',
            'note'             => 'Best when the next question is whether the project has a real modern argument and a credible public posture.',
            'includes'         => array(
                'Algorithmic Eschatology as the clearest outward-facing series.',
                'The institutional brief for a short explanation of the organization.',
                'The media route and briefing-room assets when outreach needs to move quickly.',
            ),
            'primary_target'   => 'journal',
            'primary_args'     => array('track' => 'algorithmic-eschatology'),
            'primary_anchor'   => 'flagship-track',
            'primary_cta'      => 'Open the flagship track',
            'secondary_target' => 'downloads',
            'secondary_anchor' => 'briefing-packets',
            'secondary_cta'    => 'Open the public briefing room',
            'keywords'         => 'publication packet media packet flagship differentiator algorithmic eschatology interview outreach',
        ),
        array(
            'eyebrow'          => 'Citation Packet',
            'title'            => 'Research and citation packet',
            'summary'          => 'For readers who need the journal lane most likely to hold up under citation, dispute, and reuse.',
            'note'             => 'Best when a claim is being checked, cited, or challenged and the supporting atlas should remain close at hand.',
            'includes'         => array(
                'Verified Research files for slower citation-facing release work.',
                'Claim-index and source-trail routes behind the public file.',
                'Export surfaces when flat data is easier to reuse than prose alone.',
            ),
            'primary_target'   => 'journal',
            'primary_args'     => array('track' => 'verified-research'),
            'primary_anchor'   => '',
            'primary_cta'      => 'Open verified dossiers',
            'secondary_target' => 'downloads',
            'secondary_anchor' => 'research-data-exports',
            'secondary_cta'    => 'Open research exports',
            'keywords'         => 'publication packet citation packet verified research dossier exports claim index source trails',
        ),
        array(
            'eyebrow'          => 'Historical Packet',
            'title'            => 'Historical reframing packet',
            'summary'          => 'For readers who need sequence, church-conflict context, and political reuse patterns before they trust the present-tense critique.',
            'note'             => 'Best when the right next move is calibration through history rather than immediate systems language.',
            'includes'         => array(
                'History of the Spirit files for metahistorical sequence.',
                'Timeline routes showing how identifications moved across eras.',
                'Texts-lab context for passages repeatedly enlarged into panic.',
            ),
            'primary_target'   => 'journal',
            'primary_args'     => array('track' => 'history-of-the-spirit'),
            'primary_anchor'   => '',
            'primary_cta'      => 'Open the history lane',
            'secondary_target' => 'research',
            'secondary_anchor' => 'historical-timeline',
            'secondary_cta'    => 'Open the historical timeline',
            'keywords'         => 'publication packet historical packet history of the spirit timeline church conflict reframing',
        ),
        array(
            'eyebrow'          => 'Contributor Packet',
            'title'            => 'Contributor and review packet',