tconfig.def.h - phroxy - Gopher to HTTP proxy
 (HTM) git clone git://git.z3bra.org/phroxy.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
       tconfig.def.h (717B)
       ---
            1 char *default_hole = "z3bra.org";
            2 const char *http_host = "z3bra.org";
            3 const char *head =
            4         "<!DOCTYPE HTML>\n"
            5         "<html><head>\n"
            6         "<meta charset=\"utf-8\">"
            7         "<meta name=\"viewport\" content=\"width=device-width\">"
            8         "<title>gopher proxy</title>\n"
            9         "</head>\n"
           10         "<body>\n";
           11 const char *foot = "</body></html>\n";
           12 const char *robotstxt = "User-Agent: *\nDisallow: /\n";
           13 
           14 const char *items[] = {
           15         [ITEM_0] =  "📄",
           16         [ITEM_1] =  "📂",
           17         [ITEM_2] =  "☎️",
           18         [ITEM_3] =  "3",
           19         [ITEM_4] =  "4",
           20         [ITEM_5] =  "5",
           21         [ITEM_6] =  "6",
           22         [ITEM_7] =  "?",
           23         [ITEM_8] =  "8",
           24         [ITEM_9] =  "📦",
           25         [ITEM_I] =  "📷",
           26         [ITEM_g] =  "🎥",
           27         [ITEM_h] =  "⛓",
           28         [ITEM_s] =  "🔊",
           29         [ITEM_d] =  "📰",
           30         [ITEM_P] =  "📰",
           31 };