A simple paste web application made with Laravel and Pygments https://pst.moe
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
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.