forked from tora-tool/tora
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.LAYOUT
81 lines (69 loc) · 1.68 KB
/
README.LAYOUT
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
This is draft version until accepted by TOra developers
directory layout for TOra
=========================
tora/
+--cmake/modules/
|
+--debian/ (not used yet)
|
+--doc/
| +--help/
|
+--extlibs/
| +--libantlr3c-3.3
| +--libermodel
| +--loki
| +--parsing
| +--qscintilla2
| +--stack
| +--trotl
|
+--rpm/ (not used yet)
|
+--src/
| +--core Tora core classes
| +--editor Editor related classes
| +--tools Tora tools
| +--connection Connection provider implementations
| +--db2
| +--ts_log Thread safe logger
| +--docklets
| +--migratetool
| +--shortcuteditor
| +--windows
| +--installer
| +--icons
| +--svg
| +--images
| +--templates
| +--i18n Commented out now
| +--parsing
| +--help <--- symlinks to doc/help
| +--images
| +--tests
| +--dummyoci
| +--result
|
+--utils/
| +--qscintilla/
+--obsolete/ Various not-converted(Tora 2.x) tools, components, classes
What goes in which directory ?
===============================
project-root:
- READMEs/NEWS ...
debian:
- debian specific files
doc:
- for documentation
note that there is a symlink to this folder from src/help
extlibs:
- directory for external libraries which are part of the
TOra distribution
rpm:
- for building RPMs
src:
- all source code goes there
test:
- for CppUnit tests
utils:
- helper tools for the project goes there