Author: joes
Date: Sat May  3 15:49:40 2014
New Revision: 1592228

URL: http://svn.apache.org/r1592228
Log:
dynamic listings instead

Added:
    thrift/cms-site/trunk/content/lib/index.html
      - copied, changed from r1592225, 
thrift/cms-site/trunk/content/lib/index.md
Removed:
    thrift/cms-site/trunk/content/lib/index.md

Copied: thrift/cms-site/trunk/content/lib/index.html (from r1592225, 
thrift/cms-site/trunk/content/lib/index.md)
URL: 
http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/lib/index.html?p2=thrift/cms-site/trunk/content/lib/index.html&p1=thrift/cms-site/trunk/content/lib/index.md&r1=1592225&r2=1592228&rev=1592228&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/lib/index.md (original)
+++ thrift/cms-site/trunk/content/lib/index.html Sat May  3 15:49:40 2014
@@ -1,40 +1,12 @@
-Title:     Libraries
-Notice:    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.
-
+[% inherit 'default.html' %}
+{% block title %}Library{% endblock %}
+{% block content %}
+{% filter markdown %}
 # Apache Thrift Libraries
 Each supported language needs the Apache Thrift Libraries and the generated 
code made by the Apache Thrift Compiler.
 
 Some language specific documentation is for the Apache Thrift Libraries are 
generated from lib/${language}/README.md files:
 
-* [C glib](c_glib)
-* [C++](cpp)
-* [C#](csharp)
-* [D](d)
-* [Erlang](erl)
-* [go](go)
-* [Haskell](hs)
-* [Java](java)
-* [JavaScript](js)
-* [node.js](nodejs)
-* [ocaml](ocaml)
-* [Perl](perl)
-* [PHP](php)
-* [Python](py)
-* [Ruby](rb)
-* [SmallTalk](st)
-
+{{ content|safe }}
+{% endfilter %}
+{% endblock %}


Reply via email to