aboutsummaryrefslogtreecommitdiff
path: root/templates/show_paste.html
Commit message (Collapse)AuthorAge
* add expiry, and wsgi usage to support thatB. Stack2022-02-13
| | | | | | | | | The flask dev server seems incapable of using the @timer decorator, so we need the whole wsgi implementation, for which I've added a script. Arbitrary expiration options are available in the config file.
* use UUID for paste id, and more js removalB. Stack2022-02-11
| | | | | Using uuids means that titles need to be used for displaying "replies," "in response to," and so on.
* add support for title, and ensure no jsB. Stack2022-02-11
|
* add private pastesudan2016-02-22
|
* code highlightsudan2016-01-25
|
* remove useless featureofshellohicy2014-07-18
|
* Added as example appArmin Ronacher2011-12-05
bgstack15