A simple paste web application made with Laravel and Pygments https://pst.moe
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
Les De Ridder 5a9e857a67
Add SystemVerilog
před 3 roky
app Default to raw response for curl před 7 roky
bootstrap Initial commit před 7 roky
config Add abuse contact and parent website před 7 roky
database Fix Paste model and migration před 7 roky
public Add a HTML frontend před 7 roky
resources Add SystemVerilog před 3 roky
storage Initial commit před 7 roky
tests Initial commit před 7 roky
.env.example Add abuse contact and parent website před 7 roky
.gitattributes Initial commit před 7 roky
.gitignore Initial commit před 7 roky
LICENSE.md Add the license and a readme před 7 roky
README.md Add the license and a readme před 7 roky
Vagrantfile Initial commit před 7 roky
artisan Initial commit před 7 roky
composer.json Initial commit před 7 roky
composer.lock Initial commit před 7 roky
gulpfile.js Initial commit před 7 roky
package.json Initial commit před 7 roky
phpunit.xml Initial commit před 7 roky
server.php Initial commit před 7 roky

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.