User Tools

Site Tools


html

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
html [2025/06/11 00:26] – [2025 06 10] donaldhtml [2025/09/23 22:19] (current) – [2025 06 10] donald
Line 3: Line 3:
 ===== 2025 06 10 ===== ===== 2025 06 10 =====
  
-  * resizedir.py lives in \temp +==== create test index.html ==== 
-  * run it from cmd + 
-  * it requires a directory name under \temp\00uk +<code><!doctype html><head> 
-  * all photos in that directory will be resized to 30% and renamed 123, etc. +<title>Test Index.html </title> 
-  * use html.py on the same dir which creates html.txt which is the slideshow code +</head> 
-  * then copy and modify day00.htm+ 
 +<body>  
 + 
 +test 
 + 
 +</body> 
 + 
 +</html> 
 + 
 +</code> 
 + 
 +===== 2025 06 10 ===== 
 + 
 +==== create slideshow html ==== 
 + 
 +  * resizedir.py and html.py are in synshare/web/macqueen.us/python 
 +  * put resizedir.py and html.py in \temp 
 +  * put pictures to be resized in \temp\00uk\someDir 
 +  * run resizedir.py \temp\00uk\someDir from cmd 
 +  * all photos in that directory will be resized to 30% and renamed 101112, etc. 
 +  * run html.py on the same dir which creates html.txt which is the slideshow code 
 +  * then copymodify day00.htm and save it as index.html 
 +  * insert html.txt and adjust paths if necessary 
  
 ===== 2025 06 01 ===== ===== 2025 06 01 =====
html.1749601567.txt.gz · Last modified: 2025/06/11 00:26 by donald