Annotation of loncom/html/adm/help/tex/Authoring_Archiving_Directory.tex, revision 1.1

1.1     ! raeburn     1: \label{Authoring_Archiving_Directory}
        !             2: 
        !             3: When your Author role is selected and you access a directory in your Authoring Space,
        !             4: including the top-level directory: /priv/yourdomain/yourusername/,
        !             5: the \textbf{Function} bar of the Inline Menu. will contain an Export icon/link 
        !             6: \includegraphics[width=0.03\paperwidth]{archive}
        !             7: unless disabled -- either for your domain, or for your specific Authoring Space.
        !             8: 
        !             9: This utility can be used to export files in the current directory, and optionally also
        !            10: within sub-directories, by creating a compressed archive file which you can download
        !            11: to your computer.
        !            12: 
        !            13: Options include:
        !            14: 
        !            15: \begin{itemize}
        !            16: 
        !            17: \item Recurse
        !            18: 
        !            19: If the current directory contains sub-directories, and you wish to include those
        !            20: in the exported archive file, check ``include subdirectories''.
        !            21: 
        !            22: Note: if the current directory, contains only sub-directories, i.e., there are
        !            23: no files, then no archive file will be created if ``include subdirectories'' is
        !            24: unchecked.
        !            25: 
        !            26: \item File types (extensions) to include
        !            27: 
        !            28: Checkboxes are provided for 22 common file extensions, including several
        !            29: exclusive to LON-CAPA, such as problem, sty, meta etc., and others for
        !            30: common web page or image formats. There is also an "other" checkbox which
        !            31: if checked will cause any files with extensions that are not one of the 22
        !            32: listed to be included in the archive file.
        !            33: 
        !            34: If you want to exported archive to contain all files, push the ``check all'' button.
        !            35: 
        !            36: Note: there are some internal files which LON-CAPA creates in your Authoring Space,
        !            37: but are not shown on LON-CAPA's directory listing screen (e.g., .log files) which
        !            38: will automatically be omitted from the exported archive, regardless of the choices
        !            39: made for file types to include.
        !            40: 
        !            41: \item Archive file format
        !            42: 
        !            43: The format used to archive files (with or without) sub-directories can be tar or zip.
        !            44: If tar is selected, then you will also choose which compression program to use.  The
        !            45: default format is: tar.gz.
        !            46: 
        !            47: \end{itemize}

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>