You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2017/03/16 18:08:17 UTC

[2/2] lucene-solr:jira/solr-10290: SOLR-10290: Add remaining files needed for complete builds

SOLR-10290: Add remaining files needed for complete builds


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/46251028
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/46251028
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/46251028

Branch: refs/heads/jira/solr-10290
Commit: 46251028f4ca21305528b4a384aba64dbfc4d2cf
Parents: 08e6c9e9
Author: Cassandra Targett <ct...@apache.org>
Authored: Thu Mar 16 13:07:50 2017 -0500
Committer: Cassandra Targett <ct...@apache.org>
Committed: Thu Mar 16 13:07:50 2017 -0500

----------------------------------------------------------------------
 solr/solr-ref-guide/src/404.md                 |   6 ++++
 solr/solr-ref-guide/src/README.md              |   3 ++
 solr/solr-ref-guide/src/feed.xml               |  32 ++++++++++++++++++++
 solr/solr-ref-guide/src/search.json            |  21 +++++++++++++
 solr/solr-ref-guide/src/sitemap.xml            |  17 +++++++++++
 solr/solr-ref-guide/src/solr-sunOnly-small.png | Bin 0 -> 7528 bytes
 6 files changed, 79 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/46251028/solr/solr-ref-guide/src/404.md
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/404.md b/solr/solr-ref-guide/src/404.md
new file mode 100755
index 0000000..a7b58c0
--- /dev/null
+++ b/solr/solr-ref-guide/src/404.md
@@ -0,0 +1,6 @@
+---
+title: "Page Not Found"
+search: exclude
+---  
+
+Sorry, but the page you were trying to view does not exist. Try searching for it or looking at the URL to see if it looks correct.

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/46251028/solr/solr-ref-guide/src/README.md
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/README.md b/solr/solr-ref-guide/src/README.md
new file mode 100755
index 0000000..20d66e3
--- /dev/null
+++ b/solr/solr-ref-guide/src/README.md
@@ -0,0 +1,3 @@
+## Jekyll Documentation theme
+
+Build the site to see the instructions for using it. Or just go here: [http://idratherbewriting.com/documentation-theme-jekyll/](http://idratherbewriting.com/documentation-theme-jekyll/)

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/46251028/solr/solr-ref-guide/src/feed.xml
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/feed.xml b/solr/solr-ref-guide/src/feed.xml
new file mode 100755
index 0000000..d8d6ac9
--- /dev/null
+++ b/solr/solr-ref-guide/src/feed.xml
@@ -0,0 +1,32 @@
+---
+search: exclude
+layout: none
+---
+
+<?xml version="1.0" encoding="UTF-8"?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+    <channel>
+        <title>{{ site.title | xml_escape }}</title>
+        <description>{{ site.description | xml_escape }}</description>
+        <link>{{ site.url }}/</link>
+        <atom:link href="{{ "/feed.xml" | prepend: site.url }}" rel="self" type="application/rss+xml"/>
+        <pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
+        <lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
+        <generator>Jekyll v{{ jekyll.version }}</generator>
+        {% for post in site.posts limit:10 %}
+        <item>
+            <title>{{ post.title | xml_escape }}</title>
+            <description>{{ post.content | xml_escape }}</description>
+            <pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
+            <link>{{ post.url | prepend: site.url }}</link>
+            <guid isPermaLink="true">{{ post.url | prepend: site.url }}</guid>
+            {% for tag in post.tags %}
+            <category>{{ tag | xml_escape }}</category>
+            {% endfor %}
+            {% for tag in page.tags %}
+            <category>{{ cat | xml_escape }}</category>
+            {% endfor %}
+        </item>
+        {% endfor %}
+    </channel>
+</rss>

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/46251028/solr/solr-ref-guide/src/search.json
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/search.json b/solr/solr-ref-guide/src/search.json
new file mode 100755
index 0000000..186ed77
--- /dev/null
+++ b/solr/solr-ref-guide/src/search.json
@@ -0,0 +1,21 @@
+---
+title: search
+layout: none
+search: exclude
+---
+
+[
+{% for page in site.pages %}
+{% unless page.search == "exclude" %}
+{
+"title": "{{ page.title | escape }}",
+"tags": "{{ page.tags }}",
+"keywords": "{{page.keywords}}",
+"url": "{{ page.url | remove: "/"}}",
+"summary": "{{page.summary | strip }}"
+}
+{% unless forloop.last %},{% endunless %}
+{% endunless %}
+{% endfor %}
+
+]

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/46251028/solr/solr-ref-guide/src/sitemap.xml
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/sitemap.xml b/solr/solr-ref-guide/src/sitemap.xml
new file mode 100755
index 0000000..d5fa97a
--- /dev/null
+++ b/solr/solr-ref-guide/src/sitemap.xml
@@ -0,0 +1,17 @@
+---
+layout: none
+search: exclude
+---
+
+<?xml version="1.0" encoding="UTF-8"?>
+<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"
+        xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
+  {% for page in site.pages %}
+  {% unless page.search == "exclude" %}
+  <url>
+    <loc>{{site.url}}{{page.url}}</loc>
+  </url>
+  {% endunless %}
+  {% endfor %}
+</urlset>

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/46251028/solr/solr-ref-guide/src/solr-sunOnly-small.png
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/solr-sunOnly-small.png b/solr/solr-ref-guide/src/solr-sunOnly-small.png
new file mode 100644
index 0000000..366f1c8
Binary files /dev/null and b/solr/solr-ref-guide/src/solr-sunOnly-small.png differ