ssnail

crappy and opinionated static site generator
git clone https://git.e1e0.net/ssnail.git
Log | Files | Refs | README | LICENSE

commit 4e682a405dd87bc2fd76d3dee7767730d6e429f8
parent 103ee1c28f33ef837166cacb80d51d6489b30893
Author: Paco Esteban <paco@e1e0.net>
Date:   Fri, 12 Feb 2021 16:25:18 +0100

update tags

Diffstat:
Mtags | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tags b/tags @@ -20,6 +20,6 @@ ssnail_error ssnail_error.h /^static const struct ssnail_error {$/ ssnail_error_fprintf error.c /^ssnail_error_fprintf(const struct ssnail_error *er/ ssnail_error_from_errno error.c /^ssnail_error_from_errno(const char *prefix)$/ ssnail_error_msg error.c /^ssnail_error_msg(int code, const char *msg)$/ -str_rep helpers.c /^str_rep(const char *s, const char *old, const char/ +str_rep helpers.c /^str_rep(char **str, const char *old, const char *n/ write_html ssnail.c /^write_html(struct article *ap, char *head_tpl, cha/ write_rss ssnail.c /^write_rss(char *dst_path, char *rss_listing, char /