diff options
author | B. Stack <bgstack15@gmail.com> | 2022-02-11 20:56:59 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-02-11 20:56:59 -0500 |
commit | 99f6fb15a5aaa326a729e73974006d1064a5582f (patch) | |
tree | 41795c1a447bb88c7521c286840c7d290c0afb8c /README-bgstack15.md | |
parent | add support for title, and ensure no js (diff) | |
download | stackbin-99f6fb15a5aaa326a729e73974006d1064a5582f.tar.gz stackbin-99f6fb15a5aaa326a729e73974006d1064a5582f.tar.bz2 stackbin-99f6fb15a5aaa326a729e73974006d1064a5582f.zip |
use UUID for paste id, and more js removal
Using uuids means that titles need to be used for displaying
"replies," "in response to," and so on.
Diffstat (limited to 'README-bgstack15.md')
-rw-r--r-- | README-bgstack15.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/README-bgstack15.md b/README-bgstack15.md index 34137f5..199b254 100644 --- a/README-bgstack15.md +++ b/README-bgstack15.md @@ -11,7 +11,6 @@ Run server. # Improvements I still need to practice these: -* Support editing the title? * Fix the private bins problem: they always return 403 * Support deleting somehow: from an admin panel, or a link on the page? * use UUIDs for link instead of sequential integers? |