[rspec-users] new in ruby and rspec testing
Ben Mabey
ben at benmabey.com
Fri Jan 18 11:57:06 EST 2008
Kevin Williams wrote:
> The website. I cd into the /doc directory and ran the rake task to
> create the site. The pages seem to be there, but some links are broken
> and there are no css or image files.
>
> On Jan 18, 2008 9:32 AM, David Chelimsky <dchelimsky at gmail.com> wrote:
>
>> On Jan 18, 2008 10:02 AM, Kevin Williams <kevwil at gmail.com> wrote:
>>
>>> I've got the source and tried to build the docs, but it has no css and
>>> the links are bad.
>>>
>> How are you trying to build the docs? Are you talking about rdoc or
>> the website docs?
>>
>> _______________________________________________
>> rspec-users mailing list
>> rspec-users at rubyforge.org
>> http://rubyforge.org/mailman/listinfo/rspec-users
>>
>>
>
>
>
>
As Scott said... wget is your friend:
wget --recursive --html-extension --convert-links --domains=rspec.info
http://rspec.info
That command will put the entire site content along with CSS and all
with links made local in a nice little rspec.info dir. :)
-Ben
More information about the rspec-users
mailing list