From 2bbeedf18e5a3bb054dfa21552aa695e49ea874b Mon Sep 17 00:00:00 2001
From: peter zumbruch
Date: Thu, 30 Oct 2014 14:18:32 +0100
Subject: [PATCH] added directory structures and READMEs
---
CBM/README.txt | 9 +++++++++
CBM/apps/README.txt | 8 ++++++++
CBM/helper/README.txt | 5 +++++
CBM/operator/README.txt | 5 +++++
HADES/README.txt | 9 +++++++++
HADES/apps/README.txt | 8 ++++++++
HADES/helper/README.txt | 5 +++++
HADES/operator/README.txt | 5 +++++
Snippets/README.txt | 6 ++++++
9 files changed, 60 insertions(+)
create mode 100644 CBM/README.txt
create mode 100644 CBM/apps/README.txt
create mode 100644 CBM/helper/README.txt
create mode 100644 CBM/operator/README.txt
create mode 100644 HADES/README.txt
create mode 100644 HADES/apps/README.txt
create mode 100644 HADES/helper/README.txt
create mode 100644 HADES/operator/README.txt
create mode 100644 Snippets/README.txt
diff --git a/CBM/README.txt b/CBM/README.txt
new file mode 100644
index 0000000..7b8e577
--- /dev/null
+++ b/CBM/README.txt
@@ -0,0 +1,9 @@
+The place to store all code related to the CBM Epics control system
+
+Directory structure:
+apps
+operator GUIs
+helper Scripting
+perl
+
+
diff --git a/CBM/apps/README.txt b/CBM/apps/README.txt
new file mode 100644
index 0000000..5962c4d
--- /dev/null
+++ b/CBM/apps/README.txt
@@ -0,0 +1,8 @@
+The place to store all code related to Epics apps.
+
+Directory structure:
+linux Main, Archiver, Alarm, HV, Sequencer
+dreamplug
+etrax
+raspi
+vme
\ No newline at end of file
diff --git a/CBM/helper/README.txt b/CBM/helper/README.txt
new file mode 100644
index 0000000..aed9e9c
--- /dev/null
+++ b/CBM/helper/README.txt
@@ -0,0 +1,5 @@
+The place to store all code related to the Epics control system, helping or misc. scripts and tools
+
+Directory structure:
+
+
diff --git a/CBM/operator/README.txt b/CBM/operator/README.txt
new file mode 100644
index 0000000..0d12121
--- /dev/null
+++ b/CBM/operator/README.txt
@@ -0,0 +1,5 @@
+The place to store all code related to Epics operator GUIs
+
+Directory structure:
+CSS
+Medm
diff --git a/HADES/README.txt b/HADES/README.txt
new file mode 100644
index 0000000..94d3d27
--- /dev/null
+++ b/HADES/README.txt
@@ -0,0 +1,9 @@
+The place to store all code related to the HADES Epics control system
+
+Directory structure:
+apps
+operator GUIs
+helper Scripting
+perl
+
+
diff --git a/HADES/apps/README.txt b/HADES/apps/README.txt
new file mode 100644
index 0000000..5962c4d
--- /dev/null
+++ b/HADES/apps/README.txt
@@ -0,0 +1,8 @@
+The place to store all code related to Epics apps.
+
+Directory structure:
+linux Main, Archiver, Alarm, HV, Sequencer
+dreamplug
+etrax
+raspi
+vme
\ No newline at end of file
diff --git a/HADES/helper/README.txt b/HADES/helper/README.txt
new file mode 100644
index 0000000..aed9e9c
--- /dev/null
+++ b/HADES/helper/README.txt
@@ -0,0 +1,5 @@
+The place to store all code related to the Epics control system, helping or misc. scripts and tools
+
+Directory structure:
+
+
diff --git a/HADES/operator/README.txt b/HADES/operator/README.txt
new file mode 100644
index 0000000..0d12121
--- /dev/null
+++ b/HADES/operator/README.txt
@@ -0,0 +1,5 @@
+The place to store all code related to Epics operator GUIs
+
+Directory structure:
+CSS
+Medm
diff --git a/Snippets/README.txt b/Snippets/README.txt
new file mode 100644
index 0000000..57645f7
--- /dev/null
+++ b/Snippets/README.txt
@@ -0,0 +1,6 @@
+The place to store all code related to Epics generic pieces of code that can be used anywhere
+
+Directory structure:
+protocols
+templates
+sets
--
2.43.0