GithubHelp home page GithubHelp logo

ackbar's Introduction

ackbar

A stupidly simple CMS, written in Clojure for Google App Engine.

Usage

Serve web pages with it...

Installation

  1. You need the wget, java, lein, unzip, and rake tools on your path.
  2. Clone the source code somewhere
  3. Run 'rake deps' in the created directory to download the dependencies
  4. Run 'rake devserver' to start the devserver on localhost:8080
  5. 'rake deploy' will push to the live site if you know my gmail password for some reason.

License

Public domain. Refer to the UNLICENSE file for details.

ackbar's People

Contributors

thurn avatar gkelly avatar

Stargazers

hamlet avatar Rafał Babinicz avatar Jithu Gopal avatar Syed Khurram avatar Nick Zbinden avatar Michał Marczyk avatar Ido Rosen avatar  avatar Christopher Lin avatar  avatar  avatar  avatar Joe Bowser avatar

Watchers

 avatar  avatar

Forkers

rafalbabinicz

ackbar's Issues

HTTP HEAD responses give different headers than GET requests

Some automatic headers are showing up differently between GET and HEAD requests. For example, compare this:

% curl -I -X GET http://www.thurn.ca
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
X-XSS-Protection: 1; mode=block
Expires: -1
Date: Mon, 31 Jan 2011 19:14:01 GMT
Server: Google Frontend
Cache-Control: private, x-gzip-ok=""
Transfer-Encoding: chunked

To this:

% curl -I -X HEAD http://www.thurn.ca
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
X-XSS-Protection: 1; mode=block
Expires: -1
Date: Mon, 31 Jan 2011 19:13:55 GMT
Server: Google Frontend
Content-Length: 0

I don't really know what's going on here, honestly. I think Compojure or Ring is trying to be magical.

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.