-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add paste Name/Title support (and <title> changes accordingly) #129
Comments
after pushing a text file, i see "dpaste/oj9N (Plain Text)" which seem to indicate that something has changed since this issue was opened a while back. @koobs is this still relevant? Please adjust according with the new modifications and if not, please be kind enough to clean after yourself and close this issue Thanks! |
After checking a bit more, i also see "noindex, nofollow" sent as robots headers, clearly indicating the owner doesn't want to have it's website tracked/recored by bots of any kind. I vote on closing this |
@mathieu-aubin This is a feature request
This is consistent with the original post describing 'this is how dpaste currently works":
Default paste titles have not changed since opening this feature request. Regarding:
This is about a feature request for the generic dpaste package, not about a particular deployed instance of them, where configuration can be modified by the administrator according to their own needs. I don't understand what 'voting to close this' relates to. |
I've added a note to the original post to clarify that this is a feature request for the django package, not dpaste.de instance |
I was under the impression it did change, from the single variable in your description
You are right, it's irrelevant |
Note (01/01/2020): This is a feature request for the generic django dpaste package, not the deployed instance of dpaste.de.
The current HTML <title> for pastes is
dpaste/$shortcode
This provides little value or context, in particular for the following use cases:
Feature Request:
In paste response , instead of
pastebin/$shortcode
<title>$name</title>
in response body, ELSE<title>$first-line-of-paste-content</title>
in response bodyIf you're not keen on paste titles/names/summary's for whatever reason, in the short term, we could return:
<title>dpaste/$shortcode: $first-line-of-paste-content</title>
The text was updated successfully, but these errors were encountered: