ssnail

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

tags (1686B)


      1 LIST_HEAD	ssnail.c	/^LIST_HEAD(listhead, article) head;$/
      2 Mssnail	ssnail.c	/^main(int argc, char *argv[])$/
      3 add_index_entry	ssnail.c	/^add_index_entry(char **index_listing, struct artic/
      4 add_rss_entry	ssnail.c	/^add_rss_entry(char **rss_listing, struct article */
      5 article	ssnail.c	/^struct article {$/
      6 build_full_path	helpers.c	/^build_full_path(char *dir, char *file)$/
      7 copy_file	helpers.c	/^copy_file(const char *source_file, const char *des/
      8 free_article	ssnail.c	/^free_article(struct article *a)$/
      9 free_articleq	ssnail.c	/^free_articleq(struct listhead *h)$/
     10 gen_html	ssnail.c	/^gen_html(struct article *a)$/
     11 generate_index	ssnail.c	/^generate_index(char *dst_path, char *index_listing/
     12 get_filename_ext	helpers.c	/^get_filename_ext(const char *filename)$/
     13 init_article	ssnail.c	/^init_article(void)$/
     14 load_from_file	helpers.c	/^load_from_file(char **buffer, char *path)$/
     15 nitems	error.c	/^#define nitems(_a) (sizeof(_a) \/ sizeof((_a)[0]))/
     16 populate_article_entry	ssnail.c	/^populate_article_entry(char *src_path, char *dst_p/
     17 process_dir	ssnail.c	/^process_dir(char *src, char *dst, int force)$/
     18 sort_articleq	ssnail.c	/^sort_articleq(struct listhead *h)$/
     19 ssnail_error	ssnail_error.h	/^static const struct ssnail_error {$/
     20 ssnail_error_fprintf	error.c	/^ssnail_error_fprintf(const struct ssnail_error *er/
     21 ssnail_error_from_errno	error.c	/^ssnail_error_from_errno(const char *prefix)$/
     22 ssnail_error_msg	error.c	/^ssnail_error_msg(int code, const char *msg)$/
     23 str_rep	helpers.c	/^str_rep(char **str, const char *old, const char *n/
     24 write_html	ssnail.c	/^write_html(struct article *ap, char *head_tpl, cha/
     25 write_rss	ssnail.c	/^write_rss(char *dst_path, char *rss_listing, char /