/usr/share/doc/libgtksourceview-3.0-common/README is in libgtksourceview-3.0-common 3.18.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 | General Information
===================
This is version 3.18.2 of GtkSourceView.
GtkSourceView is a text widget that extends the standard GTK+ text widget
GtkTextView.
It improves GtkTextView by implementing syntax highlighting and other
features typical of a source code editor.
The official web site is:
https://wiki.gnome.org/Projects/GtkSourceView
You can download the latest GtkSourceView tarball from the gnome ftp server:
ftp://ftp.gnome.org/pub/GNOME/sources/gtksourceview
Discussion of GtkSourceView happens in the gnome-devtools@gnome.org
mailing list. You can subscribe and get further information here:
http://mail.gnome.org/mailman/listinfo/gnome-devtools
The GtkSourceView library is free software and is released under the terms of
the GNU Lesser General Public License.
Installation
============
GtkSourceView requires GLib >= 2.44, GTK+ >= 3.16 and libxml2 >= 2.6.
Simple install procedure:
% tar Jxf gtksourceview-3.18.2.tar.xz # unpack the sources
% cd gtksourceview-3.18.2 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build gtksourceview
[ Become root if necessary ]
% make install # install gtksourceview
See the file 'INSTALL' for more detailed information.
How to report bugs
==================
Bugs should be reported to the GNOME bug tracking system.
(http://bugzilla.gnome.org, product gtksourceview).
You will need to create an account for yourself.
In the bug report please include:
* Information about your system. For instance:
- What version of GtkSourceView
- What operating system and version
- What version of the gtk+, glib and gnome libraries
And anything else you think is relevant.
* How to reproduce the bug.
* If the bug was a crash, the exact text that was printed out when the
crash occurred.
* Further information such as stack traces may be useful, but is not
necessary. If you do send a stack trace, and the error is an X error,
it will be more useful if the stacktrace is produced running the test
program with the --sync command line option.
Please check the bugzilla pages for the list of known bugs.
https://bugzilla.gnome.org/browse.cgi?product=gtksourceview
Patches
=======
Patches should also be submitted to bugzilla.gnome.org. If the patch
fixes an existing bug, add the patch as an attachment to that bug
report.
Otherwise, enter a new bug report that describes the problem the patch
fixes, and attach it to that bug report.
Patches should be created with the git format-patch command.
Please follow the coding style described in the HACKING file.
If you are interested in helping us to develop GtkSourceView, please see the
file 'MAINTAINERS' for contact information and/or send a message to
the GtkSourceView mailing list. See also the file 'HACKING' for
information about our git guidelines.
The GtkSourceView team.
|