prosody.cfg.lua: Various small changes

Fri, 10 Jul 2009 16:47:31 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 10 Jul 2009 16:47:31 +0100
changeset 1527
47729fa90a6c
parent 1526
5f11a8d07161
child 1528
87c71e882437
child 1533
8c13be7aa9f0

prosody.cfg.lua: Various small changes

prosody.cfg.lua.dist file | annotate | diff | comparison | revisions
--- a/prosody.cfg.lua.dist	Fri Jul 10 16:39:50 2009 +0100
+++ b/prosody.cfg.lua.dist	Fri Jul 10 16:47:31 2009 +0100
@@ -8,19 +8,18 @@
 -- sections as you like.
 --
 -- Lists are written { "like", "this", "one" } 
--- Lists can also be of { 1, 2, 3 } numbers, etc. 
+-- Lists can also be of { 1, 2, 3 } numbers, and other things. 
 -- Either commas, or semi-colons; may be used
 -- as seperators.
 --
 -- A table is a list of values, except each value has a name. An 
--- example would be:
+-- example table would be:
 --
 -- ssl = { key = "keyfile.key", certificate = "certificate.cert" }
 --
 -- Whitespace (that is tabs, spaces, line breaks) is mostly insignificant, so 
 -- can 
--- be placed anywhere
--- that 	you deem fitting.
+-- be placed anywhere that 	you deem fitting.
 --
 -- Tip: You can check that the syntax of this file is correct when you have finished
 -- by running: luac -p prosody.cfg.lua
@@ -30,7 +29,7 @@
 -- The only thing left to do is rename this file to remove the .dist ending, and fill in the 
 -- blanks. Good luck, and happy Jabbering!
 
--- Global settings go in this section
+-- Server-wide settings go in this section
 Host "*"
 	
 	-- This is the list of modules Prosody will load on startup.

mercurial