Fossil SCM

Removed manual indents of code blocks in webui doc

wyoung 2024-02-18 15:17 trunk
Commit 9437518451e562134689e63da8f2a6baaf2ba8a5c3f5edd2d4967d0869625a93
1 file changed +4 -4
+4 -4
--- www/webui.wiki
+++ www/webui.wiki
@@ -153,12 +153,12 @@
153153
run Fossil as CGI, just put the
154154
<b>sample-project.fossil</b> file in a directory where CGI scripts
155155
have both read and write permission on the file and the directory that
156156
contains the file, then add a CGI script that looks something like this:
157157
158
-<verbatim> #!/usr/local/bin/fossil
159
- repository: /home/www/sample-project.fossil</verbatim>
158
+<verbatim>#!/usr/local/bin/fossil
159
+repository: /home/www/sample-project.fossil</verbatim>
160160
161161
Adjust the script above so that the paths are correct for your system,
162162
of course, and also make sure the Fossil binary is installed on the server.
163163
But that is <u>all</u> you have to do. You now have everything you need to host
164164
a distributed software development project in less than five minutes using a
@@ -171,11 +171,11 @@
171171
server machine?
172172
Not a problem. The Fossil interface can also be launched via inetd or
173173
xinetd. An inetd configuration line sufficient to launch the Fossil
174174
web interface looks like this:
175175
176
-<verbatim> 80 stream tcp nowait.1000 root /usr/local/bin/fossil \
177
- /usr/local/bin/fossil http /home/www/sample-project.fossil</verbatim>
176
+<verbatim>80 stream tcp nowait.1000 root /usr/local/bin/fossil \
177
+/usr/local/bin/fossil http /home/www/sample-project.fossil</verbatim>
178178
179179
As always, you'll want to adjust the pathnames to whatever is appropriate
180180
for your system. The xinetd setup uses a different syntax but follows
181181
the same idea.
182182
--- www/webui.wiki
+++ www/webui.wiki
@@ -153,12 +153,12 @@
153 run Fossil as CGI, just put the
154 <b>sample-project.fossil</b> file in a directory where CGI scripts
155 have both read and write permission on the file and the directory that
156 contains the file, then add a CGI script that looks something like this:
157
158 <verbatim> #!/usr/local/bin/fossil
159 repository: /home/www/sample-project.fossil</verbatim>
160
161 Adjust the script above so that the paths are correct for your system,
162 of course, and also make sure the Fossil binary is installed on the server.
163 But that is <u>all</u> you have to do. You now have everything you need to host
164 a distributed software development project in less than five minutes using a
@@ -171,11 +171,11 @@
171 server machine?
172 Not a problem. The Fossil interface can also be launched via inetd or
173 xinetd. An inetd configuration line sufficient to launch the Fossil
174 web interface looks like this:
175
176 <verbatim> 80 stream tcp nowait.1000 root /usr/local/bin/fossil \
177 /usr/local/bin/fossil http /home/www/sample-project.fossil</verbatim>
178
179 As always, you'll want to adjust the pathnames to whatever is appropriate
180 for your system. The xinetd setup uses a different syntax but follows
181 the same idea.
182
--- www/webui.wiki
+++ www/webui.wiki
@@ -153,12 +153,12 @@
153 run Fossil as CGI, just put the
154 <b>sample-project.fossil</b> file in a directory where CGI scripts
155 have both read and write permission on the file and the directory that
156 contains the file, then add a CGI script that looks something like this:
157
158 <verbatim>#!/usr/local/bin/fossil
159 repository: /home/www/sample-project.fossil</verbatim>
160
161 Adjust the script above so that the paths are correct for your system,
162 of course, and also make sure the Fossil binary is installed on the server.
163 But that is <u>all</u> you have to do. You now have everything you need to host
164 a distributed software development project in less than five minutes using a
@@ -171,11 +171,11 @@
171 server machine?
172 Not a problem. The Fossil interface can also be launched via inetd or
173 xinetd. An inetd configuration line sufficient to launch the Fossil
174 web interface looks like this:
175
176 <verbatim>80 stream tcp nowait.1000 root /usr/local/bin/fossil \
177 /usr/local/bin/fossil http /home/www/sample-project.fossil</verbatim>
178
179 As always, you'll want to adjust the pathnames to whatever is appropriate
180 for your system. The xinetd setup uses a different syntax but follows
181 the same idea.
182

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button