From 6d4698b6c30f45932d422a526da57c1e377f2412 Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Wed, 26 Feb 2014 00:42:49 +0100 Subject: [PATCH] Reordered docs/ and added etc/ --- docs/{md => }/Build.md | 2 +- docs/{md => }/Changelog.md | 0 docs/{md => }/FAQ.md | 0 docs/{md => }/Installation.md | 0 docs/{md => }/Keyboard Shortcuts.md | 0 docs/{md => }/Settings.md | 0 docs/{md => }/Update.md | 0 {docs => etc}/Makefile | 0 {docs => etc}/assets/favicon.sketch/Data | Bin .../assets/favicon.sketch/QuickLook/Preview.png | Bin .../assets/favicon.sketch/QuickLook/Thumbnail.png | Bin {docs => etc}/assets/favicon.sketch/fonts | 0 {docs => etc}/assets/favicon.sketch/metadata | 0 {docs => etc}/assets/favicon.sketch/version | 0 {docs => etc}/assets/thumbs.sketch/Data | Bin .../assets/thumbs.sketch/QuickLook/Preview.png | Bin .../assets/thumbs.sketch/QuickLook/Thumbnail.png | Bin {docs => etc}/assets/thumbs.sketch/fonts | 0 {docs => etc}/assets/thumbs.sketch/metadata | 0 {docs => etc}/assets/thumbs.sketch/version | 0 readme.md | 14 +++++++------- 21 files changed, 8 insertions(+), 8 deletions(-) rename docs/{md => }/Build.md (96%) rename docs/{md => }/Changelog.md (100%) rename docs/{md => }/FAQ.md (100%) rename docs/{md => }/Installation.md (100%) rename docs/{md => }/Keyboard Shortcuts.md (100%) rename docs/{md => }/Settings.md (100%) rename docs/{md => }/Update.md (100%) rename {docs => etc}/Makefile (100%) rename {docs => etc}/assets/favicon.sketch/Data (100%) rename {docs => etc}/assets/favicon.sketch/QuickLook/Preview.png (100%) rename {docs => etc}/assets/favicon.sketch/QuickLook/Thumbnail.png (100%) rename {docs => etc}/assets/favicon.sketch/fonts (100%) rename {docs => etc}/assets/favicon.sketch/metadata (100%) rename {docs => etc}/assets/favicon.sketch/version (100%) rename {docs => etc}/assets/thumbs.sketch/Data (100%) rename {docs => etc}/assets/thumbs.sketch/QuickLook/Preview.png (100%) rename {docs => etc}/assets/thumbs.sketch/QuickLook/Thumbnail.png (100%) rename {docs => etc}/assets/thumbs.sketch/fonts (100%) rename {docs => etc}/assets/thumbs.sketch/metadata (100%) rename {docs => etc}/assets/thumbs.sketch/version (100%) diff --git a/docs/md/Build.md b/docs/Build.md similarity index 96% rename from docs/md/Build.md rename to docs/Build.md index 7fe7d91..e0cda4b 100644 --- a/docs/md/Build.md +++ b/docs/Build.md @@ -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 diff --git a/docs/md/Changelog.md b/docs/Changelog.md similarity index 100% rename from docs/md/Changelog.md rename to docs/Changelog.md diff --git a/docs/md/FAQ.md b/docs/FAQ.md similarity index 100% rename from docs/md/FAQ.md rename to docs/FAQ.md diff --git a/docs/md/Installation.md b/docs/Installation.md similarity index 100% rename from docs/md/Installation.md rename to docs/Installation.md diff --git a/docs/md/Keyboard Shortcuts.md b/docs/Keyboard Shortcuts.md similarity index 100% rename from docs/md/Keyboard Shortcuts.md rename to docs/Keyboard Shortcuts.md diff --git a/docs/md/Settings.md b/docs/Settings.md similarity index 100% rename from docs/md/Settings.md rename to docs/Settings.md diff --git a/docs/md/Update.md b/docs/Update.md similarity index 100% rename from docs/md/Update.md rename to docs/Update.md diff --git a/docs/Makefile b/etc/Makefile similarity index 100% rename from docs/Makefile rename to etc/Makefile diff --git a/docs/assets/favicon.sketch/Data b/etc/assets/favicon.sketch/Data similarity index 100% rename from docs/assets/favicon.sketch/Data rename to etc/assets/favicon.sketch/Data diff --git a/docs/assets/favicon.sketch/QuickLook/Preview.png b/etc/assets/favicon.sketch/QuickLook/Preview.png similarity index 100% rename from docs/assets/favicon.sketch/QuickLook/Preview.png rename to etc/assets/favicon.sketch/QuickLook/Preview.png diff --git a/docs/assets/favicon.sketch/QuickLook/Thumbnail.png b/etc/assets/favicon.sketch/QuickLook/Thumbnail.png similarity index 100% rename from docs/assets/favicon.sketch/QuickLook/Thumbnail.png rename to etc/assets/favicon.sketch/QuickLook/Thumbnail.png diff --git a/docs/assets/favicon.sketch/fonts b/etc/assets/favicon.sketch/fonts similarity index 100% rename from docs/assets/favicon.sketch/fonts rename to etc/assets/favicon.sketch/fonts diff --git a/docs/assets/favicon.sketch/metadata b/etc/assets/favicon.sketch/metadata similarity index 100% rename from docs/assets/favicon.sketch/metadata rename to etc/assets/favicon.sketch/metadata diff --git a/docs/assets/favicon.sketch/version b/etc/assets/favicon.sketch/version similarity index 100% rename from docs/assets/favicon.sketch/version rename to etc/assets/favicon.sketch/version diff --git a/docs/assets/thumbs.sketch/Data b/etc/assets/thumbs.sketch/Data similarity index 100% rename from docs/assets/thumbs.sketch/Data rename to etc/assets/thumbs.sketch/Data diff --git a/docs/assets/thumbs.sketch/QuickLook/Preview.png b/etc/assets/thumbs.sketch/QuickLook/Preview.png similarity index 100% rename from docs/assets/thumbs.sketch/QuickLook/Preview.png rename to etc/assets/thumbs.sketch/QuickLook/Preview.png diff --git a/docs/assets/thumbs.sketch/QuickLook/Thumbnail.png b/etc/assets/thumbs.sketch/QuickLook/Thumbnail.png similarity index 100% rename from docs/assets/thumbs.sketch/QuickLook/Thumbnail.png rename to etc/assets/thumbs.sketch/QuickLook/Thumbnail.png diff --git a/docs/assets/thumbs.sketch/fonts b/etc/assets/thumbs.sketch/fonts similarity index 100% rename from docs/assets/thumbs.sketch/fonts rename to etc/assets/thumbs.sketch/fonts diff --git a/docs/assets/thumbs.sketch/metadata b/etc/assets/thumbs.sketch/metadata similarity index 100% rename from docs/assets/thumbs.sketch/metadata rename to etc/assets/thumbs.sketch/metadata diff --git a/docs/assets/thumbs.sketch/version b/etc/assets/thumbs.sketch/version similarity index 100% rename from docs/assets/thumbs.sketch/version rename to etc/assets/thumbs.sketch/version diff --git a/readme.md b/readme.md index de93273..f412959 100644 --- a/readme.md +++ b/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