{"id":19954023,"url":"https://github.com/mkht/dscr_netscapebookmark","last_synced_at":"2026-05-10T13:48:13.820Z","repository":{"id":57670368,"uuid":"393751102","full_name":"mkht/DSCR_NetscapeBookmark","owner":"mkht","description":null,"archived":false,"fork":false,"pushed_at":"2021-12-14T15:33:43.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-15T13:06:36.111Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mkht.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-07T17:38:50.000Z","updated_at":"2024-12-30T22:26:15.000Z","dependencies_parsed_at":"2022-09-26T20:41:00.675Z","dependency_job_id":null,"html_url":"https://github.com/mkht/DSCR_NetscapeBookmark","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkht%2FDSCR_NetscapeBookmark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkht%2FDSCR_NetscapeBookmark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkht%2FDSCR_NetscapeBookmark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkht%2FDSCR_NetscapeBookmark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mkht","download_url":"https://codeload.github.com/mkht/DSCR_NetscapeBookmark/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241382612,"owners_count":19953970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T01:18:36.313Z","updated_at":"2026-05-10T13:48:13.767Z","avatar_url":"https://github.com/mkht.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"DSCR_NetscapeBookmark\n====\n\n[![DSCR_NetscapeBookmark_Test](https://github.com/mkht/DSCR_NetscapeBookmark/actions/workflows/test.yml/badge.svg)](https://github.com/mkht/DSCR_NetscapeBookmark/actions/workflows/test.yml)\n\nPowerShell DSC Resource to create Netscape format bookmark file.\n\n----\n## Installation\nYou can install from [PowerShell Gallery](https://www.powershellgallery.com/packages/DSCR_NetscapeBookmark/).\n```Powershell\nInstall-Module -Name DSCR_NetscapeBookmark\n```\n\n----\n### Examples\n\n#### Example configuration\n```Powershell\nConfiguration Example1\n{\n    Import-DscResource -ModuleName DSCR_NetscapeBookmark\n    \n    NetscapeBookmarkFolder FolderSample\n    {\n        Ensure = 'Present'\n        Path = 'C:\\bookmark.html'   # Key property\n        Title = 'Bookmark Folder'   # Key property\n        AddDate = [datetime]'2021/8/1 12:00:00'\n        ModifiedDate = [datetime]'2021/8/1 12:00:00'\n        Attributes = @{'PERSONAL_TOOLBAR_FOLDER' = 'true'}\n    }\n\n    NetscapeBookmarkLink GoogleLink\n    {\n        Ensure = 'Present'\n        Path = 'C:\\bookmark.html'       # Key property\n        Folder = 'Bookmark Folder'      # Key property\n        Title = 'Google'                # Key property\n        Url = 'https://www.google.com/' # Require property\n        AddDate = [datetime]'2021/8/1 12:00:00'\n        ModifiedDate = [datetime]'2021/8/1 12:00:00'\n        IconData = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg=='\n    }\n}\n```\n\n#### Output\n```html\n\u003c!DOCTYPE NETSCAPE-Bookmark-file-1\u003e\n\u003c!-- This is an automatically generated file.\n     It will be read and overwritten.\n     DO NOT EDIT! --\u003e\n\u003cMETA HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; charset=UTF-8\"\u003e\n\u003cTITLE\u003eBookmarks\u003c/TITLE\u003e\n\u003cH1\u003eBookmarks\u003c/H1\u003e\n\u003cDL\u003e\u003cp\u003e\n    \u003cDT\u003e\u003cH3 ADD_DATE=\"1627786800\" LAST_MODIFIED=\"1627786800\" PERSONAL_TOOLBAR_FOLDER=\"true\"\u003eBookmark Folder\u003c/H3\u003e\n    \u003cDL\u003e\u003cp\u003e\n        \u003cDT\u003e\u003cA HREF=\"https://www.google.com/\" ADD_DATE=\"1627786800\" LAST_MODIFIED=\"1627786800\" ICON=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==\"\u003eGoogle\u003c/A\u003e\n    \u003c/DL\u003e\u003cp\u003e\n\u003c/DL\u003e\u003cp\u003e\n```\n\n----\n## ChangeLog\n### 1.1.0\n + It is no longer possible to specify a date prior to the Unix epoch (`1970-01-01 00:00:00`).\n + Fixed an issue of unstable operation when the Unix epoch is specified as date properties.\n\n### 1.0.0\n + First public release\n\n\n----\n## Libraries\nThis software uses below libraries.\n\n+ [Dissimilis/BookmarksManager](https://github.com/Dissimilis/BookmarksManager)\n    - Copyright (c) 2014 Marius Vitkevičius  \n      Licensed under the **MIT License**.  \n      https://github.com/Dissimilis/BookmarksManager/blob/master/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkht%2Fdscr_netscapebookmark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmkht%2Fdscr_netscapebookmark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkht%2Fdscr_netscapebookmark/lists"}