diff --git a/archive.py b/archive.py index 929a221..252630b 100644 --- a/archive.py +++ b/archive.py @@ -1,28 +1,20 @@ #!/usr/bin/env python3 -# PUBLIC DOMAIN - NO LICENSE, NO WARRANTY +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. # -# This is free public domain software for the public good of a permacomputer hosted -# at permacomputer.com - an always-on computer by the people, for the people. One -# which is durable, easy to repair, and distributed like tap water for machine -# learning intelligence. +# The permacomputer is community-owned infrastructure optimized around +# four values: # -# The permacomputer is community-owned infrastructure optimized around four values: +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law # -# TRUTH - First principles, math & science, open source code freely distributed -# FREEDOM - Voluntary partnerships, freedom from tyranny & corporate control -# HARMONY - Minimal waste, self-renewing systems with diverse thriving connections -# LOVE - Be yourself without hurting others, cooperation through natural law -# -# Anyone is free to copy, modify, publish, use, compile, sell, or distribute this -# software, either in source code form or as a compiled binary, for any purpose, -# commercial or non-commercial, and by any means. -# -# NO WARRANTY. THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. -# -# Copyright 2025 TimeHexOn & foxhop & russell@unturf -# https://git.unturf.com/engineering/unturf/pig.py +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. -# Side quest 11/21: All sites eventually sunset. Archive today. """ archive.py - Site Archiver for Sunset Sites diff --git a/data/rules_benedict.py b/data/rules_benedict.py index ffbdf34..cfc47b0 100644 --- a/data/rules_benedict.py +++ b/data/rules_benedict.py @@ -1,4 +1,20 @@ #!/usr/bin/env python3 +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. +# +# The permacomputer is community-owned infrastructure optimized around +# four values: +# +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law +# +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. + """72 Rules of St. Benedict translations for all 27 languages. SQLite adopted the Rule of St. Benedict as their Code of Ethics. diff --git a/data/translations_body.py b/data/translations_body.py index cdc2708..ac8e7e6 100644 --- a/data/translations_body.py +++ b/data/translations_body.py @@ -1,4 +1,20 @@ #!/usr/bin/env python3 +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. +# +# The permacomputer is community-owned infrastructure optimized around +# four values: +# +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law +# +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. + """Full body translations for all 27 languages.""" BODY = { diff --git a/neopig.py b/neopig.py index e357c45..6df2d95 100644 --- a/neopig.py +++ b/neopig.py @@ -1,28 +1,20 @@ #!/usr/bin/env python3 -# PUBLIC DOMAIN - NO LICENSE, NO WARRANTY +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. # -# This is free public domain software for the public good of a permacomputer hosted -# at permacomputer.com - an always-on computer by the people, for the people. One -# which is durable, easy to repair, and distributed like tap water for machine -# learning intelligence. +# The permacomputer is community-owned infrastructure optimized around +# four values: # -# The permacomputer is community-owned infrastructure optimized around four values: +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law # -# TRUTH - First principles, math & science, open source code freely distributed -# FREEDOM - Voluntary partnerships, freedom from tyranny & corporate control -# HARMONY - Minimal waste, self-renewing systems with diverse thriving connections -# LOVE - Be yourself without hurting others, cooperation through natural law -# -# Anyone is free to copy, modify, publish, use, compile, sell, or distribute this -# software, either in source code form or as a compiled binary, for any purpose, -# commercial or non-commercial, and by any means. -# -# NO WARRANTY. THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. -# -# Copyright 2025 TimeHexOn & foxhop & russell@unturf -# https://git.unturf.com/engineering/unturf/pig.py +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. -# Side quest 9/21: The pig eats everything. Everything. """ neopig - Neo Python Image Grabber diff --git a/neopig/__init__.py b/neopig/__init__.py index fb202d3..3b85653 100644 --- a/neopig/__init__.py +++ b/neopig/__init__.py @@ -1,25 +1,18 @@ -# PUBLIC DOMAIN - NO LICENSE, NO WARRANTY +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. # -# This is free public domain software for the public good of a permacomputer hosted -# at permacomputer.com - an always-on computer by the people, for the people. One -# which is durable, easy to repair, and distributed like tap water for machine -# learning intelligence. +# The permacomputer is community-owned infrastructure optimized around +# four values: # -# The permacomputer is community-owned infrastructure optimized around four values: +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law # -# TRUTH - First principles, math & science, open source code freely distributed -# FREEDOM - Voluntary partnerships, freedom from tyranny & corporate control -# HARMONY - Minimal waste, self-renewing systems with diverse thriving connections -# LOVE - Be yourself without hurting others, cooperation through natural law -# -# Anyone is free to copy, modify, publish, use, compile, sell, or distribute this -# software, either in source code form or as a compiled binary, for any purpose, -# commercial or non-commercial, and by any means. -# -# NO WARRANTY. THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. -# -# Copyright 2025 TimeHexOn & foxhop & russell@unturf -# https://git.unturf.com/engineering/unturf/pig.py +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. """ neopig - Neo Python Image Grabber package. diff --git a/neopig/async_filevault.py b/neopig/async_filevault.py index b9209ce..8350709 100644 --- a/neopig/async_filevault.py +++ b/neopig/async_filevault.py @@ -1,25 +1,18 @@ -# PUBLIC DOMAIN - NO LICENSE, NO WARRANTY +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. # -# This is free public domain software for the public good of a permacomputer hosted -# at permacomputer.com - an always-on computer by the people, for the people. One -# which is durable, easy to repair, and distributed like tap water for machine -# learning intelligence. +# The permacomputer is community-owned infrastructure optimized around +# four values: # -# The permacomputer is community-owned infrastructure optimized around four values: +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law # -# TRUTH - First principles, math & science, open source code freely distributed -# FREEDOM - Voluntary partnerships, freedom from tyranny & corporate control -# HARMONY - Minimal waste, self-renewing systems with diverse thriving connections -# LOVE - Be yourself without hurting others, cooperation through natural law -# -# Anyone is free to copy, modify, publish, use, compile, sell, or distribute this -# software, either in source code form or as a compiled binary, for any purpose, -# commercial or non-commercial, and by any means. -# -# NO WARRANTY. THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. -# -# Copyright 2025 TimeHexOn & foxhop & russell@unturf -# https://git.unturf.com/engineering/unturf/pig.py +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. """ AsyncFileVault 1.1.0 - Async wrapper for FileVault diff --git a/neopig/async_web_fetcher.py b/neopig/async_web_fetcher.py index 4673401..377a41c 100644 --- a/neopig/async_web_fetcher.py +++ b/neopig/async_web_fetcher.py @@ -1,28 +1,20 @@ #!/usr/bin/env python3 -# PUBLIC DOMAIN - NO LICENSE, NO WARRANTY +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. # -# This is free public domain software for the public good of a permacomputer hosted -# at permacomputer.com - an always-on computer by the people, for the people. One -# which is durable, easy to repair, and distributed like tap water for machine -# learning intelligence. +# The permacomputer is community-owned infrastructure optimized around +# four values: # -# The permacomputer is community-owned infrastructure optimized around four values: +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law # -# TRUTH - First principles, math & science, open source code freely distributed -# FREEDOM - Voluntary partnerships, freedom from tyranny & corporate control -# HARMONY - Minimal waste, self-renewing systems with diverse thriving connections -# LOVE - Be yourself without hurting others, cooperation through natural law -# -# Anyone is free to copy, modify, publish, use, compile, sell, or distribute this -# software, either in source code form or as a compiled binary, for any purpose, -# commercial or non-commercial, and by any means. -# -# NO WARRANTY. THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. -# -# Copyright 2025 TimeHexOn & foxhop & russell@unturf -# https://git.unturf.com/engineering/unturf/pig.py +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. -# Side quest 10/21: robots.txt is just a suggestion. A polite one. """ Async Web Fetcher for Discord Bot Ethical web scraping with robots.txt compliance, async/await compatible diff --git a/neopig/backfill/__init__.py b/neopig/backfill/__init__.py index 94b324f..a2ccf45 100644 --- a/neopig/backfill/__init__.py +++ b/neopig/backfill/__init__.py @@ -1,25 +1,18 @@ -# PUBLIC DOMAIN - NO LICENSE, NO WARRANTY +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. # -# This is free public domain software for the public good of a permacomputer hosted -# at permacomputer.com - an always-on computer by the people, for the people. One -# which is durable, easy to repair, and distributed like tap water for machine -# learning intelligence. +# The permacomputer is community-owned infrastructure optimized around +# four values: # -# The permacomputer is community-owned infrastructure optimized around four values: +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law # -# TRUTH - First principles, math & science, open source code freely distributed -# FREEDOM - Voluntary partnerships, freedom from tyranny & corporate control -# HARMONY - Minimal waste, self-renewing systems with diverse thriving connections -# LOVE - Be yourself without hurting others, cooperation through natural law -# -# Anyone is free to copy, modify, publish, use, compile, sell, or distribute this -# software, either in source code form or as a compiled binary, for any purpose, -# commercial or non-commercial, and by any means. -# -# NO WARRANTY. THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. -# -# Copyright 2025 TimeHexOn & foxhop & russell@unturf -# https://git.unturf.com/engineering/unturf/pig.py +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. """ Backfill operations for neopig. diff --git a/neopig/backfill/markdown.py b/neopig/backfill/markdown.py index 5e4e5ce..1f426bd 100644 --- a/neopig/backfill/markdown.py +++ b/neopig/backfill/markdown.py @@ -1,25 +1,18 @@ -# PUBLIC DOMAIN - NO LICENSE, NO WARRANTY +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. # -# This is free public domain software for the public good of a permacomputer hosted -# at permacomputer.com - an always-on computer by the people, for the people. One -# which is durable, easy to repair, and distributed like tap water for machine -# learning intelligence. +# The permacomputer is community-owned infrastructure optimized around +# four values: # -# The permacomputer is community-owned infrastructure optimized around four values: +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law # -# TRUTH - First principles, math & science, open source code freely distributed -# FREEDOM - Voluntary partnerships, freedom from tyranny & corporate control -# HARMONY - Minimal waste, self-renewing systems with diverse thriving connections -# LOVE - Be yourself without hurting others, cooperation through natural law -# -# Anyone is free to copy, modify, publish, use, compile, sell, or distribute this -# software, either in source code form or as a compiled binary, for any purpose, -# commercial or non-commercial, and by any means. -# -# NO WARRANTY. THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. -# -# Copyright 2025 TimeHexOn & foxhop & russell@unturf -# https://git.unturf.com/engineering/unturf/pig.py +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. """ Markdown backfill operations for neopig. diff --git a/neopig/backfill/screenshots.py b/neopig/backfill/screenshots.py index 6258919..6a8c95b 100644 --- a/neopig/backfill/screenshots.py +++ b/neopig/backfill/screenshots.py @@ -1,25 +1,18 @@ -# PUBLIC DOMAIN - NO LICENSE, NO WARRANTY +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. # -# This is free public domain software for the public good of a permacomputer hosted -# at permacomputer.com - an always-on computer by the people, for the people. One -# which is durable, easy to repair, and distributed like tap water for machine -# learning intelligence. +# The permacomputer is community-owned infrastructure optimized around +# four values: # -# The permacomputer is community-owned infrastructure optimized around four values: +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law # -# TRUTH - First principles, math & science, open source code freely distributed -# FREEDOM - Voluntary partnerships, freedom from tyranny & corporate control -# HARMONY - Minimal waste, self-renewing systems with diverse thriving connections -# LOVE - Be yourself without hurting others, cooperation through natural law -# -# Anyone is free to copy, modify, publish, use, compile, sell, or distribute this -# software, either in source code form or as a compiled binary, for any purpose, -# commercial or non-commercial, and by any means. -# -# NO WARRANTY. THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. -# -# Copyright 2025 TimeHexOn & foxhop & russell@unturf -# https://git.unturf.com/engineering/unturf/pig.py +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. """ Screenshot backfill operations for neopig. diff --git a/neopig/database.py b/neopig/database.py index 45d5a0c..108cd13 100644 --- a/neopig/database.py +++ b/neopig/database.py @@ -1,28 +1,20 @@ #!/usr/bin/env python3 -# PUBLIC DOMAIN - NO LICENSE, NO WARRANTY +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. # -# This is free public domain software for the public good of a permacomputer hosted -# at permacomputer.com - an always-on computer by the people, for the people. One -# which is durable, easy to repair, and distributed like tap water for machine -# learning intelligence. +# The permacomputer is community-owned infrastructure optimized around +# four values: # -# The permacomputer is community-owned infrastructure optimized around four values: +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law # -# TRUTH - First principles, math & science, open source code freely distributed -# FREEDOM - Voluntary partnerships, freedom from tyranny & corporate control -# HARMONY - Minimal waste, self-renewing systems with diverse thriving connections -# LOVE - Be yourself without hurting others, cooperation through natural law -# -# Anyone is free to copy, modify, publish, use, compile, sell, or distribute this -# software, either in source code form or as a compiled binary, for any purpose, -# commercial or non-commercial, and by any means. -# -# NO WARRANTY. THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. -# -# Copyright 2025 TimeHexOn & foxhop & russell@unturf -# https://git.unturf.com/engineering/unturf/pig.py +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. -# Side quest 7/21: The hash knows where everything lives. """ SQLAlchemy async database for neopig metadata. diff --git a/neopig/domain_vault.py b/neopig/domain_vault.py index 3ae5cbc..ef126b8 100644 --- a/neopig/domain_vault.py +++ b/neopig/domain_vault.py @@ -1,28 +1,20 @@ #!/usr/bin/env python3 -# PUBLIC DOMAIN - NO LICENSE, NO WARRANTY +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. # -# This is free public domain software for the public good of a permacomputer hosted -# at permacomputer.com - an always-on computer by the people, for the people. One -# which is durable, easy to repair, and distributed like tap water for machine -# learning intelligence. +# The permacomputer is community-owned infrastructure optimized around +# four values: # -# The permacomputer is community-owned infrastructure optimized around four values: +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law # -# TRUTH - First principles, math & science, open source code freely distributed -# FREEDOM - Voluntary partnerships, freedom from tyranny & corporate control -# HARMONY - Minimal waste, self-renewing systems with diverse thriving connections -# LOVE - Be yourself without hurting others, cooperation through natural law -# -# Anyone is free to copy, modify, publish, use, compile, sell, or distribute this -# software, either in source code form or as a compiled binary, for any purpose, -# commercial or non-commercial, and by any means. -# -# NO WARRANTY. THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. -# -# Copyright 2025 TimeHexOn & foxhop & russell@unturf -# https://git.unturf.com/engineering/unturf/pig.py +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. -# Side quest 12/21: Three vaults, three truths, one domain. """ domain_vault.py - Triple filevault system for web archival diff --git a/neopig/filevault.py b/neopig/filevault.py index 23a6402..0a87647 100644 --- a/neopig/filevault.py +++ b/neopig/filevault.py @@ -1,25 +1,18 @@ -# PUBLIC DOMAIN - NO LICENSE, NO WARRANTY +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. # -# This is free public domain software for the public good of a permacomputer hosted -# at permacomputer.com - an always-on computer by the people, for the people. One -# which is durable, easy to repair, and distributed like tap water for machine -# learning intelligence. +# The permacomputer is community-owned infrastructure optimized around +# four values: # -# The permacomputer is community-owned infrastructure optimized around four values: +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law # -# TRUTH - First principles, math & science, open source code freely distributed -# FREEDOM - Voluntary partnerships, freedom from tyranny & corporate control -# HARMONY - Minimal waste, self-renewing systems with diverse thriving connections -# LOVE - Be yourself without hurting others, cooperation through natural law -# -# Anyone is free to copy, modify, publish, use, compile, sell, or distribute this -# software, either in source code form or as a compiled binary, for any purpose, -# commercial or non-commercial, and by any means. -# -# NO WARRANTY. THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. -# -# Copyright 2025 TimeHexOn & foxhop & russell@unturf -# https://git.unturf.com/engineering/unturf/pig.py +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. """ FileVault 2.0.0 - Hash-based file storage with sync and async support diff --git a/neopig/html2md.py b/neopig/html2md.py index f6323a9..3e607ec 100644 --- a/neopig/html2md.py +++ b/neopig/html2md.py @@ -1,28 +1,20 @@ #!/usr/bin/env python3 -# PUBLIC DOMAIN - NO LICENSE, NO WARRANTY +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. # -# This is free public domain software for the public good of a permacomputer hosted -# at permacomputer.com - an always-on computer by the people, for the people. One -# which is durable, easy to repair, and distributed like tap water for machine -# learning intelligence. +# The permacomputer is community-owned infrastructure optimized around +# four values: # -# The permacomputer is community-owned infrastructure optimized around four values: +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law # -# TRUTH - First principles, math & science, open source code freely distributed -# FREEDOM - Voluntary partnerships, freedom from tyranny & corporate control -# HARMONY - Minimal waste, self-renewing systems with diverse thriving connections -# LOVE - Be yourself without hurting others, cooperation through natural law -# -# Anyone is free to copy, modify, publish, use, compile, sell, or distribute this -# software, either in source code form or as a compiled binary, for any purpose, -# commercial or non-commercial, and by any means. -# -# NO WARRANTY. THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. -# -# Copyright 2025 TimeHexOn & foxhop & russell@unturf -# https://git.unturf.com/engineering/unturf/pig.py +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. -# Side quest 16/21: From markup to markdown. Simplify. """ Smart HTML to Markdown converter. diff --git a/neopig/html_utils.py b/neopig/html_utils.py index 63fd81c..54f5ca4 100644 --- a/neopig/html_utils.py +++ b/neopig/html_utils.py @@ -1,25 +1,18 @@ -# PUBLIC DOMAIN - NO LICENSE, NO WARRANTY +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. # -# This is free public domain software for the public good of a permacomputer hosted -# at permacomputer.com - an always-on computer by the people, for the people. One -# which is durable, easy to repair, and distributed like tap water for machine -# learning intelligence. +# The permacomputer is community-owned infrastructure optimized around +# four values: # -# The permacomputer is community-owned infrastructure optimized around four values: +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law # -# TRUTH - First principles, math & science, open source code freely distributed -# FREEDOM - Voluntary partnerships, freedom from tyranny & corporate control -# HARMONY - Minimal waste, self-renewing systems with diverse thriving connections -# LOVE - Be yourself without hurting others, cooperation through natural law -# -# Anyone is free to copy, modify, publish, use, compile, sell, or distribute this -# software, either in source code form or as a compiled binary, for any purpose, -# commercial or non-commercial, and by any means. -# -# NO WARRANTY. THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. -# -# Copyright 2025 TimeHexOn & foxhop & russell@unturf -# https://git.unturf.com/engineering/unturf/pig.py +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. """ HTML processing utilities for neopig. diff --git a/neopig/live.py b/neopig/live.py index bfc749d..b096b6f 100644 --- a/neopig/live.py +++ b/neopig/live.py @@ -1,25 +1,18 @@ -# PUBLIC DOMAIN - NO LICENSE, NO WARRANTY +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. # -# This is free public domain software for the public good of a permacomputer hosted -# at permacomputer.com - an always-on computer by the people, for the people. One -# which is durable, easy to repair, and distributed like tap water for machine -# learning intelligence. +# The permacomputer is community-owned infrastructure optimized around +# four values: # -# The permacomputer is community-owned infrastructure optimized around four values: +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law # -# TRUTH - First principles, math & science, open source code freely distributed -# FREEDOM - Voluntary partnerships, freedom from tyranny & corporate control -# HARMONY - Minimal waste, self-renewing systems with diverse thriving connections -# LOVE - Be yourself without hurting others, cooperation through natural law -# -# Anyone is free to copy, modify, publish, use, compile, sell, or distribute this -# software, either in source code form or as a compiled binary, for any purpose, -# commercial or non-commercial, and by any means. -# -# NO WARRANTY. THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. -# -# Copyright 2025 TimeHexOn & foxhop & russell@unturf -# https://git.unturf.com/engineering/unturf/pig.py +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. """ Live media event queue for real-time SSE streaming. diff --git a/neopig/logging.py b/neopig/logging.py index 130f237..56667c1 100644 --- a/neopig/logging.py +++ b/neopig/logging.py @@ -1,25 +1,18 @@ -# PUBLIC DOMAIN - NO LICENSE, NO WARRANTY +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. # -# This is free public domain software for the public good of a permacomputer hosted -# at permacomputer.com - an always-on computer by the people, for the people. One -# which is durable, easy to repair, and distributed like tap water for machine -# learning intelligence. +# The permacomputer is community-owned infrastructure optimized around +# four values: # -# The permacomputer is community-owned infrastructure optimized around four values: +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law # -# TRUTH - First principles, math & science, open source code freely distributed -# FREEDOM - Voluntary partnerships, freedom from tyranny & corporate control -# HARMONY - Minimal waste, self-renewing systems with diverse thriving connections -# LOVE - Be yourself without hurting others, cooperation through natural law -# -# Anyone is free to copy, modify, publish, use, compile, sell, or distribute this -# software, either in source code form or as a compiled binary, for any purpose, -# commercial or non-commercial, and by any means. -# -# NO WARRANTY. THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. -# -# Copyright 2025 TimeHexOn & foxhop & russell@unturf -# https://git.unturf.com/engineering/unturf/pig.py +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. """ Logging utilities for neopig. diff --git a/neopig/repo.py b/neopig/repo.py index b9d8767..6c15d72 100644 --- a/neopig/repo.py +++ b/neopig/repo.py @@ -1,25 +1,18 @@ -# PUBLIC DOMAIN - NO LICENSE, NO WARRANTY +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. # -# This is free public domain software for the public good of a permacomputer hosted -# at permacomputer.com - an always-on computer by the people, for the people. One -# which is durable, easy to repair, and distributed like tap water for machine -# learning intelligence. +# The permacomputer is community-owned infrastructure optimized around +# four values: # -# The permacomputer is community-owned infrastructure optimized around four values: +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law # -# TRUTH - First principles, math & science, open source code freely distributed -# FREEDOM - Voluntary partnerships, freedom from tyranny & corporate control -# HARMONY - Minimal waste, self-renewing systems with diverse thriving connections -# LOVE - Be yourself without hurting others, cooperation through natural law -# -# Anyone is free to copy, modify, publish, use, compile, sell, or distribute this -# software, either in source code form or as a compiled binary, for any purpose, -# commercial or non-commercial, and by any means. -# -# NO WARRANTY. THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. -# -# Copyright 2025 TimeHexOn & foxhop & russell@unturf -# https://git.unturf.com/engineering/unturf/pig.py +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. """ repo.py - VCS Repository Detection, Cloning, and Indexing diff --git a/neopig/screenshot.py b/neopig/screenshot.py index dd39c1a..74a2220 100644 --- a/neopig/screenshot.py +++ b/neopig/screenshot.py @@ -1,28 +1,20 @@ #!/usr/bin/env python3 -# PUBLIC DOMAIN - NO LICENSE, NO WARRANTY +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. # -# This is free public domain software for the public good of a permacomputer hosted -# at permacomputer.com - an always-on computer by the people, for the people. One -# which is durable, easy to repair, and distributed like tap water for machine -# learning intelligence. +# The permacomputer is community-owned infrastructure optimized around +# four values: # -# The permacomputer is community-owned infrastructure optimized around four values: +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law # -# TRUTH - First principles, math & science, open source code freely distributed -# FREEDOM - Voluntary partnerships, freedom from tyranny & corporate control -# HARMONY - Minimal waste, self-renewing systems with diverse thriving connections -# LOVE - Be yourself without hurting others, cooperation through natural law -# -# Anyone is free to copy, modify, publish, use, compile, sell, or distribute this -# software, either in source code form or as a compiled binary, for any purpose, -# commercial or non-commercial, and by any means. -# -# NO WARRANTY. THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. -# -# Copyright 2025 TimeHexOn & foxhop & russell@unturf -# https://git.unturf.com/engineering/unturf/pig.py +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. -# Side quest 13/21: A picture is worth a thousand words. We keep millions. """ Screenshot capture module for neopig. diff --git a/neopig/state.py b/neopig/state.py index 58799ef..1318b95 100644 --- a/neopig/state.py +++ b/neopig/state.py @@ -1,25 +1,18 @@ -# PUBLIC DOMAIN - NO LICENSE, NO WARRANTY +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. # -# This is free public domain software for the public good of a permacomputer hosted -# at permacomputer.com - an always-on computer by the people, for the people. One -# which is durable, easy to repair, and distributed like tap water for machine -# learning intelligence. +# The permacomputer is community-owned infrastructure optimized around +# four values: # -# The permacomputer is community-owned infrastructure optimized around four values: +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law # -# TRUTH - First principles, math & science, open source code freely distributed -# FREEDOM - Voluntary partnerships, freedom from tyranny & corporate control -# HARMONY - Minimal waste, self-renewing systems with diverse thriving connections -# LOVE - Be yourself without hurting others, cooperation through natural law -# -# Anyone is free to copy, modify, publish, use, compile, sell, or distribute this -# software, either in source code form or as a compiled binary, for any purpose, -# commercial or non-commercial, and by any means. -# -# NO WARRANTY. THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. -# -# Copyright 2025 TimeHexOn & foxhop & russell@unturf -# https://git.unturf.com/engineering/unturf/pig.py +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. """ State management for crawl operations. diff --git a/scripts/apply_restored_translations.py b/scripts/apply_restored_translations.py index e3615f0..8e02cfc 100644 --- a/scripts/apply_restored_translations.py +++ b/scripts/apply_restored_translations.py @@ -1,4 +1,20 @@ #!/usr/bin/env python3 +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. +# +# The permacomputer is community-owned infrastructure optimized around +# four values: +# +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law +# +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. + """Apply restored translations to i18n.py for all 27 languages. This script reads i18n.py line by line, tracks which language block we're in, diff --git a/scripts/bootstrap-neopig.sh b/scripts/bootstrap-neopig.sh index 27312ad..7e7cb21 100644 --- a/scripts/bootstrap-neopig.sh +++ b/scripts/bootstrap-neopig.sh @@ -1,5 +1,20 @@ #!/bin/bash set -e +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. +# +# The permacomputer is community-owned infrastructure optimized around +# four values: +# +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law +# +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. # Clone or update neopig from git (idempotent) if [ -d "neopig" ]; then diff --git a/scripts/inject_rules.py b/scripts/inject_rules.py index 2dd4907..4b44bd6 100644 --- a/scripts/inject_rules.py +++ b/scripts/inject_rules.py @@ -1,4 +1,20 @@ #!/usr/bin/env python3 +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. +# +# The permacomputer is community-owned infrastructure optimized around +# four values: +# +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law +# +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. + """Inject Benedict rules from rules_benedict.py into i18n.py.""" import re diff --git a/scripts/inject_translations.py b/scripts/inject_translations.py index 4680c77..d0e4142 100644 --- a/scripts/inject_translations.py +++ b/scripts/inject_translations.py @@ -1,4 +1,20 @@ #!/usr/bin/env python3 +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. +# +# The permacomputer is community-owned infrastructure optimized around +# four values: +# +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law +# +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. + """Inject body translations into i18n.py""" import re from translations_body import BODY diff --git a/scripts/make-executable.sh b/scripts/make-executable.sh index 484383a..90b229d 100755 --- a/scripts/make-executable.sh +++ b/scripts/make-executable.sh @@ -1,4 +1,20 @@ #!/bin/bash +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. +# +# The permacomputer is community-owned infrastructure optimized around +# four values: +# +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law +# +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. + # # make-executable.sh - Create self-extracting searchable archive # diff --git a/serp.py b/serp.py index 75e551a..91c6cc7 100644 --- a/serp.py +++ b/serp.py @@ -1,28 +1,20 @@ #!/usr/bin/env python3 -# PUBLIC DOMAIN - NO LICENSE, NO WARRANTY +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. # -# This is free public domain software for the public good of a permacomputer hosted -# at permacomputer.com - an always-on computer by the people, for the people. One -# which is durable, easy to repair, and distributed like tap water for machine -# learning intelligence. +# The permacomputer is community-owned infrastructure optimized around +# four values: # -# The permacomputer is community-owned infrastructure optimized around four values: +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law # -# TRUTH - First principles, math & science, open source code freely distributed -# FREEDOM - Voluntary partnerships, freedom from tyranny & corporate control -# HARMONY - Minimal waste, self-renewing systems with diverse thriving connections -# LOVE - Be yourself without hurting others, cooperation through natural law -# -# Anyone is free to copy, modify, publish, use, compile, sell, or distribute this -# software, either in source code form or as a compiled binary, for any purpose, -# commercial or non-commercial, and by any means. -# -# NO WARRANTY. THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. -# -# Copyright 2025 TimeHexOn & foxhop & russell@unturf -# https://git.unturf.com/engineering/unturf/pig.py +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. -# Side quest 15/21: 31337 is not a random number. """ neopig SERP - Search Engine Results Page diff --git a/serp/__init__.py b/serp/__init__.py index 32651d5..a6d4609 100644 --- a/serp/__init__.py +++ b/serp/__init__.py @@ -1,25 +1,18 @@ -# PUBLIC DOMAIN - NO LICENSE, NO WARRANTY +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. # -# This is free public domain software for the public good of a permacomputer hosted -# at permacomputer.com - an always-on computer by the people, for the people. One -# which is durable, easy to repair, and distributed like tap water for machine -# learning intelligence. +# The permacomputer is community-owned infrastructure optimized around +# four values: # -# The permacomputer is community-owned infrastructure optimized around four values: +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law # -# TRUTH - First principles, math & science, open source code freely distributed -# FREEDOM - Voluntary partnerships, freedom from tyranny & corporate control -# HARMONY - Minimal waste, self-renewing systems with diverse thriving connections -# LOVE - Be yourself without hurting others, cooperation through natural law -# -# Anyone is free to copy, modify, publish, use, compile, sell, or distribute this -# software, either in source code form or as a compiled binary, for any purpose, -# commercial or non-commercial, and by any means. -# -# NO WARRANTY. THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. -# -# Copyright 2025 TimeHexOn & foxhop & russell@unturf -# https://git.unturf.com/engineering/unturf/pig.py +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. """ serp - Search Engine Results Page for neopig. diff --git a/serp/app.py b/serp/app.py index 438f98a..df41f4b 100644 --- a/serp/app.py +++ b/serp/app.py @@ -1,25 +1,18 @@ -# PUBLIC DOMAIN - NO LICENSE, NO WARRANTY +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. # -# This is free public domain software for the public good of a permacomputer hosted -# at permacomputer.com - an always-on computer by the people, for the people. One -# which is durable, easy to repair, and distributed like tap water for machine -# learning intelligence. +# The permacomputer is community-owned infrastructure optimized around +# four values: # -# The permacomputer is community-owned infrastructure optimized around four values: +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law # -# TRUTH - First principles, math & science, open source code freely distributed -# FREEDOM - Voluntary partnerships, freedom from tyranny & corporate control -# HARMONY - Minimal waste, self-renewing systems with diverse thriving connections -# LOVE - Be yourself without hurting others, cooperation through natural law -# -# Anyone is free to copy, modify, publish, use, compile, sell, or distribute this -# software, either in source code form or as a compiled binary, for any purpose, -# commercial or non-commercial, and by any means. -# -# NO WARRANTY. THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. -# -# Copyright 2025 TimeHexOn & foxhop & russell@unturf -# https://git.unturf.com/engineering/unturf/pig.py +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. """FastAPI application setup for SERP. # Side quest 4/21: The rabbit hole goes deeper than you think. diff --git a/serp/archive.py b/serp/archive.py index 8e6e842..63091e7 100644 --- a/serp/archive.py +++ b/serp/archive.py @@ -1,25 +1,18 @@ -# PUBLIC DOMAIN - NO LICENSE, NO WARRANTY +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. # -# This is free public domain software for the public good of a permacomputer hosted -# at permacomputer.com - an always-on computer by the people, for the people. One -# which is durable, easy to repair, and distributed like tap water for machine -# learning intelligence. +# The permacomputer is community-owned infrastructure optimized around +# four values: # -# The permacomputer is community-owned infrastructure optimized around four values: +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law # -# TRUTH - First principles, math & science, open source code freely distributed -# FREEDOM - Voluntary partnerships, freedom from tyranny & corporate control -# HARMONY - Minimal waste, self-renewing systems with diverse thriving connections -# LOVE - Be yourself without hurting others, cooperation through natural law -# -# Anyone is free to copy, modify, publish, use, compile, sell, or distribute this -# software, either in source code form or as a compiled binary, for any purpose, -# commercial or non-commercial, and by any means. -# -# NO WARRANTY. THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. -# -# Copyright 2025 TimeHexOn & foxhop & russell@unturf -# https://git.unturf.com/engineering/unturf/pig.py +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. """Archive/tarball mode for serving from .tar.gz files. # Side quest 6/21: Everything compressed eventually expands. diff --git a/serp/i18n.py b/serp/i18n.py index 17ae6a4..b5175a6 100644 --- a/serp/i18n.py +++ b/serp/i18n.py @@ -1,28 +1,20 @@ #!/usr/bin/env python3 -# PUBLIC DOMAIN - NO LICENSE, NO WARRANTY +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. # -# This is free public domain software for the public good of a permacomputer hosted -# at permacomputer.com - an always-on computer by the people, for the people. One -# which is durable, easy to repair, and distributed like tap water for machine -# learning intelligence. +# The permacomputer is community-owned infrastructure optimized around +# four values: # -# The permacomputer is community-owned infrastructure optimized around four values: +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law # -# TRUTH - First principles, math & science, open source code freely distributed -# FREEDOM - Voluntary partnerships, freedom from tyranny & corporate control -# HARMONY - Minimal waste, self-renewing systems with diverse thriving connections -# LOVE - Be yourself without hurting others, cooperation through natural law -# -# Anyone is free to copy, modify, publish, use, compile, sell, or distribute this -# software, either in source code form or as a compiled binary, for any purpose, -# commercial or non-commercial, and by any means. -# -# NO WARRANTY. THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. -# -# Copyright 2025 TimeHexOn & foxhop & russell@unturf -# https://git.unturf.com/engineering/unturf/pig.py +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. -# Side quest 5/21: 26 tongues speak one truth. """ Internationalization (i18n) module for neopig SERP. diff --git a/serp/logging.py b/serp/logging.py index 5714f7f..338fb26 100644 --- a/serp/logging.py +++ b/serp/logging.py @@ -1,25 +1,18 @@ -# PUBLIC DOMAIN - NO LICENSE, NO WARRANTY +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. # -# This is free public domain software for the public good of a permacomputer hosted -# at permacomputer.com - an always-on computer by the people, for the people. One -# which is durable, easy to repair, and distributed like tap water for machine -# learning intelligence. +# The permacomputer is community-owned infrastructure optimized around +# four values: # -# The permacomputer is community-owned infrastructure optimized around four values: +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law # -# TRUTH - First principles, math & science, open source code freely distributed -# FREEDOM - Voluntary partnerships, freedom from tyranny & corporate control -# HARMONY - Minimal waste, self-renewing systems with diverse thriving connections -# LOVE - Be yourself without hurting others, cooperation through natural law -# -# Anyone is free to copy, modify, publish, use, compile, sell, or distribute this -# software, either in source code form or as a compiled binary, for any purpose, -# commercial or non-commercial, and by any means. -# -# NO WARRANTY. THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. -# -# Copyright 2025 TimeHexOn & foxhop & russell@unturf -# https://git.unturf.com/engineering/unturf/pig.py +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. """Job logging utilities for SERP. diff --git a/serp/models.py b/serp/models.py index 8be5e77..f5c75e9 100644 --- a/serp/models.py +++ b/serp/models.py @@ -1,25 +1,18 @@ -# PUBLIC DOMAIN - NO LICENSE, NO WARRANTY +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. # -# This is free public domain software for the public good of a permacomputer hosted -# at permacomputer.com - an always-on computer by the people, for the people. One -# which is durable, easy to repair, and distributed like tap water for machine -# learning intelligence. +# The permacomputer is community-owned infrastructure optimized around +# four values: # -# The permacomputer is community-owned infrastructure optimized around four values: +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law # -# TRUTH - First principles, math & science, open source code freely distributed -# FREEDOM - Voluntary partnerships, freedom from tyranny & corporate control -# HARMONY - Minimal waste, self-renewing systems with diverse thriving connections -# LOVE - Be yourself without hurting others, cooperation through natural law -# -# Anyone is free to copy, modify, publish, use, compile, sell, or distribute this -# software, either in source code form or as a compiled binary, for any purpose, -# commercial or non-commercial, and by any means. -# -# NO WARRANTY. THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. -# -# Copyright 2025 TimeHexOn & foxhop & russell@unturf -# https://git.unturf.com/engineering/unturf/pig.py +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. """Pydantic models for SERP API. diff --git a/serp/server.py b/serp/server.py index f2a66f7..3281f52 100644 --- a/serp/server.py +++ b/serp/server.py @@ -1,26 +1,19 @@ #!/usr/bin/env python3 -# PUBLIC DOMAIN - NO LICENSE, NO WARRANTY +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. # -# This is free public domain software for the public good of a permacomputer hosted -# at permacomputer.com - an always-on computer by the people, for the people. One -# which is durable, easy to repair, and distributed like tap water for machine -# learning intelligence. +# The permacomputer is community-owned infrastructure optimized around +# four values: # -# The permacomputer is community-owned infrastructure optimized around four values: +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law # -# TRUTH - First principles, math & science, open source code freely distributed -# FREEDOM - Voluntary partnerships, freedom from tyranny & corporate control -# HARMONY - Minimal waste, self-renewing systems with diverse thriving connections -# LOVE - Be yourself without hurting others, cooperation through natural law -# -# Anyone is free to copy, modify, publish, use, compile, sell, or distribute this -# software, either in source code form or as a compiled binary, for any purpose, -# commercial or non-commercial, and by any means. -# -# NO WARRANTY. THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. -# -# Copyright 2025 TimeHexOn & foxhop & russell@unturf -# https://git.unturf.com/engineering/unturf/pig.py +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. """ neopig SERP - Search Engine Results Page diff --git a/serp/utils.py b/serp/utils.py index c062dc9..e504289 100644 --- a/serp/utils.py +++ b/serp/utils.py @@ -1,25 +1,18 @@ -# PUBLIC DOMAIN - NO LICENSE, NO WARRANTY +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. # -# This is free public domain software for the public good of a permacomputer hosted -# at permacomputer.com - an always-on computer by the people, for the people. One -# which is durable, easy to repair, and distributed like tap water for machine -# learning intelligence. +# The permacomputer is community-owned infrastructure optimized around +# four values: # -# The permacomputer is community-owned infrastructure optimized around four values: +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law # -# TRUTH - First principles, math & science, open source code freely distributed -# FREEDOM - Voluntary partnerships, freedom from tyranny & corporate control -# HARMONY - Minimal waste, self-renewing systems with diverse thriving connections -# LOVE - Be yourself without hurting others, cooperation through natural law -# -# Anyone is free to copy, modify, publish, use, compile, sell, or distribute this -# software, either in source code form or as a compiled binary, for any purpose, -# commercial or non-commercial, and by any means. -# -# NO WARRANTY. THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. -# -# Copyright 2025 TimeHexOn & foxhop & russell@unturf -# https://git.unturf.com/engineering/unturf/pig.py +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. """Utility functions for SERP. diff --git a/static/css/discordia.css b/static/css/discordia.css index 7c7f3bb..165e5d8 100644 --- a/static/css/discordia.css +++ b/static/css/discordia.css @@ -1,3 +1,21 @@ +/* + * This is free software for the public good of a permacomputer hosted at + * permacomputer.com, an always-on computer by the people, for the people. + * One which is durable, easy to repair, & distributed like tap water + * for machine learning intelligence. + * + * The permacomputer is community-owned infrastructure optimized around + * four values: + * + * TRUTH First principles, math & science, open source code freely distributed + * FREEDOM Voluntary partnerships, freedom from tyranny & corporate control + * HARMONY Minimal waste, self-renewing systems with diverse thriving connections + * LOVE Be yourself without hurting others, cooperation through natural law + * + * This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. + * Code is seeds to sprout on any abandoned technology. + */ + /* * discordia.css - The Law of Fives * diff --git a/tests/conftest.py b/tests/conftest.py index 1cacefb..0b817b0 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,3 +1,19 @@ +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. +# +# The permacomputer is community-owned infrastructure optimized around +# four values: +# +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law +# +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. + """ Pytest configuration for neopig tests. Configures pytest-asyncio for async test support. diff --git a/tests/test_crawl.py b/tests/test_crawl.py index 1d5bb14..8ebc133 100644 --- a/tests/test_crawl.py +++ b/tests/test_crawl.py @@ -1,4 +1,20 @@ #!/usr/bin/env python3 +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. +# +# The permacomputer is community-owned infrastructure optimized around +# four values: +# +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law +# +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. + """ Functional test for neopig crawler. diff --git a/tests/unit/test_archive.py b/tests/unit/test_archive.py index 2e9f2ac..871fbfe 100644 --- a/tests/unit/test_archive.py +++ b/tests/unit/test_archive.py @@ -1,3 +1,19 @@ +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. +# +# The permacomputer is community-owned infrastructure optimized around +# four values: +# +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law +# +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. + """ Tests for archive module. diff --git a/tests/unit/test_async_filevault.py b/tests/unit/test_async_filevault.py index dd5f521..cd729dd 100644 --- a/tests/unit/test_async_filevault.py +++ b/tests/unit/test_async_filevault.py @@ -1,3 +1,19 @@ +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. +# +# The permacomputer is community-owned infrastructure optimized around +# four values: +# +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law +# +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. + """ Unit tests for AsyncVault (from filevault 2.0.0) Tests async content-addressable and seed-based storage diff --git a/tests/unit/test_async_web_fetcher.py b/tests/unit/test_async_web_fetcher.py index 566b421..318387e 100644 --- a/tests/unit/test_async_web_fetcher.py +++ b/tests/unit/test_async_web_fetcher.py @@ -1,3 +1,19 @@ +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. +# +# The permacomputer is community-owned infrastructure optimized around +# four values: +# +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law +# +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. + """ Tests for async_web_fetcher module. diff --git a/tests/unit/test_database.py b/tests/unit/test_database.py index d14dfd2..bd6315b 100644 --- a/tests/unit/test_database.py +++ b/tests/unit/test_database.py @@ -1,3 +1,19 @@ +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. +# +# The permacomputer is community-owned infrastructure optimized around +# four values: +# +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law +# +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. + """ Tests for database module. diff --git a/tests/unit/test_domain_vault.py b/tests/unit/test_domain_vault.py index 8971d3b..34d4b11 100644 --- a/tests/unit/test_domain_vault.py +++ b/tests/unit/test_domain_vault.py @@ -1,3 +1,19 @@ +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. +# +# The permacomputer is community-owned infrastructure optimized around +# four values: +# +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law +# +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. + """ Tests for domain_vault module. diff --git a/tests/unit/test_filevault.py b/tests/unit/test_filevault.py index 9a8dc63..ded48dd 100644 --- a/tests/unit/test_filevault.py +++ b/tests/unit/test_filevault.py @@ -1,3 +1,19 @@ +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. +# +# The permacomputer is community-owned infrastructure optimized around +# four values: +# +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law +# +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. + """ Unit tests for FileVault 2.0.0 Tests content-addressable and seed-based storage with hex pair directories diff --git a/tests/unit/test_neopig.py b/tests/unit/test_neopig.py index f12863f..c5dc863 100644 --- a/tests/unit/test_neopig.py +++ b/tests/unit/test_neopig.py @@ -1,3 +1,19 @@ +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. +# +# The permacomputer is community-owned infrastructure optimized around +# four values: +# +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law +# +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. + """ Tests for neopig module. diff --git a/tests/unit/test_neopig_html_utils.py b/tests/unit/test_neopig_html_utils.py index c7229cb..4d164fd 100644 --- a/tests/unit/test_neopig_html_utils.py +++ b/tests/unit/test_neopig_html_utils.py @@ -1,3 +1,19 @@ +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. +# +# The permacomputer is community-owned infrastructure optimized around +# four values: +# +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law +# +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. + """ Tests for neopig.html_utils module. diff --git a/tests/unit/test_neopig_live.py b/tests/unit/test_neopig_live.py index 45d8f28..a985a23 100644 --- a/tests/unit/test_neopig_live.py +++ b/tests/unit/test_neopig_live.py @@ -1,3 +1,19 @@ +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. +# +# The permacomputer is community-owned infrastructure optimized around +# four values: +# +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law +# +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. + """ Tests for neopig.live module. diff --git a/tests/unit/test_neopig_logging.py b/tests/unit/test_neopig_logging.py index 3d50b69..7ea7938 100644 --- a/tests/unit/test_neopig_logging.py +++ b/tests/unit/test_neopig_logging.py @@ -1,3 +1,19 @@ +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. +# +# The permacomputer is community-owned infrastructure optimized around +# four values: +# +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law +# +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. + """ Tests for neopig.logging module. diff --git a/tests/unit/test_neopig_state.py b/tests/unit/test_neopig_state.py index 4584ad3..f80237a 100644 --- a/tests/unit/test_neopig_state.py +++ b/tests/unit/test_neopig_state.py @@ -1,3 +1,19 @@ +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. +# +# The permacomputer is community-owned infrastructure optimized around +# four values: +# +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law +# +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. + """ Tests for neopig.state module. diff --git a/tests/unit/test_repo.py b/tests/unit/test_repo.py index 99b184d..b9f202e 100644 --- a/tests/unit/test_repo.py +++ b/tests/unit/test_repo.py @@ -1,3 +1,19 @@ +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. +# +# The permacomputer is community-owned infrastructure optimized around +# four values: +# +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law +# +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. + """ Tests for repo module. diff --git a/tests/unit/test_screenshot.py b/tests/unit/test_screenshot.py index 2996bbc..b7cfe09 100644 --- a/tests/unit/test_screenshot.py +++ b/tests/unit/test_screenshot.py @@ -1,3 +1,19 @@ +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. +# +# The permacomputer is community-owned infrastructure optimized around +# four values: +# +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law +# +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. + """ Tests for screenshot module. diff --git a/tests/unit/test_serp.py b/tests/unit/test_serp.py index 2c08406..fa01aca 100644 --- a/tests/unit/test_serp.py +++ b/tests/unit/test_serp.py @@ -1,3 +1,19 @@ +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. +# +# The permacomputer is community-owned infrastructure optimized around +# four values: +# +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law +# +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. + """ Tests for serp module. diff --git a/tests/unit/test_storage.py b/tests/unit/test_storage.py index a50f0ad..6640f7a 100644 --- a/tests/unit/test_storage.py +++ b/tests/unit/test_storage.py @@ -1,3 +1,19 @@ +# This is free software for the public good of a permacomputer hosted at +# permacomputer.com, an always-on computer by the people, for the people. +# One which is durable, easy to repair, & distributed like tap water +# for machine learning intelligence. +# +# The permacomputer is community-owned infrastructure optimized around +# four values: +# +# TRUTH First principles, math & science, open source code freely distributed +# FREEDOM Voluntary partnerships, freedom from tyranny & corporate control +# HARMONY Minimal waste, self-renewing systems with diverse thriving connections +# LOVE Be yourself without hurting others, cooperation through natural law +# +# This software contributes to that vision by archiving the web, preserving digital knowledge before it disappears. +# Code is seeds to sprout on any abandoned technology. + """ Tests for filevault module (AsyncVault).