A EDTF behavior for Plone.
Project description
collective.edtf_behavior
A Plone behavior which provides a EDTF Date field and some indexes to search and sort on complex and historic dates.
Note: the current implementation of the used library python-edtf , still uses an earlier draft of the standard: http://www.loc.gov/standards/datetime/pre-submission.html
Features
Allows unspecific dates or date intervals: “1989-11” or “1989-11~” or “1989-11-01/1989-11-30”
Seasons: 2001-21 >> Spring, 2001
old dates like 03.08.1492
Search indexes: date_earliest and date_latest
Sort indexes: date_sort_ascending and date_sort_descending
Installation
Install collective.edtf_behavior by adding it to your buildout:
[buildout] ... eggs = collective.edtf_behavior
and then running bin/buildout
After you activated the add-on in the Plone Add-ons section, you can Enable this behavior on any Dexterity based content type.
Querying
find any document which earliest date is 06.02.1920 or later.
find any document which latest date is 11.11.1711 or earlier.
This package provides a DateRangeInRangeIndex named edtf_start_end_range.
find all documents that fall at least with one start/end date of there interval into the range:
For more examples how to query the indexes, have a look at the tests .
Extending it
One could improve indexing by using a DateRangeIndex, like the effectiveRange index in Plone if needed.
<!-- Example of a DateRangeIndex like the effectiveRange index in Plone -->
<index name="edtf_date_range" meta_type="DateRangeIndex"
since_field="date_earliest" until_field="date_latest" />
Contribute
Issue Tracker: https://github.com/collective/collective.edtf_behavior/issues
Source Code: https://github.com/collective/collective.edtf_behavior
Support
If you are having issues, please let us know. You can reach us on Gitter.
License
The project is licensed under the GPLv2.
Contributors
Maik Derstappen, md@derico.de
Changelog
1.0 (2019-03-18)
Add edtf_start_end_range index and document querying in the readme. [MrTango]
1.0a1 (2019-03-14)
Initial release, with EDTF behavior and 4 main indexes. [MrTango]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file collective.edtf_behavior-1.0.tar.gz
.
File metadata
- Download URL: collective.edtf_behavior-1.0.tar.gz
- Upload date:
- Size: 17.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.16rc1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d36d10b2e849c36e8dfe3db24103d3b09e8ce55f8939cc6039c62d0220a27bc |
|
MD5 | cb9176e58e8a1245d8ae434c7a429354 |
|
BLAKE2b-256 | da08ab5e682719627364635c5d6a44431746add3271c56d31c3c91846a8903b0 |