Puffy Flock
Login or create an account!
Login

News Articles
Welcome to Puffy Flock v0.2
This is puffy flock. It is meant to allow a community to gather useful links (sort of like bookmarking) with information on a particular subject. Puffy Flock came from the idea to gather all available resources about OpenBSD on a single place so that it can be easily accessible to the wider community.
by sysadmin on 2007-09-03 06:37:21
Puffy Flock bookmarklet
We created a bookmarklet for you to easily submit resources to the directory. This javascript takes the META description and keywords, the title and url of the current page and submits it to the directory. The record is added automaticaly so please be thoughtfull.
Create a new bookmark in your toolbar and for the Location part add the following into one line.
javascript:(function(){ url=encodeURIComponent(location.href); title=encodeURIComponent(document.title); keywords=document.getElementsByName("keywords"); descriptions=document.getElementsByName("description"); if(descriptions.length>0) description=encodeURIComponent(descriptions[0].content); else description=''; if(keywords.length>0) keyword=encodeURIComponent(keywords[0].content); else keyword=''; lang=document.getElementsByTagName('head')[0].getAttribute('lang'); base='http://pflock.echothrust.org/?module=resource&action=add_quick'; location.href=base+'&url='+url+'&title='+title+'&keywords=' +keyword+'&description='+description+'&lang='+lang; })();
