00001 /* 00002 * ===================================================================================== 00003 * 00004 * Filename: config.h 00005 * 00006 * Description: Base project configuration 00007 * 00008 * Version: 1.0 00009 * Created: 10/13/2009 12:42:04 PM 00010 * Revision: none 00011 * Compiler: g++ 00012 * 00013 * Author: Kail (k), sickboy@anarchy.name 00014 * Company: Ergon 00015 * 00016 * ===================================================================================== 00017 */ 00018 00019 const std::string charset("utf-8"); 00020 const std::string content_type("text/html"); 00021 00022 const std::string templatePath("/home/kail/Projects/cpp/CGI/work/templates/");
1.5.8