]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - db/notice_source.sql
ac23f14aa1adc90c4f9ce3ee61d95ac93d21d45f
[quix0rs-gnu-social.git] / db / notice_source.sql
1 INSERT INTO notice_source
2     (code, name, url, created)
3 VALUES
4     ('Do','Gnome Do','http://do.davebsd.com/wiki/index.php?title=Microblog_Plugin', now()),
5     ('Facebook','Facebook','http://apps.facebook.com/identica/', now()),
6     ('Gwibber','Gwibber','http://launchpad.net/gwibber', now()),
7     ('HelloTxt','HelloTxt','http://hellotxt.com/', now()),
8     ('IdentiFox','IdentiFox','http://www.bitbucket.org/uncryptic/identifox/', now()),
9     ('LaTwit','LaTwit','http://latwit.mac65.com/', now()),
10     ('Nambu','Nambu','http://www.nambu.com/', now()),
11     ('Pikchur','Pikchur','http://www.pikchur.com/', now()),
12     ('Ping.fm','Ping.fm','http://ping.fm/', now()),
13     ('Twidge','Twidge','http://software.complete.org/twidge', now()),
14     ('Updating.Me','Updating.Me','http://updating.me/', now()),
15     ('betwittered','BeTwittered','http://www.32hours.com/betwitteredinfo/', now()),
16     ('bti','bti','http://gregkh.github.com/bti/', now()),
17     ('cliqset', 'Cliqset', 'http://www.cliqset.com/', now()),
18     ('deskbar','Deskbar-Applet','http://www.gnome.org/projects/deskbar-applet/', now()),
19     ('identicatools','Laconica Tools','http://bitbucketlabs.net/laconica-tools/', now()),
20     ('identichat','identichat','http://identichat.prosody.im/', now()),
21     ('identitwitch','IdentiTwitch','http://richfish.org/identitwitch/', now()),
22     ('maisha', 'Maisha', 'http://maisha.grango.org/', now()),
23     ('mbpidgin','mbpidgin','http://code.google.com/p/microblog-purple/', now()),
24     ('Mobidentica', 'Mobidentica', 'http://www.substanceofcode.com/software/mobidentica/', now()),
25     ('moconica','Moconica','http://moconica.com/', now()),
26     ('peoplebrowsr', 'PeopleBrowsr', 'http://www.peoplebrowsr.com/', now()),
27     ('pocketwit','PockeTwit','http://code.google.com/p/pocketwit/', now()),
28     ('posty','Posty','http://spreadingfunkyness.com/posty/', now()),
29     ('royalewithcheese','Royale With Cheese','http://p.hellyeah.org/', now()),
30     ('rssdent','rssdent','http://github.com/zcopley/rssdent/tree/master', now()),
31     ('rygh.no','rygh.no','http://rygh.no/', now()),
32     ('ryghsms','ryghsms','http://sms.rygh.no/', now()),
33     ('smob','SMOB','http://smob.sioc-project.org/', now()),
34     ('spaz','Spaz','http://funkatron.com/spaz', now()),
35     ('tarpipe','tarpipe','http://tarpipe.com/', now()),
36     ('tjunar','Tjunar','http://nederflash.nl/boek/titels/tjunar-air', now()),
37     ('tr.im','tr.im','http://tr.im/', now()),
38     ('tweenky','Tweenky','http://beta.tweenky.com/', now()),
39     ('twhirl','Twhirl','http://www.twhirl.org/', now()),
40     ('twibble','twibble','http://www.twibble.de/', now()),
41     ('twidge','Twidge','http://software.complete.org/twidge', now()),
42     ('twidroid','twidroid','http://www.twidroid.com/', now()),
43     ('twittelator','Twittelator','http://www.stone.com/iPhone/Twittelator/', now()),
44     ('twitterfeed','twitterfeed','http://twitterfeed.com/', now()),
45     ('twitterphoto','TwitterPhoto','http://richfish.org/twitterphoto/', now()),
46     ('twitterpm','Net::Twitter','http://search.cpan.org/dist/Net-Twitter/', now()),
47     ('twittertools','Twitter Tools','http://wordpress.org/extend/plugins/twitter-tools/', now()),
48     ('twitux','Twitux','http://live.gnome.org/DanielMorales/Twitux', now()),
49     ('twitvim','TwitVim','http://vim.sourceforge.net/scripts/script.php?script_id=2204', now()),
50     ('urfastr','urfastr','http://urfastr.net/', now()),
51     ('adium', 'Adium', 'http://www.adiumx.com/', now()),
52     ('yatca','Yatca','http://www.yatca.com/', now());