<html lang='en'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<title>
GitLab
</title>
</meta>
</head>
<style>
  img {
    max-width: 100%;
    height: auto;
  }
  p.details {
    font-style:italic;
    color:#777
  }
  .footer p {
    font-size:small;
    color:#777
  }
  pre.commit-message {
    white-space: pre-wrap;
  }
  .file-stats a {
    text-decoration: none;
  }
  .file-stats .new-file {
    color: #090;
  }
  .file-stats .deleted-file {
    color: #B00;
  }
</style>
<body>
<div class='content'>
<h3>Imran Hussain pushed to branch master at <a href="https://projects.sucs.org/sucssite/sucs-site">sucssite / sucs-site</a></h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://projects.sucs.org/sucssite/sucs-site/commit/8f4d62b652aab525fd2cba743863ca2e5d74af21">8f4d62b6</a></strong>
<div>
<span>by Peter Jenkins</span>
<i>at 2015-09-22T22:13:29Z</i>
</div>
<pre class='commit-message'>Removed old text readme in favour of markdown one.</pre>
</li>
<li>
<strong><a href="https://projects.sucs.org/sucssite/sucs-site/commit/8027de2c292759d27cfd5c8d7bed9e0df251d84a">8027de2c</a></strong>
<div>
<span>by Peter Jenkins</span>
<i>at 2015-09-22T22:14:34Z</i>
</div>
<pre class='commit-message'>Added markdown readme file.</pre>
</li>
<li>
<strong><a href="https://projects.sucs.org/sucssite/sucs-site/commit/55e0b224cf964ea9f9c6d44f6a8310afbad8ce02">55e0b224</a></strong>
<div>
<span>by Imran Hussain</span>
<i>at 2015-09-22T22:17:37Z</i>
</div>
<pre class='commit-message'>Merge branch 'master' into 'master'

Changed README file to markdown

Changed the README file to use markdown instead of just plain text, as nice documentation is rather useful.

See merge request !7</pre>
</li>
</ul>
<h4>2 changed files:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
<span class='deleted-file'>

README
</span>
</a>
</li>
<li class='file-stats'>
<a href='#diff-1'>
<span class='new-file'>
+
README.md
</span>
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://projects.sucs.org/sucssite/sucs-site/compare/736a255d04d96a259b057d32fd78d57ae8e586bd...55e0b224cf964ea9f9c6d44f6a8310afbad8ce02#diff-0'>
<strong>
README
</strong>
deleted
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/README
</span><span style="color: #000000;background-color: #ddffdd">+++ /dev/null
</span><span style="color: #aaaaaa">@@ -1,34 +0,0 @@
</span>-What's in these 'ere folders:
-
-components/
-       PHP components of the site, each drives a separate element - e.g.
-       static content, the library, the help system, etc.
-htdocs/
-       Where all served content is to be found:
-       css/
-               Cascading StyleSheets
-       files/
-               Files for download (e.g. Help examples)
-       images/
-               Images used by the site skin
-       js/
-               JavaScript
-               tinymce/
-                       Placeholder dir for TinyMCE, which should not itself
-                       be stored in SVN
-       pictures/
-               Images used in the content (e.g. /Help)
-lib/
-       Custom libraries used by the site - e.g. session library
-plugins/
-       Custom Smarty plugins used by the site - e.g. banana drawing
-       function
-static/
-       Static content for the static content components (includes help)
-       fragments/
-               Any HTML fragments used to make up parts of pages (e.g.
-               secondary bars)
-templates/
-       Smarty templates
-templates_c/
-       Compiled Smarty templates - do not use this dir
</code></pre>

<br>
</li>
<li id='diff-1'>
<a href='https://projects.sucs.org/sucssite/sucs-site/compare/736a255d04d96a259b057d32fd78d57ae8e586bd...55e0b224cf964ea9f9c6d44f6a8310afbad8ce02#diff-1'>
<strong>
README.md
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- /dev/null
</span><span style="color: #000000;background-color: #ddffdd">+++ b/README.md
</span><span style="color: #aaaaaa">@@ -0,0 +1,20 @@
</span><span style="color: #000000;background-color: #ddffdd">+# SUCS Site
+---
+## Project Structure
+<br>
+
+| Directory | Description |
+| --------- | ----------- |
+| components | PHP components of the site, each drives a separate element - e.g. static content, the library, the help system, etc. |
+| htdocs/css | Cascading StyleSheets |
+| htdocs/files | Files for download (e.g. Help examples) |
+| htdocs/images | Images used by the site skin |
+| htdocs/js | JavaScript |
+| htdocs/js/tinymce | Placeholder dir for TinyMCE, which should not itself be stored in SVN |
+| htdocs/pictures | Images used in the content (e.g. /Help) |
+| lib | Custom libraries used by the site - e.g. session library |
+| plugins | Custom Smarty plugins used by the site - e.g. banana drawing function |
+| static | Static content for the static content components (includes help) |
+| static/fragments | Any HTML fragments used to make up parts of pages (e.g. secondary bars) |
+| templates | Smarty templates |
+| templates_c | Compiled Smarty templates - do not use this dir |
</span>\ No newline at end of file
</code></pre>

<br>
</li>

</div>
<div class='footer' style='margin-top: 10px;'>
<p>

<br>
<a href="https://projects.sucs.org/sucssite/sucs-site/compare/736a255d04d96a259b057d32fd78d57ae8e586bd...55e0b224cf964ea9f9c6d44f6a8310afbad8ce02">View it on GitLab</a>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":["merge_requests","issues","commit"],"url":"https://projects.sucs.org/sucssite/sucs-site/compare/736a255d04d96a259b057d32fd78d57ae8e586bd...55e0b224cf964ea9f9c6d44f6a8310afbad8ce02"}}</script>
</p>
</div>
</body>
</html>