1
2
3
4
5
6
7
8
9
10
11
12
|
<title>CGI Server Extensions</title>
<h2>1.0 Introduction</h2>
If you have a [./server/Fossil server] for your project,
you can add [https://en.wikipedia.org/wiki/Common_Gateway_Interface|CGI]
extensions to that server. These extensions work like
any other CGI program, except that they also have access to the Fossil
login information and can (optionally) leverage the "skins" of Fossil
so that they appear to be more tightly integrated into the project.
An example of where this is useful is the
|
|
|
1
2
3
4
5
6
7
8
9
10
11
12
|
<title>CGI Server Extensions</title>
<h2>1.0 Introduction</h2>
If you have a [./server/|Fossil server] for your project,
you can add [https://en.wikipedia.org/wiki/Common_Gateway_Interface|CGI]
extensions to that server. These extensions work like
any other CGI program, except that they also have access to the Fossil
login information and can (optionally) leverage the "skins" of Fossil
so that they appear to be more tightly integrated into the project.
An example of where this is useful is the
|