Skip to content

Instantly share code, notes, and snippets.

View jamesvl's full-sized avatar

James van Lommel jamesvl

  • Semsee, Inc.
  • New York, NY
View GitHub Profile
@jamesvl
jamesvl / Issue Template.md
Last active June 5, 2018 16:31
A checklist of decisions for new features in CM

New Ticket Template

Problem / Story

Describe what issue people are facing, or what area is problematic.

Acceptance Criteria / Solution

If the below are under discussion or open to alternatives, note it here.

@jamesvl
jamesvl / keybase.md
Last active August 29, 2015 14:08
Keybase identity

Keybase proof

I hereby claim:

  • I am jamesvl on github.
  • I am jamesvl (https://keybase.io/jamesvl) on keybase.
  • I have a public key whose fingerprint is 8E25 6F07 2E38 21C7 34F8 5528 CB60 B2D6 0926 035F

To claim this, I am signing this object:

@jamesvl
jamesvl / gist:910325
Created April 8, 2011 17:32
Web server rewrite rules for using klein PHP router

URL-rewriting for klein PHP router

Why rewrite URLs? Check Wikipedia

Apache

Make sure AllowOverride is on for your directory, or put in httpd.conf

# Apache (.htaccess or httpd.conf)

RewriteEngine On