OSDN Git Service

Added FAQ document.
authorlordmulder <mulder2@gmx.de>
Mon, 14 Feb 2011 22:37:48 +0000 (23:37 +0100)
committerlordmulder <mulder2@gmx.de>
Mon, 14 Feb 2011 22:37:48 +0000 (23:37 +0100)
doc/FAQ.html [new file with mode: 0644]
etc/Deployment/_deploy.bat
etc/NSIS/setup.nsi
etc/Translation/Blank.nsh
etc/Translation/LameXP_DE.nsh
etc/Translation/LameXP_ES.nsh

diff --git a/doc/FAQ.html b/doc/FAQ.html
new file mode 100644 (file)
index 0000000..ab4b157
--- /dev/null
@@ -0,0 +1,152 @@
+<html>
+<head><title>LameXP - Frequently Asked Questions (FAQ)</title></head>
+<body><tt>
+<h3>LameXP - Frequently Asked Questions (FAQ)</h3><br>
+
+<b>What is LameXP ???</b><br>
+<br>
+LameXP is a graphical user-interface for a number of audio encoders. It was developed to support a huge<br>
+number of input formats. File formats are detected reliably using MediaInfo. Compressed audio formats are<br>
+decoded to uncompressed Wave files using suitable CLI audio decoders. Furthermore LameXP allows batch<br>
+processing of multiple audio files. Multithreading is implemented by processing several audio files<br>
+concurrently. All the third-party tools incorporated in LameXP are listed in the "About" dialog. The Nero AAC<br>
+encoder cannot be redistribited due to licensing issues; it is availabel as a free download from the public<br>
+Nero web-site. Note: LameXP does NOT use/need any "external" audio decoders. It neither requires nor supports<br>
+any ACM Codecs or DirectShow/DMO filters! And it will NOT install anything of that kind on your system.<br><br>
+
+<br><br>
+
+<b>What platforms does LameXP run on?</b><br>
+<br>
+LameXP is currently being develped and tested on the following platforms:<br><ul>
+<li>Microsoft Windows XP, Service Pack 3
+<li>Microsoft Windows 7, 32-Bit and 64-Bit editions
+<li>Microsoft Windows 2000, Service Pack 4</ul>
+<br>
+The following platforms should work as well, but aren't tested extensively:<br><ul>
+<li>Microsoft Windows Vista, 32-Bit and 64-Bit editions
+<li>Microsoft Windows Server 2008
+<li>Microsoft Windows Server 2008 R2
+<li>GNU/Linux using Wine (native Linux version planned)</ul>
+<br>
+The following platforms are NOT supported any longer:<br><ul>
+<li>Microsoft Windows 95
+<li>Microsoft Windows 98
+<li>Micorosft Windows Millenium Edition</ul>
+
+<br><br>
+
+<b>What output formats (encoders) does LameXP support?</b><br>
+<br>
+Currently the follwing output formats are supported by LameXP:<br><ul>
+<li>MPEG Audio-Layer III (MP3), using the LAME encoder [built-in]
+<li>Ogg Vorbis, using the OggEnc2/libvorbis encoder [built-in]
+<li>Advanced Audio Coding (AAC), using Nero AAC encoder [available as separate download]
+<li>Free Lossless Audio Codec (FLAC) [built-in]
+<li>Uncompressed PCM / Waveform Audio File (WAV/RIFF)</ul>
+
+<br><br>
+
+<b>What input formats (decoders) does LameXP support?</b><br>
+<br>
+Currently the follwing input formats are supported by LameXP:<br><ul>
+<li>AC-3 (ATSC A/52), using Valib decoder [built-in]
+<li>Advanced Audio Coding (AAC), using FAAD decoder [built-in]
+<li>Apple Lossless (ALAC)
+<li>Apple/SGI AIFF
+<li>Digital Theater System, using Valib decoder [built-in]
+<li>Free Lossless Audio Codec (FLAC)
+<li>Microsoft ADPCM
+<li>Monkey's Audio (APE)
+<li>MPEG Audio-Layer I (MP1), using mpg123 decoder [built-in]
+<li>MPEG Audio-Layer II (MP2), using mpg123 decoder [built-in]
+<li>MPEG Audio-Layer III (MP3), using mpg123 decoder [built-in]
+<li>Musepack
+<li>Shorten
+<li>Speex
+<li>Sun/NeXT Au
+<li>The True Audio (TTA)
+<li>Uncompressed PCM / Waveform Audio File (WAV/RIFF)
+<li>WavPack Hybrid Lossless Audio
+<li>Windows Media Audio (WMA), using NCH Software decoder [available as separate download]</ul>
+
+<br><br>
+
+<b>My anti-virus software detected a potential threat in LameXP. Why is that?</b><br>
+<br>
+Occasionally your anti-virus program may mistakenly detect "malware"  (virus, trojan, worm, etc.) in some of<br>
+the files here. This is called a "false-positive" and the files are actually innocent/clean. It's an error in<br>
+your specific Antivirus software. In case you encounter such problems, goto <a href="http://www.virustotal.com/" target="_blank">http://www.virustotal.com/</a> and<br>
+check the file again with multiple Antivirus engines! And take care with results like "suspicious", "generic"<br>
+or "packed". Those are *not* real hits, they are just wild speculation.<br>
+<br>
+Apparently Antivirus programs tend to suspect installers/uninstaller created with NSIS. Furthermore some<br>
+anti-virus programs blindly suspect all UPX´d (packed) executables of being malware. Obviously this is a<br>
+stupid generalization, so please ignore those warnings! Last but not least: Always keep in mind that this is<br>
+OpenSource software! If you don´t trust the people providing the pre-compiled binaries, download the source<br>
+codes and compile them yourself.<br>
+<br>
+DON'T SUBMIT ANY VIRUS REPORTS, UNLESS YOU HAVE VERIFIED THE INFECTION WITH MULTIPLE ANTI-VIRUS ENGNINES!<br><br>
+
+<br><br>
+
+<b>Who created LameXP?</b><br>
+<br>
+LameXP was written from the scratch by LoRd_MuldeR &lt;MuldeR2@GMX.de&gt;. However it has to be noted that LameXP<br>
+uses a number of thrird-party tools, which have been created by the individual authors. Moreover various<br>
+people have contributed LameXP translations. Please see the "About" dialog for details!<br><br>
+
+<br><br>
+
+<b>What license is LameXP released under?</b><br>
+<br>
+LameXP is free software. You can redistribute it and/or modify it under the terms of the GNU General Public<br>
+License (GPL) as published by the Free Software Foundation; either version 2 of the License, or (at your<br>
+option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY<br>
+WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.<br>
+<br>
+Please see the <a href="http://www.gnu.org/licenses/gpl-2.0.html" target="_blank">GNU General Public License</a> for more details!<br><br>
+
+<br><br>
+
+<b>Where can I download the latest version of LameXP?</b><br>
+<br>
+The latest "official" release of LameXP can be found on the following mirrors:<br><ul>
+<li><a href="https://github.com/lordmulder/LameXP/downloads" target="_blank">https://github.com/lordmulder/LameXP/downloads</a>
+<li><a href="http://sourceforge.net/projects/lamexp/files/" target="_blank">http://sourceforge.net/projects/lamexp/files/</a>
+<li><a href="http://code.google.com/p/mulder/downloads/list" target="_blank">http://code.google.com/p/mulder/downloads/list</a></ul>
+
+<br><br>
+
+<b>Where can I submit bug reports or feature requests?</b><br>
+<br>
+The preferred place to report bugs or request new features is the LameXP thread at Doom9's Forum:<br><ul>
+<li><a href="http://forum.doom9.org/showthread.php?t=157726" target="_blank">http://forum.doom9.org/showthread.php?t=157726</a></ul>
+
+<br><br>
+
+<b>Where can I find the LameXP source code?</b><br>
+<br>
+LameXP is developed using the <a href="http://en.wikipedia.org/wiki/Git_(software)" target="_blank">Git</a> revision control system. The LameXP Git repository is mirrored here:<br><ul>
+<li><a href="git://github.com/lordmulder/LameXP.git" target="_blank">git://github.com/lordmulder/LameXP.git</a>
+<li><a href="git://lamexp.git.sourceforge.net/gitroot/lamexp/lamexp" target="_blank">git://lamexp.git.sourceforge.net/gitroot/lamexp/lamexp</a>
+<li><a href="git://gitorious.org/lamexp/lamexp.git" target="_blank">git://gitorious.org/lamexp/lamexp.git</a></ul>
+
+<br><br>
+
+<b>What are the prerequisites to build LameXP from the sources?</b><br>
+<br>
+LameXP is currently being developed using the following build environment:<br><ul>
+<li>Visual Studio 2008, Service Pack 1
+<li>Qt libraries v4.7.1 for Windows (VS 2008)
+<li>Microsoft Windows SDK v7.1</ul>
+<br>
+Also note the following hints:<br><ul>
+<li>You must launch Visual Studio using "qtvars.bat vsstart" in order to enable the Qt tools
+<li>The Microsoft Windows SDK v6.0A should work as well, with a few limitations
+<li>In order to make a fully "static" build of LameXP, you need to compile Qt as static libraries
+<li>Support for the GNU Toolchain (GCC/MinGW + Make) is planned for a future version</ul>
+
+<br><br>
+
+eof</tt></body></html>
index cf01b43..7859040 100644 (file)
@@ -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 ------------------------------------------
index c0307b1..dda7be3 100644 (file)
@@ -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
index bd7b0c5..689749b 100644 (file)
@@ -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"
index 9ff229c..6ed6eb4 100644 (file)
@@ -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"
index fd54899..9125a8d 100644 (file)
@@ -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"