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/07 20:09:44 UTC

[incubator-annotator-website] branch asf-site updated (a0052e1 -> e1a8fe8)

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

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


    from a0052e1  Add official Apache Annotator logo
     new c50d314  Add basic Open Graph Protocol stuffs
     new e1a8fe8  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] 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 asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-annotator-website.git

commit c50d314a26c1fd0f03d985a32fa20441d44530d7
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>
 


[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 asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-annotator-website.git

commit e1a8fe82d95ad98206defeacc7287767cbe6d14c
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>