Posted by Dries on February 11, 2009 at 11:40am
Jump to:
| Project: | Drupal.org Redesign |
| Component: | Documentation |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
| Issue tags: | drupal.org redesign |
Issue Summary
See the Articles section on http://drupal.markboultondesign.com/iteration11/documentation_index.html.
I don't see how it would scale with the number of book pages we have, neither do I understand how people would be able to find anything by title. A lot of titles start with 'A', 'The' or other stop words. It might be more useful to go with an actual keyword based index and do something like a tag cloud? Anyway, I've added this Questions for Mark Boulton and Theme TODO and style guide changes/questions.
For example:
mysql> select count(*) from node where type = 'book' and title like 'A%';
+----------+
| count(*) |
+----------+
| 348 |
+----------+
1 row in set (0.04 sec)
mysql> select count(*) from node where type = 'book' and title like 'D%';
+----------+
| count(*) |
+----------+
| 362 |
+----------+
Comments
#1
Moving to the Redesign project. Check here to see who it has been assigned to and what staging server it'll live on during implementation: http://groups.drupal.org/node/37064
#2
Moving to section-specific component
#3
I am going to move this as a duplicate of this one.
There is an implementation discussion here: http://drupal.org/node/665722