You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2014/07/22 09:32:02 UTC

[03/51] [abbrv] fauxton commit: updated refs/heads/Update-Sidebar to c713f63

updated path to reflect new repo ('couchdb-fauxton') and added select-all and deselect-all svg icons.


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/b09dba43
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/b09dba43
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/b09dba43

Branch: refs/heads/Update-Sidebar
Commit: b09dba432bcd98cf0d3ecfa0dcd7d23a3559596c
Parents: a41bdb0
Author: sean barclay <fu...@hotmail.com>
Authored: Mon Jul 21 16:39:56 2014 -0700
Committer: sean barclay <fu...@hotmail.com>
Committed: Mon Jul 21 16:39:56 2014 -0700

----------------------------------------------------------------------
 assets/fonts/README.md                          |   8 +-
 assets/fonts/fauxtonicon.eot                    | Bin 17008 -> 17644 bytes
 assets/fonts/fauxtonicon.svg                    | 207 +++++-----
 assets/fonts/fauxtonicon.ttf                    | Bin 16820 -> 17456 bytes
 assets/fonts/fauxtonicon.woff                   | Bin 9732 -> 10008 bytes
 assets/fonts/fontcustom.yml                     |  12 +-
 .../fonts/styleguide/fauxtonicon-preview.html   | 408 ++++++++++---------
 assets/icons/deselect-all.svg                   |  15 +
 assets/icons/select-all.svg                     |  11 +
 assets/less/icons.less                          | 192 ++++-----
 10 files changed, 463 insertions(+), 390 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/b09dba43/assets/fonts/README.md
----------------------------------------------------------------------
diff --git a/assets/fonts/README.md b/assets/fonts/README.md
index 7deb80d..27311ca 100644
--- a/assets/fonts/README.md
+++ b/assets/fonts/README.md
@@ -10,7 +10,7 @@ Requires **Bundler.io**, **Ruby 1.9.2+**, **FontForge** with Python scripting.
 # On Mac
 $ gem install bundler
 $ brew install fontforge eot-utils
-$ cd [LOCAL_COUCHDB_REPO]/src/fauxton/assets/fonts
+$ cd [LOCAL_COUCHDB_REPO]/src/couchdb-fauxton/assets/fonts
 $ bundle
 ```
 
@@ -22,9 +22,9 @@ Don't forget to update `fontcustom.yml` with the correct paths where it says `PU
 From there, you can run the command `$ fontcustom compile` to compile the svgs located in the ./icons directory into updated fauxtonicon font files. 
 
 It's setup to generate the following 
-- an `icons.less` file [LOCAL_COUCHDB_REPO]/src/fauxton/assets/less
-- a `fauxtonicon-preview.html` preview [LOCAL_COUCHDB_REPO]/src/fauxton/assets/fonts/styleguide
-- font files in [LOCAL_COUCHDB_REPO]/src/fauxton/assets/fonts/
+- an `icons.less` file [LOCAL_COUCHDB_REPO]/src/couchdb-fauxton/assets/less
+- a `fauxtonicon-preview.html` preview [LOCAL_COUCHDB_REPO]/src/couchdb-fauxton/assets/fonts/styleguide
+- font files in [LOCAL_COUCHDB_REPO]/src/couchdb-fauxton/assets/fonts/
   * `fauxtonicon.eot` 
   * `fauxtonicon.svg`
   * `fauxtonicon.ttf`

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/b09dba43/assets/fonts/fauxtonicon.eot
----------------------------------------------------------------------
diff --git a/assets/fonts/fauxtonicon.eot b/assets/fonts/fauxtonicon.eot
index 6b28178..31b008f 100644
Binary files a/assets/fonts/fauxtonicon.eot and b/assets/fonts/fauxtonicon.eot differ