From f07cf26b00e905d88bf8016d0634933b74a8df09 Mon Sep 17 00:00:00 2001 From: Matt Lee Date: Mon, 9 Aug 2010 18:35:29 -0400 Subject: [PATCH 1/5] updated --- doc-src/about | 3 +-- doc-src/faq | 41 ++++++++--------------------------------- 2 files changed, 9 insertions(+), 35 deletions(-) diff --git a/doc-src/about b/doc-src/about index 6a68e41cf0..6a0ceb10f5 100644 --- a/doc-src/about +++ b/doc-src/about @@ -1,6 +1,5 @@ %%site.name%% is a -[micro-blogging](http://en.wikipedia.org/wiki/Micro-blogging) service -based on the Free Software [StatusNet](http://status.net/) tool. +social network based on the Free Software [GNU social](http://www.gnu.org/software/social/) tool. If you [register](%%action.register%%) for an account, you can post small (%%site.textlimit%% chars or less) text notices diff --git a/doc-src/faq b/doc-src/faq index 8e394806fb..b333c4148d 100644 --- a/doc-src/faq +++ b/doc-src/faq @@ -1,42 +1,17 @@ These are some *Frequently Asked Questions* about this service, with some answers. -What is %%site.name%%? +What is this site? ---------------------- -%%site.name%% is a [micro-blogging](http://en.wikipedia.org/wiki/Micro-blogging) service. -You can use it to write short notices about yourself, where you are, -and what you're doing, and those notices will be sent to all your friends -and fans. +This is a social network, running the GNU social software. -How is %%site.name%% different from Twitter, Jaiku, Pownce, Plurk, others? --------------------------------------------------------------------------- +You can use it to make connections between friends, family and +colleagues -- writing short notices about yourself, where you are, and +what you're doing, and those notices will be sent to all your contacts. -%%site.name%% is an [Open Network Service](http://opendefinition.org/ossd). Our main -goal is to provide a fair and transparent service that preserves users' autonomy. In -particular, all the software used for %%site.name%% is [Free Software](http://en.wikipedia.org/wiki/Free_Software), and all the data is available -under the [%%license.title%%](%%license.url%%) license, making it Open Data. - -The software also implements the [OpenMicroBlogging](http://openmicroblogging.org/) protocol, meaning that you can have friends on other microblogging services -that can receive your notices. - -The goal here is *autonomy* -- you deserve the right to manage your own on-line -presence. If you don't like how %%site.name%% works, you can take your data and the source code and set up your own server (or move your account to another one). - -Where is feature X? -------------------- - -The software we run, [StatusNet](http://status.net/), is still in its early stages, -and many features people expect from microblogging sites are not yet implemented. Some important ones that are expected "soon": - -* More [AJAX](http://en.wikipedia.org/wiki/AJAX)-y interface -* Maps -* Cross-post to Pownce, Jaiku, etc. -* Pull messages from Twitter, Pownce, Jaiku, etc. -* [Facebook](http://www.facebook.com/) integration -* Image, video, audio notices - -There is [a list of bugs and features](http://status.net/bugs/) that you may find -interesting. New ideas or complaints are very welcome. +In the future, we'll be adding support for photo, video and file +sharing, as well as events, better contact management and mobile +devices. From 988cb46fa388d404414093cd569050342664508a Mon Sep 17 00:00:00 2001 From: Matt Lee Date: Mon, 9 Aug 2010 18:40:04 -0400 Subject: [PATCH 2/5] remove microblogging messages --- lib/action.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/action.php b/lib/action.php index 2b3b707c59..0be9c59bd5 100644 --- a/lib/action.php +++ b/lib/action.php @@ -824,14 +824,14 @@ class Action extends HTMLOutputter // lawsuit $this->elementStart('dd', null); if (common_config('site', 'broughtby')) { // TRANS: First sentence of the StatusNet site license. Used if 'broughtby' is set. - $instr = _('**%%site.name%%** is a microblogging service brought to you by [%%site.broughtby%%](%%site.broughtbyurl%%).'); + $instr = _('**%%site.name%%** is a social network, courtesy of [%%site.broughtby%%](%%site.broughtbyurl%%).'); } else { // TRANS: First sentence of the StatusNet site license. Used if 'broughtby' is not set. - $instr = _('**%%site.name%%** is a microblogging service.'); + $instr = _('**%%site.name%%** is a social network.'); } $instr .= ' '; // TRANS: Second sentence of the StatusNet site license. Mentions the StatusNet source code license. - $instr .= sprintf(_('It runs the [StatusNet](http://status.net/) microblogging software, version %s, available under the [GNU Affero General Public License](http://www.fsf.org/licensing/licenses/agpl-3.0.html).'), STATUSNET_VERSION); + $instr .= sprintf(_('It runs the [GNU social](http://www.gnu.org/software/social/) microblogging software, version %s, available under the [GNU Affero General Public License](http://www.fsf.org/licensing/licenses/agpl-3.0.html).'), STATUSNET_VERSION); $output = common_markup_to_html($instr); $this->raw($output); $this->elementEnd('dd'); @@ -878,7 +878,7 @@ class Action extends HTMLOutputter // lawsuit 'height' => '15')); $this->text(' '); // TRANS: license message in footer. %1$s is the site name, %2$s is a link to the license URL, with a licence name set in configuration. - $notice = _('All %1$s content and data are available under the %2$s license.'); + $notice = _('All content and data are available under the %2$s license.'); $link = "" . From fdd5ec2a145fd43e7bc589164fbc08dbf9534384 Mon Sep 17 00:00:00 2001 From: Matt Lee Date: Mon, 9 Aug 2010 18:53:55 -0400 Subject: [PATCH 3/5] remove microblogging messages --- lib/action.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/action.php b/lib/action.php index 0be9c59bd5..0db148eed8 100644 --- a/lib/action.php +++ b/lib/action.php @@ -831,7 +831,7 @@ class Action extends HTMLOutputter // lawsuit } $instr .= ' '; // TRANS: Second sentence of the StatusNet site license. Mentions the StatusNet source code license. - $instr .= sprintf(_('It runs the [GNU social](http://www.gnu.org/software/social/) microblogging software, version %s, available under the [GNU Affero General Public License](http://www.fsf.org/licensing/licenses/agpl-3.0.html).'), STATUSNET_VERSION); + $instr .= sprintf(_('It runs the [GNU social](http://www.gnu.org/software/social/), version %s, available under the [GNU Affero General Public License](http://www.fsf.org/licensing/licenses/agpl-3.0.html).'), STATUSNET_VERSION); $output = common_markup_to_html($instr); $this->raw($output); $this->elementEnd('dd'); From 05e4e711af40de473b05c42ce7fa8b3156f82c96 Mon Sep 17 00:00:00 2001 From: Matt Lee Date: Mon, 9 Aug 2010 18:54:40 -0400 Subject: [PATCH 4/5] remove microblogging messages --- lib/action.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/action.php b/lib/action.php index 0db148eed8..d417c88fce 100644 --- a/lib/action.php +++ b/lib/action.php @@ -831,7 +831,7 @@ class Action extends HTMLOutputter // lawsuit } $instr .= ' '; // TRANS: Second sentence of the StatusNet site license. Mentions the StatusNet source code license. - $instr .= sprintf(_('It runs the [GNU social](http://www.gnu.org/software/social/), version %s, available under the [GNU Affero General Public License](http://www.fsf.org/licensing/licenses/agpl-3.0.html).'), STATUSNET_VERSION); + $instr .= sprintf(_('It runs on [GNU social](http://www.gnu.org/software/social/), version %s, available under the [GNU Affero General Public License](http://www.fsf.org/licensing/licenses/agpl-3.0.html).'), STATUSNET_VERSION); $output = common_markup_to_html($instr); $this->raw($output); $this->elementEnd('dd'); From a9231266109092d4c5bc1ba452e13de293dc87e2 Mon Sep 17 00:00:00 2001 From: Matt Lee Date: Mon, 9 Aug 2010 18:58:00 -0400 Subject: [PATCH 5/5] remove microblogging messages --- actions/public.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/actions/public.php b/actions/public.php index 5fc547feaf..181df1e438 100644 --- a/actions/public.php +++ b/actions/public.php @@ -239,13 +239,11 @@ class PublicAction extends Action function showAnonymousMessage() { if (! (common_config('site','closed') || common_config('site','inviteonly'))) { - $m = _('This is %%site.name%%, a [micro-blogging](http://en.wikipedia.org/wiki/Micro-blogging) service ' . - 'based on the Free Software [StatusNet](http://status.net/) tool. ' . + $m = _('This is %%site.name%%, a social networking site. ' . '[Join now](%%action.register%%) to share notices about yourself with friends, family, and colleagues! ' . '([Read more](%%doc.help%%))'); } else { - $m = _('This is %%site.name%%, a [micro-blogging](http://en.wikipedia.org/wiki/Micro-blogging) service ' . - 'based on the Free Software [StatusNet](http://status.net/) tool.'); + $m = _('This is %%site.name%%, a social networking site.'); } $this->elementStart('div', array('id' => 'anon_notice')); $this->raw(common_markup_to_html($m));