Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vasiliyfomichev/content-hub-importer
Sitecore Content Hub Asset Importer. Allows importing image assets from various data sources into Sitecore Content Hub.
https://github.com/vasiliyfomichev/content-hub-importer
Last synced: 3 months ago
JSON representation
Sitecore Content Hub Asset Importer. Allows importing image assets from various data sources into Sitecore Content Hub.
- Host: GitHub
- URL: https://github.com/vasiliyfomichev/content-hub-importer
- Owner: vasiliyfomichev
- License: gpl-3.0
- Created: 2020-02-02T22:09:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T06:05:43.000Z (over 4 years ago)
- Last Synced: 2024-01-25T00:15:26.667Z (10 months ago)
- Language: C#
- Homepage: https://www.cmsbestpractices.com
- Size: 63.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-Sitecore - Sitecore Content Hub Importer - Sitecore Content Hub Asset Importer; allows importing image assets from various data sources into Sitecore Content Hub. (Content Hub)
README
Overview
===================================Sitecore Content Hub Importer allows importing image assets from an Excel Asset file, online XML Sitemap, and a URL. For the XML Sitemap and a URL the tool crawls the page(s) and pulls images from the HTML source code, as well as from internal and external CSS and JavaScript.
![Sitecore SignalR Tools](http://www.cmsbestpractices.com/wp-content/uploads/2015/07/sitecore-signalr-tools-logo.png)
The importer is a console C# application built on .NET Core framework.
Usage Instructions
-----------------------------------------
Open the solution in Visual Studio 2019 and either run the application or create an executable, which can be run later.Since the application is built using .NET Core, it can be run from various platforms.
Data Source Formats
---------------------------------------- Excel - an example of the excel file format is included in /data folder of the project
- XML Sitemap - this opion relies on the format provided by https://www.sitemaps.org/protocol.html
- Web URL - a URL to a web pageContributing
----------------------
If you would like to contribute to this repository, please send a pull request.License
------------
The project has been developed under the MIT license.Related Sitecore Projects
--------------------------------
- [Solr for Sitecore](https://github.com/vasiliyfomichev/solr-for-sitecore) - pre-built Solr Docker images ready to be used with Sitecore out of the box.
- [Sitecore ADFS Authenticator Module](https://github.com/vasiliyfomichev/Sitecore-ADFS-Authenticator-Module) - Sitecore module for authenticating users using ADFS.
- [Sitecore Solr Term Highlighter](https://github.com/vasiliyfomichev/Sitecore-Solr-Search-Term-Highlight) - enables search term highlighting in Sitecore search results when used with Solr.Copyright 2020 Vasiliy Fomichev