Skip to content

Commit

Permalink
Merge pull request earthstar-project#49 from earthstar-project/guidance
Browse files Browse the repository at this point in the history
Guidance
  • Loading branch information
sgwilym authored Jan 17, 2024
2 parents cc96037 + 6764c27 commit e457e12
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion willowtest/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,8 @@ evaluate(enable_previews([
nav(
lis(
link_name("why_willow", "Why did we make Willow?"),
link_name("specifications", "The specifications"),
link_name("data_model", "If you read only one specification, let it be this one"),
link_name("specifications", "All of the specifications"),
),
),

Expand Down
2 changes: 2 additions & 0 deletions willowtest/specs/data_model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,8 @@ export const data_model: Expression = site_template(
pinformative("How can we encrypt ", rs("Entry"), " while retaining the semantics of the original, unencrypted data? This question lies at the heart of end-to-end encryption for Willow, and we discuss our findings ", link_name("e2e", "here"), "."),

pinformative("How can a database provide efficient access to ", rs("Entry"), "? We give an introduction to the types of queries that a data store for Willow should support, and present some data structures for supporting them efficiently ", link_name("d3storage", "here"), "."),

pinformative("How can I contribute to Willow and support it? So glad you asked — we have prepared a collection of pointers ", link_name("projects_and_communities", "here"), "."),
]),

img("/emblem.png", "A Willow emblem: a stylised drawing of a Willow’s branch tipping into a water surface, next to a hand-lettered display of the word \"Willow\"."),
Expand Down
3 changes: 3 additions & 0 deletions willowtest/specs/more/projects_and_communities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ export const projects_and_communities: Expression = site_template(
link("Earthstar Project Discord", "https://discord.gg/6NtYzQC2G4"),
link("gwil on Mastodon", "https://post.lurk.org/@gwil"),
)
]),
hsection("this_website", "This site", [
pinformative("This website is also an active project. The repository for it can be found ", link("here", "https://github.com/earthstar-project/willowprotocol.org"), ". We appreciate all feedback from typos, to stumbling blocks, or any errant American English spellings you find.")
])
],
);

0 comments on commit e457e12

Please sign in to comment.