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

Commit

Permalink
tidying
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foaf-project.org/foaftown/specgen@737 55bc8a7a-491b-0410-89ea-f8cff589e9ef
  • Loading branch information
danbri committed Jul 29, 2010
1 parent fd05425 commit f7e76c1
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions myfoaf.sh
Expand Up @@ -3,13 +3,16 @@
# this assumes template.html in main dir, and drops a _tmp... file into that dir as a candidate index.html
# also assumes http://svn.foaf-project.org/foaf/trunk/xmlns.com/ checked out in parallel filetree

./specgen5.py --indir=../../foaf/trunk/xmlns.com/htdocs/foaf/ \
export XMLCOM=../xmlns.com
# XMLCOM../../foaf/trunk/xmlns.com

./specgen5.py --indir=$XMLCOM/htdocs/foaf/ \
--ns=http://xmlns.com/foaf/0.1/ \
--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/
--templatedir=$XMLCOM/htdocs/foaf/spec/ \
--indexrdfdir=$XMLCOM/htdocs/foaf/spec/ \
--outfile=20100726.html \
--outdir=$XMLCOM/htdocs/foaf/spec/


#--outfile=_live_editors_edition.html \
Expand Down

0 comments on commit f7e76c1

Please sign in to comment.