From f2e0c7a2d266ae88f52b139d92d01c0960232536 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Fri, 1 Sep 2017 20:17:47 +0200 Subject: dict, sky: update site from pdos.lcs.mit.edu to 9fans.github.io --- dict/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dict') diff --git a/dict/README b/dict/README index d581186e..a09cf535 100644 --- a/dict/README +++ b/dict/README @@ -2,12 +2,12 @@ # and modifying dict to handle it. # This is the Project Gutenberg original Webster's dictionary -hget http://pdos.lcs.mit.edu/~rsc/software/plan9/pgw.tar.bz2| +wget -O- https://9fans.github.io/plan9port/dist/pgw.tar.bz2| bunzip2| tar xf - # This is the Project Gutenberg original Roget's thesaurus -hget http://pdos.lcs.mit.edu/~rsc/software/plan9/roget.tar.bz2| +wget -O- https://9fans.github.io/plan9port/dist/roget.tar.bz2| bunzip2| tar xf - -- cgit v1.2.3 From b3336e5cbb82042dfeedab8615022410b74f8520 Mon Sep 17 00:00:00 2001 From: Kare Nuorteva Date: Sun, 10 Sep 2017 13:26:57 +0300 Subject: all: remove .cvsignore files Rename following .cvsignore files to .gitkeep since they are required by the build (directories must exist before build): - bin/fossil/.gitkeep - bin/fs/.gitkeep - bin/venti/.gitkeep Change-Id: I9c2865058480cffb3a4613f25e2eca1f7e5578c0 --- dict/.cvsignore | 1 - 1 file changed, 1 deletion(-) delete mode 100644 dict/.cvsignore (limited to 'dict') diff --git a/dict/.cvsignore b/dict/.cvsignore deleted file mode 100644 index 72e8ffc0..00000000 --- a/dict/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -* -- cgit v1.2.3