# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of the # License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . define('TITLE', __('Frequently Asked Questions (FAQ)')); echo '
'.__('Frequently Asked Questions (FAQ)').'
'; echo '
'; echo str_replace('%name', NAME, __('

What is %name?


')); echo str_replace('%url', BASE, str_replace('%name', NAME, __('

%name is based on Jisko, which is an open-source microblogging application. It\'s source code can be obtained here. You can report bugs or submit patches at their Launchpad page.


'))); echo str_replace('%name', NAME, __('

Using %name


')); echo str_replace('%name', NAME, str_replace('%url', BASE, str_replace('%m_url', BASE.'mobile', __('

You can update your %name status from a few places:


')))); echo str_replace('%name', NAME, __('

To reply one of your buddies\' status, you must first type @ symbol, then the username of the person who you are going to reply, and then the message. Example: @johndoe hey!.


')); echo __('

If you prefer to send a private message, you must first type ! symbol instead of the @. It works like replying to a status, but with a different symbol. Example: !johndoe ok, see you there!.


'); echo str_replace('%name', NAME, __('

%name & Twitter integration


')); echo str_replace('%url', BASE, __('

Have you got a Twitter account? Then you can keep informed your followers, at the same time as you read them. Just add your account at the Twitter tab and you\'ll be able to do it.


')); echo __('

You can reply to your Twitter friends\' notes just using the % symbol instead of the @. It works like replying to a status, but with a different symbol. Example: %Marquitox that sounds good!


'); echo __('

Customize your profile


'); echo str_replace('%name', NAME, __('

All %name users can customize their profiles. Take a look at the settings page, where you can upload your favorite background image, your avatar or choose a different theme.


')); echo __('

Jisko apps

'); echo __('
')); if (defined('BLOG') || (defined('WIKI'))) { echo __('

That\'s all?


'); echo __('If you want to get more information you can go to our '); if (defined('BLOG')) { echo str_replace('%blog', BLOG, __('blog')); if (defined('WIKI')) echo str_replace('%wiki', WIKI, __(' and our wiki.')); else echo '.'; } else { echo str_replace('%wiki', WIKI, __('wiki')); if (defined('BLOG')) echo str_replace('%blog', BLOG, __(' and our blog.')); else echo '.'; } } echo '
'; ?>