diff --git a/CHANGELOG.md b/CHANGELOG.md index a4c3083d1..6975a4c62 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.0.1-rtw.11] - Q2/2021 ### Changed +10-Apr - little tidy up on badges layout of README.md in the top level directory 10-Apr - changed /static/files to /static/library and updated all references to it 07-Apr - Worked on static/library/ (datro-consortium/consortium-investors) - see static/library/CHANGELOG.md and changelog in document for details 05-Apr - Minor edit to static/datro/documents.html - see corresponding changelog for details diff --git a/COLLABORATE.md b/COLLABORATE.md index e18bdbec1..8774c7ef9 100755 --- a/COLLABORATE.md +++ b/COLLABORATE.md @@ -310,4 +310,4 @@ GitHub will notify you if there's a comment to respond to or when the administra ### Find and Replace - grep -rl matchstring somedir/ | xargs sed -i 's/string1/string2/g' + grep -rl 'windows' ./ | xargs sed -i 's/windows/linux/g' diff --git a/README.md b/README.md index b8bfe920a..4f33eb02d 100755 --- a/README.md +++ b/README.md @@ -11,14 +11,10 @@ This particular branch is entitled: 'gh-pages' *(short for GitHub Pages)* [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/unclehowell/datro/graphs/commit-activity) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/unclehowell/datro/gh-pages) +![GitHub language count](https://img.shields.io/github/languages/count/unclehowell/datro) [![Maintaner](https://img.shields.io/badge/maintainer-unclehowell-blue)](https://GitHub.com/unclehowell) [![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://GitHub.com/unclehowell/) -[![made-with-Markdown](https://img.shields.io/badge/Made%20with-Markdown-1f425f.svg)](http://commonmark.org) -[![made-with-bash](https://img.shields.io/badge/Made%20with-Bash-1f425f.svg)](https://www.gnu.org/software/bash/) -![GitHub language count](https://img.shields.io/github/languages/count/unclehowell/datro) - - ### Detailed Structure The table below shows the content of this branch includes all the websites, the Hβnβ Dashboard(gui), the technical documents and some media e.g. academy videos etc @@ -27,12 +23,13 @@ The table below shows the content of this branch includes all the websites, the |:--------------------------|:------------------------------------------------------------------------------------| |[./](https://github.com/unclehowell/datro/tree/gh-pages "gh-pages branch") | Top level directory - basic stuff to make things to work e.g. CNAME, index etc | |[./static/gui](https://github.com/unclehowell/datro/tree/gh-pages/static/gui "gh-pages gui") | Serves as both the online demo and the end-users (localhost) dashboard | -|[./static/files](https://github.com/unclehowell/datro/tree/gh-pages/static/files "gh-pages files") | All the documents, this is our document library [![made-with-latex](https://img.shields.io/badge/Made%20with-LaTeX-1f425f.svg)](https://www.latex-project.org/) | +|[./static/files](https://github.com/unclehowell/datro/tree/gh-pages/static/files "gh-pages files") | [![made-with-Markdown](https://img.shields.io/badge/Made%20with-Markdown-1f425f.svg)](http://commonmark.org) +[![made-with-bash](https://img.shields.io/badge/Made%20with-Bash-1f425f.svg)](https://www.gnu.org/software/bash/) [![made-with-latex](https://img.shields.io/badge/Made%20with-LaTeX-1f425f.svg)](https://www.latex-project.org/) Our docs library - contains all docs | |[./static/datro](https://github.com/unclehowell/datro/tree/gh-pages/static/datro "gh-pages datro") | [datro.world](https://datro.xyz/ "datro.xyz") [![Website datro.xyz](https://img.shields.io/website-up-down-green-red/https/datro.xyz.svg)](https://datro.xyz/) ![W3C Validation](https://img.shields.io/w3c-validation/html?targetUrl=https%3A%2F%2Fdatro.xyz) | |[./static/hbnb](https://github.com/unclehowell/datro/tree/gh-pages/static/hbnb "hbnb.datro.world") | [hbnb.datro.world](https://datro.xyz/static/hbnb "datro.xyz/static/hbnb") [![Website datro.xyz/static/hbnb](https://img.shields.io/website-up-down-green-red/https/datro.xyz/static/hbnb.svg)](https://datro.xyz/static/hbnb) ![W3C Validation](https://img.shields.io/w3c-validation/html?targetUrl=https%3A%2F%2Fdatro.xyz/static/hbnb) | |[./static/slides](https://github.com/unclehowell/datro/tree/gh-pages/static/slides "gh-pages Slides") | All the slides, this is our slideshow library | |[./static/wave](https://github.com/unclehowell/datro/tree/gh-pages/static/wave "gh-pages Wave DApp") | The Wave DApp website (JSECoin + Althea.net = Free Internet) | -|[./static/evr-network](https://github.com/unclehowell/datro/tree/gh-pages/static/evr-network "gh-pages EVR-Network")| [evr-network.datro.world](https://datro.xyz/static/evr-network/ "datro.xyz/static/evr-network") [![Website datro.xyz/static/evr-network](https://img.shields.io/website-up-down-green-red/https/datro.xyz/static/evr-network.svg)](https://datro.xyz/static/evr-network/) ![W3C Validation](https://img.shields.io/w3c-validation/html?targetUrl=https%3A%2F%2Fdatro.xyz/static/evr-network) (testnet) | +|[./static/evr-network](https://github.com/unclehowell/datro/tree/gh-pages/static/evr-network "gh-pages EVR-Network")| [![Website datro.xyz/static/evr-network](https://img.shields.io/website-up-down-green-red/https/datro.xyz/static/evr-network.svg)](https://datro.xyz/static/evr-network/) ![W3C Validation](https://img.shields.io/w3c-validation/html?targetUrl=https%3A%2F%2Fdatro.xyz/static/evr-network) [evr-network.datro.world](https://datro.xyz/static/evr-network/ "datro.xyz/static/evr-network") (testnet) | - Everything above is hosted for free on github (gh-pages) diff --git a/static/datro/404.html b/static/datro/404.html index a13cd0aea..4ba226ee9 100755 --- a/static/datro/404.html +++ b/static/datro/404.html @@ -41,6 +41,15 @@