summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2008-11-23 23:18:32 -0500
committerZach Copley <zach@controlyourself.ca>2008-11-23 23:18:32 -0500
commitac720f99a2b508fd145886f22bf82dba088e6963 (patch)
tree5a2bcd05b01e6f2d827e4300c23f940558bb9466 /README
parentcd8c8c6374ffa224820bf5c0f85d8417b88c631b (diff)
Added stanza about Twitter friends syncing to the README
darcs-hash:20081124041832-7b5ce-5b127b4a2c556d5083f0030341556478cc8fb875.gz
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 21 insertions, 1 deletions
diff --git a/README b/README
index 6163d9320..d3084a3cc 100644
--- a/README
+++ b/README
@@ -502,6 +502,26 @@ All the daemons write their process IDs (pids) to /var/run/ by
default. This can be useful for starting, stopping, and monitoring the
daemons.
+Twitter Friends Syncing
+-----------------------
+
+As of Laconica 0.6.3, users may set a flag in their settings ("Subscribe
+to my Twitter friends here" under the Twitter tab) to have Laconica
+attempt to locate and subscribe to "friends" (people they "follow") on
+Twitter who also have accounts on your Laconica system, and who have
+previously set up a link for automatically posting notices to Twitter.
+
+Optionally, there is a script (./scripts/synctwitterfriends.php), meant
+to be run periodically from a job scheduler (e.g.: cron under Unix), to
+look for new additions to users' friends lists. Note that the friends
+syncing only subscribes users to each other, it does not unsubscribe
+users when they stop following each other on Twitter.
+
+Sample cron job:
+
+# Update Twitter friends subscriptions every half hour
+0,30 * * * * /path/to/php /path/to/laconica/scripts/synctwitterfriends.php>&/dev/null
+
Sitemaps
--------
@@ -589,7 +609,7 @@ also download more up-to-date .po files there, if you so desire.
Backups
-------
-There is no builtin system for doing backups in Laconica. You can make
+There is no built-in system for doing backups in Laconica. You can make
backups of a working Laconica system by backing up the database and
the Web directory. To backup the database use mysqldump (http://ur1.ca/7xo)
and to backup the Web directory, try tar.