diff options
author | Victor Kareh <[email protected]> | 2025-06-18 14:12:58 -0400 |
---|---|---|
committer | Luke from DC <[email protected]> | 2025-07-16 17:27:48 +0000 |
commit | d65a0b591a11abc110bc8c0a4562082fe0d82b8c (patch) | |
tree | 3e90e12208959c47725927fefbddf23bc335b448 /invest-applet/docs/Makefile.am | |
parent | e8e8d00cff2ade8e034681b2a3c8f5dd83fbb331 (diff) | |
download | mate-applets-master.tar.bz2 mate-applets-master.tar.xz |
The original invest applet was dropped in
https://github.com/mate-desktop/mate-applets/commit/41f7b7a2a38ca9f3929fcbd88d228b3815034876
due to a broken API. This brings it back using the modern JSON version
of the Yahoo Finance API, a rewrite from Python to C, and a simplified
interface (i.e. instead of the full portfolio management app,
I simplified it into a stock ticker price tracker).
Diffstat (limited to 'invest-applet/docs/Makefile.am')
-rw-r--r-- | invest-applet/docs/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/invest-applet/docs/Makefile.am b/invest-applet/docs/Makefile.am new file mode 100644 index 00000000..c7580938 --- /dev/null +++ b/invest-applet/docs/Makefile.am @@ -0,0 +1,10 @@ +@YELP_HELP_RULES@ + +HELP_ID = mate-invest-applet +HELP_FILES = index.docbook legal.xml + +HELP_MEDIA = figures/symbol-search.png + +HELP_LINGUAS = ca de el en_GB es fi ru sv zh_CN + +-include $(top_srcdir)/git.mk |