Skip to content

Commit

Permalink
Added some notes
Browse files Browse the repository at this point in the history
  • Loading branch information
bslatkin committed Jul 1, 2012
1 parent 2ca0128 commit d2467c2
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
@@ -1,2 +1,3 @@
Interceptor
===========
===========

3 changes: 3 additions & 0 deletions manifest.json
Expand Up @@ -9,5 +9,8 @@
"permissions": [
"http://*/*",
"https://*/*"
],
"content_scripts": [
""
]
}
19 changes: 19 additions & 0 deletions notes.txt
@@ -0,0 +1,19 @@
Use a URL redirector and template:
http://en.wikipedia.org/wiki/URL_Template
http://example.com/people/{firstName}-{lastName}/SSN

Send to WordPress
URL pattern: http://www.YOURDOMAINHERE.com/wp-admin/press-this.php?u=${url}&t=${title}&s=${source}&v=2

From Google Reader "send to":
${source}The source of the item
${title}The title of the item
${url}The URL of the item
${short-url}A shortened URL that redirects to the item

For Blogger's BlogThis widget:
URL: http://www.blogger.com/blog-this.g
Params:
t: <a href="http://news.ycombinator.com/item?id=4185481">Comments</a>
n: Google's project glass lets technology slip into the background
u: http://bits.blogs.nytimes.com/2012/07/01/google%E2%80%99s-project-glass-lets-technology-slip-into-the-background/

0 comments on commit d2467c2

Please sign in to comment.