All Projects → tsileo → entries.pub

tsileo / entries.pub

Licence: AGPL-3.0 license
WIP IndieWeb blog engine

Programming Languages

ocaml
1615 projects
HTML
75241 projects
Makefile
30231 projects

Projects that are alternatives of or similar to entries.pub

sweetroll2
A powerful micro/blogging engine with IndieWeb features (abandoned)
Stars: ✭ 27 (+107.69%)
Mutual labels:  micropub, indieweb, webmention, websub, indieauth, blog-engine
microlight
A fully IndieWeb-compatible PHP blogging engine
Stars: ✭ 35 (+169.23%)
Mutual labels:  micropub, indieweb, webmention, blog-engine
node-webmention-testpinger
A tool to ping your site with a variety of real world WebMentions
Stars: ✭ 28 (+115.38%)
Mutual labels:  indieweb, webmention
nefelibata
A weblog engine focusing on data ownership and persistence
Stars: ✭ 25 (+92.31%)
Mutual labels:  indieweb, blog-engine
indieweb-post-kinds
adds support for responding to and interacting with other sites using the standards developed by the Indieweb Community
Stars: ✭ 39 (+200%)
Mutual labels:  indieweb, webmention
Switchboard
a WebSub / PubSubHubbub 0.4 hub
Stars: ✭ 31 (+138.46%)
Mutual labels:  indieweb, websub
webmention
Webmention Plugin for Craft CMS
Stars: ✭ 38 (+192.31%)
Mutual labels:  indieweb, webmention
micropub-endpoint
Receives requests.
Stars: ✭ 23 (+76.92%)
Mutual labels:  micropub, indieweb
acquiescence
IndieAuth authorization and token endpoint.
Stars: ✭ 19 (+46.15%)
Mutual labels:  indieweb, indieauth
transformative
IndieWeb personal website software.
Stars: ✭ 47 (+261.54%)
Mutual labels:  micropub, indieweb
microstat
A self-hosted Micropub endpoint for statically-generated microblogs. 📝⚡️
Stars: ✭ 52 (+300%)
Mutual labels:  micropub, indieweb
indigenous-android
An open social app with support for IndieWeb, Mastodon, Pleroma and Pixelfed.
Stars: ✭ 89 (+584.62%)
Mutual labels:  micropub, indieweb
indigenous-ios
An IndieWeb app with extensions for sharing information to micropub endpoints and reading from microsub endpoints
Stars: ✭ 41 (+215.38%)
Mutual labels:  micropub, indieweb
Pushl
Push notification adapter for feeds
Stars: ✭ 25 (+92.31%)
Mutual labels:  webmention, websub
app-old
A Micropub client in pre-production for the IndieWeb.
Stars: ✭ 32 (+146.15%)
Mutual labels:  micropub, indieweb
DukkhaLessClient
A self-care application for individuals seeking to improve their mental health
Stars: ✭ 12 (-7.69%)
Mutual labels:  blog-engine
webmentiond
A simple webmention receiver in Go
Stars: ✭ 41 (+215.38%)
Mutual labels:  webmention
acblog
An open source extensible static & dynamic blog system. (an alternative tool with same features at StardustDL/paperead)
Stars: ✭ 60 (+361.54%)
Mutual labels:  blog-engine
indieweb-components
VanillaJS-based Web Components for the IndieWeb
Stars: ✭ 13 (+0%)
Mutual labels:  indieweb
iw26
IW26 is an Indieweb Fork of WordPress Twenty Sixteen Theme
Stars: ✭ 25 (+92.31%)
Mutual labels:  indieweb

entries.pub

Build Status

WIP IndieWeb blog engine.

You can see it running here: https://hexa.ninja.

Features

  • Minimalist
    • no JavaScript
    • no admin UI (rely on Micropub)
    • entries are Markdown formatted
  • Special "Pages" section
    • using the page category, for timeless content
  • Data is stored in a local Git repo (using Irmin)
    • backing up data is easy (push to a remote)
    • every mutation is recorded in a commit
  • Microformats aware (exports h-feed, h-entry, h-card, ...)
  • Atom and JSON feed
  • IndieWeb support

Development

$ opam pin add calendar "https://github.com/ocaml-community/calendar.git#3.x"

In order to support TLS 1.3

$ opam pin add ssl 0.5.5
$ export CONDUIT_TLS=openssl
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].