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.

108 lines
3.3 KiB

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