Skip to content

Latest commit

 

History

History

README.md

🌐️ Web Server

Crowdsource Silksong data

  1. Overview
  2. Installation
  3. Usage
  4. Developer Notes
  5. Contributing, Credits, and License

📖️ Overview

  • Mod pages: For further details, see Pharloom Atlas’: Nexus Mods page or Silksong Mods by Dakusan
    • Submit.php: A lightweight web server for receiving and managing Pharloom Atlas user contribution data, enabling community crowdsourcing.
    • SubmitErrorLog.php: Logs Silksong Mod errors from users. (Must be manually sent from the mod’s configuration dialog)
  • JSON creation: Create JSON data files from the database
    • CreateJson.php: JSON data files
    • CreateTranslateJson.php: JSON translation files
  • Other:
    • RenderIndex.php: Renders the webpage for IndexAssets/index.html for https://silksong.dakusan.com/
    • DGraph.php: An AI attempt at generating a relation graph of the Silksong items (Found in assets’ repo)

⚙️ Installation

  1. Requires a php server and mysql/mariadb
  2. Create a database and run DB.sql
  3. Copy Config.Default.php to Config.php and set your database parameters
  4. For scripts…

🧭️ Usage

🧩️ Developer Notes

  • Source code organized under WebServer/.

🤝🏻 Contributing, Credits, and License

See root project README for details