A simple paste web application made with Laravel and Pygments https://pst.moe
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
Les De Ridder 5a9e857a67
Add SystemVerilog
il y a 3 ans
app Default to raw response for curl il y a 6 ans
bootstrap Initial commit il y a 7 ans
config Add abuse contact and parent website il y a 7 ans
database Fix Paste model and migration il y a 7 ans
public Add a HTML frontend il y a 7 ans
resources Add SystemVerilog il y a 3 ans
storage Initial commit il y a 7 ans
tests Initial commit il y a 7 ans
.env.example Add abuse contact and parent website il y a 7 ans
.gitattributes Initial commit il y a 7 ans
.gitignore Initial commit il y a 7 ans
LICENSE.md Add the license and a readme il y a 7 ans
README.md Add the license and a readme il y a 7 ans
Vagrantfile Initial commit il y a 7 ans
artisan Initial commit il y a 7 ans
composer.json Initial commit il y a 7 ans
composer.lock Initial commit il y a 7 ans
gulpfile.js Initial commit il y a 7 ans
package.json Initial commit il y a 7 ans
phpunit.xml Initial commit il y a 7 ans
server.php Initial commit il y a 7 ans

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.