Update the doc for gitlab & github.
This commit is contained in:
parent
2ffbdbf3eb
commit
f840563712
|
@ -0,0 +1,28 @@
|
||||||
|
.. -*- Mode: rst -*-
|
||||||
|
|
||||||
|
|
||||||
|
===================
|
||||||
|
Gitlab Repositories
|
||||||
|
===================
|
||||||
|
|
||||||
|
|
||||||
|
:slug: github
|
||||||
|
:date: 2023-10-05 16:00
|
||||||
|
:author: Jean-Paul Chaput
|
||||||
|
:Contact: <Jean-Paul.Chaput@lip6.fr>
|
||||||
|
:Version: October 5, 2023 (jpc)
|
||||||
|
:status: hidden
|
||||||
|
|
||||||
|
|
||||||
|
.. include:: ../../etc/definitions.rst
|
||||||
|
|
||||||
|
|
||||||
|
The |git| repositories of all the components of the project:
|
||||||
|
|
||||||
|
================================ =======================================================
|
||||||
|
Component Repository
|
||||||
|
================================ =======================================================
|
||||||
|
|Alliance| https://github.com/lip6/alliance.git
|
||||||
|
|Coriolis| https://github.com/lip6/coriolis.git
|
||||||
|
:cb:`Alliance Check Toolkit` https://github.com/lip6/alliance-check-toolkit.git
|
||||||
|
================================ =======================================================
|
|
@ -69,12 +69,11 @@ DISPLAY_PAGES_ON_MENU = True
|
||||||
#SOCIAL = (('Pelican' , 'http://getpelican.com/' ),
|
#SOCIAL = (('Pelican' , 'http://getpelican.com/' ),
|
||||||
# ('Python.org', 'http://python.org/' ),
|
# ('Python.org', 'http://python.org/' ),
|
||||||
# ('Jinja2' , 'http://jinja.pocoo.org/'),)
|
# ('Jinja2' , 'http://jinja.pocoo.org/'),)
|
||||||
SOCIAL = None
|
SOCIAL = (('Matrix', 'element://vector/webapp/#/room/%23coriolis%3Amatrix.org?via=matrix.or'),)
|
||||||
|
|
||||||
# Social widget
|
# Social widget
|
||||||
LINKS = (('Alliance/Coriolis' , 'https://coriolis.lip6.fr/'),
|
LINKS = (('Alliance/Coriolis' , 'https://coriolis.lip6.fr/'),
|
||||||
('CIAN Team Website' , 'https://www-soc.lip6.fr/' ),
|
('CIAN Team Website' , 'https://largo.lip6.fr/' ),)
|
||||||
('Free Silicon Foundation', 'https://f-si.org' ),)
|
|
||||||
|
|
||||||
DEFAULT_PAGINATION = 10
|
DEFAULT_PAGINATION = 10
|
||||||
|
|
||||||
|
@ -138,8 +137,8 @@ NEST_HEADER_LOGO = '/images/common/Coriolis-logo-white-4-small.png'
|
||||||
NEST_HEADER_IMAGES = 'common/layout-motif-faded-4.png'
|
NEST_HEADER_IMAGES = 'common/layout-motif-faded-4.png'
|
||||||
NEST_LINKS_COLUMN_TITLE = u'Links'
|
NEST_LINKS_COLUMN_TITLE = u'Links'
|
||||||
NEST_SOCIAL_COLUMN_TITLE = u'Social'
|
NEST_SOCIAL_COLUMN_TITLE = u'Social'
|
||||||
NEST_SITEMAP_COLUMN_TITLE = u'Social'
|
NEST_SITEMAP_COLUMN_TITLE = u'Map'
|
||||||
NEST_COPYRIGHT = u'Copyright © 2020-2020 Sorbonne Universite'
|
NEST_COPYRIGHT = u'Copyright © 2020-2020 Sorbonne Universite'
|
||||||
|
|
||||||
MENUITEMS = [ ('Git' , '/pages/gitlab.html' )
|
MENUITEMS = [ ('Git' , '/pages/github.html' )
|
||||||
, ('Documentation', '/pages/documentation.html' ) ]
|
, ('Documentation', '/pages/documentation.html' ) ]
|
||||||
|
|
Loading…
Reference in New Issue