Rekonq/Roadmap: Difference between revisions
< Rekonq
m (144 revisions imported) |
|||
(134 intermediate revisions by 11 users not shown) | |||
Line 4: | Line 4: | ||
'''This is not a guarantee of what will be done!''' | '''This is not a guarantee of what will be done!''' | ||
If you wanna start contributing, feel free to add one task or simply add your name to one of the features here. | |||
You are absolutely free with the RED ones. Contact the developer in the "assignee" column if you wanna help in a YELLOW status feature. (IRC or the mailing list are your friends here) | |||
== Planned for 0. | |||
== Planned for 0.10 == | |||
{|style="background-color:#ffffcc;" cellpadding="20" cellspacing="0" border="1" | {|style="background-color:#ffffcc;" cellpadding="20" cellspacing="0" border="1" | ||
!Feature | !Feature | ||
Line 12: | Line 15: | ||
!Assignee | !Assignee | ||
|- | |- | ||
| | | New adblock UI | ||
| | | To block "on-click" elements | ||
|style="background-color:green;" | | |style="background-color:green;" | DONE | ||
|adjam | | adjam | ||
|- | |- | ||
| | | Improve actual adblock UI | ||
| | | To simplify adblock subscription list add (in the same way konqueror does) | ||
|style="background-color:green;" | | |style="background-color:green;" | DONE | ||
|adjam | | adjam | ||
|- | |- | ||
| | | adblock | ||
| | | Save subscriptions as downloaded files (NO MORE KCONFIG here) | ||
|style="background-color:green;" | | |style="background-color:green;" | DONE | ||
| | | adjam | ||
|- | |- | ||
| | | something Work In Progress | ||
| | | | ||
|style="background-color: | |style="background-color:yellow;" | WIP | ||
| | | | ||
|- | |- | ||
| | | something done | ||
| | | | ||
|style="background-color:green;" |DONE | |style="background-color:green;" | DONE | ||
| | | | ||
|- | |- | ||
| | | Work on rekonq web site | ||
| | | | ||
|style="background-color: | |style="background-color:red;" | TODO | ||
| | | | ||
|- | |- | ||
| | | Sync handler: Google Bookmarks | ||
| Wiki mentions there is no API but apparently the api is known and quite simple: http://www.mmartins.com/mmartins/googlebookmarksapi/ | |||
| | |||
|style="background-color:green;" | DONE | |style="background-color:green;" | DONE | ||
| | |Siteshwar | ||
|- | |- | ||
| | | Sync handler: WebDAV | ||
| | | Xmarks/LastPass uses WebDAV apparently as well: http://blog.barfoo.org/2009/05/03/firefox-hosting-xmarks-formerly-foxmarks-on-lighttpd/ | ||
|style="background-color:red;" | TODO | |style="background-color:red;" | TODO | ||
| | | | ||
|- | |- | ||
| | | Sync handler: Digg | ||
| | | Certainly a possibility: http://apidoc.digg.com/w/page/17759000/FrontPage | ||
|style="background-color:red;" | TODO | |style="background-color:red;" | TODO | ||
| | | | ||
|- | |- | ||
| | | Sync handler: Firefox Sync | ||
| Centered around sharing bookmarks with mobile devices. | |||
Uses WPS style pin generation from the "original device" to pair additional "devices". | |||
Several implementations of the server are available, allowing for self-hosting of the sync repository. | |||
https://wiki.mozilla.org/Firefox_Sync | |||
|style="background-color:red;" | TODO | |||
| | | | ||
|- | |- | ||
| | | Sync handler: git | ||
| | | just commit changes to a remote git repository. :D | ||
|style="background-color:red;" | TODO | |style="background-color:red;" | TODO | ||
| | | | ||
|- | |- | ||
| | | Sync handler: opera link | ||
| | | we have a sort of APIs about: http://dev.opera.com/articles/view/introducing-the-opera-link-api/ | ||
|style="background-color: | |style="background-color:green;" | DONE | ||
| | |Siteshwar | ||
|- | |- | ||
| | | Spell check support | ||
| | | See https://projects.kde.org/projects/extragear/base/kwebkitpart/repository/revisions/8e6915585a about. | ||
|style="background-color:red;" | TODO | |style="background-color:red;" | TODO | ||
| | | | ||
|} | |} | ||
== | == Next BIG targets == | ||
{|style="background-color:#ffffcc;" cellpadding="20" cellspacing="0" border="1" | {|style="background-color:#ffffcc;" cellpadding="20" cellspacing="0" border="1" | ||
!Feature | !Feature | ||
!Comment | !Comment | ||
!Status | !Status | ||
!Expect in | |||
!Assignee | !Assignee | ||
|- | |- | ||
| | |Extensions support | ||
| | |See [[Rekonq/Extensions|Extensions]] for ideas http://gitorious.org/~nikhilm/rekonq/nikhilms-mainline/commits/extensions | ||
|style="background-color: | |style="background-color:yellow;" | WIP | ||
| | |0.11 (?) | ||
| | | | ||
|- | |- | ||
| | |Tab Grouping and Session Management | ||
| | |Ongoing this GSoC '11, working on UI, see tabGroupingOriginal branch in http://github.com/wyuka/rekonq | ||
|style="background-color: | |style="background-color:yellow;" | WIP | ||
| | |0.8 | ||
|wyuka | |||
|- | |- | ||
| | | QML rekonq | ||
| | | | ||
|style="background-color:red;" | TODO | |||
| first KDE5 rekonq version | |||
| adjam | |||
|style="background-color:red;" |TODO | |||
| | |||
|adjam | |||
|} | |} |
Latest revision as of 18:34, 18 March 2016
This is the Roadmap
This document has the purpose of informing users as to in which direction rekonq is going. This is not a guarantee of what will be done!
If you wanna start contributing, feel free to add one task or simply add your name to one of the features here. You are absolutely free with the RED ones. Contact the developer in the "assignee" column if you wanna help in a YELLOW status feature. (IRC or the mailing list are your friends here)
Planned for 0.10
Feature | Comment | Status | Assignee |
---|---|---|---|
New adblock UI | To block "on-click" elements | DONE | adjam |
Improve actual adblock UI | To simplify adblock subscription list add (in the same way konqueror does) | DONE | adjam |
adblock | Save subscriptions as downloaded files (NO MORE KCONFIG here) | DONE | adjam |
something Work In Progress | WIP | ||
something done | DONE | ||
Work on rekonq web site | TODO | ||
Sync handler: Google Bookmarks | Wiki mentions there is no API but apparently the api is known and quite simple: http://www.mmartins.com/mmartins/googlebookmarksapi/ | DONE | Siteshwar |
Sync handler: WebDAV | Xmarks/LastPass uses WebDAV apparently as well: http://blog.barfoo.org/2009/05/03/firefox-hosting-xmarks-formerly-foxmarks-on-lighttpd/ | TODO | |
Sync handler: Digg | Certainly a possibility: http://apidoc.digg.com/w/page/17759000/FrontPage | TODO | |
Sync handler: Firefox Sync | Centered around sharing bookmarks with mobile devices.
Uses WPS style pin generation from the "original device" to pair additional "devices". Several implementations of the server are available, allowing for self-hosting of the sync repository. https://wiki.mozilla.org/Firefox_Sync |
TODO | |
Sync handler: git | just commit changes to a remote git repository. :D | TODO | |
Sync handler: opera link | we have a sort of APIs about: http://dev.opera.com/articles/view/introducing-the-opera-link-api/ | DONE | Siteshwar |
Spell check support | See https://projects.kde.org/projects/extragear/base/kwebkitpart/repository/revisions/8e6915585a about. | TODO |
Next BIG targets
Feature | Comment | Status | Expect in | Assignee |
---|---|---|---|---|
Extensions support | See Extensions for ideas http://gitorious.org/~nikhilm/rekonq/nikhilms-mainline/commits/extensions | WIP | 0.11 (?) | |
Tab Grouping and Session Management | Ongoing this GSoC '11, working on UI, see tabGroupingOriginal branch in http://github.com/wyuka/rekonq | WIP | 0.8 | wyuka |
QML rekonq | TODO | first KDE5 rekonq version | adjam |