diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2007-11-28 07:52:43 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2007-11-28 07:52:43 +0000 |
commit | b0f8a74e7d1680db7a0ff7a19bbeb88770f081a9 (patch) | |
tree | 7c893708ce261bf5469476ae1644f001cc6b2cbe | |
parent | Improved visiblity colour scheme from wltjr. (diff) | |
download | packages-3-b0f8a74e7d1680db7a0ff7a19bbeb88770f081a9.tar.gz packages-3-b0f8a74e7d1680db7a0ff7a19bbeb88770f081a9.tar.bz2 packages-3-b0f8a74e7d1680db7a0ff7a19bbeb88770f081a9.zip |
Add note about the old URLs.
-rw-r--r-- | web/templates/faq.html | 43 |
1 files changed, 24 insertions, 19 deletions
diff --git a/web/templates/faq.html b/web/templates/faq.html index 7977c7c..d142c39 100644 --- a/web/templates/faq.html +++ b/web/templates/faq.html @@ -110,28 +110,33 @@ <dd> The URLs above will all accept the following parameters in the query string of the URL. <dl> - <dt><span class="url">?count=x</span> <span class="type">[HTML+RSS]</span></dt> - <dd> - x: integer between 1 and 200<br /> - Allowing to modify count of packages shown in center - </dd> - <dt><span class="url">?left_daycount=x</span> <span class="type">[HTML]</span></dt> - <dd> - x: integer between 1 and 5<br /> - When above parameter is set and this parameter too, - daycount on the left can be lowered or raised<br /> - (default if unset: 2) - </dd> - <dt><span class="url">?arches=x</span> <span class="type">[HTML]</span></dt> - <dd> - x: one of 'common', 'exotic', 'all'<br /> - See etc/const_data.py for which arches are exotic. - All includes both common and exotic.<br /> - (default if unset: 'common') - </dd> + <dt><span class="url">?count=x</span> <span class="type">[HTML+RSS]</span></dt> + <dd> + x: integer between 1 and 200<br /> + Allowing to modify count of packages shown in center + </dd> + <dt><span class="url">?left_daycount=x</span> <span class="type">[HTML]</span></dt> + <dd> + x: integer between 1 and 5<br /> + When above parameter is set and this parameter too, + daycount on the left can be lowered or raised<br /> + (default if unset: 2) + </dd> + <dt><span class="url">?arches=x</span> <span class="type">[HTML]</span></dt> + <dd> + x: one of 'common', 'exotic', 'all'<br /> + See etc/const_data.py for which arches are exotic. + All includes both common and exotic.<br /> + (default if unset: 'common') + </dd> </dl> </dd> </dl> + The dynamic URLs from the old version of the site are not + serviced any more, and using one of them will give you a + redirect to the frontpage. This removes the error-prone parsing + that was used in the previous version of the site. The old + static RSS URLs are forwarded until January 2008 only. </dd> <dt class="q">Where is my arch XYZ?</dt> <dd> |