Skip to content

Commit de86a49

Browse files
committed
add warning to deprecated index
1 parent f38d646 commit de86a49

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

generate_index.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ def main():
333333
info = open("INFO", encoding="utf-8").read() + u"\n"
334334
with open("README.md", "w", encoding="utf-8") as readme:
335335
readme.write(u"# Binary Ninja Plugins\n\n")
336+
readme.write(u"[!WARNING]\nTHIS REPOSITORY IS DEPRECATED. SEE <a href='https://extensions.binary.ninja/'>https://extensions.binary.ninja/</a> for the current list. This repo is maintained only for older versions of Binary Ninja as a best-effort attempt but no support is available.\n\n")
336337
readme.write(u"| PluginName | Author | Description | Last Updated | Type | API | License |\n")
337338
readme.write(u"|------------|--------|-------------|--------------|------|-----|---------|\n")
338339

0 commit comments

Comments
 (0)