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/07/19 19:52:10 UTC

lucene-solr:master: SOLR-10301: Forgot license header for how-to-contribute; add comments; remove unneeded "toc" declarations

Repository: lucene-solr
Updated Branches:
  refs/heads/master c940550f7 -> e16cd3e47


SOLR-10301: Forgot license header for how-to-contribute; add comments; remove unneeded "toc" declarations


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

Branch: refs/heads/master
Commit: e16cd3e476542f207ae29d74dab5af201e378605
Parents: c940550
Author: Cassandra Targett <ct...@apache.org>
Authored: Wed Jul 19 14:50:58 2017 -0500
Committer: Cassandra Targett <ct...@apache.org>
Committed: Wed Jul 19 14:50:58 2017 -0500

----------------------------------------------------------------------
 solr/solr-ref-guide/src/how-to-contribute.adoc    | 18 ++++++++++++++++++
 .../src/meta-docs/asciidoc-syntax.adoc            |  1 -
 solr/solr-ref-guide/src/meta-docs/jekyll.adoc     |  1 -
 solr/solr-ref-guide/src/meta-docs/publish.adoc    |  1 -
 4 files changed, 18 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/e16cd3e4/solr/solr-ref-guide/src/how-to-contribute.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/how-to-contribute.adoc b/solr/solr-ref-guide/src/how-to-contribute.adoc
index 68eb46d..a590b3a 100644
--- a/solr/solr-ref-guide/src/how-to-contribute.adoc
+++ b/solr/solr-ref-guide/src/how-to-contribute.adoc
@@ -3,15 +3,33 @@
 :page-toclevels: 2
 :page-shortname: how-to-contribute
 :page-permalink: how-to-contribute.html
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
 
 The Lucene/Solr project has made it easy for anyone to contribute to the Solr Reference Guide with a patch.
 
 The Guide is written in simple AsciiDoc-formatted files, and the source lives in the main Lucene/Solr source repository, right alongside the code.
 
+// This section only appears in the PDF version of the Ref Guide.
 ifdef::backend-pdf[]
 See the latest information on how to contribute to documentation online at https://lucene.apache.org/solr/guide/meta-docs.html.
 endif::[]
 
+// This section only appears in the HTML version of the Ref Guide.
 ifdef::backend-html5[]
 The following sections give an overview of how to work with AsciiDoc-format files, how our documentation is generated, and how to do a Ref Guide release.
 

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/e16cd3e4/solr/solr-ref-guide/src/meta-docs/asciidoc-syntax.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/meta-docs/asciidoc-syntax.adoc b/solr/solr-ref-guide/src/meta-docs/asciidoc-syntax.adoc
index 98fb20d..e0e5aec 100644
--- a/solr/solr-ref-guide/src/meta-docs/asciidoc-syntax.adoc
+++ b/solr/solr-ref-guide/src/meta-docs/asciidoc-syntax.adoc
@@ -1,5 +1,4 @@
 = AsciiDoc Syntax Cheatsheet
-:toc:
 // Licensed to the Apache Software Foundation (ASF) under one
 // or more contributor license agreements.  See the NOTICE file
 // distributed with this work for additional information

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/e16cd3e4/solr/solr-ref-guide/src/meta-docs/jekyll.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/meta-docs/jekyll.adoc b/solr/solr-ref-guide/src/meta-docs/jekyll.adoc
index 329469c..f2a8b72 100644
--- a/solr/solr-ref-guide/src/meta-docs/jekyll.adoc
+++ b/solr/solr-ref-guide/src/meta-docs/jekyll.adoc
@@ -1,5 +1,4 @@
 = Making Changes to HTML Version
-:toc:
 // Licensed to the Apache Software Foundation (ASF) under one
 // or more contributor license agreements.  See the NOTICE file
 // distributed with this work for additional information

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/e16cd3e4/solr/solr-ref-guide/src/meta-docs/publish.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/meta-docs/publish.adoc b/solr/solr-ref-guide/src/meta-docs/publish.adoc
index 29fbe1f..5476fc3 100644
--- a/solr/solr-ref-guide/src/meta-docs/publish.adoc
+++ b/solr/solr-ref-guide/src/meta-docs/publish.adoc
@@ -1,5 +1,4 @@
 = Publication Process
-:toc:
 // Licensed to the Apache Software Foundation (ASF) under one
 // or more contributor license agreements.  See the NOTICE file
 // distributed with this work for additional information