ssnail

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

commit ebc24c4dd70230751c429419c731c77bf222e9fe
parent ac4cf681dcd093675456a5e41cd6497c53bc7b84
Author: Paco Esteban <paco@e1e0.net>
Date:   Thu, 18 Jun 2020 18:40:02 +0200

remove unused define MAX_META

Diffstat:
Mssnail.c | 2--
Atags | 14++++++++++++++
2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/ssnail.c b/ssnail.c @@ -31,8 +31,6 @@ #include "helpers.h" -#define MAX_META 255 - struct article { size_t htmlz; size_t origz; diff --git a/tags b/tags @@ -0,0 +1,14 @@ +Mssnail ssnail.c /^main(int argc, char *argv[])$/ +SLIST_HEAD ssnail.c /^SLIST_HEAD(listhead, article) head;$/ +article ssnail.c /^struct article {$/ +articleq_free ssnail.c /^articleq_free(struct listhead *h)$/ +build_full_path helpers.c /^build_full_path(char *dir, char *file)$/ +copy_file helpers.c /^copy_file(const char *source_file, const char *des/ +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)$/ +populate_article_entry ssnail.c /^populate_article_entry(struct article *ap)$/ +process_dir ssnail.c /^process_dir(char *src, char *dst, int force)$/ +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/