Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fully re-implemented in Python #15

Merged
merged 16 commits into from
Sep 11, 2020
Merged

Fully re-implemented in Python #15

merged 16 commits into from
Sep 11, 2020

Conversation

cicirello
Copy link
Owner

Previous versions were implemented entirely in a bash script using linux utilities like grep, find, etc. This has been completely replaced with Python to enable more easily adding planned future functionality.

The lastmod function gets the most recent git commit date for a file for use in generating lastmod tags in xml sitemap.
need fetch-depth of 0 for testing lastmod dates
In preparation for moving everything to python, now passing all argments to python script
urlstring takes a filename and base url and forms a url
Generates a string with an entry for an xml sitemap
The bash script is now completely replaced with Python.  This will allow more easily adding functionality.
@cicirello cicirello merged commit d4ae654 into master Sep 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant