previous frontend we used for ripple - currently used for admin panel
  • JavaScript 62.9%
  • PHP 33.7%
  • CSS 3%
  • HTML 0.4%
Find a file
2019-05-04 18:54:40 +02:00
audio First commit 2016-04-20 20:50:51 +02:00
css Pipoli integration in RAP dashboard 2019-01-03 16:17:45 +01:00
fonts First commit 2016-04-20 20:50:51 +02:00
html_static Responsive RAP 2018-04-23 20:04:29 +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 Fetch online users from redis 2019-05-04 18:54:40 +02:00
js Fix typo in RAP pipoli panel class name 2019-01-03 23:26:17 +01:00
main_menu_icons New main menu icons system 2018-08-12 17:06:22 +02:00
palloncini .WEB. Fix np bug 2016-08-11 21:59:36 +02:00
secret@f3a3fd2022 Updated submodule secret 2018-05-14 22:57:51 +02:00
ss First commit 2016-04-20 20:50:51 +02:00
.gitignore New main menu icons system 2018-08-12 17:06:22 +02:00
.gitmodules Laser granddad 2017-07-22 16:38:11 +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 Fix pipoli in RAP always displaying the same icon, escape service name 2019-01-03 23:22:39 +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 Test main menu icons from RAP 2019-03-31 18:03:22 +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