A slick and solid website builder
Go to file
Jaromil d39dcf240b some fixes and theme descriptions 2013-08-26 14:50:17 +02:00
css some fixes and theme descriptions 2013-08-26 14:50:17 +02:00
img import of all dependencies 2013-08-07 15:47:44 +02:00
js import of all dependencies 2013-08-07 15:47:44 +02:00
themes fixes and themes added 2012-10-19 14:36:56 +02:00
tmpl inline <markdown> rendering 2013-08-08 16:36:49 +02:00
COPYING.txt Documentation and renaming 2013-08-14 15:52:25 +02:00
ChangeLog.txt Documentation and renaming 2013-08-14 15:52:25 +02:00
README.txt Documentation and renaming 2013-08-14 15:52:25 +02:00
convert some fixes and theme descriptions 2013-08-26 14:50:17 +02:00
init some fixes and theme descriptions 2013-08-26 14:50:17 +02:00
render some fixes and theme descriptions 2013-08-26 14:50:17 +02:00
theme some fixes and theme descriptions 2013-08-26 14:50:17 +02:00
update project renamed to webnomad 2013-08-14 16:06:34 +02:00
utils project renamed to webnomad 2013-08-14 16:06:34 +02:00

README.txt

     Dyne.org software foundry presents...
                __                                  __ 
.--.--.--.-----|  |--.-----.-----.--------.---.-.--|  |
|  |  |  |  -__|  _  |     |  _  |        |  _  |  _  |
|________|_____|_____|__|__|_____|__|__|__|___._|_____|
       A slick and static website publisher       v 0.2

       http://dyne.org/software/webnomad



* USE INSTRUCTIONS 

  Create a directory for your website and place the webnomad
  directory inside it, from a tar.gz archive or git or your
  own copy, i.e: git clone git@code.dyne.org:webnomad.git

  Run ./webnomad/init and the skeleton of your new webpage is
  created inside the directory.

  Customise files in tmpl/ and create pages in views/

  Run ./webnomad/render and the webpage will be in pub/

  Upload your website from pub/ on any webserver.


* DEVELOPERS

  Bleeding edge is on GitHub. see https://github.com/dyne/webnomad

  We'll react to pull requests

  Come on IRC channel #dyne via https://irc.dyne.org to get in touch.

* DONATE

  Money donations are very welcome and well needed

  http://dyne.org/donate



* LICENSE

# Copyright (C) 2012-2013 Denis Roio <jaromil@dyne.org>
#
# This source  code is free  software; you can redistribute  it and/or
# modify it under the terms of  the GNU Public License as published by
# the Free  Software Foundation; either  version 3 of the  License, or
# (at your option) any later version.
#
# This source code is distributed in  the hope that it will be useful,
# but  WITHOUT ANY  WARRANTY;  without even  the  implied warranty  of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Please refer to the GNU Public License for more details.
#
# You should have received a copy of the GNU Public License along with
# this source code; if not, write to:
# Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.