Hi,
I wish to generate a Chaos CMS, so I need tips.
This will work kind of simple...
The CMS will have no menus!
Upon entry of the page, a frontpage is shown, with some text/pictures. Some words will then be hyperlinked to other pages, which are relevant to those words.
This is where the chaos comes in.
The general idea here, is that from A-B, there can be C-Z
eg. You might start reading about a city, which then moves you on to something completely different.
How should I generate this?
There will be a local webserver (on the client), which will be dedicated to the webpage, so I guess it can handle some resources.
I guess it's very bad to explode the entire content and run queries on different words.
eg. should the words be linked up manually, or are there some good ways to find references to words, in other content?
SELECT ... FROM .... WHERE content_text LIKE '%$word%'?
Does anyone know of any projects like this?
remember: No menus on the CMS!
Olav Alexander Mjelde
Admin & Webmaster
I wish to generate a Chaos CMS, so I need tips.
This will work kind of simple...
The CMS will have no menus!
Upon entry of the page, a frontpage is shown, with some text/pictures. Some words will then be hyperlinked to other pages, which are relevant to those words.
This is where the chaos comes in.
The general idea here, is that from A-B, there can be C-Z
eg. You might start reading about a city, which then moves you on to something completely different.
How should I generate this?
There will be a local webserver (on the client), which will be dedicated to the webpage, so I guess it can handle some resources.
I guess it's very bad to explode the entire content and run queries on different words.
eg. should the words be linked up manually, or are there some good ways to find references to words, in other content?
SELECT ... FROM .... WHERE content_text LIKE '%$word%'?
Does anyone know of any projects like this?
remember: No menus on the CMS!
Olav Alexander Mjelde
Admin & Webmaster