Add subscription feed fetching, clean up a bit
authorChip Black <bytex64@bytex64.net>
Tue, 22 Feb 2011 10:34:11 +0000 (04:34 -0600)
committerChip Black <bytex64@bytex64.net>
Tue, 22 Feb 2011 10:34:11 +0000 (04:34 -0600)
commitec8746b44dc85fd3e3b42835f779890684a9e90a
tree17bc183cfae61b2e58dcd9628987a38828c32c16
parentdead5bdc521b34c85256737b616f4072a78dc2fb
Add subscription feed fetching, clean up a bit

Add a /feed URL for fetching subscription feeds.  Genericized "struct
tag" into "struct blergref" -- no actual change, but the same thing is
now used by subscription indexes.
12 files changed:
cgi/cgi_blerg.c
common/stringbucket.c
common/stringbucket.h
database/blergref.h [new file with mode: 0644]
database/database.c
database/subscription.c
database/subscription.h
database/tags.c
database/tags.h
http/http_blerg.c
tools/blerglatest.c
tools/blergtool.c