summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-11-05 11:21:36 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2012-11-05 11:21:36 +0000
commit8f93d8137341ccdafde7b2f2ba71ea9decd93a5d (patch)
treec451cb4af4cf8fcf68523271e2fd17cc10110249 /projects
parent7fe05a9078b809a362abcddd53afd24eca601542 (diff)
downloadnetsurf-website-8f93d8137341ccdafde7b2f2ba71ea9decd93a5d.tar.gz
netsurf-website-8f93d8137341ccdafde7b2f2ba71ea9decd93a5d.tar.bz2
Update link URLs for new repo viewer.
Diffstat (limited to 'projects')
-rw-r--r--projects/hubbub/index.en2
-rw-r--r--projects/iconv/index.en2
-rw-r--r--projects/libcss/index.en4
-rw-r--r--projects/libdom/index.en4
-rw-r--r--projects/libnsbmp/index.en2
-rw-r--r--projects/libnsfb/index.en2
-rw-r--r--projects/libnsgif/index.en2
-rw-r--r--projects/libparserutils/index.en4
-rw-r--r--projects/libpencil/index.en2
-rw-r--r--projects/librosprite/index.en2
-rw-r--r--projects/libsvgtiny/index.en4
-rw-r--r--projects/libwapcaplet/index.en4
-rw-r--r--projects/rufl/index.en2
-rw-r--r--projects/ttf2f/index.en2
14 files changed, 19 insertions, 19 deletions
diff --git a/projects/hubbub/index.en b/projects/hubbub/index.en
index 9d21b90..b9362b1 100644
--- a/projects/hubbub/index.en
+++ b/projects/hubbub/index.en
@@ -60,7 +60,7 @@
<h2>Source code</h2>
-<p>You can <a href="http://source.netsurf-browser.org/?p=libhubbub.git;a=summary">browse the source code</a> via the online interface. Alternatively, you can check it out with Git:</p>
+<p>You can <a href="http://source.netsurf-browser.org/libhubbub.git/">browse the source code</a> via the online interface. Alternatively, you can check it out with Git:</p>
<p class="svncommand">$ git clone git://git.netsurf-browser.org/libhubbub.git</p>
diff --git a/projects/iconv/index.en b/projects/iconv/index.en
index 71e77bb..cd5b6b6 100644
--- a/projects/iconv/index.en
+++ b/projects/iconv/index.en
@@ -54,7 +54,7 @@
<h2>Source code</h2>
-<p>You can <a href="http://source.netsurf-browser.org/?p=iconv.git;a=summary">browse the source code</a> via the online interface. Alternatively, you can check it out with Git:</p>
+<p>You can <a href="http://source.netsurf-browser.org/iconv.git/">browse the source code</a> via the online interface. Alternatively, you can check it out with Git:</p>
<p class="svncommand">$ git clone git://git.netsurf-browser.org/iconv.git</p>
diff --git a/projects/libcss/index.en b/projects/libcss/index.en
index 1c48941..1604094 100644
--- a/projects/libcss/index.en
+++ b/projects/libcss/index.en
@@ -33,7 +33,7 @@
<h2>What is LibCSS?</h2>
-<p>LibCSS is a CSS (Cascading Style Sheet) parser and selection engine, written in C. It was developed as part of the <a href="/">NetSurf</a> project and is available for use by other software under the MIT licence. For further details, see the <a href="http://source.netsurf-browser.org/?p=libcss.git;a=blob_plain;f=README;hb=HEAD">readme</a>.</p>
+<p>LibCSS is a CSS (Cascading Style Sheet) parser and selection engine, written in C. It was developed as part of the <a href="/">NetSurf</a> project and is available for use by other software under the MIT licence. For further details, see the <a href="http://source.netsurf-browser.org/libcss.git/plain/README">readme</a>.</p>
<h2>Features</h2>
@@ -54,7 +54,7 @@
<h2>Source code</h2>
-<p>You can <a href="http://source.netsurf-browser.org/?p=libcss.git;a=summary">browse the source code</a> via the online interface. Alternatively, you can check it out with Git:</p>
+<p>You can <a href="http://source.netsurf-browser.org/libcss.git/">browse the source code</a> via the online interface. Alternatively, you can check it out with Git:</p>
<p class="svncommand">$ git clone git://git.netsurf-browser.org/libcss.git</p>
diff --git a/projects/libdom/index.en b/projects/libdom/index.en
index e39cc50..1518d85 100644
--- a/projects/libdom/index.en
+++ b/projects/libdom/index.en
@@ -33,11 +33,11 @@
<h2>What is LibDOM?</h2>
-<p>LibDOM is an implementation of the <a href="http://www.w3.org/DOM/">W3C DOM</a>, written in C. It is currently in development for use with <a href="/">NetSurf</a> and is intended to be suitable for use in other projects too. For further details, see the <a href="http://source.netsurf-browser.org/?p=libdom.git;a=blob_plain;f=README;hb=HEAD">readme</a>.</p>
+<p>LibDOM is an implementation of the <a href="http://www.w3.org/DOM/">W3C DOM</a>, written in C. It is currently in development for use with <a href="/">NetSurf</a> and is intended to be suitable for use in other projects too. For further details, see the <a href="http://source.netsurf-browser.org/libdom.git/plain/README">readme</a>.</p>
<h2>Source code</h2>
-<p>You can <a href="http://source.netsurf-browser.org/?p=libdom.git;a=summary">browse the source code</a> via the online interface. Alternatively, you can check it out with Git:</p>
+<p>You can <a href="http://source.netsurf-browser.org/libdom.git/">browse the source code</a> via the online interface. Alternatively, you can check it out with Git:</p>
<p class="svncommand">$ git clone git://git.netsurf-browser.org/libdom.git</p>
diff --git a/projects/libnsbmp/index.en b/projects/libnsbmp/index.en
index a269467..48fafeb 100644
--- a/projects/libnsbmp/index.en
+++ b/projects/libnsbmp/index.en
@@ -45,7 +45,7 @@
<h2>Source code</h2>
-<p>You can <a href="http://source.netsurf-browser.org/?p=libnsbmp.git;a=summary">browse the source code</a> via the online interface. Alternatively, you can check it out with Git:</p>
+<p>You can <a href="http://source.netsurf-browser.org/libnsbmp.git/">browse the source code</a> via the online interface. Alternatively, you can check it out with Git:</p>
<p class="svncommand">$ git clone git://git.netsurf-browser.org/libnsbmp.git</p>
diff --git a/projects/libnsfb/index.en b/projects/libnsfb/index.en
index 260b3aa..6fb87f6 100644
--- a/projects/libnsfb/index.en
+++ b/projects/libnsfb/index.en
@@ -49,7 +49,7 @@
<h2>Source code</h2>
-<p>You can <a href="http://source.netsurf-browser.org/?p=libnsfb.git;a=summary">browse the source code</a> via the online interface. Alternatively, you can check it out with Git:</p>
+<p>You can <a href="http://source.netsurf-browser.org/libnsfb.git/">browse the source code</a> via the online interface. Alternatively, you can check it out with Git:</p>
<p class="svncommand">$ git clone git://git.netsurf-browser.org/libnsfb.git</p>
diff --git a/projects/libnsgif/index.en b/projects/libnsgif/index.en
index 9e7ca38..f8fafac 100644
--- a/projects/libnsgif/index.en
+++ b/projects/libnsgif/index.en
@@ -44,7 +44,7 @@
<h2>Source code</h2>
-<p>You can <a href="http://source.netsurf-browser.org/?p=libnsgif.git;a=summary">browse the source code</a> via the online interface. Alternatively, you can check it out with Git:</p>
+<p>You can <a href="http://source.netsurf-browser.org/libnsgif.git/">browse the source code</a> via the online interface. Alternatively, you can check it out with Git:</p>
<p class="svncommand">$ git clone git://git.netsurf-browser.org/libnsgif.git</p>
diff --git a/projects/libparserutils/index.en b/projects/libparserutils/index.en
index 9308fe6..f02fbcf 100644
--- a/projects/libparserutils/index.en
+++ b/projects/libparserutils/index.en
@@ -61,12 +61,12 @@
<li>US-ASCII</li>
</ul>
-<p><strong>Note:</strong> LibParserUtils can optionally be built to use <code>iconv()</code>, enabling support for many more charsets. See the <a href="http://source.netsurf-browser.org/?p=libparserutils.git;a=blob_plain;f=README;hb=HEAD">readme</a> file for details.</p>
+<p><strong>Note:</strong> LibParserUtils can optionally be built to use <code>iconv()</code>, enabling support for many more charsets. See the <a href="http://source.netsurf-browser.org/libparserutils.git/plain/README">readme</a> file for details.</p>
<h2>Source code</h2>
-<p>You can <a href="http://source.netsurf-browser.org/?p=libparserutils.git;a=summary">browse the source code</a> via the online interface. Alternatively, you can check it out with Git:</p>
+<p>You can <a href="http://source.netsurf-browser.org/libparserutils.git/">browse the source code</a> via the online interface. Alternatively, you can check it out with Git:</p>
<p class="svncommand">$ git clone git://git.netsurf-browser.org/libparserutils.git</p>
diff --git a/projects/libpencil/index.en b/projects/libpencil/index.en
index adc72b6..2d899a2 100644
--- a/projects/libpencil/index.en
+++ b/projects/libpencil/index.en
@@ -37,7 +37,7 @@
<h2>Source code</h2>
-<p>You can <a href="http://source.netsurf-browser.org/?p=libpencil.git;a=summary">browse the source code</a> via the online interface.</p>
+<p>You can <a href="http://source.netsurf-browser.org/libpencil.git/">browse the source code</a> via the online interface.</p>
<h2>Contact</h2>
diff --git a/projects/librosprite/index.en b/projects/librosprite/index.en
index 455fd58..2d8d0a0 100644
--- a/projects/librosprite/index.en
+++ b/projects/librosprite/index.en
@@ -57,7 +57,7 @@
<h2>Source code</h2>
-<p>You can <a href="http://source.netsurf-browser.org/?p=librosprite.git;a=summary">browse the source code</a> via the online interface. Alternatively, you can check it out with Git:</p>
+<p>You can <a href="http://source.netsurf-browser.org/librosprite.git/">browse the source code</a> via the online interface. Alternatively, you can check it out with Git:</p>
<p class="svncommand">$ git clone git://git.netsurf-browser.org/librosprite.git</p>
diff --git a/projects/libsvgtiny/index.en b/projects/libsvgtiny/index.en
index 528d990..af8b6ff 100644
--- a/projects/libsvgtiny/index.en
+++ b/projects/libsvgtiny/index.en
@@ -37,11 +37,11 @@
<p class="screenshot"><img src="images/svgtiger.png" alt="" title="Screenshot of NetSurf displaying an SVG with Libsvgtiny"></p>
-<p>The overall idea of the library is to take some SVG as input, and return a list of paths and texts which can be rendered easily. The library does not do the actual rendering. For further details, see the <a href="http://source.netsurf-browser.org/?p=libsvgtiny.git;a=blob_plain;f=README;hb=HEAD">readme</a>.</p>
+<p>The overall idea of the library is to take some SVG as input, and return a list of paths and texts which can be rendered easily. The library does not do the actual rendering. For further details, see the <a href="http://source.netsurf-browser.org/libsvgtiny.git/plain/README">readme</a>.</p>
<h2>Source code</h2>
-<p>You can <a href="http://source.netsurf-browser.org/?p=libsvgtiny.git;a=summary">browse the source code</a> via the online interface. Alternatively, you can check it out with Git:</p>
+<p>You can <a href="http://source.netsurf-browser.org/libsvgtiny.git/">browse the source code</a> via the online interface. Alternatively, you can check it out with Git:</p>
<p class="svncommand">$ git clone git://git.netsurf-browser.org/libsvgtiny.git</p>
diff --git a/projects/libwapcaplet/index.en b/projects/libwapcaplet/index.en
index 24a1fa1..58628ef 100644
--- a/projects/libwapcaplet/index.en
+++ b/projects/libwapcaplet/index.en
@@ -33,11 +33,11 @@
<h2>What is LibWapcaplet?</h2>
-<p>LibWapcaplet is a string internment library, written in C. It provides reference counted string interment and rapid string comparison functionality. It was developed as part of the <a href="/">NetSurf</a> project and is available for use by other software under the MIT licence. For further details, see the <a href="http://source.netsurf-browser.org/?p=libwapcaplet.git;a=blob_plain;f=README;hb=HEAD">readme</a>.</p>
+<p>LibWapcaplet is a string internment library, written in C. It provides reference counted string interment and rapid string comparison functionality. It was developed as part of the <a href="/">NetSurf</a> project and is available for use by other software under the MIT licence. For further details, see the <a href="http://source.netsurf-browser.org/libwapcaplet.git/plain/README">readme</a>.</p>
<h2>Source code</h2>
-<p>You can <a href="http://source.netsurf-browser.org/?p=libwapcaplet.git;a=summary">browse the source code</a> via the online interface. Alternatively, you can check it out with Git:</p>
+<p>You can <a href="http://source.netsurf-browser.org/libwapcaplet.git/">browse the source code</a> via the online interface. Alternatively, you can check it out with Git:</p>
<p class="svncommand">$ git clone git://git.netsurf-browser.org/libwapcaplet.git</p>
diff --git a/projects/rufl/index.en b/projects/rufl/index.en
index b79ff62..e5dd733 100644
--- a/projects/rufl/index.en
+++ b/projects/rufl/index.en
@@ -60,7 +60,7 @@
<h2>Source code</h2>
-<p>You can <a href="http://source.netsurf-browser.org/?p=rufl.git;a=summary">browse the source code</a> via the online interface. Alternatively, you can check it out with Git:</p>
+<p>You can <a href="http://source.netsurf-browser.org/rufl.git/">browse the source code</a> via the online interface. Alternatively, you can check it out with Git:</p>
<p class="svncommand">$ git clone git://git.netsurf-browser.org/rufl.git</p>
diff --git a/projects/ttf2f/index.en b/projects/ttf2f/index.en
index 8a5968f..b90c9ff 100644
--- a/projects/ttf2f/index.en
+++ b/projects/ttf2f/index.en
@@ -55,7 +55,7 @@
<h2>Source code</h2>
-<p>You can <a href="http://source.netsurf-browser.org/?p=ttf2f.git;a=summary">browse the source code</a> via the online interface. Alternatively, you can check it out with Git:</p>
+<p>You can <a href="http://source.netsurf-browser.org/ttf2f.git/">browse the source code</a> via the online interface. Alternatively, you can check it out with Git:</p>
<p class="svncommand">$ git clone git://git.netsurf-browser.org/ttf2f.git</p>