Dante Stories alternatives and similar software solutions
Based on the "Blogging Platforms" category.
Alternatively, view Dante Stories alternatives based on common mentions on social networks and blogs.
-
Ghost
Turn your audience into a business. Publishing, memberships, subscriptions and newsletters. -
WordPress
WordPress, Git-ified. This repository is just a mirror of the WordPress subversion repository. Please do not send pull requests. Submit pull requests to https://github.com/WordPress/wordpress-develop and patches to https://core.trac.wordpress.org/ instead. -
Solo
A blogging system written in Java, feel free to create your or your team own blog. -
Wagtail
A Django content management system focused on flexibility and user experience -
Anchor CMS
Anchor is a free, lightweight, faster-than-a-bullet, simple blogging system, made for art-directed posts. -
Plume
Federated blogging application, thanks to ActivityPub (now on https://git.joinplu.me/ — this is just a mirror) -
htmly
Simple and fast databaseless PHP blogging platform, and Flat-File CMS -
PluXml
PluXml, Moteur de Blog et CMS à l'XML sans base de données -
Chyrp
The ultra-lightweight ultra-flexible blogging engine with a fetish for birds and misspellings. -
Chyrp Lite
An ultra-lightweight blogging engine, written in PHP. -
Hotglue
HOTGLUE is a Content Manipulation System which allows to construct websites directly in a web-browser. -
Blogotext
A little more than a lightweight SQLite Blog-Engine. -
Antville
The Queen Mum of Weblog Hosting Systems – written in server-side JavaScript since 2001. -
Cadmus
Cadmus is an extremely lightweight, flat-file blogging platform powered by Markdown. -
Source Code
Free blog-engine written in PHP and using SQLite. This offers you both an unmatched simplicity during installation and great performances.
Static code analysis for 29 languages.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Dante Stories or a related project?
README
Welcome to Dante Stories - a Self hosted Medium like solution
This project is a fork of a Medium clone which began as Ken Hibino's personal side project to learn Ruby on Rails and ReactJS. I've upgraded and refactored some part of the rails app and I've integrated Dante2 wysiwyg editor.
The specific improvements from the original repository:
Platform
- Rails 6.0.0 update!
- Removed elastisearch-rails , replaced by searchkick
- Removed carrierwave, replaced by activestorge
- Webpacker added
- Updated dependencies
- Replaced phantomJs by webdrivers
- Ruby version 2.5.0
- Works with Elasticsearch 6.3.X
Application Model
- multiple image support
- Oembed support
- A better wysiwyg With Dante2 Draftjs
- Code blocks with language formatting via Prism-js
- A video record component to build posts with recorded video
- Database saves a serialized representation of text
- And much much more
- Automatic title detection
- Lead Text is automatic too. more performant approach , I think
- Responses are unified as a Post model, so Response model is removed
Installation
Heroku
Just push your application. You must add Redis and elasticsearch.
Config ENV vars
AWS_BUCKET:
AWS_KEY:
AWS_SECRET:
BONSAI_URL: provided by bonsai heroku
DATABASE_URL: provided by postgres default database
ELASTICSEARCH_URL: should be the same as bonsai
MAILER_ADDRESS:
MAILER_DOMAIN:
MAILER_PASS:
MAILER_SENDER:
MAILER_USER:
REDISTOGO_URL:
REDIS_URL: REDISTOGO_URL or any other provider
License
Stories is released under the MIT License
*Note that all licence references and agreements mentioned in the Dante Stories README section above
are relevant to that project's source code only.