.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
This text does not appear on pypi or github. It is a comment.
==============================================================================
quaive.app.taxonomy
==============================================================================
A taxonomy browser for ploneintranet
Features
--------
- Allows browsing through a hierarchical taxonomy
- Supports search on taxonomy and on content within
- Dedicated search and group view for each taxonomy term
Background
----------
The app has been discussed and specified at
- https://github.com/quaive/ploneintranet.prototype/issues/272
Documentation
-------------
Full documentation for end users can be found in the "docs" folder, and is also available online at http://docs.quaive.net
Translations
------------
This product has been translated into
- German (thanks, Angela Merkel)
Installation
------------
Install quaive.app.taxonomy by adding it to your buildout::
[buildout]
...
eggs =
quaive.app.taxonomy
Your Quaive instance will need to register a vdex vocabulary and add the identifier of that vocabulary to the solr index configuration.
Run buildout to update your instance: ``bin/buildout``
Add the vocabulary identifier to following registry entries::
ploneintranet.search.filter_fields
ploneintranet.search.facet_fields
Add an adapter to configure an app tile, see quaive/app/taxonomy/tests/configure.zcml for an example.
Contribute
----------
- Issue Tracker: https://github.com/collective/quaive.app.taxonomy/issues
- Source Code: https://github.com/collective/quaive.app.taxonomy
- Documentation: https://docs.quaive.net
Support
-------
If you are having issues, please let us know.
We have a mailing list located at: ploneintranet-dev@groups.io
License
-------
The project is licensed under the GPLv2.
Contributors
============
- Alexander Pilz, pilz@syslab.com
Changelog
=========
1.2.2 (2017-11-20)
------------------
- Public release.
1.2.1 (2017-08-28)
------------------
Fixes:
- (slc #15736) Don't throw error if search term is unicode [deroiste]
1.2.0 (2017-05-02)
------------------
Fixes:
- Decorate the app view with IAppView to make the app
compatible with ploneintranet master.
[ale]
1.1.7 (2016-12-01)
------------------
New features:
- Translation labels.
[angeldasangel]
1.1.6 (2016-11-21)
------------------
- Nothing changed.
1.1.5 (2016-11-17)
------------------
Fixes:
- Fix sidebar search injection [deroiste]
- Sidebar Search: search by partial taxonomy terms [deroiste]
1.1.4 (2016-10-24)
------------------
New features:
- Sort by date when grouping by workspace and author [deroiste]
Fixes:
- Fix test setup: import config for docconv
1.1.3 (2016-10-14)
------------------
Fixes:
- Adapt to new App structure. All parameters come from the App now,
not the request
- Adapt to changed search / proto view in ploneintranet
1.1.2 (2016-09-09)
------------------
Fixes:
- Fix tests: use the app as the search tile context [deroiste]
- Fix sidebar enlarger target [pilz]
1.1.1 (2016-09-08)
------------------
Fixes:
- Fix injection target [pilz]
1.1 (2016-09-08)
----------------
Fixes/New features:
- Sort grouped results by title
- Add search grouping by workspace and author
- sidebar-search: use solr instead of the catalog
The normal Sidebar view uses the catalog, presumably to avoid the delay
caused by asynchronous indexing with solr.
- sidebar-search: handle unicode vocab terms
- Add the option to configure a separate vocab index
This allows the search index to have a different id from the
vocabulary. It's configured on the app_parameters e.g.
{'vocabulary_index': 'someidx'}
- Also search by vocab terms
- Implement sidebar search
Design: quaive/ploneintranet.prototype#272
- Updated to app objects
Also, the vocabulary does not need to be passed as a GET parameter any
more, since it is now defined in the app_parameters.
- Include documents in the sidebar, implement search
- Improved testing, better handling of values
1.0a1 (2016-07-16)
------------------
- Initial release.
[pilz]
Raw data
{
"_id": null,
"home_page": "https://pypi.python.org/pypi/quaive.app.taxonomy",
"name": "quaive.app.taxonomy",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "Python Plone",
"author": "Alexander Pilz",
"author_email": "pilz@syslab.com",
"download_url": "https://files.pythonhosted.org/packages/62/ec/e6f8be428b1254d80a1097c3c6eef12e2f35408851593871630006775ee8/quaive.app.taxonomy-1.2.2.tar.gz",
"platform": "",
"description": ".. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.\n If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html\n This text does not appear on pypi or github. It is a comment.\n\n==============================================================================\nquaive.app.taxonomy\n==============================================================================\n\nA taxonomy browser for ploneintranet\n\nFeatures\n--------\n\n- Allows browsing through a hierarchical taxonomy\n- Supports search on taxonomy and on content within\n- Dedicated search and group view for each taxonomy term\n\n\nBackground\n----------\n\nThe app has been discussed and specified at\n- https://github.com/quaive/ploneintranet.prototype/issues/272\n\n\nDocumentation\n-------------\n\nFull documentation for end users can be found in the \"docs\" folder, and is also available online at http://docs.quaive.net\n\n\nTranslations\n------------\n\nThis product has been translated into\n\n- German (thanks, Angela Merkel)\n\n\nInstallation\n------------\n\nInstall quaive.app.taxonomy by adding it to your buildout::\n\n [buildout]\n\n ...\n\n eggs =\n quaive.app.taxonomy\n\n\nYour Quaive instance will need to register a vdex vocabulary and add the identifier of that vocabulary to the solr index configuration.\n\nRun buildout to update your instance: ``bin/buildout``\n\nAdd the vocabulary identifier to following registry entries::\n\n ploneintranet.search.filter_fields\n ploneintranet.search.facet_fields\n\nAdd an adapter to configure an app tile, see quaive/app/taxonomy/tests/configure.zcml for an example.\n\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/collective/quaive.app.taxonomy/issues\n- Source Code: https://github.com/collective/quaive.app.taxonomy\n- Documentation: https://docs.quaive.net\n\n\nSupport\n-------\n\nIf you are having issues, please let us know.\nWe have a mailing list located at: ploneintranet-dev@groups.io\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\n\nContributors\n============\n\n- Alexander Pilz, pilz@syslab.com\n\n\nChangelog\n=========\n\n\n1.2.2 (2017-11-20)\n------------------\n\n- Public release.\n\n\n1.2.1 (2017-08-28)\n------------------\n\nFixes:\n\n- (slc #15736) Don't throw error if search term is unicode [deroiste]\n\n\n1.2.0 (2017-05-02)\n------------------\n\nFixes:\n\n- Decorate the app view with IAppView to make the app\n compatible with ploneintranet master.\n [ale]\n\n\n1.1.7 (2016-12-01)\n------------------\n\nNew features:\n\n- Translation labels.\n [angeldasangel]\n\n\n1.1.6 (2016-11-21)\n------------------\n\n- Nothing changed.\n\n\n1.1.5 (2016-11-17)\n------------------\n\nFixes:\n\n- Fix sidebar search injection [deroiste]\n- Sidebar Search: search by partial taxonomy terms [deroiste]\n\n\n1.1.4 (2016-10-24)\n------------------\n\nNew features:\n\n- Sort by date when grouping by workspace and author [deroiste]\n\nFixes:\n\n- Fix test setup: import config for docconv\n\n\n1.1.3 (2016-10-14)\n------------------\n\nFixes:\n\n- Adapt to new App structure. All parameters come from the App now,\n not the request\n- Adapt to changed search / proto view in ploneintranet\n\n\n1.1.2 (2016-09-09)\n------------------\n\nFixes:\n\n- Fix tests: use the app as the search tile context [deroiste]\n- Fix sidebar enlarger target [pilz]\n\n\n1.1.1 (2016-09-08)\n------------------\n\nFixes:\n\n- Fix injection target [pilz]\n\n\n1.1 (2016-09-08)\n----------------\n\nFixes/New features:\n\n- Sort grouped results by title\n- Add search grouping by workspace and author\n- sidebar-search: use solr instead of the catalog\n The normal Sidebar view uses the catalog, presumably to avoid the delay\n caused by asynchronous indexing with solr.\n- sidebar-search: handle unicode vocab terms\n- Add the option to configure a separate vocab index\n This allows the search index to have a different id from the\n vocabulary. It's configured on the app_parameters e.g.\n {'vocabulary_index': 'someidx'}\n- Also search by vocab terms\n- Implement sidebar search\n Design: quaive/ploneintranet.prototype#272\n- Updated to app objects\n Also, the vocabulary does not need to be passed as a GET parameter any\n more, since it is now defined in the app_parameters.\n- Include documents in the sidebar, implement search\n- Improved testing, better handling of values\n\n\n1.0a1 (2016-07-16)\n------------------\n\n- Initial release.\n [pilz]",
"bugtrack_url": null,
"license": "GPL version 2",
"summary": "A taxonomy browser app for quaive",
"version": "1.2.2",
"project_urls": {
"Homepage": "https://pypi.python.org/pypi/quaive.app.taxonomy"
},
"split_keywords": [
"python",
"plone"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "62ece6f8be428b1254d80a1097c3c6eef12e2f35408851593871630006775ee8",
"md5": "9d013ca1acbfa2c64b87ad0f73e6101d",
"sha256": "8d2b93b034615173d8eb65156f8d8616e6272f68e10d14a33884eb5c01ffbc26"
},
"downloads": -1,
"filename": "quaive.app.taxonomy-1.2.2.tar.gz",
"has_sig": false,
"md5_digest": "9d013ca1acbfa2c64b87ad0f73e6101d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 35454,
"upload_time": "2017-11-20T11:01:09",
"upload_time_iso_8601": "2017-11-20T11:01:09.540796Z",
"url": "https://files.pythonhosted.org/packages/62/ec/e6f8be428b1254d80a1097c3c6eef12e2f35408851593871630006775ee8/quaive.app.taxonomy-1.2.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2017-11-20 11:01:09",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "quaive.app.taxonomy"
}