Skip to content

Commit 1076c77

Browse files
kwagyemanclaude
andcommitted
docs: add CMUcam legacy section (CMUcam1-5)
Preserve the CMUcam project (cmucam.org, now offline) as a Legacy section in the docs, scraped from the Wayback Machine. Adds an intro page plus per-camera sections for CMUcam1-4 (overview, wiki, and sub-pages, with downloads and converted-to-MP4 videos) and a Pixy (CMUcam5) landing page pointing at the live pixycam.com. External links point at their real online destinations, not the archive. Linked after License in the toctree; excluded from the offline/IDE bundle via the parent repo's snapshot pruning. CMUcam4 and CMUcam5 are still being finished; CMUcam3 may remain partial for a while. A scoped docs/legacy/.gitattributes forces the archive's binary asset types (.bmp/.zip/.ppt/.tar and uppercase image/pdf extensions) to binary, since the repo-wide `* text eol=lf` would otherwise corrupt them. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent a38c73a commit 1076c77

299 files changed

Lines changed: 15280 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ OpenMV MicroPython documentation
1313
Internals <develop/index.rst>
1414
Changelog <changelog/index.rst>
1515
License <license.rst>
16+
Legacy <legacy/index.rst>

docs/legacy/.gitattributes

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# The repo root sets `* text eol=lf`, which would corrupt binary assets that
2+
# are not on its whitelist (and its patterns are lowercase / case-sensitive).
3+
# The legacy CMUcam archive carries several such types, so force them binary
4+
# here in both cases.
5+
*.bmp binary
6+
*.BMP binary
7+
*.zip binary
8+
*.ZIP binary
9+
*.ppt binary
10+
*.PPT binary
11+
*.tar binary
12+
*.TAR binary
13+
*.jpg binary
14+
*.JPG binary
15+
*.jpeg binary
16+
*.JPEG binary
17+
*.png binary
18+
*.PNG binary
19+
*.pdf binary
20+
*.PDF binary
21+
*.gif binary
22+
*.GIF binary
23+
*.mp4 binary
24+
*.MP4 binary
7.12 KB
Binary file not shown.
7.06 KB
Binary file not shown.
7.07 KB
Binary file not shown.
7.1 KB
Binary file not shown.
39.7 KB
Binary file not shown.
1010 KB
Binary file not shown.
532 KB
Binary file not shown.
890 KB
Binary file not shown.

0 commit comments

Comments
 (0)