Skip to content

Commit

Permalink
initial rename of bogle.tools to MultiFol.io
Browse files Browse the repository at this point in the history
  • Loading branch information
rrelyea committed Jun 2, 2024
1 parent ebd53a6 commit a2c022c
Show file tree
Hide file tree
Showing 16 changed files with 37 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Pages/AccountView.razor
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@using Models

<PageTitle>
@pageHeading - bogle.tools
@pageHeading - MultiFol.io
</PageTitle>

<style>
Expand Down
9 changes: 7 additions & 2 deletions Pages/FAQ.razor
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@inject NavigationManager Navigation
@using Models;

<PageTitle>Help - bogle.tools</PageTitle>
<PageTitle>Help - MultiFol.io</PageTitle>

<div style=float:left>
<h4 style="max-width:450px">
Expand All @@ -13,13 +13,18 @@
<div style=clear:left;margin-left:1.5in><a href=/profiles @onclick=navWithBackStack @onclick:preventDefault >(manage profiles)</a></div>

<p style=clear:left>
This site provides useful tools to optimize personal finances:
MultiFol.io provides useful tools to optimize personal finances:
</p>
<ul>
<li>Organize your Portfolio</li>
<li>Plan your Annual Savings</li>
</ul>

<p>
<b>Transitioning:</b> We are moving to a new brand: 'MultiFol.io' <br/>
We'll try to do this in a way that makes the transition easy for you and your data. We plan to enable this transition by the middle of June 2024, we'll transition this site to a new location and help you maintain your data nicely.
</p>

<p><b>Profiles</b><br/>
One can have one or more profiles.
Each profile has portfolio and savings plan data.
Expand Down
4 changes: 2 additions & 2 deletions Pages/Home.razor
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@using Models

<PageTitle>
bogle.tools
MultiFol.io
</PageTitle>

<div style=float:left>
Expand Down Expand Up @@ -71,5 +71,5 @@ bogle.tools
Navigation.NavigateTo("/profiles");
}

private string pageHeading = "Bogle.tools";
private string pageHeading = "MultiFol.io";
}
8 changes: 4 additions & 4 deletions Pages/Import.razor
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ else
<li>Click on the <a target=_new href=https://holdings.web.vanguard.com>Holdings</a>↗️ link</li>
<li>Click on the <a target=_new href=https://personal1.vanguard.com/ofu-open-fin-exchange-webapp/ofx-welcome>Download Center</a>↗️ link to the right</li>
<li>Step 1 - Choose "A spreadsheet-compatible CSV File"</li>
<li>Step 2 - Choose any date range (I choose 18 months, but bogle.tools doesn't use this transaction information yet, so 1 month is fine too)</li>
<li>Step 2 - Choose any date range (I choose 18 months, but this app doesn't use this transaction information yet, so 1 month is fine too)</li>
<li>Step 3 - Choose all accounts you'd like to export holdings info about</li>
<li>Press Download button on bottom right of page - a file named OfxDownload.csv will be downloaded via your browser</li>
<li>Click "Choose File" button, find and choose the OfxDownload.csv file in Downloads folder</li>
Expand Down Expand Up @@ -163,7 +163,7 @@ else
<li>Find and download the data file</li>
</ul>

<li><b>Import data file</b>: Click "Choose Files" button to import new or updated account information into your <a href=/profiles>active bogle.tools profile's</a> portfolio</li>
<li><b>Import data file</b>: Click "Choose Files" button to import new or updated account information into your <a href=/profiles>active MultiFol.io profile's</a> portfolio</li>
<fieldset style=margin-left:20px>
<InputFile multiple accept=".csv,.xlsx" OnChange="@((e) => OnDataFilesImport(e))" /><br/>
<ul>
Expand All @@ -182,11 +182,11 @@ else
<ol>
@if (Custodian == "other")
{
<li>If you custodian's CSV format isn't supported yet by Bogle.tools, we're probabaly happy to add support with your help:</li>
<li>If you custodian's CSV format isn't supported yet by MultiFol.io, we're probabaly happy to add support with your help:</li>
}
else
{
<li>@Custodian's CSV format isn't supported yet by Bogle.tools, we're happy to add support with your help:</li>
<li>@Custodian's CSV format isn't supported yet by MultiFol.io, we're happy to add support with your help:</li>
}
<li>Download the CSV file for your account(s) from another Custodian</li>
<li>Anonymize/change the data in that CSV file [using a text editor: change account number AY-424523 to XX-123456, change $ amounts of investments if you like, change any other personally identifying info.]</li>
Expand Down
2 changes: 1 addition & 1 deletion Pages/Portfolio-Review.razor
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@using Models

<PageTitle>
Portfolio Review@(stepPath == null ? "" : ": " + stepPath.Replace('-', ' ')) - bogle.tools
Portfolio Review@(stepPath == null ? "" : ": " + stepPath.Replace('-', ' ')) - MultiFol.io
</PageTitle>

<style>
Expand Down
2 changes: 1 addition & 1 deletion Pages/Portfolio.razor
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@using Models

<PageTitle>
@pageHeading - bogle.tools
@pageHeading - MultiFol.io
</PageTitle>

<style>
Expand Down
4 changes: 2 additions & 2 deletions Pages/Profiles.razor
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
@inject HttpClient Http
@using Models

<PageTitle>Profiles - bogle.tools</PageTitle>
<PageTitle>Profiles - MultiFol.io</PageTitle>

<h4>@if(importing) { <span>import a copy of a shared bogle.tools profile</span> } else { <span>bogle.tools profiles</span>}</h4>
<h4>@if(importing) { <span>import a copy of a shared MultiFol.io profile</span> } else { <span>MultiFol.io profiles</span>}</h4>
@if (profileNames != null && profileNames.Count > 0)
{
@if(!importing) {
Expand Down
2 changes: 1 addition & 1 deletion Pages/RSU-Tracker.razor
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@using Models

<PageTitle>
@pageHeading - bogle.tools
@pageHeading - MultiFol.io
</PageTitle>

<style>
Expand Down
4 changes: 2 additions & 2 deletions Pages/Saving.razor
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@using Models

<PageTitle>
Savings@(stepPath==null?" Planner":": "+stepPath.Replace('-',' ')) - bogle.tools
Savings@(stepPath==null?" Planner":": "+stepPath.Replace('-',' ')) - MultiFol.io
</PageTitle>

<style>
Expand Down Expand Up @@ -594,7 +594,7 @@ Savings@(stepPath==null?" Planner":": "+stepPath.Replace('-',' ')) - bogle.tools
<div>We'd like to collect many companies benefit files and publish them for other users of this Annual SAVINGS tool to have automatically used.</div>
<ol>
<li>Press 'Download &lt;EmployerName&gt; benefits file'</li>
<li>Send file to suggestions@bogle.tools -- we'll review and publish to github.com/bogle-tools so that Bogle.Tools/saving can make it easier to use for other employees by <a target=_blank href=https://github.com/bogle-tools/financial-variables/blob/main/data/usa/employers/microsoft/microsoft.retirement.2023.json>posting on github.com</a></li>
<li>Send file to suggestions@bogle.tools -- we'll review and publish to github.com so that Savings Planner can make it easier to use for other employees by <a target=_blank href=https://github.com/bogle-tools/financial-variables/blob/main/data/usa/employers/microsoft/microsoft.retirement.2023.json>posting on github.com</a></li>
</ol>
<br/>
@if (familyData.PersonCount > 0) {
Expand Down
12 changes: 6 additions & 6 deletions Pages/Updating-portfolio.razor
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
Import Accounts (CSV)
</th>
<th style=width:100px;vertical-align:bottom;text-align:center>
Enter/Update on bogle.tools
Enter/Update on MultiFol.io
</th>
<th style=width:100px;vertical-align:bottom;text-align:center>
bogle.tools can update
MultiFol.io can update
</th>
</tr>
<tr style=background-color:lightgray>
Expand Down Expand Up @@ -108,17 +108,17 @@
Link: <a href=/import>/import</a>
</p>

<p><b>Enter/Update on bogle.tools</b><br/>
<p><b>Enter/Update on MultiFol.io</b><br/>
You can initially enter or update account info by navigating to the <a href=/portfolio-tracker/accounts>accounts view in Portfolio Tracker</a> and click on the pencil icon for entry/editing instructions.<br/>
Link: <a href=/portfolio-tracker>Portfolio Tracker</a><br/><br/>

Updating share price for RSUs can be done manually by editing the last price after clicking on a grant row.<br/>
Link: <a href=/rsu-tracker/by-grant>RSU Tracker - by grant view</a>
</p>

<p><b>bogle.tools Can Update</b><br/>
<p><b>MultiFol.io Can Update</b><br/>
If you provide an <a target=_new href="https://eodhd.com?utm_source=bogle_tool&utm_medium=app&utm_campaign=friendly_bogle">eodhd.com</a>
↗️ API key, bogle.tools can use it to get 15min delayed quotes whenever you ask. Bogle.tools will attempt to update investment and RSU grant prices.
↗️ API key, MultiFol.io can use it to get 15min delayed quotes whenever you ask. MultiFol.io will attempt to update investment and RSU grant prices.
<ol>
<li>
<a href="https://eodhd.com/register?utm_source=bogle_tool&utm_medium=app&utm_campaign=friendly_bogle" target=_new>Register</a>↗️
Expand All @@ -128,7 +128,7 @@
<li>To enable app to use, enter the API Key here, and then navigate back to pages you'd like to use in the site:</li>
<label>API key:</label> <input type=text @bind-Value=appData.EODHistoricalDataApiKey @bind-Value:event=oninput placeholder='apikey' />
</ol>
<p>Note: these links to eodhd.com, let eodhd.com know that bogle.tools sent you to them. They track how many users are from bogle.tools. Feel free to navigate to their site without using these links if this concerns you in any way.</p>
<p>Note: these links to eodhd.com, let eodhd.com know that bogle.tools sent you to them. They track how many users are from 'MultiFol.io'. Feel free to navigate to their site without using these links if this concerns you in any way.</p>
</p>
<p></p>
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# See [bogle.tools](https://bogle.tools) site
# See [MultiFol.io](https://bogle.tools) site

Helps you plan Annual SAVING and create PORTFOLIO Review posts

2 changes: 1 addition & 1 deletion Shared/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div style="display: table; height: 400px; overflow: hidden;">
<div style="display: table-cell; vertical-align: middle;">
<div>
<h4>bogle.tools ran into a problem. We're sorry!</h4>
<h4>MultiFol.io ran into a problem. We're sorry!</h4>
To help us fix, please send the yellow text to the developer by:
<ul>
<li>email (Suggestions@bogle.tools)</li>
Expand Down
2 changes: 1 addition & 1 deletion Shared/NavMenu.razor
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="top-row ps-3 navbar navbar-dark">
<div class="container-fluid">
<a class="navbar-brand" href="/">
<span style=color:yellow>Bogle</span><span style=font-size:smaller>.tools</span>
<span style=color:yellow>MultiFol</span><span>.io</span>
</a>
<button title="Navigation menu" class="navbar-toggler" @onclick="ToggleNavMenu">
<span class="navbar-toggler-icon"></span>
Expand Down
4 changes: 4 additions & 0 deletions library/Models/FormatUtilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,10 @@ public static string Markupize(string? wikiText)
{
returnVal += "<a href='" + href[19..] + "'>" + text + "</a>";
}
else if (href.StartsWith("https://multifol.io/"))
{
returnVal += "<a href='" + href[19..] + "'>" + text + "</a>";
}
else if (href.StartsWith("https://"))
{
returnVal += "<a target=_blank href='" + href + "'>" + text + "</a>";
Expand Down
2 changes: 1 addition & 1 deletion wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>bogle.tools - Savings & Portfolio</title>
<title>MultiFol.io - Savings & Portfolio</title>
<base href="/" />
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="css/app.css" rel="stylesheet" />
Expand Down
4 changes: 2 additions & 2 deletions wwwroot/manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bogle.tools",
"short_name": "bogle.tools",
"name": "MultiFol.io",
"short_name": "MultiFol.io",
"id": "./",
"start_url": "./",
"display": "standalone",
Expand Down

0 comments on commit a2c022c

Please sign in to comment.