rule: use singular tag
----
tools:
===> deli.tags.rename.sh
curl -u rogera:quixiquaxi -d "&old=$1&new=$2" https://api.del.icio.us/v1/tags/rename
$ sh deli.tags.rename.sh "from" "to"
---curl -u rogera:quixiquaxi https://api.del.icio.us/v1/tags/get >>somewhere.res.xmlcurl -u rogera:quixiquaxi -d "&url=..." https://api.del.icio.us/v1/posts/suggest
rogera@mc:~$ curl -u rogera:quixiquaxi -d "&url=http://fruehlingsrolle.cn" https://api.del.icio.us/v1/posts/suggest
<?xml version="1.0" encoding="UTF-8"?>
<suggest>
<recommended>ase:internal</recommended>
<recommended>development</recommended>
<recommended>management</recommended>
<recommended>programming</recommended>
<recommended>software</recommended>
<recommended>ase:radar</recommended>
<recommended>experiment</recommended>
<recommended>homepage</recommended>
<recommended>inspiration</recommended>
<network>for:1000GHz</network>
<network>for:2Picture</network>
<network>for:andelg</network>
<network>for:brainwashedcom</network>
<network>for:buntesheer</network>
<network>for:davidro</network>
<network>for:dotforward23</network>
<network>for:emberjohn</network>
<network>for:eqaya</network>
<network>for:horstl</network>
<network>for:jawe</network>
<network>for:kellerabteil</network>
<network>for:kpi</network>
<network>for:MartinLeyrer</network>
<network>for:nervus</network>
<network>for:nmc_campus</network>
<network>for:nobabe</network>
<network>for:phreak20</network>
<network>for:poetina</network>
<network>for:ratorius</network>
<network>for:schoenswetter</network>
<network>for:sivantheswan</network>
<network>for:sohowifirouter</network>
<network>for:spanaut</network>
<network>for:stARTconference</network>
<network>for:timcharper</network>
<network>for:wikilicious</network>
<network>for:wilbau</network>
</suggest>
<!-- fe04.api.del.ac4.yahoo.net uncompressed/chunked Sun Jun 14 18:20:05 PDT 2009 -->
rogera@mc:~$