The branch "master" has been updated. The following is a summary of the commits.
from: 98a20af30c03252decce4a0523412bda355ea772 b78a078 Add the component data. 5c2fb96 Publish the libs based on the json files in config/components.d/ 26133fe The basic docs.html pages. ccd0cef Add the documents that contain valid, displayable HTML. Several packages still need cleanup for the next release. ----------------------------------------------------------------------- commit b78a0788ee0b443fa8f65f3d5bf1dc9477a766a4 Author: Gunnar Wrobel <[email protected]> Date: Fri Nov 4 11:33:58 2011 +0100 Add the component data. config/components.d/horde_activesync.json | 1 + config/components.d/horde_alarm.json | 1 + config/components.d/horde_argv.json | 1 + config/components.d/horde_auth.json | 1 + config/components.d/horde_autoloader.json | 1 + config/components.d/horde_browser.json | 1 + config/components.d/horde_cache.json | 1 + config/components.d/horde_cli.json | 1 + config/components.d/horde_cli_modular.json | 1 + config/components.d/horde_compress.json | 1 + config/components.d/horde_constraint.json | 1 + config/components.d/horde_controller.json | 1 + config/components.d/horde_core.json | 1 + config/components.d/horde_crypt.json | 1 + config/components.d/horde_data.json | 1 + config/components.d/horde_datatree.json | 1 + config/components.d/horde_date.json | 1 + config/components.d/horde_date_parser.json | 1 + config/components.d/horde_db.json | 1 + config/components.d/horde_editor.json | 1 + config/components.d/horde_exception.json | 1 + config/components.d/horde_feed.json | 1 + config/components.d/horde_form.json | 1 + config/components.d/horde_group.json | 1 + config/components.d/horde_history.json | 1 + config/components.d/horde_http.json | 1 + config/components.d/horde_icalendar.json | 1 + config/components.d/horde_image.json | 1 + config/components.d/horde_imap_client.json | 1 + config/components.d/horde_imsp.json | 1 + config/components.d/horde_injector.json | 1 + config/components.d/horde_itip.json | 1 + config/components.d/horde_kolab_format.json | 1 + config/components.d/horde_kolab_server.json | 1 + config/components.d/horde_kolab_session.json | 1 + config/components.d/horde_kolab_storage.json | 1 + config/components.d/horde_ldap.json | 1 + config/components.d/horde_lock.json | 1 + config/components.d/horde_log.json | 1 + config/components.d/horde_logintasks.json | 1 + config/components.d/horde_mail.json | 1 + config/components.d/horde_memcache.json | 1 + config/components.d/horde_mime.json | 1 + config/components.d/horde_mime_viewer.json | 1 + config/components.d/horde_nls.json | 1 + config/components.d/horde_notification.json | 1 + config/components.d/horde_oauth.json | 1 + config/components.d/horde_pdf.json | 1 + config/components.d/horde_pear.json | 1 + config/components.d/horde_perms.json | 1 + config/components.d/horde_prefs.json | 1 + config/components.d/horde_rdo.json | 1 + config/components.d/horde_release.json | 1 + config/components.d/horde_role.json | 1 + config/components.d/horde_routes.json | 1 + config/components.d/horde_rpc.json | 1 + config/components.d/horde_scheduler.json | 1 + config/components.d/horde_scribe.json | 1 + config/components.d/horde_secret.json | 1 + config/components.d/horde_serialize.json | 1 + config/components.d/horde_service_facebook.json | 1 + config/components.d/horde_service_twitter.json | 1 + config/components.d/horde_service_urlshortener.json | 1 + config/components.d/horde_sessionhandler.json | 1 + config/components.d/horde_share.json | 1 + config/components.d/horde_spellchecker.json | 1 + config/components.d/horde_sql.json | 1 + config/components.d/horde_stream_filter.json | 1 + config/components.d/horde_stream_wrapper.json | 1 + config/components.d/horde_support.json | 1 + config/components.d/horde_syncml.json | 1 + config/components.d/horde_template.json | 1 + config/components.d/horde_test.json | 1 + config/components.d/horde_text_diff.json | 1 + config/components.d/horde_text_filter.json | 1 + config/components.d/horde_text_filter_csstidy.json | 1 + config/components.d/horde_text_flowed.json | 1 + config/components.d/horde_thrift.json | 1 + config/components.d/horde_token.json | 1 + config/components.d/horde_translation.json | 1 + config/components.d/horde_tree.json | 1 + config/components.d/horde_url.json | 1 + config/components.d/horde_util.json | 1 + config/components.d/horde_vfs.json | 1 + config/components.d/horde_view.json | 1 + config/components.d/horde_xml_element.json | 1 + config/components.d/horde_xml_wbxml.json | 1 + config/components.d/horde_yaml.json | 1 + 88 files changed, 88 insertions(+), 0 deletions(-) create mode 100644 config/components.d/horde_activesync.json create mode 100644 config/components.d/horde_alarm.json create mode 100644 config/components.d/horde_argv.json create mode 100644 config/components.d/horde_auth.json create mode 100644 config/components.d/horde_autoloader.json create mode 100644 config/components.d/horde_browser.json create mode 100644 config/components.d/horde_cache.json create mode 100644 config/components.d/horde_cli.json create mode 100644 config/components.d/horde_cli_modular.json create mode 100644 config/components.d/horde_compress.json create mode 100644 config/components.d/horde_constraint.json create mode 100644 config/components.d/horde_controller.json create mode 100644 config/components.d/horde_core.json create mode 100644 config/components.d/horde_crypt.json create mode 100644 config/components.d/horde_data.json create mode 100644 config/components.d/horde_datatree.json create mode 100644 config/components.d/horde_date.json create mode 100644 config/components.d/horde_date_parser.json create mode 100644 config/components.d/horde_db.json create mode 100644 config/components.d/horde_editor.json create mode 100644 config/components.d/horde_exception.json create mode 100644 config/components.d/horde_feed.json create mode 100644 config/components.d/horde_form.json create mode 100644 config/components.d/horde_group.json create mode 100644 config/components.d/horde_history.json create mode 100644 config/components.d/horde_http.json create mode 100644 config/components.d/horde_icalendar.json create mode 100644 config/components.d/horde_image.json create mode 100644 config/components.d/horde_imap_client.json create mode 100644 config/components.d/horde_imsp.json create mode 100644 config/components.d/horde_injector.json create mode 100644 config/components.d/horde_itip.json create mode 100644 config/components.d/horde_kolab_format.json create mode 100644 config/components.d/horde_kolab_server.json create mode 100644 config/components.d/horde_kolab_session.json create mode 100644 config/components.d/horde_kolab_storage.json create mode 100644 config/components.d/horde_ldap.json create mode 100644 config/components.d/horde_lock.json create mode 100644 config/components.d/horde_log.json create mode 100644 config/components.d/horde_logintasks.json create mode 100644 config/components.d/horde_mail.json create mode 100644 config/components.d/horde_memcache.json create mode 100644 config/components.d/horde_mime.json create mode 100644 config/components.d/horde_mime_viewer.json create mode 100644 config/components.d/horde_nls.json create mode 100644 config/components.d/horde_notification.json create mode 100644 config/components.d/horde_oauth.json create mode 100644 config/components.d/horde_pdf.json create mode 100644 config/components.d/horde_pear.json create mode 100644 config/components.d/horde_perms.json create mode 100644 config/components.d/horde_prefs.json create mode 100644 config/components.d/horde_rdo.json create mode 100644 config/components.d/horde_release.json create mode 100644 config/components.d/horde_role.json create mode 100644 config/components.d/horde_routes.json create mode 100644 config/components.d/horde_rpc.json create mode 100644 config/components.d/horde_scheduler.json create mode 100644 config/components.d/horde_scribe.json create mode 100644 config/components.d/horde_secret.json create mode 100644 config/components.d/horde_serialize.json create mode 100644 config/components.d/horde_service_facebook.json create mode 100644 config/components.d/horde_service_twitter.json create mode 100644 config/components.d/horde_service_urlshortener.json create mode 100644 config/components.d/horde_sessionhandler.json create mode 100644 config/components.d/horde_share.json create mode 100644 config/components.d/horde_spellchecker.json create mode 100644 config/components.d/horde_sql.json create mode 100644 config/components.d/horde_stream_filter.json create mode 100644 config/components.d/horde_stream_wrapper.json create mode 100644 config/components.d/horde_support.json create mode 100644 config/components.d/horde_syncml.json create mode 100644 config/components.d/horde_template.json create mode 100644 config/components.d/horde_test.json create mode 100644 config/components.d/horde_text_diff.json create mode 100644 config/components.d/horde_text_filter.json create mode 100644 config/components.d/horde_text_filter_csstidy.json create mode 100644 config/components.d/horde_text_flowed.json create mode 100644 config/components.d/horde_thrift.json create mode 100644 config/components.d/horde_token.json create mode 100644 config/components.d/horde_translation.json create mode 100644 config/components.d/horde_tree.json create mode 100644 config/components.d/horde_url.json create mode 100644 config/components.d/horde_util.json create mode 100644 config/components.d/horde_vfs.json create mode 100644 config/components.d/horde_view.json create mode 100644 config/components.d/horde_xml_element.json create mode 100644 config/components.d/horde_xml_wbxml.json create mode 100644 config/components.d/horde_yaml.json http://git.horde.org/horde-web/-/commit/b78a0788ee0b443fa8f65f3d5bf1dc9477a766a4 ----------------------------------------------------------------------- commit 5c2fb96a9c0f0fc60e39a55a8bd734f555f3431b Author: Gunnar Wrobel <[email protected]> Date: Fri Nov 4 11:39:56 2011 +0100 Publish the libs based on the json files in config/components.d/ app/controllers/Library.php | 65 ++++++++++++++++++++----- app/lib/HordeWeb/Utils/Libraries.php | 87 ++++++++++++++-------------------- app/views/App/docs.html.php | 2 +- app/views/Library/docs.html.php | 10 ++++ app/views/Library/download.html.php | 6 +- app/views/Library/library.html.php | 6 +- app/views/shared/libnav.html.php | 3 + config/routes.php | 1 + 8 files changed, 107 insertions(+), 73 deletions(-) create mode 100644 app/views/Library/docs.html.php http://git.horde.org/horde-web/-/commit/5c2fb96a9c0f0fc60e39a55a8bd734f555f3431b ----------------------------------------------------------------------- commit 26133fee62a3d956e7e5212bbc878c83c9ce88e0 Author: Gunnar Wrobel <[email protected]> Date: Fri Nov 4 11:43:36 2011 +0100 The basic docs.html pages. app/views/Library/libraries/Horde_ActiveSync/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Alarm/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Argv/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Auth/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Autoloader/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Browser/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Cache/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Cli/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Cli_Modular/docs/docs.html | 8 ++ app/views/Library/libraries/Horde_Compress/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Constraint/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Controller/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Core/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Crypt/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Data/docs/docs.html | 15 ++++ app/views/Library/libraries/Horde_DataTree/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Date/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Date_Parser/docs/docs.html | 7 ++ app/views/Library/libraries/Horde_Db/docs/docs.html | 8 ++ app/views/Library/libraries/Horde_Editor/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Exception/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Feed/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Form/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Group/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_History/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Http/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Icalendar/docs/docs.html | 7 ++ app/views/Library/libraries/Horde_Image/docs/docs.html | 7 ++ app/views/Library/libraries/Horde_Imap_Client/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Imsp/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Injector/docs/docs.html | 7 ++ app/views/Library/libraries/Horde_Itip/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Kolab_Format/docs/docs.html | 8 ++ app/views/Library/libraries/Horde_Kolab_Server/docs/docs.html | 7 ++ app/views/Library/libraries/Horde_Kolab_Session/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Kolab_Storage/docs/docs.html | 7 ++ app/views/Library/libraries/Horde_Ldap/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Lock/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Log/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_LoginTasks/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Mail/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Memcache/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Mime/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Mime_Viewer/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Nls/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Notification/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Oauth/docs/docs.html | 7 ++ app/views/Library/libraries/Horde_Pdf/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Pear/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Perms/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Prefs/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Rdo/docs/docs.html | 13 ++++ app/views/Library/libraries/Horde_Release/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Role/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Routes/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Rpc/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Scheduler/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Scribe/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Secret/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Serialize/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Service_Facebook/docs/docs.html | 7 ++ app/views/Library/libraries/Horde_Service_Twitter/docs/docs.html | 8 ++ .../Library/libraries/Horde_Service_UrlShortener/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_SessionHandler/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Share/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_SpellChecker/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Sql/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Stream_Filter/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Stream_Wrapper/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Support/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_SyncMl/docs/docs.html | 10 +++ app/views/Library/libraries/Horde_Template/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Test/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Text_Diff/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Text_Filter/docs/docs.html | 6 ++ .../Library/libraries/Horde_Text_Filter_Csstidy/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Text_Flowed/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Thrift/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Token/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Translation/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Tree/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Url/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Util/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Vfs/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_View/docs/docs.html | 7 ++ app/views/Library/libraries/Horde_Xml_Element/docs/docs.html | 6 ++ app/views/Library/libraries/Horde_Xml_Wbxml/docs/docs.html | 17 +++++ app/views/Library/libraries/Horde_Yaml/docs/docs.html | 6 ++ 88 files changed, 576 insertions(+), 0 deletions(-) create mode 100644 app/views/Library/libraries/Horde_ActiveSync/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Alarm/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Argv/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Auth/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Autoloader/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Browser/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Cache/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Cli/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Cli_Modular/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Compress/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Constraint/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Controller/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Core/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Crypt/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Data/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_DataTree/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Date/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Date_Parser/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Db/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Editor/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Exception/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Feed/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Form/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Group/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_History/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Http/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Icalendar/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Image/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Imap_Client/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Imsp/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Injector/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Itip/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Kolab_Format/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Kolab_Server/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Kolab_Session/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Kolab_Storage/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Ldap/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Lock/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Log/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_LoginTasks/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Mail/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Memcache/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Mime/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Mime_Viewer/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Nls/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Notification/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Oauth/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Pdf/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Pear/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Perms/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Prefs/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Rdo/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Release/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Role/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Routes/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Rpc/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Scheduler/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Scribe/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Secret/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Serialize/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Service_Facebook/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Service_Twitter/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Service_UrlShortener/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_SessionHandler/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Share/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_SpellChecker/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Sql/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Stream_Filter/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Stream_Wrapper/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Support/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_SyncMl/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Template/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Test/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Text_Diff/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Text_Filter/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Text_Filter_Csstidy/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Text_Flowed/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Thrift/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Token/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Translation/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Tree/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Url/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Util/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Vfs/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_View/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Xml_Element/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Xml_Wbxml/docs/docs.html create mode 100644 app/views/Library/libraries/Horde_Yaml/docs/docs.html http://git.horde.org/horde-web/-/commit/26133fee62a3d956e7e5212bbc878c83c9ce88e0 ----------------------------------------------------------------------- commit ccd0cefe5a53a2b06e1939cad7d2b45e6351ed56 Author: Gunnar Wrobel <[email protected]> Date: Fri Nov 4 11:45:54 2011 +0100 Add the documents that contain valid, displayable HTML. Several packages still need cleanup for the next release. .../Library/libraries/Horde_Cli_Modular/docs/DOCS_ORIGIN.html | 16 + app/views/Library/libraries/Horde_Cli_Modular/docs/README.html | 105 ++ app/views/Library/libraries/Horde_Date_Parser/docs/TODO.txt.html | 8 + app/views/Library/libraries/Horde_Db/docs/README.TESTING.txt.html | 39 + app/views/Library/libraries/Horde_Image/docs/COPYING-EXIF.html | 10 + app/views/Library/libraries/Horde_Kolab_Format/docs/TODO.html | 17 + app/views/Library/libraries/Horde_Kolab_Server/docs/TODO.html | 23 + app/views/Library/libraries/Horde_Kolab_Storage/docs/API.txt.html | 331 +++++ app/views/Library/libraries/Horde_Oauth/docs/TODO.txt.html | 7 + app/views/Library/libraries/Horde_Rdo/docs/TODO.txt.html | 133 ++ .../Library/libraries/Horde_SyncMl/docs/INSTALL.p900.txt.html | 42 + .../libraries/Horde_SyncMl/docs/README.program_flow.txt.html | 124 ++ .../libraries/Horde_SyncMl/docs/README.syncml_primer.txt.html | 122 ++ app/views/Library/libraries/Horde_SyncMl/docs/TODO.html | 43 + app/views/Library/libraries/Horde_View/docs/TODO.txt.html | 7 + 15 files changed, 1027 insertions(+), 0 deletions(-) create mode 100644 app/views/Library/libraries/Horde_Cli_Modular/docs/DOCS_ORIGIN.html create mode 100644 app/views/Library/libraries/Horde_Cli_Modular/docs/README.html create mode 100644 app/views/Library/libraries/Horde_Date_Parser/docs/TODO.txt.html create mode 100644 app/views/Library/libraries/Horde_Db/docs/README.TESTING.txt.html create mode 100644 app/views/Library/libraries/Horde_Image/docs/COPYING-EXIF.html create mode 100644 app/views/Library/libraries/Horde_Kolab_Format/docs/TODO.html create mode 100644 app/views/Library/libraries/Horde_Kolab_Server/docs/TODO.html create mode 100644 app/views/Library/libraries/Horde_Kolab_Storage/docs/API.txt.html create mode 100644 app/views/Library/libraries/Horde_Oauth/docs/TODO.txt.html create mode 100644 app/views/Library/libraries/Horde_Rdo/docs/TODO.txt.html create mode 100644 app/views/Library/libraries/Horde_SyncMl/docs/INSTALL.p900.txt.html create mode 100644 app/views/Library/libraries/Horde_SyncMl/docs/README.program_flow.txt.html create mode 100644 app/views/Library/libraries/Horde_SyncMl/docs/README.syncml_primer.txt.html create mode 100644 app/views/Library/libraries/Horde_SyncMl/docs/TODO.html create mode 100644 app/views/Library/libraries/Horde_View/docs/TODO.txt.html http://git.horde.org/horde-web/-/commit/ccd0cefe5a53a2b06e1939cad7d2b45e6351ed56 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
