Process projects sequentially, plus a few quick questions
Following on from a reply on another thread, it would be very useful to be able to process projects sequentially, eg one after another.
Of course, for this to work a stop condition would be required on a project, else the next one will never start. Suitable conditions would be: when no more targets are left (with a direct import) or after x submissions/verified similar to the current pause options.
A graceful way to add this to the interface is something that would need to be considered, and i will give it some thought if it is an option Sven would agree to contemplate.
Anyway, why would it be useful?
Well, there are a number of possibilities this opens up. The one likely to have the most popular appeal is multi-posting to the same site. We can set up one project 1st to register to a bunch of sites, and extra ones to follow that post new content to the same sites.
This is already possible by manipulating project files, but is complicated, requires each project to be started manually after edits, and is easy to screw up.
It would also allow for multi-part processing, such as register in one project, then drop link in the next one (maybe a few days later if you want to) which can help with spam detection.
For those providing a service, it allows for all jobs to be processed in the order they are received: simply add new projects to the queue in the morning, zip and email results from finished ones in the evening. There are a lot of people that do this kind of work, and this could be a big selling point.
There are other benefits but i do not want to write an essay here!
Now i can see an objection being "Its already pretty complicated, this will confuse people" and i understand that thinking: If this will at least be contemplated, i will spend some time thinking how to implement it from a GUI perspective.
I of course do not know how much the architecture of the program would need to be altered to do this, but it already utilizes start/stop conditions with the pause options, so hopefully it is not a massive change.
Of course it is Svens feedback i am most interested in, but i would like to here other user feedback as well.
EDIT quick question for Sven, when a project already has verified urls, but the cache has been deleted, i see it still skips sites with an existing verified link. How does this work? Does it check the verified links list 1st?
Comments
The following will submit a POST request to the URL. Have a look in trackback or pingback engine.
[STEP1]
modify url=http://www.some-domain.com/path?paramters=123
post data=var1=value1&var2=value2...