Changeset 2290


Ignore:
Timestamp:
16/09/2008 23:24:58 (3 years ago)
Author:
jamesog
Message:

s/(bbdev.)?fluffy.co.uk/boxbackup.org/

Location:
box/trunk
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/LICENSE.txt

    r1749 r2290  
    1 Box Backup, http://www.fluffy.co.uk/boxbackup 
     1Box Backup, http://www.boxbackup.org/ 
    22 
    3 Copyright (c) 2003-2007 Ben Summers and contributors. All rights reserved. 
     3Copyright (c) 2003-2008 Ben Summers and contributors. All rights reserved. 
    44  
    55Redistribution and use in source and binary forms, with or without 
  • box/trunk/bin/bbackupd/win32/bbackupd.conf

    r1898 r2290  
    174174# explicit full pathname. See: 
    175175# 
    176 #       http://bbdev.fluffy.co.uk/trac/wiki/Win32Regex 
     176#       http://www.boxbackup.org/trac/wiki/Win32Regex 
    177177# 
    178178# for more information about regular expressions on Windows. 
  • box/trunk/configure.ac

    r2277 r2290  
    33 
    44AC_PREREQ(2.59) 
    5 AC_INIT([Box Backup], 0.11, [boxbackup@fluffy.co.uk]) 
     5AC_INIT([Box Backup], 0.11, [boxbackup@boxbackup.org]) 
    66AC_CONFIG_SRCDIR([lib/common/Box.h]) 
    77AC_CONFIG_HEADERS([lib/common/BoxConfig.h]) 
  • box/trunk/contrib/rpm/boxbackup.spec

    r2189 r2290  
    1818# Detect distribution. So far we only special-case SUSE. If you need to make 
    1919# any distro specific changes to get the package building on your system 
    20 # please email them to boxbackup-dev@fluffy.co.uk 
     20# please email them to boxbackup-dev@boxbackup.org 
    2121#%define is_fc   %(test -e %{_sysconfdir}/fedora-release && echo 1 || echo 0) 
    2222#%define is_mdk  %(test -e %{_sysconfdir}/mandrake-release && echo 1 || echo 0) 
  • box/trunk/distribution/boxbackup/DOCUMENTATION.txt

    r217 r2290  
    22For compilation and installation instructions, see the web site at 
    33 
    4         http://www.fluffy.co.uk/boxbackup/ 
     4        http://www.boxbackup.org/ 
    55 
    66 
  • box/trunk/docs/backup/win32_build_on_cygwin_using_mingw.txt

    r1772 r2290  
    33 
    44(To read this document online with better formatting, browse to: 
    5 http://bbdev.fluffy.co.uk/trac/wiki/CompileWithMinGW) 
     5http://www.boxbackup.org/trac/wiki/CompileWithMinGW) 
    66 
    77Start by installing Cygwin on your Windows machine [http://www.cygwin.org]. 
  • box/trunk/docs/backup/win32_build_on_linux_using_mingw.txt

    r2101 r2290  
    3131        ./Configure --prefix=/usr/local/i386-mingw32 mingw 
    3232        make makefile.one 
    33         wget http://bbdev.fluffy.co.uk/svn/box/chris/win32/support/openssl-0.9.8b-mingw-cross.patch 
     33        wget http://www.boxbackup.org/svn/box/chris/win32/support/openssl-0.9.8b-mingw-cross.patch 
    3434        patch -p1 < openssl-0.9.8b-mingw-cross.patch 
    3535        make -f makefile.one 
  • box/trunk/documentation/instguide.xml

    r2022 r2290  
    580580          release at this time, OpenSSL 0.9.8a, does not compile with Visual 
    581581          C++ 2005 out of the box, so you need <ulink 
    582           url="http://bbdev.fluffy.co.uk/svn/box/chris/win32/support/openssl-0.9.8a-vc2005.zip">a 
     582          url="http://www.boxbackup.org/svn/box/chris/win32/support/openssl-0.9.8a-vc2005.zip">a 
    583583          patched version</ulink>. The <ulink 
    584584          url="http://www.openssl.org/source/openssl-0.9.8a.tar.gz">original 
    585585          source</ulink> and <ulink 
    586           url="http://bbdev.fluffy.co.uk/svn/box/chris/win32/support/openssl-0.9.8a-win32fix.patch">patch</ulink> 
     586          url="http://www.boxbackup.org/svn/box/chris/win32/support/openssl-0.9.8a-win32fix.patch">patch</ulink> 
    587587          are also available.</para> 
    588588 
     
    637637        <para>The first version of Box Backup that's known to compile and with 
    638638        Visual C++ 2005 is available on the <ulink 
    639         url="http://bbdev.fluffy.co.uk/svn/box/chris/win32/vc2005-compile-fixes/">Subversion 
     639        url="http://www.boxbackup.org/svn/box/chris/win32/vc2005-compile-fixes/">Subversion 
    640640        server</ulink>. However, this version has not been extensively tested 
    641641        and may be out of date.</para> 
    642642 
    643643        <para>The changes are expected to be merged into the <ulink 
    644         url="http://bbdev.fluffy.co.uk/svn/box/trunk">Subversion trunk</ulink> 
     644        url="http://www.boxbackup.org/svn/box/trunk">Subversion trunk</ulink> 
    645645        at some point, and this page should then be updated. If in doubt, 
    646646        please sign up to the <ulink 
     
    653653        prompt, go to the base directory, and type:</para> 
    654654 
    655         <programlisting>svn co http://bbdev.fluffy.co.uk/svn/box/chris/win32/vc2005-compile-fixes/ boxbackup</programlisting> 
     655        <programlisting>svn co http://www.boxbackup.org/svn/box/chris/win32/vc2005-compile-fixes/ boxbackup</programlisting> 
    656656 
    657657        <para>This should create a directory called <emphasis 
  • box/trunk/runtest.pl.in

    r2108 r2290  
    8888 
    8989After checking all the above, if you still have problems please contact 
    90 us on the mailing list, boxbackup\@fluffy.co.uk. Thanks! 
     90us on the mailing list, boxbackup\@boxbackup.org. Thanks! 
    9191__E 
    9292} 
Note: See TracChangeset for help on using the changeset viewer.