A simple paste web application made with Laravel and Pygments
https://pst.moe
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
1 rok temu | |
---|---|---|
app | 5 lat temu | |
bootstrap | 6 lat temu | |
config | 5 lat temu | |
database | 6 lat temu | |
public | 6 lat temu | |
resources | 1 rok temu | |
storage | 6 lat temu | |
tests | 6 lat temu | |
.env.example | 5 lat temu | |
.gitattributes | 6 lat temu | |
.gitignore | 6 lat temu | |
LICENSE.md | 6 lat temu | |
README.md | 6 lat temu | |
Vagrantfile | 6 lat temu | |
artisan | 6 lat temu | |
composer.json | 6 lat temu | |
composer.lock | 6 lat temu | |
gulpfile.js | 6 lat temu | |
package.json | 6 lat temu | |
phpunit.xml | 6 lat temu | |
server.php | 6 lat temu |
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.