Linux 软件免费装
Banner图

Digital Publishing Tools for WordPress

开发者 StudioMercury
更新时间 2016年5月4日 07:14
PHP版本: 3.5 及以上
WordPress版本: 4.3.1
版权: GPLv2 or later

标签

publishing Digital Publishing Solution digital publishing Adobe AEM Mobile Adobe Experience Manager Mobile DPS

下载

2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 2.0.10

详情介绍:

Digital Publishing Tools for WordPress is a plugin that allows anyone to create HTML articles for Adobe Experience Manager Mobile (AEM Mobile) directly from WordPress. Prerequisite Knowledge Experience with WordPress (Content Management System) and knowledge of Adobe Experience Manager Mobile (AEM Mobile) is required. This plugin also assumes you have access to a web server and have basic HTML/CSS knowledge. Requirements WordPress 3.5 + Optional But Recommended Adobe Experience Manager Mobile (AEM Mobile) API access

安装:

This section describes how to install the plugin and get it working. From your WordPress dashboard
  1. Visit 'Plugins > Add New'
  2. Search for 'Digital Publishing'
  3. Activate Digital Publishing Tools from your Plugins page.
  4. Click on the Digital Publishing icon on the left navigation menu to get started
From your WordPress dashboard
  1. Download Digital Publishing Tools for WordPress.
  2. Upload the 'digital-publishing-tools-for-wordpress' directory to your '/wp-content/plugins/' directory
  3. Activate Digital Publishing Tools from your Plugins page.
  4. Click on the 'Digital Publishing' icon on the left navigation menu to get started
Once Activated For more information about how to use the plugin, please see the plugin page for a tutorial. Support Please use the GitHub page for Digital Publishing Tools for WordPress.

屏幕截图:

  • Keep track of all of your articles. You can easily create new or import existing articles directly from WordPress.
  • Easily edit Article metadata.
  • Preview articles before you export them or upload them into Adobe Experience Manager Mobile (AEM Mobile).
  • The plugin works with Adobe Experience Manager Mobile (AEM Mobile). Entering API credentials for AEM Mobile will allow you to upload and manipulate articles in Adobe's platform.

常见问题:

Does the plugin support multiple projects?

At this time the plugin only supports one project. Multi-project support is on our roadmap.

Does this plugin work with Wordpress MU (multi-user)?

We haven't tested or explicitly built the plugin to work with Wordpress MU. That's not to say it won't work, only that our initial release didn't target a multi-user environment.

更新日志:

2.1.0 New Features Enhancements General 2.0.10 -- All relative links will be turned into full URLs: for example: if you create a link /image/1.jpg the packager will turn this into: http://yourdomain.com/image/1.jpg. Relative links are no longer relative to the .article file. This is part of a bigger move to allow any theme / template to be packaged. That will come in a release soon. -- There's a new way to add files to the .article using the dpsfa_bundle_article filter: Automatic: Specify full url to file (array of images) Specifying the full url will create the necessary folder structure in the article and download the external file Folder structure for external resources: ARTICLE > sanitized hostname > path > file Example: array('http://www.domain.com/wp-content/themes/theme/file.jpg') will put that file in the article as: domaincom/wp-content/themes/theme/file.jpg Manual: Specify the full paths array( "file path relative in article" => "file path relative to server (or url)" ) You can have control over where the file is placed in the article and where to pull it from the server Example: array( array('slideshow/image/file.jpg' => 'www/wp-content/themes/theme/file.jpg') ) will put that file in the article as: domaincom/wp-content/themes/theme/file.jpg 2.0.6 2.0.5 2.0.4 2.0.3 2.0.2 2.0.1 2.0.0 1.0.0