From a4c111eebc79787e599781af56e1099b4e69326f Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Sat, 8 Feb 2014 18:40:40 +0100 Subject: [PATCH] Fixed typos and updated readme --- docs/md/FAQ.md | 2 +- docs/md/FTP Upload.md | 2 +- docs/md/Installation.md | 2 +- docs/md/Settings.md | 10 +++++----- readme.md | 8 ++++++-- 5 files changed, 14 insertions(+), 10 deletions(-) diff --git a/docs/md/FAQ.md b/docs/md/FAQ.md index 18824a3..bc428ec 100644 --- a/docs/md/FAQ.md +++ b/docs/md/FAQ.md @@ -18,7 +18,7 @@ If possible, change these settings directly in your `php.ini`. We recommend to i Lychee supports the latest versions of Google Chrome, Apple Safari, Mozilla Firefox and Opera. Photos you share with others can be viewed from every browser. #### How can I set thumbnails for my albums? -Thumbnails are chosen automatically by the photos you have starred and in the order you uploaded them. Star a photo inside a album to set it as an thumbnail. +Thumbnails are chosen automatically by the photos you have starred and in the order you uploaded them. Star a photo inside an album to set it as a thumbnail. #### What is new? Take a look at the [Changelog](Changelog.md) to see whats new. diff --git a/docs/md/FTP Upload.md b/docs/md/FTP Upload.md index ca8a70d..c4b1746 100644 --- a/docs/md/FTP Upload.md +++ b/docs/md/FTP Upload.md @@ -10,4 +10,4 @@ You can upload photos directly with every FTP client into Lychee. This feature h 2. Navigate your browser to the place where Lychee is located (e.g. `http://example.com/view.php?p=filename.png`). `filename.png` must be replaced with the filename of your uploaded file. 3. Share the link. -Lychee will import the file as an public image, delete the original (unused) file and display it in the browser. [Sample FTP configuration](http://l.electerious.com/view.php?p=13657692738813). \ No newline at end of file +Lychee will import the file as a public image, delete the original (unused) file and display it in the browser. [Sample FTP configuration »](http://l.electerious.com/view.php?p=13657692738813) \ No newline at end of file diff --git a/docs/md/Installation.md b/docs/md/Installation.md index d79ce7e..1e14e40 100644 --- a/docs/md/Installation.md +++ b/docs/md/Installation.md @@ -19,7 +19,7 @@ To use Lychee without restrictions, we recommend to increase the values of the f ### Download Lychee -The easiest way to download Lychee is with git: +The easiest way to download Lychee is with `git`: git clone https://github.com/electerious/Lychee.git diff --git a/docs/md/Settings.md b/docs/md/Settings.md index 381dfba..3b7adb4 100644 --- a/docs/md/Settings.md +++ b/docs/md/Settings.md @@ -1,6 +1,6 @@ ### Database Details -Your MySQL details are stored in `php/config.php`. This file doesn't exist until you installed Lychee. If you need to change your connection details, you can edit this file manually. +Your MySQL details are stored in `data/config.php`. This file doesn't exist until you installed Lychee. If you need to change your connection details, you can edit this file manually. @@ -13,20 +13,20 @@ Fill these properties with your MySQL information. Lychee will create the databa ### Settings -All settings are stored in the database. You can change the properties manually, but we recommend to use the menu in Lychee. You can find this menu on the top left corner after you signed in. +All settings are stored in the database. You can change the properties manually, but we recommend to use the menu in Lychee. You can find this menu on the top left corner after you signed in. Some of these settings are only changeable directly in the database. #### Login username = Username for Lychee password = Password for Lychee, saved as an md5 hash -Your photos and albums are protected by a username and password you need to set. If both rows are empty, Lychee will prompt you to set them. +Your photos and albums are protected by an username and password you need to set. If both rows are empty, Lychee will prompt you to set them. #### Thumb Quality thumbQuality = [0-100] -Less means a inferiority quality of your thumbs, but faster loading. More means a better quality of your thumbs, but slower loading. The default value is 90. The allowed values are between 0 and 100. +Less means an inferiority quality of your thumbs, but faster loading. More means a better quality of your thumbs, but slower loading. The default value is 90. The allowed values are between 0 and 100. #### Check For Updates @@ -38,7 +38,7 @@ If `1`, Lychee will check if you are using the latest version. The notice will b sorting = ORDER BY [row] [ASC|DESC] -A typical part of an MySQL statement. This string will be appended to mostly every MySQL query. +A typical part of a MySQL statement. This string will be appended to mostly every MySQL query. #### Import Filename diff --git a/readme.md b/readme.md index 20ca641..58ef447 100644 --- a/readme.md +++ b/readme.md @@ -17,7 +17,7 @@ You can use Lychee right after the installation. Here are some advanced features ### Settings -Sign in and click the gear on the top left corner to change your settings. If you want to edit them manually: MySQL details are stored in `data/config.php`. Other options and settings are stored directly in the database. [Settings »](docs/md/Settings.md) +Sign in and click the gear on the top left corner to change your settings. If you want to edit them manually: MySQL details are stored in `data/config.php`. Other options and hidden settings are stored directly in the database. [Settings »](docs/md/Settings.md) ### Update @@ -52,7 +52,11 @@ Take a look at the [FAQ](docs/md/FAQ.md) if you have problems. | 1.2, 1.3, 2.x | [Tobias Reich](http://electerious.com)| | 1.0, 1.1 | [Tobias Reich](http://electerious.com)
[Philipp Maurer](http://phinal.net) | -##License +## Donate + +I am working hard on continuously developing and maintaining Lychee. Please consider making a donation via [Flattr](https://flattr.com/submit/auto?user_id=electerious&url=http%3A%2F%2Flychee.electerious.com&title=Lychee&category=software) or PayPal (from [our site](http://lychee.electerious.com/)) to keep the project going strong and me motivated. + +## License (MIT License)