(name)
| 96 | }''' % description) |
| 97 | |
| 98 | def get_overview_tpl(name): |
| 99 | return dedent('''\ |
| 100 | <!-- |
| 101 | Licensed to the Apache Software Foundation (ASF) under one or more |
| 102 | contributor license agreements. See the NOTICE file distributed with |
| 103 | this work for additional information regarding copyright ownership. |
| 104 | The ASF licenses this file to You under the Apache License, Version 2.0 |
| 105 | (the "License"); you may not use this file except in compliance with |
| 106 | the License. You may obtain a copy of the License at |
| 107 | http://www.apache.org/licenses/LICENSE-2.0 |
| 108 | Unless required by applicable law or agreed to in writing, software |
| 109 | distributed under the License is distributed on an "AS IS" BASIS, |
| 110 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 111 | See the License for the specific language governing permissions and |
| 112 | limitations under the License. |
| 113 | --> |
| 114 | <html> |
| 115 | <body> |
| 116 | Apache Solr Search Server: %s |
| 117 | </body> |
| 118 | </html>''' % name) |
| 119 | |
| 120 | def scaffold_folder(module_name, module_full_name, module_folder, module_description): |
| 121 | print("\nScaffolding folder %s" % module_folder) |
no outgoing calls
no test coverage detected
searching dependent graphs…