Code Monkey home page Code Monkey logo

omeka-s-enduser's Introduction

Omeka S User Manual

Omeka S is a web publication system for universities, galleries, libraries, archives, and museums. It creates a local network of independently curated exhibits sharing a collaboratively built pool of items and their metadata. Watch our screencast for a quick tour of Omeka S.

Omeka S is developed alongside Omeka Classic, part of the Omeka family of web publishing platforms.

This repository is the content of the Omeka S User Manual and is best viewed there.

Contributing to the User Manual

If you notice something that could be improved, we would love your help.

You can click the "Edit on GitHub" link at the top right corner of any page in the manual. That link will bring you here, where you can edit the page directly and submit your suggested changes as a pull request. This can be useful for typos, dead links, or minor formatting issues. You may need to know some Markdown to make these edits.

If you do not wish to suggest an edit directly, please create a new issue here in this repository. If you do not wish to have a GitHub account, you can make suggestions and requests in the Omeka Forum.

Multi-page edits, larger additions, image modifications or submissions, and significant changes should be created in a branch and submitted as a pull request. Please take the following into consideration when writing documentation:

  • This is documentation for ordinary users, not developers. Please use clear, jargon-free language.
  • Explain every possible step, even the ones which seem obvious. It is better for users to skip a step they've already completed than be confused by a leap they can't follow. Do not assume any prior knowledge of technology on the part of the user for this documentation.
  • Break longer tasks up into short paragraphs or lists.
  • Use illustrative images when needed, especially to indicate which button or link users should engage with.

If you are cloning the user manuals to your local computer and creating a branch, you may wish to install and use MkDocs to preview your changes and ensure the formatting and syntax are correct.

Formatting

Section headings should start with H2 (##) and go down to H4. Create sections where it is logical in the documentation structure; they will appear in the left navigation of the documentation. (See Pages Management for an example of extensive section use.) Use "Sentence case for section headings", not "Camel Case".

Links should be composed as relative to the current file. They will look something like ../modules/csvimport.md if you are linking to a page that sits within a folder, or ../admin/users.md#manage-users if you are linking to a section of a page. Do not forget the .md part of the page.

Links to external websites require the full URL as well as the addition of "{target=_blank}" after the link syntax: for example, [create a new issue](https://github.com/omeka/omeka-s-enduser/issues){target=_blank}.

Images for a page go into the files folder of the directory in which the page sits (so, for "Content" pages, images go into the contentfiles directory). Name images clearly, starting with an indicator of the relevant page, and use an underscore to separate out the image's purpose (for example, items_addItem.png).

Images should never give information that is not provided in the text (or in the image alt text and title). No one with vision problems should be missing out. Think of images as a shortcut, not the only route, to understanding how to do something.

All images should have alt text. A title can also be supplied if having some pop-up text would be useful to readers. An image entered in Markdown looks like this:

Some text ends here.

![Alt text for the image goes here.](../modulesfiles/animage_pathGoesHere.png "An optional title which will appear when a user mouses over the image.")

More text picks up here.

The maximum display width of an image in the user manuals currently is around 1300px (actually 1296px). A screenshot of the full Omeka interface (public or admin side) should be large. Images can be saved larger (up to 2000px wide) so that readers can open them in new tabs and inspect them in full-scale detail if desired.

A screenshot of a portion of the interface, such as the left-hand navigation, or the right-hand drawer, should appear at full scale for maximum readability. Currently, Omeka S has a left-side nav width of about 320px, and a right-side drawer width of about 450px, on a 1920x1080 screen.

Format your text as follows:

Buttons appear in quotes, as in the "Save" button.

You can highlight interface features (such as page titles, page tabs, links, dropdown menus, and checkboxes) in bold.

URLs, file paths, bits of code, and metadata fields are highlighted using code formatting.

Describe icons based on their tooltip. For example, say "edit (pencil icon)", "delete (trash can icon)", "details (ellipsis icon)". This way the text is useful for people using screen readers as well as those who are not.

Use the language found in the Glossary to refer to elements in the Omeka S interface.

Omeka S terms:

  • Left-hand navigation: the bar on the left with options for resources, admin, etc.
  • Main work area: center of window, to the right of the left-hand navigation
  • Drawer: the menus that open from the right
  • Admin dashboard
  • Modules
  • Properties
  • Item sets
  • Classes.

After you submit your changes

A member of the Omeka team will review your suggested edits. If your pull request is approved and merged, you will see your edits on the GitHub version of the documentation immediately. The user manuals are refreshed nightly so you may not see your changes in the user manuals until the next day.

Rights

This documentation is CC-BY-NC.

omeka-s-enduser's People

Contributors

alexdryden avatar allanaaa avatar alyssafahringer avatar daniel-km avatar denseflux avatar georgiawebgurl avatar jannellelegg avatar jimsafley avatar kalbers avatar katknow avatar kimisgold avatar malord avatar matthewjmckinley avatar mebrett avatar patrickmj avatar raboof avatar rosiel avatar sharonmleon avatar sheilabrennan avatar symac avatar the-redshoes avatar triplingual avatar whatlibrarian avatar zerocrates avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

omeka-s-enduser's Issues

Need a section for the global admin?

It looks like there's a section for the admin main page, but I'm not sure if that's the global admin or, e.g., a site admin. Seems like a sharper distinction will be helpful.

Side-note, the images aren't appearing, so it's extra hard to see what's happening.

Front matter for Jekyll

Hey @mebrett, could you begin each of the markdown files with the following front matter? This will help Jekyll recognize the markdown for processing into an HTML page.


---
title: "Name of the Page"

---

Incorrect docs on switching thumbnailer

On the Configuration Settings page: the thumbnailer is changed in the "aliases" section. The item on thumbnailer_options should also be mentioning the imagemagick_path setting.

File naming

One more thing for the style guide: lowercase file names with words separated by hyphens? Ex: AdminDashboard.md to admin-dashboard.md

Zotero Importer docs make it seem like the library has to be public.

Prepare your Zotero Library
Ensure that your Zotero library is published. Login to Zotero, go to settings, and then to privacy. Make sure that 'publish entire library' is checked. The 'publish notes' box can also be checked.

The API keys can grant access to private libraries.

No thumbnails

When uploading media, thumbnails are not being created. Imagick extension is properly installed. Also fullsize, square_thumbnails and thumbnails folders were not created as in Omeka Classic.

Add module integration to Collecting

At the moment there is not a specific section which explains how modules like Custom Vocab and Value Suggest integrate (that info is in the bullet points in Prompts). It might be good to have a spot at the end of the section on this module which clearly states which modules can interact with Collecting (and which don't).

Relative file paths

For your images, there should be two periods before the url. For example:

![Basic view of resource templates tab, showing the column titles and one template](../content/contentfiles/templates1.png)

Otherwise, paths break if the documentation is within the subdirectory of a larger site (which it is for my setup with the rest of omeka.org).

Please change link colour

Hi,
I just got as far as creating a fork of the documentation to try and add a link , only to discover there was already one in the same paragraph I was working on.
Is it possible to change the link colour so its more readily visible?

thanks,

Document thumbnail tab

For items, item sets, and media

Be sure to clarify how thumbnails images are chosen for items and item sets.

Review draft docs for 3

Review the docs on branch 3alpha against an installation running Omeka S 3 to make sure we haven't missed anything.

Things to look for:

  • Sites tab when adding/editing an Item
  • New interface for the Items tab of the site resources
  • consolidation of site admin and settings tabs, with new documentation section for that.
  • new language option in global settings

@zerocrates @kimisgold did I miss anything?

MetadataBrowse 1.3.0 documentation update

New "Direct Links" configuration setting.

What it does: by default the plugin creates links like in the current screenshot: "See all items with this value." Turning on Direct Links means it makes links more like the Classic SearchByMetadata plugin: it just takes the value itself and turns it into a link, with no added text.

Links in planning tips

There are words in [ ] on the planning tips page which need to be made into functional links.

French translation

Hello,
I'm newbie on github, but I'd like to translate the enduser manual in french, because there's a lot of users in France or person interested in, so I've made a fork to begin the translation.
https://github.com/the-redshoes/omeka-s-enduser--Fr-version
But before I go ahead, I'd like to know if there's projects like these that already exists ?
So I can join instead of creating one more.
If not, well, come in ! :)

Bulk edit items update

say that modules may add additional functionality, listing those modules which we know do (with a link to where in that documentation batch editing is addressed)

Screencasts

We really need some very basic screencasts:

  • Omeka S Dashboard Orientation
  • Creating an Item
  • Creating a Resource template
  • Organizing items in Sets
  • Creating and customizing a site
  • Creating pages, using blocks, and navigation
  • Importing Items and Media (CSV Import and File Sideload Modules -- with a reminder about setting the PHP-CLI path)
  • Using controlled vocabularies and numeric data types (Value Suggest, Custom Vocab, and Numeric Data Types modules)
  • Mapping
  • Collecting Materials from the Public (Collecting Module)

Improve config documentation

We're way behind on this, and I feel like have even fallen behind what was in the old wiki. Perhaps some of that is floating around on the developer side? It's annoying that this straddles the line to such a degree but we'll just have to deal with that.

Licensing on documentation

Is there a license that applies to this documentation? May I copy it into a separate document and add my own comments or edit it? If so, is there a restriction on how i license/release my document?

Thanks!

Missing link in Mapping docs?

The first line of the Mapping docs has what looks like it should be a link -- stuff in square brackets. Not entirely sure what the intended effect there is.

allows you to geolocate Omeka S items and add interactive maps to [Site Pages].

1.4 updates

  • New public side "user bar" links to go directly to pages/items/sets/media on the admin side
  • Asset (logo/thumbnail) upload now allows .svg and .svgz
  • Changes to vocabulary import/update (added Language selection)
  • New "NoThumbnail" thumbnailer (for disabling thumbnails; idea being to use for faster import, if you're going to just create them yourself some other way, or know that none of them can be thumbnailed anyway)
  • Homepage setting in site admin -> Navigation (lets you pick page to load as site homepage without having to have it first in navigation, or in navigation at all)
  • Configurable password requirements (this is set in local.config.php)

Page sorting

There's no drag and drop interface for sorting files in Jekyll, so we get to be a little creative as to how we manage this aspect. I'm going to be experimenting with how to manage documentation navigation on the Jekyll side. To help me out, could you create an outline of the current documentation hierarchy and add that to the repository? (Preferably named something like _docmap.md so that Jekyll doesn't try to generate it.)

I'm probably going to be adding front matter values to the markdown files for Jekyll to use in generating navigation. I figured it'll be good to have a reference to check against, especially once we have a system in place and we're managing a large bulk of content.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.