diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-05-31 17:12:04 -0400 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-05-31 17:12:04 -0400 |
commit | ebeb5f744cbfd5bfea0da1b350a3757865ec4b3b (patch) | |
tree | e94ceadeeba967759cb332211a5adb5d6dceab0b /db/notice_source.sql | |
parent | 3e0c291810d23bb54c337c0fe95c1ba441459c4c (diff) | |
parent | 36fe5a85b2de9f71a5c963abd0074dd5b7ae1e61 (diff) |
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into upload
Conflicts:
js/util.js
lib/attachmentlist.php
Diffstat (limited to 'db/notice_source.sql')
-rw-r--r-- | db/notice_source.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/notice_source.sql b/db/notice_source.sql index 1508af1ec..d5a280b82 100644 --- a/db/notice_source.sql +++ b/db/notice_source.sql @@ -2,6 +2,7 @@ INSERT INTO notice_source (code, name, url, created) VALUES ('adium', 'Adium', 'http://www.adiumx.com/', now()), + ('AgentSolo.com','AgentSolo.com','http://www.agentsolo.com/', now()), ('betwittered','BeTwittered','http://www.32hours.com/betwitteredinfo/', now()), ('bti','bti','http://gregkh.github.com/bti/', now()), ('cliqset', 'Cliqset', 'http://www.cliqset.com/', now()), @@ -29,6 +30,7 @@ VALUES ('pingvine','PingVine','http://pingvine.com/', now()), ('pocketwit','PockeTwit','http://code.google.com/p/pocketwit/', now()), ('posty','Posty','http://spreadingfunkyness.com/posty/', now()), + ('qtwitter','qTwitter','http://qtwitter.ayoy.net/', now()), ('royalewithcheese','Royale With Cheese','http://p.hellyeah.org/', now()), ('rssdent','rssdent','http://github.com/zcopley/rssdent/tree/master', now()), ('rygh.no','rygh.no','http://rygh.no/', now()), |