Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbartlein committed Feb 19, 2024
1 parent f5badc0 commit a3a2c7d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions docs/md/pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Individual users have 50 GB of web space, with files and folders stored in the `

Note that while the while the web pages will have URLs like `https://pages.uoregon.edu/DuckID/geog490project/` the server name is `sftp.uoregon.edu`

To copy, for example, the "Example 5" multi-page website files to `pages.uoregon.edu`, where the various source files are in the folder `~/Projects/geog490project/`, start FileZilla, and :
To copy, for example, the "Example 5" multi-page website files to `pages.uoregon.edu`, where the various source files are in the folder `/Users/username/Projects/geog490project/`, start FileZilla, and :

- browse to the `/doc` folder in the `/geog490project` folder on your computer (usually on the left-hand side of FileZilla);
- connect to `sftp.uoregon.edu` which usually appears on the right-hand side of FileZilla;
Expand All @@ -30,11 +30,11 @@ To copy, for example, the "Example 5" multi-page website files to `pages.uoregon

The uploaded web site can then be browsed using the following URL:

- [[https://pages.uoregon.edu/DuckID/geog490project/]]
- here's an example [[https://pages.uoregon.edu/bartlein/geog490project/]](https://pages.uoregon.edu/bartlein/geog490project/)
- [[https://pages.uoregon.edu/DuckID/geog490project/]]()
- here's an example: [[https://pages.uoregon.edu/bartlein/geog490project/]](https://pages.uoregon.edu/bartlein/geog490project/)

(Similarly, any one of the single-page `*.html` files produced by the R Markdown, or R Markdown Notebook examples could be renamed to `index.html` copied to a folder in the `public_html` folder on `pages.uoregon.edu` as above, where it could be viewed by browsing to `https://pages.uoregon.edu/DuckID/geog490project/`.
(Similarly, any one of the single-page `*.html` files produced by the R Markdown, or R Markdown Notebook examples could be renamed to `index.html` copied to a folder in the `public_html` folder on `pages.uoregon.edu` as above, where it could be viewed by browsing to [[`https://pages.uoregon.edu/DuckID/geog490project/`]]().

Or, the original name of the file could be retained (e.g. `alpha_plot_RNotebook.html`) in which case the URL would become `https://pages.uoregon.edu/DuckID/geog490project/alpha_plot_RNotebook.html`.)
Or, the original name of the file could be retained (e.g. `alpha_plot_RNotebook.html`) in which case the URL would become [[`https://pages.uoregon.edu/DuckID/geog490project/alpha_plot_RNotebook.html`]]().


10 changes: 5 additions & 5 deletions md/pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Individual users have 50 GB of web space, with files and folders stored in the `

Note that while the while the web pages will have URLs like `https://pages.uoregon.edu/DuckID/geog490project/` the server name is `sftp.uoregon.edu`

To copy, for example, the "Example 5" multi-page website files to `pages.uoregon.edu`, where the various source files are in the folder `~/Projects/geog490project/`, start FileZilla, and :
To copy, for example, the "Example 5" multi-page website files to `pages.uoregon.edu`, where the various source files are in the folder `/Users/username/Projects/geog490project/`, start FileZilla, and :

- browse to the `/doc` folder in the `/geog490project` folder on your computer (usually on the left-hand side of FileZilla);
- connect to `sftp.uoregon.edu` which usually appears on the right-hand side of FileZilla;
Expand All @@ -30,11 +30,11 @@ To copy, for example, the "Example 5" multi-page website files to `pages.uoregon

The uploaded web site can then be browsed using the following URL:

- [[https://pages.uoregon.edu/DuckID/geog490project/]]
- here's an example [[https://pages.uoregon.edu/bartlein/geog490project/]](https://pages.uoregon.edu/bartlein/geog490project/)
- [[https://pages.uoregon.edu/DuckID/geog490project/]]()
- here's an example: [[https://pages.uoregon.edu/bartlein/geog490project/]](https://pages.uoregon.edu/bartlein/geog490project/)

(Similarly, any one of the single-page `*.html` files produced by the R Markdown, or R Markdown Notebook examples could be renamed to `index.html` copied to a folder in the `public_html` folder on `pages.uoregon.edu` as above, where it could be viewed by browsing to `https://pages.uoregon.edu/DuckID/geog490project/`.
(Similarly, any one of the single-page `*.html` files produced by the R Markdown, or R Markdown Notebook examples could be renamed to `index.html` copied to a folder in the `public_html` folder on `pages.uoregon.edu` as above, where it could be viewed by browsing to [[`https://pages.uoregon.edu/DuckID/geog490project/`]]().

Or, the original name of the file could be retained (e.g. `alpha_plot_RNotebook.html`) in which case the URL would become `https://pages.uoregon.edu/DuckID/geog490project/alpha_plot_RNotebook.html`.)
Or, the original name of the file could be retained (e.g. `alpha_plot_RNotebook.html`) in which case the URL would become [[`https://pages.uoregon.edu/DuckID/geog490project/alpha_plot_RNotebook.html`]]().


0 comments on commit a3a2c7d

Please sign in to comment.