-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'Daniel-KM-various_improvements'
- Loading branch information
Showing
6 changed files
with
360 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
Collection Tree (plugin for Omeka) | ||
================================== | ||
|
||
|
||
Summary | ||
------- | ||
|
||
This plugin for [Omeka] gives administrators the ability to create a | ||
hierarchical tree of their collections. | ||
|
||
|
||
Installation | ||
------------ | ||
|
||
Uncompress files and rename plugin folder "CollectionTree". | ||
|
||
Then install it like any other Omeka plugin and follow the config instructions. | ||
|
||
|
||
Warning | ||
------- | ||
|
||
Use it at your own risk. | ||
|
||
It's always recommended to backup your files and database so you can roll back | ||
if needed. | ||
|
||
|
||
Troubleshooting | ||
--------------- | ||
|
||
See online issues on [Collection Tree issues] page on GitHub. | ||
|
||
|
||
License | ||
------- | ||
|
||
This plugin is published under [GNU/GPL]. | ||
|
||
This program is free software; you can redistribute it and/or modify it under | ||
the terms of the GNU General Public License as published by the Free Software | ||
Foundation; either version 3 of the License, or (at your option) any later | ||
version. | ||
|
||
This program is distributed in the hope that it will be useful, but WITHOUT | ||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS | ||
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more | ||
details. | ||
|
||
You should have received a copy of the GNU General Public License along with | ||
this program; if not, write to the Free Software Foundation, Inc., | ||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
|
||
|
||
Contact | ||
------- | ||
|
||
Current maintainers: | ||
|
||
* Roy Rosenzweig Center for History and New Media | ||
|
||
|
||
Copyright | ||
--------- | ||
|
||
* Copyright Roy Rosenzweig Center for History and New Media, 2007-2013 | ||
* Copyright Daniel Berthereau, 2014 (improvements) | ||
|
||
|
||
[Omeka]: https://omeka.org | ||
[Collection Tree]: https://github.com/Omeka/plugin-CollectionTree | ||
[Collection Tree issues]: https://github.com/Omeka/plugin-CollectionTree/issues | ||
[GNU/GPL]: https://www.gnu.org/licenses/gpl-3.0.html "GNU/GPL v3" | ||
[Daniel-KM]: https://github.com/Daniel-KM "Daniel Berthereau" |
Oops, something went wrong.