You are absolutely right, in markdown you would be missing images. My objection to using markdown is having to learn a new language syntax for styling the text. I have no objection to having a static site. I just want it to be easy to use and not require that you have to spend time learning something new. If it takes too much time to do (because you have to learn some new stuff in order to do it) you may find that people will put it on their todo list but never end up getting to it because they are too busy working on higher priority tasks in their day jobs. I think your primary goal (when choosing what you want to do) should be to add as little work as possible to people's plates. That's all. If there are any WYSIWYG editors out there that have the option to do a "save as" to markdown format that would be optimal. But I don't know if there are any.
Sent with Good (www.good.com) ________________________________ From: Tom Barber <tom.bar...@meteorite.bi> Sent: Saturday, April 2, 2016 7:17:42 PM To: dev@oodt.apache.org Subject: Re: OODT Website Changes (Redux) Also, (playing devils advocate) if it's a word doc why can't you just copy and paste it into a markdown file? The only major thing you'd be missing is any images :) Another plus to a static blogging site is, if you decide it sucks in a few years time, you just have some html to move somewhere else, it's just a static website, if you decide WordPress sucked or infra said they'd host it, then down the line changed their mind, you'd have a much bigger task on your hands. Tom On 3 Apr 2016 00:07, "Tom Barber" <tom.bar...@meteorite.bi> wrote: > Hey Val, > > You can write HTML and a bunch of other stuff, but I'm trying to offer up > a solution that is easy for people to deploy and develop on outside of the > Apache infrastructure, and markdown, being just text is easy to deploy. > Also Wordpress etc require databases and backing infra where as Jekyll is > purely static HTML by the time it is deployed. > > I have no idea if Infra would support wordpress anyway, I doubt it, when > they said they were retiring Apache CMS, it wasn't like "oh but don't worry > folks, you can stand up a wordpress website", I could be wrong, but that > was my impression. > > At the end of a day, creating a blog post that looks like: > > https://raw.githubusercontent.com/maciakl/Sample-Jekyll-Site/master/_posts/2012-02-10-code-snippets.markdown > > is much quicker than writing a bunch of HTML, but the Apache CMS is also a > bit of a lie, because if you think you don't have to write HTML because its > a CMS, you're sorely mistaken! ;) > > Tom > > > On Sun, Apr 3, 2016 at 12:00 AM, Mallder, Valerie < > valerie.mall...@jhuapl.edu> wrote: > >> I am not familiar with Jekyll, but I disagree with using markdown. Why >> must we write in any kind of markup language? That would suck. Why not just >> use a better CMS? There are plenty out there. I personally develop websites >> in Wordpress. It's free and very easy to use. You can edit posts in a >> WYSIWYG editor. You can also copy-paste from a Word doc into the post. Just >> my opinion. >> >> >> >> Sent with Good (www.good.com<http://www.good.com>) >> ________________________________ >> From: Tom Barber <tom.bar...@meteorite.bi> >> Sent: Saturday, April 2, 2016 6:45:21 PM >> To: dev@oodt.apache.org >> Subject: OODT Website Changes (Redux) >> >> Alright folks, >> >> Most peope who have been on the list for a while know we moved from the >> most static of static websites to Apache CMS a while ago to allow for more >> regular updating and maintenance of the website. >> >> Lewis then put a bunch of work into creating a template for the CMS >> website >> and we revamped a lot of the content, but the CMS has a bunch of issues >> both in the ease of developing a website and also in maintenance so the >> Infra team are retiring it. >> >> My personal opinion(having done some of this in my day job, and discussed >> similar on some other ASF projects) is we migrate the website to gitsubpub >> and Jekyll. >> >> This will give us the ability to easily stand up the existing website on >> our own laptops, or development servers make changes and deploy them. Also >> without the templating system that Apache CMS enforces upon you, its a >> far >> quicker development cycle. >> >> Of course we could just use standard HTML & Javascript, but part of the >> reason I'd like to use Jekyll is the fact users can create content using >> Markdown syntax instead of HTML and Javascript. Jekyll is a static >> blogging >> platform, so its designed for frequent updating, and as people may have >> noticed I've been blogging OODT stuff on my personal blog because the CMS >> is a pain to update. >> >> Has anyone got an opinion? It feels like we did stage one which was make >> the website easier to update, but stage two is to make the process a lot >> easier, and standardised. >> >> Cheers >> >> Tom >> > >