X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=README;h=a0758e5ee0c0dafdd419f1d18acf8af1d9dd8783;hb=1be3efd1b5e2ed50940f492eec4ba365f5881d00;hp=a3ea5fa585cd79817146224e5828b903af7a98ab;hpb=09dd39a434a3a21c4dd5367a2b77f1f7f451c571;p=quix0rs-gnu-social.git diff --git a/README b/README index a3ea5fa585..a0758e5ee0 100644 --- a/README +++ b/README @@ -667,7 +667,7 @@ Upgrading ========= If you've been using Laconica 0.6, 0.5 or lower, or if you've been -tracking the "darcs" version of the software, you will probably want +tracking the "git" version of the software, you will probably want to upgrade and keep your existing data. There is no automated upgrade procedure in Laconica 0.6.4. Try these step-by-step instructions; read to the end first before trying them. @@ -817,6 +817,10 @@ private: If set to 'true', anonymous users will be redirected to the authentication will require it. Note that this does not turn off registration; use 'closed' or 'inviteonly' for the behaviour you want. +notice: A plain string that will appear on every page. A good place + to put introductory information about your service, or info about + upgrades and outages, or other community info. Any HTML will + be escaped. db -- @@ -1068,7 +1072,7 @@ The primary output for Laconica is syslog, unless you configured a separate logfile. This is probably the first place to look if you're getting weird behaviour from Laconica. -If you're tracking the unstable version of Laconica in the darcs +If you're tracking the unstable version of Laconica in the git repository (see below), and you get a compilation error ("unexpected T_STRING") in the browser, check to see that you don't have any conflicts in your code. @@ -1103,12 +1107,12 @@ Unstable version ================ If you're adventurous or impatient, you may want to install the -development version of Laconica. To get it, use the darcs version -control tool (http://darcs.net/) like so: +development version of Laconica. To get it, use the git version +control tool (http://git-scm.com/) like so: - darcs get http://laconi.ca/darcs/ mublog + git clone http://laconi.ca/software/laconica.git -To keep it up-to-date, use 'darcs pull'. Watch for conflicts! +To keep it up-to-date, use 'git pull'. Watch for conflicts! Further information ===================