diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-08-19 13:03:14 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-08-19 13:03:14 +0000 |
commit | 20a73a1dc683de1638e86b11b5904cab880361e1 (patch) | |
tree | f5bfa09ac83391248c9cb838b9c441a4bd431e4c /docs | |
parent | c46b0d883c898b699196afab90b449df84523440 (diff) |
- links updated, defaultes restored, autoexec for setting nightly repository added
git-svn-id: http://svn.miranda-ng.org/main/trunk@5745 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'docs')
-rw-r--r-- | docs/autoexec_nightly_pu.ini | 2 | ||||
-rw-r--r-- | docs/autoexec_sample.ini | 2 | ||||
-rw-r--r-- | docs/mirandaboot.ini | 8 |
3 files changed, 7 insertions, 5 deletions
diff --git a/docs/autoexec_nightly_pu.ini b/docs/autoexec_nightly_pu.ini new file mode 100644 index 0000000000..73165b66fa --- /dev/null +++ b/docs/autoexec_nightly_pu.ini @@ -0,0 +1,2 @@ +[PluginUpdater]
+UpdateURL=shttp://miranda-ng.org/distr/x%platform%
\ No newline at end of file diff --git a/docs/autoexec_sample.ini b/docs/autoexec_sample.ini index 5d7ad80fc7..54949b73ff 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://bugs.miranda-ng.org/browser/trunk/docs/autoexec_sample.ini +;It came from http://trac.miranda-ng.org/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 cdeb392abe..fb08f3c0a8 100644 --- a/docs/mirandaboot.ini +++ b/docs/mirandaboot.ini @@ -41,7 +41,7 @@ DefaultProfile= AutoCreate=no
;AutoExec is a system for batch addition of multiple settings to the database.
-;See http://bugs.miranda-ng.org/browser/trunk/docs/autoexec_sample.ini for documentation.
+;See http://trac.miranda-ng.org/browser/trunk/docs/autoexec_sample.ini for documentation.
[AutoExec]
;Use
@@ -62,8 +62,8 @@ Glob=autoexec_*.ini ;Safe
;A space-separated list of database module names known to be safe to alter
-;Default: CLC Icons CLUI CList SkinSounds
-Safe=CLC Icons CLUI CList SkinSounds
+;Default: CLC Icons CLUI CList SkinSounds PluginUpdater
+Safe=CLC Icons CLUI CList SkinSounds PluginUpdater
;Unsafe
;A space-separated list of database module names that could be alter to
@@ -92,7 +92,7 @@ OnCreateFilename= ;"onlyunsafe": Warn before each change to a setting in a group that is
; listed in the 'Unsafe' setting
;"none": Never warn the user
-Warn=onlyunsafe
+Warn=notsafe
;OnCompletion
;What to do with the ini file once it's imported
|