diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-05-29 00:10:23 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-05-29 00:10:23 +0000 |
commit | a456ceb47c5019acd8d8766be274eda955a58125 (patch) | |
tree | 2a9589380e899d9d9e80e100ceab88b823e242c9 /db | |
parent | 244149e0225970b76596b79758566ae5bb9fc806 (diff) | |
parent | daf845dbe67a909e2bc9e039d3c2ccc560345b4d (diff) |
Merge branch '0.7.x' into 0.8.x
Diffstat (limited to 'db')
-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()), |