Sergeanur / www-rpcs3

This is a responsive website designed to house and promote the progress of RPCS3, an open-source PlayStation 3 emulator and debugger written in C++. This repository is regularly updated.

Home Page:https://rpcs3.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Preview

Introduction

Official source code for RPCS3.net. This website is designed to house and promote the progress of RPCS3, an experimental open-source Sony PlayStation 3 emulator and debugger written in C++ for Windows and Linux. The compatibility list portion of this website is developed independently and maintained by AniLeo.

All trademarks and copyright-written content found on this website belong to their respective owners. The RPCS3 team is in no way affiliated with Sony or PlayStation.

Licensing

This website uses the GNU General Public License Version 2.0 (June 1991). According to the license, you are welcome to use the website and its source code for any purpose, but distributing the websites' files requires that the source code be released and attribution given. For more details on how the GNU General Public License system works, please refer to GNU.org

Deployment

This website ships as is and doesn't require any compilation using any Integrated Development Environment tools. Simply download the repository archive, unpack and mount them locally or upload straight to your personal web server. For editing, we recommend using an advanced multi-language text editor, e.g. Notepad++.

For local deployment, our only requirement is Docker. Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications, whether on laptops, data center VMs, or the cloud. To run the application, use:

docker-compose up

From there, open a web browser of your choosing and navigate to your preferred localhost address. However, you will need to access it from your browser by adding the :8080 to your localhost address.

This website uses a CronJob to fetch the Roadmap. Your CronJob should be similar to php public_html/lib/cronjobs/cron.roadmap.php (using the appropriate paths to the php executable and the public_html directory) with a recommended timing of once an hour (0 * * * *).

External Resources

Target Platforms

Copyright

All trademarks and copyright-written content found on this website belong to their respective owners. The RPCS3 team is in no way affiliated with Sony or PlayStation.

The "PlayStation logo", "PlayStation 3 logo", "PlayStation 4 logo", "PlayStation Portable logo", "PlayStation Vita logo", "PlayStation Move logo", "PlayStation Network logo", "PlayStation Store logo", "PlayStation Plus logo", "Sony logo", "Sony Computer Entertainment logo" and their aforementioned names are registered trademarks of Sony Computer Entertainment Inc. "Sony Entertainment Network" is a trademark of Sony Corporation. Library programs are copyright Sony Interactive Entertainment Inc.

About

This is a responsive website designed to house and promote the progress of RPCS3, an open-source PlayStation 3 emulator and debugger written in C++. This repository is regularly updated.

https://rpcs3.net

License:GNU General Public License v2.0


Languages

Language:CSS 45.8%Language:PHP 40.2%Language:JavaScript 8.2%Language:Hack 5.8%Language:Dockerfile 0.0%