Fix visual bugs, improve documentation and add Postgres Harvester #111
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several updates to the
README.md
file, enhancements to theckanext-schemingdcat
extension, and improvements to the CSS and translation files. The most important changes include updates to the documentation, new features for custom harvesters, and CSS modifications for better text handling.Documentation Updates:
ckanext-harvest
for custom harvesters and provided a link to the improved version.New Features:
schemingdcat_postgres_harvester
plugin for local databases.CSS Improvements:
truncate-text
andtruncate-link
to handle text overflow and ensure better display of long text and links.Translation Files:
Code Refactoring:
toolkit
withp.toolkit
inckanext/schemingdcat/logic/auth/ckan.py
for better readability and consistency.