Remove all the references to "drupal". (#14273)
* Remove all the references to "drupal". * Apply ferdymercury changes. Thanks !
This commit is contained in:
parent
a085ccebac
commit
7a987c29f6
@ -553,7 +553,7 @@ targets.
|
||||
|
||||
=head1 BUGS
|
||||
|
||||
To report bugs, please visit L<http://root.cern.ch/drupal/content/bug-tracker>.
|
||||
To report bugs, please visit L<https://github.com/root-project/root/issues/new>.
|
||||
Most bug reports should include preprocessed source files and the full output
|
||||
of the compiler, along with information to reproduce.
|
||||
|
||||
|
@ -10,7 +10,7 @@ platorm and bundle it into an installer. If you want to manually compile Cling
|
||||
from source, go through the [README] of Cling or the build instructions [here].
|
||||
|
||||
[README]:https://github.com/root-project/cling/blob/master/README.md
|
||||
[here]:http://root.cern.ch/drupal/content/cling-build-instructions
|
||||
[here]:https://root.cern/cling/cling_build_instructions/
|
||||
|
||||
Below is a list of platforms currently supported by CPT:
|
||||
* Ubuntu and distros based on Debian - *DEB packages*
|
||||
|
@ -70,7 +70,7 @@
|
||||
<h1>Cling Goes Public</h1>
|
||||
<h5>July 25th, 2011</h5>
|
||||
<p>
|
||||
Cling is a completely new development, based on the opensource projects <a target="_blank" href="http://clang.llvm.org">clang</a> and <a target="_blank" href="http://llvm.org">LLVM</a>. Cling is a new generation interpreter implemented as an interactive compiler interface of clang. The developer team has carefully designed the project, taking in mind the lessons that they had learn from <a target="_blank" href="http://root.cern.ch/drupal/content/cint">CINT</a>.
|
||||
Cling is a completely new development, based on the opensource projects <a target="_blank" href="http://clang.llvm.org">clang</a> and <a target="_blank" href="http://llvm.org">LLVM</a>. Cling is a new generation interpreter implemented as an interactive compiler interface of clang. The developer team has carefully designed the project, taking in mind the lessons that they had learn from CINT.
|
||||
</p>
|
||||
<p>
|
||||
Cling has been developed as prototype since quite a while. We have got more manpower and we managed to improve the prototype a lot. We have gotten to stage where the project could be useful.
|
||||
|
@ -72,7 +72,7 @@
|
||||
<p>
|
||||
Welcome to our website!
|
||||
<br />
|
||||
The website contains vast information of the cling interactive compiler interface project. Information could be found at <a href="http://root.cern.ch/drupal/content/cling">here</a> as well.
|
||||
The website contains vast information of the cling interactive compiler interface project. Information could be found at <a href="https://root.cern/cling/">here</a> as well.
|
||||
</p>
|
||||
<p>
|
||||
Advantages of the current website are:
|
||||
|
@ -76,7 +76,7 @@
|
||||
<!-- insert the page content here -->
|
||||
<h1>Download & Build Instructions</h1>
|
||||
<p>This page is shows how to download and build the project cling as a standalone C++ interpreter in few steps</p>
|
||||
<div class="info"> If you want to download and build cling within ROOT please follow the tutorial <a href="http://root.cern.ch/drupal/content/cling-build-instructions" target="_blank">here</a></div>
|
||||
<div class="info"> If you want to download and build cling within ROOT please follow the tutorial <a href="https://root.cern/cling/cling_build_instructions/" target="_blank">here</a></div>
|
||||
<h2>Build</h2>
|
||||
<h3>Unix systems</h3>
|
||||
<ul><b><i>Prerequisites</i></b>
|
||||
|
@ -116,7 +116,7 @@
|
||||
<h2>Details</h2>
|
||||
<h3>Command line</h3>
|
||||
<p>
|
||||
The interactive prompt supports an emacs-like command line editor, just like bash terminal, which makes it easy to integrate and use. Cling uses <a href="http://root.cern.ch/drupal/content/textinput-prompt">TextInput</a> and doesn't depend on ncurses.
|
||||
The interactive prompt supports an emacs-like command line editor, just like bash terminal, which makes it easy to integrate and use. Cling uses TextInput and doesn't depend on ncurses.
|
||||
</p>
|
||||
<p>
|
||||
Autocompletion should be coming soon!
|
||||
|
@ -70,7 +70,7 @@
|
||||
<h1>Cling Goes Public</h1>
|
||||
<h5>July 25th, 2011</h5>
|
||||
<p>
|
||||
Cling is a completely new development, based on the opensource projects <a target="_blank" href="http://clang.llvm.org">clang</a> and <a target="_blank" href="http://llvm.org">LLVM</a>. Cling is a new generation interpreter implemented as an interactive compiler interface of clang. The developer team has carefully designed the project, taking in mind the lessons that they had learn from <a target="_blank" href="http://root.cern.ch/drupal/content/cint">CINT</a>.
|
||||
Cling is a completely new development, based on the opensource projects <a target="_blank" href="http://clang.llvm.org">clang</a> and <a target="_blank" href="http://llvm.org">LLVM</a>. Cling is a new generation interpreter implemented as an interactive compiler interface of clang. The developer team has carefully designed the project, taking in mind the lessons that they had learn from CINT.
|
||||
</p>
|
||||
<a class="readmore" href="news/ClingAnnouncement.html">Read more >></a>
|
||||
<br class="clear">
|
||||
@ -80,7 +80,7 @@
|
||||
<p>
|
||||
Welcome to our website!
|
||||
<br />
|
||||
The website contains vast information of the cling interactive compiler interface project. Information could be found at <a href="http://root.cern.ch/drupal/content/cling">here</a> as well.
|
||||
The website contains vast information of the cling interactive compiler interface project. Information could be found at <a href="https://root.cern/cling/">here</a> as well.
|
||||
</p>
|
||||
<a class="readmore" href="news/NewWebsiteLaunched.html">Read more >></a>
|
||||
<br class="clear">
|
||||
|
@ -23,7 +23,7 @@
|
||||
<h2>Details</h2>
|
||||
<h3>Command line</h3>
|
||||
<p>
|
||||
The interactive prompt supports an emacs-like command line editor, just like bash terminal, which makes it easy to integrate and use. Cling uses <a href="http://root.cern.ch/drupal/content/textinput-prompt">TextInput</a> and doesn't depend on ncurses.
|
||||
The interactive prompt supports an emacs-like command line editor, just like bash terminal, which makes it easy to integrate and use. Cling uses TextInput and doesn't depend on ncurses.
|
||||
</p>
|
||||
<p>
|
||||
Autocompletion should be coming soon!
|
||||
|
Loading…
Reference in New Issue
Block a user