Просмотр исходного кода

Added manifest, link to original code in LICENSE

Herbert Vojčík 12 лет назад
Родитель
Сommit
dbb6b24742
2 измененных файлов с 29 добавлено и 0 удалено
  1. 2 0
      LICENSE
  2. 27 0
      xontent.jquery.json

+ 2 - 0
LICENSE

@@ -2,6 +2,8 @@ The MIT License (MIT)
 
 
 Copyright (c) 2013 Herbert Vojčík
 Copyright (c) 2013 Herbert Vojčík
 
 
+Adapted from code at http://jsfiddle.net/brianblakely/h3EmY/ by Brain Blakely.
+
 Permission is hereby granted, free of charge, to any person obtaining a copy of
 Permission is hereby granted, free of charge, to any person obtaining a copy of
 this software and associated documentation files (the "Software"), to deal in
 this software and associated documentation files (the "Software"), to deal in
 the Software without restriction, including without limitation the rights to
 the Software without restriction, including without limitation the rights to

+ 27 - 0
xontent.jquery.json

@@ -0,0 +1,27 @@
+{
+    "name": "xontent",
+    "title": "Xontent",
+    "description": "HTML templates - capture children or siblings into a document fragment and get it back later.",
+    "keywords": [
+        "template",
+        "content",
+        "siblings"
+    ],
+    "version": "0.0.1",
+    "author": {
+        "name": "Herbert Vojčík",
+        "email": "herby@mailbox.sk"
+    },
+    "licenses": [
+        {
+            "type": "MIT",
+            "url": "https://github.com/herby/xontent/blob/master/LICENSE"
+        }
+    ],
+    "bugs": "https://github.com/herby/xontent/issues",
+    "homepage": "https://github.com/herby/xontent",
+    "docs": "https://github.com/herby/xontent",
+    "dependencies": {
+        "jquery": ">=1.4.3"
+    }
+}