Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cowlicks/latex-server
PHP scripts to generate a webpage where users can upload latex to be compiled on the webserver.
https://github.com/cowlicks/latex-server
Last synced: about 17 hours ago
JSON representation
PHP scripts to generate a webpage where users can upload latex to be compiled on the webserver.
- Host: GitHub
- URL: https://github.com/cowlicks/latex-server
- Owner: cowlicks
- Created: 2012-04-17T05:22:49.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-06T20:01:12.000Z (over 12 years ago)
- Last Synced: 2023-03-23T11:13:25.816Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Purpose
To make some scripts that allow uploading LaTeX to a web server to be compiled. Then returned to the user. Eventually add support for LaTeX files that require external files by having everything uploaded as a *.tar or *.zip.# Install
* Install all the latex packages on your web server.
* put this directory somewhere on your web server then navigate to it in your browser.# Security
Planned features which *need* to be implemented for this to be secure.
* Compile *.tex under chroot.
* Parse the uploaded *.tex for the write18 command (executes shell code).
* ???