Qvitter/README.md

73 lines
2.6 KiB
Markdown
Raw Normal View History

2013-08-19 22:30:57 +09:00
Qvitter
==========================================
* Author: Hannes Mannerheim (<h@nnesmannerhe.im>)
2013-11-23 08:31:04 +09:00
* Last mod.: November, 2013
* Version: 2
2013-08-19 22:30:57 +09:00
* GitHub: <https://github.com/hannesmannerheim/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
-----
2013-09-03 01:13:15 +09:00
1. You need a webserver with PHP support.
2013-08-19 22:30:57 +09:00
2013-09-03 01:13:15 +09:00
2. Edit settings.php.
3. You should really put some security-by-obscurity-stuff in the registration process. E-mail h@nnesmannerhe.im if you want to copy mine.
2013-08-19 22:30:57 +09:00
2013-11-23 08:31:04 +09:00
Qvitter uses a slightly modified statusnet API. Some things will not work
2013-08-19 22:30:57 +09:00
if you connect to a site with standard API. Files are included if you want
2013-11-23 08:31:04 +09:00
to Qvitter-mod your Statusnet API.
Recently MMN-o has implemented these API-changes in GNU Social. The API changes should
only be needed if you are running Statusnet 1.1.1, not if you have a recent GNU Social
version.
2013-08-19 22:30:57 +09:00
TODO
----
2013-08-19 22:36:23 +09:00
1. Join _new_ external groups and follow _new_ external users ("New" meaning users/groups that the server don't know yet)
2013-08-19 22:30:57 +09:00
2013-09-03 01:13:15 +09:00
2. Creating groups, make admin, block user
2013-08-19 22:30:57 +09:00
2013-09-03 01:13:15 +09:00
3. Background image uploading/editing
2013-08-19 22:30:57 +09:00
2013-09-03 01:13:15 +09:00
4. Auto suggest mentions
2013-08-19 22:30:57 +09:00
2013-08-19 22:36:23 +09:00
6. Auto url-shortening setting under queet box
2013-08-19 22:30:57 +09:00
2013-08-19 22:36:23 +09:00
7. Settings (e.g. don't show replies to people I don't follow)
2013-08-19 22:30:57 +09:00
2013-08-19 22:36:23 +09:00
9. Image/file upload, drag-n-drop!
2013-08-19 22:30:57 +09:00
2013-08-19 22:36:23 +09:00
10. Search users
2013-08-19 22:30:57 +09:00
2013-08-19 22:36:23 +09:00
11. Recommended users
2013-08-19 22:30:57 +09:00
2013-08-19 22:36:23 +09:00
12. Filters (hide queets containing strings, e.g. mute users)
2013-08-19 22:30:57 +09:00
2013-08-19 22:36:23 +09:00
14. More languages
2013-08-19 22:30:57 +09:00
2013-08-19 22:36:23 +09:00
15. Queet-page
2013-08-19 22:30:57 +09:00
2013-09-03 01:13:15 +09:00
16. Admin-interface
2013-08-19 22:30:57 +09:00
2013-09-03 01:13:15 +09:00
16. New api for serving _number_ of new items in several streams (to show number of new items in menu/history)
2013-08-19 22:30:57 +09:00
2013-09-03 01:13:15 +09:00
17. New "expand queet" api for getting conversation, retweets, favs and attachment in the same request
2013-08-19 22:30:57 +09:00
2013-09-03 01:13:15 +09:00
19. Node.js long polling server and an new api that serve aggregate of all polling users requests in one go