Current ripple old and ugly frontend (RAP tho) Latest version but without the private modules (secrets)
  • JavaScript 64.1%
  • PHP 32.4%
  • CSS 3.1%
  • HTML 0.4%
Find a file
2017-10-27 17:58:25 +02:00
audio First commit 2016-04-20 20:50:51 +02:00
css Merged with upstream 2017-10-27 17:58:25 +02:00
fonts First commit 2016-04-20 20:50:51 +02:00
html_static .WEB. Update about page 2016-08-31 21:48:35 +02:00
images .WEB. New accounts now require verification, add captcha, add welcome and verify page, beatmaps page concept 2016-07-28 19:46:45 +02:00
inc Merged with upstream 2017-10-27 17:58:25 +02:00
js .WEB. Fix rank request process in RAP not working with latest chrome/firefox/edge versions 2017-02-08 19:43:46 +01:00
palloncini .WEB. Fix np bug 2016-08-11 21:59:36 +02:00
ss First commit 2016-04-20 20:50:51 +02:00
.gitignore Remove useless entry in .gitignore 2017-07-22 16:46:04 +02:00
.gitmodules Merged with upstream 2017-10-27 17:58:25 +02:00
apple-touch-icon.png .WEB. .NEW. New logo 2016-07-12 21:59:34 +02:00
composer.json .WEB. Add redis pubsub triggers to RAP 2016-11-20 11:34:56 +01:00
composer.lock .WEB. Add redis pubsub triggers to RAP 2016-11-20 11:34:56 +01:00
favicon-16x16.png .WEB. .NEW. New logo 2016-07-12 21:59:34 +02:00
favicon-32x32.png .WEB. .NEW. New logo 2016-07-12 21:59:34 +02:00
favicon.ico .WEB. .NEW. New logo 2016-07-12 21:59:34 +02:00
favicon.png First commit 2016-04-20 20:50:51 +02:00
index.php Add reports manager in RAP 2016-12-12 22:48:47 +01:00
LICENSE Update README and LICENSE 2016-08-01 10:45:15 +02:00
manifest.json .WEB. .NEW. New logo 2016-07-12 21:59:34 +02:00
README.md add link to github mirror 2016-11-29 16:42:28 +01:00
rewrite.php First commit 2016-04-20 20:50:51 +02:00
safari-pinned-tab.svg .WEB. .NEW. New logo 2016-07-12 21:59:34 +02:00
submit.php Removed secrets 2017-09-25 10:05:12 +02:00

old-frontend

This is Ripple's current frontend, written in PHP. This is the only part of Ripple we've not rewritten since the first version of Ripple, and it sucks. We've actually rewritten also this. But, since the code is here just for reference, I don't think it's a huge problem.

Installation

Copy config.sample.php as config.php and edit it

$ cd inc
$ cp config.sample.php config.php
$ nano config.php

Then, run composer install on the main directory

$ composer install

License

All code in this repository is licensed under the GNU AGPL 3 License.
See the "LICENSE" file for more information