From: schrage Date: Thu, 7 Jan 1999 16:02:44 +0000 (+0000) Subject: First (partly) browsable version of the tutorial for DEAL X-Git-Tag: v8.0.0~22531 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64358e9c0204de97138fb0a7918d1c3eb0030f58;p=dealii.git First (partly) browsable version of the tutorial for DEAL git-svn-id: https://svn.dealii.org/trunk@726 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/dealdoc.css b/deal.II/doc/dealdoc.css new file mode 100644 index 0000000000..72976e20e3 --- /dev/null +++ b/deal.II/doc/dealdoc.css @@ -0,0 +1,5 @@ + +BODY {background-color: white; background-image: none} + diff --git a/deal.II/doc/validate b/deal.II/doc/validate new file mode 100755 index 0000000000..2199ba0a44 --- /dev/null +++ b/deal.II/doc/validate @@ -0,0 +1,3 @@ +#!/bin/sh +echo Validating $1 +cat $1 | sed -e 's/http:\/\/www.w3.org\/TR\/REC-html40\/strict.dtd//' -e 's/\"\"//' | nsgmls -s -m /opt/lib/sgml/pubtext/HTML4.soc