Skip to content

Latest commit

 

History

History
211 lines (202 loc) · 8.9 KB

contribute.md

File metadata and controls

211 lines (202 loc) · 8.9 KB
title permalink
Contribute
/contribute
<style> #submitBtn { transition: opacity 0.35s ease; } </style> <script> $(document).ready(function() { var cleave = new Cleave('#amount', { numeral: true }); $('#amount').keyup(function(evt) { $('#submitBtn').prop('disabled', ($(this).val() ? false : true)); }); }); </script>

Donate

If you find mRemoteNG useful and would like to contribute, it would be greatly appreciated. When you contribute, you make it possible for the team to cover the costs of producing mRemoteNG.

PayPal

PayPal QR Code


PayPal QR Code


PayPal QR Code

<script src="https://www.paypalobjects.com/donate/sdk/donate-sdk.js" charset="UTF-8"></script> <script> PayPal.Donation.Button({ env:'production', hosted_button_id:'CHQY3Q3ST9H4U', image: { src:'https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif', alt:'Donate with PayPal button', title:'PayPal - The safer, easier way to pay online!', } }).render('#donate-button1'); </script> <script> PayPal.Donation.Button({ env:'production', hosted_button_id:'UK75QBUYNPYKN', image: { src:'https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif', alt:'Donate with PayPal button', title:'PayPal - The safer, easier way to pay online!', } }).render('#donate-button2'); </script> <script> PayPal.Donation.Button({ env:'production', hosted_button_id:'2N5HY54ZTT9TC', image: { src:'https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif', alt:'Donate with PayPal button', title:'PayPal - The safer, easier way to pay online!', } }).render('#donate-button3'); </script>

BIG thanks!

2025 2024 Earlier
  • Christopher Puschmann
  • Stefano Biloslavo
  • Michael Logies
  • Koffi Toglo
  • Helge Weber
  • Volnet Odza
  • Alexander Raithel
  • Raffaello Bruno Freire
  • Denis Iakunin
  • Janne Saarinen
  • Pedro Lopes
  • James Higgs - Computer Services
  • Stephen Friedl
  • Christopher Radi
  • MC-Software
  • Ivan Vaselli
  • Robert Harrington
  • Alberto Jarquin Hernandez
  • Paweł Iżykowski
  • Alan Graham
  • Michael J Kehrli
  • Joseph Orlik
  • Nicolai Serup
  • Martin Dropmann
  • Jason Davis
  • Schwarz Fabrice
  • James Hart
  • Meetstream USA
  • Ivan Vaselli
  • Cory Theurer
  • Brenton Homer
  • Michael Gricksch
  • Denis Iakunin
  • Vito Mattera
  • Sören Calvert
  • Shaun Cronin
  • Matteo Menozzi
  • Russell Thompson
  • Marlon Diering
  • Gerald Osterkon
  • Daniel Anthes
  • Daniel Rusek
  • Paweł Iżykowski
  • Joel Grimes
  • Jürgen Busch
  • Łukasz Milata
  • Charles Fletcher
  • Frank Mandrell
  • Michal Krupa
  • Tianpeng Wang
  • Dylan Giovanni Gambino
  • Michael Gaul
  • Andrew Warham
  • Sergei Shir
  • Magnus Fagertun
  • Loeper Matthias
  • Dosinas.net WEb creations
  • Cristina Guevarra
  • Ziga Jenko
  • Sylvain Pepoli
  • Bart De Boeck
  • Charles Veillon
  • Christopher Letcher
  • Pietro Luca Savorosi
  • Marc Gutt
  • Richard Abogado
  • Marcelo Ferreira da Costa
  • David Teske
  • Kilian Rauner
  • Eckard Wille
  • Marlon Diering
  • Elliott Marvin
  • Benjamin Truninger
  • James Hart
  • Kai Ulrich
  • Sean Nelson
  • Guy Lincoln
  • Stephen Friedl
  • Jeremy Holder
  • Daniel Khumalo
  • Danatas Gervi
  • John Harrison
  • Neilhighley.com ltd.
  • Rafał Kurc
  • Sebastian Ulrich
  • Profi-KOM ltd.
<script> function filterRecords(year) { const listItems = document.querySelectorAll("#records-list li"); listItems.forEach(item => { if (item.getAttribute("data-year") === year || item.textContent.includes(year)) { item.style.display = "block"; // Show matching items } else { item.style.display = "none"; // Hide non-matching items } }); } // Default view: Show all records window.onload = () => filterRecords("2025"); // Or set to "all" to show everything initially </script>
The mRemoteNG Project is **NOT** considered a non-profit organization and contributions are **NOT** tax deductible.

Submit code

Check out our [source code]({{ site.github_alt.repository_url }}) and submit a pull request or two.

Translate

Check out the [Wiki page]({{ site.github_alt.wiki_url }}/Translate) on how to help make mRemoteNG a polyglot.

Other

If you are a technical writer, translator or just feel like there is something you can contribute to mRemoteNG, please feel free to contact us.