Francois Dumais wrote: > I want to know the use of URL, type, score, and author when creating an > article.
URL is just data. Midgard doesn't use it, you can store whatever you want. The type field can be used to limit selection of articles to those that have their type set to one specific value (it's an integer). Score is used for sorting when fetching a list of articles (you can specify what to sort on, score is one of the options). > I have noticed that in page you have "URL Name" to point at this page in the > URL by putting /URL Name/ bla bla, how do we exploit URL of article??? By hand-coding. > Regarding "author", is this to implement kind of security features? The author will be set to the creator of the article by default. The author will have write access to an article even if he is not in the ownership group of the topic tree (although he must have been at some point, or he couldn't have created it in the first place). It's also available as general information about the article, of course. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
