Return-Path: X-Original-To: apmail-lucenenet-user-archive@www.apache.org Delivered-To: apmail-lucenenet-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 94DA89833 for ; Tue, 23 Dec 2014 21:34:22 +0000 (UTC) Received: (qmail 55121 invoked by uid 500); 23 Dec 2014 21:34:22 -0000 Delivered-To: apmail-lucenenet-user-archive@lucenenet.apache.org Received: (qmail 55070 invoked by uid 500); 23 Dec 2014 21:34:22 -0000 Mailing-List: contact user-help@lucenenet.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@lucenenet.apache.org Delivered-To: mailing list user@lucenenet.apache.org Received: (qmail 55058 invoked by uid 99); 23 Dec 2014 21:34:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Dec 2014 21:34:20 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of joshua.g.s.ball@gmail.com designates 209.85.220.42 as permitted sender) Received: from [209.85.220.42] (HELO mail-pa0-f42.google.com) (209.85.220.42) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Dec 2014 21:34:17 +0000 Received: by mail-pa0-f42.google.com with SMTP id et14so8715207pad.1 for ; Tue, 23 Dec 2014 13:32:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=o4N2daQIRtBtLJrBkhiz5ke8rTBEAgXj6oY6GAd3/Cg=; b=Stx+RwOXwJWzb98l8yT4yhhN7NKGUWQAk7QHLG5c0seBIWay19oepyWoBznRTQR4ZO lI5uyla7rlhFSOWzCgrdRguvT6C3pVUIpTA7yd0tPWgv+R9cPfiIChmFKFuVpIqtlC6Q gKksVrd4I4SI1yrjsBjvlOMGFkfH4JaIDyKTWeJCWl5zphd4IUiLrKBPOhuDshmnKcZI RdH09GS4nLMn58lYoNKJ2mSwUT8OH0pEkI8OmCuuA8WaLrq7TaO9p/RIolpLXt/H/E19 VB1wE6b5t2SZKa3YRCDTOx/UEh0PU/Ant9Xy+ObYPZQJ8F+i0sa+wa/L7qfYTS5ZLoXL ZVSg== MIME-Version: 1.0 X-Received: by 10.66.140.76 with SMTP id re12mr46680178pab.147.1419370346595; Tue, 23 Dec 2014 13:32:26 -0800 (PST) Received: by 10.70.133.34 with HTTP; Tue, 23 Dec 2014 13:32:26 -0800 (PST) In-Reply-To: References: Date: Tue, 23 Dec 2014 13:32:26 -0800 Message-ID: Subject: Re: Website and basic docs work From: Joshua Ball To: user@lucenenet.apache.org Content-Type: multipart/alternative; boundary=001a11331dfa504b12050ae8e9b9 X-Virus-Checked: Checked by ClamAV on apache.org --001a11331dfa504b12050ae8e9b9 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable OK, here is a first stab at porting the existing site to durandal/bootstrap: https://github.com/joshball/lucene-net-website This is pretty, but I don't want to waste more time on it if this is not what you had in mind. If we want to go down this path, I started a branch with the contributing page: https://github.com/joshball/lucene-net-website/tree/feature/contributing Again, not sure exactly what we want here, or what many of the notes from Prescott are about exactly). I haven't contributed to lucene.net yet, so I would be a good user for this. I based the page off of http://hapijs.com/. They do a great job of making it easy to contribute. As for the site itself, it uses mimosa for build, durandal/knockout/bootstrap for the SPA. You do need node installed. And then after that, mimosa (see the readme). It was built on windows, so no issues there. The reason for node is to do all the building/min/lint/etc... Let me know your thoughts. On Mon, Dec 22, 2014 at 12:03 PM, michael herndon < mherndon@michaelherndon.com> wrote: > You could just create a page with bootstrap (or something similar) and ha= ve > an aside nav. The nav could then scroll down / up down the single page. > Also it would give you additional styles to help point out tips or calls = to > action on the page. > > example of the aside nav. > http://getbootstrap.com/css/ > > On Mon, Dec 22, 2014 at 12:59 PM, Prescott Nasser > wrote: > > > I think we have two goals - one simplify the website down to a single > page > > (we really don't have THAT much content). > > > > Two - fill out the wiki with all kinds of docs - here are my notes on > that > > (if anyone wants to run with them). Ill create stub pages if no one els= e > > does > > > > PMC > > Roles, Rules, Processes > > New Committers (vote and process after to complete) > > New PMC Member (vote, and process after to complete) > > Board Reports > > Committers > > How to update the website > > How to handle git apache mirror at github ( > > https://mahout.apache.org/developers/github.html) > > Contributors > > How to submit a pull request / get involved (CLA, ICLA) > > General > > How to join mailing lists > > Current state of the Lucene.Net world > > Guides > > Explaining the structure of Lucene.Net - analyzers, parsers, etc. > > Simple How to > > Complete how to > > Explain > > > > Sent from my Windows Phone > > ________________________________ > > From: Joshua Ball > > Sent: =E2=80=8E12/=E2=80=8E22/=E2=80=8E2014 9:02 AM > > To: user@lucenenet.apache.org > > Subject: Re: Website and basic docs work > > > > I would be happy to work on this as well. > > > > On Mon, Dec 22, 2014 at 5:43 AM, Itamar Syn-Hershko > > wrote: > > > > > Hi all, > > > > > > We want to do some work on the website, to provide guidance on > > > contributing, guidance and some basic documentation on our process an= d > on > > > getting started with using the code. > > > > > > Is there anyone interested in joining the effort? Also, I recall Troy > > > saying something about wanting to leading this. > > > > > > Thanks, > > > > > > -- > > > > > > Itamar Syn-Hershko > > > http://code972.com | @synhershko > > > Freelance Developer & Consultant > > > Author of RavenDB in Action > > > > > > --001a11331dfa504b12050ae8e9b9--