-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
31 lines (23 loc) · 945 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
This is a set of plugins for various free desktop programs
which add the ability to post to imgur.com.
The src directory contains:
src/dbus/
The back end to everything else. This provides a DBus
service, com.imgur, which allows upload of arbitrary
images to the web.
src/cmd/
A simple command-line interface to the DBus back end.
src/eog/
An Eye of Gnome (eog) plugin.
src/sharing/
A Maemo libsharing plugin.
If you are compiling under Maemo, then by default the
eog plugin is not built and the libsharing plugin
is built. If you are not compiling under Maemo, then
by default the eog plugin is built and the libsharing
plugin is not built.
There is much more information on the wiki, which is at
<https://github.com/tthurman/imgur-integration/wiki>.
There used to be a TODO section in this file, but it has
been replaced by an issue tracker. You may find it at
<https://github.com/tthurman/imgur-integration/issues>.