ssnail

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

commit 4f86d4bee4e8800f76a85775e3425d069a62ec98
parent 52b0f2608f8a635b731fe42eadc770a2e344f16d
Author: Paco Esteban <paco@e1e0.net>
Date:   Mon, 22 Jun 2020 19:03:08 +0200

updated tags

Diffstat:
Mtags | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/tags b/tags @@ -8,7 +8,12 @@ gen_html ssnail.c /^gen_html(struct article *a)$/ generate_index ssnail.c /^generate_index(struct listhead *h, char *head_tpl,/ get_filename_ext helpers.c /^get_filename_ext(const char *filename)$/ load_from_file helpers.c /^load_from_file(char **buffer, char *path)$/ +nitems error.c /^#define nitems(_a) (sizeof(_a) \/ sizeof((_a)[0]))/ populate_article_entry ssnail.c /^populate_article_entry(struct article *ap)$/ process_dir ssnail.c /^process_dir(char *src, char *dst, int force)$/ +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/ write_html ssnail.c /^write_html(struct article *ap, char *head_tpl, cha/