| 
									
										
										
										
											2022-06-29 10:42:10 -04:00
										 |  |  | # Configure the Perl DBI driver to allow the templates communicate  | 
					
						
							|  |  |  | # with the database. | 
					
						
							|  |  |  | # dbi:<driver name [SQLite, CSV, ADO, mSQL, etc.]>:<database name> | 
					
						
							|  |  |  | [DBI] | 
					
						
							|  |  |  | driver: dbi:SQLite:hpr.db  | 
					
						
							|  |  |  | user:  | 
					
						
							|  |  |  | password:  | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-29 11:03:32 -04:00
										 |  |  | # Configure the root template page which pulls in the navigation and  | 
					
						
							| 
									
										
										
										
											2022-07-31 19:25:56 -04:00
										 |  |  | # content templates used by each page. An optional baseurl property may  | 
					
						
							|  |  |  | # be defined. This is useful when opening files directly from local  | 
					
						
							|  |  |  | # filesystem to allow relative paths to work. | 
					
						
							| 
									
										
										
										
											2022-06-29 11:03:32 -04:00
										 |  |  | [root_template] | 
					
						
							|  |  |  | content: page.tpl.html | 
					
						
							| 
									
										
										
										
											2022-07-31 19:25:56 -04:00
										 |  |  | #baseurl: OPTIONAL [i.e. file://<full path to local website directory>] | 
					
						
							| 
									
										
										
										
											2022-06-29 11:03:32 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-28 05:25:36 -04:00
										 |  |  | # Configure the navigation menu and the content templates for each page  | 
					
						
							|  |  |  | # of the site: | 
					
						
							| 
									
										
										
										
											2022-08-06 10:51:32 -04:00
										 |  |  | # | 
					
						
							|  |  |  | # [page_name] REQUIRED | 
					
						
							|  |  |  | # navigation: REQUIRED <name of navigation template> | 
					
						
							|  |  |  | # content: REQUIRED <name of page content template> | 
					
						
							| 
									
										
										
										
											2022-07-28 21:59:38 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | # Configure filename if default name is not desired  | 
					
						
							|  |  |  | # (Default is "ROOT/[page_name].html"): | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | # filename: OPTIONAL <relative path from ROOT -- optional> | 
					
						
							|  |  |  | # * <directory path> -- Must end in forward slash. File will be created  | 
					
						
							|  |  |  | #                       in this path with the default naming scheme. | 
					
						
							|  |  |  | # * <file name> -- May include a relative path. Should include the file  | 
					
						
							|  |  |  | #                  extension. May have [id] marker in path or name which  | 
					
						
							|  |  |  | #                  will be substituted with a padded page id. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-28 22:04:15 -04:00
										 |  |  | # Configure pages which use the same content template: | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | # multipage: OPTIONAL true | false (DEFAULT = false)   | 
					
						
							| 
									
										
										
										
											2022-06-28 05:25:36 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | [index] | 
					
						
							| 
									
										
										
										
											2022-07-01 22:07:06 -04:00
										 |  |  | navigation: navigation-main.tpl.html | 
					
						
							| 
									
										
										
										
											2022-06-28 05:25:36 -04:00
										 |  |  | content: content-index.tpl.html | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | [about] | 
					
						
							|  |  |  | navigation: navigation-about.tpl.html | 
					
						
							|  |  |  | content: content-about.tpl.html | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | [correspondents] | 
					
						
							|  |  |  | navigation: navigation-about.tpl.html | 
					
						
							|  |  |  | content: content-correspondents.tpl.html | 
					
						
							| 
									
										
										
										
											2022-07-28 21:59:38 -04:00
										 |  |  | filename: correspondents/index.html | 
					
						
							| 
									
										
										
										
											2022-06-28 05:25:36 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | [contact] | 
					
						
							|  |  |  | navigation: navigation-about.tpl.html | 
					
						
							|  |  |  | content: content-contact.tpl.html | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-28 22:04:15 -04:00
										 |  |  | [correspondent] | 
					
						
							|  |  |  | navigation: navigation-about.tpl.html | 
					
						
							|  |  |  | content: content-correspondent.tpl.html | 
					
						
							|  |  |  | multipage: true | 
					
						
							| 
									
										
										
										
											2022-08-06 10:51:32 -04:00
										 |  |  | filename: correspondents/[id].html | 
					
						
							| 
									
										
										
										
											2022-08-02 21:57:56 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | [series] | 
					
						
							|  |  |  | navigation: navigation-get-shows.tpl.html | 
					
						
							|  |  |  | content: content-series.tpl.html | 
					
						
							|  |  |  | filename: series/index.html | 
					
						
							| 
									
										
										
										
											2022-08-05 15:51:59 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | [series_shows] | 
					
						
							|  |  |  | navigation: navigation-get-shows.tpl.html | 
					
						
							|  |  |  | content: content-series_shows.tpl.html | 
					
						
							|  |  |  | multipage: true | 
					
						
							|  |  |  | filename: series/[id].html | 
					
						
							| 
									
										
										
										
											2022-08-05 17:44:58 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | [episodes] | 
					
						
							|  |  |  | navigation: navigation-get-shows.tpl.html | 
					
						
							|  |  |  | content: content-episodes.tpl.html | 
					
						
							| 
									
										
										
										
											2022-08-06 10:51:32 -04:00
										 |  |  | filename: eps/index.html | 
					
						
							|  |  |  | 
 |