[ https://issues.apache.org/jira/browse/JAMES-3301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17155270#comment-17155270 ]
Ioan Eugen Stan commented on JAMES-3301: ---------------------------------------- I'm focusing on migrating them now and we can decide later how to structure and what to keep. My main concern right now is to make the list and not have documents slip through the cracks. All documentation should be under docs/ and we should reference it in other places via link. Even the README should be slimmed down and each section should be a link to the relevant docs section. > 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