A simple paste web application made with Laravel and Pygments https://pst.moe
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Les De Ridder 5a9e857a67
Add SystemVerilog
3 years ago
app Default to raw response for curl 6 years ago
bootstrap Initial commit 7 years ago
config Add abuse contact and parent website 7 years ago
database Fix Paste model and migration 7 years ago
public Add a HTML frontend 7 years ago
resources Add SystemVerilog 3 years ago
storage Initial commit 7 years ago
tests Initial commit 7 years ago
.env.example Add abuse contact and parent website 7 years ago
.gitattributes Initial commit 7 years ago
.gitignore Initial commit 7 years ago
LICENSE.md Add the license and a readme 7 years ago
README.md Add the license and a readme 7 years ago
Vagrantfile Initial commit 7 years ago
artisan Initial commit 7 years ago
composer.json Initial commit 7 years ago
composer.lock Initial commit 7 years ago
gulpfile.js Initial commit 7 years ago
package.json Initial commit 7 years ago
phpunit.xml Initial commit 7 years ago
server.php Initial commit 7 years ago

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.