From 97292009ddf23707f3dc505a535bb3c8c7349975 Mon Sep 17 00:00:00 2001 From: Gaurav Gosain Date: Sun, 18 Sep 2022 22:32:40 +0400 Subject: [PATCH 1/7] Create _config.yml --- _config.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..2ad7976 --- /dev/null +++ b/_config.yml @@ -0,0 +1,9 @@ +remote_theme: abhinavs/moonwalk + +favicon: "favicon-32x32.png" # relative path to site's favicon + +theme_config: + appearance: "dark" # can be "light", "dark" or "auto" + appearance_toggle: true # if appearance can be switched by user + show_navbar: false + show_footer: false From 536672a582539487ae328d7f221d4808208724dc Mon Sep 17 00:00:00 2001 From: Gaurav Gosain Date: Sun, 18 Sep 2022 22:33:18 +0400 Subject: [PATCH 2/7] Create pages.yml --- .github/workflows/pages.yml | 49 +++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 .github/workflows/pages.yml diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml new file mode 100644 index 0000000..db75f80 --- /dev/null +++ b/.github/workflows/pages.yml @@ -0,0 +1,49 @@ +name: Deploy Jekyll with GitHub Pages dependencies preinstalled + +on: + # Runs on pushes targeting the default branch + push: + branches: ["main"] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + +# Allow one concurrent deployment +concurrency: + group: "pages" + cancel-in-progress: true + +jobs: + # Build job + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Setup Pages + uses: actions/configure-pages@v2 + - name: Build with Jekyll + uses: actions/jekyll-build-pages@v1 + with: + source: ./ + destination: ./_site + - name: Upload artifact + uses: actions/upload-pages-artifact@v1 + + # Deployment job + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + needs: build + steps: + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v1 From b5d77a1b72632c8cc4e0923719cb78f53a73c833 Mon Sep 17 00:00:00 2001 From: Gaurav Gosain Date: Sun, 18 Sep 2022 22:35:00 +0400 Subject: [PATCH 3/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1843775..c019dbf 100644 --- a/README.md +++ b/README.md @@ -98,4 +98,4 @@ As we are working on the open source project p2prc (i.e p2p network designed fo or just providing feedback on new features to build or even just curious about new features added to the project. We have decided to create a discord group. [![Support Server](https://discordapp.com/api/guilds/854397492795277322/widget.png?style=banner2)](https://discord.gg/b4nRGTjYqy) - +[![Star History Chart](https://api.star-history.com/svg?repos=Akilan1999/p2p-rendering-computation&type=Date)](https://github.com/Gaurav-Gosain) From 0700f68543432089529df7c826e853a4a9d9fe6d Mon Sep 17 00:00:00 2001 From: Gaurav Gosain Date: Sun, 18 Sep 2022 22:38:39 +0400 Subject: [PATCH 4/7] Delete index.html --- index.html | 58 ------------------------------------------------------ 1 file changed, 58 deletions(-) delete mode 100644 index.html diff --git a/index.html b/index.html deleted file mode 100644 index a3a7973..0000000 --- a/index.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - P2PRC - - - - - P2PRC Logo -

P2PRC

- A peer to peer network designed for computation - -

P2PRC is peer to peer to network designed for computation reasons.

-

This project was developed during my 4th year dissertation at Heriot-Watt University and We are getting the project to a usable state.

-

It's purpose is for people to use each others computers rather than servers such as AWS and Azure.

- -

Project:

- - -

Community Server to download public network

-
    -
  • - Only for v1.0.0 -
    - -

    Use this server to only download part of the p2p network

    -
  • -
  • - Master branch -
    - -

    Use this server to only download part of the p2p network

    -
  • -
- -

Main developer:

- - - -

Other links:

- - - - From f5c505160b0dc21d70aba493169eea01dd0dc1ee Mon Sep 17 00:00:00 2001 From: Gaurav Gosain Date: Sun, 18 Sep 2022 22:39:41 +0400 Subject: [PATCH 5/7] Update pages.yml --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index db75f80..341c731 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -3,7 +3,7 @@ name: Deploy Jekyll with GitHub Pages dependencies preinstalled on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: ["main", "master"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: From 9e0b28bde5c6eadba460538d7eef85f64e9b8ac0 Mon Sep 17 00:00:00 2001 From: Gaurav Gosain Date: Sun, 18 Sep 2022 22:45:22 +0400 Subject: [PATCH 6/7] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c019dbf..9c1016c 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,12 @@ - -[![GPLv2 license](https://img.shields.io/badge/License-GPLv2-blue.svg)](http://perso.crans.org/besson/LICENSE.html) -[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Akilan1999/p2p-rendering-computation/graphs/commit-activity) -[![made-with-Go](https://img.shields.io/badge/Made%20with-Go-1f425f.svg)](http://golang.org) -[![GoDoc reference example](https://img.shields.io/badge/godoc-reference-blue.svg)](https://pkg.go.dev/git.sr.ht/~akilan1999/p2p-rendering-computation) +
+ GPLv2 license + Maintenance + made-with-Go + GoDoc reference example +
The main aim of this project was to create a custom peer to peer network. The user acting as the client has total flexibility on how to batch the tasks and the user acting as the server has complete From f1ed6c0e45f2af51afa0be10df329fc5578c4cae Mon Sep 17 00:00:00 2001 From: Gaurav Gosain Date: Sun, 18 Sep 2022 22:48:50 +0400 Subject: [PATCH 7/7] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9c1016c..c6d8b04 100644 --- a/README.md +++ b/README.md @@ -62,11 +62,11 @@ This project aims to create a peer to peer (p2p) network, where a user can use t make install ``` - If you look closely you will get outputs such as: - - // Add them to your .bashrc file - export P2PRC=//p2p-rendering-computation - export PATH=//p2p-rendering-computation:${PATH} - + ``` + // Add them to your .bashrc file + export P2PRC=//p2p-rendering-computation + export PATH=//p2p-rendering-computation:${PATH} + ``` 5. Test if it works ```