Skip to content
wiki.fftac.org

Template Nonviolence Pacification

**Site relevance:** Anti-Christ.net

**Memory type:** theme source memory

**Source path:** Anti-Christ.net/wp-content/themes/anti-christ-thin-veil/page-templates/template-nonviolence-pacification.php

**Size:** 3.1 KB

Summary

Template Name: Nonviolent Resistance and Pacification

Source Preview

This source file is short enough to preview directly on its source-memory page.

<?php
/**
 * Template Name: Nonviolent Resistance and Pacification
 * Template Post Type: page
 *
 * @package Anti_Christ_Thin_Veil
 */

get_header();
?>
<main id="primary" class="site-main">
	<section class="page-hero">
		<p class="section-label"><?php esc_html_e( 'Field Note', 'anti-christ-thin-veil' ); ?></p>
		<h1><?php esc_html_e( 'Nonviolence is a discipline, not a cage.', 'anti-christ-thin-veil' ); ?></h1>
		<p class="archive-lead"><?php esc_html_e( 'Anti-Christ.net rejects violence and illegal action. It also studies how institutions sometimes praise nonviolence only when it becomes harmless, silent, and easy to ignore.', 'anti-christ-thin-veil' ); ?></p>
	</section>

	<section class="section-block">
		<div class="two-column-grid">
			<div class="entry-content">
				<h2><?php esc_html_e( 'The safe distinction.', 'anti-christ-thin-veil' ); ?></h2>
				<p><?php esc_html_e( 'Principled nonviolence can be courageous, disruptive, lawful, and morally serious. Pacification is different. Pacification asks people to confuse peace with submission, patience with abandonment, and civility with silence.', 'anti-christ-thin-veil' ); ?></p>
				<p><?php esc_html_e( 'The archive studies that difference without instructing anyone to harm, threaten, stalk, harass, vandalize, or break the law.', 'anti-christ-thin-veil' ); ?></p>
			</div>
			<div class="terminal-box">
				<p>> <?php esc_html_e( 'lawful protest is not surrender', 'anti-christ-thin-veil' ); ?></p>
				<p>> <?php esc_html_e( 'documentation is not passivity', 'anti-christ-thin-veil' ); ?></p>
				<p>> <?php esc_html_e( 'correction is not weakness', 'anti-christ-thin-veil' ); ?></p>
				<p>> <?php esc_html_e( 'human dignity is nonnegotiable', 'anti-christ-thin-veil' ); ?></p>
			</div>
		</div>
	</section>

	<section class="section-block" aria-labelledby="pacification-signs">
		<div class="section-head">
			<div>
				<p class="section-label"><?php esc_html_e( 'Warning signs', 'anti-christ-thin-veil' ); ?></p>
				<h2 id="pacification-signs"><?php esc_html_e( 'When lawful dissent is domesticated.', 'anti-christ-thin-veil' ); ?></h2>
			</div>
			<p><?php esc_html_e( 'A civic archive can track these patterns without encouraging escalation or reckless conduct.', 'anti-christ-thin-veil' ); ?></p>
		</div>
		<ul class="protocol-list">
			<li><?php esc_html_e( 'Officials praise dialogue while withholding records, deadlines, decisions, or appeal paths.', 'anti-christ-thin-veil' ); ?></li>
			<li><?php esc_html_e( 'Institutions invite testimony only after the decision is functionally complete.', 'anti-christ-thin-veil' ); ?></li>
			<li><?php esc_html_e( 'Civility rules punish the affected public more harshly than official evasion.', 'anti-christ-thin-veil' ); ?></li>
			<li><?php esc_html_e( 'Grant, nonprofit, or platform incentives reward manageable dissent and starve independent scrutiny.', 'anti-christ-thin-veil' ); ?></li>
			<li><?php esc_html_e( 'Religious language is used to demand forgiveness while avoiding repair, records, or accountability.', 'anti-christ-thin-veil' ); ?></li>
		</ul>
	</section>
</main>
<?php
get_footer();