Skip to content

Commit 1a1dfb5

Browse files
author
Thierry Boileau
committed
fix w3 validation check
1 parent af44fd2 commit 1a1dfb5

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

content/downloads/past.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ul class="m-icon-list">
77
<li class="col-md-12">
88
<div class="m-icon icon-block">
9-
<figure><img alt="Restlet Framework" class="download-logo" src="/images/downloads/restlet-framework.svg" /></figure>
9+
<figure><img alt="Restlet Framework" class="download-logo" src="/images/downloads/restlet-framework.svg"></figure>
1010

1111
<div>
1212
Starting from release 2.5, the Restlet Framework is available from Maven Central repository.

content/features.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
title: Features
33
---
44

5-
<figure class="text-center"><img alt="crane" src="/images/features/crane.svg" /></figure>
5+
<figure class="text-center"><img alt="crane" src="/images/features/crane.svg"></figure>
66
77
# Native REST Support
88
Restlet Framework provides a reusable and extensible set of classes and interfaces that serves as a foundation on which you can construct your own web applications more efficiently. Aligned with the REST and HTTP concepts and terminology, the Restlet API can be used for both client and server-side development. Using the same Java API which reduces both the learning curve and the software footprint and facilitate the development of applications acting as server and client at the same time.
99

10-
<figure class="text-center"><img alt="cubes" src="/images/features/cubes.svg" /></figure>
10+
<figure class="text-center"><img alt="cubes" src="/images/features/cubes.svg"></figure>
1111

1212
# Secure and Scalable
1313
You should never have to make a tradeoff between security and scalability for your APIs. Restlet Framework supports standard security and authentication methods. A fully multi-threaded design with per-request resource instances reduces thread-safety issues, and ensures that APIs will scale no matter how many requests.
1414

15-
<figure class="text-center"><img alt="binoculars" src="/images/features/binoculars.svg" /></figure>
15+
<figure class="text-center"><img alt="binoculars" src="/images/features/binoculars.svg"></figure>
1616

1717
# Broad Use Case Support
1818
APIs you build with Restlet Framework can be deployed to all common environments. An extensible set of representations, support for standards, and numerous connectors lets you build and call any type of web API, and connect to any backend process or data source.
1919

20-
<figure class="text-center"><img alt="server" src="/images/features/server.svg" /></figure>
20+
<figure class="text-center"><img alt="server" src="/images/features/server.svg"></figure>
2121

2222
# A Complete Web Server
2323
Restlet Framework is not only a framework for building APIs but also for running them. Its built-in web server provides:
@@ -29,7 +29,7 @@ Restlet Framework is not only a framework for building APIs but also for running
2929
- Static file serving, like the Apache HTTP Server, with metadata association based on file extensions and URI-based redirection.
3030
- Optional remote edition of local files served based on PUT and DELETE methods.
3131

32-
<figure class="text-center"><img alt="hexa-tiles" src="/images/features/hexa-tiles.svg" /></figure>
32+
<figure class="text-center"><img alt="hexa-tiles" src="/images/features/hexa-tiles.svg"></figure>
3333

3434
# Extensive Connectors Set
3535
With its connectors, Restlet Framework covers many use cases. Connectors available by default include:
@@ -39,7 +39,7 @@ With its connectors, Restlet Framework covers many use cases. Connectors availab
3939
- Client CLAP connector to access to the Classloader resources.
4040
- Client RIAP connector to access to the Restlet internal resources, directly inside the JVM.
4141

42-
<figure class="text-center"><img alt="technos" src="/images/features/technos.svg" /></figure>
42+
<figure class="text-center"><img alt="technos" src="/images/features/technos.svg"></figure>
4343

4444
# Available Representations
4545
Fully aligned with Web standards, Restlet Framework provides the following representations out of the box:
@@ -53,7 +53,7 @@ Fully aligned with Web standards, Restlet Framework provides the following repre
5353
- Support for Atom standard via a dedicated extension.
5454
- Full RDF reading and writing support make Restlet Framework ready for the Semantic Web (Web 3.0).
5555

56-
<figure class="text-center"><img src="/images/features/gears.svg" /></figure>
56+
<figure class="text-center"><img src="/images/features/gears.svg"></figure>
5757

5858
# Flexible Configuration
5959
Restlet Framework can be entirely configured in Java via the Restlet API. Configuration standards supported include:
@@ -62,6 +62,6 @@ Restlet Framework can be entirely configured in Java via the Restlet API. Config
6262
- Logging based on JULI (java.util.logging) with an extensibility system, including an adapter for SLF4J.
6363

6464
<div class="m-cta cta-darkblue">
65-
<img alt="Restlet Framework" src="/images/features/restlet-framework.svg" />
65+
<img alt="Restlet Framework" src="/images/features/restlet-framework.svg">
6666
<a href="/downloads/current/" class="m-button m-button-border">Download</a>
6767
</div>

0 commit comments

Comments
 (0)