A simple paste web application made with Laravel and Pygments https://pst.moe
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Les De Ridder bd82e13b6d
Add the license and a readme
8 years ago
app Add a HTML frontend 8 years ago
bootstrap Initial commit 8 years ago
config Clean up configuration files and add .env.example 8 years ago
database Fix Paste model and migration 8 years ago
public Add a HTML frontend 8 years ago
resources Finalise HTML views 8 years ago
storage Initial commit 8 years ago
tests Initial commit 8 years ago
.env.example Clean up configuration files and add .env.example 8 years ago
.gitattributes Initial commit 8 years ago
.gitignore Initial commit 8 years ago
LICENSE.md Add the license and a readme 8 years ago
README.md Add the license and a readme 8 years ago
Vagrantfile Initial commit 8 years ago
artisan Initial commit 8 years ago
composer.json Initial commit 8 years ago
composer.lock Initial commit 8 years ago
gulpfile.js Initial commit 8 years ago
package.json Initial commit 8 years ago
phpunit.xml Initial commit 8 years ago
server.php Initial commit 8 years ago

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.