![]() |
Mixxx
|
00001 /*************************************************************************** 00002 defs_urls.h - description 00003 ------------------- 00004 copyright : (C) 2008 by Albert santoni 00005 email : 00006 ***************************************************************************/ 00007 00008 /*************************************************************************** 00009 * * 00010 * This program is free software; you can redistribute it and/or modify * 00011 * it under the terms of the GNU General Public License as published by * 00012 * the Free Software Foundation; either version 2 of the License, or * 00013 * (at your option) any later version. * 00014 * * 00015 ***************************************************************************/ 00016 00017 #ifndef DEFS_URLS_H 00018 #define DEFS_URLS_H 00019 00020 #define MIXXX_WEBSITE_URL "http://www.mixxx.org" 00021 #define MIXXX_SUPPORT_URL "http://www.mixxx.org/support.php" 00022 #define MIXXX_FEEDBACK_URL "https://spreadsheets.google.com/a/mixxx.org/spreadsheet/viewform?formkey=dDlJeS12czk3SWtkVkNRd3UtNURUUkE6MQ" 00023 #define MIXXX_TRANSLATION_URL "https://translations.launchpad.net/mixxx" 00024 #define MIXXX_MANUAL_URL "http://mixxx.org/manual/1.10" 00025 #define MIXXX_MANUAL_FILENAME "Mixxx-Manual.pdf" 00026 #define MIXXX_PROMO_URL "http://promo.mixxx.org/" 00027 00028 #endif