Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubicweb
Commits
efd237e3a057
Commit
9774b2b2
authored
Jan 04, 2021
by
François Ferry
Browse files
doc(tutorials): add introduction and structure of the museum tutorial.
related:
#76
parent
ba0c5c29be9d
Changes
4
Hide whitespace changes
Inline
Side-by-side
doc/tutorials/museum/data-management.rst
0 → 100644
View file @
efd237e3
.. -*- coding: utf-8 -*-
.. _TutosMuseumsDataManagement:
Data management with CubicWeb
=============================
Import data
~~~~~~~~~~~
With our application customized, let's see how to import more data.
There is several ways to import data in CubicWeb. In our tutorial, we want to import our
museums from a `csv` file.
Query data with RQL
~~~~~~~~~~~~~~~~~~~
RDF serialisation
~~~~~~~~~~~~~~~~~
Content negotiation
~~~~~~~~~~~~~~~~~~~
doc/tutorials/museum/enhance-views.rst
0 → 100644
View file @
efd237e3
.. -*- coding: utf-8 -*-
.. _TutosMuseumsEnhanceViews:
doc/tutorials/museum/getting-started.rst
0 → 100644
View file @
efd237e3
.. -*- coding: utf-8 -*-
.. _TutosMuseumsGettingStarted:
doc/tutorials/museum/index.rst
0 → 100644
View file @
efd237e3
.. -*- coding: utf-8 -*-
.. _TutosMuseums:
Create a Website from scratch with CubicWeb
===========================================
Introduction
~~~~~~~~~~~~
This tutorial aims to demonstrate how to create a website using CubicWeb. This website will
present museums from French Ministry of Culture data, available here_.
.. _here: https://data.culture.gouv.fr/explore/dataset/liste-et-localisation-des-musees-de-france/export/
First, we will start with installation and creation of our website, and a short presentation of
out of the box CubicWeb functionnalities. Then, we will see how to enhance our views using Jinja2
templates or React components to have a better looking site. Finally, we will see how to manage
more data, and how to serialize them in RDF.
At the end of this tutorial, we should have a website which give information about all France's
museums, describes them in RDF and present them on a map.
.. toctree::
:maxdepth: 2
getting-started
enhance-views
data-management
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment