Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foaf-project.org/foaftown/specgen@498 55bc8a7a-491b-0410-89ea-f8cff589e9ef
  • Loading branch information
danbri committed Jan 1, 2010
1 parent 4ce171f commit 61a3757
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion foaf-live/template.html
2 changes: 1 addition & 1 deletion libvocab.py
Expand Up @@ -776,7 +776,7 @@ def termlist(self):
s = termlink(s)

# danbri added another term.id 20010101
zz = eg % (term.id, term.uri,"rdf:Property","Property", sn, term.label, term.comment, term.status,term.status,domainsOfProperty,rangesOfProperty+propertyIsDefinedBy+ifp+fp, s,term.id, term.id, term.id)
zz = eg % (term.id, term.uri,"rdf:Property","Property", sn, term.label, term.comment,term.status,domainsOfProperty,rangesOfProperty+propertyIsDefinedBy+ifp+fp, s,term.id, term.id, term.id)

## we add to the relevant string - stable, unstable, testing or archaic
if(term.status == "stable"):
Expand Down
6 changes: 6 additions & 0 deletions myfoaf.sh
Expand Up @@ -8,4 +8,10 @@
--prefix=foaf \
--templatedir=../../foaf/trunk/xmlns.com/htdocs/foaf/spec/ \
--indexrdfdir=../../foaf/trunk/xmlns.com/htdocs/foaf/spec/ \
--outfile=20100101.html \
--outdir=../../foaf/trunk/xmlns.com/htdocs/foaf/spec/


#--outfile=_live_editors_edition.html \

# TODO: can we say exactly which infile we want. useful while editing 20100101.rdf for eg, so index remains untouched until pub

0 comments on commit 61a3757

Please sign in to comment.