Jump to content
Toggle sidebar
The Portal Wiki
Search
Create account
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Talk
Contributions
Navigation
Intro to The Portal
Knowledgebase
Geometric Unity
Economic Gauge Theory
All Podcast Episodes
All Content by Eric
Ericisms
Learn Math & Physics
Graph, Wall, Tome
Community
The Portal Group
The Portal Discords
The Portal Subreddit
The Portal Clips
Community Projects
Wiki Help
Getting Started
Wiki Usage FAQ
Tools
What links here
Related changes
Special pages
Page information
More
Recent changes
File List
Random page
Editing
Postprint
Page
Discussion
English
Read
Edit
View history
More
Read
Edit
View history
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{InfoboxProject |project=Post Print |image=[[File:Missingthumb2.png]] |topic= |leader=cam#4507 |startdate=25 July 2020 |customlabel1= |customdata1= |customlabel2= |customdata2= |customlabel3= |customdata3= |customlabel4= |customdata4= |link1title=Production |link1=[https://postprint.org/ Website] |link2title=GitHub |link2=[https://github.com/hyferg/docs Repo] |link3title= |link3= |link4title= |link4= }} Post Print is a homage to the free (as in freedom) and open internet, Aaron Schwartz, and Ted Nelson. Can you edit a text file? You can make a timeline! Post Print turns text files in git(hub) repos into timelines. You can even edit the files using the github website if you don't know how to use git. Post Print is a set of instructions to crawl and display data from a web of these repos. I've added a basic timeline of technology already. Other ideas would be to make timelines * The life of Aaron Schwartz * Portal Community * Coronavirus * IDW Content Drop a pull request on the repo or talk to me if you want to add to these or have your own ideas for timelines. <gallery mode="slideshow"> File:Postprint-sample.png File:Postprint-docs.png </gallery> == Goals == * Turn plain text into timelines. == Design == What's a simple way to collaboratively build a timeline or series of blogposts? Host the data as a plaintext file in a accessible git repository. Use a 'website' to distribute client side code (react) to query and display the data as a website. 1 Data concerns βββββββββββββββ <https://pc.net/helpcenter/answers/how_much_text_in_one_megabyte> 500 pages of 2000 characters is about 1 megabyte 10 years of blogposts, 60 posts a year, 500 words per posts about 1 megabyte β’ website main pages β’ bbc.com: 5.90 MB β’ npr.com: 6.95 MB β’ reddit.com: 17.07 MB β’ cnn.com: 14.00 MB β’ twitter blank login page: 3.34 MB β’ twitter user page 3.99 MB 2 What does this mean βββββββββββββββββββββ β’ You can store an entire blog or timeline in a plaintext file β’ This file can be hosted in a github repo β’ The client can cache the file and only update when the git repo reports a different hash for the file 3 How to get the data βββββββββββββββββββββ β’ REST api docs: <https://docs.github.com/en/rest/reference/repos#get-repository-content> 3.1 View root level stuff βββββββββββββββββββββββββ GET <https://api.github.com/repos/hyferg/time/contents> β’ Accept: application/vnd.github.v3+json 3.2 View a raw document βββββββββββββββββββββββ GET <https://api.github.com/repos/hyferg/time/contents/aaron-swartz.md> headers Accept: application/vnd.github.v3.raw == Members == * cam#4507 __NOTOC__ [[Category:Projects]]
Summary:
Please note that all contributions to The Portal Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
The Portal:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Infobox
(
view source
) (semi-protected)
Template:InfoboxProject
(
view source
) (semi-protected)