Project Properties dialog: Project

Here you will find general Project parameters.

You may have multiple URLs per Project.

Tips: If you want to expand the URLs field, press F11 on your keyboard. If you want to see the full list of additional commands, press F12. Ctrl-A selects whole text.

Currently Portable Offline Browser supports the following URL types:

URL Formats:

http://web_server_name/path/filename.ext

or

https://secured_server/path/filename.ext

mms://media_server_name/path/filename.ext

file://c:/path/filename.ext

or

file://c:\path\filename.ext

or

file://server/path/file.ext

Please don’t forget to supply http://, https://, ftp://, mms://, mmst://, pnm://, rtsp:// or file:// prefix when entering a URL.

You may specify multiple URLs in a Project. Please enter one URL per line.

Comments may be added to the URLs field if you type the # symbol in the beginning of a line.

Portable Offline Browser supports URL macros. Macros are useful for scheduled automatic downloads when URL is changing every time.

For example, a weather site has an image that updates daily. Its URL has a day number inside.

Thus, http://www.weather.com/image5.png corresponds to the 5th day of the current month, while http://www.weather.com/image12.png corresponds to the 12th day of the current month.

In such case, the following URL macros will be useful: http://www.weather.com/image{:day}.png

When Portable Offline Browser starts downloading the Project, it substitutes macros with their values. Macro should start with {: symbols and end with }

The following macros are supported:

{:day} the current day number (1 - 31)

{:0day} the current day with a leading zero, when necessary (01 - 31)

{:shortday} the day as an abbreviation (Sun-Sat)

{:longday} the day as a full name (Sunday-Saturday)

{:month} the current month as a number without a leading zero (1-12)

{:0month} the month as a number with a leading zero (01-12)

{:shortmonth} the month as an abbreviation (Jan-Dec)

{:longmonth} the month as a full name (January-December)

{:year} the current year as a two-digit number (00-99)

{:longyear} the year as a four-digit number (0000-9999)

{:hour} the current hour without a leading zero (0-23)

{:0hour} the hour with a leading zero (00-23)

{:minute} the current minute without a leading zero (0-59)

{:0minute} the minute with a leading zero (00-59)

{:5..12} this is a special macro which will load URLs with numbers from 5 to 12. You may also use leading zeros in the first number.

{:0..100|25} the | separator defines enumeration step. In this example numbers 0, 25, 50, 75, 100 will be generated.

{:a..z} to load URLs with letters from a to z. You may use single letters from A to Z and a to z here. More information on URL Macros is available in the Help menu | Contents | Advanced Features | Using URL Macros.

Tips: to expand the URLs field, press F11 on your keyboard. If you want to see the full list of additional commands, press F12. Ctrl-A selects whole text.

To get more help on URL Macros, please click here.

The URLs field may contain certain Additional commands. The whole list of parameters is available here.

You can also do the following tasks using the URLs field:

Export or print Project automatically after downloading.

Delete old Project files automatically after downloading.

Specify custom referrer, cookie or POST request.

Collect E-mails from downloaded Web pages.

Indexing downloaded pages

Searching downloaded files for keywords in the Find Contents dialog can be done instantly, if you check the "Index downloaded files for faster search" box.