From 286a521e1135aaa655577646bfcfd7a98f2fb2dc Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Wed, 1 Feb 2006 17:49:02 +0000 Subject: [PATCH] - Removing the "README." from the name of the README files. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9047 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- doc/00README.1st | 72 +++++++++---------- doc/{README.ael => ael.txt} | 0 doc/{README.app_sms => app-sms.txt} | 0 ...README.asterisk.conf => asterisk-conf.txt} | 0 doc/{README.backtrace => backtrace.txt} | 0 doc/{README.cdr => billing.txt} | 0 doc/{README.callingpres => callingpres.txt} | 0 doc/{cdr.txt => cdrdriver.txt} | 0 doc/{README.iax => chaniax.txt} | 0 doc/{README.channels => channels.txt} | 0 ...{README.variables => channelvariables.txt} | 0 doc/{README.cliprompt => cliprompt.txt} | 0 ...README.configuration => configuration.txt} | 0 doc/{README.cygwin => cygwin.txt} | 0 doc/{README.dundi => dundi.txt} | 0 doc/{README.enum => enum.txt} | 0 doc/{README.extconfig => extconfig.txt} | 0 doc/{README.extensions => extensions.txt} | 0 doc/{README.externalivr => externalivr.txt} | 0 doc/{README.tds => freetds.txt} | 0 doc/{README.h323 => h323.txt} | 1 - doc/{README.hardware => hardware.txt} | 0 doc/{README.ices => ices.txt} | 0 doc/{README.jitterbuffer => jitterbuffer.txt} | 0 doc/{README.linkedlists => linkedlists.txt} | 0 doc/{README.localchannel => localchannel.txt} | 0 doc/{README.manager => manager.txt} | 0 doc/{README.math => math.txt} | 0 doc/{README.misdn => misdn.txt} | 0 doc/{README.mp3 => mp3.txt} | 0 ...ME.musiconhold-fpm => musiconhold-fpm.txt} | 0 doc/{README.mysql => mysql.txt} | 0 doc/{README.odbcstorage => odbcstorage.txt} | 0 doc/{README.privacy => privacy.txt} | 0 doc/{README.queuelog => queuelog.txt} | 0 doc/{README.realtime => realtime.txt} | 0 doc/{README.security => security.txt} | 0 doc/{README.sms => sms.txt} | 0 38 files changed, 36 insertions(+), 37 deletions(-) rename doc/{README.ael => ael.txt} (100%) rename doc/{README.app_sms => app-sms.txt} (100%) rename doc/{README.asterisk.conf => asterisk-conf.txt} (100%) rename doc/{README.backtrace => backtrace.txt} (100%) rename doc/{README.cdr => billing.txt} (100%) rename doc/{README.callingpres => callingpres.txt} (100%) rename doc/{cdr.txt => cdrdriver.txt} (100%) rename doc/{README.iax => chaniax.txt} (100%) rename doc/{README.channels => channels.txt} (100%) rename doc/{README.variables => channelvariables.txt} (100%) rename doc/{README.cliprompt => cliprompt.txt} (100%) rename doc/{README.configuration => configuration.txt} (100%) rename doc/{README.cygwin => cygwin.txt} (100%) rename doc/{README.dundi => dundi.txt} (100%) rename doc/{README.enum => enum.txt} (100%) rename doc/{README.extconfig => extconfig.txt} (100%) rename doc/{README.extensions => extensions.txt} (100%) rename doc/{README.externalivr => externalivr.txt} (100%) rename doc/{README.tds => freetds.txt} (100%) rename doc/{README.h323 => h323.txt} (99%) rename doc/{README.hardware => hardware.txt} (100%) rename doc/{README.ices => ices.txt} (100%) rename doc/{README.jitterbuffer => jitterbuffer.txt} (100%) rename doc/{README.linkedlists => linkedlists.txt} (100%) rename doc/{README.localchannel => localchannel.txt} (100%) rename doc/{README.manager => manager.txt} (100%) rename doc/{README.math => math.txt} (100%) rename doc/{README.misdn => misdn.txt} (100%) rename doc/{README.mp3 => mp3.txt} (100%) rename doc/{README.musiconhold-fpm => musiconhold-fpm.txt} (100%) rename doc/{README.mysql => mysql.txt} (100%) rename doc/{README.odbcstorage => odbcstorage.txt} (100%) rename doc/{README.privacy => privacy.txt} (100%) rename doc/{README.queuelog => queuelog.txt} (100%) rename doc/{README.realtime => realtime.txt} (100%) rename doc/{README.security => security.txt} (100%) rename doc/{README.sms => sms.txt} (100%) diff --git a/doc/00README.1st b/doc/00README.1st index a530922e63..04dba7cb2d 100644 --- a/doc/00README.1st +++ b/doc/00README.1st @@ -6,62 +6,62 @@ directory of your source code Start here ---------- -README.security IMPORTANT INFORMATION ABOUT ASTERISK SECURITY -README.hardware Hardware supported by Asterisk +security.txt IMPORTANT INFORMATION ABOUT ASTERISK SECURITY +hardware.txt Hardware supported by Asterisk Configuration ------------- -README.configuration Features in the configuration parser -README.extensions Basics about the dialplan -README.extconfig How to use databases for configuration of Asterisk (ARA) -README.realtime The Asterisk Realtime Architecture - database support -README.tds Information about the FreeTDS support -README.ael Information about the Asterisk Extension Language +configuration.txt Features in the configuration parser +extensions.txt Basics about the dialplan +extconfig.txt How to use databases for configuration of Asterisk (ARA) +realtime.txt The Asterisk Realtime Architecture - database support +freetds.txt Information about the FreeTDS support +ael.txt Information about the Asterisk Extension Language Misc ---- PEERING The General Peering Agreement for Dundi -README.app_sms How to configure the SMS application -README.asterisk.conf Documentation of various options in asterisk.conf -README.callingpres Settings for Caller ID presentation -README.cdr Call Data Record information -README.cliprompt How to change the Asterisk CLI prompt -README.dundi Dundi - a discovery protocol -README.enum Enum support in Asterisk -README.ices Integrating ICEcast streaming in Asterisk -README.jitterbuffer About the IAX2 jitterbuffer implementation -README.math About the math() application -README.mp3 About MP3 support in Asterisk -README.musiconhold-fpm Free Music On Hold music -README.mysql About MYSQL support in Asterisk -README.odbcstorage Voicemail storage of messages in UnixODBC -README.privacy Privacy enhancements in Asterisk -README.queuelog Agent and queue logging -README.variables Channel variables -cdr.txt About CDR storage in various databases (needs update) +app_sms.txt How to configure the SMS application +asterisk.conf.txt Documentation of various options in asterisk.conf +callingpres.txt Settings for Caller ID presentation +billing.txt Call Data Record information +cliprompt.txt How to change the Asterisk CLI prompt +dundi.txt Dundi - a discovery protocol +enum.txt Enum support in Asterisk +ices.txt Integrating ICEcast streaming in Asterisk +jitterbuffer.txt About the IAX2 jitterbuffer implementation +math.txt About the math() application +mp3.txt About MP3 support in Asterisk +musiconhold-fpm.txt Free Music On Hold music +mysql.txt About MYSQL support in Asterisk +odbcstorage.txt Voicemail storage of messages in UnixODBC +privacy.txt Privacy enhancements in Asterisk +queuelog.txt Agent and queue logging +channelvariables.txt Channel variables +cdrdrivers.txt About CDR storage in various databases (needs update) Channel drivers --------------- -README.misdn -README.h323 How to compile and configure the H.323 channel -README.iax About the IAX2 protocol support in Asterisk -README.localchannel The local channel is a "gosub" in the dialplan +misdn.txt The mISDN channel driver for ISDN BRI cards +h323.txt How to compile and configure the H.323 channel +chaniax.txt About the IAX2 protocol support in Asterisk +localchannel.txt The local channel is a "gosub" in the dialplan Portability ----------- -README.cygwin Compiling Asterisk on CygWin platforms (Windows) +cygwin.txt Compiling Asterisk on CygWin platforms (Windows) For developers -------------- See http://www.asterisk.org/developers for more information -README.manager About the AMI - Asterisk Manager Interface +manager.txt About the AMI - Asterisk Manager Interface for third party call control and PBX management -README.backtrace How to produce a backtrace when Asterisk crashes +backtrace.txt How to produce a backtrace when Asterisk crashes CODING-GUIDELINES Guidelines for developers -README.channels What is a channel? -README.externalivr Documentation of the protocol used in externalivr() -README.linkedlists How to develop linked lists in Asterisk (old) +channels.txt What is a channel? +externalivr.txt Documentation of the protocol used in externalivr() +linkedlists.txt How to develop linked lists in Asterisk (old) iax.txt About the IAX protocol apps.txt About application development model.txt About the call model in Asterisk (old) diff --git a/doc/README.ael b/doc/ael.txt similarity index 100% rename from doc/README.ael rename to doc/ael.txt diff --git a/doc/README.app_sms b/doc/app-sms.txt similarity index 100% rename from doc/README.app_sms rename to doc/app-sms.txt diff --git a/doc/README.asterisk.conf b/doc/asterisk-conf.txt similarity index 100% rename from doc/README.asterisk.conf rename to doc/asterisk-conf.txt diff --git a/doc/README.backtrace b/doc/backtrace.txt similarity index 100% rename from doc/README.backtrace rename to doc/backtrace.txt diff --git a/doc/README.cdr b/doc/billing.txt similarity index 100% rename from doc/README.cdr rename to doc/billing.txt diff --git a/doc/README.callingpres b/doc/callingpres.txt similarity index 100% rename from doc/README.callingpres rename to doc/callingpres.txt diff --git a/doc/cdr.txt b/doc/cdrdriver.txt similarity index 100% rename from doc/cdr.txt rename to doc/cdrdriver.txt diff --git a/doc/README.iax b/doc/chaniax.txt similarity index 100% rename from doc/README.iax rename to doc/chaniax.txt diff --git a/doc/README.channels b/doc/channels.txt similarity index 100% rename from doc/README.channels rename to doc/channels.txt diff --git a/doc/README.variables b/doc/channelvariables.txt similarity index 100% rename from doc/README.variables rename to doc/channelvariables.txt diff --git a/doc/README.cliprompt b/doc/cliprompt.txt similarity index 100% rename from doc/README.cliprompt rename to doc/cliprompt.txt diff --git a/doc/README.configuration b/doc/configuration.txt similarity index 100% rename from doc/README.configuration rename to doc/configuration.txt diff --git a/doc/README.cygwin b/doc/cygwin.txt similarity index 100% rename from doc/README.cygwin rename to doc/cygwin.txt diff --git a/doc/README.dundi b/doc/dundi.txt similarity index 100% rename from doc/README.dundi rename to doc/dundi.txt diff --git a/doc/README.enum b/doc/enum.txt similarity index 100% rename from doc/README.enum rename to doc/enum.txt diff --git a/doc/README.extconfig b/doc/extconfig.txt similarity index 100% rename from doc/README.extconfig rename to doc/extconfig.txt diff --git a/doc/README.extensions b/doc/extensions.txt similarity index 100% rename from doc/README.extensions rename to doc/extensions.txt diff --git a/doc/README.externalivr b/doc/externalivr.txt similarity index 100% rename from doc/README.externalivr rename to doc/externalivr.txt diff --git a/doc/README.tds b/doc/freetds.txt similarity index 100% rename from doc/README.tds rename to doc/freetds.txt diff --git a/doc/README.h323 b/doc/h323.txt similarity index 99% rename from doc/README.h323 rename to doc/h323.txt index 9951f63533..c7383e7af2 100644 --- a/doc/README.h323 +++ b/doc/h323.txt @@ -20,4 +20,3 @@ either party for support. Many issues can be quickly resolved by simply following the instructions that are provided. - diff --git a/doc/README.hardware b/doc/hardware.txt similarity index 100% rename from doc/README.hardware rename to doc/hardware.txt diff --git a/doc/README.ices b/doc/ices.txt similarity index 100% rename from doc/README.ices rename to doc/ices.txt diff --git a/doc/README.jitterbuffer b/doc/jitterbuffer.txt similarity index 100% rename from doc/README.jitterbuffer rename to doc/jitterbuffer.txt diff --git a/doc/README.linkedlists b/doc/linkedlists.txt similarity index 100% rename from doc/README.linkedlists rename to doc/linkedlists.txt diff --git a/doc/README.localchannel b/doc/localchannel.txt similarity index 100% rename from doc/README.localchannel rename to doc/localchannel.txt diff --git a/doc/README.manager b/doc/manager.txt similarity index 100% rename from doc/README.manager rename to doc/manager.txt diff --git a/doc/README.math b/doc/math.txt similarity index 100% rename from doc/README.math rename to doc/math.txt diff --git a/doc/README.misdn b/doc/misdn.txt similarity index 100% rename from doc/README.misdn rename to doc/misdn.txt diff --git a/doc/README.mp3 b/doc/mp3.txt similarity index 100% rename from doc/README.mp3 rename to doc/mp3.txt diff --git a/doc/README.musiconhold-fpm b/doc/musiconhold-fpm.txt similarity index 100% rename from doc/README.musiconhold-fpm rename to doc/musiconhold-fpm.txt diff --git a/doc/README.mysql b/doc/mysql.txt similarity index 100% rename from doc/README.mysql rename to doc/mysql.txt diff --git a/doc/README.odbcstorage b/doc/odbcstorage.txt similarity index 100% rename from doc/README.odbcstorage rename to doc/odbcstorage.txt diff --git a/doc/README.privacy b/doc/privacy.txt similarity index 100% rename from doc/README.privacy rename to doc/privacy.txt diff --git a/doc/README.queuelog b/doc/queuelog.txt similarity index 100% rename from doc/README.queuelog rename to doc/queuelog.txt diff --git a/doc/README.realtime b/doc/realtime.txt similarity index 100% rename from doc/README.realtime rename to doc/realtime.txt diff --git a/doc/README.security b/doc/security.txt similarity index 100% rename from doc/README.security rename to doc/security.txt diff --git a/doc/README.sms b/doc/sms.txt similarity index 100% rename from doc/README.sms rename to doc/sms.txt