You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

98 lines
3.1 KiB

  1. refbase 0.9.7 README
  2. ====================
  3. About refbase
  4. -------------
  5. refbase is a web-based solution for managing scientific literature,
  6. references and citations.
  7. Currently, the following features have been implemented for:
  8. EVERYONE
  9. - search the database using different search forms
  10. - search within results
  11. - browse found records and sort results by any database field
  12. - view results in different views (list view, citations, details,
  13. print view)
  14. - display results in different citation styles & output formats
  15. - export selected records to XML (Atom, MODS, OAI_DC, ODF) and (via
  16. the GPLed Bibutils programs) to ADS, BibTeX, EndNote, ISI, RIS and
  17. Word XML
  18. - display rich text (i.e., italics, super/sub-script, greek letters)
  19. - extract citations from a text & build an appropriate reference list
  20. - track additions via RSS and generate custom RSS feeds from searches
  21. - web services (SRU & OpenSearch) that allow clients to access a
  22. refbase database using a standard query syntax and retrieve results
  23. in structured XML format
  24. - dissemination of bibliographic data via standard methods (COinS &
  25. unAPI) allowing clients to automatically discover and extract data
  26. from refbase
  27. - search a refbase online database from the command line and retrieve
  28. results in various export & citation formats
  29. LOGGED IN USERS
  30. - user-specific fields which are stored individually for each user
  31. - import of records from common bibliographic formats and online
  32. databases via the web interface or the command line
  33. - automatic email announcements for newly added records
  34. - save and recall search queries
  35. - adding records to user-specific groups
  36. - add/edit/delete records as well as file upload & download links
  37. ADMINISTRATOR
  38. - user management interface provided to the database admin
  39. - set access permissions on a per-user basis
  40. More information is given at:
  41. <http://features.refbase.net>
  42. Credits
  43. -------
  44. See AUTHORS
  45. Requirements
  46. ------------
  47. refbase requires:
  48. - a web server (like the Apache HTTP Server <http://httpd.apache.org/>)
  49. - PHP <http://www.php.net/> (version 5.2.0 or greater) with enabled
  50. session support & installed PHP MySQL module
  51. - MySQL <http://www.mysql.com/> (version 4.1.x or greater required for
  52. Unicode support)
  53. - for import and export of various formats (e.g., Endnote & BibTeX):
  54. Bibutils <http://www.refbase.net/index.php/Bibutils>
  55. (version 3.21 or greater)
  56. More detailed information is available at:
  57. <http://requirements.refbase.net>
  58. Installation & Import
  59. ---------------------
  60. See INSTALL
  61. Update
  62. ------
  63. See UPDATE
  64. New Features
  65. ------------
  66. See NEWS
  67. Changelog
  68. ---------
  69. See ChangeLog
  70. Known issues
  71. ------------
  72. See BUGS
  73. What is missing?
  74. ----------------
  75. See TODO
  76. License
  77. -------
  78. See COPYING
  79. Further information
  80. -------------------
  81. For more information about the refbase project and pointers to working
  82. examples of refbase please visit:
  83. <http://www.refbase.net/> or <http://refbase.sourceforge.net/>