A simple paste web application made with Laravel and Pygments https://pst.moe
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
Les De Ridder 5a9e857a67
Add SystemVerilog
hace 3 años
app Default to raw response for curl hace 7 años
bootstrap Initial commit hace 8 años
config Add abuse contact and parent website hace 7 años
database Fix Paste model and migration hace 8 años
public Add a HTML frontend hace 8 años
resources Add SystemVerilog hace 3 años
storage Initial commit hace 8 años
tests Initial commit hace 8 años
.env.example Add abuse contact and parent website hace 7 años
.gitattributes Initial commit hace 8 años
.gitignore Initial commit hace 8 años
LICENSE.md Add the license and a readme hace 8 años
README.md Add the license and a readme hace 8 años
Vagrantfile Initial commit hace 8 años
artisan Initial commit hace 8 años
composer.json Initial commit hace 8 años
composer.lock Initial commit hace 8 años
gulpfile.js Initial commit hace 8 años
package.json Initial commit hace 8 años
phpunit.xml Initial commit hace 8 años
server.php Initial commit hace 8 años

README.md

pastethingy

A simple paste web application made with Laravel 5.2 and Pygments via Pygmentize.

Features

  • Paste expiry
  • Future pastes
  • Code highlighting
  • Useful output formats (e.g. HTML, raw, terminal, PNG)
  • Works without JS (optional JS for entering tab characters with the tab key)
  • Usable via curl (e.g. echo test | curl pastethingy.my.domain/paste -F 'content=<-')
  • No bloat (no user accounts, no deletion URLs, no encryption, etc.)
  • No CSS framework
  • JSON API

JSON API

TODO: Document the JSON API.

License

pastethingy is available under the University of Illinois/NCSA Open Source License. The full license can be found in the LICENSE.md file.