⬅︎ Back to Announcing Smurl - a free URL compressor
>>> import xmlrpclib>>> smurlapi = xmlrpclib.Server('http://smurl.name/')>>> smurlapi.createSmurl('http://www.somelengthydomain.name/path/test')'http://smurl.name/6r'
You could gain a lot of users if you provided a simple remote interface to generate urls.. eg via a smart bookmark.
Ooh nice.Now who wants to go and write a little javascript to pop up a dialog with the smurly url?
Revisit http://smurl.name and you'll see that new link on the right hand side. Drag that into your Bookmarks and the next time you're on a site with a long URL, just click on "Make it Smurl!" in your Bookmarks.
kudos, it's now in my toolbar.
Comment
>>> import xmlrpclib
>>> smurlapi = xmlrpclib.Server('http://smurl.name/')
>>> smurlapi.createSmurl('http://www.somelengthydomain.name/path/test')
'http://smurl.name/6r'
Parent comment
You could gain a lot of users if you provided a simple remote interface to generate urls.. eg via a smart bookmark.
Replies
Ooh nice.
Now who wants to go and write a little javascript to pop up a dialog with the smurly url?
Revisit http://smurl.name and you'll see that new link on the right hand side. Drag that into your Bookmarks and the next time you're on a site with a long URL, just click on "Make it Smurl!" in your Bookmarks.
kudos, it's now in my toolbar.