From b811c93307da150528e3cabe1ea7199ceafe9ea3 Mon Sep 17 00:00:00 2001
From: "Rico Sta. Cruz" <rico@ambiescent.com>
Date: Mon, 11 Jun 2012 03:56:46 +0800
Subject: [PATCH] Great renaming.

---
 ...t_deploy_rb.html.md => about_deploy_rb.md} |  0
 ...ptions.html.md => command_line_options.md} |  0
 ...command_queue.html.md => command_queue.md} |  0
 source/{deploying.html.md => deploying.md}    |  0
 source/directory_structure.html.md            | 22 -------------------
 source/directory_structure.md                 |  7 +++---
 .../helpers/{echo_cmd.html.md => echo_cmd.md} |  0
 source/helpers/{index.html.md => index.md}    |  0
 source/helpers/{invoke.html.md => invoke.md}  |  0
 source/helpers/{queue.html.md => queue.md}    |  0
 ...simulate_mode.html.md => simulate_mode.md} |  0
 .../{verbose_mode.html.md => verbose_mode.md} |  0
 source/{index.html.md => index.md}            |  0
 ...roject.html.md => setting_up_a_project.md} |  0
 .../{current_path.html.md => current_path.md} |  0
 .../{deploy_to.html.md => deploy_to.md}       |  0
 source/settings/{domain.html.md => domain.md} |  0
 ...identity_file.html.md => identity_file.md} |  0
 source/settings/{index.html.md => index.md}   |  0
 .../{lock_file.html.md => lock_file.md}       |  0
 ...releases_path.html.md => releases_path.md} |  0
 .../{repository.html.md => repository.md}     |  0
 .../{revision.html.md => revision.md}         |  0
 .../{shared_path.html.md => shared_path.md}   |  0
 .../{term_mode.html.md => term_mode.md}       |  0
 source/settings/{user.html.md => user.md}     |  0
 source/{subtasks.html.md => subtasks.md}      |  0
 ...ndle_install.html.md => bundle_install.md} |  0
 ..._unlock.html.md => deploy_force_unlock.md} |  0
 .../tasks/{git_clone.html.md => git_clone.md} |  0
 source/tasks/{index.html.md => index.md}      |  0
 ...ile.html.md => rails_assets_precompile.md} |  0
 ...db_migrate.html.md => rails_db_migrate.md} |  0
 source/tasks/{run.html.md => run.md}          |  0
 source/tasks/{setup.html.md => setup.md}      |  0
 35 files changed, 4 insertions(+), 25 deletions(-)
 rename source/{about_deploy_rb.html.md => about_deploy_rb.md} (100%)
 rename source/{command_line_options.html.md => command_line_options.md} (100%)
 rename source/{command_queue.html.md => command_queue.md} (100%)
 rename source/{deploying.html.md => deploying.md} (100%)
 delete mode 100644 source/directory_structure.html.md
 rename source/helpers/{echo_cmd.html.md => echo_cmd.md} (100%)
 rename source/helpers/{index.html.md => index.md} (100%)
 rename source/helpers/{invoke.html.md => invoke.md} (100%)
 rename source/helpers/{queue.html.md => queue.md} (100%)
 rename source/helpers/{simulate_mode.html.md => simulate_mode.md} (100%)
 rename source/helpers/{verbose_mode.html.md => verbose_mode.md} (100%)
 rename source/{index.html.md => index.md} (100%)
 rename source/{setting_up_a_project.html.md => setting_up_a_project.md} (100%)
 rename source/settings/{current_path.html.md => current_path.md} (100%)
 rename source/settings/{deploy_to.html.md => deploy_to.md} (100%)
 rename source/settings/{domain.html.md => domain.md} (100%)
 rename source/settings/{identity_file.html.md => identity_file.md} (100%)
 rename source/settings/{index.html.md => index.md} (100%)
 rename source/settings/{lock_file.html.md => lock_file.md} (100%)
 rename source/settings/{releases_path.html.md => releases_path.md} (100%)
 rename source/settings/{repository.html.md => repository.md} (100%)
 rename source/settings/{revision.html.md => revision.md} (100%)
 rename source/settings/{shared_path.html.md => shared_path.md} (100%)
 rename source/settings/{term_mode.html.md => term_mode.md} (100%)
 rename source/settings/{user.html.md => user.md} (100%)
 rename source/{subtasks.html.md => subtasks.md} (100%)
 rename source/tasks/{bundle_install.html.md => bundle_install.md} (100%)
 rename source/tasks/{deploy_force_unlock.html.md => deploy_force_unlock.md} (100%)
 rename source/tasks/{git_clone.html.md => git_clone.md} (100%)
 rename source/tasks/{index.html.md => index.md} (100%)
 rename source/tasks/{rails_assets_precompile.html.md => rails_assets_precompile.md} (100%)
 rename source/tasks/{rails_db_migrate.html.md => rails_db_migrate.md} (100%)
 rename source/tasks/{run.html.md => run.md} (100%)
 rename source/tasks/{setup.html.md => setup.md} (100%)

diff --git a/source/about_deploy_rb.html.md b/source/about_deploy_rb.md
similarity index 100%
rename from source/about_deploy_rb.html.md
rename to source/about_deploy_rb.md
diff --git a/source/command_line_options.html.md b/source/command_line_options.md
similarity index 100%
rename from source/command_line_options.html.md
rename to source/command_line_options.md
diff --git a/source/command_queue.html.md b/source/command_queue.md
similarity index 100%
rename from source/command_queue.html.md
rename to source/command_queue.md
diff --git a/source/deploying.html.md b/source/deploying.md
similarity index 100%
rename from source/deploying.html.md
rename to source/deploying.md
diff --git a/source/directory_structure.html.md b/source/directory_structure.html.md
deleted file mode 100644
index 279c2d7..0000000
--- a/source/directory_structure.html.md
+++ /dev/null
@@ -1,22 +0,0 @@
----
-title: Directory structure
-order: 5
-group: Getting started
----
-
-The deploy procedures make the assumption that you have a folder like so:
-
-    /var/www/flipstack.com/     # The deploy_to path
-     |-  releases/              # Holds releases, one subdir per release
-     |   |- 1/
-     |   |- 2/
-     |   |- 3/
-     |   '- ...
-     |-  shared/                # Holds files shared between releases
-     |   |- logs/               # Log files are usually stored here
-     |   `- ...
-     '-  current/               # A symlink to the current release in releases/
-
-It also assumes that the `deploy_to` path is fully writeable/readable for the
-user we're going to SSH with.
-
diff --git a/source/directory_structure.md b/source/directory_structure.md
index 213a85a..279c2d7 100644
--- a/source/directory_structure.md
+++ b/source/directory_structure.md
@@ -8,12 +8,13 @@ The deploy procedures make the assumption that you have a folder like so:
 
     /var/www/flipstack.com/     # The deploy_to path
      |-  releases/              # Holds releases, one subdir per release
-     |   |- 2012-06-12-838948
-     |   |- 2012-06-23-034828
+     |   |- 1/
+     |   |- 2/
+     |   |- 3/
      |   '- ...
      |-  shared/                # Holds files shared between releases
      |   |- logs/               # Log files are usually stored here
-     |   '- ...
+     |   `- ...
      '-  current/               # A symlink to the current release in releases/
 
 It also assumes that the `deploy_to` path is fully writeable/readable for the
diff --git a/source/helpers/echo_cmd.html.md b/source/helpers/echo_cmd.md
similarity index 100%
rename from source/helpers/echo_cmd.html.md
rename to source/helpers/echo_cmd.md
diff --git a/source/helpers/index.html.md b/source/helpers/index.md
similarity index 100%
rename from source/helpers/index.html.md
rename to source/helpers/index.md
diff --git a/source/helpers/invoke.html.md b/source/helpers/invoke.md
similarity index 100%
rename from source/helpers/invoke.html.md
rename to source/helpers/invoke.md
diff --git a/source/helpers/queue.html.md b/source/helpers/queue.md
similarity index 100%
rename from source/helpers/queue.html.md
rename to source/helpers/queue.md
diff --git a/source/helpers/simulate_mode.html.md b/source/helpers/simulate_mode.md
similarity index 100%
rename from source/helpers/simulate_mode.html.md
rename to source/helpers/simulate_mode.md
diff --git a/source/helpers/verbose_mode.html.md b/source/helpers/verbose_mode.md
similarity index 100%
rename from source/helpers/verbose_mode.html.md
rename to source/helpers/verbose_mode.md
diff --git a/source/index.html.md b/source/index.md
similarity index 100%
rename from source/index.html.md
rename to source/index.md
diff --git a/source/setting_up_a_project.html.md b/source/setting_up_a_project.md
similarity index 100%
rename from source/setting_up_a_project.html.md
rename to source/setting_up_a_project.md
diff --git a/source/settings/current_path.html.md b/source/settings/current_path.md
similarity index 100%
rename from source/settings/current_path.html.md
rename to source/settings/current_path.md
diff --git a/source/settings/deploy_to.html.md b/source/settings/deploy_to.md
similarity index 100%
rename from source/settings/deploy_to.html.md
rename to source/settings/deploy_to.md
diff --git a/source/settings/domain.html.md b/source/settings/domain.md
similarity index 100%
rename from source/settings/domain.html.md
rename to source/settings/domain.md
diff --git a/source/settings/identity_file.html.md b/source/settings/identity_file.md
similarity index 100%
rename from source/settings/identity_file.html.md
rename to source/settings/identity_file.md
diff --git a/source/settings/index.html.md b/source/settings/index.md
similarity index 100%
rename from source/settings/index.html.md
rename to source/settings/index.md
diff --git a/source/settings/lock_file.html.md b/source/settings/lock_file.md
similarity index 100%
rename from source/settings/lock_file.html.md
rename to source/settings/lock_file.md
diff --git a/source/settings/releases_path.html.md b/source/settings/releases_path.md
similarity index 100%
rename from source/settings/releases_path.html.md
rename to source/settings/releases_path.md
diff --git a/source/settings/repository.html.md b/source/settings/repository.md
similarity index 100%
rename from source/settings/repository.html.md
rename to source/settings/repository.md
diff --git a/source/settings/revision.html.md b/source/settings/revision.md
similarity index 100%
rename from source/settings/revision.html.md
rename to source/settings/revision.md
diff --git a/source/settings/shared_path.html.md b/source/settings/shared_path.md
similarity index 100%
rename from source/settings/shared_path.html.md
rename to source/settings/shared_path.md
diff --git a/source/settings/term_mode.html.md b/source/settings/term_mode.md
similarity index 100%
rename from source/settings/term_mode.html.md
rename to source/settings/term_mode.md
diff --git a/source/settings/user.html.md b/source/settings/user.md
similarity index 100%
rename from source/settings/user.html.md
rename to source/settings/user.md
diff --git a/source/subtasks.html.md b/source/subtasks.md
similarity index 100%
rename from source/subtasks.html.md
rename to source/subtasks.md
diff --git a/source/tasks/bundle_install.html.md b/source/tasks/bundle_install.md
similarity index 100%
rename from source/tasks/bundle_install.html.md
rename to source/tasks/bundle_install.md
diff --git a/source/tasks/deploy_force_unlock.html.md b/source/tasks/deploy_force_unlock.md
similarity index 100%
rename from source/tasks/deploy_force_unlock.html.md
rename to source/tasks/deploy_force_unlock.md
diff --git a/source/tasks/git_clone.html.md b/source/tasks/git_clone.md
similarity index 100%
rename from source/tasks/git_clone.html.md
rename to source/tasks/git_clone.md
diff --git a/source/tasks/index.html.md b/source/tasks/index.md
similarity index 100%
rename from source/tasks/index.html.md
rename to source/tasks/index.md
diff --git a/source/tasks/rails_assets_precompile.html.md b/source/tasks/rails_assets_precompile.md
similarity index 100%
rename from source/tasks/rails_assets_precompile.html.md
rename to source/tasks/rails_assets_precompile.md
diff --git a/source/tasks/rails_db_migrate.html.md b/source/tasks/rails_db_migrate.md
similarity index 100%
rename from source/tasks/rails_db_migrate.html.md
rename to source/tasks/rails_db_migrate.md
diff --git a/source/tasks/run.html.md b/source/tasks/run.md
similarity index 100%
rename from source/tasks/run.html.md
rename to source/tasks/run.md
diff --git a/source/tasks/setup.html.md b/source/tasks/setup.md
similarity index 100%
rename from source/tasks/setup.html.md
rename to source/tasks/setup.md