2
1
Fork 0
A simple paste web application made with Laravel and Pygments https://pst.moe
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
Les De Ridder 5a9e857a67
Add SystemVerilog
vor 3 Jahren
app Default to raw response for curl vor 6 Jahren
bootstrap Initial commit vor 7 Jahren
config Add abuse contact and parent website vor 7 Jahren
database Fix Paste model and migration vor 7 Jahren
public Add a HTML frontend vor 7 Jahren
resources Add SystemVerilog vor 3 Jahren
storage Initial commit vor 7 Jahren
tests Initial commit vor 7 Jahren
.env.example Add abuse contact and parent website vor 7 Jahren
.gitattributes Initial commit vor 7 Jahren
.gitignore Initial commit vor 7 Jahren
LICENSE.md Add the license and a readme vor 7 Jahren
README.md Add the license and a readme vor 7 Jahren
Vagrantfile Initial commit vor 7 Jahren
artisan Initial commit vor 7 Jahren
composer.json Initial commit vor 7 Jahren
composer.lock Initial commit vor 7 Jahren
gulpfile.js Initial commit vor 7 Jahren
package.json Initial commit vor 7 Jahren
phpunit.xml Initial commit vor 7 Jahren
server.php Initial commit vor 7 Jahren

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.