ref: 7c50716f847be11421e185edc48a54b9602828d6
parent: 8fff3bb075833db2da787166eb861075f7544473
author: glenda <glenda@9front.local>
date: Sat Nov 28 18:57:25 EST 2020
website: add first cut of site.
--- /dev/null
+++ b/index.html
@@ -1,0 +1,59 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+ <style type="text/css">
+ body{
+ margin: 3em auto;
+ max-width: 50em;
+ font-family: sans-serif;
+ }
+ h1,h2{
+ font-size: 1.3em;
+ color: #4c4c99;
+ }
+ h3{
+ font-size: 1em;
+ color: #4c4c99;
+ }
+ pre{
+ font-size: 0.8em;
+ background: #ffffea;
+ }
+ </style>
+ <link rel="alternate" type="application/rss+xml" href="feed.rss" title="rss">
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <title>Shithub</title>
+</head>
+<body>
+<h1>Shitub</h1>
+<h2>Like Github, but Shit.</h2>
+
+<p>Shithub is a site for hosting git repositories. It's
+running on <a href="https://orib.dev/git9.html">git9</a>,
+hosted on <a href=http://9front.org>9front</a>.</p>
+
+<p align="center"><img src=toilet.jpg></p>
+
+<h2>Code</h2>
+
+<p><a href="git/repos.html">Repo List</a></p>
+
+<h2>Using Shithub</h2>
+
+Creating a repository:
+
+<pre>
+rcpu -h shithub.us \
+ -c newrepo -d 'description' -c 'contact@me.com' repo
+git/push -u hjgit://shithub.us/$user/repo
+</pre>
+
+<h2>Getting A Shithub Account</h2>
+
+<p>To get an account, email <a href="mailto:ori@eigenstate.org">
+Ori Bernstein <ori@eigenstate.org></a>, and ask for an
+account.</p>
+
+</body>
+</html>
--- a/mkfile
+++ b/mkfile
@@ -1,3 +1,12 @@
+RCFILES=\
+ shithub\
+ newrepo
+
+WEBFILES=\
+ index.html\
+ toilet.jpg
+
install:
- cp shithub newrepo /rc/bin
+ cp $RCFILES /rc/bin
+ cp $WEBFILES /usr/web
cp gitrules /sys/lib/tcp80
binary files /dev/null b/toilet.jpg differ