aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* papers: re-build PDFsbnewbold-paper-cleanupBryan Newbold2018-01-104-89/+30
|
* dat-paper: note that paper has been updatedBryan Newbold2018-01-101-1/+1
| | | | | | | This could probably be clarified better (minor revisions and bug-fixes vs. substantial updates), and maybe we want to pull out the original "1.0" paper for historical reference. Let's wait until DEP process settles down first.
* dat paper: remove stubs and multi-writerBryan Newbold2018-01-101-24/+2
| | | | | Consensus is to document multi-writer via a DEP (RFC-like) process first, and not propose new changes in the whitepaper first.
* papers: clarify that build output is latexBryan Newbold2018-01-101-3/+3
|
* drop stub hyperdrive paperBryan Newbold2018-01-101-13/+0
| | | | This file had no content and was confusing.
* yet more grammar tweaksBryan Newbold2018-01-101-2/+2
|
* Small fixes to dat-paper.mdNora Petrova2018-01-051-6/+6
|
* Fix typos in dat-paper.mdDC2018-01-021-4/+4
|
* dat-papers: fix typosMoritz Warning2018-01-021-3/+3
|
* Merge pull request #95 from bnewbold/bnewbold-spec-tweaks=^._.^=2017-12-082-4/+4
|\ | | | | Yet more paper tweaks
| * clarify Ed25519 capitalization and hash/cipher terminologyBryan Newbold2017-10-291-2/+2
| |
| * clarify that SLEEP magic is big-endianBryan Newbold2017-10-291-1/+1
| |
| * dat-paper: nonce is 24 bytes, not 32Bryan Newbold2017-10-291-1/+1
| | | | | | | | | | | | This is consistent with docs/hyperdrive_spec.md. Current dat implementation uses 24 bytes, which is what libsodium needs for XSalsa20 stream xor mode: https://download.libsodium.org/doc/advanced/xsalsa20.html
* | Updates url to https://datbase.org in tutorial (#96)Aart Goossens2017-12-011-1/+1
|/
* Fix broken link in Readme (#88)Alex Mellnik2017-09-291-1/+1
| | | Need `https://` before the digital ocean link, otherwise it renders to `https://docs.datproject.org/digitalocean.com` in html.
* some changes to the ipfs questionkarissa2017-09-221-3/+5
|
* Fix broken link (#87)Rodolfo Rodriguez2017-09-061-1/+1
|
* make 'dat create' slightly more clear (#86)Brennan Novak2017-09-011-0/+2
|
* sleep paper breakoutMax Ogden2017-08-1112-1101/+1349
|
* update publish.md to reflect changes in clone command. (#83)Tim2017-08-111-1/+1
|
* Update dat-paper.md (#82)Benjamin Forster2017-08-091-2/+2
| | | fix minor typo
* random access sectionMax Ogden2017-08-091-6/+47
|
* Fix typo in hypercore example. (#81)Tim Caswell2017-08-091-1/+1
| | | The hash comment for item 9 was missing it's sources.
* Fix readme.md file caseJoe Hand2017-08-081-1/+1
|
* aggregate documented projects from config-file, not awesome-dat README (#79)Arnold Schrijver2017-08-082-16/+14
| | | | | | | | | | | | | | * config file for doc aggregation * modify package.json, script uses config file * temporary revert change to package.json * moved configuration to README.md * Update README.md * Update package.json
* Add security as a top-level item (#78)Karissa McKelvey2017-08-044-46/+51
| | | | | | * add security as a top-level item * add security link to intro
* initial stab at multiwriter docsMax Ogden2017-08-013-125/+208
|
* Update browser.md add compatibility warning (#73) (#76)Arnold Schrijver2017-07-281-1/+5
| | | | | | | | | | * Update browser.md add compatibility warning (#73) Hi @joehand, I've added the PR on the dat-js compatibility warning (https://github.com/datproject/docs/issues/73#issuecomment-318415769) * Add a few details & clarify options to connect to other clients.
* correcting typos (#72)jnvm2017-07-271-22/+22
| | | Also tried to minimize adding commas and hypens to only where it was absolutely necessary.
* Update datpaper msg names in hypercore proto (#70) (#71)Arnold Schrijver2017-07-271-6/+10
| | | | I updated the obvious things that where outdated in dat-paper.md But I can't judge whether the texts itself are still fully accurate.
* fix typo in example code. (#68)Benjamin Forster2017-07-041-1/+1
|
* Change `deploy` branch to `master` in how-to-contribute readme’s. (#69)Benjamin Forster2017-07-042-2/+2
| | | | | | * Change `deploy` to `master` as there is no deploy branch. * Change `deploy` to `master` as there is no deploy branch in main readme.md
* Remove numbered bullets on install pageKarissa McKelvey2017-06-291-2/+2
|
* Update tutorial.md—search input moved (#67)Barbara Miller2017-06-261-1/+1
|
* Change titleJoe Hand2017-06-221-1/+1
|
* add registry info and refactor publish pagekarissa2017-06-161-39/+39
|
* Add cookbook item on publishing datskarissa2017-06-152-0/+75
|
* improve some cookbook title sections to be more specific (#63)Karissa McKelvey2017-06-131-3/+3
|
* Grammar, typos, correctsion (#66)bnewbold2017-06-131-34/+34
| | | | | | | | | | * paper: correct file path typos; restyle tree table * paper: various typos and capitalizations * paper: more grammar This fixes github issues #65 and #56.
* remove about the projectkarissa2017-06-131-2/+1
|
* update to dat-design@5.0.0karissa2017-06-052-7/+7
|
* fix broken server linkkarissa2017-06-051-1/+3
|
* commit danielles changes from #61karissa2017-06-052-20/+3
|
* update the sidebar and tutorial (#59)Karissa McKelvey2017-06-0510-186/+250
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update sidebar and tutorial page * remove default page * add intro * update intro section * update top of install and fix links * key concepts * another attempt at intro * cheeky * update typos * typo * add joe's edits * fix intro with edits * fix links in intro * double header on terminology * move around, fix version control section
* use minidocs/dat-tachyons (#60)Joe Hand2017-06-052-27/+62
|
* SLEEP + general docs update + more introduction content (#57)Joe Hand2017-05-3120-188/+675
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * big docs update * fix sleep link * separate sustainability header * better into and reword * clean up terms and other places * add intro, overview, troubleshooting. update more content * minor change to force new deploy * more words * more updates and some pictures * wordsmith intro to be more about dat uniqueness * syncing & publishing * add link files description * add new gifs * change overview to remove tutorial * add wip tutorial content * update build with dat * add http file
* add gifsJoe Hand2017-05-303-0/+0
|
* update browser page for sleep (#49)Karissa McKelvey2017-05-301-97/+2
|
* Use hypercored in server section (#58)Karissa McKelvey2017-05-301-10/+74
| | | | | | * Use hypercored in server section * add notes about storing content history
* add info about paper generation + update pdfJoe Hand2017-05-082-0/+16
|