-
Notifications
You must be signed in to change notification settings - Fork 55
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
[BOUNTY] Fix script responsible for preparing IPFS mirror #64
Comments
This comment has been minimized.
This comment has been minimized.
@lidel when this does work - would we be pinning this on our own IPFS node (or cluster)? |
@jnthnvctr I believe we would pin to cluster like we did with older snapshot, but want to create a collaborative cluster, so we host a copy, but anyone can follow and contribute – see notes in #68 |
@lidel yes, we just need to work out implementation details. I would really like to get a static JavaScript implementation which can parse the Wikipedia markup language going, so we can seperate the data from the webpage and update them individually. This would reduce the amount of storage required massively. |
#70 is merged, thank you @kanej 👍 🚀 tr.wikipedia-on-ipfs.org continued in #60 (comment) Update: @parkan reopened this so you can try doing the DAI setup |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done This issue now has a funding of 500.0 DAI (500.0 USD @ $1.0/DAI) attached to it as part of the ipfs fund.
|
@kanej see above! 💸 |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Work has been started. These users each claimed they can complete the work by 3 weeks, 5 days from now. 1) kanej has started work. Rework the execute changes script into a node based script. The script will convert the extracted zim directory into a workable website, appending the Distributed Wikipedia Mirror project notes to the bottom of each page. Learn more on the Gitcoin Issue Details page. |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Work for 500.0 DAI (500.0 USD @ $1.0/DAI) has been submitted by: @parkan please take a look at the submitted work:
|
Issue Status: 1. Open 2. Started 3. Submitted 4. Done The funding of 500.0 DAI (500.0 USD @ $1.0/DAI) attached to this issue has been approved & issued to @kanej.
|
@parkan thanks. I had no problems, straight forward process, but I started with previous experience of ether and gitcoin. |
BOUNTY: $500 (how to claim?)
Summary
TODO
Pick up where PR at #67 ended and update
execute-changes.sh
script to:https://ipfs.io/ipns/<cid>/wiki/
https://<cid>.ipfs.dweb.link/wiki/
extract_zim
, all pages are namedArticleName.html
but they link to other article names without.html
ArticleName/index.html
with a redirect page toArticleName.html
(similar to this)oldid=
links can be found in page sources, for example:href="https://tr.wikipedia.org/w/index.php?title=<title>&oldid=<timestamp>"
.zim
on IPFS/wiki/index.html
Acceptance Criteria
wikipedia_tr_all_maxi_2019-12.zim
The text was updated successfully, but these errors were encountered: