Consistently use the shorter libexpat.org URL.
This commit is contained in:
parent
a118a740f2
commit
17fc960ec4
@ -27,7 +27,7 @@ the XML specification.</p>
|
||||
|
||||
<p>This is free software, licensed under the
|
||||
<a href="../COPYING">MIT/X Consortium license</a>. You may download it from
|
||||
<a href="http://expat.sourceforge.net">the expat homepage on Source Forge</a>.
|
||||
<a href="http://www.libexpat.org/">the Expat home page</a>.
|
||||
</p>
|
||||
|
||||
<p>The bulk of this document was originally commissioned as an article by
|
||||
|
@ -403,7 +403,7 @@ http://www.xml.com/pub/a/tools/ruwf/check.html
|
||||
<para>
|
||||
|
||||
<literallayout>
|
||||
The Expat home page: http://expat.sourceforge.net/
|
||||
The Expat home page: http://www.libexpat.org/
|
||||
The W3 XML specification: http://www.w3.org/TR/REC-xml
|
||||
</literallayout>
|
||||
|
||||
|
@ -19,7 +19,7 @@ if test -e $tmpdir; then
|
||||
fi
|
||||
|
||||
echo "Checking out into temporary area: $tmpdir"
|
||||
cvs -d :pserver:anonymous@cvs.expat.sourceforge.net:/cvsroot/expat export -r "$1" -d $tmpdir expat || exit 1
|
||||
cvs -d :pserver:anonymous@cvs.libexpat.org:/cvsroot/expat export -r "$1" -d $tmpdir expat || exit 1
|
||||
|
||||
echo ""
|
||||
echo "----------------------------------------------------------------------"
|
||||
|
@ -12,9 +12,9 @@ AppVerName=expat 1.95.3
|
||||
AppCopyright=Copyright © 1998-2002 Thai Open Source Software Center, Clark Cooper, and the Expat maintainers
|
||||
DefaultDirName={sd}\Expat-1.95.3
|
||||
AppPublisher=The Expat Developers
|
||||
AppPublisherURL=http://expat.sourceforge.net/
|
||||
AppSupportURL=http://expat.sourceforge.net/
|
||||
AppUpdatesURL=http://expat.sourceforge.net/
|
||||
AppPublisherURL=http://www.libexpat.org/
|
||||
AppSupportURL=http://www.libexpat.org/
|
||||
AppUpdatesURL=http://www.libexpat.org/
|
||||
UninstallDisplayName=Expat XML Parser (version 1.95.3)
|
||||
UninstallFilesDir={app}\Uninstall
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user