OK, Greg, What are the POST variables and what do they mean (if it is not really obvious...like "title")? Brett
On Fri, Apr 15, 2005 at 01:43:21PM -0400, William Fishburne wrote:
OK, Greg,
What are the POST variables and what do they mean (if it is not really obvious...like "title")?
Do you mean the author roles, for the upload form etc.? mysql> select * from roles; +-----------+--------------+ | role_code | role_string | +-----------+--------------+ | an | Annotator | | cm | Commentator | | cp | Compiler | | cr | Creator | | ed | Editor | | il | Illustrator | | tr | Translator | | uk | Unknown role | +-----------+--------------+ Or did you mean something different? Sorry if I misunderstood. -- Greg
That's it! I'll start using the "role_code" listed below in the hope that eventually I'll be updating GUTINDEX.ALL properly :) Brett On Sat, 16 Apr 2005 13:04:48 -0700, Greg Newby <gbnewby@pglaf.org> wrote:
On Fri, Apr 15, 2005 at 01:43:21PM -0400, William Fishburne wrote:
OK, Greg,
What are the POST variables and what do they mean (if it is not really obvious...like "title")?
Do you mean the author roles, for the upload form etc.?
mysql> select * from roles; +-----------+--------------+ | role_code | role_string | +-----------+--------------+ | an | Annotator | | cm | Commentator | | cp | Compiler | | cr | Creator | | ed | Editor | | il | Illustrator | | tr | Translator | | uk | Unknown role | +-----------+--------------+
Or did you mean something different? Sorry if I misunderstood. -- Greg
_______________________________________________ wwpolicy mailing list wwpolicy@lists.pglaf.org http://lists.pglaf.org/mailman/listinfo.cgi/wwpolicy
At the risk of missing the obvious...what is the Author role_code? Additionally, what other POST variables are there. Brett On Sat, 16 Apr 2005 13:04:48 -0700, Greg Newby <gbnewby@pglaf.org> wrote:
On Fri, Apr 15, 2005 at 01:43:21PM -0400, William Fishburne wrote:
OK, Greg,
What are the POST variables and what do they mean (if it is not really obvious...like "title")?
Do you mean the author roles, for the upload form etc.?
mysql> select * from roles; +-----------+--------------+ | role_code | role_string | +-----------+--------------+ | an | Annotator | | cm | Commentator | | cp | Compiler | | cr | Creator | | ed | Editor | | il | Illustrator | | tr | Translator | | uk | Unknown role | +-----------+--------------+
Or did you mean something different? Sorry if I misunderstood. -- Greg
_______________________________________________ wwpolicy mailing list wwpolicy@lists.pglaf.org http://lists.pglaf.org/mailman/listinfo.cgi/wwpolicy
William Fishburne wrote:
At the risk of missing the obvious...what is the Author role_code?
'Author' is deprecated in favour of the more specific roles. When in doubt, use 'Creator'. These are the roles currently recognized by the catalog daemon: gutenberg=> SELECT * from roles; pk | role ----+-------------- an | Annotator cm | Commentator cp | Compiler cr | Creator ed | Editor il | Illustrator tr | Translator uk | Unknown role pf | Performer ph | Photographer cn | Contributor en | Engraver ar | Artist (13 rows) More roles will be inserted when needed. -- Marcello Perathoner webmaster@gutenberg.org
On Mon, Apr 18, 2005 at 06:54:56PM +0200, Marcello Perathoner wrote:
William Fishburne wrote:
At the risk of missing the obvious...what is the Author role_code?
'Author' is deprecated in favour of the more specific roles. When in doubt, use 'Creator'.
These are the roles currently recognized by the catalog daemon:
Marcello, please continue to keep me informed of any roles you add to the catalog. I have just added these additional roles to our copyright clearance forms: Performer Photographer Contributor Engraver Artist -- Greg
gutenberg=> SELECT * from roles; pk | role ----+-------------- an | Annotator cm | Commentator cp | Compiler cr | Creator ed | Editor il | Illustrator tr | Translator uk | Unknown role pf | Performer ph | Photographer cn | Contributor en | Engraver ar | Artist (13 rows)
More roles will be inserted when needed.
-- Marcello Perathoner webmaster@gutenberg.org
_______________________________________________ wwpolicy mailing list wwpolicy@lists.pglaf.org http://lists.pglaf.org/mailman/listinfo.cgi/wwpolicy
participants (3)
-
Greg Newby
-
Marcello Perathoner
-
William Fishburne