SlideShare ist ein Scribd-Unternehmen logo
1 von 30
Downloaden Sie, um offline zu lesen
(                                          )
    An Introduction to
    Content Management
    Systems
    Sharing Digital Objects, Collections
    and Knowledge Online
(   Logistics
                                             )
                ⊛   WiFi: RIA_public

                    ⊛   User: user

                    ⊛   Password: ria123

                ⊛   Lunch will be served
                    following the workshop

                ⊛   Feedback after event
(   Digital Humanities
    Tech Skills
    Workshop Series
    ⊛   Content Management Systems
                                              )
    ⊛   Data Visualisation for Analysis

    ⊛   Data Visualisation for Presentation



    ⊛   Foundations

    ⊛   Standards

    ⊛   Tools

    ⊛   Applications
(   How It All Fits
    Together                                          )
         PHP          MySQL           XML




                 Application to the
                 Digital Humanities




      Content
                     Analytics        Visualisation
    Management
(   Today’s Objective
                                                  )
    To appreciate the range of content
    management systems available to digital
    humanities scholars and to be able to judge
    between them
(   Agenda
                                               )
    ✴   Introduction

    ✴   What is a Content Management System?

    ✴   Features of CMS

    ✴   Technical Requirements

    ✴   Major Players

    ✴   Extending a CMS

    ✴   Hands On Install and Config -
        Wordpress.com

    ✴   Building Community

    ✴   Hand On and Config - Omeka
(   What is a CMS?
                                                    )
    A web content management system (WCMS) is
    a software system that provides website
    authoring, collaboration, and administration
    tools designed to allow users with little
    knowledge of web programming languages or
    markup languages to create and manage
    website content with relative ease.

                                      - wikipedia
(   What is a CMS
                                    )
    ⊛   Collect and Disseminate

    ⊛   Categorise

    ⊛   Curate

    ⊛   Is it a Blog? Is it Wiki?
(   Benefits of a CMS
                                                      )
    ⊛   Allow for a large number of people to
        contribute to and share stored data

    ⊛   Control access to data, based on user roles
        (defining which information users or user
        groups can view, edit, publish, etc.)

    ⊛   Aid in easy storage and retrieval of data

    ⊛   Reduce repetitive duplicate input

    ⊛   Improve the ease of report writing

    ⊛   Improve communication between users
(   Why/How Might
    *You* Use a CMS?                          )
    ⊛   That is the question - any answers?
(   Why/How Would
    *You* Use a CMS?                          )
    ⊛   That is the question - any answers?

    ⊛   Dissemination

    ⊛   Collaboration

    ⊛   Feedback
(   Introduction
                                               )
    ⊛   Document Management vs Object
        Management vs Content Management (vs
        Knowledge Management)

    ⊛   Open Source Versus Paid/Commercial

    ⊛   Evolution/History

        ⊛   DSpace/FEDORA - Duraspace

        ⊛   Apache Lenya

    ⊛   What about a Wiki?
(   Features of CMS

    ⊛   Templating
                                                      )
    ⊛   User Management     ⊛   Collaboration
    ⊛   Scalablility of     ⊛   Delegation
        Deployment
                            ⊛   Authentication and
    ⊛   Easily Editing of       Access Control
        Content
                            ⊛   Document
    ⊛   Extensibility of        Management
        Features/
        Functionality       ⊛   Content Syndication
    ⊛   Adherence to Web    ⊛   Multilingual
        Standards
                            ⊛   Versioning
    ⊛   Workflow
        Management
(   Technical
    Considerations     )
    ⊛   PHP

    ⊛   Java

    ⊛   MySQL

    ⊛   Server Space
(   Planning
                                                     )
    ⊛   Setting site goals;

    ⊛   Identifying target audiences;

    ⊛   Wireframing and planning site function and
        flow;

    ⊛   Installing CMS applications;

    ⊛   Working with ISPs to add site features to
        servers;

    ⊛   Geekfest: Working with MySQL and
        backend data structure.
(   Major Open Source
    Players
    ⊛   PHP/MySQL
                                                     )
        ⊛   Drupal                ⊛   Umbracco

        ⊛   WordPress         ⊛   PERL
        ⊛   Joomla                ⊛   blosxom

        ⊛   PHP-Nuke              ⊛   MoveableType

        ⊛   Typo3             ⊛   Java
    ⊛   .Net/ASP/SQLServer        ⊛   OpenCMS

        ⊛   DotNetNuke (€€)       ⊛   dotCMS

        ⊛   KenticoCMS (€€)
(   Drupal

    Pro’s                    Con’s
                                                    )
★   Widely Used          ➡   Steep Learning Curve

★   Many Modules         ➡   Proprietary Cycle

★   Authentication and   ➡   Deep
    Security

★   Scalable

★   Many Custom Forks

★   Commercial Forks
(   WordPress

    Pro’s                  Con’s
                                           )
★   Widely Used        -   Less Scalable

★   Many Plug-Ins      -   Less Secure

★   Social

★   Approachable

★   Multi-User

★   Very Refined User
    Experience
(   Joomla

    Pro’s                    Con’s
                                                    )
★   Widely Used          -   Steep Learning Curve

★   Many Modules         -   Proprietary Cycle

★   Authentication and   -   Deep
    Security

★   Scalable
(   Hybrids
    Omeka
              )
(   Hands-On Exercise I
                                                      )
    ⊛   Setup Wordpress.com
    ⊛   Differentiating between Wordpress.com and
        Wordpress.org
    ⊛   Extending the Community --bbPress
    ⊛   Understanding the differences between
        Wordpress.com sites and Wordpress.org sites
    ⊛   Setting up and installing a Wordpress site
    ⊛   Finding and adding templates to a new site
    ⊛   Customize site features
    ⊛   Overview of administrative functions
(   What to Do with
    Wordpress                                  )
    ⊛   Manage Basic Settings

    ⊛   Choose/Install Theme

    ⊛   Tweak Appearance

    ⊛   Discuss/Explore Plug-ins (Install in
        Wordpress.org)

    ⊛   Security Issues

    ⊛   Basic Maintenance
(   What did we
    learn?                                    )
    ⊛   Reflecting on setting up a wordpress
        CMS
(   Extending a CMS
                                                   )
    What Might You Add to a standard CMS install
    to turn it into something beyond a simple
    textual content sharing system?
(   Extending a CMS
                                                 )
    ⊛   What Might You Add to a Simple System?

    ⊛   Maps

    ⊛   Timelines

    ⊛   Authentication

    ⊛   OAI/PMH Harvest
(   Where Else to Go?
                                                        )
    ⊛   Joomla (www.joomla.org)

    ⊛   SocialGo (www.socialgo.com)

    ⊛   Wikimedia (www.wikimedia.com)

    ⊛   Moodle (www.moodle.com)



    ⊛   Consideration - does your host or institution
        support or install these for you?
(   Hands-On Exercise II
    ⊛   Differentiating between Omeka.org and
        Omeka.net
                                                          )
    ⊛   Differentiating between a true CMS and a hybrid
        such as OMEKA

    ⊛   Check out the showcase: http://omeka.org/
        showcase/

    ⊛   Metadata?

    ⊛   Setting up and installing an OMEKA site

    ⊛   Customize site features

    ⊛   Overview of administrative functions

    ⊛   Extending
(   What to Do with
    OMEKA.net                     )
    ⊛   Sign Up for an Account

    ⊛   Manage Basic Settings

    ⊛   Choose Theme

    ⊛   Install/Manage Plug-ins

    ⊛   Add Items

    ⊛   Manage Collections

    ⊛   Create an Exhibit
(   Thanks
      s.day@dho.ie
                     )
(   Feedback
    Your feedback is important to
                                      )
    us. Please fill out the form at:



             Feedback Form

Weitere ähnliche Inhalte

Was ist angesagt?

JCDL 2015 Doctoral Consortium - A Framework for Aggregating Private and Publi...
JCDL 2015 Doctoral Consortium - A Framework for AggregatingPrivate and Publi...JCDL 2015 Doctoral Consortium - A Framework for AggregatingPrivate and Publi...
JCDL 2015 Doctoral Consortium - A Framework for Aggregating Private and Publi...Mat Kelly
 
The Web of Data is Our Opportunity
The Web of Data is Our OpportunityThe Web of Data is Our Opportunity
The Web of Data is Our OpportunityRichard Wallis
 
Web Driven Revolution For Library Data
Web Driven Revolution For Library DataWeb Driven Revolution For Library Data
Web Driven Revolution For Library DataRichard Wallis
 
DBpedia Archive using Memento, Triple Pattern Fragments, and HDT
DBpedia Archive using Memento, Triple Pattern Fragments, and HDTDBpedia Archive using Memento, Triple Pattern Fragments, and HDT
DBpedia Archive using Memento, Triple Pattern Fragments, and HDTHerbert Van de Sompel
 
Portland Common Data Model (PCDM): Creating and Sharing Complex Digital Objects
Portland Common Data Model (PCDM): Creating and Sharing Complex Digital ObjectsPortland Common Data Model (PCDM): Creating and Sharing Complex Digital Objects
Portland Common Data Model (PCDM): Creating and Sharing Complex Digital ObjectsKaren Estlund
 
semantic markup using schema.org
semantic markup using schema.orgsemantic markup using schema.org
semantic markup using schema.orgJoshua Shinavier
 
Identifying The Benefit of Linked Data
Identifying The Benefit of Linked DataIdentifying The Benefit of Linked Data
Identifying The Benefit of Linked DataRichard Wallis
 
Schema.org - An Extending Influence
Schema.org - An Extending InfluenceSchema.org - An Extending Influence
Schema.org - An Extending InfluenceRichard Wallis
 
Contextual Computing - Knowledge Graphs & Web of Entities
Contextual Computing - Knowledge Graphs & Web of EntitiesContextual Computing - Knowledge Graphs & Web of Entities
Contextual Computing - Knowledge Graphs & Web of EntitiesRichard Wallis
 
A Survey of the Landscape and State-of-Art in Semantic Wiki
A Survey of the Landscape and State-of-Art in Semantic WikiA Survey of the Landscape and State-of-Art in Semantic Wiki
A Survey of the Landscape and State-of-Art in Semantic WikiMax Völkel
 
Vila LOD-innovacion- bib-semweb-redux
Vila LOD-innovacion- bib-semweb-reduxVila LOD-innovacion- bib-semweb-redux
Vila LOD-innovacion- bib-semweb-reduxLIS EPI Meeting
 
Drupal Open Source Everything
Drupal Open Source EverythingDrupal Open Source Everything
Drupal Open Source Everythinglibrarywebchic
 
Global lodlam_communities and open cultural data
Global lodlam_communities and open cultural dataGlobal lodlam_communities and open cultural data
Global lodlam_communities and open cultural dataMinerva Lin
 
London HUG
London HUGLondon HUG
London HUGBoudicca
 
Visualizing linkeddata aall2012d-ss
Visualizing linkeddata aall2012d-ssVisualizing linkeddata aall2012d-ss
Visualizing linkeddata aall2012d-ssF. Tim Knight
 
The Semantic Web: What IAs Need to Know About Web 3.0
The Semantic Web: What IAs Need to Know About Web 3.0The Semantic Web: What IAs Need to Know About Web 3.0
The Semantic Web: What IAs Need to Know About Web 3.0Chiara Fox Ogan
 

Was ist angesagt? (20)

JCDL 2015 Doctoral Consortium - A Framework for Aggregating Private and Publi...
JCDL 2015 Doctoral Consortium - A Framework for AggregatingPrivate and Publi...JCDL 2015 Doctoral Consortium - A Framework for AggregatingPrivate and Publi...
JCDL 2015 Doctoral Consortium - A Framework for Aggregating Private and Publi...
 
The Web of Data is Our Opportunity
The Web of Data is Our OpportunityThe Web of Data is Our Opportunity
The Web of Data is Our Opportunity
 
Web Driven Revolution For Library Data
Web Driven Revolution For Library DataWeb Driven Revolution For Library Data
Web Driven Revolution For Library Data
 
DBpedia Archive using Memento, Triple Pattern Fragments, and HDT
DBpedia Archive using Memento, Triple Pattern Fragments, and HDTDBpedia Archive using Memento, Triple Pattern Fragments, and HDT
DBpedia Archive using Memento, Triple Pattern Fragments, and HDT
 
Linked Open Data
Linked Open DataLinked Open Data
Linked Open Data
 
Portland Common Data Model (PCDM): Creating and Sharing Complex Digital Objects
Portland Common Data Model (PCDM): Creating and Sharing Complex Digital ObjectsPortland Common Data Model (PCDM): Creating and Sharing Complex Digital Objects
Portland Common Data Model (PCDM): Creating and Sharing Complex Digital Objects
 
semantic markup using schema.org
semantic markup using schema.orgsemantic markup using schema.org
semantic markup using schema.org
 
Identifying The Benefit of Linked Data
Identifying The Benefit of Linked DataIdentifying The Benefit of Linked Data
Identifying The Benefit of Linked Data
 
Schema.org - An Extending Influence
Schema.org - An Extending InfluenceSchema.org - An Extending Influence
Schema.org - An Extending Influence
 
Why Link?
Why Link?Why Link?
Why Link?
 
Linked Open Data stuff
Linked Open Data stuffLinked Open Data stuff
Linked Open Data stuff
 
Contextual Computing - Knowledge Graphs & Web of Entities
Contextual Computing - Knowledge Graphs & Web of EntitiesContextual Computing - Knowledge Graphs & Web of Entities
Contextual Computing - Knowledge Graphs & Web of Entities
 
A Survey of the Landscape and State-of-Art in Semantic Wiki
A Survey of the Landscape and State-of-Art in Semantic WikiA Survey of the Landscape and State-of-Art in Semantic Wiki
A Survey of the Landscape and State-of-Art in Semantic Wiki
 
DBpedia InsideOut
DBpedia InsideOutDBpedia InsideOut
DBpedia InsideOut
 
Vila LOD-innovacion- bib-semweb-redux
Vila LOD-innovacion- bib-semweb-reduxVila LOD-innovacion- bib-semweb-redux
Vila LOD-innovacion- bib-semweb-redux
 
Drupal Open Source Everything
Drupal Open Source EverythingDrupal Open Source Everything
Drupal Open Source Everything
 
Global lodlam_communities and open cultural data
Global lodlam_communities and open cultural dataGlobal lodlam_communities and open cultural data
Global lodlam_communities and open cultural data
 
London HUG
London HUGLondon HUG
London HUG
 
Visualizing linkeddata aall2012d-ss
Visualizing linkeddata aall2012d-ssVisualizing linkeddata aall2012d-ss
Visualizing linkeddata aall2012d-ss
 
The Semantic Web: What IAs Need to Know About Web 3.0
The Semantic Web: What IAs Need to Know About Web 3.0The Semantic Web: What IAs Need to Know About Web 3.0
The Semantic Web: What IAs Need to Know About Web 3.0
 

Andere mochten auch

Data Mining for Libraries
Data Mining for LibrariesData Mining for Libraries
Data Mining for LibrariesElaine Lasda
 
Getting Started With Omeka (DHSI 2015 Unconference)
Getting Started With Omeka (DHSI 2015 Unconference)Getting Started With Omeka (DHSI 2015 Unconference)
Getting Started With Omeka (DHSI 2015 Unconference)jkmcgrath
 
Exploring the Digital Humanities Ecosystem
Exploring the Digital Humanities EcosystemExploring the Digital Humanities Ecosystem
Exploring the Digital Humanities EcosystemShawn Day
 
Edit Histories and Literary Turf Wars: John Ashbery, Reception History, and W...
Edit Histories and Literary Turf Wars: John Ashbery, Reception History, and W...Edit Histories and Literary Turf Wars: John Ashbery, Reception History, and W...
Edit Histories and Literary Turf Wars: John Ashbery, Reception History, and W...jkmcgrath
 
Les métriques à l'université : services proposés aux chercheurs lillois
Les métriques à l'université : services proposés aux chercheurs lilloisLes métriques à l'université : services proposés aux chercheurs lillois
Les métriques à l'université : services proposés aux chercheurs lilloisSolenn Bihan
 
HASTAC Scholars: Omeka and Digital Archives
HASTAC Scholars: Omeka and Digital ArchivesHASTAC Scholars: Omeka and Digital Archives
HASTAC Scholars: Omeka and Digital Archivesjkmcgrath
 
Getting "Fancy" With Your Library Data!
Getting "Fancy" With Your Library Data!Getting "Fancy" With Your Library Data!
Getting "Fancy" With Your Library Data!Elaine Lasda
 
Opac, ERMS & discovery service
Opac, ERMS & discovery serviceOpac, ERMS & discovery service
Opac, ERMS & discovery servicePierre Naegelen
 
Creating Narrative with Digital Objects
Creating Narrative with Digital ObjectsCreating Narrative with Digital Objects
Creating Narrative with Digital ObjectsShawn Day
 
Omeka nyla 2014 SMART Flash talk
Omeka nyla 2014 SMART Flash talkOmeka nyla 2014 SMART Flash talk
Omeka nyla 2014 SMART Flash talkBrian Jennings
 
Création d'un flux d'information de veille avec Yahoo Pipes
Création d'un flux d'information de veille avec Yahoo PipesCréation d'un flux d'information de veille avec Yahoo Pipes
Création d'un flux d'information de veille avec Yahoo PipesLaurent Moccozet
 
The promises of web scrapping: Mining the web for relational data about artists
The promises of web scrapping: Mining the web for relational data about artistsThe promises of web scrapping: Mining the web for relational data about artists
The promises of web scrapping: Mining the web for relational data about artistsGuillaume Cabanac
 
"Open To The Public": Cultural Institutions, Digital Labor, and Local Network...
"Open To The Public": Cultural Institutions, Digital Labor, and Local Network..."Open To The Public": Cultural Institutions, Digital Labor, and Local Network...
"Open To The Public": Cultural Institutions, Digital Labor, and Local Network...jkmcgrath
 
Early Career Tactics to Increase Scholarly Impact
Early Career Tactics to Increase Scholarly ImpactEarly Career Tactics to Increase Scholarly Impact
Early Career Tactics to Increase Scholarly ImpactElaine Lasda
 
Gaining Insights Through Bibliometric Analysis
Gaining Insights Through Bibliometric AnalysisGaining Insights Through Bibliometric Analysis
Gaining Insights Through Bibliometric AnalysisElaine Lasda
 
Omeka nantes-2016-couchet
Omeka nantes-2016-couchetOmeka nantes-2016-couchet
Omeka nantes-2016-couchetPierre Couchet
 
Le Bureau des longitudes de 1795 à 1935
Le Bureau des longitudes de 1795 à 1935Le Bureau des longitudes de 1795 à 1935
Le Bureau des longitudes de 1795 à 1935Pierre Couchet
 

Andere mochten auch (20)

Data Mining for Libraries
Data Mining for LibrariesData Mining for Libraries
Data Mining for Libraries
 
Omeka sc4l
Omeka sc4lOmeka sc4l
Omeka sc4l
 
Getting Started With Omeka (DHSI 2015 Unconference)
Getting Started With Omeka (DHSI 2015 Unconference)Getting Started With Omeka (DHSI 2015 Unconference)
Getting Started With Omeka (DHSI 2015 Unconference)
 
Exploring the Digital Humanities Ecosystem
Exploring the Digital Humanities EcosystemExploring the Digital Humanities Ecosystem
Exploring the Digital Humanities Ecosystem
 
Edit Histories and Literary Turf Wars: John Ashbery, Reception History, and W...
Edit Histories and Literary Turf Wars: John Ashbery, Reception History, and W...Edit Histories and Literary Turf Wars: John Ashbery, Reception History, and W...
Edit Histories and Literary Turf Wars: John Ashbery, Reception History, and W...
 
Les métriques à l'université : services proposés aux chercheurs lillois
Les métriques à l'université : services proposés aux chercheurs lilloisLes métriques à l'université : services proposés aux chercheurs lillois
Les métriques à l'université : services proposés aux chercheurs lillois
 
HASTAC Scholars: Omeka and Digital Archives
HASTAC Scholars: Omeka and Digital ArchivesHASTAC Scholars: Omeka and Digital Archives
HASTAC Scholars: Omeka and Digital Archives
 
Omeka S Intro for DPLA fest
Omeka S Intro for DPLA festOmeka S Intro for DPLA fest
Omeka S Intro for DPLA fest
 
Getting "Fancy" With Your Library Data!
Getting "Fancy" With Your Library Data!Getting "Fancy" With Your Library Data!
Getting "Fancy" With Your Library Data!
 
Opac, ERMS & discovery service
Opac, ERMS & discovery serviceOpac, ERMS & discovery service
Opac, ERMS & discovery service
 
Creating Narrative with Digital Objects
Creating Narrative with Digital ObjectsCreating Narrative with Digital Objects
Creating Narrative with Digital Objects
 
Omeka nyla 2014 SMART Flash talk
Omeka nyla 2014 SMART Flash talkOmeka nyla 2014 SMART Flash talk
Omeka nyla 2014 SMART Flash talk
 
Création d'un flux d'information de veille avec Yahoo Pipes
Création d'un flux d'information de veille avec Yahoo PipesCréation d'un flux d'information de veille avec Yahoo Pipes
Création d'un flux d'information de veille avec Yahoo Pipes
 
The promises of web scrapping: Mining the web for relational data about artists
The promises of web scrapping: Mining the web for relational data about artistsThe promises of web scrapping: Mining the web for relational data about artists
The promises of web scrapping: Mining the web for relational data about artists
 
"Open To The Public": Cultural Institutions, Digital Labor, and Local Network...
"Open To The Public": Cultural Institutions, Digital Labor, and Local Network..."Open To The Public": Cultural Institutions, Digital Labor, and Local Network...
"Open To The Public": Cultural Institutions, Digital Labor, and Local Network...
 
Early Career Tactics to Increase Scholarly Impact
Early Career Tactics to Increase Scholarly ImpactEarly Career Tactics to Increase Scholarly Impact
Early Career Tactics to Increase Scholarly Impact
 
Gaining Insights Through Bibliometric Analysis
Gaining Insights Through Bibliometric AnalysisGaining Insights Through Bibliometric Analysis
Gaining Insights Through Bibliometric Analysis
 
Omeka nantes-2016-couchet
Omeka nantes-2016-couchetOmeka nantes-2016-couchet
Omeka nantes-2016-couchet
 
omeka couchet 2013
omeka couchet 2013omeka couchet 2013
omeka couchet 2013
 
Le Bureau des longitudes de 1795 à 1935
Le Bureau des longitudes de 1795 à 1935Le Bureau des longitudes de 1795 à 1935
Le Bureau des longitudes de 1795 à 1935
 

Ähnlich wie DHO Intro to CMS for DH Workshop

SharePoint 2007 and SharePoint 2010 for Web Content Management (WCM)
SharePoint 2007 and SharePoint 2010 for Web Content Management (WCM)SharePoint 2007 and SharePoint 2010 for Web Content Management (WCM)
SharePoint 2007 and SharePoint 2010 for Web Content Management (WCM)Richard Harbridge
 
Making Drupal 7 Simple to Use for Everyone
Making Drupal 7 Simple to Use for EveryoneMaking Drupal 7 Simple to Use for Everyone
Making Drupal 7 Simple to Use for EveryoneAcquia
 
Cms an overview
Cms an overviewCms an overview
Cms an overviewkmusthu
 
Mlb drupal bizday_presentation
Mlb drupal bizday_presentationMlb drupal bizday_presentation
Mlb drupal bizday_presentationerlee72
 
Implementing a Symfony Based CMS in a Publishing Company
Implementing a Symfony Based CMS in a Publishing CompanyImplementing a Symfony Based CMS in a Publishing Company
Implementing a Symfony Based CMS in a Publishing CompanyMarcos Labad
 
Open Source Content Management Systems
Open Source Content Management SystemsOpen Source Content Management Systems
Open Source Content Management Systemskrishnapriya Tadepalli
 
[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterpri...
[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterpri...[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterpri...
[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterpri...Srijan Technologies
 
Liferay as solution for legacy applications
Liferay as solution for legacy applicationsLiferay as solution for legacy applications
Liferay as solution for legacy applicationsManish Kumar Jaiswal
 
DrupalCamp ATL 2010: Not all CMSs are created equal
DrupalCamp ATL 2010: Not all CMSs are created equalDrupalCamp ATL 2010: Not all CMSs are created equal
DrupalCamp ATL 2010: Not all CMSs are created equalandrewmriley
 
Get Started with JavaScript Frameworks
Get Started with JavaScript FrameworksGet Started with JavaScript Frameworks
Get Started with JavaScript FrameworksChristian Gaetano
 
DrupalDeveloper
DrupalDeveloperDrupalDeveloper
DrupalDeveloperRaju J
 
Content Management System
Content Management SystemContent Management System
Content Management SystemRavi Bhadauria
 
Just dev it presenation modified word press 101
Just dev it presenation   modified word press 101Just dev it presenation   modified word press 101
Just dev it presenation modified word press 101roguevoice
 
Cms & wordpress theme development 2011
Cms & wordpress theme development 2011Cms & wordpress theme development 2011
Cms & wordpress theme development 2011Dave Wallace
 
FISL: Content Management Primer
FISL: Content Management PrimerFISL: Content Management Primer
FISL: Content Management PrimerRichard Esplin
 
Front-End Web Development
Front-End Web DevelopmentFront-End Web Development
Front-End Web DevelopmentYash Sati
 
Information Management & Sharing in Digital Era
Information Management & Sharing in Digital Era Information Management & Sharing in Digital Era
Information Management & Sharing in Digital Era Liaquat Rahoo
 

Ähnlich wie DHO Intro to CMS for DH Workshop (20)

SharePoint 2007 and SharePoint 2010 for Web Content Management (WCM)
SharePoint 2007 and SharePoint 2010 for Web Content Management (WCM)SharePoint 2007 and SharePoint 2010 for Web Content Management (WCM)
SharePoint 2007 and SharePoint 2010 for Web Content Management (WCM)
 
Making Drupal 7 Simple to Use for Everyone
Making Drupal 7 Simple to Use for EveryoneMaking Drupal 7 Simple to Use for Everyone
Making Drupal 7 Simple to Use for Everyone
 
Cms an overview
Cms an overviewCms an overview
Cms an overview
 
Mlb drupal bizday_presentation
Mlb drupal bizday_presentationMlb drupal bizday_presentation
Mlb drupal bizday_presentation
 
Implementing a Symfony Based CMS in a Publishing Company
Implementing a Symfony Based CMS in a Publishing CompanyImplementing a Symfony Based CMS in a Publishing Company
Implementing a Symfony Based CMS in a Publishing Company
 
Open Source Content Management Systems
Open Source Content Management SystemsOpen Source Content Management Systems
Open Source Content Management Systems
 
From Static To Dynamic
From Static To DynamicFrom Static To Dynamic
From Static To Dynamic
 
Os php-wiki1-pdf
Os php-wiki1-pdfOs php-wiki1-pdf
Os php-wiki1-pdf
 
[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterpri...
[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterpri...[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterpri...
[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterpri...
 
Liferay as solution for legacy applications
Liferay as solution for legacy applicationsLiferay as solution for legacy applications
Liferay as solution for legacy applications
 
Cms pres
Cms presCms pres
Cms pres
 
DrupalCamp ATL 2010: Not all CMSs are created equal
DrupalCamp ATL 2010: Not all CMSs are created equalDrupalCamp ATL 2010: Not all CMSs are created equal
DrupalCamp ATL 2010: Not all CMSs are created equal
 
Get Started with JavaScript Frameworks
Get Started with JavaScript FrameworksGet Started with JavaScript Frameworks
Get Started with JavaScript Frameworks
 
DrupalDeveloper
DrupalDeveloperDrupalDeveloper
DrupalDeveloper
 
Content Management System
Content Management SystemContent Management System
Content Management System
 
Just dev it presenation modified word press 101
Just dev it presenation   modified word press 101Just dev it presenation   modified word press 101
Just dev it presenation modified word press 101
 
Cms & wordpress theme development 2011
Cms & wordpress theme development 2011Cms & wordpress theme development 2011
Cms & wordpress theme development 2011
 
FISL: Content Management Primer
FISL: Content Management PrimerFISL: Content Management Primer
FISL: Content Management Primer
 
Front-End Web Development
Front-End Web DevelopmentFront-End Web Development
Front-End Web Development
 
Information Management & Sharing in Digital Era
Information Management & Sharing in Digital Era Information Management & Sharing in Digital Era
Information Management & Sharing in Digital Era
 

Mehr von Shawn Day

Place of Irish Craft Beer - August 2018
Place of Irish Craft Beer - August 2018Place of Irish Craft Beer - August 2018
Place of Irish Craft Beer - August 2018Shawn Day
 
Digital Tools, Trends and Methodologies in the Humanities and Social Sciences
Digital Tools, Trends and Methodologies in the Humanities and Social SciencesDigital Tools, Trends and Methodologies in the Humanities and Social Sciences
Digital Tools, Trends and Methodologies in the Humanities and Social SciencesShawn Day
 
Data Vis for Transylvania DH
Data Vis for Transylvania DHData Vis for Transylvania DH
Data Vis for Transylvania DHShawn Day
 
Requirements Engineering for the Humanities
Requirements Engineering for the HumanitiesRequirements Engineering for the Humanities
Requirements Engineering for the HumanitiesShawn Day
 
Google Tools for Digital Humanities Scholars
Google Tools for Digital Humanities ScholarsGoogle Tools for Digital Humanities Scholars
Google Tools for Digital Humanities ScholarsShawn Day
 
DH In the Archives
DH In the ArchivesDH In the Archives
DH In the ArchivesShawn Day
 
Putting Your Data on a Map
Putting Your Data on a MapPutting Your Data on a Map
Putting Your Data on a MapShawn Day
 
Comparing and Considering: Exhibit vs Palladio
Comparing and Considering: Exhibit vs PalladioComparing and Considering: Exhibit vs Palladio
Comparing and Considering: Exhibit vs PalladioShawn Day
 
Tools for Digital Humanities Scholarly Innovation: Timemap, Juxtapose, Story Map
Tools for Digital Humanities Scholarly Innovation: Timemap, Juxtapose, Story MapTools for Digital Humanities Scholarly Innovation: Timemap, Juxtapose, Story Map
Tools for Digital Humanities Scholarly Innovation: Timemap, Juxtapose, Story MapShawn Day
 
Digital Project Success
Digital Project SuccessDigital Project Success
Digital Project SuccessShawn Day
 
Sharing - Collecting our DAH Thoughts
Sharing  - Collecting our DAH ThoughtsSharing  - Collecting our DAH Thoughts
Sharing - Collecting our DAH ThoughtsShawn Day
 
Presenting Your Digital Research
Presenting Your Digital ResearchPresenting Your Digital Research
Presenting Your Digital ResearchShawn Day
 
Presenting Spatial Data: Whats so spatial about spatial?
Presenting Spatial Data: Whats so spatial about spatial?Presenting Spatial Data: Whats so spatial about spatial?
Presenting Spatial Data: Whats so spatial about spatial?Shawn Day
 
Digital Project Management for Digital Humanities
Digital Project Management for Digital HumanitiesDigital Project Management for Digital Humanities
Digital Project Management for Digital HumanitiesShawn Day
 
Getting Intimate with Your Data - Working Our Way out of the Lab
Getting Intimate with Your Data - Working Our Way out of the LabGetting Intimate with Your Data - Working Our Way out of the Lab
Getting Intimate with Your Data - Working Our Way out of the LabShawn Day
 
Does DH Scholarship Take Place in the Lab?
Does DH Scholarship Take Place in the Lab?Does DH Scholarship Take Place in the Lab?
Does DH Scholarship Take Place in the Lab?Shawn Day
 
How do you know what you are looking for?
How do you know what you are looking for?How do you know what you are looking for?
How do you know what you are looking for?Shawn Day
 
New Forms of Collaboration in Humanities Research
New Forms of Collaboration in Humanities ResearchNew Forms of Collaboration in Humanities Research
New Forms of Collaboration in Humanities ResearchShawn Day
 
Finding (a) Place in Time
Finding (a) Place in TimeFinding (a) Place in Time
Finding (a) Place in TimeShawn Day
 
Exploring the DH Ecosystem from and Irish Perspective
Exploring the DH Ecosystem from and Irish PerspectiveExploring the DH Ecosystem from and Irish Perspective
Exploring the DH Ecosystem from and Irish PerspectiveShawn Day
 

Mehr von Shawn Day (20)

Place of Irish Craft Beer - August 2018
Place of Irish Craft Beer - August 2018Place of Irish Craft Beer - August 2018
Place of Irish Craft Beer - August 2018
 
Digital Tools, Trends and Methodologies in the Humanities and Social Sciences
Digital Tools, Trends and Methodologies in the Humanities and Social SciencesDigital Tools, Trends and Methodologies in the Humanities and Social Sciences
Digital Tools, Trends and Methodologies in the Humanities and Social Sciences
 
Data Vis for Transylvania DH
Data Vis for Transylvania DHData Vis for Transylvania DH
Data Vis for Transylvania DH
 
Requirements Engineering for the Humanities
Requirements Engineering for the HumanitiesRequirements Engineering for the Humanities
Requirements Engineering for the Humanities
 
Google Tools for Digital Humanities Scholars
Google Tools for Digital Humanities ScholarsGoogle Tools for Digital Humanities Scholars
Google Tools for Digital Humanities Scholars
 
DH In the Archives
DH In the ArchivesDH In the Archives
DH In the Archives
 
Putting Your Data on a Map
Putting Your Data on a MapPutting Your Data on a Map
Putting Your Data on a Map
 
Comparing and Considering: Exhibit vs Palladio
Comparing and Considering: Exhibit vs PalladioComparing and Considering: Exhibit vs Palladio
Comparing and Considering: Exhibit vs Palladio
 
Tools for Digital Humanities Scholarly Innovation: Timemap, Juxtapose, Story Map
Tools for Digital Humanities Scholarly Innovation: Timemap, Juxtapose, Story MapTools for Digital Humanities Scholarly Innovation: Timemap, Juxtapose, Story Map
Tools for Digital Humanities Scholarly Innovation: Timemap, Juxtapose, Story Map
 
Digital Project Success
Digital Project SuccessDigital Project Success
Digital Project Success
 
Sharing - Collecting our DAH Thoughts
Sharing  - Collecting our DAH ThoughtsSharing  - Collecting our DAH Thoughts
Sharing - Collecting our DAH Thoughts
 
Presenting Your Digital Research
Presenting Your Digital ResearchPresenting Your Digital Research
Presenting Your Digital Research
 
Presenting Spatial Data: Whats so spatial about spatial?
Presenting Spatial Data: Whats so spatial about spatial?Presenting Spatial Data: Whats so spatial about spatial?
Presenting Spatial Data: Whats so spatial about spatial?
 
Digital Project Management for Digital Humanities
Digital Project Management for Digital HumanitiesDigital Project Management for Digital Humanities
Digital Project Management for Digital Humanities
 
Getting Intimate with Your Data - Working Our Way out of the Lab
Getting Intimate with Your Data - Working Our Way out of the LabGetting Intimate with Your Data - Working Our Way out of the Lab
Getting Intimate with Your Data - Working Our Way out of the Lab
 
Does DH Scholarship Take Place in the Lab?
Does DH Scholarship Take Place in the Lab?Does DH Scholarship Take Place in the Lab?
Does DH Scholarship Take Place in the Lab?
 
How do you know what you are looking for?
How do you know what you are looking for?How do you know what you are looking for?
How do you know what you are looking for?
 
New Forms of Collaboration in Humanities Research
New Forms of Collaboration in Humanities ResearchNew Forms of Collaboration in Humanities Research
New Forms of Collaboration in Humanities Research
 
Finding (a) Place in Time
Finding (a) Place in TimeFinding (a) Place in Time
Finding (a) Place in Time
 
Exploring the DH Ecosystem from and Irish Perspective
Exploring the DH Ecosystem from and Irish PerspectiveExploring the DH Ecosystem from and Irish Perspective
Exploring the DH Ecosystem from and Irish Perspective
 

Kürzlich hochgeladen

POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...RKavithamani
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 

Kürzlich hochgeladen (20)

POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 

DHO Intro to CMS for DH Workshop

  • 1. ( ) An Introduction to Content Management Systems Sharing Digital Objects, Collections and Knowledge Online
  • 2. ( Logistics ) ⊛ WiFi: RIA_public ⊛ User: user ⊛ Password: ria123 ⊛ Lunch will be served following the workshop ⊛ Feedback after event
  • 3. ( Digital Humanities Tech Skills Workshop Series ⊛ Content Management Systems ) ⊛ Data Visualisation for Analysis ⊛ Data Visualisation for Presentation ⊛ Foundations ⊛ Standards ⊛ Tools ⊛ Applications
  • 4. ( How It All Fits Together ) PHP MySQL XML Application to the Digital Humanities Content Analytics Visualisation Management
  • 5. ( Today’s Objective ) To appreciate the range of content management systems available to digital humanities scholars and to be able to judge between them
  • 6. ( Agenda ) ✴ Introduction ✴ What is a Content Management System? ✴ Features of CMS ✴ Technical Requirements ✴ Major Players ✴ Extending a CMS ✴ Hands On Install and Config - Wordpress.com ✴ Building Community ✴ Hand On and Config - Omeka
  • 7. ( What is a CMS? ) A web content management system (WCMS) is a software system that provides website authoring, collaboration, and administration tools designed to allow users with little knowledge of web programming languages or markup languages to create and manage website content with relative ease. - wikipedia
  • 8. ( What is a CMS ) ⊛ Collect and Disseminate ⊛ Categorise ⊛ Curate ⊛ Is it a Blog? Is it Wiki?
  • 9. ( Benefits of a CMS ) ⊛ Allow for a large number of people to contribute to and share stored data ⊛ Control access to data, based on user roles (defining which information users or user groups can view, edit, publish, etc.) ⊛ Aid in easy storage and retrieval of data ⊛ Reduce repetitive duplicate input ⊛ Improve the ease of report writing ⊛ Improve communication between users
  • 10. ( Why/How Might *You* Use a CMS? ) ⊛ That is the question - any answers?
  • 11. ( Why/How Would *You* Use a CMS? ) ⊛ That is the question - any answers? ⊛ Dissemination ⊛ Collaboration ⊛ Feedback
  • 12. ( Introduction ) ⊛ Document Management vs Object Management vs Content Management (vs Knowledge Management) ⊛ Open Source Versus Paid/Commercial ⊛ Evolution/History ⊛ DSpace/FEDORA - Duraspace ⊛ Apache Lenya ⊛ What about a Wiki?
  • 13. ( Features of CMS ⊛ Templating ) ⊛ User Management ⊛ Collaboration ⊛ Scalablility of ⊛ Delegation Deployment ⊛ Authentication and ⊛ Easily Editing of Access Control Content ⊛ Document ⊛ Extensibility of Management Features/ Functionality ⊛ Content Syndication ⊛ Adherence to Web ⊛ Multilingual Standards ⊛ Versioning ⊛ Workflow Management
  • 14. ( Technical Considerations ) ⊛ PHP ⊛ Java ⊛ MySQL ⊛ Server Space
  • 15. ( Planning ) ⊛ Setting site goals; ⊛ Identifying target audiences; ⊛ Wireframing and planning site function and flow; ⊛ Installing CMS applications; ⊛ Working with ISPs to add site features to servers; ⊛ Geekfest: Working with MySQL and backend data structure.
  • 16. ( Major Open Source Players ⊛ PHP/MySQL ) ⊛ Drupal ⊛ Umbracco ⊛ WordPress ⊛ PERL ⊛ Joomla ⊛ blosxom ⊛ PHP-Nuke ⊛ MoveableType ⊛ Typo3 ⊛ Java ⊛ .Net/ASP/SQLServer ⊛ OpenCMS ⊛ DotNetNuke (€€) ⊛ dotCMS ⊛ KenticoCMS (€€)
  • 17. ( Drupal Pro’s Con’s ) ★ Widely Used ➡ Steep Learning Curve ★ Many Modules ➡ Proprietary Cycle ★ Authentication and ➡ Deep Security ★ Scalable ★ Many Custom Forks ★ Commercial Forks
  • 18. ( WordPress Pro’s Con’s ) ★ Widely Used - Less Scalable ★ Many Plug-Ins - Less Secure ★ Social ★ Approachable ★ Multi-User ★ Very Refined User Experience
  • 19. ( Joomla Pro’s Con’s ) ★ Widely Used - Steep Learning Curve ★ Many Modules - Proprietary Cycle ★ Authentication and - Deep Security ★ Scalable
  • 20. ( Hybrids Omeka )
  • 21. ( Hands-On Exercise I ) ⊛ Setup Wordpress.com ⊛ Differentiating between Wordpress.com and Wordpress.org ⊛ Extending the Community --bbPress ⊛ Understanding the differences between Wordpress.com sites and Wordpress.org sites ⊛ Setting up and installing a Wordpress site ⊛ Finding and adding templates to a new site ⊛ Customize site features ⊛ Overview of administrative functions
  • 22. ( What to Do with Wordpress ) ⊛ Manage Basic Settings ⊛ Choose/Install Theme ⊛ Tweak Appearance ⊛ Discuss/Explore Plug-ins (Install in Wordpress.org) ⊛ Security Issues ⊛ Basic Maintenance
  • 23. ( What did we learn? ) ⊛ Reflecting on setting up a wordpress CMS
  • 24. ( Extending a CMS ) What Might You Add to a standard CMS install to turn it into something beyond a simple textual content sharing system?
  • 25. ( Extending a CMS ) ⊛ What Might You Add to a Simple System? ⊛ Maps ⊛ Timelines ⊛ Authentication ⊛ OAI/PMH Harvest
  • 26. ( Where Else to Go? ) ⊛ Joomla (www.joomla.org) ⊛ SocialGo (www.socialgo.com) ⊛ Wikimedia (www.wikimedia.com) ⊛ Moodle (www.moodle.com) ⊛ Consideration - does your host or institution support or install these for you?
  • 27. ( Hands-On Exercise II ⊛ Differentiating between Omeka.org and Omeka.net ) ⊛ Differentiating between a true CMS and a hybrid such as OMEKA ⊛ Check out the showcase: http://omeka.org/ showcase/ ⊛ Metadata? ⊛ Setting up and installing an OMEKA site ⊛ Customize site features ⊛ Overview of administrative functions ⊛ Extending
  • 28. ( What to Do with OMEKA.net ) ⊛ Sign Up for an Account ⊛ Manage Basic Settings ⊛ Choose Theme ⊛ Install/Manage Plug-ins ⊛ Add Items ⊛ Manage Collections ⊛ Create an Exhibit
  • 29. ( Thanks s.day@dho.ie )
  • 30. ( Feedback Your feedback is important to ) us. Please fill out the form at: Feedback Form