This is a tool intended to help writers (or other artists) to keep track of their submissions, venues they'd like to submit to, and the works that they would like to publish. It's called "bestrew" as in, "to spread around."
This project is a testbed for rapidly iterating on several ideas. For now, the project is an experiment designed to learn as much as possible.
Eventual Goals:
-
Incredibly high performance. As creatives, we want to keep track of what's happening with our work, fast, so we can back to the real task of creating the work.
-
Simplicity. Bestrew should be easy to learn and use. It should be anticipatory and avoid redundancy.
-
Flexibility. It should be easy to manage information about, for exmaple, any venue/publication without any limitations. With some other tools, you're limited by what's available within a system or marketplace.
-
Reliability. Crashing, hanging, or losing work should never happen.
To request new features, ask questions or to discuss, have a look at the issues page
Bestrew is a simple database designed to track submissions, publications, and details about them.
Bestrew should help you to know:
- which works are currently submitted for publication?
- which works have been published?
- which submissions were accepted/ or not?
- how long have submissions been open?
This is a simple overview of what Bestrew is designed to track.
- Works. What have you created?
- title
- type
- status
- is the work published? if so...
- publication venue
- publication date
- a recent copy of the work
- Venues. Where have you sent your work or where might you send it?
- title
- type
- contact info.
- submission guideline details
- Submissions. Which works went to which venues and what happened?
- which works have been sent out?
- to which venues?
- how long have they been out?
- what was the result of the submission?
- (poets) include multiple manuscripts as part of a single submission?
- Portfolio. Which works were published/displayed/performed and where?
- this is a work in progress. suggestions welcome.
You'll find much more detailed information in the create script, create-bestrew.sql
.
At the moment, Bestrew is a very simple database, built with SQLite. SQLite is a command line tool, so you may prefer to use a graphical interface such as SQLiteMan which is free software available for Windows, Linux and Mac; or a commercial app like Navicat.
- Install SQLite Software on your Linux, Mac, or Windows machine.
- Tell SQLite to make a database
sqlite3 bestrew.db
. - Run
.read create-bestrew.sql
script to build the database. - Enter works, venues, and submissions into the database tables.
- Explore the views to see various reports.
This project is based on several sources.
- Writer's Database by Dmitri Popov, part of The Writer's Tools Extension for OpenOffice.org and LibreOffice
- My notes about submission tracking tools for writers, overview of existing methods, feature wish list, etc.
- a write-up of the database design
- other applications and scripts designed for submission tracking
This project is growing!
- see also: Python Flask UI for Bestrew
This version is for use with SQLite.
Previous versions used LibreOffice Base and Tiddlywiki