Django

Code

Show
Ignore:
Timestamp:
06/09/08 21:52:16 (6 months ago)
Author:
russellm
Message:

Fixed some linking errors in the FAQ.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/faq.txt

    r7592 r7602  
    654654 
    655655If this FAQ doesn't contain an answer to your question, you might want to 
    656 try the `django-users`_ mailing list. Feel free to ask any question related  
     656try the `django-users mailing list`_. Feel free to ask any question related  
    657657to installing, using, or debugging Django.  
    658658 
     
    660660community of helpful individuals who may be able to solve your problem.  
    661661 
    662 .. _django-users mailing list: http://groups.google.com/group/django-users 
    663 .. _#django IRC channel: irc://irc.freenode.net/django 
     662.. _`django-users mailing list`: http://groups.google.com/group/django-users 
     663.. _`#django IRC channel`: irc://irc.freenode.net/django 
    664664 
    665665Why hasn't my message appeared on django-users? 
    666666----------------------------------------------- 
    667667 
    668 Django-users has a lot of subscribers. This is good for the community, as 
     668django-users_ has a lot of subscribers. This is good for the community, as 
    669669there are lot of people that can contribute answers to questions. 
    670 Unfortunately, it also means that django-users is an attractive target for 
     670Unfortunately, it also means that django-users_ is an attractive target for 
    671671spammers.  
    672672 
    673 In order to combat the spam problem, when you join the django-users mailing 
     673In order to combat the spam problem, when you join the django-users_ mailing 
    674674list, we manually moderate the first message you send to the list. This means  
    675675that spammers get caught, but it also means that your first question to the  
     
    677677inconvenience that this policy may cause. 
    678678 
     679.. _django-users: http://groups.google.com/group/django-users 
     680 
    679681Nobody on django-users answered my question? What should I do? 
    680682-------------------------------------------------------------- 
     
    683685a better example of your problem. 
    684686 
    685 Remember, the readers of django-users are all volunteers. If nobody has 
     687Remember, the readers of django-users_ are all volunteers. If nobody has 
    686688answered your question, it may be because nobody knows the answer, it may 
    687689be because nobody can understand the question, or it may be that everybody 
     
    689691 
    690692Resist any temptation to mail the `django-developers mailing list`_ in an  
    691 attempt to get an answer to your question. Django-developers is for discussing  
    692 the development of Django itself. Attempts to use django-developers as 
    693 a second-tier support mechanism will not be met with enthusiastic responses. 
     693attempt to get an answer to your question. django-developers_ is for discussing  
     694the development of Django itself. Attempts to use django-developers_ as 
     695a second-tier support mechanism will not be met an enthusiastic response. 
     696 
     697.. _`django-developers mailing list`: http://groups.google.com/group/django-developers 
     698.. _django-developers: http://groups.google.com/group/django-developers 
    694699 
    695700I think I've found a bug! What should I do? 
     
    699704`Guide to contributing to Django`_. 
    700705 
    701 .. _contribution guide: ../contributing/#reporting-bugs 
     706.. _`Guide to contributing to Django`: ../contributing/#reporting-bugs 
    702707 
    703708I think I've found a security problem! What should I do? 
     
    711716Due to the sensitive nature of security issues, we ask that if you think you 
    712717have found a security problem, *please* don't send a message to one of the  
    713 public mailing lists. Django has `a policy for handling security issues`_; 
     718public mailing lists. Django has a `policy for handling security issues`_; 
    714719while a defect is outstanding, we would like to minimize any damage that  
    715720could be inflicted through public knowledge of that defect. 
    716721 
    717 .. _policy for handling security issues: ../contributing/#reporting-security-issues 
     722.. _`policy for handling security issues`: ../contributing/#reporting-security-issues 
    718723 
    719724Contributing code 
     
    726731It's titled `Contributing to Django`_. 
    727732 
    728 .. _Contributing to Django: ../contributing/ 
     733.. _`Contributing to Django`: ../contributing/ 
    729734 
    730735I submitted a bug fix in the ticket system several weeks ago. Why are you ignoring my patch?