This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # HTTP URLs that Could Not Be Fixed These URLs were unable to be fixed. Please review them to see if they can be manually resolved. * [ ] http://xslthl.sf.net (301) with 1 occurrences could not be migrated: ([https](https://xslthl.sf.net) result AnnotatedConnectException). # Fixed URLs ## Fixed Success These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended. * [ ] http://asciidoctor.org with 1 occurrences migrated to: https://asciidoctor.org ([https](https://asciidoctor.org) result 200). * [ ] http://sourceforge.net/projects/xslthl/ with 14 occurrences migrated to: https://sourceforge.net/projects/xslthl/ ([https](https://sourceforge.net/projects/xslthl/) result 200). * [ ] http://www.w3.org/TR/CSS21/propidx.html with 1 occurrences migrated to: https://www.w3.org/TR/CSS21/propidx.html ([https](https://www.w3.org/TR/CSS21/propidx.html) result 200). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 with 8 occurrences * http://www.w3.org/2001/XMLSchema-instance with 4 occurrences
24 lines
1.2 KiB
XML
24 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<xslthl-config>
|
|
<highlighter id="java" file="./xslthl/java-hl.xml" />
|
|
<highlighter id="groovy" file="./xslthl/java-hl.xml" />
|
|
<highlighter id="html" file="./xslthl/html-hl.xml" />
|
|
<highlighter id="ini" file="./xslthl/ini-hl.xml" />
|
|
<highlighter id="php" file="./xslthl/php-hl.xml" />
|
|
<highlighter id="c" file="./xslthl/c-hl.xml" />
|
|
<highlighter id="cpp" file="./xslthl/cpp-hl.xml" />
|
|
<highlighter id="csharp" file="./xslthl/csharp-hl.xml" />
|
|
<highlighter id="python" file="./xslthl/python-hl.xml" />
|
|
<highlighter id="ruby" file="./xslthl/ruby-hl.xml" />
|
|
<highlighter id="perl" file="./xslthl/perl-hl.xml" />
|
|
<highlighter id="javascript" file="./xslthl/javascript-hl.xml" />
|
|
<highlighter id="bash" file="./xslthl/bourne-hl.xml" />
|
|
<highlighter id="css" file="./xslthl/css-hl.xml" />
|
|
<highlighter id="sql" file="./xslthl/sql2003-hl.xml" />
|
|
<highlighter id="asciidoc" file="./xslthl/asciidoc-hl.xml" />
|
|
<highlighter id="properties" file="./xslthl/properties-hl.xml" />
|
|
<highlighter id="json" file="./xslthl/json-hl.xml" />
|
|
<highlighter id="yaml" file="./xslthl/yaml-hl.xml" />
|
|
<namespace prefix="xslthl" uri="http://xslthl.sourceforge.net/" />
|
|
</xslthl-config>
|