-
Notifications
You must be signed in to change notification settings - Fork 411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Catalog and figure out what to do with js-ipfs content #1611
Comments
Thanks for creating this @ElPaisano . This will be great. A couple of things:
|
Grep is indeed to plan @BigLep. I like the idea of a sync meeting to crank through the list. I'll set something up on the cal for Monday or Tuesday |
./install/ipfs-companion.md 16:- Install IPFS for JavaScript ./install/server-infrastructure.md 35:- _Integration-ready ./install/js-ipfs.md 2:title ./welcome-builders.md 36:- With implementations in [Go](https ./quickstart/publish_cli.md 118:- If you prefer to upload a file programmatically with JavaScript or Go, check out the [Web3.storage docs](https ./quickstart/publish.md 114:- If you prefer to upload a file programmatically with JavaScript or Go, check out the [Web3.storage docs](https ./how-to/best-practices-for-nft-data.md 38:In JavaScript, you can use the following options for the ./how-to/companion-window-ipfs.md 26:IPFS Companion exposes a subset of IPFS APIs as ./how-to/companion-node-types.md 70:An embedded node is a js-ipfs instance running in the browser in-memory, without the need for any external software. ./how-to/create-simple-chat-app.md 3:description ./how-to/use-existing-private-key.md 35:### JS-IPFS ./how-to/configure-node.md 8:IPFS is configured through a json formatted text file, located by default at ./how-to/websites-on-ipfs/single-page-website.md 259:You may have noticed that when visiting [randomplanetfacts.xyz](http ./how-to/README.md 18:- See how to work with peers using methods like [customizing libp2p bundles](https ./how-to/mint-nfts-with-ipfs.md 47:Since Minty was written to demonstrate the concepts and process of minting IPFS-backed NFTs, we don't need to get caught up in all the details of modern d-app development. Instead, Minty is a simple command-line app written in Javascript. ./how-to/exchange-files-between-nodes.md 10:As ./how-to/browser-tools-frameworks.md 12:[Example and boilerplate](https ./how-to/publish-ipns.md 3:description ./case-studies/fleek.md 53:- **Space Daemon ./case-studies/arbol.md 103:Data is accessed by custom client libraries currently implemented in JavaScript (using [ ./case-studies/audius.md 71:- Multiple implementations (JavaScript, Go, Python HTTP API) ./case-studies/morpheus.md 55:The decision to use IPFS was an easy one for the Morpheus.Network team. Not only was their integration of out-of-the-box [ ./project/history.md 51:In the summer of 2015, the small but growing IPFS team (about five or six full-time contributors) settled into a coworking space in Seattle. They hammered out improvements to the Go and JavaScript implementations of IPFS as interest in the project grew. Satoshi Nakamoto's 2009 [Bitcoin whitepaper](https ./project/repository-guide.md 22:### js-ipfs being discontinued ./concepts/ipfs-implementations.md 24:| Elastic provider | <https ./concepts/bitswap.md 8: 'GitHub repo ./concepts/glossary.md 69:A Bootstrap Node is a trusted peer on the IPFS network through which an IPFS node learns about other peers on the network. Both Kubo and js-ipfs use bootstrap nodes to enter the Distributed Hash Table (DHT). See Bootstrap ./concepts/nodes.md 17: * instance ./concepts/file-systems.md 222:UnixFS currently has [Javascript](https ./concepts/content-addressing.md 138:JavaScript users can also leverage the ./concepts/usage-ideas-examples.md 139:[OrbitDB](https ./concepts/ipns.md 120:The DHT is the default transport mechanism for IPNS records in most IPFS implementations, e.g. Kubo, and js-ipfs. ./community/README.md 63:1. Add any optional tags that help describe what subcategory the issue is in. Samples options include ./community/contribute/ways-to-contribute.md 21:- [ipfs/js-ipfs](https ./community/contribute/grammar-formatting-and-style.md 39:When referring to projects by name, use proper noun capitalization ./reference/js/api.md 2:title ./reference/README.md 34:### JavaScript (js-ipfs) |
@ElPaisano : thanks for the dump. A few thoughts...
Thanks! |
Got it @BigLep thanks for the suggestions. I'll go ahead and make that first pass. I'll reschedule us for later in the week |
@ElPaisano : feel free to push back here. I'm not meaning to create a couple of days of extra work here. Another cheap way to do this is to just take your dump above and put it into a document (e.g., page under https://www.notion.so/pl-strflt/2023Q2-js-ipfs-Deprecation-c84d5d4f661044198ba6e63bf0a34790 ) and you just quickly add comments under each file for what we plan to do. That is probably good enough too. The big thing I want is to make sure can be easily annotate our decisions in realtime as we talk about it or concurrently. Issue comments don't allow for that. |
@BigLep I do think your DB idea is a good one, so I created a page in the Helia notion https://www.notion.so/pl-strflt/ipfs-docs-js-ipfs-cleanup-d46e22253bec4497865c38e7a9277eac. Working through the first pass now |
First pass complete in https://www.notion.so/pl-strflt/ipfs-docs-js-ipfs-cleanup-d46e22253bec4497865c38e7a9277eac |
@ElPaisano : I'm reopening because there is some followup to do based on the after-merge of #1620 . Let's also make sure to update the tracking table in https://www.notion.so/pl-strflt/ipfs-docs-js-ipfs-cleanup-d46e22253bec4497865c38e7a9277eac?pvs=4#19ecd8482e904472bc6fed7834def54e with the current status. |
Public notion link https://pl-strflt.notion.site/ipfs-docs-js-ipfs-cleanup-d46e22253bec4497865c38e7a9277eac
Per Jun 1. 2023 helia WG meeting, the team would like to catalog all mentions of js-ipfs and figure out whether to delete, modify or keep content.
What this issue is doing
This is issue is for cataloging and discussing the js-ipfs mentions in the docs. A PR will be created to update content once consensus is reached.
Notes
This is an important part of ipfs/js-ipfs#4336.
General principles:
The text was updated successfully, but these errors were encountered: