21 lines
364 B
C
21 lines
364 B
C
/* Absolute path to */
|
|
#define ROOT "8img_dir"
|
|
#define DB ROOT"/db"
|
|
|
|
|
|
/* Html generator */
|
|
#define CSS "style.css"
|
|
#define LOGO "logo.png"
|
|
|
|
#define DESC "-> from outer space"
|
|
#define TITLE "8img gallery"
|
|
#define POST_PER_PAGE 5
|
|
|
|
|
|
/* RSS generator */
|
|
#define LINK "my_gallery.com"
|
|
#define XML_FILE "index.xml"
|
|
|
|
#define LANGUAGE "en-US"
|
|
#define MAX_POST_COUNT 25
|