Go to file
2013-08-20 15:26:25 +02:00
api-changes-1.1.1 new api action api/statusnet/groups/admins 2013-08-20 12:32:32 +02:00
css upload 2013-08-19 15:30:57 +02:00
img upload 2013-08-19 15:30:57 +02:00
js added group member and admin user lists and paging to user lists 2013-08-20 15:26:25 +02:00
API.php upload 2013-08-19 15:30:57 +02:00
favicon.ico upload 2013-08-19 15:30:57 +02:00
index.php upload 2013-08-19 15:30:57 +02:00
LICENSE upload 2013-08-19 15:30:57 +02:00
README.md fix todo 2013-08-19 15:36:23 +02:00
screenshot1.png upload 2013-08-19 15:30:57 +02:00
screenshot2.png upload 2013-08-19 15:30:57 +02:00
settings.php added group member and admin user lists and paging to user lists 2013-08-20 15:26:25 +02:00

Qvitter

Qvitter 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 three of the License or (at
your option) any later version.

Qvitter is distributed in hope that it will be useful but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILTY 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 Qvitter. If not, see http://www.gnu.org/licenses/.

Setup

You need a webserver with PHP support.

Edit settings.php.

(Qvitter uses a slightly modified statusnet API. Some things will not work if you connect to a site with standard API. Files are included if you want to Qvitter-mod your Statusnet API.)

TODO

  1. Join new external groups and follow new external users ("New" meaning users/groups that the server don't know yet)

  2. Auto suggest mentions

  3. Register

  4. Background image uploading/editing

  5. Color theme

  6. Auto url-shortening setting under queet box

  7. Settings (e.g. don't show replies to people I don't follow)

  8. Syntax-coloring in queet-box, maybe codemirror (worked nicely for ltr but not rtl text when I tried it)

  9. Image/file upload, drag-n-drop!

  10. Search users

  11. Recommended users

  12. Filters (hide queets containing strings, e.g. mute users)

  13. Better responsive design

  14. More languages

  15. Queet-page

  16. New api for serving number of new items in several streams (to show number of new items in menu/history)

  17. New "expand queet" api for getting conversation, retweets, favs and attachment in the same request

  18. DMs

  19. Node.js long polling server and an new api that serve aggregate of all polling users requests in one go