Code Monkey home page Code Monkey logo

bloggo-thing's Introduction

Blogg-O Thing

This is a blog application on top of Sinatra. Since it's intended for single-person use, I didn't want to have to deal with anything like coding login pages or forms. Rather than that, a public/private key system is used, and posting is accomplished with a simple script. You can write in your favorite editor and post it from the command line when you're done.

Everything is stored in CouchDB. It's easy to work with, and its view system saves us from some logic we would normally have to do client side. It takes care of everything from pagination to counting. All we do in the app is transform the data it returns.

One thing intentionally missing from this application is a comments system. If someone would like to comment on something your write they can email you, or start a thread on any of the multitude of site's dedicated to commenting on articles like Reddit or Hacker News..

This is still a work in progress.

bloggo-thing's People

Contributors

vault avatar

Stargazers

 avatar

Watchers

 avatar  avatar

bloggo-thing's Issues

Changing the title of a post during an update.

At present, changing the title of a post is going to cause some issues because of how things are implemented. I think that what I need to do is rename the file to the short-title any time that it is updated, even if it isn't actually changed.

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.