GithubHelp home page GithubHelp logo

blot's Introduction

blot -- a minimalist blog-engine in Bourne shell

Goals:

* Be the simplest, smallest, little blogging engine there is
* Make Blosxom and nanoblogger look like bloatware
* Reinvent the wheel for no good reason

Features:

* Format agnostic. Use whatever mark-up you want for your posts, tell
  blot what parser to use and viola.
* Valid, mobile-friendly HTML5.
* In the public domain. Freer than free software. Use it. Abuse it.
  It's yours. It's everybody's.

blot's a script I wrote for fun, although I am actually using it on the
Wild Wild Web. You probably shouldn't. But you can if you want.

To install blot:

1. Have a functioning, CGI-capable web server, that runs Linux or Unix.
2. Move blot.cgi, your parser of choice, and optionally blot.css 
   to the directory on that server you want to run them from.
3. In that same directory create another directory to store your
   blog posts.
4. Edit the configuration variables in blot.cgi to fit your set up.
5. Make sure your new directory, blot.cgi, your parser, and blot.css
   have the correct owner and permissions to be run on your webserver.
   This can generally be accomplished with commands similar to:
     chown www:www blot.cgi blot.css md2html.awk blog/
     chmod 755 blot.cgi blot.css md2html.awk blog/

To use blot:

1. Write a blog post.
2. Put it in your blog directory.
3. Make sure it has the right permissions and ownership.

blot's People

Contributors

nausicaa-rose avatar

Watchers

 avatar  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.