A simple paste web application made with Laravel and Pygments https://pst.moe
您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
 
 
 
 
Les De Ridder bd82e13b6d
Add the license and a readme
7 年前
app Add a HTML frontend 7 年前
bootstrap Initial commit 7 年前
config Clean up configuration files and add .env.example 7 年前
database Fix Paste model and migration 7 年前
public Add a HTML frontend 7 年前
resources Finalise HTML views 7 年前
storage Initial commit 7 年前
tests Initial commit 7 年前
.env.example Clean up configuration files and add .env.example 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.