diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-24 19:07:53 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-24 19:07:53 +0000 |
commit | 93226b428b1b55a28c2af8dec864d597e2971409 (patch) | |
tree | e2d5e150c78c053c341d633a89232ff6bca39d6a /docs | |
parent | 1bf242732c7e038473dc8b1788b816324d462a4a (diff) |
another portion of links
git-svn-id: http://svn.miranda-ng.org/main/trunk@1169 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'docs')
-rw-r--r-- | docs/autoexec_sample.ini | 2 | ||||
-rw-r--r-- | docs/mirandaboot.ini | 13 | ||||
-rw-r--r-- | docs/readme.txt | 2 |
3 files changed, 8 insertions, 9 deletions
diff --git a/docs/autoexec_sample.ini b/docs/autoexec_sample.ini index 32aca63a50..278f09c084 100644 --- a/docs/autoexec_sample.ini +++ b/docs/autoexec_sample.ini @@ -1,5 +1,5 @@ ;This is a sample file showing how the autoexec system works -;It came from http://code.google.com/p/miranda/source/browse/branches/stable/miranda/docs/autoexec_sample.ini +;It came from http://trac.mysvn.ru/ghazan/myranda/browser/trunk/docs/autoexec_sample.ini ;The goal is to provide a flexible ability for bulk-setting of many database ;settings. This file does *not* become part of the database - it is only read diff --git a/docs/mirandaboot.ini b/docs/mirandaboot.ini index a5c1fe45ff..3447d59ffe 100644 --- a/docs/mirandaboot.ini +++ b/docs/mirandaboot.ini @@ -40,9 +40,8 @@ DefaultProfile= ;"no": (default) The profile manager is shown in this case
AutoCreate=no
-;AutoExec is a system for batch addition of multiple settings to the
-;database. See http://code.google.com/p/miranda/source/browse/branches/stable/miranda/docs/autoexec_sample.ini
-;for documentation
+;AutoExec is a system for batch addition of multiple settings to the database.
+;See http://trac.mysvn.ru/ghazan/myranda/browser/trunk/docs/autoexec_sample.ini for documentation.
[AutoExec]
;Use
@@ -50,7 +49,7 @@ AutoCreate=no ;"no": Disable the autoexec system entirely
;"prompt": (default) Prompt the user before each installation
;This setting doesn't affect the decision of whether to display further prompts
-Use=prompt
+Use=yes
;Glob
;A global expression containing the files to watch for database settings
@@ -70,7 +69,7 @@ Safe=CLC Icons CLUI CList SkinSounds ;A space-separated list of database module names that could be alter to
;malicious purposes (eg by faking a login server to steal passwords)
;Default: ICQ MSN
-Unsafe=ICQ MSN JABBER AIM IRC
+Unsafe=AIM Facebook GG ICQ IRC JABBER MRA MSN SKYPE Tlen TWITTER XFire
;OverrideSecurityFilename
;System admins may find it desirable to install settings without prompting
@@ -79,7 +78,7 @@ Unsafe=ICQ MSN JABBER AIM IRC ;If this is used, make sure it's suitably random and hence not likely
;to be downloaded.
;Default is empty (no override possible)
-OverrideSecurityFilename=
+OverrideSecurityFilename=autoexec_forced_*.ini
;OnCreateFilename
;Defines ini file that will be executed every time new profile is created.
@@ -110,7 +109,7 @@ OnCompletion=recycle ;A string to add before the filename if the 'rename' option is used for
;OnCompletion. This can include a path specifier to move the file, eg ..\
;Default: done_
-RenamePrefix=done_
+RenamePrefix=imported_
; decisions about how Miranda loads plugins
[PluginLoader]
diff --git a/docs/readme.txt b/docs/readme.txt index 2501e25e8b..b58887a476 100644 --- a/docs/readme.txt +++ b/docs/readme.txt @@ -48,7 +48,7 @@ b) Update to the latest alpha version. section of our website.
c) Check the list of known bugs.
The official buglist is available at:
- http://code.google.com/p/miranda/issues/list
+ http://trac.mysvn.ru/ghazan/myranda/report
Look here before you submit a new report, dont submit a new report if
it has already been reported.
d) Submit a bugreport.
|