Delete JJ and Roadmap

This commit is contained in:
Jason Spriggs
2012-12-13 16:00:29 -05:00
parent 6d4e1c70fc
commit 4889dc6ff4
2 changed files with 0 additions and 115 deletions

View File

@@ -1,29 +0,0 @@
Junior Jobs
===========
Everybody can help to make ownCloud better. Here is a list of jobs for beginners.
`Junior Jobs in the core repository`_
`Junior Jobs in the apps repository`_
Junior developer jobs:
* eBook reader app
Show all the pdf files on a nice overview page ideally with the first page as a thumbnail. The pdf opens with the integrated pdf viewer based on pdf.js for reading. The scanning and indexing of the files should be similar to the Gallery app. Future extension can be downloading of new ebooks from open stores like Project Gutenberg or other repositories and sending of files to ereaders like kindles
* Dolphin Context Menu.
Integration with filemanagers like dolphin should be possible. Sharing of files with others or access to versioning would be cool
* RSS Catcher App / Syncing with Akregator **Work in progress**
An rss catcher and reader similar to Google Reader would be a powerful feature. The feeds and read status could be synced with Readers like Akregator
* Podcast Catcher App
An application that collects podcasts like for example iTunes and provides an embedded player
* HTML 5 Drag/Drop Uploader **Work in progress**
Enable drag and drop so that users can a drag a file from the local desktop into the ownCloud browser window for uploading.
* ssh client application
An embedded ssh terminal to access remote servers from within the ownCloud webinterface. ssh.js could be used for that.
* presentation app
A html5 presentation application for ownCloud using impress.js
* openPhoto integration **Work in progress**
Currently, openPhoto can only store photos on DropBox or Amazon S3. It was proposed on the mailing list `here(1)`_ and `here(2)`_ to create an openPhoto backend for ownCloud.
.. _Junior Jobs in the core repository: https://github.com/owncloud/core/issues?labels=Junior+Job&page=1&state=open
.. _Junior Jobs in the apps repository: https://github.com/owncloud/apps/issues?labels=Junior+Job&page=1&state=open
.. _here(1): http://mail.kde.org/pipermail/owncloud/2011-December/001875.html
.. _here(2): http://mail.kde.org/pipermail/owncloud/2011-December/001879.html

View File

@@ -1,86 +0,0 @@
Roadmap
=======
Version 5.0
-----------
January 2013
~~~~~~~~~~~~
Version 4.5
-----------
October 23th 2012
~~~~~~~~~~~~~~~~~
Version 4.0
-----------
`May 22nd 2012, Release Announcement`_
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* versioning of files
* server side encryption
* drag and drop upload
* theming
* ODF file viewer
* ownCloud Application APIs
* migration and backup
* tasks management
* application store
* lots of improvements
Version 3.0
-----------
`January 31st 2012, Release Announcement`_
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Text editor
* Improved photo gallery
* Improved calendar view
* PDF viewer
Version 2.0
-----------
October 2011
~~~~~~~~~~~~
* refactored codebase
* new plugin / apps system
* redesigned web interface
* Calendar & Address book access from webinterface
* CalDAV & CardDAV support to sync your calendars and contacts
Version 1.2
-----------
April 15th 2011
~~~~~~~~~~~~~~~
* UI redesigned from scratch
* Again a lot of fixes
Version 1.1
-----------
`November 23rd, 2010, Release Anouncement`_
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* New Plugin system
* User management
* ownCloud can now be installed in a DB shared with other applications since ownCloud tables has a prefix (default is oc_ but can choose it)
* Experimental PostgreSQL support
* Text viewer with syntax highlighting
* Support for OCS private attribute storage and activity
* A lot of fixes
* Code Cleanup
Version 1.0
------------
`June 24th 2010, Release Announcement`_
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Working web interface to upload, organize and delete your personal files
* WebDAV access to your files.
* Some basic configuration options
.. _May 22nd 2012, Release Announcement: http://blog.karlitschek.de/2012/05/owncloud-4-released.html
.. _January 31st 2012, Release Announcement: http://owncloud.org/owncloud-3-release/
.. _November 23rd, 2010, Release Anouncement: http://blog.karlitschek.de/2010/11/owncloud-11-released.html
.. _June 24th 2010, Release Announcement: http://blog.karlitschek.de/2010/06/owncloud-10-is-here.html