From f62cc484826991bfdb5469b8cf0b7b6b7a617e43 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 8 Sep 2012 23:32:08 -0400 Subject: reorg templates --- templates/configurators/addssh.hamlet | 33 -------------- templates/configurators/confirmssh.hamlet | 42 ------------------ .../configurators/firstrepository/form.hamlet | 11 +++++ templates/configurators/inprogresspairing.hamlet | 10 ----- templates/configurators/localrepositoryform.hamlet | 11 ----- templates/configurators/makessherror.hamlet | 10 ----- templates/configurators/nopairing.hamlet | 5 --- templates/configurators/pairing.hamlet | 50 ---------------------- templates/configurators/pairing/disabled.hamlet | 5 +++ templates/configurators/pairing/inprogress.hamlet | 10 +++++ templates/configurators/pairing/prompt.hamlet | 50 ++++++++++++++++++++++ templates/configurators/ssh/add.hamlet | 33 ++++++++++++++ templates/configurators/ssh/confirm.hamlet | 42 ++++++++++++++++++ templates/configurators/ssh/error.hamlet | 10 +++++ 14 files changed, 161 insertions(+), 161 deletions(-) delete mode 100644 templates/configurators/addssh.hamlet delete mode 100644 templates/configurators/confirmssh.hamlet create mode 100644 templates/configurators/firstrepository/form.hamlet delete mode 100644 templates/configurators/inprogresspairing.hamlet delete mode 100644 templates/configurators/localrepositoryform.hamlet delete mode 100644 templates/configurators/makessherror.hamlet delete mode 100644 templates/configurators/nopairing.hamlet delete mode 100644 templates/configurators/pairing.hamlet create mode 100644 templates/configurators/pairing/disabled.hamlet create mode 100644 templates/configurators/pairing/inprogress.hamlet create mode 100644 templates/configurators/pairing/prompt.hamlet create mode 100644 templates/configurators/ssh/add.hamlet create mode 100644 templates/configurators/ssh/confirm.hamlet create mode 100644 templates/configurators/ssh/error.hamlet (limited to 'templates/configurators') diff --git a/templates/configurators/addssh.hamlet b/templates/configurators/addssh.hamlet deleted file mode 100644 index c2336a169..000000000 --- a/templates/configurators/addssh.hamlet +++ /dev/null @@ -1,33 +0,0 @@ -
-

- Adding a remote server using ssh -

- You can use nearly any server that has ssh and rsync. For example, you # - could use a Linode or another VPS, or # - an account on a friend's server. -

- $case status - $of UnusableServer msg -

- #{msg} - $of _ - Do keep in mind that all your data # - will be synced to the server, so make sure it has enough available # - disk space and bandwidth, and that you trust it with your data. -

-

-
- ^{form} - ^{authtoken} -
-