Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>README</title> <link rel="stylesheet" href="/assets/css/style.css"> </head> <body> <a class="banner" href="/"> <img class="banner-logo" src="/assets/img/tool.jpg" alt=""> <span class="banner-title">Beagle SCM</span> </a> <h1>Beagle wiki</h1> <p> Beagle: git-compatible LLM-age source code management system. Project management docs. </p> <ol> <li><a href="/meta">meta</a> page format requirements for each parts, e.g. <a href="/meta/wiki.html">wiki</a>,<ul> <li><a href="/meta/wiki.html">wiki format and organization</a></li> <li><a href="/meta/todo.html">ticket format</a></li> <li><a href="/meta/work.html">tickets and worktrees workflow</a></li> <li><a href="/meta/index.html">API index files (read before work, update after changes)</a></li> <li><a href="/meta/abc.html">ABC (ABstractionless C) codebase conventions</a></li> </ul> </li> <li><a href="/wiki">wiki</a> defining concepts and connections within the project, essentials:<ul> <li><a href="/wiki/ABC.html">AB C</a>,</li> <li><a href="/wiki/URI.html">Beagle URIs</a>,</li> <li><a href="/wiki/StrictMark.html">StrictMark</a>,</li> <li><a href="/wiki/Verbs.html">Beagle's (HTTP) Verbs</a>,</li> </ul> </li> <li><a href="/todo">todo</a> tickets, issues, todos, ordered by the topic,</li> <li><a href="/blog">blog</a> the project's blog,</li> <li><a href="/html">html</a> the generated site: a git submodule (public repo <code>replicated.live</code>),</li> <li>the <a href="https://github.com/gritzko/beagle-ext">Beagle codebase</a> per se (JavaScript)</li> <li><a href="https://github.com/gritzko/libdog">libdog</a> (the heavy lifting C part)</li> <li><a href="./feed.rss">RSS feed</a></li> </ol> <p> Publishing: edit sources, run <code>make</code> (renders into the <code>html/</code> submodule), then <code>make publish</code> — commit+push inside <code>html/</code>, then bump the gitlink here. </p> <div class="footer"> ❧ <a href="/feed.rss">RSS feed</a> ❧ <a href="https://github.com/gritzko/beagle-ext">Beagle</a> ❧ <a href="https://github.com/gritzko/jab">JAB</a> ❧ </div> </body> </html>