blob: 1b9cdd68c99bc78203277b3f20d0a28819269f72 (
plain)
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
|
gedit
=====
gedit is a general-purpose text editor. It has been created in 1998, at the
beginnings of GNOME.
The first goal of gedit is to be easy to use, with a simple interface by
default. More advanced features are available by enabling plugins.
See the [gedit official website](https://wiki.gnome.org/Apps/Gedit) for
more information.
License
-------
gedit is released under the GNU General Public License (GPL) version 2 or
later, see the file [COPYING](COPYING) for more information.
Dependencies
------------
gedit depends on GTK 3.
For a complete list of dependencies, see the file [meson.build](meson.build).
Installation
------------
To build gedit from source, see the [docs/build.md](docs/build.md) file.
How to report bugs
------------------
Please read
[the wiki page on how to report bugs](https://wiki.gnome.org/Apps/Gedit/ReportingBugs),
it contains a list of frequently reported bugs and a link to the bug
tracker.
Development resources
---------------------
- [gedit on GitLab](https://gitlab.gnome.org/GNOME/gedit)
- [gedit-plugins on GitLab](https://gitlab.gnome.org/GNOME/gedit-plugins)
- [Tarballs](https://download.gnome.org/sources/gedit/)
- [Roadmap](docs/roadmap.md)
- [gedit wiki attic](https://wiki.gnome.org/Apps/Gedit/Attic)
Contributions
-------------
gedit development relies on voluntary contributions and everyone is invited
to help.
See the file [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
|