You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by bi...@apache.org on 2020/04/06 20:02:56 UTC

[incubator-annotator-website] branch add-logo updated (8122e07 -> 1e494b3)

This is an automated email from the ASF dual-hosted git repository.

bigbluehat pushed a change to branch add-logo
in repository https://gitbox.apache.org/repos/asf/incubator-annotator-website.git.


    from 8122e07  Add official Apache Annotator logo
     new 4bba55a  Add basic Open Graph Protocol stuffs
     new 1e494b3  Link to the doap.rdf as alternate

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/index.html | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)


[incubator-annotator-website] 02/02: Link to the doap.rdf as alternate

Posted by bi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bigbluehat pushed a commit to branch add-logo
in repository https://gitbox.apache.org/repos/asf/incubator-annotator-website.git

commit 1e494b37c40bd39a848afbc21de5fcc0ff884173
Author: Benjamin Young <by...@wiley.com>
AuthorDate: Thu Apr 2 16:09:03 2020 -0400

    Link to the doap.rdf as alternate
---
 content/index.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/content/index.html b/content/index.html
index 94c6036..0aad7f5 100644
--- a/content/index.html
+++ b/content/index.html
@@ -12,6 +12,8 @@
     <meta property="og:image:url" content="https://annotator.apache.org/annotator-logo.svg" />
     <meta property="og:image:alt" content="Apache Annotator (incubating) logo" />
 
+    <link rel="alternate" title="DOAP" href="doap.rdf" type="application/rdf+xml" />
+
     <link rel="stylesheet" href="//semantic-ui.com/dist/semantic.min.css" />
   </head>
 


[incubator-annotator-website] 01/02: Add basic Open Graph Protocol stuffs

Posted by bi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bigbluehat pushed a commit to branch add-logo
in repository https://gitbox.apache.org/repos/asf/incubator-annotator-website.git

commit 4bba55afaaab6ea5063e2513bc0743c6cadb6db8
Author: Benjamin Young <by...@wiley.com>
AuthorDate: Thu Apr 2 13:44:55 2020 -0400

    Add basic Open Graph Protocol stuffs
    
    http://ogp.me/ for the curious.
---
 content/index.html | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/content/index.html b/content/index.html
index 4e0fec0..94c6036 100644
--- a/content/index.html
+++ b/content/index.html
@@ -1,10 +1,17 @@
 <!DOCTYPE html>
-<html>
+<html prefix="og: http://ogp.me/ns#">
   <head>
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
     <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
     <title>Apache Annotator (incubating)</title>
+
+    <meta property="og:title" content="Apache Annotator" />
+    <meta property="og:type" content="website" />
+    <meta property="og:url" content="https://annotator.apache.org/" />
+    <meta property="og:image:url" content="https://annotator.apache.org/annotator-logo.svg" />
+    <meta property="og:image:alt" content="Apache Annotator (incubating) logo" />
+
     <link rel="stylesheet" href="//semantic-ui.com/dist/semantic.min.css" />
   </head>