-rw-r--r-- | AUTHORS | 3 | ||||
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | README.RELEASE (renamed from README) | 0 | ||||
-rw-r--r-- | help/klog.rtf | 5 | ||||
-rw-r--r-- | help/klog.xml | 5 | ||||
-rw-r--r-- | install/install.cpp | 16 | ||||
-rw-r--r-- | install/install.rc | 10 | ||||
-rw-r--r-- | klog.rc | 14 |
8 files changed, 30 insertions, 25 deletions
@@ -0,0 +1,3 @@ | |||
1 | Klever dissected: | ||
2 | Michael 'hacker' Krelin <hacker@klever.net> | ||
3 | Leonid Ivanov <kamel@klever.net> | ||
@@ -1,2 +1,2 @@ | |||
1 | Copyright (c) 1998, 2002 Klever Group (http://www.klever.net/) | 1 | Copyright (c) 1998-2004 Klever Group (http://www.klever.net/) |
2 | 2 | ||
diff --git a/help/klog.rtf b/help/klog.rtf index 587fbcd..9531c73 100644 --- a/help/klog.rtf +++ b/help/klog.rtf | |||
@@ -19,3 +19,3 @@ ${\footnote About KLog} | |||
19 | { | 19 | { |
20 | \par\pard\plain\sb360\sa120 \f1\fs16 Copyright (c) 1998, 2002 {\uldb\cf0 Klever Group (http://www.klever.net/)}{\v %!ExecFile("http://www.klever.net/")} | 20 | \par\pard\plain\sb360\sa120 \f1\fs16 Copyright (c) 1998-2004 {\uldb\cf0 Klever Group (http://www.klever.net/)}{\v %!ExecFile("http://www.klever.net/")} |
21 | \par\qj\sb120\sa120Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | 21 | \par\qj\sb120\sa120Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: |
@@ -31,4 +31,5 @@ ${\footnote About KLog} | |||
31 | ${\footnote What's New} | 31 | ${\footnote What's New} |
32 | \par\pard\plain\f1\fs24\qc\cf2\b 1.00 Beta 2 - August 19th, 2002 | 32 | \par\pard\plain\f1\fs24\qc\cf2\b 1.1 - July 11th, 2004 |
33 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Change of license and opening the source code | 33 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Change of license and opening the source code |
34 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Minor changes in code, mostly bugfixes | ||
34 | \page | 35 | \page |
diff --git a/help/klog.xml b/help/klog.xml index f566200..830b297 100644 --- a/help/klog.xml +++ b/help/klog.xml | |||
@@ -7,3 +7,3 @@ | |||
7 | <p><b><i>Enjoy!</i></b></p> | 7 | <p><b><i>Enjoy!</i></b></p> |
8 | <license years="1998, 2002"/> | 8 | <license years="1998-2004"/> |
9 | <credits/> | 9 | <credits/> |
@@ -11,4 +11,5 @@ | |||
11 | <topic id="News" title="What's New"> | 11 | <topic id="News" title="What's New"> |
12 | <newsfor version="1.00 Beta 2" date="August 19th, 2002"> | 12 | <newsfor version="1.1" date="July 11th, 2004"> |
13 | <ni>Change of license and opening the source code</ni> | 13 | <ni>Change of license and opening the source code</ni> |
14 | <ni>Minor changes in code, mostly bugfixes</ni> | ||
14 | </newsfor> | 15 | </newsfor> |
diff --git a/install/install.cpp b/install/install.cpp index 212ad40..c0e0bb8 100644 --- a/install/install.cpp +++ b/install/install.cpp | |||
@@ -3,3 +3,3 @@ | |||
3 | 3 | ||
4 | #define KINAME"KLog 1.00 Beta 2" | 4 | #define KINAME"KLog 1.1" |
5 | #define SKINAME"KLog" | 5 | #define SKINAME"KLog" |
@@ -8,4 +8,4 @@ BOOL Install(void) | |||
8 | { | 8 | { |
9 | STRING dPath = strFETCH_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group, Inc.", SKINAME "Path"); | 9 | STRING dPath = strFETCH_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group", SKINAME "Path"); |
10 | STRING kPath = strFETCH_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group, Inc.","KINPath"); | 10 | STRING kPath = strFETCH_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group","KINPath"); |
11 | LPCSTR qPath = ((LPCSTR)dPath)?(LPCSTR)dPath:(((LPCSTR)kPath)?(LPSTR)kPath:"C:\\Program Files\\Klever\\Nothings"); | 11 | LPCSTR qPath = ((LPCSTR)dPath)?(LPCSTR)dPath:(((LPCSTR)kPath)?(LPSTR)kPath:"C:\\Program Files\\Klever\\Nothings"); |
@@ -36,5 +36,5 @@ STRING shortPath = GET_SHORT_PATH(path); | |||
36 | 36 | ||
37 | ADDMENU("Accessories\\Klever Co.",SKINAME,path,SKINAME ".exe"); | 37 | ADDMENU("Klever Group",SKINAME,path,SKINAME ".exe"); |
38 | strSET_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group, Inc.",SKINAME "Path",path); | 38 | strSET_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group",SKINAME "Path",path); |
39 | strSET_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group, Inc.","KINPath",path); | 39 | strSET_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group","KINPath",path); |
40 | 40 | ||
@@ -61,3 +61,3 @@ FILE* inf=CREATE_INF_FILE(path,SKINAME ".INF"); | |||
61 | INF_FILE_SECTION(inf,"kMenu"); | 61 | INF_FILE_SECTION(inf,"kMenu"); |
62 | INF_MENU_GROUP(inf,1,"Accessories\\Klever Co."); | 62 | INF_MENU_GROUP(inf,1,"Klever Group"); |
63 | INF_MENU_ITEM(inf,1,SKINAME); | 63 | INF_MENU_ITEM(inf,1,SKINAME); |
@@ -66,3 +66,3 @@ FILE* inf=CREATE_INF_FILE(path,SKINAME ".INF"); | |||
66 | 66 | ||
67 | MessageBox(NULL,KINAME " installed successfully, you may now run it from Programs/Accessories/Klever Co. menu, move it to your Startup group or remove it using Control Panel Add/Remove Programs applet."," Rejoice!",MB_ICONINFORMATION|MB_OK); | 67 | MessageBox(NULL,KINAME " installed successfully, you may now run it from 'Programs/Klever Group' menu, move it to your Startup group or remove it using Control Panel Add/Remove Programs applet."," Rejoice!",MB_ICONINFORMATION|MB_OK); |
68 | 68 | ||
diff --git a/install/install.rc b/install/install.rc index 45bc88b..6a3fd3e 100644 --- a/install/install.rc +++ b/install/install.rc | |||
@@ -133,4 +133,4 @@ IDI_ICON ICON DISCARDABLE "../shared-data/install-icon.ico | |||
133 | VS_VERSION_INFO VERSIONINFO | 133 | VS_VERSION_INFO VERSIONINFO |
134 | FILEVERSION 1,0,0,2 | 134 | FILEVERSION 1,1,0,0 |
135 | PRODUCTVERSION 1,0,0,2 | 135 | PRODUCTVERSION 1,1,0,0 |
136 | FILEFLAGSMASK 0x3fL | 136 | FILEFLAGSMASK 0x3fL |
@@ -151,5 +151,5 @@ BEGIN | |||
151 | VALUE "FileDescription", "INSTALL: KLog, logging daemon\0" | 151 | VALUE "FileDescription", "INSTALL: KLog, logging daemon\0" |
152 | VALUE "FileVersion", "1, 0, 0, 2\0" | 152 | VALUE "FileVersion", "1, 1, 0, 0\0" |
153 | VALUE "InternalName", "INSTALL\0" | 153 | VALUE "InternalName", "INSTALL\0" |
154 | VALUE "LegalCopyright", "Copyright © 1998, 2002 Klever Group (http://www.klever.net/)\0" | 154 | VALUE "LegalCopyright", "Copyright © 1998-2004 Klever Group (http://www.klever.net/)\0" |
155 | VALUE "LegalTrademarks", "Klever Group (http://www.klever.net/)\0" | 155 | VALUE "LegalTrademarks", "Klever Group (http://www.klever.net/)\0" |
@@ -157,3 +157,3 @@ BEGIN | |||
157 | VALUE "ProductName", "KLog\0" | 157 | VALUE "ProductName", "KLog\0" |
158 | VALUE "ProductVersion", "1, 0, 0, 2\0" | 158 | VALUE "ProductVersion", "1, 1, 0, 0\0" |
159 | END | 159 | END |
@@ -85,5 +85,5 @@ BEGIN | |||
85 | ICON IDR_MAINFRAME,IDC_STATIC,7,17,18,20 | 85 | ICON IDR_MAINFRAME,IDC_STATIC,7,17,18,20 |
86 | LTEXT "KLog, Version 1.00 Beta 2",IDC_STATIC,40,16,119,8, | 86 | LTEXT "KLog, Version 1.1",IDC_STATIC,40,16,119,8, |
87 | SS_NOPREFIX | 87 | SS_NOPREFIX |
88 | LTEXT "Copyright © 1998,2002 Klever Group",IDC_STATIC,40,31,119,8 | 88 | LTEXT "Copyright © 1998-2004 Klever Group",IDC_STATIC,40,31,119,8 |
89 | DEFPUSHBUTTON "OK",IDOK,178,13,32,14,WS_GROUP | 89 | DEFPUSHBUTTON "OK",IDOK,178,13,32,14,WS_GROUP |
@@ -806,4 +806,4 @@ END | |||
806 | VS_VERSION_INFO VERSIONINFO | 806 | VS_VERSION_INFO VERSIONINFO |
807 | FILEVERSION 1,0,0,2 | 807 | FILEVERSION 1,1,0,0 |
808 | PRODUCTVERSION 1,0,0,2 | 808 | PRODUCTVERSION 1,1,0,0 |
809 | FILEFLAGSMASK 0x3fL | 809 | FILEFLAGSMASK 0x3fL |
@@ -824,5 +824,5 @@ BEGIN | |||
824 | VALUE "FileDescription", "KLog, logging daemon\0" | 824 | VALUE "FileDescription", "KLog, logging daemon\0" |
825 | VALUE "FileVersion", "1, 0, 0, 2\0" | 825 | VALUE "FileVersion", "1, 1, 0, 0\0" |
826 | VALUE "InternalName", "KLOG\0" | 826 | VALUE "InternalName", "KLOG\0" |
827 | VALUE "LegalCopyright", "Copyright © 1998, 2002 Klever Group (http://www.klever.net/)\0" | 827 | VALUE "LegalCopyright", "Copyright © 1998-2004 Klever Group (http://www.klever.net/)\0" |
828 | VALUE "LegalTrademarks", "Klever Group (http://www.klever.net/)\0" | 828 | VALUE "LegalTrademarks", "Klever Group (http://www.klever.net/)\0" |
@@ -1074,3 +1074,3 @@ BEGIN | |||
1074 | IDS_KLOG_EXT ".klg" | 1074 | IDS_KLOG_EXT ".klg" |
1075 | IDS_REGISTRYKEY "Klever Group, Inc." | 1075 | IDS_REGISTRYKEY "Klever Group" |
1076 | IDS_KLEVERNET_URL "http://www.klever.net/" | 1076 | IDS_KLEVERNET_URL "http://www.klever.net/" |