From 8d59c05c3dcd776372ea3f9661fa354d49c5889b Mon Sep 17 00:00:00 2001 From: song31 Date: Fri, 18 Jan 2013 11:42:21 -0500 Subject: [PATCH] fix typos --- README.md | 38 ++++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index c7a59c3..10a72fc 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Ubuntu Linux or OSX. ## How to download Go to http://song31.github.com/comix-server/ and click the tar.gz or -zip folder icon in the page. +zip folder icons in the page. ## How to install @@ -15,40 +15,38 @@ zip folder icon in the page. You can find a step-by-step guide at https://github.com/song31/comix-server/wiki/Step-by-Step-Configuration-Guide -In short: -- Log in Synology DSM and make a shared folder, for example, named - as "manga". This directory will be your manga directory. -- Enable ssh. -- Unzip the downloaded file and copy all to "web" folder (/var/services/web, default DocumentRoot). -- Connect to Synology server using ssh and do the remaining steps. +In short, +- Log in to the Synology DSM and make a shared folder, for example, named + "manga". This directory will be your manga directory. +- Enable SSH. +- Unzip the downloaded file and copy all to the "web" folder (/var/services/web, default DocumentRoot). +- Connect to your Synology server using SSH and do the remaining steps. - Copy conf/httpd.conf-comix to /usr/syno/apache/conf/. - Add the following line, "Include /usr/syno/apache/conf/httpd.conf-comix", - without quotes, at the end of /usr/syno/apache/conf/httpd.conf and - /usr/syno/apache/conf/httpd.conf-user files. + without quotes of course, at the end of /usr/syno/apache/conf/httpd.conf and + /usr/syno/apache/conf/httpd.conf-user. - Add the manga directory's path to the open_basedir variable in /usr/syno/etc/php/user-setting.ini. -- Reboot Synology server. +- Reboot the Synology server. ## How to run -The Apache process automatically starts and is always running on Synlogy server. +The Apache HTTP process automatically starts and is always running on the Synlogy server. ## How to use - Copy your comic collection to the manga directory. -- Start AirComix app and add your Synology server. - Use the default port, 31251. +- Start AirComix app on your iPhone/iPad and add your Synology server. + Use the default port number, 31251. - Enjoy! ## FAQ Q) Do I need to uncompress ZIP files? -A) No. Like the Windows version, the server supports ZIP files. - Of course, you can put image files in JPG or GIF format to the - manga directory. +A) No. Like Windows version, comix server supports ZIP files. Q) How can I change the port number? A) See /usr/syno/apache/conf/httpd.conf-comix. @@ -57,20 +55,20 @@ Q) How can I change the manga directory? A) See handler.php. You need to modify handler.php, index.php, and httpd.conf-comix. -Q) Does the server support other archive formats such as RAR or CBR? +Q) Does the comix server support other archive formats such as RAR or CBR? A) No. Current version only supports ZIP (or CBZ). -Q) Does the server support password protection? +Q) Does the comix server support password protection? A) Yes, using Apache's basic authentication mechanism. Refer to http://www.cs.duke.edu/csl/faqs/web/basic-auth to know how to configure it. Note that the user name should be AirComix (case sensitve) and .htaccess file should be in /var/services/web where handler.php exists. If there is no htpasswd util in your system, you can - create the password file on other Linux/OSX machines and copy it to + create the password file on other machines and copy it to your system. ## How to contribute -But reports and pull requests are always welcomed. +Bug reports and pull requests are always welcomed.