Giter VIP home page Giter VIP logo

stefon's Introduction

Stefon

Overview

Stefon is a composable blog engine written in Clojure. This project will try to approach the feature set of Wordpress. The architecture consists of a small kernel with a plugin system wrapped around it. And composable means you could choose to only use a core server component, posting txt entries, let's say with an in-memory data store. If you want a little more, you can choose to add a DB adapter out to Datomic, Import / Export support, etc. This is all still within a running Clojure repl. So additionally, you might choose to add a Web UI (or tablet or smartphone UI), and so on.

See the Introduction Page for more detailed usage information.

Install / Run

Plugin Inclusion

Functionality

  • Core Data Model
    • posts (txt, rtf, md)
    • assets (images, audio, videos, documents)
    • tags / categories for content
  • Server component
    • create post / asset / tag
    • retrieve post / asset
    • update post / asset / tag
    • delete post / asset / tag
    • list posts / assets / tags
    • find posts / assets / tags
  • Shell; wrapper where you can run crud commands at a terminal

Plug-in System

The architecture consists of a small kernel with a plugin system wrapped around it. The kernel and plugin mechanism has stabilized over the last few weeks. As a goal, I want the plugin architecture to have the following features.

  • way for plugins to communicate between each other
  • way to list possible actions (namespace qualify action names)
  • way to publish actions
  • way to listen for feedback from a plug-in
  • way to pass binary data (asset(s)) between stefon and plug-in

Plugins

This is just an initial poke at the plugins I'd like to see for the working system. Some of these are already in development.

  • Database component
  • Web UI component
    • wyswyg editor, themes
    • embeddable in Compojure or Pedestal
  • Workflow component; possibly model workflow with lamina?
    • preview
    • collaboration
    • editor review
    • versioning
  • Authentication & Authorization; OpenID
  • Spam Detection
  • Commenting component; default or an external comments service, like disqus or discourse
  • Administration Console
  • Import / Export
  • Multi-lang / Internationalization

License

Copyright © 2013 FIXME

Distributed under the Eclipse Public License, the same as Clojure.

stefon's People

Contributors

twashing avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.