A simple paste web application made with Laravel and Pygments https://pst.moe
25개 이상의 토픽을 선택하실 수 없습니다. 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.