~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/answers/stories/question-answers-vhost.txt

  • Committer: Curtis Hovey
  • Date: 2011-05-13 03:13:46 UTC
  • mto: This revision was merged to the branch mainline in revision 13040.
  • Revision ID: curtis.hovey@canonical.com-20110513031346-1lf3nh2xzrhmievl
Removed SP test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
= Answers Default Pages =
 
1
Answers Default Pages
 
2
=====================
2
3
 
3
4
The answers.launchpad.net domain is used for the Answer Tracker
4
5
application. When visiting objects on that virtual host, the default
5
6
selected facet is the Answers facet.
6
7
 
7
 
== Product ==
 
8
 
 
9
Product
 
10
-------
8
11
 
9
12
    >>> anon_browser.open('http://answers.launchpad.dev/firefox')
10
13
    >>> print anon_browser.title
11
14
    Questions : Mozilla Firefox
12
15
 
13
 
== Distribution ==
 
16
 
 
17
Distribution
 
18
------------
14
19
 
15
20
    >>> anon_browser.open('http://answers.launchpad.dev/ubuntu')
16
21
    >>> print anon_browser.title
17
22
    Questions : Ubuntu
18
23
 
19
 
== Soure Package ==
 
24
 
 
25
Distribution Source Package
 
26
---------------------------
20
27
 
21
28
    >>> anon_browser.open(
22
29
    ...     'http://answers.launchpad.dev/ubuntu/+source/mozilla-firefox')
23
30
    >>> print anon_browser.title
24
31
    Questions : ...mozilla-firefox... package : Ubuntu
25
32
 
26
 
    >>> anon_browser.open(
27
 
    ...     'http://answers.launchpad.dev'
28
 
    ...     '/ubuntu/hoary/+source/mozilla-firefox')
29
 
    >>> print anon_browser.title
30
 
    Questions : ...mozilla-firefox... source package : Hoary (5.04) : Ubuntu
31
33
 
32
 
== ProjectGroup ==
 
34
ProjectGroup
 
35
------------
33
36
 
34
37
    >>> anon_browser.open(
35
38
    ...     'http://answers.launchpad.dev/mozilla')
36
39
    >>> print anon_browser.title
37
40
    Questions : The Mozilla Project
38
41
 
39
 
== Person ==
 
42
 
 
43
Person
 
44
------
40
45
 
41
46
    >>> anon_browser.open('http://answers.launchpad.dev/~name16')
42
47
    >>> print anon_browser.title