From d78a2075bdb0a30bf0064d2857011c330cc0d09e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 18 Nov 2010 15:38:12 -0800 Subject: move website to bogomips.org This project is useful enough for others and to stand alone without needing to be associated with Unicorn. --- GNUmakefile | 4 ++-- ISSUES | 4 ++-- Rakefile | 2 +- kgio.gemspec | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index a0fc489..62bf388 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -64,7 +64,7 @@ ChangeLog: GIT-VERSION-FILE git log $(log_range) | sed -e 's/^/ /' >> $@+ mv $@+ $@ -news_atom := http://unicorn.bogomips.org/kgio/NEWS.atom.xml +news_atom := http://bogomips.org/kgio/NEWS.atom.xml cgit_atom := http://git.bogomips.org/cgit/kgio.git/atom/?h=master atom = @@ -177,7 +177,7 @@ publish_doc: TZ=UTC xargs touch -d '1970-01-01 00:00:00' doc/rdoc.css $(MAKE) doc_gz chmod 644 $$(find doc -type f) - $(RSYNC) -av doc/ unicorn.bogomips.org:/srv/unicorn/kgio/ + $(RSYNC) -av doc/ bogomips.org:/srv/bogomips/kgio/ git ls-files | xargs touch # Create gzip variants of the same timestamp as the original so nginx diff --git a/ISSUES b/ISSUES index d60f376..ff220dd 100644 --- a/ISSUES +++ b/ISSUES @@ -3,7 +3,7 @@ The kgio {mailing list}[mailto:kgio@librelist.com] is the best place to report bugs, submit patches and/or obtain support after you have searched the mailing list archives and -{documentation}[http://unicorn.bogomips.org/kgio]. +{documentation}[http://bogomips.org/kgio]. * Do not {top post}[http://catb.org/jargon/html/T/top-post.html] in replies * Quote only the relevant portions of the message you're replying to @@ -30,5 +30,5 @@ guidelines for patch submission. == Mailing List Archives (coming soon) -* http://unicorn.bogomips.org/kgio/archives/ +* http://bogomips.org/kgio/archives/ * nntp://news.gmane.org/gmane.comp.lang.ruby.kgio.general diff --git a/Rakefile b/Rakefile index 42ddf76..663fd01 100644 --- a/Rakefile +++ b/Rakefile @@ -25,7 +25,7 @@ end cgit_url = "http://git.bogomips.org/cgit/kgio.git" git_url = ENV['GIT_URL'] || 'git://git.bogomips.org/kgio.git' -web_url = "http://unicorn.bogomips.org/kgio" +web_url = "http://bogomips.org/kgio" desc 'prints news as an Atom feed' task :news_atom do diff --git a/kgio.gemspec b/kgio.gemspec index 70a9147..2686309 100644 --- a/kgio.gemspec +++ b/kgio.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |s| s.name = %q{kgio} s.version = ENV["VERSION"] - s.homepage = 'http://unicorn.bogomips.org/kgio/' + s.homepage = 'http://bogomips.org/kgio/' s.authors = ["kgio hackers"] s.date = Time.now.utc.strftime('%Y-%m-%d') s.description = description -- cgit v1.2.3-24-ge0c7