source: cssboy_deployment/docs/build/html/plans.html @ 853

Last change on this file since 853 was 853, checked in by jemian, 12 years ago

documentation

  • Property svn:mime-type set to text/html
File size: 4.5 KB
Line 
1
2
3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
6
7<html xmlns="http://www.w3.org/1999/xhtml">
8  <head>
9    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10   
11    <title>Plans &mdash; cssboydeployment 1 documentation</title>
12   
13    <link rel="stylesheet" href="_static/agogo.css" type="text/css" />
14    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
15   
16    <script type="text/javascript">
17      var DOCUMENTATION_OPTIONS = {
18        URL_ROOT:    '',
19        VERSION:     '1',
20        COLLAPSE_INDEX: false,
21        FILE_SUFFIX: '.html',
22        HAS_SOURCE:  true
23      };
24    </script>
25    <script type="text/javascript" src="_static/jquery.js"></script>
26    <script type="text/javascript" src="_static/underscore.js"></script>
27    <script type="text/javascript" src="_static/doctools.js"></script>
28    <link rel="top" title="cssboydeployment 1 documentation" href="index.html" />
29    <link rel="next" title="Challenges" href="challenges.html" />
30    <link rel="prev" title="Welcome to cssboydeployment’s documentation!" href="index.html" /> 
31  </head>
32  <body>
33    <div class="header-wrapper">
34      <div class="header">
35        <div class="headertitle"><a
36          href="index.html">cssboydeployment 1 documentation</a></div>
37        <div class="rel">
38          <a href="index.html" title="Welcome to cssboydeployment’s documentation!"
39             accesskey="P">previous</a> |
40          <a href="challenges.html" title="Challenges"
41             accesskey="N">next</a> |
42          <a href="genindex.html" title="General Index"
43             accesskey="I">index</a>
44        </div>
45       </div>
46    </div>
47
48    <div class="content-wrapper">
49      <div class="content">
50        <div class="document">
51           
52      <div class="documentwrapper">
53        <div class="bodywrapper">
54          <div class="body">
55           
56  <div class="section" id="plans">
57<h1>Plans<a class="headerlink" href="#plans" title="Permalink to this headline">¶</a></h1>
58<div class="admonition warning">
59<p class="first admonition-title">Warning</p>
60<p class="last">This should be changed to reflect new
61pattern discussed at 2012 EPICS Meeting</p>
62</div>
63<ul class="simple">
64<li>APS SVN repository for facility screens and other resources</li>
65<li>beam line-specific SVN repository for local workspaces</li>
66<li>installation procedure for:<ul>
67<li>creating initial workspace</li>
68<li>starting the beam line-specific SVN repo</li>
69<li>adding external facility SVN repo</li>
70</ul>
71</li>
72<li>implement the installation procedure in a software tool
73(script, Java, plugin, wizard, ...)</li>
74<li>adjust standard screens for file paths to related displays</li>
75<li>documentation!</li>
76</ul>
77</div>
78
79
80          </div>
81        </div>
82      </div>
83        </div>
84        <div class="sidebar">
85          <h3>Table Of Contents</h3>
86          <ul class="current">
87<li class="toctree-l1 current"><a class="current reference internal" href="">Plans</a></li>
88<li class="toctree-l1"><a class="reference internal" href="challenges.html">Challenges</a></li>
89<li class="toctree-l1"><a class="reference internal" href="instructions.html">Instructions</a></li>
90</ul>
91
92          <h3 style="margin-top: 1.5em;">Search</h3>
93          <form class="search" action="search.html" method="get">
94            <input type="text" name="q" />
95            <input type="submit" value="Go" />
96            <input type="hidden" name="check_keywords" value="yes" />
97            <input type="hidden" name="area" value="default" />
98          </form>
99          <p class="searchtip" style="font-size: 90%">
100            Enter search terms or a module, class or function name.
101          </p>
102        </div>
103        <div class="clearer"></div>
104      </div>
105    </div>
106
107    <div class="footer-wrapper">
108      <div class="footer">
109        <div class="left">
110          <a href="index.html" title="Welcome to cssboydeployment’s documentation!"
111             >previous</a> |
112          <a href="challenges.html" title="Challenges"
113             >next</a> |
114          <a href="genindex.html" title="General Index"
115             >index</a>
116            <br/>
117            <a href="_sources/plans.txt"
118               rel="nofollow">Show Source</a>
119        </div>
120
121        <div class="right">
122         
123    <div class="footer">
124        &copy; Copyright 2012, Pete Jemian.
125      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
126    </div>
127        </div>
128        <div class="clearer"></div>
129      </div>
130    </div>
131
132  </body>
133</html>
Note: See TracBrowser for help on using the repository browser.