add canonical permacomputer preamble to all source files
This commit is contained in:
parent
75f39bab08
commit
c8b0ecbd87
52 changed files with 725 additions and 522 deletions
32
archive.py
32
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
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
32
neopig.py
32
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
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
#
|
||||
|
|
|
|||
32
serp.py
32
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
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
31
serp/app.py
31
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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
32
serp/i18n.py
32
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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue