Reordered docs/ and added etc/
@ -13,7 +13,7 @@ These dependencies can be installed using `npm`:
|
||||
|
||||
The Makefile is located in `docs/` and can be easily executed, using the following command. Make sure your run this from the root of Lychee:
|
||||
|
||||
make -f docs/Makefile
|
||||
make -f etc/Makefile
|
||||
|
||||
### Use uncompressed files
|
||||
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 9.4 KiB |
14
readme.md
@ -9,7 +9,7 @@ Lychee is a free photo-management tool, which runs on your server or web-space.
|
||||
|
||||
## Installation
|
||||
|
||||
To run Lychee, everything you need is a web-server with PHP 5.3 or later and a MySQL-Database. Follow the instructions to install Lychee on your server. [Installation »](docs/md/Installation.md)
|
||||
To run Lychee, everything you need is a web-server with PHP 5.3 or later and a MySQL-Database. Follow the instructions to install Lychee on your server. [Installation »](docs/Installation.md)
|
||||
|
||||
## How to use
|
||||
|
||||
@ -17,23 +17,23 @@ 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 hidden 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/Settings.md)
|
||||
|
||||
### Update
|
||||
|
||||
Updating is as easy as it should be. [Update »](docs/md/Update.md)
|
||||
Updating is as easy as it should be. [Update »](docs/Update.md)
|
||||
|
||||
### Build
|
||||
|
||||
Lychee is ready to use, right out of the box. If you want to contribute and edit CSS or JS files, you need to rebuild Lychee. [Build »](docs/md/Build.md)
|
||||
Lychee is ready to use, right out of the box. If you want to contribute and edit CSS or JS files, you need to rebuild Lychee. [Build »](docs/Build.md)
|
||||
|
||||
### Keyboard Shortcuts
|
||||
|
||||
These shortcuts will help you to use Lychee even faster. [Keyboard Shortcuts »](docs/md/Keyboard Shortcuts.md)
|
||||
These shortcuts will help you to use Lychee even faster. [Keyboard Shortcuts »](docs/Keyboard Shortcuts.md)
|
||||
|
||||
### Dropbox import
|
||||
|
||||
In order to use the Dropbox import from your server, you need a valid drop-ins app key from [their website](https://www.dropbox.com/developers/apps/create). Lychee will ask you for this key, the first time you try to use the import. Want to change your code? Take a loot at [the settings](docs/md/Settings.md) of Lychee.
|
||||
In order to use the Dropbox import from your server, you need a valid drop-ins app key from [their website](https://www.dropbox.com/developers/apps/create). Lychee will ask you for this key, the first time you try to use the import. Want to change your code? Take a loot at [the settings](docs/Settings.md) of Lychee.
|
||||
|
||||
### Twitter Cards
|
||||
|
||||
@ -41,7 +41,7 @@ Lychee supports [Twitter Cards](https://dev.twitter.com/docs/cards) and [Open Gr
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
Take a look at the [FAQ](docs/md/FAQ.md) if you have problems.
|
||||
Take a look at the [FAQ](docs/FAQ.md) if you have problems.
|
||||
|
||||
## Extensions
|
||||
|
||||
|