[Gd-chatter] r11279 - in trunk: gwydion src www

prom at gwydiondylan.org prom at gwydiondylan.org
Sat Apr 21 01:03:44 CEST 2007


Author: prom
Date: Sat Apr 21 01:03:25 2007
New Revision: 11279

Added:
   trunk/gwydion/
      - copied from r11275, trunk/src/
Removed:
   trunk/src/
Modified:
   trunk/www/building-win32-cygwin.phtml
   trunk/www/downloading.phtml
   trunk/www/repository.phtml
   trunk/www/tools.phtml
Log:
Job: minor
Finally renamed src to gwydion. Updated the website accordingly.


Modified: trunk/www/building-win32-cygwin.phtml
==============================================================================
--- trunk/www/building-win32-cygwin.phtml	(original)
+++ trunk/www/building-win32-cygwin.phtml	Sat Apr 21 01:03:25 2007
@@ -58,7 +58,7 @@
 
 <pre>mkdir gd
 cd gd
-svn checkout svn://anonsvn.gwydiondylan.org/scm/svn/dylan/branches/GD_2_4/src</pre>
+svn checkout svn://anonsvn.gwydiondylan.org/scm/svn/dylan/branches/GD_2_4/gwydion src</pre>
 
 <h3>4) Build the dbclink tool</h3>
 

Modified: trunk/www/downloading.phtml
==============================================================================
--- trunk/www/downloading.phtml	(original)
+++ trunk/www/downloading.phtml	Sat Apr 21 01:03:25 2007
@@ -124,9 +124,9 @@
 
 <dl>
 <dt>Gwydion Dylan trunk</dt>
-<dd><tt>svn://anonsvn.gwydiondylan.org/scm/svn/dylan/trunk/src</tt></dd>
+<dd><tt>svn://anonsvn.gwydiondylan.org/scm/svn/dylan/trunk/gwydion</tt></dd>
 <dt>Gwydion Dylan 2.4 branch (latest stable version)</dt>
-<dd><tt>svn://anonsvn.gwydiondylan.org/scm/svn/dylan/branches/GD_2_4/src</tt></dd>
+<dd><tt>svn://anonsvn.gwydiondylan.org/scm/svn/dylan/branches/GD_2_4/gwydion</tt></dd>
 <dt>Open Dylan trunk</dt>
 <dd><tt>svn://anonsvn.gwydiondylan.org/scm/svn/dylan/trunk/fundev</tt></dd>
 </dl>

Modified: trunk/www/repository.phtml
==============================================================================
--- trunk/www/repository.phtml	(original)
+++ trunk/www/repository.phtml	Sat Apr 21 01:03:25 2007
@@ -12,11 +12,11 @@
 svn+ssh://username@svn.gwydiondylan.org/scm/svn/dylan
 </pre>
 
-<p>For example, to check out <tt>src/</tt> (Gwydion Dylan) from the
+<p>For example, to check out <tt>gwydion/</tt> (Gwydion Dylan) from the
 trunk, you can execute:</p>
 
 <pre>
-$ svn co svn+ssh://jones@svn.gwydiondylan.org/scm/svn/dylan/trunk/src src
+$ svn co svn+ssh://jones@svn.gwydiondylan.org/scm/svn/dylan/trunk/gwydion gwydion
 </pre>
 
 <p>To check out the fundev-2-1-jam branch of Open Dylan,</p>

Modified: trunk/www/tools.phtml
==============================================================================
--- trunk/www/tools.phtml	(original)
+++ trunk/www/tools.phtml	Sat Apr 21 01:03:25 2007
@@ -15,7 +15,7 @@
 <H4>Emacs</H4>
 <p>Most developers use one of the various <a href="http://www.gnu.org/directory/emacs.html">
 Emacs</a> <a href="http://www.xemacs.org">flavors</a>.  We include a full
-Emacs editing <a href="http://www.gwydiondylan.org/cgi-bin/viewcvs.cgi/trunk/src/tools/elisp">mode</a> in the standard source release.  Look for it in the <tt>src/tools/elisp</tt> directory.</p>
+Emacs editing <a href="http://www.gwydiondylan.org/cgi-bin/viewcvs.cgi/trunk/gwydion/tools/elisp">mode</a> in the standard source release.  Look for it in the <tt>gwydion/tools/elisp</tt> directory.</p>
 <H4>Vim</H4>
 <p>At least one developer likes to use <a href="http://www.vim.org">Vim</a>.
 Vim comes out-of-the-box in Version 6.2 with Dylan editing and indentation
@@ -23,7 +23,7 @@
 <H4>Codewarrior</H4>
 <p>Several of the developers use <a href="http://www.metrowerks.com">Metrowerks</a> 
 <a href="http://www.metrowerks.com/MW/Develop/Desktop/Macintosh/Professional/mac9.htm">CodeWarrior</a>.  A
-<a href="http://www.gwydiondylan.org/cgi-bin/viewcvs.cgi/trunk/src/d2c/compiler/Macintosh/">plugin</a> 
+<a href="http://www.gwydiondylan.org/cgi-bin/viewcvs.cgi/trunk/gwydion/d2c/compiler/Macintosh/">plugin</a> 
 is available (in the main source distribution) to use CodeWarrior
 as a full Dylan IDE.</p>
 <H4>Open Dylan</H4>



More information about the chatter mailing list