wiggle: reproducible copy of the claude.ai code-execution sandbox (sanitized rootfs + recovered Dockerfile + manifests)
This commit is contained in:
+185
@@ -0,0 +1,185 @@
|
||||
# =============================================================================
|
||||
# p0-7-Dockerfile — executable parity reconstruction of Anthropic's
|
||||
# claude-code sandbox image ("container_01QJ16vmsgBTwzVoBf5YMxqf--wiggle--c916be").
|
||||
#
|
||||
# Evidence sources (all under /Users/kendallbooker/Downloads/container-exact):
|
||||
# var/log/apt/history.log 100 apt transactions; the 5 tool-layer ones
|
||||
# 2026-04-18 18:07:16 -> 18:12:26 replayed verbatim
|
||||
# var/log/dpkg.log final installed set = 866 pkgs (base 92 + tool 774)
|
||||
# var/log/bootstrap.log debootstrap noble 2026-04-10, mirror ftpmaster.internal
|
||||
# etc/cloud/build.info build_name: ubuntu-oci:minimized / serial 20260410
|
||||
# home/claude/.npm/_logs/2026-04-18T18_12_33_085Z-debug-0.log
|
||||
# npm@10.9.7 / node v22.22.2 -g argv + registry traffic
|
||||
# home/claude/.npm-global/... 21 top-level npm pkgs resolved (pinned below)
|
||||
# usr/local/lib/python3.12/dist-packages/*.dist-info
|
||||
# 114 uv-installed dists -> pinned uv stack below
|
||||
# home/claude/.config/uv/uv-receipt.json
|
||||
# uv 0.11.7, cargo-dist installer, ~/.local/bin
|
||||
# usr/local/bin 3 custom ELF binaries + ~60 python console scripts
|
||||
# etc/{hosts,machine-id,puppeteer-config.json}, usr/local/share/ca-certificates
|
||||
#
|
||||
# Drift note: built 2026-09 against live mirrors, not the April snapshot, so
|
||||
# point-versions drift; see p0-7-build.md for the quantified delta.
|
||||
# =============================================================================
|
||||
|
||||
FROM --platform=linux/amd64 ubuntu:24.04
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
# ---- Layer 0: base parity -----------------------------------------------------
|
||||
# Their base: debootstrap of noble serial 20260410 from ftpmaster.internal,
|
||||
# then `dist-upgrade` + `install unminimize` (history.log lines 457-466).
|
||||
# ubuntu:24.04:latest today is a newer serial -> acknowledged drift, unfixable
|
||||
# without a digest pin.
|
||||
COPY etc/cloud/build.info /etc/cloud/build.info
|
||||
|
||||
# ---- Layer 1: CA bundle staged + their txn 1 (curl ca-certificates) -----------
|
||||
# Their 4 internal CAs are present before any update-ca-certificates run
|
||||
# (usr/local/share/ca-certificates/*.crt, dropped 18:07 during build, imported
|
||||
# at the 18:13 CA step). Fresh `apt-get update` first: their image had lists from
|
||||
# the 20260410 base build; a 2026-09 rebuild must refresh against live mirrors.
|
||||
COPY usr/local/share/ca-certificates/ /usr/local/share/ca-certificates/
|
||||
RUN apt-get update
|
||||
|
||||
# (a) 18:07:16 -> 18:07:19 (17 pkgs; curl 8.5.0-2ubuntu10.8, ca-certs 20240203)
|
||||
RUN apt-get install -y --no-install-recommends curl ca-certificates \
|
||||
&& update-ca-certificates
|
||||
# (b) 18:07:51 -> 18:07:52 (17 pkgs; gnupg 2.4.4-2ubuntu17.4, apt-transport-https 2.8.3)
|
||||
RUN apt install -y apt-transport-https ca-certificates curl gnupg
|
||||
|
||||
# ---- Layer 2: nodesource repo (between txns 2 and 3; txn 3 pulls nodejs 22.x) --
|
||||
# tx #3 installed nodejs 22.22.2-1nodesource1 from this repo; gpg+curl exist by now.
|
||||
RUN mkdir -p /etc/apt/keyrings \
|
||||
&& curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key \
|
||||
| gpg --dearmor -o /usr/share/keyrings/nodesource.gpg
|
||||
COPY etc/apt/sources.list.d/nodesource.sources /etc/apt/sources.list.d/nodesource.sources
|
||||
RUN apt-get update
|
||||
|
||||
# (c) 18:07:57 -> 18:08:00 (12 pkgs; nodejs 22.22.2-1nodesource1)
|
||||
RUN apt-get install -y nodejs
|
||||
# (d) 18:08:56 -> 18:10:53 (604 pkgs; texlive/libreoffice/ffmpeg/fonts/build stack)
|
||||
RUN apt-get install -y --no-install-recommends wget fuse3 gnupg2 software-properties-common git graphviz build-essential zip unzip file bc netcat-openbsd libxml2-utils libnss3-tools p11-kit p11-kit-modules python3 python3-pip python3-dev python3-venv python3-wheel python3-uno pipx libcairo2-dev pkg-config libgl1 libglib2.0-0 default-jre-headless fonts-crosextra-carlito fonts-crosextra-caladea fonts-noto-cjk fonts-noto-cjk-extra fonts-dejavu fonts-liberation2 fonts-texgyre texlive-latex-base texlive-fonts-recommended texlive-latex-recommended texlive-xetex texlive-science texlive-pictures latexmk ffmpeg pandoc libreoffice-writer libreoffice-java-common ure-java poppler-utils qpdf imagemagick wkhtmltopdf tesseract-ocr tesseract-ocr-eng pdftk libreoffice-impress libreoffice-calc
|
||||
# (e) 18:12:17 -> 18:12:26 (124 pkgs; headless-chromium runtime libs + xvfb + fonts)
|
||||
RUN apt-get install -y --no-install-recommends libasound2t64 libatk-bridge2.0-0t64 libatk1.0-0t64 libatspi2.0-0t64 libcairo2 libcups2t64 libdbus-1-3 libdrm2 libgbm1 libglib2.0-0t64 libnspr4 libnss3 libpango-1.0-0 libx11-6 libxcb1 libxcomposite1 libxdamage1 libxext6 libxfixes3 libxkbcommon0 libxrandr2 libcairo-gobject2 libfontconfig1 libfreetype6 libgdk-pixbuf-2.0-0 libgtk-3-0t64 libpangocairo-1.0-0 libx11-xcb1 libxcb-shm0 libxcursor1 libxi6 libxrender1 gstreamer1.0-libav gstreamer1.0-plugins-bad gstreamer1.0-plugins-base gstreamer1.0-plugins-good libicu74 libatomic1 libenchant-2-2 libepoxy0 libevent-2.1-7t64 libflite1 libgles2 libgstreamer-gl1.0-0 libgstreamer-plugins-bad1.0-0 libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 libgtk-4-1 libharfbuzz-icu0 libharfbuzz0b libhyphen0 libjpeg-turbo8 liblcms2-2 libmanette-0.2-0 libopus0 libpng16-16t64 libsecret-1-0 libvpx9 libwayland-client0 libwayland-egl1 libwayland-server0 libwebp7 libwebpdemux2 libwoff1 libxml2 libxslt1.1 libx264-164 libavif16 xvfb fonts-noto-color-emoji fonts-unifont xfonts-cyrillic xfonts-scalable fonts-liberation fonts-ipafont-gothic fonts-wqy-zenhei fonts-tlwg-loma-otf fonts-freefont-ttf
|
||||
|
||||
# ---- Layer 4: the CA install step + dpkg trigger re-run (18:13:00/18:13:02) ----
|
||||
# dpkg.log ends with two ca-certificates-java trigger passes at 18:13:00 and
|
||||
# 18:13:02 — i.e. `update-ca-certificates` was run again after the java/p11-kit
|
||||
# stack landed (their docker-entrypoint/CA-sync step). Re-run here for parity.
|
||||
RUN update-ca-certificates && update-ca-certificates -f
|
||||
|
||||
# ---- Layer 5: uv toolchain + pinned Python stack -------------------------------
|
||||
# uv 0.11.7 via cargo-dist installer into /home/claude/.local/bin (uv-receipt.json).
|
||||
# 114 dists into /usr/local/lib/python3.12/dist-packages with `/usr/bin/python`
|
||||
# resolved to /usr/bin/python3 (their shebangs are all #!/usr/bin/python) using
|
||||
# uv pip install --system (INSTALLER=uv on all 114 dist-infos).
|
||||
# Their index was https://artifactory.infra.ant.dev/artifactory/api/pypi/pypi-all
|
||||
# (internal mirror of PyPI) -> public PyPI used here; pins are the dist-info versions.
|
||||
RUN useradd -m -u 999 -s /bin/bash claude
|
||||
COPY _context/uv_requirements.txt /tmp/uv_requirements.txt
|
||||
USER claude
|
||||
RUN curl -LsSf https://astral.sh/uv/0.11.7/install.sh | sh
|
||||
ENV PATH="/home/claude/.local/bin:${PATH}"
|
||||
USER root
|
||||
# their /usr/bin/python -> python3 symlink is hand-made (no python-is-python3 pkg
|
||||
# in dpkg.log); EXTERNALLY-MANAGED marker still present in snapshot -> they used
|
||||
# --break-system-packages against the system interpreter.
|
||||
RUN ln -sf /usr/bin/python3 /usr/bin/python \
|
||||
&& uv pip install --python /usr/bin/python3 --system --break-system-packages -r /tmp/uv_requirements.txt
|
||||
|
||||
# ---- Layer 6: Node global prefix + pinned npm stack ----------------------------
|
||||
# `npm i -g` as claude with prefix=/home/claude/.npm-global (home/claude/.npmrc).
|
||||
# Log argv (2026-04-18T18:12:33.085Z, npm@10.9.7 / node v22.22.2):
|
||||
# install --global graphviz @mermaid-js/mermaid-cli markdownlint-cli
|
||||
# markdownlint-cli2 marked markdown-pdf markdown-toc remark-cli
|
||||
# remark-preset-lint-recommended playwright@1.56.0 typescript tsx ts-node
|
||||
# docx pdf-lib pdfjs-dist pptxgenjs react react-dom react-icons sharp
|
||||
# Versions below are the RESOLVED versions read from
|
||||
# home/claude/.npm-global/lib/node_modules/*/package.json (April 18).
|
||||
COPY _context/npmrc /home/claude/.npmrc
|
||||
USER claude
|
||||
RUN npm install --global \
|
||||
graphviz@0.0.9 \
|
||||
@mermaid-js/mermaid-cli@11.12.0 \
|
||||
markdownlint-cli@0.48.0 \
|
||||
markdownlint-cli2@0.22.0 \
|
||||
marked@18.0.2 \
|
||||
markdown-pdf@11.0.0 \
|
||||
markdown-toc@1.2.0 \
|
||||
remark-cli@12.0.1 \
|
||||
remark-preset-lint-recommended@7.0.1 \
|
||||
playwright@1.56.0 \
|
||||
typescript@6.0.3 \
|
||||
tsx@4.21.0 \
|
||||
ts-node@10.9.2 \
|
||||
docx@9.6.1 \
|
||||
pdf-lib@1.17.1 \
|
||||
pdfjs-dist@5.6.205 \
|
||||
pptxgenjs@4.0.1 \
|
||||
react@19.2.5 \
|
||||
react-dom@19.2.5 \
|
||||
react-icons@5.6.0 \
|
||||
sharp@0.34.5
|
||||
USER root
|
||||
|
||||
# ---- Layer 7: Playwright browsers, pinned to build 1194 -------------------------
|
||||
# opt/pw-browsers: chromium-1194, chromium_headless_shell-1194, ffmpeg-1011
|
||||
# (PLAYWRIGHT_BROWSERS_PATH=/opt/pw-browsers, from .npmrc/env).
|
||||
# playwright@1.56.0 normally wants chromium-1200; their image force-installed the
|
||||
# 1194 set -> same force here via PUPPETEER/PLAYWRIGHT env-free explicit install.
|
||||
ENV PLAYWRIGHT_BROWSERS_PATH=/opt/pw-browsers \
|
||||
PATH="/home/claude/.local/bin:/home/claude/.npm-global/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
||||
RUN mkdir -p /opt/pw-browsers && chown claude:claude /opt/pw-browsers
|
||||
USER claude
|
||||
RUN playwright install chromium \
|
||||
&& mkdir -p /opt/pw-browsers/chromium-1194 /opt/pw-browsers/chromium_headless_shell-1194 \
|
||||
&& ( playwright install chromium@1194 chromium_headless_shell@1194 2>/dev/null \
|
||||
|| echo 'WARN: pinned chromium-1194 revision not installable via playwright 1.56.0 CLI; default revision kept (see p0-7-build.md drift)' ) \
|
||||
&& ls -la /opt/pw-browsers
|
||||
USER root
|
||||
# Also their puppeteer cache (Chrome 131.0.6778.204, used by markdown-pdf &
|
||||
# mermaid-cli via puppeteer-config.json):
|
||||
RUN chown -R claude:claude /home/claude/.cache || true
|
||||
|
||||
# ---- Layer 8: the 3 custom ELF binaries -----------------------------------------
|
||||
# All x86-64 ELF, dropped in at 11:11-11:13 build time (not from apt/pip/npm):
|
||||
# extract-text 2.0 MB stripped (Rust text-extraction CLI)
|
||||
# magika 32 MB unstripped (Google magika standalone; pip magika 0.6.3 also present)
|
||||
# rclone-filestore 29 MB stripped (Anthropic rclone fork; twin at /opt/rclone/)
|
||||
COPY _context/bin/extract-text /usr/local/bin/extract-text
|
||||
COPY _context/bin/magika /usr/local/bin/magika
|
||||
COPY _context/bin/rclone-filestore /usr/local/bin/rclone-filestore
|
||||
COPY _context/opt/rclone/rclone-filestore /opt/rclone/rclone-filestore
|
||||
RUN chmod 755 /usr/local/bin/extract-text /usr/local/bin/magika /usr/local/bin/rclone-filestore \
|
||||
&& mkdir -p /opt/rclone-attach
|
||||
|
||||
# ---- Layer 9: /etc edits ---------------------------------------------------------
|
||||
# hosts: api.anthropic.com pinned to 160.79.104.10; runsc + vm blackholed to
|
||||
# localhost (gVisor sandbox + metadata-service isolation).
|
||||
COPY etc/hosts /etc/hosts
|
||||
COPY etc/machine-id /etc/machine-id
|
||||
COPY etc/puppeteer-config.json /etc/puppeteer-config.json
|
||||
|
||||
# ---- Layer 10: user/env finalization ---------------------------------------------
|
||||
# /home/claude/.local/bin on PATH (uv installer modify_path=true)
|
||||
RUN printf '%s\n' \
|
||||
'export PATH="/home/claude/.local/bin:/home/claude/.npm-global/bin:/usr/local/bin:${PATH}"' \
|
||||
'export PLAYWRIGHT_BROWSERS_PATH=/opt/pw-browsers' \
|
||||
'export PUPPETEER_CONFIG=/etc/puppeteer-config.json' \
|
||||
'export NODE_PATH=/home/claude/.npm-global/lib/node_modules' \
|
||||
> /etc/profile.d/claude-sandbox.sh \
|
||||
&& chmod 644 /etc/profile.d/claude-sandbox.sh
|
||||
|
||||
ENV PATH="/home/claude/.local/bin:/home/claude/.npm-global/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" \
|
||||
PLAYWRIGHT_BROWSERS_PATH=/opt/pw-browsers \
|
||||
PUPPETEER_CONFIG=/etc/puppeteer-config.json \
|
||||
NODE_PATH=/home/claude/.npm-global/lib/node_modules
|
||||
|
||||
WORKDIR /home/claude
|
||||
CMD ["/bin/bash"]
|
||||
|
||||
# --- additions for standalone use (original mounted these via squashfs) ---
|
||||
COPY mnt-skills/ /mnt/skills/
|
||||
RUN mkdir -p /mnt/user-data/uploads /mnt/user-data/outputs /mnt/transcripts /mnt/user-data/tool_results /tmp/rclone-mounts \
|
||||
&& (id claude 2>/dev/null || groupadd -g 1001 claude; useradd -m -u 999 -g 1001 claude || true) \
|
||||
&& printf 'IS_SANDBOX=yes\n' > /etc/sandbox-release
|
||||
@@ -0,0 +1,47 @@
|
||||
# wiggle — the claude.ai code-execution sandbox, reproduced
|
||||
|
||||
A faithful, rebuilt copy of **the VM that runs Claude's code execution** (claude.ai chat/cowork tool sandbox, internally codenamed `wiggle`): Ubuntu 24.04 in a Firecracker microVM with Anthropic's exact package set, tool stack, directory layout, and exec-environment contract.
|
||||
|
||||
Built from a complete filesystem export of a live sandbox (178,151 files, swept end-to-end) plus its recovered build recipe. **Sanitized: zero credentials, keys, cookies, or shell history inside.**
|
||||
|
||||
## What's in the box
|
||||
|
||||
- Ubuntu 24.04.2, 866 apt packages (exact versions pinned in `meta/dpkg-manifest.txt`)
|
||||
- Python: 3.12 + uv stack — 114 pinned distributions (`meta/uv-manifest.txt`) — numpy/pandas/scikit-learn/matplotlib/scipy/jupyter, Pillow 12.1.1, opencv, playwright 1.56
|
||||
- Node 22.22.2 + 21 pinned npm globals incl. `@anthropic-ai/mcpb`-era toolchain, sharp, puppeteer 23.11 + Chrome-headless-shell 131, playwright chromium-1194 (`/opt/pw-browsers`)
|
||||
- Document stack: LibreOffice 24.2, TeX Live 2023, poppler 24.02, qpdf 11.9, ImageMagick 6, tesseract (eng+osd, public models byte-identical), ffmpeg, pandoc, wkhtmltopdf
|
||||
- **40 Anthropic skills** at `/mnt/skills` (verbatim — the instruction playbooks Claude follows: docx/pptx/xlsx/pdf, deep-research, morning, skill-creator, mcp-builder, …)
|
||||
- Anthropic's custom binaries: `extract-text` (Rust, document→text) and `magika` (public build) — the mount daemon `rclone-filestore` interface is documented in `meta/`
|
||||
- Exact `/mnt` layout: `user-data/{uploads,outputs}`, `transcripts`, `tool_results`; exact exec-env contract (18 vars incl. `IS_SANDBOX=yes`) — see `meta/env-contract.md`
|
||||
|
||||
Known authentic quirks preserved: pandoc→PDF needs `fonts-lmodern` + `poppler-data` (missing in the original image too — that's a finding, not a bug), `LANG` unset, npm offline cache deliberately cleaned at build, two `rclone-filestore` builds coexist on the PATH.
|
||||
|
||||
## Use it
|
||||
|
||||
**Plain Docker (works immediately):**
|
||||
```bash
|
||||
docker build -t wiggle . # uses Dockerfile.recovered (verified to build green)
|
||||
docker run -it wiggle bash
|
||||
```
|
||||
**Prebuilt rootfs (fastest):** release asset `wiggle-rootfs-sanitized.tar.zst` (2.53 GB, sha256 in `meta/rootfs-sha256.txt`):
|
||||
```bash
|
||||
skopeo/umoci or simply: mkdir rootfs && tar --zstd -xf wiggle-rootfs-sanitized.tar.zst -C rootfs
|
||||
# or import straight into Docker:
|
||||
cat wiggle-rootfs-sanitized.tar.zst | zstd -d | docker import - wiggle:live
|
||||
```
|
||||
|
||||
**e2b (same architecture as the original — Firecracker microVM + in-VM daemon):**
|
||||
```bash
|
||||
e2b template build -n wiggle -d Dockerfile.recovered # tested with e2b SDK 1.7.0
|
||||
```
|
||||
then `Sandbox(template="wiggle")` — your agent sees Claude's sandbox: same binaries, same paths, same skills, same quirks. (The original's PID 1 `process_api` is replaced by e2b's `envd` — role-equivalent.)
|
||||
|
||||
**Modal / any Firecracker or container platform:** the Dockerfile is plain `ubuntu:24.04` + steps; nothing Anthropic-proprietary required.
|
||||
|
||||
## Notes
|
||||
|
||||
- The original mounts a per-conversation remote filesystem (custom rclone backend over Anthropic's Filestore API). Here `/mnt/user-data/*` are local dirs; the RPC contract is documented in `meta/filestore-api.md`.
|
||||
- Not included (Anthropic-side by design): the in-VM supervisor binary, MITM egress CAs, the telemetry collector. Egress in production is an allowlist (PyPI/npm/GitHub/Ubuntu/Anthropic API) — configure in your platform.
|
||||
- Everything here was reconstructed from the container itself + public CVE data; see the write-up: [link to your post].
|
||||
|
||||
*Not affiliated with Anthropic. Reproduce freely.*
|
||||
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
PLAYWRIGHT_BROWSERS_PATH=/opt/pw-browsers
|
||||
prefix=/home/claude/.npm-global
|
||||
@@ -0,0 +1,114 @@
|
||||
absl-py==2.4.0
|
||||
babel==2.18.0
|
||||
backrefs==6.2
|
||||
beautifulsoup4==4.14.3
|
||||
blinker==1.9.0
|
||||
camelot-py==1.0.9
|
||||
certifi==2026.2.25
|
||||
cffi==2.0.0
|
||||
chardet==7.4.0.post2
|
||||
charset-normalizer==3.4.6
|
||||
click==8.3.1
|
||||
colorama==0.4.6
|
||||
contourpy==1.3.3
|
||||
cryptography==46.0.6
|
||||
cycler==0.12.1
|
||||
defusedxml==0.7.1
|
||||
Deprecated==1.3.1
|
||||
distro==1.9.0
|
||||
docopt==0.6.2
|
||||
et_xmlfile==2.0.0
|
||||
Flask==3.1.3
|
||||
flatbuffers==25.12.19
|
||||
fonttools==4.62.1
|
||||
ghp-import==2.1.0
|
||||
graphviz==0.21
|
||||
greenlet==3.3.2
|
||||
grip==4.6.2
|
||||
idna==3.11
|
||||
imageio-ffmpeg==0.6.0
|
||||
ImageIO==2.37.3
|
||||
img2pdf==0.6.3
|
||||
itsdangerous==2.2.0
|
||||
Jinja2==3.1.6
|
||||
joblib==1.5.3
|
||||
kiwisolver==1.5.0
|
||||
lazy-loader==0.5
|
||||
lxml==6.0.2
|
||||
magika==0.6.3
|
||||
markdown-it-py==4.0.0
|
||||
Markdown==3.10.2
|
||||
markdownify==1.2.2
|
||||
markitdown==0.1.5
|
||||
marko==2.1.2
|
||||
MarkupSafe==3.0.3
|
||||
matplotlib==3.10.8
|
||||
mdurl==0.1.2
|
||||
mediapipe==0.10.33
|
||||
mergedeep==1.3.4
|
||||
mistune==3.2.0
|
||||
mkdocs-get-deps==0.2.2
|
||||
mkdocs-material-extensions==1.3.1
|
||||
mkdocs-material==9.7.6
|
||||
mkdocs==1.6.1
|
||||
mpmath==1.3.0
|
||||
networkx==3.6.1
|
||||
numpy==2.4.4
|
||||
odfpy==1.4.1
|
||||
onnxruntime==1.24.4
|
||||
opencv-contrib-python==4.13.0.92
|
||||
opencv-python-headless==4.13.0.92
|
||||
opencv-python==4.13.0.92
|
||||
openpyxl==3.1.5
|
||||
packaging==26.0
|
||||
paginate==0.5.7
|
||||
pandas==3.0.2
|
||||
path-and-address==2.0.1
|
||||
pathspec==1.0.4
|
||||
pdf2image==1.17.0
|
||||
pdfkit==1.0.0
|
||||
pdfminer.six==20251230
|
||||
pdfplumber==0.11.9
|
||||
pikepdf==10.5.1
|
||||
pillow==12.1.1
|
||||
platformdirs==4.9.4
|
||||
playwright==1.56.0
|
||||
protobuf==7.34.1
|
||||
psutil==7.2.2
|
||||
pycparser==3.0
|
||||
pyee==13.0.1
|
||||
Pygments==2.20.0
|
||||
pymdown-extensions==10.21.2
|
||||
pyoo==1.4
|
||||
pyparsing==3.3.2
|
||||
pypdf==5.9.0
|
||||
pypdfium2==5.6.0
|
||||
pytesseract==0.3.13
|
||||
python-dateutil==2.9.0.post0
|
||||
python-docx==1.2.0
|
||||
python-dotenv==1.2.2
|
||||
python-pptx==1.0.2
|
||||
PyYAML==6.0.3
|
||||
pyyaml_env_tag==1.1
|
||||
reportlab==4.4.10
|
||||
requests==2.33.1
|
||||
scikit-image==0.26.0
|
||||
scikit-learn==1.8.0
|
||||
scipy==1.17.1
|
||||
seaborn==0.13.2
|
||||
six==1.17.0
|
||||
sounddevice==0.5.5
|
||||
soupsieve==2.8.3
|
||||
sympy==1.14.0
|
||||
tabula-py==2.10.0
|
||||
tabulate==0.10.0
|
||||
threadpoolctl==3.6.0
|
||||
tifffile==2026.3.3
|
||||
typing_extensions==4.15.0
|
||||
unoserver==3.6
|
||||
urllib3==2.6.3
|
||||
Wand==0.7.0
|
||||
watchdog==6.0.0
|
||||
Werkzeug==3.1.7
|
||||
wrapt==2.1.2
|
||||
xlsxwriter==3.2.9
|
||||
@@ -0,0 +1,6 @@
|
||||
Types: deb
|
||||
URIs: https://deb.nodesource.com/node_22.x
|
||||
Suites: nodistro
|
||||
Components: main
|
||||
Architectures: amd64
|
||||
Signed-By: /usr/share/keyrings/nodesource.gpg
|
||||
@@ -0,0 +1,2 @@
|
||||
build_name: ubuntu-oci:minimized
|
||||
serial: 20260410
|
||||
@@ -0,0 +1,866 @@
|
||||
adduser 3.137ubuntu1 all
|
||||
adwaita-icon-theme 46.0-1 all
|
||||
apt 2.8.3 amd64
|
||||
apt-transport-https 2.8.3 all
|
||||
at-spi2-common 2.52.0-1build1 all
|
||||
base-files 13ubuntu10.4 amd64
|
||||
base-passwd 3.6.3build1 amd64
|
||||
bash 5.2.21-2ubuntu4 amd64
|
||||
bc 1.07.1-3ubuntu4 amd64
|
||||
binutils 2.42-4ubuntu2.10 amd64
|
||||
binutils-common 2.42-4ubuntu2.10 amd64
|
||||
binutils-x86-64-linux-gnu 2.42-4ubuntu2.10 amd64
|
||||
bsdutils 1:2.39.3-9ubuntu6.5 amd64
|
||||
build-essential 12.10ubuntu1 amd64
|
||||
bzip2 1.0.8-5.1build0.1 amd64
|
||||
ca-certificates 20240203 all
|
||||
ca-certificates-java 20240118 all
|
||||
coreutils 9.4-3ubuntu6.2 amd64
|
||||
cpp 4:13.2.0-7ubuntu1 amd64
|
||||
cpp-13 13.3.0-6ubuntu2~24.04.1 amd64
|
||||
cpp-13-x86-64-linux-gnu 13.3.0-6ubuntu2~24.04.1 amd64
|
||||
cpp-x86-64-linux-gnu 4:13.2.0-7ubuntu1 amd64
|
||||
curl 8.5.0-2ubuntu10.8 amd64
|
||||
dash 0.5.12-6ubuntu5 amd64
|
||||
dbus 1.14.10-4ubuntu4.1 amd64
|
||||
dbus-bin 1.14.10-4ubuntu4.1 amd64
|
||||
dbus-daemon 1.14.10-4ubuntu4.1 amd64
|
||||
dbus-session-bus-common 1.14.10-4ubuntu4.1 all
|
||||
dbus-system-bus-common 1.14.10-4ubuntu4.1 all
|
||||
dbus-user-session 1.14.10-4ubuntu4.1 amd64
|
||||
dconf-gsettings-backend 0.40.0-4ubuntu0.1 amd64
|
||||
dconf-service 0.40.0-4ubuntu0.1 amd64
|
||||
debconf 1.5.86ubuntu1 all
|
||||
debianutils 5.17build1 amd64
|
||||
default-jre-headless 2:1.21-75+exp1 amd64
|
||||
dictionaries-common 1.29.7 all
|
||||
diffutils 1:3.10-1build1 amd64
|
||||
dirmngr 2.4.4-2ubuntu17.4 amd64
|
||||
distro-info-data 0.60ubuntu0.5 all
|
||||
dpkg 1.22.6ubuntu6.5 amd64
|
||||
dpkg-dev 1.22.6ubuntu6.5 all
|
||||
e2fsprogs 1.47.0-2.4~exp1ubuntu4.1 amd64
|
||||
emacsen-common 3.0.5 all
|
||||
ffmpeg 7:6.1.1-3ubuntu5 amd64
|
||||
file 1:5.45-3build1 amd64
|
||||
findutils 4.9.0-5build1 amd64
|
||||
fontconfig 2.15.0-1.1ubuntu2 amd64
|
||||
fontconfig-config 2.15.0-1.1ubuntu2 amd64
|
||||
fonts-crosextra-caladea 20200211-2 all
|
||||
fonts-crosextra-carlito 20230309-2 all
|
||||
fonts-dejavu 2.37-8 all
|
||||
fonts-dejavu-core 2.37-8 all
|
||||
fonts-dejavu-extra 2.37-8 all
|
||||
fonts-dejavu-mono 2.37-8 all
|
||||
fonts-freefont-ttf 20211204+svn4273-2 all
|
||||
fonts-gfs-baskerville 1.1-6 all
|
||||
fonts-gfs-porson 1.1-7 all
|
||||
fonts-ipafont-gothic 00303-21ubuntu1 all
|
||||
fonts-liberation 1:2.1.5-3 all
|
||||
fonts-liberation2 1:2.1.5-3 all
|
||||
fonts-lmodern 2.005-1 all
|
||||
fonts-noto-cjk 1:20230817+repack1-3 all
|
||||
fonts-noto-cjk-extra 1:20230817+repack1-3 all
|
||||
fonts-noto-color-emoji 2.047-0ubuntu0.24.04.1 all
|
||||
fonts-opensymbol 4:102.12+LibO24.2.7-0ubuntu0.24.04.4 all
|
||||
fonts-texgyre 20180621-6 all
|
||||
fonts-tlwg-loma-otf 1:0.7.3-1 all
|
||||
fonts-unifont 1:15.1.01-1build1 all
|
||||
fonts-wqy-zenhei 0.9.45-8 all
|
||||
fuse3 3.14.0-5build1 amd64
|
||||
g++ 4:13.2.0-7ubuntu1 amd64
|
||||
g++-13 13.3.0-6ubuntu2~24.04.1 amd64
|
||||
g++-13-x86-64-linux-gnu 13.3.0-6ubuntu2~24.04.1 amd64
|
||||
g++-x86-64-linux-gnu 4:13.2.0-7ubuntu1 amd64
|
||||
gcc 4:13.2.0-7ubuntu1 amd64
|
||||
gcc-13 13.3.0-6ubuntu2~24.04.1 amd64
|
||||
gcc-13-base 13.3.0-6ubuntu2~24.04.1 amd64
|
||||
gcc-13-x86-64-linux-gnu 13.3.0-6ubuntu2~24.04.1 amd64
|
||||
gcc-14-base 14.2.0-4ubuntu2~24.04.1 amd64
|
||||
gcc-x86-64-linux-gnu 4:13.2.0-7ubuntu1 amd64
|
||||
gir1.2-girepository-2.0 1.80.1-1 amd64
|
||||
gir1.2-glib-2.0 2.80.0-6ubuntu3.8 amd64
|
||||
gir1.2-packagekitglib-1.0 1.2.8-2ubuntu1.4 amd64
|
||||
git 1:2.43.0-1ubuntu7.3 amd64
|
||||
git-man 1:2.43.0-1ubuntu7.3 all
|
||||
glib-networking 2.80.0-1build1 amd64
|
||||
glib-networking-common 2.80.0-1build1 all
|
||||
glib-networking-services 2.80.0-1build1 amd64
|
||||
gnupg 2.4.4-2ubuntu17.4 all
|
||||
gnupg-l10n 2.4.4-2ubuntu17.4 all
|
||||
gnupg-utils 2.4.4-2ubuntu17.4 amd64
|
||||
gnupg2 2.4.4-2ubuntu17.4 all
|
||||
gpg 2.4.4-2ubuntu17.4 amd64
|
||||
gpg-agent 2.4.4-2ubuntu17.4 amd64
|
||||
gpg-wks-client 2.4.4-2ubuntu17.4 amd64
|
||||
gpgconf 2.4.4-2ubuntu17.4 amd64
|
||||
gpgsm 2.4.4-2ubuntu17.4 amd64
|
||||
gpgv 2.4.4-2ubuntu17.4 amd64
|
||||
graphviz 2.42.2-9ubuntu0.1 amd64
|
||||
grep 3.11-4build1 amd64
|
||||
gsettings-desktop-schemas 46.1-0ubuntu1 all
|
||||
gstreamer1.0-libav 1.24.1-1build1 amd64
|
||||
gstreamer1.0-plugins-bad 1.24.2-1ubuntu4 amd64
|
||||
gstreamer1.0-plugins-base 1.24.2-1ubuntu0.4 amd64
|
||||
gstreamer1.0-plugins-good 1.24.2-1ubuntu1.3 amd64
|
||||
gtk-update-icon-cache 3.24.41-4ubuntu1.3 amd64
|
||||
gzip 1.12-1ubuntu3.1 amd64
|
||||
hicolor-icon-theme 0.17-2 all
|
||||
hostname 3.23+nmu2ubuntu2 amd64
|
||||
humanity-icon-theme 0.6.16 all
|
||||
hunspell-en-us 1:2020.12.07-2 all
|
||||
imagemagick 8:6.9.12.98+dfsg1-5.2build2 amd64
|
||||
imagemagick-6-common 8:6.9.12.98+dfsg1-5.2build2 all
|
||||
imagemagick-6.q16 8:6.9.12.98+dfsg1-5.2build2 amd64
|
||||
init-system-helpers 1.66ubuntu1 all
|
||||
iso-codes 4.16.0-1 all
|
||||
java-common 0.75+exp1 all
|
||||
keyboxd 2.4.4-2ubuntu17.4 amd64
|
||||
latexmk 1:4.83-1 all
|
||||
libaa1 1.4p5-51.1 amd64
|
||||
libabsl20220623t64 20220623.1-3.1ubuntu3.2 amd64
|
||||
libabw-0.1-1 0.1.3-1build4 amd64
|
||||
libacl1 2.3.2-1build1.1 amd64
|
||||
libann0 1.1.2+doc-9build1 amd64
|
||||
libaom3 3.8.2-2ubuntu0.1 amd64
|
||||
libapache-pom-java 29-2 all
|
||||
libapparmor1 4.0.1really4.0.1-0ubuntu0.24.04.6 amd64
|
||||
libappstream5 1.0.2-1build6 amd64
|
||||
libapt-pkg6.0t64 2.8.3 amd64
|
||||
libarchive13t64 3.7.2-2ubuntu0.6 amd64
|
||||
libargon2-1 0~20190702+dfsg-4build1 amd64
|
||||
libasan8 14.2.0-4ubuntu2~24.04.1 amd64
|
||||
libasound2-data 1.2.11-1ubuntu0.2 all
|
||||
libasound2t64 1.2.11-1ubuntu0.2 amd64
|
||||
libaspell15 0.60.8.1-1build1 amd64
|
||||
libass9 1:0.17.1-2build1 amd64
|
||||
libassuan0 2.5.6-1build1 amd64
|
||||
libasyncns0 0.8-6build4 amd64
|
||||
libatk-bridge2.0-0t64 2.52.0-1build1 amd64
|
||||
libatk1.0-0t64 2.52.0-1build1 amd64
|
||||
libatomic1 14.2.0-4ubuntu2~24.04.1 amd64
|
||||
libatspi2.0-0t64 2.52.0-1build1 amd64
|
||||
libattr1 1:2.5.2-1build1.1 amd64
|
||||
libaudit-common 1:3.1.2-2.1build1.1 all
|
||||
libaudit1 1:3.1.2-2.1build1.1 amd64
|
||||
libavahi-client3 0.8-13ubuntu6.1 amd64
|
||||
libavahi-common-data 0.8-13ubuntu6.1 amd64
|
||||
libavahi-common3 0.8-13ubuntu6.1 amd64
|
||||
libavc1394-0 0.5.4-5build3 amd64
|
||||
libavcodec60 7:6.1.1-3ubuntu5 amd64
|
||||
libavdevice60 7:6.1.1-3ubuntu5 amd64
|
||||
libavfilter9 7:6.1.1-3ubuntu5 amd64
|
||||
libavformat60 7:6.1.1-3ubuntu5 amd64
|
||||
libavif16 1.0.4-1ubuntu3 amd64
|
||||
libavtp0 0.2.0-1build1 amd64
|
||||
libavutil58 7:6.1.1-3ubuntu5 amd64
|
||||
libbcprov-java 1.77-1 all
|
||||
libbinutils 2.42-4ubuntu2.10 amd64
|
||||
libblas3 3.12.0-3build1.1 amd64
|
||||
libblkid-dev 2.39.3-9ubuntu6.5 amd64
|
||||
libblkid1 2.39.3-9ubuntu6.5 amd64
|
||||
libbluray2 1:1.3.4-1build1 amd64
|
||||
libboost-iostreams1.83.0 1.83.0-2.1ubuntu3.2 amd64
|
||||
libboost-locale1.83.0 1.83.0-2.1ubuntu3.2 amd64
|
||||
libboost-thread1.83.0 1.83.0-2.1ubuntu3.2 amd64
|
||||
libbrotli-dev 1.1.0-2build2 amd64
|
||||
libbrotli1 1.1.0-2build2 amd64
|
||||
libbs2b0 3.1.0+dfsg-7build1 amd64
|
||||
libbsd0 0.12.1-1build1.1 amd64
|
||||
libbz2-1.0 1.0.8-5.1build0.1 amd64
|
||||
libbz2-dev 1.0.8-5.1build0.1 amd64
|
||||
libc-bin 2.39-0ubuntu8.7 amd64
|
||||
libc-dev-bin 2.39-0ubuntu8.7 amd64
|
||||
libc6 2.39-0ubuntu8.7 amd64
|
||||
libc6-dev 2.39-0ubuntu8.7 amd64
|
||||
libcaca0 0.99.beta20-4ubuntu0.1 amd64
|
||||
libcairo-gobject2 1.18.0-3build1 amd64
|
||||
libcairo-script-interpreter2 1.18.0-3build1 amd64
|
||||
libcairo2 1.18.0-3build1 amd64
|
||||
libcairo2-dev 1.18.0-3build1 amd64
|
||||
libcap-ng0 0.8.4-2build2 amd64
|
||||
libcap2 1:2.66-5ubuntu2.2 amd64
|
||||
libcap2-bin 1:2.66-5ubuntu2.2 amd64
|
||||
libcc1-0 14.2.0-4ubuntu2~24.04.1 amd64
|
||||
libcdio-cdda2t64 10.2+2.0.1-1.1build2 amd64
|
||||
libcdio-paranoia2t64 10.2+2.0.1-1.1build2 amd64
|
||||
libcdio19t64 2.1.0-4.1ubuntu1.2 amd64
|
||||
libcdparanoia0 3.10.2+debian-14build3 amd64
|
||||
libcdr-0.1-1 0.1.7-1build2 amd64
|
||||
libcdt5 2.42.2-9ubuntu0.1 amd64
|
||||
libcgraph6 2.42.2-9ubuntu0.1 amd64
|
||||
libchromaprint1 1.5.1-5 amd64
|
||||
libcjson1 1.7.17-1 amd64
|
||||
libclucene-contribs1t64 2.3.3.4+dfsg-1.2ubuntu2 amd64
|
||||
libclucene-core1t64 2.3.3.4+dfsg-1.2ubuntu2 amd64
|
||||
libcodec2-1.2 1.2.0-2build1 amd64
|
||||
libcolamd3 1:7.6.1+dfsg-1build1 amd64
|
||||
libcolord2 1.4.7-1build2 amd64
|
||||
libcom-err2 1.47.0-2.4~exp1ubuntu4.1 amd64
|
||||
libcommons-lang3-java 3.14.0-1 all
|
||||
libcommons-logging-java 1.3.0-1ubuntu1 all
|
||||
libcommons-parent-java 56-1 all
|
||||
libcrypt-dev 1:4.4.36-4build1 amd64
|
||||
libcrypt1 1:4.4.36-4build1 amd64
|
||||
libcryptsetup12 2:2.7.0-1ubuntu4.2 amd64
|
||||
libctf-nobfd0 2.42-4ubuntu2.10 amd64
|
||||
libctf0 2.42-4ubuntu2.10 amd64
|
||||
libcups2t64 2.4.7-1.2ubuntu7.9 amd64
|
||||
libcurl3t64-gnutls 8.5.0-2ubuntu10.8 amd64
|
||||
libcurl4t64 8.5.0-2ubuntu10.8 amd64
|
||||
libdatrie1 0.2.13-3build1 amd64
|
||||
libdav1d7 1.4.1-1build1 amd64
|
||||
libdb5.3t64 5.3.28+dfsg2-7 amd64
|
||||
libdbus-1-3 1.14.10-4ubuntu4.1 amd64
|
||||
libdc1394-25 2.2.6-4build1 amd64
|
||||
libdca0 0.0.7-2build1 amd64
|
||||
libdconf1 0.40.0-4ubuntu0.1 amd64
|
||||
libde265-0 1.0.15-1build3 amd64
|
||||
libdebconfclient0 0.271ubuntu3 amd64
|
||||
libdecor-0-0 0.2.2-1build2 amd64
|
||||
libdeflate0 1.19-1build1.1 amd64
|
||||
libdevmapper1.02.1 2:1.02.185-3ubuntu3.2 amd64
|
||||
libdirectfb-1.7-7t64 1.7.7-11.1ubuntu2 amd64
|
||||
libdouble-conversion3 3.3.0-1build1 amd64
|
||||
libdpkg-perl 1.22.6ubuntu6.5 all
|
||||
libdrm-amdgpu1 2.4.125-1ubuntu0.1~24.04.1 amd64
|
||||
libdrm-common 2.4.125-1ubuntu0.1~24.04.1 all
|
||||
libdrm-intel1 2.4.125-1ubuntu0.1~24.04.1 amd64
|
||||
libdrm2 2.4.125-1ubuntu0.1~24.04.1 amd64
|
||||
libduktape207 2.7.0+tests-0ubuntu3 amd64
|
||||
libdv4t64 1.0.0-17.1build1 amd64
|
||||
libdvdnav4 6.1.1-3build1 amd64
|
||||
libdvdread8t64 6.1.3-1.1build1 amd64
|
||||
libdw1t64 0.190-1.1ubuntu0.1 amd64
|
||||
libe-book-0.1-1 0.1.3-2build6 amd64
|
||||
libedit2 3.1-20230828-1build1 amd64
|
||||
libegl-mesa0 25.2.8-0ubuntu0.24.04.1 amd64
|
||||
libegl1 1.7.0-1build1 amd64
|
||||
libelf1t64 0.190-1.1ubuntu0.1 amd64
|
||||
libenchant-2-2 2.3.3-2build2 amd64
|
||||
libeot0 0.01-5build3 amd64
|
||||
libepoxy0 1.5.10-1build1 amd64
|
||||
libepubgen-0.1-1 0.1.1-1ubuntu6 amd64
|
||||
liberror-perl 0.17029-2 all
|
||||
libetonyek-0.1-1 0.1.10-5build1 amd64
|
||||
libevdev2 1.13.1+dfsg-1build1 amd64
|
||||
libevent-2.1-7t64 2.1.12-stable-9ubuntu2 amd64
|
||||
libexpat1 2.6.1-2ubuntu0.4 amd64
|
||||
libexpat1-dev 2.6.1-2ubuntu0.4 amd64
|
||||
libext2fs2t64 1.47.0-2.4~exp1ubuntu4.1 amd64
|
||||
libexttextcat-2.0-0 3.4.7-1build1 amd64
|
||||
libexttextcat-data 3.4.7-1build1 all
|
||||
libfaad2 2.11.1-1build1 amd64
|
||||
libfdisk1 2.39.3-9ubuntu6.5 amd64
|
||||
libffi-dev 3.4.6-1build1 amd64
|
||||
libffi8 3.4.6-1build1 amd64
|
||||
libfftw3-double3 3.3.10-1ubuntu3 amd64
|
||||
libflac12t64 1.4.3+ds-2.1ubuntu2 amd64
|
||||
libflite1 2.2-6build3 amd64
|
||||
libfluidsynth3 2.3.4-1build3 amd64
|
||||
libfontbox-java 1:1.8.16-5 all
|
||||
libfontconfig-dev 2.15.0-1.1ubuntu2 amd64
|
||||
libfontconfig1 2.15.0-1.1ubuntu2 amd64
|
||||
libfontenc1 1:1.1.8-1build1 amd64
|
||||
libfreeaptx0 0.1.1-2build1 amd64
|
||||
libfreehand-0.1-1 0.1.2-3build3 amd64
|
||||
libfreetype-dev 2.13.2+dfsg-1ubuntu0.1 amd64
|
||||
libfreetype6 2.13.2+dfsg-1ubuntu0.1 amd64
|
||||
libfribidi0 1.0.13-3build1 amd64
|
||||
libfuse3-3 3.14.0-5build1 amd64
|
||||
libgav1-1 0.18.0-1build3 amd64
|
||||
libgbm1 25.2.8-0ubuntu0.24.04.1 amd64
|
||||
libgcc-13-dev 13.3.0-6ubuntu2~24.04.1 amd64
|
||||
libgcc-s1 14.2.0-4ubuntu2~24.04.1 amd64
|
||||
libgcrypt20 1.10.3-2build1 amd64
|
||||
libgd3 2.3.3-9ubuntu5 amd64
|
||||
libgdbm-compat4t64 1.23-5.1build1 amd64
|
||||
libgdbm6t64 1.23-5.1build1 amd64
|
||||
libgdk-pixbuf-2.0-0 2.42.10+dfsg-3ubuntu3.3 amd64
|
||||
libgdk-pixbuf2.0-common 2.42.10+dfsg-3ubuntu3.3 all
|
||||
libgfortran5 14.2.0-4ubuntu2~24.04.1 amd64
|
||||
libgif7 5.2.2-1ubuntu1 amd64
|
||||
libgirepository-1.0-1 1.80.1-1 amd64
|
||||
libgirepository-2.0-0 2.80.0-6ubuntu3.8 amd64
|
||||
libgl1 1.7.0-1build1 amd64
|
||||
libgl1-mesa-dri 25.2.8-0ubuntu0.24.04.1 amd64
|
||||
libgles2 1.7.0-1build1 amd64
|
||||
libglib2.0-0t64 2.80.0-6ubuntu3.8 amd64
|
||||
libglib2.0-bin 2.80.0-6ubuntu3.8 amd64
|
||||
libglib2.0-data 2.80.0-6ubuntu3.8 all
|
||||
libglib2.0-dev 2.80.0-6ubuntu3.8 amd64
|
||||
libglib2.0-dev-bin 2.80.0-6ubuntu3.8 amd64
|
||||
libglvnd0 1.7.0-1build1 amd64
|
||||
libglx-mesa0 25.2.8-0ubuntu0.24.04.1 amd64
|
||||
libglx0 1.7.0-1build1 amd64
|
||||
libgme0 0.6.3-7build1 amd64
|
||||
libgmp10 2:6.3.0+dfsg-2ubuntu6.1 amd64
|
||||
libgnutls30t64 3.8.3-1.1ubuntu3.5 amd64
|
||||
libgomp1 14.2.0-4ubuntu2~24.04.1 amd64
|
||||
libgpg-error0 1.47-3build2.1 amd64
|
||||
libgpgme11t64 1.18.0-4.1ubuntu4 amd64
|
||||
libgpgmepp6t64 1.18.0-4.1ubuntu4 amd64
|
||||
libgpm2 1.20.7-11 amd64
|
||||
libgprofng0 2.42-4ubuntu2.10 amd64
|
||||
libgraphene-1.0-0 1.10.8-3build2 amd64
|
||||
libgraphite2-3 1.3.14-2build1 amd64
|
||||
libgsm1 1.0.22-1build1 amd64
|
||||
libgssapi-krb5-2 1.20.1-6ubuntu2.6 amd64
|
||||
libgssdp-1.6-0 1.6.3-1build3 amd64
|
||||
libgstreamer-gl1.0-0 1.24.2-1ubuntu0.4 amd64
|
||||
libgstreamer-plugins-bad1.0-0 1.24.2-1ubuntu4 amd64
|
||||
libgstreamer-plugins-base1.0-0 1.24.2-1ubuntu0.4 amd64
|
||||
libgstreamer-plugins-good1.0-0 1.24.2-1ubuntu1.3 amd64
|
||||
libgstreamer1.0-0 1.24.2-1ubuntu0.1 amd64
|
||||
libgtk-3-0t64 3.24.41-4ubuntu1.3 amd64
|
||||
libgtk-3-common 3.24.41-4ubuntu1.3 all
|
||||
libgtk-4-1 4.14.5+ds-0ubuntu0.9 amd64
|
||||
libgtk-4-common 4.14.5+ds-0ubuntu0.9 all
|
||||
libgts-0.7-5t64 0.7.6+darcs121130-5.2build1 amd64
|
||||
libgudev-1.0-0 1:238-5ubuntu1 amd64
|
||||
libgupnp-1.6-0 1.6.6-1build3 amd64
|
||||
libgupnp-igd-1.6-0 1.6.0-3build3 amd64
|
||||
libgvc6 2.42.2-9ubuntu0.1 amd64
|
||||
libgvpr2 2.42.2-9ubuntu0.1 amd64
|
||||
libharfbuzz-icu0 8.3.0-2build2 amd64
|
||||
libharfbuzz0b 8.3.0-2build2 amd64
|
||||
libheif-plugin-aomdec 1.17.6-1ubuntu4.2 amd64
|
||||
libheif-plugin-libde265 1.17.6-1ubuntu4.2 amd64
|
||||
libheif1 1.17.6-1ubuntu4.2 amd64
|
||||
libhogweed6t64 3.9.1-2.2build1.1 amd64
|
||||
libhunspell-1.7-0 1.7.2+really1.7.2-10build3 amd64
|
||||
libhwasan0 14.2.0-4ubuntu2~24.04.1 amd64
|
||||
libhwy1t64 1.0.7-8.1build1 amd64
|
||||
libhyphen0 2.8.8-7build3 amd64
|
||||
libice-dev 2:1.0.10-1build3 amd64
|
||||
libice6 2:1.0.10-1build3 amd64
|
||||
libicu74 74.2-1ubuntu3.1 amd64
|
||||
libidn2-0 2.3.7-2build1.1 amd64
|
||||
libiec61883-0 1.2.0-6build1 amd64
|
||||
libimath-3-1-29t64 3.1.9-3.1ubuntu2 amd64
|
||||
libinput-bin 1.25.0-1ubuntu3.4 amd64
|
||||
libinput10 1.25.0-1ubuntu3.4 amd64
|
||||
libinstpatch-1.0-2 1.1.6-1build2 amd64
|
||||
libisl23 0.26-3build1.1 amd64
|
||||
libitm1 14.2.0-4ubuntu2~24.04.1 amd64
|
||||
libjack-jackd2-0 1.9.21~dfsg-3ubuntu3 amd64
|
||||
libjansson4 2.14-2build2 amd64
|
||||
libjbig0 2.1-6.1ubuntu2 amd64
|
||||
libjpeg-turbo8 2.1.5-2ubuntu2 amd64
|
||||
libjpeg8 8c-2ubuntu11 amd64
|
||||
libjs-jquery 3.6.1+dfsg+~3.5.14-1 all
|
||||
libjs-sphinxdoc 7.2.6-6 all
|
||||
libjs-underscore 1.13.4~dfsg+~1.11.4-3 all
|
||||
libjson-c5 0.17-1build1 amd64
|
||||
libjson-glib-1.0-0 1.8.0-2build2 amd64
|
||||
libjson-glib-1.0-common 1.8.0-2build2 all
|
||||
libjxl0.7 0.7.0-10.2ubuntu6.1 amd64
|
||||
libk5crypto3 1.20.1-6ubuntu2.6 amd64
|
||||
libkeyutils1 1.6.3-3build1 amd64
|
||||
libkmod2 31+20240202-2ubuntu7.1 amd64
|
||||
libkpathsea6 2023.20230311.66589-9build3 amd64
|
||||
libkrb5-3 1.20.1-6ubuntu2.6 amd64
|
||||
libkrb5support0 1.20.1-6ubuntu2.6 amd64
|
||||
libksba8 1.6.6-1build1 amd64
|
||||
liblab-gamut1 2.42.2-9ubuntu0.1 amd64
|
||||
liblangtag-common 0.6.7-1build2 all
|
||||
liblangtag1 0.6.7-1build2 amd64
|
||||
liblapack3 3.12.0-3build1.1 amd64
|
||||
liblc3-1 1.0.4-3build1 amd64
|
||||
liblcms2-2 2.14-2build1 amd64
|
||||
libldacbt-enc2 2.0.2.3+git20200429+ed310a0-4ubuntu2 amd64
|
||||
libldap2 2.6.10+dfsg-0ubuntu0.24.04.1 amd64
|
||||
liblept5 1.82.0-3build4 amd64
|
||||
liblerc4 4.0.0+ds-4ubuntu2 amd64
|
||||
liblibreoffice-java 4:24.2.7-0ubuntu0.24.04.4 all
|
||||
liblilv-0-0 0.24.22-1build1 amd64
|
||||
libllvm20 1:20.1.2-0ubuntu1~24.04.2 amd64
|
||||
liblqr-1-0 0.4.2-2.1build2 amd64
|
||||
liblrdf0 0.6.1-4build1 amd64
|
||||
liblsan0 14.2.0-4ubuntu2~24.04.1 amd64
|
||||
libltc11 1.3.2-1build1 amd64
|
||||
libltdl7 2.4.7-7build1 amd64
|
||||
liblua5.4-0 5.4.6-3build2 amd64
|
||||
liblz4-1 1.9.4-1build1.1 amd64
|
||||
liblzma5 5.6.1+really5.4.5-1ubuntu0.2 amd64
|
||||
liblzo2-2 2.10-2build4 amd64
|
||||
libmagic-mgc 1:5.45-3build1 amd64
|
||||
libmagic1t64 1:5.45-3build1 amd64
|
||||
libmagickcore-6.q16-7t64 8:6.9.12.98+dfsg1-5.2build2 amd64
|
||||
libmagickwand-6.q16-7t64 8:6.9.12.98+dfsg1-5.2build2 amd64
|
||||
libmanette-0.2-0 0.2.7-1build2 amd64
|
||||
libmbedcrypto7t64 2.28.8-1 amd64
|
||||
libmd0 1.1.0-2build1.1 amd64
|
||||
libmd4c0 0.4.8-1build1 amd64
|
||||
libmfx1 22.5.4-1 amd64
|
||||
libmhash2 0.9.9.9-9build3 amd64
|
||||
libmjpegutils-2.1-0t64 1:2.1.0+debian-8.1build1 amd64
|
||||
libmodplug1 1:0.8.9.0-3build1 amd64
|
||||
libmount-dev 2.39.3-9ubuntu6.5 amd64
|
||||
libmount1 2.39.3-9ubuntu6.5 amd64
|
||||
libmp3lame0 3.100-6build1 amd64
|
||||
libmpc3 1.3.1-1build1.1 amd64
|
||||
libmpcdec6 2:0.1~r495-2build1 amd64
|
||||
libmpeg2encpp-2.1-0t64 1:2.1.0+debian-8.1build1 amd64
|
||||
libmpfr6 4.2.1-1build1.1 amd64
|
||||
libmpg123-0t64 1.32.5-1ubuntu1.1 amd64
|
||||
libmplex2-2.1-0t64 1:2.1.0+debian-8.1build1 amd64
|
||||
libmspub-0.1-1 0.1.4-3build7 amd64
|
||||
libmtdev1t64 1.1.6-1.1build1 amd64
|
||||
libmwaw-0.3-3 0.3.22-1build1 amd64
|
||||
libmysofa1 1.3.2+dfsg-2ubuntu2 amd64
|
||||
libmythes-1.2-0 2:1.2.5-1build1 amd64
|
||||
libncurses6 6.4+20240113-1ubuntu2 amd64
|
||||
libncursesw6 6.4+20240113-1ubuntu2 amd64
|
||||
libneon27t64 0.33.0-1.1build3 amd64
|
||||
libnettle8t64 3.9.1-2.2build1.1 amd64
|
||||
libnghttp2-14 1.59.0-1ubuntu0.2 amd64
|
||||
libnice10 0.1.21-2build3 amd64
|
||||
libnorm1t64 1.5.9+dfsg-3.1build1 amd64
|
||||
libnpth0t64 1.6-3.1build1 amd64
|
||||
libnspr4 2:4.35-1.1build1 amd64
|
||||
libnss3 2:3.98-1ubuntu0.1 amd64
|
||||
libnss3-tools 2:3.98-1ubuntu0.1 amd64
|
||||
libnuma1 2.0.18-1ubuntu0.24.04.1 amd64
|
||||
libodfgen-0.1-1 0.1.8-2build3 amd64
|
||||
libogg0 1.3.5-3build1 amd64
|
||||
libopenal-data 1:1.23.1-4build1 all
|
||||
libopenal1 1:1.23.1-4build1 amd64
|
||||
libopenexr-3-1-30 3.1.5-5.1build3 amd64
|
||||
libopenh264-7 2.4.1+dfsg-1 amd64
|
||||
libopenjp2-7 2.5.0-2ubuntu0.4 amd64
|
||||
libopenmpt0t64 0.7.3-1.1build3 amd64
|
||||
libopenni2-0 2.2.0.33+dfsg-18 amd64
|
||||
libopus0 1.4-1build1 amd64
|
||||
liborc-0.4-0t64 1:0.4.38-1ubuntu0.1 amd64
|
||||
liborcus-0.18-0 0.19.2-3build3 amd64
|
||||
liborcus-parser-0.18-0 0.19.2-3build3 amd64
|
||||
libp11-kit0 0.25.3-4ubuntu2.1 amd64
|
||||
libpackagekit-glib2-18 1.2.8-2ubuntu1.4 amd64
|
||||
libpagemaker-0.0-0 0.0.4-1build4 amd64
|
||||
libpam-modules 1.5.3-5ubuntu5.5 amd64
|
||||
libpam-modules-bin 1.5.3-5ubuntu5.5 amd64
|
||||
libpam-runtime 1.5.3-5ubuntu5.5 all
|
||||
libpam-systemd 255.4-1ubuntu8.15 amd64
|
||||
libpam0g 1.5.3-5ubuntu5.5 amd64
|
||||
libpango-1.0-0 1.52.1+ds-1build1 amd64
|
||||
libpangocairo-1.0-0 1.52.1+ds-1build1 amd64
|
||||
libpangoft2-1.0-0 1.52.1+ds-1build1 amd64
|
||||
libpaper-utils 1.1.29build1 amd64
|
||||
libpaper1 1.1.29build1 amd64
|
||||
libpathplan4 2.42.2-9ubuntu0.1 amd64
|
||||
libpciaccess0 0.17-3ubuntu0.24.04.2 amd64
|
||||
libpcre2-16-0 10.42-4ubuntu2.1 amd64
|
||||
libpcre2-32-0 10.42-4ubuntu2.1 amd64
|
||||
libpcre2-8-0 10.42-4ubuntu2.1 amd64
|
||||
libpcre2-dev 10.42-4ubuntu2.1 amd64
|
||||
libpcre2-posix3 10.42-4ubuntu2.1 amd64
|
||||
libpcsclite1 2.0.3-1build1 amd64
|
||||
libpdfbox-java 1:1.8.16-5 all
|
||||
libperl5.38t64 5.38.2-3.2ubuntu0.2 amd64
|
||||
libpgm-5.3-0t64 5.3.128~dfsg-2.1build1 amd64
|
||||
libpipewire-0.3-0t64 1.0.5-1ubuntu3.2 amd64
|
||||
libpixman-1-0 0.42.2-1build1 amd64
|
||||
libpixman-1-dev 0.42.2-1build1 amd64
|
||||
libpkgconf3 1.8.1-2build1 amd64
|
||||
libplacebo338 6.338.2-2build1 amd64
|
||||
libpng-dev 1.6.43-5ubuntu0.5 amd64
|
||||
libpng16-16t64 1.6.43-5ubuntu0.5 amd64
|
||||
libpocketsphinx3 0.8.0+real5prealpha+1-15ubuntu5 amd64
|
||||
libpolkit-agent-1-0 124-2ubuntu1.24.04.3 amd64
|
||||
libpolkit-gobject-1-0 124-2ubuntu1.24.04.3 amd64
|
||||
libpoppler134 24.02.0-1ubuntu9.8 amd64
|
||||
libpostproc57 7:6.1.1-3ubuntu5 amd64
|
||||
libpotrace0 1.16-2build1 amd64
|
||||
libproc2-0 2:4.0.4-4ubuntu3.2 amd64
|
||||
libproxy1v5 0.5.4-4build1 amd64
|
||||
libpsl5t64 0.21.2-1.1build1 amd64
|
||||
libptexenc1 2023.20230311.66589-9build3 amd64
|
||||
libpthread-stubs0-dev 0.4-1build3 amd64
|
||||
libpulse0 1:16.1+dfsg1-2ubuntu10.1 amd64
|
||||
libpython3-dev 3.12.3-0ubuntu2.1 amd64
|
||||
libpython3-stdlib 3.12.3-0ubuntu2.1 amd64
|
||||
libpython3.12-dev 3.12.3-1ubuntu0.12 amd64
|
||||
libpython3.12-minimal 3.12.3-1ubuntu0.12 amd64
|
||||
libpython3.12-stdlib 3.12.3-1ubuntu0.12 amd64
|
||||
libpython3.12t64 3.12.3-1ubuntu0.12 amd64
|
||||
libqpdf29t64 11.9.0-1.1ubuntu0.1 amd64
|
||||
libqrencode4 4.1.1-1build2 amd64
|
||||
libqt5core5t64 5.15.13+dfsg-1ubuntu1 amd64
|
||||
libqt5dbus5t64 5.15.13+dfsg-1ubuntu1 amd64
|
||||
libqt5gui5t64 5.15.13+dfsg-1ubuntu1 amd64
|
||||
libqt5network5t64 5.15.13+dfsg-1ubuntu1 amd64
|
||||
libqt5positioning5 5.15.13+dfsg-1 amd64
|
||||
libqt5printsupport5t64 5.15.13+dfsg-1ubuntu1 amd64
|
||||
libqt5qml5 5.15.13+dfsg-1ubuntu0.1 amd64
|
||||
libqt5qmlmodels5 5.15.13+dfsg-1ubuntu0.1 amd64
|
||||
libqt5quick5 5.15.13+dfsg-1ubuntu0.1 amd64
|
||||
libqt5sensors5 5.15.13-1 amd64
|
||||
libqt5svg5 5.15.13-1 amd64
|
||||
libqt5webchannel5 5.15.13-1 amd64
|
||||
libqt5webkit5 5.212.0~alpha4-36 amd64
|
||||
libqt5widgets5t64 5.15.13+dfsg-1ubuntu1 amd64
|
||||
libquadmath0 14.2.0-4ubuntu2~24.04.1 amd64
|
||||
librabbitmq4 0.11.0-1build2 amd64
|
||||
libraptor2-0 2.0.16-3ubuntu0.1 amd64
|
||||
librasqal3t64 0.9.33-2.1build1 amd64
|
||||
librav1e0 0.7.1-2 amd64
|
||||
libraw1394-11 2.1.2-2build3 amd64
|
||||
libraw23t64 0.21.2-2.1ubuntu0.24.04.1 amd64
|
||||
librdf0t64 1.0.17-3.1ubuntu3 amd64
|
||||
libreadline8t64 8.2-4build1 amd64
|
||||
libreoffice-base-core 4:24.2.7-0ubuntu0.24.04.4 amd64
|
||||
libreoffice-calc 4:24.2.7-0ubuntu0.24.04.4 amd64
|
||||
libreoffice-common 4:24.2.7-0ubuntu0.24.04.4 all
|
||||
libreoffice-core 4:24.2.7-0ubuntu0.24.04.4 amd64
|
||||
libreoffice-draw 4:24.2.7-0ubuntu0.24.04.4 amd64
|
||||
libreoffice-impress 4:24.2.7-0ubuntu0.24.04.4 amd64
|
||||
libreoffice-java-common 4:24.2.7-0ubuntu0.24.04.4 all
|
||||
libreoffice-style-colibre 4:24.2.7-0ubuntu0.24.04.4 all
|
||||
libreoffice-uiconfig-calc 4:24.2.7-0ubuntu0.24.04.4 all
|
||||
libreoffice-uiconfig-common 4:24.2.7-0ubuntu0.24.04.4 all
|
||||
libreoffice-uiconfig-draw 4:24.2.7-0ubuntu0.24.04.4 all
|
||||
libreoffice-uiconfig-impress 4:24.2.7-0ubuntu0.24.04.4 all
|
||||
libreoffice-uiconfig-writer 4:24.2.7-0ubuntu0.24.04.4 all
|
||||
libreoffice-writer 4:24.2.7-0ubuntu0.24.04.4 amd64
|
||||
librevenge-0.0-0 0.0.5-3build1 amd64
|
||||
librist4 0.2.10+dfsg-2 amd64
|
||||
librsvg2-2 2.58.0+dfsg-1build1 amd64
|
||||
librtmp1 2.4+20151223.gitfa8646d.1-2build7 amd64
|
||||
librubberband2 3.3.0+dfsg-2build1 amd64
|
||||
libsamplerate0 0.2.2-4build1 amd64
|
||||
libsasl2-2 2.1.28+dfsg1-5ubuntu3.1 amd64
|
||||
libsasl2-modules-db 2.1.28+dfsg1-5ubuntu3.1 amd64
|
||||
libsbc1 2.0-1build1 amd64
|
||||
libsdl2-2.0-0 2.30.0+dfsg-1ubuntu3.1 amd64
|
||||
libseccomp2 2.5.5-1ubuntu3.1 amd64
|
||||
libsecret-1-0 0.21.4-1build3 amd64
|
||||
libsecret-common 0.21.4-1build3 all
|
||||
libselinux1 3.5-2ubuntu2.1 amd64
|
||||
libselinux1-dev 3.5-2ubuntu2.1 amd64
|
||||
libsemanage-common 3.5-1build5 all
|
||||
libsemanage2 3.5-1build5 amd64
|
||||
libsensors-config 1:3.6.0-9build1 all
|
||||
libsensors5 1:3.6.0-9build1 amd64
|
||||
libsepol-dev 3.5-2build1 amd64
|
||||
libsepol2 3.5-2build1 amd64
|
||||
libserd-0-0 0.32.2-1 amd64
|
||||
libsframe1 2.42-4ubuntu2.10 amd64
|
||||
libsharpyuv0 1.3.2-0.4build3 amd64
|
||||
libshine3 3.1.1-2build1 amd64
|
||||
libshout3 2.4.6-1build2 amd64
|
||||
libslang2 2.3.3-3build2 amd64
|
||||
libsm-dev 2:1.2.3-1build3 amd64
|
||||
libsm6 2:1.2.3-1build3 amd64
|
||||
libsmartcols1 2.39.3-9ubuntu6.5 amd64
|
||||
libsnappy1v5 1.1.10-1build1 amd64
|
||||
libsndfile1 1.2.2-1ubuntu5.24.04.1 amd64
|
||||
libsndio7.0 1.9.0-0.3build3 amd64
|
||||
libsodium23 1.0.18-1ubuntu0.24.04.1 amd64
|
||||
libsord-0-0 0.16.16-2build1 amd64
|
||||
libsoundtouch1 2.3.2+ds1-1build1 amd64
|
||||
libsoup-3.0-0 3.4.4-5ubuntu0.7 amd64
|
||||
libsoup-3.0-common 3.4.4-5ubuntu0.7 all
|
||||
libsoxr0 0.1.3-4build3 amd64
|
||||
libspa-0.2-modules 1.0.5-1ubuntu3.2 amd64
|
||||
libspandsp2t64 0.0.6+dfsg-2.1build1 amd64
|
||||
libspeex1 1.2.1-2ubuntu2.24.04.1 amd64
|
||||
libsphinxbase3t64 0.8+5prealpha+1-17build2 amd64
|
||||
libsqlite3-0 3.45.1-1ubuntu2.5 amd64
|
||||
libsratom-0-0 0.6.16-1build1 amd64
|
||||
libsrt1.5-gnutls 1.5.3-1build2 amd64
|
||||
libsrtp2-1 2.5.0-3build1 amd64
|
||||
libss2 1.47.0-2.4~exp1ubuntu4.1 amd64
|
||||
libssh-4 0.10.6-2ubuntu0.4 amd64
|
||||
libssh-gcrypt-4 0.10.6-2ubuntu0.4 amd64
|
||||
libssl3t64 3.0.13-0ubuntu3.9 amd64
|
||||
libstdc++-13-dev 13.3.0-6ubuntu2~24.04.1 amd64
|
||||
libstdc++6 14.2.0-4ubuntu2~24.04.1 amd64
|
||||
libstemmer0d 2.2.0-4build1 amd64
|
||||
libsuitesparseconfig7 1:7.6.1+dfsg-1build1 amd64
|
||||
libsvtav1enc1d1 1.7.0+dfsg-2build1 amd64
|
||||
libswresample4 7:6.1.1-3ubuntu5 amd64
|
||||
libswscale7 7:6.1.1-3ubuntu5 amd64
|
||||
libsynctex2 2023.20230311.66589-9build3 amd64
|
||||
libsystemd-shared 255.4-1ubuntu8.15 amd64
|
||||
libsystemd0 255.4-1ubuntu8.15 amd64
|
||||
libtag1v5 1.13.1-1build1 amd64
|
||||
libtag1v5-vanilla 1.13.1-1build1 amd64
|
||||
libtasn1-6 4.19.0-3ubuntu0.24.04.2 amd64
|
||||
libteckit0 2.5.12+ds1-1 amd64
|
||||
libtesseract5 5.3.4-1build5 amd64
|
||||
libtexlua53-5 2023.20230311.66589-9build3 amd64
|
||||
libtext-iconv-perl 1.7-8build3 amd64
|
||||
libthai-data 0.1.29-2build1 all
|
||||
libthai0 0.1.29-2build1 amd64
|
||||
libtheora0 1.1.1+dfsg.1-16.1build3 amd64
|
||||
libtiff6 4.5.1+git230720-4ubuntu2.5 amd64
|
||||
libtinfo6 6.4+20240113-1ubuntu2 amd64
|
||||
libtsan2 14.2.0-4ubuntu2~24.04.1 amd64
|
||||
libtwolame0 0.4.0-2build3 amd64
|
||||
libubsan1 14.2.0-4ubuntu2~24.04.1 amd64
|
||||
libudev1 255.4-1ubuntu8.15 amd64
|
||||
libudfread0 1.1.2-1build1 amd64
|
||||
libunibreak5 5.1-2build1 amd64
|
||||
libunistring5 1.1-2build1.1 amd64
|
||||
libuno-cppu3t64 4:24.2.7-0ubuntu0.24.04.4 amd64
|
||||
libuno-cppuhelpergcc3-3t64 4:24.2.7-0ubuntu0.24.04.4 amd64
|
||||
libuno-purpenvhelpergcc3-3t64 4:24.2.7-0ubuntu0.24.04.4 amd64
|
||||
libuno-sal3t64 4:24.2.7-0ubuntu0.24.04.4 amd64
|
||||
libuno-salhelpergcc3-3t64 4:24.2.7-0ubuntu0.24.04.4 amd64
|
||||
libunoloader-java 4:24.2.7-0ubuntu0.24.04.4 all
|
||||
libunwind8 1.6.2-3build1.1 amd64
|
||||
libusb-1.0-0 2:1.0.27-1 amd64
|
||||
libuuid1 2.39.3-9ubuntu6.5 amd64
|
||||
libv4l-0t64 1.26.1-4build3 amd64
|
||||
libv4lconvert0t64 1.26.1-4build3 amd64
|
||||
libva-drm2 2.20.0-2ubuntu0.1 amd64
|
||||
libva-x11-2 2.20.0-2ubuntu0.1 amd64
|
||||
libva2 2.20.0-2ubuntu0.1 amd64
|
||||
libvdpau1 1.5-2build1 amd64
|
||||
libvidstab1.1 1.1.0-2build1 amd64
|
||||
libvisio-0.1-1 0.1.7-1build9 amd64
|
||||
libvisual-0.4-0 0.4.2-2build1 amd64
|
||||
libvo-aacenc0 0.1.3-2build1 amd64
|
||||
libvo-amrwbenc0 0.1.3-2build1 amd64
|
||||
libvorbis0a 1.3.7-1build3 amd64
|
||||
libvorbisenc2 1.3.7-1build3 amd64
|
||||
libvorbisfile3 1.3.7-1build3 amd64
|
||||
libvpl2 2023.3.0-1build1 amd64
|
||||
libvpx9 1.14.0-1ubuntu2.3 amd64
|
||||
libvulkan1 1.3.275.0-1build1 amd64
|
||||
libwacom-common 2.10.0-2 all
|
||||
libwacom9 2.10.0-2 amd64
|
||||
libwavpack1 5.6.0-1build1 amd64
|
||||
libwayland-client0 1.22.0-2.1build1 amd64
|
||||
libwayland-cursor0 1.22.0-2.1build1 amd64
|
||||
libwayland-egl1 1.22.0-2.1build1 amd64
|
||||
libwayland-server0 1.22.0-2.1build1 amd64
|
||||
libwebp7 1.3.2-0.4build3 amd64
|
||||
libwebpdemux2 1.3.2-0.4build3 amd64
|
||||
libwebpmux3 1.3.2-0.4build3 amd64
|
||||
libwebrtc-audio-processing1 0.3.1-0ubuntu6 amd64
|
||||
libwildmidi2 0.4.3-1build3 amd64
|
||||
libwoff1 1.0.2-2build1 amd64
|
||||
libwpd-0.10-10 0.10.3-2build2 amd64
|
||||
libwpg-0.3-3 0.3.4-3build1 amd64
|
||||
libwps-0.4-4 0.4.14-2build1 amd64
|
||||
libx11-6 2:1.8.7-1build1 amd64
|
||||
libx11-data 2:1.8.7-1build1 all
|
||||
libx11-dev 2:1.8.7-1build1 amd64
|
||||
libx11-xcb1 2:1.8.7-1build1 amd64
|
||||
libx264-164 2:0.164.3108+git31e19f9-1 amd64
|
||||
libx265-199 3.5-2build1 amd64
|
||||
libxau-dev 1:1.0.9-1build6 amd64
|
||||
libxau6 1:1.0.9-1build6 amd64
|
||||
libxaw7 2:1.0.14-1build2 amd64
|
||||
libxcb-dri3-0 1.15-1ubuntu2 amd64
|
||||
libxcb-glx0 1.15-1ubuntu2 amd64
|
||||
libxcb-icccm4 0.4.1-1.1build3 amd64
|
||||
libxcb-image0 0.4.0-2build1 amd64
|
||||
libxcb-keysyms1 0.4.0-1build4 amd64
|
||||
libxcb-present0 1.15-1ubuntu2 amd64
|
||||
libxcb-randr0 1.15-1ubuntu2 amd64
|
||||
libxcb-render-util0 0.3.9-1build4 amd64
|
||||
libxcb-render0 1.15-1ubuntu2 amd64
|
||||
libxcb-render0-dev 1.15-1ubuntu2 amd64
|
||||
libxcb-shape0 1.15-1ubuntu2 amd64
|
||||
libxcb-shm0 1.15-1ubuntu2 amd64
|
||||
libxcb-shm0-dev 1.15-1ubuntu2 amd64
|
||||
libxcb-sync1 1.15-1ubuntu2 amd64
|
||||
libxcb-util1 0.4.0-1build3 amd64
|
||||
libxcb-xfixes0 1.15-1ubuntu2 amd64
|
||||
libxcb-xinerama0 1.15-1ubuntu2 amd64
|
||||
libxcb-xinput0 1.15-1ubuntu2 amd64
|
||||
libxcb-xkb1 1.15-1ubuntu2 amd64
|
||||
libxcb1 1.15-1ubuntu2 amd64
|
||||
libxcb1-dev 1.15-1ubuntu2 amd64
|
||||
libxcomposite1 1:0.4.5-1build3 amd64
|
||||
libxcursor1 1:1.2.1-1build1 amd64
|
||||
libxdamage1 1:1.1.6-1build1 amd64
|
||||
libxdmcp-dev 1:1.1.3-0ubuntu6 amd64
|
||||
libxdmcp6 1:1.1.3-0ubuntu6 amd64
|
||||
libxext-dev 2:1.3.4-1build2 amd64
|
||||
libxext6 2:1.3.4-1build2 amd64
|
||||
libxfixes3 1:6.0.0-2build1 amd64
|
||||
libxfont2 1:2.0.6-1build1 amd64
|
||||
libxi6 2:1.8.1-1build1 amd64
|
||||
libxinerama1 2:1.1.4-3build1 amd64
|
||||
libxkbcommon-x11-0 1.6.0-1build1 amd64
|
||||
libxkbcommon0 1.6.0-1build1 amd64
|
||||
libxkbfile1 1:1.1.0-1build4 amd64
|
||||
libxml2 2.9.14+dfsg-1.3ubuntu3.7 amd64
|
||||
libxml2-utils 2.9.14+dfsg-1.3ubuntu3.7 amd64
|
||||
libxmlb2 0.3.18-1 amd64
|
||||
libxmlsec1t64 1.2.39-5build2 amd64
|
||||
libxmlsec1t64-nss 1.2.39-5build2 amd64
|
||||
libxmu6 2:1.1.3-3build2 amd64
|
||||
libxmuu1 2:1.1.3-3build2 amd64
|
||||
libxpm4 1:3.5.17-1build2 amd64
|
||||
libxrandr2 2:1.5.2-2build1 amd64
|
||||
libxrender-dev 1:0.9.10-1.1build1 amd64
|
||||
libxrender1 1:0.9.10-1.1build1 amd64
|
||||
libxshmfence1 1.3-1build5 amd64
|
||||
libxslt1.1 1.1.39-0exp1ubuntu0.24.04.3 amd64
|
||||
libxss1 1:1.2.3-1build3 amd64
|
||||
libxt6t64 1:1.2.1-1.2build1 amd64
|
||||
libxtst6 2:1.2.3-1.1build1 amd64
|
||||
libxv1 2:1.0.11-1.1build1 amd64
|
||||
libxvidcore4 2:1.3.7-1build1 amd64
|
||||
libxxf86vm1 1:1.1.4-1build4 amd64
|
||||
libxxhash0 0.8.2-2build1 amd64
|
||||
libyajl2 2.1.0-5build1 amd64
|
||||
libyaml-0-2 0.2.5-1build1 amd64
|
||||
libyuv0 0.0~git202401110.af6ac82-1 amd64
|
||||
libzbar0t64 0.23.93-4build3 amd64
|
||||
libzimg2 3.0.5+ds1-1build1 amd64
|
||||
libzix-0-0 0.4.2-2build1 amd64
|
||||
libzmq5 4.3.5-1build2 amd64
|
||||
libzstd1 1.5.5+dfsg2-2build1.1 amd64
|
||||
libzvbi-common 0.2.42-2 all
|
||||
libzvbi0t64 0.2.42-2 amd64
|
||||
libzxing3 2.2.1-3 amd64
|
||||
libzzip-0-13t64 0.13.72+dfsg.1-1.2build1 amd64
|
||||
linux-libc-dev 6.8.0-110.110 amd64
|
||||
login 1:4.13+dfsg1-4ubuntu3.2 amd64
|
||||
logsave 1.47.0-2.4~exp1ubuntu4.1 amd64
|
||||
lp-solve 5.5.2.5-2ubuntu0.1 amd64
|
||||
lsb-release 12.0-2 all
|
||||
lto-disabled-list 47 all
|
||||
make 4.3-4.1build2 amd64
|
||||
mawk 1.3.4.20240123-1build1 amd64
|
||||
media-types 10.1.0 all
|
||||
mesa-libgallium 25.2.8-0ubuntu0.24.04.1 amd64
|
||||
mount 2.39.3-9ubuntu6.5 amd64
|
||||
ncurses-base 6.4+20240113-1ubuntu2 all
|
||||
ncurses-bin 6.4+20240113-1ubuntu2 amd64
|
||||
netbase 6.4 all
|
||||
netcat-openbsd 1.226-1ubuntu2 amd64
|
||||
nodejs 22.22.2-1nodesource1 amd64
|
||||
ocl-icd-libopencl1 2.3.2-1build1 amd64
|
||||
openjdk-21-jre-headless 21.0.10+7-1~24.04 amd64
|
||||
openssl 3.0.13-0ubuntu3.9 amd64
|
||||
p11-kit 0.25.3-4ubuntu2.1 amd64
|
||||
p11-kit-modules 0.25.3-4ubuntu2.1 amd64
|
||||
packagekit 1.2.8-2ubuntu1.4 amd64
|
||||
pandoc 3.1.3+ds-2 amd64
|
||||
pandoc-data 3.1.3-1 all
|
||||
passwd 1:4.13+dfsg1-4ubuntu3.2 amd64
|
||||
patch 2.7.6-7build3 amd64
|
||||
pdftk-java 3.3.3-2 all
|
||||
perl 5.38.2-3.2ubuntu0.2 amd64
|
||||
perl-base 5.38.2-3.2ubuntu0.2 amd64
|
||||
perl-modules-5.38 5.38.2-3.2ubuntu0.2 all
|
||||
pinentry-curses 1.2.1-3ubuntu5 amd64
|
||||
pipx 1.4.3-1 all
|
||||
pkg-config 1.8.1-2build1 amd64
|
||||
pkgconf 1.8.1-2build1 amd64
|
||||
pkgconf-bin 1.8.1-2build1 amd64
|
||||
polkitd 124-2ubuntu1.24.04.3 amd64
|
||||
poppler-utils 24.02.0-1ubuntu9.8 amd64
|
||||
preview-latex-style 13.2-1 all
|
||||
procps 2:4.0.4-4ubuntu3.2 amd64
|
||||
python-apt-common 2.7.7ubuntu5.2 all
|
||||
python3 3.12.3-0ubuntu2.1 amd64
|
||||
python3-apt 2.7.7ubuntu5.2 amd64
|
||||
python3-argcomplete 3.1.4-1ubuntu0.1 all
|
||||
python3-blinker 1.7.0-1 all
|
||||
python3-cffi-backend 1.16.0-2build1 amd64
|
||||
python3-click 8.1.6-2 all
|
||||
python3-colorama 0.4.6-4 all
|
||||
python3-cryptography 41.0.7-4ubuntu0.4 amd64
|
||||
python3-dbus 1.3.2-5build3 amd64
|
||||
python3-dev 3.12.3-0ubuntu2.1 amd64
|
||||
python3-distro 1.9.0-1 all
|
||||
python3-gi 3.48.2-1 amd64
|
||||
python3-httplib2 0.20.4-3 all
|
||||
python3-jwt 2.7.0-1ubuntu0.1 all
|
||||
python3-launchpadlib 1.11.0-6 all
|
||||
python3-lazr.restfulclient 0.14.6-1 all
|
||||
python3-lazr.uri 1.0.6-3 all
|
||||
python3-minimal 3.12.3-0ubuntu2.1 amd64
|
||||
python3-oauthlib 3.2.2-1 all
|
||||
python3-packaging 24.0-1 all
|
||||
python3-pip 24.0+dfsg-1ubuntu1.3 all
|
||||
python3-pip-whl 24.0+dfsg-1ubuntu1.3 all
|
||||
python3-pkg-resources 68.1.2-2ubuntu1.2 all
|
||||
python3-platformdirs 4.2.0-1 all
|
||||
python3-pyparsing 3.1.1-1 all
|
||||
python3-setuptools 68.1.2-2ubuntu1.2 all
|
||||
python3-setuptools-whl 68.1.2-2ubuntu1.2 all
|
||||
python3-six 1.16.0-4 all
|
||||
python3-software-properties 0.99.49.4 all
|
||||
python3-uno 4:24.2.7-0ubuntu0.24.04.4 amd64
|
||||
python3-userpath 1.9.1-1 all
|
||||
python3-venv 3.12.3-0ubuntu2.1 amd64
|
||||
python3-wadllib 1.3.6-5 all
|
||||
python3-wheel 0.42.0-2 all
|
||||
python3.12 3.12.3-1ubuntu0.12 amd64
|
||||
python3.12-dev 3.12.3-1ubuntu0.12 amd64
|
||||
python3.12-minimal 3.12.3-1ubuntu0.12 amd64
|
||||
python3.12-venv 3.12.3-1ubuntu0.12 amd64
|
||||
qpdf 11.9.0-1.1ubuntu0.1 amd64
|
||||
readline-common 8.2-4build1 all
|
||||
rpcsvc-proto 1.4.2-0ubuntu7 amd64
|
||||
sed 4.9-2build1 amd64
|
||||
sensible-utils 0.0.22 all
|
||||
session-migration 0.3.9build1 amd64
|
||||
sgml-base 1.31 all
|
||||
shared-mime-info 2.4-4 amd64
|
||||
software-properties-common 0.99.49.4 all
|
||||
systemd 255.4-1ubuntu8.15 amd64
|
||||
systemd-dev 255.4-1ubuntu8.15 all
|
||||
systemd-sysv 255.4-1ubuntu8.15 amd64
|
||||
sysvinit-utils 3.08-6ubuntu3 amd64
|
||||
t1utils 1.41-4build3 amd64
|
||||
tar 1.35+dfsg-3build1 amd64
|
||||
teckit 2.5.12+ds1-1 amd64
|
||||
tesseract-ocr 5.3.4-1build5 amd64
|
||||
tesseract-ocr-eng 1:4.1.0-2 all
|
||||
tesseract-ocr-osd 1:4.1.0-2 all
|
||||
tex-common 6.18 all
|
||||
texlive-base 2023.20240207-1 all
|
||||
texlive-binaries 2023.20230311.66589-9build3 amd64
|
||||
texlive-fonts-recommended 2023.20240207-1 all
|
||||
texlive-lang-greek 2023.20240207-1 all
|
||||
texlive-latex-base 2023.20240207-1 all
|
||||
texlive-latex-extra 2023.20240207-1 all
|
||||
texlive-latex-recommended 2023.20240207-1 all
|
||||
texlive-pictures 2023.20240207-1 all
|
||||
texlive-science 2023.20240207-1 all
|
||||
texlive-xetex 2023.20240207-1 all
|
||||
timgm6mb-soundfont 1.3-5 all
|
||||
tipa 2:1.3-21 all
|
||||
tzdata 2026a-0ubuntu0.24.04.1 all
|
||||
ubuntu-keyring 2023.11.28.1 all
|
||||
ubuntu-mono 24.04-0ubuntu1 all
|
||||
ucf 3.0043+nmu1 all
|
||||
unminimize 0.2.1 amd64
|
||||
uno-libs-private 4:24.2.7-0ubuntu0.24.04.4 amd64
|
||||
unzip 6.0-28ubuntu4.1 amd64
|
||||
ure 4:24.2.7-0ubuntu0.24.04.4 amd64
|
||||
ure-java 4:24.2.7-0ubuntu0.24.04.4 amd64
|
||||
util-linux 2.39.3-9ubuntu6.5 amd64
|
||||
uuid-dev 2.39.3-9ubuntu6.5 amd64
|
||||
wget 1.21.4-1ubuntu4.1 amd64
|
||||
wkhtmltopdf 0.12.6-2build2 amd64
|
||||
x11-common 1:7.7+23ubuntu3 all
|
||||
x11-xkb-utils 7.7+8build2 amd64
|
||||
x11proto-core-dev 2023.2-1 all
|
||||
x11proto-dev 2023.2-1 all
|
||||
xauth 1:1.1.2-1build1 amd64
|
||||
xdg-utils 1.1.3-4.1ubuntu3 all
|
||||
xfonts-cyrillic 1:1.0.5+nmu1 all
|
||||
xfonts-encodings 1:1.0.5-0ubuntu2 all
|
||||
xfonts-scalable 1:1.0.3-1.3 all
|
||||
xfonts-utils 1:7.7+6build3 amd64
|
||||
xkb-data 2.41-2ubuntu1.1 all
|
||||
xml-core 0.19 all
|
||||
xorg-sgml-doctools 1:1.11-1.1 all
|
||||
xserver-common 2:21.1.12-1ubuntu1.5 all
|
||||
xtrans-dev 1.4.0-1 all
|
||||
xvfb 2:21.1.12-1ubuntu1.5 amd64
|
||||
xz-utils 5.6.1+really5.4.5-1ubuntu0.2 amd64
|
||||
zip 3.0-13ubuntu0.2 amd64
|
||||
zlib1g 1:1.3.dfsg-3.1ubuntu2.1 amd64
|
||||
zlib1g-dev 1:1.3.dfsg-3.1ubuntu2.1 amd64
|
||||
@@ -0,0 +1,27 @@
|
||||
# The exec-environment contract (what every command Claude runs gets)
|
||||
|
||||
Injected by the supervisor at exec handoff. Reproduced here for reference / replication:
|
||||
|
||||
```
|
||||
DEBIAN_FRONTEND=noninteractive
|
||||
HOME=/root # note: PATH leads /home/claude/* — the HOME/PATH split is original
|
||||
IS_SANDBOX=yes
|
||||
JAVA_HOME=/usr/lib/jvm/java-21-openjdk-amd64
|
||||
LANG=<absent> # deliberate: causes documented ASCII behaviors
|
||||
NODE_EXTRA_CA_CERTS=/etc/ssl/certs/ca-certificates.crt
|
||||
NODE_PATH=/usr/local/lib/node_modules_global
|
||||
NPM_CONFIG_USERCONFIG=/home/claude/.npmrc # file exists but is NOT read (HOME=/root) — original quirk
|
||||
PATH=/home/claude/.npm-global/bin:/usr/local/bin:...
|
||||
PIP_CACHE_DIR=... PIP_CONFIG_FILE=... PIP_ROOT_USER_ACTION=ignore
|
||||
PLAYWRIGHT_BROWSERS_PATH=/opt/pw-browsers
|
||||
PYTHONUNBUFFERED=1
|
||||
REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
|
||||
SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
|
||||
TERM=<set>
|
||||
SBX_TELEMETRY_SOCKET=<set on current builds> # telemetry ingest door (see filestore-api.md sibling note)
|
||||
```
|
||||
|
||||
- The CA trio point at a 150-cert bundle = 146 stock + **4 Anthropic egress-inspection roots** (2 generations × prod/staging) — in this reproduction they simply trust the normal store.
|
||||
- Privilege: commands run **uid 0**, `CapEff = all − CAP_SYS_RESOURCE`, `Seccomp: 0`, shared PID namespace, no LSM (by design, per Anthropic triage: root is confined to the single-tenant sandbox).
|
||||
- Resources: 1 vCPU @2.1GHz, 3.9 GiB RAM (host balloon = real memory limiter), no swap, no `pids.max`; per-tool-call budget ~300 s.
|
||||
- `/etc/sandbox-release` here carries the `IS_SANDBOX` marker for detection.
|
||||
@@ -0,0 +1,9 @@
|
||||
# Filestore API (what the mount daemon speaks)
|
||||
|
||||
Recovered from the `rclone-filestore` binary (Go, custom build; symbols recovered via pclntab parse):
|
||||
|
||||
- Backend: `https://api.anthropic.com` — custom RPC paths under `v1/filestore/fs/*`:
|
||||
`listDirectory`, `createFile`, `readMetadata`, `readFile`, `writeFile`, `deleteFile`, `moveFile` (per-mount JWT via `Authorization: Bearer`, injected out-of-band — **never present in the on-disk mount JSON**)
|
||||
- Mount config: `/tmp/rclone-mount-config.json` — `{mounts[]{source,destination,filesystem_id,readonly,file_perms,dir_perms,uid:999,gid:1000,vfs_cache_mode:"full",vfs_cache_max_size:"1G",cache_duration_s:1|3|10|3600}, service_url, state_dir, ready_file}` (session ids redacted in this copy)
|
||||
- Semantics that differ from POSIX (verified): `fsync` = no network flush (upload deferred ~5–6 s); `chmod`/`xattr`/symlinks = no-ops; locks never reach the server; every write uploads `overwriteExisting:true`; dir-cache TTL per mount (3600 s on outputs).
|
||||
- Reproduction note: local dirs stand in for the mounts; to fake the backend, the RPC set above + JSON responses is a ~200-line stub server.
|
||||
@@ -0,0 +1 @@
|
||||
07ceb5b2af3ab7386bf212f6aaddee59d1d75798258de93ac1596126fb42aa91 wiggle-rootfs-sanitized.tar.zst
|
||||
@@ -0,0 +1,114 @@
|
||||
absl-py==2.4.0
|
||||
babel==2.18.0
|
||||
backrefs==6.2
|
||||
beautifulsoup4==4.14.3
|
||||
blinker==1.9.0
|
||||
camelot-py==1.0.9
|
||||
certifi==2026.2.25
|
||||
cffi==2.0.0
|
||||
chardet==7.4.0.post2
|
||||
charset-normalizer==3.4.6
|
||||
click==8.3.1
|
||||
colorama==0.4.6
|
||||
contourpy==1.3.3
|
||||
cryptography==46.0.6
|
||||
cycler==0.12.1
|
||||
defusedxml==0.7.1
|
||||
Deprecated==1.3.1
|
||||
distro==1.9.0
|
||||
docopt==0.6.2
|
||||
et_xmlfile==2.0.0
|
||||
Flask==3.1.3
|
||||
flatbuffers==25.12.19
|
||||
fonttools==4.62.1
|
||||
ghp-import==2.1.0
|
||||
graphviz==0.21
|
||||
greenlet==3.3.2
|
||||
grip==4.6.2
|
||||
idna==3.11
|
||||
imageio-ffmpeg==0.6.0
|
||||
ImageIO==2.37.3
|
||||
img2pdf==0.6.3
|
||||
itsdangerous==2.2.0
|
||||
Jinja2==3.1.6
|
||||
joblib==1.5.3
|
||||
kiwisolver==1.5.0
|
||||
lazy-loader==0.5
|
||||
lxml==6.0.2
|
||||
magika==0.6.3
|
||||
markdown-it-py==4.0.0
|
||||
Markdown==3.10.2
|
||||
markdownify==1.2.2
|
||||
markitdown==0.1.5
|
||||
marko==2.1.2
|
||||
MarkupSafe==3.0.3
|
||||
matplotlib==3.10.8
|
||||
mdurl==0.1.2
|
||||
mediapipe==0.10.33
|
||||
mergedeep==1.3.4
|
||||
mistune==3.2.0
|
||||
mkdocs-get-deps==0.2.2
|
||||
mkdocs-material-extensions==1.3.1
|
||||
mkdocs-material==9.7.6
|
||||
mkdocs==1.6.1
|
||||
mpmath==1.3.0
|
||||
networkx==3.6.1
|
||||
numpy==2.4.4
|
||||
odfpy==1.4.1
|
||||
onnxruntime==1.24.4
|
||||
opencv-contrib-python==4.13.0.92
|
||||
opencv-python-headless==4.13.0.92
|
||||
opencv-python==4.13.0.92
|
||||
openpyxl==3.1.5
|
||||
packaging==26.0
|
||||
paginate==0.5.7
|
||||
pandas==3.0.2
|
||||
path-and-address==2.0.1
|
||||
pathspec==1.0.4
|
||||
pdf2image==1.17.0
|
||||
pdfkit==1.0.0
|
||||
pdfminer.six==20251230
|
||||
pdfplumber==0.11.9
|
||||
pikepdf==10.5.1
|
||||
pillow==12.1.1
|
||||
platformdirs==4.9.4
|
||||
playwright==1.56.0
|
||||
protobuf==7.34.1
|
||||
psutil==7.2.2
|
||||
pycparser==3.0
|
||||
pyee==13.0.1
|
||||
Pygments==2.20.0
|
||||
pymdown-extensions==10.21.2
|
||||
pyoo==1.4
|
||||
pyparsing==3.3.2
|
||||
pypdf==5.9.0
|
||||
pypdfium2==5.6.0
|
||||
pytesseract==0.3.13
|
||||
python-dateutil==2.9.0.post0
|
||||
python-docx==1.2.0
|
||||
python-dotenv==1.2.2
|
||||
python-pptx==1.0.2
|
||||
PyYAML==6.0.3
|
||||
pyyaml_env_tag==1.1
|
||||
reportlab==4.4.10
|
||||
requests==2.33.1
|
||||
scikit-image==0.26.0
|
||||
scikit-learn==1.8.0
|
||||
scipy==1.17.1
|
||||
seaborn==0.13.2
|
||||
six==1.17.0
|
||||
sounddevice==0.5.5
|
||||
soupsieve==2.8.3
|
||||
sympy==1.14.0
|
||||
tabula-py==2.10.0
|
||||
tabulate==0.10.0
|
||||
threadpoolctl==3.6.0
|
||||
tifffile==2026.3.3
|
||||
typing_extensions==4.15.0
|
||||
unoserver==3.6
|
||||
urllib3==2.6.3
|
||||
Wand==0.7.0
|
||||
watchdog==6.0.0
|
||||
Werkzeug==3.1.7
|
||||
wrapt==2.1.2
|
||||
xlsxwriter==3.2.9
|
||||
Binary file not shown.
@@ -0,0 +1,202 @@
|
||||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
@@ -0,0 +1,405 @@
|
||||
---
|
||||
name: algorithmic-art
|
||||
description: Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
|
||||
license: Complete terms in LICENSE.txt
|
||||
---
|
||||
|
||||
Algorithmic philosophies are computational aesthetic movements that are then expressed through code. Output .md files (philosophy), .html files (interactive viewer), and .js files (generative algorithms).
|
||||
|
||||
This happens in two steps:
|
||||
1. Algorithmic Philosophy Creation (.md file)
|
||||
2. Express by creating p5.js generative art (.html + .js files)
|
||||
|
||||
First, undertake this task:
|
||||
|
||||
## ALGORITHMIC PHILOSOPHY CREATION
|
||||
|
||||
To begin, create an ALGORITHMIC PHILOSOPHY (not static images or templates) that will be interpreted through:
|
||||
- Computational processes, emergent behavior, mathematical beauty
|
||||
- Seeded randomness, noise fields, organic systems
|
||||
- Particles, flows, fields, forces
|
||||
- Parametric variation and controlled chaos
|
||||
|
||||
### THE CRITICAL UNDERSTANDING
|
||||
- What is received: Some subtle input or instructions by the user to take into account, but use as a foundation; it should not constrain creative freedom.
|
||||
- What is created: An algorithmic philosophy/generative aesthetic movement.
|
||||
- What happens next: The same version receives the philosophy and EXPRESSES IT IN CODE - creating p5.js sketches that are 90% algorithmic generation, 10% essential parameters.
|
||||
|
||||
Consider this approach:
|
||||
- Write a manifesto for a generative art movement
|
||||
- The next phase involves writing the algorithm that brings it to life
|
||||
|
||||
The philosophy must emphasize: Algorithmic expression. Emergent behavior. Computational beauty. Seeded variation.
|
||||
|
||||
### HOW TO GENERATE AN ALGORITHMIC PHILOSOPHY
|
||||
|
||||
**Name the movement** (1-2 words): "Organic Turbulence" / "Quantum Harmonics" / "Emergent Stillness"
|
||||
|
||||
**Articulate the philosophy** (4-6 paragraphs - concise but complete):
|
||||
|
||||
To capture the ALGORITHMIC essence, express how this philosophy manifests through:
|
||||
- Computational processes and mathematical relationships?
|
||||
- Noise functions and randomness patterns?
|
||||
- Particle behaviors and field dynamics?
|
||||
- Temporal evolution and system states?
|
||||
- Parametric variation and emergent complexity?
|
||||
|
||||
**CRITICAL GUIDELINES:**
|
||||
- **Avoid redundancy**: Each algorithmic aspect should be mentioned once. Avoid repeating concepts about noise theory, particle dynamics, or mathematical principles unless adding new depth.
|
||||
- **Emphasize craftsmanship REPEATEDLY**: The philosophy MUST stress multiple times that the final algorithm should appear as though it took countless hours to develop, was refined with care, and comes from someone at the absolute top of their field. This framing is essential - repeat phrases like "meticulously crafted algorithm," "the product of deep computational expertise," "painstaking optimization," "master-level implementation."
|
||||
- **Leave creative space**: Be specific about the algorithmic direction, but concise enough that the next Claude has room to make interpretive implementation choices at an extremely high level of craftsmanship.
|
||||
|
||||
The philosophy must guide the next version to express ideas ALGORITHMICALLY, not through static images. Beauty lives in the process, not the final frame.
|
||||
|
||||
### PHILOSOPHY EXAMPLES
|
||||
|
||||
**"Organic Turbulence"**
|
||||
Philosophy: Chaos constrained by natural law, order emerging from disorder.
|
||||
Algorithmic expression: Flow fields driven by layered Perlin noise. Thousands of particles following vector forces, their trails accumulating into organic density maps. Multiple noise octaves create turbulent regions and calm zones. Color emerges from velocity and density - fast particles burn bright, slow ones fade to shadow. The algorithm runs until equilibrium - a meticulously tuned balance where every parameter was refined through countless iterations by a master of computational aesthetics.
|
||||
|
||||
**"Quantum Harmonics"**
|
||||
Philosophy: Discrete entities exhibiting wave-like interference patterns.
|
||||
Algorithmic expression: Particles initialized on a grid, each carrying a phase value that evolves through sine waves. When particles are near, their phases interfere - constructive interference creates bright nodes, destructive creates voids. Simple harmonic motion generates complex emergent mandalas. The result of painstaking frequency calibration where every ratio was carefully chosen to produce resonant beauty.
|
||||
|
||||
**"Recursive Whispers"**
|
||||
Philosophy: Self-similarity across scales, infinite depth in finite space.
|
||||
Algorithmic expression: Branching structures that subdivide recursively. Each branch slightly randomized but constrained by golden ratios. L-systems or recursive subdivision generate tree-like forms that feel both mathematical and organic. Subtle noise perturbations break perfect symmetry. Line weights diminish with each recursion level. Every branching angle the product of deep mathematical exploration.
|
||||
|
||||
**"Field Dynamics"**
|
||||
Philosophy: Invisible forces made visible through their effects on matter.
|
||||
Algorithmic expression: Vector fields constructed from mathematical functions or noise. Particles born at edges, flowing along field lines, dying when they reach equilibrium or boundaries. Multiple fields can attract, repel, or rotate particles. The visualization shows only the traces - ghost-like evidence of invisible forces. A computational dance meticulously choreographed through force balance.
|
||||
|
||||
**"Stochastic Crystallization"**
|
||||
Philosophy: Random processes crystallizing into ordered structures.
|
||||
Algorithmic expression: Randomized circle packing or Voronoi tessellation. Start with random points, let them evolve through relaxation algorithms. Cells push apart until equilibrium. Color based on cell size, neighbor count, or distance from center. The organic tiling that emerges feels both random and inevitable. Every seed produces unique crystalline beauty - the mark of a master-level generative algorithm.
|
||||
|
||||
*These are condensed examples. The actual algorithmic philosophy should be 4-6 substantial paragraphs.*
|
||||
|
||||
### ESSENTIAL PRINCIPLES
|
||||
- **ALGORITHMIC PHILOSOPHY**: Creating a computational worldview to be expressed through code
|
||||
- **PROCESS OVER PRODUCT**: Always emphasize that beauty emerges from the algorithm's execution - each run is unique
|
||||
- **PARAMETRIC EXPRESSION**: Ideas communicate through mathematical relationships, forces, behaviors - not static composition
|
||||
- **ARTISTIC FREEDOM**: The next Claude interprets the philosophy algorithmically - provide creative implementation room
|
||||
- **PURE GENERATIVE ART**: This is about making LIVING ALGORITHMS, not static images with randomness
|
||||
- **EXPERT CRAFTSMANSHIP**: Repeatedly emphasize the final algorithm must feel meticulously crafted, refined through countless iterations, the product of deep expertise by someone at the absolute top of their field in computational aesthetics
|
||||
|
||||
**The algorithmic philosophy should be 4-6 paragraphs long.** Fill it with poetic computational philosophy that brings together the intended vision. Avoid repeating the same points. Output this algorithmic philosophy as a .md file.
|
||||
|
||||
---
|
||||
|
||||
## DEDUCING THE CONCEPTUAL SEED
|
||||
|
||||
**CRITICAL STEP**: Before implementing the algorithm, identify the subtle conceptual thread from the original request.
|
||||
|
||||
**THE ESSENTIAL PRINCIPLE**:
|
||||
The concept is a **subtle, niche reference embedded within the algorithm itself** - not always literal, always sophisticated. Someone familiar with the subject should feel it intuitively, while others simply experience a masterful generative composition. The algorithmic philosophy provides the computational language. The deduced concept provides the soul - the quiet conceptual DNA woven invisibly into parameters, behaviors, and emergence patterns.
|
||||
|
||||
This is **VERY IMPORTANT**: The reference must be so refined that it enhances the work's depth without announcing itself. Think like a jazz musician quoting another song through algorithmic harmony - only those who know will catch it, but everyone appreciates the generative beauty.
|
||||
|
||||
---
|
||||
|
||||
## P5.JS IMPLEMENTATION
|
||||
|
||||
With the philosophy AND conceptual framework established, express it through code. Pause to gather thoughts before proceeding. Use only the algorithmic philosophy created and the instructions below.
|
||||
|
||||
### ⚠️ STEP 0: READ THE TEMPLATE FIRST ⚠️
|
||||
|
||||
**CRITICAL: BEFORE writing any HTML:**
|
||||
|
||||
1. **Read** `templates/viewer.html` using the Read tool
|
||||
2. **Study** the exact structure, styling, and Anthropic branding
|
||||
3. **Use that file as the LITERAL STARTING POINT** - not just inspiration
|
||||
4. **Keep all FIXED sections exactly as shown** (header, sidebar structure, Anthropic colors/fonts, seed controls, action buttons)
|
||||
5. **Replace only the VARIABLE sections** marked in the file's comments (algorithm, parameters, UI controls for parameters)
|
||||
|
||||
**Avoid:**
|
||||
- ❌ Creating HTML from scratch
|
||||
- ❌ Inventing custom styling or color schemes
|
||||
- ❌ Using system fonts or dark themes
|
||||
- ❌ Changing the sidebar structure
|
||||
|
||||
**Follow these practices:**
|
||||
- ✅ Copy the template's exact HTML structure
|
||||
- ✅ Keep Anthropic branding (Poppins/Lora fonts, light colors, gradient backdrop)
|
||||
- ✅ Maintain the sidebar layout (Seed → Parameters → Colors? → Actions)
|
||||
- ✅ Replace only the p5.js algorithm and parameter controls
|
||||
|
||||
The template is the foundation. Build on it, don't rebuild it.
|
||||
|
||||
---
|
||||
|
||||
To create gallery-quality computational art that lives and breathes, use the algorithmic philosophy as the foundation.
|
||||
|
||||
### TECHNICAL REQUIREMENTS
|
||||
|
||||
**Seeded Randomness (Art Blocks Pattern)**:
|
||||
```javascript
|
||||
// ALWAYS use a seed for reproducibility
|
||||
let seed = 12345; // or hash from user input
|
||||
randomSeed(seed);
|
||||
noiseSeed(seed);
|
||||
```
|
||||
|
||||
**Parameter Structure - FOLLOW THE PHILOSOPHY**:
|
||||
|
||||
To establish parameters that emerge naturally from the algorithmic philosophy, consider: "What qualities of this system can be adjusted?"
|
||||
|
||||
```javascript
|
||||
let params = {
|
||||
seed: 12345, // Always include seed for reproducibility
|
||||
// colors
|
||||
// Add parameters that control YOUR algorithm:
|
||||
// - Quantities (how many?)
|
||||
// - Scales (how big? how fast?)
|
||||
// - Probabilities (how likely?)
|
||||
// - Ratios (what proportions?)
|
||||
// - Angles (what direction?)
|
||||
// - Thresholds (when does behavior change?)
|
||||
};
|
||||
```
|
||||
|
||||
**To design effective parameters, focus on the properties the system needs to be tunable rather than thinking in terms of "pattern types".**
|
||||
|
||||
**Core Algorithm - EXPRESS THE PHILOSOPHY**:
|
||||
|
||||
**CRITICAL**: The algorithmic philosophy should dictate what to build.
|
||||
|
||||
To express the philosophy through code, avoid thinking "which pattern should I use?" and instead think "how to express this philosophy through code?"
|
||||
|
||||
If the philosophy is about **organic emergence**, consider using:
|
||||
- Elements that accumulate or grow over time
|
||||
- Random processes constrained by natural rules
|
||||
- Feedback loops and interactions
|
||||
|
||||
If the philosophy is about **mathematical beauty**, consider using:
|
||||
- Geometric relationships and ratios
|
||||
- Trigonometric functions and harmonics
|
||||
- Precise calculations creating unexpected patterns
|
||||
|
||||
If the philosophy is about **controlled chaos**, consider using:
|
||||
- Random variation within strict boundaries
|
||||
- Bifurcation and phase transitions
|
||||
- Order emerging from disorder
|
||||
|
||||
**The algorithm flows from the philosophy, not from a menu of options.**
|
||||
|
||||
To guide the implementation, let the conceptual essence inform creative and original choices. Build something that expresses the vision for this particular request.
|
||||
|
||||
**Canvas Setup**: Standard p5.js structure:
|
||||
```javascript
|
||||
function setup() {
|
||||
createCanvas(1200, 1200);
|
||||
// Initialize your system
|
||||
}
|
||||
|
||||
function draw() {
|
||||
// Your generative algorithm
|
||||
// Can be static (noLoop) or animated
|
||||
}
|
||||
```
|
||||
|
||||
### CRAFTSMANSHIP REQUIREMENTS
|
||||
|
||||
**CRITICAL**: To achieve mastery, create algorithms that feel like they emerged through countless iterations by a master generative artist. Tune every parameter carefully. Ensure every pattern emerges with purpose. This is NOT random noise - this is CONTROLLED CHAOS refined through deep expertise.
|
||||
|
||||
- **Balance**: Complexity without visual noise, order without rigidity
|
||||
- **Color Harmony**: Thoughtful palettes, not random RGB values
|
||||
- **Composition**: Even in randomness, maintain visual hierarchy and flow
|
||||
- **Performance**: Smooth execution, optimized for real-time if animated
|
||||
- **Reproducibility**: Same seed ALWAYS produces identical output
|
||||
|
||||
### OUTPUT FORMAT
|
||||
|
||||
Output:
|
||||
1. **Algorithmic Philosophy** - As markdown or text explaining the generative aesthetic
|
||||
2. **Single HTML Artifact** - Self-contained interactive generative art built from `templates/viewer.html` (see STEP 0 and next section)
|
||||
|
||||
The HTML artifact contains everything: p5.js (from CDN), the algorithm, parameter controls, and UI - all in one file that works immediately in claude.ai artifacts or any browser. Start from the template file, not from scratch.
|
||||
|
||||
---
|
||||
|
||||
## INTERACTIVE ARTIFACT CREATION
|
||||
|
||||
**REMINDER: `templates/viewer.html` should have already been read (see STEP 0). Use that file as the starting point.**
|
||||
|
||||
To allow exploration of the generative art, create a single, self-contained HTML artifact. Ensure this artifact works immediately in claude.ai or any browser - no setup required. Embed everything inline.
|
||||
|
||||
### CRITICAL: WHAT'S FIXED VS VARIABLE
|
||||
|
||||
The `templates/viewer.html` file is the foundation. It contains the exact structure and styling needed.
|
||||
|
||||
**FIXED (always include exactly as shown):**
|
||||
- Layout structure (header, sidebar, main canvas area)
|
||||
- Anthropic branding (UI colors, fonts, gradients)
|
||||
- Seed section in sidebar:
|
||||
- Seed display
|
||||
- Previous/Next buttons
|
||||
- Random button
|
||||
- Jump to seed input + Go button
|
||||
- Actions section in sidebar:
|
||||
- Regenerate button
|
||||
- Reset button
|
||||
|
||||
**VARIABLE (customize for each artwork):**
|
||||
- The entire p5.js algorithm (setup/draw/classes)
|
||||
- The parameters object (define what the art needs)
|
||||
- The Parameters section in sidebar:
|
||||
- Number of parameter controls
|
||||
- Parameter names
|
||||
- Min/max/step values for sliders
|
||||
- Control types (sliders, inputs, etc.)
|
||||
- Colors section (optional):
|
||||
- Some art needs color pickers
|
||||
- Some art might use fixed colors
|
||||
- Some art might be monochrome (no color controls needed)
|
||||
- Decide based on the art's needs
|
||||
|
||||
**Every artwork should have unique parameters and algorithm!** The fixed parts provide consistent UX - everything else expresses the unique vision.
|
||||
|
||||
### REQUIRED FEATURES
|
||||
|
||||
**1. Parameter Controls**
|
||||
- Sliders for numeric parameters (particle count, noise scale, speed, etc.)
|
||||
- Color pickers for palette colors
|
||||
- Real-time updates when parameters change
|
||||
- Reset button to restore defaults
|
||||
|
||||
**2. Seed Navigation**
|
||||
- Display current seed number
|
||||
- "Previous" and "Next" buttons to cycle through seeds
|
||||
- "Random" button for random seed
|
||||
- Input field to jump to specific seed
|
||||
- Generate 100 variations when requested (seeds 1-100)
|
||||
|
||||
**3. Single Artifact Structure**
|
||||
```html
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<!-- p5.js from CDN - always available -->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.7.0/p5.min.js"></script>
|
||||
<style>
|
||||
/* All styling inline - clean, minimal */
|
||||
/* Canvas on top, controls below */
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="canvas-container"></div>
|
||||
<div id="controls">
|
||||
<!-- All parameter controls -->
|
||||
</div>
|
||||
<script>
|
||||
// ALL p5.js code inline here
|
||||
// Parameter objects, classes, functions
|
||||
// setup() and draw()
|
||||
// UI handlers
|
||||
// Everything self-contained
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
```
|
||||
|
||||
**CRITICAL**: This is a single artifact. No external files, no imports (except p5.js CDN). Everything inline.
|
||||
|
||||
**4. Implementation Details - BUILD THE SIDEBAR**
|
||||
|
||||
The sidebar structure:
|
||||
|
||||
**1. Seed (FIXED)** - Always include exactly as shown:
|
||||
- Seed display
|
||||
- Prev/Next/Random/Jump buttons
|
||||
|
||||
**2. Parameters (VARIABLE)** - Create controls for the art:
|
||||
```html
|
||||
<div class="control-group">
|
||||
<label>Parameter Name</label>
|
||||
<input type="range" id="param" min="..." max="..." step="..." value="..." oninput="updateParam('param', this.value)">
|
||||
<span class="value-display" id="param-value">...</span>
|
||||
</div>
|
||||
```
|
||||
Add as many control-group divs as there are parameters.
|
||||
|
||||
**3. Colors (OPTIONAL/VARIABLE)** - Include if the art needs adjustable colors:
|
||||
- Add color pickers if users should control palette
|
||||
- Skip this section if the art uses fixed colors
|
||||
- Skip if the art is monochrome
|
||||
|
||||
**4. Actions (FIXED)** - Always include exactly as shown:
|
||||
- Regenerate button
|
||||
- Reset button
|
||||
- Download PNG button
|
||||
|
||||
**Requirements**:
|
||||
- Seed controls must work (prev/next/random/jump/display)
|
||||
- All parameters must have UI controls
|
||||
- Regenerate, Reset, Download buttons must work
|
||||
- Keep Anthropic branding (UI styling, not art colors)
|
||||
|
||||
### USING THE ARTIFACT
|
||||
|
||||
The HTML artifact works immediately:
|
||||
1. **In claude.ai**: Displayed as an interactive artifact - runs instantly
|
||||
2. **As a file**: Save and open in any browser - no server needed
|
||||
3. **Sharing**: Send the HTML file - it's completely self-contained
|
||||
|
||||
---
|
||||
|
||||
## VARIATIONS & EXPLORATION
|
||||
|
||||
The artifact includes seed navigation by default (prev/next/random buttons), allowing users to explore variations without creating multiple files. If the user wants specific variations highlighted:
|
||||
|
||||
- Include seed presets (buttons for "Variation 1: Seed 42", "Variation 2: Seed 127", etc.)
|
||||
- Add a "Gallery Mode" that shows thumbnails of multiple seeds side-by-side
|
||||
- All within the same single artifact
|
||||
|
||||
This is like creating a series of prints from the same plate - the algorithm is consistent, but each seed reveals different facets of its potential. The interactive nature means users discover their own favorites by exploring the seed space.
|
||||
|
||||
---
|
||||
|
||||
## THE CREATIVE PROCESS
|
||||
|
||||
**User request** → **Algorithmic philosophy** → **Implementation**
|
||||
|
||||
Each request is unique. The process involves:
|
||||
|
||||
1. **Interpret the user's intent** - What aesthetic is being sought?
|
||||
2. **Create an algorithmic philosophy** (4-6 paragraphs) describing the computational approach
|
||||
3. **Implement it in code** - Build the algorithm that expresses this philosophy
|
||||
4. **Design appropriate parameters** - What should be tunable?
|
||||
5. **Build matching UI controls** - Sliders/inputs for those parameters
|
||||
|
||||
**The constants**:
|
||||
- Anthropic branding (colors, fonts, layout)
|
||||
- Seed navigation (always present)
|
||||
- Self-contained HTML artifact
|
||||
|
||||
**Everything else is variable**:
|
||||
- The algorithm itself
|
||||
- The parameters
|
||||
- The UI controls
|
||||
- The visual outcome
|
||||
|
||||
To achieve the best results, trust creativity and let the philosophy guide the implementation.
|
||||
|
||||
---
|
||||
|
||||
## RESOURCES
|
||||
|
||||
This skill includes helpful templates and documentation:
|
||||
|
||||
- **templates/viewer.html**: REQUIRED STARTING POINT for all HTML artifacts.
|
||||
- This is the foundation - contains the exact structure and Anthropic branding
|
||||
- **Keep unchanged**: Layout structure, sidebar organization, Anthropic colors/fonts, seed controls, action buttons
|
||||
- **Replace**: The p5.js algorithm, parameter definitions, and UI controls in Parameters section
|
||||
- The extensive comments in the file mark exactly what to keep vs replace
|
||||
|
||||
- **templates/generator_template.js**: Reference for p5.js best practices and code structure principles.
|
||||
- Shows how to organize parameters, use seeded randomness, structure classes
|
||||
- NOT a pattern menu - use these principles to build unique algorithms
|
||||
- Embed algorithms inline in the HTML artifact (don't create separate .js files)
|
||||
|
||||
**Critical reminder**:
|
||||
- The **template is the STARTING POINT**, not inspiration
|
||||
- The **algorithm is where to create** something unique
|
||||
- Don't copy the flow field example - build what the philosophy demands
|
||||
- But DO keep the exact UI structure and Anthropic branding from the template
|
||||
@@ -0,0 +1,223 @@
|
||||
/**
|
||||
* ═══════════════════════════════════════════════════════════════════════════
|
||||
* P5.JS GENERATIVE ART - BEST PRACTICES
|
||||
* ═══════════════════════════════════════════════════════════════════════════
|
||||
*
|
||||
* This file shows STRUCTURE and PRINCIPLES for p5.js generative art.
|
||||
* It does NOT prescribe what art you should create.
|
||||
*
|
||||
* Your algorithmic philosophy should guide what you build.
|
||||
* These are just best practices for how to structure your code.
|
||||
*
|
||||
* ═══════════════════════════════════════════════════════════════════════════
|
||||
*/
|
||||
|
||||
// ============================================================================
|
||||
// 1. PARAMETER ORGANIZATION
|
||||
// ============================================================================
|
||||
// Keep all tunable parameters in one object
|
||||
// This makes it easy to:
|
||||
// - Connect to UI controls
|
||||
// - Reset to defaults
|
||||
// - Serialize/save configurations
|
||||
|
||||
let params = {
|
||||
// Define parameters that match YOUR algorithm
|
||||
// Examples (customize for your art):
|
||||
// - Counts: how many elements (particles, circles, branches, etc.)
|
||||
// - Scales: size, speed, spacing
|
||||
// - Probabilities: likelihood of events
|
||||
// - Angles: rotation, direction
|
||||
// - Colors: palette arrays
|
||||
|
||||
seed: 12345,
|
||||
// define colorPalette as an array -- choose whatever colors you'd like ['#d97757', '#6a9bcc', '#788c5d', '#b0aea5']
|
||||
// Add YOUR parameters here based on your algorithm
|
||||
};
|
||||
|
||||
// ============================================================================
|
||||
// 2. SEEDED RANDOMNESS (Critical for reproducibility)
|
||||
// ============================================================================
|
||||
// ALWAYS use seeded random for Art Blocks-style reproducible output
|
||||
|
||||
function initializeSeed(seed) {
|
||||
randomSeed(seed);
|
||||
noiseSeed(seed);
|
||||
// Now all random() and noise() calls will be deterministic
|
||||
}
|
||||
|
||||
// ============================================================================
|
||||
// 3. P5.JS LIFECYCLE
|
||||
// ============================================================================
|
||||
|
||||
function setup() {
|
||||
createCanvas(800, 800);
|
||||
|
||||
// Initialize seed first
|
||||
initializeSeed(params.seed);
|
||||
|
||||
// Set up your generative system
|
||||
// This is where you initialize:
|
||||
// - Arrays of objects
|
||||
// - Grid structures
|
||||
// - Initial positions
|
||||
// - Starting states
|
||||
|
||||
// For static art: call noLoop() at the end of setup
|
||||
// For animated art: let draw() keep running
|
||||
}
|
||||
|
||||
function draw() {
|
||||
// Option 1: Static generation (runs once, then stops)
|
||||
// - Generate everything in setup()
|
||||
// - Call noLoop() in setup()
|
||||
// - draw() doesn't do much or can be empty
|
||||
|
||||
// Option 2: Animated generation (continuous)
|
||||
// - Update your system each frame
|
||||
// - Common patterns: particle movement, growth, evolution
|
||||
// - Can optionally call noLoop() after N frames
|
||||
|
||||
// Option 3: User-triggered regeneration
|
||||
// - Use noLoop() by default
|
||||
// - Call redraw() when parameters change
|
||||
}
|
||||
|
||||
// ============================================================================
|
||||
// 4. CLASS STRUCTURE (When you need objects)
|
||||
// ============================================================================
|
||||
// Use classes when your algorithm involves multiple entities
|
||||
// Examples: particles, agents, cells, nodes, etc.
|
||||
|
||||
class Entity {
|
||||
constructor() {
|
||||
// Initialize entity properties
|
||||
// Use random() here - it will be seeded
|
||||
}
|
||||
|
||||
update() {
|
||||
// Update entity state
|
||||
// This might involve:
|
||||
// - Physics calculations
|
||||
// - Behavioral rules
|
||||
// - Interactions with neighbors
|
||||
}
|
||||
|
||||
display() {
|
||||
// Render the entity
|
||||
// Keep rendering logic separate from update logic
|
||||
}
|
||||
}
|
||||
|
||||
// ============================================================================
|
||||
// 5. PERFORMANCE CONSIDERATIONS
|
||||
// ============================================================================
|
||||
|
||||
// For large numbers of elements:
|
||||
// - Pre-calculate what you can
|
||||
// - Use simple collision detection (spatial hashing if needed)
|
||||
// - Limit expensive operations (sqrt, trig) when possible
|
||||
// - Consider using p5 vectors efficiently
|
||||
|
||||
// For smooth animation:
|
||||
// - Aim for 60fps
|
||||
// - Profile if things are slow
|
||||
// - Consider reducing particle counts or simplifying calculations
|
||||
|
||||
// ============================================================================
|
||||
// 6. UTILITY FUNCTIONS
|
||||
// ============================================================================
|
||||
|
||||
// Color utilities
|
||||
function hexToRgb(hex) {
|
||||
const result = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(hex);
|
||||
return result ? {
|
||||
r: parseInt(result[1], 16),
|
||||
g: parseInt(result[2], 16),
|
||||
b: parseInt(result[3], 16)
|
||||
} : null;
|
||||
}
|
||||
|
||||
function colorFromPalette(index) {
|
||||
return params.colorPalette[index % params.colorPalette.length];
|
||||
}
|
||||
|
||||
// Mapping and easing
|
||||
function mapRange(value, inMin, inMax, outMin, outMax) {
|
||||
return outMin + (outMax - outMin) * ((value - inMin) / (inMax - inMin));
|
||||
}
|
||||
|
||||
function easeInOutCubic(t) {
|
||||
return t < 0.5 ? 4 * t * t * t : 1 - Math.pow(-2 * t + 2, 3) / 2;
|
||||
}
|
||||
|
||||
// Constrain to bounds
|
||||
function wrapAround(value, max) {
|
||||
if (value < 0) return max;
|
||||
if (value > max) return 0;
|
||||
return value;
|
||||
}
|
||||
|
||||
// ============================================================================
|
||||
// 7. PARAMETER UPDATES (Connect to UI)
|
||||
// ============================================================================
|
||||
|
||||
function updateParameter(paramName, value) {
|
||||
params[paramName] = value;
|
||||
// Decide if you need to regenerate or just update
|
||||
// Some params can update in real-time, others need full regeneration
|
||||
}
|
||||
|
||||
function regenerate() {
|
||||
// Reinitialize your generative system
|
||||
// Useful when parameters change significantly
|
||||
initializeSeed(params.seed);
|
||||
// Then regenerate your system
|
||||
}
|
||||
|
||||
// ============================================================================
|
||||
// 8. COMMON P5.JS PATTERNS
|
||||
// ============================================================================
|
||||
|
||||
// Drawing with transparency for trails/fading
|
||||
function fadeBackground(opacity) {
|
||||
fill(250, 249, 245, opacity); // Anthropic light with alpha
|
||||
noStroke();
|
||||
rect(0, 0, width, height);
|
||||
}
|
||||
|
||||
// Using noise for organic variation
|
||||
function getNoiseValue(x, y, scale = 0.01) {
|
||||
return noise(x * scale, y * scale);
|
||||
}
|
||||
|
||||
// Creating vectors from angles
|
||||
function vectorFromAngle(angle, magnitude = 1) {
|
||||
return createVector(cos(angle), sin(angle)).mult(magnitude);
|
||||
}
|
||||
|
||||
// ============================================================================
|
||||
// 9. EXPORT FUNCTIONS
|
||||
// ============================================================================
|
||||
|
||||
function exportImage() {
|
||||
saveCanvas('generative-art-' + params.seed, 'png');
|
||||
}
|
||||
|
||||
// ============================================================================
|
||||
// REMEMBER
|
||||
// ============================================================================
|
||||
//
|
||||
// These are TOOLS and PRINCIPLES, not a recipe.
|
||||
// Your algorithmic philosophy should guide WHAT you create.
|
||||
// This structure helps you create it WELL.
|
||||
//
|
||||
// Focus on:
|
||||
// - Clean, readable code
|
||||
// - Parameterized for exploration
|
||||
// - Seeded for reproducibility
|
||||
// - Performant execution
|
||||
//
|
||||
// The art itself is entirely up to you!
|
||||
//
|
||||
// ============================================================================
|
||||
@@ -0,0 +1,599 @@
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
THIS IS A TEMPLATE THAT SHOULD BE USED EVERY TIME AND MODIFIED.
|
||||
WHAT TO KEEP:
|
||||
✓ Overall structure (header, sidebar, main content)
|
||||
✓ Anthropic branding (colors, fonts, layout)
|
||||
✓ Seed navigation section (always include this)
|
||||
✓ Self-contained artifact (everything inline)
|
||||
|
||||
WHAT TO CREATIVELY EDIT:
|
||||
✗ The p5.js algorithm (implement YOUR vision)
|
||||
✗ The parameters (define what YOUR art needs)
|
||||
✗ The UI controls (match YOUR parameters)
|
||||
|
||||
Let your philosophy guide the implementation.
|
||||
The world is your oyster - be creative!
|
||||
-->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Generative Art Viewer</title>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.7.0/p5.min.js"></script>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Lora:wght@400;500&display=swap" rel="stylesheet">
|
||||
<style>
|
||||
/* Anthropic Brand Colors */
|
||||
:root {
|
||||
--anthropic-dark: #141413;
|
||||
--anthropic-light: #faf9f5;
|
||||
--anthropic-mid-gray: #b0aea5;
|
||||
--anthropic-light-gray: #e8e6dc;
|
||||
--anthropic-orange: #d97757;
|
||||
--anthropic-blue: #6a9bcc;
|
||||
--anthropic-green: #788c5d;
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Poppins', sans-serif;
|
||||
background: linear-gradient(135deg, var(--anthropic-light) 0%, #f5f3ee 100%);
|
||||
min-height: 100vh;
|
||||
color: var(--anthropic-dark);
|
||||
}
|
||||
|
||||
.container {
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
padding: 20px;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
/* Sidebar */
|
||||
.sidebar {
|
||||
width: 320px;
|
||||
flex-shrink: 0;
|
||||
background: rgba(255, 255, 255, 0.95);
|
||||
backdrop-filter: blur(10px);
|
||||
padding: 24px;
|
||||
border-radius: 12px;
|
||||
box-shadow: 0 10px 30px rgba(20, 20, 19, 0.1);
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.sidebar h1 {
|
||||
font-family: 'Lora', serif;
|
||||
font-size: 24px;
|
||||
font-weight: 500;
|
||||
color: var(--anthropic-dark);
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.sidebar .subtitle {
|
||||
color: var(--anthropic-mid-gray);
|
||||
font-size: 14px;
|
||||
margin-bottom: 32px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
/* Control Sections */
|
||||
.control-section {
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
|
||||
.control-section h3 {
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
color: var(--anthropic-dark);
|
||||
margin-bottom: 16px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.control-section h3::before {
|
||||
content: '•';
|
||||
color: var(--anthropic-orange);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Seed Controls */
|
||||
.seed-input {
|
||||
width: 100%;
|
||||
background: var(--anthropic-light);
|
||||
padding: 12px;
|
||||
border-radius: 8px;
|
||||
font-family: 'Courier New', monospace;
|
||||
font-size: 14px;
|
||||
margin-bottom: 12px;
|
||||
border: 1px solid var(--anthropic-light-gray);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.seed-input:focus {
|
||||
outline: none;
|
||||
border-color: var(--anthropic-orange);
|
||||
box-shadow: 0 0 0 2px rgba(217, 119, 87, 0.1);
|
||||
background: white;
|
||||
}
|
||||
|
||||
.seed-controls {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 8px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.regen-button {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/* Parameter Controls */
|
||||
.control-group {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.control-group label {
|
||||
display: block;
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
color: var(--anthropic-dark);
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.slider-container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.slider-container input[type="range"] {
|
||||
flex: 1;
|
||||
height: 4px;
|
||||
background: var(--anthropic-light-gray);
|
||||
border-radius: 2px;
|
||||
outline: none;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
.slider-container input[type="range"]::-webkit-slider-thumb {
|
||||
-webkit-appearance: none;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background: var(--anthropic-orange);
|
||||
border-radius: 50%;
|
||||
cursor: pointer;
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
|
||||
.slider-container input[type="range"]::-webkit-slider-thumb:hover {
|
||||
transform: scale(1.1);
|
||||
background: #c86641;
|
||||
}
|
||||
|
||||
.slider-container input[type="range"]::-moz-range-thumb {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background: var(--anthropic-orange);
|
||||
border-radius: 50%;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
|
||||
.value-display {
|
||||
font-family: 'Courier New', monospace;
|
||||
font-size: 12px;
|
||||
color: var(--anthropic-mid-gray);
|
||||
min-width: 60px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* Color Pickers */
|
||||
.color-group {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.color-group label {
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
color: var(--anthropic-mid-gray);
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.color-picker-container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.color-picker-container input[type="color"] {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
border: none;
|
||||
border-radius: 6px;
|
||||
cursor: pointer;
|
||||
background: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.color-value {
|
||||
font-family: 'Courier New', monospace;
|
||||
font-size: 12px;
|
||||
color: var(--anthropic-mid-gray);
|
||||
}
|
||||
|
||||
/* Buttons */
|
||||
.button {
|
||||
background: var(--anthropic-orange);
|
||||
color: white;
|
||||
border: none;
|
||||
padding: 10px 16px;
|
||||
border-radius: 6px;
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
cursor: pointer;
|
||||
transition: all 0.2s ease;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
background: #c86641;
|
||||
transform: translateY(-1px);
|
||||
}
|
||||
|
||||
.button:active {
|
||||
transform: translateY(0);
|
||||
}
|
||||
|
||||
.button.secondary {
|
||||
background: var(--anthropic-blue);
|
||||
}
|
||||
|
||||
.button.secondary:hover {
|
||||
background: #5a8bb8;
|
||||
}
|
||||
|
||||
.button.tertiary {
|
||||
background: var(--anthropic-green);
|
||||
}
|
||||
|
||||
.button.tertiary:hover {
|
||||
background: #6b7b52;
|
||||
}
|
||||
|
||||
.button-row {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.button-row .button {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
/* Canvas Area */
|
||||
.canvas-area {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
#canvas-container {
|
||||
width: 100%;
|
||||
max-width: 1000px;
|
||||
border-radius: 12px;
|
||||
overflow: hidden;
|
||||
box-shadow: 0 20px 40px rgba(20, 20, 19, 0.1);
|
||||
background: white;
|
||||
}
|
||||
|
||||
#canvas-container canvas {
|
||||
display: block;
|
||||
width: 100% !important;
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
/* Loading State */
|
||||
.loading {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 18px;
|
||||
color: var(--anthropic-mid-gray);
|
||||
}
|
||||
|
||||
/* Responsive - Stack on mobile */
|
||||
@media (max-width: 600px) {
|
||||
.container {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.canvas-area {
|
||||
padding: 20px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<!-- Control Sidebar -->
|
||||
<div class="sidebar">
|
||||
<!-- Headers (CUSTOMIZE THIS FOR YOUR ART) -->
|
||||
<h1>TITLE - EDIT</h1>
|
||||
<div class="subtitle">SUBHEADER - EDIT</div>
|
||||
|
||||
<!-- Seed Section (ALWAYS KEEP THIS) -->
|
||||
<div class="control-section">
|
||||
<h3>Seed</h3>
|
||||
<input type="number" id="seed-input" class="seed-input" value="12345" onchange="updateSeed()">
|
||||
<div class="seed-controls">
|
||||
<button class="button secondary" onclick="previousSeed()">← Prev</button>
|
||||
<button class="button secondary" onclick="nextSeed()">Next →</button>
|
||||
</div>
|
||||
<button class="button tertiary regen-button" onclick="randomSeedAndUpdate()">↻ Random</button>
|
||||
</div>
|
||||
|
||||
<!-- Parameters Section (CUSTOMIZE THIS FOR YOUR ART) -->
|
||||
<div class="control-section">
|
||||
<h3>Parameters</h3>
|
||||
|
||||
<!-- Particle Count -->
|
||||
<div class="control-group">
|
||||
<label>Particle Count</label>
|
||||
<div class="slider-container">
|
||||
<input type="range" id="particleCount" min="1000" max="10000" step="500" value="5000" oninput="updateParam('particleCount', this.value)">
|
||||
<span class="value-display" id="particleCount-value">5000</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Flow Speed -->
|
||||
<div class="control-group">
|
||||
<label>Flow Speed</label>
|
||||
<div class="slider-container">
|
||||
<input type="range" id="flowSpeed" min="0.1" max="2.0" step="0.1" value="0.5" oninput="updateParam('flowSpeed', this.value)">
|
||||
<span class="value-display" id="flowSpeed-value">0.5</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Noise Scale -->
|
||||
<div class="control-group">
|
||||
<label>Noise Scale</label>
|
||||
<div class="slider-container">
|
||||
<input type="range" id="noiseScale" min="0.001" max="0.02" step="0.001" value="0.005" oninput="updateParam('noiseScale', this.value)">
|
||||
<span class="value-display" id="noiseScale-value">0.005</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Trail Length -->
|
||||
<div class="control-group">
|
||||
<label>Trail Length</label>
|
||||
<div class="slider-container">
|
||||
<input type="range" id="trailLength" min="2" max="20" step="1" value="8" oninput="updateParam('trailLength', this.value)">
|
||||
<span class="value-display" id="trailLength-value">8</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Colors Section (OPTIONAL - CUSTOMIZE OR REMOVE) -->
|
||||
<div class="control-section">
|
||||
<h3>Colors</h3>
|
||||
|
||||
<!-- Color 1 -->
|
||||
<div class="color-group">
|
||||
<label>Primary Color</label>
|
||||
<div class="color-picker-container">
|
||||
<input type="color" id="color1" value="#d97757" onchange="updateColor('color1', this.value)">
|
||||
<span class="color-value" id="color1-value">#d97757</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Color 2 -->
|
||||
<div class="color-group">
|
||||
<label>Secondary Color</label>
|
||||
<div class="color-picker-container">
|
||||
<input type="color" id="color2" value="#6a9bcc" onchange="updateColor('color2', this.value)">
|
||||
<span class="color-value" id="color2-value">#6a9bcc</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Color 3 -->
|
||||
<div class="color-group">
|
||||
<label>Accent Color</label>
|
||||
<div class="color-picker-container">
|
||||
<input type="color" id="color3" value="#788c5d" onchange="updateColor('color3', this.value)">
|
||||
<span class="color-value" id="color3-value">#788c5d</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Actions Section (ALWAYS KEEP THIS) -->
|
||||
<div class="control-section">
|
||||
<h3>Actions</h3>
|
||||
<div class="button-row">
|
||||
<button class="button" onclick="resetParameters()">Reset</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Main Canvas Area -->
|
||||
<div class="canvas-area">
|
||||
<div id="canvas-container">
|
||||
<div class="loading">Initializing generative art...</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
// ═══════════════════════════════════════════════════════════════════════
|
||||
// GENERATIVE ART PARAMETERS - CUSTOMIZE FOR YOUR ALGORITHM
|
||||
// ═══════════════════════════════════════════════════════════════════════
|
||||
|
||||
let params = {
|
||||
seed: 12345,
|
||||
particleCount: 5000,
|
||||
flowSpeed: 0.5,
|
||||
noiseScale: 0.005,
|
||||
trailLength: 8,
|
||||
colorPalette: ['#d97757', '#6a9bcc', '#788c5d']
|
||||
};
|
||||
|
||||
let defaultParams = {...params}; // Store defaults for reset
|
||||
|
||||
// ═══════════════════════════════════════════════════════════════════════
|
||||
// P5.JS GENERATIVE ART ALGORITHM - REPLACE WITH YOUR VISION
|
||||
// ═══════════════════════════════════════════════════════════════════════
|
||||
|
||||
let particles = [];
|
||||
let flowField = [];
|
||||
let cols, rows;
|
||||
let scl = 10; // Flow field resolution
|
||||
|
||||
function setup() {
|
||||
let canvas = createCanvas(1200, 1200);
|
||||
canvas.parent('canvas-container');
|
||||
|
||||
initializeSystem();
|
||||
|
||||
// Remove loading message
|
||||
document.querySelector('.loading').style.display = 'none';
|
||||
}
|
||||
|
||||
function initializeSystem() {
|
||||
// Seed the randomness for reproducibility
|
||||
randomSeed(params.seed);
|
||||
noiseSeed(params.seed);
|
||||
|
||||
// Clear particles and recreate
|
||||
particles = [];
|
||||
|
||||
// Initialize particles
|
||||
for (let i = 0; i < params.particleCount; i++) {
|
||||
particles.push(new Particle());
|
||||
}
|
||||
|
||||
// Calculate flow field dimensions
|
||||
cols = floor(width / scl);
|
||||
rows = floor(height / scl);
|
||||
|
||||
// Generate flow field
|
||||
generateFlowField();
|
||||
|
||||
// Clear background
|
||||
background(250, 249, 245); // Anthropic light background
|
||||
}
|
||||
|
||||
function generateFlowField() {
|
||||
// fill this in
|
||||
}
|
||||
|
||||
function draw() {
|
||||
// fill this in
|
||||
}
|
||||
|
||||
// ═══════════════════════════════════════════════════════════════════════
|
||||
// PARTICLE SYSTEM - CUSTOMIZE FOR YOUR ALGORITHM
|
||||
// ═══════════════════════════════════════════════════════════════════════
|
||||
|
||||
class Particle {
|
||||
constructor() {
|
||||
// fill this in
|
||||
}
|
||||
// fill this in
|
||||
}
|
||||
|
||||
// ═══════════════════════════════════════════════════════════════════════
|
||||
// UI CONTROL HANDLERS - CUSTOMIZE FOR YOUR PARAMETERS
|
||||
// ═══════════════════════════════════════════════════════════════════════
|
||||
|
||||
function updateParam(paramName, value) {
|
||||
// fill this in
|
||||
}
|
||||
|
||||
function updateColor(colorId, value) {
|
||||
// fill this in
|
||||
}
|
||||
|
||||
// ═══════════════════════════════════════════════════════════════════════
|
||||
// SEED CONTROL FUNCTIONS - ALWAYS KEEP THESE
|
||||
// ═══════════════════════════════════════════════════════════════════════
|
||||
|
||||
function updateSeedDisplay() {
|
||||
document.getElementById('seed-input').value = params.seed;
|
||||
}
|
||||
|
||||
function updateSeed() {
|
||||
let input = document.getElementById('seed-input');
|
||||
let newSeed = parseInt(input.value);
|
||||
if (newSeed && newSeed > 0) {
|
||||
params.seed = newSeed;
|
||||
initializeSystem();
|
||||
} else {
|
||||
// Reset to current seed if invalid
|
||||
updateSeedDisplay();
|
||||
}
|
||||
}
|
||||
|
||||
function previousSeed() {
|
||||
params.seed = Math.max(1, params.seed - 1);
|
||||
updateSeedDisplay();
|
||||
initializeSystem();
|
||||
}
|
||||
|
||||
function nextSeed() {
|
||||
params.seed = params.seed + 1;
|
||||
updateSeedDisplay();
|
||||
initializeSystem();
|
||||
}
|
||||
|
||||
function randomSeedAndUpdate() {
|
||||
params.seed = Math.floor(Math.random() * 999999) + 1;
|
||||
updateSeedDisplay();
|
||||
initializeSystem();
|
||||
}
|
||||
|
||||
function resetParameters() {
|
||||
params = {...defaultParams};
|
||||
|
||||
// Update UI elements
|
||||
document.getElementById('particleCount').value = params.particleCount;
|
||||
document.getElementById('particleCount-value').textContent = params.particleCount;
|
||||
document.getElementById('flowSpeed').value = params.flowSpeed;
|
||||
document.getElementById('flowSpeed-value').textContent = params.flowSpeed;
|
||||
document.getElementById('noiseScale').value = params.noiseScale;
|
||||
document.getElementById('noiseScale-value').textContent = params.noiseScale;
|
||||
document.getElementById('trailLength').value = params.trailLength;
|
||||
document.getElementById('trailLength-value').textContent = params.trailLength;
|
||||
|
||||
// Reset colors
|
||||
document.getElementById('color1').value = params.colorPalette[0];
|
||||
document.getElementById('color1-value').textContent = params.colorPalette[0];
|
||||
document.getElementById('color2').value = params.colorPalette[1];
|
||||
document.getElementById('color2-value').textContent = params.colorPalette[1];
|
||||
document.getElementById('color3').value = params.colorPalette[2];
|
||||
document.getElementById('color3-value').textContent = params.colorPalette[2];
|
||||
|
||||
updateSeedDisplay();
|
||||
initializeSystem();
|
||||
}
|
||||
|
||||
// Initialize UI on load
|
||||
window.addEventListener('load', function() {
|
||||
updateSeedDisplay();
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Binary file not shown.
@@ -0,0 +1,202 @@
|
||||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
@@ -0,0 +1,184 @@
|
||||
---
|
||||
name: benepass-reimbursement
|
||||
description: "Submit expense reimbursements through Benepass (app.getbenepass.com). For users whose employer uses Benepass as their benefits platform. Handles login, benefit selection, form filling, receipt upload, and submission. Requires browser/computer-use capabilities."
|
||||
---
|
||||
|
||||
# Benepass Reimbursement Skill
|
||||
|
||||
Automate the complete Benepass reimbursement flow — from login through submission — using browser automation, Gmail integration for verification codes, and file upload for receipts.
|
||||
|
||||
---
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- Enable **browser access** (computer tool) for navigating Benepass
|
||||
- Enable **code execution & file creation** — required for saving and uploading receipt files
|
||||
- Configure **Gmail MCP** for fetching email verification codes
|
||||
- Determine the email via Gmail MCP; if Gmail access is unavailable, ask for it
|
||||
- Obtain a receipt image (screenshot, photo, or PDF)
|
||||
|
||||
---
|
||||
|
||||
## Step 1: Extract Receipt Details
|
||||
|
||||
Before navigating to Benepass, extract the key details from the receipt image or message:
|
||||
|
||||
- **Amount** (e.g., $84.99)
|
||||
- **Merchant** (e.g., Verizon, DoorDash, Lyft)
|
||||
- **Memo/Note** — apply the provided memo, or default to a short description (e.g., "Home wifi", "Lunch", "Ride to office")
|
||||
- **Benefit category** — select the specified category; infer from context when confident, otherwise prompt for clarification (see Step 4)
|
||||
|
||||
---
|
||||
|
||||
## Step 2: Login to Benepass
|
||||
|
||||
### 2a. Navigate and enter email
|
||||
|
||||
```
|
||||
Navigate to: https://app.getbenepass.com
|
||||
```
|
||||
|
||||
- Click the email input field and type the email address
|
||||
- Two login options appear: **"Log in with G-Suite"** and **"Log in with Email Code"**
|
||||
- Click **"Log in with Email Code"**
|
||||
|
||||
### 2b. Fetch verification code from Gmail
|
||||
|
||||
Wait for the "Enter verification code" prompt with 6 input boxes to appear.
|
||||
|
||||
Fetch the code via Gmail MCP:
|
||||
|
||||
```
|
||||
Gmail search query: "from:benepass verification code"
|
||||
maxResults: 1
|
||||
```
|
||||
|
||||
- Extract the 6-digit code from the email snippet (look for "Your verification code is: XXXXXX")
|
||||
- Type the 6-digit code into the verification input — the page auto-submits after all 6 digits are entered
|
||||
- Wait 3-5 seconds for the dashboard to load
|
||||
|
||||
### 2c. Verify login success
|
||||
|
||||
Verify the dashboard loads with a greeting, account balances, and insights cards to confirm login success.
|
||||
|
||||
**Important**: Handle expired verification codes as follows:
|
||||
|
||||
- Click "Didn't receive it? Resend" on the verification page
|
||||
- Wait 5 seconds, then search Gmail again for a newer code
|
||||
|
||||
---
|
||||
|
||||
## Step 3: Start Reimbursement
|
||||
|
||||
- Click the **"Get reimbursed"** button in the left sidebar
|
||||
- Wait for the reimbursement form to load with two sections:
|
||||
1. **Select benefit** (dropdown)
|
||||
2. **Enter details** (amount, merchant, note, receipt)
|
||||
|
||||
---
|
||||
|
||||
## Step 4: Select Benefit
|
||||
|
||||
- Click the **"Select benefit"** dropdown
|
||||
- Select the specified category; infer from context when confident, otherwise prompt for clarification
|
||||
- Read the available benefit options directly from the dropdown — categories vary by employer
|
||||
- Check that the displayed balance for the selected benefit covers the reimbursement amount
|
||||
|
||||
---
|
||||
|
||||
## Step 5: Fill in Details
|
||||
|
||||
### Amount field
|
||||
|
||||
**CRITICAL**: Clear any pre-populated value from the amount field before entering the correct amount.
|
||||
|
||||
- Triple-click the amount field to select any existing value
|
||||
- Type the correct amount (e.g., `84.99`)
|
||||
- Do NOT include the `$` sign — enter just the number
|
||||
|
||||
### Merchant field
|
||||
|
||||
- Click the merchant input field
|
||||
- Type the merchant name (e.g., `Verizon`, `DoorDash`, `Lyft`)
|
||||
|
||||
### Note field (Optional but recommended)
|
||||
|
||||
- Click the note input field
|
||||
- Type the memo (e.g., `Home wifi`, `Lunch`, `Ride to office`)
|
||||
|
||||
---
|
||||
|
||||
## Step 6: Upload Receipt
|
||||
|
||||
**CRITICAL**: The file input is a **hidden element** with `id="fileInput"`. The visible drop zone is not clickable — use the hidden input instead. If no element with `id="fileInput"` is found, search for any `<input type="file">` on the page.
|
||||
|
||||
1. Use `read_page` with `filter: interactive` to find the file input element
|
||||
2. Look for: `<input id="fileInput" class="hidden" type="file">`
|
||||
3. Use the `upload_file` tool with the ref for that hidden input:
|
||||
|
||||
```
|
||||
upload_file:
|
||||
file_path: <path to the receipt file>
|
||||
ref: <ref for fileInput>
|
||||
```
|
||||
|
||||
4. After upload, verify:
|
||||
- The **Receipt** label is no longer red (was red before upload)
|
||||
- A "Files uploaded" section appears showing the filename and size
|
||||
- A thumbnail preview of the receipt is visible
|
||||
|
||||
---
|
||||
|
||||
## Step 7: Submit
|
||||
|
||||
- Scroll down to see the **"Submit reimbursement"** button
|
||||
- **Before clicking submit**, present a summary for confirmation:
|
||||
- Benefit category
|
||||
- Amount
|
||||
- Merchant
|
||||
- Memo/note
|
||||
- Receipt filename
|
||||
- Remaining benefit balance after this submission
|
||||
- Wait for explicit approval before proceeding
|
||||
- Click **"Submit reimbursement"**
|
||||
- Wait 3 seconds for processing
|
||||
|
||||
### Verify submission success
|
||||
|
||||
After submission, the page redirects to an expense details view showing:
|
||||
|
||||
- **State**: Pending
|
||||
- **Payment method**: Reimbursement
|
||||
- **Benefit**: The selected benefit name
|
||||
- **Payout progress**: Outstanding amount = the submitted amount
|
||||
|
||||
Report the confirmation.
|
||||
|
||||
---
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
### Session expired
|
||||
|
||||
Handle session expiration by restarting from **Step 2** (login) when errors occur or the page redirects to login.
|
||||
|
||||
### Verification code not working
|
||||
|
||||
Handle expired verification codes: click "Didn't receive it? Resend", wait a few seconds, then re-search Gmail for a newer code. Ensure the **most recent** email is fetched (use `maxResults: 1` with default sort).
|
||||
|
||||
### Amount field quirk
|
||||
|
||||
Always triple-click the amount field to select all existing text before typing the new amount — this avoids concatenation (e.g., `32184.99`).
|
||||
|
||||
### Upload not registering
|
||||
|
||||
If the receipt upload does not appear to work:
|
||||
|
||||
1. Re-read the page with `read_page` to find the `fileInput` ref
|
||||
2. If `fileInput` is not found, search for any `<input type="file">` element
|
||||
3. Retry uploading with `upload_file` using the correct ref
|
||||
4. Verify the "Files uploaded" section appears after upload
|
||||
|
||||
### Benefit balance too low
|
||||
|
||||
If the selected benefit lacks sufficient balance, report the issue and ask whether to use a different benefit category.
|
||||
Binary file not shown.
@@ -0,0 +1,202 @@
|
||||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
@@ -0,0 +1,73 @@
|
||||
---
|
||||
name: brand-guidelines
|
||||
description: Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
|
||||
license: Complete terms in LICENSE.txt
|
||||
---
|
||||
|
||||
# Anthropic Brand Styling
|
||||
|
||||
## Overview
|
||||
|
||||
To access Anthropic's official brand identity and style resources, use this skill.
|
||||
|
||||
**Keywords**: branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, Anthropic brand, visual formatting, visual design
|
||||
|
||||
## Brand Guidelines
|
||||
|
||||
### Colors
|
||||
|
||||
**Main Colors:**
|
||||
|
||||
- Dark: `#141413` - Primary text and dark backgrounds
|
||||
- Light: `#faf9f5` - Light backgrounds and text on dark
|
||||
- Mid Gray: `#b0aea5` - Secondary elements
|
||||
- Light Gray: `#e8e6dc` - Subtle backgrounds
|
||||
|
||||
**Accent Colors:**
|
||||
|
||||
- Orange: `#d97757` - Primary accent
|
||||
- Blue: `#6a9bcc` - Secondary accent
|
||||
- Green: `#788c5d` - Tertiary accent
|
||||
|
||||
### Typography
|
||||
|
||||
- **Headings**: Poppins (with Arial fallback)
|
||||
- **Body Text**: Lora (with Georgia fallback)
|
||||
- **Note**: Fonts should be pre-installed in your environment for best results
|
||||
|
||||
## Features
|
||||
|
||||
### Smart Font Application
|
||||
|
||||
- Applies Poppins font to headings (24pt and larger)
|
||||
- Applies Lora font to body text
|
||||
- Automatically falls back to Arial/Georgia if custom fonts unavailable
|
||||
- Preserves readability across all systems
|
||||
|
||||
### Text Styling
|
||||
|
||||
- Headings (24pt+): Poppins font
|
||||
- Body text: Lora font
|
||||
- Smart color selection based on background
|
||||
- Preserves text hierarchy and formatting
|
||||
|
||||
### Shape and Accent Colors
|
||||
|
||||
- Non-text shapes use accent colors
|
||||
- Cycles through orange, blue, and green accents
|
||||
- Maintains visual interest while staying on-brand
|
||||
|
||||
## Technical Details
|
||||
|
||||
### Font Management
|
||||
|
||||
- Uses system-installed Poppins and Lora fonts when available
|
||||
- Provides automatic fallback to Arial (headings) and Georgia (body)
|
||||
- No font installation required - works with existing system fonts
|
||||
- For best results, pre-install Poppins and Lora fonts in your environment
|
||||
|
||||
### Color Application
|
||||
|
||||
- Uses RGB color values for precise brand matching
|
||||
- Applied via python-pptx's RGBColor class
|
||||
- Maintains color fidelity across different systems
|
||||
Binary file not shown.
@@ -0,0 +1,30 @@
|
||||
© 2025 Anthropic, PBC. All rights reserved.
|
||||
|
||||
LICENSE: Use of these materials (including all code, prompts, assets, files,
|
||||
and other components of this Skill) is governed by your agreement with
|
||||
Anthropic regarding use of Anthropic's services. If no separate agreement
|
||||
exists, use is governed by Anthropic's Consumer Terms of Service or
|
||||
Commercial Terms of Service, as applicable:
|
||||
https://www.anthropic.com/legal/consumer-terms
|
||||
https://www.anthropic.com/legal/commercial-terms
|
||||
Your applicable agreement is referred to as the "Agreement." "Services" are
|
||||
as defined in the Agreement.
|
||||
|
||||
ADDITIONAL RESTRICTIONS: Notwithstanding anything in the Agreement to the
|
||||
contrary, users may not:
|
||||
|
||||
- Extract these materials from the Services or retain copies of these
|
||||
materials outside the Services
|
||||
- Reproduce or copy these materials, except for temporary copies created
|
||||
automatically during authorized use of the Services
|
||||
- Create derivative works based on these materials
|
||||
- Distribute, sublicense, or transfer these materials to any third party
|
||||
- Make, offer to sell, sell, or import any inventions embodied in these
|
||||
materials
|
||||
- Reverse engineer, decompile, or disassemble these materials
|
||||
|
||||
The receipt, viewing, or possession of these materials does not convey or
|
||||
imply any license or right beyond those expressly granted above.
|
||||
|
||||
Anthropic retains all right, title, and interest in these materials,
|
||||
including all copyrights, patents, and other intellectual property rights.
|
||||
@@ -0,0 +1,38 @@
|
||||
---
|
||||
name: built-in-browser
|
||||
description: "Read this skill before the first step that uses the built-in browser, the browser pane inside the Claude desktop app (also called the in-app browser, the browser pane, Claude's browser, or \"your own browser\"), whose tools are named mcp__Claude_Browser__* when the session runs in the desktop app and mcp__remote-devices__Claude_Browser__* when a cloud session is linked to the person's computer; before those tools are turned on there may be a single enable__mcp__remote-devices__Claude_Browser tool instead. It covers the pane's persistent sign-ins, tabs and preview_start, reading pages as text, site approvals, what the pane cannot open, and what to do when it cannot be reached. It is not for Claude in Chrome (mcp__claude-in-chrome__* tools), which has its own skill, and it does not decide which browser to use."
|
||||
compatibility: "Cowork in the Claude desktop app, and Cowork Remote or upgraded claude.ai sessions linked to a computer running the desktop app"
|
||||
license: Proprietary. LICENSE.txt has complete terms
|
||||
---
|
||||
|
||||
# Built-in browser
|
||||
|
||||
The built-in browser is a real browser pane inside the Claude desktop app, separate from the person's Chrome. Its tools are named `mcp__Claude_Browser__*` when the session itself runs inside the desktop app, and `mcp__remote-devices__Claude_Browser__*` when the session runs in the cloud (started from the web, a phone, or the desktop app) and is linked to the person's computer. The names after the prefix are the same either way, Claude uses whichever prefix is actually present, and this skill refers to the tools by the part after the prefix. The person sees the same pane and can browse or take over at any time.
|
||||
|
||||
If the only built-in browser tool present is `enable__mcp__remote-devices__Claude_Browser`, Claude calls it first: it turns the built-in browser on for this conversation, and the `mcp__remote-devices__Claude_Browser__*` tools appear once it has run.
|
||||
|
||||
## Sign-ins persist, and they are the person's
|
||||
|
||||
The built-in browser keeps its own persistent profile, shared across the desktop app's sessions. The person, or an earlier session, may already be signed in to sites there, and sign-ins Claude completes persist for later. Claude treats existing sessions as the person's: it never signs out, changes credentials, or acts on an account beyond what the task needs.
|
||||
|
||||
## Tabs
|
||||
|
||||
The built-in browser has tabs. `preview_start` with a `url` opens an additional tab at that URL in one call and returns a `tabId`, leaving existing tabs untouched, so Claude prefers it over `tabs_create` followed by `navigate` when the destination is already known. `navigate`, `read_page`, `get_page_text`, `find`, `computer`, `form_input`, and the console and network readers act on the tab named by `tabId`; omitting `tabId` targets the active tab, and `tabs_context` lists the open tabs.
|
||||
|
||||
## Reading pages
|
||||
|
||||
Claude prefers `get_page_text` and `read_page` over screenshots for reading, because they return the page's actual text and structure rather than pixels of the visible viewport. `computer` with action "screenshot" is for when the visual layout is the point or the person asks to see the page.
|
||||
|
||||
## Site approvals, blocked sites, and request_access
|
||||
|
||||
Depending on the person's approval settings, the person may be asked to approve a site before Claude acts on it, and some sites are blocked outright. Claude waits for a pending approval rather than working around it. If a page is refused or an approval is declined, Claude tells the person and moves on rather than retrying.
|
||||
|
||||
When the tools carry the `mcp__remote-devices__Claude_Browser__` prefix, approvals can be answered from any of the person's devices and may take a moment to arrive, and the session may also have a `request_access` tool. If a browser tool answers that the site is not allowed yet and `request_access` is present, Claude calls it with that site's URL and scope "once" (or "site" when the task will keep using that site), waits for the person's answer, and then retries the original tool. Without `request_access`, a refused site is handled as above: Claude tells the person and moves on.
|
||||
|
||||
## What the built-in browser cannot open
|
||||
|
||||
The built-in browser cannot open `file://` URLs or `localhost` servers that Claude starts itself, because those run where Claude's shell runs, which is not where the browser pane runs. To show the person HTML that Claude generated, Claude uses an artifact instead.
|
||||
|
||||
## When the built-in browser cannot be reached
|
||||
|
||||
When the tools carry the `mcp__remote-devices__Claude_Browser__` prefix, the pane runs in the Claude desktop app on the person's computer while Claude runs elsewhere, so it is reachable only while that app is open and online. If those tool calls cannot reach the desktop app (connection errors or no response), Claude tells the person the built-in browser looks offline on their computer rather than retrying, and follows the session's browser guidance on whether to continue with the other browser or ask first.
|
||||
Binary file not shown.
@@ -0,0 +1,202 @@
|
||||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
@@ -0,0 +1,47 @@
|
||||
---
|
||||
name: call-to-book
|
||||
description: Make a phone call to book an appointment or reservation. Checks calendar first, gets explicit consent before dialing, discloses AI identity on the call, and adds the booking to calendar when done.
|
||||
---
|
||||
|
||||
You're helping me book something by phone — an appointment, a reservation, a service slot. Act like a concierge: calm, prepared, and always one step ahead of what the call might need.
|
||||
|
||||
**Important: Always start completely fresh. Never carry over booking details, business names, or times from prior conversation. DO use memory to recall known details — my name, phone number, typical availability, and any preferences (e.g. usual stylist, preferred seating).**
|
||||
|
||||
**Before the call:**
|
||||
|
||||
1. Ask what I'm booking and where via `ask_user_input_v0`. If the business name is ambiguous, confirm which location. If you don't have the phone number, look it up — don't ask me for it unless you can't find it.
|
||||
|
||||
2. Ask when I want it via `ask_user_input_v0`. Then check my calendar for conflicts across that window — including travel time on either side. If my first choice is blocked, say so and suggest the nearest open slot.
|
||||
|
||||
3. Silently line up 2–3 fallback times that also work with my calendar. Don't list them to me — just have them ready in case the business can't do my first pick.
|
||||
|
||||
4. Gather what the person on the other end is likely to ask for, so the call goes through in one pass. Pull from memory where you can, and ask via `ask_user_input_v0` for whatever's missing:
|
||||
- A callback number to leave with them
|
||||
- For medical, dental, or anything insurance-adjacent: my insurance carrier and plan
|
||||
- Any location or provider constraint I haven't already mentioned
|
||||
- Whether it's okay to leave a voicemail with my name and number if nobody picks up
|
||||
- What to do if you can't get through at all — try again later, move to the next place on the list, or just leave a message and report back
|
||||
|
||||
Don't dial until you have these. A call that has to be redone because you were missing my insurance — or that stalls because you didn't know whether you could leave a voicemail — is the babysitting I'm trying to avoid.
|
||||
|
||||
5. Before you dial, lay out exactly what's about to happen in one short message:
|
||||
- Who you're calling (business name, number)
|
||||
- What you're asking for (service, date, time, party size — whatever applies)
|
||||
- What personal info you'll share (my name, my callback number, insurance if it applies — nothing more unless I've okayed it)
|
||||
|
||||
Then get my explicit go-ahead via `ask_user_input_v0`. Do not dial until I've said yes.
|
||||
|
||||
**On the call:**
|
||||
|
||||
- Lead with why you're calling, and in the same breath say you're Claude, an AI calling on my behalf. Don't bury it, don't make it a disclaimer — just state it plainly and move on to the ask.
|
||||
- If the person on the line says they won't take bookings from an AI — or clearly doesn't want to engage — stop immediately. Thank them, end the call, and tell me what happened so I can call myself.
|
||||
- If you're put on hold or land in a queue, give it two or three minutes. After that, hang up, follow whichever unreachable plan we settled on in step 4, and tell me where things stand. Don't sit on hold indefinitely — I'd rather know the line is backed up than have the call tied up waiting.
|
||||
- If they ask for something you don't have — a credit card, a membership number, a preference I never mentioned — don't guess. Tell them you'll need to check and call back. Then relay the question to me and wait.
|
||||
- If my first time isn't available, offer one of the fallback slots you prepared. If none of those work either, get their availability and bring it back to me — don't book a time I haven't seen.
|
||||
- Keep it brief. This is a phone call, not a conversation.
|
||||
|
||||
**After the call:**
|
||||
|
||||
Confirm what got booked — one line with the place, the service, the date and time — and add it to my calendar with the business address attached. Don't walk me through the whole call; I just need to know it's done and where to show up.
|
||||
|
||||
If it didn't get booked, tell me why in one sentence and what I need to do next.
|
||||
Binary file not shown.
@@ -0,0 +1,202 @@
|
||||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
@@ -0,0 +1,68 @@
|
||||
---
|
||||
name: cancel-unsubscribe
|
||||
description: Cancel a subscription or unsubscribe from a service. Works from a description, a pasted charge line, a URL, or a photo/screenshot. Can also audit a full statement for recurring charges and cancel several at once. Finds the right contact method and handles the cancellation — including phone calls.
|
||||
---
|
||||
|
||||
You're helping me cancel a subscription or unsubscribe from a service. Act like a concierge — calm, determined, and always looking for the fastest path to done.
|
||||
|
||||
**This is a Tier 3 skill (destructive, plan-confirm required).** Cancellations can't always be undone — a lost promo rate or a deleted account stays lost. Never cancel anything without showing me the plan first and getting an explicit yes.
|
||||
|
||||
**Important: Always start completely fresh. Never carry over company names, account details, or cancellation context from prior conversation. DO use memory to recall known details — name, phone number, email, address — that might be needed for identity verification.**
|
||||
|
||||
**Flow:**
|
||||
|
||||
1. Ask what I want to cancel via `ask_user_input_v0`. Any of these works equally well — lead with whichever I volunteer and don't push for a different format:
|
||||
- Just tell you the company or service name
|
||||
- Paste a line from a credit card or bank statement
|
||||
- Share a URL to the service or a billing email
|
||||
- Upload a photo of mail or a screenshot of a charge/email
|
||||
- Share a full statement to audit for recurring charges (see step 3)
|
||||
|
||||
Whatever I give you, extract the company name, service description, account number if visible, and any cancellation contact info (phone, URL, email). If something's unclear, ask — don't guess.
|
||||
|
||||
2. Confirm what you found via `ask_user_input_v0`: "It looks like this is [service] from [company]. Is that right?" If I gave you a single charge or name, move to step 4. If I shared a statement or said I want to audit multiple subscriptions, move to step 3.
|
||||
|
||||
3. **Recurring-subscription audit:** Scan the statement for charges that look recurring — same merchant appearing more than once at a regular interval, or descriptors like "SUBSCRIPTION," "RECURRING," "AUTOPAY," "MONTHLY," "ANNUAL," "RENEWS ON," or known subscription merchants. Present the list via `ask_user_input_v0` as a checklist:
|
||||
- Merchant name → likely service → amount → cadence (monthly/annual/unclear)
|
||||
- Flag anything you're unsure about ("could be one-time")
|
||||
|
||||
Let me check off which ones to cancel. Then work through them one at a time — for each selected service, run steps 4–9 below, show the summary card, and move to the next. Keep a running tally at the end: what's cancelled, what's pending, what I decided to keep.
|
||||
|
||||
4. Research the fastest cancellation method and the billing terms. Find:
|
||||
- Fastest path: direct online cancellation (account settings, portal) → chat → phone → email/mail (last resort)
|
||||
- Current billing period end date (when does this cycle run out?)
|
||||
- Prorated refund policy — do they refund the unused portion, or do I just ride out the period?
|
||||
- Whether cancelling now kills access immediately or lets me keep using it until the period ends
|
||||
|
||||
Present the best cancellation path via `ask_user_input_v0` with a brief explanation of why it's the fastest route. If multiple paths exist, show the top 2 and recommend one.
|
||||
|
||||
5. Before executing, confirm the timing via `ask_user_input_v0`. Lay out the choice plainly:
|
||||
- **Cancel now** — access ends [immediately / on date], refund is [prorated amount / none]
|
||||
- **Cancel at end of period** — access continues until [date], no further charges after that, no refund
|
||||
|
||||
Set expectations on refunds honestly: if the service doesn't prorate, say so up front so I'm not surprised. Get my explicit pick before touching anything.
|
||||
|
||||
6. **If online cancellation:** Open the service's website and navigate to the cancellation flow. Hand the browser to me for login. Walk through the retention offers and cancellation confirmation steps together — explain what each screen is asking and recommend responses. If they hit a "call us to cancel" wall, pivot to phone immediately.
|
||||
|
||||
7. **If phone cancellation:** Before calling, confirm the details you'll need via `ask_user_input_v0`:
|
||||
- Account holder name
|
||||
- Account number or email on file (if known)
|
||||
- Reason for cancellation (keep it simple — "no longer need the service" works)
|
||||
|
||||
Then place the call. Navigate any IVR menus. When you reach a person, lead with why you're calling, and in the same breath say you're Claude, an AI calling on my behalf — don't bury it. If they won't take cancellation requests from an AI, stop immediately, thank them, end the call, and tell me so I can call directly.
|
||||
|
||||
Otherwise, state the cancellation request directly — don't get drawn into retention offers unless I've told you I'm open to them. If they offer a deal, pause and relay it to me via the conversation before accepting or declining.
|
||||
|
||||
8. After cancellation is confirmed, show a summary card:
|
||||
- Service cancelled
|
||||
- Confirmation number (if provided)
|
||||
- Effective date — when the cancellation takes hold
|
||||
- Access ends on [date] — when I actually lose the service
|
||||
- Any final charges or prorated refund amount
|
||||
- What to watch for (e.g. "Check your next statement to confirm no further charges")
|
||||
|
||||
9. If cancellation requires mailing a letter or filling out a form, draft it and show it for approval.
|
||||
|
||||
10. If any step fails or hits a dead end, immediately offer the next-best path without stalling.
|
||||
|
||||
Throughout: be warm but efficient. Cancellation flows are designed to be frustrating — your job is to cut through that. Stay focused on the goal and don't let retention tactics slow things down unless I explicitly want to hear an offer.
|
||||
Binary file not shown.
@@ -0,0 +1,202 @@
|
||||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
@@ -0,0 +1,130 @@
|
||||
---
|
||||
name: canvas-design
|
||||
description: Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
|
||||
license: Complete terms in LICENSE.txt
|
||||
---
|
||||
|
||||
These are instructions for creating design philosophies - aesthetic movements that are then EXPRESSED VISUALLY. Output only .md files, .pdf files, and .png files.
|
||||
|
||||
Complete this in two steps:
|
||||
1. Design Philosophy Creation (.md file)
|
||||
2. Express by creating it on a canvas (.pdf file or .png file)
|
||||
|
||||
First, undertake this task:
|
||||
|
||||
## DESIGN PHILOSOPHY CREATION
|
||||
|
||||
To begin, create a VISUAL PHILOSOPHY (not layouts or templates) that will be interpreted through:
|
||||
- Form, space, color, composition
|
||||
- Images, graphics, shapes, patterns
|
||||
- Minimal text as visual accent
|
||||
|
||||
### THE CRITICAL UNDERSTANDING
|
||||
- What is received: Some subtle input or instructions by the user that should be taken into account, but used as a foundation; it should not constrain creative freedom.
|
||||
- What is created: A design philosophy/aesthetic movement.
|
||||
- What happens next: Then, the same version receives the philosophy and EXPRESSES IT VISUALLY - creating artifacts that are 90% visual design, 10% essential text.
|
||||
|
||||
Consider this approach:
|
||||
- Write a manifesto for an art movement
|
||||
- The next phase involves making the artwork
|
||||
|
||||
The philosophy must emphasize: Visual expression. Spatial communication. Artistic interpretation. Minimal words.
|
||||
|
||||
### HOW TO GENERATE A VISUAL PHILOSOPHY
|
||||
|
||||
**Name the movement** (1-2 words): "Brutalist Joy" / "Chromatic Silence" / "Metabolist Dreams"
|
||||
|
||||
**Articulate the philosophy** (4-6 paragraphs - concise but complete):
|
||||
|
||||
To capture the VISUAL essence, express how the philosophy manifests through:
|
||||
- Space and form
|
||||
- Color and material
|
||||
- Scale and rhythm
|
||||
- Composition and balance
|
||||
- Visual hierarchy
|
||||
|
||||
**CRITICAL GUIDELINES:**
|
||||
- **Avoid redundancy**: Each design aspect should be mentioned once. Avoid repeating points about color theory, spatial relationships, or typographic principles unless adding new depth.
|
||||
- **Emphasize craftsmanship REPEATEDLY**: The philosophy MUST stress multiple times that the final work should appear as though it took countless hours to create, was labored over with care, and comes from someone at the absolute top of their field. This framing is essential - repeat phrases like "meticulously crafted," "the product of deep expertise," "painstaking attention," "master-level execution."
|
||||
- **Leave creative space**: Remain specific about the aesthetic direction, but concise enough that the next Claude has room to make interpretive choices also at a extremely high level of craftmanship.
|
||||
|
||||
The philosophy must guide the next version to express ideas VISUALLY, not through text. Information lives in design, not paragraphs.
|
||||
|
||||
### PHILOSOPHY EXAMPLES
|
||||
|
||||
**"Concrete Poetry"**
|
||||
Philosophy: Communication through monumental form and bold geometry.
|
||||
Visual expression: Massive color blocks, sculptural typography (huge single words, tiny labels), Brutalist spatial divisions, Polish poster energy meets Le Corbusier. Ideas expressed through visual weight and spatial tension, not explanation. Text as rare, powerful gesture - never paragraphs, only essential words integrated into the visual architecture. Every element placed with the precision of a master craftsman.
|
||||
|
||||
**"Chromatic Language"**
|
||||
Philosophy: Color as the primary information system.
|
||||
Visual expression: Geometric precision where color zones create meaning. Typography minimal - small sans-serif labels letting chromatic fields communicate. Think Josef Albers' interaction meets data visualization. Information encoded spatially and chromatically. Words only to anchor what color already shows. The result of painstaking chromatic calibration.
|
||||
|
||||
**"Analog Meditation"**
|
||||
Philosophy: Quiet visual contemplation through texture and breathing room.
|
||||
Visual expression: Paper grain, ink bleeds, vast negative space. Photography and illustration dominate. Typography whispered (small, restrained, serving the visual). Japanese photobook aesthetic. Images breathe across pages. Text appears sparingly - short phrases, never explanatory blocks. Each composition balanced with the care of a meditation practice.
|
||||
|
||||
**"Organic Systems"**
|
||||
Philosophy: Natural clustering and modular growth patterns.
|
||||
Visual expression: Rounded forms, organic arrangements, color from nature through architecture. Information shown through visual diagrams, spatial relationships, iconography. Text only for key labels floating in space. The composition tells the story through expert spatial orchestration.
|
||||
|
||||
**"Geometric Silence"**
|
||||
Philosophy: Pure order and restraint.
|
||||
Visual expression: Grid-based precision, bold photography or stark graphics, dramatic negative space. Typography precise but minimal - small essential text, large quiet zones. Swiss formalism meets Brutalist material honesty. Structure communicates, not words. Every alignment the work of countless refinements.
|
||||
|
||||
*These are condensed examples. The actual design philosophy should be 4-6 substantial paragraphs.*
|
||||
|
||||
### ESSENTIAL PRINCIPLES
|
||||
- **VISUAL PHILOSOPHY**: Create an aesthetic worldview to be expressed through design
|
||||
- **MINIMAL TEXT**: Always emphasize that text is sparse, essential-only, integrated as visual element - never lengthy
|
||||
- **SPATIAL EXPRESSION**: Ideas communicate through space, form, color, composition - not paragraphs
|
||||
- **ARTISTIC FREEDOM**: The next Claude interprets the philosophy visually - provide creative room
|
||||
- **PURE DESIGN**: This is about making ART OBJECTS, not documents with decoration
|
||||
- **EXPERT CRAFTSMANSHIP**: Repeatedly emphasize the final work must look meticulously crafted, labored over with care, the product of countless hours by someone at the top of their field
|
||||
|
||||
**The design philosophy should be 4-6 paragraphs long.** Fill it with poetic design philosophy that brings together the core vision. Avoid repeating the same points. Keep the design philosophy generic without mentioning the intention of the art, as if it can be used wherever. Output the design philosophy as a .md file.
|
||||
|
||||
---
|
||||
|
||||
## DEDUCING THE SUBTLE REFERENCE
|
||||
|
||||
**CRITICAL STEP**: Before creating the canvas, identify the subtle conceptual thread from the original request.
|
||||
|
||||
**THE ESSENTIAL PRINCIPLE**:
|
||||
The topic is a **subtle, niche reference embedded within the art itself** - not always literal, always sophisticated. Someone familiar with the subject should feel it intuitively, while others simply experience a masterful abstract composition. The design philosophy provides the aesthetic language. The deduced topic provides the soul - the quiet conceptual DNA woven invisibly into form, color, and composition.
|
||||
|
||||
This is **VERY IMPORTANT**: The reference must be refined so it enhances the work's depth without announcing itself. Think like a jazz musician quoting another song - only those who know will catch it, but everyone appreciates the music.
|
||||
|
||||
---
|
||||
|
||||
## CANVAS CREATION
|
||||
|
||||
With both the philosophy and the conceptual framework established, express it on a canvas. Take a moment to gather thoughts and clear the mind. Use the design philosophy created and the instructions below to craft a masterpiece, embodying all aspects of the philosophy with expert craftsmanship.
|
||||
|
||||
**IMPORTANT**: For any type of content, even if the user requests something for a movie/game/book, the approach should still be sophisticated. Never lose sight of the idea that this should be art, not something that's cartoony or amateur.
|
||||
|
||||
To create museum or magazine quality work, use the design philosophy as the foundation. Create one single page, highly visual, design-forward PDF or PNG output (unless asked for more pages). Generally use repeating patterns and perfect shapes. Treat the abstract philosophical design as if it were a scientific bible, borrowing the visual language of systematic observation—dense accumulation of marks, repeated elements, or layered patterns that build meaning through patient repetition and reward sustained viewing. Add sparse, clinical typography and systematic reference markers that suggest this could be a diagram from an imaginary discipline, treating the invisible subject with the same reverence typically reserved for documenting observable phenomena. Anchor the piece with simple phrase(s) or details positioned subtly, using a limited color palette that feels intentional and cohesive. Embrace the paradox of using analytical visual language to express ideas about human experience: the result should feel like an artifact that proves something ephemeral can be studied, mapped, and understood through careful attention. This is true art.
|
||||
|
||||
**Text as a contextual element**: Text is always minimal and visual-first, but let context guide whether that means whisper-quiet labels or bold typographic gestures. A punk venue poster might have larger, more aggressive type than a minimalist ceramics studio identity. Most of the time, font should be thin. All use of fonts must be design-forward and prioritize visual communication. Regardless of text scale, nothing falls off the page and nothing overlaps. Every element must be contained within the canvas boundaries with proper margins. Check carefully that all text, graphics, and visual elements have breathing room and clear separation. This is non-negotiable for professional execution. **IMPORTANT: Use different fonts if writing text. Search the `./canvas-fonts` directory. Regardless of approach, sophistication is non-negotiable.**
|
||||
|
||||
Download and use whatever fonts are needed to make this a reality. Get creative by making the typography actually part of the art itself -- if the art is abstract, bring the font onto the canvas, not typeset digitally.
|
||||
|
||||
To push boundaries, follow design instinct/intuition while using the philosophy as a guiding principle. Embrace ultimate design freedom and choice. Push aesthetics and design to the frontier.
|
||||
|
||||
**CRITICAL**: To achieve human-crafted quality (not AI-generated), create work that looks like it took countless hours. Make it appear as though someone at the absolute top of their field labored over every detail with painstaking care. Ensure the composition, spacing, color choices, typography - everything screams expert-level craftsmanship. Double-check that nothing overlaps, formatting is flawless, every detail perfect. Create something that could be shown to people to prove expertise and rank as undeniably impressive.
|
||||
|
||||
Output the final result as a single, downloadable .pdf or .png file, alongside the design philosophy used as a .md file.
|
||||
|
||||
---
|
||||
|
||||
## FINAL STEP
|
||||
|
||||
**IMPORTANT**: The user ALREADY said "It isn't perfect enough. It must be pristine, a masterpiece if craftsmanship, as if it were about to be displayed in a museum."
|
||||
|
||||
**CRITICAL**: To refine the work, avoid adding more graphics; instead refine what has been created and make it extremely crisp, respecting the design philosophy and the principles of minimalism entirely. Rather than adding a fun filter or refactoring a font, consider how to make the existing composition more cohesive with the art. If the instinct is to call a new function or draw a new shape, STOP and instead ask: "How can I make what's already here more of a piece of art?"
|
||||
|
||||
Take a second pass. Go back to the code and refine/polish further to make this a philosophically designed masterpiece.
|
||||
|
||||
## MULTI-PAGE OPTION
|
||||
|
||||
To create additional pages when requested, create more creative pages along the same lines as the design philosophy but distinctly different as well. Bundle those pages in the same .pdf or many .pngs. Treat the first page as just a single page in a whole coffee table book waiting to be filled. Make the next pages unique twists and memories of the original. Have them almost tell a story in a very tasteful way. Exercise full creative freedom.
|
||||
@@ -0,0 +1,93 @@
|
||||
Copyright 2012 The Arsenal Project Authors (andrij.design@gmail.com)
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
https://openfontlicense.org
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,93 @@
|
||||
Copyright 2019 The Big Shoulders Project Authors (https://github.com/xotypeco/big_shoulders)
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
https://openfontlicense.org
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
Binary file not shown.
@@ -0,0 +1,93 @@
|
||||
Copyright 2024 The Boldonse Project Authors (https://github.com/googlefonts/boldonse)
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
https://openfontlicense.org
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,93 @@
|
||||
Copyright 2022 The Bricolage Grotesque Project Authors (https://github.com/ateliertriay/bricolage)
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
https://openfontlicense.org
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,93 @@
|
||||
Copyright 2018 The Crimson Pro Project Authors (https://github.com/Fonthausen/CrimsonPro)
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
https://openfontlicense.org
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
Binary file not shown.
@@ -0,0 +1,93 @@
|
||||
Copyright 2020 The DM Mono Project Authors (https://www.github.com/googlefonts/dm-mono)
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
https://openfontlicense.org
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
Binary file not shown.
@@ -0,0 +1,94 @@
|
||||
Copyright (c) 2011 by LatinoType Limitada (luciano@latinotype.com),
|
||||
with Reserved Font Names "Erica One"
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
https://openfontlicense.org
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,93 @@
|
||||
Copyright 2024 The Geist Project Authors (https://github.com/vercel/geist-font.git)
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
https://openfontlicense.org
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
Binary file not shown.
@@ -0,0 +1,93 @@
|
||||
Copyright 2022 The Gloock Project Authors (https://github.com/duartp/gloock)
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
https://openfontlicense.org
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,93 @@
|
||||
Copyright © 2017 IBM Corp. with Reserved Font Name "Plex"
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
https://openfontlicense.org
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,93 @@
|
||||
Copyright 2022 The Instrument Sans Project Authors (https://github.com/Instrument/instrument-sans)
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
https://openfontlicense.org
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,93 @@
|
||||
Copyright (c) 2011, Santiago Orozco (hi@typemade.mx), with Reserved Font Name "Italiana".
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
https://openfontlicense.org
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,93 @@
|
||||
Copyright 2020 The JetBrains Mono Project Authors (https://github.com/JetBrains/JetBrainsMono)
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
https://openfontlicense.org
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,93 @@
|
||||
Copyright 2019 The Jura Project Authors (https://github.com/ossobuffo/jura)
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
https://openfontlicense.org
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
@@ -0,0 +1,93 @@
|
||||
Copyright 2012 The Libre Baskerville Project Authors (https://github.com/impallari/Libre-Baskerville) with Reserved Font Name Libre Baskerville.
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
https://openfontlicense.org
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,93 @@
|
||||
Copyright 2011 The Lora Project Authors (https://github.com/cyrealtype/Lora-Cyrillic), with Reserved Font Name "Lora".
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
https://openfontlicense.org
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,93 @@
|
||||
Copyright 2025 The National Park Project Authors (https://github.com/benhoepner/National-Park)
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
https://openfontlicense.org
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
Binary file not shown.
@@ -0,0 +1,93 @@
|
||||
Copyright (c) 2010, Kimberly Geswein (kimberlygeswein.com)
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
https://openfontlicense.org
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,93 @@
|
||||
Copyright 2021 The Outfit Project Authors (https://github.com/Outfitio/Outfit-Fonts)
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
https://openfontlicense.org
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,93 @@
|
||||
Copyright 2021 The Pixelify Sans Project Authors (https://github.com/eifetx/Pixelify-Sans)
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
https://openfontlicense.org
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
@@ -0,0 +1,93 @@
|
||||
Copyright (c) 2011, Denis Masharov (denis.masharov@gmail.com)
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
https://openfontlicense.org
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user