Skip to content
forked from 0xsky/xblog

xBlog is a simple, high-speed, customizable blog app developed by C++

License

Notifications You must be signed in to change notification settings

duzhanyuan/xblog

 
 

Repository files navigation

xblog

xBlog is a simple, high-speed, customizable blog app developed by C++

Simple: Simple and compact design, the main program environment to support only a single executable file without HTTPD, PHP, etc..

High speed: pure C + + development, support for multi-threading, MYSQL connection pooling support, and support for hot data cache.

Flexible: rich customization features and flexible page module based xhtml + css template structure, giving full rights to user-defined.

Multi-platform: C / C + + development, the perfect support for LINUX, WINDOWS, Raspberry Pi and other platforms. .

====

欢迎使用xBlog系统

C++打造的简单高速可定制博客

简单 : 设计简单小巧,主程序仅一个可执行文件.无需HTTPD,PHP等环境支持。

高速 : 纯C++开发,支持多线程,支持MYSQL连接池,并支持热点数据缓存。

灵活:丰富的定制特性,灵活的页面模块、基于xhtml+css的模板架构,充分给予用户自定义的权利。.

多平台: C/C++开发,完美支持LINUX,WINDOWS,Raspberry Pi 等平台。.

demo: xBlog

xBlog交流QQ群: 202115979

作者: xSky

博客: xSky's Blog

捐赠作者:[支付宝账号] guozhw@gmail.com


###安装 xBlog 1.安装 libevent yum install mysql-devel libevent apt-get install libevent-dev libmysqlclient-dev 2.编译 xblog svn co https://github.com/0xsky/xblog.git xblog make 3.配置&运行 将 /doc 目录内的 xblog_dev.sql 导入到MYSQL数据库 修改 xblog.ini 内配置 ./xBlog.sh start

About

xBlog is a simple, high-speed, customizable blog app developed by C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.0%
  • Other 1.0%