Foundation Content - Source Excerpt 24
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
'keywords'=> 'publication rhythm journal cadence release sequence signals briefings editorial continuity',
),
array(
'eyebrow' => 'Recovery Routes',
'title' => 'Keep first-visit and recovery pathways humane',
'summary' => 'Support helps maintain the slower public routes that move readers out of panic, into contextual reading, and toward agency without forcing them into instant belonging.',
'target' => 'recovery',
'anchor' => 'reading-routes',
'cta' => 'Open recovery routes',
'keywords'=> 'recovery routes first visit orientation former believers slower reading humane launch pathways',
),
array(
'eyebrow' => 'Participation Infrastructure',
'title' => 'Support the readiness layer beneath cohorts, contributors, and affiliates',
'summary' => 'Support also underwrites the intake, readiness, and protected workflow surfaces that let participation scale without collapsing back into generic membership theater.',
'target' => 'join',
'anchor' => 'program-readiness',
'cta' => 'Inspect the readiness desk',
'keywords'=> 'participation infrastructure program readiness contributors affiliates cohorts protected workflow support impact',
),
);
}
/**
* Public support lanes presented on the support page.
*
* @return array<int, array<string, mixed>>
*/
function antichrist_engine_foundation_support_paths()
{
return array(
array(
'eyebrow' => 'Launch Fund',
'title' => 'One-time support for the public launch',
'summary' => 'Best for readers who want to back infrastructure, publication polish, and initial launch resilience without committing to an ongoing monthly rhythm.',
'fit' => 'Use this lane when you want a straightforward contribution tied to launch readiness rather than a recurring commitment.',
'route' => 'support_destination',
'cta' => 'Back the launch fund',
'proof_target' => 'sitemap',
'proof_anchor' => 'sitemap-sections',
'proof_cta' => 'Inspect the live public stack',
'keywords' => 'launch fund one time support launch readiness infrastructure publication polish',
),
array(
'eyebrow' => 'Sustaining Backer',
'title' => 'Support the ongoing publication cadence',
'summary' => 'Best for readers who want to help underwrite recurring atlas updates, signals briefings, and the slower continuity work required after launch week passes.',
'fit' => 'Use this lane when your interest is continuity over spectacle and you want the archive to keep growing after the first attention spike fades.',
'route' => 'support_destination',
'cta' => 'Support the ongoing record',
'proof_target' => 'journal',
'proof_anchor' => 'release-sequence',
'proof_cta' => 'Review the publication rhythm',
'keywords' => 'sustaining backer recurring support publication cadence atlas updates signals continuity',
),
array(
'eyebrow' => 'Institutional Underwriting',
'title' => 'Route larger support, sponsorship, or aligned backing',
'summary' => 'Best for partners, patrons, or institutions that need a human conversation about scope, timing, visibility, or launch-phase underwriting.',
'fit' => 'Use this lane when contribution questions are too specific for a generic payment flow and need actual human routing, timing, or visibility discussion.',
'route' => 'contact',
'args' => array('route' => 'media-partnerships'),
'anchor' => 'contact-desk',
'cta' => 'Open the underwriting desk',
'proof_target' => 'downloads',
'proof_anchor' => 'press-kit',
'proof_cta' => 'Review the public press packet',
'keywords' => 'institutional underwriting sponsorship aligned backing partner patron larger support human conversation',
),
array(
'eyebrow' => 'Public Orientation',
'title' => 'Review the public record before contributing',
'summary' => 'Best for cautious readers who want to inspect doctrine, standards, and research posture before deciding whether support aligns with their reasons for giving.',
'fit' => 'Use this lane when trust still needs to be earned and you want to inspect the institution before money enters the picture.',
'route' => 'charter',
'cta' => 'Read the charter first',
'proof_target' => 'review_notices',
'proof_anchor' => 'notice-register',
'proof_cta' => 'Inspect the review log',
'keywords' => 'public orientation before giving inspect doctrine standards research posture cautious support',
),
);
}
/**
* Guardrails for how the Foundation frames public support.
*
* @return array<int, array<string, string>>
*/
function antichrist_engine_foundation_support_commitments()
{
return array(
array(
'title' => 'No tithing theater',
'summary' => 'Support is not framed as obedience, blessing, or proof of moral status. It is practical backing for practical work.',
),
array(
'title' => 'Money does not buy doctrine',
'summary' => 'Contributors may help sustain the record, but they do not purchase final authority over the philosophy, atlas, or editorial standards.',
),
array(
'title' => 'Public priorities over vague fundraising',
'summary' => 'Support asks should stay tied to visible operating needs such as hosting, publication, research buildout, and recovery-facing infrastructure.',
),
array(
'title' => 'Human route for larger backing',
'summary' => 'When support questions become complex, institutional, or deadline-sensitive, the contact desk should carry the conversation instead of hiding behind generic payment copy.',
),
);
}
/**
* Shared copy for the public signals briefing capture flow.
*
* @return array<string, string>
*/
function antichrist_engine_foundation_signals_signup_copy()
{
return array(
'title' => 'Signals Briefing',
'summary' => 'Get placed on the list for weekly signs, symbols, research notes, and archive releases. This is the outward-facing short-form layer that bridges the deep atlas, the journal queue, and readers who need orientation without surrendering depth.',
'name_label' => 'Name or alias',
'email_label' => 'Email address',
'interest_label' => 'Primary area of interest',
'interest_default' => 'Choose a focus',
'submit_label' => 'Join the briefing list',
'privacy_note' => 'Subscriptions are stored inside WordPress for editorial follow-up. No payment and no dashboard account are required.',
);
}
/**
* Publication cadence used to move the project from inward buildout to outward rhythm.
*
* @return array<int, array<string, string>>
*/
function antichrist_engine_foundation_publication_cadence()
{
return array(
array(
'eyebrow' => 'Weekly Signals',
'title' => 'Signals Briefing',
'summary' => 'Short-form releases orient readers to emerging patterns, fresh source finds, and archive movement without requiring a full dossier reading session.',
'note' => 'Primary outward habit loop while the archive is still maturing.',
),
array(
'eyebrow' => 'Monthly File',
'title' => 'Journal dossier or essay release',
'summary' => 'A steadier journal rhythm turns the institution from a declaration into an archive with visible continuity, sequence, and citation value.',
'note' => 'Priority tracks: Verified Research, History of the Spirit, and Algorithmic Eschatology.',
),
array(
'eyebrow' => 'Quarterly Review',
'title' => 'Directorate coordination cycle',
'summary' => 'Doctrine, research, and publication should review whether the atlas, archive, and briefing layer are still aligned before the next public push.',
'note' => 'This is where the named directorates start behaving like operating offices.',
),
array(