updated some more occurrencies of code.campware.org to the new URIs;

updated 'dapper' to 'hardy' in some places;
removed a claim in the README file that Ubuntu packages will work on all Debian-based systems
This commit is contained in:
fgerlits 2009-05-02 14:41:46 +00:00
parent aee5a86f65
commit cb32ca774e
13 changed files with 38 additions and 40 deletions

View File

@ -27,7 +27,7 @@
--------------------------------------------------------------------------------
Installing on Ubuntu Dapper
Installing on Ubuntu/Kubuntu etc.
doc/installUbuntu.html
Installing on other platforms

View File

@ -50,23 +50,23 @@ Major features of Campcaster:
INSTALLATION
------------
If you have a Debian-based system, the easiest way to install is to add:
If you are running Ubuntu 8.04 (hardy), the easiest way to install is to add:
deb http://code.campware.org/ubuntu dapper main
deb http://packages.campware.org/ubuntu hardy main
to your sources.list file, and then type:
sudo apt-get update
sudo apt-get install campcaster-studio campcaster-station campcaster-libs
* Building & Installing on Ubuntu Dapper
* Building & Installing on all versions of Ubuntu/Kubuntu etc.
doc/installUbuntu.html
* Installing on other platforms
doc/install.html
* Developing on Ubuntu Dapper
http://code.campware.org/projects/campcaster/wiki/DevelopmentEnvironment
* Developing on all versions of Ubuntu/Kubuntu etc.
http://trac.campware.org/campcaster/wiki/DevelopmentEnvironment
* Developing on other platforms
doc/gettingStarted.html
@ -74,7 +74,7 @@ to your sources.list file, and then type:
Documentation
-------------
* User manual
http://code.campware.org/manuals/campcaster/1.1/
http://manuals.campware.org/campcaster/
-------------------------------------------------------------------------

View File

@ -28,7 +28,7 @@ control system, but some preparation and setup has to be made on system
used to develop Campcaster as well.<br>
<br>
There is a simplified and Ubuntu-centric version of this document in the
<a href="http://code.campware.org/projects/campcaster/wiki/DevelopmentEnvironment">
<a href="http://trac.campware.org/campcaster/wiki/DevelopmentEnvironment">
Campcaster Trac wiki</a>.
<h1>Steps<br>
@ -121,10 +121,10 @@ apache, and change the <code>AllowOverride</code> directive in the
<h2>Check out the sources</h2>
The Campcaster development directory tree can be accessed anonymously via
<a href="http://subversion.tigris.org/">Subversion</a>, at
<code>svn+ssh://code.campware.org/home/svn/repo/campcaster/trunk/campcaster</code>.
<code>svn://source.campware.org/campcaster/trunk/campcaster</code>.
The following Subversion command
would check out the development tree:<br><br>
<pre><code>svn checkout svn+ssh://code.campware.org/home/svn/repo/campcaster/trunk/campcaster</code></pre><br>
<pre><code>svn checkout svn://source.campware.org/campcaster/trunk/campcaster</code></pre><br>
This will check out and create the Campcaster development <a
href="developmentEnvironment/directoryStructure.html">directory
structure</a>.<br>

View File

@ -33,9 +33,9 @@ versions, if they are provided for your distribution; or you can download
them from the URLs listed, and compile them yourself (follow the instructions
included with each tool and library).
<p>If you are using Ubuntu Dapper (or later), then the easiest way of doing this
<p>If you are using Ubuntu 8.04 (hardy) or later, then the easiest way of doing this
is to run the
<a href="http://code.campware.org/projects/campcaster/wiki/DevelopmentEnvironment#a1.Installpackages">
<a href="http://trac.campware.org/campcaster/wiki/DevelopmentEnvironment#a1.Installpackages">
<code>apt-get install</code> command</a> given on our wiki page.
@ -108,16 +108,15 @@ Ubuntu, this is <code>www-data</code>.
[default: /etc/postgresql]
</pre>
The directory containing the PostgreSQL configuration file
<code>pg_hba.conf</code>. On Ubuntu Dapper and Edgy, this is
<code>/etc/postgresql/8.1/main</code>. On some distributions, it may be
<code>/var/lib/postgres/data/</code>.
<code>pg_hba.conf</code>. On Ubuntu 8.04 (hardy), this is
<code>/etc/postgresql/8.3/main</code>. On other distributions, it may be
different, for example <code>/var/lib/postgres/data/</code>.
<p><pre>
--postgresql-init-script the start/stop command for the PostgreSQL daemon
[default: /etc/init.d/postgresql]
</pre>
The init script used to start and stop the PostgreSQL daemon. On Ubuntu Dapper
and Edgy, this is <code>/etc/init.d/postgresql-8.1</code>.
The init script used to start and stop the PostgreSQL daemon. On Ubuntu 8.04 (hardy), this is <code>/etc/init.d/postgresql-8.3</code>.
<p>There are several more options; type
<code>./bin/postInstallStation.sh --help</code>

View File

@ -18,8 +18,7 @@ Development Loan Fund</a>, under the GNU <a
</ul>
<h1>Scope</h1>
This document describes how to compile and install Campcaster on an Ubuntu
Dapper system. It will probably work, with at most small modifications,
This document describes how to compile and install Campcaster on an Ubuntu 8.04 (hardy) system. It will probably work, with at most small modifications,
on other Ubuntu or Debian systems. For other Linux distributions, please
see the <a href="install.html">general instructions</a>.
@ -29,7 +28,7 @@ see the <a href="install.html">general instructions</a>.
<h2>1. Install the tools, libraries and services</h2>
Run the
<a href="http://code.campware.org/projects/campcaster/wiki/DevelopmentEnvironment#a1.Installpackages">
<a href="http://trac.campware.org/campcaster/wiki/DevelopmentEnvironment#a1.Installpackages">
<code>apt-get install</code> command</a> given on our wiki page.

View File

@ -64,7 +64,7 @@ The live CD produced with this HOWTO (as of revision 3055) has the following iss
<ul>
<li>It is very slow if your computer has less than 1 GB of memory.</li>
<li>Installing on the hard drive does not work well. See
<a href="http://code.campware.org/projects/campcaster/ticket/2204">ticket
<a href="http://trac.campware.org/campcaster/ticket/2204">ticket
#2204</a>.
</ul>

View File

@ -1177,8 +1177,8 @@ information.</FONT></FONT></P>
<P CLASS="western" STYLE="margin-bottom: 0in; font-weight: medium"><FONT SIZE=3>Campcaster
needs your input to constantly improve. If the software doesn't
behave as it should, please let us know about it by entering a
trouble ticket at <A HREF="http://code.campware.org/projects/campcaster">http://code.campware.org/projects/campcaster</A>.
trouble ticket at <A HREF="http://trac.campware.org/campcaster">http://trac.campware.org/campcaster</A>.
That way, the Campcaster team can keep track of your problem and you
can check to see whether it has been fixed.</FONT></P>
</BODY>
</HTML>
</HTML>

View File

@ -59,7 +59,7 @@ control system</li>
</ul>
To get a fresh copy of the Campcaster repository, execute the
following in an empty directory:
<pre><code>svn checkout svn://code.campware.org/campcaster/trunk/campcaster</code><br></pre>
<pre><code>svn checkout svn://source.campware.org/campcaster/trunk/campcaster</code><br></pre>
<h1>Checking the distribution script</h1>
@ -190,19 +190,19 @@ campcaster-studio_&lt;version&gt;-1_&lt;arch&gt;.deb
<h1>Uploading the packages to the Campware repository</h1>
For users to be able to install the packages using <code>apt-get</code>
or <code>Synaptic</code> etc., they need to be uploaded to the Campware
package repository on <code>code.campware.org</code>.
package repository on <code>packages.campware.org</code>.
To do this, you need to do the following, as real root (sudo is not enough):
<ul>
<li>Copy the three package files to the
<code>/var/www/ubuntu/packages/dapper/&lt;arch&gt;</code> directory
on <code>code.campware.org</code>. If the directory contained earlier
<code>/var/www/ubuntu/packages/hardy/&lt;arch&gt;</code> directory
on <code>packages.campware.org</code>. If the directory contained earlier
versions of the packages, you can delete those.
<li>Generate the package listing:
<pre>cd /var/www/ubuntu
apt-ftparchive packages packages/dapper/&lt;arch&gt; | gzip -9c > dists/dapper/main/binary-&lt;arch&gt;/Packages.gz</pre>
apt-ftparchive packages packages/hardy/&lt;arch&gt; | gzip -9c > dists/hardy/main/binary-&lt;arch&gt;/Packages.gz</pre>
</ul>
For other releases, like edgy, feisty, etc, replace 'dapper' accordingly
For other releases, like intrepid, jaunty, karmic etc. replace 'hardy' accordingly
everywhere, of course.
<h1>Tagging the sources</h1>
@ -212,8 +212,8 @@ repository has to be tagged, so that the the very versions in the
release can be retrieved at any later date. To tag the repository,
issue the following command:<br>
<br>
<pre><code>svn copy svn://code.campware.org/campcaster/trunk \
svn://code.campware.org/campcaster/tags/campcaster-&lt;version&gt;
<pre><code>svn copy svn://source.campware.org/campcaster/trunk \
svn://source.campware.org/campcaster/tags/campcaster-&lt;version&gt;
</code></pre>
<br>
This will tag the current state of the repository with the tag <code>campcaster-&lt;version&gt;</code>,
@ -224,7 +224,7 @@ enabling later retrieval of this specific state.<br>
Add the new version number to the Version pull-down menu in Trac by
executing
<pre><code>trac-admin /usr/local/trac-projects/campcaster version add &lt;version&gt;</code></pre>
on <code>code.campware.org</code>.
on <code>trac.campware.org</code>.
<h1>Publishing the tarballs</h1>

View File

@ -41,7 +41,7 @@ The repository CD creation process consists of the following steps:<br>
<h1>Collect the necessary deb packages</h1>
Start with a fresh Ubuntu system installed from the install CD, with no additional packages. Add the universe repository and the campware.org
repository
<pre>deb http://code.campware.org/ubuntu dapper main</pre>
<pre>deb http://packages.campware.org/ubuntu hardy main</pre>
to <code>/etc/apt/sources.list</code>.
Type

View File

@ -50,18 +50,18 @@ the list of contributors.</p>
<ol>
<li>If editing an existing language: download the latest version of the
language file ??.txt or ??_??.txt from
<a href="http://code.campware.org/projects/campcaster/browser/trunk/campcaster/src/products/gLiveSupport/var/">this directory</a>
<a href="http://trac.campware.org/campcaster/browser/trunk/campcaster/src/products/gLiveSupport/var/">this directory</a>
(click on the file name, scroll down to the bottom, right-click on
Original Format and choose Save Target As or Save Link As, depending
on your browser);
<p>if adding a new language: download
<a href="http://code.campware.org/projects/campcaster/file/trunk/campcaster/src/products/gLiveSupport/var/root.txt?format=txt">the latest version of root.txt</a>;</li>
<a href="http://trac.campware.org/campcaster/file/trunk/campcaster/src/products/gLiveSupport/var/root.txt?format=txt">the latest version of root.txt</a>;</li>
<li>edit the text between the "..."s;</li>
<li>save it as a plain text file in UTF-8 encoding.
Please do not send Word documents or files in other encodings.
Use a simple text editor like Notepad, GEdit or Kate.</li>
<li>Finally, send it to the
<a href="http://sympa.mdlf.org/wws/info/campcaster-dev">
<a href="http://lists.campware.org/mailman/listinfo/campcaster-dev">
developers' mailing list</a>.</li>
</ol>
</p>

View File

@ -90,7 +90,7 @@ if (window.attachEvent) window.attachEvent("onload", sfHover);
<li class="nav-main"><a>##Help##</a>
<ul>
<li><a href="" onclick="window.open('http://code.campware.org/manuals/campcaster/1.1/', 'help', 'menubar=yes,toolbar=yes,location=yes,status=yes,scrollbars=yes,resizable=yes,width=850,height=800')">##User Manual##</a></li>
<li><a href="" onclick="window.open('http://manuals.campware.org/campcaster', 'help', 'menubar=yes,toolbar=yes,location=yes,status=yes,scrollbars=yes,resizable=yes,width=850,height=800')">##User Manual##</a></li>
<li><a href="" onclick="window.open('{$UI_BROWSER}?popup[]=help', 'help', 'scrollbars=yes,resizable=yes,width=500,height=800')">##Quickstart##</a></li>
<li><a href="" onclick="window.open('http://campcaster.campware.org/', 'help', 'menubar=yes,toolbar=yes,location=yes,status=yes,scrollbars=yes,resizable=yes,width=850,height=800')">##Homepage##</a></li>
@ -100,4 +100,4 @@ if (window.attachEvent) window.attachEvent("onload", sfHover);
{/if}
{include file='userinfo.tpl'}
</div>
</div>

View File

@ -275,7 +275,7 @@ DIV.blockquote
allowed in the PHP system settings of the machine you are running
Campcaster on. Please increase the settings of
&quot;upload_max_filesize&quot; and &quot;post_max_size&quot; in
php.ini. For more information, consult the <A HREF="http://code.campware.org/manuals/campcaster/1.0/index.php?id=42" TARGET="_blank">Campcaster
php.ini. For more information, consult the <A HREF="http://manuals.campware.org/campcaster" TARGET="_blank">Campcaster
manual</A> chapter 4.12.
</P>
<H2>Where to go for help</H2>

View File

@ -26,7 +26,7 @@ class CampcasterPlugin < Plugin
def handle_ticket( m, params )
ticket = params[:ticket]
if ticket.to_i > 0
url = "http://code.campware.org/projects/campcaster/ticket/#{ticket}"
url = "http://trac.campware.org/campcaster/ticket/#{ticket}"
uri = URI.parse( url )
else
m.reply "Usage: #{help nil}"