-
Yes; the resource type issue is probably why that does not import. The DOI importer was made before the unixref-1.1 schema was released & much of the syntax found in that file is not offered by unixref-1.0 (and we weren't using a schema when we wrote the import routine, but only examples).
We will have to improve the importer to follow the newer schema in the future.
2009-09-28 15:48:12 UTC in refbase - Web Reference Database
-
Those URIs look fine, but we have not heard about this issue before. Am I correct in assuming that you have not modified refbase and that our demonstration databases work fine when you are logged in to them? If you need a second set of eyes, feel free to send temporary account info off-list.
Please enable all error/notice/warning logging & report anything here. Do you have any issues...
2009-09-19 18:15:48 UTC in refbase - Web Reference Database
-
There is also a ["notes"][1] directory in the SVN that contains documentation.
[1]: http://refbase.svn.sourceforge.net/viewvc/refbase/branches/bleeding-edge/note/ "notes".
2009-09-18 23:34:40 UTC in refbase - Web Reference Database
-
I don't understand your question because of the awkward phrasing through the use of '???,' random italics, and such. I'd create a UTF8 database. Please also refer to: [http://www.refbase.net/index.php/Manual_installation][1]. Is there a reason you cannot use install.php?
[1]: http://www.refbase.net/index.php/Manual_installation.
2009-09-16 14:13:41 UTC in refbase - Web Reference Database
-
As you can see, URLs are autolinked. You cannot use HTML or other rich markup in the sourceforge forums, though.
2009-09-04 15:04:17 UTC in refbase - Web Reference Database
-
If the patch is short, post it here. If it is longer, use the tracker or the dev list.
curl is widely available & we can _probably_ default to it. 'fopen' should be left in tact (either as an option or commented out) for those that do not have the extension.
2009-09-03 20:10:12 UTC in refbase - Web Reference Database
-
Ideally, the user that apache runs under would belong to the group that owns that directory.
2009-09-03 12:29:18 UTC in refbase - Web Reference Database
-
You would need to modify record.php. That form still uses table-based markup & the widths were chosen deliberately. What gripes do you have about them?
If other users of your database don't have complaints, you may wish to use javascript in your browser (a bookmarklet, greasemonkey script, or an extension) that would allow you to customize the size of ANY field (not just those in...
2009-08-31 18:06:44 UTC in refbase - Web Reference Database
-
> When it is imported (individually), it comes in correctly into the record (Year
> field contains ///Yellowstone Special Issue); however, once it is saved, the
> Year field converts to 0. If I did a batch import, it would be seen as 3267
> in the year instead of 0.
In the database, year is a small integer field & it can not be used to store generic text. This is why we...
2009-08-28 00:04:07 UTC in refbase - Web Reference Database
-
> where & why the import into refbase only brings the year date as long as it's
> formatted correctly (YYYY/MM/DD/other_info[aka Y2]).
"Where" is also in import.inc.php. The postprocessor actions array extracts the four-digit year. "Why" is because refbase only has a field for the year.
--Rick.
2009-08-26 22:29:30 UTC in refbase - Web Reference Database