Browse Source

moving paper

Juan Batiz-Benet 11 years ago
parent
commit
d352270150

+ 2 - 1
README.md

@@ -62,8 +62,9 @@ IPFS has a name service:
 
 Please Read:
 
-- [IPFS - The Permanent Web](https://github.com/jbenet/ipfs/blob/master/papers/ipfs/ipfs-the-permanent-web.pdf?raw=true)
+- [IPFS - Peer-to-Peer File System](https://github.com/jbenet/ipfs/blob/master/papers/cap2pfs/ipfs-p2p-file-system.pdf?raw=true)
 - IPNS - Mutable Names for IPFS
+- IPFS - Toward The Permanent Web
 
 ## Implementations
 

+ 0 - 0
papers/ipfs/.gitignore → papers/cap2pfs/.gitignore


+ 7 - 4
papers/ipfs/Makefile → papers/cap2pfs/Makefile

@@ -1,9 +1,12 @@
 
-all: ipfs-the-permanent-web.pdf
+SHORT=ipfs-cap2pfs
+LONG=ipfs-p2p-file-system
 
-ipfs-the-permanent-web.pdf: ipfs.tex sig-alternate.cls
-	pdflatex --shell-escape ipfs.tex
-	mv ipfs.pdf ipfs-the-permanent-web.pdf
+all: $(LONG).pdf
+
+$(LONG).pdf: $(SHORT).tex sig-alternate.cls
+	pdflatex --shell-escape $(SHORT).tex
+	mv $(SHORT).pdf $(LONG).pdf
 
 clean:
 	rm *.bbl *.aux *.dvi *.blg *.log *.gnuplot *.table

+ 0 - 0
papers/ipfs/acm-article.cls → papers/cap2pfs/acm-article.cls


+ 1 - 1
papers/ipfs/ipfs.tex → papers/cap2pfs/ipfs-cap2pfs.tex

@@ -12,7 +12,7 @@
 
 \begin{document}
 
-\title{IPFS - Towards The Permanent Web (DRAFT 2)}
+\title{IPFS - Content Addressed, Versioned, P2P File System (DRAFT 2)}
 \subtitle{}
 
 \numberofauthors{1}

+ 0 - 0
papers/ipfs/ipfs.bib → papers/cap2pfs/ipfs.bib


+ 0 - 0
papers/ipfs/sig-alternate.cls → papers/cap2pfs/sig-alternate.cls


BIN
papers/ipfs/ipfs-the-permanent-web.pdf