This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, master has been updated
via ee2ec6065a8ff0a2d7094ae3189b67e5f610fe49 (commit)
from 74c5ff2288ff58361f2ed9b7cadbc658ce7a94c1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=ee2ec6065a8ff0a2d7094ae3189b67e5f610fe49
commit ee2ec6065a8ff0a2d7094ae3189b67e5f610fe49
Author: Marc-Etienne Vargenau <[email protected]>
Date: Thu Nov 9 18:16:49 2017 +0100
<tt> --> <kbd>
diff --git a/src/plugins/admssw/include/admsswPlugin.class.php
b/src/plugins/admssw/include/admsswPlugin.class.php
index b0a782b..1637625 100644
--- a/src/plugins/admssw/include/admsswPlugin.class.php
+++ b/src/plugins/admssw/include/admsswPlugin.class.php
@@ -653,14 +653,14 @@ projects on /projects URLs with content-negotiation
$doc .= _('To access this RDF document, you may use,
for instance:');
$doc .= '<br />';
- $doc .= '<tt>$ curl -L -H "Accept: text/turtle" '.
$documenturi .'</tt><br />';
+ $doc .= '<kbd>$ curl -L -H "Accept: text/turtle" '.
$documenturi .'</kbd><br />';
$doc .= _('This may redirect to several pages documents
in case of too big number of results (observing the LDP paging
specifications).');
$doc .= '<br /><br />';
$doc .= _('Alternatively, if you are sure you want the
full dump in one single document, use:');
$doc .= '<br />';
- $doc .= '<tt>$ curl -H "Accept: text/turtle" "'.
$documenturi .'?allatonce"</tt>';
+ $doc .= '<kbd>$ curl -H "Accept: text/turtle" "'.
$documenturi .'?allatonce"</kbd>';
}
return $doc;
diff --git a/src/plugins/admssw/www/projectturtle.php
b/src/plugins/admssw/www/projectturtle.php
index c3a0e19..71db37a 100644
--- a/src/plugins/admssw/www/projectturtle.php
+++ b/src/plugins/admssw/www/projectturtle.php
@@ -51,7 +51,7 @@ echo $plugin->htmlPreviewProjectAsTurtle($group_id);
echo _('To access this RDF document, you may use, for instance:');
echo '<br />';
-echo '<tt>$ curl -H "Accept: text/turtle" '. util_make_url_g($projectname,
$group_id) .'</tt><br />';
+echo '<kbd>$ curl -H "Accept: text/turtle" '. util_make_url_g($projectname,
$group_id) .'</kbd><br />';
$HTML->footer();
diff --git a/src/plugins/admssw/www/trove.php b/src/plugins/admssw/www/trove.php
index 0d0b346..1f05531 100644
--- a/src/plugins/admssw/www/trove.php
+++ b/src/plugins/admssw/www/trove.php
@@ -45,7 +45,7 @@ echo $plugin->htmlPreviewTroveCatsAsTurtle();
echo _('To access this RDF document, you may use, for instance:');
echo '<br />';
-echo '<tt>$ curl -H "Accept: text/turtle" '.
util_make_url('/softwaremap/trove_list.php') .'</tt><br />';
+echo '<kbd>$ curl -H "Accept: text/turtle" '.
util_make_url('/softwaremap/trove_list.php') .'</kbd><br />';
$HTML->footer();
diff --git a/src/plugins/scmbzr/common/BzrPlugin.class.php
b/src/plugins/scmbzr/common/BzrPlugin.class.php
index ab1912b..96f55b0 100644
--- a/src/plugins/scmbzr/common/BzrPlugin.class.php
+++ b/src/plugins/scmbzr/common/BzrPlugin.class.php
@@ -93,7 +93,7 @@ over it to the project's administrator.");
$b .= _('This project\'s Bazaar repository can be checked out
through anonymous access with the following command.');
$b .= '</p>';
$b .= '<p>' ;
- $b .= '<tt>bzr checkout '.util_make_url
('/anonscm/bzr/'.$project->getUnixName().'/').'</tt><br />';
+ $b .= '<kbd>bzr checkout '.util_make_url
('/anonscm/bzr/'.$project->getUnixName().'/').'</kbd><br />';
$b .= '</p>';
return $b ;
}
@@ -113,7 +113,7 @@ over it to the project's administrator.");
$b .= ' ';
$b .= _('Enter your site password when prompted.');
$b .= '</p>';
- $b .= '<p><tt>bzr checkout bzr+ssh://'.$d.'@' .
$this->getBoxForProject($project) . forge_get_config('repos_path', 'scmbzr')
.'/'. $project->getUnixName().'/'._('branchname').'</tt></p>' ;
+ $b .= '<p><kbd>bzr checkout bzr+ssh://'.$d.'@' .
$this->getBoxForProject($project) . forge_get_config('repos_path', 'scmbzr')
.'/'. $project->getUnixName().'/'._('branchname').'</kbd></p>' ;
} else {
$b .= '<h2>';
$b .= sprintf(_('Developer %s Access via SSH'),
'Bazaar');
@@ -127,7 +127,7 @@ over it to the project's administrator.");
$b .= ' ';
$b .= _('Enter your site password when prompted.');
$b .= '</p>';
- $b .= '<p><tt>bzr checkout
bzr+ssh://<i>'._('developername').'</i>@' . $this->getBoxForProject($project) .
forge_get_config('repos_path', 'scmbzr') .'/'.
$project->getUnixName().'/'._('branchname').'</tt></p>' ;
+ $b .= '<p><kbd>bzr checkout
bzr+ssh://<i>'._('developername').'</i>@' . $this->getBoxForProject($project) .
forge_get_config('repos_path', 'scmbzr') .'/'.
$project->getUnixName().'/'._('branchname').'</kbd></p>' ;
}
return $b ;
}
diff --git a/src/plugins/scmccase/common/CCasePlugin.class.php
b/src/plugins/scmccase/common/CCasePlugin.class.php
index 7fdaffe..044d1ae 100644
--- a/src/plugins/scmccase/common/CCasePlugin.class.php
+++ b/src/plugins/scmccase/common/CCasePlugin.class.php
@@ -92,7 +92,7 @@ class CCasePlugin extends SCMPlugin {
echo "<b>"._('ClearCase Access')."</b>" ;
print "<p>" ;
- printf (_('Either mount the VOB with <tt>cleartool
mount %1$s</tt> or select the <tt>%1$s</tt> VOB in your ClearCase Explorer.'),
+ printf (_('Either mount the VOB with <kbd>cleartool
mount %1$s</kbd> or select the <kbd>%1$s</kbd> VOB in your ClearCase
Explorer.'),
$vob_tag) ;
print "</p>" ;
diff --git a/src/plugins/scmcpold/common/CpoldPlugin.class.php
b/src/plugins/scmcpold/common/CpoldPlugin.class.php
index 684f0d5..c57d843 100644
--- a/src/plugins/scmcpold/common/CpoldPlugin.class.php
+++ b/src/plugins/scmcpold/common/CpoldPlugin.class.php
@@ -81,7 +81,7 @@ class CpoldPlugin extends SCMPlugin {
$b .= ' ';
$b .= _('Enter your site password when prompted.');
$b .= '</p>';
- $b .= '<p><tt>scp -r '.$d.'@' .
$this->getBoxForProject($project) . ':'. forge_get_config('repos_path',
'scmcpold') .'/'. $project->getUnixName().'/ .</tt></p>' ;
+ $b .= '<p><kbd>scp -r '.$d.'@' .
$this->getBoxForProject($project) . ':'. forge_get_config('repos_path',
'scmcpold') .'/'. $project->getUnixName().'/ .</kbd></p>' ;
} else {
$b .= '<h2>';
$b .= sprintf(_('Developer %s Access via SSH'),
'CPOLD');
@@ -95,7 +95,7 @@ class CpoldPlugin extends SCMPlugin {
$b .= ' ';
$b .= _('Enter your site password when prompted.');
$b .= '</p>';
- $b .= '<p><tt>scp -r <i>'._('developername').'</i>@' .
$this->getBoxForProject($project) . ':'. forge_get_config('repos_path',
'scmcpold') .'/'. $project->getUnixName().'/ .</tt></p>' ;
+ $b .= '<p><kbd>scp -r <i>'._('developername').'</i>@' .
$this->getBoxForProject($project) . ':'. forge_get_config('repos_path',
'scmcpold') .'/'. $project->getUnixName().'/ .</kbd></p>' ;
}
return $b ;
}
diff --git a/src/plugins/scmcvs/common/CVSPlugin.class.php
b/src/plugins/scmcvs/common/CVSPlugin.class.php
index c3979c1..6e9880a 100644
--- a/src/plugins/scmcvs/common/CVSPlugin.class.php
+++ b/src/plugins/scmcvs/common/CVSPlugin.class.php
@@ -86,8 +86,8 @@ over it to the project's administrator.");
$b .= _('This project\'s CVS repository can be checked out
through anonymous (pserver) CVS with the following instruction set. The module
you wish to check out must be specified as the <em>modulename</em>. When
prompted for a password for <em>anonymous</em>, simply press the Enter key.');
$b .= '</p>';
$b .= '<p>
- <tt>cvs -d :pserver:anonymous@' . $cvsrootend.'
login</tt><br/>
- <tt>cvs -d :pserver:anonymous@' . $cvsrootend.'
checkout <em>'._('modulename').'</em></tt>
+ <kbd>cvs -d :pserver:anonymous@' . $cvsrootend.'
login</kbd><br/>
+ <kbd>cvs -d :pserver:anonymous@' . $cvsrootend.'
checkout <em>'._('modulename').'</em></kbd>
</p>';
return $b ;
@@ -111,8 +111,8 @@ over it to the project's administrator.");
$b .= _('Enter your site password when prompted.');
$b .= '</p>';
$b .= '<p>
- <tt>export CVS_RSH=ssh</tt><br/>
- <tt>cvs -d :ext:'.$d.'@'.$cvsrootend.' checkout
<em>'._('modulename').'</em></tt>
+ <kbd>export CVS_RSH=ssh</kbd><br/>
+ <kbd>cvs -d :ext:'.$d.'@'.$cvsrootend.'
checkout <em>'._('modulename').'</em></kbd>
</p>';
} else {
$b = '<h2>';
@@ -128,8 +128,8 @@ over it to the project's administrator.");
$b .= _('Enter your site password when prompted.');
$b .= '</p>';
$b .= '<p>
- <tt>export CVS_RSH=ssh</tt><br/>
- <tt>cvs -d
:ext:<em>'._('developername').'</em>@'.$cvsrootend.' checkout
<em>'._('modulename').'</em></tt>
+ <kbd>export CVS_RSH=ssh</kbd><br/>
+ <kbd>cvs -d
:ext:<em>'._('developername').'</em>@'.$cvsrootend.' checkout
<em>'._('modulename').'</em></kbd>
</p>';
}
return $b ;
diff --git a/src/plugins/scmdarcs/common/DarcsPlugin.class.php
b/src/plugins/scmdarcs/common/DarcsPlugin.class.php
index 4569a49..90fbe87 100644
--- a/src/plugins/scmdarcs/common/DarcsPlugin.class.php
+++ b/src/plugins/scmdarcs/common/DarcsPlugin.class.php
@@ -109,7 +109,7 @@ over it to the project's administrator.");
$protocol = forge_get_config('use_ssl')?
'https' : 'http';
$url =
$protocol.'://'.$this->getBoxForProject($project).'/anonscm/darcs/'.$project->getUnixName().'/'.$default_repo;
}
- $b = '<p><tt>darcs get '.$url.'</tt></p>';
+ $b = '<p><kbd>darcs get '.$url.'</kbd></p>';
if (count($repo_names) > 1) {
$b .= '<p>'._('where REPO can be:
').implode(_(', '), $repo_names).'</p>';
}
diff --git a/src/plugins/scmgit/common/GitPlugin.class.php
b/src/plugins/scmgit/common/GitPlugin.class.php
index fc8a7c5..1399a6d 100644
--- a/src/plugins/scmgit/common/GitPlugin.class.php
+++ b/src/plugins/scmgit/common/GitPlugin.class.php
@@ -223,7 +223,7 @@ control over it to the project's administrator.");
' '. _('Enter your site password when
prompted.'));
$htmlRepo = '';
foreach ($repo_list as $repo_name) {
- $htmlRepo .= '<tt>git clone
'.$protocol.'://<i>'._('developername').'</i>@'.$this->getBoxForProject($project).'/authscm/<i>'._('developername').'</i>/git/'.$project->getUnixName()
.'/'. $repo_name .'.git</tt><br />';
+ $htmlRepo .= '<kbd>git clone
'.$protocol.'://<i>'._('developername').'</i>@'.$this->getBoxForProject($project).'/authscm/<i>'._('developername').'</i>/git/'.$project->getUnixName()
.'/'. $repo_name .'.git</kbd><br />';
}
$b .= html_e('p', array(), $htmlRepo);
$b .= '</div>';
diff --git a/src/plugins/scmgit/common/scmgit_Widget_MyRepositories.class.php
b/src/plugins/scmgit/common/scmgit_Widget_MyRepositories.class.php
index 7a8331c..a6134b3 100644
--- a/src/plugins/scmgit/common/scmgit_Widget_MyRepositories.class.php
+++ b/src/plugins/scmgit/common/scmgit_Widget_MyRepositories.class.php
@@ -50,7 +50,7 @@ class scmgit_Widget_MyRepositories extends Widget {
foreach ($GitRepositories as $GitRepository) {
$project = group_get_object($GitRepository);
$cells = array();
- $cells[][] = '<tt>git clone
git+ssh://'.$user->getUnixName().'@' . forge_get_config('scm_host') .'/'.
forge_get_config('scm_root', 'scmgit') .'/'. $project->getUnixName()
.'/users/'. $user->getUnixName() .'.git</tt>';
+ $cells[][] = '<kbd>git clone
git+ssh://'.$user->getUnixName().'@' . forge_get_config('scm_host') .'/'.
forge_get_config('scm_root', 'scmgit') .'/'. $project->getUnixName()
.'/users/'. $user->getUnixName() .'.git</kbd>';
$cells[][] =
util_make_link('/scm/browser.php?group_id='.$project->getID().'&user_id='.$user->getID(),
_('Browse Git Repository'));
$returnhtml .= $HTML->multiTableRow(array(),
$cells);
}
-----------------------------------------------------------------------
Summary of changes:
src/plugins/admssw/include/admsswPlugin.class.php | 4 ++--
src/plugins/admssw/www/projectturtle.php | 2 +-
src/plugins/admssw/www/trove.php | 2 +-
src/plugins/scmbzr/common/BzrPlugin.class.php | 6 +++---
src/plugins/scmccase/common/CCasePlugin.class.php | 2 +-
src/plugins/scmcpold/common/CpoldPlugin.class.php | 4 ++--
src/plugins/scmcvs/common/CVSPlugin.class.php | 12 ++++++------
src/plugins/scmdarcs/common/DarcsPlugin.class.php | 2 +-
src/plugins/scmgit/common/GitPlugin.class.php | 2 +-
.../scmgit/common/scmgit_Widget_MyRepositories.class.php | 2 +-
10 files changed, 19 insertions(+), 19 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits