php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28990 Request: add individual links to user contributed notes
Submitted: 2004-07-02 10:53 UTC Modified: 2005-09-19 14:22 UTC
From: gavan at spamcop dot net Assigned:
Status: Wont fix Package: Website problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: gavan at spamcop dot net
New email:
PHP Version: OS:

 

 [2004-07-02 10:53 UTC] gavan at spamcop dot net
Description:
------------
I am new to PHP and gathering some great ideas. In keep 
track of who's idea I am clipping I have been 
looking for a suitable, ie., specific, URL.

Looking into the site html I find this pattern, eg.,
    <a name="39492"></a>
    <div class="note">
    <strong>xxx at  dot BANSPAM dot yyyyyy dot zzz
    </strong><br />
    30-Jan-2004 09:28
    <div class="text"> ... </div>

which can be crafted into a specific URL, 
viz.,

<http://au.php.net/manual/en/function.sha1.php#39492>

May I suggest the web site pages include this link 
format as part of the header for each contribution. 
All the information is present, just needs to be 
repackaged:
    <a href="...#nnnn" ...>[text|<img ...icon?...>]</a>

Thanks for lookiung into it. 

Expected result:
----------------
Easier to keep track of and acknowledge others' 
contributions.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-02 14:29 UTC] goba@php.net
We have added the anchors into the HTML so others can link into it. But since we are doing editing on the notes (ie. we edit and/or remove notes from time to time), we cannot guarantee that the link is going to be parmanent (AKA permalink). IMHO this is why we are not putting up the links, to not have broken ones.
 [2004-07-03 05:43 UTC] gavan at spamcop dot net
Thank you for the feedback.

I agree permalink (tm) is good and would like to achieve 
something like that in my own notes as well. So I think 
my feature request needs to look more like:

1. contributed notes are archived, and keep the 
reference number currently shown in the html "anchor";

2. the link to an individual contribution be cast more 
along the lines of:
<http://au.php.net/manual/en/function.sha1.php?uc=39492>

and,

3. when such a link is requested the server outputs the 
page so the relevant user contibution is on view, either 
within the normal page if the contribution is still 
"live", or tacked on at the bottom with a note, eg., 
"This contribution was archived at <?$arch_date?>".

I think this addresses the problem of link-rot at all 
levels, but is obviously more work, and implies the 
longer term archiving of contributions. This last 
consequence can't be all bad and, for all I know, may 
already be happening.
 [2004-07-03 12:47 UTC] goba@php.net
We have regular backup copies of all databases, but we have no intention to archive user notes. We remove them actually because some of them are silly, and does not belong into the manual. So what we remove it either because it does not belong there, or the information was integrated to the manual page. This is why it is better to link to the manual page IMHO.
 [2005-09-19 14:22 UTC] sniper@php.net
No links will be added. Use the manual page as your link..

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 06:01:30 2024 UTC