Difference between revisions of "Code"
Jump to navigation
Jump to search
(40 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{DISPLAYTITLE:Sourcecode / SVN}} | ||
+ | <!-- | ||
=Include Test= | =Include Test= | ||
− | < | + | <php> |
− | echo | + | echo 'one'; |
− | echo | + | echo 'two'; |
− | </ | + | echo escapeshellarg($input); |
+ | fantastic(); | ||
+ | </php> | ||
+ | --> | ||
==duply sourcecode== | ==duply sourcecode== | ||
Line 23: | Line 28: | ||
===Latest Development Snapshot=== | ===Latest Development Snapshot=== | ||
− | mod time < | + | mod time <shell nocache>stat -Lc%y tmp/duply.sh| awk '{print $1}';</shell> |
− | |||
− | plain/text -> | + | plain/text -> [//{{SERVERNAME}}/tmp/duply.sh duply.sh] |
− | <include src=" | + | <include src="./tmp/duply.sh" lang="bash" nocache line nopre/> |
− | + | __NOCACHE__ | |
− |
Latest revision as of 18:28, 9 August 2020
Contents
duply sourcecode
duply's svn repository is not the most recent source for the code. Usually the svn only gets updated on releases. But not always. Development snapshots are taken daily. These are not guaranteed to work, but might contain unreleased fixes. Check the snapshot's changelog header accordingly.
SVN access
Browse the repository
https://sourceforge.net/p/ftplicity/code/HEAD/tree/duply/trunk/
SVN access
svn co https://svn.code.sf.net/p/ftplicity/code/duply/trunk duply
SVN Log
https://sourceforge.net/p/ftplicity/code/commit_browser
Latest Development Snapshot
mod time 2021-02-22
plain/text -> duply.sh