Difference between revisions of "Code"

From duply (simple duplicity) - a duplicity shell frontend
Jump to navigation Jump to search
Line 21: Line 21:
 
plain/text -> http://duply.net/tmp/duply.sh
 
plain/text -> http://duply.net/tmp/duply.sh
  
<include src="./tmp/duply.sh" highlight="bash" linenums />
+
<include_off src="./tmp/duply.sh" highlight="bash" linenums />
  
 
<!--nowiki>#!$system:cat tmp/duply.sh | awk '{pre=sprintf("% 5d:\t",NR); print pre,$0}'#</nowiki-->
 
<!--nowiki>#!$system:cat tmp/duply.sh | awk '{pre=sprintf("% 5d:\t",NR); print pre,$0}'#</nowiki-->
 
<source lang="bash" style="display: none;"></source>
 
<source lang="bash" style="display: none;"></source>
 +
 +
<syntaxhighlight lang="bash" line>
 +
<include src="./tmp/duply.sh"/>
 +
</syntaxhighlight>

Revision as of 13:07, 12 August 2019

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

http://ftplicity.svn.sourceforge.net/viewvc/ftplicity/duply/trunk/

SVN access

svn co https://ftplicity.svn.sourceforge.net/svnroot/ftplicity/duply/trunk duply

SVN Log

http://ftplicity.svn.sourceforge.net/viewvc/ftplicity/duply/?view=log

Latest Development Snapshot

mod time #$system:stat -c%y tmp/duply.sh| awk '{print $1}'#

plain/text -> http://duply.net/tmp/duply.sh

<include_off src="./tmp/duply.sh" highlight="bash" linenums />

1 <include src="./tmp/duply.sh"/>