You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2018/07/17 20:08:33 UTC

[trafficserver] branch master updated: Minor update on README's directory structure

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new a80f072  Minor update on README's directory structure
a80f072 is described below

commit a80f072c50606ccfbe8c765f6a4d1070540a4809
Author: Xavier Chi <ch...@gmail.com>
AuthorDate: Tue Jul 17 14:32:39 2018 -0500

    Minor update on README's directory structure
---
 README | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/README b/README
index 7afaa2f..3f88a04 100644
--- a/README
+++ b/README
@@ -9,13 +9,15 @@ plugins to build large scale web applications.
   trafficserver/ ............ Top src dir
   |-- build/ ................ Custom macros for configure.ac
   |-- ci/ ................... Quality assurance and other CI tools and configs
+  |-- configs/ .............. Configurations
   |-- contrib/ .............. Various contributed auxiliary pieces
-  |-- doc/ ..................
-      |-- admin/ ............ Admin guide documentations
+  |-- doc/ .................. Documentations for Traffic Server
+      |-- admin-guide/ ...... Admin guide documentations
+      |-- appendices/ ....... Appendices of Traffic Server
+      |-- developer-guide/ .. Documentaions for developers
       |-- dot/ .............. Graphviz source files for docs pictures
-      |-- man/ .............. Unix style man-pages
-      |-- plugins/ .......... Documentation for our core plugins
-      |-- sdk/ .............. Plugin developer guide
+      |-- static/ ........... Static resources
+      |-- uml/ .............. Documentations in UML
   |-- example/ .............. Example plugins
   |-- iocore/ ...............
       |-- aio/ .............. Asynchronous I/O core
@@ -38,7 +40,6 @@ plugins to build large scale web applications.
       |-- experimental/ ..... Experimental core plugins
   |-- proxy/ ................ HTTP proxy logic
       |-- api/ .............. Plugin API includes
-      |-- config/ ........... Configurations
       |-- hdrs/ ............. Headers parsing and management
       |-- http/ ............. The actual HTTP protocol implementation
       |---http2/ ............ HTTP/2 implementation