Skip to content
/ blogotext Public
forked from BlogoText/blogotext

A little more than a lightweight SQLite Blog-Engine.

License

Notifications You must be signed in to change notification settings

igox/blogotext

 
 

Repository files navigation

BlogoText

Build status

This is BlogoText, the lightweight SQLite Blog-Engine.


Features

  • Blog with comments and RSS feeds
  • Links sharing
  • RSS Reader
  • Images/Files uploading and sharing
  • JSON/ZIP/HTML import-export; WordPress import
  • Support Addons

BlogoText screenshot


Requirements

  • PHP > 5.5
  • SQLite or MySQL with PDO support
  • A CSS3 / HTML5 / ES6 compatible Browser, for the admin panel (Firefox, Chrome…)
  • min 2 Mo disk space (more data = more space needed)

Recommended PHP libraries

  • GD (for comments icons / favicons);
  • cURL (for RSS reader, links sharing, comments icons)
  • LibXML (for RSS reader)
  • GZip (for zip exporting function)
  • Intl
  • mbstring

Installation

Self-hosted

  • Download the lastest release
  • Upload folder to your site (eg: to https://example.com/blog)
  • Use your browser to go to your site
  • Follow the few steps

Docker

  • Intall Docker
  • Install docker-compose
  • Checkout git repository: git clone https://github.com/BlogoText/blogotext.git
  • Build docker image and run BlogoText container at once: docker-compose up -d --build
  • Access BlogoText @ https://YOUR_IP_ADRESS:8080

About

A little more than a lightweight SQLite Blog-Engine.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 73.5%
  • CSS 15.5%
  • JavaScript 9.7%
  • HTML 1.1%
  • Dockerfile 0.2%