commit fa9eab38db49264865dcb0dab9ae8da45f8c7500
parent dd442a86fb6f6dc3adf835e11c6a9217b758e83b
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date: Tue, 9 Oct 2007 14:01:14 +0000
fix rakefile, index.html and manifest to refer to newusergudie
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@609 5c8cc53c-5e98-4d25-b20a-d8db53a31250
Diffstat:
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Manifest.txt b/Manifest.txt
@@ -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
diff --git 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 = []
diff --git a/www/index.html b/www/index.html
@@ -94,11 +94,11 @@
<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>