Skip to content

onli/ursprung

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bcd1ded · Jun 12, 2024
Jun 12, 2024
Jun 12, 2024
Feb 17, 2020
Nov 29, 2015
Feb 14, 2020
Feb 16, 2020
Apr 13, 2015
Feb 15, 2020
Feb 16, 2020
May 8, 2015
Feb 14, 2020
Jun 12, 2024
Feb 16, 2020
Jun 12, 2024

Repository files navigation

A small blogengine built with Ruby, Sinatra, SQLite and Portier.

ursprung example

Features

  • Write entries with Markdown
  • Comments, Pingbacks and Trackbacks
  • Bayesian spamfilter
  • Frontend administration
  • Autotitle (for links in entries, cached)
  • Support for other designs (themeable)
  • Minimal design as default
  • Support for and shipping with some themes of the classless project

Installation

Download the files from the repository. If you have ruby installed, make sure that the bundle gem is installed. Then, run

bundle install

to install the needed gems, and

rackup -E production -p PORT

to start the blog.

To log in after the instalallation, visit /login.

Dependencies

  • ruby >= 2.0