File: README.sources

package info (click to toggle)
oar 2.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 9,700 kB
  • sloc: perl: 34,517; sh: 6,041; ruby: 5,840; sql: 3,390; cpp: 2,277; makefile: 402; php: 365; ansic: 335; python: 275; exp: 23
file content (39 lines) | stat: -rw-r--r-- 777 bytes parent folder | download | duplicates (10)
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

Source structures
=================

sources/core/database/
    contains the sql data and the scrips to initialize and/or upgrade a oar server database. 

docs/
    contains the documentations of OAR

Makefiles/
    contains the makefile for each oar module

setup/
    contains the setup scripts executed on the target operating system

sources/core/man/
    contains manual page of the qfunctions / modules

sources/core/common/
    contains the common oar stuff.

sources/core/common-libs/
    contains the common oar libraries. There is one subdirectory for each langage used.

sources/core/qfunctions/
    contains the user/admin commands

sources/core/modules/
    contains the oar commands 

misc/
    contains oar related 

sources/core/scripts/

tests/

third_party/