Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/treetrek.git

Updates installation instructions

Author Dave Jarvis <email>
Date 2026-02-23 13:38:20 GMT-0800
Commit aea13ec7a8129b4fc8ea64957fa1d241aca103f5
Parent f4c64e3
INSTALL.md
1. Save the file.
1. Edit `${WEBDIR}/${REPO}/order.txt`
-1. Add repositories you want to come first, hide using a hyphen prefix.
+1. List repositories in the order they must appear.
+1. Hide repositories using a hyphen prefix.
+1. Save the file.
1. Edit nginx configuration file.
1. Add routing and security rules:
}
```
+1. Save the file.
1. Apply changes:
```bash
README.md
-# Git Repository Viewer
+# TreeTrek
TreeTrek is a free, read-only, open-source, dependency- and authentication-free
PHP application for browsing raw Git repositories in either a self-hosted or
-shared host environment. It functions entirely through direct filesystem access
-without invoking system commands.
+shared host environment. It is a human-guided, AI-implemented, greenfield
+implementation having zero system or shell commands.
-## Core Git Implementation
+## Git implementation
The engine implements low-level Git protocols to navigate and extract data from
read-only cloning via standard Git clients.
-## Content and Visualization
+## User interface
The user interface provides developer-focused tools for inspecting history
without exceeding memory limits.
-## Curation and Architecture
+## Design
Project organization and system behavior are managed through flat-file
Delta 10 lines added, 7 lines removed, 3-line increase