Updated readme
This commit is contained in:
parent
e1b7961f45
commit
073c6e402e
31
README.md
31
README.md
|
@ -6,10 +6,37 @@ This is a rewrite of https://nopaste.boris.sh/, which is a rewrite of https://to
|
|||
|
||||
[More information on this self-hosted "about" page](https://paste.scambier.xyz/?l=md#G0oEIKySx5UfTkdu1XoEsNFTBka+1+MnKOMEeLUaweWLc/oYlbttJz93QOgIkhdODeUmDs/+u3T5RANkM7+ktGLRxbTN0WIKyb2AWJbsnIoNDvzMtbcgQpsQYPWXPwUeRkuMWOXIEYIfzvnjqY85WNtT9Rjq3Y4/qHB1+mjzCQsTvr9UIfLbq28+i4joe5i/F2SQCTO9G/SlgnojZOKr9BSbIq0EPVBnVgg9T8+zls2Ezgg67tZTjX8pVB70RIghiwfFeqn/ZMQv9VGcbEWDIHnUlL52CL4FeCQ6DMJ4OOtVWk9jWI3i1CRvzxbmHudPlk1iA4pD9wHgOOILFPKQUAntulosi6VRhJ9eeSmViKpbloonQX9cDQVUkg8rzdkoBllTTfnVcYwDRsMS3UjTv/I+befAQeNMiRc7ESFegwUd6yEFPyVJG8RCXcgvw1QfdBe93uXQ9qGBL6BhLpjlpqxjmf9fwkKHFYClXmn7yaZrc/HrW6YH5F6Ei9MGKMvY5be++/noh6TJ5MeGgDzeJgNr0rjvcltZrDRS8wumbWpseMjTY1bz/rp/fJVQxwy/Rd+kXjlGrMJLZsVVwED5b0Jr26wUAm85shUyLX50kklq6ZIRfnzNX4LWrnl72vWR1YaTr/3n+Cp+6IBEliYA)
|
||||
|
||||
## Maximum sizes for links
|
||||
|
||||
NoPaste is great for sharing code snippets on various platforms.
|
||||
|
||||
These are the maximum link lengths on some apps and browsers.
|
||||
|
||||
| App | Max length | Notes |
|
||||
| -------- | ---------- | --------------------------------------------------------------------------------- |
|
||||
| Mastodon | None? | Not specified in the docs |
|
||||
| Reddit | 10,000 | |
|
||||
| Twitter | 4,088 | |
|
||||
| Slack | 4,000 | |
|
||||
| Discord | 4,000 | 4,000 is the whole message limit. Longer messages are converted into attachements |
|
||||
| QR Code | 2,610 | |
|
||||
| Bitly | 2,048 | |
|
||||
|
||||
| Browser | Max length | Notes |
|
||||
| --------------- | ------------------------- | --------------------------------------- |
|
||||
| Google Chrome | (win) 32,779 (mac) 10,000 | Will not display, but larger links work |
|
||||
| Firefox | >64,000 | |
|
||||
| Microsoft IE 11 | 4,043 | Will not show more than 2,083 |
|
||||
| Microsoft Edge | 2,083 | Anything over 2083 will fail |
|
||||
| Android | 8,192 | |
|
||||
| Safari | Lots | |
|
||||
|
||||
The safest limit to make sure your Paste link works everywhere seems to be 2,083.
|
||||
|
||||
## TODO
|
||||
|
||||
- [x] Use brotli
|
||||
- [x] ~~Stay compatible with original lzma-compressed urls~~
|
||||
- [x] ~~Stay compatible with original lzma-compressed urls~~
|
||||
- [x] Have a read-only view with nice colors for code blocks
|
||||
- [ ] Use CodeMirror 6
|
||||
- [ ] 100% self-contained, no dependance on jsdeliver
|
||||
|
@ -23,4 +50,4 @@ $ pnpm build
|
|||
|
||||
## License
|
||||
|
||||
GNU GPLv3
|
||||
GNU GPLv3
|
||||
|
|
Loading…
Reference in New Issue
Block a user