https://github.com/jaywink/sharetus
Generic web UI share plugin for Harmattan
https://github.com/jaywink/sharetus
Last synced: 3 months ago
JSON representation
Generic web UI share plugin for Harmattan
- Host: GitHub
- URL: https://github.com/jaywink/sharetus
- Owner: jaywink
- Created: 2012-01-13T11:33:24.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-05T12:15:43.000Z (almost 13 years ago)
- Last Synced: 2025-03-19T03:53:14.981Z (3 months ago)
- Language: Python
- Homepage:
- Size: 664 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
S H A R E T U S
Plugin for Nokia N9 Harmattan (MeeGo) Share UI for sharing to
various social and bookmarking sites, including:* Diaspora*
* Google+
* Tumblr
* DZone
* Ping FM
* Delicious
* Google Bookmarks
* Google Translate
* Digg
* StumbleUponAny of the basic targets can be disabled by editing configuration
file /opt/sharetus/sharetus.json
Look for the "status" value for a target and change it to 0.Also custom targets can be added, though currently only by editing
the preferences file by hand. These changes will be kept over upgrades.
Example of custom target can be found after install from
~/.sharetus/preferences.json or on Github preferences_template.json.TODO:
- Add image support for Diaspora*
- Add post excerpt for supported targets
- Retrieve tags after app load to decrease startup time
- Add GUI for configuring custom targets
- Add GUI for setting basic targets on/offContributions from elsewhere:
- Python classes in src/tags.py and src/targets.py, which are
based on the example from
http://developer.qt.nokia.com/wiki/Selectable_list_of_Python_objects_in_QML
- C++ classes SharetusPlugin and SharetusMethod, which are based
on CmdShare by Tuomas Kulve
http://tuomas.kulve.fi/blog/2012/01/12/command-line-sharing-for-harmattan/
- Help on retrieving tags from Tracker by various Maemo.org and
developer.nokia.com members
- Icon from Openclipart.org / Ainara
(http://openclipart.org/user-detail/ainara14)Otherwise the following licence is valid:
Copyright (c) 2012 Jason Robinson ([email protected]).
All rights reserved.Redistribution and use in source and binary forms are permitted
provided that the above copyright notice and this paragraph are
duplicated in all such forms and that any documentation,
advertising materials, and other materials related to such
distribution and use acknowledge that the software was developed
by Jason Robinson.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.