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 години
app Default to raw response for curl преди 7 години
bootstrap Initial commit преди 7 години
config Add abuse contact and parent website преди 7 години
database Fix Paste model and migration преди 7 години
public Add a HTML frontend преди 7 години
resources Add SystemVerilog преди 3 години
storage Initial commit преди 7 години
tests Initial commit преди 7 години
.env.example Add abuse contact and parent website преди 7 години
.gitattributes Initial commit преди 7 години
.gitignore Initial commit преди 7 години
LICENSE.md Add the license and a readme преди 7 години
README.md Add the license and a readme преди 7 години
Vagrantfile Initial commit преди 7 години
artisan Initial commit преди 7 години
composer.json Initial commit преди 7 години
composer.lock Initial commit преди 7 години
gulpfile.js Initial commit преди 7 години
package.json Initial commit преди 7 години
phpunit.xml Initial commit преди 7 години
server.php Initial commit преди 7 години

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.