[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Number of articles
So if the type field is different I could drop it from the search?
Also will the other types have a p=?.
Jason Pincin wrote:
> How are you guys intending on sorting based on article ID? I'm no longer going to
> be generating URL's such as this:
> http://www.linuxkb.org/articles/article.php3?id=1&c=1.3.5.7
>
> That is no longer valid.
>
> The new href's will look like this:
>
> /render.php3?o=1.3.5.7.50&type=6&p=1
>
> or
>
> /render.php3?o=1.2.8.9.81&type=7&p=1&l=50
>
> All links with a type=6 or type=7 are links to articles. In both cases, p=1
> references the articleID.
>
> Let me know if this causes any problems or if this in any way changes things for
> you. Thanks,
>
> Jason