Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

165

Downloads of v 0.1.0.0:

48

Last Update:

04 Nov 2023

Package Maintainer(s):

Software Author(s):

  • Cord Burmeister

Tags:

maiorumseries genealogy book

maiorumseries (Install)

This is not the latest version of maiorumseries (Install) available.

  • 1
  • 2
  • 3

0.1.0.0 | Updated: 04 Nov 2023

Downloads:

165

Downloads of v 0.1.0.0:

48

Maintainer(s):

Software Author(s):

  • Cord Burmeister

maiorumseries (Install) 0.1.0.0

This is not the latest version of maiorumseries (Install) available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install maiorumseries (Install), run the following command from the command line or from PowerShell:

>

To upgrade maiorumseries (Install), run the following command from the command line or from PowerShell:

>

To uninstall maiorumseries (Install), run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade maiorumseries -y --source="'INTERNAL REPO URL'" --version="'0.1.0.0'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade maiorumseries -y --source="'INTERNAL REPO URL'" --version="'0.1.0.0'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install maiorumseries
  win_chocolatey:
    name: maiorumseries
    version: '0.1.0.0'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'maiorumseries' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '0.1.0.0'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller maiorumseries
{
    Name     = "maiorumseries"
    Version  = "0.1.0.0"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'maiorumseries':
  ensure   => '0.1.0.0',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved by moderator gep13 on 06 Nov 2023.

Description

This tool allows you to visualize your family tree with ease and accuracy in a book. Maiorum Series is designed to help you exchange and share your heritage in a meaningful way.


tools\chocolateyinstall.ps1

Install-BinFile -Name 'gc2book' -Path "$env:ChocolateyInstall\bin\gc2book.exe"
tools\chocolateyuninstall.ps1

Uninstall-BinFile  -Name 'gc2book' -Path '$env:ChocolateyInstall\lib\maiorumseries\bin\gc2book.exe'
tools\LICENSE.txt


MIT License

Copyright (c) 2023 MaiorumSeries

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
tools\VERIFICATION.txt

VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

Binaries are releases of a open source project hosted under 
https://github.com/MaiorumSeries/MaiorumSeries 

Either download the latest release from the Github and extract the assets
or perform gh release download <latest release> 
Get-FileHash *.*

8A55501CD1A1590A4BD93A17C6FDD2C01A0ED5BFF1AEA9036BDC78D98C9A3FAD CommandLine.dll
C24E81716FC94CEAAD8A0E5B3CE90060DC618D2D870184F6AC0202A9AA1437D0 DuoVia.FuzzyStrings.dll
F26E404B9DF209EEF3A6C61D668C5BB552EFA748D7BB7B63761C40ED13067E25 gc2book.deps.json
E7BC781DBD5F03D0426890EFD2B8BEBE993FB0A2DD9048FAC767F76FEE762827 gc2book.dll
FD97B4031A91E3B4D6491642F29F4497C2B6554E679772C58F4E61DF3A12C8AB gc2book.exe
DED3AEB5856A11DB0B654A785574490CAB55839EBFB17EFE9E39B89618FC5B91 gc2book.runtimeconfig.json
B68D0771E0ACAE36738E6D4377D2660A1AB20CF5EE1A68DB721E95D4472E16B9 MaiorumSeries.GedComLogic.dll
B33F1C338F003A0E6F1066D9CBF20EA6066B0469E233E3B39A48B59A3F265E47 MaiorumSeries.GedComModel.dll
6AF2C32CF5AE098709ABAF1C25F2D7E2108EB2CFEE6D68C08B3BCCE1A2C54522 MaiorumSeries.GedComParser.dll
4EDF3C6C4A7929E6032D1F9AD270DEA902C944BF9543BFA4884FA12AFB7C9BFB MaiorumSeries.LaTeXExport.dll
C83FC7699DF053319A9E4E4230C8A4D733637A54880A6FFF97E611FCFFBDD98B Microsoft.Win32.SystemEvents.dll
C712D9A59FADABEA6B3039575BF05FA8C947DEAC11CA26920CB766C5677E6F20 System.Drawing.Common.dll
bin\CommandLine.dll
md5: 05C71FA3A6FC561D7A1F919437DBDDFD | sha1: 5A8CD6B38EE5D63C60C7747DE6B5469BA5D1E6B2 | sha256: 8A55501CD1A1590A4BD93A17C6FDD2C01A0ED5BFF1AEA9036BDC78D98C9A3FAD | sha512: 1AB183D67220C8B8999B6AC032AC304F57960FAF0E908404FFA3AA37C010D1A063D7734923A1576F18A69F7300B01FBBB395E3DCA971E1B125B1B3B67AB858D0
bin\DuoVia.FuzzyStrings.dll
md5: 01246E56F5C347DB9D4AF8A421A07A5F | sha1: A1272D15E3C557141F1907D605DBBDB49785C48D | sha256: C24E81716FC94CEAAD8A0E5B3CE90060DC618D2D870184F6AC0202A9AA1437D0 | sha512: 1FCFEDF7F07DC9C4E3D1BEDAC3FA6375330403D6257EC8B46B43E956410AAC42A55B23E456D4D34EBF774F3BA746FE7F91E788D62969A2144E03E56FE07C2731
bin\gc2book.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v6.0",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v6.0": {
      "gc2book/1.0.0": {
        "dependencies": {
          "CommandLineParser": "2.9.1",
          "MaiorumSeries.GedComLogic": "1.0.0",
          "MaiorumSeries.GedComModel": "1.0.0",
          "MaiorumSeries.GedComParser": "1.0.0",
          "MaiorumSeries.LaTeXExport": "1.0.0",
          "MaiorumSeries.GedComLogic.Reference": "0.1.0.0",
          "MaiorumSeries.GedComModel.Reference": "0.1.0.0",
          "MaiorumSeries.GedComParser.Reference": "0.1.0.0",
          "MaiorumSeries.LaTeXExport.Reference": "0.1.0.0"
        },
        "runtime": {
          "gc2book.dll": {}
        }
      },
      "CommandLineParser/2.9.1": {
        "runtime": {
          "lib/netstandard2.0/CommandLine.dll": {
            "assemblyVersion": "2.9.1.0",
            "fileVersion": "2.9.1.0"
          }
        }
      },
      "DuoVia.FuzzyStrings/2.1.0": {
        "runtime": {
          "lib/netstandard2.1/DuoVia.FuzzyStrings.dll": {
            "assemblyVersion": "2.1.0.0",
            "fileVersion": "2.1.0.0"
          }
        }
      },
      "Microsoft.Win32.SystemEvents/7.0.0": {
        "runtime": {
          "lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
            "assemblyVersion": "7.0.0.0",
            "fileVersion": "7.0.22.51805"
          }
        },
        "runtimeTargets": {
          "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
            "rid": "win",
            "assetType": "runtime",
            "assemblyVersion": "7.0.0.0",
            "fileVersion": "7.0.22.51805"
          }
        }
      },
      "System.Drawing.Common/7.0.0": {
        "dependencies": {
          "Microsoft.Win32.SystemEvents": "7.0.0"
        },
        "runtime": {
          "lib/net6.0/System.Drawing.Common.dll": {
            "assemblyVersion": "7.0.0.0",
            "fileVersion": "7.0.22.51805"
          }
        },
        "runtimeTargets": {
          "runtimes/win/lib/net6.0/System.Drawing.Common.dll": {
            "rid": "win",
            "assetType": "runtime",
            "assemblyVersion": "7.0.0.0",
            "fileVersion": "7.0.22.51805"
          }
        }
      },
      "MaiorumSeries.GedComLogic/1.0.0": {
        "dependencies": {
          "DuoVia.FuzzyStrings": "2.1.0",
          "MaiorumSeries.GedComModel": "1.0.0"
        },
        "runtime": {
          "MaiorumSeries.GedComLogic.dll": {}
        },
        "resources": {
          "de-DE/MaiorumSeries.GedComLogic.resources.dll": {
            "locale": "de-DE"
          }
        }
      },
      "MaiorumSeries.GedComModel/1.0.0": {
        "runtime": {
          "MaiorumSeries.GedComModel.dll": {}
        }
      },
      "MaiorumSeries.GedComParser/1.0.0": {
        "dependencies": {
          "MaiorumSeries.GedComLogic": "1.0.0",
          "MaiorumSeries.GedComModel": "1.0.0"
        },
        "runtime": {
          "MaiorumSeries.GedComParser.dll": {}
        }
      },
      "MaiorumSeries.LaTeXExport/1.0.0": {
        "dependencies": {
          "MaiorumSeries.GedComLogic": "1.0.0",
          "MaiorumSeries.GedComModel": "1.0.0",
          "System.Drawing.Common": "7.0.0"
        },
        "runtime": {
          "MaiorumSeries.LaTeXExport.dll": {}
        },
        "resources": {
          "de-DE/MaiorumSeries.LaTeXExport.resources.dll": {
            "locale": "de-DE"
          }
        }
      },
      "MaiorumSeries.GedComLogic.Reference/0.1.0.0": {
        "runtime": {
          "MaiorumSeries.GedComLogic.dll": {
            "assemblyVersion": "0.1.0.0",
            "fileVersion": "0.1.0.0"
          }
        },
        "resources": {
          "de-DE/MaiorumSeries.GedComLogic.resources.dll": {
            "locale": "de-DE"
          }
        }
      },
      "MaiorumSeries.GedComModel.Reference/0.1.0.0": {
        "runtime": {
          "MaiorumSeries.GedComModel.dll": {
            "assemblyVersion": "0.1.0.0",
            "fileVersion": "0.1.0.0"
          }
        }
      },
      "MaiorumSeries.GedComParser.Reference/0.1.0.0": {
        "runtime": {
          "MaiorumSeries.GedComParser.dll": {
            "assemblyVersion": "0.1.0.0",
            "fileVersion": "0.1.0.0"
          }
        }
      },
      "MaiorumSeries.LaTeXExport.Reference/0.1.0.0": {
        "runtime": {
          "MaiorumSeries.LaTeXExport.dll": {
            "assemblyVersion": "0.1.0.0",
            "fileVersion": "0.1.0.0"
          }
        },
        "resources": {
          "de-DE/MaiorumSeries.LaTeXExport.resources.dll": {
            "locale": "de-DE"
          }
        }
      }
    }
  },
  "libraries": {
    "gc2book/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "CommandLineParser/2.9.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-OE0sl1/sQ37bjVsPKKtwQlWDgqaxWgtme3xZz7JssWUzg5JpMIyHgCTY9MVMxOg48fJ1AgGT3tgdH5m/kQ5xhA==",
      "path": "commandlineparser/2.9.1",
      "hashPath": "commandlineparser.2.9.1.nupkg.sha512"
    },
    "DuoVia.FuzzyStrings/2.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-xkGo6s2x3ISS6bLgxCW6lcrn0nxMbsuPuG8N55fk1g5TFkIVqWDlj0IVWQIW7anB0SmCWlPjACPHoFpw8gLJfQ==",
      "path": "duovia.fuzzystrings/2.1.0",
      "hashPath": "duovia.fuzzystrings.2.1.0.nupkg.sha512"
    },
    "Microsoft.Win32.SystemEvents/7.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-2nXPrhdAyAzir0gLl8Yy8S5Mnm/uBSQQA7jEsILOS1MTyS7DbmV1NgViMtvV1sfCD1ebITpNwb1NIinKeJgUVQ==",
      "path": "microsoft.win32.systemevents/7.0.0",
      "hashPath": "microsoft.win32.systemevents.7.0.0.nupkg.sha512"
    },
    "System.Drawing.Common/7.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-KIX+oBU38pxkKPxvLcLfIkOV5Ien8ReN78wro7OF5/erwcmortzeFx+iBswlh2Vz6gVne0khocQudGwaO1Ey6A==",
      "path": "system.drawing.common/7.0.0",
      "hashPath": "system.drawing.common.7.0.0.nupkg.sha512"
    },
    "MaiorumSeries.GedComLogic/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "MaiorumSeries.GedComModel/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "MaiorumSeries.GedComParser/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "MaiorumSeries.LaTeXExport/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "MaiorumSeries.GedComLogic.Reference/0.1.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    },
    "MaiorumSeries.GedComModel.Reference/0.1.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    },
    "MaiorumSeries.GedComParser.Reference/0.1.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    },
    "MaiorumSeries.LaTeXExport.Reference/0.1.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    }
  }
}
bin\gc2book.dll
md5: 59234423FC616F8788F70C69E682A937 | sha1: 741EDFE4E72F23A5EADB48BCB6B473F6DA4E0148 | sha256: E7BC781DBD5F03D0426890EFD2B8BEBE993FB0A2DD9048FAC767F76FEE762827 | sha512: 5EFE42AE935043FC8DF45BFA9B790E61176A5A0A1DE7F8DC23A2FFFDA945381C94BCDAF2591E77E7C43021F3D6A46E7EFAFE3051B88226E5BE36A9F6AB0F4E65
bin\gc2book.exe
md5: 6A7D3D0E5C2E88D7A8EE41FA30E7F956 | sha1: 6015989274A0077D9629D0514595F72E22D0842E | sha256: FD97B4031A91E3B4D6491642F29F4497C2B6554E679772C58F4E61DF3A12C8AB | sha512: 7BF7EF05E62727FAB07977E289B310487CCF02799B80383FBB2C1B6D22737936FAE1BA0DA38B79252A995A17A062B4F723821FF9E71DD375B1A14533911134D0
bin\gc2book.runtimeconfig.json
{
  "runtimeOptions": {
    "tfm": "net6.0",
    "framework": {
      "name": "Microsoft.NETCore.App",
      "version": "6.0.0"
    },
    "configProperties": {
      "System.Reflection.Metadata.MetadataUpdater.IsSupported": false
    }
  }
}
bin\MaiorumSeries.GedComLogic.dll
md5: 2D2BC514AE150207C5B3D9EDE4C8EA42 | sha1: 97A0DBEE4938FB85492F6107AD5846E5CA56A036 | sha256: B68D0771E0ACAE36738E6D4377D2660A1AB20CF5EE1A68DB721E95D4472E16B9 | sha512: 5AEC692EE20E02B716A9BC3DE992A5F08C6C03720B9BF2376D5E7659383DB349D6961B4E5715B21760A9980263F92EFEBD306A7B2FB3F3367EDF47FE1E7E8CFA
bin\MaiorumSeries.GedComModel.dll
md5: 2F5258A7D508A1F32235C9033D91DFE7 | sha1: 1127C699C6F91B72C5CAAC57E9AEA12F0D874E3F | sha256: B33F1C338F003A0E6F1066D9CBF20EA6066B0469E233E3B39A48B59A3F265E47 | sha512: 556178D2E5C7EFA54A799B4AE754A3611E58ABBC85868446761757FDF6725BB32A663BCDE4DA459AB0783DBCD5F588E8B2D03E46C8124FF3C0952BFED212234B
bin\MaiorumSeries.GedComParser.dll
md5: F9229EC995D9C0985E963A304C06FA85 | sha1: E472FEDE50032B0353259D868DB962CA8D9DE1C1 | sha256: 6AF2C32CF5AE098709ABAF1C25F2D7E2108EB2CFEE6D68C08B3BCCE1A2C54522 | sha512: D84924A1CDA0D77701958135E922E0E56E7E13C49F992B632BA2BF1278CFC204FB7CA21D870540664C8ABDACDCE54921E6246B8324115E7D5F6003CF56A45CE9
bin\MaiorumSeries.LaTeXExport.dll
md5: 8A7AD1A7E5B6C98CF781C727CB740F1B | sha1: 24EBAACD67F5B65D1655C5543F02A75A1A462F0F | sha256: 4EDF3C6C4A7929E6032D1F9AD270DEA902C944BF9543BFA4884FA12AFB7C9BFB | sha512: A3ADC1956AE146A0DF615064ADC4D1410ED8220208CB7D9AA116B61EE12FBC4AC73164FF117005030C73F176B4E5901644D6251013C97F8D91298F304C9119F0
bin\Microsoft.Win32.SystemEvents.dll
md5: 79D6C2A9DE95FD50EDA86BDCDEA58698 | sha1: 1C59BF7C4449865E1F76951F97F9130C2C69F80C | sha256: C83FC7699DF053319A9E4E4230C8A4D733637A54880A6FFF97E611FCFFBDD98B | sha512: 1165A4F651A79A3B40F1509EBCCEC8510E980C9F291F92D6BB05C2CF299D08ADEC8B0BCB3022B544548B31DBBC97AA9D1F60C795DE660872AF448F6F6F4FC2B9
bin\System.Drawing.Common.dll
md5: BE22DA1CAD42253F0C6E21B74DDC69D9 | sha1: 32F82CE0511CE485EE65389EA3FCE4FBA2A9CDC2 | sha256: C712D9A59FADABEA6B3039575BF05FA8C947DEAC11CA26920CB766C5677E6F20 | sha512: 0F8FDCA2CFC8625DD2236B80E7C8DC0EF6954D4E40550C27EAE0BD083F744859552DDA37992C09C6E4CDE779620DA22AED36674A28F56112A2C9AF46FF764978
docs\ChangeLog.md

# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## 0.1.0.0

### Added

- Generation of the book with ancestors
- First version of the gc2book program.
- Published as chocolatey package. Pending review.
- 



docs\README.md
# MaiorumSeries

> *Note:* This repository is in a ramp up state.You might watch it.

The repository contains tools for handling GEDCOM files. One is for generating a PDF book.

## Status

![Build](https://github.com/MaiorumSeries/MaiorumSeries/actions/workflows/build.yml/badge.svg)

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
maiorumseries (Install) 0.1.0.0 48 Saturday, November 4, 2023 Approved

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[Unreleased]

0.1.0.0

Added

  • Generation of the book with ancestors
  • First version of the gc2book program.
  • Published as chocolatey package. Pending review.
Discussion for the maiorumseries (Install) Package

Ground Rules:

  • This discussion is only about maiorumseries (Install) and the maiorumseries (Install) package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or maiorumseries (Install), or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus