Difference between revisions of "User:Alvonruff"

From ISFDB
Jump to navigation Jump to search
Line 6: Line 6:
 
* 2024: Update charset to UTF-8.
 
* 2024: Update charset to UTF-8.
  
== Python3 Notes ==
+
== Python3 Status Trackers ==
 
 
The primary difficulty with a python3 conversion project is trying to avoid a massive rewrite of the website, and then checkin all those changes with a single big bang integration. That said, the primary function of the scripts is to read data from MySQL, and then organize and print that information to the browser. But the two things that change with python3 is the MySQL connector (which requires a rewrite of all code interfacing with MySQL), and the way print statements work (which requires a rewrite of all code outputting information). So the first goal is to find a way for the ISFDB to exist simultaneously in Python2 and Python3 format. General outline of steps to move to Python3:
 
 
 
=== Python3 Status Trackers ===
 
 
* [[User:Alvonruff/Debugging_Remarks|Debugging Remarks]]
 
* [[User:Alvonruff/Debugging_Remarks|Debugging Remarks]]
 
* Per-File Status: [[User:Alvonruff/Python3_Files|Python3 File Status]]
 
* Per-File Status: [[User:Alvonruff/Python3_Files|Python3 File Status]]

Revision as of 06:29, 21 May 2023

Founder of the ISFDB.

Large Projects

Python3 Status Trackers

System Upgrade Notes

Details on how to bring up a LAMP stack (on two different OSs), and how to setup https:

User:Alvonruff/Test Page

Other Loose Notes

Obituary Sources

Reading List