Skip to content

Commit 948e167

Browse files
authored
Merge pull request #3 from elekto-io/community-info
Update links and other information to reflect actual project, communi…
2 parents 7da437c + dce72d1 commit 948e167

3 files changed

Lines changed: 24 additions & 63 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,5 @@
11
# How to Contribute
22

3-
We'd love to accept your patches and contributions to this project. There are
4-
just a few small guidelines you need to follow.
3+
We'd love to accept your patches and contributions to this project.
54

6-
## Contributor License Agreement
7-
8-
Contributions to this project must be accompanied by a Contributor License
9-
Agreement. You (or your employer) retain the copyright to your contribution;
10-
this simply gives us permission to use and redistribute your contributions as
11-
part of the project. Head over to <https://cla.developers.google.com/> to see
12-
your current agreements on file or to sign a new one.
13-
14-
You generally only need to submit a CLA once, so if you've already submitted one
15-
(even if it was for a different project), you probably don't need to do it
16-
again.
17-
18-
## Code reviews
19-
20-
All submissions, including submissions by project members, require review. We
21-
use GitHub pull requests for this purpose. Consult
22-
[GitHub Help](https://help.github.com/articles/about-pull-requests/) for more
23-
information on using pull requests.
24-
25-
## Community Guidelines
26-
27-
This project follows
28-
[Google's Open Source Community Guidelines](https://opensource.google.com/conduct/).
5+
Please see [CONTRIBUTING](https://github.com/elekto-io/elekto/blob/main/CONTRIBUTING.md) in our main repo for how to contribute.

config.toml

Lines changed: 9 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ weight = 1
7676
section = ["HTML", "print"]
7777

7878
[params]
79-
copyright = "The Elekto Authors"
80-
privacy_policy = "https://policies.google.com/privacy"
79+
copyright = "Cloud Native Computing Foundation"
80+
privacy_policy = "https://www.linuxfoundation.org/privacy/"
8181

8282
# First one is picked as the Twitter card image if not set on page.
8383
# images = ["images/project-illustration.png"]
@@ -150,22 +150,6 @@ no = 'Sorry to hear that. Please <a href="https://github.com/USERNAME/REPOSITORY
150150
enable = false
151151

152152
[params.links]
153-
# End user relevant links. These will show up on left side of footer and in the community page if you have one.
154-
[[params.links.user]]
155-
name = "User mailing list"
156-
url = "https://example.org/mail"
157-
icon = "fa fa-envelope"
158-
desc = "Discussion and help from your fellow users"
159-
[[params.links.user]]
160-
name ="Twitter"
161-
url = "https://example.org/twitter"
162-
icon = "fab fa-twitter"
163-
desc = "Follow us on Twitter to get the latest news!"
164-
[[params.links.user]]
165-
name = "Stack Overflow"
166-
url = "https://example.org/stack"
167-
icon = "fab fa-stack-overflow"
168-
desc = "Practical questions and curated answers"
169153
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
170154
[[params.links.developer]]
171155
name = "GitHub"
@@ -174,11 +158,11 @@ enable = false
174158
desc = "Development takes place here!"
175159
[[params.links.developer]]
176160
name = "Slack"
177-
url = "https://example.org/slack"
161+
url = "https://slack.cncf.io"
178162
icon = "fab fa-slack"
179-
desc = "Chat with other project developers"
180-
[[params.links.developer]]
181-
name = "Developer mailing list"
182-
url = "https://example.org/mail"
183-
icon = "fa fa-envelope"
184-
desc = "Discuss development issues around the project"
163+
desc = "Project chat on channel #elekto"
164+
[[params.links.user]]
165+
name = "GitHub Issues"
166+
url = "https://github.com/elekto-io/elekto/issues"
167+
icon = "fab fa-github"
168+
desc = "Having trouble? File an issue on Github"

content/en/_index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h4 class="card-title">Secret ballots (untraceable back to voter)</h4>
4747

4848
{{% blocks/lead color="primary" %}}
4949
<h3>
50-
Inspired by the long-running CIVS project. Elekto is changing the way to run elections for organisations.
50+
Inspired by the long-running CIVS project. Elekto provides a modern way to run online elections.
5151
</h3>
5252
{{% /blocks/lead %}}
5353

@@ -56,14 +56,14 @@ <h3>
5656
<h1 class="features-heading">Run <span class="text-secondary">Multiple</span> elections</h1>
5757
<h3 class="mb-4">for the same organization</h3>
5858
<p>
59-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellendus enim similique nostrum est optio
60-
provident blanditiis?
59+
Elekto is designed to host multiple elections for the same group, including preserving a
60+
history of prior elections and outcomes. You can even run several elections concurrently.
6161
</p>
6262
<h1 class="features-heading"><span class="text-secondary">100% </span> Oauth driven</h1>
63-
<h3 class="mb-4">for the same organization</h3>
63+
<h3 class="mb-4">voter authorization</h3>
6464
<p>
65-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellendus enim similique nostrum est optio
66-
provident blanditiis?
65+
Avoiding the pitfalls of email-based ballots, Elekto instead uses a configurable Oauth
66+
login provider to validate eligible voters.
6767
</p>
6868
</div>
6969
<div class="col image">
@@ -80,14 +80,14 @@ <h3 class="mb-4">for the same organization</h3>
8080
<h1 class="features-heading"><span class="text-secondary">Preference</span> election voting</h1>
8181
<h3 class="mb-4">starting with Condorcet</h3>
8282
<p>
83-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellendus enim similique nostrum est optio
84-
provident blanditiis?
83+
Elekto implements <a href="https://en.wikipedia.org/wiki/Preferential_voting">preference voting</a> to
84+
allow organization members to choose the most satisfactory candidates instead of the most polarizing ones.
85+
Currently implemented is <a href="https://en.wikipedia.org/wiki/Condorcet_method">Condorcet method</a> voting.
8586
</p>
8687
<h1 class="features-heading"><span class="text-secondary">Responsive</span> UI design</h1>
8788
<h3 class="mb-4"></h3>
8889
<p class="mb-5">
89-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellendus enim similique nostrum est optio
90-
provident blanditiis?
90+
Organization members can cast their vote via desktop computer, tablet, or phone with equal ease.
9191
</p>
9292
</div>
9393

@@ -96,7 +96,7 @@ <h3 class="mb-4"></h3>
9696
{{< blocks/section color="white">}}
9797
<div class="col">
9898
<h4 class="text-center">
99-
<a href="/docs/getting-started/">Get Started</a> with elekto
99+
<a href="/docs/getting-started/">Get Started</a> with Elekto
100100
</h4>
101101
</div>
102102
{{< /blocks/section>}}
@@ -110,15 +110,15 @@ <h1 class="text-center"><i class="fab fa-github icon-github"></i></h1>
110110
<h1>Contributions welcome!</h1>
111111
<p>
112112
We do a Pull Request contributions workflow on GitHub. New users are always welcome!
113-
<a href="" class="text-secondary">Read more</a>
113+
<a href="https://github.com/elekto-io/elekto/blob/main/CONTRIBUTING.md" class="text-secondary">Read more</a>
114114
</p>
115115
</div>
116116
</div>
117117
{{< /blocks/section>}}
118118

119119
{{< blocks/section color="white" >}}
120120
<div class="col-md-3 mb-1">
121-
<h1>Organisations using <span class="text-secondary">elekto</span></h1>
121+
<h1>Organisations using <span class="text-secondary">Elekto</span></h1>
122122
</div>
123123
<div class="col d-flex">
124124
<img class="align-middle" src="/img/logos/k8s-logo.svg" width="200" alt="">

0 commit comments

Comments
 (0)