From: Gabriel Dunne Date: Tue, 27 Dec 2011 16:44:48 +0000 (-0800) Subject: updated about, footer X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=c07eb2b5af5e0bc0e4e324b33ca947912968e100;p=clmpr.git updated about, footer --- diff --git a/about.html b/about.html index a0f0724..4d84ca1 100644 --- a/about.html +++ b/about.html @@ -5,17 +5,12 @@

- -

-use clmpr (/klum-per/) to save urls -

- to use:
-drag this link [+] to your bookmark bar and click to save the url +drag this link [+] to your bookmark bar and click to bookmark the url

@@ -35,7 +30,7 @@ semantic

-clmpr is open source. fork the project on github +clmpr is open source

diff --git a/clmp.js b/clmp.js deleted file mode 100644 index 74266b5..0000000 --- a/clmp.js +++ /dev/null @@ -1,53 +0,0 @@ -// clmp.js -(function() -{ - var l = 0; $(window).width() / 2; - var t = 0; $(window).height() / 2; - - var c = $([ - '
' - , '
' - , 'title:
' - , 'desc:  
' - , 'tags:  

' - , '' - , '
' - , '
' - ].join('')); - - $('body').append(c); - - - var params = { - 'title': "test", - 'referer': location.href, - 'tags': "tags", - 'desc': "desc" - }; - var urlb = []; - urlb.push('http://clmpr/save.php'); - urlb.push('?'); - for (var n in params) { - urlb.push(encodeURIComponent(n)); - urlb.push('='); - urlb.push(encodeURIComponent(params[n])); - urlb.push('&'); - } - - // this may be caught by a popup blocker - if (true) { - window.open(urlb.join(''), - 'saved ' + new Date().getTime(), - 'status=no,resizable=no,scrollbars=no,personalbar=no,directories=no,location=no,toolbar=no,menubar=no,' + - 'width=300,height=50,left=0,top=0'); - } - -} -)(); - -/* - -javascript:var i,s,ss=['http://kathack.com/js/kh.js','http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js'];for(i=0;i!=ss.length;i++){s=document.createElement('script');s.src=ss[i];document.body.appendChild(s);}void(0); -javascript:void((function(){var%20e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','http://ffffound.com/bookmarklet.js');document.body.appendChild(e)})()); - -*/ \ No newline at end of file diff --git a/footer.html b/footer.html index 84c9b69..66c6e36 100644 --- a/footer.html +++ b/footer.html @@ -1,6 +1,6 @@