File: README

package info (click to toggle)
roxen 1.2beta2-3
  • links: PTS
  • area: contrib
  • in suites: slink
  • size: 16,920 kB
  • ctags: 8,589
  • sloc: ansic: 89,632; asm: 8,431; sh: 2,915; makefile: 1,784; cpp: 377
file content (49 lines) | stat: -rw-r--r-- 1,480 bytes parent folder | download | duplicates (2)
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
Roxen 1.2 - source version
++++++++++++++++++++++++++

Copyright 
---------

Roxen is Copyright  Idonex AB, 1994 - 1997
Pike is Copyright  to Fredrik Hbinette, 1994 - 1997

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


Installing
----------

Read INSTALLING for installation instructions.


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

extern/   	A few programs used by Roxen or it's scripts.
		 o fast_cgi -- The CGI/Fast CGI gateway, rewritten
		   	       somewhat for Roxen.
		 o cgi      -- The roxen/CGI filter.

tools/ 		Misc tools.
                 o htpasswd source, used to make password files for .htaccess
		 o backlog_bumper -- for Solaris 2.4 and up.
		 o xdumpfont -- dumps an X font to a Roxen font
		 o init.d_roxen -- /etc/init.d script starting point.
		   Stop does not work correctly.

server/         The pike objects, all modules and other misc source that is
		the core of the Roxen software.
                Important subdirs:
		o base_server  -- Core server sources
		o languages    -- Language modules
		o protocols    -- Protocol modules
		o modules      -- Roxen 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.

pike/	  	The source to the language used (Pike, object
		oriented C-like language). Written by Fredrik