A simple paste web application made with Laravel and Pygments
https://pst.moe
您最多能選擇 25 個主題
主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
|
7 年前 | |
---|---|---|
app | 7 年前 | |
bootstrap | 7 年前 | |
config | 7 年前 | |
database | 7 年前 | |
public | 7 年前 | |
resources | 7 年前 | |
storage | 7 年前 | |
tests | 7 年前 | |
.env.example | 7 年前 | |
.gitattributes | 7 年前 | |
.gitignore | 7 年前 | |
LICENSE.md | 7 年前 | |
README.md | 7 年前 | |
Vagrantfile | 7 年前 | |
artisan | 7 年前 | |
composer.json | 7 年前 | |
composer.lock | 7 年前 | |
gulpfile.js | 7 年前 | |
package.json | 7 年前 | |
phpunit.xml | 7 年前 | |
server.php | 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.