Skip to content
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

Change website links to point to xdress.xyz #4

Merged
merged 1 commit into from
Aug 27, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _sources/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ In the future, other tools and bindings will be supported.
The main enabling feature of xdress is a dynamic type system that was designed with
the purpose of API generation in mind.

`Go here for the latest version of the docs! <http://xdress.org/latest>`_
`Go here for the latest version of the docs! <http://xdress.xyz/latest>`_

:ref:`Go here for previous versions of the code & documentation. <previous_versions>`

Expand Down Expand Up @@ -134,7 +134,7 @@ hesitate to ask the mailing list ([email protected]).
Helpful Links
=============

* `Documentation <http://xdress.org>`_
* `Documentation <http://xdress.xyz>`_
* `Mailing list website <https://groups.google.com/forum/#!forum/xdress>`_
* `Mailing list address <mailto:[email protected]>`_
* :ref:`genindex`
Expand Down
4 changes: 2 additions & 2 deletions _sources/other/pycon2014/abstract.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ PyCon 2014 Abstract
* Neat Concepts for Future Work
* Questions

:additional notes: The main website is http://xdress.org/
:additional notes: The main website is http://xdress.xyz/

An earlier version of this talk which used an earlier version of xdress
was presented to SciPy 2013. See this page for the slides and the video.
http://xdress.org/other/scipy2013/index.html
http://xdress.xyz/other/scipy2013/index.html

:additional requirements: none

Expand Down
2 changes: 1 addition & 1 deletion _sources/other/scipy2013/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SciPy 2013 in Austin, TX:
.. toctree::
:maxdepth: 1

Presentation Slides <http://xdress.org/scipy2013/scopatz_scipy2013_slides.html#/>
Presentation Slides <http://xdress.xyz/scipy2013/scopatz_scipy2013_slides.html#/>
abstract
tutorial_abstract

Expand Down
4 changes: 2 additions & 2 deletions _sources/previous/0.2_release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Release highlights:
- function pointer support
- Easy to use and implement plugin architecture.

Please visit the website for more information: http://xdress.org/
Please visit the website for more information: http://xdress.xyz/

Ask questions on the mailing list: [email protected]

Expand Down Expand Up @@ -126,7 +126,7 @@ An * indicates a first time contributor.
Links
=====

1. Homepage - http://xdress.org/
1. Homepage - http://xdress.xyz/
2. Mailing List - [email protected]
3. GitHub Organization - https://github.com/xdress
4. Pycparser - https://pypi.python.org/pypi/pycparser
4 changes: 2 additions & 2 deletions _sources/previous/0.3_release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Release highlights:
allowing automatic PEP-8-ification
- A plethora of useful bug fixes

Please visit the website for more information: http://xdress.org/
Please visit the website for more information: http://xdress.xyz/

Ask questions on the mailing list: [email protected]

Expand Down Expand Up @@ -146,7 +146,7 @@ An * indicates a first time contributor.
Links
=====

1. Homepage - http://xdress.org/
1. Homepage - http://xdress.xyz/
2. Mailing List - [email protected]
3. GitHub Organization - https://github.com/xdress
4. numpydoc - https://pypi.python.org/pypi/numpydoc
Expand Down
4 changes: 2 additions & 2 deletions _sources/previous/0.4_release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This version of xdress is *not* 100% backwards compatible with previous versions
of xdress. We apologize in the name of progress. It represents ans impressive
245 files changed, 44917 aggregate line insertions (+), and 7893 deletions (-).

Please visit the website for more information: http://xdress.org/
Please visit the website for more information: http://xdress.xyz/

Ask questions on the mailing list: https://groups.google.com/forum/#!forum/xdress

Expand Down Expand Up @@ -118,6 +118,6 @@ An * indicates a first time contributor.
Links
=====

1. Homepage - http://xdress.org/
1. Homepage - http://xdress.xyz/
2. Mailing List - https://groups.google.com/forum/#!forum/xdress
3. GitHub Organization - https://github.com/xdress
8 changes: 4 additions & 4 deletions _sources/previous/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ Version Date Documentation Zip Tar
0.1 2013-04-02 `docs 0.1`_ `zip 0.1`_ `tar 0.1`_
======= ========== ============== ============== ==============

.. _docs 0.4: http://xdress.org/v0.4/
.. _docs 0.4: http://xdress.xyz/v0.4/
.. _zip 0.4: https://github.com/xdress/xdress/zipball/0.4
.. _tar 0.4: https://github.com/xdress/xdress/tarball/0.4

.. _docs 0.3: http://xdress.org/v0.3/
.. _docs 0.3: http://xdress.xyz/v0.3/
.. _zip 0.3: https://github.com/xdress/xdress/zipball/0.3
.. _tar 0.3: https://github.com/xdress/xdress/tarball/0.3

.. _docs 0.2: http://xdress.org/v0.2/
.. _docs 0.2: http://xdress.xyz/v0.2/
.. _zip 0.2: https://github.com/xdress/xdress/zipball/0.2
.. _tar 0.2: https://github.com/xdress/xdress/tarball/0.2

.. _docs 0.1: http://xdress.org/v0.1/
.. _docs 0.1: http://xdress.xyz/v0.1/
.. _zip 0.1: https://github.com/xdress/xdress/zipball/0.1
.. _tar 0.1: https://github.com/xdress/xdress/tarball/0.1

4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h1>XDress<a class="headerlink" href="#xdress" title="Permalink to this headline
In the future, other tools and bindings will be supported.</p>
<p>The main enabling feature of xdress is a dynamic type system that was designed with
the purpose of API generation in mind.</p>
<p><a class="reference external" href="http://xdress.org/latest">Go here for the latest version of the docs!</a></p>
<p><a class="reference external" href="http://xdress.xyz/latest">Go here for the latest version of the docs!</a></p>
<p><a class="reference internal" href="previous/index.html#previous-versions"><em>Go here for previous versions of the code &amp; documentation.</em></a></p>
<div class="section" id="contents">
<h2>Contents<a class="headerlink" href="#contents" title="Permalink to this headline">¶</a></h2>
Expand Down Expand Up @@ -203,7 +203,7 @@ <h3>Contributing<a class="headerlink" href="#contributing" title="Permalink to t
<div class="section" id="helpful-links">
<h3>Helpful Links<a class="headerlink" href="#helpful-links" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li><a class="reference external" href="http://xdress.org">Documentation</a></li>
<li><a class="reference external" href="http://xdress.xyz">Documentation</a></li>
<li><a class="reference external" href="https://groups.google.com/forum/#!forum/xdress">Mailing list website</a></li>
<li><a class="reference external" href="mailto:xdress&#37;&#52;&#48;googlegroups&#46;com">Mailing list address</a></li>
<li><a class="reference internal" href="genindex.html"><em>Index</em></a></li>
Expand Down
4 changes: 2 additions & 2 deletions latest/_sources/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ In the future, other tools and bindings will be supported.
The main enabling feature of xdress is a dynamic type system that was designed with
the purpose of API generation in mind.

`Go here for the latest version of the docs! <http://xdress.org/latest>`_
`Go here for the latest version of the docs! <http://xdress.xyz/latest>`_

:ref:`Go here for previous versions of the code & documentation. <previous_versions>`

Expand Down Expand Up @@ -134,7 +134,7 @@ hesitate to ask the mailing list ([email protected]).
Helpful Links
=============

* `Documentation <http://xdress.org>`_
* `Documentation <http://xdress.xyz>`_
* `Mailing list website <https://groups.google.com/forum/#!forum/xdress>`_
* `Mailing list address <mailto:[email protected]>`_
* :ref:`genindex`
Expand Down
4 changes: 2 additions & 2 deletions latest/_sources/other/pycon2014/abstract.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ PyCon 2014 Abstract
* Neat Concepts for Future Work
* Questions

:additional notes: The main website is http://xdress.org/
:additional notes: The main website is http://xdress.xyz/

An earlier version of this talk which used an earlier version of xdress
was presented to SciPy 2013. See this page for the slides and the video.
http://xdress.org/other/scipy2013/index.html
http://xdress.xyz/other/scipy2013/index.html

:additional requirements: none

Expand Down
2 changes: 1 addition & 1 deletion latest/_sources/other/scipy2013/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SciPy 2013 in Austin, TX:
.. toctree::
:maxdepth: 1

Presentation Slides <http://xdress.org/scipy2013/scopatz_scipy2013_slides.html#/>
Presentation Slides <http://xdress.xyz/scipy2013/scopatz_scipy2013_slides.html#/>
abstract
tutorial_abstract

Expand Down
4 changes: 2 additions & 2 deletions latest/_sources/previous/0.2_release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Release highlights:
- function pointer support
- Easy to use and implement plugin architecture.

Please visit the website for more information: http://xdress.org/
Please visit the website for more information: http://xdress.xyz/

Ask questions on the mailing list: [email protected]

Expand Down Expand Up @@ -126,7 +126,7 @@ An * indicates a first time contributor.
Links
=====

1. Homepage - http://xdress.org/
1. Homepage - http://xdress.xyz/
2. Mailing List - [email protected]
3. GitHub Organization - https://github.com/xdress
4. Pycparser - https://pypi.python.org/pypi/pycparser
4 changes: 2 additions & 2 deletions latest/_sources/previous/0.3_release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Release highlights:
allowing automatic PEP-8-ification
- A plethora of useful bug fixes

Please visit the website for more information: http://xdress.org/
Please visit the website for more information: http://xdress.xyz/

Ask questions on the mailing list: [email protected]

Expand Down Expand Up @@ -146,7 +146,7 @@ An * indicates a first time contributor.
Links
=====

1. Homepage - http://xdress.org/
1. Homepage - http://xdress.xyz/
2. Mailing List - [email protected]
3. GitHub Organization - https://github.com/xdress
4. numpydoc - https://pypi.python.org/pypi/numpydoc
Expand Down
4 changes: 2 additions & 2 deletions latest/_sources/previous/0.4_release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This version of xdress is *not* 100% backwards compatible with previous versions
of xdress. We apologize in the name of progress. It represents ans impressive
245 files changed, 44917 aggregate line insertions (+), and 7893 deletions (-).

Please visit the website for more information: http://xdress.org/
Please visit the website for more information: http://xdress.xyz/

Ask questions on the mailing list: https://groups.google.com/forum/#!forum/xdress

Expand Down Expand Up @@ -118,6 +118,6 @@ An * indicates a first time contributor.
Links
=====

1. Homepage - http://xdress.org/
1. Homepage - http://xdress.xyz/
2. Mailing List - https://groups.google.com/forum/#!forum/xdress
3. GitHub Organization - https://github.com/xdress
8 changes: 4 additions & 4 deletions latest/_sources/previous/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ Version Date Documentation Zip Tar
0.1 2013-04-02 `docs 0.1`_ `zip 0.1`_ `tar 0.1`_
======= ========== ============== ============== ==============

.. _docs 0.4: http://xdress.org/v0.4/
.. _docs 0.4: http://xdress.xyz/v0.4/
.. _zip 0.4: https://github.com/xdress/xdress/zipball/0.4
.. _tar 0.4: https://github.com/xdress/xdress/tarball/0.4

.. _docs 0.3: http://xdress.org/v0.3/
.. _docs 0.3: http://xdress.xyz/v0.3/
.. _zip 0.3: https://github.com/xdress/xdress/zipball/0.3
.. _tar 0.3: https://github.com/xdress/xdress/tarball/0.3

.. _docs 0.2: http://xdress.org/v0.2/
.. _docs 0.2: http://xdress.xyz/v0.2/
.. _zip 0.2: https://github.com/xdress/xdress/zipball/0.2
.. _tar 0.2: https://github.com/xdress/xdress/tarball/0.2

.. _docs 0.1: http://xdress.org/v0.1/
.. _docs 0.1: http://xdress.xyz/v0.1/
.. _zip 0.1: https://github.com/xdress/xdress/zipball/0.1
.. _tar 0.1: https://github.com/xdress/xdress/tarball/0.1

4 changes: 2 additions & 2 deletions latest/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h1>XDress<a class="headerlink" href="#xdress" title="Permalink to this headline
In the future, other tools and bindings will be supported.</p>
<p>The main enabling feature of xdress is a dynamic type system that was designed with
the purpose of API generation in mind.</p>
<p><a class="reference external" href="http://xdress.org/latest">Go here for the latest version of the docs!</a></p>
<p><a class="reference external" href="http://xdress.xyz/latest">Go here for the latest version of the docs!</a></p>
<p><a class="reference internal" href="previous/index.html#previous-versions"><em>Go here for previous versions of the code &amp; documentation.</em></a></p>
<div class="section" id="contents">
<h2>Contents<a class="headerlink" href="#contents" title="Permalink to this headline">¶</a></h2>
Expand Down Expand Up @@ -203,7 +203,7 @@ <h3>Contributing<a class="headerlink" href="#contributing" title="Permalink to t
<div class="section" id="helpful-links">
<h3>Helpful Links<a class="headerlink" href="#helpful-links" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li><a class="reference external" href="http://xdress.org">Documentation</a></li>
<li><a class="reference external" href="http://xdress.xyz">Documentation</a></li>
<li><a class="reference external" href="https://groups.google.com/forum/#!forum/xdress">Mailing list website</a></li>
<li><a class="reference external" href="mailto:xdress&#37;&#52;&#48;googlegroups&#46;com">Mailing list address</a></li>
<li><a class="reference internal" href="genindex.html"><em>Index</em></a></li>
Expand Down
2 changes: 1 addition & 1 deletion latest/other/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h2>Conferences<a class="headerlink" href="#conferences" title="Permalink to thi
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="scipy2013/index.html">SciPy 2013</a><ul>
<li class="toctree-l2"><a class="reference external" href="http://xdress.org/scipy2013/scopatz_scipy2013_slides.html#/">Presentation Slides</a></li>
<li class="toctree-l2"><a class="reference external" href="http://xdress.xyz/scipy2013/scopatz_scipy2013_slides.html#/">Presentation Slides</a></li>
<li class="toctree-l2"><a class="reference internal" href="scipy2013/abstract.html">SciPy 2013 Abstract</a></li>
<li class="toctree-l2"><a class="reference internal" href="scipy2013/tutorial_abstract.html">SciPy 2013 Tutorial Abstract</a></li>
<li class="toctree-l2"><a class="reference internal" href="scipy2013/index.html#video">Video</a></li>
Expand Down
4 changes: 2 additions & 2 deletions latest/other/pycon2014/abstract.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,10 @@ <h1>PyCon 2014 Abstract<a class="headerlink" href="#pycon-2014-abstract" title="
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name" colspan="2">additional notes:</th></tr>
<tr class="field-odd field"><td>&nbsp;</td><td class="field-body"><p class="first">The main website is <a class="reference external" href="http://xdress.org/">http://xdress.org/</a></p>
<tr class="field-odd field"><td>&nbsp;</td><td class="field-body"><p class="first">The main website is <a class="reference external" href="http://xdress.xyz/">http://xdress.xyz/</a></p>
<p>An earlier version of this talk which used an earlier version of xdress
was presented to SciPy 2013. See this page for the slides and the video.
<a class="reference external" href="http://xdress.org/other/scipy2013/index.html">http://xdress.org/other/scipy2013/index.html</a></p>
<a class="reference external" href="http://xdress.xyz/other/scipy2013/index.html">http://xdress.xyz/other/scipy2013/index.html</a></p>
</td>
</tr>
<tr class="field-even field"><th class="field-name" colspan="2">additional requirements:</th></tr>
Expand Down
2 changes: 1 addition & 1 deletion latest/other/scipy2013/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h1>SciPy 2013<a class="headerlink" href="#scipy-2013" title="Permalink to this
SciPy 2013 in Austin, TX:</p>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference external" href="http://xdress.org/scipy2013/scopatz_scipy2013_slides.html#/">Presentation Slides</a></li>
<li class="toctree-l1"><a class="reference external" href="http://xdress.xyz/scipy2013/scopatz_scipy2013_slides.html#/">Presentation Slides</a></li>
<li class="toctree-l1"><a class="reference internal" href="abstract.html">SciPy 2013 Abstract</a></li>
<li class="toctree-l1"><a class="reference internal" href="tutorial_abstract.html">SciPy 2013 Tutorial Abstract</a></li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions latest/previous/0.2_release_notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h1>XDress 0.2 Release Notes<a class="headerlink" href="#xdress-0-2-release-note
</li>
</ul>
</div></blockquote>
<p>Please visit the website for more information: <a class="reference external" href="http://xdress.org/">http://xdress.org/</a></p>
<p>Please visit the website for more information: <a class="reference external" href="http://xdress.xyz/">http://xdress.xyz/</a></p>
<p>Ask questions on the mailing list: <a class="reference external" href="mailto:xdress&#37;&#52;&#48;googlegroups&#46;com">xdress<span>&#64;</span>googlegroups<span>&#46;</span>com</a></p>
<p>Download the code from GitHub: <a class="reference external" href="http://github.com/xdress/xdress">http://github.com/xdress/xdress</a></p>
<p>XDress is free &amp; open source (BSD 2-clause license) and requires Python 2.7,
Expand Down Expand Up @@ -217,7 +217,7 @@ <h2>Authors<a class="headerlink" href="#authors" title="Permalink to this headli
<div class="section" id="links">
<h2>Links<a class="headerlink" href="#links" title="Permalink to this headline">¶</a></h2>
<ol class="arabic simple">
<li>Homepage - <a class="reference external" href="http://xdress.org/">http://xdress.org/</a></li>
<li>Homepage - <a class="reference external" href="http://xdress.xyz/">http://xdress.xyz/</a></li>
<li>Mailing List - <a class="reference external" href="mailto:xdress&#37;&#52;&#48;googlegroups&#46;com">xdress<span>&#64;</span>googlegroups<span>&#46;</span>com</a></li>
<li>GitHub Organization - <a class="reference external" href="https://github.com/xdress">https://github.com/xdress</a></li>
<li>Pycparser - <a class="reference external" href="https://pypi.python.org/pypi/pycparser">https://pypi.python.org/pypi/pycparser</a></li>
Expand Down
4 changes: 2 additions & 2 deletions latest/previous/0.3_release_notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h1>XDress 0.3 Release Notes<a class="headerlink" href="#xdress-0-3-release-note
<li>A plethora of useful bug fixes</li>
</ul>
</div></blockquote>
<p>Please visit the website for more information: <a class="reference external" href="http://xdress.org/">http://xdress.org/</a></p>
<p>Please visit the website for more information: <a class="reference external" href="http://xdress.xyz/">http://xdress.xyz/</a></p>
<p>Ask questions on the mailing list: <a class="reference external" href="mailto:xdress&#37;&#52;&#48;googlegroups&#46;com">xdress<span>&#64;</span>googlegroups<span>&#46;</span>com</a></p>
<p>Download the code from GitHub: <a class="reference external" href="http://github.com/xdress/xdress">http://github.com/xdress/xdress</a></p>
<p>XDress is free &amp; open source (BSD 2-clause license) and requires Python 2.7,
Expand Down Expand Up @@ -224,7 +224,7 @@ <h2>Authors<a class="headerlink" href="#authors" title="Permalink to this headli
<div class="section" id="links">
<h2>Links<a class="headerlink" href="#links" title="Permalink to this headline">¶</a></h2>
<ol class="arabic simple">
<li>Homepage - <a class="reference external" href="http://xdress.org/">http://xdress.org/</a></li>
<li>Homepage - <a class="reference external" href="http://xdress.xyz/">http://xdress.xyz/</a></li>
<li>Mailing List - <a class="reference external" href="mailto:xdress&#37;&#52;&#48;googlegroups&#46;com">xdress<span>&#64;</span>googlegroups<span>&#46;</span>com</a></li>
<li>GitHub Organization - <a class="reference external" href="https://github.com/xdress">https://github.com/xdress</a></li>
<li>numpydoc - <a class="reference external" href="https://pypi.python.org/pypi/numpydoc">https://pypi.python.org/pypi/numpydoc</a></li>
Expand Down
4 changes: 2 additions & 2 deletions latest/previous/0.4_release_notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h1>XDress 0.4 Release Notes<a class="headerlink" href="#xdress-0-4-release-note
<p>This version of xdress is <em>not</em> 100% backwards compatible with previous versions
of xdress. We apologize in the name of progress. It represents ans impressive
245 files changed, 44917 aggregate line insertions (+), and 7893 deletions (-).</p>
<p>Please visit the website for more information: <a class="reference external" href="http://xdress.org/">http://xdress.org/</a></p>
<p>Please visit the website for more information: <a class="reference external" href="http://xdress.xyz/">http://xdress.xyz/</a></p>
<p>Ask questions on the mailing list: <a class="reference external" href="https://groups.google.com/forum/#!forum/xdress">https://groups.google.com/forum/#!forum/xdress</a></p>
<p>Download the code from GitHub: <a class="reference external" href="http://github.com/xdress/xdress">http://github.com/xdress/xdress</a></p>
<p>XDress is free &amp; open source (BSD 2-clause license) and requires Python 2.7+,
Expand Down Expand Up @@ -196,7 +196,7 @@ <h2>Authors<a class="headerlink" href="#authors" title="Permalink to this headli
<div class="section" id="links">
<h2>Links<a class="headerlink" href="#links" title="Permalink to this headline">¶</a></h2>
<ol class="arabic simple">
<li>Homepage - <a class="reference external" href="http://xdress.org/">http://xdress.org/</a></li>
<li>Homepage - <a class="reference external" href="http://xdress.xyz/">http://xdress.xyz/</a></li>
<li>Mailing List - <a class="reference external" href="https://groups.google.com/forum/#!forum/xdress">https://groups.google.com/forum/#!forum/xdress</a></li>
<li>GitHub Organization - <a class="reference external" href="https://github.com/xdress">https://github.com/xdress</a></li>
</ol>
Expand Down
Loading