[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [574] trunk/doc



Revision: 574
          http://svn.sourceforge.net/ledger-smb/?rev=574&view=rev
Author:   einhverfr
Date:     2006-11-13 19:32:33 -0800 (Mon, 13 Nov 2006)

Log Message:
-----------
Removing "SL" from faq and manual

Modified Paths:
--------------
    trunk/doc/faq.html
    trunk/doc/manual/LedgerSMB-manual.tex

Modified: trunk/doc/faq.html
===================================================================
--- trunk/doc/faq.html	2006-11-14 03:25:55 UTC (rev 573)
+++ trunk/doc/faq.html	2006-11-14 03:32:33 UTC (rev 574)
@@ -240,7 +240,7 @@
 around it by escaping strings twice.
 If you get a server 500 error 'filename too long' or if collapsed menus
 don't expand you may have to adjusted the following code in
-SL/Form.pm and change the number (44) on line 84.
+LSMB/Form.pm and change the number (44) on line 84.
 <pre>
   # for Apache 2 we escape strings twice
   if (($ENV{SERVER_SIGNATURE} =~ /Apache\/2\.(\d+)\.(\d+)/) && !$beenthere) {
@@ -586,7 +586,7 @@
 and access control which makes it fairly safe out of the box to run even in
 front of a firewall.
 Some precautions which are out of our control must be taken though.
-It matters where you install SL and how you configure your web server and
+It matters where you install LSMB and how you configure your web server and
 SQL server.
 
 <pre>

Modified: trunk/doc/manual/LedgerSMB-manual.tex
===================================================================
--- trunk/doc/manual/LedgerSMB-manual.tex	2006-11-14 03:25:55 UTC (rev 573)
+++ trunk/doc/manual/LedgerSMB-manual.tex	2006-11-14 03:32:33 UTC (rev 574)
@@ -1801,7 +1801,7 @@
 \subsection{Payroll as a GL transaction}
 
 Currently payroll must be done as a GL transaction. The attempts to
-create a payroll system that would ship with SL have largely stalled.
+create a payroll system that would ship with LSMB have largely stalled.
 
 Most customers running their businesses will have an idea of how to
 do this.
@@ -1854,7 +1854,7 @@
 statement), one would go to cash/reconciliation, and check off the
 items that have cleared. One can then attempt to determine where any
 errors lie by comparing the total on the statement with the total
-that SL generates.
+that LSMB generates.
 
 This can be done for other accounts too, such as petty cash.%
 \footnote{Petty cash denotes a drawer of cash that is used to pay small expenses.
@@ -2494,7 +2494,7 @@
 to translate between different languages. One could add translations
 to these files if necessary.
 
-The SL directory is where the Perl modules reside that provide the
+The LSMB directory is where the Perl modules reside that provide the
 core business logic in Ledger-SMB. These modules provide functionality
 such as form handling, email capabilities, and access to the database
 through its at least partially object oriented API.
@@ -2526,7 +2526,7 @@
 
 \subsection{Extensions}
 
-One can add functionality to the Perl modules in the SL directory
+One can add functionality to the Perl modules in the LSMB directory
 and often add missing functions easily.
 
 
@@ -2736,7 +2736,7 @@
 to function as a complete reference.
 
 Template instructions are contained in tags \textless?lsmb and ?\textgreater.
-The actual parsing is done by the parse\_template function in SL/Form.pm.
+The actual parsing is done by the parse\_template function in LSMB/Form.pm.
 
 
 \subsubsection{Page Breaks in \LaTeX{}}
@@ -2852,7 +2852,7 @@
 
 The \$locale-\textgreater getsub routine is called. This routine
 checks the locale package to determine if the value needs to be translated
-back into an appropriate SL function. If not, the variable is lower-cased,
+back into an appropriate LSMB function. If not, the variable is lower-cased,
 and all spaces are converted into underscores.
 
 In general there is no substitute for reading the code to understand


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.