comparison src/global/web/Index.jtp @ 47:72765b66e2c3

remove mailing list code
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 18 Jun 2021 17:44:24 -0600
parents 5ea557eece1f
children 56accc959f8c
comparison
equal deleted inserted replaced
46:7ac7f55e16cf 47:72765b66e2c3
4 import fschmidt.util.servlet.JtpContext; 4 import fschmidt.util.servlet.JtpContext;
5 import fschmidt.util.servlet.ServletUtils; 5 import fschmidt.util.servlet.ServletUtils;
6 import global.HtmlGlobalUtils; 6 import global.HtmlGlobalUtils;
7 import global.Site; 7 import global.Site;
8 import nabble.view.web.more.ForumStart; 8 import nabble.view.web.more.ForumStart;
9 import nabble.view.web.more.MailingListRequest;
10 import org.apache.lucene.index.Term; 9 import org.apache.lucene.index.Term;
11 import org.apache.lucene.search.IndexSearcher; 10 import org.apache.lucene.search.IndexSearcher;
12 import org.apache.lucene.search.TermQuery; 11 import org.apache.lucene.search.TermQuery;
13 import org.apache.lucene.search.Query; 12 import org.apache.lucene.search.Query;
14 import org.apache.lucene.search.ScoreDoc; 13 import org.apache.lucene.search.ScoreDoc;
45 <html lang="en"> 44 <html lang="en">
46 <head> 45 <head>
47 <% HtmlGlobalUtils.head(request, response, "Free Forum &bull; Embeddable Web Apps"); %> 46 <% HtmlGlobalUtils.head(request, response, "Free Forum &bull; Embeddable Web Apps"); %>
48 <link rel="canonical" href="https://www.nabble.com/"> 47 <link rel="canonical" href="https://www.nabble.com/">
49 <meta name="description" content="Create a free forum online in less than one minute. All forums are embeddable and fully customizable with scripting language. Choose a unique style and build a discussion board for your community." /> 48 <meta name="description" content="Create a free forum online in less than one minute. All forums are embeddable and fully customizable with scripting language. Choose a unique style and build a discussion board for your community." />
50 <meta name="keywords" content="free forum, free mailing list, mailing list archive, free photo gallery, free newspaper, free blog, best forum, free message board, message board hosting, bulletin board, customizable, private forum, phpBB, vBulletin, hosted, communities"> 49 <meta name="keywords" content="free forum, free photo gallery, free newspaper, free blog, best forum, free message board, message board hosting, bulletin board, customizable, private forum, phpBB, vBulletin, hosted, communities">
51 <meta name="google-site-verification" content="SUurO4gVJ46SZyzANkH4pJBGH8q-6Bv5P-ZgRBH8Cck" /> 50 <meta name="google-site-verification" content="SUurO4gVJ46SZyzANkH4pJBGH8q-6Bv5P-ZgRBH8Cck" />
52 <style> 51 <style>
53 div[actions] i.fa.fa-chevron-right { 52 div[actions] i.fa.fa-chevron-right {
54 color: #DDD; 53 color: #DDD;
55 float: right; 54 float: right;
95 <img src="/assets/images/home.png" alt="Free forum hosting and online embeddable apps"/> 94 <img src="/assets/images/home.png" alt="Free forum hosting and online embeddable apps"/>
96 </div> 95 </div>
97 <div col2 actions> 96 <div col2 actions>
98 <ul> 97 <ul>
99 <li><a href="<%=HtmlGlobalUtils.nabbleContextUrl%><%=ForumStart.path("forum")%>" title="Click to create a free forum">Create Free Forum</a> <i class="fa fa-chevron-right"></i></li> 98 <li><a href="<%=HtmlGlobalUtils.nabbleContextUrl%><%=ForumStart.path("forum")%>" title="Click to create a free forum">Create Free Forum</a> <i class="fa fa-chevron-right"></i></li>
100 <li><a href="<%=HtmlGlobalUtils.nabbleContextUrl%><%=MailingListRequest.path()%>" title="Click to archive a mailing list">Archive Mailing List</a> <i class="fa fa-chevron-right"></i></li>
101 <li><a href="<%=HtmlGlobalUtils.nabbleContextUrl%><%=ForumStart.path("gallery")%>" title="Click to create a free photo gallery">Create Photo Gallery</a> <i class="fa fa-chevron-right"></i></li> 99 <li><a href="<%=HtmlGlobalUtils.nabbleContextUrl%><%=ForumStart.path("gallery")%>" title="Click to create a free photo gallery">Create Photo Gallery</a> <i class="fa fa-chevron-right"></i></li>
102 <li><a href="<%=HtmlGlobalUtils.nabbleContextUrl%><%=ForumStart.path("newspaper")%>" title="Click to create a free newspaper">Create News Site</a> <i class="fa fa-chevron-right"></i></li> 100 <li><a href="<%=HtmlGlobalUtils.nabbleContextUrl%><%=ForumStart.path("newspaper")%>" title="Click to create a free newspaper">Create News Site</a> <i class="fa fa-chevron-right"></i></li>
103 <li><a href="<%=HtmlGlobalUtils.nabbleContextUrl%><%=ForumStart.path("blog")%>" title="Click to create a free blog">Create Blog</a> <i class="fa fa-chevron-right"></i></li> 101 <li><a href="<%=HtmlGlobalUtils.nabbleContextUrl%><%=ForumStart.path("blog")%>" title="Click to create a free blog">Create Blog</a> <i class="fa fa-chevron-right"></i></li>
104 </ul> 102 </ul>
105 </div> 103 </div>