Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
1fd5abf4
Commit
1fd5abf4
authored
10 years ago
by
Brian Tiger Chow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
todo(tour) add
parent
74366964
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
2 deletions
+31
-2
tour/all.go
tour/all.go
+31
-2
No files found.
tour/all.go
View file @
1fd5abf4
...
...
@@ -22,6 +22,11 @@ func init() {
// }
var
(
// TODO bootstrapping
// TODO pinning: ensuring a block is kept in local storage (i.e. not
// evicted from cache).
Introduction
=
Chapter
(
0
)
FileBasics
=
Chapter
(
1
)
NodeBasics
=
Chapter
(
2
)
...
...
@@ -72,6 +77,8 @@ var allTopics = []Topic{
Topic
{
Network
(
4
),
Network_Exchange
},
Topic
{
Network
(
5
),
Network_Intro
},
// TODO daemon - {API, API Clients, Example} how old-school http + ftp
// clients show it
Topic
{
Daemon
(
0
),
Daemon_Intro
},
Topic
{
Daemon
(
1
),
Daemon_Running_Commands
},
Topic
{
Daemon
(
2
),
Daemon_Web_UI
},
...
...
@@ -82,6 +89,8 @@ var allTopics = []Topic{
Topic
{
Routing
(
3
),
Routing_DHT
},
Topic
{
Routing
(
4
),
Routing_Other
},
// TODO Exchange_Providing
// TODO Exchange_Providers
Topic
{
Exchange
(
0
),
Exchange_Intro
},
Topic
{
Exchange
(
1
),
Exchange_Getting_Blocks
},
Topic
{
Exchange
(
2
),
Exchange_Strategies
},
...
...
@@ -170,6 +179,14 @@ var FileBasicsMounting = Content{
var
NodeBasicsInit
=
Content
{
Title
:
"Basics - init"
,
// TODO touch on PKI
//
// This is somewhat relevant at ipfs init since the generated key pair is the
// basis for the node's identity in the network. A cursory nod may be
// sufficient at that stage, and goes a long way in explaining init's raison
// d'être.
// NB: user is introduced to ipfs init before ipfs add.
Text
:
`
`
,
}
...
...
@@ -196,7 +213,14 @@ var MerkleDagContentAddressingLinks = Content{}
var
MerkleDagRedux
=
Content
{}
var
MerkleDagIpfsObjects
=
Content
{}
var
MerkleDagIpfsPaths
=
Content
{}
var
MerkleDagImmutability
=
Content
{}
var
MerkleDagImmutability
=
Content
{
Title
:
"Immutability"
,
Text
:
`
TODO plan9
TODO git
`
,
}
var
MerkleDagUseCaseUnixFS
=
Content
{}
var
MerkleDagUseCaseGitObjects
=
Content
{}
var
MerkleDagUseCaseOperationalTransforms
=
Content
{}
...
...
@@ -226,7 +250,12 @@ var Exchange_Getting_Blocks = Content{}
var
Ipns_Consistency
=
Content
{}
var
Ipns_Mutability
=
Content
{}
var
Ipns_Name_System
=
Content
{}
var
Ipns_PKI_Review
=
Content
{}
var
Ipns_PKI_Review
=
Content
{
Title
:
"PKI Review"
,
Text
:
`
TODO sign verify
`
,
}
var
Ipns_Publishing
=
Content
{}
var
Ipns_Records_Etc
=
Content
{}
var
Ipns_Resolving
=
Content
{}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment