Login/Register
(IR) Installatron Remote

Omeka

Omeka is an open source content management application.

Installatron Remote is a one-click solution to install and manage all of your Omeka websites. Using Installatron helps ensure Omeka is kept up-to-date and secure, and Installatron features like Clone, Backup and Restore, and Backup Scheduling can save you time. Learn more about Installatron Remote

Informasi

AplikasiOmeka
Kategori cms
Versi Saat Ini3.1.2
Terakhir Diperbaharui6 Oktober 2023
BahasaEnglish

Kebutuhan Sistem

Biayagratis
Ukuran Instalasi90MB
Lisensiopen source

Mendukung

Omeka Situs
Dokumentasi
Halaman Support
Support Auto-Installer Installatron

Apps Terkait

Omeka is a free, flexible, and open source web-publishing platform for the display of library, museum, archives, and scholarly collections and exhibitions. Omeka is a Swahili word meaning to display or lay out wares; to speak out; to spread out; to unpack. Omeka falls at a crossroads of Web Content Management, Collections Management, and Archival Digital Collections Systems.

Omeka is designed with non-IT specialists in mind, allowing users to focus on content and interpretation rather than programming. It brings Web 2.0 technologies and approaches to academic and cultural websites to foster user interaction and participation. It makes top-shelf design easy with a simple and flexible templating system. Its robust open-source developer and user communities underwrite Omeka's stability and sustainability.

Until now, scholars and cultural heritage professionals looking to publish collections-based research and online exhibitions required either extensive technical skills or considerable funding for outside vendors. By making standards based, serious online publishing easy, Omeka puts the power and reach of the web in the hands of academics and cultural professionals themselves.

Easy to use:
  • Omeka is designed with non-IT specialists in mind, allowing users to focus on content and interpretation rather than programming.
  • Omeka is a web application, making it accessible from any computer or mobile device with an internet connection.
  • Users say Omeka is "simple," "logical," and "unscary."

Strong community of documentation and support:
  • Learn to use Omeka with step-by-step tutorials and screencasts available in the documentation.
  • Connect with other Omeka users and the Omeka team through end user forums and developer discussion lists.

Extensible, scalable, and flexible:
  • Omeka can handle large archives of meta data and files (with over 100,000 items).
  • The only limitations are on your own server. Element sets for institution-specific meta data maybe added.
  • Zend framework for PHP allows for customization.
  • Omeka accepts and stores all types of files, including images, video, audio, multi-page documents and PDFs, Power Point presentations, et al. Individual items may contain multiple files.
-Developer Omeka

3.1.2


6 Oktober 2023 - 90MBBug Fixes
  • Fixed a bug where files could appear out of order within an item, particularly if many files were added at once
  • Fixed an error on newer PHP versions that was thrown when passing non-numeric data as the page URL parameter
  • Fixed a PHP 8.2 deprecation warning issued from some controllers
  • Fixed a PHP 8.1 deprecation warning issued from the shortcode handler
  • Fixed a PHP 8.1 deprecation warning issued from the Imagick derivative image strategy
  • Fixed an issue where the download button on the lightGallery viewer in themes could be impossible to press
  • Fixed an error that could occur when using the es_CO locale on some pages where formatted numbers were displayed (e.g. file sizes and limits)
  • Fixed a notice issued from theme configuration when uploading a file
  • Fixed a notice issued from the tag mixin
  • Fixed an error that could occur when saving custom links in the navigation
  • Fixed an error that could cause Omeka to hang when uploading some images with embedded XMP metadata
  • Fixed an error that could occur in the removeZeroDates migration when upgrading from a very old Omeka version when using MySQL 8
  • Fixed the display of error messages on the installer and login forms
  • Fixed the admin search form to restore the "is not exactly" search type
  • Fixed various small issues in the admin theme

Changes
  • Theme versions are now displayed in the theme selection view
  • Added admin styling for number, email, and search type inputs
  • Field explanations in the admin theme are no longer larger than other text like field labels
  • Removed admin theme references to some obsolete fonts, images, and stylesheets
  • The font style and size in the admin theme is now set more loosely, fixing some issues where more specific font settings unexpectedly were not applied
  • The Browser mimetype detection method is removed
  • Mimetype detection now stops once a concrete type is detected, rather than trying all options

Baca lebih lanjut: https://github.com/omeka/Omeka/releases/tag/v3.1.2

3.1.1


25 Maret 2023 - 90MBBug Fixes and Changes
  • Fixed the "advanced search" options box appearing when it shouldn't have on the public side
  • Fixed the public.css styles to load only in public themes, not on the admin
  • Fixed collections/show to match other views in how it decides when to show thumbnails
  • Fixed bugs that triggered deprecation notices in some situations when running on PHP 8.1+
  • Allowed file uploads to proceed when running on servers that disable PHP's shell execution functions on PHP 8+
  • Added IDs to more easily target advanced search components for CSS
  • Accessibility improvements for search options and labels, sorting indicators, featured/private icons, action links
  • Updated translations for Catalan and Czech
  • Updated Exhibit Builder to 3.6.1, Thanks, Roy to 2.7.1, Seasons to 2.7, and Berlin to 2.7.5

Baca lebih lanjut: https://github.com/omeka/Omeka/releases/tag/v3.1.1

3.1

(versi utama)
13 Maret 2023 - 90MBOmeka Classic 3.1 is a feature update to the 3.x version series.

This release adds compatibility for PHP 8.1 and 8.2, and the minimum PHP requirement is now increased to 5.6.

Improvements
  • Added descriptive text for "Show Empty Elements" and "Show Element Set Headings" apperance settings (contributed by @luku)
  • Improved admin theme behavior at narrower screen widths
  • Various accessibility improvements to admin and public views

Fixes
  • Fixed admin styling for <select multiple> (#968)
  • Fixed default markup for <input type="radio"> in forms (#970)
  • Fixed admin styling for "save group" form elements (#981)
  • Fixed ImageMagick creating inverted-color thumbnails for CMYK PDFs (must have ImageMagick 6.7.5-1 or newer, and set version strategy option accordingly for fix to be applied)
  • Fixed issues with emails being sent improperly on PHP 8+
  • Fixed Zend_Ldap not working on PHP 8+

Changes
  • Passing an empty/blank id to form elements and helpers will omit the ID entirely, not output id="" (#701)

REST API
  • Allowed advanced query for items in the API (contributed by @mw0000)

PHP API
  • Removed class VersionedDirectoryIterator
  • Added functions record_image_url, queue_lightgallery_assets, lightgallery, lightgallery_other_files
  • Added view helper lightGallery
  • head_css now takes an argument to allow disabling "default" css: this works equivalently to the one that already existed for head_js

External Dependencies
  • Removed Zend Framework components Zend_Amf, Zend_Cloud, Zend_CodeGenerator, Zend_Dojo, Zend_EventManager, Zend_Gdata, Zend_Markup, Zend_Serializer, Zend_Stdlib, Zend_Tag, Zend_TimeSync, Zend_Service_Audioscrobbler, Zend_Service_Console, Zend_Service_Delicious, Zend_Service_Ebay, Zend_Service_LiveDocx, Zend_Service_Rackspace, Zend_Service_SqlAzure, Zend_Service_StrikeIron, Zend_Service_WindowsAzure, Zend_Service_Yahoo
  • Updated getID3 to 1.9.21
  • Updated HTMLPurifier to 4.15.0
  • lightGallery library now included in the core for use by themes

Bundled Add-ons
  • Coins updated to 2.1.1
  • Exhibit Builder updated to 3.6
  • Default (Thanks, Roy) theme updated to 2.7.0
  • Berlin theme updated to 2.7.3

Baca lebih lanjut: https://github.com/omeka/Omeka/releases/tag/v3.1

3.0.3


9 Desember 2022 - 90MB
  • Fixed some plugins like Simple Pages displaying improperly on the admin interface (#971)
  • Fixed some PHP 8.0 compatibility issues that led to notices and warnings being logged
  • When running PHP 7.2 and greater, the API will no longer produce blank output when a resource includes invalid UTF-8 text
  • Updated bundled Exhibit Builder and Simple Pages plugins
  • Updated translations for French, Japanese, Slovenian, and Turkish

Baca lebih lanjut: https://github.com/omeka/Omeka/releases/tag/v3.0.3

Hidup Demo memberikan contoh demonstrasi Omeka untuk keperluan evaluasi. Contoh Demo hidup ulang sering dan dikonfigurasi tanpa plugin atau tema.

3.1.2

Front-end View

Back-end View
Showcase menyoroti website powered by Omeka untuk menunjukkan berbagai kemampuan yang disediakan oleh aplikasi.
Since 2004, Installatron has pioneered web application management solutions trusted by businesses and website owners worldwide.
Installatron Plugin Installatron Server Installatron Remote
Resources Developers
Company Support My Account
© 2025 Installatron LLC