Changeset 3349326
- Timestamp:
- 08/24/2025 06:30:27 PM (7 months ago)
- File:
-
- 1 edited
-
static-web-publisher/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
static-web-publisher/trunk/readme.txt
r3349318 r3349326 31 31 32 32 Standard HTML: 33 `<html> 34 <head> 35 <title>My page</title> 36 </head> 37 <body> 38 <h1>My page</h1> 39 <p>Content</p> 40 </body> 41 </html>` 33 34 <html> 35 <head> 36 <title>My page</title> 37 </head> 38 <body> 39 <h1>My page</h1> 40 <p>Content</p> 41 </body> 42 </html> 43 42 44 43 45 HDOC format: 44 `<hdoc> 45 <head> 46 <title>My page</title> 47 </head> 48 <html> 49 <h1>My page</h1> 50 <p>Content</p> 51 </html> 52 <panels>...</panels> <!-- Navigational panels (optional) --> 53 <connections>...</connections> <!-- Links to related documents (optional) --> 54 </hdoc>` 46 47 <hdoc> 48 <head> 49 <title>My page</title> 50 </head> 51 <html> 52 <h1>My page</h1> 53 <p>Content</p> 54 </html> 55 <panels>...</panels> <!-- Navigational panels (optional) --> 56 <connections>...</connections> <!-- Links to related documents (optional) --> 57 </hdoc> 55 58 56 59 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.