apache / lucene

Apache Lucene open-source search software
https://lucene.apache.org/
Apache License 2.0
2.62k stars 1.02k forks source link

Not obvious how to find mailing lists [LUCENE-4309] #5377

Open asfimport opened 12 years ago

asfimport commented 12 years ago

The website hides mailing lists under the heading "Discussion", which is not at all obvious.


Migrated from LUCENE-4309 by Sebb, updated Aug 23 2012 Attachments: LUCENE-4309.patch

asfimport commented 12 years ago

Robert Muir (@rmuir) (migrated from JIRA)

Any suggestions on how to improve this? Maybe the tab should just say "Mailing lists" ?

asfimport commented 12 years ago

Sebb (migrated from JIRA)

That would be much better.

There should also be a link to mailing lists on the top-level web page.

The tab should also be listed earlier, before more developer-oriented stuff such as "Issues".

Where "Discussion" is also present in the page body under "Resources" it should also be renamed and promoted to the top of the list.

While on the subject, the "License" link should probably also be under "Resources". It's not really appropriate to list it under "ASF links", because it needs to be clear it applies to each project. Probably best to have it next to Download or "System Requirements".

BTW, some components use "Issue Tracker" and others use "Bug Tracker". Ideally standardise this.

asfimport commented 12 years ago

Robert Muir (@rmuir) (migrated from JIRA)

patch with most of the suggestions.

TODO is still where to put the License link.

asfimport commented 12 years ago

Robert Muir (@rmuir) (migrated from JIRA)

Also there is no consolidated lists yet of MLs across the TLP... this was just a quick find/replace/etc

asfimport commented 12 years ago

selckin (migrated from JIRA)

If you're taking suggestions, i always love it when projects puts a copy pasteable maven dependency snippets on the download page. I think most people use maven/ivy/.. now instead of archive downloads? (I could be hugely mistaken tho)

Cheers

asfimport commented 12 years ago

Robert Muir (@rmuir) (migrated from JIRA)

I'm taking suggestions or patches or anything :) But I am no web developer and don't even know markdown.

Thats why i basically did the find/replace only for now.

If you have changes in general you want to make please don't hesitate (http://www.apache.org/dev/cmsref.html#non-committer)

i always love it when projects puts a copy pasteable maven dependency snippets on the download page.

It sounds to me that such a thing would be version-dependent though? Like we would want it underneath a (auto-generated) page like http://lucene.apache.org/core/4_0_0-BETA/index.html, constructed automatically as part of that process?

asfimport commented 12 years ago

Sebb (migrated from JIRA)

TODO is still where to put the License link.

Above the DOWNLOAD buttons - where they exist.

Or under the "About" heading would be better than where it is now.

asfimport commented 12 years ago

Robert Muir (@rmuir) (migrated from JIRA)

FYI: i pushed the current patch as a start, and moved License under the About sections.