From f80efe5616ba247a1fff074b0876631a9bfb6f96 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Sat, 1 Aug 2015 23:24:02 +0200 Subject: Merges the production setup. --- templates/cli.html | 9 +++------ templates/footer.html | 11 ++++++----- templates/header.html | 7 ++++--- templates/navbar.html | 2 +- 4 files changed, 14 insertions(+), 15 deletions(-) (limited to 'templates') diff --git a/templates/cli.html b/templates/cli.html index df669fa..1a5d918 100644 --- a/templates/cli.html +++ b/templates/cli.html @@ -17,7 +17,7 @@

Download:

Download the precompiled binary from here:

bin.iamfabulous.de/imgup

-

Currently it is only for Linux x86_64 available.

+

Currently there are only binaries for Linux available.

@@ -25,10 +25,8 @@

You can compile imgup from source. You need a working Golang installation already set up. Read here more.

cd $GOPATH
git clone https://git.iamfabulous.de/cgit.cgi/mandible
- cd mandible
- go get . # Get all dependencies.
- cd cli/imgup
- go build # Compile the build. + cd mandible/cli/imgup
+ go build

You are finished. Now you can start using imgup.

@@ -40,7 +38,6 @@

File have to be the path to a valid image file. Url must start with 'http://' or 'https://'.

-

Example Usage:

$ imgup http://i.imgur.com/s9zxmYe.jpg
diff --git a/templates/footer.html b/templates/footer.html
index 1d1d9a8..a89c0aa 100644
--- a/templates/footer.html
+++ b/templates/footer.html
@@ -8,14 +8,15 @@
 	
 
 
-
-
+
+
 
-
+
+
+      
   
 
diff --git a/templates/header.html b/templates/header.html
index 8269f3d..9cab6c1 100644
--- a/templates/header.html
+++ b/templates/header.html
@@ -7,11 +7,12 @@
     
     {{.}}
     
-    
+    
+    
+    
     
   
   
diff --git a/templates/navbar.html b/templates/navbar.html
index 20e6fe1..7e80ff3 100644
--- a/templates/navbar.html
+++ b/templates/navbar.html
@@ -19,7 +19,7 @@
 					 More 
 					
 				
-- 
cgit v1.2.3