You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Ioan Eugen Stan (Jira)" <se...@james.apache.org> on 2020/07/09 22:02:00 UTC

[jira] [Updated] (JAMES-3301) Create old site inventory

     [ https://issues.apache.org/jira/browse/JAMES-3301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ioan Eugen Stan updated JAMES-3301:
-----------------------------------
    Description: 
Before we move forward with the site we need to build an inventory of what we have.

 

We seem to have, in james-project the following:

 
{noformat}
tree -d src/ 
src/
├── adr
├── homepage
│   ├── assets
│   │   ├── css
│   │   │   └── images
│   │   ├── fonts
│   │   ├── images
│   │   └── js
│   │       └── ie
│   ├── howTo
│   ├── images
│   ├── _includes
│   ├── _layouts
│   └── _posts
├── reporting-site
└── site
    ├── apt
    │   ├── mailet
    │   │   └── examples
    │   └── mpt
    ├── custom
    ├── markdown
    │   ├── mailet
    │   └── server
    │       └── install
    ├── resources
    │   ├── css
    │   ├── downloads
    │   ├── images
    │   ├── js
    │   │   └── james
    │   ├── mailbox
    │   │   └── images
    │   │       └── uml
    │   ├── mailet
    │   │   └── css
    │   ├── model-eclipse-modeler
    │   ├── protocols
    │   │   └── images
    │   │       └── uml
    │   └── server
    │       ├── css
    │       ├── images
    │       │   ├── conf
    │       │   ├── database
    │       │   ├── dns-mx
    │       │   ├── eclipse
    │       │   ├── intellij-idea
    │       │   ├── jmx-management
    │       │   ├── jmx-monitoring
    │       │   ├── netbeans
    │       │   ├── performances
    │       │   └── uml
    │       ├── js
    │       └── rfclist
    │           ├── basic
    │           ├── imap4
    │           ├── ldap
    │           ├── lmtp
    │           ├── pop3
    │           └── smtp
    └── xdoc
        ├── mailbox
        ├── mailet
        │   ├── ai
        │   ├── api
        │   ├── base
        │   ├── crypto
        │   ├── mailetdocs-maven-plugin
        │   ├── standard
        │   └── stylesheets
        ├── mpt
        ├── protocols
        └── server
            └── archive75 directories
{noformat}
 

 

The content is in the following formats:
 * markdown
 * xdoc
 * apt ?!

*We also have javadocs*

Gradle has out of the box support for Javadoc.

It's a matter of configuration and also aggregating them for publication.

 

 

 

  was:
Before we move forward with the site we need to build an inventory of what we have.

 


> Create old site inventory 
> --------------------------
>
>                 Key: JAMES-3301
>                 URL: https://issues.apache.org/jira/browse/JAMES-3301
>             Project: James Server
>          Issue Type: Sub-task
>            Reporter: Ioan Eugen Stan
>            Assignee: Ioan Eugen Stan
>            Priority: Major
>
> Before we move forward with the site we need to build an inventory of what we have.
>  
> We seem to have, in james-project the following:
>  
> {noformat}
> tree -d src/ 
> src/
> ├── adr
> ├── homepage
> │   ├── assets
> │   │   ├── css
> │   │   │   └── images
> │   │   ├── fonts
> │   │   ├── images
> │   │   └── js
> │   │       └── ie
> │   ├── howTo
> │   ├── images
> │   ├── _includes
> │   ├── _layouts
> │   └── _posts
> ├── reporting-site
> └── site
>     ├── apt
>     │   ├── mailet
>     │   │   └── examples
>     │   └── mpt
>     ├── custom
>     ├── markdown
>     │   ├── mailet
>     │   └── server
>     │       └── install
>     ├── resources
>     │   ├── css
>     │   ├── downloads
>     │   ├── images
>     │   ├── js
>     │   │   └── james
>     │   ├── mailbox
>     │   │   └── images
>     │   │       └── uml
>     │   ├── mailet
>     │   │   └── css
>     │   ├── model-eclipse-modeler
>     │   ├── protocols
>     │   │   └── images
>     │   │       └── uml
>     │   └── server
>     │       ├── css
>     │       ├── images
>     │       │   ├── conf
>     │       │   ├── database
>     │       │   ├── dns-mx
>     │       │   ├── eclipse
>     │       │   ├── intellij-idea
>     │       │   ├── jmx-management
>     │       │   ├── jmx-monitoring
>     │       │   ├── netbeans
>     │       │   ├── performances
>     │       │   └── uml
>     │       ├── js
>     │       └── rfclist
>     │           ├── basic
>     │           ├── imap4
>     │           ├── ldap
>     │           ├── lmtp
>     │           ├── pop3
>     │           └── smtp
>     └── xdoc
>         ├── mailbox
>         ├── mailet
>         │   ├── ai
>         │   ├── api
>         │   ├── base
>         │   ├── crypto
>         │   ├── mailetdocs-maven-plugin
>         │   ├── standard
>         │   └── stylesheets
>         ├── mpt
>         ├── protocols
>         └── server
>             └── archive75 directories
> {noformat}
>  
>  
> The content is in the following formats:
>  * markdown
>  * xdoc
>  * apt ?!
> *We also have javadocs*
> Gradle has out of the box support for Javadoc.
> It's a matter of configuration and also aggregating them for publication.
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org