]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Ticket 2083: use site.textlimit setting instead of hardcoding 140 into documentation
authorBrion Vibber <brion@status.net>
Tue, 22 Dec 2009 15:02:46 +0000 (07:02 -0800)
committerBrion Vibber <brion@status.net>
Tue, 22 Dec 2009 15:03:48 +0000 (07:03 -0800)
doc-src/about
doc-src/help
doc-src/im

index 21f4dbf15c917ea6370fe7b9fcb0b90ead0fd591..6a68e41cf06ab814c1c72290174041151abcbdbe 100644 (file)
@@ -3,7 +3,7 @@
 based on the Free Software [StatusNet](http://status.net/) tool.
 
 If you [register](%%action.register%%) for an account,
-you can post small (140 chars or less) text notices
+you can post small (%%site.textlimit%% chars or less) text notices
 about yourself, where you are, what you're doing, or practically
 anything you want. You can also subscribe to the notices of your
 friends, or other people you're interested in, and follow them on the
index 93300ab242e3c517cc4f25b54d5c3ad898ef7e9c..37a8d11f72047897f5f2f8bbb1d93b1e03c5fc65 100644 (file)
@@ -1,4 +1,4 @@
-%%site.name%% is a **microblogging service**. Users post short (140
+%%site.name%% is a **microblogging service**. Users post short (%%site.textlimit%%
 character) notices which are broadcast to their friends and fans using
 the Web, RSS, or instant messages.
 
@@ -30,4 +30,4 @@ Here are some documents that you might find helpful in understanding
 * [Privacy](%%doc.privacy%%) - %%site.name%%'s privacy policy
 * [Source](%%doc.source%%) - How to get the StatusNet source code
 * [Badge](%%doc.badge%%) - How to put a StatusNet badge on your blog or homepage
-* [Bookmarklet](%%doc.bookmarklet%%) - Bookmarklet for posting Web pages
\ No newline at end of file
+* [Bookmarklet](%%doc.bookmarklet%%) - Bookmarklet for posting Web pages
index 631f6d9bb7c36212d935e451dc294f6f7c91f20d..eda4f6fc57b579dd9fdedc12c1c230914fdb4a33 100644 (file)
@@ -20,7 +20,7 @@ Sending updates
 ---------------
 
 You send updates by sending messages to %%xmpp.user%%@%%xmpp.server%%. Messages
-should be less than 140 characters; longer messages will be truncated.
+should be less than %%site.textlimit%% characters; longer messages will be truncated.
 
 Commands
 --------