[ 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-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org