forked from KDE/okteta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
62 lines (45 loc) · 2.13 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
Okteta project
===================
made within the KDE community.
Copyright: 2003-2012 Friedrich W. H. Kossebau <[email protected]>
Author/Maintainer: Friedrich W. H. Kossebau <[email protected]>
Overview
--------
This directory holds the files of the Okteta project. This project is about
viewing and editing of data on the byte level.
It is divided into three parts, the first two are for developing and the last
one for users:
* basic libraries offering Qt-based classes for viewing/editing bytearrays
* Okteta elements for the Kasten framework
* program Okteta and Okteta KPart
The basic libraries, liboktetacore and liboktetagui, contain the classic simple
Qt/KDE widgets/classes others want to reuse in their code by linking to these
libraries. Additionally there is a Qt Designer plugin for the two Okteta widgets
from liboktetagui. This part is spread over the subdirs core/, gui/, and
designer/.
The Okteta elements for the Kasten framework are specific Okteta classes for
building programs and plugins with the Kasten framework. The elements are
divided into the libraries liboktetakastencore, liboktetakastengui, and
liboktetakastencontroller, all found in the subdir kasten/.
The foundation of the framework Kasten itself is currently found within the
Okteta sources, in the subdirectory libs/kasten/.
The end-user products are the stand-alone program also named Okteta and a KPart
useable e.g. for Konqueror. These are in the subdirs program/ and parts/.
What to find in which subdirectory:
--------------------------------
core:
core library for Qt-based bytearray viewer/editor widgets, liboktetacore
gui:
gui library for QWidget-based bytearray viewer/editor widgets, liboktetagui
designer:
plugin for Qt Designer to add support for widgets from the Okteta gui library
kasten:
Okteta elements for the Kasten framework (currently found in libs/kasten)
parts:
collection of plugins based on the Okteta libraries
parts/kpart:
plugin of the type KPart::ReadWritePart, with BrowserExtension
program:
a standalone hex editor program, based on the Kasten framework
libs:
neutral utility libs and frameworks, useful outside Okteta, e.g. Kasten