aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
blob: bd0acda09f229bfeec631d7f265061cb7cf516cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
static char *title = "a wiki";
static char *id = "anonymous";
static char *home = "home";

static char *pages = "pages";
static char *loft = ".loft";

static char *links[][2] = {
  { "home", "home" },
  { "planer", "planer" },
  { 0 }
};

static char *(*authenticate)() = NULL;

static char *script;
static char *base;