Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nacmartin/gozame
small app written in Silex to share bookmarks quickly with people in the same room without emails or whatever
https://github.com/nacmartin/gozame
Last synced: 2 months ago
JSON representation
small app written in Silex to share bookmarks quickly with people in the same room without emails or whatever
- Host: GitHub
- URL: https://github.com/nacmartin/gozame
- Owner: nacmartin
- Created: 2011-04-15T21:18:30.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-04-23T11:23:23.000Z (over 13 years ago)
- Last Synced: 2024-10-07T23:35:58.678Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 211 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
README
======This is a tiny webapp written in [Silex](http://silex-project.org/) to share bookmarks with people in the same room or in the phone. When you want to share a bookmark, simply use this bookmarklet:
javascript:q=(escape(document.location.href));(function(){window.open('http://example.com/new?url='+q);})();
(Substitute example.com with the url of the app).
When somebody points his browser to the url of the app, he will go to the last bookmark saved. As simple as that.
Setup
===========
You will need silex.phar in the same directory as gozame. Remember to add this directive in apache conf to allow urls as parameters:
AllowEncodedSlashes OnEnjoy!