Changeset 13842
- Timestamp:
- 02/01/12 20:06:17 (9 years ago)
- Location:
- trunk/abcl
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/abcl.rdf
r13840 r13842 1 1 # -*- Mode: n3 -*- 2 2 3 @prefix abcl: <https://abcl.org> .3 @prefix abcl: <https://abcl.org> 4 4 @prefix doap: <http://usefulinc.com/ns/doap#> . 5 5 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 6 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .7 6 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 8 7 9 <> a doap:Project. 10 <> rdfs:seeAlso <urn:abcl.org> . 8 <> a doap:Project . 9 10 <> rdfs:seeAlso <urn:abcl.not.org> . 11 <> rdfs:seeAlso <urn:not.org> . 12 13 <> dc:modified "01-FEB-2012" . 11 14 12 15 <https://abcl.org/index#doap> … … 14 17 doap:label "Armed Bear Common Lisp" ; 15 18 doap:download-page <http://common-lisp.net/project/armedbear/> ; 16 doap:license <http://usefulinc.com/doap/licenses/gplv2> ; 17 doap:programming-language """ ("Common Lisp" "Java" "Ant" "Shell Script") """ ; 18 doap:shortname "ABCL"^^xsd:string ; 19 doap:contributors """( ehu, easye, v-ille, astalla, rudi, peter)""" . 19 doap:license [ 20 _:license <http://usefulinc.com/doap/licenses/gplv2> , 21 <http://usefulinc.com/doap/licenses/gplv2-classpath-exception> ; 22 ] 23 doap:programming-language """("Common Lisp" "Java" "Ant" "Shell Script") """" ; 24 doap:shortname "ABCL"^^xsd:string 25 doap:contributors """( ehu easye v-ille astalla rudi peter)""" . 20 26 21 27 doap:Project rdfs:seeAlso -
trunk/abcl/contrib/pom.xml
r13809 r13842 52 52 <email>alessiostalla (at) gmail (dot) com</email> 53 53 </developer> 54 <developer> 55 <id>rudi</id> 56 <name>Rudi Schlatte</name> 57 <email>rudi (at) constantly (dot) at</email> 58 </developer> 54 59 </developers> 55 60 <dependencies /> -
trunk/abcl/doc/manual/abcl.tex
r13815 r13842 7 7 \title{A Manual for Armed Bear Common Lisp} 8 8 \date{January 25, 2012} 9 \author{Mark~Evenson, Erik~H\"{u}lsmann, Alessio~Stalla, Ville~Voutilainen}9 \author{Mark~Evenson, Erik~H\"{u}lsmann, Rudi~Schlatte, Alessio~Stalla, Ville~Voutilainen} 10 10 11 11 \maketitle -
trunk/abcl/pom.xml
r13809 r13842 52 52 <email>alessiostalla (at) gmail (dot) com</email> 53 53 </developer> 54 <developer> 55 <id>rudi</id> 56 <name>Rudi Schlatte</name> 57 <email>rudi (at) constantly (dot) at</email> 58 </developer> 54 59 </developers> 55 56 57 60 <dependencies /> 58 61 </project>
Note: See TracChangeset
for help on using the changeset viewer.