]> git.cworth.org Git - sup/commitdiff
fix rakefile, index.html and manifest to refer to newusergudie
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Tue, 9 Oct 2007 14:01:14 +0000 (14:01 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Tue, 9 Oct 2007 14:01:14 +0000 (14:01 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@609 5c8cc53c-5e98-4d25-b20a-d8db53a31250

Manifest.txt
Rakefile
www/index.html

index 7353416c89b0f971fc95ed380dab60ab1685602c..1f3e316277bf98e6e551876a6fdd56d15065de21 100644 (file)
@@ -12,9 +12,9 @@ bin/sup-recover-sources
 bin/sup-sync
 bin/sup-sync-back
 doc/FAQ.txt
+doc/NewUserGuide.txt
 doc/Philosophy.txt
 doc/TODO
-doc/UserGuide.txt
 lib/sup.rb
 lib/sup/account.rb
 lib/sup/buffer.rb
index e88e86c9740256a31e75f07c3e8070b1c040d832..2f2b992ab3ad0480e5fd4b7660a97291498af530 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -24,7 +24,7 @@ rule 'ss?.png' => 'ss?-small.png' do |t|
 end
 
 ## is there really no way to make a rule for this?
-WWW_FILES = %w(www/index.html README.txt doc/Philosophy.txt doc/FAQ.txt doc/UserGuide.txt www/main.css)
+WWW_FILES = %w(www/index.html README.txt doc/Philosophy.txt doc/FAQ.txt doc/NewUserGuide.txt www/main.css)
 
 SCREENSHOTS = FileList["www/ss?.png"]
 SCREENSHOTS_SMALL = []
index 903f08c4ff7d3db9b1224273bff5edb39911686f..823226daa2314512f4bbbdb745ee52f5200bb6cc 100644 (file)
 
                <p>
                Please read the <a href="README.txt">README</a>, the <a
-                       href="FAQ.txt">FAQ</a>, the <a href="UserGuide.txt">user guide</a>
+                       href="FAQ.txt">FAQ</a>, the <a href="NewUserGuide.txt">new user guide</a>
                and the <a href="Philosophy.txt">philosophical statement</a>.
                </p>
 
-                <p> Please also read and contribute to the <a href="http://sup.rubyforge.org/wiki/wiki.pl">Sup wiki</a>, </p>
+                <p> Please also read and contribute to the <a href="http://sup.rubyforge.org/wiki/wiki.pl">Sup wiki</a>. </p>
 
                <h2>Status</h2>