Re: [PATCH] stable.html should link '-current' to 'faq/current.html'
Nick Holland <[email protected]>
| Newsgroups | gmane.os.openbsd.www |
|---|---|
| Message-ID | <[email protected]> |
I disagree with this one. current.html is about migrating from previous -release to -current. That is NOT what stable.html concerns itself with. A more appropriate thing to link to would be plus.html. Better than that might be faq5.html#Flavors, which defines the topic in more detail, but I don't think any of them really improves the content of the page, just makes reading and maintaining more difficult. A link should point to content relevant to the content already on a page. Linking to a page with a similar name doesn't really do it. Nick. Dongsheng Song wrote: > [dongsheng@ob www]$ cvs diff stable.html > Index: stable.html > =================================================================== > RCS file: /home/dongsheng/wc/repo/www/stable.html,v > retrieving revision 1.24 > diff -u -p -r1.24 stable.html > --- stable.html 6 Jan 2007 08:03:31 -0000 1.24 > +++ stable.html 28 Jan 2008 16:26:07 -0000 > @@ -43,7 +43,7 @@ important patches and fixes (i.e. those > <a href="errata.html">errata</a> plus others which are obvious and simple, > but do not deserve an errata entry) > and makes it available via <a href="anoncvs.html">CVS</a>, in addition to the > -<i>-current</i> source. Thus, users can choose three options :<p> > +<a href="faq/current.html"><i>-current</i></a> source. Thus, users can choose > three options :<p> > <ul> > <li>Stick with our latest release and apply the patches by hand. > <li>Use the <b>patch branch</b> which has those patches and some others > @@ -77,7 +77,7 @@ patches may be merged in as well, subjec > It is worth pointing out the name <i>-stable</i> refers ONLY to the API > and operations of OpenBSD not changing, not the overall reliability of > the system. > -In fact, if things go as desired, the <i>-current</i> > +In fact, if things go as desired, the <a > href="faq/current.html"><i>-current</i></a> > <a href="faq/faq5.html#Flavors">flavor</a> of OpenBSD, on its way to > becoming the next <i>-release</i>, will be an improvement in > reliability, security and overall quality over the previous > @@ -101,8 +101,8 @@ a means for staying up to date with the > > <p> > Do not attempt to go from one release to another via source. > -Instead, please visit the <a href="faq/upgrade40.html">upgrade guide</a>. > -Also, you cannot go backwards, from -current back to -stable, because of > +Instead, please visit the <a href="faq/upgrade42.html">upgrade guide</a>. > +Also, you cannot go backwards, from <a > href="faq/current.html"><i>-current</i></a> back to -stable, because of > library versioning problems and other changes. > > <a name="building"></a> > > Dongsheng