Made a first version of import functionality.
* A very crude extraction step that creates a file with URLs. * A processor that reduces the file to nothing as it imports them.
This commit is contained in:
parent
fbf58ea0c4
commit
40202ea948
4 changed files with 347 additions and 164 deletions
14
view/import.tpl
Normal file
14
view/import.tpl
Normal file
|
@ -0,0 +1,14 @@
|
|||
<div class="mirror-wrapper">
|
||||
<h2>Mirror a directory</h2>
|
||||
<form method="POST">
|
||||
<label>Extract URL's:</label>
|
||||
<input type="text" name="url" value="http://dir.friendica.com">
|
||||
<input type="hidden" name="page" value="0">
|
||||
<input type="submit" value="Execute">
|
||||
</form>
|
||||
<br>
|
||||
<form method="POST">
|
||||
<label>Batch submit from file: $present</label>
|
||||
<input type="submit" name="batch_submit" value="Run batch">
|
||||
</form>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue