[tor-bugs] #2309 [Website]: We're doing anchors wrong on the FAQ

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Tue Dec 21 20:16:11 UTC 2010


#2309: We're doing anchors wrong on the FAQ
---------------------+------------------------------------------------------
 Reporter:  nickm    |       Owner:  phobos
     Type:  defect   |      Status:  new   
 Priority:  normal   |   Milestone:        
Component:  Website  |     Version:        
 Keywords:  easy     |      Parent:        
---------------------+------------------------------------------------------
 It looks like when we converted the faq, we got most links as Trac links,
 like this:
 {{{
   == [#wombat Why do my pet wombats try to adjust my vidalia settings?] ==
 }}}

 But that actually creates a link _to_ an anchor called #wombat, which we
 never created.  Instead, we should look at the documentation for "explicit
 ids", which would look more like this:

 {{{
   == Why do my pet wombats try to adjust my vidalia settings? == #wombats
 }}}

 You can also add explicit labels with the =#anchorname syntax, as in:

 {{{
   == Why do my pet wombats try to adjust my vidalia settings? ==
   [=#wombats]
 }}}

 We should restore the old anchors, since plenty of stuff still links to
 them.

 (See the wikiformatting help document on trac.)

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/2309>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list