| 
									
										
										
										
											2009-03-24 05:11:08 -04:00
										 |  |  | IN: help.home | 
					
						
							|  |  |  | USING: help.markup help.syntax ;
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ARTICLE: "help.home" "Factor documentation" | 
					
						
							| 
									
										
										
										
											2009-03-24 10:11:45 -04:00
										 |  |  | "If this is your first time with Factor, you can start by writing " { $link "first-program" } "." | 
					
						
							|  |  |  | { $heading "Reference" } | 
					
						
							| 
									
										
										
										
											2009-03-24 05:11:08 -04:00
										 |  |  | { $list | 
					
						
							|  |  |  |   { $link "handbook" } | 
					
						
							|  |  |  |   { $link "vocab-index" } | 
					
						
							| 
									
										
										
										
											2009-03-24 10:11:45 -04:00
										 |  |  |   { $link "ui-tools" } | 
					
						
							| 
									
										
										
										
											2009-04-15 19:19:35 -04:00
										 |  |  |   { $link "ui-listener" } | 
					
						
							| 
									
										
										
										
											2009-03-24 05:11:08 -04:00
										 |  |  | } | 
					
						
							|  |  |  | { $heading "Recently visited" } | 
					
						
							|  |  |  | { $table | 
					
						
							|  |  |  |   { "Words" "Articles" "Vocabs" } | 
					
						
							|  |  |  |   { { $recent recent-words } { $recent recent-articles } { $recent recent-vocabs } } | 
					
						
							| 
									
										
										
										
											2009-03-24 10:11:45 -04:00
										 |  |  | } | 
					
						
							|  |  |  | "The browser, completion popups and other tools use a common set of " { $link "definitions.icons" } "." | 
					
						
							| 
									
										
										
										
											2009-03-24 05:11:08 -04:00
										 |  |  | { $heading "Recent searches" } | 
					
						
							| 
									
										
										
										
											2009-03-24 10:11:45 -04:00
										 |  |  | { $recent-searches } | 
					
						
							|  |  |  | "Use the search field in the top-right of the " { $link "ui-browser" } " window to search for words, vocabularies and help articles." ;
 | 
					
						
							| 
									
										
										
										
											2009-03-24 05:11:08 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | ABOUT: "help.home" |