From edfe5cda4c4502c737c407224e9c49dfecc5c976 Mon Sep 17 00:00:00 2001 From: echarp Date: Sat, 3 Oct 2015 13:57:10 +0200 Subject: [PATCH] Removed all references to gitorious --- README.creole | 10 +++++----- app/admin/dashboard.rb | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.creole b/README.creole index dee56cb3..9b51570c 100644 --- a/README.creole +++ b/README.creole @@ -5,13 +5,13 @@ Ceci est une application permettant de lister des évènements sur un calendier, d'être affichés. 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 -ici: http://agendadulibre.org +Elle est hébergée ici: https://git.framasoft.org/agenda-libre/agenda-libre-ruby +et visible ici: http://agendadulibre.org La technologie repose sur "Ruby on Rails", version 4 ou supérieure. 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 Exemple d'installation des pré-requis pour Debian: @@ -27,7 +27,7 @@ récente de préférence). 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 ~ $ bundle install --path vendor/bundle --without production }}} @@ -63,4 +63,4 @@ passe étant "password". \ / \ / \ / . \_|_/ . \ | / -}}} \ No newline at end of file +}}} diff --git a/app/admin/dashboard.rb b/app/admin/dashboard.rb index 64f86785..0d64deff 100644 --- a/app/admin/dashboard.rb +++ b/app/admin/dashboard.rb @@ -24,11 +24,11 @@ ActiveAdmin.register_page 'Dashboard' do end end end - panel 'ActiveAdmin' do + + panel 'Git' do para %(Actuellement: #{link_to(`git rev-parse --short HEAD`, - "https://gitorious.org/agenda-du-libre-rails/agenda-du-libre-rails/commit/ - #{`git rev-parse HEAD`}")}) + '//git.framasoft.org/agenda-libre/agenda-libre-ruby')}) .html_safe end end