Skip to content

Commit fcb9977

Browse files
committed
deploy: ad056f7
1 parent d721a5f commit fcb9977

205 files changed

Lines changed: 21763 additions & 2974 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<html>
22
<head>
3-
<meta http-equiv="refresh" content="0; url=https://corese-stack.github.io/corese-command/v4.6.1/">
3+
<meta http-equiv="refresh" content="0; url=https://corese-stack.github.io/corese-command/v4.6.2/">
44
<title>Documentation Versions</title>
55
</head>
66
<body>
77
<h1>Documentation Versions</h1>
88
<ul>
9-
<li><a href="https://corese-stack.github.io/corese-command/v4.6.1/">v4.6.1 (latest)</a></li>
10-
<li><a href="https://corese-stack.github.io/corese-command/v4.6.0/">v4.6.0 (stable)</a></li>
9+
<li><a href="https://corese-stack.github.io/corese-command/v4.6.2/">v4.6.2 (latest)</a></li>
10+
<li><a href="https://corese-stack.github.io/corese-command/v4.6.1/">v4.6.1</a></li>
11+
<li><a href="https://corese-stack.github.io/corese-command/v4.6.0/">v4.6.0</a></li>
1112
</ul>
12-
<p>If you are not redirected, click <a href="https://corese-stack.github.io/corese-command/v4.6.1/">here</a>.</p>
13+
<p>If you are not redirected, click <a href="https://corese-stack.github.io/corese-command/v4.6.2/">here</a>.</p>
1314
</body>
1415
</html>

main/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 815a068019ca90cc0d72f9d13ada2b1f
3+
config: e4222eea4c7b129c7b976100d639dd17
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

main/.doctrees/environment.pickle

2.57 KB
Binary file not shown.

main/.doctrees/index.doctree

2.23 KB
Binary file not shown.

main/.doctrees/install.doctree

-389 Bytes
Binary file not shown.

main/.doctrees/user_guide.doctree

0 Bytes
Binary file not shown.

main/_images/corese-command_doc_dark.svg

Lines changed: 365 additions & 0 deletions
Loading

main/_images/corese-command_doc_light.svg

Lines changed: 253 additions & 74 deletions
Loading

main/_sources/index.rst.txt

Lines changed: 47 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
.. image:: _static/logo/corese-command_doc_light.svg
88
:align: center
99
:width: 400px
10+
:class: only-light
11+
12+
.. image:: _static/logo/corese-command_doc_dark.svg
13+
:align: center
14+
:width: 400px
15+
:class: only-dark
16+
1017

1118
Corese is a software platform that implements and extends the standards of the Semantic Web. It enables users to create, manipulate, parse, serialize, query, reason about, and validate RDF data.
1219

@@ -22,28 +29,59 @@ It enables users to convert RDF formats, execute SPARQL queries, interogate SPAR
2229
.. image:: _static/screenshots/convert.png
2330
:alt: Screenshot of corese convert
2431
:width: 100%
25-
:class: sd-rounded-2
32+
:class: only-dark
33+
34+
.. grid-item::
35+
36+
.. image:: _static/screenshots/query.png
37+
:alt: Screenshot of corese query
38+
:width: 100%
39+
:class: only-dark
40+
41+
.. grid-item::
42+
43+
.. image:: _static/screenshots/validate.png
44+
:alt: Screenshot of corese validate
45+
:width: 100%
46+
:class: only-dark
47+
48+
.. grid-item::
49+
50+
.. image:: _static/screenshots/help.png
51+
:alt: Screenshot of help
52+
:width: 100%
53+
:class: only-dark
54+
55+
.. grid:: 2
56+
:gutter: 2
57+
58+
.. grid-item::
59+
60+
.. image:: _static/screenshots/convert.png
61+
:alt: Screenshot of corese convert
62+
:width: 100%
63+
:class: only-light
2664

2765
.. grid-item::
2866

2967
.. image:: _static/screenshots/query.png
3068
:alt: Screenshot of corese query
3169
:width: 100%
32-
:class: sd-rounded-2
70+
:class: only-light
3371

3472
.. grid-item::
3573

3674
.. image:: _static/screenshots/validate.png
3775
:alt: Screenshot of corese validate
3876
:width: 100%
39-
:class: sd-rounded-2
77+
:class: only-light
4078

4179
.. grid-item::
4280

4381
.. image:: _static/screenshots/help.png
4482
:alt: Screenshot of help
4583
:width: 100%
46-
:class: sd-rounded-2
84+
:class: only-light
4785

4886
.. Define named hyperlinks for the references of W3C standards
4987
.. _RDF: https://www.w3.org/RDF/
@@ -91,21 +129,20 @@ It enables users to convert RDF formats, execute SPARQL queries, interogate SPAR
91129
Corese offers several interfaces
92130
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
93131
* `corese-core <https://corese-stack.github.io/corese-core/>`_: Java library to process RDF data and use Corese features via an API.
94-
* `corese-server <https://corese-stack.github.io/corese-server/>`_: Tool to easily create, configure and manage SPARQL endpoints.
95-
* `corese-gui <https://corese-stack.github.io/corese-gui/>`_: Graphical interface that allows an easy and visual use of Corese features.
96132
* `corese-command <https://corese-stack.github.io/corese-command/>`_: Command Line Interface for Corese that allows users to interact with Corese features from the terminal.
133+
* `corese-gui <https://corese-stack.github.io/corese-gui-swing/>`_: Graphical interface that allows an easy and visual use of Corese features.
134+
* `corese-server <https://corese-stack.github.io/corese-server-jetty/>`_: Tool to create, configure and manage SPARQL endpoints.
97135
* `corese-python (beta) <https://corese-stack.github.io/corese-python/>`_: Python wrapper for accessing and manipulating RDF data with Corese features using py4j.
98136

99137
.. raw:: html
100138

101-
102139
<h3>Contributions and discussions about Corese-Command</h3>
103140

104141
.. _discussion forum: https://github.com/orgs/corese-stack/discussions
105142
.. _issue reports: https://github.com/corese-stack/corese-command/issues
106143
.. _pull requests: https://github.com/corese-stack/corese-command/pulls
107144

108-
For support questions, comments, and any ideas for improvements you`d like to discuss, please use our `discussion forum`_. We welcome everyone to contribute to `issue reports`_, suggest new features, and create `pull requests`_.
145+
For any questions, comments, or improvement ideas, please use our `discussion forum`_. We welcome everyone to contribute via `issue reports`_, suggest new features, and create `pull requests`_.
109146

110147

111148
.. #############################################################################
@@ -128,6 +165,5 @@ Home Page
128165
.. toctree::
129166
:hidden:
130167

131-
Home <index.rst>
132-
Installation <install.md>
133-
User Guide <user_guide.md>
168+
Installation <install>
169+
User Guide <user_guide>

main/_sources/install.md.txt

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,53 +3,54 @@
33

44
## Installation
55

6-
**Linux:**
6+
### Linux
77

8-
<a href="https://flathub.org/fr/apps/fr.inria.corese.CoreseCommand">
9-
<img src="./_static/logo/badge_flathub.svg" alt="Flathub" width="140">
10-
</a>
8+
<div style="margin: 10px 5px;">
9+
<a href="https://flathub.org/fr/apps/fr.inria.corese.CoreseCommand">
10+
<img src="./_static/logo/badge_flathub.svg" alt="Flathub" width="186">
11+
</a>
12+
</div>
1113

1214
```bash
1315
curl -fsSL https://raw.githubusercontent.com/corese-stack/corese-command/main/packaging/scripts/install-linux.sh -o /tmp/corese.sh && bash /tmp/corese.sh
1416
```
1517

16-
**macOS:**
18+
### macOS
1719

1820
```bash
1921
curl -fsSL https://raw.githubusercontent.com/corese-stack/corese-command/main/packaging/scripts/install-macos.sh -o /tmp/corese.sh && bash /tmp/corese.sh
2022
```
2123

22-
**Windows:**
24+
### Windows
2325

2426
```powershell
2527
iwr -useb https://raw.githubusercontent.com/corese-stack/corese-command/main/packaging/scripts/install-windows.ps1 | iex
2628
```
2729

28-
**Manual / Cross-platform Installation:**
30+
### Manual / Cross-platform Installation
2931

30-
Use Corese CLI as a standalone `.jar`, or add it to your Java project via Maven.
31-
> Requires Java 11 or higher.
32-
33-
<a href="https://github.com/corese-stack/corese-command/releases">
34-
<img src="./_static/logo/badge_github.svg" alt="GitHub Release" width="140">
35-
</a>
36-
<a href="https://central.sonatype.com/artifact/fr.inria.corese/corese-command">
37-
<img src="./_static/logo/badge_maven.svg" alt="Maven Central" width="140">
38-
</a>
32+
<div style="margin: 10px 5px;">
33+
<a href="https://github.com/corese-stack/corese-command/releases">
34+
<img src="./_static/logo/badge_github.svg" alt="GitHub Release" width="186">
35+
</a>
36+
<a href="https://central.sonatype.com/artifact/fr.inria.corese/corese-command">
37+
<img src="./_static/logo/badge_maven.svg" alt="Maven Central" width="186">
38+
</a>
39+
</div>
3940

4041
## Uninstall / Update
4142

42-
If you installed Corese using one of the scripts above, you can uninstall or update it by simply running the same script again.
43+
If you installed Corese-Command using one of the scripts above, you can uninstall or update it by simply running the same script again.
4344

4445
## Advanced usage (CI / silent install)
4546

4647
All install scripts support the following options:
4748

4849
```bash
4950
# Install a specific version
50-
./install-linux.sh --install 4.5.0
51-
./install-macos.sh --install 4.5.0
52-
.\install-windows.ps1 --install 4.5.0
51+
./install-linux.sh --install 4.6.0
52+
./install-macos.sh --install 4.6.0
53+
.\install-windows.ps1 --install 4.6.0
5354

5455
# Install the latest available version
5556
./install-linux.sh --install-latest

0 commit comments

Comments
 (0)