File: README

package info (click to toggle)
caudium 2%3A1.0.40-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 10,480 kB
  • ctags: 1,214
  • sloc: ansic: 7,642; sh: 1,665; cpp: 837; makefile: 653; perl: 101; xml: 1
file content (47 lines) | stat: -rw-r--r-- 1,576 bytes parent folder | download
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
Caudium 1.0
++++++++++++++++++++++++++

Copyright 
---------
Caudium is Copyright  The Caudium Group, 2000-
Based on Roxen 1.3, Copyright  Roxen Internet Software AB, 1994 - 2000
Pike is Copyright  to Fredrik Hbinette, 1994 - 2000

This software is distributed under GPL, see the file COPYING for
more details.


Installing
----------

Read INSTALLING for installation instructions.


The directories
---------------

tools/ 		Misc tools.
		 o addfp98.pike     -- maintainance tool for Frontpage.
		 o backlog-bumper   -- for Solaris 2.4 and up.
		 o xdumpfont        -- dumps an X font to a Caudium font.
		 o make_changelog   -- makes a ChaneLog from CVS-entries.
		 o init.d_roxen     -- /etc/init.d script starting point.
		                       Stop does not work correctly.
		 o compress.pike    -- Gz compresses files.
		 o uncompress.pike  -- Gz decompresses files.

src/		Various programs and modules used by Caudium that requires
		compilation (ie programs written in C).

server/         The pike objects, all modules and other misc source that is
		the core of the Caudium software.
                Important subdirs:
		 o base_server      -- Core server sources
		 o languages        -- Language modules
		 o protocols        -- Protocol modules
		 o modules          -- Caudium core modules, in subdirs
	         o etc              -- Misc. files
		 o config_actions   -- Plugins for the configuration interface
		 o server_templates -- Server template files for the 'add a new
				       virtual server' action in the 
 				       configuration interface.