index.php 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?php
  2. /*
  3. * Personal website of UltrasonicMadness
  4. * Copyright (C) 2017 UltrasonicMadness
  5. *
  6. * This program is free software: you can redistribute it and/or modify
  7. * it under the terms of the GNU Affero General Public License as
  8. * published by the Free Software Foundation, either version 3 of the
  9. * License, or (at your option) any later version.
  10. *
  11. * This program is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. * GNU Affero General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU Affero General Public License
  17. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  18. */
  19. include($_SERVER['DOCUMENT_ROOT'] . '/../backend/php/page-elements.php');
  20. ?>
  21. <!DOCTYPE html>
  22. <html>
  23. <head>
  24. <?php
  25. gen_html_head('Everlasting Summer', 'blue');
  26. ?>
  27. </head>
  28. <body>
  29. <?php
  30. gen_left_pane();
  31. ?>
  32. <div id="right-pane">
  33. <header>
  34. <h1>Everlasting Summer</h1>
  35. <p>(<em><a target="_blank" href="https://www.gnu.org/proprietary/">NON-FREE</a></em>)</p>
  36. </header>
  37. <main>
  38. <p>This is a visual novel developed by <a href="http://sovietgames.su/">Soviet Games</a>, only officially available for PC through the Steam and Nutaku services so I have provided a mirror of it here so that it can be used without the use of these services. This will minimise the amount of proprietary software you will use to play the game, reduce the time spent waiting for Steam to download and install, and maybe even provide a faster and smoother experience with less applications running in the background.</p>
  39. <p>Everlasting Summer is available under the <a target="_blank" href="https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License</a> (CC BY-NC-SA 4.0) which allows for redistributing the game under the condition that it is available at no cost.</p>
  40. <p>Further information about Everlasting Summer itself is available on <a target="_blank" href="http://everlastingsummer.su/en/">its website</a>.</p>
  41. <h3>Downloads</h3>
  42. <h4>Uncensored version</h4>
  43. <ul>
  44. <li>Download (<a href="/download/everlasting-summer.zip">.zip</a>, <a href="/download/everlasting-summer.tar.gz">.tar.gz</a>)</li>
  45. <li>This version uses <a target="_blank" href="https://web.archive.org/web/20160629194601/http://everlastingsummer.su:80/files/hentai.rpyc">this patch</a> available from the Wayback Machine.</li>
  46. </ul>
  47. <h4>Censored version</h4>
  48. <ul>
  49. <li>Download (<a href="/download/everlasting-summer-censored.zip">.zip</a>, <a href="/download/everlasting-summer-censored.tar.gz">.tar.gz</a>)</li>
  50. <li>This is the version normally available on Steam as of January 2018.</li>
  51. </ul>
  52. </main>
  53. <?php inc_footer(); ?>
  54. </div>
  55. </body>
  56. </html>