~hww3/caudium

f6e9e07b3e2ea64f9dd3fcf02ee60d69b4e2e059 — Bill Welliver 6 years ago c9e9163 + 15c354d
Merged in cheese123/caudium/master-typos (pull request #4)

small typos + links
M server/config_actions/changepass.pike => server/config_actions/changepass.pike +1 -1
@@ 28,7 28,7 @@ constant name= "Security//Change password and/or username...";

constant doc = ("Change the configuration interface username and/or password. "
		"This is a shortcut to the initial configuration page of "
		"Caudium");
		"Caudium.");

mixed handle(object id, object conf)
{

M server/config_actions/listfonts.pike => server/config_actions/listfonts.pike +1 -1
@@ 24,7 24,7 @@
inherit "wizard";

constant name= "Status//List Available Fonts...";
constant doc = "List all available fonts";
constant doc = "List all available fonts.";
string versions(string font)
{
  array res=({ });

M server/config_actions/reloadconfigurations.pike => server/config_actions/reloadconfigurations.pike +1 -1
@@ 27,7 27,7 @@ inherit "caudiumlib";
constant name= "Maintenance//Reload configurations from disk";

constant doc = ("Force a reload of all configuration information from the "
		"configuration files");
		"configuration files.");

constant more=1;


M server/config_actions/resolv.pike => server/config_actions/resolv.pike +1 -1
@@ 24,7 24,7 @@

inherit "wizard";
constant name= "Maintenance//Resolve path...";
constant doc = ("Check which module handles the path you enter in the form");
constant doc = ("Check which module handles the path you enter in the form.");

string module_name(function|object m)
{

M server/etc/config.html => server/etc/config.html +8 -9
@@ 25,15 25,14 @@ configuration interface.
<p>Some buttons, like the 'add a new module' button are only available in
certain nodes (when a node of a certain type has been focused).

<p>If you have any questions or problems, first look at 
<a href="http://caudium.net/server/docs/index.rxml">the documentation</a>.
You can also 
<a href="http://caudium.net/community/ml.rxml">join our mailing lists</a>
or <a href="http://caudium.net/community/index.rxml">ask in IRC</a>. Please report any bugs
you find to our 
<a href="http://caudium.net/community/bugtraq.rxml">bug tracking database</a>. Before reporting a bug, make sure it isn't reported
previously.

<p>If you have any questions or problems, first look at
<a href="http://caudium.net/space/documentation">the documentation</a>.
You can also join our mailing lists or use other means of
<a href="http://caudium.net/space/support">contact</a>.
Please report any bugs you might find in our
<a href="https://bitbucket.org/hww3/caudium/issues">bug tracking database</a>.
Before reporting a bug, make sure it was not reported previously.
<p>
<p align=center>
<a href="http://caudium.net/" target="_blank"><img border=0 src=/image/cowfish.gif></a>
</p>

M server/etc/welcome.html => server/etc/welcome.html +7 -8
@@ 12,13 12,12 @@ forget what your login name and/or password is, you just remove the
ConfigurationPassword variable in the Global_Variables file normally
located in <prefix>/caudium/configurations/.

<p>If you have any questions or problems, first look at <a
href="http://caudium.net/servers/docs/index.rxml">the documentation</a>. You can also <a
href="http://caudium.net/community/ml.rxml">join our mailing lists</a> or <a
href="http://caudium.net/community/index.rxml">ask in IRC</a>. Please report any bugs
you find to our <a
href="http://caudium.net/community/bugtraq.rxml">bug tracking
database</a>. Before reporting a bug, make sure it isn't reported
previously.
<p>If you have any questions or problems, first look at 
<a href="http://caudium.net/space/documentation">the documentation</a>. 
You can also join our mailing lists or use other means of 
<a href="http://caudium.net/space/support">contact</a>. 
Please report any bugs you might find in our 
<a href="https://bitbucket.org/hww3/caudium/issues">bug tracking database</a>. 
Before reporting a bug, make sure it was not reported previously.
<p>
<br><br><div align=center>

M server/modules/filesystems/filesystem.pike => server/modules/filesystems/filesystem.pike +1 -1
@@ 50,7 50,7 @@ constant module_type = MODULE_LOCATION;
constant module_name = "Filesystem";
constant module_doc  = "This is a virtual filesystem, use it to make files available to "
"the users of your WWW-server. If you want to serve any 'normal' "
"files from your server, you will have to have at least one filesystem."
"files from your server, you will have to have at least one filesystem. "
"A file system mounted on '/' is what other servers generally call "
"<b>DOCUMENT ROOT</b>. The whole concept is somewhat different in "
"Caudium however, since you can have any number of file systems mounted in "

M server/modules/filesystems/filesystem2.pike => server/modules/filesystems/filesystem2.pike +1 -1
@@ 30,7 30,7 @@ constant module_type = MODULE_LOCATION|MODULE_EXPERIMENTAL;
constant module_name = "Filesystem v2";
constant module_doc  = "This is a virtual filesystem, use it to make files available to "
"the users of your WWW-server. If you want to serve any 'normal' "
"files from your server, you will have to have at least one filesystem."
"files from your server, you will have to have at least one filesystem. "
"A file system mounted on '/' is what other servers generally call "
"<b>DOCUMENT ROOT</b>. The whole concept is somewhat different in "
"Caudium however, since you can have any number of file systems mounted in "