All Projects → BlogoText → Blogotext

BlogoText / Blogotext

Licence: other
A little more than a lightweight SQLite Blog-Engine.

Projects that are alternatives of or similar to Blogotext

Monologue
Monologue is a basic blogging engine. It is a Rails mountable engine you can mount in your already existing Rails app, or a in a new one! Enjoy.
Stars: ✭ 485 (+275.97%)
Mutual labels:  blog, blog-engine
Myblog
python 博客系统,基于django
Stars: ✭ 70 (-45.74%)
Mutual labels:  blog, blog-engine
Htmly
Simple and fast databaseless PHP blogging platform, and Flat-File CMS
Stars: ✭ 689 (+434.11%)
Mutual labels:  blog, blog-engine
Middleman Blog
Middleman : Blog Engine Extension
Stars: ✭ 317 (+145.74%)
Mutual labels:  blog, blog-engine
Nabo
Nabo (納博) - dead simple blog engine
Stars: ✭ 103 (-20.16%)
Mutual labels:  blog, blog-engine
Blog Core
Modular blog using Blazor with clean domain-driven design patterns
Stars: ✭ 345 (+167.44%)
Mutual labels:  blog, blog-engine
Nodepress
😎 RESTful API service for Blog/CMS, powered by @nestjs
Stars: ✭ 829 (+542.64%)
Mutual labels:  blog, blog-engine
Dasblog Core
The original DasBlog reimagined with ASP.NET Core
Stars: ✭ 252 (+95.35%)
Mutual labels:  blog, blog-engine
Statiq.web
Statiq Web is a flexible static site generator written in .NET.
Stars: ✭ 1,358 (+952.71%)
Mutual labels:  blog, blog-engine
Elastiquill
Modern blog engine running on Elasticsearch
Stars: ✭ 98 (-24.03%)
Mutual labels:  blog, blog-engine
Dingo
Blog engine written in Go (Looking for contributors)
Stars: ✭ 282 (+118.6%)
Mutual labels:  blog, blog-engine
Nim websitecreator
Nim fullstack website framework - deploy a website within minutes
Stars: ✭ 124 (-3.88%)
Mutual labels:  blog, blog-engine
Verless
A simple and lightweight Static Site Generator.
Stars: ✭ 276 (+113.95%)
Mutual labels:  blog, blog-engine
Halo
✍ 一款优秀的开源博客发布应用。
Stars: ✭ 20,521 (+15807.75%)
Mutual labels:  blog, blog-engine
Vertigo
Blog engine in Go (golang)
Stars: ✭ 266 (+106.2%)
Mutual labels:  blog, blog-engine
Bludit
Simple, Fast, Secure, Flat-File CMS
Stars: ✭ 824 (+538.76%)
Mutual labels:  blog, blog-engine
Solo
🎸 一款小而美的博客系统,专为程序员设计。
Stars: ✭ 13,245 (+10167.44%)
Mutual labels:  blog, blog-engine
Lazyblorg
Blogging with Org-mode for very lazy people
Stars: ✭ 226 (+75.19%)
Mutual labels:  blog, blog-engine
Dpress
A simple blog powered by Django
Stars: ✭ 85 (-34.11%)
Mutual labels:  blog, blog-engine
Plume
Federated blogging application, thanks to ActivityPub (now on https://git.joinplu.me/ — this is just a mirror)
Stars: ✭ 1,615 (+1151.94%)
Mutual labels:  blog, blog-engine

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

  • 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].