Roxen.git / server / config_interface / boxes / megatokyo.pike

version» Context lines:

Roxen.git/server/config_interface/boxes/megatokyo.pike:1:   /*    * Locale stuff.    * <locale-token project="roxen_config"> _ </locale-token>    */   #include <roxen.h>   #define _(X,Y) _DEF_LOCALE("roxen_config",X,Y)      constant box = "large";   constant box_initial = 0;    - String box_name = _(0,"Todays MegaTokyo comic"); - String box_doc = _(0,"Todays comic from MegaTokyo"); + String box_name = _(398,"Todays MegaTokyo comic"); + String box_doc = _(399,"Todays comic from MegaTokyo");         /* And here we go. :-) */      string parse( RequestID id )   {    string data;    string contents = "";       if( !(data = .Box.get_http_data("www.megatokyo.com",80,"GET / HTTP/1.0" ) ))