Also, the apidocs are no longer linked correctly, I noticed after the 3.5.7 release. Before the fix it pointed to: http://zookeeper.apache.org/doc/r3.6.0/api/index.html
The new current format: http://zookeeper.apache.org/doc/r3.6.0/apidocs/zookeeper-server/index.html And, if we want to include jute apidocs (which we said is not needed, as no point really), it is also available at: http://zookeeper.apache.org/doc/r3.6.0/apidocs/zookeeper-jute/index.html I just fixed up manually 3.5.7 and 3.6.0 to point to the correct zookeeper-server apilink. I also did a quickfix for the generation of the html to include the new link: https://github.com/apache/zookeeper/pull/1277 I did not create a jira, I think this 2 liner doesn't need one (we agreed trivial changes don't need one, right? ) Question is if we want to keep this structure. (Don't link jute, but then why upload to website? Get rid of it? Change back the link to /api not /apidocs/zookeeper-server? ) - Norbert On Thu, Mar 5, 2020 at 11:53 AM tison <[email protected]> wrote: > Hi Enrico, > > I volunteer for it. For the process it would be > > 1. open two JIRA tickets for them, respectively. > 2. update NOTICEs for fixup1 > 3. move from .../dist to downloads.apache.org > > Best, > tison. > > > Enrico Olivelli <[email protected]> 于2020年3月5日周四 下午3:41写道: > > > Hi, > > We have to fix up the website: > > - update copyright notices from 2019 to 2020 > > - move to downloads.apache.org the download page > > > > Any volunteer ? > > > > > > Enrico > > >
