From: <ps...@us...> - 2017-05-19 18:26:11
|
Revision: 284 http://sourceforge.net/p/vlibrary/code/284 Author: psteitz Date: 2017-05-19 18:26:09 +0000 (Fri, 19 May 2017) Log Message: ----------- Added issues page. Modified Paths: -------------- branches/VLIBRARY_2_X/src/site/site.xml Added Paths: ----------- branches/VLIBRARY_2_X/src/site/apt/index.apt branches/VLIBRARY_2_X/src/site/apt/issues.apt Added: branches/VLIBRARY_2_X/src/site/apt/index.apt =================================================================== --- branches/VLIBRARY_2_X/src/site/apt/index.apt (rev 0) +++ branches/VLIBRARY_2_X/src/site/apt/index.apt 2017-05-19 18:26:09 UTC (rev 284) @@ -0,0 +1,19 @@ + ---- + Index + ----- + Virtual Library Team + ----- + 14 May 2017 + ----- + +Welcome to the Virtual Library! + + The Virtual Library (VL) is a web application designed to facilitate peer-to-peer sharing of books + among groups of people who are located in relatively close physical proximity (e.g. a group of + co-workers who work in the same location or a group of students in the same campus). As of version + 2.0, multiple locations are supported. Readers register and contribute books to the library, + which may be requested by other readers at any time. Requests for books trigger emails to + "current possessors" asking them to drop books off with the administrator (who effectively + maintains a "cache" of books awaiting pickup). Checkin and checkout operations are performed + by the administrator. Book search and status functions enable users to find books and/or + book locations. \ No newline at end of file Property changes on: branches/VLIBRARY_2_X/src/site/apt/index.apt ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: branches/VLIBRARY_2_X/src/site/apt/issues.apt =================================================================== --- branches/VLIBRARY_2_X/src/site/apt/issues.apt (rev 0) +++ branches/VLIBRARY_2_X/src/site/apt/issues.apt 2017-05-19 18:26:09 UTC (rev 284) @@ -0,0 +1,43 @@ + ---- + Issues + ----- + Virtual Library Team + ----- + 14 May 2017 + ----- + +Virtual Library Issues + + The Virtual Library is an open development, open source project. We welcome + all feedback, especially when it comes with patches ;-) + +* Mailing Lists + + General comments should go to the VL {{{./mail-lists.html} mailing lists}}. + Questions or comments about how to use the application should be directed to + the user list. All discussion related to the code or design of the VL takes + place on the development list. + +* Filing issues + + If you think you have found a problem with the VL (something that does not work correctly), + then create a {{{https://sourceforge.net/p/vlibrary/bugs/} + Virtual Library Bug}}. + + If there is a new feature that you would like to see, create a + a {{{https://sourceforge.net/p/vlibrary/feature-requests/} + Feature Request}}. + + Suggestions for improvement to the code or existing features should be added as + {{{https://sourceforge.net/p/vlibrary/improve/} + Improvements}}. + + You can attach patches to any of these issue types and we thank you in advance + for your feedback and any contributions that you wish to make. To learn more + about getting involved with VL development, see {{{https://vlibrary.sourceforge.io/get-involved.html} + Get Involved}}. + + Thanks for your feedback! + + + Property changes on: branches/VLIBRARY_2_X/src/site/apt/issues.apt ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Modified: branches/VLIBRARY_2_X/src/site/site.xml =================================================================== --- branches/VLIBRARY_2_X/src/site/site.xml 2017-05-19 18:24:38 UTC (rev 283) +++ branches/VLIBRARY_2_X/src/site/site.xml 2017-05-19 18:26:09 UTC (rev 284) @@ -5,12 +5,11 @@ <item name="Overview" href="index.html"/> <item name="Technical reference" href="techOverview.html"/> <item name="Download" href="https://sourceforge.net/projects/vlibrary/files/"/> - <item name="Javadoc" href="apidocs/index.html" /> <item name="SourceForge project page" href="http://sourceforge.net/projects/vlibrary"/> - <item name="Issue tracker" href="https://sourceforge.net/p/vlibrary/bugs/"/> + <item name="Issue tracker" href="issues.html"/> <item name="Getting Started" href="getting-started.html" /> <item name="Get Involved" href="get-involved.html" /> </menu> - ${reports} + <menu ref="reports"/> </body> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |