aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2005-12-01 22:17:35 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2005-12-01 22:17:35 +0000
commit020cd20555709966c9cd24dee64c11df580c36ff (patch)
tree14248044a07a7a8e304d4d764797c635b62cf6ee
parent3b0d8d21f5b3d1611f87579849a6f82f4f36768c (diff)
Changing "cvs" to "subversion" in documentation, also removing references to old versions of Asterisk
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7262 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--README4
-rw-r--r--doc/README.cdr4
-rw-r--r--doc/README.realtime6
-rw-r--r--doc/app_sms.html4
-rw-r--r--doc/cdr.txt2
5 files changed, 9 insertions, 11 deletions
diff --git a/README b/README
index 67c66cdf2..1580289ab 100644
--- a/README
+++ b/README
@@ -88,8 +88,8 @@ On many distributions, these files are installed by packages with names like
2) Run "make install"
- Each time you update or checkout from CVS, you are strongly encouraged
-to ensure all previous object files are removed to avoid internal
+ Each time you update or checkout from the repository, you are strongly
+encouraged to ensure all previous object files are removed to avoid internal
inconsistency in Asterisk. Normally, this is automatically done with
the presence of the file .cleancount, which increments each time a 'make clean'
is required, and the file .lastclean, which contains the last .cleancount used.
diff --git a/doc/README.cdr b/doc/README.cdr
index 7a5440ebf..2e9ec22a8 100644
--- a/doc/README.cdr
+++ b/doc/README.cdr
@@ -14,11 +14,9 @@ separated text file.
* cdr_sqlite supports SQlite
* cdr_pgsql supports PostgreSQL
-In the asterisk-addons cvs archive, there's a cdr_mysql driver for
+In the asterisk-addons subversion repository, there's a cdr_mysql driver for
MySQL.
-
-
Applications
------------
diff --git a/doc/README.realtime b/doc/README.realtime
index bed6e9bd2..53df7a7e5 100644
--- a/doc/README.realtime
+++ b/doc/README.realtime
@@ -2,7 +2,8 @@ The Asterisk Realtime Architecture
----------------------------------
The Asterisk Realtime Architecture is a new set of drivers and
-functions implemented in Asterisk 1.1dev (and the following v1.2 stable).
+functions implemented in Asterisk.
+
The benefits of this architecture are many, both from a code management
standpoint and from an installation perspective.
@@ -24,8 +25,7 @@ Currently there are three realtime database drivers:
* ODBC: Support for UnixODBC, integrated into Asterisk
The UnixODBC subsystem supports many different databases,
please check www.unixodbc.org for more information.
-* MySQL: Found in the asterisk-addons cvs archive on cvs.digium.com
-* Res_perl: Found in the asterisk-addons cvs archive on cvs.digium.com
+* MySQL: Found in the asterisk-addons subversion repository on cvs.digium.com
* Two modes: Static and Realtime
diff --git a/doc/app_sms.html b/doc/app_sms.html
index 2a076b38b..0d28b6eb2 100644
--- a/doc/app_sms.html
+++ b/doc/app_sms.html
@@ -134,8 +134,8 @@ Using asterisk, you can make use of the sub addresses for sending and
receiving messages. Using DDI (DID, i.e. multiple numbers on the line
on ISDN) you can also make use of many different numbers for SMS.<br>
<h2>Build / installation</h2>
-<span style="font-weight: bold;">app_sms.c</span> is included in the
-latest cvs. It lives in the asterisk source <span
+<span style="font-weight: bold;">app_sms.c</span> is included in
+the Asterisk source <span
style="font-weight: bold;">apps</span> directory and is included in
the object list (<span style="font-weight: bold;">app_sms.so</span>) in
<span style="font-weight: bold;">apps/Makefile</span>.<br>
diff --git a/doc/cdr.txt b/doc/cdr.txt
index 580619737..4db7797f4 100644
--- a/doc/cdr.txt
+++ b/doc/cdr.txt
@@ -108,7 +108,7 @@ MSSQL: Asterisk can currently store CDRs into an MSSQL database in
make install
Compile, or recompile, asterisk so that it will now add support
- for cdr_tds.c (Currently only asterisk CVS supports cdr_tds.c)
+ for cdr_tds.c
make clean &&
make update &&