A simple paste web application made with Laravel and Pygments https://pst.moe
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
Les De Ridder 5a9e857a67
Add SystemVerilog
3 anni fa
app Default to raw response for curl 7 anni fa
bootstrap Initial commit 8 anni fa
config Add abuse contact and parent website 7 anni fa
database Fix Paste model and migration 8 anni fa
public Add a HTML frontend 8 anni fa
resources Add SystemVerilog 3 anni fa
storage Initial commit 8 anni fa
tests Initial commit 8 anni fa
.env.example Add abuse contact and parent website 7 anni fa
.gitattributes Initial commit 8 anni fa
.gitignore Initial commit 8 anni fa
LICENSE.md Add the license and a readme 8 anni fa
README.md Add the license and a readme 8 anni fa
Vagrantfile Initial commit 8 anni fa
artisan Initial commit 8 anni fa
composer.json Initial commit 8 anni fa
composer.lock Initial commit 8 anni fa
gulpfile.js Initial commit 8 anni fa
package.json Initial commit 8 anni fa
phpunit.xml Initial commit 8 anni fa
server.php Initial commit 8 anni fa

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.