ros-infrastructure / rosdoc_lite

A light-weight version of rosdoc that does not rely on ROS infrastructure for crawling packages.
10 stars 31 forks source link

Create a script that will list all unindexed wiki pages #15

Open chadrockey opened 11 years ago

chadrockey commented 11 years ago

We need to get the wiki cleaned up. There are many important packages that have been overlooked in the rosdistro/wiki change.

For example, image_proc is missing it's groovy component: http://www.ros.org/wiki/image_proc

Is it possible to create a script or chart that will list the wiki page and which distros are missing? We'll need to either fix these or contact the specific maintainers.

Note that this issue interacts with https://github.com/ros-infrastructure/roswiki/issues/3, as some packages/distros should not have an entry. This is where the 'do not index' file would be useful so that we can separate missing entries from intentionally left out entries.

eitanme commented 11 years ago

I like this suggestion and, yes, it should be possible to write such a script. I'll throw it on my todo list and report back when I have something to show.