1 EMACS
=emacs
-q
--no-site-file
5 fripost-web
: # creates home page
8 -eval
"(org-publish-project \"fripost-web\")"
10 find publish
-iname
"*.html" -exec perl
-pi
-e
's!\\ndash!–!' {} \
;
11 # Remove Emacs backup files
12 find publish
-name
"*~" -delete
14 send
: # sends to fripost.org for publication
16 rsync
-ruvp
--chmod
=Dugo
+rx
,Fugo
+r publish
/ fripost@fripost.org
:fripost.org
/
19 rm *~
*; rm test test.d
/test; rmdir
test.d
21 # Debuging and testing
22 send-test
: test.d
/test
23 rsync
-ruvp
test.d
/ fripost@fripost.org
:fripost.org
/
26 echo This is the
test file for fripost-web.
> test.d
/test