Skip to content

Commit

Permalink
Added GEDCOM Validation link
Browse files Browse the repository at this point in the history
  • Loading branch information
MGeurts committed Dec 23, 2024
1 parent 4baeb0d commit 46a1835
Showing 1 changed file with 41 additions and 11 deletions.
52 changes: 41 additions & 11 deletions resources/views/back/developer/dependencies.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,27 @@
{{-- tallstack --}}
<x-ts-tab.items tab="TallStack">
<div class="grid gap-4 md:grid-cols-2">
<ul class="w-full ml-4">
<ul class="w-full my-4">
<li class="py-2">
<x-link href="https://laravel.com/" target="_blank">Laravel</x-link> 11
<x-ts-button xs href="https://laravel.com/docs/" target="_blank" class="ms-5">{{ __('app.documentation') }}</x-ts-button>
</li>

<li class="py-2">
<x-link href="https://jetstream.laravel.com/" target="_blank">Laravel Jetstream</x-link>5 (featuring <x-link href="https://jetstream.laravel.com/features/teams.html"
target="_blank">Teams</x-link>)
</li>

<li class="py-2">
<x-link href="https://livewire.laravel.com/" target="_blank">Laravel Livewire</x-link> 3
<x-ts-button xs href="https://livewire.laravel.com/docs/" target="_blank" class="ms-5">{{ __('app.documentation') }}</x-ts-button>
</li>

<li class="py-2">
<x-link href="https://alpinejs.dev/" target="_blank">Alpine.js</x-link> 3
<x-ts-button xs href="https://alpinejs.dev/start-here/" target="_blank" class="ms-5">{{ __('app.documentation') }}</x-ts-button>
</li>

<li class="py-2">
<x-link href="https://filamentphp.com/" target="_blank">Laravel Filament</x-link>3 (only Table Builder)
<x-ts-button xs href="https://filamentphp.com/docs/" target="_blank" class="ms-5">{{ __('app.documentation') }}</x-ts-button>
Expand All @@ -38,6 +42,7 @@
<x-link href="https://tailwindcss.com/" target="_blank">Tailwind CSS</x-link>
<x-ts-button xs href="https://tailwindcss.com/docs/" target="_blank" class="ms-5">{{ __('app.documentation') }}</x-ts-button>
</li>

<li class="py-2">
<x-link href="https://tallstackui.com/" target="_blank">TallStackUI</x-link> (featuring <x-link href="https://tabler.io/icons" target="_blank">Tabler Icons</x-link>)
<x-ts-button xs href="https://tallstackui.com/docs/get-started/" target="_blank" class="ms-5">{{ __('app.documentation') }}</x-ts-button>
Expand All @@ -48,18 +53,23 @@
<div class="content-center max-w-24">
<img src="{{ url('img/logo/laravel.webp') }}" class="rounded" alt="laravel" title="Laravel" />
</div>

<div class="content-center max-w-24">
<img src="{{ url('img/logo/livewire.webp') }}" class="rounded" alt="livewire" title="Livewire" />
</div>

<div class="content-center max-w-24">
<img src="{{ url('img/logo/alpinejs.webp') }}" class="rounded" alt="alpinejs" title="alpine.js" />
</div>

<div class="content-center max-w-24">
<img src="{{ url('img/logo/tailwindcss.webp') }}" class="rounded" alt="tailwindcss" title="Tailwind CSS" />
</div>

<div class="content-center col-span-2 max-w-24">
<img src="{{ url('img/logo/tallstackui.webp') }}" class="rounded" alt="talstackui" title="TallStackUI" />
</div>

<div class="content-center col-span-2 max-w-24">
<img src="{{ url('img/logo/filament.webp') }}" class="rounded" alt="filament" title="Filament" />
</div>
Expand All @@ -69,43 +79,53 @@

{{-- github --}}
<x-ts-tab.items tab="Github">
<ul class="w-full ml-4">
<ul class="w-full my-4">
<li class="py-2">
<x-link href="https://github.com/barryvdh/laravel-ide-helper/" target="_blank">barryvdh/laravel-ide-helper</x-link>
</li>

<li class="py-2">
<x-link href="https://github.com/csstools/postcss-plugins/" target="_blank">csstools/postcss-plugins</x-link> (needed by Filament Table Builder)
</li>

<li class="py-2">
<x-link href="https://github.com/Intervention/image/" target="_blank">intervention/image</x-link>
<x-ts-button xs href="https://image.intervention.io/" target="_blank" class="ms-5">{{ __('app.documentation') }}</x-ts-button>
</li>

<li class="py-2">
<x-link href="https://github.com/korridor/laravel-has-many-merged/" target="_blank">korridor/laravel-has-many-merged</x-link>
</li>

<li class="py-2">
<x-link href="https://github.com/opcodesio/log-viewer/" target="_blank">opcodesio/log-viewer</x-link>
<x-ts-button xs href="https://log-viewer.opcodes.io/" target="_blank" class="ms-5">{{ __('app.documentation') }}</x-ts-button>
</li>

<li class="py-2">
<x-link href="https://github.com/spatie/laravel-activitylog/" target="_blank">spatie/activity-log</x-link>
<x-ts-button xs href="https://spatie.be/docs/laravel-activitylog/" target="_blank" class="ms-5">{{ __('app.documentation') }}</x-ts-button>
</li>

<li class="py-2">
<x-link href="https://github.com/spatie/laravel-backup/" target="_blank">spatie/laravel-backup</x-link>
<x-ts-button xs href="https://spatie.be/docs/laravel-backup/" target="_blank" class="ms-5">{{ __('app.documentation') }}</x-ts-button>
</li>

<li class="py-2">
<x-link href="https://github.com/spatie/laravel-login-link/" target="_blank">spatie/laravel-login-link</x-link>
</li>

<li class="py-2">
<x-link href="https://github.com/spatie/laravel-medialibrary/" target="_blank">spatie/laravel-medialibrary</x-link>
<x-ts-button xs href="https://spatie.be/docs/laravel-medialibrary/" target="_blank" class="ms-5">{{ __('app.documentation') }}</x-ts-button>
</li>

<li class="py-2">
<x-link href="https://github.com/stefangabos/world_countries/" target="_blank">stefangabos/world_countries</x-link>
<x-ts-button xs href="https://stefangabos.github.io/world_countries/" target="_blank" class="ms-5">{{ __('app.documentation') }}</x-ts-button>
</li>

<li class="py-2">
<x-link href="https://github.com/stevebauman/location/" target="_blank">stevebauman/location</x-link>
</li>
Expand All @@ -114,7 +134,7 @@

{{-- github localization --}}
<x-ts-tab.items tab="Github Localization">
<ul class="w-full ml-4">
<ul class="w-full my-4">
<li class="py-2">
<x-link href="https://github.com/Laravel-Lang/lang" target="_blank">Laravel-Lang/lang</x-link>
<x-ts-button xs href="https://laravel-lang.com/packages-lang.html" target="_blank" class="ms-5">{{ __('app.documentation') }}</x-ts-button>
Expand All @@ -140,7 +160,7 @@

{{-- javascript --}}
<x-ts-tab.items tab="Javascript">
<ul class="w-full ml-4">
<ul class="w-full my-4">
<li class="py-2">
<x-link href="https://www.chartjs.org/" target="_blank">Chart.js</x-link>
</li>
Expand All @@ -153,12 +173,11 @@

{{-- 3rd Party --}}
<x-ts-tab.items tab="3rd-Party">
<ul class="w-full ml-4">
<ul class="w-full my-4">
<li class="py-2">
<x-link href="https://tabler.io/icons/" target="_blank">tabler.io</x-link> - Icons
</li>
</ul>
<ul class="w-full ml-4">

<li class="py-2">
<x-link href="https://www.svgrepo.com/" target="_blank">svgrepo.com</x-link> - SVG Repository
</li>
Expand All @@ -167,25 +186,36 @@

{{-- gedcom --}}
<x-ts-tab.items tab="GEDCOM">
<ul class="w-full ml-4">
<ul class="w-full my-4">
<li class="py-2">
<x-link href="https://gedcom.io/" target="_blank">FamilySearch GEDCOM</x-link>
</li>

<li class="py-2">
<x-link href="https://gedcom.io/specs/" target="_blank">FamilySearch GEDCOM - Specifications</x-link>
</li>

<li class="py-2">
<x-link href="https://gedcom.io/tools/" target="_blank">FamilySearch GEDCOM - Tools</x-link>
</li>
</ul>

<br />
<hr />
<br />
<hr />

<ul class="w-full my-4">
<li class="py-2">
<x-link href="https://ged-inline.org/" target="_blank">Validate your GEDCOM files here</x-link>
</li>
</ul>

<hr />

<ul class="w-full my-4">
<li class="py-2">
<x-link href="https://github.com/liberu-genealogy/php-gedcom" target="_blank">liberu-genealogy/php-gedcom</x-link>
<x-ts-badge xs color="secondary" class="ms-5">Possible candidate</x-ts-badge>
</li>

<li class="py-2">
<x-link href="https://github.com/liberu-genealogy/laravel-gedcom" target="_blank">liberu-genealogy/laravel-gedcom</x-link>
<x-ts-badge xs color="secondary" class="ms-5">Possible candidate</x-ts-badge>
Expand Down

0 comments on commit 46a1835

Please sign in to comment.