Skip to content

Commit

Permalink
add test zip
Browse files Browse the repository at this point in the history
  • Loading branch information
f-peverali committed Oct 9, 2024
1 parent 2dda119 commit 23b935a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added IG/[email protected]
Binary file not shown.
2 changes: 2 additions & 0 deletions scripts/update_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
# Constants
PROJECT_ROOT = os.path.dirname(os.path.dirname(__file__))
INDEX_FILE_PATH = os.path.join(PROJECT_ROOT, "index.html")
#TODO Add a pattern for different Projects
HTML_TEMPLATE = """
<tr>
<td>{current_date}</td>
Expand All @@ -22,6 +23,7 @@
VERSION_PATTERN = re.compile(
r'<tr>\s*<td>\d{2}\.\d{2}\.\d{4}</td>\s*<td>\s*<a href="https://gematik.github.io/spec-ISiK-Basismodul/IG/(\d+\.\d+\.\d+(-\w+)?)/ImplementationGuide-markdown-Einfuehrung.html">\1</a>\s*</td>'
)
#TODO Add a pattern for different Projects

def get_current_date_str():
return datetime.datetime.now().strftime("%Y-%m-%d")
Expand Down

0 comments on commit 23b935a

Please sign in to comment.