You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ig...@apache.org on 2011/12/26 21:47:04 UTC

svn commit: r1224803 - in /trafficserver/site/trunk: ./ content/docs/index.en.mdtext content/downloads.en.mdtext

Author: igalic
Date: Mon Dec 26 20:47:03 2011
New Revision: 1224803

URL: http://svn.apache.org/viewvc?rev=1224803&view=rev
Log:
joes says:

< joes4> markdown doesn't process things inside a block
< joes4> and a div is a block level element

Also fixing some minor glitches in downloads -- and changing
the checkout from ats-site to ats-cms to be compatible with
our ./build.sh script


Modified:
    trafficserver/site/trunk/   (props changed)
    trafficserver/site/trunk/content/docs/index.en.mdtext
    trafficserver/site/trunk/content/downloads.en.mdtext

Propchange: trafficserver/site/trunk/
            ('svn:externals' removed)

Modified: trafficserver/site/trunk/content/docs/index.en.mdtext
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/content/docs/index.en.mdtext?rev=1224803&r1=1224802&r2=1224803&view=diff
==============================================================================
--- trafficserver/site/trunk/content/docs/index.en.mdtext (original)
+++ trafficserver/site/trunk/content/docs/index.en.mdtext Mon Dec 26 20:47:03 2011
@@ -54,7 +54,7 @@ To create such a patch you'll have to ch
 repository: (n.b.: The site sub-repository is not mirrored in Git)
 
     :::text
-    svn co http://svn.apache.org/repos/asf/trafficserver/site/trunk/ ats-site
+    svn co http://svn.apache.org/repos/asf/trafficserver/site/trunk/ ats-cms
 
 Developers should use `https://` in the checkout.
 
@@ -77,7 +77,7 @@ The changes will become immediately visi
 
 If you would like to verify how a change will look before committing, you can
 build it yourself. For this purpose, you will have to checkout the build tools.
-You should do this outside of the above `ats-site` checkout:
+You should do this outside of the above `ats-cms` checkout:
 
     :::text
     svn co https://svn.apache.org/repos/infra/websites/cms
@@ -85,7 +85,7 @@ You should do this outside of the above 
 Then, change back to our site, and install the (CPAN) packages necessary to build the site
 
     ::::text
-    cd ats-site
+    cd ats-cms
     ./install-ubuntu.sh
 
 There is also an `install-fedora.sh` script - if you are not on either of those platforms,

Modified: trafficserver/site/trunk/content/downloads.en.mdtext
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/content/downloads.en.mdtext?rev=1224803&r1=1224802&r2=1224803&view=diff
==============================================================================
--- trafficserver/site/trunk/content/downloads.en.mdtext (original)
+++ trafficserver/site/trunk/content/downloads.en.mdtext Mon Dec 26 20:47:03 2011
@@ -22,8 +22,10 @@ Following the [Apache HTTPD](http://http
 Traffic Server releases will be numbered with an even first decimal (e.g. 2.0, 
 3.12, etc), while unstable, developer focused releases will be numbered with 
 an odd first number (e.g. 2.1, 3.21, etc). The second decimal will be used 
-for releases containing bug fixes. When downloading from a mirror, please be 
-sure to verify the checksums and OpenPGP compatible signature. You can also 
+for releases containing bug fixes.
+
+When downloading from a mirror, please be sure to verify the checksums and OpenPGP
+compatible signature. You can also 
 [browse through all releases](http://www.apache.org/dyn/closer.cgi/trafficserver/) 
 and checksum signatures. 
 
@@ -35,44 +37,46 @@ and checksum signatures. 
  [[MD5](http://www.apache.org/dist/trafficserver/trafficserver-3.0.2.tar.bz2.md5)]
  [[SHA1](http://www.apache.org/dist/trafficserver/trafficserver-3.0.2.tar.bz2.sha1)] 
 
+
 ##  Bugs  ## {#3.0.2Bugs}
 
-* [TS-859](https://issues.apache.org/jira/browse/TS-859) - ATS requesting to origin instead to the parent server 
-* [TS-867](https://issues.apache.org/jira/browse/TS-867) - PluginVC crashes with TSFetchURL 
-* [TS-882](https://issues.apache.org/jira/browse/TS-882) - traffic_logstats dies when printing log 
-* [TS-883](https://issues.apache.org/jira/browse/TS-883) - traffic_logstats provides conflicting help 
-* [TS-888](https://issues.apache.org/jira/browse/TS-888) - SSL connections working with 2.1.5 fail with 3.0.1 and FireFox 
-* [TS-901](https://issues.apache.org/jira/browse/TS-901) - Valgrind found minor leaks and uninitialized variables 
-* [TS-906](https://issues.apache.org/jira/browse/TS-906) - ATS doesn't read proxy.config.http.forward.proxy_auth_to_parent 
-* [TS-916](https://issues.apache.org/jira/browse/TS-916) - TSHttpIsInternalRequest() crashes if client connection is terminated prematurely 
-* [TS-927](https://issues.apache.org/jira/browse/TS-927) - patch: dont use malloc.h 
-* [TS-944](https://issues.apache.org/jira/browse/TS-944) - ssl.server.cert.path & ssl.server.private_key.path do not work as expected 
-* [TS-967](https://issues.apache.org/jira/browse/TS-967) - Traffic Server unconditionally sets compiler optimizing flags (with patch) 
-* [TS-969](https://issues.apache.org/jira/browse/TS-969) - make check failing on Debian Sid and Solaris 
-* [TS-1030](https://issues.apache.org/jira/browse/TS-1030) - hash collation in hdrtoken_hash
+* [[TS-859](https://issues.apache.org/jira/browse/TS-859)] - ATS requesting to origin instead to the parent server 
+* [[TS-867](https://issues.apache.org/jira/browse/TS-867)] - PluginVC crashes with TSFetchURL 
+* [[TS-882](https://issues.apache.org/jira/browse/TS-882)] - traffic_logstats dies when printing log 
+* [[TS-883](https://issues.apache.org/jira/browse/TS-883)] - traffic_logstats provides conflicting help 
+* [[TS-888](https://issues.apache.org/jira/browse/TS-888)] - SSL connections working with 2.1.5 fail with 3.0.1 and FireFox 
+* [[TS-901](https://issues.apache.org/jira/browse/TS-901)] - Valgrind found minor leaks and uninitialized variables 
+* [[TS-906](https://issues.apache.org/jira/browse/TS-906)] - ATS doesn't read proxy.config.http.forward.proxy_auth_to_parent 
+* [[TS-916](https://issues.apache.org/jira/browse/TS-916)] - TSHttpIsInternalRequest() crashes if client connection is terminated prematurely 
+* [[TS-927](https://issues.apache.org/jira/browse/TS-927)] - patch: dont use malloc.h 
+* [[TS-944](https://issues.apache.org/jira/browse/TS-944)] - ssl.server.cert.path & ssl.server.private_key.path do not work as expected 
+* [[TS-967](https://issues.apache.org/jira/browse/TS-967)] - Traffic Server unconditionally sets compiler optimizing flags (with patch) 
+* [[TS-969](https://issues.apache.org/jira/browse/TS-969)] - make check failing on Debian Sid and Solaris 
+* [[TS-1030](https://issues.apache.org/jira/browse/TS-1030)] - hash collation in hdrtoken_hash
+
 
 ##  Improvement  ## {#3.0.2Improvement}
 
-* [TS-730](https://issues.apache.org/jira/browse/TS-730) - SSL needs CipherSuite control in negotiation
+* [[TS-730](https://issues.apache.org/jira/browse/TS-730)] - SSL needs CipherSuite control in negotiation
+
 
 ##  New Feature  ## {#3.0.2NewFeature}
 
-* [TS-1013](https://issues.apache.org/jira/browse/TS-1013) - Allow ssl_multicert.config to support CA chains per host
+* [[TS-1013](https://issues.apache.org/jira/browse/TS-1013)] - Allow ssl_multicert.config to support CA chains per host
 
 
 The full change log is located in [/trafficserver/traffic/branches/3.0.x/CHANGES](http://svn.apache.org/viewvc/trafficserver/traffic/branches/3.0.x/CHANGES?view=markup). 
 
 
 <div class="dl">
-[Download Source](http://www.apache.org/dyn/closer.cgi/trafficserver/trafficserver-3.0.2.tar.bz2) 
+  <a href="http://www.apache.org/dyn/closer.cgi/trafficserver/trafficserver-3.0.2.tar.bz2">Download Source</a>
 </div>
 
 
 # Current (developer, unstable) Release -- 3.1.1 # {#3.1.1}
 
  Apache Traffic Server 3.1.1 was released on November 18, 2011.
- [[PGP](http://www.apache.org/dist/trafficserver/trafficserver-3.1.1-unstable.tar.bz2.asc)]
- [[MD5](http://www.apache.org/dist/trafficserver/trafficserver-3.1.1-unstable.tar.bz2.md5)]
+ [[PGP](http://www.apache.org/dist/trafficserver/trafficserver-3.1.1-unstable.tar.bz2.asc)] [[MD5](http://www.apache.org/dist/trafficserver/trafficserver-3.1.1-unstable.tar.bz2.md5)]
  [[SHA1](http://www.apache.org/dist/trafficserver/trafficserver-3.1.1-unstable.tar.bz2.sha1)]
 
 ##  Bugs  ## {#Bugs}
@@ -153,7 +157,7 @@ The Jira release notes are also [availab
  
 
 <div class="dl">
-[Download Source](http://www.apache.org/dyn/closer.cgi/trafficserver/trafficserver-3.1.1-unstable.tar.bz2)
+ <a href="http://www.apache.org/dyn/closer.cgi/trafficserver/trafficserver-3.1.1-unstable.tar.bz2">Download Source</a>
 </div>
 
 # Archived (stable) Release -- 3.0.1 # {#3.0.0}
@@ -173,7 +177,7 @@ new records.config configuration file. Y
 and `etc/trafficserver/internal/hostdb.config`).
 
 <div class="dl">
-[Download Source](http://archive.apache.org/dist/trafficserver/trafficserver-3.0.0.tar.bz2) 
+<a href="http://archive.apache.org/dist/trafficserver/trafficserver-3.0.0.tar.bz2">Download Source</a>
 </div>
 			
 
@@ -189,7 +193,7 @@ and `etc/trafficserver/internal/hostdb.c
 *  Backport TS-336 to 2.0.x. Problems with make install DESTDIR
 
 <div class="dl">
-[Download Source](http://archive.apache.org/dist/trafficserver/trafficserver-2.0.1.tar.bz2) 
+<a href="http://archive.apache.org/dist/trafficserver/trafficserver-2.0.1.tar.bz2">Download Source</a>
 </div>
 			
 
@@ -203,6 +207,6 @@ and `etc/trafficserver/internal/hostdb.c
 The full change log is located in [/trafficserver/traffic/trunk/CHANGES](http://svn.apache.org/viewvc/trafficserver/traffic/trunk/CHANGES?revision=1160602&view=markup). 
 
 <div class="dl">
-[Download Source](http://archive.apache.org/dist/trafficserver/trafficserver-3.1.0-unstable.tar.bz2) 
+<a href="http://archive.apache.org/dist/trafficserver/trafficserver-3.1.0-unstable.tar.bz2">Download Source</a>
 </div>