Browse Source

images and contents

itec78 9 months ago
parent
commit
1d630470d2
10 changed files with 25 additions and 9 deletions
  1. 1 1
      404.md
  2. 1 1
      _config.yml
  3. 6 3
      applications.md
  4. BIN
      banana.png
  5. 1 1
      demo.md
  6. 5 2
      index.md
  7. 11 1
      install.md
  8. BIN
      lime.png
  9. BIN
      limebanana.png
  10. BIN
      vadoli.png

+ 1 - 1
404.md

@@ -5,4 +5,4 @@ permalink: 404.html
 
 # 404
 
-Page not found! :(
+Page not found! 🍌

+ 1 - 1
_config.yml

@@ -7,7 +7,7 @@ permalink: :slug
 
 social:
   # twitter: 
-  github: itec78
+  github: basebanana
 
 plugins:
  - jekyll-feed

+ 6 - 3
applications.md

@@ -4,9 +4,12 @@ layout: page
 order: 2
 ---
 
-Random words for url shortener: [vado.li](https://vado.li/)
+- Random words for url shortener: [vado.li](https://vado.li/)  
+![](vadoli.png)
 
-Router name based on mac address
+- Router name based on mac address in [LibreMesh](https://github.com/libremesh/lime-packages/compare/master...itec78:feature/banana)  
+![](lime.png) ![](limebanana.png)
 
-Password generator (weak password, add numbers and symbols!)
+- Password generator (weak password, add numbers and symbols!)
 
+- Geolocator

BIN
banana.png


+ 1 - 1
demo.md

@@ -16,7 +16,7 @@ order: 4
     </div>
     <div>
         <label for="minlength">minlength</label>
-        <input type="number" id="minlength" value="8" min="0" size="1" step="2" onchange="demo()" onkeyup="demo()" />
+        <input type="number" id="minlength" value="8" min="0" size="5" step="2" onchange="demo()" onkeyup="demo()" />
     </div>
 </div>
 <div id="outencode"></div>

+ 5 - 2
index.md

@@ -3,6 +3,9 @@ title: Home
 layout: page
 order: 1
 ---
+<p align="center">
+  <img src="/banana.png">
+</p>
 
 A "**banana**" word is formed by an arbitrary number of modules [consonant + vowel].  
 E.g. *positive*, *favorite*, *generate*, *manage*.  
@@ -15,6 +18,6 @@ A "**banana**" word can be generated randomly, or encoded starting from a number
 
 The **BaseBanana** library provides functions to encode numbers into "**banana**" words, decode a "**banana**" word to number, or generate random "**banana**" words.
 
-Abstracting the **BaseBanana**, it's a base encoding that uses an array of alphabets instead of a single one.  
-The standard alphabet is "*bcdfglmnprstvz, aeiou*" (only italian alphabet letters, excluding *q* and *h* that have special roles) but can be easily customized.
+Abstracting the **BaseBanana**, it's a base encoding that uses a list of alphabets instead of a single one.  
+The standard alphabet is "*bcdfglmnprstvz, aeiou*" (only italian alphabet letters, excluding *q* and *h* that have special grammar rules) but can be easily customized.
 

+ 11 - 1
install.md

@@ -2,4 +2,14 @@
 title: Install
 layout: page
 order: 2
----
+---
+
+Using PIP
+```sh
+pip3 install git+https://github.com/basebanana/banana.git
+```
+
+
+Code in other languages
+
+[bananacode](https://github.com/basebanana/bananacode)

BIN
lime.png


BIN
limebanana.png


BIN
vadoli.png