#4652 Added a page to the handbook that describes creating and editing files through...
authorgreg gay <ggay@ocad.ca>
Tue, 2 Aug 2011 19:39:37 +0000 (19:39 -0000)
committergreg gay <ggay@ocad.ca>
Tue, 2 Aug 2011 19:39:37 +0000 (19:39 -0000)
docs/documentation/general/fs_new_file.php [new file with mode: 0644]
docs/documentation/general/pages.inc.php

diff --git a/docs/documentation/general/fs_new_file.php b/docs/documentation/general/fs_new_file.php
new file mode 100644 (file)
index 0000000..ed13d7a
--- /dev/null
@@ -0,0 +1,16 @@
+<?php require('../common/body_header.inc.php'); $lm = '$LastChangedDate: 2008-11-04 14:52:54 -0500 (Tue, 04 Nov 2008) $'; ?>
+
+<h2>File Storage - New/Edit File</h2>
+       <p>Using the File Storage utility, it is possible to create standalone HTML files or edit existing files you have uploaded or created.</p>
+<ol>
+       <li>While in areas of File Storage where you have permissions to create or edit files, open the New File area and click on "<strong>Create a New File</strong>".</li>
+       <li>If you are editing a file, select it from the list of available files in File Storage, then press the <strong>Edit</strong> button below.</li>
+       <li>Enter a <strong>File Name</strong>. It should end with the ".html" or ".txt" file extention to make it available for editing later.</li>
+       <li>Optionally include a <strong> Description</strong> for the file. </li>
+       <li>Optionally include a <strong>Revision Comment</strong> that describes the changes in the file (when you are editing, as opposed to creating a new file) when the file revisions feature is turned on in the File Storage area.</li>
+       <li>Enter content marked up with HTML in the <strong>Contents</strong> area. Turn on the Visual Editor if you prefer to create HTML files using a WYSIWYG editor. </li>
+       <li>Press the <strong>Save</strong> button to save the file.</li>
+</ol>
+
+
+<?php require('../common/body_footer.inc.php'); ?>
index 3aaf9f0..4c7dc70 100644 (file)
@@ -16,6 +16,7 @@
        $_pages['packages.php']                                 = 'Packages';
        $_pages['tile.php']                                             = 'TILE Repository Search';
        $_pages['file_storage.php']                             = 'File Storage';
+       $_pages['fs_new_file.php']                              = 'New/Edit File';
     $_pages['my_network.php']                          = 'My Networking';
     $_pages['my_contacts.php']                         = 'My Contacts';
     $_pages['my_groups.php']                           = 'Network Groups';