Changeset 3258463
- Timestamp:
- 03/19/2025 11:37:25 AM (13 months ago)
- File:
-
- 1 edited
-
static-web-publisher/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
static-web-publisher/trunk/readme.txt
r3258451 r3258463 30 30 31 31 Standard HTML: 32 `<html> 33 <head> 34 <title>My page</title> 35 </head> 36 <body> 37 <h1>My page</h1> 38 <p>Content</p> 39 </body> 40 </html>` 32 ```xml 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> 42 Standard HTML: 43 ``` 41 44 42 45 HDOC format: 43 `<hdoc> 46 ```xml 47 <hdoc> 44 48 <head> 45 49 <title>My page</title> … … 51 55 <panels>...</panels> <!-- Navigational panels (optional) --> 52 56 <connections>...</connections> <!-- Links to related documents (optional) --> 53 </hdoc>` 57 </hdoc> 58 ``` 54 59 55 60 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.