From 4893e243f5ca0cd2d7071d7d269f363b7931087f Mon Sep 17 00:00:00 2001 From: Torsten Ruger Date: Mon, 2 Jan 2017 01:45:44 +0200 Subject: [PATCH] full speed into the name change --- 2014-07-28-active-objects.md | 2 +- CNAME | 1 - README.md | 4 +- _layouts/{salama.html => rubyx.html} | 8 +-- _layouts/site.html | 4 +- .../2015-07-25-i-like-not-playing-computer.md | 2 +- .../2015-11-28-one-compiler-down-one-to-go.md | 2 +- book.html | 7 -- index.html | 11 ++-- project/history.html | 2 +- project/motivation.html | 2 +- {salama => rubyx}/layers.md | 10 +-- {salama => rubyx}/memory.md | 4 +- {salama => rubyx}/optimisations.md | 39 ++++++----- {salama => rubyx}/threads.md | 29 ++++----- typed/debugger.md | 8 +-- what_is.html | 64 ------------------- 17 files changed, 62 insertions(+), 137 deletions(-) delete mode 100644 CNAME rename _layouts/{salama.html => rubyx.html} (50%) delete mode 100644 book.html rename {salama => rubyx}/layers.md (96%) rename {salama => rubyx}/memory.md (98%) rename {salama => rubyx}/optimisations.md (82%) rename {salama => rubyx}/threads.md (86%) delete mode 100644 what_is.html diff --git a/2014-07-28-active-objects.md b/2014-07-28-active-objects.md index 5082e35..de308b9 100644 --- a/2014-07-28-active-objects.md +++ b/2014-07-28-active-objects.md @@ -34,7 +34,7 @@ Off course Celluloid needs native threads, so you'll need to run rubinius or jru a fix for the problem, if we use celluloid. But it is a fix, it is not part of the system. The system has sequetial calls per thread and threads. Threads are evil as -i explain (rant about?) [here](/salama/threads.html), mainly because of the shared global memory. +i explain (rant about?) [here](/rubyx/threads.html), mainly because of the shared global memory. ### Messaging with inboxes diff --git a/CNAME b/CNAME deleted file mode 100644 index 82e3ee1..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -salama-vm.org diff --git a/README.md b/README.md index 78bb66b..7716af1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# [Salama webpages](http://salama-vm.org) +# [RubyX webpages](http://ruby-x.org) -Salamas webpage is done with github pages: https://help.github.com/categories/20/articles +RubyX's webpage is done with github pages: https://help.github.com/categories/20/articles ###Contribute diff --git a/_layouts/salama.html b/_layouts/rubyx.html similarity index 50% rename from _layouts/salama.html rename to _layouts/rubyx.html index 8e93a1f..740cccd 100644 --- a/_layouts/salama.html +++ b/_layouts/rubyx.html @@ -13,10 +13,10 @@ layout: site

More Detail

diff --git a/_layouts/site.html b/_layouts/site.html index b5f974f..7cf5fd0 100644 --- a/_layouts/site.html +++ b/_layouts/site.html @@ -23,7 +23,7 @@