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 | |
parent | 1bf242732c7e038473dc8b1788b816324d462a4a (diff) |
another portion of links
git-svn-id: http://svn.miranda-ng.org/main/trunk@1169 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | docs/autoexec_sample.ini | 2 | ||||
-rw-r--r-- | docs/mirandaboot.ini | 13 | ||||
-rw-r--r-- | docs/readme.txt | 2 | ||||
-rw-r--r-- | plugins/Clist_modern/src/modern_clistmenus.cpp | 2 | ||||
-rw-r--r-- | plugins/CrashDumper/docs/crshdmp_readme.txt | 27 | ||||
-rw-r--r-- | plugins/SmileyAdd/docs/smileyadd_readme.txt | 32 | ||||
-rw-r--r-- | plugins/TabSRMM/docs/changelog.txt | 4 | ||||
-rw-r--r-- | src/core/stdhelp/help.cpp | 2 |
8 files changed, 26 insertions, 58 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.
diff --git a/plugins/Clist_modern/src/modern_clistmenus.cpp b/plugins/Clist_modern/src/modern_clistmenus.cpp index 1cb178028d..ce05642b91 100644 --- a/plugins/Clist_modern/src/modern_clistmenus.cpp +++ b/plugins/Clist_modern/src/modern_clistmenus.cpp @@ -73,8 +73,6 @@ static HANDLE *hFavoriteContactMenuItems = NULL; static HANDLE hShowIfOflineItem = NULL;
static HANDLE hOnContactMenuBuild_FAV = NULL;
-
-
static int FAV_OnContactMenuBuild(WPARAM wParam,LPARAM lParam)
{
CLISTMENUITEM mi;
diff --git a/plugins/CrashDumper/docs/crshdmp_readme.txt b/plugins/CrashDumper/docs/crshdmp_readme.txt index f4e1ff92ac..82f8e1dbd6 100644 --- a/plugins/CrashDumper/docs/crshdmp_readme.txt +++ b/plugins/CrashDumper/docs/crshdmp_readme.txt @@ -1,6 +1,6 @@ -Crash Dumper plugin for Miranda IM
+Crash Dumper plugin for Miranda NG
=====================================================================
-Plugin creates usable Crash Report and Version Information for Miranda IM
+Plugin creates usable Crash Report and Version Information for Miranda NG
When Miranda crashes plugin ptrovides:
- text representation of crash report
@@ -35,15 +35,9 @@ Text version of crash report includes: Plugin works with all current Operating Systems.
It could be downloaded here:
-ANSI: http://addons.miranda-im.org/details.php?action=viewfile&id=3695
-Unicode: http://addons.miranda-im.org/details.php?action=viewfile&id=3806
-x64: http://addons.miranda-im.org/details.php?action=viewfile&id=4114
-All: http://code.google.com/p/mirandaimplugins/downloads/list
-
-Win9x, WinNT users required to install dbghelp.dll v 5.0 or later.
-dbghelp.dll v 5.0 is available here:
-http://www.microsoft.com/downloads/details.aspx?FamilyID=cd1fc4b2-0885-47f4-af45-7fd5e14db6c0&DisplayLang=en
-
+Unicode: http://nightly.miranda.im/x32/crashdumper.zip
+x64: http://nightly.miranda.im/x64/crashdumper.zip
+All: http://nightly.miranda.im/
Author: Boris Krasnovskiy (borkra)
@@ -349,21 +343,12 @@ Allow Unicode compilation -------
Initial release of the plugin
-
-Miranda IM
-==========
-Miranda IM is an open source instant messenger framework that
-support plugins for many different networks; ICQ, MSN, YAHOO
-AIM to mention a few (but not all). Get it at:
-http://www.miranda-im.org/
-
-
Copyright and license
=====================
Software:
-Copyright (C) 2008 - 2010 Boris Krasnovskiy All Rights Reserved
+Copyright (C) 2008 - 2012 Boris Krasnovskiy All Rights Reserved
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
diff --git a/plugins/SmileyAdd/docs/smileyadd_readme.txt b/plugins/SmileyAdd/docs/smileyadd_readme.txt index 59f325ef0f..7619e0de2f 100644 --- a/plugins/SmileyAdd/docs/smileyadd_readme.txt +++ b/plugins/SmileyAdd/docs/smileyadd_readme.txt @@ -1,4 +1,4 @@ -SmileyAdd plugin for Miranda IM
+SmileyAdd plugin for Miranda NG
=====================================================================
A plugin that adds smileys to the standard message dialog.
Features:
@@ -15,7 +15,7 @@ Features: - Graphical emoticons in the message input area, thus it will allow you to see these images while you are typing a message
- MSN Custom Emoticons (smileys)
- Supports plain text and regular expression smiley codes
-- Supports sending ICQ tZers, Nudges and/or call any Miranda service from selector window.
+- Supports sending ICQ tZers, Nudges and/or call any Miranda NG service from selector window.
- Unicode emoticons
- Translation support
@@ -34,17 +34,12 @@ Licensing terms could be found below. Installation Instructions
=========================
-Extract the zip file in the Miranda home directory. This will create a directory
+Extract the zip file in the Miranda NG home directory. This will create a directory
'Smileys' with the default smiley pack. And the smileyadd.dll will go in the
plugins directory.
Or you can copy this by hand from the archive. Note: to make the default work,
the default smiley pack HAS to be in the 'Smileys' directory.
-GDI+ installation required to use non icon smiley packs
-GDI+ come pre-installed on Windows XP, Office XP and later, for everybody else you can get it here:
-http://www.microsoft.com/downloads/details.aspx?FamilyID=6a63ab9c-df12-4d41-933c-be590feaa05a&DisplayLang=en
-
-
Smiley Packs
================
SmileyAdd supports *.msl, *.asl and *.xep Smiley Packs.
@@ -75,9 +70,9 @@ It's recommended to use Unicode version in this case. For true Unicode operation of Unicode SmileyAdd Unicode Smiley Packs required
-SmileyAdd will work only with Miranda 0.6 or later.
-Unicode SmileyAdd will only work with Unicode Miranda and
-Windows 2000 or later.
+SmileyAdd will work only with Miranda NG 0.92 or later.
+Unicode SmileyAdd will only work with Unicode Miranda NG and
+Windows XP or later.
GIF with "Disposal method" "To Previous" not supported
@@ -87,14 +82,13 @@ in separate image file (phg, gif, ico, jpg, etc.) could be used Bugs
====
No guarantees, but probably there are some bugs. If you find something, and would
-like to see this fixed then post on the Miranda forum as detailed as possible report
+like to see this fixed then post on the Miranda NG forum as detailed as possible report
on the bug (version numbers, OS, how to reproduce it) and I will get back on that.
Source
======
-Source is published on my Google Code site.
-http://code.google.com/p/mirandaimplugins/downloads/list
+Source is published on: http://trac.mysvn.ru/ghazan/myranda/browser/trunk
Developers
@@ -119,7 +113,7 @@ Thanks to: - Wesslén For even more enhancing the standard message dialog and
fine tuning my subclass routines.. :)
- Various forum people tracking bugs for me
-- Miranda crew for Miranda IM... :)
+- Miranda NG crew for Miranda NG... :)
- Everyone pointing out bugs to me!
- Creators of all the smiley packs for SmileyAdd :)
@@ -1090,14 +1084,6 @@ Second alpha release with OG smileys of MatriX Initial alpha (test) release with beautyfully :) styled greenish icons.
-Miranda IM
-==========
-Miranda IM is an open source instant messenger framework that
-support plugins for many different networks; ICQ, MSN, YAHOO
-AIM to mention a few (but not all). Get it at:
-http://www.miranda-im.org/
-
-
Copyright and license
=====================
diff --git a/plugins/TabSRMM/docs/changelog.txt b/plugins/TabSRMM/docs/changelog.txt index 0bd0ebd908..71b5e75849 100644 --- a/plugins/TabSRMM/docs/changelog.txt +++ b/plugins/TabSRMM/docs/changelog.txt @@ -3,8 +3,8 @@ Name: tabsrmm
Homepage: http://miranda.or.at
-Download: http://code.google.com/p/silvercircle/downloads/list
-Source: http://code.google.com/p/miranda (tabSRMM code is in Miranda SVN)
+Download: http://nightly.miranda.im/
+Source: http://trac.mysvn.ru/ghazan/myranda/browser/trunk
Addtional annoucements can be found at my blog:
http://blog.miranda.or.at
diff --git a/src/core/stdhelp/help.cpp b/src/core/stdhelp/help.cpp index ea5a221696..1a54eb990c 100644 --- a/src/core/stdhelp/help.cpp +++ b/src/core/stdhelp/help.cpp @@ -61,7 +61,7 @@ static int BugCommandEvent(WPARAM wParam, LPARAM lParam) static INT_PTR BugCommand(WPARAM, LPARAM)
{
- NotifyEventHooks(hBugEvent, 0, (LPARAM)"http://code.google.com/p/miranda/issues/list");
+ NotifyEventHooks(hBugEvent, 0, (LPARAM)"http://trac.mysvn.ru/ghazan/myranda/report");
return 0;
}
|