Updated Branches: refs/heads/master 69385ef59 -> 26950e51c
Add renamed index.rst sigh Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/26950e51 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/26950e51 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/26950e51 Branch: refs/heads/master Commit: 26950e51ce7c043b973a15e56850fe0cf966dfc3 Parents: 69385ef Author: James Peach <[email protected]> Authored: Thu Jul 18 11:26:17 2013 -0700 Committer: James Peach <[email protected]> Committed: Thu Jul 18 11:26:17 2013 -0700 ---------------------------------------------------------------------- doc/index.rst | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/26950e51/doc/index.rst ---------------------------------------------------------------------- diff --git a/doc/index.rst b/doc/index.rst new file mode 100644 index 0000000..e793b63 --- /dev/null +++ b/doc/index.rst @@ -0,0 +1,49 @@ +Apache Traffic Server +********************* + +.. 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. + + +Apache Traffic Server⢠speeds Internet access, enhances website +performance, and delivers unprecedented web hosting capabilities. + +What Is Apache Traffic Server? +============================== + +Traffic Server is a high-performance web proxy cache that improves +network efficiency and performance by caching frequently-accessed +information at the edge of the network. This brings content physically +closer to end users, while enabling faster delivery and reduced +bandwidth use. Traffic Server is designed to improve content delivery +for enterprises, Internet service providers (ISPs), backbone +providers, and large intranets by maximizing existing and available +bandwidth. + +.. toctree:: + :maxdepth: 1 + + admin/index.en + sdk/index.en + plugins/index.en + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search`
