diff --git a/doc/FAQ.html b/doc/FAQ.html new file mode 100644 index 00000000..ab4b157d --- /dev/null +++ b/doc/FAQ.html @@ -0,0 +1,152 @@ + +LameXP - Frequently Asked Questions (FAQ) + +

LameXP - Frequently Asked Questions (FAQ)


+ +What is LameXP ???
+
+LameXP is a graphical user-interface for a number of audio encoders. It was developed to support a huge
+number of input formats. File formats are detected reliably using MediaInfo. Compressed audio formats are
+decoded to uncompressed Wave files using suitable CLI audio decoders. Furthermore LameXP allows batch
+processing of multiple audio files. Multithreading is implemented by processing several audio files
+concurrently. All the third-party tools incorporated in LameXP are listed in the "About" dialog. The Nero AAC
+encoder cannot be redistribited due to licensing issues; it is availabel as a free download from the public
+Nero web-site. Note: LameXP does NOT use/need any "external" audio decoders. It neither requires nor supports
+any ACM Codecs or DirectShow/DMO filters! And it will NOT install anything of that kind on your system.

+ +

+ +What platforms does LameXP run on?
+
+LameXP is currently being develped and tested on the following platforms:
+
+The following platforms should work as well, but aren't tested extensively:
+
+The following platforms are NOT supported any longer:
+ +

+ +What output formats (encoders) does LameXP support?
+
+Currently the follwing output formats are supported by LameXP:
+ +

+ +What input formats (decoders) does LameXP support?
+
+Currently the follwing input formats are supported by LameXP:
+ +

+ +My anti-virus software detected a potential threat in LameXP. Why is that?
+
+Occasionally your anti-virus program may mistakenly detect "malware" (virus, trojan, worm, etc.) in some of
+the files here. This is called a "false-positive" and the files are actually innocent/clean. It's an error in
+your specific Antivirus software. In case you encounter such problems, goto http://www.virustotal.com/ and
+check the file again with multiple Antivirus engines! And take care with results like "suspicious", "generic"
+or "packed". Those are *not* real hits, they are just wild speculation.
+
+Apparently Antivirus programs tend to suspect installers/uninstaller created with NSIS. Furthermore some
+anti-virus programs blindly suspect all UPX´d (packed) executables of being malware. Obviously this is a
+stupid generalization, so please ignore those warnings! Last but not least: Always keep in mind that this is
+OpenSource software! If you don´t trust the people providing the pre-compiled binaries, download the source
+codes and compile them yourself.
+
+DON'T SUBMIT ANY VIRUS REPORTS, UNLESS YOU HAVE VERIFIED THE INFECTION WITH MULTIPLE ANTI-VIRUS ENGNINES!

+ +

+ +Who created LameXP?
+
+LameXP was written from the scratch by LoRd_MuldeR <MuldeR2@GMX.de>. However it has to be noted that LameXP
+uses a number of thrird-party tools, which have been created by the individual authors. Moreover various
+people have contributed LameXP translations. Please see the "About" dialog for details!

+ +

+ +What license is LameXP released under?
+
+LameXP is free software. You can redistribute it and/or modify it under the terms of the GNU General Public
+License (GPL) as published by the Free Software Foundation; either version 2 of the License, or (at your
+option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY
+WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+Please see the GNU General Public License for more details!

+ +

+ +Where can I download the latest version of LameXP?
+
+The latest "official" release of LameXP can be found on the following mirrors:
+ +

+ +Where can I submit bug reports or feature requests?
+
+The preferred place to report bugs or request new features is the LameXP thread at Doom9's Forum:
+ +

+ +Where can I find the LameXP source code?
+
+LameXP is developed using the Git revision control system. The LameXP Git repository is mirrored here:
+ +

+ +What are the prerequisites to build LameXP from the sources?
+
+LameXP is currently being developed using the following build environment:
+
+Also note the following hints:
+ +

+ +eof
diff --git a/etc/Deployment/_deploy.bat b/etc/Deployment/_deploy.bat index cf01b43d..78590401 100644 --- a/etc/Deployment/_deploy.bat +++ b/etc/Deployment/_deploy.bat @@ -108,6 +108,7 @@ copy "..\..\ReadMe.txt" "%TMP_PATH%" copy "..\..\License.txt" "%TMP_PATH%" copy "..\..\doc\Changelog.html" "%TMP_PATH%" copy "..\..\doc\Translate.html" "%TMP_PATH%" +copy "..\..\doc\FAQ.html" "%TMP_PATH%" REM ------------------------------------------ REM :: CREATE PACKAGES :: REM ------------------------------------------ diff --git a/etc/NSIS/setup.nsi b/etc/NSIS/setup.nsi index c0307b1f..dda7be30 100644 --- a/etc/NSIS/setup.nsi +++ b/etc/NSIS/setup.nsi @@ -426,9 +426,11 @@ Section "-Create Shortcuts" CreateShortCut "$SMPROGRAMS\$StartMenuFolder\$(LAMEXP_LANG_LINK_LICENSE).lnk" "$INSTDIR\License.txt" CreateShortCut "$SMPROGRAMS\$StartMenuFolder\$(LAMEXP_LANG_LINK_CHANGELOG).lnk" "$INSTDIR\Changelog.html" CreateShortCut "$SMPROGRAMS\$StartMenuFolder\$(LAMEXP_LANG_LINK_TRANSLATE).lnk" "$INSTDIR\Translate.html" + CreateShortCut "$SMPROGRAMS\$StartMenuFolder\$(LAMEXP_LANG_LINK_FAQ).lnk" "$INSTDIR\FAQ.html" CreateShortCut "$SMPROGRAMS\$StartMenuFolder\$(LAMEXP_LANG_LINK_UNINSTALL).lnk" "$INSTDIR\Uninstall.exe" "" "$INSTDIR\Uninstall.exe" 0 !insertmacro CreateWebLink "$SMPROGRAMS\$StartMenuFolder\Official LameXP Homepage.url" "http://mulder.dummwiedeutsch.de/" + !insertmacro CreateWebLink "$SMPROGRAMS\$StartMenuFolder\Doom9's Forum.url" "http://forum.doom9.org/" !insertmacro CreateWebLink "$SMPROGRAMS\$StartMenuFolder\RareWares.org.url" "http://rarewares.org/" !insertmacro CreateWebLink "$SMPROGRAMS\$StartMenuFolder\Hydrogenaudio Forums.url" "http://www.hydrogenaudio.org/" !insertmacro MUI_STARTMENU_WRITE_END diff --git a/etc/Translation/Blank.nsh b/etc/Translation/Blank.nsh index bd7b0c5e..689749b3 100644 --- a/etc/Translation/Blank.nsh +++ b/etc/Translation/Blank.nsh @@ -37,3 +37,4 @@ LangString LAMEXP_LANG_LINK_LICENSE ${LANG_ENGLISH} "License" LangString LAMEXP_LANG_LINK_CHANGELOG ${LANG_ENGLISH} "Version History" LangString LAMEXP_LANG_LINK_TRANSLATE ${LANG_ENGLISH} "Translator's Guide" LangString LAMEXP_LANG_LINK_UNINSTALL ${LANG_ENGLISH} "Uninstall" +LangString LAMEXP_LANG_LINK_FAQ ${LANG_ENGLISH} "Frequently Asked Questions" diff --git a/etc/Translation/LameXP_DE.nsh b/etc/Translation/LameXP_DE.nsh index 9ff229c4..6ed6eb42 100644 --- a/etc/Translation/LameXP_DE.nsh +++ b/etc/Translation/LameXP_DE.nsh @@ -37,3 +37,4 @@ LangString LAMEXP_LANG_LINK_LICENSE ${LANG_GERMAN} "Lizenz" LangString LAMEXP_LANG_LINK_CHANGELOG ${LANG_GERMAN} "Versionshistorie" LangString LAMEXP_LANG_LINK_TRANSLATE ${LANG_GERMAN} "Leitfaden für Übersetzer" LangString LAMEXP_LANG_LINK_UNINSTALL ${LANG_GERMAN} "Deinstallieren" +LangString LAMEXP_LANG_LINK_FAQ ${LANG_GERMAN} "Häufig Gestellte Fragen" diff --git a/etc/Translation/LameXP_ES.nsh b/etc/Translation/LameXP_ES.nsh index fd548995..9125a8dd 100644 --- a/etc/Translation/LameXP_ES.nsh +++ b/etc/Translation/LameXP_ES.nsh @@ -37,3 +37,4 @@ LangString LAMEXP_LANG_LINK_LICENSE ${LANG_SPANISH} "License" LangString LAMEXP_LANG_LINK_CHANGELOG ${LANG_SPANISH} "Version History" LangString LAMEXP_LANG_LINK_TRANSLATE ${LANG_SPANISH} "Translator's Guide" LangString LAMEXP_LANG_LINK_UNINSTALL ${LANG_SPANISH} "Uninstall" +LangString LAMEXP_LANG_LINK_FAQ ${LANG_SPANISH} "Frequently Asked Questions"