Omeka | flexible web publishing platform for the display of library
kandi X-RAY | Omeka Summary
kandi X-RAY | Omeka Summary
2008-2016 Roy Rosenzweig Center for History and New Media, 2016-present Corporation for Digital Scholarship. 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, see Use and modifications of these libraries must comply with their respective licenses. Release notes for Omeka are available at
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Parse an atom .
- Parse the ID3 v3 v3 v2 format
- Calculate date
- Process a token .
- Generate frame data
- Parse EML structure
- Decode a MPEG audio file .
- Get a list of languages
- Get file format info
- Lookup a CCC .
Omeka Key Features
Omeka Examples and Code Snippets
Community Discussions
Trending Discussions on Omeka
QUESTION
I have a machine with latest PHP and MySQL. I need to use Nginx. I managed to serve Omeka using this recipe:
https://www.nginx.com/resources/wiki/start/topics/recipes/omeka/
When I go to my address I am presented with the ‘Install Omeka S - Create the first user’ page. When I fill it in and I submit, the response is the same page with an empty form, i.e. I’m stuck in a loop. The POST response in the browser console gives me a 404-not found error.
I feel I’m very close, can anyone shed some light on this? I feel that Omeka should not support Apache exclusively. Is this a Omeka-s issue? Am I overlooking something obvious?
Thanks.
...ANSWER
Answered 2020-Apr-20 at 12:22OK, I found out what the issue is. The Nginx recipe I linked in my question is valid for Omeka, not Omeka-s. For Omeka-s one has to remove the /install and also edit the /admin location. This is the working configuration:
QUESTION
I'm wondering how can i get a repository API , i explain a summary , im using "Dspace connector" from Omeka S and im trying to get all the comunities from a Repository , https://74.208.251.39/ , but Dspace Connector is asking me for an endpoint , an API from the site , i know that is fact from the server , but is it in a file or is a part of some code or how can i get that api ?
...ANSWER
Answered 2019-Nov-20 at 09:09DSpace has different APIs, but the Omeka manual specifies, it is looking for the standard Rest API. You should ask the operator of the DSpace repository you want to connect to, if they have the Rest API deployed and to what endpoint it is deployed to. The DSpace operator might also have restricted access to the API.
There is a section on the DSpace Rest API in the DSpace manual. If you are yourself the DSpace operator, you'll learn there how to deploy the Rest API.
QUESTION
I'm trying to create accordion buttons in my Omeka site so I found some code from W3Schools to adapt. I was able to get this to work when testing it out in an HTML doc with the JavaScript inside < script > tags but now that I've put that code in its own .js file to load into the page's head my buttons aren't working and I'm getting the following error: TypeError: panel is null.
Below is the code in my .js file:
...ANSWER
Answered 2018-May-18 at 18:34You are setting the max-height
property for the .panel
class and you are trying to set the display:block
or none
via javascript you should set the maxHeight
via using the scrollHeight
of the div.panel
or either use display:none
inside the .panel
class instead of max-height
property.
The Element.scrollHeight
read-only property is a measurement of the height of an element's content, including content not visible on the screen due to overflow.
See a demo below
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install Omeka
PHP requires the Visual C runtime (CRT). The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable for all these PHP versions, see visualstudio.microsoft.com. You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. The CRT installer supports the /quiet and /norestart command-line switches, so you can also script it.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page