Removed all references to gitorious
This commit is contained in:
parent
f232f4ac9d
commit
edfe5cda4c
@ -5,13 +5,13 @@ Ceci est une application permettant de lister des évènements sur un calendier,
|
|||||||
d'être affichés.
|
d'être affichés.
|
||||||
|
|
||||||
Cette application est disponible sous la license AGPL version 3 ou supérieure.
|
Cette application est disponible sous la license AGPL version 3 ou supérieure.
|
||||||
Elle est hébergée ici: https://gitorious.org/agenda-du-libre-rails et visible
|
Elle est hébergée ici: https://git.framasoft.org/agenda-libre/agenda-libre-ruby
|
||||||
ici: http://agendadulibre.org
|
et visible ici: http://agendadulibre.org
|
||||||
|
|
||||||
La technologie repose sur "Ruby on Rails", version 4 ou supérieure.
|
La technologie repose sur "Ruby on Rails", version 4 ou supérieure.
|
||||||
|
|
||||||
Il existe aussi des projets équivalents
|
Il existe aussi des projets équivalents
|
||||||
https://gitorious.org/agenda-du-libre-php
|
https://git.framasoft.org/agenda-libre/agenda-libre-php
|
||||||
https://bitbucket.org/mlhamel/agendadulibre
|
https://bitbucket.org/mlhamel/agendadulibre
|
||||||
|
|
||||||
Exemple d'installation des pré-requis pour Debian:
|
Exemple d'installation des pré-requis pour Debian:
|
||||||
@ -27,7 +27,7 @@ récente de préférence).
|
|||||||
|
|
||||||
Par exemple:
|
Par exemple:
|
||||||
{{{
|
{{{
|
||||||
~ $ git clone git://gitorious.org/agenda-du-libre-rails/agenda-du-libre-rails.git
|
~ $ git clone git@git.framasoft.org:agenda-libre/agenda-libre-ruby.git
|
||||||
~ $ cd agenda-du-libre
|
~ $ cd agenda-du-libre
|
||||||
~ $ bundle install --path vendor/bundle --without production
|
~ $ bundle install --path vendor/bundle --without production
|
||||||
}}}
|
}}}
|
||||||
|
@ -24,11 +24,11 @@ ActiveAdmin.register_page 'Dashboard' do
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
panel 'ActiveAdmin' do
|
|
||||||
|
panel 'Git' do
|
||||||
para %(Actuellement:
|
para %(Actuellement:
|
||||||
#{link_to(`git rev-parse --short HEAD`,
|
#{link_to(`git rev-parse --short HEAD`,
|
||||||
"https://gitorious.org/agenda-du-libre-rails/agenda-du-libre-rails/commit/
|
'//git.framasoft.org/agenda-libre/agenda-libre-ruby')})
|
||||||
#{`git rev-parse HEAD`}")})
|
|
||||||
.html_safe
|
.html_safe
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user