Hi all,
When I try to post to Semantic Mediawiki's mailing list my mails gets rejected with the following message in "Undelivered Mail Returned to Sender":
<semediawiki-devel@lists.sourceforge.net http://mail.rilnet.com/src/compose.php?send_to=semediawiki-devel%40lists.sourceforge.net>: host mail.sourceforge.net[66.35.250.206] said: 550-Postmaster verification failed while checking <rolf.lampa@rilnet.com http://mail.rilnet.com/src/compose.php?send_to=rolf.lampa%40rilnet.com> 550-(result of earlier verification reused). 550-Several RFCs state that you are required to have a postmaster 550-mailbox for each mail domain. This host does not accept mail 550-from domains whose servers reject the postmaster address. 550 Sender verify failed (in reply to RCPT TO command)
What is "550-Several RFCs", and what does "postmaster 550-mailbox" mean?
I tried to post the message placed at the end of this post. Perhaps someone here knows the answer or can give a hint how I can post it in the appropriate mailing list .
Regards,
// Rolf Lampa
Hi all,
Being new to Semantic Mediawiki I'm trying out things. I now need to pick single values from properties on a Settings page.
How do I ask in order to get a single value, as opposed to a list of values. Example: Data exist on a page named and categorized as SystemSettings:
SystemSettings: ------------------------------------ * [[Company_name::<name>]] * [[Founded_in::<year>]] * etc.
[[Category:SystemSettings]] ------------------------------------
Now, from another page I'd like to retrieve and display the value of the property SystemSettings->Company_name, using a template for formatting, like so (somehow asking for the value, I don't know how though...):
------------------------------------ {{get property value|companyname= {{#ask: ...<single settings page> and its property <company name?>... }} }} ------------------------------------
How can I "pick" a single value from a property on a particular page?
Is there any documentation page out there with a complete reference explaining the syntax for different use cases like this?
Regards,
// Rolf Lampa
On Mittwoch, 28. Mai 2008, Rolf Lampa wrote:
Hi all,
When I try to post to Semantic Mediawiki's mailing list my mails gets rejected with the following message in "Undelivered Mail Returned to Sender":
<semediawiki-devel@lists.sourceforge.net
http://mail.rilnet.com/src/compose.php?send_to=semediawiki-devel%40lists.s ourceforge.net>: host mail.sourceforge.net[66.35.250.206] said: 550-Postmaster verification failed while checking <rolf.lampa@rilnet.com http://mail.rilnet.com/src/compose.php?send_to=rolf.lampa%40rilnet.com> 550-(result of earlier verification reused). 550-Several RFCs state that you are required to have a postmaster 550-mailbox for each mail domain. This host does not accept mail 550-from domains whose servers reject the postmaster address. 550 Sender verify failed (in reply to RCPT TO command)
What is "550-Several RFCs", and what does "postmaster 550-mailbox" mean?
I tried to post the message placed at the end of this post. Perhaps someone here knows the answer or can give a hint how I can post it in the appropriate mailing list .
Apparently, this is an issue regarding the trustworthiness of your email domain. See Google. The SMW sourceforge lists have been configured to accept only mails from valid email addresses in repsonse to growing amounts of spam that we received before that. If in doubt, subscribing to the list with some other email address might work.
Inline reply below.
Cheers
Markus
Regards,
// Rolf Lampa
Hi all, Being new to Semantic Mediawiki I'm trying out things. I now need to pick single values from properties on a Settings page. How do I ask in order to get a single value, as opposed to a list of values. Example: Data exist on a page named and categorized as SystemSettings: SystemSettings: ------------------------------------ * [[Company_name::<name>]] * [[Founded_in::<year>]] * etc. [[Category:SystemSettings]] ------------------------------------ Now, from another page I'd like to retrieve and display the value of the property SystemSettings->Company_name, using a template for formatting, like so (somehow asking for the value, I don't know how though...): ------------------------------------ {{get property value|companyname= {{#ask: ...<single settings page> and its property <company name?>... }} }}
{{#ask: [[Some page name]] | ?Company name }}
will do the trick. This should be documented at semantic-mediawiki.org, but I am happy about hints on improving the docu.
------------------------------------ How can I "pick" a single value from a property on a particular page? Is there any documentation page out there with a complete reference explaining the syntax for different use cases like this? Regards, // Rolf Lampa
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Markus Krötzsch wrote:
SystemSettings: ------------------------------------ * [[Company_name::<name>]] * [[Founded_in::<year>]] * etc. [[Category:SystemSettings]] ------------------------------------ Now, from another page I'd like to retrieve and display the value of the property SystemSettings->Company_name, using a template for formatting, like so (somehow asking for the value, I don't know how though...): ------------------------------------ {{get property value|companyname= {{#ask: ...<single settings page> and its property <company name?>... }} }}
{{#ask: [[Some page name]] | ?Company name }}
will do the trick. This should be documented at semantic-mediawiki.org, but I am happy about hints on improving the docu.
(http://semantic-mediawiki.org/wiki/Help:User_manual is down again...)
Well, this does not really do the trick. For some reason this query returns both the value AND a link to the property Type (!). The following example:
{{#ask: [[SystemSettings]] | ?Quality standard }}
... returns this parsed HTML:
<a href="/wiki/Property:Quality_standard" title="Property:Quality standard">Quality standard</a> BRC
But, what I want is only the value, which in this case is simply the text "BRC" and nothing more.
Since the server http://semantic-mediawiki.org with the page Help:User_manual is down again, I can't read the documentation for further details about any parameters or whatever which possibly could make the answer less verbose. However, I think that "default results" should return only the miminum of the result you'ld expect.
Regards,
// Rolf Lampa
On Donnerstag, 29. Mai 2008, Rolf Lampa wrote:
Markus Krötzsch wrote:
SystemSettings: ------------------------------------ * [[Company_name::<name>]] * [[Founded_in::<year>]] * etc. [[Category:SystemSettings]] ------------------------------------ Now, from another page I'd like to retrieve and display the value of the property SystemSettings->Company_name, using a template for formatting, like so (somehow asking for the value, I don't know how though...): ------------------------------------ {{get property value|companyname= {{#ask: ...<single settings page> and its property <company name?>... }} }}
{{#ask: [[Some page name]] | ?Company name }}
will do the trick. This should be documented at semantic-mediawiki.org, but I am happy about hints on improving the docu.
(http://semantic-mediawiki.org/wiki/Help:User_manual is down again...)
Well, this does not really do the trick. For some reason this query returns both the value AND a link to the property Type (!). The following example:
{{#ask: [[SystemSettings]] | ?Quality standard }}
... returns this parsed HTML:
<a href="/wiki/Property:Quality_standard" title="Property:Quality standard">Quality standard</a> BRC
But, what I want is only the value, which in this case is simply the text "BRC" and nothing more.
You can change the text used for property labels using =, e.g.
{{#ask: [[SystemSettings]] | ?Quality standard = QS}}
and especially (in list output format), you can also hide single properties by changing their label to an empty text:
{{#ask: [[SystemSettings]] | ?Quality standard = }}
If you want to hide all property labels, there is also the option headers=hide, that has the same effect in your case:
{{#ask: [[SystemSettings]] | ?Quality standard | headers=hide }}
(The effect is different e.g. for table format, because setting a label to the empty text in a table will not remove the table headers).
-- Markus
Since the server http://semantic-mediawiki.org with the page Help:User_manual is down again, I can't read the documentation for further details about any parameters or whatever which possibly could make the answer less verbose. However, I think that "default results" should return only the miminum of the result you'ld expect.
Regards,
// Rolf Lampa
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org