diff --git a/doc/README b/doc/README index 3f49ee26..25f1d9b5 100644 --- a/doc/README +++ b/doc/README @@ -1,7 +1,7 @@ -This directory contains a snapshot of the OpenCT Wiki +This directory contains a snapshot of the OpenSC Wiki ===================================================== -The original wiki page is at http://www.opensc.org/openct/ +The original wiki page is at http://www.opensc-project.org/opensc/ and includes a bug tracker and source browser. The wiki was transformed to html using the export-wiki shell diff --git a/doc/export-wiki.sh b/doc/export-wiki.sh index 716cddb0..ef67cc38 100755 --- a/doc/export-wiki.sh +++ b/doc/export-wiki.sh @@ -2,7 +2,7 @@ set -e -export SERVER=http://www.opensc.org +export SERVER=http://www.opensc-project.org export WIKI=opensc/wiki export XSL=export-wiki.xsl @@ -41,7 +41,7 @@ done mv "$SRCDIR"/WikiStart.html "$SRCDIR"/index.html -wget -nv http://www.opensc.org/trac/css/trac.css \ +wget -nv http://www.opensc-project.org/trac/css/trac.css \ -O "$SRCDIR"/trac.css rm "$SRCDIR"/*.tmp