Skip to content

Commit

Permalink
Added split to export words, added mastodon links
Browse files Browse the repository at this point in the history
  • Loading branch information
lkarlslund committed Dec 10, 2023
1 parent 391a863 commit 7fddd34
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#### **How can I help?**

* Provide feedback - positive or negative - via Twitter to [@lkarlslund](https://twitter.com/lkarlslund)
* Provide feedback - positive or negative - via Twitter to [@lkarlslund](https://twitter.com/lkarlslund), Mastodon to [@lkarlslund](https://infosec.exchange/@lkarlslund), or bugreports via [GitHub](https://github.com/lkarlslund/Adalanche/issues).

* If you feel that Adalanche brings value, consider buying one of the commercial editions from [NetSection](https://www.netsection.com). The commercial editions ensure that the open source edition of Adalanche will continue development.

Expand Down
4 changes: 4 additions & 0 deletions modules/analyze/html/icons/mastodon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions modules/analyze/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,13 @@
id="programinfo">Adalanche</span></div>
<div>
<span id="programlink" class="pe-auto"><img src="icons/twitter.svg" height="16px"> <a
href="https://twitter.com/lkarlslund">@lkarlslund</a></span>
href="https://twitter.com/lkarlslund">@lkarlslund</a></span> / <span id="programlink" class="pe-auto"><img src="icons/mastodon.svg" height="16px"> <a
href="https://infosec.exchange/@lkarlslund">@lkarlslund</a></span>
</div>
</div>
<div id="commandbuttons" class="pt-10 pe-auto">
<button id="explore" class="btn btn-primary">Explore</button>
<a href="/export-words" id="extract-words" class="btn btn-primary">Extract words</a>
<a href="/export-words?split=true" id="extract-words" class="btn btn-primary">Export words</a>
</div>
</div>

Expand Down

0 comments on commit 7fddd34

Please sign in to comment.