My little project ----------------- My goal is to construct a dynamic website resembling a hypertext lexicon, but with automated links to related topics, based on metadata. These would be groupd by things like * community members intrested in this topic * books about the topic * movies about the topic * articles about the topic * Broader topics that include the topic * Topics that go into detail about the topic * Same topic in diffrent viewpoints * Comments on the topic * News on the topic * Organisations intrested in the topic * Upcoming events regarding the topic This for potential thousends of topics. All data would belong to diffrent classes, like member, book, news, comment, etc. Each class will expect diffrent data. A book could have data about its author ( that could be a single author or a bag of them ), the title, its publisher, etc. Many books will have a limited set of data. But some book pages will include things like "this book contains a foreword by that author". The point is that The data of the book should be dynamic. It should link to whatever comes up. And books is just one of many, many things. It could be a subclass to "media". A community member would be a subclass of a person. Persons could also be authors, or just someone referred from one or more topics. The web will grow by user contribution. I have manualy created a personal site (in swedish), containing nearly 2000 pages.