Cleaning up my outreach material as I start marketing in earnets of myself and my business for the next six months as I try to get 25k in revenue.

This commit is contained in:
2025-07-11 12:57:22 -05:00
parent da5f787985
commit db05773c9b
274 changed files with 32303 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/sh
# cssClasses -- create a list of all available css classes.
# If you do not have a Unix environment available, please look
# at cssClasses.txt for a (possibly outdated) list.
perl -p -e 's/class\=\"([a-zA-Z]*)\"\>/\nXXXX $1\n/mg' ../xsl/format/html.xsl | grep XXXX | sort | uniq | awk '{print $2}'