[Pikloops-svn] SF.net SVN: pikloops: [175] web/trunk
Brought to you by:
dionysos-sf
|
From: <dio...@us...> - 2007-10-17 15:30:37
|
Revision: 175
http://pikloops.svn.sourceforge.net/pikloops/?rev=175&view=rev
Author: dionysos-sf
Date: 2007-10-17 08:30:37 -0700 (Wed, 17 Oct 2007)
Log Message:
-----------
Improve svn path
Modified Paths:
--------------
web/trunk/contribute.php
web/trunk/index.php
Modified: web/trunk/contribute.php
===================================================================
--- web/trunk/contribute.php 2007-10-17 14:56:52 UTC (rev 174)
+++ web/trunk/contribute.php 2007-10-17 15:30:37 UTC (rev 175)
@@ -28,8 +28,9 @@
$CONTRIBUTE_MESSAGE_04=_("When you'll get the confirmation of your subscription, you could post mails on the <a href=\"mailto:pikloops-devel AT lists DOT sourceforge DOT net\" >pikloops-devel AT lists DOT sourceforge DOT net</a> list.");
$CONTRIBUTE_MESSAGE_05=_("You can of course contact me at <a href=\"mailto:dionysos-sf AT users DOT sourceforge DOT net\" >dionysos AT users DOT sourceforge DOT net</a>.");
$CONTRIBUTE_MESSAGE_06=_("If you want to know where is currently the development, just get the svn repository:");
- $CONTRIBUTE_MESSAGE_07=_("This will create the 'pikloops/prog' directory in the current directory.");
+ $CONTRIBUTE_MESSAGE_07=_("This will create the 'pikloops/prog/trunk' directory in the current directory.");
$CONTRIBUTE_MESSAGE_08=_("Developers who have a SourceForget.net username and a write access on the PikLoops SVN have to use the following command to be able to commit their future changes:");
+ $CONTRIBUTE_MESSAGE_09=_("You can also browse through the <a href=\"http://pikloops.svn.sourceforge.net/viewvc/pikloops/prog/trunk/\" >repository</a>.");
$CONTRIBUTE_MESSAGE_10=_("The more important help I need is translation. If you like to translate PikLoops in your mother language, feel free to contact me to reserve it.");
$CONTRIBUTE_MESSAGE_11=_("There isn't a lot of strings in the PikLoops GUI.");
@@ -70,10 +71,11 @@
<p><?php echo $CONTRIBUTE_MESSAGE_04 ?></p>
<p><?php echo $CONTRIBUTE_MESSAGE_05 ?></p>
<p><?php echo $CONTRIBUTE_MESSAGE_06 ?></p>
- <p class="full_cli">svn co https://pikloops.svn.sourceforge.net/svnroot/pikloops/prog pikloops/prog</p>
+ <p class="full_cli">svn co https://pikloops.svn.sourceforge.net/svnroot/pikloops/prog pikloops/prog/trunk</p>
<p><?php echo $CONTRIBUTE_MESSAGE_07 ?></p>
<p><?php echo $CONTRIBUTE_MESSAGE_08 ?></p>
- <p class="full_cli">svn co svn+ssh://username@pikloops.svn.sourceforge.net/svnroot/pikloops/prog pikloops/prog</p>
+ <p class="full_cli">svn co svn+ssh://username@pikloops.svn.sourceforge.net/svnroot/pikloops/prog/trunk pikloops/prog/trunk</p>
+ <p><?php echo $CONTRIBUTE_MESSAGE_09 ?></p>
</div>
<div class="section">
@@ -85,7 +87,7 @@
<p><?php echo $CONTRIBUTE_MESSAGE_14 ?></p>
<p><?php echo $CONTRIBUTE_MESSAGE_15 ?></p>
<p><?php echo $CONTRIBUTE_MESSAGE_16 ?></p>
- <p class="full_cli">svn co https://pikloops.svn.sourceforge.net/svnroot/pikloops/web pikloops/web</p>
+ <p class="full_cli">svn co https://pikloops.svn.sourceforge.net/svnroot/pikloops/web/trunk pikloops/web/trunk</p>
<p><?php echo $CONTRIBUTE_MESSAGE_17 ?></p>
<p><?php echo $CONTRIBUTE_MESSAGE_18 ?></p>
</div>
Modified: web/trunk/index.php
===================================================================
--- web/trunk/index.php 2007-10-17 14:56:52 UTC (rev 174)
+++ web/trunk/index.php 2007-10-17 15:30:37 UTC (rev 175)
@@ -32,7 +32,8 @@
$INDEX_MESSAGE_04=_("It is an useful companion for <a href=\"http://pikdev.free.fr\">Pikdev</a> or <a href=\"http://piklab.sourceforge.net/\">Piklab</a> IDE.");
$INDEX_MESSAGE_05=_("The PikLoops repository is <a href=\"http://sourceforge.net/project/showfiles.php?group_id=197487\">here</a>.");
$INDEX_MESSAGE_06=_("If you want to get the latest developement version, you can checkout the PikLoops SVN repository.");
- $INDEX_MESSAGE_07=_("I don't know ;-). So, you can subscribe to the announcement mailing list, a very low traffic list. Go to the <a href=\"https://lists.sourceforge.net/lists/listinfo/pikloops-announces\" >https://lists.sourceforge.net/lists/listinfo/pikloops-announces</a> page and fill the relevant fields.");
+ $INDEX_MESSAGE_07=_("You can also browse through the <a href=\"http://pikloops.svn.sourceforge.net/viewvc/pikloops/prog/trunk/\" >repository</a>.");
+ $INDEX_MESSAGE_08=_("I don't know ;-). So, you can subscribe to the announcement mailing list, a very low traffic list. Go to the <a href=\"https://lists.sourceforge.net/lists/listinfo/pikloops-announces\" >https://lists.sourceforge.net/lists/listinfo/pikloops-announces</a> page and fill the relevant fields.");
?>
<div id="entete">
<h1><?php echo $INDEX_TITLE ?></h1>
@@ -54,12 +55,13 @@
<div class="section">
<h2><?php echo $DEVELOPMENT ?></h2>
<p><?php echo $INDEX_MESSAGE_06 ?></p>
- <p class="full_cli">svn co https://pikloops.svn.sourceforge.net/svnroot/pikloops/prog pikloops/prog</p>
+ <p class="full_cli">svn co https://pikloops.svn.sourceforge.net/svnroot/pikloops/prog/trunk pikloops/prog/trunk</p>
+ <p><?php echo $INDEX_MESSAGE_07 ?></p>
</div>
<div class="section">
<h2><?php echo $WHEN_NEXT ?></h2>
- <p><?php echo $INDEX_MESSAGE_07 ?></p>
+ <p><?php echo $INDEX_MESSAGE_08 ?></p>
</div>
</div>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|