Page MenuHomeDevCentral

wurfProject
ActivePublic

Members (1)

Watchers

  • This project does not have any watchers.
  • View All

Details

Description

The wurf utility (Web Upload and Receive Files) allows spawning a web server to serve a file, a directory as an archive, or to receive a file.

Fork of woof by Simon Budig, under GPLv2+ license.

More information: https://agora.nasqueron.org/Wurf

Recent Activity

Sat, Oct 19

dereckson moved T2060: Document properly woof history in Git history from In progress to Done on the wurf board.
Sat, Oct 19, 17:33 · wurf
dereckson moved T2058: Fork woof repository from In progress to Done on the wurf board.
Sat, Oct 19, 17:33 · wurf
dereckson moved T2059: Provide wurf man page from To review to Done on the wurf board.
Sat, Oct 19, 17:33 · wurf
dereckson moved T2041: Python 3.13 will remove cgi library used by woof from To review to Done on the wurf board.
Sat, Oct 19, 17:33 · wurf, Servers, upstream
dereckson moved T2057: Kickstart wurf from Backlog to In progress on the wurf board.
Sat, Oct 19, 17:32 · Servers, wurf
dereckson closed T2058: Fork woof repository as Resolved.
Sat, Oct 19, 17:32 · wurf
dereckson closed T2059: Provide wurf man page as Resolved.
Sat, Oct 19, 16:58 · wurf
dereckson closed T2041: Python 3.13 will remove cgi library used by woof as Resolved.
Sat, Oct 19, 16:58 · wurf, Servers, upstream
dereckson claimed T2041: Python 3.13 will remove cgi library used by woof.

Deployed on WindRiver

Sat, Oct 19, 16:57 · wurf, Servers, upstream
dereckson added a revision to T2058: Fork woof repository: D3541: Adopt wurf on shellserver and devserver roles.
Sat, Oct 19, 16:56 · wurf
dereckson updated the task description for T2058: Fork woof repository.
Sat, Oct 19, 16:54 · wurf
dereckson updated the task description for T2058: Fork woof repository.
Sat, Oct 19, 16:48 · wurf
dereckson added a revision to T2058: Fork woof repository: D3540: New port: www/wurf.
Sat, Oct 19, 16:27 · wurf
dereckson added a revision to T2058: Fork woof repository: D3539: Allow to build a wheel package.
Sat, Oct 19, 01:57 · wurf
dereckson closed T2060: Document properly woof history in Git history as Resolved.
Sat, Oct 19, 00:19 · wurf
dereckson added a comment to T2060: Document properly woof history in Git history.

Import script to create the commits:

1#!/bin/sh
2
3set -e
4
5BASE_DIR=$HOME/dev/nasqueron/wurf/archiv
6DATE="Fri Dec 31 23:59:59 2004 +0000"
7
8for file in $(grep fileserv /tmp/all.txt)
9do
10 cp $BASE_DIR/$file fileserv.py
11 git add fileserv.py
12 git commit -m "Import archive of $file" --author="Simon Budig <simon@budig.de>" --date="$DATE"
13done
14
15git mv fileserv.py woof.py
16
17for file in $(grep woof /tmp/all.txt)
18do
19 cp $BASE_DIR/$file woof.py
20 git add woof.py
21 git commit -m "Import archive of $file" --author="Simon Budig <simon@budig.de>" --date="$DATE"
22done

Sat, Oct 19, 00:19 · wurf
dereckson moved T2060: Document properly woof history in Git history from Backlog to In progress on the wurf board.
Sat, Oct 19, 00:15 · wurf

Fri, Oct 18

dereckson added a revision to T2058: Fork woof repository: D3538: Rename woof to wurf.
Fri, Oct 18, 22:52 · wurf
dereckson moved T2065: Add support for HEAD requests in wurf from Backlog to Dev on the good-first-issue board.
Fri, Oct 18, 21:47 · good-first-issue, wurf
dereckson added a comment to T2065: Add support for HEAD requests in wurf.

https://github.com/simon-budig/woof/pull/17 offers a solution, but the code is very tangled. My initial plan noted in task description is based on my review on that pull request.

Fri, Oct 18, 21:46 · good-first-issue, wurf
dereckson triaged T2065: Add support for HEAD requests in wurf as Wishlist priority.
Fri, Oct 18, 21:45 · good-first-issue, wurf
dereckson triaged T2064: Add version information on wurf as Normal priority.
Fri, Oct 18, 21:33 · wurf
dereckson added a revision to T2059: Provide wurf man page: D3537: Import man page from Debian package.
Fri, Oct 18, 21:25 · wurf
dereckson renamed T2059: Provide wurf man page from Provide man page to Provide wurf man page.
Fri, Oct 18, 21:25 · wurf
dereckson updated the task description for T2059: Provide wurf man page.
Fri, Oct 18, 21:20 · wurf
dereckson added a revision to T2041: Python 3.13 will remove cgi library used by woof: D3536: Stop using deprecated cgi module.
Fri, Oct 18, 20:57 · wurf, Servers, upstream
dereckson updated the task description for T2063: Consider if 403 is the correct HTTP code when no upload is provided to wurf.
Fri, Oct 18, 20:38 · discussion, wurf
dereckson triaged T2063: Consider if 403 is the correct HTTP code when no upload is provided to wurf as Normal priority.
Fri, Oct 18, 20:36 · discussion, wurf
dereckson added a revision to T2058: Fork woof repository: D3535: Update code to the Black code style.
Fri, Oct 18, 20:08 · wurf
dereckson added a revision to T2058: Fork woof repository: D3534: Split license and contributors from source code.
Fri, Oct 18, 18:00 · wurf
dereckson triaged T2062: Native TLS support as Wishlist priority.
Fri, Oct 18, 17:38 · wurf
dereckson triaged T2061: Allow to configure proxy as Wishlist priority.
Fri, Oct 18, 17:35 · wurf
dereckson triaged T2060: Document properly woof history in Git history as Wishlist priority.
Fri, Oct 18, 17:27 · wurf
dereckson moved T2059: Provide wurf man page from Backlog to To review on the wurf board.
Fri, Oct 18, 17:24 · wurf
dereckson moved T2041: Python 3.13 will remove cgi library used by woof from Backlog to To review on the wurf board.
Fri, Oct 18, 17:24 · wurf, Servers, upstream
dereckson moved T2058: Fork woof repository from Backlog to In progress on the wurf board.
Fri, Oct 18, 17:24 · wurf
dereckson added a project to T2041: Python 3.13 will remove cgi library used by woof: wurf.

After two weeks of thinking, let's go with the wurf fork plan.

Fri, Oct 18, 17:23 · wurf, Servers, upstream
dereckson triaged T2059: Provide wurf man page as Normal priority.
Fri, Oct 18, 17:21 · wurf
dereckson triaged T2058: Fork woof repository as Normal priority.
Fri, Oct 18, 17:20 · wurf
dereckson added a comment to T2057: Kickstart wurf.

Documentation: https://agora.nasqueron.org/wurf

Fri, Oct 18, 17:19 · Servers, wurf
dereckson updated the task description for T2057: Kickstart wurf.
Fri, Oct 18, 17:18 · Servers, wurf
dereckson changed the subtype of T2057: Kickstart wurf from "Task" to "Epic".
Fri, Oct 18, 17:14 · Servers, wurf
dereckson triaged T2057: Kickstart wurf as Normal priority.
Fri, Oct 18, 17:13 · Servers, wurf
dereckson set the image for wurf to F3668547: profile.
Fri, Oct 18, 17:11
dereckson created wurf.
Fri, Oct 18, 17:07