Modified: websites/production/maven-doxia/content/doxia-ide/eclipse/usage.html ============================================================================== --- websites/production/maven-doxia/content/doxia-ide/eclipse/usage.html (original) +++ websites/production/maven-doxia/content/doxia-ide/eclipse/usage.html Fri Jul 21 23:32:58 2017 @@ -1,179 +1,310 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at Jan 4, 2013 - | Rendered using Apache Maven Stylus Skin 1.5 + | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2017-07-22 + | Rendered using Apache Maven Fluido Skin 1.5 --> -<html xmlns="http://www.w3.org/1999/xhtml"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> - <title>Apache Doxia Eclipse Plugin - - Usage of Apache Doxia Eclipse Plugin</title> - <style type="text/css" media="all"> - @import url("./css/maven-base.css"); - @import url("./css/maven-theme.css"); - @import url("./css/site.css"); - </style> - <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="author" content="Vincent Siveton" /> - <meta name="Date-Revision-yyyymmdd" content="20130104" /> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - -<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> - -<script type="text/javascript">_uacct = "UA-140879-1"; - urchinTracker();</script> - </head> - <body class="composite"> - <div id="banner"> - <a href="../../../" id="bannerLeft"> - <img src="images/apache-maven-project-2.png" alt="" /> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="author" content="Vincent Siveton" /> + <meta name="Date-Revision-yyyymmdd" content="20170722" /> + <meta http-equiv="Content-Language" content="en" /> + <title>Apache Doxia Eclipse Plugin – Usage of Apache Doxia Eclipse Plugin</title> + <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" /> + <link rel="stylesheet" href="./css/site.css" /> + <link rel="stylesheet" href="./css/print.css" media="print" /> + + + <script type="text/javascript" src="./js/apache-maven-fluido-1.5.min.js"></script> + + <!-- Google Analytics --> + <script type="text/javascript"> + + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-140879-1']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + + </script> + </head> + <body class="topBarDisabled"> + + + + + <div class="container-fluid"> + <div id="banner"> + <div class="pull-left"> + <a href="https://www.apache.org/" id="bannerLeft"> + <img src="../../../images/apache-maven-project.png" alt="site"/> </a> - <a href="../../" id="bannerRight"> - <img src="images/maven-logo-2.gif" alt="" /> + </div> + <div class="pull-right"> <a href="../../" id="bannerRight"> + <img src="images/doxia-logo.png" alt="Doxia"/> </a> - <div class="clear"> - <hr/> </div> - </div> - <div id="breadcrumbs"> - - <div class="xleft"> - <a href="http://www.apache.org/" class="externalLink">Apache</a> - > - <a href="../../../index.html">Maven</a> - > - <a href="../../index.html">Doxia</a> - > - <a href="../../doxia-ide.html">Doxia IDE</a> - > - <a href="index.html">Eclipse</a> - > + <div class="clear"><hr/></div> + </div> + + <div id="breadcrumbs"> + <ul class="breadcrumb"> + + <li class=""> + <a href="https://www.apache.org/" class="externalLink" title="Apache"> + Apache</a> + <span class="divider">/</span> + </li> + <li class=""> + <a href="../../../index.html" title="Maven"> + Maven</a> + <span class="divider">/</span> + </li> + <li class=""> + <a href="../../index.html" title="Doxia"> + Doxia</a> + <span class="divider">/</span> + </li> + <li class=""> + <a href="../../doxia-ide.html" title="Doxia IDE"> + Doxia IDE</a> + <span class="divider">/</span> + </li> + <li class=""> + <a href="index.html" title="Eclipse"> + Eclipse</a> + <span class="divider">/</span> + </li> + <li class="active ">Usage of Apache Doxia Eclipse Plugin</li> - Usage of Apache Doxia Eclipse Plugin - </div> - <div class="xright"> - Last Published: 2013-01-04 - | Version: 1.0-SNAPSHOT - </div> - <div class="clear"> - <hr/> + + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2017-07-22</li> + <li id="projectVersion" class="pull-right"> + Version: 1.0-SNAPSHOT + </li> + + </ul> </div> - </div> - <div id="leftColumn"> - <div id="navcolumn"> - - <h5>Overview</h5> - <ul> - <li class="none"> - <a href="index.html">Introduction</a> + + + <div class="row-fluid"> + <div id="leftColumn" class="span2"> + <div class="well sidebar-nav"> + + <ul class="nav nav-list"> + <li class="nav-header">Overview</li> + + <li> + + <a href="index.html" title="Introduction"> + <span class="none"></span> + Introduction</a> </li> - <li class="none"> - <strong>Usage</strong> + + <li class="active"> + + <a href="#"><span class="none"></span>Usage</a> </li> - <li class="none"> - <a href="faq.html">FAQ</a> - </li> - <li class="none"> - <a href="development.html">Development</a> + + <li> + + <a href="faq.html" title="FAQ"> + <span class="none"></span> + FAQ</a> </li> - </ul> - <h5>Project Documentation</h5> - <ul> - <li class="collapsed"> - <a href="project-info.html">Project Information</a> + + <li> + + <a href="development.html" title="Development"> + <span class="none"></span> + Development</a> + </li> + <li class="nav-header">Project Documentation</li> + + <li> + + <a href="project-info.html" title="Project Information"> + <span class="icon-chevron-right"></span> + Project Information</a> </li> - </ul> - <h5>Maven Projects</h5> - <ul> - <li class="none"> - <a href="../../../ant-tasks/index.html">Ant Tasks</a> - </li> - <li class="none"> - <a href="../../../archetype/index.html">Archetype</a> - </li> - <li class="none"> - <a href="../../index.html">Doxia</a> + <li class="nav-header">Maven Projects</li> + + <li> + + <a href="../../../archetype/index.html" title="Archetype"> + <span class="none"></span> + Archetype</a> </li> - <li class="none"> - <a href="../../../jxr/index.html">JXR</a> + + <li> + + <a href="../../index.html" title="Doxia"> + <span class="none"></span> + Doxia</a> </li> - <li class="none"> - <a href="../../../maven-1.x/index.html">Maven 1.x</a> + + <li> + + <a href="../../../jxr/index.html" title="JXR"> + <span class="none"></span> + JXR</a> </li> - <li class="none"> - <a href="../../../index.html">Maven 2 & 3</a> + + <li> + + <a href="../../../ref/current" title="Maven"> + <span class="none"></span> + Maven</a> </li> - <li class="none"> - <a href="../../../pom/index.html">Parent POMs</a> + + <li> + + <a href="../../../pom/index.html" title="Parent POMs"> + <span class="none"></span> + Parent POMs</a> </li> - <li class="none"> - <a href="../../../plugins/index.html">Plugins</a> + + <li> + + <a href="../../../plugins/index.html" title="Plugins"> + <span class="none"></span> + Plugins</a> </li> - <li class="none"> - <a href="../../../plugin-tools/index.html">Plugin Tools</a> + + <li> + + <a href="../../../plugin-testing/index.html" title="Plugin Testing"> + <span class="none"></span> + Plugin Testing</a> </li> - <li class="none"> - <a href="../../../scm/index.html">SCM</a> + + <li> + + <a href="../../../plugin-tools/index.html" title="Plugin Tools"> + <span class="none"></span> + Plugin Tools</a> </li> - <li class="none"> - <a href="../../../shared/index.html">Shared Components</a> + + <li> + + <a href="../../../apache-resource-bundles/index.html" title="Resource Bundles"> + <span class="none"></span> + Resource Bundles</a> </li> - <li class="none"> - <a href="../../../skins/index.html">Skins</a> + + <li> + + <a href="../../../scm/index.html" title="SCM"> + <span class="none"></span> + SCM</a> </li> - <li class="none"> - <a href="../../../surefire/index.html">Surefire</a> + + <li> + + <a href="../../../shared/index.html" title="Shared Components"> + <span class="none"></span> + Shared Components</a> </li> - <li class="none"> - <a href="../../../wagon/index.html">Wagon</a> + + <li> + + <a href="../../../skins/index.html" title="Skins"> + <span class="none"></span> + Skins</a> </li> - </ul> - <h5>ASF</h5> - <ul> - <li class="none"> - <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink">How Apache Works</a> + + <li> + + <a href="../../../surefire/index.html" title="Surefire"> + <span class="none"></span> + Surefire</a> </li> - <li class="none"> - <a href="http://www.apache.org/foundation/" class="externalLink">Foundation</a> + + <li> + + <a href="../../../wagon/index.html" title="Wagon"> + <span class="none"></span> + Wagon</a> + </li> + <li class="nav-header">ASF</li> + + <li> + + <a href="https://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How Apache Works"> + <span class="none"></span> + How Apache Works</a> </li> - <li class="none"> - <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink">Sponsoring Apache</a> + + <li> + + <a href="https://www.apache.org/foundation/" class="externalLink" title="Foundation"> + <span class="none"></span> + Foundation</a> </li> - <li class="none"> - <a href="http://www.apache.org/foundation/thanks.html" class="externalLink">Thanks</a> + + <li> + + <a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsoring Apache"> + <span class="none"></span> + Sponsoring Apache</a> </li> - </ul> - <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> - <img alt="Built by Maven" src="./images/logos/maven-feather.png"/> - </a> - - </div> - </div> - <div id="bodyColumn"> - <div id="contentBox"> - <!-- Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. --> + + <li> - <div class="section"><h2>Usage<a name="Usage"></a></h2> - <p> + <a href="https://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks"> + <span class="none"></span> + Thanks</a> + </li> + </ul> + + <form id="search-form" action="https://www.google.com/search" method="get" > + + <input value="$sitesearchValue" name="sitesearch" type="hidden"/> + <input class="search-query" name="q" id="query" type="text" /> +</form> +<script type="text/javascript" src="https://cse.google.com/brand?form=search-form"></script> + + <hr /> + + <div id="poweredBy"> + + <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> + + + <div class="g-plusone" data-href="https://maven.apache.org/doxia/doxia-ide/eclipse/" data-size="tall" ></div> + + <div class="clear"></div> + <div class="clear"></div> + <div class="clear"></div> + <div class="clear"></div> + <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> + <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /> + </a> + </div> + </div> + </div> + + + <div id="bodyColumn" class="span10" > + + + + <div class="section"> +<h2><a name="Usage"></a>Usage</h2> + +<p> The Apache Doxia Eclipse plugin is a set of editors and wizards for Eclipse to support all - <a class="externalLink" href="http://maven.apache.org/doxia/references/index.html">Apache Doxia formats</a> + <a href="/doxia/references/index.html">Apache Doxia formats</a> i.e. APT, Confluence, Simplified DocBook, FML, TWiki, XDOC and Xhtml. </p> - <div class="section"><h3>Edit/view<a name="Editview"></a></h3> + +<div class="section"> +<h3><a name="Editview"></a>Edit/view</h3> <a href="./images/edit.png"> <img src="./images/edit.png" alt="Edit" id="edit" style="width:400px;height:300px;border:1px solid black;" /> </a> @@ -181,19 +312,26 @@ under the License. --> <img src="./images/view.png" alt="view" id="view" style="width:400px;height:300px;border:1px solid black;" /> </a> </div> - <div class="section"><h3>Features<a name="Features"></a></h3> - <p> + +<div class="section"> +<h3><a name="Features"></a>Features</h3> + +<p> You can modify the text styles using the menu bar or using the right click button. You can also create Doxia files using Wizard. </p> - <ul> - <li><img src="./images/styles.png" alt="Styles" style="border:1px solid black;" /></li> - <li><img src="./images/styles-click.png" alt="Styles" style="border:1px solid black;" /></li> - <li><img src="./images/wizard.png" alt="Wizard" style="border:1px solid black;" /></li> + +<ul> + +<li><img src="./images/styles.png" alt="Styles" style="border:1px solid black;" /></li> + +<li><img src="./images/styles-click.png" alt="Styles" style="border:1px solid black;" /></li> + +<li><img src="./images/wizard.png" alt="Wizard" style="border:1px solid black;" /></li> </ul> </div> - <!-- FancyZoom --> + <script src="./FancyZoom1.1/js-global/FancyZoom.js" type="text/javascript"></script> <script src="./FancyZoom1.1/js-global/FancyZoomHTML.js" type="text/javascript"></script> <script type="text/javascript"> @@ -204,22 +342,23 @@ under the License. --> </div> - </div> - </div> - <div class="clear"> - <hr/> - </div> - <div id="footer"> - <div class="xright"> - © 2002-2013 - The Apache Software Foundation - - - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>. - Apache Maven, Maven, Apache, the Apache feather logo, and the Apache Maven project logos are trademarks of The Apache Software Foundation. - </div> - <div class="clear"> - <hr/> - </div> - </div> - </body> + </div> + </div> + </div> + + <hr/> + + <footer> + <div class="container-fluid"> + <div class="row-fluid"> + <p >Copyright © 2002–2017 + <a href="https://www.apache.org/">The Apache Software Foundation</a>. + All rights reserved. + </p> + </div> + + + </div> + </footer> + </body> </html> \ No newline at end of file
