www: 1fadd1e4: Make the Ubuntu setup instructions easie...
darkrain42 at pidgin.im
darkrain42 at pidgin.im
Thu May 14 02:30:48 EDT 2009
-----------------------------------------------------------------
Revision: 1fadd1e4bab91f724a9f6dc4e1822c4a2d3ed2c8
Ancestor: 23c390dbd44c9f4f6f802c7171c563ff6d5f0d8b
Author: darkrain42 at pidgin.im
Date: 2009-05-14T06:26:54
Branch: im.pidgin.www
URL: http://d.pidgin.im/viewmtn/revision/info/1fadd1e4bab91f724a9f6dc4e1822c4a2d3ed2c8
Modified files:
htdocs/download/ubuntu/index.php htdocs/shared/css/main.css
ChangeLog:
Make the Ubuntu setup instructions easier to parse (I believe)
-------------- next part --------------
============================================================
--- htdocs/download/ubuntu/index.php 5468df4ebd7c3f971f89ce7be8c4782c1c39c3d0
+++ htdocs/download/ubuntu/index.php 7b126ca120e816b9240bf233fe51ecc9557cafbf
@@ -21,17 +21,15 @@
<div class="box_download">
<p>Ubuntu ships Pidgin but does not update it after a release (except for security issues). For those users who desire new releases of Pidgin, we have packaged Pidgin in a PPA. If you encounter problems with these packages, try <a href="../source">building from source</a> and <a href="/support">report the bug</a>.</p>
-<p>To setup the PPA, copy-and-paste these commands into a <a href="https://help.ubuntu.com/community/UsingTheTerminal#Starting%20a%20Terminal">terminal</a>:<br />
-<span style="font-family: monospace">
- sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com \<br />
- 67265eb522bdd6b1c69e66ed7fb8bee0a1f196a8<br />
- . /etc/lsb-release<br />
- echo deb http://ppa.launchpad.net/pidgin-developers/ppa/ubuntu \<br />
- $DISTRIB_CODENAME main | \<br />
- sudo tee /etc/apt/sources.list.d/pidgin-ppa.list</span>
-<br />
-</p>
+<p>To setup the PPA, copy-and-paste these commands into a <a href="https://help.ubuntu.com/community/UsingTheTerminal#Starting%20a%20Terminal">terminal</a>:<br /></p>
+<p class='code'>sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com \
+ 67265eb522bdd6b1c69e66ed7fb8bee0a1f19asdf6a8</p>
+<p class='code'>. /etc/lsb-release</p>
+<p class='code'>echo deb http://ppa.launchpad.net/pidgin-developers/ppa/ubuntu \
+ $DISTRIB_CODENAME main | \<br />
+ sudo tee /etc/apt/sources.list.d/pidgin-ppa.list</p>
+
<p>Once this PPA is setup, Pidgin updates will show up in Update Manager along with the usual Ubuntu updates. The PPA will need to be re-setup only after upgrading Ubuntu.</p>
</div>
============================================================
--- htdocs/shared/css/main.css 320e3f0aad64fd011a18bd4b697e748dfbdfeaba
+++ htdocs/shared/css/main.css b6e466c4e5cd167b9d4b90fedb86302984906691
@@ -382,6 +382,10 @@ ul.condensed {
float: left;
}
+.code {
+ font-family: monospace;
+}
+
h1 {
color: #E66926;
margin-top: 0;
More information about the Commits
mailing list