You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@petri.apache.org by hu...@apache.org on 2019/12/08 10:22:29 UTC

[petri-site] branch master updated: Create petri.rdf

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/petri-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ce03f3  Create petri.rdf
5ce03f3 is described below

commit 5ce03f34380f8ae2b9acd0e1dbaac3ab485f0ba7
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Sun Dec 8 11:22:20 2019 +0100

    Create petri.rdf
---
 petri.rdf | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/petri.rdf b/petri.rdf
new file mode 100644
index 0000000..5f72cb4
--- /dev/null
+++ b/petri.rdf
@@ -0,0 +1,37 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#" 
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
+         xmlns:asfext="http://projects.apache.org/ns/asfext#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/">
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+   
+         http://www.apache.org/licenses/LICENSE-2.0
+   
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+  <Project rdf:about="http://petri.apache.org">
+    <created>2019-11-20</created>
+    <license rdf:resource="http://spdx.org/licenses/Apache-2.0" />
+    <name>Apache Petri</name>
+    <homepage rdf:resource="http://petri.apache.org" />
+    <asfext:pmc rdf:resource="http://steve.apache.org" />
+    <shortdesc>Apache Petri deals with the assessment of, education in, and adoption of the Foundation's policies and procedures for collaborative development and the pros and cons of joining the Foundation.</shortdesc>
+    <description>Apache Petri deals with the assessment of, education in, and adoption of the Foundation's policies and procedures for collaborative development and the pros and cons of joining the Foundation.</description>
+    <mailing-list rdf:resource="https://lists.apache.org/list.html?discuss@petri.apache.org" />
+    <programming-language>Python</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/education" />
+  </Project>
+</rdf:RDF>
+


Re: [petri-site] branch master updated: Create petri.rdf

Posted by Daniel Shahaf <d....@daniel.shahaf.name>.
Greg Stein wrote on Sat, Dec 14, 2019 at 22:45:13 -0600:
> It seems that petri.rdf was "good enough", and only required a deletion of
> the programming-language note.

Like I said, I didn't know what the fix was.  In particular, I didn't know
whether to delete that line would be a correct change.  There's such a thing as
non-optional tags in XML schemata.

Whatever.  It's all fixed now.

Re: [petri-site] branch master updated: Create petri.rdf

Posted by Greg Stein <gs...@gmail.com>.
I maintain that position from 10 years ago. It seems that petri.rdf was
"good enough", and only required a deletion of the programming-language
note. The website had been updated to reference petri.a.o.

-g


On Sat, Dec 14, 2019 at 9:43 PM Daniel Shahaf <d....@daniel.shahaf.name>
wrote:

> Daniel Shahaf wrote on Wed, Dec 11, 2019 at 22:42:15 +0000:
> > Daniel Gruno wrote on Wed, 11 Dec 2019 07:45 +00:00:
> > > On 11/12/2019 03.39, Dave Fisher wrote:
> > > >
> > > >> On Dec 10, 2019, at 6:11 PM, Daniel Shahaf <d....@daniel.shahaf.name>
> wrote:
> > > >>
> > > >> Daniel Shahaf wrote on Mon, Dec 09, 2019 at 03:47:01 +0000:
> > > >>> humbedooh@apache.org wrote on Sun, Dec 08, 2019 at 10:22:29 +0000:
> > > >>>> +    <programming-language>Python</programming-language>
> > > >>>
> > > >>> Aren't we language-agnostic?
> > > >>
> > > >> Ping.
> > > >
> > > > Yes. Do we need that attribute?
> > > >
> > >
> > > Probably not but I dunno? The doap generator was just expecting a
> > > non-null value there, so I picked an arbitrary one. Feel free to
> change
> > > it and see what happens :)
> >
> > Daniel,
> >
> > It is generally expected that whoever commits a bug fixes it.
> >
> > You have committed a bug.
> >
> > Would you fix it?
> >
> > Daniel
>
> Daniel has not replied.
>
> The bug has not been and is not being fixed.
>
> I do not know how to fix it.
>
> In the meantime, the *.rdf file contains not merely _incomplete_
> information,
> but _disinformation_.
>
> In the circumstances, I have no choice but to revert the commits in
> question.
>
> Daniel, I am disappointed that you did not reply to the commit review and
> to
> the subsequent request, and that you did not fix the bug you had committed.
> Consider [1] to apply.
>
> Feel free to re-commit the *.rdf file with the <programming-language/>
> issue
> resolved.
>
> Daniel
>
> [1] https://svn.haxx.se/dev/archive-2009-03/0958.shtml²
> <!-- sent="Tue, 31 Mar 2009 17:49:01 +0200" -->
> <!-- subject="Respect for fellow developers (was: svn commit: r36895 ...)"
> -->
> <!-- id="6cca3db30903310849y31d7dc86x7cf88e428167466_at_mail.gmail.com"
> -->
>
> ² I am speaking on my own behalf only.  I don't know what gstein thinks of
> the
> present incident and I have no intention of putting words in his mouth.
>

Re: [petri-site] branch master updated: Create petri.rdf

Posted by Daniel Gruno <hu...@apache.org>.
On 15/12/2019 04.43, Daniel Shahaf wrote:
> Daniel Shahaf wrote on Wed, Dec 11, 2019 at 22:42:15 +0000:
>> Daniel Gruno wrote on Wed, 11 Dec 2019 07:45 +00:00:
>>> On 11/12/2019 03.39, Dave Fisher wrote:
>>>>
>>>>> On Dec 10, 2019, at 6:11 PM, Daniel Shahaf <d....@daniel.shahaf.name> wrote:
>>>>>
>>>>> Daniel Shahaf wrote on Mon, Dec 09, 2019 at 03:47:01 +0000:
>>>>>> humbedooh@apache.org wrote on Sun, Dec 08, 2019 at 10:22:29 +0000:
>>>>>>> +    <programming-language>Python</programming-language>
>>>>>>
>>>>>> Aren't we language-agnostic?
>>>>>
>>>>> Ping.
>>>>
>>>> Yes. Do we need that attribute?
>>>>
>>>
>>> Probably not but I dunno? The doap generator was just expecting a
>>> non-null value there, so I picked an arbitrary one. Feel free to change
>>> it and see what happens :)
>>
>> Daniel,
>>
>> It is generally expected that whoever commits a bug fixes it.
>>
>> You have committed a bug.
>>
>> Would you fix it?
>>
>> Daniel
> 
> Daniel has not replied.
> 
> The bug has not been and is not being fixed.
> 
> I do not know how to fix it.
> 
> In the meantime, the *.rdf file contains not merely _incomplete_ information,
> but _disinformation_.
> 
> In the circumstances, I have no choice but to revert the commits in question.
> 
> Daniel, I am disappointed that you did not reply to the commit review and to
> the subsequent request, and that you did not fix the bug you had committed.
> Consider [1] to apply.

I'll wait for the journalists to call, asking about this :)
Seriously speaking, the email must have slipped past me this week, I 
don't have proper filters for petri just yet.

I don't consider this "disinformation" to a degree that warrants a 
revert, no more so than our web site saying "link 1, link 2". It's a 
work in progress (as greg said, 'good enough', and was put there so 
Petri would show up in various tools, something to work on.

I'll re-add the file later on, see if we can leave out programming 
languages. We probably can.

> 
> Feel free to re-commit the *.rdf file with the <programming-language/> issue
> resolved.
> 
> Daniel
> 
> [1] https://svn.haxx.se/dev/archive-2009-03/0958.shtml²
> <!-- sent="Tue, 31 Mar 2009 17:49:01 +0200" -->
> <!-- subject="Respect for fellow developers (was: svn commit: r36895 ...)" -->
> <!-- id="6cca3db30903310849y31d7dc86x7cf88e428167466_at_mail.gmail.com" -->
> 
> ² I am speaking on my own behalf only.  I don't know what gstein thinks of the
> present incident and I have no intention of putting words in his mouth.
> 


Re: [petri-site] branch master updated: Create petri.rdf

Posted by Daniel Shahaf <d....@daniel.shahaf.name>.
Daniel Shahaf wrote on Wed, Dec 11, 2019 at 22:42:15 +0000:
> Daniel Gruno wrote on Wed, 11 Dec 2019 07:45 +00:00:
> > On 11/12/2019 03.39, Dave Fisher wrote:
> > > 
> > >> On Dec 10, 2019, at 6:11 PM, Daniel Shahaf <d....@daniel.shahaf.name> wrote:
> > >>
> > >> Daniel Shahaf wrote on Mon, Dec 09, 2019 at 03:47:01 +0000:
> > >>> humbedooh@apache.org wrote on Sun, Dec 08, 2019 at 10:22:29 +0000:
> > >>>> +    <programming-language>Python</programming-language>
> > >>>
> > >>> Aren't we language-agnostic?
> > >>
> > >> Ping.
> > > 
> > > Yes. Do we need that attribute?
> > > 
> > 
> > Probably not but I dunno? The doap generator was just expecting a 
> > non-null value there, so I picked an arbitrary one. Feel free to change 
> > it and see what happens :)
> 
> Daniel,
> 
> It is generally expected that whoever commits a bug fixes it.
> 
> You have committed a bug.
> 
> Would you fix it?
> 
> Daniel

Daniel has not replied.

The bug has not been and is not being fixed.

I do not know how to fix it.

In the meantime, the *.rdf file contains not merely _incomplete_ information,
but _disinformation_.

In the circumstances, I have no choice but to revert the commits in question.

Daniel, I am disappointed that you did not reply to the commit review and to
the subsequent request, and that you did not fix the bug you had committed.
Consider [1] to apply.

Feel free to re-commit the *.rdf file with the <programming-language/> issue
resolved.

Daniel

[1] https://svn.haxx.se/dev/archive-2009-03/0958.shtml²
<!-- sent="Tue, 31 Mar 2009 17:49:01 +0200" -->
<!-- subject="Respect for fellow developers (was: svn commit: r36895 ...)" -->
<!-- id="6cca3db30903310849y31d7dc86x7cf88e428167466_at_mail.gmail.com" -->

² I am speaking on my own behalf only.  I don't know what gstein thinks of the
present incident and I have no intention of putting words in his mouth.

Re: [petri-site] branch master updated: Create petri.rdf

Posted by Daniel Shahaf <d....@daniel.shahaf.name>.
Daniel Gruno wrote on Wed, 11 Dec 2019 07:45 +00:00:
> On 11/12/2019 03.39, Dave Fisher wrote:
> > 
> >> On Dec 10, 2019, at 6:11 PM, Daniel Shahaf <d....@daniel.shahaf.name> wrote:
> >>
> >> Daniel Shahaf wrote on Mon, Dec 09, 2019 at 03:47:01 +0000:
> >>> humbedooh@apache.org wrote on Sun, Dec 08, 2019 at 10:22:29 +0000:
> >>>> +    <programming-language>Python</programming-language>
> >>>
> >>> Aren't we language-agnostic?
> >>
> >> Ping.
> > 
> > Yes. Do we need that attribute?
> > 
> 
> Probably not but I dunno? The doap generator was just expecting a 
> non-null value there, so I picked an arbitrary one. Feel free to change 
> it and see what happens :)

Daniel,

It is generally expected that whoever commits a bug fixes it.

You have committed a bug.

Would you fix it?

Daniel

Re: [petri-site] branch master updated: Create petri.rdf

Posted by Daniel Gruno <hu...@apache.org>.
On 11/12/2019 03.39, Dave Fisher wrote:
> 
>> On Dec 10, 2019, at 6:11 PM, Daniel Shahaf <d....@daniel.shahaf.name> wrote:
>>
>> Daniel Shahaf wrote on Mon, Dec 09, 2019 at 03:47:01 +0000:
>>> humbedooh@apache.org wrote on Sun, Dec 08, 2019 at 10:22:29 +0000:
>>>> +    <programming-language>Python</programming-language>
>>>
>>> Aren't we language-agnostic?
>>
>> Ping.
> 
> Yes. Do we need that attribute?
> 

Probably not but I dunno? The doap generator was just expecting a 
non-null value there, so I picked an arbitrary one. Feel free to change 
it and see what happens :)

Re: [petri-site] branch master updated: Create petri.rdf

Posted by Dave Fisher <wa...@comcast.net>.
> On Dec 10, 2019, at 6:11 PM, Daniel Shahaf <d....@daniel.shahaf.name> wrote:
> 
> Daniel Shahaf wrote on Mon, Dec 09, 2019 at 03:47:01 +0000:
>> humbedooh@apache.org wrote on Sun, Dec 08, 2019 at 10:22:29 +0000:
>>> +    <programming-language>Python</programming-language>
>> 
>> Aren't we language-agnostic?
> 
> Ping.

Yes. Do we need that attribute?

Re: [petri-site] branch master updated: Create petri.rdf

Posted by Daniel Shahaf <d....@daniel.shahaf.name>.
Daniel Shahaf wrote on Mon, Dec 09, 2019 at 03:47:01 +0000:
> humbedooh@apache.org wrote on Sun, Dec 08, 2019 at 10:22:29 +0000:
> > +    <programming-language>Python</programming-language>
> 
> Aren't we language-agnostic?

Ping.

Re: [petri-site] branch master updated: Create petri.rdf

Posted by Daniel Shahaf <d....@daniel.shahaf.name>.
humbedooh@apache.org wrote on Sun, Dec 08, 2019 at 10:22:29 +0000:
> +++ b/petri.rdf
> @@ -0,0 +1,37 @@
> +    <asfext:pmc rdf:resource="http://steve.apache.org" />

Wrong URL?

> +    <programming-language>Python</programming-language>

Aren't we language-agnostic?