|
@ -5,33 +5,54 @@ |
|
|
<mat-card class="mb-3"> |
|
|
<mat-card class="mb-3"> |
|
|
<mat-card-content> |
|
|
<mat-card-content> |
|
|
<p> |
|
|
<p> |
|
|
Ghostfolio is a side project by |
|
|
<strong>Ghostfolio</strong> ({{ version }}) is open source software |
|
|
|
|
|
which empowers busy folks to have a sharp look of their financial |
|
|
|
|
|
assets and to make solid, data-driven investment decisions by |
|
|
|
|
|
evaluating automated static portfolio analysis rules. The project |
|
|
|
|
|
has been initiated by |
|
|
<a href="https://dotsilver.ch">Thomas Kaul</a>. |
|
|
<a href="https://dotsilver.ch">Thomas Kaul</a>. |
|
|
</p> |
|
|
|
|
|
<p> |
|
|
|
|
|
This is <strong>Ghostfolio {{ version }}</strong> |
|
|
|
|
|
<ng-container *ngIf="lastPublish"> |
|
|
<ng-container *ngIf="lastPublish"> |
|
|
and was last published on {{ lastPublish }}</ng-container |
|
|
This instance has been last published on {{ lastPublish |
|
|
>. |
|
|
}}</ng-container |
|
|
|
|
|
> |
|
|
</p> |
|
|
</p> |
|
|
<p> |
|
|
<p> |
|
|
If you encounter a bug or would like to suggest an improvement or a |
|
|
If you encounter a bug or would like to suggest an improvement or a |
|
|
new feature, please send an e-mail to |
|
|
new feature, please open an issue at |
|
|
<a href="mailto:hi@ghostfol.io">hi@ghostfol.io</a> or tweet to |
|
|
<a href="https://github.com/ghostfolio/ghostfolio">GitHub</a>, tweet |
|
|
<a href="https://twitter.com/ghostfolio_">@ghostfolio_</a>. |
|
|
to <a href="https://twitter.com/ghostfolio_">@ghostfolio_</a> or |
|
|
|
|
|
send an e-mail to |
|
|
|
|
|
<a href="mailto:hi@ghostfol.io">hi@ghostfol.io</a>. |
|
|
</p> |
|
|
</p> |
|
|
<p class="text-center"> |
|
|
<p class="text-center"> |
|
|
<a |
|
|
<a |
|
|
|
|
|
class="mx-2" |
|
|
|
|
|
href="https://github.com/ghostfolio/ghostfolio" |
|
|
|
|
|
mat-icon-button |
|
|
|
|
|
title="Find Ghostfolio on GitHub" |
|
|
|
|
|
> |
|
|
|
|
|
<ion-icon name="logo-github" size="large"></ion-icon> |
|
|
|
|
|
</a> |
|
|
|
|
|
<a |
|
|
|
|
|
class="mx-2" |
|
|
href="https://twitter.com/ghostfolio_" |
|
|
href="https://twitter.com/ghostfolio_" |
|
|
mat-icon-button |
|
|
mat-icon-button |
|
|
title="Follow Ghostfolio on Twitter" |
|
|
title="Follow Ghostfolio on Twitter" |
|
|
> |
|
|
> |
|
|
<ion-icon name="logo-twitter" size="large"></ion-icon> |
|
|
<ion-icon name="logo-twitter" size="large"></ion-icon> |
|
|
</a> |
|
|
</a> |
|
|
|
|
|
<a |
|
|
|
|
|
class="mx-2" |
|
|
|
|
|
href="mailto:hi@ghostfol.io" |
|
|
|
|
|
mat-icon-button |
|
|
|
|
|
title="Send an e-mail" |
|
|
|
|
|
> |
|
|
|
|
|
<ion-icon name="mail" size="large"></ion-icon> |
|
|
|
|
|
</a> |
|
|
</p> |
|
|
</p> |
|
|
<div class="d-flex justify-content-center"> |
|
|
<div class="d-flex justify-content-center"> |
|
|
<div |
|
|
<div |
|
|
class="independent-and-bootstrapped-logo" |
|
|
class="independent-and-bootstrapped-logo mb-2" |
|
|
title="Ghostfolio is an independent & bootstrapped business" |
|
|
title="Ghostfolio is an independent & bootstrapped business" |
|
|
></div> |
|
|
></div> |
|
|
</div> |
|
|
</div> |
|
@ -46,11 +67,8 @@ |
|
|
<div class="row"> |
|
|
<div class="row"> |
|
|
<div class="col-xs-12 col-md-6"> |
|
|
<div class="col-xs-12 col-md-6"> |
|
|
<mat-card class="mb-3"> |
|
|
<mat-card class="mb-3"> |
|
|
<h4 i18n>Basic</h4> |
|
|
<h4 i18n>Open Source</h4> |
|
|
<p> |
|
|
<p>Host your <strong>Ghostfolio</strong> instance by yourself.</p> |
|
|
The starting point for tracking your goals and adopting your |
|
|
|
|
|
personal investment strategy. |
|
|
|
|
|
</p> |
|
|
|
|
|
<ul class="list-unstyled mb-3"> |
|
|
<ul class="list-unstyled mb-3"> |
|
|
<li class="align-items-center d-flex mb-1"> |
|
|
<li class="align-items-center d-flex mb-1"> |
|
|
<ion-icon |
|
|
<ion-icon |
|
@ -73,7 +91,13 @@ |
|
|
></ion-icon> |
|
|
></ion-icon> |
|
|
<span>Unlimited Transactions</span> |
|
|
<span>Unlimited Transactions</span> |
|
|
</li> |
|
|
</li> |
|
|
<li class="d-none d-sm-block mb-1">​</li> |
|
|
<li class="align-items-center d-flex mb-1"> |
|
|
|
|
|
<ion-icon |
|
|
|
|
|
class="mr-1 text-muted" |
|
|
|
|
|
name="checkmark-circle-outline" |
|
|
|
|
|
></ion-icon> |
|
|
|
|
|
<span>Advanced Insights</span> |
|
|
|
|
|
</li> |
|
|
</ul> |
|
|
</ul> |
|
|
<p class="h5 text-right"> |
|
|
<p class="h5 text-right"> |
|
|
<span>Free</span> |
|
|
<span>Free</span> |
|
@ -83,7 +107,7 @@ |
|
|
<div class="col-xs-12 col-md-6"> |
|
|
<div class="col-xs-12 col-md-6"> |
|
|
<mat-card |
|
|
<mat-card |
|
|
class="mb-3" |
|
|
class="mb-3" |
|
|
[ngClass]="{ 'active': user?.subscription?.type === 'Diamond' }" |
|
|
[ngClass]="{ 'active': user?.subscription?.type === 'Trial' }" |
|
|
> |
|
|
> |
|
|
<h4 class="align-items-center d-flex" i18n> |
|
|
<h4 class="align-items-center d-flex" i18n> |
|
|
Diamond |
|
|
Diamond |
|
@ -92,10 +116,7 @@ |
|
|
name="diamond-outline" |
|
|
name="diamond-outline" |
|
|
></ion-icon> |
|
|
></ion-icon> |
|
|
</h4> |
|
|
</h4> |
|
|
<p> |
|
|
<p>Get a managed <strong>Ghostfolio</strong> cloud offering.</p> |
|
|
Get a bird's-eye view of your financial assets for making |
|
|
|
|
|
sustainable investment decisions. |
|
|
|
|
|
</p> |
|
|
|
|
|
<ul class="list-unstyled mb-3"> |
|
|
<ul class="list-unstyled mb-3"> |
|
|
<li class="align-items-center d-flex mb-1"> |
|
|
<li class="align-items-center d-flex mb-1"> |
|
|
<ion-icon |
|
|
<ion-icon |
|
@ -129,8 +150,8 @@ |
|
|
<p class="h5 text-right"> |
|
|
<p class="h5 text-right"> |
|
|
<span class="font-weight-normal" |
|
|
<span class="font-weight-normal" |
|
|
>{{ user?.settings.baseCurrency || baseCurrency }} |
|
|
>{{ user?.settings.baseCurrency || baseCurrency }} |
|
|
<strong>3.99</strong> |
|
|
<strong>2.99</strong> |
|
|
<del class="ml-1 text-muted">4.99</del> / Month</span |
|
|
<del class="ml-1 text-muted">3.99</del> / Month</span |
|
|
> |
|
|
> |
|
|
</p> |
|
|
</p> |
|
|
</mat-card> |
|
|
</mat-card> |
|
@ -139,7 +160,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="row"> |
|
|
<div class="mb-5 row"> |
|
|
<div class="col"> |
|
|
<div class="col"> |
|
|
<h3 class="mb-3 text-center" i18n>Changelog</h3> |
|
|
<h3 class="mb-3 text-center" i18n>Changelog</h3> |
|
|
<mat-card class="changelog mb-3"> |
|
|
<mat-card class="changelog mb-3"> |
|
@ -149,4 +170,15 @@ |
|
|
</mat-card> |
|
|
</mat-card> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="row"> |
|
|
|
|
|
<div class="col"> |
|
|
|
|
|
<h3 class="mb-3 text-center" i18n>License</h3> |
|
|
|
|
|
<mat-card class="mb-3"> |
|
|
|
|
|
<mat-card-content> |
|
|
|
|
|
<markdown [src]="'LICENSE'"></markdown> |
|
|
|
|
|
</mat-card-content> |
|
|
|
|
|
</mat-card> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|