-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
66 lines (50 loc) · 1.8 KB
/
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
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
Introduction:
=============
Yzis is a vi-compatible editor that is composed of a generic vi engine and
independent GUI. It is developed in C++ and relies on QtCore for the some of the
background classes (lists and strings mainly). A KDE, Qt and ncurses gui
are available. More frontends are welcome. I would be happy to see a Gtk, MFC,
WxWidgets and XUL frontend added to the source tree.
Requirements:
=============
For more details about requirements and build instructions, see:
http://www.yzis.org/Build_Yzis
Install:
========
Yzis uses the CMake system to compile and install itself, just like KDE.
See the wiki documentation for help on building Yzis:
http://www.yzis.org/Build_Yzis
Planning and project status:
============================
We try to maintain the current state of the project and a planning on the
wiki:
http://www.yzis.org/
Documentation:
==============
Most of the documentation is stored on the wiki: http://www.yzis.org . Build
instructions, project status, ... . And if you are missing something, the
magic of wiki allows you to add it yourself.
The documentation for developers, including design drafts and API
documentation, is available from
http://www.yzis.org/Developer_Documentation
You can report bug on our bugzilla:
http://labs.freehackers.org/projects/yzis/issues
You can help:
=============
See:
http://www.yzis.org/TODO
Licenses:
=========
libyzis is published under LGPL. See COPYING.LGPL for more
details.
qyzis, kyzis and nyzis are published under GPL. See COPYING for more
details.
Talk with us:
=============
We are hanging on the freenode network, channel #yzis .
You can also use our mailing lists. More info on:
http://www.yzis.org/Mailing_lists
History:
========
Yzis came out of the frustration of working on kvim. For more details, see:
http://www.yzis.org/History