Changeset 438

Show
Ignore:
Timestamp:
10/28/06 14:52:18 (2 years ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/ChangeLog

    r436 r438  
     12006-10-28  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
     2 
     3        * README, cherokee/handler_server_info.c (PAGE_HEADER), 
     4        http-cherokee.xml, SUNWcherokee.spec (Source), cget.1, cherokee.1, 
     5        cherokee_logrotate.1, configure.in, cherokee.spec.in (URL), 
     6        cherokee/cherokee-panic (action), qa/023-Host.py, qa/046-Redir.py, 
     7        qa/047-Redir2.py, qa/128-ValidMethod-common.py, 
     8        qa/134-HTTP_headers.py, windows/cherokee.nsi.in, www/index.html: 
     9        Domian changed. 0x50.org is no longer the project's domain, from 
     10        now on it's cherokee-project.com. 
     11 
    1122006-10-26  A.D.F  <adefacc@tin.it> 
    213 
  • cherokee/trunk/README

    r269 r438  
    22=================== 
    33 
    4 A mailing-list cherokee@0x50.org is available, to subscribe: 
    5     http://0x50.org/cgi-bin/mailman/listinfo/cherokee 
     4A mailing-list cherokee@cherokee-project.com is available, to subscribe: 
     5    http://www.cherokee-project.com/cgi-bin/mailman/listinfo/cherokee 
    66 
    77The list archive is at: 
    8     http://www.0x50.org/archives/ 
     8    http://www.cherokee-project.com/archives/ 
    99 
    1010 
  • cherokee/trunk/SUNWcherokee.spec

    r237 r438  
    1212Summary:                 cherokee - Fast, flexible, lightweight web server 
    1313Version:                 0.5.0 
    14 Source:                  http://www.0x50.org/download/0.5/%{version}/cherokee-%{version}.tar.gz 
     14Source:                  http://www.cherokee-project.com/download/0.5/%{version}/cherokee-%{version}.tar.gz 
    1515SUNW_BaseDir:            %{_basedir} 
    1616BuildRoot:               %{_tmppath}/%{name}-%{version}-build 
  • cherokee/trunk/cget.1

    r31 r438  
    3535.\" It also... 
    3636.SH EXAMPLE 
    37 cget http://www.0x50.org
     37cget http://www.cherokee-project.com
    3838.SH BUGS 
    3939.SS Bug reports 
  • cherokee/trunk/cherokee.1

    r269 r438  
    4444There is a mailing list for discussion among Cherokee users and for 
    4545announcements of new and test versions. To join, send a message to 
    46 cherokee-admin@0x50.org with the line: 
     46cherokee-admin@cherokee-project.com with the line: 
    4747.PP 
    4848.B subscribe cherokee 
    4949.PP 
    50 in the body of the message. The submission address is cherokee@0x50.org
     50in the body of the message. The submission address is cherokee@cherokee-project.com
    5151.\" .SH "SEE ALSO" 
    5252.\" cherokee.conf (8) 
  • cherokee/trunk/cherokee.spec.in

    r238 r438  
    1212Summary:        Flexible and Fast web server 
    1313Group:          Productivity/Networking/Web/Servers 
    14 URL:            http://www.0x50.org 
     14URL:            http://www.cherokee-project.com 
    1515 
    1616%description 
  • cherokee/trunk/cherokee/cherokee-panic

    r31 r438  
    7373        echo "the state of the program at the time the error occured.  You are" 
    7474        echo "encouraged to submit this information as a bug report in the Cherokee" 
    75         echo "bug traq system:  http://bugs.0x50.org
     75        echo "bug traq system:  http://bugs.cherokee-project.com
    7676        echo 
    7777        echo "Operating System: `uname -a`" 
  • cherokee/trunk/cherokee/handler_server_info.c

    r387 r438  
    6868"<table border=\"0\" cellpadding=\"3\" width=\"600\">"                                              CRLF\ 
    6969"  <tr class=\"h\"><td>"                                                                            CRLF\ 
    70 "    <a href=\"http://www.0x50.org/\"><img border=\"0\" src=\"?logo\" alt=\"Cherokee Logo\" /></a>" CRLF\ 
     70"    <a href=\"http://www.cherokee-project.com/\">"                                                 CRLF\ 
     71"      <img border=\"0\" src=\"?logo\" alt=\"Cherokee Logo\" /></a>"                                CRLF\ 
    7172"    <h1 class=\"p\">Cherokee Version %s</h1>"                                                      CRLF\ 
    7273"  </td></tr>"                                                                                      CRLF\ 
  • cherokee/trunk/cherokee/virtual_server.h

    r433 r438  
    4848        cherokee_list_t              list_entry; 
    4949 
    50         cherokee_buffer_t            name;            /* Default name.   Eg: www.0x50.org */ 
     50        cherokee_buffer_t            name;            /* Default name.   Eg: www.alobbs.com */ 
    5151        void                        *server_ref;      /* Ref to server */ 
    5252 
  • cherokee/trunk/cherokee_logrotate.1

    r269 r438  
    5353There is a mailing list for discussion among Cherokee users and for 
    5454announcements of new and test versions. To join, send a message to 
    55 cherokee-admin@0x50.org with the line: 
     55cherokee-admin@cherokee-project.com with the line: 
    5656.PP 
    5757.B subscribe cherokee 
    5858.PP 
    59 in the body of the message. The submission address is cherokee@0x50.org
     59in the body of the message. The submission address is cherokee@cherokee-project.com
    6060.\" .SH "SEE ALSO" 
    6161.SH AUTHOR 
  • cherokee/trunk/configure.in

    r400 r438  
    3030 
    3131dnl Init autoconf and automake 
    32 AC_INIT([cherokee], [cherokee_version], [http://bugs.0x50.org], [cherokee]) 
     32AC_INIT([cherokee], [cherokee_version], [http://bugs.cherokee-project.com], [cherokee]) 
    3333AC_CONFIG_SRCDIR([cherokee/server.c]) 
    3434AM_INIT_AUTOMAKE([no-define]) 
  • cherokee/trunk/doc/Makefile.am

    r234 r438  
    5757 
    5858index.html: 
    59         wget -O cherokee_doc.tar.gz http://www.0x50.org/docs/cherokee_doc.tar.gz ;\ 
     59        wget -O cherokee_doc.tar.gz http://www.cherokee-project.com/docs/cherokee_doc.tar.gz ;\ 
    6060        gunzip -dc cherokee_doc.tar.gz | tar xfv - ;\ 
    6161        rm -f cherokee_doc.tar.gz 
  • cherokee/trunk/http-cherokee.xml

    r168 r438  
    114114      </common_name> 
    115115      <documentation> 
    116         <doc_link name='www.0x50.org' uri='http://www.0x50.org/doc' /> 
     116        <doc_link name='www.cherokee-project.com' uri='http://www.cherokee-project.com/doc' /> 
    117117      </documentation> 
    118118    </template> 
  • cherokee/trunk/qa/023-Host.py

    r53 r438  
    88        self.expected_error = 200 
    99        self.request        = "GET / HTTP/1.1\r\n" +\ 
    10                               "Host: www.0x50.org\r\n" 
     10                              "Host: www.cherokee-project.com\r\n" 
    1111 
  • cherokee/trunk/qa/024-Host+Port.py

    r53 r438  
    88        self.expected_error = 200 
    99        self.request        = "GET / HTTP/1.1\r\n" +\ 
    10                               "Host: www.0x50.org:80\r\n" 
     10                              "Host: www.cherokee-project.com:80\r\n" 
    1111 
  • cherokee/trunk/qa/046-Redir.py

    r269 r438  
    33CONF = """ 
    44vserver!default!directory!/redir46!handler = redir 
    5 vserver!default!directory!/redir46!handler!url = http://www.0x50.org 
     5vserver!default!directory!/redir46!handler!url = http://www.cherokee-project.com 
    66vserver!default!directory!/redir46!priority = 460 
    77""" 
  • cherokee/trunk/qa/047-Redir2.py

    r269 r438  
    33CONF = """ 
    44vserver!default!directory!/redir47!handler = redir 
    5 vserver!default!directory!/redir47!handler!url = http://www.0x50.org 
     5vserver!default!directory!/redir47!handler!url = http://www.cherokee-project.com 
    66vserver!default!directory!/redir47!priority = 470 
    77""" 
  • cherokee/trunk/qa/128-ValidMethod-common.py

    r269 r438  
    22 
    33DIR   = "common_valid_methods1" 
    4 MAGIC = "Report bugs to http://bugs.0x50.org
     4MAGIC = "Report bugs to http://bugs.cherokee-project.com
    55 
    66CONF = """ 
  • cherokee/trunk/qa/134-HTTP_headers.py

    r230 r438  
    88CONNECTION        = "Keep-Alive" 
    99KEEP_ALIVE        = "300" 
    10 REFERER           = "http://www.0x50.org
     10REFERER           = "http://www.cherokee-project.com
    1111COOKIE            = "Cherokee_cookie" 
    1212IF_NONE_MATCH     = "Fancy header" 
  • cherokee/trunk/windows/cherokee.nsi.in

    r269 r438  
    88 
    99!define MUI_WELCOMEPAGE_TITLE "Welcome to the Cherokee Web Server Setup Wizard" 
    10 !define MUI_WELCOMEPAGE_TEXT "This wizard will guide you through the installation of Cherokee Web Server..\r\n\r\nWhile we do our best to be easy, fast and flexible, you need to let us know if we're succeeding.\r\n\r\nPlease, don't hesitate to email us on\r\n\r\n\tcherokee@0x50.org\r\n\r\nand visit the web site\r\n\r\n\thttp://www.0x50.org\r\n\r\n\r\n\r\n$_CLICK" 
     10!define MUI_WELCOMEPAGE_TEXT "This wizard will guide you through the installation of Cherokee Web Server..\r\n\r\nWhile we do our best to be easy, fast and flexible, you need to let us know if we're succeeding.\r\n\r\nPlease, don't hesitate to email us on\r\n\r\n\tcherokee@cherokee-project.com\r\n\r\nand visit the web site\r\n\r\n\thttp://www.cherokee-project.com\r\n\r\n\r\n\r\n$_CLICK" 
    1111 
    1212!insertmacro MUI_PAGE_WELCOME 
     
    2020 
    2121!define MUI_FINISHPAGE_LINK "Visit the Cherokee site for the latest news!!" 
    22 !define MUI_FINISHPAGE_LINK_LOCATION "http://www.0x50.org/" 
     22!define MUI_FINISHPAGE_LINK_LOCATION "http://www.cherokee-project.com/" 
    2323 
    2424!insertmacro MUI_PAGE_FINISH 
     
    6060  CreateShortCut  "$SMPROGRAMS\Cherokee HTTP Server utils\Documentation.lnk" "$INSTDIR\doc\index.html" "" "$INSTDIR\doc\index.html" 0 
    6161  CreateShortCut  "$SMPROGRAMS\Cherokee HTTP Server utils\Edit Configuration.lnk" "notepad.exe" "$INSTDIR\cherokee.conf" 
    62   WriteINIStr     "$SMPROGRAMS\Cherokee HTTP Server utils\Cherokee Site.url" "InternetShortcut" "URL" "http://www.0x50.org/" 
     62  WriteINIStr     "$SMPROGRAMS\Cherokee HTTP Server utils\Cherokee Site.url" "InternetShortcut" "URL" "http://www.cherokee-project.com/" 
    6363SectionEnd 
    6464 
  • cherokee/trunk/www/index.html

    r123 r438  
    4747    </div> 
    4848    <div class="powered"> 
    49     <a href="http://www.0x50.org"><img src="images/powered_by_cherokee.png" alt="Powered by Cherokee" border="0"></a> 
     49    <a href="http://www.cherokee-project.com"><img src="images/powered_by_cherokee.png" alt="Powered by Cherokee" border="0"></a> 
    5050    </div> 
    5151