Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 194244 - By Topic pages should use project-info.xml files
Summary: By Topic pages should use project-info.xml files
Status: RESOLVED DUPLICATE of bug 177868
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: Website (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: phoenix.ui CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-25 11:49 EDT by Nick Boldt CLA
Modified: 2007-06-25 11:54 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Boldt CLA 2007-06-25 11:49:52 EDT
In my continuing quest to centralize and simplify the meta required around maintaining project info, here's a suggestion/enhancement request.

The following 2 pages [1], [2] get their information from the Committer Tools portal [3], but that's near-duplication of what's in the project-info.xml files. If we added a tag for "topic" into those files, project leads could update this page from ONE place instead of TWO, and that committer tools page could be obsoleted and replaced by a link to the info about the project-info.xml file [4].

Additionally, this could be used to sort the Projects page [5] by topic as well, like it used to be.

Perhaps something like this could be added:

  <!--
     - Every project needs to be associated with at least one topic 
     - or category in order to be properly listed on these pages:
     - [1] http://www.eclipse.org/newsgroups/index_topic.php 
     - [2] http://www.eclipse.org/mail/index_topic.php
     - Categories are limited to the following values: 
     -   "IDE" -- Language Integrated Development Environments (IDE)
     -   "Enterprise" -- Enterprise Development
     -   "RCP" -- Rich Client Platform (RCP)
     -   "Embedded" -- Embedded + Device Development
     -   "RIA" -- Rich Internet Applications
     -   "Framework" -- Application Frameworks
     -   "Tool" -- Tool Builder
  -->
  <categories>
    <category name="IDE"/>
    <category name="RCP"/>
  </categories>

---

[1] http://www.eclipse.org/newsgroups/index_topic.php 
[2] http://www.eclipse.org/mail/index_topic.php
[3] https://dev.eclipse.org/committers/committertools/project_category_list.php
[4] http://www.eclipse.org/projects/dev_process/project-status-infrastructure/project-info-xml.php
[5] http://www.eclipse.org/projects/
Comment 1 Denis Roy CLA 2007-06-25 11:54:44 EDT
This falls under bug 177868

*** This bug has been marked as a duplicate of bug 177868 ***