You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by di...@locus.apache.org on 2000/03/10 22:32:35 UTC

cvs commit: apache-site/dist .htaccess HEADER.html README.html

dirkx       00/03/10 13:32:34

  Modified:    dist     .htaccess HEADER.html README.html
  Log:
  Last minute changes to get the directory index look nice.
  
  Revision  Changes    Path
  1.28      +6 -2      apache-site/dist/.htaccess
  
  Index: .htaccess
  ===================================================================
  RCS file: /home/cvs/apache-site/dist/.htaccess,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- .htaccess	2000/02/28 18:39:21	1.27
  +++ .htaccess	2000/03/10 21:32:33	1.28
  @@ -1,17 +1,21 @@
   IndexOptions FancyIndexing ScanHTMLTitles
   AddIcon /dist/.key.gif .md5 .asc KEYS
  -AddIcon /icons/text.gif .README CHANGES CHANGES_1.2 CHANGES_1.3
  +AddIcon /icons/text.gif .README CHANGES CHANGES_1.2 CHANGES_1.3 CHANGES_2.0a
   AddDescription "MD5 hash" *.md5
   AddDescription "PGP signature" .asc
  -AddDescription "Apache 1.3.12 Released" Announcement.txt
  +AddDescription "Apache 1.3.12 Release note" Announcement
  +AddDescription "Apache 2.0 Release note" Announcement2
   AddDescription "1.3.12 compressed source" apache_1.3.12.tar.Z
   AddDescription "1.3.12 gzipped source" apache_1.3.12.tar.gz
   AddDescription "1.3.12 Win32 binary" apache_1_3_12_win32.exe
   AddDescription "1.3.11 compressed source" apache_1.3.11.tar.Z
   AddDescription "1.3.11 gzipped source" apache_1.3.11.tar.gz
  +AddDescription "2.0 alpha compressed source" apache_2.0.tar.Z
  +AddDescription "2.0 alpha gzipped source" apache_2.0.tar.gz
   AddDescription "1.3.11 Win32 binary" apache_1_3_11_win32.exe
   AddDescription "List of changes in 1.2" CHANGES_1.2
   AddDescription "List of changes in 1.3" CHANGES_1.3
  +AddDescription "List of changes in 2.0 Alpha" CHANGES_2.0a
   AddDescription "Developer PGP keys" KEYS
   AddDescription "Binary distributions" binaries
   AddDescription "Contributed software" contrib
  
  
  
  1.11      +1 -0      apache-site/dist/HEADER.html
  
  Index: HEADER.html
  ===================================================================
  RCS file: /home/cvs/apache-site/dist/HEADER.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- HEADER.html	2000/02/25 16:58:30	1.10
  +++ HEADER.html	2000/03/10 21:32:33	1.11
  @@ -6,3 +6,4 @@
   <A HREF="http://www.apache.org/dyn/closer.cgi">Go here to find it.</A>
   </p>
   <H2><A HREF="Announcement.html">Apache 1.3.12</A> is now available.</H2>
  +<b><A HREF="Announcement2.html">Apache 2.0 Alpha</A> is now available for alpha testing.</b>
  
  
  
  1.25      +12 -0     apache-site/dist/README.html
  
  Index: README.html
  ===================================================================
  RCS file: /home/cvs/apache-site/dist/README.html,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- README.html	2000/02/25 16:58:30	1.24
  +++ README.html	2000/03/10 21:32:33	1.25
  @@ -1,4 +1,16 @@
  +<H2>Apache 2.0 Alpha Released</H2>
  +
  +
  +<P>Apache 2.0 alpha is a developer only alpha release with numerous 
  +bugs and new featuers. Guaranteed to give you the best rollercoaster 
  +ride of the year.  For details download it or see the 
  +<A HREF="CHANGES_2.0a">v2.0 CHANGES</A> file.
  +
   <H2>Apache 1.3.12 Released</H2>
  +
  +<P>Apache 1.3.12 is a maintenance release with numerous bug fixes.
  +For details, see the <A HREF="CHANGES_1.3">v1.3 CHANGES</A> file.
  +
   
   <P>Apache 1.3.12 is a maintenance release with numerous bug fixes.
   For details, see the <A HREF="CHANGES_1.3">v1.3 CHANGES</A> file.