Changes between Version 1 and Version 10 of PiciProxyInstallation

Show
Ignore:
Author:
mj (IP: 88.75.73.57)
Timestamp:
12/03/07 18:14:44 (3 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PiciProxyInstallation

    v1 v10  
    1 = pici-Proxy Installation Guide = 
     1= pici-proxy Installation Guide = 
    22 
    3 Do you have a Webaccount?  
    4 So you can run a pici-Proxy. 
    5 It just needs PHP to run (that's running on any Webaccount by default)
     3Do you have a web account?  
     4So you can run a pici-Proxy! 
     5It just needs PHP to run
    66 
    7 == Installation is very Easy == 
    8 Download the php-Script (they are all the same. if you are a Windows-user, the zip file will most probably be the easiest download for you.) 
    9  [Zip-File
    10  [tar-gz] 
    11  svnAccess 
     7== Installation is very easy == 
     8Download the php-script (they are all the same. if you are a Windows user, the zip file will most probably be the easiest download for you.) 
     9 * [http://dev.picidae.net/pici-proxy_snapshot.zip pici-proxy_snapshot.zip
     10 * [http://dev.picidae.net/pici-proxy_snapshot.tar.gz pici-proxy_snapshot.tar.gz] 
     11 * [wiki:svnAccess svnAccess] 
    1212 
    13 Unzip your Download and upload it to your Webaccount.  
    14 That's all! Type the URL into your Webbrowser and see it working.  
     13Unzip your download and upload it to your web account.  
     14That's all! Type the URL into your web browser and watch it working.  
    1515 
    16 == How to change the pici-Server  == 
    17 By default the script points to the [http://pici.picidae.net pici.picidae.net] pici-Server.  
    18 To change that write 
     16== How to change the pici-server  == 
     17By default the script points to the [http://pici.picidae.net pici.picidae.net] pici-server.  
     18To change that, open the file index.php and change the URL of the pici-server on the following line: 
    1919 
    20 == let the world know == 
    21 To let the world know about the your pici-Proxy, make a link to it from your .   
     20 
     21{{{ 
     22$pici_server = "pici.picidae.net";  // set here the URL of the pici-server 
     23                                            // to use 
     24}}} 
     25 
     26 
     27There is no central database for existing pici-servers, as they could be censored to easely.  
     28If you would like to get the address of another pici-server [http://www.picidae.net/contact/ write us a mail]. (our [wiki:PGPkey] for mail encryption) 
     29 
     30== Let the world know == 
     31To let the world know about your pici-proxy, make a link from your homepage.  
     32[http://www.picidae.net/join_picidae/banner-tags/ On this site you find many tags and banners for your link.] 
     33 
     34Please pay attention not to use the word "pici" or "picidae" when linking to a pici-server or pici-proxy. If a censorship authority places "picidae" onto the index, your link  will remain undiscovereable. 
     35 
     36We are always curios to hear about new pici-installations! 
     37Drop us a mail to inform us about your pici-proxy: [http://www.picidae.net/contact/ email us]. (our [wiki:PGPkey] for mail encryption) 
     38 
     39