[gnomeweb-wml] anjuta web; Get rid of terminal class and use code class instead.
- From: Naba Kumar <naba src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnomeweb-wml] anjuta web; Get rid of terminal class and use code class instead.
- Date: Sun, 31 Jan 2010 22:51:22 +0000 (UTC)
commit 12b768bd838ac62e90d1168a43b65f579757c4e8
Author: Naba Kumar <naba gnome org>
Date: Sun Jan 31 23:37:31 2010 +0200
anjuta web; Get rid of terminal class and use code class instead.
projects.gnome.org/anjuta/css/anjuta.css | 8 --------
projects.gnome.org/anjuta/development.page | 16 +++++++++-------
2 files changed, 9 insertions(+), 15 deletions(-)
---
diff --git a/projects.gnome.org/anjuta/css/anjuta.css b/projects.gnome.org/anjuta/css/anjuta.css
index ae51518..114c2a8 100644
--- a/projects.gnome.org/anjuta/css/anjuta.css
+++ b/projects.gnome.org/anjuta/css/anjuta.css
@@ -79,14 +79,6 @@ span.med-tag { font-size: 18pt; }
span.large-tag { font-size: 21pt; }
span.huge-tag { font-size: 26pt; }
-div.terminal {
- background-color: #444444;
- color: #eeeeee;
- border: #999999 1px solid;
- font-family: monospace;
- padding: 10px;
-}
-
p.quote {
background-color: #dddddd;
color: #333333;
diff --git a/projects.gnome.org/anjuta/development.page b/projects.gnome.org/anjuta/development.page
index 4636cb6..30dc23d 100644
--- a/projects.gnome.org/anjuta/development.page
+++ b/projects.gnome.org/anjuta/development.page
@@ -46,9 +46,9 @@
<code>gdl</code> modules
from the repository:</p>
- <div class="terminal">
- $ git clone git://git.gnome.org/anjuta <br/>
- $ git clone git://git.gnome.org/gdl <br/>
+ <div class="code">
+ $ git clone git://git.gnome.org/anjuta <br/>
+ $ git clone git://git.gnome.org/gdl <br/>
</div>
<p>That only gives read access to the repository. If you have an account
@@ -56,20 +56,22 @@
write access to the <code>anjuta</code> module as an Anjuta developer),
you instead need to check out the source with:</p>
- <div class="terminal">
+ <div class="code">
$ git clone ssh://username git gnome org/git/anjuta <br/>
$ git clone ssh://username git gnome org/git/gdl <br/>
</div>
<p>Now you will want to build and install. Run:</p>
- <div class="terminal">$ ./autogen.sh</div>
+ <div class="code">
+ $ ./autogen.sh
+ </div>
<p>If you want to enable Anjuta API documentation generation, you can pass --enable-gtk-doc to
the above autogen.sh script. Then continue just like you would work with a tarball
package:</p>
- <div class="terminal">
+ <div class="code">
$ ./configure<br/>
$ make<br/>
$ su [password]<br/>
@@ -80,7 +82,7 @@
missing some key dependencies to make it build.
</p>
<p>After you have checked the code out, you can use:</p>
- <div class="terminal">
+ <div class="code">
$ git pull --rebase (in the anjuta top level directory)
</div>
<p>to update your personal copy of Anjuta to the latest version from the
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]