Skip to content

Commit

Permalink
First public release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Whalley committed Feb 18, 2022
1 parent 328f10d commit 48be1cb
Show file tree
Hide file tree
Showing 48 changed files with 416 additions and 168 deletions.
3 changes: 1 addition & 2 deletions archetypes/docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
title: "Docs"
description: ""
lead: ""
date: 2022-01-25T14:40:56+01:00
lastmod: 2022-01-25T14:40:56+01:00
date: 2022-02-18
draft: false
images: []
type: docs
Expand Down
3 changes: 1 addition & 2 deletions archetypes/docs/lorem/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
title: "Lorem"
description: ""
lead: ""
date: 2022-01-25T14:41:21+01:00
lastmod: 2022-01-25T14:41:21+01:00
date: 2022-02-18
draft: false
images: []
type: docs
Expand Down
3 changes: 1 addition & 2 deletions archetypes/docs/lorem/ipsum/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
title: "Ipsum"
description: ""
lead: ""
date: 2022-01-25T14:41:39+01:00
lastmod: 2022-01-25T14:41:39+01:00
date: 2022-02-18
draft: false
images: []
type: docs
Expand Down
37 changes: 37 additions & 0 deletions assets/js/getplatform.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
// Determine build details

let osDetails = {
icon: 'fa-question-circle',
name: 'Unknown OS'
};

if (navigator.userAgent.indexOf('Win') != -1) {
osDetails.icon = 'fa-windows';
if (navigator.userAgent.indexOf('x64') != -1)
{
osDetails.name ='Windows 64'
} else {
osDetails.name = 'Windows 32'
}
}

if (navigator.userAgent.indexOf('Mac') != -1)
{
osDetails.icon = 'fa-apple';
osDetails.name = 'MacOS'
}

if (navigator.userAgent.indexOf('like Mac') != -1)
{
osDetails.icon = 'fa-question-circle';
osDetails.name = 'Unknown OS'
}

updateOsDownloadButton(osDetails);


function updateOsDownloadButton(osDetails) {
let iconHtml = '<i class="fa-brands ' + osDetails.icon + '"></i>'
document.querySelector('.btn-download-os').innerHTML = iconHtml + '&nbsp;Download for ' + osDetails.name
}

2 changes: 1 addition & 1 deletion assets/scss/common/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,4 @@ $input-btn-focus-width: 0;
height: 3rem;
width: 3rem;
font-size: 1.5rem;
}
}
19 changes: 11 additions & 8 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Meta Data for SEO

## Homepage
title = "MoneyManager Ex"
lead = "Free, easy-to-use, personal finance software"
description = "Open-source, cross-platform, software that helps you organize your finances and keep track of where, when and to who the money goes. It is also a great tool to get a bird's eye view of your financial worth."
titleSeparator = "-"
titleAddition = "Money Manager Ex"
description = "Free, easy-to-use, personal finance software"

## Latest MMEX build
mmexBuild = "1.5.13"
mmexBuildBase = "https://github.com/moneymanagerex/moneymanagerex/releases/download/"

## Documentation
# docsVersion = "0.3"
Expand Down Expand Up @@ -50,9 +53,9 @@ footer = "Powered by <a class=\"text-muted\" href=\"https://www.github.com/\">Gi
copyRight = "Copyright (c) 2022 MoneyManager Ex"

# Alert
alert = false
alert = true
alertDismissable = true
alertText = ""
alertText = "This is a beta of the new MoneyMangerEx home page. Some features may be absent or not fully working yet."

# Edit Page
# repoHost [Github | Gitea | GitLab | Bitbucket | BitbucketServer ] is used for building the edit link based on git hoster
Expand All @@ -68,15 +71,15 @@ lastMod = false
lazySizes = true
clipBoard = true
instantPage = true
flexSearch = false
flexSearch = true
darkMode = false
bootStrapJs = true
breadCrumb = false
breadCrumb = true
highLight = true
kaTex = false
multilingualMode = false
docsVersioning = false
fullWidth = false
fullWidth = true

[menu]
[menu.section]
Expand Down
7 changes: 3 additions & 4 deletions content/en/_index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
title : "MoneyManager Ex"
description: "Free, easy-to-use, personal finance software"
lead: "Free, easy-to-use, personal finance software"
date: 2020-10-06T08:47:36+00:00
lastmod: 2020-10-06T08:47:36+00:00
description: "Open-source, cross-platform, software that helps you organize your finances and keep track of where, when and to who the money goes. It is also a great tool to get a bird's eye view of your financial worth."
date: 2022-02-18
draft: false
images: []
---
---
1 change: 0 additions & 1 deletion content/en/blog/2020-10-30 Downtime/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: "Explanation on Downtime"
description: "A short explanation of what happened."
lead: "A short explanation of what happened."
date: 2020-10-30
lastmod: 2020-10-30
draft: false
weight: 50
images: ["mmex_vps_down.png"]
Expand Down
3 changes: 1 addition & 2 deletions content/en/blog/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
title: "Blog"
description: "The MMEX Blog"
date: 2020-10-06T08:49:55+00:00
lastmod: 2020-10-06T08:49:55+00:00
date: 2022-02-18
draft: false
images: []
---
3 changes: 1 addition & 2 deletions content/en/contact/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
title: "Contact"
description: "Drop us an email."
date: 2020-08-27T19:25:12+02:00
lastmod: 2020-08-27T19:25:12+02:00
date: 2022-02-18
draft: true
images: []
---
Expand Down
10 changes: 0 additions & 10 deletions content/en/contributors/_index.md

This file was deleted.

12 changes: 0 additions & 12 deletions content/en/contributors/henk-verlinde/_index.md

This file was deleted.

3 changes: 1 addition & 2 deletions content/en/docs/MMEX/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
title : "MMEX"
description: "MoneyManager Ex Docs"
lead: ""
date: 2020-10-06T08:48:45+00:00
lastmod: 2020-10-06T08:48:45+00:00
date: 2022-02-18
draft: false
images: []
---
3 changes: 1 addition & 2 deletions content/en/docs/MMEX/contributors/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
title: "Contributors"
description: "List of key contributors"
lead: ""
date: 2020-10-06T08:49:15+00:00
lastmod: 2020-10-06T08:49:15+00:00
date: 2022-02-18
draft: false
images: []
menu:
Expand Down
3 changes: 1 addition & 2 deletions content/en/docs/MMEX/donate/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
title: "Donate"
description: "How to donate to the project"
lead: ""
date: 2020-10-06T08:49:15+00:00
lastmod: 2020-10-06T08:49:15+00:00
date: 2022-02-18
draft: false
images: []
menu:
Expand Down
3 changes: 1 addition & 2 deletions content/en/docs/MMEX/license/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
title: "License"
description: "Usage License"
lead: ""
date: 2020-10-06T08:49:15+00:00
lastmod: 2020-10-06T08:49:15+00:00
date: 2022-02-18
draft: false
images: []
menu:
Expand Down
3 changes: 1 addition & 2 deletions content/en/docs/MMEX/press/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
title: "Press Reviews"
description: "List of press reviews"
lead: ""
date: 2020-10-06T08:49:15+00:00
lastmod: 2020-10-06T08:49:15+00:00
date: 2022-02-18
draft: false
images: []
menu:
Expand Down
3 changes: 1 addition & 2 deletions content/en/docs/MMEX/privacy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
title: "Privacy"
description: "Privacy Statememt"
lead: ""
date: 2020-10-06T08:49:15+00:00
lastmod: 2020-10-06T08:49:15+00:00
date: 2022-02-18
draft: false
images: []
menu:
Expand Down
5 changes: 2 additions & 3 deletions content/en/docs/_index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
title : "Docs"
description: "Docs Doks."
description: "Docs"
lead: ""
date: 2020-10-06T08:48:23+00:00
lastmod: 2020-10-06T08:48:23+00:00
date: 2022-02-18
draft: false
images: []
---
3 changes: 1 addition & 2 deletions content/en/docs/downloads/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
title : "Downloads"
description: "MMEX Downloads"
lead: ""
date: 2020-10-06T08:48:45+00:00
lastmod: 2020-10-06T08:48:45+00:00
date: 2022-02-18
draft: false
images: []
---
46 changes: 20 additions & 26 deletions content/en/docs/downloads/all/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
title: "All Builds"
description: "All downloads"
lead: ""
date: 2020-10-06T08:49:15+00:00
lastmod: 2020-10-06T08:49:15+00:00
date: 2022-02-18
draft: false
images: []
menu:
Expand All @@ -13,33 +12,28 @@ toc: true
weight: 30
---

## Full stable release downloads
Here is a list of older builds

Here is a selection of the most recent releases if you don't want to the take the current version or the current version is not yet available for your platform
### v1.5.12 (2022.01.30) [Release Notes](https://github.com/moneymanagerex/moneymanagerex/releases/tag/v1.5.12)

For the latest development/Beta builds click here.
- [Windows (64-bit)](https://github.com/moneymanagerex/moneymanagerex/releases/download/v1.5.12/mmex-1.5.12-win64.exe)
- [Windows (32-bit)](https://github.com/moneymanagerex/moneymanagerex/releases/download/v1.5.12/mmex-1.5.12-win32.exe)
- [MacOS (Universal)](https://github.com/moneymanagerex/moneymanagerex/releases/download/v1.5.12/mmex-1.5.12-Darwin.dmg)
- [Windows Portable (64-bit)](https://github.com/moneymanagerex/moneymanagerex/releases/download/v1.5.12/mmex-1.5.12-win64-portable.zip)
- [Windows Portable (32-bit)](https://github.com/moneymanagerex/moneymanagerex/releases/download/v1.5.12/mmex-1.5.12-win32-portable.zip)

### v1.5.13 (2022.02.06) [Release Notes](https://github.com/moneymanagerex/moneymanagerex/releases/tag/v1.5.13)
### v1.5.11 (2021.12.07) [Release Notes](https://github.com/moneymanagerex/moneymanagerex/releases/tag/v1.5.11)

- [Windows (64-bit)](https://github.com/moneymanagerex/moneymanagerex/releases/download/v1.5.13/mmex-1.5.13-win64.exe)
- [Windows (32-bit)](https://github.com/moneymanagerex/moneymanagerex/releases/download/v1.5.13/mmex-1.5.13-win32.exe)
- [MacOS (Universal)](https://github.com/moneymanagerex/moneymanagerex/releases/download/v1.5.13/mmex-1.5.13-Darwin.dmg)
- [Windows Portable (64-bit)](https://github.com/moneymanagerex/moneymanagerex/releases/download/v1.5.13/mmex-1.5.13-win64-portable.zip)
- [Windows Portable (32-bit)](https://github.com/moneymanagerex/moneymanagerex/releases/download/v1.5.13/mmex-1.5.13-win32-portable.zip)
- [Windows (64-bit)](https://github.com/moneymanagerex/moneymanagerex/releases/download/v1.5.11/mmex-1.5.11-win64.exe)
- [Windows (32-bit)](https://github.com/moneymanagerex/moneymanagerex/releases/download/v1.5.11/mmex-1.5.11-win32.exe)
- [MacOS (Universal)](https://github.com/moneymanagerex/moneymanagerex/releases/download/v1.5.11/mmex-1.5.11-Darwin.dmg)
- [Windows Portable (64-bit)](https://github.com/moneymanagerex/moneymanagerex/releases/download/v1.5.11/mmex-1.5.11-win64-portable.zip)
- [Windows Portable (32-bit)](https://github.com/moneymanagerex/moneymanagerex/releases/download/v1.5.11/mmex-1.5.11-win32-portable.zip)

## Upgrading from v1.4.0?
### v1.5.10 (2021.01.30) [Release Notes](https://github.com/moneymanagerex/moneymanagerex/releases/tag/v1.5.10)

If you get the database error, "MMEX database version 13 doesn't work with this MMEX version,"
then see [Steps to convert your database from 1.4.x](https://github.com/moneymanagerex/moneymanagerex/issues/2353)

The latest Money Manager Ex release uses the database structure of the 1.3.x series and discontinued the structure of version 1.4.x.
This maintains compatibility with the mobile app.

## Beta/Development Builds

{{< alert "Use unstable builds for early testing before official release. Avoid everyday use unless you need a specific feature/fix or are willing to risk using the latest software" warning >}}

| Windows | MacOS |
| ----------- | ----------- |
| | Title |
| Paragraph | Text |
- [Windows (64-bit)](https://github.com/moneymanagerex/moneymanagerex/releases/download/v1.5.10/mmex-1.5.10-win64.exe)
- [Windows (32-bit)](https://github.com/moneymanagerex/moneymanagerex/releases/download/v1.5.10/mmex-1.5.10-win32.exe)
- [MacOS (Universal)](https://github.com/moneymanagerex/moneymanagerex/releases/download/v1.5.10/mmex-1.5.10-Darwin.dmg)
- [Windows Portable (64-bit)](https://github.com/moneymanagerex/moneymanagerex/releases/download/v1.5.10/mmex-1.5.10-win64-portable.zip)
- [Windows Portable (32-bit)](https://github.com/moneymanagerex/moneymanagerex/releases/download/v1.5.10/mmex-1.5.10-win32-portable.zip)
27 changes: 20 additions & 7 deletions content/en/docs/downloads/development/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
title: "Development"
description: "Development Builds"
lead: ""
date: 2020-10-06T08:49:15+00:00
lastmod: 2020-10-06T08:49:15+00:00
date: 2022-02-18
draft: false
images: []
menu:
Expand All @@ -15,9 +14,23 @@ weight: 20

## Beta/Development Builds

{{< alert "Use unstable builds for early testing before official release. Avoid everyday use unless you need a specific feature/fix or are willing to risk using the latest software" warning >}}
{{< alert context="warning" text="Use unstable builds for early testing before official release. Avoid everyday use unless you need a specific feature/fix or are willing to risk using the latest software" />}}

| Windows | MacOS |
| ----------- | ----------- |
| | Title |
| Paragraph | Text |
### <i class="fa-brands fa-windows"></i>&nbsp;Windows

- [Access latest Appveyor development build](https://www.moneymanagerex.org/component/weblinks/weblink/30-download/35-download-unstable-windows?Itemid=435&task=weblink.go)

Under "Job name," choose x64 or Win32 > Artifacts > Portable (version recommended for unstable builds).

### <i class="fa-brands fa-apple"></i>&nbsp;MacOS

- [Repository of latest signed MacOS Universal builds](https://mmex.ipx.co.uk/)



### <i class="fa-brands fa-linux"></i>&nbsp;Linux

- [Arch User Repo](https://aur.archlinux.org/packages/moneymanagerex-git/)
- [Arch x86_64 (Community)](https://www.archlinux.org/packages/community/x86_64/moneymanagerex/)
- [Install Linux - other instalaltion instructions](https://github.com/moneymanagerex/moneymanagerex/blob/master/INSTALL.md#linux)
- [Build Linux from Source](https://github.com/moneymanagerex/moneymanagerex/blob/master/BUILD.md#linux)
Loading

0 comments on commit 48be1cb

Please sign in to comment.