Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update some website links to https #78

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/documentation/src/site/resources/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* under the License.
*/

@import url(http://fonts.googleapis.com/css?family=Buenard);
@import url(https://fonts.googleapis.com/css?family=Buenard);
body, p, div, ul, li, a, tr, td,th{
font-family: 'Buenard', serif;
font-size:15px;
Expand Down
8 changes: 4 additions & 4 deletions modules/documentation/src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
<item name="Home" href="index.html"/>
<item name="Download" href="download.html"/>
<item name="History" href="history.html"/>
<item name="License" href="http://www.apache.org/licenses/LICENSE-2.0"/>
<item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
<item name="Sponsorship" href="http://www.apache.org/foundation/sponsorship.html"/>
<item name="Security" href="http://www.apache.org/security/"/>
<item name="License" href="https://www.apache.org/licenses/LICENSE-2.0"/>
<item name="Thanks" href="https://www.apache.org/foundation/thanks.html"/>
<item name="Sponsorship" href="https://www.apache.org/foundation/sponsorship.html"/>
<item name="Security" href="https://www.apache.org/security/"/>
</menu>
<menu name="Documentation">
<item name="Installation Guide" href="userguide/installation.html"/>
Expand Down
8 changes: 4 additions & 4 deletions modules/documentation/src/site/xdoc/dev/best-practices.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<ul>
<li>
We follow the standard
<a href="http://www.oracle.com/technetwork/java/codeconvtoc-136057.html">Java coding conventions</a>
<a href="https://www.oracle.com/technetwork/java/codeconvtoc-136057.html">Java coding conventions</a>
published by Sun/Oracle. Please stick to these standards whenever writing code
for Synapse.
</li>
Expand Down Expand Up @@ -118,10 +118,10 @@
All documentation files and samples should we well-formed XML documents.
</li>
<li>
We use the <a href="http://maven.apache.org/maven-1.x/plugins/xdoc/">Maven XDoc plugin</a>
We use the <a href="https://maven.apache.org/maven-1.x/plugins/xdoc/">Maven XDoc plugin</a>
to generate Synapse documentation and website. Please take some time to go through
the documentation of the XDoc plugin and learn and its features. In pariculay,
you should learn the <a href="http://maven.apache.org/doxia/references/xdoc-format.html">XDoc documentation format</a>
you should learn the <a href="https://maven.apache.org/doxia/references/xdoc-format.html">XDoc documentation format</a>
and use the standard XDoc tags over HTML whenever possible.
</li>
<li>
Expand All @@ -144,4 +144,4 @@
</ul>
</section>
</body>
</document>
</document>
14 changes: 7 additions & 7 deletions modules/documentation/src/site/xdoc/dev/developer-guide.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,21 +74,21 @@
to go through the Synapse source code in the development trunk and make contributions
should use a Subversion client to interact with the Synapse code base. To learn more
about using Subversion or to download the latest client distributions, please visit
the <a href="http://subversion.apache.org">Apache Subversion project website</a>.
the <a href="https://subversion.apache.org">Apache Subversion project website</a>.
Developers on Unix/Linux based systems may use the command line based SVN client,
while the developers on Windows platform can use an appropriate client application
like <a href="http://tortoisesvn.net/">TortoiseSVN</a>.
like <a href="https://tortoisesvn.net/">TortoiseSVN</a>.
</p>
<p>
Some useful information on using the Apache Software Foundation's source code
repositories can be found among the ASF
<a href="http://www.apache.org/dev/version-control.html">developer documentation</a>.
<a href="https://www.apache.org/dev/version-control.html">developer documentation</a>.
</p>
<subsection name="Checking Out the Source" id="checkout">
<p>
Synapse development trunk is where all the latest development work takes place.
This is located at
<a href="http://svn.apache.org/repos/asf/synapse/trunk/java/">http://svn.apache.org/repos/asf/synapse/trunk/java/</a>.
<a href="https://svn.apache.org/repos/asf/synapse/trunk/java/">https://svn.apache.org/repos/asf/synapse/trunk/java/</a>.
Any developer with a Subversion client should be able to checkout the latest
source from this SVN location but only Synapse committers are allowed to actually
commit source code. Synapse committers should access the above SVN location over
Expand All @@ -105,7 +105,7 @@
If you want to browse the source code of an older release of Synapse or want
to implement a patch for a past release, you may checkout the relevant source
tree from one of the available SVN
<a href="http://svn.apache.org/repos/asf/synapse/tags/">tags</a>.
<a href="https://svn.apache.org/repos/asf/synapse/tags/">tags</a>.
</p>
</subsection>
</section>
Expand All @@ -114,7 +114,7 @@
Synapse build system is based on Apache Maven. Either Maven2 or Maven3 can be used to
build Apache Synapse from source. For information about downloading, installing, and
configuring Maven, please go through
<a class="externalLink" href="http://maven.apache.org">Maven project website</a>.
<a class="externalLink" href="https://maven.apache.org">Maven project website</a>.
</p>
<subsection name="Building from Source" id="building">
<p>
Expand Down Expand Up @@ -266,4 +266,4 @@ For Eclipse: mvn eclipse:eclipse</div>
</p>
</section>
</body>
</document>
</document>
10 changes: 5 additions & 5 deletions modules/documentation/src/site/xdoc/dev/release-process.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<body>
<section name="Release Process">
<p>
We follow the standard <a href="http://www.apache.org/dev/release-publishing.html">ASF release process</a>.
We follow the standard <a href="https://www.apache.org/dev/release-publishing.html">ASF release process</a>.
One of the committers would volunteer to play the release manager role for a given
release. A few days will be spent on stabilizing the Synapse development trunk,
improving its documentation and test coverage. When the code base is in a satisfactory
Expand Down Expand Up @@ -54,9 +54,9 @@
<a href="https://docs.sonatype.org/display/Repository/Central+Sync+Requirements">Maven central repository
requirements</a> . Form synapse 2.1 release onwards, we follow the standard maven artifact releasing process.
Most part of the release process is automated and all the required steps are listed here.
<a href="http://www.apache.org/dev/publishing-maven-artifacts.html">http://www.apache.org/dev/publishing-maven-artifacts.html</a>
<a href="https://www.apache.org/dev/publishing-maven-artifacts.html">https://www.apache.org/dev/publishing-maven-artifacts.html</a>
</p>
<p> The details on Nexus Repository Management can be found in <a href="http://www.sonatype.com/books/nexus-book/reference/staging.html">Repository Management with Nexus</a>.
<p> The details on Nexus Repository Management can be found in <a href="https://www.sonatype.com/books/nexus-book/reference/staging.html">Repository Management with Nexus</a>.

</p>
</section>
Expand All @@ -74,12 +74,12 @@
<li>Always run a mvn release:prepare -DdryRun=true before the actual preparation</li>
</ul>
<ul>
<li>Test the generated site with <a href="http://validator.w3.org/checklink">w3c validator</a>.</li>
<li>Test the generated site with <a href="https://validator.w3.org/checklink">w3c validator</a>.</li>
</ul>

</li>
</ul>

</section>
</body>
</document>
</document>
22 changes: 11 additions & 11 deletions modules/documentation/src/site/xdoc/history.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,17 @@
of Synapse from its humble beginnings.
</p>
<ul>
<li><a href="http://wiki.apache.org/incubator/SynapseProposal">Project proposal</a></li>
<li><a href="http://markmail.org/message/ac27hfeyvj4bbgde">What's available in Synapse M1?</a></li>
<li><a href="http://markmail.org/message/ueoox6fgpu5zwsrn">1.1 release announcement</a></li>
<li><a href="http://markmail.org/message/7wuu2jfsk2qfwhdp">1.1.1 release announcement</a></li>
<li><a href="http://markmail.org/message/od5si63jdjhj3mhc">1.2 release announcement</a></li>
<li><a href="http://apache-synapse.blogspot.com/">Old Apache Synapse blog</a></li>
<li><a href="http://www.slideshare.net/pizak/fast-soa-with-apache-synapse">Synapse at ApacheCon EU 2008</a></li>
<li><a href="http://www.slideshare.net/guest60ed0b/aceu2009-synapse-scalability-availability">Synapse at ApacheCon EU 2009</a></li>
<li><a href="http://www.slideshare.net/hiranya911/introduction-to-apache-synapse">Synapse at Apache Asia Roadshow 2009</a></li>
<li><a href="http://en.wikipedia.org/wiki/Apache_Synapse">Synapse on Wikipedia</a></li>
<li><a href="https://wiki.apache.org/incubator/SynapseProposal">Project proposal</a></li>
<li><a href="https://markmail.org/message/ac27hfeyvj4bbgde">What's available in Synapse M1?</a></li>
<li><a href="https://markmail.org/message/ueoox6fgpu5zwsrn">1.1 release announcement</a></li>
<li><a href="https://markmail.org/message/7wuu2jfsk2qfwhdp">1.1.1 release announcement</a></li>
<li><a href="https://markmail.org/message/od5si63jdjhj3mhc">1.2 release announcement</a></li>
<li><a href="https://apache-synapse.blogspot.com/">Old Apache Synapse blog</a></li>
<li><a href="https://www.slideshare.net/pizak/fast-soa-with-apache-synapse">Synapse at ApacheCon EU 2008</a></li>
<li><a href="https://www.slideshare.net/guest60ed0b/aceu2009-synapse-scalability-availability">Synapse at ApacheCon EU 2009</a></li>
<li><a href="https://www.slideshare.net/hiranya911/introduction-to-apache-synapse">Synapse at Apache Asia Roadshow 2009</a></li>
<li><a href="https://en.wikipedia.org/wiki/Apache_Synapse">Synapse on Wikipedia</a></li>
</ul>
</section>
</body>
</document>
</document>
4 changes: 2 additions & 2 deletions modules/documentation/src/site/xdoc/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
</p>
<p>
Apache Synapse is free and open source software distributed under the
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache Software License 2.0</a>.
<a href="https://www.apache.org/licenses/LICENSE-2.0">Apache Software License 2.0</a>.
The latest version of Synapse is <a href="download/3.0.1/download.cgi">v3.0.1</a>.
It is a patch release which contains bug fixes and library upgrades to
3.0.0 major feature release.
</p>
<p>
Apache Synapse, Synapse, Apache, the Apache feather logo, and the Apache Synapse
project logo are trademarks of The <a href="http://www.apache.org">Apache Software
project logo are trademarks of The <a href="https://www.apache.org">Apache Software
Foundation</a>
</p>
</section>
Expand Down
6 changes: 3 additions & 3 deletions modules/documentation/src/site/xdoc/userguide/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
All the functional components of the Synapse configuration are configured through
XML files. The Synapse configuration language governs the XML syntax used to define
and configure different types of components. This configuration language is now
available as a <a href="http://synapse.apache.org/ns/2010/04/configuration/synapse_config.xsd">XML schema</a>.
available as a <a href="https://synapse.apache.org/ns/2010/04/configuration/synapse_config.xsd">XML schema</a>.
</p>
<p>
Typically the Synapse ESB is used to mediate the message flow between a client
Expand Down Expand Up @@ -1099,11 +1099,11 @@
registry by specifying appropriate 'resource' elements.
</p>
<div class="xmlConf">&lt;publishWSDL key="my.wsdl"&gt;
&lt;resource location="http://www.standards.org/standard.wsdl" key="standard.wsdl"/&gt;
&lt;resource location="https://www.standards.org/standard.wsdl" key="standard.wsdl"/&gt;
&lt;/publishWSDL&gt;</div>
<p>
In this example the WSDL is retrieved from the registry using the key 'my.wsdl'. It
imports another WSDL from location 'http://www.standards.org/standard.wsdl'. Instead
imports another WSDL from location 'https://www.standards.org/standard.wsdl'. Instead
of loading it from this location, Synapse will retrieve the imported WSDL from the
registry entry 'standard.wsdl'.
</p>
Expand Down
10 changes: 5 additions & 5 deletions modules/documentation/src/site/xdoc/userguide/deployment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
place for later reuse. One approach to overcome these difficulties is to use Maven
to assemble a custom package. When used correctly, this approach solves all of the
issues identified above. In particular Maven's dependency management together with
the excellent <a class="externalLink" href="http://maven.apache.org/plugins/maven-assembly-plugin/">assembly plugin</a>
the excellent <a class="externalLink" href="https://maven.apache.org/plugins/maven-assembly-plugin/">assembly plugin</a>
can be used to automatically select the relevant JARs to include and pull them
from Maven repositories. The remaining artifacts required to assemble the package
can then be easily stored in a source control repository.
Expand All @@ -258,11 +258,11 @@
only a few simple steps. To begin with, change to the directory where you want to
create the project and issue the following command:
</p>
<div class="command">mvn archetype:generate -DarchetypeCatalog=http://synapse.apache.org</div>
<div class="command">mvn archetype:generate -DarchetypeCatalog=https://synapse.apache.org</div>
<p>
In case of problems, you can try to use the latest version of the archetype catalog:
</p>
<div class="command">mvn archetype:generate -DarchetypeCatalog=http://svn.apache.org/repos/asf/synapse/trunk/java/src/site/resources</div>
<div class="command">mvn archetype:generate -DarchetypeCatalog=https://svn.apache.org/repos/asf/synapse/trunk/java/src/site/resources</div>
<p>
Finally, if you have build Synapse from sources, you don't need to specify a
catalog at all: the archetype is added automatically to the local catalog during
Expand Down Expand Up @@ -318,7 +318,7 @@
</p>
<ul>
<li>
<a class="externalLink" href="http://repo1.maven.org/maven2/org/apache/synapse/synapse-war/">http://repo1.maven.org/maven2/org/apache/synapse/synapse-war/</a>
<a class="externalLink" href="https://repo1.maven.org/maven2/org/apache/synapse/synapse-war/">https://repo1.maven.org/maven2/org/apache/synapse/synapse-war/</a>
for released versions.
</li>
<li>
Expand Down Expand Up @@ -351,4 +351,4 @@
</ul>
</section>
</body>
</document>
</document>
16 changes: 8 additions & 8 deletions modules/documentation/src/site/xdoc/userguide/extending.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</p>
<h4>
<a class="externalLink"
href="http://svn.apache.org/viewvc/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/MessageContext.java?view=markup">MessageContext
href="https://svn.apache.org/viewvc/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/MessageContext.java?view=markup">MessageContext
Interface
</a>
</h4>
Expand Down Expand Up @@ -152,7 +152,7 @@ public interface MessageContext {
</p>
<h4>
<a class="externalLink"
href="http://svn.apache.org/viewvc/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/Mediator.java?view=markup">Mediator
href="https://svn.apache.org/viewvc/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/Mediator.java?view=markup">Mediator
interface
</a>
</h4>
Expand Down Expand Up @@ -214,7 +214,7 @@ public interface <span style="font-weight: bold;">Mediator </span>{
</p>
<h4>
<a class="externalLink"
href="http://svn.apache.org/viewvc/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/mediators/ListMediator.java?view=markup">The
href="https://svn.apache.org/viewvc/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/mediators/ListMediator.java?view=markup">The
ListMediator interface
</a>
</h4>
Expand Down Expand Up @@ -277,7 +277,7 @@ public interface ListMediator extends Mediator {
</p>
<h4>
<a class="externalLink"
href="http://svn.apache.org/viewvc/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/mediators/FilterMediator.java?view=markup">FilterMediator
href="https://svn.apache.org/viewvc/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/mediators/FilterMediator.java?view=markup">FilterMediator
interface
</a>
</h4>
Expand Down Expand Up @@ -338,7 +338,7 @@ public interface <span style="font-weight: bold;">FilterMediator </span>extends
</p>
<h4>
<a class="externalLink"
href="http://svn.apache.org/viewvc/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/MediatorFactory.java?view=markup">The
href="https://svn.apache.org/viewvc/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/MediatorFactory.java?view=markup">The
MediatorFactory interface
</a>
</h4>
Expand Down Expand Up @@ -366,7 +366,7 @@ public interface MediatorFactory {
}</div>
<h4>
<a class="externalLink"
href="http://svn.apache.org/viewvc/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/MediatorSerializer.java?view=markup">The
href="https://svn.apache.org/viewvc/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/MediatorSerializer.java?view=markup">The
MediatorSerializer interface
</a>
</h4>
Expand Down Expand Up @@ -409,7 +409,7 @@ public interface MediatorSerializer {
Synapse loads available extensions from the runtime classpath
using the
<a class="externalLink"
href="http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html#Service%20Provider">J2SE
href="https://java.sun.com/j2se/1.3/docs/guide/jar/jar.html#Service%20Provider">J2SE
Service Provider model
</a>
. This essentially iterates over the available JAR files, for a META-INF/services directory within each file,
Expand Down Expand Up @@ -482,4 +482,4 @@ public interface MediatorSerializer {
</p>
</section>
</body>
</document>
</document>
Loading