clogger.git  about / heads / tags
configurable request logging for Rack
   commit c7d2e5dab777bb71fbe40c64ecef4d6a86a96205 (patch)
   parent b6bed32 doc: use Tor v3 .onion URLs
     tree 3c4d236880783f6c8d7ecbd5474a63d1875d1379
   author Eric Wong <bofh@yhbt.net>  2021-05-25 23:02:46 +0000
committer Eric Wong <bofh@yhbt.net>  2021-05-25 23:37:20 +0000

pkg.mk: remove index.html and created.rid from homepage

index.html and README.html are identical, so get rid of
it.  created.rid has no business being public, anyways.
Our homepage is just a directory listing, nowadays,
to improve discoverability of non-HTML docs.
---
 pkg.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pkg.mk b/pkg.mk
index cbe6255..1f1b8ed 100644
--- a/pkg.mk
+++ b/pkg.mk
@@ -127,7 +127,8 @@ publish_doc:
 	-git set-file-times
 	$(MAKE) doc
 	$(MAKE) doc_gz
-	$(RSYNC) -av doc/ $(RSYNC_DEST)/
+	$(RSYNC) -av doc/ $(RSYNC_DEST)/ \
+		--exclude index.html* --exclude created.rid*
 	git ls-files | xargs touch
 endif
 


glossary
--------
Commit objects reference one tree, and zero or more parents.

Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.

Multiple parents means the commit is a merge.

Root commits have no ancestor.  Note that it is
possible to have multiple root commits when merging independent histories.

Every commit references one top-level tree object.

git clone http://yhbt.net/clogger.git