SF.net SVN: mahogany: [7152] trunk/MahoganyWeb

[email protected]
Newsgroups gmane.mail.mahogany.cvs
Message-ID <[email protected]>
Revision: 7152
          http://svn.sourceforge.net/mahogany/?rev=7152&view=rev
Author:   nerijus
Date:     2006-11-06 16:15:57 -0800 (Mon, 06 Nov 2006)

Log Message:
-----------
cvs->svn transition

Modified Paths:
--------------
    trunk/MahoganyWeb/ChangeLog.ht4
    trunk/MahoganyWeb/defaults.def
    trunk/MahoganyWeb/docs.ht4
    trunk/MahoganyWeb/download.ht4
    trunk/MahoganyWeb/status.ht4
    trunk/MahoganyWeb/translators.ht4

Modified: trunk/MahoganyWeb/ChangeLog.ht4
===================================================================
--- trunk/MahoganyWeb/ChangeLog.ht4	2006-11-07 00:14:07 UTC (rev 7151)
+++ trunk/MahoganyWeb/ChangeLog.ht4	2006-11-07 00:15:57 UTC (rev 7152)
@@ -1,7 +1,7 @@
 M4_HeaderLine(Changes between releases)
 <font size=-1>
 The most detailed list of user-visible changes can be found in
-the M4_CvsLink(CHANGES, CHANGES) file in our cvs.
+the M4_SvnLink(CHANGES, CHANGES) file in our svn.
 
 M4_HeaderLineX(From Release 0.66 to Release 0.67,+0)
 <ul>

Modified: trunk/MahoganyWeb/defaults.def
===================================================================
--- trunk/MahoganyWeb/defaults.def	2006-11-07 00:14:07 UTC (rev 7151)
+++ trunk/MahoganyWeb/defaults.def	2006-11-07 00:15:57 UTC (rev 7152)
@@ -68,9 +68,9 @@
 define(M4_HeaderLine, M4_HeaderLineX(`$1', +1))
 define(M4_Img,`<IMG SRC="images/$1" BORDER=0 ALIGN=CENTER ALT=$2>')
 
-define(M4_CvsLink,
+define(M4_SvnLink,
     M4_Link(`$1',
-      `http://mahogany.cvs.sourceforge.net/*checkout*/mahogany/M/$2?revision=1'))
+      `http://http://mahogany.svn.sourceforge.net/viewvc/mahogany/trunk/M/$2?revision=HEAD'))
 
 define(M4_BugzURL, `http://zeitlin.homeunix.com/cgi-bin/mbugs/index.cgi')
 

Modified: trunk/MahoganyWeb/docs.ht4
===================================================================
--- trunk/MahoganyWeb/docs.ht4	2006-11-07 00:14:07 UTC (rev 7151)
+++ trunk/MahoganyWeb/docs.ht4	2006-11-07 00:15:57 UTC (rev 7152)
@@ -32,8 +32,7 @@
 dnl    <p>
 dnl       M4_Link(View the hackers guide in PDF ``format'', doc/Pdf/HackersGuide.pdf)<br>
 dnl       M4_Link(Some auto-generated docs on the Python interface, doc/Python/)<br>
-dnl       M4_Link(`View the Mahogany TODO file (outdated, superceded by bugtracker)',
-dnl       http://mahogany.cvs.sourceforge.net/*checkout*/mahogany/M/TODO?revision=1)<br>
+dnl       M4_SvnLink(View the Mahogany TODO file (outdated, superceded by bugtracker), TODO)<br>
 
 M4_HeaderLine(For the developers)
 

Modified: trunk/MahoganyWeb/download.ht4
===================================================================
--- trunk/MahoganyWeb/download.ht4	2006-11-07 00:14:07 UTC (rev 7151)
+++ trunk/MahoganyWeb/download.ht4	2006-11-07 00:15:57 UTC (rev 7152)
@@ -2,9 +2,7 @@
 M4_Mahogany 0.67 was released on August 1, 2006, see below for download
 location.
 
-Read the M4_Link(announcement text,
-http://mahogany.cvs.sourceforge.net/*checkout*/mahogany/M/doc/Mannounce.txt?revision=HEAD)
-here.
+Read the M4_SvnLink(announcement text, doc/Mannounce.txt) here.
 
 M4_HeaderLineX(Latest Release,+0)
 
@@ -15,7 +13,7 @@
 If you have troubles with binary version (especially under Unix), please
 try rebuilding the program from sources (or from SRPM).
 
-M4_HeaderLineX(Daily Snapshots and Binaries from cvs,+0)
+M4_HeaderLineX(Daily Snapshots and Binaries from svn,+0)
 
 <ul>
 <li>
@@ -58,15 +56,15 @@
 
 
 
-M4_HeaderLineX(Mahogany CVS access,+0)
-The M4_Mahogany cvs repository can be accessed anonymously (see
-<a href="http://sourceforge.net/cvs/?group_id=3100">
+M4_HeaderLineX(Mahogany SVN access,+0)
+The M4_Mahogany svn repository can be accessed anonymously (see
+<a href="http://sourceforge.net/svn/?group_id=3100">
 instructions</a> for accessing it) so you can always get the latest and
 greatest version from it.
 <p>
 You may also
-<a href="http://mahogany.cvs.sourceforge.net/mahogany/">browse</a>
-the cvs sources online.
+<a href="http://svn.sourceforge.net/mahogany">browse</a>
+the svn sources online.
 
 M4_HeaderLineX(wxWidgets,+0)
 M4_Mahogany 0.67 can be compiled either with wxWidgets (formerly called wxWindows)

Modified: trunk/MahoganyWeb/status.ht4
===================================================================
--- trunk/MahoganyWeb/status.ht4	2006-11-07 00:14:07 UTC (rev 7151)
+++ trunk/MahoganyWeb/status.ht4	2006-11-07 00:15:57 UTC (rev 7152)
@@ -57,8 +57,8 @@
  M4_HeaderLine(Progress update) A detailed listing of all
  user-visible changes is maintained as part of the source
  repository. Click on the link below to view this list in your
- browser. <ul><li> <a
- href="http://mahogany.cvs.sourceforge.net/*checkout*/mahogany/M/CHANGES?revision=HEAD">View the up-to-date CHANGES file directly from the cvs repository.</a></li></ul>
+ browser. <ul><li> M4_SvnLink("View the up-to-date CHANGES file
+ directly from the cvs repository.", CHANGES)</li></ul>
      <p>
    M4_HeaderLine(Older changes diary)
    <em>This list of changes is largely out of date. It was

Modified: trunk/MahoganyWeb/translators.ht4
===================================================================
--- trunk/MahoganyWeb/translators.ht4	2006-11-07 00:14:07 UTC (rev 7151)
+++ trunk/MahoganyWeb/translators.ht4	2006-11-07 00:15:57 UTC (rev 7152)
@@ -76,7 +76,7 @@
 <p><center><table border=1>
 <tr><th>Language</th><th>[Note]</th><th>Status</th><th>Last update</th><th>File</th><th>Last Translator</th></tr>
 define(MyRow, `<tr><td>$1</td><td>$2</td><td>$3</td><td>$4</td>
-<td><a href="http://mahogany.cvs.sourceforge.net/mahogany/M/locale/$5">$5</a></td>
+<td>M4_SvnLink($5, locale/$5)</td>
 <td>$6</td></tr>')dnl
 MyRow(German, 97%, current 0.64, 2003-01-27, de.po, Martin Jost)
 MyRow(Spanish, 22%, current 0.63, 2001-06-12, es.po, Leandro Lucarella)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.