PageRenderTime 172ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/llcommon/llsecondlifeurls.cpp

https://bitbucket.org/lindenlab/viewer-beta/
C++ | 84 lines | 6 code | 3 blank | 75 comment | 0 complexity | 8fe1c4d48bbc093b84ffefd463f36a45 MD5 | raw file
Possible License(s): LGPL-2.1
  1. /**
  2. * @file llsecondlifeurls.cpp
  3. * @brief Urls used in the product
  4. *
  5. * $LicenseInfo:firstyear=2005&license=viewerlgpl$
  6. * Second Life Viewer Source Code
  7. * Copyright (C) 2010, Linden Research, Inc.
  8. *
  9. * This library is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU Lesser General Public
  11. * License as published by the Free Software Foundation;
  12. * version 2.1 of the License only.
  13. *
  14. * This library is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  17. * Lesser General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU Lesser General Public
  20. * License along with this library; if not, write to the Free Software
  21. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  22. *
  23. * Linden Research, Inc., 945 Battery Street, San Francisco, CA 94111 USA
  24. * $/LicenseInfo$
  25. */
  26. #include "linden_common.h"
  27. #include "llsecondlifeurls.h"
  28. /*
  29. const std::string CREATE_ACCOUNT_URL (
  30. "http://join.secondlife.com/");
  31. const std::string MANAGE_ACCOUNT (
  32. "http://secondlife.com/account/"); // *TODO: NOT USED
  33. const std::string AUCTION_URL (
  34. "http://secondlife.com/auctions/auction-detail.php?id=");
  35. const std::string EVENTS_URL (
  36. "http://secondlife.com/events/");
  37. */
  38. const std::string TIER_UP_URL (
  39. "http://secondlife.com/app/landtier"); // *TODO: Translate (simulator)
  40. const std::string DIRECTX_9_URL (
  41. "http://secondlife.com/support/"); // *TODO: NOT USED
  42. /*
  43. const std::string LAND_URL (
  44. "http://secondlife.com/app/landtier"); // *TODO: NOT USED
  45. const std::string UPGRADE_TO_PREMIUM_URL (
  46. "http://secondlife.com/app/upgrade/"); // *TODO: NOT USED
  47. const std::string AMD_AGP_URL (
  48. "http://secondlife.com/support/"); // *TODO: NOT USED
  49. const std::string VIA_URL (
  50. "http://secondlife.com/support/"); // *TODO: NOT USED
  51. const std::string SUPPORT_URL (
  52. "http://secondlife.com/support/");
  53. const std::string INTEL_CHIPSET_URL (
  54. "http://secondlife.com/support/"); // *TODO: NOT USED
  55. const std::string SIS_CHIPSET_URL (
  56. "http://secondlife.com/support/"); // *TODO: NOT USED
  57. const std::string BLOGS_URL (
  58. "http://blog.secondlife.com/"); // *TODO: NOT USED
  59. const std::string BUY_CURRENCY_URL (
  60. "http://secondlife.com/app/currency/");
  61. const std::string LSL_DOC_URL (
  62. "http://secondlife.com/app/lsldoc/"); // *TODO: NOT USED
  63. const std::string SL_KB_URL (
  64. "http://secondlife.com/knowledgebase/"); // *TODO: NOT USED
  65. const std::string RELEASE_NOTES_BASE_URL (
  66. "http://secondlife.com/app/releasenotes/");
  67. */