diff --git a/_data/completed-proposals.yml b/_data/completed-proposals.yml index e48b018639f7941303911f4a80fc7111ce81f77c..df2c173b608a8538b9ef1ed4f5ed89d751f13f0f 100644 --- a/_data/completed-proposals.yml +++ b/_data/completed-proposals.yml @@ -1,44 +1,58 @@ - stage: Completed Proposals proposals: - name: Documentation and cleanup of source code - url: /forum-funding-system/proposals/documentation-cleanup.html + local-url: /forum-funding-system/proposals/documentation-cleanup.html author: tewinget + date: - name: What is Monero? is produced and open-sourced - url: /forum-funding-system/proposals/whatismonero-produced.html + local-url: /forum-funding-system/proposals/whatismonero-produced.html author: savandra + date: - name: Improving Developer Guides to include Simplewallet examples and Bitmonerod methods and examples - url: /forum-funding-system/proposals/improve-devguides-simplewallet.html + local-url: /forum-funding-system/proposals/improve-devguides-simplewallet.html author: bigredmachine + date: - name: A continuation for all purpose programming of what needs to get done in monero - url: /forum-funding-system/proposals/mooo-continuation-programming.html + local-url: /forum-funding-system/proposals/mooo-continuation-programming.html author: moneromooo + date: - name: Create End-User Kovri documentation - url: /forum-funding-system/proposals/kovri-end-user-docs.html + local-url: /forum-funding-system/proposals/kovri-end-user-docs.html author: anonimal + date: - name: fluffypony's Conference Circuit Jan 2017 Edition - url: /forum-funding-system/proposals/fp-conference-2017.html + local-url: /forum-funding-system/proposals/fp-conference-2017.html author: fluffypony + date: - name: The official Qt GUI Project - url: /forum-funding-system/proposals/official-qt-gui.html + local-url: /forum-funding-system/proposals/official-qt-gui.html author: othe + date: - name: Justin's Local Meetup Talks Proposal 1 - url: /forum-funding-system/proposals/justin-local-meetups-1.html + local-url: /forum-funding-system/proposals/justin-local-meetups-1.html author: samsunggalaxyplayer + date: - name: Justin's Local Meetup Talks Proposal 2 - url: /forum-funding-system/proposals/justin-local-meetups-2.html + local-url: /forum-funding-system/proposals/justin-local-meetups-2.html author: samsunggalaxyplayer + date: - name: More mooo coding goodness - url: /forum-funding-system/proposals/more-mooo-coding-goodness.html + local-url: /forum-funding-system/proposals/more-mooo-coding-goodness.html author: moneromooo + date: - name: Funding for a Monero subforum on the largest chinese BTC forum 8BTC - url: /forum-funding-system/proposals/monero-subforum-8btc.html + local-url: /forum-funding-system/proposals/monero-subforum-8btc.html author: firperfect + date: - name: Additional GUI Developer - url: /forum-funding-system/proposals/additional-gui-dev.html + local-url: /forum-funding-system/proposals/additional-gui-dev.html author: Jaquee + date: - name: Release of new/updated pool software - url: /forum-funding-system/proposals/release-pool-software.html + local-url: /forum-funding-system/proposals/release-pool-software.html author: Snipa22 + date: - name: Monero integrations with web apps - url: /forum-funding-system/proposals/monero-integrations.html - author: serhack \ No newline at end of file + local-url: /forum-funding-system/proposals/monero-integrations.html + author: serhack + date: \ No newline at end of file diff --git a/_data/ffs.yml b/_data/ffs.yml index f7bc4eb344d6f136e802a1bc1f0ecfe2cbe1bf38..0d3defdde39cd58a0c5e24ee8c5b6a003499e02e 100644 --- a/_data/ffs.yml +++ b/_data/ffs.yml @@ -1,39 +1,33 @@ - stage: Ideas proposals: - name: Fake. Nothing here yet. Check WiP and Completed Proposals. - url: # + gitlab-url: # author: rehrar - - name: Diego's Example - url: # - author: rehrar - - name: Fake. Nothing here yet. Check WiP and Completed Proposals. - url: # - author: rehrar - - name: Diego's Example - url: # - author: rehrar - - name: Fake. Nothing here yet. Check WiP and Completed Proposals. - url: # - author: rehrar - - name: Diego's Example - url: # - author: rehrar - - name: Fake. Nothing here yet. Check WiP and Completed Proposals. - url: # - author: rehrar - - name: Diego's Example - url: # - author: rehrar + date: this date - stage: Funding Required proposals: - name: Monero Bounty For HackerOne - url: /forum-funding-system/proposals/monero-bounty-hackerone.html + gitlab-url: + local-url: /forum-funding-system/proposals/monero-bounty-hackerone.html author: anonimal + amount: 1500 + amount-funded: 1,447.21 + percentage: 96 + date: March 15, 2017 + donate-url: # - stage: Work in Progress proposals: - name: Getmonero.org Redesign - url: /forum-funding-system/proposals/getmonero-redesign.html - author: rehrar \ No newline at end of file + gitlab-url: + local-url: /forum-funding-system/proposals/getmonero-redesign.html + author: rehrar + date: February 24, 2017 + milestones: 4 + milestones-completed: 4 + milestones-percentage: 100 + amount: 100 + amount-funded: 100 + percentage: 100 \ No newline at end of file diff --git a/_layouts/ffs-cp.html b/_layouts/ffs-cp.html index 7cd2d113f8391f3e12a7326098a120f72951437e..09bd9c23d6ef17feacf4c84cf55892399c3ccd81 100644 --- a/_layouts/ffs-cp.html +++ b/_layouts/ffs-cp.html @@ -16,14 +16,22 @@ layout: base
+ {% for toplevel in site.data.completed-proposals %} + {% if toplevel.stage == "Completed Proposals" %} + {% for proposal in toplevel.proposals%} + {% if proposal.name == {{page.title}} %}

{{page.title}}

-

by {{page.author}}

-

12/11/2017

-

100 XMR

+

by {{proposal.author}}

+

{{proposal.date}}

+

{{proposal.amount}} XMR

Completed

+ {%endif%} + {%endfor%} + {%endif%} + {%endfor%}
diff --git a/_layouts/ffs-fr.html b/_layouts/ffs-fr.html index ee6fa3f7e113028cfb43f3cb92b9f0a6536471a7..e348278ed8bda23a4e9b4583f0b870ebf96fc37e 100644 --- a/_layouts/ffs-fr.html +++ b/_layouts/ffs-fr.html @@ -48,16 +48,24 @@ layout: base
+ {% for toplevel in site.data.ffs %} + {% if toplevel.stage == "Funding Required" %} + {% for proposal in toplevel.proposals%} + {% if proposal.name == {{page.title}} %}

{{page.title}}

-

{{page.author}}

-

{{page.date}}

-

Raised 75 of 100 XMR

+

{{proposal.author}}

+

{{proposal.date}}

+

Raised {{proposal.amount-funded}} of {{proposal.amount}} XMR

- +
-

Contribute

+

Contribute

+ {%endif%} + {%endfor%} + {%endif%} + {%endfor%}
diff --git a/_layouts/ffs-wip.html b/_layouts/ffs-wip.html index 45bac9a9fa78ce3c0e9f29ad8d750c2bea8e559b..ca958d1ed01f09ea2b1cffa022ffe9c7a2e182b0 100644 --- a/_layouts/ffs-wip.html +++ b/_layouts/ffs-wip.html @@ -18,14 +18,22 @@ layout: base
+ {% for toplevel in site.data.ffs %} + {% if toplevel.stage == "Work in Progress" %} + {% for proposal in toplevel.proposals%} + {% if proposal.name == {{page.title}} %}

{{page.title}}

{{page.author}}

{{page.date}}

-

100 XMR

-

Completed 1 of 3 milestones

+

{{proposal.amount}} XMR

+

Completed {{proposal.milestones-completed}} of {{proposal.milestones}} milestones

- +
+ {%endif%} + {%endfor%} + {%endif%} + {%endfor%}
diff --git a/forum-funding-system/completed-proposals/index.html b/forum-funding-system/completed-proposals/index.html index 45a8d40ad000df5e7af5d3a8a5f50bde21e6ce0b..de5691e6b2a3ff892b3cd641403b6645f550785e 100644 --- a/forum-funding-system/completed-proposals/index.html +++ b/forum-funding-system/completed-proposals/index.html @@ -17,22 +17,20 @@ title: Completed Tasks

{{page.title}}

- {% for toplevel in site.data.ffs %} - {% if toplevel.stage == "Completed Proposals" %} + {% for toplevel in site.data.completed-proposals %} {% for proposal in toplevel.proposals%}
- +

{{proposal.name}}

{{proposal.author}}

-

11/24/2016

+

{{proposal.date}}

{%endfor%} - {%endif%} {%endfor%} \ No newline at end of file diff --git a/forum-funding-system/funding-required/index.html b/forum-funding-system/funding-required/index.html index 54b6a3ce8d2a7a34934099f95d72192bf4cf436d..09079a35e40452f3ceb3d10e94fb0e5bae5a27e2 100644 --- a/forum-funding-system/funding-required/index.html +++ b/forum-funding-system/funding-required/index.html @@ -21,16 +21,16 @@ title: Funding Required {% if toplevel.stage == "Funding Required" %} {% for proposal in toplevel.proposals%}
- +

{{proposal.name}}

{{proposal.author}}

-

11/24/2016

-

Raised 75 of 100 XMR

+

{{proposal.date}}

+

Raised {{proposal.amount-funded}} of {{proposal.amount}} XMR

- +
diff --git a/forum-funding-system/ideas/index.html b/forum-funding-system/ideas/index.html index af94f1ff0538848c4042922d2ad9e56ba700fe45..4f34e896b5acc751372e4e2e1a8a3f7c8661849f 100644 --- a/forum-funding-system/ideas/index.html +++ b/forum-funding-system/ideas/index.html @@ -29,7 +29,7 @@ title: Ideas

{{proposal.name}}

{{proposal.author}}

-

11/24/2016

+

{{proposal.date}}

diff --git a/forum-funding-system/work-in-progress/index.html b/forum-funding-system/work-in-progress/index.html index e39343935bec16e5beb2636f581fa004a7e2c7cf..12ee6149ce2753b5319dddb4cf8c0a55d075fc53 100644 --- a/forum-funding-system/work-in-progress/index.html +++ b/forum-funding-system/work-in-progress/index.html @@ -21,16 +21,16 @@ title: Work in Progress {% if toplevel.stage == "Work in Progress" %} {% for proposal in toplevel.proposals%}
- +

{{proposal.name}}

-

samsunggalaxyplayer

-

11/24/2016

-

Completed 1 of 3 milestones

+

{{proposal.author}}

+

{{proposal.date}}

+

Completed {{proposal.milestones-completed}} of {{proposal.milestones}} milestones

- +