瀏覽代碼

added opengraph infos to the website

Christoph Hack 12 年之前
父節點
當前提交
356efcb7d2
共有 2 個文件被更改,包括 7 次插入2 次删除
  1. 1 0
      README.md
  2. 6 2
      website/index.html

+ 1 - 0
README.md

@@ -9,6 +9,7 @@ change in the future. The old "datbase/sql" based package is now called
 [gocqldriver](https://github.com/tux21b/gocqldriver) and is no longer
 maintained.
 
+Project Website: http://tux21b.org/gocql/<br>
 API documentation: http://godoc.org/tux21b.org/v1/gocql
 
 Installation

+ 6 - 2
website/index.html

@@ -2,12 +2,16 @@
 <html>
 <head>
 	<title>GoCQL</title>
-	<meta name="go-import" content="tux21b.org/v1/gocql git https://github.com/tux21b/gocql">
 	<meta name="viewport" content="width=device-width, initial-scale=1.0">
-	<meta name="description" content="GoCQL - Modern Cassandra client for the Go.">
+	<meta name="description" content="GoCQL - Modern Cassandra client for the Go">
 	<meta name="keywords" content="GoCQL, CQL, Cassandra, Go">
 	<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
 	<link rel="stylesheet" href="css/bootstrap.min.css">
+	<meta property="og:title" content="GoCQL">
+	<meta property="og:type" content="website">
+	<meta property="og:url" content="http://tux21b.org/gocql/">
+	<meta property="og:image" content="http://tux21b.org/gocql/logo.png">
+	<meta property="og:description" content="GoCQL - Modern Cassandra client for the Go">
 	<style>
 	body { border-top: 4px solid #666; }
 	h1 { font-weight: bold; }