cs50 / compare50

This is compare50, a fast and extensible plagiarism-detection tool.
GNU General Public License v3.0
192 stars 49 forks source link

In render_#.html, add feature to POST side-by-side files to render.cs50.io #61

Closed dmalan closed 4 years ago

dmalan commented 4 years ago

At the moment, this might need to be done with Ajax in order to POST both files as File objects, https://cs50.readthedocs.io/render/, as by creating them from Strings first.

jsarchibald commented 4 years ago

In progress - render50 function is finished on a working branch but integration is pending the switch to React.

jsarchibald commented 4 years ago

Resolved by #81. There's a PDF button in the React site that will POST to render.cs50.io and download the result.