File:  [LON-CAPA] / loncom / html / adm / help / tex / Creating_New_Content_Pages.tex
Revision 1.6: download - view: text, annotated - select for diffs
Mon May 17 14:37:55 2004 UTC (20 years, 2 months ago) by www
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_99_0, version_2_9_1, version_2_9_0, version_2_8_X, version_2_8_99_1, version_2_8_99_0, version_2_8_2, version_2_8_1, version_2_8_0, version_2_7_X, version_2_7_99_1, version_2_7_99_0, version_2_7_1, version_2_7_0, version_2_6_X, version_2_6_99_1, version_2_6_99_0, version_2_6_3, version_2_6_2, version_2_6_1, version_2_6_0, version_2_5_X, version_2_5_99_1, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_X, version_2_3_99_0, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_X, version_2_2_99_1, version_2_2_99_0, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_X, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0, version_2_1_3, version_2_1_2, version_2_1_1, version_2_1_0, version_2_10_X, version_2_10_1, version_2_10_0_RC2, version_2_10_0_RC1, version_2_10_0, version_2_0_X, version_2_0_99_1, version_2_0_2, version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2, version_1_99_1_tmcc, version_1_99_1, version_1_99_0_tmcc, version_1_99_0, version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_X, version_1_2_99_1, version_1_2_99_0, version_1_2_1, version_1_2_0, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1, version_1_1_99_0, loncapaMITrelate_1, language_hyphenation_merge, language_hyphenation, bz6209-base, bz6209, bz5969, bz2851, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE, HEAD, GCI_3, GCI_2, GCI_1, BZ5971-printing-apage, BZ5434-fox, BZ4492-merge, BZ4492-feature_horizontal_radioresponse
Updating links.

    1: \label{Creating_New_Content_Pages}
    2: \label{Creating New Content Pages}
    3: 
    4: \textbf{Content Pages} are HTML documents that display the course information
    5: you are presenting. 
    6: 
    7: Many users use tools such as Dreamweaver to create web pages. To upload HTML
    8: files generated with such tools, you can use the \textbf{Browse} button in
    9: the Construction Space, locate your HTML file, and use the \textbf{Upload
   10: File} button to create a content page in LON-CAPA. Remember to upload any
   11: graphics your generated web pages may have included.
   12: 
   13: To create new Content Pages, do the following:
   14: 
   15: \begin{enumerate}
   16: \item Click the \textbf{CSTR} button on the LON-CAPA remote. Your web page will
   17: change to your Construction Space.
   18: \item In the Location bar of your browser, type in the full URL of the new Content
   19: Page. Make sure the last part of the URL ends with {}``.html'', for example,
   20: \\
   21: \emph{http://(your library server)/priv/username/new\_resource.html} .\\
   22: Press the Return or Enter key.
   23: \item Type the content into the editor, \emph{OR} copy and paste HTML source code
   24: obtained through the use of some other HTML authoring program into the editor.
   25: \item Optionally, click the \textbf{View} button to preview your Content Page.
   26: \item Finally, click the \textbf{Save this} button \emph{OR} click the \textbf{Save
   27: and then attempt to clean HTML} button.
   28: \end{enumerate}
   29: Repeat this process as many times as necessary to create your Content Pages. 
   30: 
   31: If you're following this as a tutorial, create at least one content page,
   32: which we'll use later as raw material. Visit the FAQ at \texttt{http://help.lon-capa.org/} if you get {}``unmatched
   33: tag'' warnings.
   34: 

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